

/* Start:/bitrix/templates/centino-heat/vendor/OwlCarousel2-2.3.4/dist/assets/owl.carousel.css?17507555354744*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .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 {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -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; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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("/bitrix/templates/centino-heat/vendor/OwlCarousel2-2.3.4/dist/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/bitrix/templates/centino-heat/vendor/OwlCarousel2-2.3.4/dist/assets/owl.theme.default.min.css?17507555351013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/bitrix/templates/centino-heat/css/print.css?175075553512833*/
@media print{
	body .body, #footer{margin:0px !important;}
	header, #headerfixed, #mobileheader{display:none !important;}
	body .body:not(.index) .main > .container{padding-bottom:50px;}
	footer .bottom-under .inner-wrapper .social-block{display:none;}
	.ajax_basket{display:none;}
	.left-menu-md, .right-menu-md{display:none !important;}
	.content-md{width:100%;float:none;}

	body .main{padding-bottom:0!important;margin-top:0!important;}
	body .body{margin-bottom:0!important;min-height:0;}
	a[href]:after{display:none;}

	body .breadcrumb, body .bottom-menu, .greyline.review-block, .front-form{display:none;}
	body .btn.btn-responsive-nav{display:none!important;}

	.item-views.blocks.portfolio{display:none;}
	.filters-wrap, .item .buy_block, .page-top .share.top, .detail .galery span.zoom{display:none;}
	.label{border: none;}
	.stickers .stickers-wrapper > div{background:#fff;}

	body .banners-big.front{display:none;}
	body .banners-big .flexslider, body .banners-big .slides, body .banners-big .slides li{height: 240px;opacity:1;}
	body .banners-big .slides li{display:none !important;}
	body .banners-big .slides li.flex-active-slide{display:block !important;}
	body .banners-big .slides li .text{height: 240px;line-height:237px;}
	body .banners-big .flexslider .slides .inner{padding-top:0px !important;vertical-align: middle;display: inline-block;opacity:1;}
	body .banners-big .flexslider .slides .inner .title{font-size:30px;padding-bottom:19px;}
	body .banners-big .flexslider .slides .inner .text-block{margin-bottom: 20px;font-size:15px;line-height:24px;}
	body .banners-big .flexslider .slides .img{display:none;}

	body .banners-small{padding-bottom:0px;}
	body .banners-small .bottom_nav{display:none;}
	body .banners-small .item .title a{display: block;font-size: 15px;}
	body .banners-small .item .image .type-block{color: #fff !important;background: rgba(46,46,47,0.6) !important;}
	body .row.block-with-bg + .row .item-views.blocks h3{padding-top: 46px;}
	.banners-small .custom-md .item, .banners-small.blog .items .item{width: 100%;display: block;height: auto !important;}
	body .banners-small .item .image{max-height:none;}
	body .banners-big .btn{margin-bottom:0px;}

	body .float-banners.v3.list .items .item .img{display:none;}
	body .float-banners.v3.list .items .item .img + .text-wrapper{padding-left:0px;}

	body .stickers .stickers-wrapper{display:none;}
	body .bx-yandex-view-layout.front_map .pane_info_wrapper .pane_info{display:none;}

	body .reviews.item-views.slider .flexslider li{/*width:100% !important;*/}

	.item-views.table-type-block .items >div{width:50%;float:left;}
	.item-views.table-type-block:not(.staff-items) .items >div:nth-child(2n+1){clear:left;}
	.head-block.top{display:none;}
	section.page-top h1{padding-right:0px !important;}
	.btn, .order-block{display:none;}

	body .rss{display:none;}
	body .teasers.item-views.front, body .partners.front.blocks{padding-bottom:20px;}
	body .tabs_ajax .body-block .catalog.item-views.table .flexslider .slides{padding-bottom:20px;}
	body .instagram_ajax, body .front-form, body .item-views.front.staff-items{padding-bottom:20px;}
	body .reviews.item-views.front h3, body .row.block-with-bg .blocks h3{padding-top: 46px;}
	body .company-block .item-views.front .props{display:none;}
	.reviews.item-views .item .video{display:none;}

	.accordion.accordion-type-block .item .accordion-head, .accordion.accordion-type-block .item .accordion-body{padding-left:0px;}
	.accordion-head .fa{display:none;}
	.accordion.accordion-type-block .item .panel-collapse{display:block !important;}
	.accordion.item-views .item .text hr{display:none;}

	body .catalog.detail .head .brand{float:right;margin: 0px;}
	.detail .ask_a_question, .content + .order-block{display:none;}
	body .banners-content{margin:0px;}
	.banners-content .maxwidth-banner{background-image:none !important;}
	.banners-content .text .intro-text + p{display:none;}
	.banners-content .text{width:100%;padding: 0px 20px;}
	.banners-content .img{display:none;}

	.catalog.detail .head{border:none !important;}
	.catalog.detail .head .row > div{width:100%;}
	body .detail .galery{width:100%;max-width:none;}
	body .detail .galery .inner{border: 1px solid #d7dee3 !important;}
	.detail .galery .inner .stickers{left:0px;text-align:center;}
	.detail .galery .inner .stickers .stickers-wrapper{display:inline-block;}
	.galery .flexslider .items, .gallery-block .flexslider .items, .banners-big .flexslider, .banners-big .slides{width:100% !important;transform:none !important;}
	.catalog.detail .head .bx_item_detail_inc_two .row>div{width:33%;float:left;}
	.bx_item_detail_inc_two .list-type-block.item-views .item{padding-left:0px;}

	.catalog.detail .nav.nav-tabs{display: none;}
	.catalog.detail .tab-pane{display:block;}
	.catalog.detail .title-tab-heading{display:block !important;}
	.catalog.detail .tab-pane.active .title-tab-heading + div {display: block;margin-bottom: 16px;padding-top: 23px;}
	.catalog.detail .tab-pane .title-tab-heading + div {display: none;}

	.detail .galery .flexslider .slides > li, .gallery-block .flexslider .items li, .banners-big .slides li{width:100% !important;}
	.detail .gallery-block .bigs.flexslider .slides.items{height: 300px;overflow:hidden;}
	.detail .galery .flexslider .slides.items{height: 470px;overflow:hidden;}
	.small-gallery-wrapper{display:none;}
	.gallery-block .flexslider .items li{height: 300px !important;line-height: 297px !important;}
	.detail .galery .flexslider .items li{height: 470px !important;line-height: 467px !important;}
	.detail .gallery-block .bigs.flexslider .slides.items li a{display:inline;}
	.detail .gallery-block .bigs .item img{max-width:100%;max-height:100%;}
	.dark-nav .flex-control-nav li a{background: #dedede !important;}
	.tabs .nav-tabs + .tab-content{padding-top:0px;}
	.tarifs .dyn-block{background:#fff !important;width: 240px !important;}
	.tarifs.partners.front.slider-items .flexslider .slides > li{width: 240px !important;}
	.flex-control-nav{display:none !important;}

	.detail .chars .props_table .char_name span, .detail .chars .props_table .char_value span{color:#666 !important;}
	.group-content .tab-pane:first-of-type h3{font-size:20px;}

	.catalog.detail .bottom-item-block .item-views .row>div{width:100%}
	.catalog.detail .bottom-item-block .item-views .row>div .item{height:auto !important;}

	.partners.front.slider-items .flexslider .slides > li{width:767px !important}
	.catalog.item-views.table .flexslider .slides > li{width:300px !important;}
	.item-views .item{height:auto !important;}
	.catalog.item-views > .row > div[class*=col-]{/*width:100%;*/}
	.catalog.item-views > .row > div[class*=col-]:nth-child(2n+1){clear:left;}


	.bottoms + .row>div{width:50%;float:left;margin:0px;display:none;}
	.bottoms + .row>div.share{float:right;}

	/* staff */
	.staff-items .group-content .items >div{width:33.33%;float:left;}
	.item-views.staff-items.table-type-block .item{overflow:hidden;}

	footer .contact-block .info .row>div{width:100%;float:none;}
	footer .svg svg, footer .phone .more_phone{display:none;}
	.inline-search-block{display:none;}
	a.scroll-to-top{display:none !important;}

	body .basket.default .buy_block .counter .ctrl{display:none;}
	body .basket.default .buy_block.lg .counter .input{padding-left:0;padding-right:0;}
	body .basket.default .buy_block.lg .counter input{padding-left:0;}
	body .basket.default .items .item .remove{display:none;}
	body .basket.default .foot .remove{display:none;}
	body .basket.default .foot{border-bottom:none;margin-bottom:0;}
	body .basket.default .buttons{display:none;}
	body .basket.default{margin-bottom:0;}
	body .basket.default .items{border-color:black;}
	body .basket.default .items .head{display:table;border-color:black;}
	body .basket.default .items .head .title.prices{width:115px;}
	body .basket.default .items .head .title.prices.summ{width:125px;}
	body .basket.default .items .head .title.counter_t{width:115px;}
	body .basket.default .items .item{padding:0;border-color:black;}
	body .basket.default .items .item .box{display:table-cell;}
	body .basket.default .items .item .box{float:none!important;}
	body .basket.default .items .item .box:not(.remove_bl ){padding-left:15px;padding-right:15px;padding-top:29px!important;padding-bottom:29px!important;}
	body .basket.default .items .item .box:first-of-type{padding-left:29px;}
	body .basket.default .items .item .image{margin-top:0;margin-left:0;}
	body .basket.default .items .item .description{margin-bottom:0;padding-left:140px;}
	body .basket.default .items .item .prices{margin-top:0;}
	body .basket.default .items .item .counter{width:auto;margin-right:0;}
	body .basket.default .items .item .counter{margin-top:9px;}
	body .basket.default .items .item .prices .price_new{margin-top:14px;}
	body .basket.default .items .item .prices{width:115px!important;}
	body .basket.default .items .item .box.buy_block{width:115px!important;}
	body .basket.default .items .item .prices.summ{width:125px!important;}
	body .basket.default .foot .total{text-align:left;width:194px;}

	body footer{min-height:103px;margin-top:0!important;text-align:left;}
	body footer .info{display:inline-block;text-align:left;}
	body footer .info + .social{display:none;}
	body footer .maxwidth-theme>.col-md-3{float:left;width:25%;}
	body footer .maxwidth-theme>.col-md-9{float:left;width:75%;}
	body footer .maxwidth-theme>.col-md-3{display:block;}
	body footer .maxwidth-theme>.col-md-9>.row>.col-md-3{width:100%!important;text-align:right;}
	body footer .maxwidth-theme>.col-sm-3.hidden-lg{display:none!important;}
	body footer .container{margin-left: auto !important;margin-right: auto !important;max-width: 1345px;position: relative;width: 100%;font-size:0px;padding:0px;}
	body footer .container > .row{width: 50%;padding: 0px;display:inline-block;vertical-align:top;font-size:12px;}
	body footer .container > .bottom-middle{/*float:right;text-align: right;width: 30%;*/}
	body footer .container > .bottom-middle .maxwidth-theme > div{display:none;}
	body footer .container > .bottom-middle .maxwidth-theme .contact-block{display:block;width:100%;}
	body footer .container > .bottom-middle .maxwidth-theme .contact-block .col-md-9{margin-left:0px;}
	body footer .info .blocks{padding-left:0px;}
	body footer .info .blocks:before{display:none;}
	body footer .white_middle_text{display:none;}
	body footer .container > .bottom-under{/*float:left;*/text-align:right;}
	body footer .bottom-under .inner-wrapper .copy-block{float:none;}
	body footer .bottom-under .inner-wrapper, body footer .bottom-under .outer-wrapper{padding-top:0px;border: none;margin: 0px;}
	body footer .contact-block .info{margin:0px;border:none;padding: 10px 0px 0px;}

	body div#jivo-iframe-container.jivo-iframe-container-bottom{display:none!important;}
	.scroll-to-top, .style-switcher, div.jivo-state-widget#jivo-iframe-container, .form_demo-switcher, .jivo-state-widget iframe#jivo_container, jdiv{display:none !important;}
	div.jivo-state-widget#jivo-iframe-container{opacity:0 !important;visibility:hidden !important;}
	#panel{display:none!important;}
	#upheader{display:none!important;}
	.subscribe-block-wrapper{display:none;}
	.roistat-promo-wrap, .style-switcher, .form_demo-switcher{display:none !important;}

	body footer .bottom-under .inner-wrapper .copy-block > div{display:none;}
	footer .bottom-under .inner-wrapper .copy-block .copy{display:block;}
	body footer.footer-light  .bottom-under .inner-wrapper{border:none;}
	body footer .info .blocks{margin-bottom:12px;}

	body footer.compact .container .bottom-middle{width:100%;}
	body footer.compact .print-block, body footer.compact #bx-composite-banner{display:none;}
	footer.compact .social-block{display:none;}
	body footer.compact .container > .bottom-middle .maxwidth-theme > div{display:block;}
	body footer.compact .white_middle_text{display:none;}
	body footer.compact .info > div{width:100%;float:none;display:block;}
	body footer.compact .copy-block{float:right;}
	body footer #vk_widget_bottom {display: none;}

	body footer.footer_v11 .shedule {display: none;}
	body footer.footer_v11 .bottom-up {display: none;}
	body footer.footer_v8 .social-icons {display: none;}

	body footer.footer_v10 .container > .row {width: 100%;}
	body footer.footer_v10 .contact-block .info {width: 100%;}
	body footer.footer_v10 .contact-block .info > .row {display: flex;width: 100%;}

	body footer.footer_v12 .container > .row {width: 100%;}

}
@media print and (orientation: landscape){
	.tarifs .dyn-block{width: 214px !important;}
	.tarifs.partners.front.slider-items .flexslider .slides > li{width: 214px !important;}
	.partners.front.slider-items .flexslider .slides > li{width:1200px !important}
	.flex-direction-nav{display:none !important;}
	.catalog.item-views.table .flexslider .slides > li{width:320px !important;}
}

/* End */


/* Start:/bitrix/templates/centino-heat/css/animation/animate.min.css?175075553552789*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/* End */


/* Start:/bitrix/templates/centino-heat/css/animation/animation_ext.css?17507555354934*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.transition{
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.animated.duration03{

-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
-o-animation-duration: 0.3s;
animation-duration: 0.3s;
}
.animated.duration04{

-webkit-animation-duration: 0.4s;
-moz-animation-duration: 0.4s;
-o-animation-duration: 0.4s;
animation-duration: 0.4s;
}
.animated.duration05{

-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.animated.duration06{

-webkit-animation-duration: 0.6s;
-moz-animation-duration: 0.6s;
-o-animation-duration: 0.6s;
animation-duration: 0.6s;
}
.animated.duration07{

-webkit-animation-duration: 0.7s;
-moz-animation-duration: 0.7s;
-o-animation-duration: 0.7s;
animation-duration: 0.7s;
}
.animated.duration08{

-webkit-animation-duration: 0.8s;
-moz-animation-duration: 0.8s;
-o-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.animated.duration09{

-webkit-animation-duration: 0.9s;
-moz-animation-duration: 0.9s;
-o-animation-duration: 0.9s;
animation-duration: 0.9s;
}
.animated.duration10{

-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}

.delay01{

-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
-o-animation-delay: 0.1s;
animation-delay: 0.1s;}

.delay03{

-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
-o-animation-delay: 0.3s;
animation-delay: 0.3s;}


.delay05{

-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
-o-animation-delay: 0.5s;
animation-delay: 0.5s;}

.delay055{

-webkit-animation-delay: 0.55s;
-moz-animation-delay: 0.55s;
-o-animation-delay: 0.55s;
animation-delay: 0.55s;}

.delay06{

-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
-o-animation-delay: 0.6s;
animation-delay: 0.6s;}
.delay065{

-webkit-animation-delay: 0.65s;
-moz-animation-delay: 0.65s;
-o-animation-delay: 0.65s;
animation-delay: 0.65s;}

.delay07{

-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
-o-animation-delay: 0.7s;
animation-delay: 0.7s;}

.delay08{

-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
-o-animation-delay: 0.8s;
animation-delay: 0.8s;}

.delay09{

-webkit-animation-delay: 0.9s;
-moz-animation-delay: 0.9s;
-o-animation-delay: 0.9s;
animation-delay: 0.9s;}

.delay11,.delay011{

-webkit-animation-delay: 1.1s;
-moz-animation-delay: 1.1s;
-o-animation-delay: 1.1s;
animation-delay: 1.1s;}

.delay12, .delay012{

-webkit-animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
-o-animation-delay: 1.2s;
animation-delay: 1.2s;}

.delay13,.delay013{

-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
-o-animation-delay: 1.3s;
animation-delay: 1.3s;}

.delay15, .delay015{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay17, .delay017{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay19, .delay019{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay21, .delay021{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

@-webkit-keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: .65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .65;
  }
  100% {
    opacity: 1;
  }
}

/* WebKit è Opera */
@-webkit-keyframes spinner{
  from{
    -webkit-transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(360deg);
  }
}
/* Other */
@keyframes spinner{
  from{
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  to{
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}
/* End */


/* Start:/bitrix/templates/centino-heat/css/slick.css?17507555351893*/
/* 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:/bitrix/templates/centino-heat/css/fonts/font-awesome/css/font-awesome.min.css?175075553531000*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/bitrix/templates/centino-heat/css/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/bitrix/templates/centino-heat/css/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/bitrix/templates/centino-heat/css/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/bitrix/templates/centino-heat/css/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/bitrix/templates/centino-heat/css/fonts/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/bitrix/templates/centino-heat/css/fonts/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/bitrix/templates/centino-heat/css/jquery.fancybox.css?17507555354405*/
/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/centino-heat/css/../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/centino-heat/css/../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-close .svg-close {
	display: none;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	/*background: transparent url('/bitrix/templates/centino-heat/css/../images/blank.gif');*/ /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

/* Overlay helper

.fancybox-lock {
	overflow: hidden;
}
 */
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/centino-heat/css/../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* End */


/* Start:/bitrix/templates/centino-heat/vendor/flexslider/flexslider.css?17507555356839*/
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/bitrix/templates/centino-heat/vendor/flexslider/fonts/flexslider-icon.eot');
  src: url('/bitrix/templates/centino-heat/vendor/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/centino-heat/vendor/flexslider/fonts/flexslider-icon.woff') format('woff'), url('/bitrix/templates/centino-heat/vendor/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('/bitrix/templates/centino-heat/vendor/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* End */


/* Start:/bitrix/templates/centino-heat/css/bootstrap.css?1750755535114216*/
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

textarea.bxeditor-textarea { line-height: normal !important; }
 
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #cccccc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #a6a6a6;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #cccccc;
}
.text-primary:hover {
  color: #b3b3b3;
}
.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 16px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -16px;
  margin-right: -16px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #bfbfbf;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #b8b8b8;
  border-color: #a1a1a1;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #cccccc;
  border-color: #bfbfbf;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #cccccc;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #a6a6a6;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #cccccc;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 16px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #cccccc;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #a6a6a6;
  border-bottom-color: #a6a6a6;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #cccccc;
}
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.nav a:hover .caret {
  border-top-color: #a6a6a6;
  border-bottom-color: #a6a6a6;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 16px;
  padding-left: 16px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -16px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -16px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 16px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -16px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 16px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -16px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -16px;
  margin-right: -16px;
  padding: 10px 16px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 16px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background: #999;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #cccccc;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #b3b3b3;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #cccccc;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #cccccc;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #cccccc;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 16px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #cccccc;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #cccccc;
}
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #cccccc;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -16px;
    margin-left: -16px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

/* End */


/* Start:/bitrix/templates/centino-heat/css/theme-elements.css?17507555354368*/

/* Thumb Info */
a.thumb-info {
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	max-width: 100%;
}

a.thumb-info:hover span.thumb-info-action-icon {
	right: 0;
	top: 0;
}

a.thumb-info:hover span.thumb-info-action {
	filter: alpha(opacity=100);
	opacity: 1;
}

a.thumb-info span.thumb-info-action-icon {
	-moz-border-radius: 0 0 0 25px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-border-radius: 0 0 0 25px;
	-webkit-transition: all 0.3s;
	background: #CCC;
	border-radius: 0 0 0 25px;
	display: inline-block;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: -100px;
	text-align: center;
	top: -100px;
	transition: all 0.3s;
	width: 50px;
}

a.thumb-info span.thumb-info-action-icon i {
	font-size: 24px;
	left: 3px;
	position: relative;
	top: -4px;
}

a.thumb-info:hover span.thumb-info-title {
	background: #000;
}

a.thumb-info span.thumb-info-action {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background: rgba(36,27,28, .9);
	bottom: 0;
	color: #FFF;
	filter: alpha(opacity=0);
	height: 100%;
	left: 0;
	opacity: 0.0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s;
	width: 100%;
}

a.thumb-info span.thumb-info-inner {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	display: block;
	transition: all 0.3s;
	white-space: nowrap;
}

a.thumb-info span.thumb-info-title {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background: rgba(36,27,28, .9);
	bottom: 10%;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	left: 0;
	letter-spacing: -1px;
	padding: 9px 11px 9px;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	transition: all 0.3s;
	z-index: 1;
}

a.thumb-info span.thumb-info-type {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #CCC;
	border-radius: 2px;
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	margin: 8px -2px -15px -2px;
	padding: 2px 9px;
	text-transform: none;
}

a.thumb-info:hover img {
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

a.thumb-info img {
	-moz-border-radius: 3px;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.2s linear;
	border-radius: 3px;
	position: relative;
	transition: all 0.2s linear;
}

span.thumb-info-caption {
	padding: 10px 0;
}

span.thumb-info-caption p {
	font-size: 0.9em;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 10px;
}

span.thumb-info-social-icons {
	border-top: 1px dotted #DDD;
	margin: 0;
	padding: 15px 0;
	display: block;
}

span.thumb-info-social-icons a {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background: #CCC;
	border-radius: 25px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

span.thumb-info-social-icons a:hover {
	text-decoration: none;
}

span.thumb-info-social-icons a span {
	display: none;
}

span.thumb-info-social-icons a i {
	color: #FFF;
	font-size: 0.9em;
	font-weight: normal;
}

a.thumb-info.secundary span.thumb-info-title {
	background: transparent;
	bottom: auto;
	left: 0;
	right: 0;
	top: 35%;
	text-align: center;
	opacity: 0;
}

a.thumb-info.secundary span.thumb-info-type {
	float: none;
}

a.thumb-info.secundary:hover span.thumb-info-title {
	top: 42%;
	opacity: 1;
}

/* Thumbnail Gallery */
ul.thumbnail-gallery {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

ul.thumbnail-gallery li {
	display: inline-block;
	margin: 10px 10px 0 0;
	padding: 0;
}

/* Navs */
ul.nav-list.primary > li {
	margin: 0;
	padding: 0;
}

ul.nav-list.primary > li a {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background-image: url(/bitrix/templates/centino-heat/css/../img/list-primary.png);
	background-position: 9px 16px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #EDEDDE;
	padding: 8px 20px;
	transition: all 0.3s;
}
/* End */


/* Start:/bitrix/templates/centino-heat/css/theme-responsive.css?1750755535998*/
@media (max-width: 991px) {
	/* Thumb Info */
	a.thumb-info span.thumb-info-title {
		font-size: 14px;
	}
	a.thumb-info span.thumb-info-more {
		font-size: 11px;
	}
	/* Misc */
	.thumbnail {
		border: 0;
	}
	div.flexslider [class*="col-md-"] img {
		display: inline;
		width: auto;
	}
	div.flexslider div.portfolio-item,
	div.flexslider article {
		margin: 0 auto 25px;
		text-align: left;
	}
	/* Scroll to Top */
	a.scroll-to-top {
		display: none !important;
	}
}
@media (max-width: 767px) {
	button.btn-responsive-nav { top: 15px; }
	div.slider > ul > li > div.caption {margin-left: 20px !important;}
	div.slider > ul > li > div.center-caption {margin-left: 0 !important;}
	.project.detail .valign { margin-bottom: 10px; }
}
@media (max-width: 479px) {
	body { font-size: 13px; }
	h2 { line-height: 40px; }
	span.arrow { display: none; }

	/* Flex Slider */
	div.flexslider,
	div.flexslider.unstyled,
	div.flexslider.unstyled {
		margin-top: 20px;
	}
}
/* End */


/* Start:/bitrix/templates/centino-heat/css/modifiers.css?17507555358585*/
/* FLEX BOX */
.flex-row {display: flex;flex-direction: row;}
.flex-row-hc {display: flex;flex-direction: row;justify-content: center;}
.flex-row-hsb {display: flex;flex-direction: row;justify-content: space-between;}
.flex-row-vc {display: flex;flex-direction: row;align-items: center;}
.flex-row-vend {display: flex;flex-direction: row;align-items: flex-end;}
.flex-row-c {display: flex;flex-direction: row;align-items: center;justify-content: center;}

.flex-column {display: flex;flex-direction: column;}
.flex-column-hc {display: flex;flex-direction: column;align-items: center;}
.flex-column-vc {display: flex;flex-direction: column;justify-content: center;}
.flex-column-c {display: flex;flex-direction: column;align-items: center;justify-content: center;}

.flex-wrap {flex-wrap: wrap;}
.flex-n-wrap {flex-wrap: nowrap;}

/* TEXT */

.uppercase {text-transform: uppercase;}
.title_grey_small{color:#888;font-size:0.9335em;}
.one-row-ellips {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* POSITION */
.relative {position: relative!important;}

/* SVG */
.more-svg {margin-left: 6px;margin-bottom: 2px;}

/* SIZES */
.fs-0 {font-size: 0em;}

.fs-9  {font-size: 0.6em;}
.fs-10 {font-size: 0.667em;}
.fs-11 {font-size: 0.7335em;}
.fs-12 {font-size: 0.8em;}
.fs-13 {font-size: 0.8667em;}
.fs-14 {font-size: 0.9335em;}
.fs-15 {font-size: 1em;}
.fs-16 {font-size: 1.0667em;}
.fs-17 {font-size: 1.1335em;}
.fs-18 {font-size: 1.2em;}
.fs-19 {font-size: 1.2667em;}
.fs-20 {font-size: 1.3335em;}
.fs-21 {font-size: 1.4em;}
.fs-22 {font-size: 1.4667em;}
.fs-24 {font-size: 1.6em;}
.fs-25 {font-size: 1.6667em;}
.fs-27 {font-size: 1.8em;}
.fs-28 {font-size: 1.8667em;}
.fs-30 {font-size: 2em;}

/* LINE HEIGHTS */
.lh-75  {line-height: 0.75em;}
.lh-100  {line-height: 1em;}
.lh-110  {line-height: 1.1em;}
.lh-115  {line-height: 1.15em;}
.lh-120  {line-height: 1.2em;}
.lh-125  {line-height: 1.25em;}
.lh-130  {line-height: 1.3em;}
.lh-135  {line-height: 1.35em;}
.lh-140  {line-height: 1.4em;}
.lh-145  {line-height: 1.45em;}
.lh-150  {line-height: 1.5em;}
.lh-155  {line-height: 1.55em;}
.lh-160  {line-height: 1.6em;}

/* COLORS */
.color-black {color: #000;}
.color-222   {color: #222;}
.color-333   {color: #333;}
.color-555   {color: #555;}
.color-666   {color: #666;}
.color-777   {color: #777;}
.color-888   {color: #888;}
.color-ccc   {color: #ccc;}
.color-ddd   {color: #ddd;}
.color-white {color: #fff;}

.color-ccc-fix   {color: #ccc !important;}
.color-ddd-fix   {color: #ddd !important;}
.color-white-fix {color: #fff !important;}

.color-black-hover:hover {color: #000;}
.color-222-hover:hover   {color: #222;}
.color-333-hover:hover   {color: #333;}
.color-555-hover:hover   {color: #555;}
.color-666-hover:hover   {color: #666;}
.color-777-hover:hover   {color: #777;}
.color-888-hover:hover   {color: #888;}
.color-white-hover:hover {color: #fff;}

/* WEIGHT */
.wgt-400 {font-weight: 400!important;}
.wgt-500 {font-weight: 500;}
.wgt-600 {font-weight: 600;}

/* LETTER SPACING */
.letter-sp-3 {letter-spacing: 0.03em;}
.letter-sp-4 {letter-spacing: 0.04em;}

/* BACKGROUND */
.bg-trans {background-color: transparent;}
.bg-white-fix {background-color: white!important;}
.bg-dark-footer {background-color: #1e242c;}
.n-bg {background-color: none;}
.bg-no-rep {background-repeat: no-repeat;}
.bg-size-cover {background-size: cover;}
.bg-grey1-hover:hover {background-color: #F6F7FA;}
.bg-pos-c {background-position: center!important;}
.bg-pos-top {background-position: top!important;}
.bg-white {background-color: white;}
.bg-black {background-color: black;}

/* OPACITY */
.opacity80{opacity:0.8 !important;}
.opacity90{opacity:0.9 !important;}

/* BORDERS */
.border {border: 1px solid #ebebef;}
.border-x {border-left: 1px solid #ebebef;border-right: 1px solid #ebebef;}
.border-y {border-top: 1px solid #ebebef;border-bottom: 1px solid #ebebef;}
.border-l {border-left: 1px solid #ebebef;}
.border-r {border-right: 1px solid #ebebef;}
.border-t {border-top: 1px solid #ebebef;}
.border-b {border-bottom: 1px solid #ebebef;}

.n-border {border: none!important;}
.n-border-x {border-left: none;border-right: none;}
.n-border-y {border-top: none;border-bottom: none;}
.n-border-l {border-left: none;}
.n-border-r {border-right: none;}
.n-border-t {border-top: none;}
.n-border-b {border-bottom: none;}

/* SHADOW */
.n-shadow {box-shadow: none;}
.shadow-light {box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);}
.shadow-dark {box-shadow: 0px 7px 18px rgba(143, 146, 151, 0.5);}
.shadow-middle {box-shadow: 0px 10px 20px rgba(184, 190, 199, 0.4);}
.shadow-light-hover:hover {box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4)!important;}
.shadow-dark-hover:hover {box-shadow: 0px 7px 18px rgba(143, 146, 151, 0.5);}
.shadow-middle-hover:hover {box-shadow: 0px 10px 20px rgba(184, 190, 199, 0.4);}

/* Z-INDEX */
.z-1 {z-index: 1;}
.z-2 {z-index: 2;}
.z-3 {z-index: 3;}
.z-4 {z-index: 4;}
.z-5 {z-index: 5;}
.z-11 {z-index: 11;}

/* WIDTH AND HEIGHT */
.wdt-100 {width: 100%;}
.hght-100 {height: 100%;}
.hght-auto {height: auto!important;}
.height-450 {height: 450px;}
.min-height-450 {min-height: 450px;}
.min-height-400 {min-height: 400px;}
.min-height-300 {min-height: 300px;}
.min-height-250 {min-height: 250px;}
.min-height-200 {min-height: 200px;}
.min-width-300 {min-width: 300px;}
.max-width-100 {max-width: 100%;}

/* DISPLAY */
.d-inline-block {display: inline-block;}
.d-block {display: block;}
.d-inline {display: inline;}

/* CURSOR */
.pointer { cursor: pointer; }
.default {cursor: default;}
.grab {cursor: grab;}

.default-hover:hover {cursor: default;}

/* MARGIN */
.m-all-32 {margin: 32px!important;}
.m-x-32 {margin-left: 32px!important;margin-right: 32px!important;}
.m-y-32 {margin-top: 32px!important;margin-bottom: 32px!important;}
.m-t-32 {margin-top: 32px!important;}
.m-b-32 {margin-bottom: 32px!important;}
.m-r-32 {margin-right: 32px!important;}

.m-all-16 {margin: 16px!important;}
.m-x-16 {margin-left: 16px!important;margin-right: 16px!important;}
.m-y-16 {margin-top: 16px!important;margin-bottom: 16px!important;}
.m-t-16 {margin-top: 16px!important;}
.m-b-16 {margin-bottom: 16px!important;}
.m-r-16 {margin-right: 16px!important;}
.m-l-16 {margin-left: 16px!important;}

.m-all-8 {margin: 8px!important;}
.m-x-8 {margin-left: 8px!important;margin-right: 8px!important;}
.m-y-8 {margin-top: 8px!important;margin-bottom: 8px!important;}
.m-b-8 {margin-bottom: 8px!important;}
.m-r-8 {margin-right: 8px!important;}

.m-all-0 {margin: 0px!important;}
.m-x-0 {margin-left: 0px!important;margin-right: 0px!important;}
.m-y-0 {margin-top: 0px!important;margin-bottom: 0px!important;}
.m-t-0 {margin-top: 0px!important;}
.m-b-0 {margin-bottom: 0px!important;}
.m-l-0 {margin-left: 0px!important;}
.m-r-0 {margin-right: 0px!important;}

.m-x-16-neg {margin-left: -16px!important;margin-right: -16px!important;}

.m-t-9 {margin-top: 9px!important;}

.m-r-50 {margin-right: 50px!important;}

/* PADDING */
.p-all-16 {padding: 16px!important;}
.p-x-16 {padding-left: 16px!important;padding-right: 16px!important;}
.p-y-16 {padding-top: 16px!important;padding-bottom: 16px!important;}
.p-r-16 {padding-right: 16px!important;}
.p-l-16 {padding-left: 16px!important;}

.p-all-32 {padding: 32px!important;}
.p-t-32 {padding-top: 32px!important;}
.p-l-32 {padding-left: 32px!important;}

.p-all-40 {padding: 40px!important;}


.p-x-0 {padding-left: 0px!important;padding-right: 0px!important;}
.p-y-0 {padding-top: 0px!important;padding-bottom: 0px!important;}
.p-t-0 {padding-top: 0px!important;}
.p-b-0 {padding-bottom: 0px!important;}
.p-l-0 {padding-left: 0px!important;}
.p-r-0 {padding-right: 0px!important;}

.p-l-6 {padding-left: 6px!important;}

/* POSITION ABSOLUTE */
.b-0 {position: absolute!important;bottom: 0px!important;}
.r-0 {position: absolute;right: 0px;}
.t-0 {position: absolute;top: 0px;}
.l-0 {position: absolute;left: 0px;}
.all_prnt_block {position: absolute;width: 100%;height: 100%;top: 0;left: 0;}

.b-40 {position: absolute;bottom: 40px;}

.arrows .bottom-right {position: absolute;bottom: 45px; right: 75px;}

/* OVERFLOW */
.over-hide {overflow: hidden;}

/* BORDER RADIUS */
.b-r-small {border-radius: 2px;}
.b-r-100 {border-radius: 100%;}

/* QUOTE */
.quote.top-right {
	position: absolute;
    top: 30px;
    right: 30px;
}
/* End */


/* Start:/bitrix/templates/centino-heat/css/modifiers_responsive.css?17507555354642*/
/* LARGE - MORE THEN 1200px */

@media(min-width: 1200px) {
	.flex-row-lg {display: flex;flex-direction: row;}
	.flex-row-hc-lg {display: flex;flex-direction: row;justify-content: center;}
	.flex-row-vc-lg {display: flex;flex-direction: row;align-items: center;}
	.flex-row-c-lg {display: flex;flex-direction: row;align-items: center;justify-content: center;}

	.flex-column-lg {display: flex;flex-direction: column;}
	.flex-column-hc-lg {display: flex;flex-direction: row;align-items: center;}
	.flex-column-vc-lg {display: flex;flex-direction: row;justify-content: center;}
	.flex-column-c-lg {display: flex;flex-direction: row;align-items: center;justify-content: center;}

	.fs-9-lg {font-size: 0.6em;}
	.fs-10-lg {font-size: 0.667em;}
	.fs-11-lg {font-size: 0.7335em;}
	.fs-12-lg {font-size: 0.8em;}
	.fs-13-lg {font-size: 0.8667em;}
	.fs-14-lg {font-size: 0.9335em;}
	.fs-15-lg {font-size: 1em;}
	.fs-16-lg {font-size: 1.0667em;}
	.fs-17-lg {font-size: 1.1335em;}
	.fs-18-lg {font-size: 1.2em;}
	.fs-19-lg {font-size: 1.2667em;}
	.fs-20-lg {font-size: 1.3335em;}
	.fs-21-lg {font-size: 1.4em;}
	.fs-30-lg {font-size: 2em;}
}

/* MEDIUM - 992px - 1200px */

@media(min-width: 992px){
	.flex-row-md {display: flex;flex-direction: row;}
	.flex-row-hc-md {display: flex;flex-direction: row;justify-content: center;}
	.flex-row-vc-md {display: flex;flex-direction: row;align-items: center;}
	.flex-row-c-md {display: flex;flex-direction: row;align-items: center;justify-content: center;}

	.flex-column-md {display: flex;flex-direction: column;}
	.flex-column-hc-md {display: flex;flex-direction: row;align-items: center;}
	.flex-column-vc-md {display: flex;flex-direction: row;justify-content: center;}
	.flex-column-c-md {display: flex;flex-direction: row;align-items: center;justify-content: center;}

	.fs-9-md  {font-size: 0.6em;}
	.fs-10-md {font-size: 0.667em;}
	.fs-11-md {font-size: 0.7335em;}
	.fs-12-md {font-size: 0.8em;}
	.fs-13-md {font-size: 0.8667em;}
	.fs-14-md {font-size: 0.9335em;}
	.fs-15-md {font-size: 1em;}
	.fs-16-md {font-size: 1.0667em;}
	.fs-17-md {font-size: 1.1335em;}
	.fs-18-md {font-size: 1.2em;}
	.fs-19-md {font-size: 1.2667em;}
	.fs-20-md {font-size: 1.3335em;}
	.fs-21-md {font-size: 1.4em;}
	.fs-30-md {font-size: 2em;}
}

/* SMALL - LESS THEN 992px */

@media(max-width: 991px) {
	.flex-row-sm {display: flex;flex-direction: row;}
	.flex-row-hc-sm {display: flex;flex-direction: row;justify-content: center;}
	.flex-row-vc-sm {display: flex;flex-direction: row;align-items: center;}
	.flex-row-c-sm {display: flex;flex-direction: row;align-items: center;justify-content: center;}

	.flex-column-sm {display: flex;flex-direction: column;}
	.flex-column-hc-sm {display: flex;flex-direction: row;align-items: center;}
	.flex-column-vc-sm {display: flex;flex-direction: row;justify-content: center;}
	.flex-column-c-sm {display: flex;flex-direction: row;align-items: center;justify-content: center;}

	.fs-9-sm  {font-size: 0.6em;}
	.fs-10-sm {font-size: 0.667em;}
	.fs-11-sm {font-size: 0.7335em;}
	.fs-12-sm {font-size: 0.8em;}
	.fs-13-sm {font-size: 0.8667em;}
	.fs-14-sm {font-size: 0.9335em;}
	.fs-15-sm {font-size: 1em;}
	.fs-16-sm {font-size: 1.0667em;}
	.fs-17-sm {font-size: 1.1335em;}
	.fs-18-sm {font-size: 1.2em;}
	.fs-19-sm {font-size: 1.2667em;}
	.fs-20-sm {font-size: 1.3335em;}
	.fs-21-sm {font-size: 1.4em;}
	.fs-30-sm {font-size: 2em;}
}

/* EXTRA SMALL - LESS THEN 768px */

@media(max-width: 767px) {
	.flex-row-xs {display: flex;flex-direction: row;}
	.flex-row-hc-xs {display: flex;flex-direction: row;justify-content: center;}
	.flex-row-vc-xs {display: flex;flex-direction: row;align-items: center;}
	.flex-row-c-xs {display: flex;flex-direction: row;align-items: center;justify-content: center;}

	.flex-column-xs {display: flex;flex-direction: column;}
	.flex-column-hc-xs {display: flex;flex-direction: row;align-items: center;}
	.flex-column-vc-xs {display: flex;flex-direction: row;justify-content: center;}
	.flex-column-c-xs {display: flex;flex-direction: row;align-items: center;justify-content: center;}

	.fs-9-xs  {font-size: 0.6em;}
	.fs-10-xs {font-size: 0.667em;}
	.fs-11-xs {font-size: 0.7335em;}
	.fs-12-xs {font-size: 0.8em;}
	.fs-13-xs {font-size: 0.8667em;}
	.fs-14-xs {font-size: 0.9335em;}
	.fs-15-xs {font-size: 1em;}
	.fs-16-xs {font-size: 1.0667em;}
	.fs-17-xs {font-size: 1.1335em;}
	.fs-18-xs {font-size: 1.2em;}
	.fs-19-xs {font-size: 1.2667em;}
	.fs-20-xs {font-size: 1.3335em;}
	.fs-21-xs {font-size: 1.4em;}
	.fs-30-xs {font-size: 2em;}
}
/* End */


/* Start:/bitrix/templates/centino-heat/css/h1-normal.css?1750755535153*/
.option-bold { font-weight: 500 !important; }
.option-bold-700 { font-weight: 500 !important; }
h1, h2, h3, h4, h5, h6 { font-weight: 500 !important; }
/* End */


/* Start:/bitrix/templates/.default/ajax/ajax.css?1750755534448*/
iframe.waitwindowlocal {position:absolute; border:0px; z-index:9999;}
div.waitwindowlocal {position:absolute; width:25px; height: 25px; padding:0px; z-index:10000; background-color:#FCF7D1; border:1px solid #E1B52D; background-image:url(/bitrix/templates/.default/ajax/images/wait.gif); background-position:center center; background-repeat:no-repeat;}
div.waitwindowlocalshadow {position:absolute; z-index:9998; background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif); border:1px solid #808080;}

/* End */


/* Start:/bitrix/templates/centino-heat/css/width-3.css?17507555351066*/
body .maxwidth-theme, body.fill_bg_y .contacts-page-map, body.fill_bg_y .banners-big .maxwidth-banner, body.fill_bg_y > .body > .main,
body.fill_bg_y footer, .banners-big.short-banner.small .maxwidth-banner, .fill_bg_y header .line-row{ max-width: 1392px; }
body.fill_bg_y .banner.TOP_HEADER, body.fill_bg_y .banner.TOP_UNDERHEADER{max-width: 1392px;}
.body .main > .container.with_error > .row > .content-md > .page404{max-width: 1312px;margin:auto;}
.contacts-page-map + .contacts.contacts-page-map-overlay{max-width: 1344px;}

@media all and (max-width: 1480px){
	body .banners-big .flexslider:hover .nav-carousel .flex-direction-nav li.flex-nav-prev{left:0px;}
	body .banners-big .flexslider:hover .nav-carousel .flex-direction-nav li.flex-nav-next{right:0px;}
}

@media (min-width: 768px) and (max-width: 1400px){
	.contacts-page-map + .contacts.contacts-page-map-overlay{padding-left:0px;padding-right:0px;margin-left:53px;margin-right:53px;}
}

@media all and (min-width: 768px){
	.contacts-page-map + .contacts.contacts-page-map-overlay{max-width: 1330px;}
}
/* End */


/* Start:/bitrix/templates/centino-heat/css/font-1.css?1750755535791*/
/* 15px/24px Open Sans (Default) */
body{font: 16px/24px "Open Sans", Arial, sans-serif;}

.btn{font-size:0.933em;}
.stickers .stickers-wrapper > div{font-size:10px;}
.main-block .prop_title_table .item .prop-block, .main-block .item .prop-block{font-size:14px;}
.side-menu .submenu{font-size:14px;}
.bx_item_detail_inc_two .list-type-block.item-views .item > .body-info .title{font-size:14px;}
.item-views .item .price .price_old .price_val, .item-views .item .price .price_old .fa, .order-block .price .price_old .price_val, .order-block .price .price_old .fa{font-size:14px;}
.item-views .item .price .price_val, .order-block .price .price_val{font-size:18px;}

.item-views.sections .item .title a{}

@media (min-width:768px){
	body .subscribe-block-wrapper .text{padding-right: 7px;}
}


/* End */


/* Start:/bitrix/templates/centino-heat/css/jquery.mCustomScrollbar.min.css?175075553542838*/
.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:6px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:8px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(/bitrix/templates/centino-heat/css/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/top_8_fz/style.css?17507555341588*/
.top8fz.left_menu_1 .side-menu .child {
    background-image: none;
}

.top8fz .menu-item-custom {
    margin: 0 20px;
    position: relative;
    color: #616262;
}

.top8fz .menu-item-custom a {
    transition: all .2s linear;
}

.top8fz .menu-item-custom a:hover {
    color: #1b644c;
}

.top8fz .sidebar_burger {
    display: none;
}

.top8fz .dropdown .sidebar_burger {
    margin-left: 16px;
    display: block;
}

.top8fz .menu-item-custom a {
    color: #616262;
}

.gray__banner .sidebar, .sidearea {
    box-shadow: none;
    overflow: visible;
}

.gray__banner {
    background: #F6F7FA;
    padding: 16px;
}

.top8fz {
    max-width: 1344px;
    margin: 0 auto;
}

.top8fz .dropdown-menu {
    padding: 0;
}

.top8fz .dropdown-menu li a {
    color: #3E3B3B;
    padding: 10px 16px;
}

.top8fz .dropdown-menu li:hover {
    background: #E6EFED;
}

.top8fz .dropdown-menu li a:hover {
    background: #E6EFED;
}

.gray__banner .side-menu {
    overflow: visible;
}

.top8fz .nav {
    display: flex;
}

.custom-gray .sidebar_burger {
    display: block;
    margin-left: 10px;
}

.side-menu li {
    position: relative;
}

.gray__banner .left_menu_1 .side-menu .submenu-wrapper {
    position: absolute;
    left: 0;
    background-color: #EFEFEF;

    z-index: 15;
}

.side-menu .opened ~ .submenu-wrapper {
    /*border: 1px solid #ccc;*/
}

.gray__banner .side-menu .submenu > li {
    padding: 4px 12px;
    transition: all 0.2s ease;
}

.side-menu .submenu > li:last-child {
    border-bottom: 0;
}

.gray__banner .side-menu .submenu > li:hover {
    background: #E6EFED;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/head_csm_filials/style.css?1750755534306*/
div.news-list img.preview-picture
{
	float:left;
	margin:0 4px 6px 0;
}

p.news-item
{
	margin:0;
	margin-bottom:15px;
}

.news-item.news-item-custom
{
	margin:0;
	margin-bottom:15px;
}

.news-date-time
{
	font-size:95%;
	display:block;
	color:#82929a;
}

.preview-picture {

	border: 1px solid #E4E7E9;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/top_custom/style.css?17507555341296*/
.topmenu__image {
	height: 24px;
	width: 24px;
	background-size: 24px 24px;
	background-position: center;
	vertical-align: bottom;
	display: inline-block;
	margin-right: 5px;
}
.topmenu__telegram {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-color: #64a9dc;
	border-radius: 30px;
}
.topmenu__vkontakte {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23fff'/%3E%3C/svg%3E");
	background-color: #07f;
	border-radius: 30px;
}

.position-left {
	left: unset !important;
	right:100%;
}
/* End */


/* Start:/bitrix/templates/centino-heat/components/bitrix/menu/top_mobile/style.css?17507555352366*/
.gray-block {
    background: #596073;
}

.header-top__logo.custom {
    background: #596073;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo__text {
    text-transform: uppercase;
    color: #fff;
}

.header-top__logo.custom .logo__text {
    text-transform: uppercase;
    color: #fff;
}

.header-top__branch {
    background: #fff;
}

.contacts.custom {
    padding-bottom: 20px;
}

#mobilemenu .menu-contacts-custom .menu ul > li {
    border-bottom: none;
}

#mobilemenu .menu-contacts-custom.menu.middle > ul > li > a {
    background: #596073;
    color: #fff;
    padding: 0 20px 0 49px;
}

#mobilemenu .menu-contacts-custom.menu.middle a .svg-inline-phone {
    top: 4px;
    left: 20px;
}

.contacts.custom .title {
    display: none;
}

#mobilemenu .contacts.custom a {
    color: #fff;
    font-size: 1em;
}
#mobilemenu .contacts .email, #mobilemenu .contacts.custom .address {
    color: #fff;
    font-size: 1em;
}

.gray-block .fill-theme path, .fill-theme rect, path.fill-theme, rect.fill-theme {
    fill: #fff;
}

.burger__cards {
    padding: 24px 16px;
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.burger__card {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 5px;
    border-radius: 8px;
    background: #80889F;
    box-shadow: 0px 0px 12px 0px #0000001F;
    font-size: 0.7em;
    color: #fff;
    line-height: 1.1em;
    flex-direction: column;
}

.burger__card.green {
    background: #025A45;
}

.burger__card_title {
    text-align: center;
}

.burger__card__basket {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 5px;
    border-radius: 8px;
    background: #FF0037;
    box-shadow: 0px 0px 12px 0px #0000001F;
    font-size: 0.7em;
    color: #fff;
    line-height: 1.1em;
    flex-direction: column;
}

.burger__card__basket > span > .title{
    padding-top: 10px;
}

.burger__cards .js-basket-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.burger__cards .js-basket-block > .widget__text {
    transform: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.burger__cards .js-basket-block > i > svg path{
    fill: #FFFFFF;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/top_8_fz_mobile/style.css?17507555341464*/
.top8fz.left_menu_1 .side-menu .child {
    background-image: none;
}

.top8fz .menu-item-custom {
    margin: 0 20px;
    position: relative;
    color: #616262;
}

.top8fz .sidebar_burger {
    display: none;
}

.top8fz .dropdown .sidebar_burger {
    margin-left: 16px;
    display: block;
}

.top8fz .menu-item-custom a {
    color: #616262;
}

.gray__banner .sidebar, .sidearea {
    box-shadow: none;
    overflow: visible;
}

.gray__banner {
    background: #F6F7FA;
    padding: 16px;
}

.top8fz {
    max-width: 1344px;
    margin: 0 auto;
}

.top8fz .dropdown-menu {
    padding: 0;
}

.top8fz .dropdown-menu li a {
    color: #3E3B3B;
    padding: 10px 16px;
}

.top8fz .dropdown-menu li:hover {
    background: #E6EFED;
}

.top8fz .dropdown-menu li a:hover {
    background: #E6EFED;
}

.gray__banner .side-menu {
    overflow: visible;
}

.top8fz .nav {
    display: flex;
}

.custom-gray .sidebar_burger {
    display: block;
    margin-left: 10px;
}

.side-menu li {
    position: relative;
}

.gray__banner .left_menu_1 .side-menu .submenu-wrapper {
    position: absolute;
    left: 0;
    background-color: #EFEFEF;

    z-index: 15;
}

.side-menu .opened ~ .submenu-wrapper {
    /*border: 1px solid #ccc;*/
}

.gray__banner .side-menu .submenu > li {
    padding: 4px 12px;
    transition: all 0.2s ease;
}

.side-menu .submenu > li:last-child {
    border-bottom: 0;
}

.gray__banner .side-menu .submenu > li:hover {
    background: #E6EFED;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/front-services_4_custom/style.css?17507555342319*/
.float_banners_v4 .items .item.services__card_item .item-inner {
    padding-top: 28px;
}

.float_banners_v4 .items .item.services__card_item.custom .item-inner {
    padding-top: 0;
}

.title_block {
    margin-bottom: 32px;
}

.services__card_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 32px;
    column-gap: 28px;
}

.flex-column {
    gap: 32px;
}

.services__card_item {
    box-shadow: 0px 0px 12px 0px #0000001F;
    border-radius: 20px;
}

.services__card_item img {
    max-width: 60px;
}

.services__card_width {
    max-width: 100%;
    width: 100%;
}

.services__card_height {
    min-height: 100%;
}

.services__card_link {
    border-radius: 20px;
    padding: 41px 36px;
    text-align: center;
    background: url('/bitrix/templates/.default/components/bitrix/news.list/front-services_4_custom/image/voprosi.jpg') no-repeat center;
    min-height: 149px;
    background-size: cover;
}

.services__card_link-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    margin-bottom: 24px;
}

.services__card_link-button {
    background: #000;
    border-radius: 8px;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    transition: all 0.2s ease;
    border: none;
}

.services__card_link-button:hover {
    color: #c4c4c4;
}

.flex-custom {
    display: flex;
    align-items: center;
    gap: 16px;
}

.title-custom {
    text-transform: uppercase;
}

.border-bottom-custom {
    min-height: 79px;
    padding-bottom: 16px;
    border-bottom: 1px solid #3E3B3B;
    margin-bottom: 16px;
}

.child_title-custom {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #616262;
    margin-bottom: 24px;
}

.child_title-custom:last-child {
    margin-bottom: 0;
}

.small_card-custom {
    min-height: 188px;
}

.flex-custom.small_card-custom {
    padding: 29px;
}

.float_banners_v4 .items.services__card_container .item .text-wrapper {
    padding: 0px 16px 25px;
}

@media screen and (max-width: 1330px) {
    .services__card_container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 866px) {
    .services__card_container {
        grid-template-columns: 1fr;
    }
}


/* End */


/* Start:/bitrix/templates/centino-heat/styles.css?175075553520339*/
/* Svoi CSS kod pishite v faile CUSTOM.CSS, chotobi pri ustanovke obnovlenii ne bilo problem */
/* --------------------------------------- */
/* Put you custom CSS in CUSTOM.CSS, not in this file! */

/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */

body{background-color:white;color: #555;}
a, a:hover, a:focus, a:active{text-decoration:none;outline:none;}
a.grey { color: #818181; }
/*a:hover{text-decoration:none;}*/

h1,h2,h3,h4,h5,h6{margin:0;font-weight:normal;margin:46px 0 26px 0;color:#222222;}

h1,h2,h3,h4{letter-spacing:normal;}

h1{font-size:2em;line-height:30px;margin:0 0 18px;}
h2{font-size:1.866em;line-height:28px;margin: 30px 0 25px;}
h3{font-size:1.6em;  line-height:24px;margin: 30px 0 25px;}
h4{font-size:1.33em; line-height:1.2em;margin: 30px 0 25px;}
h5{font-size:1.2em;  line-height:22px;margin: 30px 0 25px;}
h6{font-size:1.066em;line-height:22px;margin: 30px 0 25px;}

.right_dok .link.link_basket_widget {top: 748px;}

.custom-table-w {
	margin-bottom: 16px;
}

.custom-table-w table th,
.custom-table-w table td {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
}
.custom-table-w table thead {
	background: var(--site-color--green);
	color: #fff;
}
.custom-table-w table thead td a {
	position: relative;
	padding-bottom: 2px;
	color: #fff;
	max-width: fit-content;
	transition: all .2s linear;
}
.custom-table-w table thead td a:before {
	content: '';
	position: absolute;
	bottom: -2px;
	width: 100%;
	height: 1px;
	transition: all .2s linear;
	background: #fff;
}

.custom-table-w td,
.custom-table-w th {
	padding: 14px;
	line-height: 150%;
}

body .item-views.blocks h3, body .item-views.blocks h3.title, body .group-content h3{ font-weight: normal; }


.content h2:first-of-type,.content h3:first-of-type,.content h4:first-of-type,.content h5:first-of-type,.content h6:first-of-type{/*margin-top:0px;*/}
h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced{margin-top:50px;}
h1.no-top-space, h2.no-top-space, h3.no-top-space, h4.no-top-space, h5.no-top-space, h6.no-top-space{margin-top:0px;}
h1.no-bottom-space, h2.no-bottom-space, h3.no-bottom-space, h4.no-bottom-space, h5.no-bottom-space, h6.no-bottom-space{margin-bottom:0px;}
h1.more-spaced, h2.more-spaced, h3.more-spaced, h4.more-spaced, h5.more-spaced, h6.more-spaced{margin-top:64px;}
h1.bottom-spaced, h2.bottom-spaced, h3.bottom-spaced, h4.bottom-spaced, h5.bottom-spaced, h6.bottom-spaced{margin-bottom:36px;}
.underline{display:inline-block;margin-bottom:20px;padding-bottom:11px;border-bottom:2px solid blue;}
h4.underline{padding-bottom:7px;}
h5.underline{padding-bottom:4px;}
b, strong{color:#222222;}
.dark_link{color:#222;}
.label[href]:hover, .label[href]:focus{color:#555;cursor:default;}

.no-bottom-margin { margin-bottom: 0; }
.no-top-margin { margin-top: 0; }

.muted { color: #818181; }
.normal_text{font-size:1.200em;line-height: 1.444em;}
.bold{font-weight:bold;}

p{margin-bottom:24px;}
p .alternative-font{display:inline-block;margin-top:-15px;position:relative;top:3px;margin-bottom:-6px;}
p.featured{font-size:1.6em;line-height:1.5em;}
p.short{margin-bottom:0;}
p.tall{margin-bottom:20px;}
p.taller{margin-bottom:40px;}
p.drop-caps:first-child:first-letter{float:left;font-size:75px;line-height:60px;padding:4px;margin-right:5px;margin-top:5px;font-family:Georgia;}
p.drop-caps.secundary:first-child:first-letter{background-color:#ccc;color:white;padding:6px;margin-right:5px;border-radius:4px;}

hr{height:1px;margin:25px 0;border:none;border-top:1px solid #ebebef;}
.colored_line{border-color:#ededed;border-top-width:2px;}

table.no-border { border-collapse:collapse;border-spacing:0; border:0; }

table.table{border-collapse:collapse;border-spacing:0;}
table.table > thead > tr > th, table.table > tbody > tr > th, table.table > tfoot > tr > th, table.table > thead > tr > td, table.table > tbody > tr > td, table.table > tfoot > tr > td{border:0;}
table.table > thead > tr > th, table.table > tbody > tr > th, table.table > tfoot > tr > th{color:white;}
table.table tr:nth-child(even) td{background:#eff5f7;}
table.table tr:nth-child(odd) td{background:white;}
table.table th{background:#555;}
table.table1 td{padding:15px;}
blockquote{color:#222222;position:relative;padding: 4px 20px 25px 63px;border:none; font-size:1em;line-height:24px;margin: 10px 0px 5px;}
blockquote p{line-height:normal;}
blockquote:before{position:absolute;top:10px;left:0px;font-family:Arial;content:" ";font-size:82px;line-height:78px;background-image: url('/bitrix/templates/centino-heat/images/svg/Quotes.svg');height: 22px;
    width: 34px;}
blockquote.danger{padding:27px 42px 31px 42px;border:1px solid rgba(210,21,21,0.4);border-radius:3px;border-left: 3px solid #d21515;color:#bb3a3a;margin: 40px 0px;font-weight:400;}
blockquote.info{padding:27px 42px 31px 42px;border:1px solid rgba(91,177,71,0.4);border-radius:3px;border-left: 3px solid #5bb147;color:#5a8051;margin: 40px 0px;font-weight:400;}
blockquote.danger *{color:#bb3a3a;}
blockquote.info *{color:#5a8051;}
blockquote.danger:before{content:"";position:absolute;top:-9px;left:40px;background:#fff url(/bitrix/templates/centino-heat/images/heat.png) -249px -262px no-repeat;width:26px;height:17px;}
blockquote.info:before{content:"";position:absolute;top:-9px;left:40px;background:#fff url(/bitrix/templates/centino-heat/images/heat.png) -17px -153px no-repeat;width:26px;height:18px;}
blockquote.danger:after{content:"";}
blockquote.code{padding:27px 42px 31px 42px;border:1px solid #f2f2f2;background:url(/bitrix/templates/centino-heat/images/code_pattern.gif);color:#999;margin: 40px 0px;font-weight:400;}
blockquote.code:before{display:none;}
blockquote > div{font-style:italic;padding:18px 20px 25px;}
blockquote small{color:#333333;font-style:normal;margin-top:10px;}
li{line-height:24px;}
ul, ol{padding-left:26px;margin-bottom:20px;}
ul + h3,ul + h4,ul + h5,ul + h6, ol + h3,ol + h4,ol + h5,ol + h6{margin-top:28px;}
ul.list.icons{padding-left:30px;}
ul.list.icons .fa{margin-left:-22px;margin-right:5px;}
dl{margin-top:16px;}
dt{margin-bottom:1px;}
dd{margin-bottom:14px;color:#444444;}
dd + dd{margin-top:-14px;}
table.table > thead > tr > th{font-size:14px;font-weight:normal;padding-top:7px;padding-bottom:7px;}

ul{padding-left:0px;}
ol li{padding-left: 4px;margin-bottom: 12px;}
ul li{list-style-type: none;position: relative;padding-left: 20px;margin-bottom: 8px;}
ul li p{margin-bottom:0px;}
ul li ul, ol li ol{padding-top:4px;}
ul li:before{content: "";position: absolute;left: 0px;top: 11px;width: 3px;height: 3px;background: #222;}
ul.list-unstyled li{padding-left:0px;margin-bottom:0px;}
ul.list-unstyled li:before{display:none;}

.body_media{display:none;position:absolute;top:2;}
.valign{float:none;display:inline-block;vertical-align:middle;}
.valign_imp{float:none;display:inline-block;vertical-align:middle!important;}
.ask_a_question{text-align:center;line-height:15px;color:#1D2029;}
.ask_a_question_wrapper div.ask_a_question {margin-left: 0px;}
.ask_a_question .text{margin-top:8px;}
.styled-block{border-left:2px solid;background:#ebebef;color:#555555;margin-bottom:40px;clear:both;margin-top:30px;padding:37px 50px;font-size:15px;}

/* TOP ORDER BLOCK */
.order-block.top_position {background: #F6F7FA;}
.order-block.top_position .text{padding:0px 0px 0px 39px;min-height: 46px;line-height:24px;color:#555;text-align:left;position:relative;font-size: 15px;
line-height: 23px;
color: #333333;}
.order-block.top_position td {padding: 34px 0px 30px;}
.detail .order-block.top_position .price {margin-top: 10px;}
.order-block.top_position .price .price_val {
	font-size: 20px;
	line-height: 27px;
	color: #000000;
}
.order-block.top_position .btns .btn {
	font-size: 14px;
	line-height: normal;
	text-align: center;
	color: #FFFFFF;
    padding: 11px 29px;
}
.order-block .text {padding: 0px 0px 0px 39px;}

.order-block.right_position {padding: 24px 33px 34px;border: 1px solid #EBEBEF;background: #F6F7FA;}
.order-block.right_position .price {float: none!important;margin-top: 0px!important;}
.order-block.right_position > .price {
	padding: 10px 0px 23px 0px;
	width: 100%;
	border-bottom: 1px solid #EBEBEF;
    margin-bottom: 32px;
}
.order-block.right_position > .price .price {
	margin-top: 8px;
}
.order-block.right_position .price .text {
	font-size: 13px;
	line-height: 17px;
	color: #555555;
	padding: 0;
}

.order-block.right_position .price .price_val {
	
	font-size: 25px;
	line-height: 32px;
	color: #333333;
}
.order-block.right_position .description .desc_title {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #333333;
	margin-bottom: 22px;
}

.order-block.right_position .description ul li {
	font-size: 13px;
	line-height: 17px;
	color: #555555;
    margin-bottom: 13.5px;
}
.order-block.right_position .description ul li:before {
	top: 6px;
	border-radius: 100%;
	width: 4px;
    height: 4px;
}
.detail .order-block.right_position .description .btn.btn-default {
	font-size: 14px;
	width: 100%;
	padding: 11px 0px 10px;
	margin-top: 10px;
}

.order-block.top_position .description {margin-top: 7px;}
.order-block.top_position .desc_title {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #333333;
	margin-bottom: 22px;
}

.order-block.top_position ul li {
	font-size: 13px;
	line-height: 17px;
	color: #555555;
    margin-bottom: 13.5px;
}
.order-block.top_position ul li:before {
	top: 6px;
	border-radius: 100%;
	width: 4px;
    height: 4px;
}
.order-block.top_position .description .click_toggle .svg {
    top: 50%;
    right: -10px;
    left: auto;
    width: auto;
    height: auto;
    margin-top: -1px;
}
.order-block.top_position .description .click_toggle .svg svg * {
	fill: #777;
}
.order-block.top_position .description .click_toggle .svg.cl {
	top: 10px;
	right: -12px;
}
.order-block.top_position .description .click_toggle .svg.cl > svg {
	height: 7px;
} 
.order-block.top_position .description .toggle_target {margin-bottom: -9px;}

.order-block{background:#fbfbfb;border:1px solid #f2f2f2;color:#555555;clear:both;font-size:1em;margin: 0 0 30px;width:100%;}

.order-block .row{margin:0;}
.order-block .row > div{text-align:center;padding: 41px 0 40px;min-height:83px;}
.order-block .row > div:last-of-type{/*background:#fff;*/}
.order-block  td{padding:42px 0px 37px;vertical-align:top;}
.order-block  td .btns{text-align:center;}
.order-block .btn{margin:0;}

.order-block .text .svg{display:block;width:48px;height:58px;position:absolute;top:39px;top:-2px;left:52px;}
.order-block .text h1, .order-block .text h2, .order-block .text h3, .order-block .text h4, .order-block .text h5, .order-block .text h6 {color:#333333;margin-bottom:5px;margin-top:0px;}
.styled-block .row > div, .order-block .row > div{/*float:left;*/display: table-cell;vertical-align:middle;}
.styled-block .row > div.col-md-3, .order-block .row > vib.col-md-3{text-align:center;}
.styled-block .row > div.col-md-3 .btn, .order-block .row > vib.col-md-3 .btn{position:relative;margin:0;}
.select-outer{width:252px;/*overflow:hidden;*/position:relative;white-space: nowrap;font-size: 0px;/*border: 1px solid #f2f2f2;*/}
.select-outer select{appearance:none;-moz-appearance:none;-webkit-appearance:none;-o-appearance:none;-ms-appearance:none;font-size:13px;}
.select-outer i.fa{/*position:absolute;*/top: 0px;width: 28px;height: 36px;line-height: 36px;text-align: center;padding: 1px 1px 0px 2px;border-right: 0px solid #f2f2f2;left:0px;vertical-align:top;font-size:13px;margin-right: -28px;}
.select-outer i.fa:before{color:#fff;background:url(/bitrix/templates/centino-heat/images/svg/more_arrow.svg) 2px 4px no-repeat }
.select-outer i + select{padding-left:39px;padding-right:7px;}
.select-outer select + i.fa{border-left: 0px solid #f2f2f2;right:0px;left:auto;border-right-width: 0px;padding-left:0px;margin-left: -28px;}
.select-outer.black i.fa{color:#222;}
.bx-opera .select-outer i.fa{top:6px;display:none;}
.bx-firefox .select-outer i.fa, .bx-ie .select-outer i.fa{/*height:31px;line-height:30px;*/}
.bx-firefox .select-outer select{padding-top:6px;padding-bottom:7px;}
.select-outer select::-ms-expand{display:none;}
.grey_light{color:#6d7a83;}
.grey_dark{color:#666666;}
.dark_light{color:#2f383d;}
.dark_light_table{color:#2f383d;font-size:16px;}
.dark_table{color:#333;font-size:15px;line-height:20px;font-weight:bold;}
.noradius{border-radius:0;}
.white_middle_text{font-weight:bold;}
.underborder{border-bottom: 1px dotted;}

.introtext{padding: 0px 0px 19px;font-size: 16px;color: #222222; *margin-bottom:30px;}
.introtext p:last-child{margin-bottom:0px;}

.btn-inline { cursor: pointer; white-space: nowrap; }
.btn-inline i { margin: 0 14px; }
.btn-inline.rounded i { margin: 0 8px;  border-radius: 50%; width: 18px; text-align: center; height: 18px; line-height: 17px;position:relative;top:1px; }
.btn-inline.rounded i:before { margin-left: 2px; }
.bx-firefox .btn-inline.rounded i:before { margin-left: 0px; }
.btn-inline.rounded:hover i { color: #fff; background: #ccc; }
.btn-inline:hover { color: #222;  }

.btn-inline.sm { font-size:0.867em; }
.btn-inline.sm i { margin: 0 12px; }
.btn-inline.sm.rounded i { margin: 0 6px; }

.btn-inline.xs { font-size:0.733em; }
.btn-inline.xs i { margin: 0 10px; }
.btn-inline.xs.rounded i { margin: 0 4px; }

.btn-inline.black { color: #222; }

.black { color: #222; }

/* i.fa.big-icon /info/more/icons/ */
.fa.big-icon { height: 54px; width: 54px;  line-height: 54px; font-size: 29px;  border-radius: 50%; background: #666; color: #fff; text-align: center; }
.fa.big-icon.grey { color: #222;}
.fa.big-icon.s50 { height: 50px; width: 50px;  line-height: 50px; font-size: 29px; }
.fa.big-icon.s45 { height: 45px; width: 45px;  line-height: 45px; font-size: 25px; }
.fa.big-icon.s40 { height: 40px; width: 40px;  line-height: 40px; font-size: 22px; }
.fa.big-icon.s35 { height: 35px; width: 35px;  line-height: 35px; font-size: 19px; }
.fa.big-icon.s30 { height: 30px; width: 30px;  line-height: 30px; font-size: 17px; }
.fa.big-icon.s25 { height: 25px; width: 25px;  line-height: 25px; font-size: 13px; }

/* .icon-text /info/more/icons/ */ 
.icon-text { padding: 0 20px; height: 54px; line-height: 54px;  display: inline-block;  border-radius: 27px; white-space: nowrap;  }
.icon-text .fa { font-size: 30px; margin-top: -7px; vertical-align: middle; margin-right: 10px; }

a.icon-text:hover { color: #fff; text-decoration: underline; }
a.icon-text:focus { color: #fff; }

.icon-text.s50 { padding: 0 18px; height: 50px; line-height: 50px; }
.icon-text.s50 .fa {  margin-top: -2px; font-size: 26px; margin-right: 6px;  }

.icon-text.s45 { height: 45px; line-height: 45px; }
.icon-text.s45 .fa { margin-top: -2px;  font-size: 22px; margin-right: 4px;  }

.icon-text.s40 {  padding: 0 16px; height: 40px; line-height: 40px; }
.icon-text.s40 .fa { font-size: 22px;     margin-top: -4px; margin-right: 4px;  }

.icon-text.s35 { padding: 0 14px; height: 35px; line-height: 33px; }
.icon-text.s35 .fa { margin-top: 0;  font-size: 18px; margin-right: 4px;  }

.icon-text.s30 { padding: 0 12px; height: 30px; line-height: 30px; font-size: 13px; line-height: 29px; }
.icon-text.s30 .fa { margin-top: 0;  font-size: 15px; margin-right: 2px;     line-height: 13px;  }

.icon-text.s25 { padding: 0 9px;  height: 25px; font-size: 13px; line-height: 24px; }
.icon-text.s25 .fa { margin-top: 0;  font-size: 14px; margin-right: 2px;     line-height: 13px;  }

/* SHARE OLD VERSION */
.share{margin-top:0px;margin-bottom:0px;text-align:right;color:#222222;float:right;}
.share .yashare-auto-init > *{vertical-align:top;padding:0 !important;}
.share .yashare-auto-init .b-share > *{vertical-align:top;padding:0 !important;margin:1px 3px 0 2px;}
.share > .text{display:inline-block;margin-right:38px;vertical-align:top;}

/* SHARE VERSION 2 */
.share .ya-share2{display:inline-block;vertical-align:top;}
.share > .text{margin-right:5px;margin-top:0px;display:inline-block;vertical-align:top;}

/* BUTTONS */
.btn{font-size:1em;font-weight:normal;text-transform:none;text-decoration:none;margin:0 10px 10px 0;border:1px solid;border-radius:2px;padding:10px 20px 9px;overflow:hidden;transition:background-color 0.1s ease;-moz-transition:background-color 0.1s ease;-ms-transition:background-color 0.1s ease;-o-transition:background-color 0.1s ease;-webkit-transition:background-color 0.1s ease;}
.btn > *{-moz-transition:background-color 0.1s;-ms-transition:background-color 0.1s;-o-transition:background-color 0.1s;-webkit-transition:background-color 0.1s;transition:background-color 0.1s;}
.mobile .btn, .mobile .btn > *{transition:none;}
.btn-lg{padding: 14px 25px 13px;}
.btn.btn-lg{font-size:1em;}
.btn-sm{padding:7px 15px 8px;font-size:12px;}
.btn.btn-sm{font-size:0.867em;font-weight:normal;}
.btn.basket-btn {padding: 12px 20px;}
.btn.active, .btn:active{box-shadow:none;}

.btn-xs{font-size:11px;line-height:12px;padding:9px 14px 9px;border-radius:1px;}
.btn.btn-xs{font-size:0.800em;font-weight:normal;}
.bx-firefox .btn-xs, .bx-ie .btn-xs{/*padding-top:7px;padding-bottom:8px;*/}
.btn[disabled],.btn.disabled{background:none !important;border:1px solid #bbbbbb !important;color:#bbbbbb !important;}
.btn[disabled] > *,.btn.disabled > *{background:none !important;border:none !important;color:#bbbbbb !important;}
.btn-lg[disabled],.btn-lg.disabled{border-width:2px;}
.btn-icon i{margin-right:10px;}
.btn-icon-right i{margin-right:0;margin-left:10px;}
.btn-default.wc{padding:0 !important;font-size:0;}
.btn-default.wc .fa{display:inline-block;height:31px;line-height:32px;vertical-align:top;width:32px;*display:inline;zoom:1;font-size:13px;}
.btn-default.wc span{display:inline-block;padding:6px 12px 5px 0px;line-height:19px;vertical-align:top;*display:inline;zoom:1;font-size:13px;}
.btn-default.btn-xs.wc .fa{width:25px;height:26px;line-height:27px;font-size:14px;font-weight:bold;}
.btn-default.btn-xs.wc span{line-height:16px;padding:5px 10px 4px 0;font-size:11px;}
.btn-default.wc.vert{background:none;border:none;padding:0;min-width:100px;width:100%;}
.btn-default.wc.vert .fa{background-color:#cdd8dd;border:none;display:block;height:70px;line-height:70px;vertical-align:top;font-size:39px;border-radius:1px 1px 0 0;width:100%;}
.btn-default.wc.vert span{color:#1d2029;background:#dfeaed;border-bottom:1px solid #c8d2d5;border-top:1px solid #eaf1f3;display:block;padding:10px 12px 10px;line-height:16px;font-size:13px;font-weight:bold;border-radius:0 0 1px 1px;white-space:normal;text-shadow:none;}
.btn-default.wc.vert:hover span{background:#cdd8dd;border-bottom:1px solid #b8c2c6;border-top:1px solid #dde5e8;}
.btn.btn-responsive-nav{ color:#FFF; padding:5px 8px 3px;margin:0;border:medium none;}
.btn.btn-responsive-nav .fa{font-size:21px;}
.btn.btn-transparent-border{border:1px solid rgba(243,243,243,0.4);}
.btn.btn-transparent-border:hover{color:#fff;}
.btn.btn-default.btn-transparent-bg:not(:hover){background:transparent;}
.btn.btn-default.white2:not(:hover){background:#fff;color:#333!important;border: none;padding: 11px 20px 10px;}
.btn.btn-default.white2:hover {border: none;padding: 11px 20px 10px;}

/* LABELS */
.label{border-radius:1px;font-size:11px;font-weight:normal;line-height:14px;height:22px;padding:0.4em 0.6em;display:inline-block;vertical-align:top;}
.label-instock{background:#3cc051;}
.label-nostock{background:#999999;}
.label-pending{background:#fcb322;}
.label-order{background:#57b5e3;}

/* REVIEW */
.review{margin-bottom:30px;position:relative;}

/* check bitrix popups style */
.bx-core-window img{vertical-align:baseline;}
.bx-core-window .adm-btn, .bx-core-window .adm-input-file{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-o-box-sizing:content-box;-ms-box-sizing:content-box;}

/* error - not existing module centino.heatoration */
.include_module_error{margin:0 auto;text-align:center;}
.include_module_error img{max-width:100%;}
.include_module_error p{color:#636363;font-size:14px;line-height:20px;margin-top:0;}

/* index Bot */
.wbot .banners-big .flexslider{background:none;}
.wbot .banners-big .flexslider > .slides > li:first-of-type{display:block;}
.wbot .banners-big .slides .text .inner {opacity: 1;display: flex;flex-direction: column;justify-content: center;}
.wbot .SLIDER_INDEX {display: none;}
/* End */


/* Start:/bitrix/templates/centino-heat/template_styles.css?1750755535662925*/
/* FAIL PEREZAPISIVAETSA PRI OBNOVLENII RESHENIYA */
/* PRAVKI PO CSS DOBAVLYAITE V FAIL CUSTOM.CSS */

:root {
    --site-color--green: #00644C;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
}

html, body {
    width: 100%;
}

body {
    overflow: hidden;
    margin: 0;
}

* html .clearfix {
    height: 1%;
}

a {
    text-decoration: none !important;
    color: initial;
}

html[xmlns] .clearfix {
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.row.clearfix, .clearfix.block {
    display: block;
}

*:focus-visible {
    border: 2px solid #025A45;
    padding: 0 4px;
    border-radius: 8px;
}

*[id^=bx_incl] {
    display: inline;
    vertical-align: top;
    *display: inline;
    zoom: 1;
}

.bx_editmode .bx_areas *[id^=bx_incl], .right_block *[id^=bx_incl] {
    display: block;
}

.margin0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.nopadding {
    padding: 0px !important;
}

.nopadding-left {
    padding-left: 0px !important;
}

.nopadding-right {
    padding-right: 0px !important;
}

* {
    outline: none !important;
}

*[data-event="jqm"] {
    cursor: pointer;
}

.onesmallfont {
    font-size: 0.933em;
}

.twosmallfont {
    font-size: 0.867em;
    line-height: 18px;
}

.animation-width {
    -webkit-transition: width ease 0.1s;
    moz-transition: width ease 0.1s;
    ms-transition: width ease 0.1s;
    o-transition: width ease 0.1s;
    transition: width ease 0.1s;
}

.animation-bg {
    -webkit-transition: background ease 0.1s;
    moz-transition: background ease 0.1s;
    ms-transition: background ease 0.1s;
    o-transition: background ease 0.1s;
    transition: background ease 0.1s;
}

.animation-height {
    -webkit-transition: height ease 0.1s;
    moz-transition: height ease 0.1s;
    ms-transition: height ease 0.1s;
    o-transition: height ease 0.1s;
    transition: height ease 0.1s;
}

.animation-all {
    -webkit-transition: all ease 0.1s;
    moz-transition: all ease 0.1s;
    ms-transition: all ease 0.1s;
    o-transition: all ease 0.1s;
    transition: all ease 0.1s;
}

.animation-opacity {
    -webkit-transition: opacity ease 0.1s;
    moz-transition: opacity ease 0.1s;
    ms-transition: opacity ease 0.1s;
    o-transition: opacity ease 0.1s;
    transition: opacity ease 0.1s;
}

.animation-boxs {
    -webkit-transition: box-shadow ease 0.1s, border-color ease 0.1s;
    moz-transition: box-shadow ease 0.1s, border-color ease 0.1s;
    ms-transition: box-shadow ease 0.1s, border-color ease 0.1s;
    o-transition: box-shadow ease 0.1s, border-color ease 0.1s;
    transition: box-shadow ease 0.1s, border-color ease 0.1s;
}

.row.indent10 {
    margin: 0px -10px;
}

.row.indent10 > div {
    padding: 0px 10px;
}

.row.indent2 {
    margin: 0px -2px;
}

.row.indent2 > div {
    padding: 0px 2px;
}

label {
    font-weight: normal;
}

textarea {
    resize: none;
}

input {
    outline: none;
}

input::-ms-clear {
    display: none;
}

form input i[class*=fa] {
    font-family: FontAweSome;
}

select {
    border: 1px solid #ebebef;
    border-radius: 2px;
    padding: 5px 39px 5px 7px;
    background: none;
    color: #777777;
    cursor: pointer;
    line-height: 17px;
    position: relative;
}

label[for="captcha_word"] {
    display: none;
}

form .captcha-row > label {
    display: none;
}

.lazyload, .lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

.fixed_wrapper {
    position: relative;
}

div.blog-comment-field-user {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

div.blog-comment-field-author input, div.blog-comment-field-email input {
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #EBEBEF;
    height: 49px;
    padding: 6px 12px;
    background: #F6F7FA;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.feed-add-post-text {
    margin: 5px 0 0;
    padding: 0;
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #EBEBEF;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bx-editor-iframe {
    background: #F6F7FA;
}

.blog-comment-field.blog-comment-field-captcha {
    display: flex;
    align-items: flex-end;
    margin: 5px 0 15px;
}

.blog-comment-field.blog-comment-field-captcha .blog-comment-field-captcha-image {
    margin-left: 20px;
}

.blog-comment-field-captcha-label label {
    margin-bottom: 10px;
}

div.blog-comment-field-captcha input {
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #EBEBEF;
    padding: 6px 12px;
    background: #F6F7FA;
    display: block;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


div[role=main] > .container > div {
    display: flex;
    flex-direction: column;
}

.title_block.row.tabs {
    margin-bottom: 0px;
}

/* STICKERS */
.sticker-block {
    line-height: 13px;
    font-size: 0.667em;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 7px 9px 7px 10px;
    margin-bottom: 15px;
}

.sticker-block.top-left {
    position: absolute;
    top: 30px;
    left: 30px;
    margin-right: 30px;
}

.sticker-block.top-right {
    position: absolute;
    top: 30px;
    right: 30px;
    margin-left: 30px;
}

/* SLIDER ARROWS */
.flex-direction-nav li a, .slick-arrow {
    opacity: 1 !important;
    visibility: visible !important;
    border-radius: 2px !important;
    height: 40px !important;
    width: 40px !important;
}

.flex-direction-nav li a.ar-lg, .slick-arrow.ar-lg {
    height: 50px !important;
    width: 50px !important;
}

.arrows li a.ar-sm {
    height: 45px !important;
    width: 45px !important;
    transition: all 0.1s ease-in-out;
}

.arrows li a.ar-sm:before {
    content: none;
}

.arrows li a.ar-sm.flex-next {
    right: -55px !important;
    background-image: url('/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_grey.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.arrows li a.ar-sm.flex-next:hover {
    background-image: url('/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_white.svg');
}

.arrows li a.ar-sm.flex-prev {
    left: -50px !important;
    background-image: url('/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_grey.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.arrows li a.ar-sm.flex-prev:hover {
    background-image: url('/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_white.svg');
}

/* DARK HOVER */
.dark_hover_10, .dark_hover_5 {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
}

.dark_hover_block {
    position: relative;
}

.dark_hover_block:hover .dark_hover_5 {
    opacity: 0.5;
}

.dark_hover_block:hover .dark_hover_10 {
    opacity: 1;
}

/* BOTTOM SHADOW */
.bottom-dark-shadow:after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    opacity: 0.8;
    position: absolute;
    height: 70%;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.slick-slider .slick-list .slick-track {
    margin-left: 0 !important;
}

.drag-block h3 {
    font-size: 2em;
}

@media (min-width: 1024px) {
    body.big-banner_6 header {
        padding-top: 20px;
    }

    body.big-banner_6 .banners-big.padding-banner {
        padding: 20px;
    }

    body.big-banner_6 .BIG_BANNER_INDEX {
        border-bottom: none !important;
    }

    body.big-banner_6 .SLIDER_INDEX {
        border-bottom: none !important;
        *margin-bottom: -34px;
    }

    body.big-banner_6 .SLIDER_INDEX > .row {
        background: none;
        margin: 0 20px !important;
        overflow: hidden;
    }

    body.big-banner_6 header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1440px) {
    body.big-banner_6 .banners-big.padding-banner {
        padding: 32px;
    }

    body.big-banner_6 header {
        padding-top: 32px;
    }

    body.big-banner_6 .SLIDER_INDEX > .row {
        margin: 0 32px !important;
    }

    body.big-banner_6 header {
        padding-left: 32px;
        padding-right: 32px;
    }
}


body.narrow_menu .menu-row .site_map_wrapper {
    padding: 0 !important;
    width: 100%;
}

body .menu-row .site_map_wrapper .mCSB_container {
    margin-right: 0;
}

#headerfixed .site_map_wrapper .mCSB_container {
    margin-right: 20px;
}

body .menu-row .site_map_wrapper .mCSB_draggerContainer {
    right: -17px;
}

body.long_menu .menu-row .site_map_wrapper .mCSB_draggerContainer {
    right: -16px;
    margin: 10px 0;
}

body .menu-row .site_map_wrapper .mCSB_draggerRail {
    background-color: rgba(234, 224, 224, 0.75) !important;
}

body .menu-row .site_map_wrapper .mCSB_dragger {
    height: 30px !important;
}

body .menu-row .site_map_wrapper .mCSB_dragger_bar {
    width: 2px;
    background-color: rgba(0, 0, 0, .4) !important;
}

body.narrow_menu .menu-row .site_map_wrapper .top_menu_map_close {
    display: none;
}

body.narrow_menu .site_map_wrapper > .maxwidth-theme {
    padding: 0 !important;
}

body.narrow_menu .site_map_wrapper > .maxwidth-theme > div {
    background-color: white;
}

body.narrow_menu .site_map_wrapper > .maxwidth-theme > div .burger_top_menu_row {
    margin: 0 32px;
}

body.narrow_menu section .breadcrumb_wrapper {
    padding-left: 6px;
}

body.long_menu .site_map_wrapper {
    max-width: none;
}

body.long_menu .site_map_wrapper > .maxwidth-theme > div .burger_top_menu_row {
    margin: 0 14px;
}

body.long_menu .wide_menu .wrap > .dropdown-menu {
    background-color: white;
}


/* LIGHT TOP MENU */
body.header_opacity header.light .top-block * {
    color: white !important;
    fill: white !important;
}

body.header_opacity header.light .top-block .sidebar.dropdown-menu * {
    color: #333 !important;
}

body.header_opacity header.light .menu-row svg * {
    fill: white !important;
}

body.header_opacity header.light .slogan .slogan * {
    color: white !important;
}

body.header_opacity header.light .mega-menu td.menu-item .wrap > a {
    color: white !important;
}

body.narrow_menu.big-banner_1 header.light .top-block *, body.narrow_menu.big-banner_7 header.light .top-block * {
    color: white !important;
    fill: white !important;
}

body.header_opacity header.light .top-description {
    opacity: 0.8;
}

body.header_opacity header.light .header_address {
    opacity: 0.8;
}

body.header_opacity header.light .callback-block:not(.btn) {
    opacity: 0.8;
}

body.header_opacity header.light .menu.topest {
    opacity: 0.8;
}

.banners-big .slides .item[data-color="light"] .text-block, .banners-big .slides .item[data-color="light"] .text-block b {
    opacity: 0.8;
}

header .top-block .phone-block .phone.with_dropdown .more_phone:hover a {
    color: #222 !important;
}

/*scrollbars */
.scrollbar::-webkit-scrollbar, .catalog_table_21 .item .props_wrapper .props_inner::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.scrollbar::-webkit-scrollbar-track, .catalog_table_21 .item .props_wrapper .props_inner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.scrollbar::-webkit-scrollbar-thumb, .catalog_table_21 .item .props_wrapper .props_inner::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
}

.scrollbar::-webkit-scrollbar-thumb:window-inactive, .catalog_table_21 .item .props_wrapper .props_inner::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
}

.subscribe-btn.clone {
    display: none;
}

.body {
    height: auto !important;
    margin: 0 auto -212px;
    min-height: 100%;
}

.main {
    padding: 0 0 212px;
}

.container {
    width: 100% !important;
    padding: 0;
}

.container iframe, .container object, .container video {
    display: block; /*margin:0 auto;max-width:100%;*/
}

.banners-big .loading.vvideo iframe, .banners-big .loading.vvideo object, .banners-big .loading.vvideo video { /*opacity:0.75;*/
}

body .banners-big .item.started.vvideo {
    background: #000 !important;
}

body .banners-big .item.started.vvideo[data-color="dark"] {
    background: #fff !important;
}

body .banners-big .item.vvideo.started .text {
    opacity: 0;
}

.maxwidth-theme {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1344px;
    position: relative;
    width: 100%;
}

.maxwidth-theme:before, .maxwidth-theme:after {
    content: "";
    display: block;
    clear: both;
}

section.page-top > .row, .greyline > .row, .logo_and_menu-row > .row, .main > .row, .container > .row, .border_content > .row {
    margin-left: 0;
    margin-right: 0;
}

section.page-top > .row > .maxwidth-theme, .greyline > .row > .maxwidth-theme, .logo_and_menu-row > .row > .maxwidth-theme, .main > .row > .maxwidth-theme, .container > .row > .maxwidth-theme {
    padding: 0;
}

article.post-large {
    margin-left: 80px;
}

article.post-large div.post-image, article.post-large div.post-date {
    margin-left: -80px;
}

.border_content {
    margin: 18px 0px 8px;
}

.border_content .head-block.top {
    margin-bottom: 39px;
}

body .wide-block {
    display: block;
    margin-right: 0px;
}

.url-block {
    display: inline-block;
    margin-bottom: 25px;
    border: 1px solid #ebebef;
    border-radius: 3px;
    position: relative;
    color: #222;
}

.url-block:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 47px;
    width: 1px;
    height: 100%;
    background: #ebebef;
}

.url-block i {
    position: absolute;
    width: 47px;
    font-size: 1.3335em;
    font-weight: 700;
    left: 0px;
    top: 13px;
    text-align: center;
}

.url-block.next-url i {
    left: auto;
    right: 0px;
}

.url-block.next-url:before {
    left: auto;
    right: 47px;
}

.url-block.next-url span {
    padding-left: 20px;
    padding-right: 67px;
}

.url-block span {
    display: inline-block;
    vertical-align: middle;
    padding: 11px 20px 12px 67px;
}

.url-block:hover {
    *background: #ebebef;
}

.url-block:hover:before {
    *background: #fff;
}

.url-block:hover {
    color: #222;
}

.bx-firefox .back-url i, .bx-ie .back-url i {
    line-height: 24px;
}

div[id^=wait_comp], .bx-core-waitwindow {
    display: none;
}

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

.margin-bottom-30 {
    margin-bottom: 30px;
}

.jqmWindow {
    position: absolute;
    animation: toggle_opacity 200ms;
}

.fa.colored {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: white;
    font-size: 29px;
    margin: 0 20px 20px 0;
}

span.noimage {
    display: inline-block;
    background: url('/bitrix/templates/centino-heat/images/background.png') #f3f8fa top center no-repeat;
}

.fontawesome-icon-list [class*="col-md-"] {
    margin-bottom: 9px;
}

.fontawesome-icon-list i:not(.svg) {
    font-size: 1.3em;
    margin-right: 5px;
    display: inline-block;
    width: 30px;
    text-align: center;
    position: relative;
    top: 2px;
}

.bx-yandex-view-layout {
    width: 100%;
}

span.zoom {
    border-radius: 4px;
    color: #ffffff;
    display: block;
    height: 52px;
    line-height: 24px;
    margin: -22px -22px 0 0;
    z-index: 6;
    padding: 6px;
    position: absolute;
    right: 50%;
    text-align: center;
    top: 50%;
    width: 52px;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background: rgba(34, 34, 34, 0.7) url(/bitrix/templates/centino-heat/images/svg/Fullsize.svg) center no-repeat;
}

span.zoom i {
    font-size: 1.4em;
    left: 0;
    position: relative;
    top: 2px;
}

.uploader {
    border: 1px solid #e8e8e8;
    padding: 9px;
    border-radius: 2px;
    height: 52px;
    position: relative;
    margin-bottom: -1px;
}

.uploader input[type="file"] {
    z-index: 10;
    opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.uploader .action {
    position: absolute;
    top: 9px;
    left: 9px;
    background: #fff;
    border-radius: 3px;
    color: white;
    padding: 7px 12px;
    font-size: 0.8em;
    line-height: 15px;
    margin-right: 10px;
}

.uploader:hover .action {
    color: #fff;
}

.form .input .add_file {
    color: #333333;
    font-size: 0.8em;
    cursor: pointer;
    padding: 4px 10px 0px;
    display: inline-block;
}

.form .input .add_file:before {
    content: "";
    background: #333333 url('/bitrix/templates/centino-heat/images/plus_mask.png') 0px 0px no-repeat;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0px 5px 1px 0px;
}

.form .input .add_file span {
    border-bottom: 1px dotted;
}

.uploader .filename {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    font-size: 0.8667em;
    color: #9aa6ae;
    position: relative;
    top: -5px;
    padding: 9px 9px 9px 145px;
    text-overflow: ellipsis;
}

.uploader.files_add .filename {
    color: #333;
}

.form-control.bx-input-file-desc {
    display: none;
}

div[data-sid="FILE"] .input br {
    display: none;
}

img.captcha_img {
    height: 40px;
}

.text_before_items {
    color: #555;
    margin-bottom: 36px;
}

.text_before_items h3 {
    margin-top: 0;
}

.featured-box .box-content .fa {
    display: block;
    text-align: center;
    font-size: 72px;
    color: #777;
    padding: 40px 0 25px;
}

.bgtransition {
    transition: background-color 0.3s ease, border-color 0.3s ease;
    -moz-transition: background-color 0.3s ease, border-color 0.3s ease;
    -ms-transition: background-color 0.3s ease, border-color 0.3s ease;
    -o-transition: background-color 0.3s ease, border-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
}

.video .title {
    text-align: center;
    margin: 5px 0 25px;
}

.shine {
    position: relative;
}

.hover_shine .shine:before {
    position: absolute;
    top: 0;
    left: -45%;
    z-index: 2;
    display: block;
    content: '';
    width: 25%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover_shine .shine:hover:before {
    -webkit-animation: shine .5s;
    animation: shine .5s;
}

.hover_blink .shine:hover {
    opacity: 1;
    -webkit-animation: flash 0.8s;
    animation: flash 0.8s;
}

.inner-table-block {
    display: table-cell;
    vertical-align: middle;
}

.company-front.flexbox {
    align-items: flex-end;
    -ms-flex-direction: row;
    flex-direction: row;
}

.company-front h3 {
    margin-top: 10px;
}

.company-front > div:first-child {
    padding-bottom: 70px;
}

.company-front > div:last-child img {
    max-width: 100%;
    max-height: 100%;
}

.profit-front-block {
    padding-top: 23px;
}

.profit-front-block .item .image {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.4);
    line-height: 45px;
    max-height: 48px;
    min-height: 48px;
    max-width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.profit-front-block .item .image + .body-info {
    padding: 7px 0px 0px 55px;
}

.profit-front-block .props {
    color: #888;
    padding-bottom: 30px;
}

.profit-front-block .props .value {
    font-size: 3.2em;
    line-height: 35px;
}

.profit-front-block .props .title {
    margin: 0px;
    font-size: 0.933em;
    clear: both;
    padding-top: 8px;
}

.profit-front-block .item .body-info {
    padding: 0px;
}

/* SVG ICONS */
.svg {
    top: 0px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

.svg-drag {
    background-image: url(/bitrix/templates/centino-heat/images/svg/drag.svg);
    width: 5px;
    height: 17px;
    top: -5px;
}

.bx-firefox svg, .bx-ie svg {
    transform: translateZ(0);
}

.svg svg {
    display: block;
}

.svg.inline.white svg path {
    fill: #fff;
}

.svg.inline.dark svg path {
    fill: #222;
}

.svg-phone {
    margin: 0 9px 0 0;
    min-width: 9px;
    min-height: 12px;
    background-image: url(/bitrix/templates/centino-heat/images/svg/Phone_black.svg);
}

.svg-burger {
    background-image: url(/bitrix/templates/centino-heat/images/svg/burger_black.svg);
}

.svg-burger.mask {
    background-color: #222;
    background-image: url(/bitrix/templates/centino-heat/images/svg/Burger_mask.svg);
}

.svg-burger.white {
    background-image: url(/bitrix/templates/centino-heat/images/svg/burger_white.svg);
}

.svg-burger.white.lg {
    background-image: url(/bitrix/templates/centino-heat/images/svg/Burger_big_white.svg);
}

.svg-search {
    background-color: #222;
    background-image: url(/bitrix/templates/centino-heat/images/svg/Search_mask.svg);
}

.svg-search.white {
    background-image: url(/bitrix/templates/centino-heat/images/svg/Search_white.svg);
    background-color: transparent;
}

.svg-basket {
    background-color: #222;
    background-image: url(/bitrix/templates/centino-heat/images/svg/Basket_mask.svg);
}

.svg-basket.white {
    min-width: 18px;
    min-height: 17px;
    background: none;
    background-image: url(/bitrix/templates/centino-heat/images/svg/Basket_white.svg);
}

.svg-basket.white.lg {
    background: none;
    background-image: url(/bitrix/templates/centino-heat/images/svg/Basket_big_white.svg);
}

.svg-spinner {
    background-image: url(/bitrix/templates/centino-heat/images/svg/Spinner.svg);
    margin-right: 5px;
}

.svg_triangle_right {
    background-image: url(/bitrix/templates/centino-heat/images/svg/Triangle_right.svg);
}

.svg-print {
    background-image: url(/bitrix/templates/centino-heat/images/svg/Print.svg);
}

.svg-filter {
    background-image: url(/bitrix/templates/centino-heat/images/svg/Filter_black.svg);
}

.svg-filter.white {
    background-image: url(/bitrix/templates/centino-heat/images/svg/Filter_white.svg);
}

.svg.svg-close {
    background-color: #222;
    background-image: url(/bitrix/templates/centino-heat/images/svg/Close_mask.svg);
}

.svg-close.black {
    background: none;
    background-image: url(/bitrix/templates/centino-heat/images/svg/Close.svg);
}

.svg-close.white {
    background: none;
    background-image: url(/bitrix/templates/centino-heat/images/svg/Close_white.svg);
}

.svg-fullsize {
    background: none;
    background-image: url(/bitrix/templates/centino-heat/images/svg/Fullsize.svg);
}

.svg-social-vk {
    background-image: url(/bitrix/templates/centino-heat/images/svg/social/Vk_mask.svg);
    background-color: #222;
}

.svg-social-fb {
    background-image: url(/bitrix/templates/centino-heat/images/svg/social/Facebook_mask.svg);
    background-color: #222;
}

.svg-social-twitter {
    background-image: url(/bitrix/templates/centino-heat/images/svg/social/Twitter_mask.svg);
    background-color: #222;
}

.svg-social-instagram {
    background-image: url(/bitrix/templates/centino-heat/images/svg/social/Instagram_mask.svg);
    background-color: #222;
}

.svg-social-telegram {
    background-image: url(/bitrix/templates/centino-heat/images/svg/social/Telegram_mask.svg);
    background-color: #222;
}

.svg-social-ytb {
    background-image: url(/bitrix/templates/centino-heat/images/svg/social/Youtube_mask.svg);
    background-color: #222;
}

.svg-social-odn {
    background-image: url(/bitrix/templates/centino-heat/images/svg/social/Odnoklassniki_mask.svg);
    background-color: #222;
}

.svg-social-gplus {
    background-image: url(/bitrix/templates/centino-heat/images/svg/social/Googleplus_mask.svg);
    background-color: #222;
}

.svg-social-mail {
    background-image: url(/bitrix/templates/centino-heat/images/svg/social/Mailru_mask.svg);
    background-color: #222;
}

/* FORMS */
.input.error input, .input.error textarea {
    border-color: #e02222;
}

.form-control {
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #EBEBEF;
    height: 49px;
    padding: 6px 12px;
}

.form-group.animated-labels.input-filed .form-control {
    background: #fff;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #fff;
    border-color: #dfdfdf;;
}

.form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.015) inset;
    border-color: #ebebef;
}

input:-internal-autofill-selected.form-control {
    background: white !important;
}

.jqmWindow {
    display: none;
    position: fixed;
    left: 50%;
    width: 500px;
    background: white;
    top: 0px;
    padding: 36px 60px 60px;
}

@media screen and (max-width: 1000px) {
    .jqmWindow {
        padding: 16px;
    }
}

.jqmOverlay {
    background: #3a3f44;
    opacity: 0.7 !important;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2999;
}

.jqmOverlay.waiting {
    z-index: 997;
}

.jqmClose.top-close {
    width: 14px;
    height: 14px;
    line-height: 20px;
    text-align: center;
    color: #c2cbd2;
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 25px;
    cursor: pointer;
    background: url(/bitrix/templates/centino-heat/images/corp.png) -85px 0px no-repeat;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.jqmClose.top-close:before {
    display: none;
}

.jqmClose.top-close:hover {
    opacity: 0.7;
}

.form label {
    color: #999999;
    font-size: 0.9335em;
    position: absolute;
    z-index: 1;
    *top: 13px;
    left: 18px;
}

label.error {
    color: #e02222 !important;
    margin: 0;
    padding: 0;
    position: absolute !important;
    top: -25px;
    right: 0;
    font-size: 0.8em;
    z-index: 16;
    left: auto;
}

.form-group.animated-labels label:not(.error) {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    -moz-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    transition: all ease-out .2s;
    font-size: 0.933em;
}

.row .form-group.animated-labels label:not(.error) {
    left: 28px;
}

.captcha-row .form-group.animated-labels label:not(.error), .row div .form-group.animated-labels label:not(.error) {
    left: 18px;
}

.form-group.animated-labels.input-filed label:not(.error) {
    -ms-transform: translateY(-24px);
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    background: #fff;
    left: 7px;
    z-index: 6;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 0.800em;
}

.row .form-group.animated-labels.input-filed label:not(.error) {
    left: 23px;
}

.captcha-row .form-group.animated-labels.input-filed label:not(.error), .row div .form-group.animated-labels.input-filed label:not(.error) {
    left: 7px;
}

.form textarea {
    overflow: hidden;
    padding-top: 10px;
}

.form .refresh {
    color: #666666;
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
    cursor: pointer;
}

.form .refresh a {
    border-bottom: 1px dotted;
    font-size: 0.800em;
    line-height: 14px;
}

.form img.calendar-icon-hover {
    margin: 1px;
    margin-left: 2px;
}

.captcha-row {
    position: relative;
    max-width: 418px;
}

.captcha-row label:not(.error) {
    font-size: 0.933em;
}

.form .captcha-row .captcha_image {
    height: 69px;
    position: relative;
    width: 217px;
}

.captcha-row .captcha_image img {
    height: 40px;
    border: none;
    vertical-align: top;
    width: 100%;
    width: 180px;
}

.captcha-row .captcha_input {
    bottom: 0;
    *height: 69px;
    left: 216px;
    max-width: 184px;
    position: absolute;
    right: 0;
    top: 0;
}

.captcha-row .captcha_input input[name="captcha_word"] {
    top: 0;
    position: absolute;
    height: 40px;
}

.captcha-row.form-control {
    background-color: #fff;
    border: 0px solid #d5dadc;
    box-shadow: none;
    border-radius: 0px;
    height: auto;
    padding: 0px;
}

.contacts_2 .form.contacts .captcha-row .captcha_input {
    height: 60px;
    top: auto;
}

.form {
    position: relative;
}

.form.sending:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff url('/bitrix/templates/centino-heat/images/loaders/pl3.gif') center no-repeat;
    z-index: 1000;
    opacity: 0.8;
}

/*recaptcha*/
body .captcha-row.invisible {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 0px;
    visibility: visible;
    margin-top: -30px;
}

.captcha-row.invisible label {
    display: none;
}

.captcha-row .captcha_input.recaptcha_text {
    position: static;
    width: 100%;
    max-width: none;
    height: auto;
}

.captcha-row .captcha_image.recaptcha_tmp_img {
    display: none;
}

.bx-auth form[name=bx_auth_servicesform_inline] .g-recaptcha, .g-recaptcha {
    display: none !important;
}

div > .g-recaptcha {
    display: block !important;
    position: relative;
    z-index: 9;
}

body .captcha-row .recaptcha, body .captcha-row > div.iblock {
    padding: 0px;
    margin: 0px;
    display: block;
}

body .captcha-row .recaptcha {
    height: 0px;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0px;
    display: block;
}

body .captcha-row.invisible.logo_captcha_n > div {
    display: none;
}

body .captcha-row.invisible.inline {
    height: auto;
    margin-bottom: 10px;
    margin-top: 0px;
}

body .captcha-row.normal label.error, body .captcha-row.compact label.error {
    top: 0px;
}

.form.contacts .captcha-row {
    margin-top: -10px;
    margin-bottom: 30px;
}

.form .required-star {
    color: #e02222;
    margin-left: 3px;
    font-weight: normal;
    font-size: 1.2em;
    vertical-align: middle;
}

.form .required-fileds {
    padding: 7px 0;
    color: #98a1a8;
    font-size: 0.8em;
}

.form .star {
    background: none repeat scroll 0 0 #7b8e9a;
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    font-size: 1.4665em;
    height: 20px;
    line-height: 26px;
    margin-right: 5px;
    padding-right: 2px;
    text-align: center;
    vertical-align: top;
    width: 20px;
}

.form .form-header {
    padding: 55px 53px 29px 53px;
    background: #fff;
}

.form .form-header .text {
    color: #777777;
    font-size: 0.867em;
}

.form .form-header .title {
    font-size: 1.866em;
    line-height: 28px;
    margin-bottom: 27px;
    color: #222;
}

.form .form-header p:last-child {
    margin: 0;
}

@media screen and (max-width: 991px) {
    .form .form-header {
        /*padding: unset;*/
    }
}

.form.v_POPUP .form-header {
    padding-bottom: 10px;
}

.form .form-body {
    padding: 15px 0;
    background: white;
    padding-bottom: 29px;
}

.form .form-error {
    padding-left: 15px;
    padding-right: 15px;
}

.form:not(.contacts) .form-error {
    border-radius: 0;
}

.form .form-group {
    margin-bottom: 32px;
    position: relative;
}

.form .form-group .form-group {
    margin: 0px;
}

form .form-group.animated-labels.input-filed.bg-color label:not(.error) {
}

.form .form-body > .row:last-of-type .form-group {
    margin-bottom: 0px;
}

.form .form-group .input {
    position: relative;
}

.form .form-group i {
    display: none; /*position:absolute;top:16px;right:10px;font-size:1.1335em;color:#c4ccd1;*/
}

.form .form-group .hint {
    font-size: 0.7335em;
    line-height: 18px;
    margin-top: 7px;
}

.form .form-group input[type="checkbox"] + label:not(.error) {
    margin-left: 10px;
    vertical-align: top;
}

.form .form-group input[type="checkbox"] + label:not(.error):before, .form .form-group input[type="checkbox"] + label:not(.error):after {
    top: 4px;
}

.form .bx_filter .form-group input[type="checkbox"] + label:not(.error) {
    margin-left: 0px;
}

body .container .form .bx_filter.style_check {
    position: static;
    display: block;
    box-shadow: none;
    padding-bottom: 0px;
}

body .container .form .bx_filter.style_check br {
    display: none;
}

.form .form-footer {
    padding: 0px 0 15px;
    display: block; /*text-align:center;*/
}

.form .form-footer .btn {
    margin: 3px 0px 0px;
}

.form .form-footer .licence_block input[type="checkbox"] + label:before, .form .form-footer .licence_block input[type="checkbox"] + label:after {
    *top: 3px;
}

.form.success .form-header {
    border-top-color: #38ac61 !important;
    background: none;
}

.form.success .form-header {
    border-top-color: #38ac61 !important;
    background: none;
}

.form.success .form-header i {
    background: #38ac61 !important;
}

.form.success.contacts .form-footer {
    text-align: center;
}

.form.popup .form-body {
    padding: 14px 53px 18px;
}

.form.popup .form-error {
    padding-left: 52px;
    padding-right: 52px;
}

.form.popup .form-footer {
    padding: 19px 53px 60px;
    display: block;
    text-align: left;
}

.form.popup .captcha-row .input label.error, .form.inline .captcha-row .input label.error {
    white-space: nowrap;
}

.form .captcha-row .captcha-img {
    margin-top: 4px;
}

.form.contacts .form-header {
    border: none;
}

.form.contacts .title {
    border-bottom: none;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    color: #222;
}

.contacts hr {
    margin-bottom: 43px;
}

.form.contacts.success .title {
    border-color: #38ac61 !important;
}

.form.contacts.item-views.blocks h3 {
    padding-bottom: 33px;
}

.form.contacts.item-views.blocks .bottom {
    padding-top: 20px;
}

.form.contacts .form-group {
    float: none;
}

.form.contacts .required-fileds {
    color: #98a2a8;
    font-size: 0.8em;
    margin-top: 8px;
}

.form.contacts .form-group textarea {
    height: 295px;
}

.front-form .form.contacts .form-group textarea {
    height: 73px;
}

.form.contacts .desc {
    text-align: center;
}

.form.contacts.success {
    text-align: center;
}

.form.inline img.captcha_img, .form.contacts img.captcha_img {
    margin-right: 20px;
    max-width: 100%;
}

.form_result.success .text_msg {
    margin-bottom: 30px;
}

.form .licence_block.bx_filter {
    padding: 0px 0px 29px;
    margin: -25px 0px 0px;
    position: relative;
    display: inline-block !important;
    box-shadow: none;
    top: 3px;
    left: 1px;
}

.mobile .form .licence_block.bx_filter {
    margin-top: 0px;
}

.popup.form .licence_block.bx_filter {
    display: block !important;
}

.form .licence_block.bx_filter input[type="checkbox"] {
    display: block;
    visibility: hidden;
    width: 0px;
    line-height: 0px;
    margin: 0px;
    height: 0;
}

.form .licence_block.bx_filter label {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
}

.form .licence_block label.error {
    top: -15px;
    text-align: right;
}

.registraion-page .form .licence_block.bx_filter {
    display: block !important;
}

.registraion-page .form .licence_block label.error {
    top: 9px;
}

.front-form {
    padding: 0px 0px 90px;
}

.front-form .success .form_result.success {
    text-align: center;
}

/* TOP LOGO */
.inline-block {
    display: inline-block;
    vertical-align: top;
}

.with_dropdown {
    position: relative;
    padding-right: 12px !important;
}

.with_dropdown1:after, .with_dropdown > svg {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 5px;
    height: 3px;
}

.with_dropdown:after {
    background: url(/bitrix/templates/centino-heat/images/corp.png) -20px -333px no-repeat;
}

.with_dropdown .dropdown {
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    min-width: 198px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.with_dropdown .dropdown > .wrap {
    background: #FFF;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.with_dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
}

.top-block {
    position: relative;
    min-height: 44px;
    z-index: 12;
}

.top-block.colored, .top-block.colored * {
    color: #fff;
}

.top-block.colored a, .top-block.colored a:hover, .top-block.colored a:active, .top-block.colored a:focus {
    color: #fff;
}

.top-block .maxwidth-theme.nopadding {
    padding: 0px;
}

.top-block .text-line {
    overflow: hidden;
    white-space: nowrap;
}

.top-block .muted {
    opacity: 0.8;
}

.top-block .top-block-item {
    padding: 12px 16px 14px;
}

.top-block .top-block-item.social {
    padding-top: 0px;
    padding-bottom: 0px;
}

.top-block .top-block-item.menus, .top-block .top-block-item.personal {
    padding-top: 0px;
    padding-bottom: 0px;
}

.top-block .top-block-item .phone-block {
    margin: 0 -7px;
}

.top-block .top-block-item .phone-block > .inline-block {
    padding: 0 7px;
}

.top-block .top-block-item .phone-block .callback-block {
    display: block;
}

.top-block .top-block-item .phone-block .dropdown {
    top: auto;
    min-width: auto;
    max-width: 100%;
}

.top-block .top-block-item .phone-block .dropdown > .wrap {
    *margin-top: 12px;
}

.top-block .top-block-item .phone {
    position: relative;
    display: inline-block;
    max-width: 165px;
    line-height: 18px;
    white-space: nowrap;
}

.top-block .top-block-item .phone.with_dropdown:after {
    margin-top: -1px;
}

.top-block .top-block-item .phone > a {
    position: relative;
    margin: -14px 0;
    padding: 14px 0 14px 3px;
    z-index: 12;
}

]
body.header_opacity header.light .top-block .top-block-item .phone > a {
    color: #333 !important;
}

.phone .dropdown > .wrap {
    *margin-top: 14px;
    overflow: hidden;
}

.phone .more_phone { /*font-size:1.1428em;*/
    line-height: 1em;
    border-top: 1px solid #ebebef;
}

.phone .more_phone:first-of-type {
    border-top: none;
}

.phone .more_phone a {
    padding: 16px 16px 16px;
    display: block;
    white-space: nowrap;
}

.phone .more_phone a:hover {
    *background: #fafafb;
}

.top-block .top-block-item .address .svg-address {
    margin: 0 10px 0 0;
    min-width: 13px;
    min-height: 16.03px;
    background-color: transparent;
}

.top-block .top-block-item.inner-padding {
    padding: 0 21px;
}

.top-block .top-block-item .top-btn {
    padding: 0 19px;
    background: transparent;
    border: 0;
    display: inline-block;
}

.top-block .top-block-item .top-btn:hover {
    text-decoration: none;
}

.top-block .top-block-item .top-btn:focus {
    outline: 0;
}

.top-block .personal-link .svg-cabinet-login {
    min-width: 16px;
    min-height: 17px;
}

.top-block .js-basket-block .svg-basket {
    min-width: 18px;
    min-height: 17px;
}

.top-block .personal-link .svg-cabinet {
    min-width: 14px;
    min-height: 17px;
}

.top-block .top-block-item .basket-link {
    display: inline-block;
    padding: 14px 0;
}

.top-block .top-block-item .basket-link .title {
    color: #222;
    padding: 0 6px 0 11px;
}

.top-block .top-block-item .basket-link .count {
    position: relative;
    top: -1px;
    width: 20px;
    height: 19px;
    line-height: 18px;
}

.top-block .top-block-item .inline-search-show {
    padding: 0;
    border: none;
    padding: 14px 0 12px;
}

.top-block .top-block-item .inline-search-show > i {
    min-width: 17px;
    min-height: 17px;
    background-size: 100%;
    top: -1px;
}

.top-block .top-block-item .inline-search-show > span {
    margin-left: 8px;
    display: inline-block;
}

.top-block .top-block-item.top-ctrl {
    margin-top: -14px;
    margin-bottom: -14px;
}

.top-block .top-block-item .personal.top {
    max-width: 115px;
    position: relative;
}

.top-block .top-block-item .personal.top > a {
    position: relative;
    display: block;
    padding: 12px 0 13px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.top-block .top-block-item .personal.top > a.avt {
    padding-bottom: 12px;
}

.top-block .top-block-item .personal-link .name {
    padding: 0 0 0 7px;
}

.top-block > .row {
    margin: 0px;
}

.top-block .info-text {
    font-size: 0px;
    line-height: 0px;
}

.top-block .info-text > div:not(.basket) {
    padding: 15px 0 17px;
    font-size: 0.933em;
    line-height: 16px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.top-block .hover:hover, .hovered:hover {
    background: rgba(0, 0, 0, 0.07);
    cursor: pointer;
}

.top-block .info-text > div.sep:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: -1px;
    height: 100%;
    width: 1px;
    opacity: 0.12;
    background: #000;
}

body .top-block .info-text .phone-block {
    padding-right: 30px;
}

.top-block .info-text .phone-block a {
    display: inline-block;
    padding: 0px 0px 0px 10px;
}

body .top-block .info-text .callback-block {
    padding-left: 20px;
    padding-right: 17px;
    cursor: pointer;
    line-height: 18px;
    padding-bottom: 15px;
}

body .top-block .info-text .callback-block span {
    letter-spacing: 0.2px;
}

body .top-block .info-text .ajax_basket {
    padding: 0px;
}

.top-block .info-text .basket_top .icon {
    position: relative;
    display: block;
    width: 58px;
    height: 48px;
}

.top-block .info-text .basket_top .icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -19px;
    width: 18px;
    height: 17px;
    background: url(/bitrix/templates/centino-heat/images/svg/Basket_white.svg) 0px 0 no-repeat;
}

.top-block .info-text .basket_top.empted_cart .icon:before {
    margin-left: -8px;
}

.top-block .info-text .basket_top .icon .count {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 1px;
    width: 17px;
    height: 17px;
    line-height: 16px;
    white-space: nowrap;
    font-size: 0.7335em;
    border-radius: 100%;
    text-align: center;
    background: #000;
}

.top-block .info-text .basket_top.empted_cart .icon .count {
    display: none;
}

.bx-chrome .header:not(.fixed) .top-block .info-text .basket_top .icon .count {
    padding-right: 0px;
}

.top-block .info-text .search-block, .search-button-div .close-block {
    position: relative;
    min-width: 57px;
    cursor: pointer;
}

.top-block .with_dropdown > svg {
    margin-top: -1px;
}

.top-block .social-icons {
    height: 44px;
    overflow: hidden;
}

.top-block .social-icons li {
    margin: 0;
}

.top-block .social-icons li a {
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 44px;
    line-height: 44px;
    width: 44px;
    background: none;
}

footer .social-icons li a svg {
    display: none;
}

.header_opacity.header_fill_none header.light > div:not(.menu-row) .social-icons li a:not(:hover) svg path {
    fill: #222 !important;
}

body .top-block .info-text .search-block {
    text-align: center;
    height: auto;
    padding-top: 17px;
    padding-bottom: 12px;
}

.top-block .info-text .search-block .search-icons {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: url(/bitrix/templates/centino-heat/images/corp.png) -32px 0 no-repeat;
}

.top-block .info-text .search-block .search-icons {
    background: url(/bitrix/templates/centino-heat/images/svg/Search_white.svg) 0px 0 no-repeat;
}

.top-block .top-block-item.top-ctrl {
}

.top-block .menu.topest {
    margin: 0px;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
}

.top-block .menu.topest:hover {
    overflow: visible;
}

.top-block .menu.topest li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    list-style: none;
    line-height: 18px;
    white-space: normal;
}

.top-block .menu.topest > li {
    margin: 0 0 0 26px;
    text-align: center;
}

.top-block .menu.topest li:before {
    display: none;
}

.top-block .menu.topest > li:first-child {
    margin-left: 0;
}

.top-block .menu.topest li a {
    position: relative;
    display: block;
}

.top-block .menu > li > a {
    padding: 13px 0px 13px;
}

.top-block .menu.topest li.selected > a {
    color: #333;
}

.top-block .menu.topest li.selected > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    z-index: 1;
}

.top-block .menu.topest li.more {
    position: relative;
    padding: 1px 0 1px;
    width: 20px;
    cursor: pointer;
    z-index: 999;
}

.top-block .menu.topest li.more > span {
    display: block;
    line-height: 15px;
    letter-spacing: 1.5px;
    color: #777777;
    padding: 12px 0px 15px;
}

.top-block .menu.topest li.more .dropdown {
    margin: 0;
    padding: 0;
    left: -17px;
    width: 191px;
    margin: 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    z-index: 999;
}

.top-block .menu.topest li.more:hover > .dropdown, .top-block .menu.topest li.more.hover > .dropdown {
    opacity: 1;
    visibility: visible;
    background: #fff;
}

.top-block .menu.topest li.more.hover {
    background: none;
}

.top-block .menu.topest li.more .dropdown > li {
    margin: 0;
    padding: 0;
    font-size: 0.8667em;
    line-height: 14px;
    border-top: 1px solid #ebebef;
    text-align: left;
    width: 100%;
}

.top-block .menu.topest li.more .dropdown > li:before {
    display: none;
}

.top-block .menu.topest li.more .dropdown > li:first-child {
    border-top: none;
}

.top-block .menu.topest li.more .dropdown > li > a {
    line-height: 14px;
    padding: 12px 20px 15px;
}

.top-block .menu.topest li.more .dropdown > li > a:hover {
    background: #fbfbfb;
}

.sidebar.dropdown-menu {
    border-radius: 0;
    border: none;
    margin: -1px 0 0;
    top: auto;
    padding: 0;
    text-align: left;
    opacity: 0;
    display: none;
    right: auto;
    left: auto;
    width: 200px;
    background: #fff !important;
}

.sidebar.dropdown-menu .side-menu > li > a {
    padding: 15px 17px 15px 17px;
}

.personal.login:hover .sidebar.dropdown-menu, .inner-table-block:hover .sidebar.dropdown-menu {
    display: block;
    opacity: 1;
    animation: toggle_opacity 300ms;
}

.inner-table-block:hover .sidebar.dropdown-menu {
    background: transparent !important;
}

.inner-table-block:hover .sidebar.dropdown-menu .nav-list.side-menu {
    background: white;
}

#headerfixed .inner-table-block.cabinet {
    position: relative;
    overflow: visible;
}

#headerfixed .wrap_icon .sidebar.dropdown-menu {
    margin-top: 19px;
    right: 0;
    left: auto;
    margin-left: 0;
}

.top-block .personal .sidebar.dropdown-menu {
    margin-top: -1px;
    left: auto;
    margin-left: 0px;
    right: 0px;
}

.header_opacity header.light .nav a svg path {
    fill: #222 !important;
}

.header_opacity.header_fill_none header .lines {
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: 0px;
    left: 40px;
    right: 40px;
    z-index: 1;
}

.header_nopacity.header_fill_light header .lines, .header_nopacity.header_fill_none header .lines {
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0px;
    left: 40px;
    right: 40px;
    z-index: 2;
}

.header_nopacity.header_fill_light header .top-block + .logo_and_menu-row .lines {
    display: none;
}

.header_nopacity header .top-block + .logo_and_menu-row .lines,
.header_7 .logo_and_menu-row .lines, .header_8 .logo_and_menu-row .lines, .header_9 .logo_and_menu-row .lines, .header_10 .logo_and_menu-row .lines {
    display: none;
}

.header_opacity.header_fill_none header.header_1 .lines {
    left: 40px;
    right: 40px;
}

/* inline-search-block  */
.inline-search-block {
    position: absolute;
    right: 0;
    top: -104px;
    width: 100%;
    z-index: 100;
    transition: all ease 0.3s;
}

.inline-search-block .search-wrapper {
    border: none;
    padding: 7px 0;
}

.inline-search-block.with-close .search .search-input-div {
    padding-right: 58px;
}

.inline-search-block.show {
    top: 0px !important;
    background: #fff;
}

.inline-search-block.with-close .search .btn-search {
    right: 58px;
}

.inline-search-block.with-close:not(.big) .search .btn-search {
    background: none;
}

.inline-search-block .search .close-block {
    display: none;
    height: 34px;
}

.inline-search-block.with-close .search .close-block {
    display: block;
}

.inline-search-block .close-block .close-icons {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin: -15px 0 0 -15px;
}

.inline-search-block .close-block .close-icons {
    margin-top: -8px;
    min-width: 16px;
    min-height: 16px;
    line-height: 16px;
    background: #222 url(/bitrix/templates/centino-heat/images/svg/Close_mask.svg) center center no-repeat;
}

.inline-search-block .close-block .close-icons:hover {
    opacity: 0.8;
}

form.search {
    position: relative;
}

.search .search-input-div {
    width: 100%;
}

.search .search-button-div {
    position: absolute;
    top: 0px;
    right: 0;
}

.search .search-input {
    background: #ebebef;
    border: none;
    color: #444444;
    display: block;
    height: 34px;
    line-height: 18px;
    padding: 0 70px 0px 10px;
    vertical-align: top;
    width: 100%;
    border-radius: 3px;
}

.bx-ie .search .search-input {
    height: 35px;
}

.search .btn-search {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    border: 1px solid #ebebef;
    color: #dedede;
    padding: 7px 10px 8px;
    font-size: 0.8667em;
    text-transform: none;
    margin: 0px;
}

.inline-search-block:not(.fixed) .search .btn-search {
    border-radius: 0px 3px 3px 0px;
}

.top-block .search .fa-close {
    color: #c2cbd2;
    display: block;
    float: left;
    font-size: 24px;
    margin-top: 4px;
    margin-left: 6px;
    cursor: pointer;
}

.logo-row .slogan {
    padding-left: 0px;
    margin-left: 5%;
}

.logo-row .search_wr {
    margin-left: 5%;
}

.logo-row .search_wr.with_burger {
    margin-left: 3%;
}

.logo-row .top-description {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    padding: 0;
    letter-spacing: 0;
    overflow: hidden;
}

.logo-row .top-description > div, .logo_and_menu-row .inner-table-block.address > div {
    height: 100px;
    display: inline;
}


.logo_and_menu-row .phone a, .logo_and_menu-row .phone-block .schedule, .header_opacity header.light .btn.btn-default.btn-transparent-bg:not(:hover),
.header_opacity header.light .menu-row.with-color.colored_dark .mega-menu table td:not(:hover) .wrap > a:not(:hover), .logo_and_menu-row .callback-block.callback-link {
    transition: color 0.3s ease;
}

.header_opacity header.light .btn.btn-default.btn-transparent-bg:not(:hover) {
    transition: border-color ease 0.3s;
}

/* HEADER */
header {
    clear: both;
    color: #333;
}

header > .container {
    position: relative;
    z-index: 1
}

header .muted, header .muted * {
    opacity: 0.8;
    color: #555;
}

body.header_nopacity.header_fill_none header .maxwidth-theme,
body.header_nopacity.header_fill_none .menu-row.bgnone > .maxwidth-theme {
    z-index: 11;
}

body.header_nopacity header .logo_and_menu-row,
body header .menu-row {
    z-index: 11;
}

body.header_nopacity header .logo_and_menu-row {
    z-index: 12;
}


/*header_1*/
body.fill_bg_y.header_opacity header .maxwidth-theme {
    background: transparent;
}

body.fill_bg_y.header_opacity header .top-block .maxwidth-theme {
    background: #f6f6f7;
}

.header_1 span.city {
    display: block;
    font-weight: bold;
    font-size: 0.8667em;
    line-height: normal;
    color: #333333;
}

.header_1 span.header_address {
    font-size: 0.8667em;
    line-height: normal;
    color: #333333;
}

.header_2 .address.inline-block {
    font-weight: 500;
    font-size: 0.8667em;
    color: #555555;
}


.header_fill_colored header .top-block + .logo_and_menu-row svg path, .header_fill_colored header .full-fill .wrap_icon:hover svg path,
.header_fill_dark header .top-block + .logo_and_menu-row svg path {
    fill: #fff !important;
}

.header_fill_colored header .top-block + .logo_and_menu-row .mega-menu table td .wrap > a, .header_fill_colored header .top-block + .logo_and_menu-row .mega-menu table td:hover .wrap > a,
.header_fill_dark header .top-block + .logo_and_menu-row .mega-menu table td .wrap > a, .header_fill_dark header .top-block + .logo_and_menu-row .mega-menu table td:hover .wrap > a {
    color: #fff;
}

.menu-row.with-color .menu-only {
    border-radius: 3px;
}

.menu-row .right-icons + .menu-only table td:last-of-type {
    border-radius: 0px;
}

.menu-row .menu-only table td:last-of-type {
    border-radius: 0px 3px 3px 0px;
}

.menu-row .menu-only table td:last-of-type .wrap {
    height: 100%;
}

/*colored menu*/
.menu-row.with-color.colored_all .wrap_icon .svg > svg > path, .menu-row.with-color.colored_all .wrap_icon:hover .svg > svg > path {
    fill: #fff;
}

header.light .menu-row.with-color.colored_all .wrap_icon:hover .svg.inline > svg > path {
    fill: #fff !important;
}

.header_opacity .menu-row.with-color.colored_all .right-icons > div:first-of-type .wrap_icon {
    border-radius: 0px 3px 3px 0px;
}

.header_opacity .menu-row.with-color.colored_all .menu-only table td:first-child {
    border-radius: 3px 0px 0px 3px;
}

.header_nopacity.header_fill_colored header.light .menu-row .wrap_icon:hover .svg.inline svg path {
    fill: #fff !important;
}

.header_fill_colored header .logo_and_menu-row.full-fill .logo-row .logo svg path,
.header_fill_colored header .logo_and_menu-row.full-fill .logo-row .wrap_icon:not(:hover) .svg > svg > path,
.header_fill_colored header .logo_and_menu-row.full-fill .mega-menu table td .wrap > .more-items > span svg path {
    fill: #fff;
}

.header_fill_colored header > .full-fill .mega-menu table td .wrap > a {
    color: #fff;
}

.header_fill_colored header.light > .full-fill .wrap_icon:hover .svg.inline svg path {
    fill: #fff !important;
}

/*dark menu*/
header .menu-row.bgdark .menu-only, body.header_nopacity.header_fill_dark.fill_bg_n header .menu-row, body.header_nopacity.header_fill_dark.fill_bg_y header .menu-row > .maxwidth-theme {
    background: #424f60;
}

header .menu-row.bgdark .menu-only td:hover, header .menu-row.with-color.bgdark .wrap_icon:hover {
    background-color: #556170;
}

body.header_nopacity.fill_bg_y .logo_and_menu-row, body.header_nopacity.fill_bg_y .menu-row {
    background: transparent;
}

body.header_nopacity.fill_bg_y .logo_and_menu-row .maxwidth-theme, body.header_nopacity.fill_bg_y.header_fill_light .menu-row > .maxwidth-theme {
    background: #fff;
}

.header_fill_dark header .top-block + .logo_and_menu-row .logo-row, .header_fill_dark header .top-block + .logo_and_menu-row .logo-row .maxwidth-theme {
    background: #424f60;
}

.fill_bg_n.header_fill_dark header .logo_and_menu-row.full-fill .logo-row, .header_fill_dark header .logo_and_menu-row.full-fill .logo-row .maxwidth-theme {
    background: #424f60;
}

.header_fill_dark header .logo_and_menu-row.full-fill .logo-row .logo svg path,
.header_fill_dark header .logo_and_menu-row.full-fill .logo-row .wrap_icon:not(:hover) .svg > svg > path,
.header_fill_dark header .logo_and_menu-row.full-fill .mega-menu table td .wrap > .more-items > span svg path {
    fill: #fff;
}

.header_fill_dark header > .full-fill .mega-menu table td .wrap > a {
    color: #fff;
}

.header_opacity.header_fill_light header.light > .full-fill .wrap_icon:not(:hover) .svg > svg > path {
    fill: #222 !important;
}

.header_opacity.header_fill_light header.light > .full-fill .mega-menu table td .wrap > a.more-items:not(:hover) svg path,
.header_opacity.header_fill_light header.light > .full-fill .logo svg path.text-path {
    fill: #222 !important;
}

/*light menu*/
.menu-row.bglight .menu-only {
    background: #fff; /*box-shadow:0px 1px 0px 0px rgba(0,0,0,0.1);*/
}

.fill_bg_n.header_fill_light:not(.header_opacity) header .logo-row, .header_fill_light:not(.header_opacity) header .logo-row .maxwidth-theme {
    background: #fff;
}

.header_fill_light header .top-block + .logo_and_menu-row .logo-row, .header_fill_light header .top-block + .logo_and_menu-row .logo-row .maxwidth-theme {
    background: #fff;
}

.fill_bg_n.header_fill_light header .logo_and_menu-row.full-fill .logo-row, .header_fill_light header .logo_and_menu-row.full-fill .logo-row .maxwidth-theme {
    background: #fff;
}

.header_fill_light header.light > .full-fill .more-items:not(:hover) svg path {
    fill: #222 !important;
}

/*transparent menu*/
.menu-row.bgnone .menu-only:before, .header_fill_light.header_nopacity .menu-row.bglight .menu-only:before { /*content:"";display:block;position:absolute;top:0px;left:0px;right:0px;height:1px;background:rgba(0,0,0,0.05);z-index:2;*/
}

.menu-row.with-color.colored_dark .mega-menu table td .wrap > a {
    color: #222222;
}

.menu-row.with-color.bgnone .mega-menu table td .wrap > a .line-wrapper {
    display: block;
}

.menu-row.with-color.bgnone .mega-menu table td .wrap > a .line-wrapper .line {
    bottom: -1px;
}

.menu-row.with-color.colored_dark .mega-menu table .wrap > .dropdown-menu > li:first-of-type:before {
    content: "";
    display: block;
}

.menu-row.with-color.bgnone .mega-menu table .dropdown-menu {
    margin-top: -1px;
}

.menu-row.with-color.bgnone .mega-menu table .dropdown-menu .dropdown-menu {
    margin-top: 0px;
}

.mega-menu table td .wrap > .more-items > span:before { /*content:"";position:absolute;left:2px;width:17px;height:3px;background:#222222 url(/bitrix/templates/centino-heat/images/svg/dots.svg) 0px 0px no-repeat;*/
}

.mega-menu table td .wrap > .more-items > span {
    font-size: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 3px;
    margin-right: 0px;
}

.mega-menu table td .wrap > .more-items > span svg {
    display: block;
}

.mega-menu table td .wrap > .more-items > span svg path {
    fill: #222;
}

.bgcolored .mega-menu.sliced table td .wrap > .more-items > span svg path, .header_opacity header.light .mega-menu.sliced table td .wrap > .more-items > span svg path {
    fill: #fff;
}

.menu-row.bgcolored .mega-menu table td .wrap > .more-items {
    padding-left: 18px;
    padding-right: 18px;
}

.menu-row.bgcolored .mega-menu table td .wrap > .more-items > span:before {
    background-position: -1px -337px;
    background-color: transparent;
    left: 0;
}

.mega-menu table td .wrap .line-wrapper {
    visibility: hidden;
}

/*full-fill*/
.header_fill_colored.header_opacity header .logo_and_menu-row.full-fill .logo-row .top-description, .header_fill_colored.header_opacity header .logo_and_menu-row.full-fill .inner-table-block, .header_fill_colored.header_opacity header .logo_and_menu-row.full-fill .phone > a,
.header_fill_colored.header_opacity header .logo_and_menu-row.full-fill .phone-block .schedule, .header_fill_colored.header_opacity header .logo_and_menu-row.full-fill .btn.btn-default.btn-transparent-bg,
.header_fill_dark.header_opacity header .logo_and_menu-row.full-fill .logo-row .top-description, .header_fill_dark.header_opacity header .logo_and_menu-row.full-fill .inner-table-block, .header_fill_dark.header_opacity header .logo_and_menu-row.full-fill .phone > a,
.header_fill_dark.header_opacity header .logo_and_menu-row.full-fill .phone-block .schedule, .header_fill_dark.header_opacity header .logo_and_menu-row.full-fill .btn.btn-default.btn-transparent-bg,
.header_fill_none.header_opacity header.light .logo_and_menu-row.full-fill .logo-row .top-description, .header_fill_none.header_opacity header.light .logo_and_menu-row.full-fill .inner-table-block, .header_fill_none.header_opacity header.light .logo_and_menu-row.full-fill .phone > a,
.header_fill_none.header_opacity header.light .logo_and_menu-row.full-fill .phone-block .schedule, .header_fill_none.header_opacity header.light .logo_and_menu-row.full-fill .btn.btn-default.btn-transparent-bg {
    color: #fff;
    border-color: #fff;
}

body.header_opacity header.light .logo_and_menu-row.full-fill .callback-block.callback-link,
body.header_opacity header .logo_and_menu-row.full-fill .callback-block.callback-link,
body.header_opacity header.light .logo_and_menu-row.full-fill .callback-block.callback-link { /*color:#fff;*/
}

.header_fill_colored header .logo_and_menu-row.full-fill svg path, .header_fill_dark header .logo_and_menu-row.full-fill svg path,
.header_opacity .header_fill_none header.light .logo_and_menu-row.full-fill svg path, .header_fill_colored header.light .logo_and_menu-row.full-fill .svg > svg > path {
    fill: #fff !important;
}

body.header_fill_dark header .logo_and_menu-row.full-fill .phone svg path,
body.header_fill_dark header .logo_and_menu-row.full-fill .phone i.colored svg path,
body.header_fill_none header.light .logo_and_menu-row.full-fill .phone i.colored svg path { /*fill:#fff !important;*/
}

body.header_fill_dark.header_opacity header .logo_and_menu-row.full-fill .phone svg path {
    fill: #fff !important;
}

.header_nopacity.header_fill_colored header .logo_and_menu-row.full-fill .logo-row .top-description, .header_nopacity.header_fill_dark header .logo_and_menu-row.full-fill .logo-row .top-description,
.header_nopacity.header_fill_colored header .logo_and_menu-row.full-fill .logo-row .schedule, .header_nopacity.header_fill_dark header .logo_and_menu-row.full-fill .logo-row .schedule,
.header_nopacity.header_fill_colored header .logo_and_menu-row.full-fill .logo-row .phone-block.with_btn .phone > a, .header_nopacity.header_fill_dark header .logo_and_menu-row.full-fill .logo-row .phone-block.with_btn .phone > a,
.header_nopacity.header_fill_colored header .logo_and_menu-row.full-fill .logo-row .callback-block, .header_nopacity.header_fill_dark header .logo_and_menu-row.full-fill .logo-row .callback-block {
    color: #fff !important;
    border-color: #fff;
    background: none;
}

body.header_fill_dark.header_opacity header .logo_and_menu-row.full-fill .callback-block.callback-link {
    color: #fff;
}

.header_fill_colored.header_opacity header .logo_and_menu-row.full-fill .btn.btn-default.btn-transparent-bg,
.header_fill_dark.header_opacity header .logo_and_menu-row.full-fill .btn.btn-default.btn-transparent-bg,
.header_fill_none.header_opacity header.light .logo_and_menu-row.full-fill .btn.btn-default.btn-transparent-bg {
    background: none;
    color: #fff !important;
}

body:not(.header_fill_light):not(.header_fill_none) header .logo_and_menu-row .search .search-input {
    border-color: rgba(255, 255, 255, 0.7); /*color: #fff;*/
    background: #f5f5f5;
}

body:not(.header_fill_light):not(.header_fill_none) header .logo_and_menu-row .search svg path, body.header_fill_light header.light .logo_and_menu-row .search .svg svg path, body:not(.header_fill_light):not(.header_fill_none) header.light .logo_and_menu-row .search .svg svg path {
    fill: #222 !important;
}

body.header_nopacity header .logo_and_menu-row .search .search-input-div .search-input {
    color: #444;
    border-color: rgba(0, 0, 0, 0.07);
}

body.header_opacity header .logo_and_menu-row .logo-row.top-fill .search .search-input {
    border-color: #00000012;
    background: #0000;
}

body.header_opacity header.light .logo_and_menu-row .logo-row.top-fill .search .search-input {
    border-color: #ffffffb3;
    color: #fff;
}

body.header_opacity header.light .logo_and_menu-row .logo-row.top-fill, body.header_opacity header.light .logo_and_menu-row .logo-row.top-fill .callback-link,
body.header_opacity:not(.header_fill_light) header.light .logo_and_menu-row.full-fill .logo-row .callback-link, body.header_opacity.header_fill_colored header .logo_and_menu-row.full-fill .logo-row .callback-link {
    color: #fff;
}

body.header_opacity header.light .logo_and_menu-row .logo-row.top-fill .search .svg svg path,
body.header_opacity header.light .logo_and_menu-row .logo-row.top-fill .wrap_icon:not(:hover) .svg svg path,
body.header_opacity header.light > div:not(.menu-row) .logo-row.top-fill .logo svg path,
body.header_opacity header.light .logo-row.top-fill i.colored.svg svg path, body.header_opacity header.light .logo-row.top-fill .phone.with_dropdown > svg > path {
    fill: #fff !important;
}

body.header_fill_none.header_opacity header.light .logo_and_menu-row .search .search-input::-webkit-input-placeholder,
body.header_opacity header.light .logo_and_menu-row .logo-row.top-fill .search .search-input::-webkit-input-placeholder {
    color: #fff;
}

body.header_fill_none.header_opacity header.light .logo_and_menu-row .search .search-input::-moz-input-placeholder,
body.header_opacity header.light .logo_and_menu-row .logo-row.top-fill .search .search-input::-moz-input-placeholder {
    color: #fff;
}

body.header_fill_none.header_opacity header.light .logo_and_menu-row .search .search-input:-ms-input-placeholder,
body.header_opacity header.light .logo_and_menu-row .logo-row.top-fill .search .search-input:-ms-input-placeholder {
    color: #fff;
}

body.header_fill_none.header_opacity header.light .logo_and_menu-row .search .search-input:-moz-placeholder,
body.header_opacity header.light .logo_and_menu-row .logo-row.top-fill .search .search-input:-moz-placeholder {
    color: #fff;
}

body.header-v5.header_opacity.header_fill_colored header.light .wrap_icon:hover .svg.inline svg path {
    fill: #fff !important;
}

.logo-row .paddings {
    padding-left: 16px;
}

.logo-row .logo {
    display: inline-block;
    position: relative; /*height:104px;*/
    max-width: 192px;
    line-height: 100px;
    z-index: 10;
}

.logo.mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .logo.mobile {
        display: block;
    }

    .logo.mobile img {
        display: block;
        margin: 0 auto;
    }

    .logo.desktop {
        display: none;
    }
}

.logo-row .logo img, .logo svg {
    max-height: 100%;
    max-width: 100%;
}


.logo svg {
    vertical-align: middle;
}

.logo-row .top-description .top-btn {
    padding: 0px 13px;
    cursor: pointer;
}

.logo-row .top-description .top-btn:last-of-type {
    padding-right: 0px;
}

.logo-row .top-mobile-menu {
    display: none;
}

/* HEADER LOGO_AND_MENU_ROW BASKET, PERSONAL, PHONES */
.menu-row.bgcolored .mega-menu table td .wrap > a {
    display: block;
}

.logo_and_menu-row {
    position: relative;
    z-index: 11;
}

.logo_and_menu-row .right-icons {
    margin: 0px;
}

.logo_and_menu-row .wrap_icon {
    display: table-cell;
    padding: 0 0px 0px 15px;
    height: 100px;
    vertical-align: middle;
}

.logo_and_menu-row .right-icons.wide .wrap_icon {
    position: relative;
}

.logo_and_menu-row .right-icons.wide .wrap_icon > a, .logo_and_menu-row .right-icons.wide .wrap_icon > button {
    padding-left: 29px;
    height: 24px;
}

.logo_and_menu-row .right-icons.wide.sm .wrap_icon > a, .logo_and_menu-row .right-icons.wide.sm .wrap_icon > button {
    padding-left: 19px;
}

.logo_and_menu-row .right-icons.wide .wrap_icon i.svg.inline {
    float: none;
}

.logo_and_menu-row .right-icons.wide .sidebar.dropdown-menu {
    margin-top: 15px;
    margin-left: -80px;
}

body .dropdown-menu {
    min-width: 225px;
}

.header-v2 .logo_and_menu-row .right-icons.wide .wrap_icon > a, .header-v2 .logo_and_menu-row .right-icons.wide .wrap_icon > button {
    top: -1px;
    position: relative;
}

.header-v5 .logo_and_menu-row .right-icons.wide .wrap_icon > a, .header-v5 .logo_and_menu-row .right-icons.wide .wrap_icon > button,
.header-v7 .logo_and_menu-row .right-icons.wide .wrap_icon > a, .header-v7 .logo_and_menu-row .right-icons.wide .wrap_icon > button {
    height: 22px;
}

.bx-chrome .header-v3 .logo_and_menu-row .right-icons.wide .wrap_icon i.svg.svg-inline-search,
.bx-chrome .header-v8 .logo_and_menu-row .right-icons.wide .wrap_icon i.svg.svg-inline-search,
.bx-chrome .header-v10 .logo_and_menu-row .right-icons.wide .wrap_icon i.svg.svg-inline-search,
.header-v5 .logo_and_menu-row .right-icons.wide .wrap_icon i.svg.svg-inline-search,
.header-v7 .logo_and_menu-row .right-icons.wide .wrap_icon i.svg.svg-inline-search {
    top: 0px;
}

.logo_and_menu-row .basket-link {
    position: relative;
    padding-right: 12px;
    display: block;
}

.logo_and_menu-row .basket-link .js-basket-block {
    display: block;
}

.logo_and_menu-row .basket-link .count {
    position: absolute;
    top: -7px;
    left: 16px;
    width: 21px;
    height: 21px;
    border: 2px solid #fff;
    line-height: 18px;
}

.logo_and_menu-row .basket-link .title {
    display: inline-block;
    vertical-align: top;
    font-size: 0.9333em;
    line-height: 1.1em;
}

.logo_and_menu-row .basket-link .wrap {
    margin: 2px 0 0 24px;
    display: inline-block;
    vertical-align: top;
}

.logo_and_menu-row .basket-link .wrap .title {
    margin: 0 0 5px;
    display: block;
}

.logo_and_menu-row .basket-link .wrap .prices {
    display: block;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #999999;
    max-width: 62px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.logo_and_menu-row .personal-link {
    display: block;
}

.logo_and_menu-row .personal-link .wrap {
    margin: 2px 0 0 14px;
    display: inline-block;
    vertical-align: top;
}

.logo_and_menu-row .personal-link .name {
    position: relative;
    margin: 0 0 5px;
    display: block;
    font-size: 0.9333em;
    line-height: 1.1em;
}

.logo_and_menu-row .personal-link .title {
    display: block;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #999999;
}

.logo_and_menu-row .personal-link.with_dropdown {
    padding-right: 0 !important;
}

.logo_and_menu-row .personal-link.with_dropdown:after {
    display: none;
}

.logo_and_menu-row .personal-link.with_dropdown .name {
    padding: 0 13px 0 0;
    max-width: 92px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.logo_and_menu-row .personal-link.with_dropdown .name:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin: -1px 0 0 0;
    width: 5px;
    height: 3px;
    background: url(/bitrix/templates/centino-heat/images/corp.png) -20px -333px no-repeat;
}

.logo_and_menu-row .phone-block {
}

.logo_and_menu-row .phone-block .schedule {
    margin: 0 0 0 23px;
    font-size: 0.867em;
    line-height: 1em;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}

.logo_and_menu-row .phone {
    position: relative;
    margin: 4px 0 -3px;
    font-size: 1.200em;
    line-height: 1.5em;
}

.logo_and_menu-row .phone.with_dropdown > .dropdown {
    top: 25px;
}

.logo_and_menu-row .with_btn .phone {
    margin-top: 0px;
}

.logo_and_menu-row .phone-block.phone .svg-phone {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -6px 0 0;
}

.logo_and_menu-row .phone a {
    color: #222;
    white-space: nowrap;
}

.logo_and_menu-row .phone .dropdown a {
    padding: 16px 16px 16px 24px;
}

.logo_and_menu-row .phone .more_phone {
    font-size: 1em;
}

.logo_and_menu-row .callback-block {
    margin: 0 0 0 23px;
}

.logo_and_menu-row .callback-block.callback-link {
    font-size: 0.8667em;
}

header.light .logo_and_menu-row:not(.full-fill) .callback-block.callback-link:hover {
    color: #fff;
}

.logo_and_menu-row .callback-wrapper {
    margin-top: -6px;
}

.logo_and_menu-row .search-block {
    height: 104px;
    display: table;
    width: 100%;
}

.with_regions .logo_and_menu-row .search-block {
    display: table-cell;
}

.logo_and_menu-row .search-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
}

.logo_and_menu-row .search .search-button-div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.logo_and_menu-row .search .search-button-div .svg.svg-close {
    display: none;
}

.logo_and_menu-row .search .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 13px 0px 19px;
    border: none;
    background: none;
    font-size: 0;
}

.logo_and_menu-row .search .btn-search:active {
    box-shadow: none;
}

.logo_and_menu-row .search .search-input {
    padding: 0 44px 0 14px;
    height: 40px;
    font-size: 0.933em;
    line-height: 24px;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.header_opacity .logo_and_menu-row .search .search-input {
    border-color: rgba(0, 0, 0, 0.07);
    background: transparent;
}

/*.header_opacity header.light .logo_and_menu-row:not(.full-fill) .search .search-input{border-color: rgba(255,255,255,0.7);color:#fff;}*/

.header-v9.header_fill_none.header_opacity header.light .logo_and_menu-row .search .search-input {
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
}

.logo_and_menu-row .phone-block .inner-table-block {
    padding-left: 16px;
    padding-right: 16px;
}

.logo_and_menu-row .inline-search-show {
    border: none;
    background: none;
    padding: 0;
}

.logo_and_menu-row .inline-search-show .svg-search {
    top: -7px;
}

.logo_and_menu-row .callback-block.btn {
    padding: 12px 19px 13px;
    margin: 0;
    font-size: 0.933em;
    line-height: 0.85em;
    font-weight: normal;
}

.logo_and_menu-row .search .svg {
    top: 0;
}

.logo_and_menu-row .phone-block.with_btn {
    padding: 0;
    display: table; /*height:101px;*/
    max-width: 100%;
}

.logo_and_menu-row .phone-block.with_btn .phone {
    margin-bottom: 0;
    white-space: nowrap;
    display: inline-block;
}

.logo_and_menu-row .phone-block.with_btn .phone .svg, .logo_and_menu-row .inner-table-block.phones i.svg.inline {
    min-width: 20px;
    width: 20px;
    top: 4px;
    margin-right: 3px;
}

.logo_and_menu-row .phone-block.with_btn .phone.big .svg {
    margin-right: 4px;
}

.logo_and_menu-row .inner-table-block {
    height: 100px;
    transition: color 0.3s ease;
}

.logo_and_menu-row .with-padding .inner-table-block {
    padding-left: 16px;
    padding-right: 16px;
}

.logo_and_menu-row .with-padding .inner-table-block.search-block {
    max-width: 336px;
}

.logo_and_menu-row .phone-block.with_btn .p-block {
    padding-bottom: 1px;
}

.logo_and_menu-row .inner-table-block.address {
    font-size: 0.933em;
    line-height: 1.429em;
}

.logo_and_menu-row .inner-table-block.address i.svg.inline {
    top: 1px;
}

.logo_and_menu-row .inner-table-block i.svg.inline {
    float: left; /*top:1px;*/
}

.logo_and_menu-row .menu-row .inner-table-block i.svg.inline {
    float: none;
}

.logo_and_menu-row .inner-table-block i.svg.inline svg {
    vertical-align: middle;
}

.logo_and_menu-row .inner-table-block i + div {
    padding-left: 23px;
}

.logo_and_menu-row .with_dropdown:after {
    margin-top: -3px;
}

.logo_and_menu-row .burger {
    margin: 0 0 0 16px;
    display: block;
    position: relative;
    width: 68px;
    height: 100px;
    cursor: pointer;
}

.logo_and_menu-row .burger .svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -9px;
    min-width: 18px;
    min-height: 16px;
}

.header-v10 .logo_and_menu-row .burger {
    margin-left: 0px;
}

.menu-row.with-color .line-wrapper {
    display: none;
}

.menu-row.with-color .marker-nav {
    display: none;
}

.menu-row.with-color .mega-menu table td .wrap > .more-items > span {
    left: 2px;
}

.menu-row.with-color .wrap_icon {
    font-size: 0px;
}

.menu-row.with-color .wrap_icon > a {
    position: relative;
    z-index: 10;
    padding: 0px 21px 0px;
    display: block;
    height: 59px;
}

.menu-row.with-color .wrap_icon .basket-link .js-basket-block {
    position: relative;
    top: 18px;
}

.menu-row.with-color .wrap_icon .basket-link .js-basket-block .svg {
    min-width: 24px;
}

.menu-row.with-color .wrap_icon .personal-link {
    position: relative;
    z-index: 10;
    padding: 0px 21px 0px;
    display: block;
    height: 59px;
}

.menu-row.with-color .wrap_icon .personal-link .svg {
    min-width: 16px;
    min-height: 17px;
    top: 17px;
}

.menu-row.with-color .basket-link .count {
    margin: 2px 0px 0px;
    padding: 0px 7px;
    border-radius: 10px;
    vertical-align: top;
    min-width: 20px;
    width: auto;
    height: 19px;
    font-size: 0.8667em;
    line-height: 19px;
}

.menu-row.with-color .basket-link:not(.basket-count) .count {
    background: #FFF;
    color: #222;
}

.menu-row.with-color .logo_and_menu-row .right-icons {
    margin-left: 1px;
    margin-right: 1px;
}

/*wide_menu*/
.menu-row .mega-menu table td.dropdown.wide_menu > .wrap {
    position: static;
}

body .menu-row.with-color .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li:first-of-type:before,
.mega-menu table td.wide_menu .wrap > .dropdown-menu > li:first-of-type:before {
    display: none;
}

.menu-row .mega-menu table td.wide_menu:hover > .wrap > .dropdown-menu, .menu-row .mega-menu table td.wide_menu.hover > .wrap > .dropdown-menu {
    display: block;
    width: 100%;
    margin-top: 0px;
    padding: 30px 0px 0px;
    left: 0px !important;
}

/*.menu-row .mega-menu table td.wide_menu:hover > .wrap > .dropdown-menu, .menu-row .mega-menu table td.wide_menu.hover > .wrap > .dropdown-menu {*/
/*    max-height: 500px;*/
/*    overflow: hidden;*/
/*}*/

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu::-webkit-scrollbar {
    width: 8px;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu::-webkit-scrollbar-track {
    border-radius: 8px;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li > .dropdown-menu > li, .menu-row .mega-menu .catalog_icons_N table td.wide_menu > .wrap > .dropdown-menu > li > .dropdown-menu > li.clicked_exp {
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li.has_img > .dropdown-menu > li, .menu-row .mega-menu .catalog_icons_N table td.wide_menu > .wrap > .dropdown-menu > li.has_img > .dropdown-menu > li.clicked_exp {
    display: block;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li > .dropdown-menu li a {
    padding-right: 0px !important;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li:not(.has_img) > .dropdown-menu li a {
    font-size: 0.8em;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li > .dropdown-menu li a:hover,
.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li > .dropdown-menu li a:focus,
.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li > .dropdown-menu li.active > a {
    color: #222;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li > .dropdown-menu > li.collapsed:not(.clicked_exp) {
    display: none;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li.has_img {
    min-height: 60px;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li.has_img > a, .menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li.has_img > .dropdown-menu {
    padding-left: 82px;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li.has_img .menu_img {
    display: block;
    width: 60px;
    position: absolute;
    top: 0px;
    left: 32px;
}

.mega-menu table td.wide_menu > .wrap > .dropdown-menu > li > a {
    font-size: 1em;
    padding: 0px;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li a {
    white-space: normal;
}

.mega-menu table td.wide_menu .dropdown-menu li > a {
    border: none;
}

.mega-menu table td.wide_menu .dropdown-submenu > a:after {
    display: none;
}

.mega-menu table td.wide_menu .dropdown-submenu:hover > .dropdown-menu {
    animation: none;
}

.mega-menu table td.wide_menu .wrap > .dropdown-menu li:first-of-type > .dropdown-menu li:first-of-type > a {
    padding-top: 2px !important;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li > .dropdown-menu a {
    padding-top: 4px !important;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu {
    *font-size: 0px;
    margin-top: 0px;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 28px 40px 28px;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li.count_4 {
    width: 25%;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li.count_4:nth-child(n+4) { /*padding-right:0px;*/
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li.count_3 {
    width: 33.33%;
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li.count_2 {
    width: 50%;
}

.menu-row .mega-menu table td.wide_menu .dropdown-submenu .dropdown-menu {
    display: block;
    position: static;
    opacity: 1;
    box-shadow: none;
    margin-top: -3px;
}

.menu-row .mega-menu table td.wide_menu.hover .dropdown-submenu .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
}

.mega-menu table td.wide_menu .dropdown-submenu .dropdown-menu > li.collapsed:not(.clicked_exp) {
    display: none;
}

.menu-row .mega-menu table td.wide_menu .dropdown-submenu .dropdown-menu > li > a {
    font-size: 0.8667em;
    padding: 2px 5px !important;
}

.menu-row .mega-menu table td.wide_menu .dropdown-submenu .dropdown-submenu .dropdown-menu {
    padding: 0px 0px 0px 20px !important;
    float: none;
}

.menu-row .mega-menu .catalog_icons_N table td.wide_menu .dropdown-submenu .dropdown-submenu .dropdown-menu {
    display: none;
}

.mega-menu table td .more_items {
    display: none;
}

.mega-menu table td.wide_menu .more_items {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.menu-row .mega-menu table td.wide_menu .more_items {
    padding: 0px 0px;
    font-size: 0.8667em;
}

.menu-row .mega-menu table td.wide_menu .more_items:not(:hover) {
    color: #666;
}

.mega-menu table td.wide_menu .with_dropdown svg path {
    fill: #222 !important;
}


/*fixed menu*/
.mega_fixed_menu {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    z-index: 997;
}

.mega_fixed_menu .mega-menu table td.unvisible {
    opacity: 1;
    visibility: visible;
}

.mega_fixed_menu .menu-only {
    padding: 30px 25px;
}

.mega_fixed_menu .mega-menu {
}

.mega_fixed_menu .mega-menu table {
    padding: 0 0 0 72px;
    margin: 0 -25px;
    display: block;
}

.mega_fixed_menu .mega-menu table tr {
    display: block;
}

.mega_fixed_menu .mega-menu table td.unvisible {
    visibility: visible;
}

.mega_fixed_menu .mega-menu table td .wrap > .more-items {
    display: none !important;
}

.mega_fixed_menu .mega-menu table td .wrap > a {
    padding: 0;
    height: auto;
    line-height: normal;
}

.mega_fixed_menu .mega-menu table .menu-item {
    padding: 0 25px;
    margin: 24px 0;
    display: inline-block;
    vertical-align: top;
    width: 24.7%;
    text-align: left;
}

.mega_fixed_menu .mega-menu table .menu-item > .wrap > .dropdown-menu {
    float: none;
    position: static;
    opacity: 1;
    display: block;
    box-shadow: none;
    opacity: 1;
    animation: none;
}

.mega_fixed_menu .mega-menu table .menu-item > .wrap > a {
    font-size: 1.1333em;
}

.mega_fixed_menu .mega-menu table .menu-item:hover > .wrap > .dropdown-menu {
    display: block;
    opacity: 1;
}

.mega_fixed_menu .mega-menu table .wrap > .dropdown-menu {
    margin: 12px 0 0;
}

.mega_fixed_menu .mega-menu table .dropdown-menu {
    font-size: 1em;
    float: none;
}

.mega_fixed_menu .mega-menu table .dropdown-menu li > a {
    border: none;
}

.mega_fixed_menu .mega-menu table .dropdown-menu li a {
    width: auto;
}

.mega_fixed_menu .mega-menu table .dropdown-menu li img {
    display: none;
}

.mega_fixed_menu .mega-menu table td .wrap > a .line-wrapper {
    display: none;
}

.mega_fixed_menu .mega-menu table .wrap > .dropdown-menu > li {
    margin: 6px 0 0;
}

.mega_fixed_menu .mega-menu table .wrap > .dropdown-menu > li:first-of-type {
    margin-top: 0;
}

.mega_fixed_menu .mega-menu table .wrap > .dropdown-menu > li:first-of-type:before {
    display: none;
}

body .mega_fixed_menu .mega-menu table .wrap > .dropdown-menu > li > a {
    padding: 0 !important;
    font-weight: normal;
}

.mega_fixed_menu .mega-menu table .wrap > .dropdown-menu .dropdown-submenu > a {
    padding: 0 25px 0 0 !important;
    position: relative;
}

.mega_fixed_menu .mega-menu table .wrap > .dropdown-menu .dropdown-submenu > a:after {
    display: none;
}

.mega_fixed_menu .mega-menu table .wrap > .dropdown-menu .dropdown-submenu > a > .arrow {
    position: absolute;
    right: 0;
    top: 0px;
    padding: 5px;
}

.mega_fixed_menu .mega-menu table .wrap > .dropdown-menu .dropdown-submenu > a > .arrow > i {
    content: "";
    display: block;
    width: 13px;
    height: 11px;
    background: url(/bitrix/templates/centino-heat/images/corp.png) -43px -334px no-repeat;
    border-radius: 4px;
}

.mega_fixed_menu .mega-menu table .wrap > .dropdown-menu .dropdown-submenu > a:hover > .arrow > i {
    background-position: -27px -334px;
}

.mega_fixed_menu .mega-menu table .dropdown-submenu .dropdown-menu {
    position: static;
    margin: 0 0 13px;
    animation: none;
    box-shadow: none;
}

.mega_fixed_menu .mega-menu table .dropdown-submenu .dropdown-menu a {
    padding: 0 !important;
}

.mega_fixed_menu .mega-menu table .dropdown-submenu .dropdown-menu li {
    margin: 10px 0 0;
    padding: 0 0 0 15px;
    font-size: 0.8666em;
    line-height: 1.3846em;
}

.mega_fixed_menu .mega-menu table .dropdown-submenu:hover .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    display: none;
    animation: none;
}

.mega_fixed_menu .mega-menu table .dropdown-submenu.opened .dropdown-menu, .mega_fixed_menu .mega-menu table .dropdown-submenu.opened:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: block;
}

.mega_fixed_menu .mega-menu table .wrap > .dropdown-menu li:first-of-type > .dropdown-menu li:first-of-type > a {
    padding-top: 0 !important;
}

.mega_fixed_menu .svg.svg-close {
    position: absolute;
    left: 25px;
    top: 42px;
    min-width: 18px;
    min-height: 18px;
    cursor: pointer;
}

.mega_fixed_menu .marker-nav {
    display: none;
}

.mega_fixed_menu .mega-menu table a {
    white-space: normal;
}

.header-v2 .top-block .top-block-item .address {
    max-width: 290px;
}

.header-v2 .with_regions .top-block .top-block-item .address {
    max-width: 180px;
}

.logo_and_menu-row .search_wrap {
    opacity: 0;
    visibility: hidden;
}

.menu-row.bgcolored a:hover .svg {
    background-color: transparent;
}

.menu-row .wrap_icon {
    position: relative;
    z-index: 10;
}

.menu-row .wrap_icon .inline-search-show {
    border: none;
    background: none;
    height: 59px;
}

.menu-row.sliced .wrap_icon .inline-search-show {
    padding: 0px 21px 0px;
}

.menu-row .wrap_icon .inline-search-show .svg {
    min-width: 16px;
    top: -1px;
}

.menu-row .svg.svg-search {
    min-width: 16px;
    min-height: 16px;
}

.header_1 .logo_and_menu-row .logo svg {
    top: -2px;
    position: relative;
}

.mega-menu table td.dropdown .wrap > a i {
    position: relative;
    top: -1px;
}

.header_4 .logo_and_menu-row form.search, .header_6 .logo_and_menu-row form.search, .header_9 .logo_and_menu-row form.search {
    top: -1px;
}

.btn.btn-responsive-nav {
    outline: none;
}

header.topmenu-LIGHT .logo_and_menu-row {
    border-bottom: 1px solid #f5f5f5;
}

.with_banners header.topmenu-LIGHT .logo_and_menu-row, .index header.topmenu-LIGHT .logo_and_menu-row {
    border-bottom-width: 0px;
}

header.header-v4 .logo_and_menu-row {
    border-bottom-width: 0px;
}

header.header-v4 .mega-menu table .dropdown-menu {
    margin-top: -1px;
}

.body.index header.topmenu-LIGHT .logo_and_menu-row, header.topmenu-LIGHT.fixed .logo_and_menu-row {
    border: none;
}

body.footer-v8 .body:not(.index) .main > .container {
    margin-bottom: -30px;
}

html body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) iframe,
html body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) object,
html body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) ymaps
{
    display: block !important;
}

.body:not(.index) .main > .container {
    padding-bottom: 90px;
}
@media screen and (max-width: 991px) {
    .body:not(.index) .main > .container {
        padding-bottom: 30px;
    }
}

.body.nopadding .main > .container {
    padding-bottom: 0px;
}

.body .main > .container.with_error .left-menu-md, .body .main > .container.with_error .page-top, .body .main > .container.with_error .right-menu-md {
    display: none !important;
}

.body .main > .container.with_error .content-md {
    width: 100%;
}

.body .main > .container.with_error > .page404 {
}

body .container.with_error .right_block.narrow_Y {
    float: none !important;
    width: 100% !important;
}


/* MOBILE HEADER v1 */
/*#mobileheader .basket-link .title {*/
/*    display: none;*/
/*}*/

#mobileheader .v1 .bars .top-btn {
    padding: 0px 20px 5px;
}

/* MOBILE HEADER v2 */
#mobileheader .v2 .top-btn {
    height: 46px;
    line-height: 42px;
    padding: 0px 15px;
}

/* mobile headers */
#mobileheader {
    margin: 0;
    padding: 0;
    position: relative;
    height: 63px; /*overflow:hidden;*/
    z-index: 2997;
}

#mobileheader .burger {
    height: 100%;
    width: 58px;
    position: relative;
    cursor: pointer;
}

#mobileheader .burger .svg-inline-burger {
    width: 18px;
    height: 16px;
    min-width: 18px;
    min-height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -9px;
}

#mobileheader .burger .svg-inline-close {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    display: none;
}

#mobileheader .burger.c .svg-inline-close {
    display: inline;
}

#mobileheader .burger.c .svg-inline-burger {
    display: none;
}

#mobileheader .title-block {
    height: 100%;
    padding: 0 5px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.3335em;
    text-align: left;
    line-height: 60px;
}

#mobileheader .logo-block {
    height: 100%;
    padding: 0 5px 0 0;
}

#mobileheader .logo {
    max-width: 156px;
    line-height: 60px;
}

#mobileheader .logo img {
    max-height: 100%;
    max-width: 100%;
}

#mobileheader .right-icons {
    height: 100%;
    padding-right: 5px;
    margin-left: -15px;
}

#mobileheader .wrap_icon {
    display: table-cell;
    padding-right: 15px;
    padding-left: 15px;
    vertical-align: middle;
    line-height: 63px;
}

#mobileheader .wrap_icon.wrap_basket {
    padding-right: 10px;
}

#mobileheader .inline-search-show {
    border: none;
    background: none;
    padding: 0;
}

#mobileheader .inline-search-show .svg-inline-search {
    top: -2px;
}

#mobileheader .mobileheader-v2 .wrap_icon:hover .svg.inline svg path {
    fill: #fff;
}

/*#mobileheader .basket-link {*/
/*    position: relative;*/
/*    padding-right: 12px;*/
/*}*/

#mobileheader .basket-link .count {
    position: absolute;
    top: -7px;
    left: 16px;
}

#mobileheader *[class^=mobileheader-] {
    height: 100%;
    width: 100%;
    color: #222;
}

#mobileheader .mobileheader-v1 {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}

#mobileheader .mobileheader-v2 {
    color: #fff;
}

#mobileheader .mobileheader-v2 .basket-link .count {
    background-color: #fff;
    color: #222;
}

#mobileheader .mobileheader-v2 .basket-link .js-basket-block svg path {
    fill: #fff;
}

/* mobile menu */
#mobilemenu {
    background: #fff;
    z-index: 3002;
    overflow: hidden;
    overflow-y: auto;
    transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
    position: fixed;
}

#mobilemenu::-webkit-scrollbar {
    width: 8px;
}

#mobilemenu::-webkit-scrollbar-track {
    border-radius: 8px;
}

#mobilemenu::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
}

#mobilemenu::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
}

#mobilemenu.dropdown {
    top: 64px;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ebebef;
    opacity: 0;
    visibility: hidden;
}

#mobilemenu.dropdown.show {
    opacity: 1;
    visibility: visible;
}

#mobilemenu.leftside {
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
}

#mobilemenu.leftside.show {
    left: 0;
    box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.45);
}

#mobilemenu > .scroller {
    overflow: hidden;
}

#mobilemenu > .scroller > .wrap {
    width: 100%;
    transition: transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
}

#mobilemenu-overlay {
    display: none;
    background: #3a3f44;
    opacity: 0.7 !important;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2999;
}

#mobilemenu .dropdown {
    left: 100%;
    top: 0;
    width: 100%;
    border: medium none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none;
    position: absolute;
    z-index: 5;
    background: #FFF;
    margin: 0;
    padding: 0
}

#mobilemenu .expanded > .dropdown {
    display: block;
}

#mobilemenu .expanded > .dropdown > div {
    border-bottom: 1px solid #ebebef;
}

#mobilemenu .expanded > .dropdown .menu_back a {
    font-size: 1em;
    line-height: 18px;
    padding: 23px 20px 22px 57px;
    cursor: pointer;
    position: relative;
}

#mobilemenu .expanded > .dropdown .menu_back .svg {
    position: absolute;
    top: 25px;
    left: 20px;
    width: 20px;
    height: 20px;
}

#mobilemenu .expanded > .dropdown .menu_title {
    font-size: 1em;
    line-height: 18px;
    color: #333;
    padding: 22px 23px 23px 19px;
    background-color: #fbfbfb;
}

#mobilemenu .menu a:hover .svg {
    background-color: transparent;
}

#mobilemenu .menu > ul {
    padding: 0;
    margin: 0;
    display: block;
}

#mobilemenu .menu ul > li {
    list-style: none;
    display: block;
    margin: 0;
    border-bottom: 1px solid #ebebef;
    width: 100%;
    padding: 0;
}

#mobilemenu .menu ul li.menu_back svg path {
    fill: #222;
}

#mobilemenu .menu ul li:before {
    display: none;
}

#mobilemenu .menu ul > li a {
    padding: 19px 20px 20px 19px;
    display: block;
    position: relative;
}

#mobilemenu .menu ul > li.menu_title a {
    padding: 0px;
}

#mobilemenu .menu ul > li a.parent {
    padding-right: 46px;
}

#mobilemenu .menu ul > li .arrow {
    position: absolute;
    z-index: 1;
    width: 46px;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    padding-left: 8px;
    display: block;
}

#mobilemenu .menu ul > li .arrow .svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
}

#mobilemenu .menu ul > li.selected > a:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 9px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}

#mobilemenu .menu > ul > li > a {
    background: #fff;
    font-size: 1em;
}

#mobilemenu .menu > ul > li.selected > a:before {
    left: 0px;
    top: -1px !important;
    bottom: -1px;
    width: 2px;
    z-index: 1;
    height: inherit;
    border-radius: 0;
}

#mobilemenu .menu > ul > li:not(.counters), .menu ul > li.selected:not(.counters), .menu ul > li.expanded {
    position: static;
}

#mobilemenu .menu > ul > li.counters > a > span {
    padding-right: 25px;
    position: relative;
}

#mobilemenu .menu > ul > li.counters .count {
    min-width: 18px;
    height: 17px;
    line-height: 18px;
    white-space: nowrap;
    font-size: 0.8em;
    color: #FFF;
    border-radius: 8px;
    text-align: center;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    font-weight: normal;
}

#mobilemenu .menu > ul > li.counters .count.empted {
    background: #969ba5;
}

#mobilemenu .menu.middle > ul > li > a {
    padding-left: 57px;
    background: #fbfbfb;
}

#mobilemenu .menu.middle a .svg {
    position: absolute;
}

#mobilemenu .menu.middle a .svg-inline-cabinet {
    width: 14px;
    min-width: 14px;
    height: 17px;
    min-height: 17px;
    left: 21px;
    top: 22px;
}

#mobilemenu .menu.middle a .svg-inline-basket {
    width: 18px;
    min-width: 18px;
    height: 17px;
    min-height: 17px;
    left: 20px;
    top: 23px;
}

#mobilemenu .menu.middle a .svg-inline-phone {
    width: 9px;
    min-width: 9px;
    height: 12px;
    min-height: 12px;
    left: 25px;
    top: 26px;
}

#mobilemenu .contacts .title {
    padding: 19px 20px 6px 19px;
}

#mobilemenu .contacts a {
    color: #222;
}

#mobilemenu .contacts .email, #mobilemenu .contacts .address {
    padding: 12px 20px 0 50px;
    position: relative;
    line-height: 18px;
    font-size: 0.8667em;
}

#mobilemenu .contacts .svg.svg-inline-address {
    position: absolute;
    left: 20px;
    top: 14px;
    width: 13px;
    min-width: auto;
    height: 16px;
    min-height: auto;
}

#mobilemenu .contacts .svg-inline-email {
    min-width: auto;
    min-height: auto;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 20px;
    top: 13px;
}

#mobilemenu .social-icons {
    border-bottom: 1px solid #ebebef;
}

#mobilemenu .social-icons ul {
    padding: 16px 0 30px 0;
    margin: 0;
}

#mobilemenu .social-icons li {
    list-style: none;
    display: block;
}

#mobilemenu .social-icons li > a {
    font-size: 0.8667em;
    line-height: 20px;
    background: none;
    padding: 5px 27px 5px 50px;
    width: 100%;
    opacity: 1;
    position: relative;
    margin: 0;
    height: auto;
}

#mobilemenu .social-icons li > a .svg {
    position: absolute;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    left: 19px;
    top: 5px;
}

#mobilemenu .social-icons a:hover .svg { /*background-color:#222;*/
}

#mobilemenu .downdrop .menu ul > li .arrow .svg {
    transform: rotate(0.25turn);
}

#mobilemenu .downdrop .dropdown {
    position: relative;
    left: inherit;
    top: inherit;
    padding: 0 0 0 19px;
}

#mobilemenu .downdrop .expanded > .dropdown .menu_back, #mobilemenu .mobilemenu-v2 .expanded > .dropdown .menu_title {
    display: none;
}

#mobilemenu .downdrop .menu ul > li.expanded {
    border-bottom: none;
}

#mobilemenu .downdrop .menu ul > li.expanded > a {
    border-bottom: 1px solid #ebebef;
}

@media not print {
    header.fixed, #headerfixed.fixed {
        position: fixed;
        margin: 0;
        width: 100%;
        top: 0;
        z-index: 996;
        right: 0;
        left: 0;
    }

    .inline-search-block.fixed {
        position: fixed;
        z-index: 997;
        background: #fff !important;
    }

    .inline-search-block.fixed .search-wrapper {
        padding: 0px;
        display: inline-block;
        width: 100%;
    }

    .inline-search-block.fixed .search-wrapper #title-search {
        padding: 14px 0px 15px;
    }

    .inline-search-block.fixed.big {
        background: #fff !important;
        top: -200px;
        z-index: 4000;
        transition-duration: 0.5s;
    }

    .inline-search-block.fixed.big.show {
        top: 0px;
    }

    .inline-search-block.fixed.big .search-wrapper #title-search {
        padding: 0px;
    }

    .inline-search-block.fixed.big .search .search-input {
        padding: 0 200px 0 25px;
        font-size: 28px;
        height: 132px;
        background: none;
        border: none;
        border-radius: 0;
    }

    .inline-search-block.fixed.big .search .search-button-div {
        top: 45px;
    }

    .inline-search-block.fixed.big .search .btn-search {
        color: #fff;
        padding: 12px 25px; /*right: 91px;*/
        font-size: 1em;
    }

    .inline-search-block.fixed.big .search .close-block {
        min-width: 16px;
    }

    .inline-search-block.with-close.fixed.big .search .close-block {
        top: 6px;
    }

    #headerfixed {
        opacity: 0;
        transition: opacity ease 0.01s;
        background: #fff;
        display: none;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136);
    }

    #headerfixed .maxwidth-theme {
        padding: 0px 16px;
    }

    #headerfixed.fixed {
        opacity: 1;
        display: block;
    }

    #headerfixed .logo-row .logo-block {
        max-width: 300px;
        min-width: 192px;
    }

    #headerfixed .logo-row .js-basket-block .title {
        display: none;
    }

    #headerfixed .search .inner-table-block {
        width: 50%;
    }

    #headerfixed .inner-table-block {
        height: 59px;
        overflow: hidden;
        padding: 0px 22px;
        overflow: visible;
    }

    #headerfixed .inner-table-block.small-block {
        position: relative;
    }

    #headerfixed .inner-table-block.menu-block, #headerfixed .inner-table-block.phones {
        overflow: visible;
    }

    #headerfixed .inner-table-block.cabinet {
        position: relative;
    }

    #headerfixed .inner-table-block.phones {
        padding: 0px;
    }

    #headerfixed .inner-table-block.phones .phone {
        margin: 0px;
    }

    #headerfixed .sep-left {
        border-right: rgba(0, 0, 0, 0.05) 1px solid;
    }

    #headerfixed .logo-row .logo {
        height: auto;
        line-height: normal;
    }

    #headerfixed .logo-row .logo img, #headerfixed .logo-row .logo svg {
        max-height: 36px;
    }

    #headerfixed .logo-row .logo svg {
        max-width: 144px;
    }

    #headerfixed .menu-block.rows {
        position: relative;
        cursor: pointer;
        transition: background ease 0.3s;
        padding: 0px 23px 0px 16px;
    }

    #headerfixed .menu-block.rows .title {
        font-size: 0.933em;
        position: relative;
        color: #222;
    }

    #headerfixed .menu-block.rows:hover .title {
        color: #fff;
    }

    #headerfixed .menu-block.rows:hover .navs ul.nav-pills {
        display: block !important;
    }

    #headerfixed .menu-block .title .svg {
        margin-right: 9px;
    }

    #headerfixed .menu-block:hover .svg path {
        fill: #fff;
    }

    #headerfixed .logo-row .menu-block.rows .navs {
        position: absolute;
        top: 100%;
        left: 0px;
        width: 240px;
        z-index: 11;
    }

    #headerfixed .menu-block.rows:hover .navs > ul {
        display: block !important;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }

    #headerfixed .menu-block.rows:hover .navs ul {
        animation: toggle_opacity 300ms;
        background: #fff;
    }

    #headerfixed .menu-block.rows .navs ul li {
        padding: 0px;
        display: block;
        float: none;
        margin: 0px;
    }

    #headerfixed .menu-block.rows .navs ul .search {
        display: none;
    }

    #headerfixed .menu-block.rows .navs ul li:before {
        display: none;
    }

    #headerfixed .menu-block .navs td:not(.wide_menu) ul li a,
    #headerfixed .navs ul.nav li a {
        border-radius: 0px;
        font-size: 1em;
        padding: 14px 29px 14px 19px !important;
        border-top: 1px solid #f0f0f0;
        min-width: 225px;
        white-space: normal;
        line-height: 24px;
    }

    #headerfixed .navs ul.nav li a {
        min-width: 235px;
    }

    #headerfixed .menu-block .navs td:not(.wide_menu) ul li.active > a, #headerfixed .menu-block .navs td:not(.wide_menu) ul li a:hover, #headerfixed .menu-block .navs td:not(.wide_menu) ul li a:focus {
        background: #fff;
    }

    #headerfixed .menu-block .navs ul > li:first-of-type > a {
        border-top-width: 0px;
    }

    #headerfixed .menu-block.rows .navs ul li a i {
        position: absolute;
        right: 15px;
        top: 19px;
    }

    #headerfixed .menu-block.rows .navs ul li a:not(:hover) i {
        color: #898989;
    }

    #headerfixed .menu-block.rows .navs ul li a i:before {
        content: "\f105";
    }

    #headerfixed .menu-block.rows .navs ul.dropdown-menu {
        top: 0px;
        left: 100%;
        padding: 0px;
        margin: 0px;
        border-radius: 0px;
        border: none;
    }

    #headerfixed .menu-block td .wrap > ul.dropdown-menu {
        background: white;
        border-top: 1px solid #ebebef;
    }

    #headerfixed .menu-block.rows .navs li:hover > ul.dropdown-menu {
        display: block;
    }

    #headerfixed .menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li > .dropdown-menu li a:hover {
        color: #222;
    }

    #headerfixed .btn {
        margin: 0px;
    }

    #headerfixed .search-button-div .btn-search {
        position: static;
    }

    #headerfixed .search-button-div .close-block {
        display: none;
    }

    #headerfixed .js-basket-block {
        position: relative;
    }

    #headerfixed .logo-row.v1 .js-basket-block .count {
        top: -12px;
    }

    #headerfixed .nav > li > a:focus, #headerfixed .nav > li > a:hover,
    #headerfixed .nav-pills > li.active > a, #headerfixed .nav-pills > li.active > a:focus, #headerfixed .nav-pills > li.active > a:hover {
        background: #fff;
    }

    #headerfixed .logo-row .svg.lg svg, #headerfixed .logo-row .svg.big svg { /*width:21px;height:21px;*/
    }

    #headerfixed .logo-row .svg svg {
        vertical-align: middle;
    }

    /* fixed v2*/
    #headerfixed .logo-row.v2 {
        display: table;
    }

    #headerfixed .logo-row.v2 .logo-block {
        min-width: 192px;
        max-width: 192px;
    }

    #headerfixed .logo-row.v2 .small-block {
        width: 80px;
        text-align: center;
    }

    #headerfixed .logo-row.v2 .small-block.cabinet {
        width: 70px;
    }

    #headerfixed .logo-row.v2 .small-block > div {
        min-height: 29px;
    }

    #headerfixed .logo-row.v2 .search-block {
        cursor: pointer;
    }

    #headerfixed .logo-row.v2 .js-nav {
        opacity: 0;
    }

    #headerfixed .logo-row.v2 .mega-menu table td .wrap > a {
        height: 59px;
        line-height: 58px;
    }

    #headerfixed .logo-row.v2 .svg {
        position: static;
    }

    #headerfixed .logo-row.v2 .svg.svg-basket {
        margin: 0px;
    }

    #headerfixed .logo-row .basket-link .count {
        position: absolute;
        top: -7px;
        left: 13px;
        width: 21px;
        height: 21px;
        border: 2px solid #fff;
        line-height: 18px;
    }

    #headerfixed .logo-row.v2 .basket-link .js-basket-block {
        width: 34px;
        display: inline-block;
        text-align: left;
        min-height: 27px;
        position: relative;
        display: block;
        margin: auto;
    }

    #headerfixed .logo-row .basket-link .svg.svg-basket {
        margin: 0px;
    }

    #headerfixed .logo-row.v2 .basket-link {
        width: 84px;
    }
}

/* TOP MENU */
.menu-row {
    position: relative; /*z-index:1;*/
}

.logo-row .menu-row, .logo-row .menu-row .menu-only {
    position: static;
    z-index: 1;
    *width: 100%;
    max-width: 100%;
}

.logo-row .menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu {
    width: auto;
    left: 40px !important;
    right: 40px;
    margin: 0px;
}

#headerfixed .logo-row .menu-row, #headerfixed .logo-row .menu-row .menu-only {
    width: auto;
}

.fill_bg_n .menu-row {
    z-index: 3;
}

.logo-row .menu-row.maxwidth-theme:before, .logo-row .menu-row.maxwidth-theme:after {
    display: none;
}

.menu-only {
    position: relative;
    z-index: 2;
}

.mega-menu { /*position:relative;*/
    z-index: 10;
}

.mega-menu ul.nav {
    padding: 0 0 0px 0;
    clear: both;
    float: none;
    position: static;
    display: block;
    font-size: 0.8667em;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
}

.mega-menu ul.nav li {
    padding: 0;
    margin: 0;
    clear: both;
    float: none;
    display: block;
}

.mega-menu ul.nav li:before {
    display: none;
}

.mega-menu ul.nav li, .mega-menu ul.nav .dropdown-menu {
    background-color: #fafafa;
}

.mega-menu ul.nav li > a {
    padding: 9px 45px 9px 10px;
    text-shadow: none !important;
    border-top: 1px solid #e1e4e6;
    border-bottom: 1px solid transparent;
    margin: 0;
    line-height: 24px;
    text-decoration: none;
    position: relative;
    border-radius: 0;
    clear: both;
    float: none;
    display: block;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    white-space: normal;
    color: #444444;
}

.mega-menu ul.nav li > a i.fa-angle-down {
    position: absolute;
    right: -10px;
    top: 0px;
    font-size: 1.3335em;
    width: 64px;
    height: 44px;
    text-align: center;
    line-height: 44px;
}

.mega-menu ul.nav li:first-of-type > a {
    border-top: medium none !important;
}

.mega-menu ul.nav li.active > a, .mega-menu ul.nav li:hover > a {
    border-top: 1px solid #e1e4e6;
    border-bottom: 1px solid #e1e4e6;
    margin: 0;
    padding: 9px 55px 9px 10px;
    background: none;
    color: #ffffff;
}

.mega-menu ul.nav li.active > a i.fa-angle-down, .mega-menu ul.nav li:hover > a i.fa-angle-down {
    right: 0px;
}

.mega-menu ul.nav li.active + li > a, .mega-menu ul.nav li:hover + li > a {
    border-top: 1px solid transparent;
}

.mega-menu ul.nav li > a:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.mega-menu ul.nav .dropdown-menu {
    font-size: 0.8667em;
    position: static;
    clear: both;
    float: none;
    display: none !important;
    box-shadow: none;
    border: none !important;
    border-radius: 0;
    margin: 0;
    padding: 0 0 0 20px;
}

.mega-menu ul.nav .dropdown-menu li:first-of-type > a {
    border-top: 1px solid transparent;
}

.mega-menu table .wrap > .dropdown-menu > li:first-of-type:before {
    /*position:absolute;top:-1px;left:0px;width:100%;height:2px;background:#dedede;display:block;content:"";-webkit-transition-property: "right";
    transition-property: "right";-webkit-transition-duration: 0.15s;transition-duration: 0.15s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;*/
}

.mega-menu ul.nav .dropdown-menu li:last-of-type > a {
    border-bottom: 1px solid transparent;
}

.mega-menu ul.nav li.resp-active > ul.dropdown-menu {
    display: block !important;
}

.mega-menu table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
}

.bx-mac .mega-menu table, .bx-ios .mega-menu table {
    max-width: inherit;
}

.mega-menu table a {
    width: 100%;
    text-decoration: none;
    white-space: nowrap;
}

.mega-menu table td {
    padding: 0;
    text-align: center;
    position: static;
}

.mega-menu table td.unvisible {
    visibility: hidden;
    opacity: 0;
}

.mega-menu table td.dropdown > .wrap {
    position: relative;
}

#headerfixed .mega-menu table td:hover > .wrap > .dropdown-menu,
#headerfixed .mega-menu table .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    animation: .3s toggle_opacity;
}

.mega-menu table td > .wrap > a .fa {
    vertical-align: middle;
    display: none;
}

.mega-menu table td > .wrap > a .fa.fa-angle-down::before {
    font-size: 0.8em;
    vertical-align: top;
    display: block;
}

.mega-menu table .tail {
    display: none;
}

.mega-menu table .dropdown-menu {
    border-radius: 0;
    border: none;
    margin: 0px 0 0;
    top: 100%;
    padding: 0;
    text-align: left;
    opacity: 0;
    min-width: 100%;
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.175);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.175);
}

.mega-menu table .dropdown-menu li > a {
    color: #222;
    padding: 14px 37px 14px 19px;
    border-top: 1px solid #f0f0f0;
}

.mega-menu table .wide_menu .dropdown-menu li > a {
    color: #666;
}

.mega-menu table .wrap > .dropdown-menu li:first-of-type > a {
    border-top-color: transparent !important;
}

.mega-menu table .wrap > .dropdown-menu li:first-of-type > .dropdown-menu {
    top: 0;
}

.mega-menu table .wrap > .dropdown-menu li:first-of-type > .dropdown-menu li:first-of-type > a {
    padding-top: 15px !important;
}

.mega-menu table .dropdown-submenu, .dropdown-menu li {
    position: relative;
    padding: 0px;
    margin-bottom: 0px;
    background-color: white;
}

.mega-menu table .dropdown-submenu:before, .dropdown-menu li:before {
    display: none;
}

.mega-menu table .dropdown-submenu > a:after {
    display: block;
    font-family: FontAwesome;
    content: "\f105";
    right: 14px;
    position: absolute;
    top: 50%;
    margin: -10px 0 0;
    color: #898989;
}

.mega-menu table .dropdown-submenu .dropdown-menu {
    top: 1px;
    left: 100%;
}

.mega-menu table .dropdown-submenu .dropdown-menu > li:first-of-type > a {
    border-top: none;
}

.mega-menu table .dropdown.js-dropdown .fa {
    display: none;
}

.mega-menu table .more-items > span {
    display: inline-block;
    font-size: 0.9335em;
    line-height: 20px;
    position: relative;
    vertical-align: top;
    padding-right: 21px;
}

.mega-menu table td.search-item .wrap > a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px !important;
    padding-bottom: 18px !important;
}

.mega-menu table td.search-item .wrap > a .fa {
    font-size: 1em;
}

.mega-menu table td .wrap > a {
    padding: 0px 12px 0px;
    position: relative;
    width: auto;
    vertical-align: middle;
}

.mega-menu table td.dropdown .wrap > a {
    padding-right: 5px;
}

.menu-row.with-color .mega-menu {
    height: 59px;
}

.menu-row.with-color .mega-menu table {
}

.menu-row.with-color .mega-menu table td .wrap > a {
    height: 59px;
    line-height: 58px;
    color: #fff;
}

.mega-menu table td.dropdown .wrap > a i {
    display: inline-block;
    padding-left: 7px;
    opacity: 0.6;
}

.menu-row.with-color .mega-menu table td.active .wrap > a,
.menu-row.with-color .mega-menu table td:not(.search-item):hover .wrap > a {
    color: #fff;
}

.menu-row.with-color .mega-menu table .dropdown-menu {
    margin-top: 0;
}

.menu-row.with-color .mega-menu table .wrap > .dropdown-menu > li:first-of-type:before {
    display: none;
}

.logo_and_menu-row .logo-row .menu-row .mega-menu {
    height: 100px;
}

.mega-menu table td .wrap > a .line-wrapper {
    position: relative;
    visibility: visible;
}

.mega-menu td .wrap > a .line-wrapper .line {
    position: absolute;
    bottom: -2px;
    left: 0px;
    height: 2px;
    background: #dedede;
    right: 100%;
    opacity: 1;
    -webkit-transition-property: "right";
    transition-property: "right";
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#headerfixed .mega-menu td .wrap > a .line-wrapper .line {
    bottom: -1px;
}

.mega-menu table td.active .wrap > a .line-wrapper .line, .mega-menu table td .wrap > a:hover .line-wrapper .line {
    right: 0px;
}

.mega-menu table td:last-child .wrap > a:after {
    display: none;
}

.mega-menu table td:last-child .dropdown-menu .dropdown-menu {
    right: 100%;
    left: auto;
    margin: 0;
}

.mega-menu table .dropdown-submenu > a:hover:after {
    color: white;
}

.mega-menu table .dropdown-submenu .dropdown-menu:after {
    display: none;
}

.mega-menu table .more-items {
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: #fff;
}

.header-v3 header .menu-row,
.header-v4 header .menu-row,
.header-v5 header .menu-row,
.header-v6 header .menu-row,
.header-v7 header .menu-row,
.header-v8 header .menu-row,
.header-v9 header .menu-row { /*z-index:11;*/
}

/* TOP SEARCH TITLE */
.mega-menu ul.nav .search {
    right: inherit;
    top: inherit;
    width: 100%;
    display: block !important;
    padding: 13px;
    background: none repeat scroll 0 0 #e0e7ec;
}

.mega-menu ul.nav .search .search-input-div {
    padding-right: 0px;
}

.mega-menu ul.nav .search .search-button-div {
    right: 13px;
    top: 13px;
    width: 74px;
}

.mega-menu ul.nav .search .search-button-div .btn-search {
    right: 0px;
    top: 0px;
}

div.title-search-result {
    margin-left: 1px;
    margin-top: -2px;
    display: none;
    overflow: visible;
    z-index: 100;
    padding: 0;
    border: none;
    position: absolute;
}

.title-search-result.title-search-input {
    width: 100% !important;
    left: 0px !important;
    margin-left: 0px;
}

.bx_search_container {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

.bx_search_container .bx_field {
    position: relative;
    margin-top: 15px;
    height: 30px;
    border-top: 1px solid #8ca3ae;
    border-right: 1px solid #a0b4be;
    border-bottom: 1px solid #b6c8d1;
    border-left: 1px solid #a0b4be;
    border-radius: 3px;
    background: #fff;
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    line-height: 30px;
}

.bx_search_container .bx_field .bx_input_text {
    position: absolute;
    right: 34px;
    left: 5px;
    height: 30px;
    outline: none;
    border: none;
    background: none;
    line-height: 30px;
}

.bx_search_container .bx_field .bx_input_submit {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    width: 34px;
    border: none;
    background: url('/bitrix/templates/centino-heat/images/search_lupe.png') no-repeat left center;
    cursor: pointer;
}

div.title-search-fader {
    display: none;
    background-image: url('/bitrix/templates/centino-heat/images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute;
}

p.title-search-preview {
    font-size: 0.8em;
}

div.title-search-result td.title-search-price span {
    font-size: 26px;
}

.bx_searche {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none; /*border-top:1px solid #e0e7ec;*/
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.bx_searche .maxwidth-theme {
    padding: 0px !important;
}

.bx_searche .bx_img_element {
    background: none;
    float: left;
    padding: 0px;
    position: absolute;
}

.bx_searche .bx_item_block {
    position: relative;
    display: block;
    text-decoration: none;
    color: #2f383d;
    border-top: 1px solid #f6f6f6;
}

.bx_searche .bx_item_block:not(.all_result):hover {
    background: #fbfbfb;
}

.bx_searche .bx_image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bx_searche .bx_item_element {
    padding-left: 20px;
    margin-left: 0px;
    border-top: 1px solid transparent;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bx_searche .bx_price .old {
    font-weight: normal;
    text-decoration: line-through;
    color: #636363;
}

.bx_searche .bx_item_element .all_result_title {
    font-size: 0.933em;
    margin: 0px;
}

.bx_searche .bx_item_block {
    min-height: 80px;
    line-height: 77px;
}

.bx_searche .bx_img_element {
    width: 80px;
    height: 80px;
    margin: 0px 0px 0px 20px;
    padding: 5px 0px;
}

.bx_searche .bx_image {
    width: 100%;
    height: 100%;
}

.bx_searche .bx_img_element + .bx_item_element {
    margin-left: 100px;
}

/* PAGE TITLE & BREADCRUMBS & PAGENAVIGATION */
section.page-top {
    padding: 0px 0 0px;
    min-height: 56px;
    position: relative;
}

section.page-top.center {
    text-align: center;
}

section.page-top .breadcrumb .maxwidth-theme .bread_wrapper {
    padding: 18px 0px 8px;
}

section.page-top .breadcrumb .maxwidth-theme li .item span {
    font-size: 0.8667em;
    line-height: 21px;
    color: #888888;
}

section.page-top .maxwidth-theme .page-top-main {
    padding: 10px 0px 10px;
    margin-left: -2px;
}

section.page-top h1 {
    margin-bottom: 8px;
}

section.page-top h1.shares, section.page-top .rss + h1, section.page-top .print-link + h1 {
    padding-right: 50px;
}

section.page-top .rss-block + h1.shares {
    padding-right: 180px;
}

section.page-top .rss + .print-link + h1 {
    padding-right: 120px;
}


.container .page-top-wrapper {
    margin-left: -16px;
    margin-right: -16px;
}

.page-top-wrapper.grey {
    background: #F6F7FA;
    margin-bottom: 42px;
}

.page-top-wrapper.color {
    background: #666;
    position: relative;
    margin-bottom: 42px;
}

.page-top-wrapper.color h1 {
    color: #fff;
}

.page-top-wrapper.color .breadcrumb > li, .page-top-wrapper.color .breadcrumb .active, .page-top-wrapper.color .breadcrumb a, .breadcrumb > * {
    *opacity: 0.8;
}

.page-top-wrapper section.page-top { /*padding:32px 0;*/
}

.breadcrumb {
    line-height: 13px;
    padding: 0;
    margin: 0px 0px 1px;
    list-style: none;
    background: none;
    border-radius: 0px;
}

.breadcrumb > li, .breadcrumb .active, .breadcrumb a, .breadcrumb > * {
    text-decoration: none;
}

.breadcrumb > li {
    text-shadow: none;
    padding: 0px;
    font-size: 0.8667em;
    margin-right: 19px;
}

.breadcrumb > li:before {
    display: none;
}

.breadcrumb > li + li:before {
    background: url(/bitrix/templates/centino-heat/images/svg/breadcrump_arrow.svg) no-repeat;
    font-family: FontAwesome;
    content: " ";
    font-size: 7px;
    margin: 0px 14px 1px 0px;
    vertical-align: middle;
    display: inline-block;
    position: static;
    width: auto;
    height: 10px;
}

.wrap_pagination {
    text-align: center;
    position: relative;
}

.pagination {
    border-radius: 0;
    border-color: #dfe5e9;
    margin: 20px 0 15px;
    border: none;
}

.pagination > li {
    display: inline-block;
    margin: 0px 1px;
}

.pagination a, .pagination span {
    border-radius: 4px;
    padding: 6px 0px 6px !important;
    width: 32px;
    height: 32px;
    font-size: 0.9335em;
    font-weight: normal;
    border-color: #666;
    color: #666;
    margin-left: 0 !important;
}

.pagination .before span:hover, .pagination .before a:hover {
    color: #909da5 !important;
    background-color: transparent !important;
    border-left-color: #dddddd !important;
}

.pagination a:hover, .pagination span:hover, .pagination a:active, .pagination span:active, .pagination a:focus, .pagination span:focus {
    color: white;
}

.pagination li:not(.active):hover a {
    background: #fff;
}

.pagination li a .svg {
    left: 1px;
}

.nav_wrapper .bottom_nav {
    margin: 0px;
}

.ajax_load_btn.main_centino {
    text-align: center;
    border: none;
}

.nav_wrapper:not(.pagination_wrapper) .wrap_pagination {
    display: none;
}

.pagination li.next a, .pagination li.prev a {
    border: none;
}

.wrap_nav:before {
    display: none !important;
}

.bottom_nav {
    margin: 20px 0px 20px;
}

.ajax_load.table .bottom_nav {
    margin-top: 0px;
}

.ajax_load_btn {
    text-align: center;
    margin: 0px 0px 0px;
    border: 1px solid #ebebef;
    cursor: pointer;
}

.pagination .fa {
    color: #222;
    font-size: 0.8em;
    vertical-align: middle;
}

.pagination li:hover a .fa {
    color: #fff;
}

.rss {
    display: inline-block;
    float: right;
}

.page-top-wrapper.v3 section.page-top {
    min-height: 0;
    padding-bottom: 23px;
}

.page-top-wrapper.v3 section.page-top h1 {
    margin-bottom: 15px;
}

/* PAGE TITLE 2 */
.page_title_2 section.page-top h1 {
    margin: 6px 0 4px 0 !important;
}

.page_title_2 section.page-top .bread_wrapper {
    padding: 30px 0;
}

.page_title_2 {
    margin-bottom: 50px;
}

.with_project_map .page_title_2 {
    margin-bottom: 0px;
}

.page_title_2 .breadcrumb > li, .page_title_2 .breadcrumb .active span.last_point {
    color: #888;
    margin: 4px 0;
}

/* PAGE TITLE 3 */
.page_title_3 {
    padding: 45px 0 33px;
    border-top: 1px solid #ebebef;
    border-bottom: 1px solid #ebebef;
    margin-top: -1px;
    margin-bottom: 50px;
}

.with_project_map .page_title_3 {
    margin-bottom: 0px;
}

.page_title_3 .breadcrumb > li, .page_title_3 .breadcrumb .active span.last_point {
    color: #888;
    margin-top: 8px;
}

.page_title_3 .breadcrumb > li + li:before {
    content: "";
    height: 1px;
    width: 12px;
    background: #E1E1E1;
}


/* FOOTER */
footer {
    /*background: none repeat scroll 0 0 #373d44;*/
    clear: both;
    color: #969ba5;
    line-height: 18px;
    min-height: 171px;
    padding: 0;
    position: relative;
    margin-top: -171px;
}

footer > .container {
    padding-bottom: 10px;
}

footer .copy {
    font-size: 0.867em;
    color: #999;
}

footer .copy, footer:not(.footer_v12) .info {
    padding: 0px 0 0px;
}

footer .info {
    color: #ffffff;
}

footer .info .blocks {
    position: relative;
    padding: 0px 0px 0px 28px;
    margin-bottom: 22px;
}

footer .info div.address {
    line-height: 20px;
}

footer .info .phone {
    margin-bottom: 19px;
}

footer .info .phone:before {
    top: 3px;
}

footer .info .phone a {
    color: #ffffff;
    line-height: 22px;
}

footer .info .phone a:nth-child(n+2) {
    display: block;
}

footer .info .email a {
    color: #fff;
    vertical-align: middle;
}

footer .info .email a:hover {
    color: #ffffff;
    text-decoration: none;
}

footer .info i {
    font-size: 0.9335em;
    margin: 0 7px 0 0;
    color: #969ba5;
    vertical-align: middle;
}

.bottom-menu {
    color: #b0b0b0;
}

.bottom-menu .items .wrap {
    font-size: 0.933em;
}

.bottom-menu .items > .item-link {
    color: #fff;
    margin-bottom: 7px;
}

.bottom-menu .items > .item-link a {
    color: #fff;
}

.bottom-menu a {
    color: #777;
    text-decoration: none;
}

.bottom-menu .item {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}

.bottom-menu .col-sm-6:last-child .item {
    margin-bottom: 0px;
}

footer .white_middle_text {
    color: #fff;
}

footer:not(.dark) .bottom-menu .item:hover .title a, footer:not(.dark) .bottom-menu .item:hover .title, footer:not(.dark) .bottom-menu .item.active .title a, footer:not(.dark) .bottom-menu .item.active .title {
    color: #888 !important;
}

footer.dark .bottom-menu .item:hover .title a, footer.dark .bottom-menu .item:hover .title, footer.dark .bottom-menu .item.active .title a, footer.dark .bottom-menu .item.active .title {
    color: #fff !important;
}

footer:not(.dark) .bottom-menu .items > .item-link a:hover {
    opacity: 0.8;
}

footer .bottom-middle {
    padding: 34px 0px 11px;
}

footer .bottom-under .inner-wrapper {
    padding: 18px 0px 2px;
    border-top: 1px solid #41474e;
    margin: 20px 0px 0px;
}

footer .bottom-under .inner-wrapper .copy-block {
    float: left;
    padding: 0 0px 0px;
}


footer .footer-sitemap-block a {
    color: #777;
    font-size:0.867em;
}
@media (max-width: 767px) {
    footer .footer-sitemap-block {
        margin-bottom:20px;
    }
}

footer .bottom-under .inner-wrapper .copy-block > div {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
}

footer .bottom-under .inner-wrapper .social-block {
    float: right;
}

footer .bottom-under .outer-wrapper {
    padding-bottom: 6px;
}

footer .bottom-under .inner-wrapper .copy-block > div.print-block, footer .bottom-under .inner-wrapper .copy-block > div#bx-composite-banner {
    padding-right: 0px;
}

footer .bottom-under .inner-wrapper .copy-block > div#bx-composite-banner a {
    margin-left: 20px;
}

footer .print-link {
    color: #a7a7a7;
    font-size: 0.867em;
    cursor: pointer;
    white-space: nowrap;
    padding: 0px 0px 0px 20px;
}

footer .print-link .icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 12px 0px 0px;
}

footer .print-link svg {
    display: block;
    vertical-align: middle;
}

footer .print-link svg path {
    fill: #a7a7a7;
}

footer .print-link .text {
    vertical-align: middle;
}

footer .blocks {
    padding: 0px 0px 10px 0px;
}

footer .blocks:first-of-type {
    padding-bottom: 29px;
}

footer .blocks:last-of-type {
    padding-bottom: 0px;
}

footer .info .blocks {
    padding-bottom: 0px;
}

footer .info .blocks.phones:before {
    display: none;
}

footer .info .blocks.phones .svg {
    top: 5px;
    left: -28px;
}

footer .info .blocks.phones .svg svg {
    width: 13px;
}

footer .info .blocks.address .svg {
    top: 2px;
}

footer:not(.footer-light):not(.footer-grey) .info .blocks.phones .phone > svg path {
    *fill: #fff;
}

footer .info .blocks .svg {
    position: absolute;
    left: 0px;
    top: 5px;
}

footer .info .phones .phone {
    display: inline-block;
    position: relative;
}

footer .info .phones .phone a {
}

footer .info .phones .phone .dropdown {
    top: 25px;
    z-index: 10;
    min-width: 170px;
    left: -15px;
}

footer .info .phones .phone .dropdown a {
    color: #333;
    font-weight: bold;
}

footer .info .phones .schedule {
    color: #888;
    font-size: 0.8667em;
    margin: -17px 0px 0px;
}

footer .info .blocks svg path {
    fill: #999999;
}

footer.footer-light .info .blocks svg path, footer.footer-grey .info .blocks svg path {
    fill: #333;
}

footer .social-icons ul {
    margin: 0 0px 0px -8px;
}

footer.compact .info .phones .phone {
    margin-bottom: 0px;
}

footer.compact .info .phones .phone .dropdown {
    top: auto;
    bottom: 100%;
    left: -13px;
}

/* footer small */
footer.compact .bottom-middle {
    padding: 42px 0px 29px;
}

footer.compact .social-block {
}

footer:not(.compact) .social-icons .small_title {
    color: #a7a7a7;
    display: none;
}

footer.compact .social-icons .small_title, footer.ext_view .social-icons .small_title {
    display: block;
    font-size: 1em;
    color: #fff;
    padding: 0px 0px 12px;
}

/* footer ext */
.footer-grey .bottom-menu .items > .item-link a {
    color: #222;
}

.footer-grey .bottom-menu a {
    color: #555;
}

footer.ext_view.footer-grey .social-icons .small_title {
    color: #222;
}

footer.ext_view .white_middle_text {
    padding-bottom: 20px;
}

footer.ext_view .subscribe-form {
    position: relative;
    margin-bottom: 35px;
}

footer.ext_view .subscribe-input {
    height: 42px;
    padding-right: 63px;
}

footer.ext_view .subscribe-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    height: 42px;
    width: 44px;
    padding-left: 0px;
    padding-right: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

footer.footer-grey .bottom-under .inner-wrapper {
    border-color: #eeeeee;
}

footer.ext_view .soc-block .social-icons {
    padding-bottom: 15px;
}

/* footer grey */
footer.footer-grey, body.fill_bg_y.footer-v2 footer {
    background-color: #f6f6f6;
    color: #222222;
}

footer.footer-grey .white_middle_text, footer.footer-grey .social-icons .small_title {
    color: #222222;
}

footer.footer-grey .info .blocks a, footer.footer-grey .info .blocks a:hover, footer.footer-grey .info .blocks {
    color: #222222;
}

footer.footer-grey .phone:before, footer.footer-light .phone:before {
    background-position: -221px -59px;
}

footer.footer-grey .info .email:before, footer.footer-light .info .email:before {
    background-position: -161px -118px;
}

footer.footer-grey .info .address:before, footer.footer-light .info .address:before {
    background-position: -253px -287px;
}

footer.footer-grey .subscribe-block-wrapper {
    background: #efeff0;
}

footer.footer-grey .subscribe-block-wrapper .text {
    color: #555;
}

footer.footer-grey .subscribe-block-wrapper .text svg path {
    fill: #888889;
}

/* footer light */
footer.footer-light {
    background: #fff;
}

footer.footer-light .container {
}

footer.footer-light .subscribe-block-wrapper {
    background: #f9f9f9;
}

footer.footer-light .subscribe-block-wrapper .outer-wrapper {
    background: transparent;
}

footer.footer-light .bottom-under .inner-wrapper {
    border-top: 1px solid #f5f5f5;
}

footer.footer-light .subscribe-block-wrapper .text {
    color: #555;
}

footer.footer-light .bottom-menu .items > .item-link a {
    color: #222;
}

footer.footer-light .white_middle_text {
    color: #222;
}

footer.footer-light .info .phone a {
    color: #555;
}

footer.footer-light .info .email a {
    color: #555;
}

footer.footer-light .info {
    color: #555;
}

/* SOCIAL ICONS */
footer .social {
    padding: 16px 0;
}

footer .info + .social {
    margin-top: -38px;
}

.social-icons {
}

.social-icons ul {
    margin: 0;
    padding: 0;
    width: auto;
}

.social-icons li, .soc-avt .row a {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    padding: 0px;
    margin: 0px;
}

.social-icons li a:not(:hover) svg path {
    fill: #666666;
}

.social-icons li:before {
    display: none;
}

.social-icons li a, .soc-avt .row a {
    border-radius: 100%;
    display: block;
    height: 40px;
    margin: 4px 0px 4px 8px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 40px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-size: 0;
}

.social-icons li a {
    background-color: #4f5a6b;
    background: url(/bitrix/templates/centino-heat/images/social2.png) -4px -4px/548px 148px no-repeat;
}

.soc-avt .row a i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/bitrix/templates/centino-heat/images/social2.png) -4px -4px/548px 148px no-repeat;
}

.social-icons li a:hover, .soc-avt .row a:hover {
    opacity: 0.8;
}

.soc-avt .row a {
    display: inline-block;
}

.social-icons li.facebook a, .soc-avt a i.facebook {
    background-position: -54px -4px;
}

.social-icons li.twitter a, .soc-avt a i.twitter {
    background-position: -104px -4px;
}

.social-icons li.instagram a, .soc-avt a i.instagram {
    background-position: -154px -4px;
}

.social-icons li.telegram a, .soc-avt a i.telegram {
    background-position: -4px -104px;
}

.social-icons li.ytb a, .soc-avt a i.ytb {
    background-position: -204px -4px;
}

.social-icons li.odn a, .soc-avt a i.odn {
    background-position: -254px -4px;
}

.social-icons li.gplus a, .soc-avt a i.gplus {
    background-position: -54px -54px;
}

.social-icons li.mail a, .soc-avt a i.mymailru {
    background-position: -4px -54px;
}

.soc-avt a i.openid-mail-ru {
    background-position: -404px -4px;
}

.soc-avt a i.livejournal {
    background-position: -104px -54px;
}

.soc-avt a i.liveinternet {
    background-position: -354px -54px;
}

.soc-avt a i.openid {
    background-position: -304px -54px;
}

.soc-avt a i.bitrix24 {
    background-position: -154px -54px;
}

.soc-avt a i.box {
    background-position: -354px 0px;
}

.soc-avt a i.dropbox {
    background-position: -254px -54px;
}

.soc-avt a i.google {
    background-position: -454px -4px;
}

.soc-avt a i.google-plus {
    background-position: -54px -54px;
}

.soc-avt a i.liveid {
    background-position: -304px -4px;
}

.soc-avt a i.office365 {
    background-position: -504px -4px;
}

.soc-avt a i.odnoklassniki {
    background-position: -254px -4px;
}

.soc-avt a i.yandex {
    background-position: -404px -54px;
}

.soc-avt a i.yandex {
    background-position: -404px -54px;
}

.soc-avt a i.blogger {
    background-position: -204px -54px;
}

/* LEFT MENU */
.sidebar, .sidearea {
    margin-bottom: 13px;
}

.sidearea div.banner {
    margin-bottom: 37px;
}

.sidearea div.include {
    margin-top: -8px;
}

.sidearea div.banner img {
    border: 0;
}

.banner.CONTENT_TOP {
    margin-bottom: 37px;
}

.banner.back_size {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner.CROP.TOP_HEADER {
    position: relative;
    z-index: 2;
}

.banner.CROP img {
}

.banner.CROP a {
    display: block;
    height: 100%;
}

.side-menu {
    overflow: hidden;
}

.side-menu li {
    line-height: 16px;
    padding: 0px;
    margin-bottom: 0px;
}

.side-menu li:before {
    display: none;
}

.side-menu > li > a {
    font-size: 0.933em;
    line-height: 20px;
    position: relative;
    text-decoration: none;
    padding: 14px 47px 14px 19px;
    font-weight: normal;
}

.side-menu > li > a .icons {
    position: relative;
    top: -1px;
    margin: 0px 10px 0px 0px;
}

.side-menu > li > a .icons svg path {
    fill: #333;
}

.side-menu > li:first-of-type > a {
}

.side-menu > li > a:hover, .side-menu > li > a:focus {
    background-color: transparent;
}

.side-menu > li:not(.active) > a {
    color: #222;
}

/*.side-menu li.child > a:before{color:#898989;position:absolute;font-family:FontAwesome;content:"\f105";font-size:1.1335em;right:19px;font-weight:400;top:14px;opacity:1;}*/
.side-menu > li.active.child > a:before {
    top: 13px;
}

.side-menu .submenu > li.child > a:before {
    display: none;
}

.side-menu .submenu > li.child > a {
    padding-right: 47px;
}

.side-menu > li:first-of-type > a:before {
}

.side-menu > li.active.child > a:before, .side-menu .submenu > li.active.child > a:before {
    content: "\f107";
}

.side-menu > li.active > a, .side-menu > li.active a:before {
}

.side-menu > li.active > a:before, .side-menu > li.active > a:hover:before {
    color: #fff;
}

.side-menu .submenu-wrapper {
    padding: 0px 20px 15px 20px;
    background-color: #f7f7f8;
}

.side-menu .submenu {
    padding: 13px 0px 0px 0px;
    list-style: none;
}

.side-menu .submenu .submenu-wrapper {
    padding: 0px 0px 0px 20px;
    margin-top: -1px;
}

.side-menu .submenu .submenu {
    padding: 1px 0px 0px 0px;
    margin: 0px 0px 0px;
    border: none;
}

.side-menu .submenu > li {
    margin-bottom: 0px;
}

.side-menu .submenu > li:last-child {
    margin: 0;
}

.side-menu .submenu > li > a {
    text-decoration: none;
    color: #555555;
    display: block;
    padding: 3px 0 3px;
    line-height: 20px;
    font-size: 1.083em;
}

.right-menu-md .side-menu > li > .submenu {
    padding-left: 26px;
}

/* TABS */
.tabs {
    margin-bottom: 32px;
}

.tabs .tab-content {
    background-color: white;
    border: none;
    padding: 0px;
}

.tabs .nav-tabs + .tab-content {
    border-top: 0;
}

.tabs .nav-tabs + .tab-content .group-content h3 {
    margin-bottom: 35px;
}

.tabs .nav-tabs {
    margin: -32px 0 50px;
    padding: 36px 0 27px;
    border-bottom: 1px solid #ebebef;
}

body .detail .tabs .nav-tabs {
    display: block;
    clear: both;
}

.tabs .nav.nav-tabs a {
    color: #333;
    padding: 10px 27px 10px 0px;
    text-transform: uppercase;
    font-size: 0.8667em;
}

.tabs .nav.nav-tabs a:focus {
    background-color: transparent;
}

.tabs .nav-tabs li a, .tabs .nav-tabs li.active a {
    border: none;
    letter-spacing: .05em;
}

.tabs .nav-tabs li a:hover {
    background: none;
    border: none;
}

.tabs .nav-tabs li a:before {
    right: 100%;
    content: "";
    position: absolute;
    bottom: -28px;
    left: 0px;
    display: block;
    height: 2px;
    transition: right 0.2s ease-in-out;
}

.tabs .nav-tabs li.active a:before {
    right: 30px;
}

.tabs .tab-content .item + .item {
    border-top: 1px solid #ebebef;
    padding-top: 25px;
    margin-top: 25px;
}

.tabs .tab-content .flexslider .item + .item {
    padding: 0px;
    margin: 0px;
    border: none;
}

.tabs .tab-content .tab-pane#video .video > div {
    margin: 16px 0;
}

.tabs .tab-content .tab-pane.active#video .video {
    display: flex;
    flex-wrap: wrap;
}

.tabs .nav-tabs > li, .pagination > li, .flex-direction-nav li {
    padding-left: 0px;
    margin-bottom: 0px;
    position: static;
}

.tabs .nav-tabs > li:before, .pagination > li:before, .flex-direction-nav li:before {
    display: none;
}

.tabs.grey .nav.nav-tabs {
    background: #f9f9fa;
    border: 1px solid #ebebef;
    border-left-width: 0px;
}

.tabs.grey .nav.nav-tabs li a {
    margin-top: -1px;
}

.tabs.grey .nav.nav-tabs li:not(.active) a {
    background: #f9f9fa;
}

/* FLEXSLIDER */
.flexslider {
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 46px;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
}

.flexslider .slides > li {
    -webkit-backface-visibility: visible;
    margin-bottom: 0px;
    padding-left: 0px;
}

.detail .gallery-block .flexslider .slides > li {
    max-height: none;
    padding: 0px;
    margin: 0px;
}

.detail .gallery-block .small-gallery ul.items li {
    width: 60px !important;
    border: 2px solid transparent;
    position: relative;
}

.detail .gallery-block .small-gallery ul.items li:hover {
    cursor: pointer;
}

.detail .gallery-block .small-gallery ul.items li.flex-active-slide {
}

.detail .gallery-block .bigs.flexslider {
    margin-bottom: 81px;
}

.detail .gallery-block .bigs.flexslider .slides .item {
    border: none;
    text-align: center;
}

.detail .gallery-block .bigs.flexslider .slides .item a {
    display: inline;
}

.detail .gallery-block .bigs .item img {
    width: auto;
    max-height: 100%;
}

.detail .gallery-block .small-gallery.flexslider {
    border: 0 none;
    box-shadow: none;
    z-index: 1;
    display: inline-block;
    text-align: center;
    margin: 0px auto 0px !important;
    padding: 0 58px;
    max-width: 815px;
}

.detail .gallery-block .small-gallery-wrapper {
    text-align: center;
    padding: 15px 0px 20px;
    font-size: 0px;
    line-height: 0px;
}

.detail h5 + .gallery-block .small-gallery-wrapper {
    padding-top: 0px;
}

.detail h5 + .gallery-block .bigs.flexslider {
    margin-bottom: 49px;
}

.flexslider.nav-title .flex-direction-nav li a {
    color: #fff;
    padding-top: 60px;
    height: auto;
    width: auto;
    text-shadow: none;
    margin-top: -50px;
}

.flexslider.nav-title .flex-direction-nav li a.flex-next:before {
    background: url(/bitrix/templates/centino-heat/images/svg/Arrow_left_white.svg) 0px 0px no-repeat;
}

.flexslider.nav-title .flex-direction-nav li a.flex-next {
    right: 33px;
}

.flexslider.nav-title .flex-direction-nav li a.flex-prev:before {
    background: url(/bitrix/templates/centino-heat/images/svg/Arrow_right_white.svg) 0px 0px no-repeat;
}

.flexslider.nav-title .flex-direction-nav li a.flex-prev {
    left: 33px;
}

.flexslider.nav-title .item .bg-images {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(5px);
    filter: blur(10px);
    background-position: center center;
}

.flexslider.nav-title .items .item:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(34, 34, 34, 0.7);
    display: block;
}

.flexslider.small-gallery .flex-direction-nav a {
    font-size: 0px;
}

.detail .small-gallery-block .flex-control-nav {
    display: block;
    bottom: -36px;
}

.detail .small-gallery-block .slides li {
    text-align: center;
    margin-right: 16px !important;
}

.detail.catalog .small-gallery-block .flex-direction-nav {
    opacity: 1 !important;
}

.detail.catalog .small-gallery-block .front .flex-direction-nav a {
    background: #F6F7FA;
    border-radius: 2px;
}

.detail.catalog .small-gallery-block .flex-direction-nav .flex-disabled {
    opacity: 1 !important;
    cursor: pointer;
}

.detail.catalog .small-gallery-block .front .flex-direction-nav a.flex-prev:before {
    top: 13px;
    left: 23px;
}

.detail.catalog .small-gallery-block .front .flex-direction-nav a.flex-next:before {
    top: 13px;
    left: 25px;
}

.detail.catalog .small-gallery-block .front .flex-direction-nav a.flex-prev {
    left: -40px;
}

.detail.catalog .small-gallery-block .front .flex-direction-nav a.flex-next {
    right: -40px;
}

.detail.catalog .small-gallery-block .front .flex-direction-nav a.flex-prev:hover:before {
    background: url(/bitrix/templates/centino-heat/images/svg/Arrow_left_white_sm.svg) -0px 0px no-repeat;
}

.detail.catalog .small-gallery-block .front .flex-direction-nav a.flex-next:hover:before {
    background: url(/bitrix/templates/centino-heat/images/svg/Arrow_right_white_sm.svg) -0px 0px no-repeat;
}

.detail .galery .flexslider.top-bigs {
    overflow: hidden;
}

.detail .galery .flexslider.top-bigs .slides > li {
    max-height: 400px;
    opacity: 0;
    line-height: 397px;
    height: 400px;
}

.detail .galery .top-small-wrapper {
    position: absolute;
    top: 0px;
    left: 40px;
    width: 52px;
    height: 400px;
}

.detail .galery .top-small-wrapper .flexslider {
    margin: 0px;
    top: 92px;
}

.detail .galery .top-small-wrapper .slides {
    width: 100% !important;
}

.detail .galery .top-small-wrapper .slides li {
    height: 52px;
    float: none !important;
    width: 100% !important;
    margin-bottom: 10px;
    border: 2px solid #fff;
    display: block;
}

.detail .galery .top-small-wrapper .slides li:last-of-type {
    margin-bottom: 0px;
}

.detail .galery .top-small-wrapper .slides li:not(.flex-active-slide) {
    cursor: pointer;
}

.detail .galery .top-bigs + .top-small-wrapper .flex-viewport {
    height: 238px;
}

.detail .galery .top-small-wrapper .bx-controls-direction a {
    font-size: 0px;
    width: 15px;
    height: 15px;
    left: 19px;
    right: auto;
    position: absolute;
}

.detail .galery .top-small-wrapper .bx-controls-direction a:not(.flex-disabled) {
    opacity: 0.7;
    visibility: visible;
}

.detail .galery .top-small-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.detail .galery .top-small-wrapper .bx-controls-direction a.bx-prev {
    top: -31px;
}

.detail .galery .top-small-wrapper .bx-controls-direction a:hover {
    opacity: 1;
}

.detail .galery .top-small-wrapper .bx-controls-direction a.bx-next {
    bottom: -33px;
    top: auto;
}

.detail .galery .top-small-wrapper .bx-controls-direction a.bx-prev {
    background: url(/bitrix/templates/centino-heat/images/svg/Arrow_up_sm.svg) 1px 3px no-repeat;
}

.detail .galery .top-small-wrapper .bx-controls-direction a.bx-next {
    background: url(/bitrix/templates/centino-heat/images/svg/Arrow_down_sm.svg) 1px 3px no-repeat;
}

.detail .galery .top-small-wrapper .slides li:not(.bx-clone):first-child {
}

.catalog.detail .ext_view .head {
    padding: 0px;
}

.catalog.detail .ext_view .head .row.galery {
    padding: 40px 0px;
}

.detail .ext_view .galery .top-small-wrapper {
    height: 600px;
    top: 0px;
}

.detail .ext_view.vertical .galery .top-small-wrapper {
    height: 500px;
}

.detail .ext_view.sm .galery .top-small-wrapper {
    height: 450px;
}

.detail .galery .top-small-wrapper .top-small-wrapper2 {
    position: relative;
    top: 50%;
}

.detail .galery .top-small-wrapper .top-small-wrapper2.s_4v {
    margin-top: -140px;
}

.detail .galery .top-small-wrapper .top-small-wrapper2.s_4 {
    margin-top: -119px;
}

.detail .galery .top-small-wrapper .top-small-wrapper2.s_3v {
    margin-top: -122px;
}

.detail .galery .top-small-wrapper .top-small-wrapper2.s_3 {
    margin-top: -88px;
}

.detail .galery .top-small-wrapper .top-small-wrapper2.s_2v {
    margin-top: -90px;
}

.detail .galery .top-small-wrapper .top-small-wrapper2.s_2 {
    margin-top: -57px;
}

.detail .galery .top-small-wrapper .top-small-wrapper2.s_1v {
    margin-top: -43px;
}

.detail .galery .top-small-wrapper .flexslider {
    top: 0px;
}

.detail .ext_row .right_wrapper_block {
    margin: 17px 0px 0px 18px;
}

.detail .ext_view + .tizers + .row .right_wrapper_block {
    margin-top: 40px;
}

.detail .ext_row .right_wrapper_block .ask_a_question {
    float: none;
    margin: 0px;
    width: auto;
}

.detail .galery .top-small-wrapper .popup_video a {
    font-size: 0.8em;
    color: #222;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding: 21px 0px 0px;
    text-align: center;
}

.detail .galery .top-small-wrapper .popup_video.fromtop a {
    padding-top: 40px;
}

.detail .galery .top-small-wrapper .popup_video a:before {
    content: "";
    position: relative;
    background: url(/bitrix/templates/centino-heat/images/svg/corp.svg) -18px -131px no-repeat;
    width: 14px;
    height: 23px;
    display: block;
    margin: auto;
}

.right_wrapper_block .brand {
    border: 1px solid #ebebef;
    margin: 0px 0px 32px;
}

.right_wrapper_block .brand .image {
    border: 1px solid #ebebef;
    padding: 30px 36px 30px 28px;
    display: inline-block;
    margin: -1px;
}

.right_wrapper_block .brand .preview {
    padding: 28px 28px 19px 28px;
    color: #666;
    font-size: 0.933em;
}

.right_wrapper_block .brand .preview .text {
    padding: 0px 0px 15px 0px;
}

.right_wrapper_block .brand .preview .link {
    padding: 0px 0px 11px 13px;
    position: relative;
    line-height: 18px;
    font-size: 0.933em;
}

.right_wrapper_block .brand .preview .link.icons_fa:after {
    content: "\f105";
    position: absolute;
    top: 2px;
    left: 0px;
    color: #919191;
    font: normal normal normal 14px/1 FontAwesome;
}

.catalog.detail .ext_view + .row .col-md-9 .drag_block:first-of-type .wraps hr, .catalog.detail .ext_view + .tizers + .row .col-md-9 .drag_block:first-of-type .wraps hr {
    margin-top: 17px;
}

.catalog.detail .ext_view + .tizers + .row .col-md-9 .drag_block:first-of-type .wraps hr {
    margin-top: 40px;
}

.catalog.detail .ext_view + .row .col-md-9 .drag_block:first-of-type .tabs, .catalog.detail .ext_view + .tizers + .row .col-md-9 .drag_block:first-of-type .tabs {
    margin-top: 17px;
}

.catalog.detail .ext_view + .row .col-md-9 .drag_block:first-of-type .tabs {
    margin-top: 17px;
}

.catalog.detail .ext_view + .tizers + .row .col-md-9 .drag_block:first-of-type .tabs {
    margin-top: 40px;
}

.catalog.detail .ext_view + .row .col-md-9 .drag_block.tizers:first-of-type {
    margin-top: 17px;
}

.catalog.detail .ext_view .head .info {
    padding: 32px 40px 0px 18px;
    position: relative;
}

.catalog.detail .ext_view .head .info.npadding {
    padding-left: 0px;
}

.catalog.detail .ext_view:not(.sm) .head .info:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -33px;
    width: 1px;
    background: #ebebef;
}

.detail .ext_view .galery .flexslider.top-bigs .slides > li {
    height: 600px;
    max-height: 600px;
    line-height: 597px;
}

.detail .ext_view.vertical .galery .flexslider.top-bigs .slides > li {
    height: 500px;
    max-height: 500px;
    line-height: 497px;
}

.detail .ext_view.sm .galery .flexslider.top-bigs .slides > li {
    height: 450px;
    max-height: 450px;
    line-height: 447px;
}

.catalog.detail .ext_view .head .price .price_old {
    display: block;
    font-size: 0.9335em;
    padding: 5px 0px 0px;
}

.catalog.detail .ext_view .head .info .hh {
    padding-bottom: 30px;
}

.catalog.detail .ext_view .head .hh + .bottom-wrapper {
    padding-top: 34px;
}

.catalog.detail .ext_view.sm .head .hh + .bottom-wrapper {
    padding-top: 31px;
}

.catalog.detail .ext_view .head .price .price_old .price_val {
    padding-left: 5px;
}

.catalog.detail .ext_view .garanty-block.filed {
    font-size: 0.8667em;
    position: relative;
    padding: 0px 0px 0px 26px;
    margin: 19px 0px 0px;
    line-height: 16px;
}

.catalog.detail .ext_view .garanty-block.filed:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 17px;
    height: 17px;
    background: url(/bitrix/templates/centino-heat/images/svg/corp.svg) 0px -134px no-repeat;
}

.detail .ext_view .head .char-block {
    padding-top: 22px;
}

.detail .ext_view .head .char-block .titles_block {
    padding-bottom: 3px;
}

.detail .ext_view .head .char-block .link-block-more > span,
.catalog.detail .ext_view .head .link-block-more > span {
    position: relative;
}

.detail .ext_view .head .char-block .link-block-more > span:before,
.catalog.detail .ext_view .head .link-block-more > span:before {
    content: "\f107";
    position: absolute;
    right: -15px;
    top: 2px;
    font: normal normal normal 14px/1 FontAwesome;
}

.catalog.detail .ext_view .previewtext-wrapper {
    padding-bottom: 30px;
}

.detail .ext_view .head .char-block.in-block .titles_block {
    padding-bottom: 10px;
}

.catalog.detail .ext_view .col-xs-6 .buy_block .buttons .btn {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

[data-option-id*=ELEMENTS_TABLE_TYPE_VIEW][data-option-value="catalog_table"] .title {
    height: 47px;
}

.char-block.in-block .prop {
    line-height: 20px;
    padding-bottom: 10px;
}

.char-block.in-block .prop:last-of-type {
    padding-bottom: 5px;
}

.char-block.in-block .char_name {
    color: #777777;
    font-size: 0.933em;
    padding-bottom: 2px;
}

.char-block.in-block .char_value {
    color: #333333;
}

.detail .ext_view .head .char-block.in-block {
    border: none;
    padding-top: 0px;
    margin-top: 0px;
}

.detail .ext_view .col-xs-6 .bottom-wrapper-inner {
    padding-bottom: 20px;
}

.narrow_N .detail .drag_block.tab:first-of-type > div {
    margin-top: 40px;
}

body .narrow_N .catalog.detail .drag_block:first-of-type > div {
    margin-top: 16px;
}

body .narrow_N .catalog.detail .ask_a_question_wrapper {
    margin-top: 0px;
}

body .narrow_N .catalog.detail .item + .tizers + .row .ask_a_question_wrapper,
body .narrow_N .catalog.detail .item + .tizers + .row .drag_block:first-of-type > div {
    margin-top: 40px;
}

body .narrow_N .detail .drag_block:first-of-type .wraps hr {
    margin-top: 16px;
}

.ext_row .catalog.sections .items > div {
    border: 1px solid #ebebef;
    margin: 0px -1px -1px 0px;
}

.ext_row .catalog.sections .items > div .item {
    padding: 30px 30px;
    margin: 0px;
    border: none;
}

.ext_row .catalog.sections .items > div .item .info {
    max-height: none;
}

.ext_row .catalog.sections .hidden-text-block:after {
    display: none;
}

.ext_view .element_detail_text {
    border-top: 1px solid #ebebef;
    margin: 30px 0px 0px;
    padding: 30px 0px 10px;
}

.ext_view .element_detail_text .sharing {
    float: left;
}

.catalog.detail .ext_view .head .element_detail_text .share {
    border: none;
    margin: 0px;
    padding: 0px 0px 20px;
    position: static;
}

.ext_view .element_detail_text .price_txt .text-info {
    color: #999999;
    font-size: 0.8667em;
    line-height: 18px;
    padding-left: 205px;
    padding-top: 5px;
}

.catalog.detail .ext_view .head .previewtext {
    border-top: 1px solid #ebebef;
    margin: 27px 0px 0px;
    padding: 33px 0px 0px;
}

.catalog.detail .ext_view .head .hh + .previewtext-wrapper .previewtext {
    margin: 0px;
}

.catalog.detail .ext_view .head .previewtext-wrapper + .bottom-wrapper {
    margin: 0px;
}

.catalog.detail .ext_view .head .share {
    border-top: 1px solid #ebebef;
    margin: 30px 0px 0px;
    padding: 32px 0px 30px;
    font-size: 1em;
}

.share.clicked .shares-block-wrapper {
    display: inline-block;
    padding: 0px 0px 10px;
}

.share.clicked .shares-block-wrapper:hover .shares-block > span, .share.clicked .shares-block-wrapper:hover .shares-block .ya-share2 {
    display: block;
    opacity: 1;
    visibility: visible;
}

.share.clicked .shares-block-wrapper:hover .shares-block {
    background: #ebebef;
}

.share.clicked .shares-block-wrapper:hover .shares-block:before {
    background: #fff;
}

.share.clicked .shares-block:hover > span {
    display: block;
    opacity: 1;
    visibility: visible;
}

.share.clicked .shares-block .ya-share2 {
    position: absolute;
    top: 56px;
    left: 34px;
    z-index: 3;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .12);
    border-radius: 2px;
    margin: 0 -29px;
    width: 173px;
}

.share.clicked .shares-block .ya-share2 .ya-share2__container {
    padding: 20px 20px 15px 23px !important;
}

.share.clicked .shares-block .ya-share2:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 11px solid #0000;
    border-bottom-color: #fff;
    left: 50%;
    top: -16px;
    margin-left: -11px;
}

.share.clicked .ya-share2__container_size_m .ya-share2__item:nth-child(4n) {
    margin-right: 0px;
}

.zomm_wrapper-block {
    position: relative;
}

.zomm_wrapper-block:hover .flex-direction-nav a:not(.flex-disabled) {
    opacity: 1 !important;
}

.flexslider .slides > li:before {
    display: none;
}

.flexslider .slides img {
    margin: auto;
    vertical-align: middle;
    display: inline-block;
}

.flexslider:hover .flex-direction-nav a:not(.flex-disabled) {
    opacity: 1;
    visibility: visible;
}

.flex-control-nav {
    bottom: -30px;
}

.flex-control-nav li {
    vertical-align: middle;
    margin: 0px 5px;
    padding: 0px;
}

.flex-control-nav li a {
    background: transparent;
    color: transparent;
    border-radius: 100%;
    box-shadow: none;
    height: 10px;
    width: 10px;
    box-shadow: 0 0px 0px 2px #333333 inset;
    transition: ease 0.3s all;
}

.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
    background: #333;
}

.flex-control-paging li.light a {
    box-shadow: 0 0px 0px 2px #fff inset;
}

.flex-control-paging li.light a:hover, .flex-control-paging li.light a.flex-active {
    background: #fff;
}

.front .flex-direction-nav {
    position: absolute;
    right: 0;
    top: -52px;
    width: 100%;
}

.front .flex-direction-nav > li {
    position: absolute;
    width: 100%;
    padding: 0px;
}

.front .flex-direction-nav > li:before {
    display: none;
}

.front .flex-direction-nav a {
    font-size: 0;
    background: none;
    height: 29px;
    width: 29px;
    margin: 0;
    opacity: 1;
    z-index: 1;
    text-shadow: none;
    transition: none;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: opacity 0.3s ease;
}

.front .flex-direction-nav a:before, .flex-direction-nav a:before {
    content: "";
    left: 50%;
    position: absolute;
    top: 6px;
    background: url(/bitrix/templates/centino-heat/images/svg/Arrow_left_black_sm.svg) -0px 0px no-repeat;
    width: 20px;
    height: 18px;
    margin: 0px 0px 0px -10px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.front.hover .flex-direction-nav a:before {
}

.front.hover:hover .flex-direction-nav a:before {
}

.front.hover:hover .flex-direction-nav a:hover:before, .flex-direction-nav a:before, .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
}

.front .flex-direction-nav a:hover:before {
    opacity: 1;
}

.front .flex-direction-nav .flex-prev, .front .flex-direction-nav .flex-next {
    top: 3px;
}

.front .flex-direction-nav a.flex-prev:before {
}

.front .flex-direction-nav a.flex-next:before {
    background: url(/bitrix/templates/centino-heat/images/svg/Arrow_right_black_sm.svg) -0px 0px no-repeat;
    left: 11px;
}

.flex-direction-nav a.flex-next:before {
    background: url(/bitrix/templates/centino-heat/images/svg/Arrow_left_black_sm.svg) -0px 0px no-repeat;
    content: "";
}

.rounded-nav .flex-direction-nav a:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    background: none;
    color: #222;
    left: 9px;
    top: 10px;
}

.rounded-nav .flex-direction-nav a.flex-next:before {
    background: none;
}

.rounded-nav .flex-direction-nav a.flex-prev:before {
    content: "\f104";
    left: 12px;
}

.head-block .rounded-nav .flex-direction-nav a.flex-prev:before {
    left: 18px;
}

.head-block .rounded-nav .flex-direction-nav a.flex-next:before {
    left: 9px;
}

.rounded-nav .flex-direction-nav a {
    border-radius: 100%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    top: 37px;
}

.rounded-nav .flex-direction-nav a:hover {
    background: #ebebef;
}

.rounded-nav .flex-direction-nav a:hover:before {
    color: #222;
}

.flex-direction-nav a {
    visibility: hidden;
}

.detail .wraps.docs-block h5 {
    margin-bottom: 1px;
}

.iblocks {
    max-height: 133px;
}

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

.iblocks .inner-wrapper {
    background: #ebebef;
    min-height: 132px;
}

.iblocks > div {
    font-size: 0.8667em;
    line-height: 20px;
}

.iblocks > div a {
    display: block;
}

.iblocks .icons-block {
    color: #9a9a9a;
    width: 80px;
    text-align: center;
    background: #ebebef;
    float: left;
}

.iblocks .icons-block a {
    color: #9a9a9a;
    padding: 72px 10px 25px;
    position: relative;
}

.iblocks .icons-block a:before {
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 27px;
    background: url(/bitrix/templates/centino-heat/images/corp.png) -249px -83px no-repeat;
    top: 30px;
    left: 50%;
    margin-left: -11px;
}

.iblocks .icons-block a:after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    background: #fff;
    top: 0px;
    right: 0px;
}

.docs-block .iblocks:hover .icons-block a:before, .iblocks .icons-block a:hover:before {
    background-position: -250px -114px;
}

.docs-block .iblocks:hover .icons-block a, .iblocks .icons-block a:hover {
    color: #fff;
}

.iblocks .text-block {
    color: #222222;
    font-size: 1em;
    background: #ebebef;
    padding-left: 82px;
}

.iblocks .text-block .text {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
}

body .docs-block .blocks {
    display: block;
}

body .docs-block .blocks .inner-wrapper {
    position: relative;
    padding: 0px 0px 0px 55px;
    margin-bottom: 32px;
    line-height: 20px;
}

.docs-block .blocks .inner-wrapper:before {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 35px;
    background: url(/bitrix/templates/centino-heat/images/svg/docs_types.svg) 0px 0px no-repeat;
    top: 0px;
    left: 0px;
}

.docs-block .blocks.doc .inner-wrapper:before, .docs-block .blocks.docx .inner-wrapper:before {
    background-position-y: -55px;
}

.docs-block .blocks.jpg .inner-wrapper:before {
    background-position-y: -110px;
}

.docs-block .blocks.png .inner-wrapper:before {
    background-position-y: -165px;
}

.docs-block .blocks.ptt .inner-wrapper:before {
    background-position-y: -220px;
}

.docs-block .blocks.txt .inner-wrapper:before {
    background-position-y: -275px;
}

.docs-block .blocks.tiff .inner-wrapper:before {
    background-position-y: -330px;
}

.docs-block .blocks.none .inner-wrapper:before {
    background-position-y: -495px;
}

.docs-block .blocks.rtf .inner-wrapper:before {
    background-position-y: -440px;
}

.docs-block .blocks.xls .inner-wrapper:before, .docs-block .blocks.xlsx .inner-wrapper:before {
    background-position-y: -385x;
}

.docs-block .blocks .filesize {
    font-size: 0.8em;
    color: #9a9a9a;
}

/* BUY BLOCK */
.buy_block {
    display: block;
}

.catalog.detail .head.wti .buy_block {
    max-width: 338px;
}

.buy_block .in_cart {
    display: none;
}

.buy_block .counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.buy_block .counter > .wrap {
    position: relative;
    background: #eeeeee;
    border-radius: 3px;
}

.buy_block .counter .input {
    padding: 7px 35px 8px;
}

.buy_block .counter input {
    padding: 3px 4px;
    width: 100%;
    border: none;
    background: none;
    font-size: 0.933em;
    text-align: center;
    color: #555;
}

body .buy_block .counter input, body .footer-button .buy_block .counter input {
    height: 30px;
    width: 100%;
    padding: 0px;
}

.buy_block .counter .ctrl {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    cursor: pointer;
    z-index: 1;
    background: #F6F7FA;
    opacity: 1;
}

.buy_block .counter .ctrl:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -5px;
    width: 12px;
    height: 10px;
    background: url(/bitrix/templates/centino-heat/images/svg/corp.svg) 0 0 no-repeat;
    opacity: 0.5
}

.buy_block .counter .ctrl:hover:before {
    opacity: 1;
}

.buy_block .counter .minus {
    left: 0px;
    border-right-width: 0px;
    border-radius: 3px 0px 0px 3px;
}

.buy_block .counter .minus:before {
    background-position: -16px -23px;
}

.buy_block .counter .plus {
    right: 0px;
    border-left-width: 0px;
    border-radius: 0px 3px 3px 0px;
}

.buy_block .counter .plus:before {
    background-position: 1px -23px;
    margin-left: -7px;
}

.buy_block.in .counter {
    display: none !important;
}

.buy_block.in .to_cart {
    display: none;
}

.buy_block.in .in_cart {
    display: block;
    float: right;
}

.buy_block.in .in_cart > span {
    position: relative;
    padding: 0 0 0 20px;
}

.buy_block.in .in_cart > span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin: -4px 0 0;
    width: 11px;
    height: 8px;
    background: url(/bitrix/templates/centino-heat/images/svg/corp.svg) -32px 0 no-repeat;
}

/* INDEX PAGE */
.front .btn-default {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
    overflow: visible;
}

.styled-block.front {
    margin-bottom: 56px;
}

.styled-block.front h2 {
    margin-bottom: 15px;
    margin-top: -1px;
}

.item-views.blocks {
    padding: 58px 0px 60px;
}

.item-views.catalog.blocks {
    padding-bottom: 0px;
}

.wo-tizers .item-views.blocks {
    padding-top: 0px;
}

.item-views.blocks h3, .item-views.blocks h3.title {
    padding: 0px 0px 34px;
    margin: 0px;
    display: inline-block;
    position: relative;
}

.COMPANY_INDEX h3 {
    font-size: 1.733em;
}

.item-views.blocks .title_block {
    clear: both;
}

.item-views.blocks .title_block .right_link_block {
    float: right;
    position: relative;
    z-index: 1;
}

.row.block-with-bg + .row .item-views.blocks h3, .row.block-with-bg .item-views:not(.catalog) h3 {
    padding-top: 86px;
}

.float-banners .title_block + .items .text-block {
    color: #777777;
    padding-top: 35px;
}

.float-banners.v2 .items .item {
    background: #fff;
    padding: 30px 30px 36px;
    margin-bottom: 0px;
}

.float-banners.v2 .items.indent2.flexbox .item {
    height: 100%;
}

.float-banners.v2 .items.indent2.flexbox > div {
    margin-bottom: 4px;
}

.float-banners.v2 .items .item:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 100%;
    height: 2px;
    background: #ddd;
    transition: right ease 0.3s;
}

.float-banners.v2 .items .item .img {
    margin-bottom: 17px;
}

.float-banners .items .item .title {
    font-size: 1.200em;
    padding: 0px 0px 0px;
}

.float-banners .items .item .preview_text {
    color: #666;
    font-size: 0.933em;
    padding: 0px 0px 0px;
    line-height: 21px;
}

body .items .item:hover .title a.colored {
    color: #333;
}

.float-banners.v2 .items .item:hover:after {
    right: 0px;
}

.float-banners.v3 .items .item {
    box-shadow: none;
    margin-bottom: 32px;
}

.float-banners.v3 .items .item .img {
    height: 0px;
    position: relative;
    padding-bottom: 66%;
    margin-bottom: 16px;
    overflow: hidden;
}

.float-banners.v3 .items .item .title {
    font-size: 1.067em;
    margin-bottom: 4px;
}

.float-banners.v3.list {
    overflow: hidden;
}

.float-banners.v3.list .items .item .img {
    float: left;
    width: 120px;
    height: 120px;
    padding: 0px;
    border-radius: 100%;
}

.float-banners.v3.list .items .item .img .img_block {
    border-radius: 100%;
}

.float-banners.v3.list .items .item .title {
    font-size: 1.200em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.float-banners.v3.list .items .item .preview_text {
    overflow: hidden;
    text-overflow: ellipsis;
}

.float-banners.v3.list .items .item .img + .text-wrapper {
    padding-left: 148px;
    padding-top: 8px;
}

.float-banners.v3.list .items .items {
    margin-top: -1px;
    margin-right: -1px !important;
    margin-left: -30px !important;
}

.float-banners.v3.list > .items > div {
    overflow: hidden;
}

.float-banners.v3.list .items .items > div {
    border-top: 1px solid #ebebef;
    padding: 0px 0px 0px 30px;
}

.float-banners.v3.list .items .item {
    margin: 0px;
    padding: 30px 20px 29px 0px;
}

.float-banners.v3.list .items .item:after {
    content: "";
    background: #ebebef;
    position: absolute;
    top: 0px;
    right: -1px;
    width: 1px;
    bottom: 0px;
}

/* SEARCH PAGE */
.search-page a.search-page-params {
    border-bottom: 1px dashed blue;
    text-decoration: none;
}

.search-page div.search-page-params {
    margin: 10px 0 0;
}

.search-page .search-item-rate {
    font-size: 0.7335em;
}

.search-page .path {
    display: block;
    font-size: 0.7335em;
    line-height: 13px;
    padding: 0;
    margin: 0;
    list-style: none;
    background: none;
}

.search-page .path p {
    margin: 0;
}

.search-page .path > *, .search-page .path a {
    text-decoration: none;
}

.search-page .path > li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    padding: 0px;
}

.search-page .path > li + li:before {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 0.6em;
    padding: 0 10px;
    position: static;
    background: none;
}

.search-page .path > li:first-of-type:before {
    display: none;
}

.search-page .where {
    border: 1px solid #cad4df;
    border-radius: 3px;
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 10px 0 0;
}

.search-page .searchinput {
    position: relative;
}

.search-page .searchinput input[type="text"] {
    color: #444;
    display: block;
    vertical-align: top;
    width: 100%;
    border-radius: 3px;
    padding: 0 44px 0 17px;
    height: 40px;
    font-size: 0.933em;
    line-height: 0.75em;
    background: #ebebef;
    border: 1px solid #eee;
}

.search-page .searchinput input.q {
    width: 100%;
}

.search-page .searchinput .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: 0;
    color: white;
    width: 39px;
    height: 39px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.search-page .searchinput .btn-search {
    margin: 0px;
    text-align: center;
    padding: 0px;
}

.search-page .searchinput .btn-search .svg {
    min-width: 16px;
    min-height: 16px;
}

.search-page .searchinput .btn-search:hover {
    background: none;
}

/* 404 PAGE */
.page404 {
    position: relative;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.page404 .i404 {
    font-size: 300px;
    text-align: center;
    line-height: 365px;
    height: 365px;
}

.page404 .i404 > span {
    position: absolute;
}

.page404 .i404 .d1 {
    left: 0px;
}

.page404 .i404 .d2 {
    left: 200px;
}

.page404 .i404 .d3 {
    left: 400px;
}

.page404 .t404 {
}

.body:not(.index) .main > .container.with_error {
    padding: 70px 0;
}

.page404 .row {
    display: flex;
}

.page404 .wrapper {
    background: #F6F7FA;
    height: 100%;
}

.page404 .wrapper.left_unfound_block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page404 .wrapper.right_unfound_block {
    padding: 100px;
}

.page404 .wrapper.right_unfound_block .flex_wrapper {
    padding-top: 27px;
    display: flex;
    align-items: center;
}

.page404 .wrapper.right_unfound_block a {
    font-size: 0.9335em;
    line-height: normal;
    margin-bottom: 0;
}

.page404 .wrapper.right_unfound_block a.btn {
    padding: 13px 19px 13px 20px;
    margin-right: 19px;
    margin-top: 0px;
}

.page404 .wrapper.right_unfound_block svg {
    margin: 0px 11px -1px 0px;
}

/* CONTACTS PAGE */
.contacts {
    color: #333333;
}

.contacts table {
    color: #666666;
    border: 0;
    border-collapse: collapse;
}

.contacts table td {
    padding-bottom: 10px;
    line-height: 21px;
    vertical-align: top;
}

.contacts table td .fa.big-icon {
    margin: 0 20px 20px 0;
}

.contacts table td .fa.big-icon.s45 .svg {
    margin-top: -4px;
}

.contacts table td .fa.big-icon {
    width: 44px;
    height: 44px;
}

.contacts table td .fa.big-icon .svg {
    margin-top: -14px;
}

.contacts table td .fa.big-icon .svg:not(.colored) svg path {
    fill: #fff;
}

.contacts_1 .bx-yandex-map {
    height: 200px;
}

.contacts_1 .form.contacts .form-footer {
    padding-bottom: 0;
}

.ymaps-b-balloon__content {
    font-size: 15px;
}

.contacts_1 .contacts .contacts-wrapper {
    margin-bottom: -14px;
}

.contacts_1 .contacts .contacts-wrapper > .row .contact_wrapper > div {
    margin-bottom: 8px;
}

.contacts_1 .contacts .contacts_adress {
    font-size: 1em;
    line-height: 1.4em;
    color: #555555;
    margin-bottom: 39px;
}

.contacts_1 .contacts .contacts_adress .city {
    display: block;
    font-size: 1.6em;
    line-height: 1.417em;
    color: #333333;
    margin-bottom: 36px;
    margin-top: -7px;
}

.contacts_1 .contacts div[itemprop=description] {
    margin-top: -1px;
}

.contacts_2 .contacts .wrapper {
    margin-left: 15px;
}

.contacts_2 .contacts .contacts_info_wrapper {
    margin: 44px -16px 0px;
}

.contacts_2 .contacts .contacts_info_wrapper .svg {
    top: 6px;
}

.contacts .border.row {
    margin: 0px 16px 40px !important;
    border: 1px solid #ebebef;
}

.contacts .border.row > div:first-of-type {
    padding: 35px 40px 10px;
}

.contacts .border.row > div:last-of-type {
    padding: 0px;
}

.contacts .border.row > div:last-of-type .bx-yandex-view-layout {
    margin: 0px;
    border: none;
    margin-right: -6px;
}

/* BANNERS */
.greyline {
    background: #F6F7FA;
}

div[data-class="BIG_BANNER_INDEX_drag"][data-order="1"] .banners-big.long-banner {
    margin-top: -160px;
}

.banners-big.front { /*margin-top: -1px;*/
    position: relative;
}

.banners-big .maxwidth-banner {
    margin: 0 auto;
}

.banners-big .flexslider {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    background-image: url(/bitrix/templates/centino-heat/images/pl3.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.banners-big .flexslider.flexslider-init {
    opacity: 1;
    background: none;
}

.banners-big .flexslider > .maxwidth-theme > .col-md-12 {
    min-height: 0px;
}

.banners-big.long-banner .flexslider, .banners-big.long-banner .slides {
    min-height: 660px;
}

.banners-big.short-banner .flexslider, .banners-big.short-banner .slides {
    min-height: 500px;
}

.banners-big .slides + .maxwidth-theme {
    top: -100%;
}

.banners-big .flexslider.vertical .slides {
    width: 100% !important;
}

.banners-big .flex-control-nav {
    bottom: 34px;
    z-index: 2;
}

.banners-big .nav-carousel .flex-direction-nav {
    top: 250px;
}

.banners-big.long-banner .nav-carousel .flex-direction-nav {
    top: 400px;
}

.banners-big .flex-direction-nav {
    left: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -20px 0 0;
    width: auto;
}

.banners-big.front .flex-direction-nav a {
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    text-shadow: none;
    opacity: 0;
}

.banners-big .nav-carousel .flex-direction-nav li {
    background: #fff;
    border-radius: 20px;
    transition: all ease 0.3s;
}

.flexslider:hover .flex-direction-nav li {
    opacity: 1;
    visibility: visible;
}

.banners-big .flexslider:hover .nav-carousel .flex-direction-nav li.flex-nav-prev {
    left: -45px;
}

.padding-banner-block .flexslider:hover .nav-carousel .flex-direction-nav li.flex-nav-prev {
    left: 2px;
}

.banners-big .nav-carousel .flex-direction-nav li.flex-nav-prev {
    left: -80px;
}

.banners-big .nav-carousel .flex-direction-nav li.flex-nav-next {
    right: -52px;
}

.banners-big .flexslider:hover .nav-carousel .flex-direction-nav li.flex-nav-next {
    right: -47px;
}

.padding-banner-block .flexslider:hover .nav-carousel .flex-direction-nav li.flex-nav-next {
    right: 2px;
}

.banners-big .nav-carousel .flex-direction-nav li a {
    position: static;
    height: 42px;
    width: 42px;
    opacity: 1;
}

.banners-big .nav-carousel .flex-direction-nav li a:before {
    display: none;
}

.banners-big .nav-carousel .flex-direction-nav li.flex-nav-prev a {
    background: url('/bitrix/templates/centino-heat/images/svg/Arrow_left_large.svg') 14px 12px no-repeat;
}

.banners-big .nav-carousel .flex-direction-nav li.flex-nav-prev:hover a {
    background: url('/bitrix/templates/centino-heat/images/svg/Arrow_left_white_large.svg') 14px 12px no-repeat;
}

.banners-big .nav-carousel .flex-direction-nav li.flex-nav-next a {
    background: url('/bitrix/templates/centino-heat/images/svg/Arrow_right_large.svg') 17px 12px no-repeat;
}

.banners-big .nav-carousel .flex-direction-nav li.flex-nav-next:hover a {
    background: url('/bitrix/templates/centino-heat/images/svg/Arrow_right_white_large.svg') 17px 12px no-repeat;
}

.banners-big .nav-carousel .flex-direction-nav .flex-prev, .banners-big .flexslider:hover .nav-carousel .flex-direction-nav .flex-prev {
    left: -70px;
}

.banner-NARROW .banners-big .nav-carousel .flex-direction-nav .flex-prev, .banner-NARROW .banners-big .flexslider:hover .nav-carousel .flex-direction-nav .flex-prev {
    left: -11px;
}

.banners-big .flex-direction-nav .flex-prev, .banners-big .flexslider:hover .flex-direction-nav .flex-prev {
    left: 40px;
}

.banners-big .nav-carousel .flex-direction-nav .flex-next, .banners-big .flexslider:hover .nav-carousel .flex-direction-nav .flex-next {
    right: -70px;
}

.banner-WIDE .banners-big .nav-carousel .flex-direction-nav .flex-next, .banner-WIDE .banners-big .flexslider:hover .nav-carousel .flex-direction-nav .flex-next {
    right: -48px;
}

.banner-MIDDLE .banners-big .nav-carousel .flex-direction-nav .flex-next, .banner-MIDDLE .banners-big .flexslider:hover .nav-carousel .flex-direction-nav .flex-next {
    right: -48px;
}

.banner-NARROW .banners-big .nav-carousel .flex-direction-nav .flex-next, .banner-NARROW .banners-big .flexslider:hover .nav-carousel .flex-direction-nav .flex-next {
    right: 12px;
}

.banners-big .flex-direction-nav .flex-next, .banners-big .flexslider:hover .flex-direction-nav .flex-next {
    right: 40px;
}

.banners-big .flex-direction-nav .flex-prev:hover, .banners-big .flex-direction-nav .flex-next:hover {
    background: none;
}

.banners-big .flexslider:hover .flex-direction-nav .flex-prev, .banners-big .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
}

.banners-big .slides > li {
    line-height: 20px;
    overflow: hidden;
    padding: 0px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.banners-big.long-banner .slides > li {
    background-size: cover;
    min-height: 660px;
}

.banners-big.long-banner.big-banner_3 .flexslider {
    *min-height: auto;
}

.banners-big.long-banner.big-banner_3 .slides {
    *min-height: auto;
}

.banners-big.long-banner.big-banner_3 .slides > li {
    *min-height: auto;
}

.banners-big.short-banner.big-banner_4 .flexslider {
    min-height: auto;
}

.banners-big.short-banner.big-banner_4 .slides {
    min-height: auto;
}

.banners-big.short-banner.big-banner_4 .slides > li {
    min-height: auto;
    height: 100%;
}

.banners-big.short-banner .slides > li {
    min-height: 500px;
}

.banners-big .slides > li:before {
    display: none;
}

.banners-big .slides > li .maxwidth-theme.fulla, .banners-big .slides > li .maxwidth-theme.fulla .row, .banners-big .slides > li .maxwidth-theme.fulla a {
    width: 100%;
    height: 100%;
    display: block;
}

.banners-big .slides > li .maxwidth-theme > .row > div {
    float: none;
    display: inline-block;
    vertical-align: bottom;
}

.banners-big .slides a:not(.btn) {
    font-size: 1.0667em;
    line-height: 20px;
}

.banners-big .slides a {
    color: white;
}

.banners-big .slides .img {
    overflow: hidden;
    padding: 0;
}

.banners-big .slides .text + .img {
    overflow: visible;
}

.banners-big .slides .img img {
    width: inherit;
}

.banners-big .slides .title {
    padding: 0 0 17px 0;
}

.banners-big .slides .title-link {
    text-decoration: none;
}

.banners-big .slides .text {
    line-height: 495px;
    padding: 0;
}

.banners-big.long-banner .slides .text {
}

.banners-big.short-banner .slides .text {
    min-height: 500px;
}

.banners-big .slides .text .inner {
    padding-top: 273px;
    padding-right: 10px;
    line-height: 20px;
    padding-left: 109px;
    opacity: 0;
    -webkit-transition: opacity 1s ease 0.3s;
    -moz-transition: opacity 1s ease 0.3s;
    -o-transition: opacity 1s ease 0.3s;
    transition: opacity 1s ease 0.3s;
}

.banners-big:not(.long-banner) .slides .text .inner {
    padding-top: 0px;
    display: inline-block;
    vertical-align: middle;
}

.banner-NARROW .banners-big .slides .text .inner {
    padding-left: 75px;
}

.banners-big .slides .righttext .text .inner {
    padding-left: 50px;
    padding-right: 32px;
}

.banner-NARROW .banners-big .slides .righttext .text .inner {
    padding-right: 75px;
}

.banners-big .slides .text-block {
    margin-bottom: 9px;
}

.banners-big .slides .text-block b {
    font-size: 1.3335em;
    line-height: 26px;
}

.banners-big .slides .text-block ul, .banners-big .slides .text-block ol, .banners-big .slides .text-block ul li {
    height: auto;
}

.banners-big .slides .text-block ul.marked li:before {
    display: inline-block;
}

.banners-big .slides .shown .text .inner {
    opacity: 1;
}

.banners-big .slides .clone .text .inner {
    -webkit-transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
}

.banners-big .slides .dark .title, .banners-big .slides .dark .title a, .banners-big .slides .item:hover .dark .title, .banners-big .slides .item:hover .dark .title a {
    color: #333;
}

.banners-big .slides .dark h1, .banners-big .slides .dark .inner {
    color: #333;
}

.banners-big .slides .dark .text-block, .banners-big .slides .dark .text-block b {
    color: #555;
}

.banners-big .btn {
    position: relative;
}

.banner.SCALE img {
    margin-left: auto;
    margin-right: auto;
}

.header_opacity .TOP_UNDERHEADER {
    display: none !important;
}

.banner.TOP_HEADER {
    position: relative;
    z-index: 1;
}

.padding-banner-block {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*mixed banner*/
.banners-big .maxwidth-banner .maxwidth-theme {
    padding: 0px !important;
}

.banners-big .maxwidth-banner .item.vvideo .maxwidth-theme.loading > * {
    display: none;
}

.mixed_banners .banners-big.short-banner.small .maxwidth-banner {
    padding: 0px;
}

/*.mixed_banners > .row{margin:0px -10px;font-size:0px;}*/
.mixed_banners > .row > div {
    font-size: 0.8em;
    padding: 0px 10px;
}

.mixed_banners > .row > div.big_banners_block .maxwidth-banner {
    padding: 0px;
}

.mixed_banners .item {
    padding-top: 20px;
    position: relative;
}

.mixed_banners .item .item_inner {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.mixed_banners .item .item_inner:before {
    content: "";
    z-index: 2;
    position: absolute;
    height: 60%;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.item .img_block {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 2px;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
}

/* tizer plate */
.item .wrap_tizer {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    color: #fff;
    transition: all ease 0.5s;
}

.item .wrap_tizer.dark .wr_block .outer_text .inner_text {
    color: #222;
}

.wrap_tizer .wrapper_inner_tizer {
    padding: 0 33px 0 20px;
}

.wrap_tizer .wr_block {
    transition: all ease 0.1s;
}

.wrap_tizer .preview {
    font-size: 1.2em;
    line-height: 22px;
    margin: 10px 0px 0px;
}

.wrap_tizer .wrap_outer.title {
    font-size: 0.667em;
    text-transform: uppercase;
}

.wrap_tizer .wrap_outer .inner_text {
    position: relative;
    left: -7px;
    color: #FFF;
    font-style: normal;
    background: #23618C;
    z-index: 1;
}

.wrap_tizer .wrap_outer .outer_text {
    position: relative;
    left: 15px;
    background: #23618C;
    padding: 5px 0 6px;
}

.wrap_tizer .wrap_outer {
    position: relative;
    left: -3px;
    padding: 5px 0 6px;
    font-size: 1.1335em;
    line-height: 18px;
    background: #23618C;
    color: #FFF;
    display: inline;
}

.item:hover .dark_block_animate {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

.item:not(.touch_class):hover .scale_block_animate, .touch_class .scale_block_animate {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

.bx-mac .v3 .item:not(.touch_class):hover .scale_block_animate {
    transform: none;
}

.wrap_tizer .wr_block.price {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    color: #fff;
    font-size: 0.8667em;
    max-height: 54px;
    overflow: hidden;
}

.item:hover .wrap_tizer .wr_block.price {
    height: auto;
    opacity: 1;
    visibility: visible;
    display: block;
    margin: 10px 0px 0px;
}

.wr_block.price .wrap_outer_desc {
    line-height: 18px;
    font-size: 0.8667em;
}

.wr_block.price .wrap_outer_desc a {
    color: #fff;
    text-decoration: none;
}

body .item .dark_block_animate {
    background-color: rgba(0, 0, 0, .5);
}

.float-banners.v1 .item {
    border: none;
    margin: 0 0 20px;
    overflow: hidden;
    box-shadow: none;
}

.float-banners.v1 .item .wrap_tizer .wrapper_inner_tizer {
    padding: 0px 45px 0px 21px;
}

/*front sections*/
.sections_wrapper {
    margin: 0px 0px 30px;
}

.front.wide_page .sections_wrapper {
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.sections_wrapper .top_block {
    padding: 0px;
}

.sections_wrapper .list .row > div {
    padding: 0px;
    margin: 0px 0px -1px 0px;
}

.sections_wrapper .list .item {
    text-align: center;
    border: 1px solid #f5f5f5;
    border-right-width: 0px;
    padding: 36px 10px 47px;
    transition: all ease 0.2s;
    box-shadow: none;
    margin: 0px;
}

.sections_wrapper .list .item:hover {
    border-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.sections_wrapper .list .item:not(.section_item) .img {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin: 0px auto 22px;
}

.sections_wrapper .list .item .img img {
    max-width: 100%;
    max-height: 100%;
}

.sections_wrapper .list .item .name {
    font-size: 1.200em;
    line-height: 22px;
    padding-bottom: 4px;
}

.sections_wrapper .list .item .name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.sections_wrapper .list .item.section_item {
    text-align: left;
    padding-left: 32px;
    height: 100%;
}

.sections_wrapper .list .item.section_item:after {
    content: "";
    display: table;
    clear: both;
}

.sections_wrapper .list .item.section_item .img {
    width: 120px;
    height: 120px;
    float: left;
    text-align: center;
}

.sections_wrapper .list .item.section_item .section_info {
    padding-left: 175px;
}

.sections_wrapper .list .item.section_item ul {
    margin-bottom: 0px;
    padding-bottom: 6px;
}

.sections_wrapper .list .item.section_item .sect {
    display: inline-block;
    padding-left: 0px;
    font-size: 0.933em;
    padding-right: 13px;
    margin-bottom: 0px;
}

.sections_wrapper .list .item.section_item .sect:before {
    display: none;
}

.sections_wrapper .list .item.section_item .text {
    font-size: 0.933em;
    color: #666;
}

.sections_wrapper.blocks .top-text {
    font-size: 1.067em;
}

.sections_wrapper.blocks .top-text p:last-of-type {
    margin-bottom: 34px;
}

.sections_wrapper.blocks .top-text *[id^=bx_incl] {
    display: block;
}

.section_block .sections_wrapper .list .row > div {
    margin: 0px;
}

.section_block .sections_wrapper .list .item {
    margin: 0px 0px -1px -1px;
}

.banners-small {
    padding: 91px 0px 88px;
}

.banners-small .item .inner-item {
    padding: 0px 0px 35px;
}

.banners-small.blog .item .inner-item {
    padding-bottom: 23px;
}

.banners-small.blog .item .inner-item.with-date {
    padding-bottom: 50px;
}

.banners-small.blog .item .inner-item .date-block {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 17px;
}

.banners-small.blog .item {
    position: relative;
}

.banners-small .item .image {
    text-align: center;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banners-small .item.wide-block .image {
    max-height: 428px;
}

.banners-small .item .image img {
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
}

.bx-ie .banners-small .items .item.shadow:hover {
    box-shadow: 0px 0px 0px 1px #f5f5f5;
}

.banners-small .item .image .type-block {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 0.8em;
    color: #fff;
    background: rgba(46, 46, 47, 0.6);
    line-height: 18px;
    padding: 5px 7px;
    border-radius: 3px;
    z-index: 2;
}

.banners-small .item .title {
    text-align: left;
    text-decoration: none;
    color: #222;
    padding: 26px 20px 0px;
    font-size: 1em;
}

.banners-small.blog .item .title {
    padding: 20px 30px 0px;
    line-height: 20px;
}

.banners-small.blog .item .title .prev_text-block {
    line-height: 24px;
}

.banners-small .item.wti .title {
    padding: 0px;
}

.banners-small.blog .item.wide-block .title span {
    font-size: 1.333em;
    line-height: 1.300em;
}

.banners-small .item .title a {
    text-decoration: none;
    color: #222;
}

.banners-small .item .title .prev_text-block {
    color: #555555;
    padding: 16px 0px 5px;
    font-weight: 400;
}

.banners-small .item .title .date-block {
    font-size: 0.867em;
    color: #999;
    font-weight: normal;
    padding: 6px 0px 0px;
}

.banners-small.blog .item .title .date-block {
    padding-top: 3px;
}

.banners-small .bottom_nav {
    text-align: center;
}

.banners-small .ajax_load_btn {
    text-align: center;
    margin: 0px 0 0px;
}

.more_text_ajax {
    color: #222222;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 16px 0px 16px 47px;
}

.more_text_ajax svg {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 17px;
    top: 18px;
}

.more_text_ajax.loading svg {
    -webkit-animation: spinner .5s linear infinite !important;
    animation: spinner .5s linear infinite !important;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.more_text_ajax:not(.centino):hover svg, .ajax_load_btn:not(.main_centino):hover .more_text_ajax svg {
    -webkit-animation: spinner .5s ease-out 1;
    animation: spinner .5s ease 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

html:not(.mobile) .loadings {
    background: url(/bitrix/templates/centino-heat/images/loaders/preloader.gif) no-repeat scroll center center rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    color: rgba(0, 0, 0, 0) !important;
    cursor: default !important;
}

html:not(.mobile) .loadings * {
    background: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    color: rgba(0, 0, 0, 0) !important;
    cursor: default !important;
    visibility: hidden;
}

.popup .loadings {
    background-position: 0px 0px !important;
}

.module-pagination .nums {
    display: none;
}

.bg_image_site {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
    background-position: top center;
    background-repeat: no-repeat;
}

.bg_image_site.fixed {
    position: fixed;
}

/* light_color theme */
.header_opacity.header_fill_none header.light > div:not(.menu-row) .svg > svg > path, .header_opacity.header_fill_none header.light > div:not(.menu-row) .logo svg path,
body.header_opacity.header_fill_none header.light .logo-row i.colored.svg svg path {
    fill: #fff !important;
}

.header_opacity.header_fill_none header.light .top-block svg path {
    fill: #222 !important;
}

.header_opacity.header_fill_none header.light > div:not(.menu-row) .phone.with_dropdown > svg > path {
    fill: #fff !important;
}

.header_opacity.header_fill_none header.light > div.menu-row.sliced .right-icons .wrap_icon:not(:hover) .svg > svg > path {
    fill: #fff;
}

.header_opacity header.light .logo_and_menu-row:not(.full-fill) .logo-row .top-description, .header_opacity header.light .logo_and_menu-row:not(.full-fill) .inner-table-block, .header_opacity header.light .logo_and_menu-row:not(.full-fill) .phone > a,
.header_opacity header.light .logo_and_menu-row:not(.full-fill) .phone-block .schedule, .header_opacity header.light .logo_and_menu-row:not(.full-fill) .btn.btn-default.btn-transparent-bg:not(:hover) {
    color: #fff !important;
}

.header_opacity header.light .logo_and_menu-row:not(.full-fill) .btn.btn-default.btn-transparent-bg:not(:hover) {
    border-color: #fff;
}

body header.light .top-block .personal:not(:hover) .svg svg path {
    fill: #222 !important;
}

.banners-big .slides .item[data-color="light"] .title, .banners-big .slides .item[data-color="light"] .title a, .banners-big .slides .item[data-color="light"]:hover .title,
.banners-big .slides .item[data-color="light"]:hover .title a {
    color: #fff;
}

.banners-big .slides .item[data-color="light"] .text-block, .banners-big .slides .item[data-color="light"] .text-block b {
    color: #fff;
}

.header_opacity:not(.header_fill_light) header.light .menu-row.with-color.colored_dark .mega-menu table td:not(:hover) .wrap > a:not(:hover) {
    color: #fff;
}

.header_opacity:not(.header_fill_light) header.light .mega-menu table td:not(:hover) .wrap > a:not(:hover) {
    color: #fff;
}

.header_opacity:not(.header_fill_light) header.light .lines {
    background: rgba(255, 255, 255, 0.1);
}

.banners-big.short-banner.small .maxwidth-banner {
    padding: 0px 40px;
}

/*index type*/
body header .line-row {
    margin: 0;
    display: none;
    position: relative;
    background: none;
    z-index: 10;
}

.header_fill_light header .line-row:before, body:not(.front-banners-big):not(.front-banners-big-short) header .line-row:before {
    content: "";
    background: #f0f0f0;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 1px;
    z-index: 11;
}

body.header_opacity header .line-row:before, body.header_fill_dark header .line-row:before, body.header_fill_colored header .line-row:before {
    display: none;
}

.fill_bg_y header .line-row {
    margin: auto;
}

body header:not(.index) .line-row, body:not(.front-banners-big):not(.front-banners-big-short) header .line-row {
    display: block;
}

body > .body:not(.index) > .main, body:not(.front-banners-big):not(.front-banners-big-short) > .body > .main { /*padding-top: 30px;*/
}

.header_nopacity.header_fill_colored .logo_and_menu-row .menu-row .basket-link .count {
    background: #fff;
    color: #222;
}

/*show bg start*/
body.fill_bg_y .maxwidth-theme {
    background: #fff;
}

body.fill_bg_y .top-block {
    background: none;
    padding: 0px;
}

body.fill_bg_y.header_fill_light header .top-block + .logo_and_menu-row .logo-row, body.fill_bg_y.header_fill_dark header .top-block + .logo_and_menu-row .logo-row {
    background: none;
}

body.fill_bg_y.header_fill_none.header_opacity header .top-block + .logo_and_menu-row .maxwidth-theme {
    background: none;
}

body.fill_bg_y header {
    background: none;
}

body.fill_bg_y header.topmenu-LIGHT .logo_and_menu-row {
    border-bottom-width: 0px;
}

body.fill_bg_y header.topmenu-LIGHT .logo_and_menu-row > .logo-row > .maxwidth-theme {
    border-bottom: 1px solid #f5f5f5;
}

body.fill_bg_y .greyline .maxwidth-theme {
    background: #f9f9fa;
}

body.fill_bg_y .maxwidth-banner {
    background: #fff;
}

body.fill_bg_y .maxwidth-banner .maxwidth-theme {
    background: none;
}

body.fill_bg_y > .body > .main {
    background: #fff;
    z-index: 1;
    position: relative;
    margin: auto;
}

body.fill_bg_y .company-block .maxwidth-theme {
    background: none;
}

body.fill_bg_y header .menu-row.bgcolored {
    background: none;
}

body.fill_bg_y .page-top-wrapper.grey {
    background: none;
}

body.fill_bg_y .page-top-wrapper.grey > .maxwidth-theme, body.fill_bg_y .tabs_ajax .body-block .maxwidth-theme {
    background: #f9f9f9;
}

body.fill_bg_y.title-v4 .page-top-wrapper .maxwidth-theme {
    background: none;
}

body.fill_bg_y .contacts.contacts-page-map-overlay.maxwidth-theme {
    background: none;
}

body.fill_bg_y .contacts-page-map + .contacts.contacts-page-overmap .contacts-wrapper {
    box-shadow: 0px -16px 15px 0px rgba(0, 0, 0, 0.22);
    margin: -70px -32px 0px;
}

body.fill_bg_y .banner.TOP_HEADER, body.fill_bg_y .banner.TOP_UNDERHEADER {
    margin-left: auto;
    margin-right: auto;
}

body.fill_bg_y .contacts-page-top {
    padding-top: 0px;
}

body.fill_bg_y .contacts-page-top > .maxwidth-theme {
    padding-top: 35px;
}

body.fill_bg_y .contacts-page-map {
    background: #fff;
}

body.fill_bg_y .basket_order .maxwidth-theme {
    background: none;
}

body.fill_bg_y footer {
    background: none;
    margin: auto;
    position: relative;
    z-index: 2;
}

body.fill_bg_y footer.compact {
    background: #373d44;
}

body.fill_bg_y.footer-v1 footer, body.fill_bg_y.footer-v3 footer {
    background: #373d44;
}

body.fill_bg_y.footer-v2 footer {
    background: #fff;
}

body.fill_bg_y.footer-v4 footer, body.fill_bg_y.footer-v2 footer, body.fill_bg_y.footer-v6 footer {
    background: #f9f9f9;
}

body.fill_bg_y .subscribe-block-wrapper {
    background: none;
}

body.fill_bg_y.footer-v1 .subscribe-block-wrapper .maxwidth-theme {
    background: #ffffff0d;
}

body.fill_bg_y.footer-v2 .subscribe-block-wrapper .maxwidth-theme {
    background: #f9f9f9;
}

body.fill_bg_y footer .maxwidth-theme {
    background: none;
}

/*show bg end*/

.banners-big .item .play.btn-video {
    display: block;
    margin: 25px auto 0;
    width: 118px;
    height: 118px;
    cursor: pointer;
    background: url(/bitrix/templates/centino-heat/images/corp.png) -116px -214px no-repeat;
}

.banners-big .item .play.btn-video:not(.small), .banners-big .item .play.btn-video:not(.ntext) {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -59px;
    margin-top: -59px;
}

.banners-big .maxwidth-banner .maxwidth-theme {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.banners-big .item .play.btn-video.small {
    margin: 0px;
    width: 60px;
    height: 59px;
    background-position: -2px -273px;
}

.banners-big .item .ntext.btn-video {
    background: url(/bitrix/templates/centino-heat/images/corp.png) -2px -273px no-repeat;
    width: 60px;
    height: 59px;
    border: none;
}

.banners-big .item .video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    bottom: 0;
}

.banners-big .item.loading {
    background: #fff !important;
    position: relative;
}

.banners-big .item.loading:before {
    background: url('/bitrix/templates/centino-heat/images/pl3.gif') 0px 0px no-repeat;
    position: relative;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0px 0px -30px;
    width: 64px;
    height: 64px;
}

.banners-big .item.loading.started:before {
    display: none;
}

.btn.btn-video {
    padding-left: 35px;
}

.btn.btn-video:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    margin: -5px 0 0;
    width: 9px;
    height: 10px;
    background: url(/bitrix/templates/centino-heat/images/corp.png) -3px -149px no-repeat;
}

.btn.btn-video.small:before, .btn.btn-video.ntext:before {
    display: none;
}

.banners-big .video_block {
    text-align: center;
}

.banners-big .video_block .title {
    padding-top: 40px;
}

/* accordion */
.item.wti:not(.opened):hover {
    background: #F6F7FA;
}

.item.wti .accordion-head {

    font-size: 1.1335em;
    line-height: 28px;
    position: relative;
    color: #000000;
}

.accordion-head .faq_button {
    height: 18px;
    background-repeat: no-repeat;
    position: absolute;
    width: 18px;
    right: 24px;
    top: 50%;
    margin-top: -9px;
}

.accordion-head .faq_button {
    background-image: url('/bitrix/templates/centino-heat/images/svg/faq_closed.svg');
    transition: transform 0.2s ease-in-out;
}

.accordion-head.accordion-close .faq_button {
    transform: rotateZ(0deg);
}

.accordion-head.accordion-open {
    background: #F6F7FA;
}

.accordion-head.accordion-open .news-list--docs__show-all {
    opacity: 0;
}

.accordion-head.accordion-open .faq_button {
    transform: rotateZ(-45deg);
}

.accordion-body {
    position: relative;
}

.accordion-head {
    transition: .4s;
    cursor: pointer;
    padding: 22px 28px 21px 28px;
    position: relative;
    font-size: 1.067em;
    z-index: 1;
    color: var(--site-color--green);
    text-transform: uppercase;
    font-size: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .4s;
}

/*.accordion-head:hover, .accordion-head:active, .accordion-head:focus, .accordion-head:visited{color:#222;}*/
.accordion-head > span {
    font-weight: 500
}

.accordion-head.accordion-open {
    border-bottom: none;
    background: rgba(0, 100, 76, 0);
}

.accordion-head.accordion-open + .panel-collapse {
}

.item-accordion-wrapper {
    border-top: 1px solid #ebebef;
    border-bottom: 1px solid #ebebef;
    margin-bottom: -1px;
    margin-bottom: 30px;
}

/*.item-accordion-wrapper.opened .accordion-body{background:#ebebef;}*/
.item-accordion-wrapper .accordion-head {
    border: none;
}

.accordion-head.custom {
    padding: 22px 58px 21px 28px;
}

.item-views.accordion .item.custom {
    margin-bottom: 16px;
}

.accordion-type-1 .item, .accordion-type-2 .item, .accordion-type-1 .item:hover, .accordion-type-2 .item:hover {
    border-color: #ebebef !important;
}

.accordion-type-1 .item .accordion-body, .accordion-type-2 .item .accordion-body, .accordion-type-1 .item .panel-collapse, .accordion-type-2 .item .panel-collapse, .accordion-type-1 .item .accordion-head, .accordion-type-2 .item .accordion-head {
    border: none !important;
}

.accordion-type-1 .item .accordion-head, .accordion-type-2 .item .accordion-head {
    margin-bottom: 0 !important;
}

.accordion-head.accordion-open .fa:before {
    content: "\f106";
}

.accordion-head.accordion-close {
    background: rgba(0, 100, 76, 0.1);
}

.panel-collapse.in {
/ background: #ebebef;
}

.panel-collapse .accordion-body {
    padding: 23px 80px 23px 28px;
    position: relative;
    z-index: 2;
}

.accordion-type-1 {
    margin-bottom: -2px;
}

.accordion-type-1 .item {
    border-top: 1px solid #ebebef;
    border-bottom: 1px solid #ebebef;
}

.accordion-type-1 .accordion-head a {
    display: inline;
    text-decoration: none;
}

.accordion-type-1 .item-accordion-wrapper:not(.opened):hover, .accordion-type-2 .item-accordion-wrapper:not(.opened):hover {
    background: #F6F7FA;
}

.accordion-head .fa {
    border-radius: 30px;
    color: var(--site-color--green);
    font-size: 24px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    text-align: center;
}

.accordion-type-1 .accordion-head .fa {
    right: 29px;
}

.accordion-type-2 .accordion-head {
    padding-left: 65px;
    padding-right: 29px;
}

.accordion-type-2 .accordion-head a {
    display: inline;
    line-height: 18px;
    text-decoration: none;
    font-size: 1.0667em;
}

.accordion-type-2 .accordion-head:after {
    content: "";
    display: table;
    clear: both;
}

.accordion-type-2 .accordion-head .fa {
    left: 26px;
}

.accordion-type-2 .accordion-head.accordion-open .fa {
    line-height: 25px;
}

.accordion-type-2 .panel-collapse .accordion-body {
    padding: 21px 29px 21px 65px;
}

section.toggle {
    margin: 10px 0 0;
    position: relative;
    clear: both;
}

.toogle-accordion .toggle {
    border-radius: 8px;
}

.toogle.toogle-accordion .toggle label {
    border-radius: 8px;
}

.accordion-head.accordion-close {
    border-radius: 8px;
}

.toogle.toogle-accordion .toggle.active label {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

section.toggle.active > label {

}

section.toggle input {
    cursor: pointer;
    filter: alpha(opacity=0);
    height: 45px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

section.toggle label {
    border-left: 3px solid;
    transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    background: #F4F4F4;
    border-radius: 3px;
    display: block;
    font-size: 1.1em;
    min-height: 20px;
    padding: 12px 20px 12px 10px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}

section.toggle .toggle-content {
    display: none;
}

section.toggle label::-moz-selection {
    background: none;
}

section.toggle label i.fa-minus {
    display: none;
}

section.toggle label i.fa-plus {
    display: inline;
}

section.toggle label::selection {
    background: none;
}

section.toggle label::before {
    border: 6px solid transparent;
    border-left-color: inherit;
    content: '';
    margin-top: -6px;
    position: absolute;
    right: 4px;
    top: 50%;
}

section.toggle label + p {
    color: #999;
    display: block;
    overflow: hidden;
    padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
}

section.toggle label i {
    font-size: 0.7em;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

section.toggle.active i.fa-minus {
    display: inline;
}

section.toggle.active i.fa-plus {
    display: none;
}

section.toggle.active > label {
    color: white;
}

section.toggle.active > label::before {
    border: 6px solid transparent;
    border-top-color: inherit;
    margin-top: -3px;
    right: 10px;
}

section.toggle > p.preview-active {
    height: auto;
}

section.toggle > p.preview-active, section.toggle.active > p {
    white-space: normal;
}

/* SCROLL TO TOP */
a.scroll-to-top {
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: fixed;
    text-align: center;
    text-decoration: none;
    display: block;
    background: #404040 no-repeat scroll center center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    right: 73px;
    left: inherit;
    bottom: 100px;
    opacity: 0;
    z-index: 99 !important;
}

a.scroll-to-top.visible {
    opacity: 1;
}

a.scroll-to-top.ROUND_WHITE, a.scroll-to-top.RECT_WHITE {
    background-color: #fff;
}

a.scroll-to-top.ROUND_GREY, a.scroll-to-top.RECT_GREY {
    background-color: #e3e3e3;
}

a.scroll-to-top.RECT_COLOR, a.scroll-to-top.RECT_GREY, a.scroll-to-top.RECT_WHITE {
    border-radius: 2px;
}

a.scroll-to-top.TOUCH {
    border-radius: 2px 0 0 2px;
    width: 50px;
    height: 50px;
    right: 0;
}

a.scroll-to-top.ROUND_COLOR, a.scroll-to-top.RECT_COLOR {
    background-position: center center;
    background-image: url("/bitrix/templates/centino-heat/images/svg/scroll_white.svg");
}

a.scroll-to-top.ROUND_WHITE, a.scroll-to-top.RECT_WHITE, a.scroll-to-top.ROUND_GREY, a.scroll-to-top.RECT_GREY {
    background-position: center center;
    background-image: url("/bitrix/templates/centino-heat/images/svg/scroll_black.svg");
}

a.scroll-to-top.RECT_COLOR.TOUCH {
    background-position: center 17px;
}

a.scroll-to-top.RECT_GREY.TOUCH, a.scroll-to-top.RECT_WHITE.TOUCH {
    background-position: center -67px;
}

a.scroll-to-top.CONTENT {
    left: 50%;
    margin-left: 512px;
}

a.scroll-to-top.flipOutX {
    z-index: 0 !important;
}

.links-block .links { /*font-size:0px;line-height:0px;*/
}

.links-block .links > a {
    font-size: 1em;
    line-height: 24px;
}

.links-block .links a.next-url {
    float: right;
}

/* PRICE */
.item-views .item .price, .order-block .price {
    line-height: 19px;
}

.item-views .item .price .fa, .order-block .price .fa {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 1.4665em;
    background: none;
}

.item-views .item .price .price_val, .order-block .price .price_val {
    padding-right: 5px;
    color: #1d2029;
}

.item-views .item .price .price_old, .order-block .price .price_old {
    line-height: 15px;
    padding-top: 2px;
    display: inline-block;
}

.item-views .item .price .price_old {
    padding-top: 1px;
}

.item-views .item .price .price_old .price_val, .item-views .item .price .price_old .fa, .order-block .price .price_old .price_val, .order-block .price .price_old .fa {
    font-size: 0.9335em;
    font-weight: normal;
    padding-right: 0px;
    color: #777;
    text-decoration: line-through;
}

.order-block .price, .order-block .price + .btn {
    display: inline-block;
    vertical-align: top;
}

.order-block .price .price_val {
    font-size: 24px;
}

.order-block .price.nop {
    margin-top: 8px;
}

.order-block .price + .btn {
    margin-left: 5px;
}

.content + .order-block {
    margin-top: 51px;
    margin-bottom: 57px;
}

.table-elements.news2 .price {
    margin: 15px 0px 0px;
}

.item-views.list.news4 .price {
    margin: 0px 0px 15px;
}

.item-views.table-elements.news2 .item .price .price_new .price_val {
    font-size: 1.0667em;
}

.item-views.table-elements.news2 .item .price .price_old .price_val {
    font-size: 0.8667em;
}

.main-section-wrapper .text_after_items h5 {

    font-size: 1.2em;
    line-height: 28px;
    color: #333333;
    margin-top: 0px;
}

.main-section-wrapper .text_after_items {
    font-weight: normal;
    font-size: 1.0667em;
    line-height: 26px;
    color: #555555;
    margin-bottom: 0px;
}

/* ITEM_VIEWS - base class styles for all news.list templates */
.item-views {
    margin-bottom: 0;
    position: relative;
}

.item-views.with_tabs hr:last-of-type {
    display: none;
}

.item-views .cat-desc {
    padding: 0px 0px 30px;
}

.item-views .cat-desc h3:first-of-type, .text_after_items h3:first-of-type, .text_after_items h2:first-of-type {
    margin-top: 0px;
}

.text_after_items {
    margin: 50px 0px -8px;
}

.item-views .section-title {
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 15px;
}

.item-views .item {
    margin-bottom: 10px;
    position: relative;
    transition: box-shadow 0.3s ease;
}

.item-views.accordion .accordion-type-1.item {
    border-top: 1px solid #ebebef;
    border-bottom: 1px solid #ebebef;
}

.item-views.accordion .item {
    border-color: #ebebef;
    margin-bottom: 1px;
}

.item-views.accordion .accordion-type-1 .item .previewtext {
    padding-bottom: 20px;
}

.item-views.accordion .item.opened {
}

.catalog.item-views .flexslider .item .buy_block .counter input {
    padding-top: 1px;
    padding-bottom: 1px;
}

.item-views.list .item {
    margin-bottom: 0px;
}

.item-views.list hr {
    margin: 47px 0px;
}

.item-views.list .sect-divider {
}

.item-views.list .item .title {
}

.item-views .item.noborder {
    border: none !important;
    box-shadow: none !important;
}

.item-views .item .section_name {
    color: #777;
    font-size: 0.8667em;
    line-height: 16px;
    margin: 7px 0 10px;
}

.item-views .item .previewtext {
    margin-top: 10px;
    color: #555555;
}

.item-views.licenses.table .item .previewtext {
    display: none;
}

.licenses.item-views.table .item .title {
    text-align: center;
}

.item-views .item .btn {
    white-space: normal;
    margin-bottom: 0;
    max-width: 100%;
}

.properties {
    margin: 0px -16px 8px;
}

.properties + .link-block-more {
    padding: 20px 0px 0px;
}

.properties .inner-wrapper {
    padding: 0px 16px 12px;
    display: inline-block;
    vertical-align: top;
    font-size: 0.933em;
    line-height: 24px;
}

.detail.staff .properties .inner-wrapper {
    padding: 0px 16px 12px;
    display: block;
    vertical-align: top;
    font-size: 0.933em;
    line-height: 24px;
}

.item-views.table.table-type-block .item .properties {
    font-size: 1em;
}

.item-views.table.table-type-block .item .inner-wrapper {
    display: block;
}

.item-views.table.table-type-block .item .inner-wrapper:first-of-type {
    padding-top: 0px;
}

.item-views.table.table-type-block .item .property.phone:before {
    background-position-x: -223px;
}

.item-views.table.table-type-block .item hr {
    margin-bottom: 14px;
}

.item-views.list.list-type-block .item hr {
    margin-bottom: 18px;
    margin-top: 12px;
}

.properties .inner-wrapper .property.icon-block {
    padding-left: 25px;
    position: relative;
    display: block;
}

.properties .inner-wrapper .property.icon-block.site {
    padding-left: 35px;
}

.properties .inner-wrapper .property.icon-block .svg {
    position: absolute;
    top: 4px;
    left: 0px;
    display: block;
    width: 16px;
    height: 18px;
}

.properties .inner-wrapper .property.icon-block.site .svg, .properties .inner-wrapper .property.icon-block.email .svg {
    top: 6px;
}

.properties .inner-wrapper .property.phone:before {
    background-position: -221px -59px;
}

.properties .inner-wrapper .property.site:before {
    background-position: -45px -154px;
}

.item-views .item .property .fa {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #6d7a83;
    font-size: 0.8em;
}

.item-views .item .image {
    overflow: hidden;
}

.item-views .item .image .img-inside {
    border: 0;
    display: block;
    padding: 0;
    position: relative;
}

.item-views .item .period, .detail .period {
    margin: 2px 0 9px 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    font-size: 0.867em;
    color: #888888;
}

.item-views .item .period span, .detail .period span {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    margin: 0 12px 0 0;
    font-size: 1em;
}

.detail .period span {
    font-size: 0.9335em;
}

.detail .period-wrapper .section_name {
    position: relative;
    top: -2px;
}

.item-views .item:not(.review) .text {
    padding: 0;
    color: #333;
}

.item-views .item .text hr {
    margin: 18px 0 4px 0;
    display: block;
}

.item-views .item .text .properties + hr {
    margin-bottom: 18px;
}

.item-views .item .info .text {
    padding: 0 !important;
}

.item-views .item p {
    margin-bottom: 20px;
}

.item-views.list:not(.with_tabs) .tab-pane + .tab-pane, .item-views.accordion:not(.with_tabs) .tab-pane + .tab-pane {
    margin-top: 30px;
}

.item-views.list .items > div:first-of-type h2 {
    margin-top: 0px;
}

.item-views.list .item .text {
    padding: 24px 24px 24px 0;
}

.item-views.list .item.wdate .title {
    margin-bottom: 5px;
}

.item-views.list .item .image {
    height: auto;
    text-align: center;
    width: 100%;
    padding: 24px 0 24px 24px;
}

.item-views.list .item .image img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.item-views.list.image_right .item .image {
    padding-right: 24px;
    padding-left: 0;
}

.item-views.list.image_right .item .text {
    padding-left: 24px;
    padding-right: 0;
}

.item-views.list .item.noborder .text {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
}

.item-views.list .item.noborder .image {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
}

.item-views.table .item {
    margin-bottom: 30px;
}

.item-views.table .item .title {
    text-align: left;
}

.item-views.table .item .text {
    padding: 15px 24px 24px;
    overflow: hidden;
}

.item-views.table .item.wti .text {
    padding-top: 24px;
}

.item-views.table .item .image {
    padding: 24px 24px 0 24px;
    text-align: center;
    width: 100%;
}

.item-views.table .item .image img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    max-height: none;
}

.item-views.table.normal-img .item .image img {
    max-height: none;
}

.item-views.table-elements .item .image {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    display: block;
    position: relative;
    overflow: hidden;
}

.item-views.table-elements .item .image img {
    max-height: 100%;
    display: inline-block;
    width: 100%
}

.item-views.table-elements .item .body-info {
    padding: 20px 24px 22px;
}

.item-views.table-elements.news2 .item .body-info {
    padding-left: 20px;
    padding-right: 20px;
}

.item-views.table-elements.news2 .item .body-info .period {
    margin-bottom: 3px;
}

.item-views.table-elements.news2 .item .body-info .previewtext {
    margin-top: 3px;
}

.item-views.table-elements.news2 .item.wti .body-info {
}

.item-views.table-elements .item .body-info .title {
    line-height: 20px;
}

.item-views.table-elements .item .body-info .previewtext {
    margin-bottom: 0px;
    font-size: 0.933em;
}

.item-views.table-elements .item .body-info .previewtext p {
    margin-bottom: 12px;
}

.mixitup-container .item-views.table-elements .row > div {
    visibility: hidden;
}

.mixitup-container.mixitup-ready .item-views.table-elements .row > div {
    visibility: visible;
}

.mixitup-container .item-views.table-elements .item .image {
    max-height: 350px;
}

.item-views.sections {
    margin-bottom: 0;
}

.item-views.sections .item {
    margin: 0 0 59px;
    overflow: hidden;
}

.item-views.sections .item .info {
    color: #555555;
    line-height: 18px;
}

.item-views.sections .item .info a {
    text-decoration: none;
}

.item-views.sections .item .title a {
    font-size: 1.200em;
    line-height: 1.167em;
    margin-bottom: 18px;
}

.item-views.sections .item .image {
    height: 133px;
    line-height: 133px;
    margin-bottom: 18px;
    text-align: left;
    width: 200px;
}

.item-views.sections .item .image img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.item-views.sections .row_block .item .text.childs {
    display: block;
    margin-bottom: 0px !important;
}

.news_block .item {
    margin-bottom: 32px;
}

.news_block .flexbox .item, body .projects.item-views .flexbox.items .item {
    margin-bottom: 0px;
    height: 100%;
}

.news_block .flexbox > div, body .projects.item-views .flexbox.items > div {
    margin-bottom: 32px;
}

.bx-ie .news_block .item:hover {
    box-shadow: 0px 0px 0px 1px #ebebef;
}

.news_block .item .info {
    padding: 17px 24px 20px;
}

body .news_block .item .date + .info {
    padding-bottom: 51px;
}

.news_block .item.nimg .name {
    font-size: 1.067em;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_block .item .name {
    display: block;
}

.news_block .item .date { /*font-size:0.8667em;color:#999;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:absolute;left: 24px;right: 24px;bottom: 17px;*/
}

.news_block .item .sticker {
    font-weight: normal;
    font-size: 0.7335em;
    color: #fff;
    text-transform: uppercase;
}

.news_block.item-views .item .info .text {
    max-height: 168px;
    overflow: hidden;
    display: block;
    *margin-bottom: 25px;
}

.news_block .item.wrapper {
    box-shadow: none;
    margin: 0px;
}

.news_block .item.big .image {
    height: 100%;
}

.news_block .item.big .info {
    padding: 26px 32px 20px;
}

.news_block .item.big .date {
    left: 32px;
    right: 32px;
}

.item-views.blocks.news_block {
    padding-bottom: 34px;
}

.news_block .item.big .name {
    font-size: 1.333em;
    line-height: 24px;
}

.news_block .item.sliced {
    background: #fff;
}

.news_block.item-views .item.big .info .text {
    *margin-bottom: 32px;
}

.item-views.table-elements.portfolio .item .image {
    max-height: 400px;
}

.item-views.table-elements.portfolio .custom .item .items .item .image {
    max-height: 185px;
}

.list-type-block.item-views .item.shadow:hover {
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.1);
}

.sub_container {
    position: relative;
}

.list-type-block.item-views .item {
    width: 100%;
    display: block;
    margin: 0px 0px -1px;
    box-shadow: none;
    border: 1px solid #ebebef;
    margin-bottom: 32px;
}

.list-type-block.item-views .item:hover {
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
}

.list-type-block.item-views .item .title {
    margin-bottom: 18px;
    font-size: 1.2667em;
}

.list-type-block.item-views .item .previewtext {
    margin-bottom: 25px;
    overflow: hidden;
}

.list-type-block.item-views.image_left .item > .image {
    max-width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
    position: relative;
    width: 193px;
    padding: 40px 9px 40px 40px;
}

.list-type-block.item-views.image_left.licenses .item > .image {
    padding: 40px 30px 40px 0px;
}

.list-type-block.item-views.wide_img .item > .image {
    width: 312px;
    max-height: none;
}

body .list-type-block.item-views.wide_img.image_right .item > .image {
    padding: 32px 32px 32px 0px;
}

.list-type-block.item-views.wide_img.image_left .item .image + .body-info {
    padding-left: 341px;
}

.list-type-block.item-views.wide_img .item .body-info {
    padding: 35px 32px 34px 40px;
}

.stockblock .list-type-block.item-views.wide_img .item .body-info {
    padding: 0px;
}

.list-type-block.item-views.wide_img .item .period {
    margin: -10px 0px 10px;
    display: block;
}

.stockblock .list-type-block.item-views.wide_img .item .period {
    margin-top: 2px;
}

.list-type-block.item-views.wide_img .item .previewtext {
    margin-top: 5px;
    line-height: 25px;
}

.list-type-block.item-views.wide_img hr {
    margin: 33px 0px 46px;
}

body .list-type-block.item-views.wide_img.image_right .item .image + .body-info {
    padding-right: 353px;
    padding-left: 32px;
}

.list-type-block.item-views.list-elements .item > .image {
    width: 100px;
    height: 100px;
    line-height: 97px;
    min-height: 100px;
}

.list-type-block.item-views.list-elements .item .image + .body-info {
    padding-left: 135px;
    padding-top: 10px;
}

body .list-type-block.item-views.list-elements.image_right .item .body-info {
    padding-left: 0px;
    padding-right: 135px;
}

.list-type-block.item-views.list-elements .item {
    margin: 0px;
}

.list-type-block.item-views.list-elements hr {
    margin: 10px 0px 30px;
}

.list-type-block.item-views .item p {
    margin-bottom: 25px;
}

.list-type-block.item-views .item .price .price_val {
    font-size: 1.3335em;
}

.list-type-block.item-views .tizer_wrapper {
    display: flex;
    align-items: center;
    margin-top: 35px;
    padding-left: 2px;
}

.list-type-block.item-views .tizer_wrapper .element_tizer_svg {
    margin-right: 27px;
    display: flex;
}

.list-type-block.item-views .tizer_wrapper .element_tizer_text {
    font-size: 0.8667em;
    line-height: 21px;
    color: #555555;
    max-width: 250px;
}

.list-type-block.item-views .sale_wrapper {
    display: flex;
    align-items: center;
    background: #F6F7FA;
    border-top: 1px solid #EBEBEF;
    padding: 25px 43px;
    clear: both;
}

.list-type-block.item-views .sale_wrapper .element_sale_svg {
    margin-right: 17px;
}

.list-type-block.item-views .sale_wrapper .element_sale_title {

    font-size: 1.1335em;
    line-height: 22px;
    color: #333333;
    margin-bottom: 8px;
}

.list-type-block.item-views .sale_wrapper .element_sale_text {
    font-size: 1em;
    line-height: 25px;
    color: #555555;
}

.list-type-block.item-views .price {
    margin: -4px 0px 2px;
}

.list-type-block.item-views hr {
    display: none;
}


.item-views.licenses.list .item {
    padding: 38px 40px 41px;
}

/* NEWS4 */
.catalog.item-views.big-img.list.news4 .item {
    padding: 49px 30px 11px;
    border-radius: 2px;
}

.catalog.item-views.big-img.list.news4 .item:hover {
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
}

.item-views.list.news4 .item .image.shine {
    padding-left: 1px;
    padding-right: 0px;
    padding-bottom: 39px;
}

.item-views.list.news4 .item .image.shine .img-responsive {
    width: 144px;
    height: 144px;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}

.item-views.list.news4 .item .title:hover a {
    color: #333;
}

.item-views.list.news4 .item .previewtext {
    max-height: 65px;
    overflow: hidden;
    font-size: 0.9335em;
    line-height: 21px;
    color: #666666;
    margin-top: 13px;
    margin-bottom: 18px;
}

.item-views.list.news4 .item .price .price_val {

    font-size: 1.1335em;
    line-height: 22px;
    color: #333333;
}

/* NEWS2 */
.landings_wrapper .item-views.table-elements.news2 .item .back_img {
    height: 100%;
}

.landings_wrapper .item-views.table-elements.news2 .item .image.shine {
    height: 240px;
}

.item-views.table-elements.news2 .item .image.shine {
    height: 203px;
}

.item-views.table-elements.news2 .item .image.shine img {
    height: 100%;
}

.item-views.table-elements.news2 .item .body-info {
    padding: 25px 30px 27px 28px;
}

.item-views.table-elements.news2 .item .title {

    font-size: 1.1335em;
    line-height: 23px;
    color: #333333;
    margin-bottom: 19px;
}

.item-views.table-elements.news2 .item .previewtext {
    max-height: 65px;
    overflow: hidden;
    font-size: 0.9335em;
    line-height: 21px;
    color: #555;
    margin-top: 13px;
    margin-bottom: 18px;
}

.item-views.table-elements.news2 .item .price {
    margin: 26px 0px 0px;
}

.item-views.table-elements.news2 .item .price .price_val {

    font-size: 1.2em;
    line-height: normal
    color: #333333;
}

/*sm*/
.list-type-block.item-views.wide_img.sm .item > .image {
    width: 150px;
    padding: 20px 0px 20px 20px;
}

.list-type-block.item-views.wide_img.sm .item > .image + .body-info {
    padding-left: 175px;
}

body .list-type-block.item-views.wide_img.sm.image_right .item > .image + .body-info {
    padding-right: 175px;
}

.list-type-block.item-views.wide_img.sm .item .body-info {
    padding: 20px 20px 20px 20px;
}

.list-type-block.item-views.wide_img.image_right.sm.item .image + .body-info {
    padding-right: 175px;
    padding-left: 20px;
}

.list-type-block.item-views.wide_img.sm .item .previewtext {
    font-size: 0.933em;
    margin-bottom: 15px;
}

.list-type-block.item-views.wide_img.sm .item .title {
    font-size: 1em;
    margin-bottom: 0px;
}

.bx_item_detail_inc_two {
    border: 1px solid #ebebef;
    padding: 25px 0px 20px;
}

.bx_item_detail_inc_two .list-type-block.item-views {
    margin: 0px;
}

.bx_item_detail_inc_two .list-type-block.item-views .item_block {
    padding: 0px 0px 10px;
}

.bx_item_detail_inc_two .list-type-block.item-views .item > .image {
    width: 45px;
    height: 45px;
    line-height: 45px;
    min-height: 45px;
}

.bx_item_detail_inc_two .list-type-block.item-views .item > .image + .body-info {
    padding-left: 64px;
}

.bx_item_detail_inc_two .list-type-block.item-views .item > .body-info {
    padding-top: 4px;
    color: #555;
}

.bx_item_detail_inc_two .list-type-block.item-views .item > .body-info .title {
    color: #555;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 0.8667em;
    line-height: 20px;
}

.bx_item_detail_inc_two .list-type-block.item-views .item {
    padding-left: 39px;
}

.list-type-block.item-views.image_right .item > .image {
    float: right;
}

.list-type-block.item-views.image_right .item .image + .body-info {
    padding-right: 225px;
}

.list-type-block.item-views .item .image.padding + .body-info {
    padding-left: 243px;
}

body .list-type-block.item-views .item > .body-info {
    padding-top: 22px;
}

body .list-type-block.item-views.staff-block .item > .body-info {
    padding-top: 26px;
}

body .list-type-block.item-views .flexslider .item > .body-info {
    padding-bottom: 20px;
}

body .list-type-block.item-views.reviews .item > .body-info {
    padding-top: 0px;
}

.list-type-block.item-views .items > div:first-of-type .item > .body-info {
}

.list-type-block.item-views.image_right .item .body-info {
    padding-right: 225px;
}

.list-type-block.item-views.image_right .item.padding .body-info {
    padding-left: 0px;
    padding-right: 243px;
}


/* SERVICES SECTIONS V1 */
.services_left_block {
}

.ask_a_question_wrapper {
    width: 100%;
    margin-top: 0px;
}

.services_right_block {
    width: 25%;
    float: right;
}

.ask_a_question_wrapper .ask_a_question {
    border: 1px solid #EBEBEF;
    background: none;
    padding: 39px 35px 35px;
    position: relative;
}

.ask_a_question_wrapper .ask_a_question .inner {
    padding: 0px;
    background: none;
}

.ask_a_question_wrapper .ask_a_question .inner .text-block {
    padding: 0;
    margin-bottom: 32px;
    font-size: 0.9335em;
    line-height: 21px;
    text-align: center;
    color: #555555;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ask_a_question_wrapper .ask_a_question .inner .text-block .svg {
    position: relative;
    *width: auto;
    height: auto;
    left: auto;
    margin: auto;
}

.ask_a_question_wrapper .ask_a_question .inner .text-block {
    font-size: 0.9335em;
    line-height: 21px;
    text-align: center;
    color: #555555;
}

.ask_a_question_wrapper .ask_a_question .outer {
    background: none;
}

.ask_a_question_wrapper .ask_a_question .outer > span {
    margin: 0;
}

.ask_a_question_wrapper .ask_a_question .outer .opacity_border_btn {
    font-size: 0.9335em;
    padding: 11px 0 10px;
    width: 100%;
}

.ask_a_question_wrapper .ask_a_question .inner .text-block .title {
    display: block;
    font-size: 1.1335em;
    line-height: 22px;
    color: #333333;
    margin-top: 15px;
}

.ask_a_question_wrapper .ask_a_question .outer span {
    width: 100%;
    word-break: break-word;
    white-space: normal;
}

.services_right_block .banner {
    margin-bottom: 32px;
}

.services_right_block .banner .info {
    height: 412px;
}

.services_right_block .banner .dop_banner_item .form_text {
    padding: 0px 30px 25px;
    z-index: 2;
    position: absolute;
    bottom: 0;
}

.services_right_block .banner .dop_banner_item .form_text .description {

    line-height: 24px;
    font-size: 1.1335em;
    color: #FFFFFF;
    margin-top: 11px;
}

.services_right_block .banner .dop_banner_item .form_text .sticker {
    line-height: 13px;
    font-size: 0.667em;
    letter-spacing: 0.03em;
    color: #333333;
    padding: 7px 9px;
    background: #E2DD5F;
    border-radius: 2px;
    text-transform: uppercase;
    width: fit-content;
}

.services_right_block .banner .dop_banner_item .dark_hover {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
}

.services_right_block .banner .dop_banner_item:hover .dark_hover {
    opacity: 0.5;
}

.services_right_block .banner .dop_banner_item a {
    display: block;
    height: 100%;
    z-index: 2;
    position: relative;
}

.services_right_block .banner .dop_banner_item {
    height: 100%;
}

.services_right_block .banner .dop_banner_item:after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    opacity: 0.8;
    z-index: 1;
    position: absolute;
    height: 50%;
    right: 0px;
    bottom: -1px;
    left: 0px;
}


.detail.services .drag_block.tab:first-of-type > div {
    margin-top: 0px;
}

.detail.services .tabs .tab-content {
    padding-top: 0px;
}

.detail.services #desc .content {
    padding-right: 35px;
    font-size: 1.0667em;
    line-height: 26px;
}

.detail.services #desc .content h3 {

    font-size: 26px;
    line-height: 43px;
    color: #333333;
}

.detail.services #video .video .video_body {
    height: 100%;
}

.detail.services #video .video .video_body iframe {
    width: 100% !important;
}

.text_after_items_services {
    font-size: 1.0667em;
    line-height: 26px;
    color: #555555;
    margin-top: 28px;
}

.text_after_items_services {
    margin-bottom: -8px;
}

.text_before_items_services {
    font-size: 1.0667em;
    line-height: 26px;
    color: #555555;
    margin-bottom: 50px;
}

.item-views.catalog.sections.v1 {
    margin-bottom: -32px;
}

.item-views.catalog.sections.v1 .items .item {
    padding: 0px;
    border: 1px solid #ebebef;
    margin-bottom: 0px;
}

.item-views.catalog.sections.v1 .items .item:hover {
    box-shadow: 3px 5px 20px rgba(211, 215, 221, 0.4);
}

.item-views.catalog.sections.v1 .items .item.noImage .img_block {
    background-size: auto;
    background-color: #F5F6F8;
}

.item-views.catalog.sections.v1 .items .item .for_sale_wrapper {
    padding: 38px 40px 41px;
}

.item-views.catalog.sections.v1 .items .item .info {
    padding-left: 0px;
    padding-right: 300px;
}

.item-views.catalog.sections.v1 .items .item .info.padding-left {
    padding-left: 300px;
    padding-right: 0px;
}

.item-views.catalog.sections.v1 .items .item .info .title {
    margin-bottom: 18px;
}

.item-views.catalog.sections.v1 .items .item .info .title a {

    font-size: 1.2667em;
    line-height: 24px;
    color: #333333;
}

.item-views.catalog.sections.v1 .items .item .info .text {
    font-size: 1em;
    line-height: 25px;
    color: #555555;
    margin-bottom: 16px;
}

.item-views.catalog.sections.v1 .items .item .image {
    width: 263px;
    height: 173px;
    border-radius: 0px;
    float: right;
    max-width: none;
}

.item-views.catalog.sections.v1 .items .item .sect {
    padding-right: 34px;
}

.item-views.catalog.sections.v1 .items .item ul .sect:last-of-type:after {
    content: none;
}

.item-views.catalog.sections.v1 .items .item .sect:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    background: #C4C4C4;
    height: 1px;
    width: 13px;
    margin-top: -3px;
}

.item-views.catalog.sections.v1 .items .item .tizer_wrapper {
    display: flex;
    align-items: center;
    margin-top: 29px;
    padding-left: 2px;
}

.item-views.catalog.sections.v1 .items .item .tizer_wrapper .element_tizer_svg {
    margin-right: 27px;
    display: flex;
}

.item-views.catalog.sections.v1 .items .item .tizer_wrapper .element_tizer_text {
    font-size: 0.8667em;
    line-height: 21px;
    color: #555555;
    max-width: 250px;
    word-break: break-word;
}

.item-views.catalog.sections.v1 .items .item .sale_wrapper {
    display: flex;
    align-items: center;
    background: #F6F7FA;
    border-top: 1px solid #EBEBEF;
    padding: 30px 43px 40px;
}

.item-views.catalog.sections.v1 .items .item .sale_wrapper .element_sale_svg {
    margin-right: 17px;
}

.item-views.catalog.sections.v1 .items .item .sale_wrapper .element_sale_title {

    font-size: 1.1335em;
    line-height: 22px;
    color: #333333;
    margin-bottom: 8px;
}

.item-views.catalog.sections.v1 .items .item .sale_wrapper .element_sale_text {
    font-size: 1em;
    line-height: 25px;
    color: #555555;
}


/* SERVICES SECTIONS V2 */
.item-views.sections.v2 {
    top: -16px;
}

.item-views.sections.v2 .items > div {
    margin: 16px 0;
}

.item-views.sections.v2 .items .item {
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #EBEBEF;
    margin-bottom: 0px;
}

.item-views.sections.v2 .items .item .item-inner {
    padding-top: 50px;
}

.item-views.sections.v2 .items .item .item-inner > a {
    height: 144px;
    width: 144px;
    display: block;
    margin: auto;
    margin-bottom: 33px;
}

.item-views.sections.v2 .items .item .item-inner > a .img {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
}

.item-views.sections.v2 .items .item.noImage .item-inner > a .img {
    background-size: auto;
    background-color: #F5F6F8;
}

.item-views.sections.v2 .items .item .text-wrapper {
    padding-left: 29px;
    padding-bottom: 25px;
    padding-right: 29px;
}

.item-views.sections.v2 .items .item .preview_text {
    margin-top: 13px;
}

.item-views.sections.v2 .items .item .title a {

    font-size: 1.1335em;
    line-height: 24px;
}

.item-views.sections.v2 .items .item .text-wrapper .preview_text {
    font-weight: normal;
    font-size: 0.9335em;
    line-height: 21px;
    color: #666666;
    max-height: 63px;
    overflow: hidden;
}

.item-views.sections.v2 .items .item .childs {
    margin-top: 12px;
}

.item-views.sections.v2 .items .item .hover_text_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    padding: 25px 29px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.item-views.sections.v2 .items .item .hover_text_wrapper .preview_text {
    font-weight: normal;
    font-size: 0.9335em;
    line-height: 21px;
    color: #555;
    margin-bottom: 23px;
}

.item-views.sections.v2 .items .item .hover_text_wrapper .childs li {
    display: block;
}

.item-views.sections.v2 .items .item .hover_text_wrapper .childs .sect {
    margin-bottom: 6px;
}

.item-views.sections.v2 .items .item .hover_text_wrapper .childs .sect a {

    font-size: 0.9335em;
    line-height: 20px;
}

.item-views.sections.v2 .items .item:hover {
    border: 1px solid #EDEDF1;
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
}

.item-views.sections.v2 .items .item:hover .hover_text_wrapper {
    opacity: 1;
}

/* SERVICES SECTIONS V3 */
.item-views.sections.v3 .items .item {
    padding: 40px;
    border: 1px solid #EBEBEF;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: none;
    margin-bottom: 32px;
}

.item-views.sections.v3 .items .item:hover {
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
    cursor: pointer;
}

.item-views.sections.v3 .items .item > a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.item-views.sections.v3 .items .item .img {
    height: 60px;
    margin-bottom: 23px;
}

.item-views.sections.v3 .items .item .img svg {
    max-height: 100%;
    max-width: 100%;
}

.item-views.sections.v3 .items .item .info {
    padding-bottom: 42px;
}

.item-views.sections.v3 .items .item .title {
    color: #333333;
    margin-bottom: 19px;
}

.item-views.sections.v3 .items .item .title a {
    font-size: 1.1335em;
    line-height: 24px;
    margin-bottom: 19px;
}

.item-views.sections.v3 .items .item .preview_text {
    font-weight: normal;
    font-size: 0.9335em;
    line-height: 21px;
    color: #666666;
    max-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 35px;
}

.item-views.sections.v3 .items .item .arrow {
    *transition: all 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #EBEBEF;
    background-image: url('/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_grey.svg');
    background-repeat: no-repeat;
    background-position: 16px 12px;
    position: absolute;
    bottom: 40px;
    left: 39px;
}

.item-views.sections.v3 .items .item:hover .arrow {
    background-image: url('/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_white.svg');

}

.item-views.sections.v3 .items .item:hover {
    background: #F6F7FA;
}

/* SERVICES SECTIONS V6 */
.services.sections.v6 .image {
    width: 90px;
    height: 90px;
    line-height: 86px;
}

.services.sections.v6 .item.noImage .info {
    padding: 0 !important;
}

.services.sections.v6 .image .img_block {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
}

.services.sections.v6 .item.left .info {
    padding-left: 130px;
}

.services.sections.v6 .item.right .info {
    padding-right: 130px;
}

.services.sections.v6 .items.services .info .title {
    margin-bottom: 10px;
}

.services.sections.v6 .items.services .info .text.childs {
    margin-bottom: 10px !important;
}

.services.sections.v6 .items.services .info .text.childs ul {
    margin-bottom: 0;
}

.services.sections.v6 .items.services .info .text.childs li {
    margin-right: 7px;
    line-height: 20px;
}


/* BLOG */
.blog.list-type-block.item-views .item {
    border: 1px solid #ebebef;
    box-shadow: none;
    margin: 0px 0px -1px;
    transition: box-shadow ease 0.3s;
    padding: 49px;
}

.blog.list-type-block.item-views .item > .image {
    padding: 0px;
    width: 320px;
    max-height: none;
}

.blog.list-type-block.item-views .item .body-info {
    padding: 0px;
}

.blog.list-type-block.item-views .item .image + .body-info {
    padding-left: 361px;
}

.blog.list-type-block.item-views.image_right .item .image + .body-info {
    padding-right: 361px;
    padding-left: 0px;
}

.blog.list-type-block.item-views .item .title {
    font-size: 1.600em;
    line-height: 1.167em;
}

.blog .bottom_nav {
    text-align: center; /*padding:50px 0px 20px;*/
}

.blog.banners-small .bottom_nav {
    padding-top: 18px;
}

.search-tags-cloud {
    margin: 0px 0px 37px;
}

.search-tags-cloud__main.search-tags-cloud {
    margin: 0 20px 37px;
}

.search-tags-cloud .title-block-middle {
    padding: 0px 0px 16px;
}

.search-tags-cloud .tags {
    margin: 0px -2px;
}

.bottoms + .search-tags-cloud .tags {
    margin-bottom: 35px;
}

.search-tags-cloud .tags a {
    padding: 5px 11px 6px 0px;
    color: #888;
    font-size: 0.9335em;
    border-radius: 4px;
    margin: 0px 2px;
    line-height: 31px;
    position: relative;
}

.search-tags-cloud .tags a:before {
    content: "#";
    position: absolute;
    top: -2px;
    left: -1px;
}

.search-tags-cloud__main.search-tags-cloud .tags a:before {
    content: "#";
    left: -1px;
    position: static;
}

.container-block {
    margin: 0px 0px 40px;
}

.fill-block {
    background: #f9f9f9;
    padding: 21px 30px 16px;
    border-bottom: 1px solid #ebebef;
}

.title-block-middle {
    color: #333;
    font-size: 1.067em;
}

.fill-block .title-block-middle {
    padding: 0px 0px 19px;
    border-bottom: 1px solid #f1f1f1;
}

.fill-block ul {
    margin: 0px;
    padding: 14px 0px 0px;
}

.fill-block ul li {
    padding: 0px;
    margin: 0px;
}

.fill-block ul li:before {
    display: none;
}

.fill-block ul li a {
    display: block;
    padding: 4px 0px;
}

.fill-block ul li a .text {
    font-size: 0.933em;
    padding: 0px 12px 0px 0px;
}

.fill-block ul li a .count, .fill-block ul li a:hover .count {
    font-size: 0.867em;
    float: right;
    color: #999999;
}

.period-wrapper {
    margin: 25px 0px 0px;
}

.banners-small.blog {
    padding: 0px;
}

.banners-small.blog .items.flexbox > div {
}

.banners-small.blog .items.flexbox > div > .col-item {
}

.banners-small.blog .items .item {
    box-shadow: 0px 0px 0px 1px #ebebef;
    margin: 0px 0px 32px;
}

.edge .banners-small.blog .items .item {
    box-shadow: none;
}

.items .item.shadow:hover {
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
}

/* TOP DETAIL BANNERS */
.banners-content {
    overflow: hidden;
}

.banners-content .maxwidth-banner .rss {
    display: none;
}

.banners-content .intro-text {
    min-height: auto;
    padding: 0px 0px 20px;
    color: #222;
}

.banners-content .item_block {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.banners-content .text {
    padding-top: 40px;
    padding-bottom: 30px;
}

.banners-content .text .intro-text + p {
    margin-bottom: 0px;
}

.banners-content .img img {
    max-width: 100%;
    max-height: 460px;
}

.banners-content .text h1 {
    padding-right: 0px;
}

.banners-content .maxwidth-banner > .row {
    margin: 0px;
}

.item_block.animated {
    opacity: 0;
}

.main-section-wrapper {
    position: relative;
}

/* DETAIL - base class styles for all news.detail templates */
body .detail .drag_block .stockblock {
    margin-top: 60px;
}

.detail .stockblock .item-views {
    position: relative;
    padding: 36px 15px 0px 40px;
    margin: 0px;
    font-size: 0.8667em;
    background: #F6F7FA;
}

.detail .stockblock .link-block-more {
    display: none;
}

.detail .stockblock .period {
    margin: 0;
}

.detail .stockblock .list-type-block.item-views .item {
    margin-bottom: 23px;
}

.detail .stockblock .list-type-block.item-views .item .body-info {
    margin-left: 34px;
}

.detail .stockblock .list-type-block.item-views .item .title {
    margin-bottom: 13px;
}

.detail .stockblock .list-type-block.item-views .item .previewtext {
    margin: 0;
    font-weight: normal;
    font-size: 1em;
    line-height: 23px;
    color: #555555;
}

.detail .stockblock .list-type-block.item-views .item p {
    margin-bottom: 11px;
}

.detail .stockblock .item-views.list hr {
    margin: 25px -15px 30px -90px;
    border-top: 1px solid #fff;
    display: block;
}

.detail .stockblock .item-views .item {
    border: none;
    box-shadow: none;
    display: flex;
}

body .detail .drag_block {
    clear: both;
}

body .detail .drag_block > div {
    margin-top: 40px;
    margin-bottom: 32px;
}

body .detail .drag_block.sm > div, body .detail .drag_block.sm > div > h5 {
    margin-top: 0px;
}

body .detail .drag_block > div.tabs, body .detail .drag_block:first-of-type > div, body .detail .drag_block.n_0 > div,
body .detail .drag_block.n_0.tabs > div h5, body .detail .drag_block.tabs:first-of-type > div h5 {
    margin-top: 0px;
}

body .detail .detailimage + .drag_block > div, body .detail .introtext + .drag_block > div {
    margin-top: 40px;
}

body .detail .drag_block + .drag_block > div.tabs, body .detail .item + .drag_block > div.tabs {
    margin-top: 40px;
}

body .detail .drag_block > div.projects {
    margin-bottom: -20px;
}

body .detail .drag_block.services > div > div > .maxwidth-theme {
    padding: 0px !important;
}

.detail .drag_block.stockblock .item-views {
}

body .detail .wraps-block > div.maxwidth-theme {
    padding: 0px !important;
}

body .detail .wraps-block > div.maxwidth-theme > div {
    padding: 0px;
}

body .detail .wraps-block > div.maxwidth-theme > div .item-views.blocks.news_block {
    padding: 0px;
    margin-bottom: -24px;
}

body .detail .tizers_block3 {
    padding-top: 50px;
    padding-bottom: 15px;
}

body .detail .tizers .maxwidth-theme {
    padding: 0 !important;
}

body .detail .tizers .maxwidth-theme > .col-md-12 {
    padding: 0;
}

body .detail .tizers_block3 .image {
    margin-bottom: 27px;
}

body .detail .tizers_block3 .item .title .top-text {
    padding: 0 0 19px 0;
}

.detail .period {
    margin: 0 0 6px;
}

.detail .content {
    margin-bottom: 20px;
}

.detail .content p, .detail .content {
    font-weight: normal;
    font-size: 1.0667em;
    line-height: 26px;
    color: #333;
}

.detail .content h5 {
    font-size: 26px;
    line-height: 43px;
    color: #333333;
}

.detail .content blockquote {
    display: table;
    font-size: 1.0667em;
    line-height: 26px;
    color: #333333;
}

.detail .preview-text-detail {
    padding: 1px 0px 10px;
    font-size: 1.333em;
    line-height: 1.500em;
    color: #222222;
}

.detail .content ul {
    display: table;
}

.detail .introtext {
    display: table;
}

.detail .preview-text-detail .colored_line {
    margin-top: 32px;
    display: none;
}

.detail .detailimage {
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
    text-align: left;
}

.detail .detailimage.image-left + .preview-text-detail, .detail .detailimage.image-right + .preview-text-detail {
    padding: 0px;
}

.detail .detailimage.image-left + .preview-text-detail .colored_line, .detail .detailimage.image-right + .preview-text-detail .colored_line {
    margin-top: 40px;
}

.detail .detailimage img {
    max-width: 100%;
    vertical-align: top;
    display: inline-block;
}

.detail .image-left {
    float: left;
    margin-right: 30px;
    text-align: left;
    max-width: 300px;
}

.detail .image-right {
    float: right;
    margin-left: 30px;
    text-align: right;
    max-width: 300px;
}

.detail .detailimage.image-wide {
    margin-bottom: 0px;
}

.detail .detailimage.image-wide.np {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.detail .introtext.wides {
    padding: 0 0px 34px;
    border-bottom-width: 0px;
    border-top: none;
    display: block;
    font-size: 1.2em;
    line-height: 29px;

    color: #333333;
}

.detail .introtext.wides.norder {
    border-bottom-width: 1px;
}

.detail .introtext.wides.order {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
}

.detail .introtext.wides.order:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 21px;
}

.detail .order-block.wides, .detail .order-block.not {
    margin-top: 0px;
}

.detail .wide-wrapper .order-block {
    border-top-width: 0px;
}

.detail .order-block.news {
    margin-bottom: 30px;
}

.detail .order-block .price {
    float: right;
    margin-top: 20px;
}

.detail .order-block .btn.btn-default.btn-lg {
    margin-top: 5px;
}

.detail .order-block .text .price .price_new .price_val {
    font-size: 1.333em;
    margin-bottom: 8px;
}

.detail .order-block .text .price .price_old .price_val {
    font-size: 1em;
}

.detail .order-block .price + .inner-text {
    padding-right: 220px;
}

.detail .introtext + .order-block.wides {
    border-top-width: 0px;
}

.detailimage.image-head {
    margin: 0px 0px 30px;
    text-align: center;
}

.title-v2 .detailimage.image-head, .title-v5 .detailimage.image-head {
    margin-top: -42px;
}

.with_banners .detailimage.image-head {
    margin-top: -40px;
}

body.with_banners .page-top {
    display: none;
}

body.with_banners.narrow_menu .banners-content {
    position: relative;
    overflow: visible;
    height: 440px;
}

body.with_banners.narrow_menu .banners-content .maxwidth-banner {
    position: absolute;
    top: -34px;
    width: 100%;
    overflow: hidden;
    height: 474px;
}

.detailimage.image-head img {
    margin: 0 auto;
}

.detail .ask_a_question {
    clear: right;
    float: right;
    margin-bottom: 40px;
    margin-left: 25px;
    width: 286px;
}

.fixed_block_fix {
    margin-left: 18px;
    width: 100%;
}

body.with_project_map .main {
    display: flex;
    flex-direction: column;
}

body.with_project_map .main .contacts-page-map-top.projects {
    order: 1;
}

body.with_project_map .main .page-top {
    order: 2;
}

body.with_project_map .main .container {
    order: 3;
}

body.with_project_map .main .page-top * {
    background: none;
}

body.with_project_map .main .page-top {
    border: none;
}

body.with_project_map .main .page-top:not(.page_title_1) .col-md-12 {
    padding-left: 0 !important;
}

body.with_project_map .main .page-top .breadcrumb {
    display: none;
}

body.with_project_map.narrow_menu .main .contacts-page-map-top.projects {
    margin-top: -34px;
    margin-bottom: 0;
}

.with_custom_img .detailimage.image-head {
    margin-bottom: 0px;
}

.ask_a_question_wrapper {
    position: relative;
}

.catalog.detail .ask_a_question_wrapper {
    margin-top: 40px;
}

.catalog.detail .video_body iframe {
    margin: 0;
    max-width: 100%;
}

.catalog.detail .col-md-4 .video_body {
    overflow: hidden;
}

.catalog.detail .col-md-4 .video_body iframe {
    height: 217px !important;
}

.ask_a_question_wrapper .ask_a_question {
    width: auto;
}

.nform .ask_a_question_wrapper .ask_a_question {
    position: relative;
}

.ask_a_question_wrapper .ask_a_question.fixed {
    position: fixed;
    left: auto;
    right: auto;
}

.ask_a_question_wrapper .ask_a_question.nonfixed {
    position: static !important;
}

.ask_a_question_wrapper .ask_a_question.normal {
    left: 77.5%;
    position: absolute;
}

.row > div > .detail .ask_a_question {
    width: auto;
}

.detail .ask_a_question .btn-default.wc.vert {
    margin: 0 0 13px;
}

.detail .ask_a_question .btn-default.wc.vert + div {
    color: #888888;
    line-height: 16px;
}

.detail .wraps {
    margin-bottom: 30px;
}

.detail .wraps hr {
    margin: 51px 0px 41px;
}

.detail .wraps.reviews-block + .wraps hr {
    margin-top: 39px;
}

.detail .wraps h4, .detail .wraps h3 {
    margin-bottom: 30px;
}

.detail .drag_block:not(.tab) h5 { /*margin-bottom:33px;margin-top: 45px;font-size:1.600em;*/
}

.detail .wraps.nomargin {
    margin: 0px;
}

.detail .flexslider.front:not(.normal) .flex-direction-nav {
    top: -60px;
}

.detail .head .galery .flex-control-nav, body .show-nav-controls .flex-control-nav {
    display: block;
    bottom: 15px;
}

.dark-nav .flex-control-paging li a:hover, .dark-nav .flex-control-paging li a.flex-active {
    background: #fff !important;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.15);
}

.dark-nav .flex-control-nav li a {
    box-shadow: inset 0px 0px 0px 2px #222;
    background: none;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.15), 0px 0px 0px 2px #fff inset;
    background: rgba(0, 0, 0, 0.15);
}

.dark-nav2 .flex-control-nav li a {
    background: #cad2d6;
    box-shadow: none;
    width: 8px;
    height: 8px;
}

.color-controls .flex-direction-nav a {
    width: 44px;
    height: 44px;
    font-size: 0px;
    line-height: 0px;
    background: #dedede;
    border-radius: 3px;
}

.color-controls.flexslider:hover .flex-direction-nav .flex-next {
    right: 20px;
}

.color-controls.flexslider:hover .flex-direction-nav .flex-prev {
    left: 20px;
}

.color-controls .flex-direction-nav a:before {
    background: url(/bitrix/templates/centino-heat/images/svg/Arrow_right_white.svg) center no-repeat;
    top: 12px;
}

.color-controls .flex-direction-nav a.flex-next:before {
    background: url(/bitrix/templates/centino-heat/images/svg/Arrow_left_white.svg) center no-repeat;
}

.item span.zoom {
    opacity: 0;
}

.items .item:hover span.zoom {
    opacity: 1;
}

.detail img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.detail .galery {
    margin-right: 0px;
    margin-left: 0px;
}

.detail .galery .inner {
    border: 1px solid #ebebef;
    max-height: 673px;
    overflow: hidden;
    padding: 50px 62px;
    position: relative;
}

.detail .galery .inner .stickers {
    top: -10px;
    left: 28px;
}

.detail .galery .item {
    padding: 0;
    text-align: center;
    position: relative;
}

.detail .galery .item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    zoom: 1;
}

.detail .galery .catalog__slider__item img {
    vertical-align: top;
}

.detail .galery .item:hover span.zoom {
    opacity: 1;
}

.detail .galery .flexslider.top-bigs {
    border: none;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    background: transparent;
}

.detail .galery .flexslider.s_1 {
    margin-left: 0px;
}

.detail .galery .flexslider .flex-viewport, .detail .galery .items {
    height: 100%;
}

.detail .galery #carousel .flex-direction-nav a {
    color: rgba(0, 0, 0, 0);
    height: 20px;
    margin-top: -10px;
    opacity: 1;
    text-shadow: none;
    width: 30px;
}

.detail .galery #carousel .flex-direction-nav .flex-prev {
    left: 0;
}

.detail .galery #carousel .flex-direction-nav .flex-next {
    right: 0;
}

.detail .galery #carousel .flex-direction-nav .flex-prev:before {
    content: "\f104";
}

.detail .galery #carousel .flex-direction-nav .flex-next:before {
    content: "\f105";
    left: 18px;
}

.detail .galery #carousel .flex-direction-nav a:before {
    color: rgb(119, 130, 133);
    font-family: FontAwesome;
    font-size: 29px;
    left: 2px;
    position: absolute;
    top: -4px;
}

.detail .galery #carousel.flexslider {
    border: 0 none;
    box-shadow: none;
    z-index: 1;
    max-width: 391px;
    width: 100%;
    text-align: center;
    margin: 19px auto -22px !important;
    padding: 0 30px;
}

.detail .galery #carousel.flexslider .flex-viewport {
}

.detail .galery #carousel .slides li {
    text-align: center;
    border: 1px solid transparent;
    height: 77px;
    line-height: 75px;
    margin-right: 7.5px;
    overflow: hidden;
    width: 77px !important;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.detail .galery #carousel .slides li:hover {
    border-color: #d7dee3;
}

.detail .galery #carousel .slides li.flex-active-slide {
    opacity: 0.6;
}

.detail .properties {
    margin-top: 20px;
}

.detail .post-content .properties {
    margin-top: 0;
    min-height: 100px;
}

.detail .property {
    margin-bottom: 10px;
}

.detail .property .fa {
    width: 20px;
    height: 20px;
    line-height: 24px;
    text-align: center;
    color: white;
    font-size: 0.8em;
    color: #6d7a83;
}

.detail.staff {
    border: 1px solid #ebebef;
    padding: 40px 40px 15px;
    margin-bottom: 40px;
}

.detail.staff .content {
    float: left;
}

.detail.staff .content .inner-wrapper.post {
    display: block;
}

.detail.staff .content .properties + hr {
    margin: 8px 0px 18px;
}

.detail.staff .content .inner-wrapper.post {
    font-size: 1em;
    color: #999;
}

.detail.staff .content .inner-wrapper .property {
    margin-bottom: 0px;
}

.detail.staff .content .inner-wrapper.post .vals {
    color: #222;
}

.detail.staff .content .btn-block {
    padding: 18px 0px 7px;
}

.detail.staff .content .btn-block span {
    margin: 0px;
}

.chars .props_table tr td:first-child {
    text-align: left;
    padding-right: 10px;
    padding-left: 0;
}

.chars .char-wrapp tr td {
    font-size: 1em;
    vertical-align: top;
    background: url(/bitrix/templates/centino-heat/images/dott.png) 0 15px repeat-x;
    width: 50%;
}

.chars .char-wrapp .char_name .hint .tooltips {
    display: none;
    position: absolute;
    left: -30px;
    top: 40px;
    width: 100px;
    padding: 5px;
    box-shadow: 0 0 10px;
    z-index: 9;
    background: #fff;
}

.chars .char-wrapp .char_name .hint .icons:hover + .tooltips {
    display: block;
}

.chars .props_table {
    width: 100%;
}

.chars .props_table td {
    padding: 2px 0 2px 10px;
    text-align: right;
}

.chars .props_table .char_name span, .chars .props_table .char_value span {
    background: #FFF;
    padding: 0;
    display: inline-block;
    color: #666;
}

.chars .props_table .char_name span {
    font-style: normal;
    padding-right: 12px;
    color: #555;
}

.detail .char-block {
    margin: 26px 0px 0px;
    padding: 25px 0px 0px;
    border-top: 1px solid #ebebef;
}

.detail .char-block .titles_block {
    padding: 0px 0px 6px;
}

.detail .chars .props_table .char_name span, .detail .chars .props_table .char_value span {
    font-size: 0.933em;
    line-height: 20px;
}

.detail .chars .props_table .char_name span {
    color: #666;
}

.detail .chars .props_table .char_value span {
    color: #333;
}

.chars .props_table .char_value {
    text-align: left;
    background: none;
}

.chars .props_table .char_value span {
    padding-left: 10px;
    right: -2px;
    color: #222;
}

.chars .props_table .char_name .hint {
    position: relative;
}

.chars .props_table .char_name .hint .icons {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    left: 0px;
    top: 6px;
    height: 13px;
    width: 13px;
    background: url("/bitrix/templates/centino-heat/images/hint.jpg") 0px 0px no-repeat;
}

.chars .props_table .char_name .hint + span {
    padding-left: 20px;
}

.chars .props_table .char_value span ul, .chars .props_table .char_value span ol {
    text-align: left;
}

.detail .item-views {
    margin-bottom: 34px;
}

.props_list.prod {
    color: #777;
    font-size: 0.8667em;
    display: none;
    margin: 0px 0px 9px;
}

.props_list.prod .name {
    padding: 0px 3px 0px 0px;
}

.show_props .char_title {
    cursor: pointer;
    font-size: 0.8667em;
}

.show_props .char_title span {
    padding-right: 2px;
}

.show_props .char_title.opened .op, .show_props .char_title:not(.opened) .cl {
    display: none;
}

.barnd-block .list-type-block.item-views .item > .image {
    max-height: none;
}

.barnd-block .item .image a {
    box-shadow: inset 0 0 0 1px #ebebef;
    max-height: 125px;
    display: block;
    padding: 30px;
    line-height: normal;
}

.barnd-block .item .image .preview {
    font-size: 0.867em;
    padding: 20px 0px 20px;
    line-height: 24px;
    text-align: left;
}

.barnd-block .list-type-block.item-views .item > .body-info {
    padding-top: 0px;
}

.barnd-block .slogan {
    color: #222222;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 28px;
    margin-top: 10px;
}

.barnd-block .item .body-info .title {
    margin-bottom: 19px;
}

.barnd-block .item .body-info .title:not(:hover) {
    color: #222222;
}

.detail .barnd-block hr {
    margin: 28px 0px 40px;
}

.barnd-block .item-views .item .properties {
    margin-bottom: -10px;
}

/* NEWS templates (articles,news,discounts,services) */
.news.front {
    position: relative;
}

.news.front .item {
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: 6px;
}

.news.front .item:last-of-type {
    border-bottom: 0;
}

.news.front .item a {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.news.front .item .image {
    float: left;
    width: 105px;
    max-height: 70px;
    max-width: 105px;
    height: 70px;
    line-height: 67px;
    text-align: center;
}

.news.front .item .image img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.news.front .item .info {
    padding-left: 125px;
}

.news.front .item.wti .info {
    padding-left: 0;
}

.news.front .item .title {
    font-size: 0.8667em;
    line-height: 18px;
    margin-top: -2px;
    none;
    color: #324860;
}

.news.front .item .period {
    border-left: 2px solid #d2d2d2;
    color: #666666;
    font-size: 0.7335em;
    height: 12px;
    line-height: 12px;
    margin-bottom: 8px;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.partners.front.slider-items .flexslider .slides > li {
    height: auto;
    line-height: normal;
    max-height: none;
}

.slides > li:before {
    display: none;
}

.list-type-block.item-views.slider-items .item > .image {
    max-height: none;
    max-width: 50%;
}

.partners.front.slider-items .flexslider .slides > li .item:hover {
    filter: none;
}

.list-type-block.item-views.slider-items .item > .image {
    padding: 30px 0 30px 30px;
}

.list-type-block.item-views.slider-items.image_right .item > .image {
    padding: 30px 30px 30px 0px;
}

.list-type-block.item-views.slider-items .item .image + .body-info {
    padding-left: 222px;
    padding-top: 53px;
}

.list-type-block.item-views.slider-items.image_right .item .image + .body-info {
    padding-right: 222px;
    padding-left: 30px;
}

.list-type-block.item-views.slider-items .item .body-info {
    padding-left: 30px;
    padding-right: 30px;
}

.partners.item-views.slider-items {
    margin: 0px;
}

.partners.item-views.slider-items .item .title {
    margin-bottom: 19px;
    text-align: left;
}

.partners.item-views.slider-items .item .title a {
    text-align: left;
}

.partners.item-views.partners_list .previewtext {
    margin-top: 15px;
}

.partners.item-views.partners_list .text hr {
    margin-top: 17px;
    margin-bottom: 18px;
}

.partners.item-views.partners_list .properties .inner-wrapper {
    padding-bottom: 9px;
}

.partners-items-list2 .item {
    display: block;
    padding: 53px 25px;
    margin: 0;
    box-shadow: none;
    border: 1px solid #f2f2f2;
}

.partners-items-list2 .item .image {
    float: none;
    text-align: center;
    height: 60px;
    line-height: 57px;
    overflow: hidden;
}

.partners-items-list2 .item .image img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.partners-items-list2.item-views.table-type-block .row > div {
    padding: 0 16px 32px;
    margin-top: 0;
}

/* TEASERS */
.teasers.item-views.front {
    position: relative;
    padding-bottom: 90px;
}

.teasers.item-views.front.icons .row.items {
    margin: 0px;
    border-bottom: none;
}

.teasers.item-views.front.icons .row.items > div {
    padding: 0px;
}

.teasers.item-views.front.icons .row.items > div .item {
    border-color: #f3f3f3;
    transition: box-shadow 0.3s ease;
}

.teasers.item-views.front.icons .row.items > div .item:hover {
    border-color: #f3f3f3;
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.1);
}

.teasers.item-views.front.icons .row.items > div:nth-child(even) .item {
    border-left-width: 0px;
}

.teasers.item-views.front .item {
    margin: 13px 0 48px;
}

.teasers.item-views.front.icons .item {
    margin: -1px 0px 0px;
    padding: 40px 38px;
    box-shadow: none;
    border: 1px solid #ebebef;
}

.teasers.item-views.front.icons .item a {
    color: #222222;
}

.teasers.item-views.icons.front .item .image {
    color: #ffffff;
    margin: 0;
    float: left;
    width: 144px;
    text-align: center;
    height: 144px;
    font-size: 1.3335em;
    border-radius: 100%;
    line-height: 140px;
    overflow: hidden;
    background: #e8ebef;
}

.teasers.item-views.icons.front .item .info {
    padding-left: 182px;
    font-size: 1em;
    color: #222222;
}

.teasers.item-views.icons.front .item .info .text {
    font-size: 1em;
    color: #222222;
}

.teasers.item-views.icons.front .item.wti .info {
    padding-left: 0;
}

.teasers.item-views.icons.front .item .info ul {
    list-style-type: none;
    padding-left: 2px;
}

.teasers.item-views.icons.front .item .info ul li {
    position: relative;
    padding-left: 11px;
    margin-bottom: 6px;
}

.teasers.item-views.icons.front .item .info ul li:last-of-type {
    margin-bottom: 0px;
}

.teasers.item-views.icons.front .item .info ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 12px;
    width: 3px;
    height: 3px;
    background: #222222;
}

/* PORTFOLIO */
.wrap-portfolio-front {
    background: #f3f6f9;
    color: #fff;
}

.wrap-portfolio-front .row {
    margin-left: 0px;
    margin-right: 0px;
}

.wrap-portfolio-front .row > div {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

.wrap-portfolio-front .row .inner-wrapper-text {
    padding: 84px 103px 50px;
    min-height: 100%;
    height: 100%;
}

.wrap-portfolio-front .row .inner-wrapper-text .title {
    font-size: 32px;
    line-height: 34px;
    padding-bottom: 40px;
}

.wrap-portfolio-front .row .inner-wrapper-text.small .title {
    padding-bottom: 20px;
}

.wrap-portfolio-front .row .inner-wrapper-text .main-wrapper {
    position: relative;
    min-height: 100%;
    height: 100%;
}

.wrap-portfolio-front .row .inner-wrapper-text .main-wrapper .text {
    padding-bottom: 65px;
}

.wrap-portfolio-front .row .inner-wrapper-text .main-wrapper .link {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.wrap-portfolio-front .item {
    border: none;
    margin-bottom: 0px;
    overflow: hidden;
    padding-bottom: 70%;
    height: 0px;
    position: relative;
    z-index: 2;
}

.wrap-portfolio-front .portfolio-items {
    background: #fff;
}

.item.animated-block {
    opacity: 0;
}

.item.animated-block.visible {
    opacity: 1;
}

.wrap-portfolio-front .item .text, .table-elements .item .text {
    display: table;
    width: 100%;
    height: 100%;
}

.table-elements .items .item:hover .dark_block_animate {
    opacity: 0;
}

.table-elements .items .item .image .dark_block_animate {
    background: rgb(46, 46, 47)
}

.table-elements .items .item .image:hover .dark_block_animate {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

.wrap-portfolio-front .item .text .cont, .table-elements .item .text .cont {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px 10px;
}

.wrap-portfolio-front .item .text .cont > div, .table-elements .item .text .cont > div {
    position: relative;
    top: 0px;
    left: 0px;
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}

.wrap-portfolio-front .item .text .cont > div *, .table-elements .item .text .cont > div * {
    opacity: 1;
}

.wrap-portfolio-front .item .text .cont > div span, .table-elements .item .text .cont > div span {
    display: block;
    font-size: 1.3335em;
    opacity: 1;
    padding-bottom: 28px;
}

.wrap-portfolio-front .item .text .cont > div .text_more .mores, .table-elements .item .text .cont > div .text_more .mores {
    position: relative;
    padding: 0px 30px 0px 0px;
    display: inline-block;
}

.wrap-portfolio-front .item .text .cont > div .text_more .mores:before, .table-elements .item .text .cont > div .text_more .mores:before {
    content: "";
    position: absolute;
    top: 6px;
    right: 0px;
    display: block;
    width: 20px;
    height: 14px;
    background: url(/bitrix/templates/centino-heat/images/corp.png) -222px -16px no-repeat;
}

.wrap-portfolio-front .item .text .section_name {
    font-size: 0.667em;
    line-height: 18px;
    color: #fff;
    background: #d4d4d4;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 0px 10px;
    margin: 0px 10px 10px 0px;
    display: inline-block;
    -webkit-transform: translateY(-46%);
    transform: translateY(-46%);
}

.wrap-portfolio-front .item .text .title, .item .text .titles {
    font-weight: 400;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    color: #fff !important;
}

.wrap-portfolio-front .item .text .title span, .item .text .titles span {
    font-size: 1.3335em;
}

/*.item:hover .text .cont >div,*/
.table-elements .item .image:hover .text .cont > div {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.table-elements .item:hover .text .cont > div {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.wrap-portfolio-front .item .img_block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    -moz-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bx-firefox .wrap-portfolio-front .item .img_block {
    background-position-x: 0;
}

.zomm_wrapper-block {
    position: relative;
}

.item .dark_block_animate {
    opacity: 0;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    top: 0px;
}

.items .item:hover .dark_block_animate {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

.detail .items .item:hover .dark_block_animate, .zomm_wrapper-block:hover .dark_block_animate {
    opacity: 0.4;
    z-index: 10;
}

.scale_block_animate {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.item .scale_block_animate img {
    max-width: 100%;
    max-height: 100%;
}

.wrap-portfolio-front h2 {
    margin: 60px 0px 60px;
}

.wrap-portfolio-front .link .white.white-bg {
    transition: opacity ease 0.5s;
    white-space: normal;
}

.wrap-portfolio-front .link:hover .white.white-bg {
    opacity: 0.8;
}

/* CATALOG_TABS */
.catalog.item-views.blocks h3 {
    padding-bottom: 33px;
}

.tabs_ajax .head-block {
    text-align: center;
}

.head-block.top {
    margin: 0px -11px 47px;
    position: relative;
}

.head-block.top {
    margin-top: -4px;
}

.col-md-9.content-md .head-block.top {
    margin-top: -17px;
}

.items.head-block {
    padding-bottom: 25px;
}

.head-block.top .bottom_border {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    display: block;
    padding: 0px 11px;
}

.head-block.top .bottom_border:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebef;
    bottom: 0px;
    display: block;
}

.head-block .item-link {
    display: inline-block;
    vertical-align: top;
}

.head-block .item-link .title {
    padding: 0px 11px;
    display: block;
}

.head-block.top .item-link .title {
    font-size: 1em;
}

.head-block .item-link .title span, .head-block.top .item-link .title .btn-inline {
    position: relative;
    display: block;
    padding: 2px 0px 6px;
}

.head-block.top .item-link .title .btn-inline {
    padding-bottom: 20px;
}

.head-block .item-link.active:hover .title span {
    cursor: default;
}

.head-block .item-link .title span:before, .head-block .item-link.active .title .btn-inline:before {
    content: "";
    position: absolute;
    height: 2px;
    left: 0px;
    right: 100%;
    bottom: 0px;
    display: block;
    -webkit-transition-property: "right";
    transition-property: "right";
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.head-block .item-link.active .title span:before, .head-block .item-link.active .title .btn-inline:before {
    right: 0px;
}

.head-block.top .item-link.active:hover .title, .head-block.top .item-link.active:hover .title span {
    cursor: default;
}

.tabs_ajax .body-block {
}

.tabs_ajax .body-block .catalog.item-views.table .flexslider {
    background: none;
    margin-bottom: 0px !important;
}

.tabs_ajax .body-block .catalog.item-views.table .flexslider:not(.flexslider-init) {
    background: url('/bitrix/templates/centino-heat/images/loaders/pl3.gif') center center no-repeat;
    min-height: 400px;
}

.tabs_ajax .body-block .catalog.item-views.table .flexslider {
    margin: 0px -16px !important;
}

.tabs_ajax .body-block .catalog.item-views.table .flexslider .flex-viewport {
    margin: -20px 0px 0px;
    padding: 0px 15px;
    z-index: 1;
    width: 100%;
}

/*.bx-chrome .tabs_ajax .body-block .catalog.item-views.table .flexslider .flex-viewport{width:auto;}
.bx-mac .tabs_ajax .body-block .catalog.item-views.table .flexslider .flex-viewport, .edge .tabs_ajax .body-block .catalog.item-views.table .flexslider .flex-viewport{width:100%;}*/
.tabs_ajax .body-block .catalog.item-views.table .flexslider .slides {
    padding: 20px 0px 70px;
}

.tabs_ajax .body-block .catalog.item-views.table .flexslider .slides .item:not(:hover) {
    box-shadow: 0px 0px 0px 1px #ebebef;
    overflow: hidden;
}

.tabs_ajax .body-block .item-block {
    display: none;
    opacity: 0;
    transition: opacity ease 0.3s;
    min-height: 300px;
}

.opacity1 {
    opacity: 1 !important;
}

.opacity0 {
    opacity: 0 !important;
}

.tabs_ajax .body-block > .row {
    margin: 0px;
}

.tabs_ajax .body-block .item-block.active {
    display: block;
}

.tabs_ajax .body-block .item-block.hidden-click {
    opacity: 0;
    visibility: hidden;
}

.catalog.item-views.table .item .buy_block .buttons .btn {
    white-space: nowrap;
}

.catalog_table_2 .item.sliced:hover .stickers, .catalog_table_2 .item.sliced:hover .image, .catalog_table_2 .item.sliced:hover .text .section_name {
    display: none;
}

.catalog_table_2 .item:hover .text > .cont, .catalog_table_2 .item:hover .text > .cont .title {
    height: auto !important;
}

.catalog_table_2 .item:not(:hover) .text > .cont .cont_inner {
    height: auto !important;
}

.catalog_table_2 .item:hover:not(.sliced) .text > .cont .cont_inner {
    display: none;
}

.catalog_table_2 .item:hover:not(.sliced) .text > .cont .cont_inner .props_wrapper {
    display: none;
}

.catalog_table_2 .items > div:not(.sliced):before {
    content: "";
    left: 0px;
    right: 0px;
    display: block;
    top: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 1;
}

body .catalog_table_2.table .item:hover .text {
    padding-top: 0px;
}

.catalog_table_2 .item:not(:hover) .props_wrapper {
    display: none;
}

.catalog_table_2 .item .props_wrapper {
    position: relative;
}

.catalog_table_2 .item .props_wrapper .props_inner {
    position: static;
    top: 0px;
    left: 0px;
    right: 0px;
    max-height: 210px;
    overflow: auto;
    padding-right: 10px;
    margin-top: 8px;
}

.catalog_table_2 .item .props_wrapper.chars .props_table .char_name span {
    color: #999;
    font-size: 0.8667em;
    line-height: 18px;
    padding-right: 9px;
}

.catalog_table_2 .item .props_wrapper.chars .props_table .char_value span {
    color: #333;
    font-size: 0.8667em;
    line-height: 18px;
    padding-left: 9px;
}


.front.catalog.item-views.table .item .inner-wrap {
    text-align: center;
}

.front.catalog.item-views.front .item .image {
    max-width: 200px;
    height: 200px;
    line-height: 197px;
}

.catalog .btn {
}

.nav-direction {
    position: relative;
}

.nav-direction .flex-direction-nav {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 33px;
    z-index: 2;
}

.nav-direction .flex-direction-nav li a {
    width: 33px;
    height: 33px;
    visibility: visible;
}

.nav-direction .flex-direction-nav li a.flex-prev:before {
    background: url('/bitrix/templates/centino-heat/images/svg/Arrow_left_sm.svg') 5px 3px no-repeat;
}

.header_opacity .body.index .nav-direction .flex-direction-nav li a.flex-prev:before { /*background-position:5px 2px;*/
}

.nav-direction .flex-direction-nav li a.flex-next:before {
    background: url('/bitrix/templates/centino-heat/images/svg/Arrow_right_sm.svg') 7px 3px no-repeat;
}

.header_opacity .body.index .nav-direction .flex-direction-nav li a.flex-next:before { /*background-position:7px 2px;*/
}

.nav-direction .flex-direction-nav li a {
    border-radius: 100%;
}

.nav-direction .flex-direction-nav li.initied a {
    opacity: 1;
}

.nav-direction .flex-direction-nav li a.flex-prev {
    left: -76px;
}

.nav-direction .flex-direction-nav li a.flex-next {
    right: 0px;
}

.nav-direction .flex-direction-nav li a span {
    display: none;
}

.catalog.front .flex-direction-nav, .navigation-vcenter .flex-direction-nav {
    top: 50%;
    margin-top: -12px;
    opacity: 0;
}

.navigation-bottom-right .flex-direction-nav {
    margin-top: -23px;
    top: auto;
    bottom: 63px;
    right: 87px;
    left: auto;
    width: auto;
}

.navigation-bottom-right .flex-direction-nav .flex-nav-prev {
    visibility: visible;
    right: 3px;
}

.navigation-bottom-right .flex-direction-nav .flex-nav-prev .flex-prev {
    left: -20px;
    background: #F6F7FA;
}

.navigation-bottom-right .flex-direction-nav .flex-nav-prev .flex-prev:before {
    background: url(/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_grey.svg) -1px 0px no-repeat;
    opacity: 1;
    left: 65%;
    top: 13px;
}

.navigation-bottom-right .flex-direction-nav .flex-nav-prev:hover .flex-prev:before {
    background: url(/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_white.svg) -1px 0px no-repeat;
}

.navigation-bottom-right .flex-direction-nav .flex-nav-next {
    visibility: visible;
    right: -47px;
}

.navigation-bottom-right .flex-direction-nav .flex-nav-next .flex-next {
    right: -20px;
    background: #F6F7FA;
}

.navigation-bottom-right .flex-direction-nav .flex-nav-next .flex-next:before {
    background: url(/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_grey.svg) -1px 0px no-repeat;
    opacity: 1;
    left: 70%;
    top: 13px;
}

.navigation-bottom-right .flex-direction-nav .flex-nav-next:hover .flex-next:before {
    background: url(/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_white.svg) -1px 0px no-repeat;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
}

.catalog.item-views.front .flexslider:hover .flex-direction-nav .flex-prev, .catalog.item-views.front .flexslider .flex-direction-nav .flex-prev, .flexslider.navigation-vcenter:hover .flex-direction-nav .flex-prev, .flexslider.navigation-vcenter .flex-direction-nav .flex-prev {
    left: -56px;
    right: auto;
}

.flexslider.inside.navigation-vcenter:hover .flex-direction-nav .flex-prev, .flexslider.inside.navigation-vcenter .flex-direction-nav .flex-prev {
    left: 10px;
    right: auto;
}

.catalog.item-views.front .flexslider:hover .flex-direction-nav .flex-next, .catalog.item-views.front .flexslider .flex-direction-nav .flex-next, .flexslider.navigation-vcenter:hover .flex-direction-nav .flex-next, .flexslider.navigation-vcenter .flex-direction-nav .flex-next {
    right: -60px;
    left: auto;
}

.flexslider.inside.navigation-vcenter:hover .flex-direction-nav .flex-next, .flexslider.inside.navigation-vcenter .flex-direction-nav .flex-next {
    right: 10px;
    left: auto;
}

.front .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
}

.front .flexslider .flex-control-nav {
    bottom: 25px;
    z-index: 11;
}

.front.banners-big .flexslider .flex-control-nav {
    z-index: 0 !important;
}

body .flexslider.view-control .flex-control-nav {
    display: block;
    bottom: -30px;
}

/* STIKERS */
.stickers {
    left: 0;
    top: 0px;
    position: absolute;
    z-index: 0;
    line-height: 20px;
    *font-size: 0px;
    line-height: 0px;
    width: 100%;
    text-align: left;
    z-index: 5;
}

.stickers .stickers-wrapper {
    padding: 6px 8px 10px;
}

.stickers .stickers-wrapper > div {
    display: inline-block;
    vertical-align: top;
    font-size: 0.667em;
    line-height: 13px;
    color: #fff;
    background-color: #dedede;
    padding: 7px 10px;
    margin: 4px 4px;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: 0.03em;
}

.stickers .stickers-wrapper .sticker_hit {
    background: #05a0e0;
}

.stickers .stickers-wrapper .sticker_sale {
    background: #e52929;
}

.stickers .stickers-wrapper .sticker_recommend {
    background: #893ca9;
}

.stickers .stickers-wrapper .sticker_new {
    background: #4fad00;
}

.news_block .stickers .stickers-wrapper {
    padding: 16px 16px 10px;
}

.catalog.detail .stickers {
    width: 75%;
}

.catalog.item-views.table .stickers .stickers-wrapper {
    padding: 23px 23px 10px;
}

/* REVIEWS */
.reviews.item-views:not(.slider) .item {
    border: none;
    margin-bottom: 20px;
    box-shadow: none;
}

.detail .reviews.item-views .items > div:last-of-type .item {
    margin-bottom: 0px;
}

body .item-views.list .item .bottom-props {
    padding: 0px;
    margin: 0px;
}

.item-views .bottom-props .title {
    display: inline-block;
    margin-right: 10px;
}

.item-views .bottom-props .value {
    width: 28px;
    height: 28px;
    margin: -2px 6px 3px 0px;
    line-height: 28px;
}

.item-views .bottom-props .value:before {
    height: 28px;
}

.item-views .bottom-props .value.social_vk:before {
    background-position: -32px -5px;
}

.item-views .bottom-props .value.social_fb:before {
    background-position: -61px -5px;
}

.item-views .bottom-props .value.social_odn:before {
    background-position: -61px -33px;
}

.item-views .bottom-props .value.social_inst:before {
    background-position: -117px -5px;
}

.item-views .bottom-props .value.social_google:before {
    background-position: -32px -34px;
}

.item-views .bottom-props .value.social_mail:before {
    background-position: -172px -33px;
}

.item-views .bottom-props .value.social_tw:before {
    background-position: -89px -5px;
}

.item-views .bottom-props .value.social_skype:before {
    background-position: -173px -5px;
}

.item-views .bottom-props .value.social_bitrix:before {
    background-position: -4px -32px;
}

.reviews.item-views .item .post {
    font-size: 0.9335em;
    color: #999999;
    line-height: 20px;
    margin-bottom: 3px;
}

.reviews.item-views .item .text p {
    margin-bottom: 20px;
}

.reviews.item-views .item .video {
    padding: 10px 0px 0px;
}

.reviews.item-views .item .video .video-inner {
    padding: 0px 0px 20px;
}

body .reviews .docs-block {
    padding: 0px 0px 10px;
}

body .reviews .docs-block .blocks .inner-wrapper {
    margin-top: 15px;
}

.wraps .reviews.item-views .items > div:last-of-type hr {
    display: none;
}

.greyline.review-block {
    padding-bottom: 21px;
    background-image: url(/bitrix/templates/centino-heat/images/pattern_comments.jpg);
}

.reviews.item-views.slider .flexslider {
    background: none;
    position: relative;
    padding-top: 12px;
}

.reviews.item-views.slider .item {
    margin: 0px;
    padding: 30px 35px 43px 70px;
    background: #fff;
}

.reviews.item-views.slider .item .image {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    position: relative;
}

.reviews.item-views.slider .item .image .image-wrapper {
    border-radius: 100%;
    background: #fff;
    overflow: hidden;
}

.reviews.item-views.slider .item .image .image-wrapper .image-inner {
    overflow: hidden;
    border-radius: 100%;
    height: 50px;
}

.reviews.item-views.slider .item .image .image-wrapper img {
    width: auto;
    display: block;
    display: inline-block;
}

.reviews.item-views.slider .item .title {
    margin-bottom: 3px;
}

.reviews.item-views.slider .item .company {
    font-size: 0.8667em;
}

.reviews.item-views.slider .item .preview-text-wrapper {
    position: relative;
}

.reviews.item-views.slider .item .preview-text-wrapper .quote {
    position: absolute;
    top: 18px;
    left: -40px;
}

.reviews.item-views.slider .item .preview-text {
    padding-top: 19px;
    padding-bottom: 0px;
    position: relative;
    color: #555555;
    font-size: 1.067em;
}

.reviews.item-views.slider .item .preview-text p:last-child {
    margin-bottom: 0px;
}

.reviews.item-views.slider .item .preview-text + .link-block-more {
    margin-top: 17px;
    display: inline-block;
}

.hidden-text-block:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.32);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#D9FFFFFF', GradientType=0);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3rem;
}

.hidden-text-block {
    position: relative;
}

.reviews.item-views.slider .flexslider .flex-control-nav {
    display: block;
    bottom: -24px;
}

.reviews.item-views.slider .table_block > div {
    display: table-cell;
    vertical-align: middle;
}

.reviews.item-views.slider .table_block .image + .text {
    padding-left: 20px;
}

.reviews.item-views.slider .flex_loader_circle {
    min-height: 215px;
}

.review-detail .reviews.item-views.front .item {
    padding: 0px;
    text-align: left;
}

.review-detail .reviews .item .header-block {
    padding: 51px 72px 20px;
}

.review-detail .reviews.item-views.front .item .header-block > div {
    display: table-cell;
    vertical-align: middle;
}

.review-detail .reviews.item-views.front .item .image {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    position: relative;
}

.review-detail .reviews.item-views.front .item .header-block .text {
    padding: 0px 0px 0px 20px;
    text-align: left;
}

.review-detail .reviews.item-views.front .item .bottom-block {
    padding: 10px 72px 0px;
}

.review-detail .reviews.item-views.front .item .preview-text-wrapper {
    padding: 0px 0px 8px;
    font-size: 1.0667em;
    color: #555;
}

.review-detail .reviews.item-views.front .item .preview-text-wrapper .quote {
    top: -1px;
}

.review-detail .item .close-block {
    display: none;
}

.review-detail .reviews.item-views.front .item .close-block {
    padding: 0px 0px 58px;
}

.review-detail .reviews.item-views.front .item .close-block .btn {
    position: static;
}

.review_frame.jqmWindow .review-detail .item .close-block {
    display: block;
}

.mobile .review-detail .reviews.item-views.front .item {
    box-shadow: none;
}

.list-type-block.item-views .item.review > .image {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    overflow: hidden;
    padding: 0px;
    min-height: 120px;
    line-height: 117px;
}

.list-type-block.item-views .item.review > .image + .body-info {
    padding: 0px 0px 0px 156px;
}

.list-type-block.item-views.reviews .group-content .item > .body-info {
    padding-top: 0px;
}

.list-type-block.item-views.reviews .group-content hr {
    margin-top: 0px;
    display: block;
}

.list-type-block.reviews + .order-block {
    margin-top: 0px;
}

.detail .reviews-block .list-type-block.item-views.reviews .group-content hr {
    display: none;
}

.detail .reviews-block .reviews.item-views .items:last-of-type > div:last-of-type .item {
    margin-bottom: 12px;
}

.reviews.slider .nav-direction {
    width: 112px;
    height: 33px;
}

.reviews.slider .flexslider {
    margin: 0px;
}

.shadow-block .flex-viewport {
    margin: -20px -25px 0px;
    padding: 10px 25px;
}

.shadow-block .item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.flexslider:not(.flexslider-init).flex_loader_circle {
    background: url(/bitrix/templates/centino-heat/images/pl3.gif) no-repeat center center !important;
    min-height: 200px;
}


/* PROJECTS */
.detail .front .flex-direction-nav a:before {
    opacity: 1;
}

.detail .wraps.projects-block {
    margin-bottom: -12px;
}

.detail .wraps.projects-block h5 {
    margin-bottom: 15px;
}

.detail .projects.item-views.table .flexslider {
    margin-bottom: 0px;
}

.detail .projects.item-views.table .flexslider .slides > li {
    max-height: none;
}

.detail .projects.item-views.table .front .flex-direction-nav {
    top: -46px;
}

.flexslider.shadow .flex-viewport {
    margin: 0px -25px;
    padding: 0px 25px;
    z-index: 1;
}

.item-views.table .item {
    margin-bottom: 16px;
    border: 1px solid #ebebef;
    transition: box-shadow 0.3s ease;
    display: block;
}

.projects.item-views.table .flexslider .item {
    margin-bottom: 0px;
}

.item-views li[class*=col-md]:before {
    display: none;
}

.flexslider.shadow .slides {
    padding: 18px 0px 18px;
}

.flexslider.shadow.front .flex-direction-nav .flex-prev, .flexslider.shadow.front .flex-direction-nav .flex-next {
    top: 7px;
}

.item-views .shadow .item:hover, .projects.item-views.table .flexslider .item:hover {
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .1);
}

.group-content h3 {
    margin: 49px 0px 26px;
}

body .group-content .tab-pane:first-of-type h3 {
    margin-top: 0px;
}

.group-content .tab-pane .text_before_items {
    margin-bottom: 30px;
}

.item-views.table .item a {
    text-decoration: none;
}

.item-views.table .item .title a {
}

.item-views.table .item .image {
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    max-height: 202px;
}

.item-views.table.bblock .item .image {
    max-height: 354px;
}

.item-views.table .item .image img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    *display: inline;
    zoom: 1;
}

.item-views.table.partners .item .image.w-picture img {
    width: auto;
}

.item-views.table .item .info {
    padding: 17px 24px 20px;
    position: relative;
}

.licenses.item-views.table .item .image {
    height: 250px;
    line-height: 227px;
    max-height: none;
    padding: 20px 20px 0px;
}

.licenses.item-views.table .item .image a {
    display: inline;
}

.licenses.item-views.table .item .title {
    color: #333;
}

.item-views.table.bblock .item .info {
    border-top: 2px solid #dedede;
    padding: 36px 30px 38px;
}

.item-views.table.bblock .item .info span {
}

.item-views.table .item .title {
    margin: 0;
    line-height: 20px;
    font-weight: 400;
}

.item-views.table .item a:hover .title {
}

.item-views.table .item a:hover .info:before {
    visibility: visible;
}

.projects.item-views.table.with-comments {
    border-top: 1px solid #ebebef;
    margin: 20px 0px 0px;
}

.projects.item-views.table.with-comments.side-block {
    border-top: none;
    margin: 0 0 30px 0;
}

.projects.item-views.table.with-comments .flexslider .item, .projects.item-views.table.with-comments .flexslider .item:hover {
    box-shadow: none;
}

.item-views.table.with-comments .item .image {
    max-height: 203px;
}

.item-views.table.with-comments.side-block .item {
    margin-bottom: 0px;
    border: none;
}

.item-views.table.with-comments .item .title {
}

.title-block-big {
    font-size: 1.600em;
    color: #222;
}

.item-views.table.with-comments .title-block-big {
    padding: 40px 0px 32px;
}

.item-views.table.with-comments.side-block .title-block-big {
    font-size: 1.067em;
    padding-top: 0px;
}

.item-views.table.with-comments .item .info {
    padding: 13px 20px 20px;
}

.item-views.table.with-comments .item .comments-wrapper {
    color: #9a9a9a;
    font-size: 0.867em;
    text-align: left;
}

/* COMMENTS */
.bx_soc_comments_div .bx-catalog-tab-list li {
    padding-left: 0px;
    margin: 0px;
}

.catalog.item-views.list.projects .item {
    padding: 50px 50px;
}

.catalog.item-views.list.projects .item .image {
    max-width: none;
    max-height: none;
    height: auto;
    padding-right: 16px;
}

.catalog.item-views.list.projects.image_right .item .image {
    padding-right: 0;
    padding-left: 16px;
}

.catalog.item-views.list.projects .item .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 33px;
}

.projectslist h2 {
    margin: 53px 0px 44px;
}

.projectslist:first-of-type h2 {
    margin-top: 0px;
}

.projects.detail .galery .inner {
    max-height: inherit;
    padding: 29px 29px 27px 29px;
}

.projects.detail .galery #carousel.flexslider {
    margin-bottom: -2px !important;
    margin-top: 16px !important;
}

.projects.detail .galery #carousel .slides li {
    width: 100px !important;
}

.projects.detail .head {
    margin-bottom: 24px;
}

.projects.detail .head .info {
    padding: 29px 29px 27px;
}

.projects.detail .head .ask_a_question {
    margin: 0;
}

.projects.detail .head .label {
    height: 20px;
    padding: 0.3em 0.6em;
    margin-right: 35px;
}

.projects.detail .head .article {
    color: #777777;
    display: inline-block;
    font-size: 0.8667em;
    line-height: 18px;
    vertical-align: top;
}

.projects.detail .head .article > span {
    color: #2f383d;
}

.projects.detail .head .previewtext {
    color: #555555;
    font-size: 0.8667em;
    line-height: 20px;
    margin-bottom: 36px;
}

.projects.item-views.table .flex-control-nav {
    bottom: -23px;
}

.projects-blocks {
    margin: 0px 0px 47px;
}

.projects-blocks .head-block .inner .flexslider {
    margin: 0px;
}

.projects-blocks .head-block .inner .item {
    max-height: 456px;
    text-align: center;
    display: block;
    opacity: 0;
}

.projects-blocks .head-block .inner .item img {
    width: auto
}

.projects-blocks .head-block .info {
    padding-bottom: 88px !important;
}

.projects-blocks .head-block .info .hh {
    border-bottom: 1px solid #ebebef;
    margin: 0px -50px 40px 0px;
    padding: 0px 50px 34px 0px;
    color: #222;
}

.projects-blocks .head-block .info .prop-block {
    padding: 0px 0px 14px;
}

.projects-blocks .head-block .info .all_char {
    padding: 0px 0px 14px;
}

.projects-blocks .head-block .buttons-block {
    color: #999999;
}

.projects-blocks .head-block .buttons-block .text {
    font-size: 0.867em;
    line-height: 20px;
}

.projects-blocks .block .btn {
    display: block;
    margin: 0px;
    white-space: normal;
}

.projects-blocks .bx_item_detail_inc_two {
    margin: 50px 0px -22px;
    padding: 45px 0px 0px;
}

.bx_item_detail_inc_two .list-type-block.item-views .item {
    display: table;
}

.projects-blocks .bx_item_detail_inc_two .list-type-block.item-views .item {
    padding-left: 0px;
}

.bx_item_detail_inc_two .list-type-block.item-views .item > .image {
    display: table-cell;
    vertical-align: middle;
}

.bx_item_detail_inc_two .list-type-block.item-views .item > .body-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 0px;
}

.bx_item_detail_inc_two .list-type-block.item-views .item > .image + .body-info {
    padding-left: 20px;
}

.ask_a_question {
    margin-bottom: 37px;
    border: 1px solid #ebebef;
    background: #F6F7FA;
}

.ask_a_question .inner {
    padding: 48px 25px 20px;
    line-height: 20px;
    color: #555555;
    font-size: 0.933em;
}

.ask_a_question .inner .text-block {
    position: relative;
    padding: 106px 0px 0px 0px;
    color: #222;
}

/*.ask_a_question .inner .text-block:before{content:"";position:absolute;width:88px;height:80px;left:50%;top:0px;margin:0px 0px 0px -44px;background:url(/bitrix/templates/centino-heat/images/corp.png) -289px -211px no-repeat;}*/
.ask_a_question .inner .text-block .svg {
    content: "";
    position: absolute;
    width: 102px;
    height: 80px;
    left: 50%;
    top: 0px;
    margin: 0px 0px 0px -44px;
}

.ask_a_question .outer > span {
    margin: 5px 0px 39px;
    display: block;
}

body .ask_a_question .btn.btn-default {
    margin: 0px;
}

body .ask_a_question .btn.btn-default:not(:hover) {
    background: transparent;
}

/* TARIFS */
.catalog.detail .head-block .body-info .buy_block .buttons {
    display: block;
    width: auto;
}

.catalog.detail .head-block .body-info .buy_block .buttons .btn {
    width: auto;
}

.catalog.detail .head-block .buy_block.in .in_cart {
    display: inline-block;
}

.catalog.detail .head-block .body-info .btn {
    position: static;
}

.catalog.detail .head-block .buy_block .in_cart {
    display: none;
}

.catalog.detail .head-block .order {
    margin: 15px 0px 5px;
}

.title-tab-heading {
    background: #fff;
    border: 1px solid #ebebef;
    color: #222;
    margin: 0px 0px -1px 0px;
    padding: 18px 25px 17px;
    border-radius: 0;
    font-size: 1em;
    cursor: pointer;
    position: relative;
}

.title-tab-heading:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 20px;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 1.1335em;
    right: 30px;
    font-weight: 400;
}

.active .title-tab-heading:before {
    content: "\f106";
}

.catalog.detail .video_body .video-js {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.catalog.detail .tabs .tab-content .video > .item {
    border: none;
    padding-top: 0px;
    margin-top: 0px;
}

.catalog.detail .tabs .tab-content .video > .item:nth-child(2n+1) {
    clear: left;
}

/* PARTNERS */
.partners.front {
    position: relative;
}

.partners.front hr {
    margin-bottom: 5px;
}

.partners.front .flexslider {
    margin-bottom: 0px;
    box-shadow: none;
    padding: 0px 20px;
}

.partners.front .flexslider .slides > li {
    height: 98px;
    line-height: 98px;
    padding: 0px;
}

.partners.front .flexslider .slides > li:before {
    display: none;
}

.partners.front .flexslider .slides > li .item {
    opacity: 0.5 !important;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    box-shadow: none;
}

.partners.front .flexslider .slides > li .item {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    text-align: center;
}

.partners.front .flexslider .slides > li .item:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    opacity: 1 !important;
}

.partners.front .flexslider .slides > li a {
    display: block;
}

.partners.front .flexslider .slides > li img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.partners.front .flex-control-nav {
    bottom: -20px;
    left: 0px;
}

.detail .partners.front .flex-control-nav {
    bottom: -25px;
}

.partners.item-views.table .item .image {
    padding: 40px 40px 0;
    height: 150px;
    line-height: 107px;
}

.partners.item-views.table .item .text {
    padding-bottom: 0px;
    padding-top: 30px;
}

.partners.front .flexslider.navigation-vcenter .flex-direction-nav a:not(:hover):before {
    opacity: 0.5;
}

.partners.front .flexslider.navigation-vcenter .flex-direction-nav .flex-prev {
    left: 1px;
}

.partners.front .flexslider.navigation-vcenter .flex-direction-nav .flex-next {
    right: -14px;
}

.partners.front .flex_loader_circle {
    min-height: 98px;
}

.detail.partners .detailimage {
    float: left;
    margin: 0px 50px 50px 0px;
    line-height: normal;
    max-width: 288px;
}

.detail.partners .detailimage .img-partner {
    box-shadow: inset 0 0 0 1px #ebebef;
    display: block;
    padding: 80px 30px;
    line-height: normal;
    text-align: center;
}

.detail.partners .detailimage .preview {
    font-size: 0.867em;
    line-height: 18px;
}

.detail.partners .detailimage .img-partner + .preview {
    padding: 17px 0px 0px;
}

.detail.partners .detailimage + .post-content hr {
    background: none;
    border: none;
}

/* HISTORY */
.history.item-views.list .item {
    margin-bottom: 10px;
    position: relative;
    border: none;
}

.history.item-views.list .item:hover {
    background: transparent;
}

.history.item-views.list .item .title {
    background: #eceff1;
    padding: 16px 0;
    float: left;
    text-align: center;
    width: 121px;
    margin: 0;
    font-size: 30px;
    line-height: 44px;
}

.history.item-views.list .item .info {
    margin-left: 120px;
    padding: 0px 10px 32px;
}

.history.item-views.list .item .info > .row {
    margin: 0;
}

.history.item-views.list .item .image {
    margin: 0;
    padding-right: 0px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.history.item-views.list .item .image .zoom {
    margin: -26px -26px 0 0;
}

.history.item-views.list .item .text {
    padding-left: 9px;
    padding-right: 0;
}

.history.item-views.list .item .previewtext {
    margin: 0;
}

.history.item-views.list .item.wti .text {
    padding-right: 9px;
    padding-left: 9px;
}

.history.item-views.list.image_left .item .image {
    padding-left: 12px;
    padding-right: 0;
}

.history.item-views.list.image_left .item .text {
    padding-right: 9px;
    padding-left: 0;
}

/* STAFF */
.staff.item-views.list .item {
    margin: 0px 0px 30px;
    padding: 19px 13px 33px 16px;
}

.staff.item-views.list .item.padding-img {
    margin-bottom: -1px;
    display: block;
    box-shadow: none;
    border: 1px solid #ebebef;
}

.staff.item-views.list .item.shadow.padding-img:hover {
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.1);
}

.staff.item-views.list h3 + .item {
    margin-top: 36px;
}

.staff.item-views.list .items > div:last-of-type .item {
    margin: 0px;
}

.staff.item-views.list .items > div .item:hover {
    box-shadow: none;
}

.staff.item-views .item .image {
    max-height: none;
    width: auto;
}

.staff.item-views.table .item .image.w-picture img {
    width: auto;
}

.staff.item-views .item .post {
    margin: 0px;
    color: #9a9a9a;
    line-height: 20px;
}

.staff.item-views.table .item .text {
    padding: 17px 20px 15px;
}

.staff.item-views.table .item .title {
    text-align: left;
    font-weight: 400;
}

.staff-block .body-info {
    max-width: 70%;
    padding-right: 0px !important;
}

.list-type-block.item-views.staff .item .title {
    margin-bottom: 5px;
}

.list-type-block.item-views.staff.staff-block .item:not(.wti) .title {
    margin-top: 0px;
    text-align: center;
}

.staff.item-views.list .item .image {
    padding: 0px;
    width: 191px;
}

.staff.item-views.list .item .image.padding {
    width: 210px;
}

.staff.item-views.list .item .post {
    font-size: 0.933em;
}

.staff.item-views.list.image_left .item .text {
    padding: 17px 20px 20px 0;
}

.staff.item-views.list.image_left .item.wti .text {
    padding: 20px;
}

.staff.item-views.list.image_right .item .text {
    padding: 17px 0 20px 20px;
}

.staff.item-views.list.image_right .item.wti .text {
    padding: 20px;
}

.staff.item-views.list.image_right .item .image.padding {
    padding-right: 30px;
}

.list-type-block.item-views.image_right.staff .item .body-info {
    padding-left: 40px;
}

.list-type-block.item-views.image_right.staff .item.wti .body-info {
    padding-left: 0px;
    padding-right: 0px;
}

.list-type-block.staff.item-views .items .item .body-info {
    padding-right: 20px;
}

.list-type-block.staff.item-views .items .item.wti .body-info {
    padding-left: 40px;
}

.list-type-block.staff hr {
    margin: 25px 0px 25px;
}

.table-type-block.item-views .row {
    margin: 0px;
}

.table-type-block.item-views.items-list3 .row, .table-type-block.item-views.table-elements .row {
    margin-left: -16px;
    margin-right: -16px;
}

.table-type-block.item-views h3 + .row {
    padding-top: 10px;
}

.table-type-block.item-views .row > div {
    padding: 0px;
    margin: 0px 0px -1px;
}

body .table-type-block.item-views .row > div .item {
    margin: 0px -1px -1px 0px;
    height: 100%;
}

.table-type-block.item-views.items-list3 h3 {
    margin-top: 26px;
}

.table-type-block.item-views.items-list3 .row > div, .table-type-block.item-views.table-elements .row > div {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 35px;
}

.table-type-block.item-views.items-list3 .item {
    display: block;
    padding: 53px 25px;
    margin: 0px;
    box-shadow: none;
    border: 1px solid #ebebef;
}

.table-type-block.item-views.items-list3 .shadow .item:hover {
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.1);
}

.table-type-block.item-views.items-list3 .item .image {
    float: none;
    text-align: center;
    height: 60px;
    line-height: 57px;
}

.table-type-block.item-views.items-list3 .item .image img {
    display: inline-block;
}

.bx-ie .shadow .item:hover, .bx-ie .shadow.item:hover {
    box-shadow: 0px 0px 0px 1px #ebebef !important;
}

.item-views.front.staff-items {
    padding-bottom: 80px;
}

.item-views.staff-items.table-type-block .item {
    text-align: center;
    display: block;
    padding: 40px 35px 24px;
}

.item-views.staff-items.table-type-block.front .item {
    padding-top: 0px;
}

.item-views.staff-items.table-type-block .item .image {
    border-radius: 100%;
    overflow: hidden;
    width: 190px;
    height: 190px;
    line-height: 187px;
    margin: 0px auto 23px;
}

.item-views.staff-items.table-type-block .item .image a {
    display: block;
}

.item-views.staff-items.table-type-block .item .image.wpi {
    background: #f8f8f8;
}

.item-views.staff-items.table-type-block.normal .item .image {
    width: 100%;
    border-radius: 0px;
    height: auto;
    margin-bottom: 19px;
}

.item-views.staff-items.table-type-block.normal .item {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.item-views.staff-items.table-type-block.normal .item .body-info {
    padding: 0px 20px;
}

.item-views.staff-items.table-type-block.normal .item .title {
    text-align: left;
}

.item-views .item .image.wpi img {
    width: auto;
    opacity: 0.2;
    vertical-align: bottom;
}

.item-views .item .image.wpi .image-inner {
    background: #f8f8f8;
}

.item-views.staff-items.table-type-block .item .top-block-wrapper {
    padding: 0px 0px 16px;
}

.item-views.staff-items.table-type-block .item .title {
    color: #222;
    margin-bottom: 1px;
    text-align: center;
}

.item-views.staff-items.table-type-block .item .post {
    font-size: 0.9335em;
    color: #9a9a9a;
}

.item-views.staff-items.table-type-block .item .previewtext {
    padding: 0px 0px 14px;
    margin: 0px;
}

.item-views.staff-items .item.table-type-block .middle-props {
    padding: 14px 0px 0px;
}

.item-views.staff-items .item .middle-props {
}

.item-views.staff-items.table-type-block .item .bottom-props {
    padding: 14px 0px 0px;
    margin: 0px -5px;
    font-size: 0px;
}

.item-views.staff.list .item .bottom-props {
    padding: 0px 0px 20px;
}

.item-views .item .bottom-props > a {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    margin: 10px 3px 0px;
    background: #dedede;
    line-height: 35px;
    font-size: 1em;
    display: inline-block;
    vertical-align: top;
    transition: background ease 0.3s;
    color: #fff;
    font-size: 0px;
    overflow: hidden;
}

.detail.staff + .detail .item-views .item .bottom-props > a {
    margin-top: -2px;
    margin-bottom: 5px;
}

.item-views .item .bottom-props > a:hover {
    background: #222;
}

.item-views .item .bottom-props > a:before {
    content: "";
    display: block;
    background: url(/bitrix/templates/centino-heat/images/icons_contacts.png) 0px 0px no-repeat;
    width: 100%;
    height: 38px;
}

.item-views .item .bottom-props > a.social_vk:before {
    background-position: -32px -5px;
}

.item-views .item .bottom-props > a.social_odn:before {
    background-position: -61px -34px;
}

.item-views .item .bottom-props > a.social_fb:before {
    background-position: -61px -5px;
}

.item-views .item .bottom-props > a.social_mail:before {
    background-position: -172px -33px;
}

.item-views .item .bottom-props > a.social_tw:before {
    background-position: -89px -4px;
}

.item-views .item .bottom-props > a.social_skype:before {
    background-position: -173px -5px;
}

.item-views .item .bottom-props > a.social_inst:before {
    background-position: -117px -5px;
}

.item-views .item .bottom-props > a.social_google:before {
    background-position: -33px -33px;
}

.item-views .item .bottom-props > a.social_bitrix:before {
    background-position: -4px -32px;
}

.list-type-block.item-views .item .bottom-props .title {
    margin-bottom: 5px;
}

.item-views .item .bottom-props > a.mess_viber:before {
    background: url(/bitrix/templates/centino-heat/images/svg/social/social_footer_9.svg) -336px -195px no-repeat;
    background-color: #fff;
}

.item-views .item .bottom-props > a.mess_whats:before {
    background: url(/bitrix/templates/centino-heat/images/svg/social/social_footer_9.svg) -336px -242px no-repeat;
    background-color: #fff;
}

hr.bottoms {
    margin: 0px 0px 42px;
}

.marker-nav {
    width: 0;
    height: 2px;
    background: #dedede;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    opacity: 0;
}

/* COMPANY */
.company-block {
    background-position: center 0px;
}

.company-block .item-views.front {
    padding-bottom: 75px;
}

.company-block .item-views.front, .company-block .item-views.front h3 {
    color: #fff;
}

.company-block .item-views.front h3 {
    padding-bottom: 39px;
}

.company-block .item-views.front .preview-text {
    text-align: center;
    padding-bottom: 0px;
}

.company-block .item-views.front .item .image {
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.4);
    line-height: 51px;
    max-height: 54px;
    min-height: 54px;
}

.company-block .item-views.front .item .image + .body-info {
    padding-left: 80px;
}

.company-block .item-views.front .props {
    padding: 84px 0px 0px;
}

.company-block .item-views.front .props .value {
    font-size: 32px;
    font-weight: 600;
    line-height: 35px;
}

.company-block .item-views.front .props .title {
    margin: 0px;
}

.company-block .item-views.front .item .body-info {
    padding: 0px;
}

/* VACANCY */
.vacancy.item-views.accordion .pay {
    float: right;
    color: #555555;
}

.vacancy.item-views.list .pay {
    color: #555555;
}

.vacancy.item-views.accordion .text {
}

.vacancy.item-views.accordion .title {
    display: none;
}

.vacancy.item-views.list .title {
    font-size: 1.067em;
    margin-bottom: 10px;
}

.vacancy.item-views .btn {
    margin-top: 10px;
}

.vacancy.item-views.list .text {
    padding: 0px;
}

.vacancy.item-views.list .btn {
    margin-bottom: 30px;
}

.vacancy.item-views.list .items > div > hr {
    margin: 17px 0px;
}

.list-type-block.item-views.vacancy .item {
    margin-bottom: -1px;
    border: 1px solid #ebebef;
    box-shadow: none;
    padding: 40px 44px 16px;
}

.detail.vacancy {
    border: 1px solid #ebebef;
}

/* CATALOG */
.filters-wrap {
    color: #777;
}

.display-type .label_show {
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
}

.display-type .view-button {
    display: inline-block;
    position: relative;
    zoom: 1;
    width: 36px;
    height: 36px;
    background: #ebebef;
    margin-left: 4px;
    border-radius: 3px;
    text-align: center;
}

.display-type .view-button .svg {
    top: 4px;
}

.display-type .view-button.cur svg path, .display-type .view-button:hover svg path {
    fill: #fff;
}

.display-type .view-button:hover, .display-type .view-button.cur {
    background-color: #222222;
}

.display-type, .ordering-wrap {
    margin-bottom: 22px;
    white-space: nowrap;
}

.ordering-wrap > div {
    display: inline-block;
    vertical-align: top;
}

.ordering-wrap .filter-action {
    background: #ebebef;
    width: 43px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    border-radius: 3px;
    margin: 0px 16px 0px 0px;
    cursor: pointer;
}

#right_block_ajax .ordering-wrap .filter-action {
    display: none;
}

.select-outer select {
    border-color: #d5d5d5;
    font-size: 14px;
    border-radius: 3px;
    padding: 8px 30px 9px 12px;
}

.catalog.item-views .item .image {
    padding: 0;
    max-width: 200px;
    height: 200px;
    line-height: 197px;
    max-height: 200px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.catalog.item-views.big-img .item .image {
    height: auto;
    line-height: normal;
    max-width: none;
    max-height: none;
    padding-right: 18px;
}

.catalog.item-views.big-img.list .item {
    padding: 50px;
}

.catalog.item-views.news-section1 h2 a:not(:hover), .catalog.item-views.news-section2 h2 a:not(:hover) {
    color: #333;
}

.catalog.item-views.big-img .text-section {
    margin: 10px 0px 20px;
}

.catalog.item-views.list .item .stickers {
    left: 8px;
    top: -8px;
}

.catalog.item-views.list .item .stickers .stickers-wrapper {
    padding: 0px;
}

.catalog.item-views .item .article {
    color: #999;
    display: inline-block;
    font-size: 0.8em;
    line-height: 18px;
    vertical-align: top;
}

.catalog.item-views .item .article span {
}

.item .label {
    margin-right: 15px;
    position: relative;
    font-size: 0.8em;
}

.item .label.label-icons:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    display: block;
    width: 11px;
    height: 8px;
    background: url(/bitrix/templates/centino-heat/images/corp.png) -187px -19px no-repeat;
}

.label.label-icons.nostock:before {
    background-position: -187px -29px;
}

.label.label-icons.order:before {
    background-position: -203px -29px;
}

.label.label-icons.pending:before {
    background-position: -203px -19px;
}

.catalog.item-views.table .item .title + .status-icon, .catalog.item-views.table .item .status-icon + .article {
    margin-top: 0px;
}

.tabs_ajax .catalog.item-views.table .items {
    padding-bottom: 40px;
}

.item .status-icon {
    margin-right: 15px;
    padding: 2px 0 0px 20px;
    position: relative;
    font-size: 0.8667em;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 14px;
    color: #666;
}

.status-icon:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    display: block;
    width: 11px;
    height: 8px;
    background: url(/bitrix/templates/centino-heat/images/svg/corp.svg) 0px 0px no-repeat;
}

.bx-firefox .status-icon:before {
    top: 5px;
}

.status-icon.nostock:before {
    background-position: 0px -38px;
    width: 14px;
    height: 14px;
    top: 1px;
}

.item .status-icon.nostock {
    padding-left: 25px;
}

.status-icon.order:before {
    background-position: -16px -10px;
}

.status-icon.pending:before {
    background-position: -16px 0px;
}

.catalog.item-views.table .item {
    margin-bottom: 32px;
    -webkit-transition: box-shadow ease-out .2s;
    -moz-transition: box-shadow ease-out .2s;
    -o-transition: box-shadow ease-out .2s;
    transition: box-shadow ease-out .2s;
    border: none;
}

.catalog.item-views.table .item:hover {
}

.catalog.item-views.table .item .inner-wrap {
    position: relative;
    background: #fff;
    padding: 25px 32px 29px;
    text-align: center;
    -webkit-transition: box-shadow ease-out .2s;
    -moz-transition: box-shadow ease-out .2s;
    -o-transition: box-shadow ease-out .2s;
    transition: box-shadow ease-out .2s;
}

.catalog.item-views.table .item:not(:hover) .inner-wrap {
    height: 100%;
}

.catalog.item-views.table .footer-button {
    display: none;
}

.catalog.item-views.table .item:hover .footer-button {
    display: block;
}

/*seo block*/
.seo_block {
}

.seo_block .top_text {
    margin: 30px 0px 30px;
}

.seo_block .top_text + .order-block {
    margin-top: -43px;
}

.seo_block > img {
    margin-bottom: 30px;
}

.seo_block h2:first-of-type, .seo_block h3:first-of-type, .seo_block h4:first-of-type {
    margin-top: 0px;
}

.landings_list .title_block {
    padding: 10px 0px 20px;
    margin-bottom: 0px;
    font-size: 1.333em;
}

.landings_list ul {
}

.landings_list ul li {
    float: left;
    width: 33.33%;
    position: relative;
    padding: 0 15px;
    font-size: 0.9335em;
}

.landings_list ul li a.active {
}

.landings_list .hidden_items {
    display: none;
}

.landings_list .more {
    margin: -5px 0 0 0px;
}

.landings_list .more > span {
    position: relative;
    cursor: pointer;
    color: #6b1815;
    padding: 0 0 0 21px;
    font-size: 0.9335em;
}

.landings_list .more > span:hover {
    color: #1d1a1a;
}

.landings_list .more > span:before {
    content: "";
    top: 3px;
    left: 0;
    width: 11px;
    height: 11px;
    position: absolute;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    background: #383838;
}

.landings_list .more > span:after {
    content: "";
    left: 0;
    top: 7px;
    width: 11px;
    height: 11px;
    position: absolute;
    background: url(/bitrix/templates/centino-heat/images/arrows.png) 2px -185px no-repeat;
}

.landings_list .more > span.opened:after {
    background-position: -34px -185px;
}

.landing_detail .landings_list ul li {
}

.langing_title_block {
    margin-bottom: 40px;
}

/*Start page teasers block*/
.tizers_block * {
    line-height: 18px;
}

.tizers_block {
    font-size: 0px;
    margin: 0px 0px 30px;
    text-align: center;
    padding: 0px 0px 9px;
    border-bottom: 1px solid #ebebef;
}

.front.wide_page .tizers_block {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}

.tizers_block .row > div {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.tizers_block .item {
    color: #000000;
    margin: 0px 0px 34px;
    white-space: nowrap;
}

.tizers_block .item.wimg {
    margin: -12px 0px 10px;
}

.tizers_block .item > div {
    display: table-cell;
    vertical-align: middle;
}

.tizers_block .item .img, .tizers_block .item .title {
    font-size: 0.9335em;
    color: #555555;
}

.tizers_block .item .img {
    margin: 0px 20px 0px 0px;
    background: #fff;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    min-width: 80px;
}

.tizers_block .item .title {
    text-align: left;
    padding: 0px 0px 0px 20px;
    white-space: normal;
}

.tizers_block .item a {
    text-decoration: none;
    color: #555;
    line-height: 16px;
    display: block;
}

.tizers_block2 {
    padding: 38px 0px;
}

.tizers_block2 .item {
    padding: 16px 0px;
}

.tizers_block2 .item > div {
    display: table-cell;
    vertical-align: top;
}

.tizers_block2 .item .img {
    margin: 0px 20px 0px 0px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    min-width: 60px;
}

.tizers_block2 .item .title {
    text-align: left;
    padding: 0px 0px 0px 30px;
    white-space: normal;
    color: #222;
}

.tizers_block2 .item a {
    text-decoration: none; /*line-height:16px;*/
    display: block;
}

.tizers_block2 .item .title span {
    display: block;
}

.tizers_block2 .item .title a {
    margin-top: -2px;
}

.tizers_block2 .item .title .top-text {
    font-size: 1em;
    margin-top: -2px;
}

.tizers_block2 .item .title .desc-text {
    font-size: 0.9335em;
    color: #666666;
    line-height: 20px;
}

.sidearea .maxwidth-theme {
    padding: 0px !important;
}

.sidearea .maxwidth-theme > .col-md-12 {
    padding: 0px;
}

.sidearea .tizers_block2 {
    padding: 0px 0px 37px;
}

.sidearea .tizers_block2 .item {
    border-bottom: 1px solid #ebebef;
    padding: 15px 0px 18px;
}

.sidearea .tizers_block2 > .row > div:first-of-type .item {
    padding-top: 0px;
}

.sidearea .catalog.item-views.table .item .inner-wrap {
    padding-left: 27px;
    padding-right: 27px;
}

.sidearea .catalog.item-views.table .item .inner-wrap .title_block {
    margin: -25px -29px 25px;
    font-size: 1.200em;
    border-bottom: 1px solid #ebebef;
    color: #222;
    text-align: left;
    position: relative;
    padding: 17px 25px 16px;
}

.sidearea .catalog.item-views.table .item .inner-wrap .title_block:before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 30px;
    height: 30px;
    background: url('/bitrix/templates/centino-heat/images/svg/corp.svg') 0px -57px no-repeat
}

.sidearea .catalog.item-views.table .item .inner-wrap .title_block + .stickers {
    top: 55px;
}

body .detail .drag_block.tizers .maxwidth-theme {
    border-bottom: 1px solid #ebebef;
}

body .detail .item + .drag_block.tizers .maxwidth-theme {
    margin: 0px !important;
}

body .detail .item + .drag_block.tizers > div .tizers_block2 {
    padding: 21px 0px 25px;
}

.drag-block.container {
    margin-bottom: 0px;
    position: relative;
}

.drag-block.container.INFOBLOCK_INDEX {
    margin-bottom: -1px;
}

.fill_bg_n .drag-block.container.noborder {
    border-top: none;
}

.fill_bg_n .drag-block.container.noborder .item-views {
    border-top: 1px solid #ebebef;
}

div[data-class="BIG_BANNER_INDEX_drag"][data-order="1"], div[data-class="BIG_BANNER_INDEX_drag"] + div[data-class="TEASERS_INDEX_drag"],
div.TEASERS_INDEX:not(.hidden) + div.NEWS_INDEX {
    border-top-width: 0px;
}

body[class*="front-banners-big-short"] div[data-class="BIG_BANNER_INDEX_drag"]:not(.hidden) + div[data-class="TEASERS_INDEX_drag"][data-order="2"] .tizers_block2 {
    padding-top: 0px;
}

.fill_bg_n div.TEASERS_INDEX:not(.hidden) + div.NEWS_INDEX .item-views {
    border-top: 1px solid #ebebef;
}

/* portfolio */
.portfolio.front .top_wrapper_block {
    padding-bottom: 32px;
}

.portfolio.front .top_wrapper_block .row {
    margin-left: 0px;
    margin-right: 0px;
}

.portfolio.front .top_wrapper_block .row > div {
    padding-left: 0px;
    padding-right: 0px;
}

.portfolio.item-views .top_wrapper_block .item {
    border: none;
    margin-bottom: 0px;
    overflow: hidden;
    padding-bottom: 74%;
    height: 0px;
    box-shadow: none;
}

.portfolio.front .item .text {
    position: absolute;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.portfolio.front .item:hover .text {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

.portfolio.front .item .text .cont {
    margin: 21px 30px 0px;
}

.portfolio.front .item .text .cont > div {
    position: relative;
    top: 0px;
    left: 0px;
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}

.portfolio.front .item .text .section_name {
    font-size: 0.7335em;
    opacity: 0.8;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin: 0px 10px 2px 0px;
    display: inline-block;
    -webkit-transform: translateY(-46%);
    transform: translateY(-46%);
}

.portfolio.front .item .text .title {
    font-size: 1em;
    font-weight: 600;
    line-height: 20px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    color: #fff !important;
}

.portfolio.front .item:hover .text .cont > div {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.front .item .img_block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}

.fancybox_ext:before {
    left: 50%;
    position: absolute;
    top: 50%;
    background: url('/bitrix/templates/centino-heat/images/main_images.png') 0px 0px no-repeat;
    width: 35px;
    height: 35px;
    margin: -18px 0px 0px -18px;
    content: "";
    display: block;
}

.portfolio.item-views .link .item {
    background: #d4d4d4;
    color: #fff;
}

.portfolio.item-views .link .item > div {
    position: absolute;
    left: 0px;
    width: 100%;
}

.portfolio.item-views .link .item .top_title {
    line-height: 30px;
    top: 0px;
}

.portfolio.item-views .link .item .top_title div {
    margin: 25px 30px 0px 30px;
}

.portfolio.item-views .link .item .bottom_title { /*font-size:26px;line-height:24px;*/
    bottom: 0px;
}

.portfolio.item-views .link .item .bottom_title div {
    margin: 0px 32px 34px 32px;
}

.portfolio.item-views .link .item .bottom_title .btn-default {
    left: 20px;
    right: auto;
    bottom: 20px;
    top: auto;
    border-color: #fff;
    background: #d4d4d4;
}

.portfolio.item-views .link .item .bottom_title .btn-default span {
    color: #fff;
}

.portfolio.item-views .link .item .bottom_title .btn-default:hover {
    background: #fff !important;
}

.portfolio.item-views .link .item .bottom_title .btn-default:hover span {
    color: #d4d4d4;
}

.portfolio .white_link {
    color: #fff;
}

.item.wline:after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 2px;
    bottom: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #ededed;
    z-index: 3;
}

.item.wline:hover:after {
    opacity: 1;
}

.catalog.item-views.table .flexslider .slides > li {
    max-height: none;
}

.catalog.item-views.table .flexslider .slides > li .image img {
    width: auto;
}

.linked .flexslider {
    background: none;
}

.linked .flexslider .item {
    box-shadow: 0px 0px 0px 1px #ebebef;
}

.linked .flexslider .item:hover {
    box-shadow: none;
}

.detail .drag_block.goods {
    *margin-bottom: -47px;
}

.wraps.goods-block {
    margin-bottom: -62px;
}

.linked .flexslider.shadow .slides {
    padding-bottom: 110px;
}

.detail .wraps.goods-block h5 {
    margin-bottom: 32px;
}

.detail .wraps.goods-block .front .flex-direction-nav .flex-prev, .detail .wraps.goods-block .front .flex-direction-nav .flex-next {
    top: 21px;
}

.detail .linked .front .flex-direction-nav {
    top: -38px;
}

.catalog.item-views.linked .flexslider .flex-direction-nav .flex-next, .catalog.item-views.linked .flexslider:hover .flex-direction-nav .flex-next {
    right: -11px;
}

.catalog.item-views.linked .flexslider .flex-direction-nav .flex-prev, .catalog.item-views.linked .flexslider:hover .flex-direction-nav .flex-prev {
    left: auto;
    right: 39px;
}

.catalog.item-views.table .item:hover .inner-wrap {
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
    position: relative;
    z-index: 9;
}

.bx-firefox .catalog.item-views.table .item:hover .inner-wrap {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);
}

.catalog.item-views.table .item .title {
    margin-bottom: 11px;
}

.catalog.item-views.table .item .arts {
    padding-top: 1px;
}

.catalog.item-views.table .item .text {
    padding: 17px 0 0;
}

.catalog.item-views.table .item.wti .text {
    padding: 0 !important;
}

.catalog.item-views.table .item .section_name {
    margin: 0px 0px 11px;
}

.catalog.item-views.table .item .label {
    margin-bottom: 1px;
}

.catalog.item-views.table .item .title + .label, .catalog.item-views.table .item .label + .article {
    margin-top: 4px;
}

.catalog.item-views.table .item .section_name + .label, .catalog.item-views.table .item .section_name + .label + .article {
    margin-top: 10px;
}

.catalog.item-views.table .item .foot {
    position: relative;
    margin: 0px 0px;
}

.catalog.item-views.table .item .foot .btn {
    margin: 8px 0 0;
}

.catalog.item-views.table .item .foot > div {
    padding: 0;
}

.catalog.item-views.table .item .price {
    margin-top: 8px;
}

.catalog.item-views.table .item .description {
    margin-bottom: 8px;
}

.catalog.item-views.table .item .buy_block {
    margin: 22px -3px -3px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.module_products_list td.buy_block_wrapper .footer-button .buy_block {
    text-align: right;
}

.catalog.item-views.table .item .buy_block .buttons {
    margin-left: 5px;
}

.catalog.item-views.table .item .buy_block .counter {
    width: auto;
    padding: 3px;
    float: left;
}

.catalog.item-views.table .item .buy_block .buttons {
    width: auto;
    padding: 3px; /*float: right;*/
}

.catalog.item-views.table .item .footer-button .buy_block > div {
    padding: 0px;
}

.catalog.item-views.table .item:hover .footer-button .buy_block > div {
    padding: 3px;
}

.catalog.item-views.table .flexslider .item .buy_block .counter {
    margin-top: 0px;
}

.catalog.item-views.table .item .buy_block .buttons .btn {
    margin: 0;
    width: 100%;
}

.catalog.item-views.table .item .buy_block.in .buttons {
    width: 100%;
}

.catalog.item-views.table .item .price.inline .price_new {
    display: inline-block;
    vertical-align: top;
}

.catalog.item-views.table .item .price.inline .price_old {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
}

.catalog.item-views.table.front .item .buy_block.in .buttons {
    margin-top: 1px;
}

.catalog.item-views.list .items > div {
    margin-bottom: 32px;
}

.catalog.item-views.list .item {
    padding: 29px;
    margin-bottom: -1px;
    box-shadow: none;
    border: 1px solid #ebebef;
}

.catalog.item-views.list .item .text {
    margin-top: -4px;
}

.catalog.item-views.list .item .text, .catalog.item-views.list .item.wti .text {
    padding: 0 !important;
}

.catalog.item-views.list .item.wti .text {
    margin-top: 0;
}

.catalog.item-views.list .item .title {
    font-size: 1.067em;
}

.catalog.item-views.list .item .text hr {
    margin: 22px 0 13px;
}

.catalog.item-views.list .item .title {
    margin-bottom: 10px;
}

.catalog.item-views.list .item .price + .btn {
    margin-top: 10px;
}

.catalog.item-views.list .item .footer-button {
    display: block;
    opacity: 1;
    margin: 0px;
}

.catalog.item-views.list .item .buy_block {
    margin-top: 10px;
    margin-right: -8px;
}

.catalog.item-views .item .buy_block .counter {
    margin-bottom: 12px;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

.catalog.item-views.table .item .buy_block .counter {
    margin-bottom: 0px;
}

.catalog.item-views .item .buy_block .buttons {
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
}

.catalog.item-views .item .buy_block.product_add-button__container .buttons {
    width: 100%;
    max-width: none;
}

.catalog.item-views .item .buy_block.product_add-button__container .buttons .basket-btn {
    width: 100%;

}

.catalog.item-views .item .buy_block.product_add-button__container .buttons .btn.in_cart {
    padding: 12px 10px;
    width: 100%;
}

.catalog.item-views.list .items.catalog__items .item .foot > .price {
    margin-top: 36px;
}

.catalog.item-views.list .items.catalog__items .item .foot > .price .price_val {
    font-size: 32px;
}

.catalog.item-views.list .item .buy_block .btn {
    margin: 0;
    *width: 100%;
}

.catalog.item-views.price .item {
    margin-bottom: -1px;
    padding: 30px 30px;
    border: 1px solid #ebebef;
    transition: box-shadow 0.3s ease;
    box-shadow: none;
}

.catalog.item-views.price .item:hover {
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.1);
}

.catalog.item-views.price .item .row > .col-md-1 {
    padding-right: 0;
}

.catalog.item-views.price .item .image {
    height: auto;
    max-width: 100px;
    line-height: normal;
}

.catalog.item-views.price .item .text, .catalog.item-views.price .item.wti .text {
    padding: 0 !important;
}

.catalog.item-views.price .item .title {
    margin-bottom: 11px;
}

.catalog.item-views.price .item .price .price_new .price_val {
}

.catalog.item-views.price .item .btn {
    margin: 0;
}

.catalog.item-views.price .item .zoom {
    display: none;
}

.catalog.item-views.price .item .buttons .btn {
    width: 100%;
    margin-top: 0px !important;
}

.catalog.item-views.list .item:hover, .catalog.item-views.price .item:hover {
    z-index: 1;
}

.catalog.item-views .flexslider {
    box-shadow: none;
    margin: 0px !important;
}

.catalog.item-views .flexslider .flex-direction-nav .flex-prev, .catalog.item-views .flexslider:hover .flex-direction-nav .flex-prev {
    left: auto;
    right: 39px;
}

.catalog.item-views .flexslider .flex-direction-nav .flex-next, .catalog.item-views .flexslider:hover .flex-direction-nav .flex-next {
    right: 1px;
}

.catalog.item-views .flexslider .item {
    margin-bottom: 0;
}

.catalog.item-views.list .item:hover {
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .1);
}

.catalog.item-views.list .item {
    border-color: #ebebef;
    transition: box-shadow 0.3s ease;
}

.catalog.item-views.list .item .description {
    padding: 8px 0px 0px;
    line-height: 22px;
}

.catalog.item-views.list .item .description p {
    margin-bottom: 9px;
}

.catalog.item-views.list .item .props_list_wrapp {
    margin-top: 11px;
}

.catalog.item-views.list .item .foot > .price {
    margin-bottom: 19px;
}

.catalog.item-views.front .flexslider .item .image img {
    width: auto;
}

.catalog.item-views .flexslider .item .btn {
    position: relative;
    right: auto;
    top: auto;
}

.bx-firefox .catalog.item-views .item .btn {
    padding-top: 4px;
}

body .detail .drag_block .goods-block {
    margin-bottom: 0px;
    margin-top: 52px;
}

.detail div.drag_block h5 {

    font-size: 1.3335em;
    line-height: 33px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 31px;
}

.detail div.drag_block #faq h5 {
    font-size: 1.4665em;
    font-weight: 600;
    margin-top: 55px;
    margin-bottom: 40px;
}

.detail div.drag_block.projects h5 {
}

.detail div.drag_block.articles h5 {
    margin-top: 41px;
}

.detail div.drag_block .front_projects_5 {
    margin-top: 0px;
    margin-bottom: -33px;
}

.detail div.drag_block .front_projects_5 .news_block {
    padding: 0px;
    margin-bottom: 0px;
}

.detail .detail_link_catalog_block {
    margin-bottom: 0px;
}

.detail_link_catalog_block .items {
    *height: 474px;
}

.detail_link_catalog_block.catalog.item-views.table .item {
    box-shadow: none;
}

.detail_link_catalog_block .item:hover {
    margin-bottom: 21px;
}

.detail_link_catalog_block .item:hover .inner-wrap {
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
}

.detail_link_catalog_block .item .buy_block {
}

.detail_link_catalog_block .item .inner-wrap {
    padding: 30px 30px 27px;
}

.detail_link_catalog_block .item .inner-wrap .text {
    text-align: left;
}

.detail_link_catalog_block .item .inner-wrap .text .title {
    text-align: left;
    line-height: 23px;
    margin-bottom: -2px;
}

.detail_link_catalog_block .item .inner-wrap .text .section_name {
    line-height: 17px;
    margin-bottom: 10px;
}

.detail_link_catalog_block .item .inner-wrap .text .price {
    margin-top: 15px;
}

.detail_link_catalog_block .item .inner-wrap .text .delivery_conteiner {
    margin-bottom: 6px;
}

.detail_link_catalog_block .item .inner-wrap .text .delivery_time_title {
    display: inline-block;
    line-height: 17px;
    font-size: 0.8667em;
    color: #777777;
}

.detail_link_catalog_block .item .inner-wrap .text .delivery_time {
    display: inline-block;
    line-height: 17px;
    font-size: 0.8667em;
    color: #333333;
}

.detail_link_catalog_block .item .inner-wrap .text .foot {
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}

.detail_link_catalog_block .item .inner-wrap .text .foot:hover .foot_button span.btn {
    color: white;
}

.detail_link_catalog_block .item:hover .inner-wrap .text .foot {
    display: block;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.detail_link_catalog_block .item .inner-wrap .text .foot .footer-button {
    margin: 0;
}

.detail_link_catalog_block .item .inner-wrap .text .foot .foot_button span.btn:not(.to_cart) {
    margin: 0;
    position: relative;
    padding: 0;
    height: auto;
    border: none;
    width: 100%;
    font-weight: normal;
    padding: 10px 0 9px;
    margin-top: 27px;
    cursor: pointer;
    font-size: 0.9335em;
}

.detail_link_catalog_block .item .inner-wrap .text .foot .foot_button span.btn.to_cart {
    width: auto;
    position: relative;
    font-weight: 400;
}

.detail_link_catalog_block .item .inner-wrap .text .foot .foot_button .btn.in_cart {
    position: relative;
}

.detail div.drag_block.staff:not(.tab) h5 {
    margin-bottom: 21px;
}

.detail div.drag_block.staff > div {
    margin-top: 30px;
}

.detail div.drag_block.staff .item {
    background: #F6F7FA;
    border: none;
    padding: 19px 13px 33px 16px;
}

.staff.item-views.list.staff-block .item .image {
    border-radius: 100%;
    margin: 22px 28px 25px 25px;
    width: 140px;
    height: 140px;
    float: left;
    display: inline-block;
    vertical-align: top;
}

.staff.item-views.list.staff-block .item .body-info {
    padding-top: 22px;
    display: inline-block;
}

.staff.item-views.list.staff-block .item .title {
    margin-bottom: 0px;
}

.staff.item-views.list.staff-block .item .title a {
    line-height: 31px;
}

.staff.item-views.list.staff-block .item .post {
    font-size: 1em;
    line-height: 25px;
    color: #777777;
}

.staff.item-views.list.staff-block .item .previewtext {
    font-size: 1em;
    line-height: 23px;
    color: #555555;
    margin-top: 17px;
    margin-bottom: 18px;
}

.staff.item-views.list.staff-block .item .properties {
    display: flex;
    margin-top: 22px;
}

.staff.item-views.list.staff-block .item .properties .svg {
    margin-right: 8px;
    margin-top: -2px;
}

.staff.item-views.list.staff-block .item .properties .EMAIL {
    order: 2;
    font-size: 1em;
    line-height: normal;

    color: #333333;
}

.staff.item-views.list.staff-block .item .properties .PHONE {

    font-size: 1em;
    line-height: normal;
    color: #333333;
    padding-right: 14px;
}

.staff.item-views.list.staff-block .item .properties .PHONE .property.phone_mobile {
    margin-top: 12px;
}

.staff.item-views.list.staff-block .item .properties .PHONE .svg {
    margin-top: -3px;
}

.staff.item-views.list.staff-block .item .properties .icon-block:before {
    content: none;
}

.staff.item-views.list.staff-block .item .staff_mess {
    margin-top: -2px;
    display: inline-block;
}

.staff.item-views.list.staff-block .item .staff_mess > a {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: inline-block;
    background-image: url('/bitrix/templates/centino-heat/images/svg/social/social_footer_9.svg');
    margin-right: 11px;
}

.staff.item-views.list.staff-block .item .staff_mess .staff_viber_link {
    background-position: 177px -194px;
}

.staff.item-views.list.staff-block .item .staff_mess .staff_whats_link {
    background-position: 178px -242px;
}

.staff.item-views.list.staff-block .item .buttons {
    display: flex;
    flex-direction: column;
    padding-top: 11px;
}

.staff.item-views.list.staff-block .item .buttons .btn {
    padding: 11px 10px 10px;
    font-size: 0.9335em;
    margin-top: 10px;
}

body .staff.item-views.list .item .soc-wrapper {
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

.staff.item-views .soc-wrapper .value {
    width: 30px;
    height: 30px;
    margin: -2px 6px 0px 0px;
    line-height: 30px;
    font-size: 0;
    overflow: hidden;
    display: inline-block;
    border-radius: 100%;
}

.staff.item-views .soc-wrapper .value:before {
    content: "";
    display: block;
    background: url('/bitrix/templates/centino-heat/images/icons_contacts.png') 0 0 no-repeat;
    width: 100%;
    height: 30px;
}

.staff.item-views .soc-wrapper .value.social_vk:before {
    background-position: -31px -4px;
}

.staff.item-views .soc-wrapper .value.social_fb:before {
    background-position: -60px -4px;
}

.staff.item-views .soc-wrapper .value.social_odn:before {
    background-position: -60px -32px;
}

.staff.item-views .soc-wrapper .value.social_inst:before {
    background-position: -116px -4px;
}

.staff.item-views .soc-wrapper .value.social_google:before {
    background-position: -31px -33px;
}

.staff.item-views .soc-wrapper .value.social_mail:before {
    background-position: -171px -32px;
}

.staff.item-views .soc-wrapper .value.social_tw:before {
    background-position: -88px -4px;
}

.staff.item-views .soc-wrapper .value.social_skype:before {
    background-position: -172px -4px;
}

.staff.item-views .soc-wrapper .value.social_bitrix:before {
    background-position: -3px -31px;
}

.detail div.services.drag_block:not(.tab) .wraps {
    margin-top: 41px;
    margin-bottom: -31px;
}

.detail div.services.drag_block:not(.tab) h5 {
    margin-bottom: 30px;
}

.detail div.reviews.drag_block:not(.tab) .wraps {
    margin-bottom: -31px;
}

.detail div.reviews.drag_block:not(.tab) h5 {
    margin-bottom: 30px;
}

.detail div.reviews.drag_block .item {
    border: none;
    border-top: 1px solid #EBEBEF;
    border-bottom: 1px solid #EBEBEF;
    box-shadow: none;
}

.detail.staff + .detail div.reviews.drag_block .item {
    border: none;
}

.reviews_link .item .top_block {
    display: flex;
    align-items: center;
}

body .reviews_link .item .top_block .image {
    width: auto;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 24px;
    padding-bottom: 0px;
}

.reviews_link .item .top_block img {
    border-radius: 100%;
    height: 57px;
}

.reviews_link .item .top_block .title {

    font-size: 1.1335em;
    line-height: normal;
    color: #333333;
    margin-bottom: 3px;
}

.reviews_link .item .top_block .post {
    font-size: 0.8667em;
    line-height: normal;
    color: #555555;
}

.reviews_link .item .body-info {
    font-size: 1em;
    line-height: 24px;
    color: #555555;
    padding-top: 4px;
}

.reviews_link .item .body-info .text {
    padding-bottom: 7px;
}

.detail div.study.drag_block:not(.tab) h5 {
    *margin-bottom: -2px;
}


/*table*/
.module_products_list {
    width: 100%;
    margin: 0 0 20px;
}

.module_products_list .foto-cell .image_wrapper_block, .module_products_list .foto-cell .image_wrapper_block a {
    display: block;
    width: 50px;
    min-width: 30px;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.module_products_list tr:hover .zoom, .module_products_list .foto-cell .image_wrapper_block a:hover .zoom {
    opacity: 1;
}

.module_products_list .cost.prices .price.discount {
    margin: 0px;
    vertical-align: text-top;
    position: relative;
    top: -1px;
}

.module_products_list .counter_wrapp {
    padding: 0px;
    white-space: nowrap;
}

.table .module_products_list .counter_wrapp {
    white-space: normal;
}

.table .module_products_list .counter_wrapp .counter_block { /*margin-bottom:10px;*/
}

.module_products_list .counter_wrapp .button_block {
    white-space: normal;
}

.module_products_list .counter_wrapp .button_block.wide {
    display: inline-block;
    width: auto;
}

.module_products_list .counter_wrapp .more_text {
    display: none;
}

.module_products_list .wrapp_stockers .like_icons > div:last-child {
    margin-right: 0px;
}

.adaptive_button, .adaptive_button .more_text {
    display: none;
}

.table table.module_products_list {
    float: none;
}

.module_products_list tr.item {
    border: 1px solid #ebebef;
    display: block;
    margin: 0 0 -1px;
}

.module_products_list td {
    padding: 19px 0;
    text-align: center;
}

.module_products_list td.item-name-cell {
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
    width: 40%;
}

.module_products_list td.price-cell {
    text-align: left;
    overflow: hidden;
    padding-right: 15px;
}

.module_products_list td.price-cell .price > div {
    display: inline-block;
}

.module_products_list td.price-cell .price_new {
    color: #333;
    font-size: 1.067em;
    padding-right: 45px;
}

.module_products_list td.price-cell .price_old {
    color: #777;
    font-weight: normal;
    font-size: 0.933em;
    text-decoration: line-through;
}

.module_products_list td.item-name-cell .title {
    font-size: 1em;
}

.module_products_list .item .buy_block .counter {
    margin-bottom: 6px;
    max-width: 127px;
    display: inline-block;
    vertical-align: top;
}

.module_products_list .item .buy_block .buttons {
    display: inline-block;
    vertical-align: top;
}

.body .item .buy_block.in .buttons {
    display: block;
    margin: 0px;
    max-width: none;
}

.module_products_list .item .buy_block .buttons .btn {
    margin: 1px;
    height: 48px;
    padding: 13px 21px 0;
}

.module_products_list .item .buy_block .buttons .to_cart {
    margin-left: 10px;
}

.module_products_list td.buy_block_wrapper {
    width: 28%;
    text-align: left;
}

.module_products_list td.buy_block_wrapper .footer-button {
    display: block;
    opacity: 1;
    margin: 0px;
    text-align: right;
}

.module_products_list td.info-td {
    padding: 0px 20px 0px 0px;
}

.module_products_list tr td:first-child {
    padding-left: 19px;
}

.module_products_list tr.item .status-icon {
    vertical-align: middle;
}

.module_products_list tr.item .article {
    font-size: 0.8667em;
    color: #999;
}

.module_products_list .foto-cell {
    width: 70px;
}

.module_products_list tr.item {
    transition: box-shadow ease 0.3s;
}

.module_products_list tr.item:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}

.module_products_list tr.item .wrapper_td {
    width: 100%;
    padding: 0;
    display: block;
}

.module_products_list tr.item table {
    width: 100%;
}

.catalog.sections {
    position: relative;
    padding-bottom: 25px;
}

.detail .catalog.sections {
    padding-bottom: 0px;
}

.catalog.sections .items:not(.services) {
    margin-right: 0;
}

.catalog.sections .items:not(.services) > div {
    padding-right: 0;
    padding-left: 0px;
    margin-bottom: -1px;
}

/*services*/
.catalog.sections .items.services > div {
    margin-bottom: 32px;
}

.catalog.sections .items.services > div .item .image {
    border-radius: 100%;
}

.item-views.sections .items.services .item .title a {
    font-size: 1.133em;
}

.item-views .items.services .item .text ul li {
    padding-bottom: 6px;
}

.float-banners.v3 .items.services > div {
    margin-bottom: 32px;
}

.float-banners.v3 .items.services .item {
    box-shadow: 0px 0px 0px 1px #ebebef;
    height: 100%;
    margin-bottom: 0px;
}

.float-banners.v3 .items.services .item .img {
    margin-bottom: 21px;
}

.float-banners.v3 .items.services .item .info {
    padding: 0px 29px 30px;
}

.float-banners.v3 .items.services .item .title {
    font-size: 1.133em;
    margin-bottom: 7px;
}

.float-banners.v3 .items.services .item .text {
    margin-bottom: 8px;
}

.float-banners.v3 .items.services .item .text ul li {
    padding-bottom: 5px;
}

/* CATALOG SECTIONS_1 */
.catalog.sections_1 .items > div {
    margin: 16px 0;
}

.catalog.sections_1 .item {
    overflow: hidden;
    border: 1px solid #ebebef;
    margin: 0;
    box-shadow: none;
    transition: box-shadow ease 0.3s;
    padding: 44px 30px 35px;
    text-align: center;
    height: 100%;
}

.catalog.sections_1 .item:hover {
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
}

.catalog.sections_1 .item .img {
    display: inline-block;
    height: 170px;
    margin-bottom: 32px;
}

.catalog.sections_1 .item .img a {
    height: 100%;
    display: flex;
    align-items: center;
}

.catalog.sections_1 .item .img .img-responsive {
    max-height: 100%;
}

.catalog.sections_1 .item .name {
    margin-bottom: 6px;

    font-size: 1em;
    line-height: 20px;
}

.catalog.sections_1 .item .section_count {
    font-size: 0.8667em;
    line-height: 18px;
}

.bx-mac .catalog.sections_1 .item {
    margin-top: 0px;
}

.catalog.sections_1.front .item {
    padding: 16px 14px 19px;
    margin: 0 0 13px;
}

.catalog.sections_1 .item a {
    text-decoration: none;
}

.catalog.sections_1 .item .info {
    line-height: 18px;
    padding-left: 303px;
}

.catalog.sections_1 .list_block .item.right .info {
    padding-left: 0px;
    padding-right: 303px;
}

.catalog.sections_1.front .item .info {
    padding-left: 169px;
}

.catalog.sections_1 .item .title {
    margin-bottom: 5px;
}

.catalog.sections_1 .item .text {
    line-height: 22px;
    color: #666;
    margin: 0px 0px 8px 0px;
    font-size: 0.933em;
}

.catalog.sections_1 .item .text ul, .item-views .items.services .item .text ul {
    margin-bottom: 0px;
}

.catalog.sections_1 .item .text ul li {
    margin-bottom: 0px;
    display: inline-block;
    padding-left: 0px;
    margin-right: 15px;
    line-height: 20px;
    padding-bottom: 5px;
}

.item-views .items.services .item .text ul li {
    padding-bottom: 5px;
}

.catalog.sections_1 .item .text ul li:before, .item-views .items.services .item .text ul li:before {
    display: none;
}

.catalog.sections_1 .item.right .image {
    float: right;
}

.catalog.sections_1.front .item .image {
    height: 110px;
    line-height: 107px;
    width: 138px;
}

.catalog.sections_1 .item .image a {
    text-align: center;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    vertical-align: top;
}

.catalog.sections_1 .item .image img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.catalog.sections_1 .item.wti .info {
    padding-left: 0;
}

body .catalog.sections_1 .item.right .info {
    padding-left: 0;
    padding-right: 151px;
}

.catalog.sections_1 .row_block .item {
    padding: 30px 30px 39px;
    height: 100%;
}

.catalog.sections_1 .row_block .item .info {
    padding-left: 151px;
}

.catalog.sections_1 .row_block .item .image {
    width: 120px;
    text-align: center;
    height: 120px;
    font-size: 1.3335em;
    border-radius: 0px;
    line-height: 116px;
    overflow: hidden;
    background: #fff;
}

.catalog.sections_1.list-item .row_block .item {
    padding-bottom: 34px;
    margin-top: 0px;
}

.catalog.sections_1.list-item .row_block .item .image {
    width: 165px;
    height: auto;
    line-height: normal;
}

.catalog.sections_1.list-item .row_block .item .image + .info {
    padding-left: 196px;
}

.catalog.sections_1.list-item .item .title a {
    font-size: 1em;
}

.catalog.sections_1.list-item .item .hidden-text-block {
    max-height: 90px;
    overflow: hidden;
}

.catalog.sections_1 .table_block .item {
    margin-left: -1px;
    padding: 30px;
    height: 100%;
}

.catalog.sections_1 .table_block .item .image {
    float: none;
}

.catalog.sections_1 .table_block .item .image a {
    display: inline;
}

.catalog.sections_1 .table_block .item .info {
    padding-left: 0px;
    padding-top: 30px;
}

.catalog.sections_1 .table_block .item .title { /*margin-bottom:20px;*/
}

.catalog.sections_1 .table_block .item .title a {
    font-size: 1.1335em;
    line-height: 24px;
}

/* CATALOG SECTIONS_2 */
.catalog.sections_2 .items > div {
    margin: 16px 0;
}

.catalog.sections_2 .item {
    border: 1px solid #EBEBEF;
    padding: 23px 40px 18px 29px;
    transition: box-shadow ease 0.2s;
    height: 100%;
}

.catalog.sections_2 .item:hover {
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
}

.catalog.sections_2 .item .img {
    width: 150px;
    height: 148px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 6px;
    float: left;
    margin-bottom: 30px;
}

.catalog.sections_2 .item .img a {
    height: 100%;
    display: flex;
    align-items: center;
}

.catalog.sections_2 .row_block .item .info {
    padding-left: 179px;
}

.catalog.sections_2 .item .name {
    padding-bottom: 9px;
}

.catalog.sections_2 .item .name a {
    font-size: 1.1335em;
    line-height: 24px;
}

.catalog.sections_2 .item .text {
    font-weight: normal;
    font-size: 0.9335em;
    line-height: 20px;
    color: #555555;
    margin-bottom: 18px;
}

.catalog.sections_2 .item ul {
    margin-bottom: 0px;
    padding-bottom: 6px;
}

.catalog.sections_2 .item ul li.sect {

    font-size: 1em;
    line-height: 21px;
    padding-right: 34px;
    display: inline-block;
    padding-left: 0px;
    margin-bottom: 0px;
}

.catalog.sections_2 .item ul li.sect:before {
    content: none;
}

.catalog.sections_2 .items .item ul .sect:last-of-type:after {
    content: none;
}

.catalog.sections_2 .items .item .sect:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    background: #C4C4C4;
    height: 1px;
    width: 10px;
}

.catalog.sections_2 .item .section_count {
    font-size: 0.8667em;
    line-height: 18px;
}

.bx-mac .catalog.sections_2 .item {
    margin-top: 0px;
}

/* CATALOG SECTIONS_3 */
.catalog.sections_3 .items > div {
    margin: 16px 0;
}

.catalog.sections_3 .items .item {
    border: 1px solid #ebebef;
    height: 100%;
    padding: 25px 30px 17px;
}

.catalog.sections_3 .items .item:hover {
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
}

.catalog.sections_3 .item .img {
    display: flex;
    height: 170px;
    margin-bottom: 32px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.catalog.sections_3 .item .img .img-responsive {
    max-height: 100%;
}

.catalog.sections_3 .item .title {

    font-size: 1.1335em;
    line-height: 24px;
    margin-bottom: 14px;
}

.catalog.sections_3 .item .text {
    font-weight: normal;
    font-size: 0.9335em;
    line-height: 21px;
    color: #666666;
    max-height: 63px;
    overflow: hidden;
}

/* CATALOG DETAIL */

.catalog.detail .galery .inner {
    max-height: none;
    padding: 0px 20px 0px 40px;
    margin-top: -1px;
    min-height: 400px;
}

.catalog.detail .galery #carousel.flexslider {
    margin-top: 29px !important;
    margin-bottom: 0 !important;
}

.catalog.detail .head {
    padding: 40px 0px 35px;
}

.catalog.detail .head .info {
    padding: 0px 38px 0px 40px;
}

.catalog.detail .head.wti .info {
    padding: 0 0 27px;
}

.catalog.detail .head .info .hh {
    padding: 0px 0px 18px;
    width: 100%;
    display: flex;
}

.catalog.detail .head .info .hh > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog.detail.detail_narrow_N .head .info .hh {
    display: flex;
    align-items: center;
}

.catalog.detail.detail_narrow_N .head .info .hh .brand {
    padding-right: 35px;
}

.catalog.detail.detail_narrow_N .head .info .hh + .row {
    padding-top: 15px;
}

.catalog.detail.detail_narrow_N .head .bottom-wrapper {
    border: none;
    margin: 0px;
    margin-top: 34px;
    margin-left: -2px;
}

.catalog.detail .head .label, .catalog.detail .head .status-icon {
    margin-right: 20px;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 1em;
    line-height: 19px;

    color: #333333;
}

.catalog.detail .head .status {
}

.catalog.detail .head .status-icon:before {
    top: 7px;
}

.catalog.detail .head .article {
    color: #999999;
    font-size: 0.8667em;
    line-height: 18px;
    vertical-align: middle;
    padding-right: 20px;
}

.catalog.detail .head .article > span {
    color: #999999;
}

.catalog.detail .head .brand {
    font-size: 0.8667em;
    width: 143px;
    height: 71px;
    text-align: center;
}

.catalog.detail .head .brand a {
    color: #999;
}

/*.catalog.detail .head .brand .brand_picture{margin-top: -7px;display:block;height:40px;line-height:37px;}*/
.catalog.detail .head .previewtext {
    margin-bottom: 0px;
    color: #666;
    font-size: 0.933em;
    line-height: 22px;
    margin-left: -2px;
}

.catalog.detail .head .previewtext p {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 1em;
    line-height: 25px;

    color: #333;
}

.catalog.detail .head .link-block-more > span {
    font-size: 0.9335em;
    line-height: 18px;
    margin-left: -2px;
}

.catalog.detail .link-block-more svg {
    margin-left: 6px;
    margin-bottom: 2px;
}

.catalog.detail .head .dop_info_row {
    display: flex;
    align-items: center;
    margin-top: 31px;
    padding-left: 15px;
}

.catalog.detail .head .dop_info_row .text {
    font-weight: normal;
    font-size: 0.9335em;
    line-height: 23px;
    color: #555555;
    margin-left: 10px;
    margin-top: 1px;
}

.catalog.detail .char-block .link-block-more {
    margin-top: 15px;
}

.catalog.detail .char-block .link-block-more .char {
    font-size: 0.9335em;
    line-height: 18px;
}

.catalog.detail .head .char-block .link-block-more {
    padding: 3px 0px 0px;
}

.catalog.detail .head .price {
    line-height: 19px;
    margin: 0px 0px 15px;
}

.catalog.detail .head .price > div {
    display: inline-block;
    vertical-align: bottom;
    line-height: 16px;
}

.catalog.detail .head .price .price_new, .catalog.detail.head .price .price_old {
    display: inline-block;
    vertical-align: top;
}

.catalog.detail .head .price .price_old {
    line-height: 15px;
    margin-top: -2px;
    color: #777;
    font-size: 0.8em;
    line-height: 13px;
}

.catalog.detail .head .price .price_val {
    color: #222;
    font-size: 24px;
    padding-right: 5px;
    line-height: 26px;
}

.catalog.detail .head .price .price_new .price_val {
    margin-right: 15px;
}

.catalog.detail .head .price .price_old .price_val {
    color: #9a9a9a;
    font-size: 0.9335em;
    font-weight: normal;
    padding-right: 5px;
    text-decoration: line-through;
}

.catalog.detail.detail_narrow_N .head .bottom-wrapper {
    padding: 0px;
}

.catalog.detail .tizers_block3 {
    padding-top: 3px;
}

body .narrow_N .catalog.detail .drag_block:first-of-type > div.gallerys {
    margin-top: 8px;
}

.small-gallery-block .img-responsive {
    height: 202px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.small-gallery-block .flexslider .slides img {
    min-height: 202px;
}

.small-gallery-block .flexslider {
    min-height: 202px;
}

.gallery-wrapper .flexslider.bigs .flex-prev {
    left: 20px;
}

.gallery-wrapper .flexslider.bigs .flex-next {
    right: 20px;
}

.titles_block {
    color: #333;
}

.titles_block.sm {
    font-size: 0.933em;
}


.detail.catalog #desc .content {
    padding-right: 35px;
    font-size: 1.0667em;
    line-height: 26px;
}

.detail.catalog .tabs .tab-content {
    padding-top: 0px;
}

.shares-block .b-share a, .shares-block .b-share a span, .shares-block a.ya-share2__link span.ya-share2__badge {
    width: 28px;
    height: 28px;
    border-radius: 3px;
}

.shares-block .b-share a {
    margin-right: 5px !important;
}

.shares-block .b-share a:last-of-type {
    margin-right: 0px !important;
}

.shares-block .b-share a span.b-share-icon_vkontakte {
    background-position: -3px -3px;
}

.shares-block .b-share a span.b-share-icon_facebook, .shares-block .ya-share2__item_service_facebook a.ya-share2__link span.ya-share2__badge {
    background-position: -83px -3px;
}

.shares-block .b-share a span.b-share-icon_twitter, .shares-block .ya-share2__item_service_twitter a.ya-share2__link span.ya-share2__badge {
    background-position: -3px -43px;
}

.shares-block .b-share a span.b-share-icon_odnoklassniki, .shares-block .ya-share2__item_service_odnoklassniki a.ya-share2__link span.ya-share2__badge {
    background-position: -43px -3px;
}

.shares-block .b-share a span.b-share-icon_moimir, .shares-block .ya-share2__item_service_moimir a.ya-share2__link span.ya-share2__badge {
    background-position: -123px -3px;
}

.shares-block .b-share a span.b-share-icon_gplus, .shares-block .ya-share2__item_service_gplus a.ya-share2__link span.ya-share2__badge {
    background-position: -43px -123px;
}

.shares-block .ya-share2__item_service_odnoklassniki a.ya-share2__link span.ya-share2__badge {
}

.shares-block ul li {
    padding: 0px;
    margin: 0px;
}

.shares-block ul li.ya-share2__item {
    margin-right: 5px;
    margin-bottom: 5px;
}

.shares-block ul li.ya-share2__item:last-of-type {
    margin-right: 0px;
}

.shares-block ul li:before {
    display: none;
}

.shares-block a.ya-share2__link span.ya-share2__badge {
    background: url(/bitrix/templates/centino-heat/images/svg/social.svg) -3px -3px no-repeat;
    transition: opacity 0.5s ease;
}

.shares-block a.ya-share2__link span.ya-share2__badge span {
    display: none;
}

.shares-block .ya-share2__item_service_telegram a.ya-share2__link span.ya-share2__badge {
    background-position: -284px -123px;
}

.shares-block .ya-share2__item_service_viber a.ya-share2__link span.ya-share2__badge {
    background-position: -283px -4px;
}

.shares-block .ya-share2__item_service_whatsapp a.ya-share2__link span.ya-share2__badge {
    background-position: -283px -44px;
}

.shares-block .ya-share2__item_service_skype a.ya-share2__link span.ya-share2__badge {
    background-position: -284px -84px;
}

.catalog.detail .head .bottom-wrapper {
    border-top: 1px solid #ebebef;
    margin: 30px 0px 0px;
    padding: 30px 0px 0px;
}

.catalog.detail .head .hh + .bottom-wrapper {
    margin-top: 0px;
    padding-top: 22px;
}

.catalog.detail .head .link-block-more + .bottom-wrapper {
    margin-top: 15px;
}

.catalog.detail .head .share {
    margin-bottom: 0;
    font-size: 0.8em;
    text-align: left;
    float: none;
}

.catalog.detail .head .order + .share {
    margin-top: 15px;
}

.catalog.detail .buy_block {
    margin: 0px -5px 5px;
}

.catalog.detail .buy_block .counter {
    padding: 5px;
}

.catalog.detail .buy_block .buttons {
    padding: 5px;
    display: inline-block;
}

.catalog.detail .buy_block .buttons .btn {
    margin: 0;
    width: 100%;
    padding: 15px 22px 15px;
}

.catalog.detail .buy_block.in .buttons {
    width: 100%;
}

.catalog.detail .order.basketTrue .btn {
    width: 100%;
}

.catalog.detail .head.wti .order.basketTrue .btn {
    max-width: 328px;
}

.catalog.detail .footer-button {
    opacity: 1;
    display: block;
}

.catalog.detail .bottom-wrapper-inner .footer-button {
    *max-width: 254px;
}

body .footer-button .lg.buy_block .counter input {
    height: 36px;
}

.detail {
    position: relative;
}

.catalog.detail .flexslider:not(.flexslider-init) + .arrows {
    display: none;
}

.catalog.detail .galery .top-small-wrapper {
    left: auto;
    right: 39px;
}

.detail .galery span.zoom {
    opacity: 1;
    top: 22px;
    right: 61px;
    border-radius: 2px;
}

.detail .galery span.zoom.top-right {
    margin: 0;
    top: 20px;
    right: 20px;
}

.catalog.detail .galery .top-small-wrapper {
    top: 72px;
    height: auto;
}

.catalog.detail .galery .top-small-wrapper__catalog {
    top: 0;
    height: auto;
}

.catalog.detail .galery .top-small-wrapper .top-small-wrapper2 {
    margin-top: 0px;
    top: 0px;
}

.catalog.detail .galery .top-small-wrapper .top-small-wrapper2 li {
    border-radius: 2px;
    border-width: 1px;
}

.catalog.detail .arrows {
    position: relative;
    text-align: right;
    padding-bottom: 5px;
    padding-right: 84px;
    margin-top: 5px;
}

.catalog.detail .arrows .nav-carousel {
    display: inline-block;
}

.catalog.detail .arrows .nav-carousel .flex-direction-nav li {
}

.catalog.detail .arrows .nav-carousel .flex-direction-nav li a {
    opacity: 1;
    visibility: visible;
    right: auto;
    left: auto;
    border: 1px solid #EBEBEF;
    box-sizing: border-box;
    border-radius: 2px;
    top: 0px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

.catalog.detail .arrows .nav-carousel .flex-direction-nav li a:before {
    top: 13px;
    left: 26px;
}

.catalog.detail .arrows .nav-carousel .flex-direction-nav li a.flex-prev:before {
    background: url('/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_grey.svg') -0px 0px no-repeat;
}

.catalog.detail .arrows .nav-carousel .flex-direction-nav li a.flex-next:before {
    background: url('/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_grey.svg') -0px 0px no-repeat;
}

.catalog.detail .arrows .nav-carousel .flex-direction-nav li a.flex-prev {
    right: 94px;
}

.catalog.detail .arrows .nav-carousel .flex-direction-nav li.flex-nav-prev:hover a:before {
    background: url('/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_white.svg') -0px 0px no-repeat;
}

.catalog.detail .arrows .nav-carousel .flex-direction-nav li.flex-nav-next:hover a:before {
    background: url('/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_white.svg') -0px 0px no-repeat;
}

.char-block {
    border: 1px solid #ebebef;
    margin-top: 0px !important;
    padding: 34px 38px !important;
    margin-bottom: 32px !important;
}

.char-block .titles_block {
    font-size: 1.1335em;
    line-height: 22px;
    color: #333333;
    padding-bottom: 7px;
}

.char-block .char_name {
    background: none;
    margin-top: 10px;
}

.char-block .char_name span {
    font-size: 0.8667em;
    line-height: 17px;
    color: #888888;

}

.char-block .char_value {
    margin-top: 1px;
}

.char-block .char_value span {
    font-size: 1.0667em;
    line-height: 21px;
    color: #333333;
}

.catalog.detail .bottom-item-block {
    padding-top: 20px;
}

.catalog.detail .bottom-item-block .item-views {
    margin: 0px;
}

.catalog.detail .bottom-item-block .item-views + .wraps hr {
    margin-top: 0px;
}

.catalog.detail .bottom-item-block .wraps:first-of-type hr {
    margin-top: 0px;
}

.catalog.detail .wrapper-block-btn {
    max-width: 240px;
}

.catalog.detail .wrapper-block-btn .wrapper {
    display: inline-block;
    vertical-align: top;
}

.catalog.detail .wrapper-block-btn .wrapper .btn {
    margin-top: 17px;
    margin-left: 1px;
}

.catalog.detail .wrapper-block-btn.basketTrue .wrapper {
    display: block;
}

.catalog.detail .wrapper-block-btn.basketTrue.order {
    max-width: unset;
}

.catalog.detail .wrapper-block-btn.basketTrue.order > div > span {
    padding: 14px 22px;
}

.share ul li {
    margin-bottom: 0px;
    padding-left: 0px;
}

.share ul li:before {
    display: none;
}

.share .shares-block {
    display: inline-block;
    border: 1px solid #ebebef;
    border-radius: 3px;
    position: relative;
    padding: 10px 67px 4px 20px;
    cursor: pointer;
    transition: padding ease 0.3s;
    min-height: 47px;
}

.share .shares-block:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 14px;
    display: block;
    background: url(/bitrix/templates/centino-heat/images/svg/corp.svg) 0px -92px no-repeat;
    width: 17px;
    height: 18px;
}

.share .shares-block:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 47px;
    display: block;
    background: #ebebef;
    width: 1px;
    height: 100%;
}

.share .shares-block:hover > span, .shares-block .ya-share2 {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.share .shares-block:hover {
    background: white;
}

.share .shares-block:hover:before {
    *background: #fff;
}

.share .shares-block:hover .ya-share2 {
    opacity: 1;
    visibility: visible;
    display: block;
}

.page-top-main {
    position: relative;
}

.share.top {
    position: absolute;
    right: -17px;
    opacity: 0;
    z-index: 2;
    margin: 0px;
}

.page-top .share.top {
    opacity: 1;
}

.share.top.rss-block {
    right: 50px;
}

.share.top .shares-block {
    border: none;
    padding-left: 0px;
    padding-right: 47px;
    padding-top: 6px;
    padding-bottom: 1px;
    min-height: 40px;
}

.share.top .shares-block:hover {
    padding-left: 10px;
    padding-right: 56px;
}

.share.top .shares-block:before {
    background: none;
}

.share.top .shares-block:hover:before {
    background: #fff;
}

.share.top .shares-block:after {
    top: 12px;
}

.body .page-top .print-link {
    position: absolute; /*top:-2px;*/
    width: 40px;
    height: 40px;
    font-size: 0px;
    transition: background ease 0.3s;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    right: 0px;
}

.svg-print {
    background: url(/bitrix/templates/centino-heat/images/svg/corp.svg) -38px -92px no-repeat;
    width: 16px;
    height: 16px;
    top: 1px;
}

.body .page-top .print-link:hover .svg-print {
    background-position: -38px -113px;
}

.page-top .rss + .print-link, .page-top .share.top + .print-link {
    right: 55px;
}

.page_title_1.page-top .rss + .print-link, .page_title_1.page-top .share.top + .print-link {
    top: 44px;
}

.page_title_1.page-top .rss {
    top: 44px;
}

.page_title_1 .share.top {
    top: 43px;
}

.body .page-top .print-link:hover {
    background: #ebebef;
}

body .page-top .share.top.rss-block .print-link {
    right: 55px;
    top: 0px;
}

body .page-top-wrapper.color .page-top .share.top.rss-block .print-link {
    top: 0px;
}

.body .print-link + h1 {
    padding-right: 40px;
}

/*colored h1*/
.page-top-wrapper.color .rss {
    top: -7px;
    right: 16px
}

.page-top-wrapper.color .rss:before {
    background-position: -19px -114px;
}

.page-top-wrapper.color .rss:hover {
    background-color: #ebebef;
}

.page-top-wrapper.color .rss:hover:before {
    background-position: -19px -93px;
}

.page-top-wrapper.color .share {
    top: -2px;
    right: 16px;
}

.page-top-wrapper.color .share.top.rss-block {
    right: 66px;
}

.page-top-wrapper.color .share .shares-block:not(:hover):after {
    background-position: 0px -113px;
}

.body .page-top-wrapper.color .page-top .print-link {
    right: 16px;
    top: -2px;
}

.body .page-top-wrapper.color .page-top .rss + .print-link {
    right: 71px;
}

.body .page-top-wrapper.color .page-top .share.top + .print-link {
    right: 71px;
}

.body .page-top-wrapper.color .page-top .print-link .svg-print {
    background-position: -38px -113px;
}

.body .page-top-wrapper.color .page-top .print-link:hover {
    background-color: #ebebef;
}

.body .page-top-wrapper.color .page-top .print-link:hover .svg-print {
    background-position: -38px -92px;
}

.rss {
    position: relative;
    bottom: 12px;
    width: 40px;
    height: 40px;
    font-size: 0px;
    transition: background ease 0.3s;
    border-radius: 3px;
    position: absolute;
    right: 0px;
    top: -2px;
}

.rss:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
    background: url(/bitrix/templates/centino-heat/images/svg/corp.svg) -19px -93px no-repeat;
    width: 14px;
    height: 14px;
}

.rss:hover:before {
    background-position: -19px -114px;
}

.footer-button {
    opacity: 0;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease;
    margin: 7px 0 0px;
}

.footer-button * {
}

.item:hover .footer-button {
    opacity: 1;
    visibility: visible;
    height: auto;
}

/*yamaps*/
/*.ymaps-image-with-content{background:none!important;}*/
.cluster_custom > span {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    line-height: 56px;
}

.contacts-page-map-top .bx-yandex-view-layout {
    margin-bottom: 0px;
}

.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .section_name {
    color: #777;
}

.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .title a {
    color: #333;
}

.bx-yandex-view-map .bx-yandex-map img {
    position: absolute;
    left: 0px;
    right: 0px;
}

.projects .bx-yandex-view-map .bx-yandex-map img {
    position: static;
    max-width: 100%;
}

.contacts-page-map-top.projects {
    margin: 0 0px 40px;
}

.page-top-wrapper.grey + .contacts-page-map-top.projects, .page-top-wrapper.color + .contacts-page-map-top.projects {
    margin-top: -43px;
}

.contacts-page-map-top.projects h5 {
    margin-bottom: 37px;
    font-size: 2.2em;
    line-height: 1.14em;
}

.body .contacts-page-map-top.projects .ymaps-b-balloon {
    padding: 0;
    width: 437px !important;
    margin: 4px 0 0 10px;
}

.marker.dynamic, .ymaps-point-overlay ymaps > svg {
    position: absolute;
    bottom: 0;
    left: -30px;
}

.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info {
    border-radius: 2px;
    overflow: hidden;
}

.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .image {
    position: relative;
    float: left;
    width: 173px;
    overflow: hidden;
    z-index: 3;
}

.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .body-info {
    padding: 15px 30px 17px 30px;
}

.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .body-info:not(.wti) {
    padding-left: 195px;
}

.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .section_name {
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .info {
    margin: 9px 0 0;
    font-size: 0.8em;
    line-height: 1.1667em;
    color: #818181;
}

.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .title {
    padding: 0;
}

.contacts-page-map-top.projects.type_3 h5 {
    padding-top: 45px;
    border-top: 1px solid #ebecec;
}

.contacts-page-map-top.projects_detail .bx-yandex-view-layout {
    margin: 0;
}

.contacts-page-map-top .bx-yandex-view-layout {
    margin-bottom: 0;
}

.cluster_custom {
    font-size: 0.8667em;
    line-height: 1;
}

.ymaps-shadows-pane {
    display: none;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .title {
    margin-bottom: 6px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block {
    color: #555;
    font-size: 0.8667em;
    padding-left: 24px;
    padding-bottom: 11px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block:last-of-type {
    padding-bottom: 0px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block .svg-inline-metro {
    top: 3px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block .svg-inline-email {
    top: 2px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block a:not(:hover) {
    color: #555;
}

.body .drag-block .ymaps-b-balloon { /*display:none;*/
}

.body .drag-block .ymaps-label {
    display: none !important;
}

.ymaps-map .marker .mcls-1 {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.body .drag-block .ymaps-shadows-pane { /*display:none;*/
}

.bx-yandex-view-layout .pane_info_wrapper {
    position: relative;
}

.bx-yandex-view-layout.front_map .pane_info_wrapper .pane_info {
    position: absolute;
    top: 50px;
    left: 16px;
    z-index: 2;
    background: #fff;
    width: 287px;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .title_block {
    padding: 24px 30px 22px;
    font-size: 1.467em;
    color: #333;
    border-bottom: 1px solid #ebebef;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block {
    padding: 21px 30px 30px;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .btn-block .btn {
    margin: 13px 0px 0px;
    display: block;
}

.pane_info_wrapper .pane_info .value-block {
    position: relative;
    padding: 0px 0px 19px 28px;
    font-size: 0.933em;
    line-height: 18px;
}

.pane_info_wrapper .pane_info .value-block i {
    position: absolute;
    top: 1px;
    left: 0px;
    width: 16px;
    height: 16px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block i.svg-inline-phone svg {
    width: 12px;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phones {
    padding-bottom: 17px;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phone {
    display: inline-block;
    margin-bottom: 16px;
    z-index: 1;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phone i {
    top: -2px;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phone i svg {
    width: 13px;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phone a {
    color: #222;
    white-space: nowrap;
    padding-left: 9px;
    font-size: 1.067em;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phone .dropdown {
    top: 25px;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .phone .dropdown a {
    padding-left: 26px;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block .schedule {
    font-size: 0.8667em;
    color: #888;
    margin: 0px 0px 0px 26px;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .email a {
    color: #333;
}

.bx-yandex-view-layout .pane_info_wrapper .pane_info .email i {
    top: 3px;
}

.front_map.bx-yandex-view-layout {
    margin: 0px;
    border: none;
}

.front_map.bx-yandex-view-map {
    position: relative;
    overflow: hidden;
    margin: 0px;
    border: none;
}

.bx-yandex-view-map .bx-yandex-map img {
    position: absolute;
    left: 0px;
    right: 0px;
}

/* smart-filter */
.smartfilter .bx_ui_slider_track {
    height: 5px;
    margin: 39px 8px 12px;
    position: relative;
    zoom: 1;
    background: #dadada;
    z-index: 1;
}

.bx_filter .smartfilter input[type="checkbox"] + label {
    display: block;
}

.bx_filter .bx_ui_slider_pricebar_VD {
    z-index: 60;
    background: #979797;
}

.bx_filter .bx_ui_slider_range,
.bx_filter .bx_ui_slider_pricebar,
.bx_filter .bx_ui_slider_pricebar_VD,
.bx_filter .bx_ui_slider_pricebar_VN,
.bx_filter .bx_ui_slider_pricebar_V {
    position: absolute;
    top: 0px;
    bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #FFF;
}

.bx_filter .bx_ui_slider_range {
    z-index: auto;
    background: #dadada;
}

.bx_filter .bx_ui_slider_pricebar {
    z-index: 100;
}

.bx_filter .bx_ui_slider_pricebar_VD {
    z-index: 60;
    background: #979797;
}

.bx_filter .bx_ui_slider_pricebar_VN {
    z-index: 70;
    background: #bbc2c8;
}

.bx_filter .bx_ui_slider_pricebar_V {
    z-index: 80;
    background: #dadada;
}

.bx_filter .bx_ui_slider_handle {
    position: absolute;
    top: 100%;
    width: 22px;
    height: 22px;
}

.bx_filter .bx_ui_slider_handle:hover {
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab;
}

.bx_filter .bx_ui_slider_handle:active {
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: grabbing;
}

.bx_filter .bx_ui_slider_handle.left {
    left: 0;
    margin-left: -9px;
}

.bx_filter .bx_ui_slider_handle.right {
    right: 0;
    margin-right: -9px;
}

.bx_filter .bx_ui_slider_part {
    position: absolute;
    top: -3px;
    width: 0px;
    height: 10px;
    background: #e5e5e5;
}

.bx_filter .bx_ui_slider_part.p1 {
    left: -1px;
}

.bx_filter .bx_ui_slider_part.p2 {
    left: 25%;
    display: none;
}

.bx_filter .bx_ui_slider_part.p3 {
    left: 50%;
    display: none;
}

.bx_filter .bx_ui_slider_part.p4 {
    left: 75%;
    display: none;
}

.bx_filter .bx_ui_slider_part.p5 {
    right: 1px;
}

.bx_filter .bx_ui_slider_part span {
    font-size: 0.800em;
    position: absolute;
    bottom: 13px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #999;
}

.bx_filter .bx_ui_slider_part.p2 span,
.bx_filter .bx_ui_slider_part.p3 span,
.bx_filter .bx_ui_slider_part.p4 span {
    color: #b1b1b1;
    display: none;
}

.bx_filter .bx_ui_slider_part.first span {
    text-align: left;
    left: -8px;
    margin-left: 0px;
}

.bx_filter .bx_ui_slider_part.last span {
    text-align: right;
    left: auto;
    right: -8px;
    margin-left: 0px;
}

.bx_filter .bx_filter_popup_result {
    font-size: 0.8em;
    font-weight: 400;
}

.bx_filter.bx_filter_vertical .bx_filter_popup_result {
    line-height: 51px;
    position: absolute;
    z-index: 930;
    display: none;
    margin-top: -14px;
    margin-left: -4px;
    padding: 0 20px;
    white-space: nowrap;
    color: #fff;
    left: 102%;
}

.bx_filter.bx_filter_vertical .bx_filter_popup_result a {
    margin: 0 0 0 18px;
    padding-left: 11px;
    padding-right: 12px;
    background: #fff;
    border-radius: 2px;
    padding: 5px 12px 7px 11px;
}

.bx-chorme .bx_filter.bx_filter_vertical .bx_filter_popup_result a {
    padding-top: 6px;
    padding-bottom: 6px;
}

.bx_filter.bx_filter_horizontal .bx_filter_popup_result {
    padding: 0px 10px 0px 0px;
}

.bx_filter.bx_filter_horizontal .bx_filter_popup_result a {
    display: none;
}

.catalog.bx_filter {
    margin-bottom: 37px;
}

.catalog .bx_filter_section {
    position: relative;
}

.catalog .bx_filter_section .smartfilter > .row > div {
    position: static;
}

.filter_search .bx_filter .bx_filter_popup_result {
    font-size: 0px;
    line-height: 48px;
}

.filter_search .bx_filter .bx_filter_popup_result a {
    font-size: 0.8em;
    margin: 2px 0px 0px;
}

.filter_search .bx_filter .bx_filter_popup_result#modef_mobile {
    padding: 0px;
}

.col-cmd-3, .col-cmd-1, .col-cmd-2, .col-cmd-4 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 25px;
    padding-right: 25px;
}

.col-cmd-4 {
    width: 84%;
}

.col-cmd-3 {
    width: 28%;
}

.col-cmd-2 {
    width: 42%;
}

.col-cmd-1 {
    width: 16%;
}

.bx_filter.front {
    border: 1px solid #e7e8ea;
    text-align: center;
}

.bx_filter.front h3 {
    background: #fff;
    margin: 0px;
    padding: 10px 30px;
    position: relative;
    top: -22px;
    margin-bottom: -22px;
}

.bx_filter.front .bx_filter_section {
    padding: 0px 50px 40px;
    text-align: left;
}

.bx_filter.front .row {
    margin-left: -25px;
    margin-right: -25px;
}

.bx_filter.front .btn-default, .bx_filter .wrapp_change_inputs {
    position: relative;
}

.bx_filter .bx_filter_parameters_box_title {
    color: #333;
    font-size: 0.933em;
    font-weight: 400;
    margin: 0px 0px 10px;
}

.bx_filter .bx_filter_parameters_box_container_block {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    color: #3f3f3f;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(1) {
    padding-right: 13px;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2) {
    padding-left: 13px;
}

.bx_filter .bx_filter_parameters_box_container input[type="text"] {
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    box-shadow: none;
    color: #555;
    height: auto;
    font-size: 0.933em;
    padding: 7px 12px 5px;
    width: 100%;
}

.bx_filter .divider {
    width: 12px;
    height: 1px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -6px;
    background: #c9d3da;
}

.bx_filter .bx_ui_slider_track .bx_ui_slider_handle {
    top: -7px;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    z-index: 97;
    background: #fff;
    border-radius: 16px;
    border: 3px solid #ddd;
}

.bx_filter .bx_ui_slider_track .bx_ui_slider_handle:after {
    font-size: 0;
    content: ".";
    background: #fff;
    display: inline-block;
    background: #fff;
    width: 6px;
    height: 6px;
    left: 3px;
    position: absolute;
    top: 2px;
}

.bx_filter .bx_ui_slider_track .bx_ui_slider_handle:hover, .bx_filter .bx_ui_slider_track .bx_ui_slider_handle:active {
    border-color: #333333
}

.bx_filter .bx_filter_parameters_box_container_block .bx_filter_calendar_container {
    position: relative;
    padding-right: 20px;
}

.bx_filter .bx_filter_parameters_box_container_block .bx_filter_calendar_container input[type=text] {
    padding: 5px 5px 3px;
}

.bx_filter .bx_filter_parameters_box_container_block .bx_filter_calendar_container img.calendar-icon {
    position: absolute;
    right: 0px;
    top: 7px;
}

.bx_filter input[type="checkbox"]:checked + label:before, .bx_filter input[type="checkbox"] + label:not(.disabled):hover:before, .filter input[type="checkbox"]:checked + label:before, .filter input[type="checkbox"] + label:hover:before, .filter input[type="radio"]:checked + label:before, .filter input[type="radio"] + label:hover:before {
    display: inline-block;
    z-index: 3;
}

.bx_filter input[type="checkbox"]:checked + label:before, .bx_filter input[type="checkbox"]:checked + label:not(.disabled):hover:before, .filter input[type="checkbox"]:checked + label:before, .filter input[type="checkbox"]:checked + label:hover:before, .filter input[type="radio"]:checked + label:before, .filter input[type="radio"]:checked + label:hover:before {
    z-index: -1;
}

.bx_filter .filter input[type="radio"]:checked + label:before {
    z-index: 0;
}

.bx_filter input[type="checkbox"] + label:before, .filter input[type="checkbox"] + label:before, .filter input[type="radio"] + label:before {
    font-size: 0;
    content: ".";
    display: none;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 0px;
    top: 1px;
    background: #ddd;
    z-index: -1;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.bx_filter input[type="checkbox"] + label:after, .filter input[type="checkbox"] + label:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 0px;
    top: 1px;
    background-color: #fff;
    z-index: 2;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #ebebef;
}

.bx_filter input[type="checkbox"]:checked + label:after, .filter input[type="checkbox"]:checked + label:after {
    background-position: 0px -29px;
}

.filter input[type="radio"]:checked + label:after {
    box-shadow: none;
    width: 6px;
    height: 6px;
    left: 5px;
    top: 7px;
    background: #fff !important;
}

.bx_filter input[type="checkbox"]:checked + label.nab:before, .bx_filter input[type="checkbox"] + label.nab:hover:before, .bx_filter input[type="checkbox"] + label.nab:after {
    display: none;
}

.filter input[type="radio"] + label:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0px;
    top: 2px;
    background: #fff;
    z-index: 2;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0px 0px 0px 1px #cccccc inset;
    -moz-box-shadow: 0px 0px 0px 1px #cccccc inset;
    -webkit-box-shadow: 0px 0px 0px 1px #cccccc inset;
}

.filter input[type="radio"] + label:before {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    top: 2px;
}



.form .bx_filter .input .filter input[type="radio"] + label {
    padding-top: 0px;
}

.form .bx_filter .input .filter input[type="radio"] + label:before, .form .bx_filter .input .filter input[type="radio"] + label:after {
    top: 3px;
}

.form .bx_filter .input .filter input[type="radio"]:checked + label:after {
    top: 8px;
}

.bx_filter_vertical input[type="checkbox"] + label.disabled {
    cursor: default;
}

.bx_filter input[type="checkbox"], .bx_filter input[type="radio"] {
    display: none;
}

.bx_filter input[type="checkbox"] + label {
    padding: 6px 0px 7px 35px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    outline: none;
    display: inline-block;
    margin: 0px 20px 3px 0;
    color: #555555;
    font-size: 0.8667em;
    min-height: 20px;
}

.bx_filter input[type="radio"] + label {
    color: #888888;
    display: block;
    position: relative;
    padding: 3px 0px 0px 25px;
    font-size: 0.8667em;
    margin: 0px 0px 3px;
}

.bx_filter input[type="checkbox"]:checked + label, .bx_filter input[type="radio"]:checked + label {
    color: #333;
}

.bx_filter .bx_filter_input_checkbox .bx_filter_param_text, .filter label > span {
    display: block;
    line-height: 16px; /*margin-left: 16px;*/
    text-align: left;
}

.bx_filter .filter {
    margin: 0px;
    padding: 0px;
}

.bx_filter input[type="checkbox"]:checked + label:after, .filter input[type="checkbox"]:checked + label:after {
    background-image: url(/bitrix/templates/centino-heat/images/corp3.svg);
    background-position: -20px 8px;
    background-repeat: no-repeat;
    box-shadow: none;
}

.bx_filter label,
.filter label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px; // Ð§Ñ‚Ð¾Ð±Ñ‹ Ð±Ñ‹Ð» Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ Ð¼ÐµÐ¶Ð´Ñƒ Ñ‡ÐµÐºÐ±Ð¾ÐºÑÐ¾Ð¼ Ð¸ Ñ‚ÐµÐºÑÑ‚Ð¾Ð¼
}

.bx_filter input[type="checkbox"],
.filter input[type="checkbox"] {
    display: block;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bx_filter input[type="checkbox"]:checked,
.filter input[type="checkbox"]:checked {
    background-color: var(--site-color--green);
    border-color: var(--site-color--green);
}

.bx_filter input[type="checkbox"]::after,
.filter input[type="checkbox"]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background-image: url(/bitrix/templates/centino-heat/images/corp3.svg);
    background-position: -20px 8px;
    background-repeat: no-repeat;
    box-shadow: none;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease-in-out;
    border-radius: 2px;
}

.bx_filter input[type="checkbox"]:checked::after,
.filter input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%) scale(1);
}


/*highload*/
.catalog .bx_filter_section .bx_filter_block .bx_filter_param_label.pal {
    position: relative;
    padding-left: 45px;
    line-height: 18px;
}

.catalog .bx_filter_section .bx_filter_block .bx_filter_param_label.pal {
    margin-top: 20px;
}

.catalog .bx_filter_section .bx_filter_block .bx_filter_param_label.pal:first-of-type {
    margin-top: 0;
}

.catalog .bx_filter_section .bx_filter_block .bx_filter_param_label .bx_filter_param_btn {
    position: absolute;
    left: 0;
    top: -3px;
    display: block;
    padding: 3px;
    width: 32px;
    height: 32px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

.catalog .bx_filter_section .bx_filter_block .bx_filter_param_label:hover .bx_filter_param_btn, .catalog .bx_filter_section .bx_filter_block .bx_filter_param_label.active .bx_filter_param_btn {
    border-width: 2px;
    padding: 2px;
}

.catalog .bx_filter_section .bx_filter_block .bx_filter_param_label .bx_filter_param_btn .bx_filter_btn_color_icon {
    display: block;
    height: 24px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.catalog .bx_filter_section .bx_filter_block .pict_block {
    margin: -3px 0 0 -3px;
}

.catalog .bx_filter_section .bx_filter_block .pict {
    margin: 3px 0 0 3px;
    display: inline-block;
}

.catalog .bx_filter_section .bx_filter_block .pict label {
    padding: 3px;
    width: 32px;
    height: 32px;
    border-radius: 3px;
}

.catalog .bx_filter_section .bx_filter_block .pict label:hover, .catalog .bx_filter_section .bx_filter_block .pict label.active {
    padding: 2px;
    border-width: 2px;
}

.catalog .bx_filter_section .bx_filter_block .pict .bx_filter_btn_color_icon {
    display: block;
    height: 24px;
}

.bx_filter .bx_filter_select_container.wpicture .bx_filter_select_block {
    height: 50px;
}

.bx_filter .bx_filter_select_container.wpicture .bx_filter_select_block .bx_filter_select_text {
    height: 48px;
    line-height: 47px;
}

.popup-window-content .bx_filter_select_popup ul li label.wselectpict {
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    padding-left: 50px;
}

.popup-window-content .bx_filter_select_popup ul li label.wselectpict .bx_filter_param_btn,
.bx_filter .bx_filter_select_text .bx_filter_param_btn {
    position: absolute;
    left: 8px;
    top: 5px;
    display: block;
    padding: 3px;
    width: 32px;
    height: 32px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

.bx_filter .bx_filter_select_block .bx_filter_select_text .bx_filter_param_btn {
    position: static;
    margin: 2px 14px 0 0;
    float: left;
    display: block;
    padding: 3px;
    width: 25px;
    height: 25px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

.bx_filter .bx_filter_select_block .bx_filter_select_text .bx_filter_param_btn .bx_filter_btn_color_icon {
    height: 18px;
}

.bx_filter .bx_filter_select_text .bx_filter_param_btn {
    top: 8px;
}

body .popup-window-content .bx_filter_select_popup ul li label {
    white-space: normal;
}

.popup-window-content .bx_filter_select_popup ul li label.wselectpict .bx_filter_btn_color_icon,
.bx_filter .bx_filter_select_text .bx_filter_btn_color_icon {
    display: block;
    height: 24px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/*Select*/
.bx_filter .bx_filter_select_block, .common_select .common_select-link {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 31px;
    margin: 0 0px 5px;
    padding: 0 33px 0 7px;
    border-radius: 2px;
    background: white;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.bx_filter .bx_filter_select_text, .common_select .common_select-link .ik_select_link_text {
    font-size: 0.8667em;
    line-height: 28px;
    max-width: 100%;
    height: 31px;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
}

.bx_filter .bx_filter_select_block:hover .bx_filter_select_arrow, .common_select .common_select-link:hover .trigger, .common_select .common_select-link.opened .trigger { /*background:#e3e3e3;*/
}

.bx_filter .bx_filter_select_block:hover .bx_filter_select_arrow:before, .common_select .common_select-link:hover .trigger:before, .common_select .common_select-link.opened .trigger:before {
    background-position: -36px -174px;
}

.bx_filter .bx_filter_select_text.fix {
    min-width: 120px;
}

.bx_filter .bx_filter_select_text label {
    cursor: pointer;
}

.bx_filter .bx_filter_select_arrow, .common_select .common_select-link .trigger {
    position: absolute;
    top: -1px;
    right: 0;
    width: 26px;
    height: 31px;
    cursor: pointer;
    border-left: 1px solid #E5E5E5;
    background: #d4d4d4;
    text-align: center;
    line-height: 32px;
}

.bx_filter .bx_filter_select_arrow:before, .common_select .common_select-link .trigger:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 4px;
    background: #d4d4d4;
    display: none;
}

.bx_filter .bx_filter_select_arrow .fa {
    font-size: 1.2em;
    color: #fff;
}

.popup-window-content .bx_filter_select_popup ul li {
    padding-left: 0px;
    margin-bottom: 0px;
}

.popup-window-content .bx_filter_select_popup ul li label:hover {
    background: #e3e3e3;
}

.popup-window-content .bx_filter_select_popup ul li label.selected {
    background: #ddd; /*color:#fff;*/
}

.common_select {
    width: 100% !important;
    font-size: 0px;
}

.common_select select {
    display: none;
}

.front .bx_filter_button_box {
    padding: 29px 0px 0px;
}

.catalog.bx_filter .bx_filter_block { /*overflow:visible !important;*/
    padding: 12px 1px 0px;
    margin: 0px -1px -1px 0px;
}

.border_block {
    border: 1px solid #ebebef;
    padding: 0px 0px;
    border-radius: 0px;
}

.catalog .bx_filter_parameters_box {
    border-bottom: 1px solid #ebebef;
    padding: 15px 20px 15px;
    background: #f9f9f9;
}

.catalog .bx_filter_button_box {
    padding: 10px 20px 10px;
}

.catalog .bx_filter_button_box .bx_filter_parameters_box_container {
}

.catalog .bx_filter_button_box .bx_filter_parameters_box_container .btn {
    padding: 6px 17px 7px;
    font-size: 0.9335em;
}

.bx-chrome .catalog .bx_filter_button_box .bx_filter_parameters_box_container .btn {
    padding-top: 7px;
    padding-bottom: 6px;
}

.catalog.bx_filter .bx_filter_parameters_box_title {
    margin: 0px;
    position: relative;
    cursor: pointer;
}

.catalog.bx_filter .bx_filter_parameters_box_title:before {
    color: #7d7d7d;
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 1.0667em;
    right: 0px;
    font-weight: normal;
    top: 0px;
    opacity: 1;
}

.catalog.bx_filter .bx_filter_parameters_box_title:hover:before {
    color: #d4d4d4;
}

.bx_filter.front .bx_filter_parameters_box_title:hover {
    color: #333;
}

.catalog.bx_filter .active .bx_filter_parameters_box_title:before {
    content: "\f106";
}

.catalog .bx_filter_section .btn {
    display: inline-block;
}

.catalog .bx_filter_section .btn.white {
    padding: 6px 16px;
}

.catalog .bx_filter_section .bx_filter_button_box .bx_filter_search_reset {
    position: relative;
    margin-right: 0px;
    font-weight: normal; /*padding-left: 10px;padding-right: 10px;*/
}

.bx_filter_section .btn.btn-transparent:hover {
    color: #fff;
}

.bx_filter.catalog .bx_filter_parameters_box_title {
    padding: 0px 10px 0px 0px;
    color: #333;
    font-size: 0.933em;
}

.bx_filter_horizontal {
    margin: 0px 0px 30px;
}

.catalog .line_row .bx_filter_parameters_box {
    border-bottom-width: 0px;
}

.catalog .filter_hor {
    margin: 0px;
    height: 0px;
}

.bx_filter_parameters_box .titles {
    color: #333;
}

.catalog .bx_filter_parameters_box.active {
    background: #f9f9f9;
}

.bx_filter .bx_filter_popup_result#modef_mobile {
    padding-bottom: 8px;
    left: 0px;
    background: rgba(0, 0, 0, 0);
    position: static;
    color: #888;
    margin: 0px;
    padding-left: 0px;
    line-height: 20px;
    vertical-align: middle;
}

.bx_filter .bx_filter_popup_result#modef_mobile .button {
    display: none;
}

/*Select popup*/
.popup-window-content {
    margin: 0;
}

div[id^=smartFilterDropDown] { /*max-width:170px;*/
    width: 100%;
}

div[id^=smartFilterDropDown] .popup-window {
    width: 100%;
    border: 0px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .2);
    border-radius: 2px;
}

div[id^=smartFilterDropDown] .popup-window-top-row, div[id^=smartFilterDropDown] .popup-window-left-column, div[id^=smartFilterDropDown] .popup-window-right-column, div[id^=smartFilterDropDown] .popup-window-bottom-row {
    display: none;
}

.popup-window-content .bx_filter_select_popup {
    padding: 0;
}

.popup-window-content .bx_filter_select_popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.popup-window-content .bx_filter_select_popup ul li {
    display: block;
    text-align: left;
    vertical-align: middle;
}

.popup-window-content .bx_filter_select_popup ul li:first-child {
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.popup-window-content .bx_filter_select_popup ul li:before {
    display: none;
}

.popup-window-content .bx_filter_select_popup ul li label {
    font-size: 0.8667em;
    line-height: 16px;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    padding: 8px 9px 8px 9px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    margin: 0px;
    height: auto;
}

.popup-window-content .bx_filter_select_popup ul li label.disabled {
    color: #b8b8b8;
    background: transparent;
}

.popup-window-content .bx_filter_select_popup ul li:last-child label {
    margin: 0px;
}

/* HEADER BASKET */
.remove:not(.all) {
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.remove:not(.all):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #969ba5 url(/bitrix/templates/centino-heat/images/corp.png) -49px 0 no-repeat;
}

.mega-menu .table-menu.basketTrue table td.search-item {
    width: 116px;
}

.topmenu-LIGHT .mega-menu .table-menu.basketTrue table td.search-item {
    border-top: 1px solid #efefef;
}

.mega-menu .table-menu.basketTrue table td.search-item > .wrap {
    width: 116px;
    vertical-align: top;
}

.mega-menu .table-menu.basketTrue table td.search-item .search-icon {
    width: 47px;
    border: none;
}

.basket_top {
    position: relative;
}

header.fixed .basket_top {
}

.topmenu-LIGHT .basket_top .icon .count, header.fixed .basket_top .icon .count {
    color: #FFF;
}

.basket_top .buttons {
    padding: 23px 20px;
    border-top: 1px solid #ebeef1;
    text-align: center;
    background: #f9fafb;
}

.basket_top .buttons .btn {
    margin: 0;
    display: inline-block;
    width: auto;
}

.logo-row .top-callback .basket_top {
    display: none;
}

.overlay_basket {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5);
}

/* BASKET */
.ajax_basket .basket_top {
    display: none;
}

.basket-link {
    white-space: nowrap;
}

.basket-link .js-basket-block {
    position: relative;
}

.basket-link .count {
    font-size: 0.7335em;
    border-radius: 100%;
    text-align: center;
    background: #000;
    color: #fff;
    width: 17px;
    height: 17px;
    display: inline-block;
    line-height: 18px;
}

.basket-link .count:not(.basket-count) {
    background: #b0b0b0;
}

body .bgcolored .basket-link.basket-count .count {
    background: #fff;
    color: #222;
}

body .menu-row.with-color.colored_dark .basket-link:not(.basket-count) .count {
    background: #b0b0b0;
    color: #fff;
}

body.fill_bg_n.title-v5 .visible-lg:not(.index) .menu-row.bgcolored, body.fill_bg_y.title-v5 .visible-lg:not(.index) .menu-row.bgcolored > .maxwidth-theme,
body.fill_bg_n.header_fill_colored.title-v5 .full-fill .logo-row, body.fill_bg_y.header_fill_colored.title-v5 .full-fill .logo-row > .maxwidth-theme {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.basket {
    margin: 0 0 55px;
}

.basket .clearfix {
    display: block;
    height: 0;
    clear: both;
}

.basket .items {
    border-bottom: 1px solid #ebebef;
}

.basket.default .items {
    border: 1px solid #ebebef;
}

.basket .items .box {
    display: table-cell;
    padding: 0 15px;
    vertical-align: top;
}

.basket .items .head {
    display: table;
    width: 100%;
    margin: 0 0 -1px;
    background: #fbfbfb; /*border-bottom:1px solid #ebebef;*/
}

.basket .items .head .box {
    vertical-align: middle;
    padding-top: 9px;
    padding-bottom: 9px;
}

.basket .items .head .title.prices {
    width: 150px;
}

.basket .items .head .title.prices.summ {
    width: 175px;
}

.basket .items .head .title.counter_t {
    width: 185px;
}

.basket .items .head .title {
    font-size: 0.800em;
    line-height: 16px;
    color: #95979a;
}

.basket .items .head .title:first-of-type {
    padding-left: 169px;
}

.basket .items .item > .wrap {
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.basket .items .item .name a {
    color: #222;
}

.basket .items .item {
    border-top: 1px solid #ebebef;
}

.basket .items .item .box {
    padding-top: 29px;
    padding-bottom: 29px;
}

.basket .items .item .box:first-of-type {
    padding-left: 29px;
}

.basket .items .item .box.buy_block {
    width: 185px;
}

.basket .items .item .image {
    float: left;
    width: 110px;
    height: 110px;
    line-height: 110px;
}

.basket .items .item .description {
    margin: 14px 0 0;
    padding: 0 0 0 140px;
}

.basket .items .item .description .name {
    line-height: 22px;
}

.basket:not(.fly) .items .item .description .name {
    font-size: 1.067em;
}

.basket.fly .items .item .description .name {
    font-size: 0.933em;
}

.basket .items .item .description .label {
    margin-right: 10px;
}

.basket .items .item .description .article {
    color: #777777;
    display: inline-block;
    font-size: 0.800em;
    line-height: 20px;
    vertical-align: top;
}

.basket .items .item .description .article > span {
    color: #2f383d;
}

.basket .items .item .description .props {
    margin: 8px 0 0;
}

.basket .items .item .prices {
    width: 150px;
}

.basket .items .item .summ {
    width: 170px;
}

.basket .items .item .price_new {
    margin: 14px 0 0;
    font-size: 1.067em;
    line-height: 22px;
    color: #333333;
}

.basket .items .item .price_old {
    margin: -1px 0 0;
    font-size: 0.933em;
    line-height: 18px;
    color: #777777;
    text-decoration: line-through;
}

.basket .items .item .counter {
    display: block !important;
    margin: 9px 25px 0 0;
    width: 100px;
}

.basket .items .remove_bl {
    width: 0;
    height: 0;
    padding: 0;
}

.basket .items .item .remove_bl > .wrap {
    position: relative;
    float: right;
}

.basket .items .item .remove {
    top: -19px;
    right: 2px;
}

.basket .items .item .wrap .props .prop_remove > .remove {
    color: #000000;
    font-size: 14px;
    display: contents;
    text-decoration: underline;
}

.basket .items .item .wrap .props .prop_remove > .remove > span {
    text-decoration: underline;
}

.basket .items .item .wrap .props .prop_remove > .remove:before {
    display: none;
}

.basket .items .item .basket-item__restore__wrapper .prop_remove {
    position: relative;
    min-width: 20px;
    margin-left: 10px;
}

.basket .items .item .basket-item__restore__wrapper .prop_remove > .remove {
    top: 3px;
    left: 0;
}

.basket-item__restore {
    margin-right: 12px;
}

/*.basket .items .item .basket-item__restore__wrapper .prop_remove > .remove:before {*/
/*    top: 3px;*/
/*    left: 0;*/
/*}*/

.basket .items .item .basket-item__restore__wrapper .prop_remove > .remove > span {
}

.j-pre-basket-item-delete {
    text-decoration: underline;
    cursor: pointer;
}

.basket-item__restore__wrapper {
    width: 100%;
    min-height: 90px;
    display: none;
    padding: 24px;
}

.basket-item__restore__inner {
    display: flex;
    width: 100%;
    margin-top: 0.8%;
    justify-content: space-between;
}

.basket-item__restore__inner > div:first-child {
    max-width: 60%;
}

.basket-item__restore__inner > div:first-child > span {
    font-weight: 600;
}

.basket__close__icon {
    color: #000;
    margin-left: 10px;
}

.basket-item__restore__inner > div:last-child {
    color: #00644C;
    cursor:pointer;
}

@media (max-width: 1500px) {
    .basket-item__restore {
        margin-right: 5%;
    }
}

@media (max-width: 1200px) {
    .basket-item__restore__inner > div:first-child {
        max-width: 70%;
    }
}

@media (max-width: 991px) {
    .basket.default .items .item.basket-item__hidden {
        padding-left: 29px;
        transition: all 0.3s ease;
    }

    .basket.default .items .item {
        transition: all 0.3s ease;
    }

    .basket-item__restore__wrapper {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .basket-item__restore__wrapper {
        padding-right: 0;
    }
    .basket-item__restore {
        white-space: nowrap;
    }
}

@media (max-width: 460px) {
    .basket.default .items .item .wrap {
        display: flex;
        flex-direction: column;
    }
    .basket .items .item .counter {
        width: 105px;
    }
    .right_block.narrow_N .basket.default .items .item .prices.summ {
        padding-left: 0;
    }
}
@media (max-width: 395px) {
    .basket-item__restore__wrapper {
        padding: 0;
    }

    .basket-item__restore__wrapper > .basket-item__restore__inner {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
}

.item .counter.sm input {
    height: 30px;
}

.item .counter .ctrl:not(:hover) {
}

.item .counter .input {
    border: 1px solid #f3f3f5;
    border-radius: 3px;
}

.item .counter .wrap {
    background: #F6F7FA;
    border: 1px solid #EDEDF1;
}

.buy_block .counter.sm .minus:before {
    background-position: -1px -160px;
    height: 7px;
}

.buy_block .counter.sm .minus:hover:before {
    background-position: -1px -177px;
    margin-top: -4px;
}

.fly .buy_block .counter.sm .minus:hover:before {
    background-position-x: -2px;
}

.buy_block .counter.sm .plus:before {
    background-position: -1px -169px;
    height: 8px;
    margin-top: -4px;
}

.buy_block .counter.sm .plus:hover:before {
    background-position: -1px -184px;
}

.basket.default .items .item > .clearfix {
    display: none;
}

.basket .buttons .btn.print {
    position: relative;
    margin-right: 20px;
}

.basket .buttons .btn.print:not(:hover) {
    color: #333 !important;
}

.basket .buttons .btn.print > span {
    position: relative;
    padding-left: 27px;
}

.basket .buttons .btn.print > span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 16px;
    height: 14px;
    background: url(/bitrix/templates/centino-heat/images/corp.png) -124px 0 no-repeat;
}

.basket .buttons .btn.print:hover > span:before {
    background-position: -141px 0;
}

.basket .foot {
    margin: 0 0 35px;
    padding: 32px 0 28px;
    border-bottom: 1px solid #ebebef;
    color: #333;
}

.basket .foot .remove {
    margin: -2px 0 0;
    *padding-left: 12px;
    font-size: 0.800em;
    cursor: pointer;
}

.foot .remove:not(:hover) {
    background: transparent;
    border-color: transparent;
    color: #333333 !important;
}

.foot .remove > span {
    position: relative;
    padding: 0 18px 0 0px;
}

.foot .remove > span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin: -4px 0 0;
    width: 8px;
    height: 8px;
    background: url(/bitrix/templates/centino-heat/images/corp.png) -58px 0 no-repeat;
}

.foot .remove:hover > span:before {
    background-position: -58px -9px;
}

.basket.fly .foot .remove:hover > span:before {
    background-position: -49px 0px;
}

.bx-firefox .foot .remove > span:before {
    margin-top: -3px;
}

.basket .foot .total {
    font-size: 1.3335em;
    width: 236px;
}

.basket .foot .total > span {
    margin: 0 0 0 12px;
}

.basket .buttons .btn {
    margin: 0;
}

.basket .basket_empty {
    padding: 44px;
    min-height: 178px;
    border: 1px solid #ebeef1;
}

.basket .basket_empty > .wrap {
    position: relative;
    padding: 2px 0 0 134px;
}

.basket .basket_empty > .wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    background: url(/bitrix/templates/centino-heat/images/svg/Basket_ruler_empty_newest.svg) 50% 50% no-repeat;
}

.basket .basket_empty .description {
    margin: 0 0 25px;
    font-size: 0.9335em;
}

.basket .basket_empty h4 {
    margin-bottom: 17px;
}

.basket .basket_empty .btn {
    margin: 0;
}

.basket-remove .row {
    margin: 0px;
}

.basket-remove .remove.all {
    position: absolute;
    top: -45px;
    right: 16px;
    margin: 0px;
}

/* BASKET FLY */
.basket.fly {
    position: fixed;
    width: 710px;
    display: block !important;
    right: -710px;
    top: 0px;
    background: #FFF;
    z-index: 2998;
    transition: right ease-in-out 0.3s;
    -moz-transition: right ease-in-out 0.3s;
    -ms-transition: right ease-in-out 0.3s;
    -o-transition: right ease-in-out 0.3s;
    -webkit-transition: right ease-in-out 0.3s;
    margin: 0px;
    height: 100%;
}

.ajax_basket.opened .basket.fly {
    right: 0;
}

.basket.fly > .wrap {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
    color: #333;
    text-align: left;
    height: 100%;
    padding-top: 90px;
}

.basket.fly > .wrap .basket_wrap {
    height: 100%;
    padding-bottom: 200px;
}

.basket.fly .opener {
    position: absolute;
    left: -58px;
    top: 185px;
    width: 58px;
    height: 76px;
    background: #edf0f3;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    cursor: pointer; /*border:1px solid #edf0f3;*/
    border-right: none;
}

.basket.fly .opener:before, .basket.fly .opener .svg {
    content: "";
    position: absolute;
    left: 50%;
    top: 16px;
    margin: 0 0 0 -10px;
    width: 18px;
    height: 17px;
}

.basket.fly .opener .count {
    position: absolute;
    left: 50%;
    top: 40px;
    margin: 0 0 0 -9px;
    width: 19px;
    height: 19px;
    line-height: 20px;
    white-space: nowrap;
    font-size: 0.8em;
    color: #333;
    background: #fff;
    border-radius: 100%;
    text-align: center;
}

.basket.fly .opener .count.empted {
}

.basket.fly .opener svg path {
    fill: #fff;
}

.basket.fly .opener:hover {
    background: #f3f6f8;
}

.basket.fly.DARK .opener {
    background: #424f60;
    border-color: #424f60;
}

.basket.fly.DARK .opener:before {
    background-position: -105px 0;
}

.basket.fly.DARK .opener:hover {
    background: #556170;
    border-color: #556170;
}

.basket.fly.COLOR .opener:before {
    background-position: -105px 0;
}

.basket.fly.COLOR .opener .count {
    background: #FFF;
    color: #333;
}

.basket.fly > .wrap > h4 {
    margin: 0;
    padding: 27px 30px 28px;
    border-bottom: 1px solid #fbfbfb;
    margin-top: -90px;
    height: 125px;
}

.basket.fly .items_wrap { /*max-height:258px;*/
    overflow-y: auto;
    height: 100%;
}

.basket.fly .items {
    border-top: none;
}

.basket.fly .items .item .image {
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.basket.fly .items .item .description {
    padding-left: 90px;
    width: 258px;
}

.basket.fly .items .head .title:first-of-type {
    padding-left: 109px;
}

.basket.fly .items .item .box {
    padding-top: 20px;
    padding-bottom: 20px;
}

.basket.fly .items .item .box:first-of-type {
    padding-left: 20px;
}

.basket.fly .items .item .description {
    margin-top: 9px;
}

.basket.fly .items .item .description .name {
}

.basket.fly .items .item .description .props {
    margin-top: 6px;
}

.basket.fly .items .head .title.prices {
    width: 115px;
}

.basket.fly .items .head .title.prices.summ {
    width: 150px;
}

.basket.fly .items .item .prices {
    width: 115px;
}

.basket.fly .items .item .summ {
    width: 150px;
}

.basket.fly .items .item .price_new {
    margin-top: 7px;
}

.basket.fly .items .item .counter {
    margin-top: 6px;
    margin-right: 8px;
}

.basket.fly .items .item .remove {
    top: -10px;
}

.basket.fly .foot {
    margin: -1px 0 30px;
    padding: 25px 19px 22px;
    border-top: 1px solid #ebebef;
    background: #fbfbfb;
}

.basket.fly .foot .total {
    font-size: 1.0667em;
    width: 188px;
}

.basket.fly .foot.top {
    background: none;
    padding: 0px;
    margin: 0px;
}

.basket.fly .foot.top .remove {
    position: absolute;
    top: 70px;
    left: 30px;
}

.basket.fly .flyBasketCloseBtn {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.basket.fly .buttons {
    padding: 0 30px 30px;
}

.basket.fly .buttons .btn {
    margin: 0 30px 0 0;
}

.basket.fly .buttons .btn:first-of-type {
    margin-right: 0;
}

.basket.fly .basket_empty {
    padding: 28px 30px 40px;
    border-top: none;
    border: none;
}

.basket.fly .basket_empty h4 {
    font-size: 1.2em;
}

.basket.fly .basket_empty > .wrap {
    padding-left: 120px;
}

.basket.fly .basket_empty > .wrap:before {
    top: 1px;
}

.basket.fly .items .item .buy_block {
    width: 133px;
}

.basket.fly .items .head .title.counter_t {
    width: 133px;
}

.basket.fly .items .head {
}

.bx-firefox .basket.fly .opener .count {
    line-height: 18px;
}

/*right dok*/
.right_dok {
    position: absolute;
    top: 16%;
    right: 12px;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    /*margin-right: 12px;*/
}

.basket.fly .opener.has_right_dok {
    border-bottom-left-radius: 0px;
}

.right_dok .link {
    /*position: absolute;*/
    display: block;
    /*top: 185px;*/
    /*right: 0px;*/
    width: 88px;
    height: 88px;
    background-color: #B4B1B1;
    padding: 10px;
    opacity: 0.7;
    text-decoration: none;
    border-radius: 8px;
}

.right_dok .link.reversed {
    background: rgba(2, 90, 69, .7);
    padding: 13px 10px 13px 10px;
}

.right_dok .link.reversed div {
    color: #fff;
}

.right_dok .link:hover {
    background-color: var(--site-color--green);
    opacity: 1;
}

.right_dok .basket-link {
    background-color: #FF0037;
}

.right_dok .basket-link:hover {
    background-color: #FF0037;
    opacity: 1;
}

.opener + .right_dok .link {
    top: 270px;
    left: -58px;
    right: auto;
}

.right_dok .link:nth-child(2) {
    top: 276px;
}

.right_dok .link:nth-child(3) {
    top: 367px;
}

.right_dok .link:nth-child(4) {
    top: 458px;
}

.right_dok .link:nth-child(5) {
    padding: 8px 10px;
}


.right_dok .link:nth-child(5) .right-widget div {
    line-height: 110%;
    display:flex;
    flex-direction: column;
}

.right_dok .link:nth-child(6) {
    top: 658px;
}

.opener + .right_dok .link + .link {
    top: 337px;
}

.right_dok .link:before {
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    height: 1px;
    position: absolute;
    background: #fff;
    opacity: 0.5;
}

.right_dok .link:first-child:before {
    display: none;
}

/*.right_dok .link:last-child {*/
/*    border-bottom-left-radius: 2px;*/
/*}*/

.right_dok .link svg path {
    fill: #fff;
}

.right_dok .link:hover svg path {
    fill: #fff;
}

.right_dok .link.loadings {
    background-color: #edf0f3 !important;
}

.right_dok .link > span {
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.ajax_basket .fixed_wrapper {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 2997;
    height: 100%;
}

/*.ajax_basket .fixed_wrapper .right_dok .link:first-child {*/
/*    border-top-left-radius: 2px;*/
/*}*/

@media screen and (max-width: 1300px) {
    .right_dok .link {
        width: 58px;
    }

    .right_dok .link.reversed {
        padding: 0;
    }
}

@media screen and (max-width: 1000px) {
    .right_dok .link {
        width: 42px;
    }
}

/* ORDER */
.form.order {
    margin: 0 80px 0 0;
    padding: 38px 44px 44px;
}

.form.order .btn {
    margin-bottom: 0;
}

.basket_order {
    margin: 0 0 55px;
    border: 1px solid #ebeef1;
}

.basket_order .clearfix {
    display: block;
}

.basket_order .description {
    position: relative;
    margin: 0 0 33px;
    padding: 0 0 0 27px;
    font-size: 0.9335em;
    line-height: 22px;
}

.basket_order .description:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 2px;
}

.basket_order .items {
    margin: -1px;
    border: 1px solid #ebeef1;
    border-right: none;
    border-bottom: none;
}

.basket_order .items > .head {
    padding: 17px 20px;
    background: #fcfcfd;
    border-bottom: 1px solid #ebeef1;
}

.basket_order .items > .head .title {
    margin: 2px 0 0;
    font-size: 1.0667em;
}

.basket_order .items > .head .btn {
    margin: 0;
}

.basket_order .items > .head .btn:not(:hover) {
    background: transparent;
    border-color: transparent;
    color: #333333 !important;
}

.basket_order .items > .wrap {
    border-bottom: 1px solid #ebeef1;
}

.basket_order .items .item {
    margin: 0 20px;
    padding: 15px 0;
    font-size: 0.9335em;
    line-height: 20px;
    border-top: 1px solid #eceff2;
}

.basket_order .items .item:first-of-type {
    border-top: none;
}

.basket_order .items .item .name {
    margin: 0 0 3px;
}

.basket_order .items .item .price {
    color: #666;
}

.basket_order .items .foot {
    padding: 18px 20px 19px;
    background: #fcfcfd;
    border-bottom: 1px solid #ebeef1;
}

.basket_order .items .foot .title {
    margin: 1px 0 0;
    font-size: 0.9335em;
    line-height: 20px;
}

.basket_order .items .foot .summ {
    font-size: 1.0667em;
    line-height: 20px;
}

.basket_order .confirm {
    padding: 45px 44px 46px;
}

.basket_order .confirm .description {
    margin: 0;
    padding: 0 0 0 135px;
    position: relative;
}

.basket_order .confirm .description:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 90px;
    height: 90px;
    background: url(/bitrix/templates/centino-heat/images/svg/order_finished.svg) 0px 0px no-repeat;
}

.basket_order .confirm .description h4 {
    margin-bottom: 17px;
    line-height: 24px;
}

.basket_order .confirm .description p {
    margin-bottom: 22px;
}

.basket_order .confirm .description .btn {
    margin-bottom: 0;
}

/* INSTAGRAM */
html:not(.bx_editmode) .INSTAGRAMM_INDEX.with_error {
    height: 0;
    border: none !important;
}

.loader_circle {
    background: url(/bitrix/templates/centino-heat/images/pl3.gif) no-repeat center center;
}

.instagram_ajax {
    min-height: 496px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.instagram_ajax.with_error {
    padding-top: 20px;
    min-height: auto;
}

.row + .row .item-views.blocks {
    padding-top: 0px;
}

.loader_circle.loaded {
    opacity: 1;
    background: none;
}

.instagram_ajax .instagram {
    display: block; /*padding-bottom:90px;*/
}

.instagram_ajax .instagram .flexbox {
    align-items: baseline;
}

.instagram_ajax .instagram .item {
    float: left;
    padding: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
    border: none;
    margin: 0px;
    box-shadow: none;
}

.instagram_ajax .instagram .item.user {
    background: #ebebef;
    text-align: left;
    display: none;
}

.instagram_ajax .instagram .item.user .body2 {
    padding: 27px 30px;
    font-size: 0.8667em;
    line-height: 18px;
    color: #333333;
}

.instagram_ajax .instagram .item.user .image {
    margin: 0 auto 12px;
    width: 36px;
    height: 36px;
}

.instagram_ajax .instagram .item.user .name {
    margin: 0 0 17px;
    font-size: 1.3335em;
    color: #FFF;
}

.instagram_ajax .instagram .item.user .button a {
    border-color: #557fa2;
}

.instagram_ajax .instagram .item.user .link {
    margin: 8px 0 0;
    font-size: 1.0667em;
    line-height: 1.1;
}

.instagram_ajax .instagram .item .image {
    position: relative;
    padding: 100% 0 0;
}

.instagram_ajax .instagram .item .image:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 36px;
    height: 36px;
    display: block;
    background: url(/bitrix/templates/centino-heat/images/corp.png) -244px -42px no-repeat;
    display: none;
}

.instagram_ajax .instagram .item .image a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.instagram_ajax .instagram .item .image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

/*subscribe footer*/
.subscribe-block-wrapper {
    background: rgba(255, 255, 255, 0.05);
}

.subscribe-block-wrapper .outer-wrapper {
    padding: 25px 0px 27px;
    position: relative;
}

.subscribe-block-wrapper .outer-wrapper:before { /*content:"";position:absolute;left:0px;top:0px;width:185px;height:100%;background:url(/bitrix/templates/centino-heat/images/corp.png) -284px -10px no-repeat;opacity:0.05;*/
}

.subscribe-block-wrapper .inner-wrapper {
    max-width: 1005px;
    margin: 0px auto;
}

.subscribe-block-wrapper .inner-wrapper .row {
    *font-size: 0px;
    line-height: 0px;
}

.subscribe-block-wrapper .inner-wrapper .row > div {
    float: none;
    display: inline-block !important;
    vertical-align: middle;
    line-height: 20px;
}

.subscribe-block-wrapper .inner-wrapper .row > div .subscribe-edit {
    font-size: 1em;
}

.subscribe-block-wrapper .text {
    position: relative;
    color: #fff;
}

body .subscribe-block-wrapper .text {
    padding-left: 99px;
}

.subscribe-block-wrapper .text .svg { /*position:absolute;top:4px;opacity:0.5;left:0px;*/
}

.footer-v2 .subscribe-block-wrapper .text .svg {
    opacity: 1;
}

.footer-light .subscribe-block-wrapper .text .svg svg path {
    fill: #333;
}

.subscribe-block-wrapper .subscribe-form {
    position: relative;
}

.subscribe-block-wrapper .form-control.subscribe-input {
    padding: 12px 165px 12px 12px;
    height: 42px;
}

.subscribe-block-wrapper .form-control.subscribe-input:focus {
    border-color: #e8e8e8;
}

.bx-ie .subscribe-block-wrapper .form-control.subscribe-input { /*height:51px;*/
}

.subscribe-block-wrapper .subscribe-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 10px 30px 14px;
    height: 42px;
    letter-spacing: 0.7px;
}

.bx-ie .subscribe-block-wrapper .subscribe-btn { /*height:51px;*/
}

.bx-firefox .subscribe-block-wrapper .subscribe-btn {
    padding-bottom: 13px;
}

.form-control.subscribe-input.error {
    background: #f7d6d5;
}

.subscribe-edit label.error {
    top: -20px;
}

.subscribe-edit-main {
    font-size: 1em;
    color: #888888;
    position: relative;
}

.subscribe-edit-main h4 {
    margin: 4px 0px 37px;
}

.subscribe-edit-main .text-info-block p {
    margin: 0px 0px 0px;
}

.subscribe-edit-main .btn-confirm {
    margin: 20px 0px 0px;
}

.subscribe-edit-main .subsection-title {
    color: #222;
    margin-bottom: 10px;
}

.subscribe-edit-main .subtitle {
    color: #333333;
    font-size: 1.0667em;
    margin: 0px 0px 15px;
}

.subscribe-edit-main .title {
    color: #333333;
    font-size: 1.3335em;
    margin: 0px 0px 21px;
}

.subscribe-edit-main .form .form-group {
    margin-bottom: 8px;
}

.subscribe-edit-main .confirmation-block {
    border-bottom: 1px solid #ebebef;
}

.subscribe-edit-main .status-block {
    border-top: 1px solid #ebebef;
}

.subscribe-edit-main .status-block table td {
    width: 50%;
    font-size: 0.933em;
    color: #555;
}

.subscribe-edit-main .status-block table td:last-of-type {
    padding: 0px 0px 0px 20px;
}

.subscribe-edit-main p > font {
    font-size: 0.9335em;
    color: #444444;
    border-left: 2px solid #000;
    padding: 8px 0px 8px 26px;
    margin: 0px 0px 33px;
    display: block;
}

.subscribe-edit-main font.errortext {
    color: #f00;
    border-left-color: #f00;
}

.subscribe-edit-main .subscribe_licenses .filter input[type=checkbox] + label:before, .subscribe-edit-main .subscribe_licenses .filter input[type=checkbox] + label:after {
    height: 25px;
    width: 25px;
    margin-top: -15px;
    top: 50%;
    border-radius: 2px;
    left: -1px;

}

.subscribe-edit-main .form .filter label {
    position: relative;
    padding-left: 22px;
    margin-left: 0px !important;
}

.subscribe-edit-main .form .filter input {
    display: none;
}

.subscribe-edit-main .form .form-group input[type="checkbox"] + label:not(.error) {
    padding-top: 1px;
}

.subscribe-edit-main .status-block .button-block {
    margin: 20px 0px 0px;
}

.subscribe-edit-main .form input[type=checkbox]:checked + label, .subscribe-edit-main .form input[type=radio]:checked + label {
    color: #222;
}

.subscribe-edit-main .form-group.option {
    margin-bottom: 22px;
}

/* auth */
.auth_frame.jqmWindow {
    width: 600px !important;
}

.auth_frame .ajax_auth {
    display: block !important;
    visibility: visible !important;
}

.auth_wrapp .error_block_auth {
    color: #f00;
    font-size: 0.867em;
    padding: 0px 0px 28px;
}

.auth_wrapp .form-wr .prompt {
    position: relative;
    cursor: pointer;
    margin-top: -1px;
}

.auth_wrapp .form-wr .prompt label {
    padding: 0px 0px 0px 24px;
    font-size: 0.867em;
    cursor: pointer;
    color: #555;
    position: relative;
    top: 0;
}

.auth_wrapp .form-wr .prompt input#USER_REMEMBER_frm {
    opacity: 0;
    visibility: hidden;
    width: 1px;
    height: 1px
}

.auth_wrapp .form-wr .filter input[type="checkbox"] + label:after, .auth_wrapp .form-wr .filter input[type="checkbox"] + label:before {
    height: 26px;
    width: 26px;
    margin-top: -15px;
    top: 50%;
    border-radius: 2px;
    left: -22px;
}

.auth_wrapp .buttons {
    display: block;
    margin: 30px 0px 0px;
}

.auth_frame .form.popup .form-header {
    padding-left: 60px;
    padding-right: 60px;
}

.auth_wrapp .form-footer {
    padding: 40px 0px 28px;
}

.form.popup .auth_wrapp .form-footer {
    padding: 40px 60px 40px;
    background: #fbfbfb;
}

.form.popup .auth_wrapp .form-body {
    padding: 1px 60px 30px;
}

.content-md .form.popup .auth_wrapp .form-body {
    padding: 0px 0px 30px;
}

.auth_wrapp .form-body {
    padding-top: 0px;
    padding-bottom: 30px;
}

.auth_wrapp .form-body .forgot {
    font-size: 0.867em;
}

.auth_wrapp .form-footer .register {
    margin: 0px;
}

.auth_wrapp .form-footer .more_text_small {
    padding-left: 25px;
    color: #999999;
    font-size: 0.800em;
    line-height: 1.5em;
}

.soc-avt {
    padding: 33px 0px 30px;
    text-align: left;
    border-top: 1px solid #ebebef;
    border-bottom: 1px solid #ebebef;
    margin: 0px 0px 0px;
}

.soc-avt .title {
    color: #222;
}

.popup .auth_wrapp .soc-avt {
    padding-left: 60px;
    padding-right: 60px;
}

.content-md .popup .auth_wrapp .soc-avt, .content-md .form.popup .auth_wrapp .form-footer {
    padding-left: 0px;
    padding-right: 0px;
    background: #fff;
}

.soc-avt .row {
    margin: 18px -3px 8px;
}

.soc-avt .row span {
    *font-size: 0px;
}

.soc-avt .row a {
    margin: 4px 4px 4px;
}

.soc-avt .row .auth span {
    display: none;
}

.soc-avt .row form[name=bx_auth_servicesform] {
    margin: 0px 3px 0px;
}

.soc-avt #bx_auth_servform {
    font-size: 1em;
}

.soc-avt #bx_auth_servform input[type="text"] {
    margin: 10px 0px 10px;
}

.soc-avt #bx_auth_servform .btn {
    margin-bottom: 0px;
}

.soc-avt #bx_auth_servform .bx-ss-icon {
    display: none;
}

.alert.alert-danger {
    background: #fee;
    color: #e83333;
    font-size: 0.933em;
}

/* split soc serv */
body div.soc-serv-title {
    height: auto;
}

.soc-serv-accounts table {
    width: 100%;
}

.soc-serv-accounts .soc-serv-personal .split-item-actions {
    position: relative;
}

.soc-serv-accounts .soc-serv-personal .bx-ss-icons .soc-serv-link {
    vertical-align: middle;
}

/* register */
.border_block .max-form-block {
    max-width: 520px;
    padding: 60px 20px;
    margin: auto;
}

.border_block .but-r {
    text-align: center;
    padding: 10px 0px 0px;
}

.border_block .but-r .btn {
    margin: 0px auto;
}

.border_block .top-text-block {
    padding: 60px 20px 0px;
    text-align: center;
    color: #555555;
    font-size: 0.933em;
}

.border_block .text_block {
    font-size: 0.867em;
    color: #999999;
    margin: 4px 0px 0px;
    line-height: 1.538em;
}

.registraion-page .form .social_block .soc-avt {
    padding: 51px 60px 52px;
    border-bottom: none;
    text-align: center;
}

.border_block .big-title {
    font-size: 1.2em;
    color: #222;
}

.registraion-page form .form-group.animated-labels label:not(.error) {
    left: 12px;
}

.registraion-page form .form-group.animated-labels .licence_block label:not(.error) {
    position: relative;
    left: 0;
    margin: 0;
}

.border_block .max-form-block .help-block {
    padding: 10px;
    margin: 0px 0px 25px;
}

.module-form-block-wr.lk-page .errortext, .module-form-block-wr.lk-page .notetext {
    padding: 20px 20px 0px;
    display: block;
    text-align: center;
}

/* profile */
.form .top-form {
    padding: 51px 60px 60px;
}

.form .top-form.messages {
    padding-bottom: 0px;
}

.form .top-form .big-title {
    padding: 0px 0px 40px;
}

.border_block .top-form .but-r {
    text-align: left;
}

.form .bottom-form {
    padding: 51px 60px 60px;
    border-bottom: none;
}

.form .bottom-form .big-title {
    padding: 0px 0px 14px;
}

.form .bottom-form .title.middle {
    font-size: 1.067em;
}

.form #soc-serv-title-id {
    padding: 29px 0px 24px;
}

.form .subscribe_licenses .licence_block {
    display: inline-block;
    position: relative;
    margin: 0px 0px 20px;
}

.form .subscribe_licenses .licence_block label.error {
    top: -16px;
    position: absolute;
}

.soc-serv-accounts table tr {
    border: 1px solid #ebebef;
    background: #f9f9f9;
}

.soc-serv-accounts table tr td {
    padding: 24px 29px;
}

.soc-serv-accounts table tr td:first-child {
    padding-right: 0px;
}

.soc-serv-accounts table tr td.split-item-actions {
    text-align: right;
}

.soc-serv-accounts table tr .btn {
    margin: 0px;
}

.soc-serv-accounts table tr .bx-ss-icons {
    width: 47px;
}

.soc-serv-accounts table tr .bx-ss-icons .icon {
    border-radius: 3px;
    display: block;
    height: 48px;
    margin: 0px;
    overflow: hidden;
    position: relative;
    width: 48px;
}

.soc-serv-accounts table tr .bx-ss-icons .icon i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/bitrix/templates/centino-heat/images/social.png) 0px 0px no-repeat;
}

.soc-serv-accounts table tr i.soc-serv-photo {
    display: none;
}

.soc-serv-accounts table tr .soc-serv-name {
    color: #222;
}

.soc-serv-accounts table tr .soc-serv-name .auth-soc-title {
    font-size: 1.067em;
}

.soc-serv-accounts table tr .soc-serv-name .auth-soc-name {
    font-size: 0.933em;
}

.border_block.personal {
    padding: 51px 60px 60px;
}

table.table thead + tbody td .th-mobile {
    display: none;
}

/* director form */
.top-form .form-header-text {
    font-size: 0.933em;
}

.director textarea[name="MESSAGE"] {
    height: 150px;
}

.director .form-header-text {
    padding: 0px 0px 20px;
}

.director .form-body {
    padding-bottom: 20px;
}

/* like and blog comments*/
.ilike .bx-ilike-text {
    height: 20px;
}

.bx_soc_comments_div {
    padding: 53px 0px 0px;
    margin: 20px 0px 0px;
}

.bx_soc_comments_div .bx-catalog-tab-body-container {
    padding: 0px 0px 0px;
    margin-top: -2px;
}

.blog-comment-form .blog-comment-fields {
    background: #fff;
}

div.blog-comment-field-captcha-image {
    *display: none;
}

.blog-comment-fields div.bxlhe-frame {
    margin: 0px 0px 40px;
    border: 1px solid #ebebef;
}

.bxlhe-frame .lhe-stat-toolbar-cont {
    border: none;
    border-bottom-width: 1px;
}

table.lhe-smiles-cont {
    margin: 0px !important;
}

div.lhe-tlbr-smile-cont img {
    display: block;
}

.blog-add-comment {
    padding-bottom: 5px;
}

.blog-add-comment .btn {
    font-weight: normal;
}

div.blog-comment-line {
    background: #ebebef;
    margin: 10px 0px 0px;
}

.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container > div {
    padding: 0px;
}

.blog-comments .blog-comment {
    padding: 35px 0px 0px;
}

div.blog-comment .blog-author {
    color: #222;
    font-size: 1em;
    padding: 0px 12px 0px 0px;
}

div.blog-comment .blog-comment-meta {
    padding-bottom: 17px;
    padding-top: 13px;
}

.blog-post-date, .blog-comment-date {
    color: #777;
    font-size: 0.867em;
}

.blog-comment-info {
    padding: 0px 0px 7px;
}

.blog-comment-meta {
    color: #999;
    font-size: 0.8667em;
}

.blog-comment-meta span.blog-vert-separator {
    background: #fff;
    margin: 0px 6px;
}

.blog-comment-content {
    font-size: 0.9335em;
}

.bx-ilike-popup-img {
    cursor: default;
}

.bx-ilike-popup-img:hover span, .bx-ilike-popup-name-new {
    color: #222;
    text-decoration: none;
    cursor: default;
}

.ilike .bx-ilike-text { /*display:none;*/
    padding: 0px 0px 0px 4px;
}

.bx-ilike-button {
    cursor: pointer;
}

.bx-ilike-button.bx-ilike-button-disable {
    cursor: default;
}

.bx-ilike-button .bx-ilike-left-wrap {
    position: relative;
}

.bx-ilike-button .bx-ilike-left-wrap:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(/bitrix/templates/centino-heat/images/corp.png) -254px -313px no-repeat;
    display: inline-block;
    position: relative;
    top: 1px;
    opacity: 0.5;
}

.bx-ilike-button:hover .bx-ilike-left-wrap:before {
    opacity: 1;
}

.bx-ilike-button .bx-ilike-right-wrap {
    padding: 0px 2px;
}

/* contacts */
body .contacts.contacts-page-map-overlay table td {
    vertical-align: top;
}

body .contacts.contacts-page-map-overlay table td span:not(.dark_table) {
    font-size: 0.9335em;
    color: #666;
    line-height: 20px;
}

body .contacts.top-cart {
    padding: 32px 0px 13px;
}

.contacts select[disabled] option {
    display: none;
}

body table.contacts-stores tr td.img {
    width: 17%;
    padding-right: 8px;
}

body table.contacts-stores tr td.pays {
    width: 33%;
}

body table.contacts-stores tr td.pays .pays_wrapper {
    margin-top: -4px;
}

.contacts-stores td.phone a {
    display: block;
    line-height: 24px;
}

.contacts-stores td.phone a:first-child {
    margin-top: -2px;
}

.contacts-stores td .icon-text.schedule {
}

.contacts-stores .mobile-title-phone .phones-block a {
    display: block;
}

.contacts-stores .title {
    color: #333;
    padding-bottom: 3px;
}

.contacts .select-outer {
    margin: 5px 0px 20px;
    display: block;
    width: 100%;
    max-width: 302px;
}

.contacts .select-outer select {
    width: 100%;
}

/* contacts page */
.contacts-page-map {
    *margin: 0 -16px 0;
}

.contacts-page-map .bx-yandex-view-layout { /*border-top-width:0px;*/
}

.contacts.contacts-page-map-overlay {
    padding: 16px 17px 20px !important;
    position: relative;
}

.contacts-page-map + .contacts.contacts-page-map-overlay {
    margin: -526px auto 352px;
}

.contacts.contacts-page-map-overlay .contacts-wrapper {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

.contacts.contacts-page-map-overlay table {
    border-collapse: collapse;
    border: 0;
}

.contacts.contacts-page-map-overlay table td {
    padding-bottom: 0px;
    font-size: 0.8em;
    vertical-align: middle;
}

.contacts.contacts-page-map-overlay table .fa {
    margin: 10px 25px 20px 10px;
}

.contacts.contacts-page-map-inline {
    padding: 20px 20px 0;
}

.contacts-page-map + .contacts.contacts-page-map-inline {
    padding-top: 0;
    margin-bottom: -10px;
}

.contacts.contacts-page-map-inline .btn-block {
}

.contacts.contacts-page-map-inline table {
    border-collapse: collapse;
    border: 0;
    margin-bottom: 10px;
}

.contacts.contacts-page-map-inline table td {
    padding-bottom: 0px;
    font-size: 0.933em;
    vertical-align: top;
}

.contacts.contacts-page-map-inline table .fa {
    margin: 0px 25px 0px 10px;
}

.b-block .btn {
    margin-top: 3px;
}

/* contacts page v4 */
.contacts.contacts-page-overmap .contacts-wrapper {
    background: #fff;
    padding: 30px;
}

.contacts-page-map + .contacts.contacts-page-overmap .contacts-wrapper {
    box-shadow: 0px -21px 19px 0px rgba(0, 0, 0, 0.22);
    margin: -70px -30px 0px;
}

.contacts.contacts-page-overmap table {
    width: 100%;
    border-right: 1px solid #eee;
}

.contacts.contacts-page-overmap table td {
    padding-bottom: 0px;
    font-size: 0.8em;
    vertical-align: top;
}

.contacts.contacts-page-overmap .ask-question {
    text-align: center;
    padding-top: 15px;
}

.contacts.contacts-page-overmap table td.icon {
    width: 78px;
}

.contacts.contacts-page-overmap table td i.fa.big-icon.s45.fa-envelope {
    font-size: 1.4665em;
    line-height: 43px;
}

/* contacts page v5 */
.contacts-page-top {
    margin: 20px -16px 0;
    padding: 35px 0 0;
}

.contacts-page-top table {
    width: 100%;
}

.contacts-page-top table td {
    padding-bottom: 0px;
    font-size: 0.9335em;
    vertical-align: top;
}

.contacts-page-top table td.icon {
    width: 66px;
}

.contacts-page-top table td i.fa.big-icon.s45.fa-envelope {
    font-size: 1.4665em;
    line-height: 43px;
}

.contacts-v5 .contacts-page-top {
    margin-top: 0;
    padding: 30px 0px 5px;
}

.contacts-v5 .page-top + .contacts-page-top {
    padding-top: 0px;
}

.contacts-v5 section.page-top {
    padding-bottom: 19px;
}

.contacts-v5 .contacts-page-map {
    margin-bottom: 27px;
}

.contacts-v5 .bx-yandex-view-layout {
    margin-bottom: 0px;
}

/* content-banner */
.banners-content {
    margin-bottom: 40px;
}

.banners-content .maxwidth-banner {
    margin: 0 auto;
}

.banners-content .maxwidth-banner .print-link, .banners-content .maxwidth-banner .share.top {
    display: none;
}

.banners-content .text {
}

.banners-content .intro-text {
    min-height: 80px;
}

.banners-content .img {
    text-align: center;
}

.banners-content h1 {
    font-weight: normal;
    line-height: 46px;
}

.banners-content + .bg_block {
    margin-top: -40px;
}

.bg_block.props {
    background: #fbfbfb;
    padding: 40px 0px 30px;
    border-bottom: 1px solid #ebebef;
}

.bg_block.props > .row {
    margin: 0px;
}

.bg_block.props .projects-blocks {
    margin: 0px;
    border: 0px;
    padding: 0px;
}

.bg_block.props .projects-blocks .head-block .info {
    padding: 0px;
}

.bg_block.props .projects-blocks .head-block .info .text {
    font-size: 1.2em;
}

.projects-blocks .head-block .info .hh {
    border: none;
    margin: -8px 0px 0px;
    padding: 0px 0px 23px;
}

.bg_block.props .block-wrapper {
}

.bg_block.props .block-wrapper .buttons-block .block .btn {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
    max-width: 250px;
}

.bg_block.props .block-wrapper .buttons-block .block:last-of-type .btn {
    margin-bottom: 0px;
}

.bg_block.props + .container .content-md > .right_block {
    margin-top: 0px;
    box-shadow: none;
    padding: 40px 0px 0px;
}

body.with_custom_img.fill_bg_n {
    background: #fff !important;
}

table.contacts-stores {
    width: 100%;
}

table.contacts-stores tr.item {
    border: 1px solid #ebebef;
    transition: box-shadow 0.3s ease;
}

table.contacts-stores tr.item:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

table.contacts-stores tr.item td {
    padding: 32px;
    vertical-align: top;
}

table.contacts-stores h4 {
    margin: 29px 0 23px;
}

table.contacts-stores tr.normal h4 {
    margin: 43px 0 23px;
}

table.contacts-stores .muted {
    color: #666;
    font-size: 0.8667em;
}

table.contacts-stores .icons-text {
    clear: both;
    display: block;
    padding: 0px 0px 3px;
}

table.contacts-stores .icons-text .fa {
    float: left;
    padding-top: 3px;
}

table.contacts-stores .icons-text .text {
    padding-left: 24px;
    display: block;
}

table.contacts-stores .icons-text .svg.svg-inline-email, table.contacts-stores .icons-text .svg.svg-inline-metro {
    top: 0px;
}

.bx-firefox table.contacts-stores .icons-text .svg.svg-inline-email svg {
    width: 17px;
}


.body .ymaps-b-balloon {
    margin: -58px 0 0 -34px;
    width: 280px !important;
    background: #FFF;
    border-radius: 3px;
    padding: 30px 45px 30px 30px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
}

.body .ymaps-b-balloon:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 19px;
    z-index: 2;
    background: #fff;
}

.body .ymaps-b-balloon .ymaps-b-balloon__content > ymaps {
    width: 100% !important;
    height: auto !important;
}

.body .ymaps-b-balloon .ymaps-b-balloon__content-holster {
    padding: 0;
}

.body .ymaps-b-balloon .ymaps-b-balloon__tr {
    display: none;
}

.body .ymaps-b-balloon .ymaps-b-balloon__tl {
    display: none;
}

.body .ymaps-b-balloon .ymaps-b-balloon__content {
    border: none;
}

.body .ymaps-b-balloon .ymaps-b-balloon__bl {
    display: none;
}

.body .ymaps-b-balloon .ymaps-b-balloon__br {
    display: none;
}

.body .ymaps-b-balloon .ymaps-b-balloon__close {
    top: 11px !important;
    right: 18px !important;
    width: 26px !important;
    height: 26px !important;
    background: none !important;
    border-radius: 100% !important;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}

.body .ymaps-b-balloon .ymaps-b-balloon__close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    background: url(/bitrix/templates/centino-heat/images/svg/Closemap.svg) -12px 0 no-repeat;
}

.body .ymaps-b-balloon .ymaps-b-balloon__close:hover:before {
    opacity: 0.7;
}

.body .ymaps-label {
    display: none !important;
}

.body .ymaps-b-balloon:before {
    content: "";
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.body .ymaps-b-balloon__content-body .title {
    color: #222;
    padding: 0px 0px 15px;
}

.ymaps-shadows-pane {
    display: none;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block {
    color: #555;
    font-size: 0.8667em;
    padding-left: 24px;
    padding-bottom: 11px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block:last-of-type {
    padding-bottom: 0px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block .svg-inline-metro {
    top: 3px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block .svg-inline-email {
    top: 2px;
}

.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block a:not(:hover) {
    color: #555;
}

.region_wrapper .city_title {
    color: #333;
    font-size: 0.9335em;
}

.top-block-item .region_wrapper .city_title {
    display: none;
}

.top-block-item .region_wrapper {
    height: 18px;
}

.top-block-item .region_wrapper .js_city_chooser { /*display:inline-block;*/
}

.region_wrapper .js_city_chooser {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-right: 14px;
    position: relative;
}

.region_wrapper .js_city_chooser > span:not(.arrow) {
    position: relative;
}

.header-v1 .region_wrapper .js_city_chooser > span:not(.arrow),
.header-v2 .region_wrapper .js_city_chooser > span:not(.arrow) {
    font-size: 0.929em;
}

.header-v1 .region_wrapper .js_city_chooser > span.arrow,
.header-v2 .region_wrapper .js_city_chooser > span.arrow { /*bottom: 2px;*/
}

.header-v7 .region_wrapper {
    margin-left: 20px;
}

#headerfixed .v1 .logo_and_menu-row .phone {
    font-size: 1.067em;
}

.top_mobile_region {
    position: relative;
}

.top_mobile_region .confirm_region {
    background: #f9f9f9;
    box-shadow: inset 0px -1px 0px 0px #f5f5f5;
    border-radius: 0px;
    margin: 0px;
    padding-top: 18px;
}

.top_mobile_region .confirm_region {
    position: static;
    top: 0px;
    left: 0px;
}

.top_mobile_region .confirm_region + .close_popup {
    position: absolute;
    top: 23px;
    right: 29px;
    width: 20px;
    height: 14px;
    line-height: 20px;
    text-align: center;
    color: #c2cbd2;
    font-size: 0px;
    transition: opacity 0.3s ease;
    z-index: 1;
    cursor: pointer;
}

.top_mobile_region .confirm_region + .close_popup:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/bitrix/templates/centino-heat/images/corp.png) -85px 0px no-repeat;
}

.top_mobile_region .close_popup:hover {
    opacity: 0.7;
}

.region_wrapper .arrow {
    position: absolute;
    right: 0px;
    bottom: 3px;
    padding: 0px;
}

.region_wrapper .arrow svg {
    height: 3px;
}

.region_wrapper {
    max-width: 125px;
}

header.with_regions .address {
    max-width: 180px;
}

header.with_regions .addr {
    width: auto;
}

.inner-table-block .region_wrapper i.svg {
    display: none;
}

.js_city_chooser .svg-inline-region {
    padding: 6px 10px 0px 0px;
}

.with_regions .logo_and_menu-row .phone {
    font-size: 1em;
}

.region_wrapper .io_wrapper {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
}

.region_wrapper .dropdown {
    position: absolute;
    display: none;
    left: -20px;
    top: 100%;
    font-size: 0.8667em;
}

.region_wrapper .dropdown .wrap {
    margin: 3px 0px 0px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    max-height: 300px;
    overflow: auto;
}

.searchinput .js-autocomplete-block { /*max-height:300px;overflow: auto;*/
}

header.light .logo_and_menu-row .region_wrapper .io_wrapper .js_city_chooser span {
    color: #fff !important;
}

header.light .logo_and_menu-row .region_wrapper .io_wrapper .js_city_chooser span svg path {
    fill: #fff !important;
}

.region_wrapper .dropdown .wrap::-webkit-scrollbar, .searchinput .js-autocomplete-block::-webkit-scrollbar {
    width: 8px;
}

.region_wrapper .dropdown .wrap::-webkit-scrollbar-track, .searchinput .js-autocomplete-block::-webkit-scrollbar-track {
    border-radius: 8px;
}

.region_wrapper .dropdown .wrap::-webkit-scrollbar-thumb, .searchinput .js-autocomplete-block::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
}

.region_wrapper .dropdown .wrap::-webkit-scrollbar-thumb:window-inactive, .searchinput .js-autocomplete-block::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
}

.region_wrapper .dropdown .more_item span {
    display: block;
    padding: 10px 22px 10px;
    color: #222;
    border-top: 1px solid #ebebef;
    cursor: pointer;
}

.region_wrapper .dropdown .more_item:first-child span {
    border-top: 0px;
}

.region_wrapper .dropdown .more_item.current span {
    cursor: default;
}

.city_chooser_frame {
    width: 900px !important;
    max-width: 900px;
}

.city_chooser_small_frame {
    width: 600px !important;
    max-width: 600px;
}

.popup_regions {
}

.popup_regions .h-search {
    padding: 0px 53px 30px;
}

.city_chooser_small_frame .popup_regions .h-search {
    padding-bottom: 0px;
}

.popup_regions .h-search #search {
    background: #fff;
    height: 39px;
}

.popup_regions .items.only_city + .h-search {
    padding: 21px 36px 39px;
}

.popup_regions .items.only_city + .h-search #search {
    background: #f5f5f5;
}

.popup_regions .h-search .wrapper {
    position: relative;
}

.popup_regions .h-search .wrapper .search_btn {
    position: absolute;
    width: 39px;
    height: 39px;
    top: 0px;
    right: 0px;
}

.popup_regions .h-search .wrapper #search.ui-autocomplete-loading + .search_btn:before {
    background: url('/bitrix/templates/centino-heat/images/loaders/circle_anim.gif') 0px 0px no-repeat
}

.popup_regions .h-search .wrapper .ui-menu li:before {
    display: none;
    padding-left: 10px;
}

body .popup_regions .favorits {
    font-size: 0.8667em;
    padding: 6px 0px 0px;
    margin: 0px 0px -11px;
}

body .popup_regions .favorits .title {
    float: left;
    width: 80px;
    padding: 5px 0px 0px;
}

body .popup_regions .favorits .cities {
    padding-left: 80px;
}

body .popup_regions .favorits .cities .item {
    display: inline-block;
    padding: 5px 8px 5px 0px;
    font-size: 0.8667em;
}

body .popup_regions .favorits .cities .item a {
    border-bottom: 1px dotted;
}

body .popup_regions .favorits + .block.cities {
    clear: both;
    margin: 20px -10px 0px;
}

.popup_regions .items.ext_view {
    padding: 20px 53px 40px;
    font-size: 0px;
    border-top: 1px solid #ebebef;
    background: #f8f8f8;
}

.popup_regions .items.only_city {
    padding: 1px 53px 20px;
}

.popup_regions .items.ext_view > div {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    font-size: 0.8667em;
    padding-right: 20px;
    color: #555;
}

.popup_regions .items.ext_view .cities {
    width: 44%;
    padding: 0px;
    font-size: 0px;
}

.popup_regions .items .title {
    font-size: 0.8667em;
    padding: 0px 0px 6px 10px;
    color: #888888;
}

.popup_regions .items .items_block {
    max-height: 500px;
    overflow-y: auto;
}

.popup_regions .items .regions .parent_block {
    display: none;
}

.popup_regions .items .regions .parent_block.shown {
    display: block;
}

.popup_regions .items .regions .item:not(.current):hover {
    cursor: pointer;
}

.popup_regions .items .regions .item:not(.current) span {
    border-bottom: 1px dotted;
}

.popup_regions .items .regions .item.current, .popup_regions .items .regions .item.current:hover, .popup_regions .items .regions .item.current:hover span {
    color: #fff !important;
}

.popup_regions .items .item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 0px 5px 0px;
    padding: 5px 10px 5px 10px;
}

.popup_regions .items .item.current {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.popup_regions .items .cities .item {
    font-size: 0.9335em;
    display: inline-block;
    vertical-align: top;
    background: none;
}

.popup_regions .items .item .name .arrow {
    display: none;
}

.bx-ie .popup_regions .items .cities .item {
    vertical-align: middle;
}

.popup_regions .items.ext_view .cities .item {
    font-size: 0.8667em;
    display: none;
}

.popup_regions .items.only_city .cities .items_block {
    font-size: 0px;
}

.popup_regions .items.only_city .cities.block .item {
    width: 25%;
    margin-bottom: 3px;
}

.popup_regions .items .cities .item.current {
    background: none;
}

.popup_regions .items .cities .item.current span {
    color: #222;
}

.popup_regions .items .cities .item.shown {
    display: inline-block;
}

#title-search-city .ui-autocomplete {
    position: absolute !important;
    top: 39px !important;
    width: 100%;
    box-shadow: 0px 2px 10px rgba(197, 197, 197, 0.5);
    background: #fff;
    padding: 10px 0px 6px;
    z-index: 9;
    height: auto;
    max-height: 230px;
    overflow-y: auto;
}

#title-search-city .ui-autocomplete::-webkit-scrollbar {
    width: 8px;
}

#title-search-city .ui-autocomplete::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

#title-search-city .ui-autocomplete::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
}

#title-search-city .ui-autocomplete::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
}

.confirm_region {
    position: absolute;
    display: block;
    min-width: 270px;
    text-align: center;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
    z-index: 1002;
    background: #fff;
    border-radius: 4px;
    padding: 20px 29px 24px 29px;
    box-sizing: border-box;
    top: 35px;
    left: 50%;
    box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.2);
    margin-left: -135px;
}

.confirm_region:before, .confirm_region:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -19px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.05);
    margin-left: -10px;
}

.confirm_region:after {
    border-bottom: 10px solid white;
    top: -18px;
}

.confirm_region .title {
    font-size: 1em;
    color: #333;
}

.confirm_region .title span {
    padding-left: 5px;
}

.confirm_region .buttons {
    padding: 14px 0px 0px;
    white-space: nowrap;
    font-size: 0px;
    margin: 0px -5px;
}

.confirm_region .buttons > span {
    padding: 0px 5px;
    font-size: 0.9335em;
    width: 50%;
    display: inline-block;
}

.confirm_region .buttons > span .btn {
    margin: 0px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

/*scrollbars */
.popup_regions .items .items_block::-webkit-scrollbar {
    width: 8px;
}

.popup_regions .items .items_block::-webkit-scrollbar-track {
    border-radius: 8px;
}

.popup_regions .items .items_block::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
}

.popup_regions .items .items_block::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 2px solid #fff;
}

body .char_block .wd_propsorter table td {
    padding-right: 0px;
}

body .char_block .wd_propsorter table tr.row_header td {
    font-size: 1em;
    text-transform: none;
    padding-left: 0px;
    border-bottom: 0;
    padding-bottom: 10px;
}

body .char_block .wd_propsorter table tr.row_header + tr td {
    padding-top: 0px;
}

body .char_block .wd_propsorter table tr.row_header td {
    padding-top: 21px;
    background: none;
}

body .char_block .wd_propsorter table tr.row_header:first-child td {
    padding-top: 0px;
}

body .fast_view_frame .char_block .wd_propsorter table tr.row_header td {
    padding-top: 15px;
}

body .char_block .wd_propsorter table td.cell_name {
    text-align: left;
    padding-left: 0px;
    font-weight: normal;
    font-size: 0.8667em;
    border: none;
}

body .char_block .wd_propsorter table td.cell_value {
    text-align: left;
    font-size: 0.8667em;
    border: none;
    background: none;
}

body .char_block .wd_propsorter table td span {
    background: #fff
}

body .char_block .wd_propsorter table td.cell_value span {
    padding-left: 10px;
}

body .char_block .wd_propsorter table td.cell_name:after {
    padding-right: 10px;
    background: #fff;
}

body .char_block .wd_propsorter table tr.row_empty td:before {
    display: none;
}

.wd_propsorter table tr:not(.row_header) td {
    background: url(/bitrix/templates/centino-heat/images/dott.png) no-repeat;
    background-position: 0 14px;
    background-repeat: repeat-x;
    vertical-align: top;
}

body .char_block .wd_propsorter table tr.row_empty td {
    border-bottom: 1px solid #ebebef;
    padding-top: 15px;
    background: none;
}

body .char-wrapp .yeni_ipep_props_groups table tr.prop_line, body .char-wrapp .yeni_ipep_props_groups table tr.prop_line:hover {
    background: none
}

body .char-wrapp .yeni_ipep_props_groups table tr td {
    padding: 5px 3px;
    border-bottom: 1px solid #ebebef;
    background: none;
    font-size: .933em;
}

.contacts.desc {
    padding-top: 31px;
}

/*data-sort*/
.body.index .main > .container, .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.flexbox {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bx-mac .row.flexbox:not(.nmac) > div {
    margin-left: -1px;
    margin-right: -1px;
}

.bx-mac .flexbox.nmac, .bx-mac .row.flexbox.nmac {
    display: block;
}

.bx-mac .row.flexbox:after, .bx-mac .row.flexbox:before {
    width: 100%;
}

.bx-mac .flexbox > div, .bx-ios .flexbox > div {
    *margin-left: -1px !important;
    *margin-right: -1px !important;
}

.body.index .main > .container > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.drag-block[data-order="1"] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.drag-block[data-order="2"] {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.drag-block[data-order="3"] {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.drag-block[data-order="4"] {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.drag-block[data-order="5"] {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.drag-block[data-order="6"] {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.drag-block[data-order="7"] {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.drag-block[data-order="8"] {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.drag-block[data-order="9"] {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.drag-block[data-order="10"] {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.drag-block[data-order="11"] {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.drag-block[data-order="12"] {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.drag-block[data-order="13"] {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.drag-block[data-order="14"] {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
}

.drag-block[data-order="15"] {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
}

.drag-block[data-order="16"] {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
}

/*ONLY FOR DEMO*/
.BIG_BANNER_INDEX .news_block .item .info {
    padding: 2px 66px 14px 66px !important;
}

/*ONLY FOR DEMO _END*/
.clearfix {
    clear: both;
}

.inline-search-block.fixed.big .search .btn-search {
    margin: 0px;
}

body.index .item-views.blocks {
    padding-top: 52px !important;
}

.item-views.blocks h3 {
    line-height: 39px !important;
}

.partners.front .flexslider.navigation-vcenter .flex-direction-nav li {
    opacity: 1;
    visibility: visible;
}

.partners.front .flexslider.navigation-vcenter .flex-direction-nav li a {
    height: 40px;
    width: 40px;
    display: block;
    opacity: 1;
    background: #ebebef;
    border-radius: 2px;
    top: -5px;
}

.partners.front .flexslider.navigation-vcenter .flex-direction-nav a:not(:hover):before {
    opacity: 1;
}

.partners.front .flex-direction-nav a.flex-next:before {
    left: 26px;
    top: 13px;
    background-image: url('/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_grey.svg');
}

.partners.front .flex-direction-nav a.flex-prev:before {
    left: 24px;
    top: 13px;
    background-image: url('/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_grey.svg');
}

.partners.front .flex-direction-nav a.flex-next:hover:before {
    background-image: url('/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_white.svg');
}

.partners.front .flex-direction-nav a.flex-prev:hover:before {
    background-image: url('/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_white.svg');
}


body .drag-block.container:not(.hidden) {
    border-bottom: 1px solid #ebebef;
}

body.footer-v8 .drag-block.container:not(.hidden) {
    margin-bottom: -1px;
}

body .drag-block.container.border_none {
    border: none;
}

.dark-nav2 .flex-control-nav li a {
    width: 10px;
    height: 10px;
    border-width: 0px;
    border-style: solid;
}

body .btn.border-radius {
    border-radius: 22px;
}

.btn.border-radius {
    padding: 10px 19px 10px;
}

.item-views.blocks {
    padding: 60px 0 60px;
}

.flexbox_row {
    display: flex;
    flex-direction: row;
}

body .container .row .maxwidth-theme h3, body .container .item-views.blocks h3, body .container .item-views.blocks h3.title {
    margin-left: -2px;
}

.grayblueline {
    background-color: #f2f4f7;
}

/*Header*/
body.header_nopacity.long_menu header .top-block {
    background: white;
}

body.header_nopacity.narrow_menu header .top-block .top_menu_wrapper {
    background: transparent;
    padding: 0px 0px;
}

body.header_opacity header .top-block {
    background: transparent;
    border: none;
}

body:not(.long_menu) header .wide_menu .dropdown-menu {
    background: transparent;
}

body.narrow_menu header .wide_menu .dropdown-menu {
    *box-shadow: none;
    padding: 0 !important;
}

body.narrow_menu header .wide_menu .dropdown-menu .maxwidth-theme {
    padding: 0 !important;
}

body.narrow_menu header .wide_menu .dropdown-menu .narrow_shadow {
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.175);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.175);
}

body.narrow_menu .narrow_relative {
    position: relative;
}

/* V1 */
.header_1 .top-block {
    height: 87px;
}

.header_1 .top-block .icons-block svg * {
    fill: #333;
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .slogan {
    margin-left: -16px;
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .slogan .top-description {
    margin-top: -1px;
    max-width: 250px;
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .address {
    text-overflow: unset;
    white-space: normal;
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .address span {
    white-space: normal;
    margin-bottom: -1px;
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .address svg {
    margin-top: -14px;
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper > .phone {
    padding-top: 16px;
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .phone a {
    padding: 14px 0 0px 8px;
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .phone .phone-block .svg {
    margin-left: -22px;
    margin-top: -1px;
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .phone.with_dropdown:hover {
    z-index: 1;
    padding: 14px 0px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.13);
    border-radius: 2px;
    max-width: unset;
    padding-left: 32px;
    margin-left: -32px;
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .phone.with_dropdown:hover > svg {
    display: none;
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .phone.with_dropdown > svg {
    margin-top: -3px;
    right: 6px;
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .phone.with_dropdown .dropdown {
    transition: none;
    -webkit-transition: none;
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .phone.with_dropdown .dropdown > .wrap {
    margin-top: 11px;
    padding: 0px 2px 14px 25px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.13);
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .phone.with_dropdown .dropdown > .wrap:hover {
    background: #F6F7FA;
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .icons-block button.inline-search-show {
    padding: 0px 15px;
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .icons-block .basket-link {
    float: right;
    padding: 0px 0 0 15px;
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .icons-block .basket-link .count {
    width: auto;
    padding: 0px 6px;
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .icons-block .basket-link .js-basket-block span {
    margin-left: 10px;
}

.header_1 .top-block .maxwidth-theme .top_menu_wrapper .icons-block a.personal-link {
    padding: 0px 15px;
}

.header_1 .menu-row .burger .site_map_wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    cursor: default;
    z-index: 1;
    max-height: 462px;
    overflow: hidden;
}

.header_1 .menu-row .site_map_wrapper .site_map_menu_wrapper {
    max-height: 462px;
}

.header_1 .menu-row .site_map_wrapper .burger_top_menu_row {
    padding: 30px 0px 0px 7px;
}

.header_1 .menu-row .site_map_wrapper .burger_top_menu_row > .row {
    margin-bottom: 45px;
}

.header_1 .menu-row .site_map_wrapper .burger_top_menu_row .wrap > a {
    margin-bottom: 14px;
}

.header_1 .menu-row .site_map_wrapper .burger_top_menu_row .wrap > div a {
    margin-bottom: 5px;
}

.header_1 .menu-row .logo-row > .maxwidth-theme {
    position: static;
}

.header_1 .menu-row .slogan .burger {
    *margin-top: 2px;
    margin-left: -5px;
    padding-left: 22px;
    padding-right: 23px;
    position: absolute;
    top: 0;
    bottom: 0;
}

body.narrow_menu .header_1 .menu-row .slogan .burger {
    position: absolute;
    top: 0;
    bottom: 0;
}

.header_1 .menu-row .slogan .top_menu_map_close {
    position: absolute;
    right: 60px;
    top: 25px;
    cursor: pointer;
}

.header_1 .dark_hover {
    display: none;
    position: absolute;
    top: 200px;
    width: 100vw;
    left: 0;
    background: black;
    opacity: 0.7;
    z-index: 0;
}

.header_1 .menu-row .slogan .burger:hover .svg svg {
    height: 20px;
}

.header_1 .menu-row .slogan .burger:hover .svg svg rect:nth-child(1) {
    y: -1;
}

.header_1 .menu-row .slogan .burger:hover .svg svg rect:nth-child(3) {
    y: 13;
}

.header_1 .menu-row .menu-row .menu-only .mega-menu table td .wrap {
    margin-top: 0px;
}

.header_1 .menu-row .menu-row .menu-only .mega-menu table td .wrap > ul.dropdown-menu {
    top: 100%;
}

/*td.wide_menu .wrap > .dropdown-menu:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 32px;*/
/*    width: 100%;*/
/*    bottom: 0px;*/
/*    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);*/
/*    left: 0;*/
/*}*/

.header_1 .menu-row .menu-row .menu-only .mega-menu table td .wrap > a {
    padding: 0px 10px;
    letter-spacing: 0.03em;
    color: white;
}

.header_1 .menu-row .menu-row .menu-only .mega-menu table td .wrap > a.more-items {
    padding-right: 0px;
    padding-left: 45px;
}

.header_1 .menu-row .menu-row .menu-only .mega-menu table td .wrap > a.more-items span {
    padding-right: 15px;
}

.header_1 .logo-row {
    height: 68px;
    position: relative;
}

.header_1 .top-block-item.pull-right.schedule {
    float: left !important;
    font-size: .903em;
    padding: 13px 0 0 33px;
}

.header_1 .top-block .top-block-item .address {
    padding: 4px 0 0 11px;
}

.header_1 .top-block .top-block-item .phone-block > .inline-block.form {
    padding-right: 18px;
}

.header_1 .logo_and_menu-row .wrap_icon {
    padding: 3px 16px 0px 10px;
}

.header_1 .logo_and_menu-row .inner-table-block i.svg.inline svg {
    height: 17px;
    width: 17px;
}

.header_1 .right-icons .svg {
    top: -1px;
}

.logo-row .slogan {
    margin: 0;
    z-index: 1;
}

body.long_menu .logo-row .slogan, body.long_menu header .top_menu_wrapper {
    *padding: 0 16px;
}

body.narrow_menu .menu-row .slogan .burger .site_map_wrapper > .maxwidth-theme > div {
    box-shadow: 0px 10px 20px rgba(184, 190, 199, 0.4);
}

/* V1_opacity */
body.header_nopacity .header_1.opacity .top-block {
    border-bottom: 1px solid #EBEBEF;
}

body.header_nopacity .header_1.opacity .logo-row {
    background: white;
}

body.header_nopacity .header_1.opacity .menu-row .slogan .burger .svg svg rect {
    fill: #333;
}

body.header_nopacity .header_1.opacity .menu-row .menu-row .menu-only .mega-menu table td .wrap > a {
    color: #333;
}

body.header_nopacity .header_1.opacity .mega-menu table td .wrap > .more-items > span svg rect {
    fill: #333;
}

body.header_nopacity .header_1.opacity .menu-row .menu-row .menu-only .mega-menu table td:not(.js-dropdown):hover .wrap {
    background: white;
}

body.header_nopacity .header_1.opacity .menu-row .slogan .burger:hover .site_map_wrapper {
    border-top: 1px solid #EBEBEF;
}

body.header_nopacity .header_1.opacity .menu-row .menu-row .menu-only .mega-menu table td .wrap > ul.dropdown-menu {
    border-top: 1px solid #EBEBEF;
}

body.header_opacity .header_1.opacity .logo-row {
    background: none;
}

body.header_opacity .header_1.opacity .top-block {
    background: none !important;
}

body.header_opacity .header_1.opacity .top-block .maxwidth-theme {
    background: none !important;
}

body.header_opacity .header_1.opacity .menu-row .menu-row .menu-only .mega-menu table td:not(.js-dropdown):hover .wrap {
    background: none;
}

body.header_opacity .header_1.opacity:not(.light) .menu-row .slogan .burger .svg svg rect {
    fill: #333;
}

body.header_opacity .header_1.opacity:not(.light) .menu-row .menu-row .menu-only .mega-menu table td .wrap > a {
    color: #333;
}

body.header_opacity .header_1.opacity:not(.light) .mega-menu table td .wrap > .more-items > span svg rect {
    fill: #333;
}

body.header_opacity .header_1.opacity.light .top-block .maxwidth-theme .top_menu_wrapper .logo svg path {
    fill: white;
}

body.header_opacity .header_1.opacity.light .top-block .maxwidth-theme .top_menu_wrapper .logo svg .logo_centino_svg {
    fill: white;
}

body.header_opacity .header_1.opacity.light .top-block .maxwidth-theme .top_menu_wrapper .slogan .top-description {
    color: white;
}

body.header_opacity .header_1.opacity.light .top-block .maxwidth-theme .top_menu_wrapper .icons-block .right-icons .pull-right .svg svg path {
    fill: white;
}

body.header_opacity .header_1.opacity.light .top-block .maxwidth-theme .top_menu_wrapper .address svg path {
    fill: white !important;
}

body.header_opacity .header_1.opacity.light .top-block .maxwidth-theme .top_menu_wrapper .address {
    color: white;
}

body.header_opacity .header_1.opacity.light .top-block .maxwidth-theme .top_menu_wrapper .address .adress_title {
    color: white;
}

body.header_opacity .header_1.opacity.light .top-block .maxwidth-theme .top_menu_wrapper .address .adress_descr {
    color: white;
}

body.header_opacity .header_1.opacity.light .top-block .top-block-item .phone-block > .inline-block svg path {
    fill: white !important;
}

body.header_opacity .header_1.opacity.light .top-block .maxwidth-theme .top_menu_wrapper .phone a {
    color: white;
}

body.header_opacity .header_1.opacity.light .top-block .top-block-item .phone-block .callback-block {
    color: white;
}

.header_4 .menu-row .menu-row .menu-only .mega-menu table td .wrap > a.more-items {
    padding-right: 20px;
    padding-left: 0px;
}

.header_1 .burger {
    position: static !important;
    height: 100%;
}

/* V2 */
.header_2 .top-block {
    height: 57px;
}

body.header_opacity .header_2 .menu-row .maxwidth-theme > div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header_2 .menu-row .logo-row > .maxwidth-theme {
    position: static;
}

.header_2 .top-block .maxwidth-theme .top_menu_wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.header_2 .right-icons .svg {
    top: -1px;
}

.header_2 .menu-row .wrap_icon .inline-search-show .svg {
    top: 0px;
}

.header_2 .logo-row .slogan .slogan {
    margin-left: -2px;
}

.header_2 .top-block .maxwidth-theme .top_menu_wrapper .info {
    height: 100%;
}

.header_2 .top-block .maxwidth-theme .top_menu_wrapper .info > .top-block-item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_2 .top-block .menu > li {
    margin: 0px 15px;
}

.header_2 .top-block .top-block-item {
    padding: 0px;
}

.header_2 .top-block .top-block-item.address {
    *text-align: right;
}

.header_2 .top-block .top-block-item .address {

    line-height: normal;
    padding-left: 8px;
}

.header_2 .top-block .top-block-item .phone-block {
    text-align: right;
    height: 100%;
    display: flex;
    align-items: center;
}

.header_2 .top-block .top-block-item .phone-block .inline-block .phone > a {
    padding-left: 7px;
}

.header_2 .top-block .top-block-item .phone-block .inline-block span {

    line-height: normal;
    font-size: 0.8667em;
    text-align: right;
}

.header_2 .top-block .maxwidth-theme .top-block-item .phone-block > .inline-block {
    padding: 0 7px;
}

body.header_nopacity .header_2 .logo-row {
    background: white;
}

.header_2 .logo-row .maxwidth-theme > .slogan {
    height: 97px;
    position: static;
}

.header_2 .logo-row .maxwidth-theme > .slogan .menu-row,
.header_2 .logo-row .maxwidth-theme > .slogan .menu-row .menu-only,
.header_2 .logo-row .maxwidth-theme > .slogan .menu-row .menu-only .mega-menu,
.header_2 .logo-row .maxwidth-theme > .slogan .menu-row .table-menu,
.header_2 .logo-row .maxwidth-theme > .slogan .menu-row table,
.header_2 .logo-row .maxwidth-theme > .slogan .menu-row table td,
.header_2 .logo-row .maxwidth-theme > .slogan .menu-row table td .wrap {
    height: 100%;
}

.header_2 .menu-only, .header_2 .logo-row .menu-row {
    padding-left: 0 !important;
}

.header_2 .logo-row .menu-row {
    width: 60%;
    max-width: none;
}

.header_2 .logo-row .maxwidth-theme .slogan .logo, .header_2 .logo-row .maxwidth-theme .slogan .logo a {
    display: flex;
    align-items: center;
}

.header_2 .logo-row .maxwidth-theme > .slogan .menu-row .table-menu td .wrap > a {
    color: #333333;
    padding: 0px 25px;
    padding-bottom: 2px;
}

.header_2 .logo-row .maxwidth-theme > .slogan .menu-row .table-menu .menu-item .wrap > a.more-items svg rect {
    fill: #333;
}

.header_2 .logo-row .maxwidth-theme > .slogan .icons-block .right-icons {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.header_2 .logo-row .maxwidth-theme > .slogan .icons-block .right-icons .pull-right .wrap_icon {
    padding: 0px 15px;
}

.header_2 .logo-row .maxwidth-theme > .slogan .icons-block .right-icons .pull-right:nth-child(1) .wrap_icon {
    padding-right: 0px;
}

.header_2 .logo-row .maxwidth-theme > .slogan .icons-block .right-icons .pull-right .svg svg path {
    fill: black;
}

.header_2 .logo-row .maxwidth-theme > .slogan .icons-block .basket-link .count {
    width: unset;
    padding: 0px 6px;
}

.header_2 .logo-row .maxwidth-theme > .slogan .icons-block .basket-link .js-basket-block {
    display: flex;
    align-items: flex-end;
}

.header_2 .logo-row .maxwidth-theme > .slogan .icons-block .basket-link .js-basket-block span {
    margin-left: 10px;
}

.header_2 .top-block .maxwidth-theme .top_menu_wrapper .phone a {
}

.header_2 .top-block .maxwidth-theme .top_menu_wrapper .phone .phone-block .svg {
    margin-left: -22px;
    margin-top: -1px;
}

.header_2 .top-block .maxwidth-theme .top_menu_wrapper .phone.with_dropdown:hover {
    z-index: 1;
    padding: 14px 0px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.13);
    border-radius: 2px;
    max-width: unset;
    padding-left: 28px;
}

.header_2 .top-block .maxwidth-theme .top_menu_wrapper .phone.with_dropdown:hover > svg {
    display: none;
}

.header_2 .top-block .maxwidth-theme .top_menu_wrapper .phone.with_dropdown > svg {
    margin-top: -4px;
    right: 2px;
}

.header_2 .top-block .maxwidth-theme .top_menu_wrapper .phone.with_dropdown .dropdown {
    transition: none;
    -webkit-transition: none;
    min-width: 150px;
}

.header_2 .top-block .maxwidth-theme .top_menu_wrapper .phone.with_dropdown .dropdown > .wrap {
    margin-top: 11px;
    padding: 0px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.13);
}

.header_2 .top-block .maxwidth-theme .top_menu_wrapper .phone.with_dropdown .dropdown > .wrap:hover {
    background: #F6F7FA;
}

.header_2 .top-block .maxwidth-theme .top_menu_wrapper .phone.with_dropdown .dropdown > .wrap .more_phone a {
    padding-left: 34px;
}

/* V2 */
.header_4 .with_dropdown.centino_header_phone:hover {
    background: white;
}

.header_4 .right-icons .svg {
    top: -1px;
}

/* V4 */
body.header_nopacity .header_5 .logo_and_menu-row {
    background: white;
    border-bottom: 1px solid #ebebef;
}

body.header_opacity .header_5 .menu-row .maxwidth-theme > div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

body.header_nopacity .header_5 .menu-row {
    background: white;
}

.header_5 span.city {
    display: block;
}

.header_5 .svg-inline-address {
    position: absolute;
    left: -10px;
    top: 50% !important;
    margin-top: -7.5px;
}

.header_5 .address.inner-table-block {
    font-weight: 500;
    font-size: 0.8667em;
    color: #555555;
}

.header_5 .menu-row.with-color.colored_dark .mega-menu table .wrap > .dropdown-menu > li:first-of-type:before {
    display: none;
}

.header_5 .menu-row.with-color .wrap_icon {
    font-size: 1em;
}

.header_5 .logo_and_menu-row .phone {
    font-size: 1em;
}

.header_5 .menu-row.with-color .wrap_icon .basket-link .js-basket-block {
    top: 16px;
}

header.light.header_5 .phone-block .phone > .svg * {
    fill: white;
}

.header_5 .menu-row.with-color > div {
    position: static;
}

.header_5 .menu-row.with-color > div > div {
    position: static;
}

.header_5 .menu-row.with-color > div .menu-only {
    position: static;
}

.header_5 .menu-row.with-color .wrap_icon .personal-link .svg {
    top: 16px;
}

.header_5 .menu-row.with-color .wrap_icon .svg * {
    fill: #333;
}

.header_5 .logo_and_menu-row .slogan {
    margin-left: 29px !important;
}

/* Wide Menu */
.logo-row .menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu {
    left: 0 !important;
}

.menu-row .mega-menu table td.wide_menu.menu-item .wrap .dropdown-menu.with_adv {
    overflow: hidden;
    padding-top: 0px;
}

.wide_menu .wrap .dropdown-menu.with_adv .maxwidth-theme div .menu_image .bg-grey2 {
    position: absolute;
    left: -16px;
    top: -32px;
    bottom: -53px;
    right: -3200px;
}

body.narrow_menu header .wide_menu .wrap .dropdown-menu.with_adv > .maxwidth-theme > div {
    padding: 32px !important;
    padding-right: 17px !important;
    overflow: hidden;
}

.menu-row .mega-menu table td.wide_menu:hover .wrap > .dropdown-menu {
    padding-top: 0px;
}

.wide_menu .wrap > .dropdown-menu .maxwidth-theme div .menu_image {
    max-height: 500px;
    z-index: 1;
    padding-bottom: 32px;
}

.wide_menu .wrap > .dropdown-menu .maxwidth-theme > div {
    padding-top: 32px;
}

.wide_menu .wrap .dropdown-menu .li_container {

}

.wide_menu .wrap .dropdown-menu .li_container .mCSB_container {
    margin-right: 0px;
}

.wide_menu .wrap .dropdown-menu .li_container #mCSB_1_scrollbar_vertical,
.wide_menu .wrap .dropdown-menu .li_container #mCSB_2_scrollbar_vertical,
.wide_menu .wrap .dropdown-menu .li_container #mCSB_3_scrollbar_vertical {
    margin-right: 0px;
}

.wide_menu .wrap .dropdown-menu .li_container #mCSB_1_dragger_vertical,
.wide_menu .wrap .dropdown-menu .li_container #mCSB_2_dragger_vertical,
.wide_menu .wrap .dropdown-menu .li_container #mCSB_3_dragger_vertical {
    height: 30px !important;
}

.wide_menu .wrap .dropdown-menu .li_container #mCSB_1_dragger_vertical .mCSB_dragger_bar,
.wide_menu .wrap .dropdown-menu .li_container #mCSB_2_dragger_vertical .mCSB_dragger_bar,
.wide_menu .wrap .dropdown-menu .li_container #mCSB_3_dragger_vertical .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .4) !important;
    width: 6px;
}

.wide_menu .wrap .dropdown-menu .li_container .mCSB_draggerRail {
    background-color: rgba(234, 224, 224, 0.75) !important;
}

.wide_menu .wrap .dropdown-menu .li_container .row {
    margin-bottom: 25px;
}

.wide_menu .wrap .dropdown-menu .li_container .row ul > li {
    display: flex;
}

.wide_menu .wrap .dropdown-menu .li_container .row .dropdown-submenu ul > li {
    flex-direction: column;
}

.wide_menu .wrap .dropdown-menu .li_container .row ul > li .menu_container {
    margin-left: 65px;
}

.wide_menu .wrap .dropdown-menu .li_container .row ul > li.has_img .menu_container {
    margin-left: 25px;
    padding-right: 30px;
}

.wide_menu .wrap .dropdown-menu.without_img .li_container .row ul > li .menu_container {
    margin-left: 0px;
}

.wide_menu .wrap .dropdown-menu .li_container .row ul > li .menu_container > a {
    font-size: 1.0667em;
    display: block;
    margin-bottom: 14px;
    white-space: normal;
    line-height: 21px;
}

.wide_menu .wrap .dropdown-menu .li_container .row ul > li .menu_container .dropdown-menu li > a {
    font-size: 0.9335em;
    white-space: normal;
    line-height: 20px;
    margin-bottom: 3px;
}

.wide_menu .wrap .dropdown-menu .dop_banner_item .form_text {
    position: absolute;
    bottom: 0px;
    padding: 0px 30px 25px;
    z-index: 2;
}

.wide_menu .wrap .dropdown-menu .dop_banner_item .form_text .description {

    line-height: 24px;
    font-size: 1.1335em;
    color: #FFFFFF;
    margin-top: 11px;
}

.wide_menu .wrap .dropdown-menu .dop_banner_item .form_text .sticker {
    line-height: 13px;
    font-size: 0.667em;
    letter-spacing: 0.03em;
    color: #333333;
    padding: 7px 9px;
    background: #E2DD5F;
    border-radius: 2px;
    text-transform: uppercase;
    width: fit-content;
}

.wide_menu .wrap .dropdown-menu .dop_banner_item .dark_hover {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
}

.wide_menu .wrap .dropdown-menu .dop_banner_item:hover .dark_hover {
    opacity: 0.5;
}

.wide_menu .wrap .dropdown-menu .dop_banner_item a {
    display: block;
    height: 100%;
    z-index: 2;
    position: relative;
}


.wide_menu .wrap .dropdown-menu.with_adv > .maxwidth-theme {
    display: flex;
    max-height: 464px;
}

.wide_menu .wrap .dropdown-menu.with_adv .menu_image .info {
    height: 100%;
    margin-left: 11px;
}

.wide_menu .wrap .dropdown-menu.with_adv .menu_image .info .dop_banner_item {
    height: 400px;
}

.wide_menu .wrap .dropdown-menu .dop_banner_item:after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    opacity: 0.8;
    z-index: 1;
    position: absolute;
    height: 50%;
    right: 0px;
    bottom: -1px;
    left: 0px;
}


/* HEADER FIXED */
body.fix_head_upper #headerfixed .table-menu td .wrap > a {
    text-transform: uppercase;
}

/* V2 */
#headerfixed .maxwidth-theme {
    position: static;
}

#headerfixed .site_map_wrapper .maxwidth-theme {
    padding: 0 38px !important;
}

#headerfixed .logo-row.v2 > .burger {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
    cursor: pointer;
}

#headerfixed .logo-row.v2 > .burger:hover .svg svg {
    height: 16px;
}

#headerfixed .logo-row.v2 > .burger:hover .svg svg rect:nth-child(1) {
    y: -1;
}

#headerfixed .logo-row.v2 > .burger:hover .svg svg rect:nth-child(3) {
    y: 13;
}

#headerfixed .logo-row.v2 .burger .svg svg rect {
    fill: #333;
}

#headerfixed .logo-row.v2 .burger .site_map_wrapper {
    display: none;
    position: absolute;
    top: 100%;
    width: 100vw;
    left: 0 !important;
    right: 0 !important;
    background: white;
    cursor: default;
    border-top: 1px solid #EBEBEF;
    max-width: none;
    padding: 0 !important;
    margin: 0px !important;
}

#headerfixed .logo-row.v2 .burger .site_map_wrapper .burger_top_menu_row {
    padding: 30px 0px 0px 0px;
}

#headerfixed .logo-row.v2 .burger .site_map_wrapper .burger_top_menu_row > .row {
    margin-bottom: 45px;
}

#headerfixed .logo-row.v2 .burger .site_map_wrapper .burger_top_menu_row .wrap > a {

    line-height: 21px;
    font-size: 1.0667em;
    display: inline-block;
    color: #333333;
    margin-bottom: 14px;
}

#headerfixed .logo-row.v2 .burger .site_map_wrapper .burger_top_menu_row .wrap > div a {
    font-weight: normal;
    line-height: 20px;
    font-size: 0.9335em;
    display: inline-block;
    color: #666666;
    margin-bottom: 5px;
}

#headerfixed .dark_hover {
    display: none;
    position: absolute;
    top: 200px;
    width: 100vw;
    left: 0;
    background: black;
    opacity: 0.7;
    z-index: 0;
}

#headerfixed .logo-row.v2 .top_menu_map_close {
    position: absolute;
    right: 25px;
    top: 30px;
    cursor: pointer;
}

#headerfixed .logo-row.v2 .mega-menu table td .wrap > a {
    padding: 0px 25px;

    font-size: 0.9335em;
    letter-spacing: 0.03em;
    color: #333333;
}

#headerfixed .logo-row.v2 .mega-menu table td .wrap > a.more-items svg rect {
    fill: #333;
}

#headerfixed .logo-row.v2 .small-block .wrap_icon {
    margin-bottom: -2px;
}

#headerfixed .logo-row.v2 .basket-link .js-basket-block {
}

#headerfixed .logo-row.v2 .basket-link .js-basket-block span {
    width: unset;
    padding: 0px 6px;
    margin-left: 4px;
    position: relative;
    top: 0;
    left: 0;
}

/*Banners*/
.padding-banner-block {
    padding-top: 32px;
}

.banners-big .slides .text .inner {
    padding-left: 145px;
}

.banners-big.short-banner.middle-banners .flexslider, .banners-big.short-banner.middle-banners .slides {
    height: 395px;
}

.banners-big.short-banner.middle-banners .slides > li {
    height: 395px;
}

.banners-big.middle-banners .slides .text {
    line-height: 390px;
}

.banners-big .maxwidth-banner > .flexslider > ul.flex-direction-nav {
    display: none !important;
}

.banners-big .slides > li .maxwidth-theme > .row {
    display: flex;
    height: 100%;
    max-width: 100%;
}

body.all_title_2 .banners-big .slides .text .title {
    margin-left: -3px;
}


.banners-big .flex-control-nav li a:not(.flex-active) {
    background: white;
    box-shadow: none;
}

.banners-big .flex-control-paging li a.flex-active {
    height: 15px;
    width: 15px;
    box-shadow: none;
}

.banners-big .flexslider .arrows {
    height: 100%;
}

.banners-big .flexslider .arrows .nav-carousel {
    height: 100%;
}

.banners-big .flexslider .arrows .nav-carousel .flex-direction-nav {
    bottom: 82px;
    top: auto;
    left: auto;
    right: 87px;
}

.banners-big.long-banner.big-banner_3 .arrows .nav-carousel .flex-direction-nav {
    top: auto;
    right: 119px;
}

.maxwidth-theme .banners-big.big-banner_3 .maxwidth-banner .flexslider {
    position: relative;
}

.banners-big.short-banner.big-banner_4 .nav-carousel .flex-direction-nav {
    top: 450px;
    right: 43px;
}

.banners-big .flexslider .arrows .nav-carousel .flex-direction-nav li {
    height: auto;
    width: auto;
    border-radius: 2px;
}

.banners-big .flexslider .arrows .nav-carousel .flex-direction-nav li.flex-nav-prev {
    left: -63px;
}

.banners-big .flexslider:hover .arrows .nav-carousel .flex-direction-nav li.flex-nav-prev {
    left: -63px;
}

.banners-big .flexslider .arrows .nav-carousel .flex-direction-nav li.flex-nav-prev a {
    background: url(/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_grey.svg) 17px 15px no-repeat;
}

.banners-big .flexslider .arrows .nav-carousel .flex-direction-nav li.flex-nav-prev:hover a {
    background: url(/bitrix/templates/centino-heat/images/svg/left_Arrow_banner.svg) 18px 15px no-repeat;
}

.banners-big.big-banner_4 .flexslider .arrows .nav-carousel .flex-direction-nav li.flex-nav-prev:hover a {
    background: url(/bitrix/templates/centino-heat/images/svg/left_Arrow_banner.svg) 17px 15px no-repeat;
}

.banners-big .flexslider .arrows .nav-carousel .flex-direction-nav li.flex-nav-next {
    right: -47px;
}

.banners-big .flexslider:hover .arrows .nav-carousel .flex-direction-nav li.flex-nav-next {
    right: -47px;
}

.banners-big .flexslider .arrows .nav-carousel .flex-direction-nav li.flex-nav-next a {
    background: url(/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_grey.svg) 19px 15px no-repeat;
}

.banners-big .flexslider .arrows .nav-carousel .flex-direction-nav li.flex-nav-next:hover a {
    background: url(/bitrix/templates/centino-heat/images/svg/right_Arrow_banner.svg) 20px 15px no-repeat;
}

.banners-big.big-banner_4 .flexslider .arrows .nav-carousel .flex-direction-nav li.flex-nav-next:hover a {
    background: url(/bitrix/templates/centino-heat/images/svg/right_Arrow_banner.svg) 19px 15px no-repeat;
}

.long-banner .img .inner {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.BIG_BANNER_INDEX .banners-big.long-banner .slides img.plaxy {
    margin: 0 auto;
    margin-left: 13px;
}

.long-banner .slides > li > .maxwidth-theme > .row > .text {
    display: flex;
}

.long-banner .text .inner {
}

.banners-big li.item .dark_hover {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0000004a;
}


body.all_title_2 .banners-big.long-banner .slides .text .title {
    margin-left: -3px;
}

.BIG_BANNER_INDEX .banners-big.long-banner .slides .text .text-block {
    max-width: 270px;
}

.BIG_BANNER_INDEX .banners-big .btn:first-of-type {
    margin-right: 10px;
}

.BIG_BANNER_INDEX .banners-big .btn.white {
    border-color: white;
}

body.header_opacity.header_fill_none header .lines {
    background: #f5f6fa;
}


div[data-class="BIG_BANNER_INDEX_drag"][data-order="1"] .banners-big.long-banner.big-banner_3 {
    padding: 32px 0;
    margin-top: 0px;
}

.banners-big .maxwidth-banner .maxwidth-theme.flexslider {
    position: unset;
}


div[data-class="BIG_BANNER_INDEX_drag"][data-order="1"] .banners-big.short-banner.big-banner_4 {
    margin-top: 30px;
}

.banners-big.big-banner_4 .maxwidth-banner .maxwidth-theme {
    position: unset;
    padding: 0px 24px !important;
}

.banners-big.big-banner_4 .slides.main_slide {
    display: inline-block;
    float: left;
    padding-right: 4px;
}

.banners-big.big-banner_4 .slides .text .inner {
    opacity: 1;
}

.BIG_BANNER_INDEX .banners-big.short-banner.big-banner_4 .slides img.plaxy {
    margin-left: -6px;
}

body.all_title_2 .banners-big.short-banner.big-banner_4 .slides .text .title {
    padding-bottom: 12px;
    z-index: 2;
}

.banners-big.big-banner_4 .flexslider, .banners-big.big-banner_3 .flexslider {
    margin-bottom: 32px;
}

.banners-big.short-banner.big-banner_4 .nav-carousel .flex-direction-nav a span {
    display: none;
}

.banners-big.big-banner_4 .maxwidth-theme > .row {
    display: flex;
}

.banners-big.big-banner_4 .slides .bunner_buttons {
    min-width: 370px;
    z-index: 1;
}

.right_top_slides {
    display: inline-block;
    padding-right: 0px;
}

.right_top_slides .top_slide {
    margin-bottom: 20px;
    overflow: hidden;
}

.right_top_slides .top_slide .float_item.top {
    height: 240px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.right_top_slides .bottom_slides {
}

.right_top_slides .bottom_slides .float_item {
    height: 240px;
    overflow: hidden;
}

.right_top_slides .bottom_slide_left > .row {
    padding-right: 10px;
}

.right_top_slides .bottom_slide_right > .row {
    padding-left: 10px;
}

.banners-big.big-banner_4 .float_item .row {
    height: 100%;
}

.banners-big .float_item .dark_hover {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.banners-big .float_item .link {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding-left: 24px;
    padding-bottom: 20px;
    padding-right: 24px;
    z-index: 5;
    position: relative;
    text-decoration: none;
}

.banners-big .float_item .sticker_block {
    font-size: 0.667em;
    line-height: 20px;
    text-transform: uppercase;
    color: white;
    background: blue;
    display: inline-block;
    width: max-content;
    padding: 3px 10px 3px 10px;
}

.banners-big .float_item .name {
    font-size: 1.0667em;
    line-height: 20px;
    color: white;
    margin-top: 12px;
}

.banners-big .float_item .img_container {
    position: absolute;
    top: 0px;
    z-index: 1;
    height: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    background-size: cover;
    background-position: center;
}

.greetings {
    display: block;
    margin: 0 auto;
    font-weight: 600;
    max-width: 1334px;
    padding: 0 16px;
    margin-bottom: 48px;
}

.banners-big .float_item:hover .dark_hover {
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.banners-big.big-banner_5 .float_item {
    height: 250px;
    overflow: hidden;
}

.banners-big.big-banner_5 .float_item .row {
    height: 100%;
}

.banners-big.big-banner_5 .float_item .link {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding-left: 32px;
    padding-bottom: 29px;
}

.banners-big.big-banner_5 .float_item .sticker_block {
    font-size: 0.667em;
    line-height: 20px;
    text-transform: uppercase;
    color: white;
    background: blue;
    display: inline-block;
    width: max-content;
    padding: 3px 10px 3px 10px;
}

.banners-big.big-banner_5 .float_item .name {
    font-size: 1.2em;
    line-height: 22px;
    color: white;
    margin-top: 9px;
}

.BIG_BANNER_INDEX .banners-big.long-banner.big-banner_5 .slides .text .text-block,
.BIG_BANNER_INDEX .banners-big.long-banner.big-banner_1 .slides .text .text-block,
.BIG_BANNER_INDEX .banners-big.long-banner.big-banner_2 .slides .text .text-block,
.BIG_BANNER_INDEX .banners-big.long-banner.big-banner_3 .slides .text .text-block {
    max-width: unset;
}


body.header_opacity .wide_menu .wrap .dropdown-menu {
    *background: transparent;
}

.banners-big .float_item:before {
    content: "";
    z-index: 2;
    position: absolute;
    height: 60%;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
}


.wrap_tizer .wrap_outer {
    padding: 7px 0;
    line-height: 16px;
    border-radius: 2px;
}

.wrap_tizer .wrapper_inner_tizer {
    padding: 0 33px 0 4px;
    line-height: 16px;
}

.wrap_tizer .wrap_outer .outer_text {
    padding: 7px 0;
    border-radius: 2px;
}

.wrap_tizer .wrap_outer .outer_text .inner_text {
    padding: 7px 0px;
    letter-spacing: 0.5px;
}

/*Tizers*/
.TEASERS_INDEX .maxwidth-theme .tizers.tizers_block2 {
    padding: 41px 0 41px 0 !important;
}

.TEASERS_INDEX .maxwidth-theme .tizers.tizers_block2 .tizer_value {
    line-height: 70px;
    padding-bottom: 10px;
    padding-right: 26px;
    font-size: 70px;
    font-weight: 900;
    word-break: break-all;
}

.TEASERS_INDEX .maxwidth-theme .tizers.tizers_block2 span.top-text {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.25em;
    color: #555555;
    margin-bottom: 12px;
}

.TEASERS_INDEX .maxwidth-theme .tizers.tizers_block2 .item .title {
    padding: 0px;
}

body.all_title_2 .tizers2.tizers_block2 .item .title .top-text {
    font-weight: 400;
}

.tizers2.tizers_block2 .item .title .top-text {
    font-size: 1.2em;
}

.tizers_block2 .item .title .desc-text {
    font-size: 0.9em;
}

.TEASERS_INDEX .maxwidth-theme .tizers.tizers_block2 .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.TEASERS_INDEX .maxwidth-theme .tizers.tizers_block2 .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.TEASERS_INDEX .maxwidth-theme .tizers.tizers_block2 .row > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


/*Services*/

.FLOAT_BANNERS_INDEX .float-banners-without-text .float-banners.v1.item-views.blocks {
    padding: 64px 0px 45px 0px;
}

.FLOAT_BANNERS_INDEX .item-views.blocks .title_block .right_link_block {
    padding-top: 0px;
}

.float-banners.v1.item-views.blocks .right_link_block {
    padding-top: 17px;
}

.drag-block.container.FLOAT_BANNERS_INDEX .float-banners-without-text {
    background: #ffffff;
}

.item-views.blocks h3.line:after {
    background: transparent;
}

.float-banners-without-text .float-banners .title_block h3.line {
    font-weight: 900;
    font-size: 2.25em;
    padding: 0 0 37px;
}

.float-banners-without-text .wrap_tizer .wrapper_inner_tizer .wrap_tizer .wr_block.price {
    overflow: visible;
    visibility: visible;
}

.float-banners-without-text .wrap_tizer .wr_block.price {
    opacity: 0.9;
    visibility: visible;
    height: auto;
    padding: 6px 0 5px 6px;
    max-height: 150px;
}

.float-banners-without-text .item .wrap_tizer {
    padding-left: 22px;
    bottom: 22px;
}

.float-banners-without-text .float-banners.v1 .item .wrap_tizer .wrapper_inner_tizer {
    width: 280px;
    background: #054478;
    padding: 11px 17px;
    border-radius: 3px;
    margin-right: 22px;
    border-radius: 2px;
}

.float-banners-without-text .wrap_tizer .wrap_outer, .float-banners-without-text .wrap_tizer .wrap_outer .outer_text, .float-banners-without-text .wrap_tizer .wrap_outer .inner_text {
    background: transparent;
    font-size: 1.2em;
    line-height: 24px;
}

.float-banners-without-text .wr_block.price .wrap_outer_desc {
    line-height: 20px;
    font-size: 0.9335em;
}

.float-banners-without-text .wrap_tizer .wr_block {
    padding: 6px 0 0px 0;
}


.FLOAT_BANNERS_INDEX .front-services_new {
    padding-top: 51px;
    padding-bottom: 41px;
}

.FLOAT_BANNERS_INDEX .block-with-bg .blocks.front-services_new {
    padding-top: 60px !important;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new.title_container {
    background: white;
    border-bottom: 1px solid #e5e7ec;
    padding-bottom: 0px;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .title_block.row .items .row {
    padding-right: 100px;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .title_block.row h3 {
    padding-bottom: 36px;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .title_block.row .title {
    padding: 0px 27px 0px 0px;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .title_block.row .item-link:last-of-type .title {
    padding-right: 0;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .title_block.row .title span {
    padding-bottom: 20px;
    padding-top: 20px;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .title_block.row .title span:before {
    bottom: -1px;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider:not(.slick-initialized) {
    height: 500px;
    background: url(/bitrix/templates/centino-heat/images/pl3.gif) no-repeat center center !important;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider:not(.slick-initialized) > .item {
    display: none;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-arrow {
    position: absolute;
    top: -116px;
    z-index: 1;
    cursor: pointer;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-arrow.slick-disabled {
    background-color: #F6F7FA;
    cursor: default;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-arrow.slick_prev {
    right: 66px;
    background-position: 15px 13px;
    background-repeat: no-repeat;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-arrow.slick_next {
    right: 16px;
    background-position: 16px 13px;
    background-repeat: no-repeat;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-arrow.slick_prev.slick-disabled {
    background-image: url(/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_grey.svg);
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-arrow.slick_prev:not(.slick-disabled) {
    background-image: url(/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_white.svg);
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-arrow.slick_next.slick-disabled {
    background-image: url(/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_grey.svg);
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-arrow.slick_next:not(.slick-disabled) {
    background-image: url(/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_white.svg);
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-track {
    margin: auto;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide {
    box-shadow: none;
    padding: 0px 16px;
    overflow: hidden;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .item {
    margin-bottom: 0px;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide.without_price {
    height: 425px !important;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slideï¿½.draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide.special_view {
    *height: 475px !important;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .item {
    overflow: hidden;
    max-height: 100%;
    *max-height: 450px;
    margin-bottom: 20px;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .services_slick_slider .items {
    padding-bottom: 0px;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap {
    padding: 0px;
    text-align: left;
    height: 100%;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .image {
    max-width: none;
    top: 0;
    height: 235px;
    max-height: none;
    transition: top 0.2s ease-in-out;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .image a {
    display: block;
    height: 100%;
    width: 100%;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap img {
    width: 100%;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .text {
    padding: 25px 30px 28px 30px;
    top: 0px;
    position: relative;
    transition: top 0.2s ease-in-out;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .text .slice_price {
    margin-top: 21px;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide.special_view .inner-wrap .text .cont {
    position: relative;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .text .slice_price {
    height: 30px;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .text .foot .foot_button {
    display: none;
    opacity: 0;
    padding: 7px 0 8px;
    margin-top: 25px;
    transition: opacity 0.5s ease-in-out;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .text .foot .foot_button:hover span {
    color: white;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .text .preview_text {
    max-height: 70px;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .text .special_note svg {
    margin-right: 9px;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .text .active_period {
    margin-bottom: 14px;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .text .title {
    margin-bottom: 19px;
}

.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide.special_view .inner-wrap .text .title {
    margin-bottom: 24px;
}


/* V1 */
.float_banners_v1.item-views {
    padding: 52px 0px 41px;
}

.float_banners_v1.item-views .title_block h3 {
    padding-bottom: 42px;
}

.FLOAT_BANNERS_INDEX .float_banners_v1.item-views .title_block .right_link_block {
    padding-top: 0px;
}

.float_banners_v1.item-views .nav_wrapper {
    margin-top: 8px;
}

.float_banners_v1 .items .item {
    padding: 40px;
    margin-bottom: 32px;
}

.float_banners_v1 .items .item .img {
    height: 60px;
    margin-bottom: 24px;
}

.float_banners_v1 .items .item .img svg {
    max-height: 100%;
    max-width: 100%;
}

.float_banners_v1 .items .item .title {
    margin-bottom: 19px;
    max-height: 48px;
    overflow: hidden;
}

.float_banners_v1 .items .item .preview_text {
    max-height: 64px;
    overflow: hidden;
    margin-bottom: 75px;
}

.float_banners_v1 .items .item .arrow {
    width: 40px;
    height: 40px;
    background-image: url('/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_grey.svg');
    background-position: 16px 12px;
    position: absolute;
    bottom: 40px;
    left: 39px;
}

.float_banners_v1 .items .item:hover .arrow {
    background-image: url('/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_white.svg');
}

/* V2 */
.float_banners_v2.item-views.blocks {
    padding: 52px 0 45px;
}

.float_banners_v2 .to_top {
    margin-top: -16px;
}

.float_banners_v2 .items .text-block li {
    font-size: 0.9335em;
    line-height: 23px;
}

.float_banners_v2 .items .text-block li:before {
    width: 4px;
    height: 4px;
    top: 10px;
    border-radius: 50%;
}

.float_banners_v2 .items .text-block .btn {
    margin-top: 24px;
}

.float_banners_v2 .items > div {
    padding: 16px;
}

.float_banners_v2 .items .item {
    height: 200px;
    margin-bottom: 16px;
}

.float_banners_v2 .items .item .img_block {
    transition: filter 0.2s ease-in-out;
}

.float_banners_v2 .items .item .arrow {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    height: 40px;
    width: 40px;
    bottom: 20px;
    right: 20px;
    background-image: url('/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_white.svg');
    background-position: 17px 13px;
}

.float_banners_v2 .items .item:hover .img_block {
    filter: brightness(50%);
}

.float_banners_v2 .items .item:hover .arrow {
    opacity: 1;
}

.float_banners_v2 .items .title {
    margin-bottom: 8px;
    margin-left: -1px;
}

.float_banners_v2 .items .preview_text {
    margin-left: -1px;
}

/* V3 */
.float_banners_v3.item-views.blocks {
    padding: 52px 0 46px;
}

.FLOAT_BANNERS_INDEX .float_banners_v3.item-views.blocks .title_block h3 {
    padding-bottom: 25px;
}

.FLOAT_BANNERS_INDEX .float_banners_v3.item-views.blocks .title_block .right_link_block {
    padding-top: 0px;
}

.float_banners_v3 .items.row .item {
    padding: 25px 40px 33px 30px;
    min-height: 170px;
}

.float_banners_v3 .items.row .item .img {
    width: 150px;
    height: 107px;
    margin-top: 6px;
    position: absolute;
}

.float_banners_v3 .items.row .item .text-wrapper {
    padding-left: 180px;
    margin-top: -2px;
}

.float_banners_v3 .items.row .item .text-wrapper .title {
    margin-bottom: 9px;
}

.float_banners_v3 .items.row .item .text-wrapper .preview_text {
    margin-bottom: 20px;
}

.float_banners_v3 .items.row .item .text-wrapper .childs .sect:before {
    content: none;
}

.float_banners_v3 .items.row .item .text-wrapper .childs .sect:last-of-type .separator {
    display: none;
}

.float_banners_v3 .items.row .item .text-wrapper .childs .separator {
    height: 1px;
    width: 10px;
    background-color: #C4C4C4;
    vertical-align: middle;
    margin: 0px 5px;
}

/* V4 */
.float_banners_v4.item-views.blocks {
    padding-bottom: 44px;
}

.maxwidth-theme .float_banners_v4.item-views.blocks .title_block h3 {
    padding-bottom: 24px;
}

.float_banners_v4 .items .item .text-wrapper .preview_text {
    font-weight: normal;
    font-size: 0.9335em;
    line-height: 21px;
    color: #666666;
    max-height: 63px;
    overflow: hidden;
}

.float_banners_v4 .items .item .childs {
    margin-top: 12px;
}

.float_banners_v4 .items .item .childs .sect {
    margin-bottom: 6px;
}

.float_banners_v4 .items .item .item-inner {
    padding-top: 50px;
}

.float_banners_v4 .items .item .item-inner > a .img {
    height: 144px;
    width: 144px;
    margin: auto;
    margin-bottom: 33px;
}

.float_banners_v4 .items .item .text-wrapper {
    padding: 0px 29px 25px;
}

.float_banners_v4 .items .item .title {
    margin-bottom: 13px;
    font-size: 0.9em;
    text-decoration: none;
}

.float_banners_v4 .items .item .preview_text {
    max-height: 84px;
}

.float_banners_v4 .items .item .hover_text_wrapper {
    padding: 25px 29px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.float_banners_v4 .items .item:hover .hover_text_wrapper {
    opacity: 1;
}

.float_banners_v4 .items .item .hover_text_wrapper .preview_text {
    margin-bottom: 23px;
}

.float_banners_v4 .items .item .hover_text_wrapper .childs .sect {
    margin-bottom: 6px;
}

.float_banners_v4 .items .item:hover {
    border: 1px solid #EDEDF1;
}

/*Products*/
.CATALOG_SECTIONS_INDEX .front_sections_with_childs_2 {
    padding: 63px 0 45px;
}

.CATALOG_SECTIONS_INDEX .item-views.blocks.front_sections_with_childs_2 .title_block h3 {
    padding-bottom: 37px;
}

.CATALOG_SECTIONS_INDEX .item-views.blocks.front_sections_with_childs_2 .title_block .right_link_block {
    margin-top: 0px;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_2 .items .row > div {
    padding: 16px;
    margin: 0px;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_2 .items .row .item {
    border: 1px solid #EBEBEF;
    padding: 25px 40px 36px 30px;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_2 .items .row .item .img {
    width: 150px;
    height: 148px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 5px;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_2 .items .row .item .section_info .name {
    padding-bottom: 9px;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_2 .items .row .item .section_info .name a {

    font-size: 1.1335em;
    line-height: 24px;
    color: #333;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_2 .items .row .item .section_info .text {
    font-weight: normal;
    font-size: 0.9335em;
    line-height: 20px;
    color: #555555;
    margin-bottom: 20px;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_2 .items .row .item .section_info .sect {
    font-size: 1em;
    line-height: 21px;
    padding-right: 0px;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_2 .items .row .item .section_info ul .sect:last-of-type:after {
    content: none;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_2 .items .row .item .section_info .sect:after {
    content: " ";
    position: relative;
    right: 0px;
    top: -4px;
    height: 1px;
    width: 13px;
    background-color: #C4C4C4;
    display: inline-block;
    text-align: center;
    margin: 0 6px 0 8px;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 {
    padding: 53px 0 41px;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .slick-slider:not(.slick-initialized) {
    height: 330px;
    background: url(/bitrix/templates/centino-heat/images/pl3.gif) no-repeat center center !important;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .slick-slider:not(.slick-initialized) > .item {
    display: none;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .slick-slider .slick-list {
    padding-bottom: 20px;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .section_item {
    margin-bottom: 0px;
    padding: 41px 5px 38px;
    box-shadow: none;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .slick-slider .slick-slide {
    margin: 0px 16px;
    background: white;
    box-shadow: none;
    cursor: grab;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .slick-slider .slick-slide:active {
    cursor: grabbing;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .slick-slider .slick-slide:hover {
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .slick-slider .slick-slide .img {
    margin-bottom: 23px;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .slick-slider .slick-slide img {
    height: 186px;
    max-width: 100%;
    margin: auto;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .slick-slider .slick-slide .section_info {
    text-align: center;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .slick-slider .slick-slide .section_info .name {
    line-height: 20px;
    font-size: 1em;
    margin-bottom: 5px;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .slick-slider .slick-slide .section_info .section_count {
    line-height: 18px;
    font-size: 0.8667em;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .slick-slider .slick-arrow {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    border-radius: 2px;
    cursor: pointer;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .slick-slider .slick-arrow.slick-disabled {
    background-color: white;
    cursor: default;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .slick-slider .slick_prev {
    left: -5px;
    background-position: 15px 13px;
    background-repeat: no-repeat;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .slick-slider .slick_prev.slick-disabled {
    background-image: url(/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_grey.svg);
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .slick-slider .slick_prev:not(.slick-disabled) {
    background-image: url(/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_white.svg);
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .slick-slider .slick_next {
    right: -5px;
    background-position: 16px 13px;
    background-repeat: no-repeat;
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .slick-slider .slick_next.slick-disabled {
    background-image: url(/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_grey.svg);
}

.CATALOG_SECTIONS_INDEX .front_sections_with_childs_3 .slick-slider .slick_next:not(.slick-disabled) {
    background-image: url(/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_white.svg);
}


/*Button Show more*/

.bottom_nav {
    display: inline-block;
    margin: 20px 0 20px;
    width: 100%;
    text-align: center;
}

.sections_wrapper .catalog_section_list button .fa {
    padding-left: 10px;
}

.mega-menu table td > .wrap > a .fa.fa-angle-down::before {
    font-size: large;

}

/*Brands*/

.partners.front .flexslider .slides > li .item {
    opacity: 1 !important;
    khtml-opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
}

.partners.front .flex-control-nav {
    display: block;
}


/*MIDDLE_BANNER*/

.MIDDLE_BANNER_INDEX .banners-big .slides .text .inner {
    padding-left: 55px;
}

body.all_title_2 .MIDDLE_BANNER_INDEX .banners-big .slides .title {
    font-size: 30px;
    line-height: 36px;
}

.MIDDLE_BANNER_INDEX .banners-big .slides .text-block {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 1em;
}

.MIDDLE_BANNER_INDEX .banners-big .slides .title {
    padding: 0 0 23px 0;
}

.MIDDLE_BANNER_INDEX .banners-big .slides .shown .text .inner {
    max-width: 640px;
}


/*Our work*/
.PORTFOLIO_INDEX .float-banners.v1 .item {
    margin-bottom: 0;
}

.PORTFOLIO_INDEX .row.indent10 > div {
    padding: 16px 16px;
}

.PORTFOLIO_INDEX .row.indent10 {
    margin: 0px -16px;
}

.float-banners .title_block + .items .text-block {
    padding-top: 21px;
}

.col-md-6.slim_block.jump_block {
    padding-top: 10px;
}

.PORTFOLIO_INDEX .item-views.blocks h3 {

    font-size: 2.233em;
}

.float-banners.v1 .item .wrap_tizer .transparent {
    background: transparent;
}

.items .item:hover .dark_block_animate {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

.PORTFOLIO_INDEX .item .dark_block_animate {
    opacity: 1;
}

.PORTFOLIO_INDEX .item .label {
    z-index: 2;
    margin: 22px;
    text-transform: uppercase;
    font-size: 0.667em;
    padding: 10px;
    height: 28px;
    letter-spacing: 1px;
    line-height: 10px;
    vertical-align: top;
}

.PORTFOLIO_INDEX .float-banners.v1 .item .wrap_tizer .wrapper_inner_tizer {
    padding: 0px 45px 0px 17px;
}

body .PORTFOLIO_INDEX .item .dark_block_animate {
    background-color: rgba(0, 0, 0, .7);
}

.item:hover .wrap_tizer .wr_block.price {
    margin: 0;
}

.FLOAT_BANNERS_INDEX .float-banners-without-text .float-banners .row.indent10 > div {
    padding: 16px 16px;
}

.FLOAT_BANNERS_INDEX .row.indent10 {
    margin: 0px -16px;
}

.bold_text {
}

.float-banners.v1.item-views.blocks .text-block .bold_text {
    font-size: 1.3em;
    line-height: 25px;
    margin-bottom: 19px;
}

.float-banners.v1.item-views.blocks .text-block p, .float-banners.v1.item-views.blocks .text-block li {
    font-size: 1.05em;
    line-height: 23px;
    margin-bottom: 19px;
}

.float-banners.v1.item-views.blocks .text-block .wrap_text ul, .float-banners.v1.item-views.blocks .text-block .wrap_text > div > ul :last-child {
    margin-bottom: 0;
}

.float-banners .title_block + .items .text-block {
    color: #555555;
}

/*KIDS*/
.subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit .button .btn {
    border-radius: 22px;
}

/*HEADER*/
.header_2 .top-block .top-block-item.pull-right.unvisible {
    display: none;
}

.header_2 .top-block.with_menu.with_icons .phone-block {
    display: flex;
}

.header_2 .top-block-item.text-center.social {
    flex: 1;
    display: flex;
    padding-left: 8px;
}

.header_2 .top-block-item.pull-right.phone-wrap {
    font-size: 1.0667em;
}

.header_2 .top-block .top-block-item.phone-wrap {
    padding: 9px 13px 14px;
}

.header_2 .top-block .top-block-item .phone-block > .inline-block {
    padding: 0 0px 0 26px;
}

.header_2 .top-block .social-icons li a {
    line-height: 38px;
}

.header_2 .top-block-item.item_menu {
    font-size: 0.8667em;
    padding-top: 13px;
}

.header_2 .top-block-item.item_menu a, .top-block-item.item_menu a:visited {
    color: #000000;
}

.header_2 .top-block-item.item_menu a:hover, .top-block-item.item_menu a:hover {
    color: #08a2dc;
}

.header_2 .top-block-wrap.flexbox_row {
    height: 40px;
    border-bottom: 1px solid #f5f6fa;
}

.header_2 .top-block.with_menu.with_icons {
    height: 40px;
}

.header_2 span.city {
    display: block;
}


/*Banner_big_mix*/
.mixed_banners.mixed_plus_bunners.padding-banner-block > div {
    display: flex;
}

.mixed_plus_bunners .middle_banners_block .item .item_inner:before {
    display: none;
}

.mixed_plus_bunners .middle_banners_block .item .item_inner {
    height: 500px;
}

.BIG_BANNER_INDEX .item-views.blocks.news_block .items > div {
    height: 323px;
}

.drag-block.container.BIG_BANNER_INDEX {
    /*background: #f6f6f7;*/
}

/*.news_block .item {
    background: white;
    display: flex;
    flex-direction: column;
    box-shadow: none;
}*/
.banners-big.short-banner.small.front ol.flex-control-nav.flex-control-paging {
    left: 75px;
    width: auto;
    bottom: 34px;
}

.BIG_BANNER_INDEX .item-views.blocks.news_block {
    padding: 3px 0 0 0;
}

.BIG_BANNER_INDEX .news_block .item .info {
    padding: 2px 32px 14px;
    text-align: center;
    font-size: 1.07em;
}

.small_banners_mix.item-views.table-elements .item .image {
    max-height: 209px;
    max-width: 284px;
    margin: 22px;
}

.BIG_BANNER_INDEX .news_block .items .item .info .name {
    font-weight: 900;
}

.banners-big .slides .title {
    padding: 0 0 28px 0;
}

.banners-big .slides .title.bold {
}

.BIG_BANNER_INDEX .banners-big .slides .text-block {
    margin-bottom: 34px;
}

.BIG_BANNER_INDEX .banners-big .slides img.plaxy {
    margin-left: -61px;
}

.mixed_banners.mixed_plus_bunners.padding-banner-block .text .text-block {
    font-size: 0.71em;
    line-height: 1.43em;
}

.mixed_banners.mixed_plus_bunners.padding-banner-block a.btn {
    padding: 14px 24px 16px 24px;
    font-weight: 300;
    margin: 18px 20px 0px 3px;
    border-radius: 26px;
}

.middle_banners_block .item .wrap_tizer {
    width: 259px;
    position: absolute;
    bottom: 0px;
    margin: 22px 22px 22px 22px;
}

.middle_banners_block .wrap_tizer .wrapper_inner_tizer {
    padding: 14px 14px 17px 17px;
}

.middle_banners_block .wrap_tizer .wrap_outer.title {

    font-size: 1.54em;
    text-transform: none;
    line-height: 1.2em;
}

.middle_banners_block .wrap_tizer .wrap_outer, .middle_banners_block .wrap_tizer .wrap_outer .outer_text, .middle_banners_block .wrap_tizer .wrap_outer .inner_text {
    background: transparent;
}

.middle_banners_block .preview {
    margin: 0;
    padding: 0 0 0px 4px;
    font-size: 1.2em;
    font-weight: 300 !important;
    line-height: 1.4em;
    color: rgba(255, 255, 255, .9);
}

.drag-block.container.small_banners_mix {
    border-top: none;
}

.mixed_banners > .row > div {
    font-size: 0.8em;
}

.banners-big.short-banner.small.front .slides .text .inner {
    padding: 0 0 47px 94px;
}

}


/*SERVICES*/

.services-items.item-views .items .item {
    display: none;
}

.services-items.item-views .items .item.active {
    display: block;
    padding-right: 0;
}

.item-views.services-items.type_1.front {
    padding: 70px 0 55px 0;
}

.item-views.front.partners {
    border-bottom: 1px solid #eff1f5;
}

.partners.front .flex-control-nav {
    bottom: -37px;
}

.float-banners.v1.item-views.blocks {
    padding: 60px 0 52px;
}

.item-views {
    margin-bottom: 0;
    position: relative;
}

.item-views.services-items .left_block h2 {
    padding-right: 0;
    margin-bottom: 48px;
    margin-left: -2px;
    font-size: 2.26em;
    line-height: 25px;
}

.item-views.front h2 {
    margin-top: 0;
}

.item-views.services-items .left_block .show_all span {
    display: none;
}

.item-views.services-items.type_1 .left_block .menu_item_selected {
    position: relative;
    display: none;
    padding: 15px 55px 15px 25px;
    border: 1px solid #eff1f5;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #333;
}

.item-views.services-items .menu li.selected {
    color: #222;
}

.item-views.services-items .menu li:first-of-type {
    margin-top: 0;
}

.item-views.services-items .menu li {
    margin: 0;
    padding: 0;
    font-size: 1.0667em;
    line-height: 36px;
    color: #777;
}

.item-views.services-items .menu li span {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 29px;
}

.item-views.services-items .menu li.selected {
    color: #333;
}

.item-views.services-items .menu li.selected > span {
    position: relative;
}

.services-items.item-views .menu li.selected > span:before {
    background: #08a2dc;
}

.services-items.item-views .menu li.selected > span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 6px;
    display: block;
    width: 2px;
    /*height: auto;*/
    height: 22px;
}

.body .services-items.item-views li:before {
    display: none;
}

.services-items.item-views .item {
    position: relative;
    margin-bottom: 16px;
}

.item-views.services-items .menu li:not(.selected) {
    cursor: pointer;
}

.services-items.item-views .items .item > .wrap > .wrap {
    padding: 40px 24px 40px 24px;
}

.item-views .item .image {
    text-align: center;
}

.item-views.services-items.type_1 .items .item .image {
    float: left;
    width: 317px;
    max-height: 309px;
    overflow: hidden;
}

.item-views.services-items.type_1 .items .item .body-info {
    /* margin: -4px 0;*/
    padding: 2px 0 0 357px;
}

.item-views.services-items.type_1 .item .title {
    margin-bottom: 0px;
}

.item-views.services-items.type_1 .items .item .title {
    margin: 2px 0 25px;
    font-size: 1.6em;
    line-height: 17px;
}

.item-views.services-items.type_1 .items .item .previewtext {
    line-height: 1.56em;
}

.item-views.services-items.type_1 .items .item .childs ul {
    margin: 0;
    padding: 0;
}

.item-views.services-items.type_1 .items .item .childs ul li:first-of-type {
    margin-top: 0;
}

.item-views.services-items.type_1 .items .item .childs ul li {
    margin: 4px 0 0;
    padding: 0;
}

.item-views.services-items.type_1 .items .item .childs ul li a:before {
    content: "\2014";
    margin-right: 8px;
    width: auto;
    height: auto;
}

.item-views.services-items .more.font_upper {
    margin: 33px 0 0 0px;
}

.item-views.services-items .more.font_upper .btn.btn-default {
    position: relative;
    padding: 9px 19px 10px;
}

.item-views.services-items .left_block {
    padding-left: 16px;
}

.services-items.item-views .items .item.active {
    border: 2px solid #f2f4f7;
    box-shadow: none;
}

.item-views.services-items.type_1 .left_block .show_all {
    display: inline-block;
}


.item-views.services-items.type_1 .items .item .body-info {
    padding: 0;
}

.item-views.services-items.type_1 .items .item .image {
    float: none;
    margin: 0 auto 15px auto;
}

.item-views.services-items.type_1 .left_block {
    margin-bottom: 39px;
    padding-right: 0;
}

.item-views.services-items.type_1 .menu {
    display: none;
    border: 1px solid #f1f1f1;
}

.item-views.services-items.type_1 .menu li:first-of-type {
    border-top: none;
}

.item-views.services-items.type_1 .menu li {
    border-top: 1px solid #f1f1f1;
}

.item-views.services-items.type_1 .left_block .menu_item_selected {
    display: block;
}

body .container .row .maxwidth-theme h3, body .container .item-views.blocks h3, body .container .item-views.blocks h3.title {
    line-height: 34px;
}

}


/*TIZERS*/
body .TEASERS_INDEX.drag-block.container.border {
    border-top: 2px solid #f2f4f7;
    border-bottom: 2px solid #f2f4f7;
}

.tizers_block3 {
    padding: 60px 0 26px 0;
}

.tizers_block3 > .row {
    display: flex;
    flex-wrap: wrap;
}

.tizers_block3 .item {
    display: flex;
    flex-direction: column;
}

.tizers_block3 .item .img {
    margin: 0px 20px 16px 0px;
    width: 85px;
    height: 85px;
}

.tizers_block3 .item .image {
    height: 70px;
    width: 70px;
    margin-bottom: 19px;
}

.tizers_block3 .item .image svg, .tizers_block3 .item .image img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

.tizers_block3 .item .title span {
    display: block;
    font-size: 0.93em;
    line-height: 1.506em;
    color: #555;
}

.tizers_block3 .item .title .top-text {
    font-size: 1.133em;
    padding: 0 0 13px 0;
    color: #333333;
    cursor: pointer;
}

.tizers_block3 .row > div {
    padding: 0px 6px 29px 17px;
}


.news_block .flexbox > div, body .projects.item-views .flexbox.items > div {
    margin-bottom: 32px;
}

.news_block .flexbox > div {
    display: flex;
    justify-content: space-around;
}

.show_all {
    position: relative;
    margin: 17px 0 0;
    font-size: .6667em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .8px;
    z-index: 3;
    color: #999;
}

.item-views.services-items.type_1 .left_block .all {
    margin: 37px 0 0 29px;
}


/* V4 */
.tizers_block4 {
    padding: 30px 0 32px;
}

.tizers_block4 .row.flexbox > div {
    display: flex;
}

.tizers_block4 .item {
    display: flex;
    align-items: center;
}

.tizers_block4 .item .title {
    margin-left: 30px;
}

.tizers_block4 .item .title .top-text {

    font-size: 1em;
    line-height: normal;
    color: #333333;
    display: block;
    margin-bottom: 1px;
}

.tizers_block4 .item .title .desc-text {
    font-weight: normal;
    font-size: 0.9335em;
    line-height: 20px;
    color: #555555;
}

/*STAFF*/

.STAFF_INDEX .item-views.staff .items .item .image {
    height: 100%;
    max-height: 398px;
}

.item-views.table-elements.staff .item .image img {
    max-height: 700px;
    max-width: 100%;
    width: auto;
}

.staff .item .info {
    padding: 11px 20px 15px 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 20px;
    text-align: left;
    max-width: 244px;
}

.staff .item .info a.name {
    color: white;
    font-size: 1.2em;
    font-weight: 900;
    text-align: left;
    padding: 1px 0;
    line-height: 2.1em;
}

.STAFF_INDEX .staff.item-views .item .post {
    color: white;
    text-transform: uppercase;
    line-height: 2.1em;
    font-size: 0.7em;
}

.STAFF_INDEX .staff.item-views .item .text {
    color: white;
    /*display: none;*/
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0 !important;
    transition: all 0.3s ease;
    -moz-transition: font-size 0.3s ease;
    -ms-transition: font-size 0.3s ease;
    -o-transition: font-size 0.3s ease;
    -webkit-transition: font-size 0.3s ease;

    color: transparent;
    transition: color 0.9s ease;
    -moz-transition: color 0.9s ease;
    -ms-transition: color 0.9s ease;
    -o-transition: color 0.9s ease;
    -webkit-transition: color 0.9s ease;
}


.item-views.staff .items .item:hover .info a.name {
    padding: 0 0 7px 0;
}

.STAFF_INDEX .news_block.item-views.staff .title_block h3 {
    padding: 0px 0px 41px;
    font-size: 2.265em;
    font-weight: 900;
    margin: 0 0 0 -2px;
}

/*
.STAFF_INDEX .news_block .flexbox .item {
    border: 2px solid #f2f4f7;
}
*/
.item-views.blocks.staff {
    padding: 73px 0 39px 0;
}

.item-views.blocks.staff .title_block a {
    padding-top: 3px;
    font-size: 0.9335em;
}

.STAFF_INDEX .staff .description {
    padding: 0 0 53px 0;
    font-size: 1.2em;
    line-height: 1.55;
}

.staff.detail .detailimage img {
    max-width: 190px;
}


/*COMPANY*/
.COMPANY_INDEX {
    padding: 20px 0;
}

.COMPANY_INDEX .title_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.COMPANY_INDEX .row .maxwidth-theme .title_block h3 {
    line-height: 39px;
    font-size: 30px;
    margin: 30px 0px 41px -1px;
}

.COMPANY_INDEX .row .maxwidth-theme .title_block h3.normal {
    font-weight: normal;
}

.COMPANY_INDEX .row .maxwidth-theme .title_block h3.bold {
}

.COMPANY_INDEX .row .maxwidth-theme .title_block .right_link_block {
    line-height: 18px;
    font-size: 0.9335em;
}

.COMPANY_INDEX .company-front.flexbox {
    align-items: flex-start;
    padding-bottom: 60px;
}

.COMPANY_INDEX .company-front > div:first-child h4 {
    margin: -6px 0 17px;
    line-height: 29px;
    font-size: 1.3335em;
    margin-right: 20px;
}

.COMPANY_INDEX .company-front > div:first-child p {
    margin-bottom: 16px;
    width: 85%;
}

.COMPANY_INDEX .company-front > div:last-child img {
    height: 400px;
}

.COMPANY_INDEX .navigation-vcenter .flex-direction-nav {
    margin-top: -23px;
    top: auto;
    bottom: 63px;
    right: 87px;
    left: auto;
    width: auto;
}

.COMPANY_INDEX .navigation-vcenter .flex-direction-nav li {
    visibility: visible;
    right: 3px;
}

.COMPANY_INDEX .flexslider .flex-direction-nav a:not(.flex-disabled) {
    visibility: visible;
}

.COMPANY_INDEX .flexslider .flex-direction-nav li.flex-nav-prev a:before {
    background: url(/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_grey.svg) -1px 0px no-repeat;
    opacity: 1;
}

.COMPANY_INDEX .flexslider .flex-direction-nav li.flex-nav-prev:hover a:before {
    background: url(/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_white.svg) -1px 0px no-repeat;
}

.COMPANY_INDEX .flexslider .flex-direction-nav li.flex-nav-next {
    right: -47px;
}

.COMPANY_INDEX .flexslider:hover .flex-direction-nav li.flex-nav-next {
    right: -47px;
}

.COMPANY_INDEX .flexslider .flex-direction-nav li.flex-nav-next a:before {
    background: url(/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_grey.svg) -1px 0px no-repeat;
    opacity: 1;
    left: 70%;
}

.COMPANY_INDEX .flexslider .flex-direction-nav li.flex-nav-next:hover a:before {
    background: url(/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_white.svg) -1px 0px no-repeat;
}

.COMPANY_INDEX .flexslider.inside.navigation-vcenter .flex-direction-nav .flex-prev {
    left: -20px;
    background: #F6F7FA;
}

.COMPANY_INDEX .flex-direction-nav a:before {
    left: 65%;
    top: 13px;
}

.COMPANY_INDEX .flexslider.inside.navigation-vcenter:hover .flex-direction-nav .flex-next, .flexslider.inside.navigation-vcenter .flex-direction-nav .flex-next {
    right: -20px;
    background: #F6F7FA;
}

.COMPANY_INDEX .front.hover:hover .flex-direction-nav a:before {
    opacity: 1;
}

.COMPANY_INDEX .btn.btn-default {
    margin-right: 18px;
}

.COMPANY_INDEX .company {
    margin-bottom: 17px;
    width: 90%;
}

.COMPANY_INDEX .company_buttons {
    padding-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.COMPANY_INDEX .company_left_img {
    min-height: 270px;
    max-width: 270px;
}

.COMPANY_INDEX .company_mainpage .title_block {
    margin-bottom: -18px;
}

.COMPANY_INDEX .company_buttons #company_video,
.COMPANY_INDEX .company_buttons #company_video_iframe {
    display: none;
}

.COMPANY_INDEX .company_buttons .play {
    position: relative;
    height: 42px;
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 10px;
}

.COMPANY_INDEX .company_buttons .play .fancybox {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block !important;
}

.company-front .banners-big .flexslider:hover .nav-carousel .flex-direction-nav li.flex-nav-next {
    right: -40px;
}

.company-front .banners-big .flexslider:hover .nav-carousel .flex-direction-nav li.flex-nav-prev {
    left: -40px;
}

.company-front .wrap_block_company h4 {
    font-size: 1.25em;
    line-height: 1.5em;
    margin: 0 0 16px 0;
    font-weight: 600;
    color: #333333;
}

.company-front .wrap_block_company {
    line-height: 1.7em;
}

.company-front .wrap_block_company .company_text {
    margin-bottom: 46px;
    padding: 2px 0 0px 0;
}

.company-front > div:first-child {
    padding-bottom: 0px;
    /*padding-left: 0px;*/
}

.COMPANY_INDEX .row .maxwidth-theme.company-front .wrap_block_company h3 {
    margin: 0;
    padding: 73px 0 44px 14px;
    border-top: 2px solid #f7f8fa;
}

.COMPANY_INDEX .wrap_block_company p {
    margin-bottom: 16px;
    line-height: 1.65em;
}

/*
.COMPANY_INDEX .wrap_block_company {
    margin-top: 70px;
}*/
.COMPANY_INDEX .wrap_block_company .flexslider2 .flex-viewport {
    width: 600px;
    height: 400px;
}

.COMPANY_INDEX .wrap_block_company .flexslider2.unstyled.flexslider-init.flexslider-control-nav.flexslider-direction-nav {
    width: 600px;
    height: 400px;
}

/*
.COMPANY_INDEX .company-front  .wrap_block_company {
    padding: 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}*/
.COMPANY_INDEX .company-front .link_company {
    position: absolute;
    top: 79px;
    right: 17px;
    font-size: 0.922em;
}

.company-front .wrap_block_company .maxwidth-theme.bx-context-toolbar-empty-area {
    height: 300px;
}

.company-front .wrap_block_company .banners-big .nav-carousel .flex-direction-nav {

}

.wrap_block_company .banners-big.short-banner .flexslider, .wrap_block_company .banners-big.short-banner .slides {
    height: 400px;
}

.COMPANY_INDEX .wrap_block_company .company_forms {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 32px 0;
    border-top: 2px solid #f7f8fa;
}

.COMPANY_INDEX .wrap_block_company .company_form {
    padding: 0px 28px;
    padding-top: 16px;
}

.COMPANY_INDEX .wrap_block_company .company_form.form1 {

}

.COMPANY_INDEX .wrap_block_company .company_form .name {
    font-size: 1.2em;
    line-height: 1.2em;

    margin-bottom: 0;
}

.COMPANY_INDEX .wrap_block_company .company_form.form2 {
    margin: 0 auto;
    padding-top: 9px;
}

.company_avatar.hidden-xs {
    padding-top: 4px;
}

.COMPANY_INDEX .wrap_block_company .contacts {
    padding-bottom: 1px;
}

.company-front .wrap_block_company .company_avatar img {
    /*width: 100px;
    height: 100px;*/
    border-radius: 100%;
}

.wrap_block_company .slider_company {
    padding-right: 0;
    width: 49.5%;
    padding-top: 4px;
}

.COMPANY_INDEX .company-front .wrap_block_company .contacts p.node {
    margin: 0;
    font-size: 0.74em;
    text-transform: uppercase;
    line-height: 2em;
    color: #949494;

}

.COMPANY_INDEX .company-front .wrap_block_company .contacts p.phone {
    font-size: 1.35em;
    line-height: 1.1em;
    margin-bottom: 0;

}

.COMPANY_INDEX .company-front .wrap_block_company .contacts p.email {
    margin-bottom: 21px;
    font-size: 1.05em;
    line-height: 1.4em;
}

.COMPANY_INDEX .company-front .company_staff .btn.border-radius {
    padding: 9px 19px 9px;
    margin: 19px 10px 0px 0px;
}

.COMPANY_INDEX .company-front .form2 .send_message_button.callback {
    padding-top: 2px;
}

.wrap_block_company .banners-big.short-banner.front .flexslider2 .flex-viewport, .wrap_block_company .height_slides {
    height: 400px;
}

.wrap_block_company .banners-big.short-banner .slides > li {
    height: 400px;
    background-size: contain;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}


/*REVIEW*/
.reviews.item-views.slider .item .company {
    font-size: 0.9em;
    line-height: 1.8em;
}

.reviews.item-views.slider .item .preview-text {
    font-size: 1em;
    padding-left: 2px;
    padding-top: 25px;
    max-width: 90%;
}

.REVIEWS_INDEX .reviews.item-views.slider .item {
    background: #fff !important;
}

.reviews.item-views.slider .item .preview-text p {
    margin-bottom: 17px;
}

.REVIEWS_INDEX .reviews .flex-control-nav li a:not(.flex-active) {
    background: #E5E5E5;
}

.REVIEWS_INDEX .reviews .flex-control-nav li a {
    border-color: unset;
}

/* V1 */
.REVIEWS_INDEX .review1 .item-views.blocks {
    padding: 52px 0 51px;
}

.REVIEWS_INDEX .review1 .item-views.blocks .title_block h3 {
    padding-bottom: 33px;
}

.REVIEWS_INDEX .review1 .reviews.item-views.slider .item {
    border: 1px solid #EBEBEF;
    box-shadow: none;
    padding: 43px 35px 41px 41px;
}

.REVIEWS_INDEX .review1 .reviews.item-views.slider .item .quote {
    margin-top: 1px;
    float: right;
}

.REVIEWS_INDEX .review1 .reviews.item-views.slider .item .text .child {
    font-size: 0.8667em;
}

.REVIEWS_INDEX .review1 .reviews.item-views.slider .item .preview-text-wrapper .preview-text {
    padding-top: 19px;
}

.REVIEWS_INDEX .review1 .reviews.item-views.slider .item .preview-text + .link-block-more {
    margin-top: 32px;
}

.REVIEWS_INDEX .review1 .reviews.item-views.slider .item .preview-text + .link-block-more span {
    font-size: 0.933em;
    padding: 9px 18px 10px;
}


.REVIEWS_INDEX .review1 .reviews.item-views.slider .flexslider .flex-control-nav {
    bottom: -32px;
}

.REVIEWS_INDEX .review1 .flex-direction-nav a {
    font-size: 0;
    background: #ebebef;
    border-radius: 2px;
}

.REVIEWS_INDEX .review1 .flex-direction-nav a.flex-next:before {
    background-image: url(/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_grey.svg);
    background-position: 17px 14px;
}

.REVIEWS_INDEX .review1 .flexslider .flex-direction-nav .flex-next {
    right: -19px;
    top: 47%;
}

.REVIEWS_INDEX .review1 .flexslider .flex-direction-nav .flex-prev {
    left: -19px;
    top: 47%;
}

.REVIEWS_INDEX .review1 .flex-direction-nav a.flex-prev:before {
    background-image: url(/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_grey.svg);
    background-position: 15px 14px;
}

.REVIEWS_INDEX .review1 .flex-direction-nav a:before {
    height: 40px;
    width: 40px;
    border-radius: 2px;
    top: 0px;
    left: 10px;
}

.REVIEWS_INDEX .review1 .flex-direction-nav a.flex-next:hover:before {
    background-image: url(/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_white.svg);
    background-position: 17px 14px;
    background-repeat: no-repeat;

}

.REVIEWS_INDEX .review1 .flex-direction-nav a.flex-prev:hover:before {
    background-image: url(/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_white.svg);
}

/* V2 */
.REVIEWS_INDEX .review2 .item-views.blocks {
    padding: 52px 0 44px;
}

.REVIEWS_INDEX .review2 .item-views.blocks h3 {
    padding: 0px 0px 52px;
}

.REVIEWS_INDEX .review2 .item-views.blocks .title_block .right_link_block {
    padding-top: 1px;
    font-size: 0.9335em;
}

.REVIEWS_INDEX .review2 .reviews.item-views.slider .item {
    padding: 37px 28px 41px 48px;
    box-shadow: none;
}

.REVIEWS_INDEX .review2 .reviews.item-views.slider .item .preview-text + .link-block-more {
    margin-top: 34px;
}

.REVIEWS_INDEX .review2 .reviews .items .item .btn {
    margin-left: 2px;
}

.REVIEWS_INDEX .review2 .item-views.slider .item .preview-text-wrapper .quote {
    top: -68px;
    right: 2px;
    left: auto;
}

.REVIEWS_INDEX .review2 .item-views.slider .item .image2 {
    left: -16px;
}

.REVIEWS_INDEX .review2 .item-views.slider .table_block .image2 + .text {
    padding-left: 0px;
}

.REVIEWS_INDEX .review2 .item-views.slider .item .image.image1 {
    z-index: 1;
    border: 2px solid white;
}

.REVIEWS_INDEX .review2 .item-views.slider .item .image1 .image-wrapper .image-inner {
    height: 50px;
    width: 50px;
}

.REVIEWS_INDEX .review2 .item-views.slider .item .image .image-wrapper .image-inner, .reviews.item-views.slider .item .image {
    height: 58px;
    width: 58px;
}

.REVIEWS_INDEX .review2 .item-views.slider .item .image .image-wrapper img {
    width: 60px;
}

.flex-direction-nav a {
    top: 47%;
    overflow: visible;
    font-size: 0px;
}

.review2 .flex-direction-nav a:before {
    background-color: white;
    content: "";
    background-repeat: no-repeat;
    margin: -1px 0px 0px -20px;
}

.review2 .flex-direction-nav a.flex-next:before {
    background-image: url(/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_grey.svg);
    background-position: 17px 14px;
}

.review2 .flexslider .flex-direction-nav .flex-next {
    right: -19px;
}

.review2 .flexslider .flex-direction-nav .flex-prev {
    left: -19px;
}

.review2 .flex-direction-nav a.flex-prev:before {
    background-image: url(/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_grey.svg);
    background-position: 15px 14px;
}

.review2 .flex-direction-nav a:before {
    height: 40px;
    width: 40px;
    border-radius: 2px;
    top: 1px;
}

.review2 .flex-direction-nav.opacity1 a {
    opacity: 1;
    visibility: visible;
}

.review2 .flex-direction-nav a:hover {
    color: transparent;
}

.review2 .flex-direction-nav a.flex-next:hover:before {
    background-image: url(/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_white.svg);
    background-position: 17px 14px;
    background-repeat: no-repeat;

}

.review2 .flex-direction-nav a.flex-prev:hover:before {
    background-image: url(/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_white.svg);
}

.review2 .reviews .flex-viewport {
    padding-bottom: 17px;
}

.reviews.item-views.slider .item .preview-text-wrapper .quote svg .cls-1 {
    fill-opacity: 0.4;
}


.reviews.item-views.slider .item .preview-text-wrapper .quote {
    left: -50px;
}

.review-detail .reviews.item-views.front .item .preview-text-wrapper {
    color: #333;
}

/*BLOG*/
.BLOG_INDEX .news_block .flexbox .item .wrap_info {
    border: 2px solid #f2f4f7;
    border-bottom: none;
}

.BLOG_INDEX .articles .item-views.blocks {
    padding: 69px 0 60px;
}

.BLOG_INDEX .articles .stickers, .BLOG_INDEX .articles .item .date {
    position: relative;
    flex: 1;
}

.BLOG_INDEX .articles .item .date {
    padding: 6px 30px 0px;
    top: 0;
    left: 0;
    height: 49px;
    line-height: 20px;
    font-weight: 300;
    color: #666666;
}

.BLOG_INDEX .articles.item-views.table-elements .item .image {
    max-height: 234px;
}

.BLOG_INDEX .articles.news_block .item .sticker {
    line-height: 13px;
    font-size: 0.667em;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 7px 9px 7px 10px;
}

.BLOG_INDEX .articles .items.row.flexbox {
    padding-top: 30px;
}

.BLOG_INDEX .articles .stickers .stickers-wrapper > div {
    height: 27px;
    padding: 2px 15px 0px;
    border-radius: 13px;
}

.BLOG_INDEX .articles.news_block .items .stickers .stickers-wrapper {
    padding: 26px 26px 10px;
}

.BLOG_INDEX .articles.item-views.blocks .title_block .right_link_block {
    padding-top: 4px;
    font-size: 0.9335em;
}

.BLOG_INDEX .articles.news_block .item .info {
    padding: 5px 30px 18px;
    font-size: 1.09em;
}

.news_block.articles .item .info a.name {
    line-height: 22px;
}

.BLOG_INDEX .articles.item-views.blocks.news_block {
    padding-bottom: 41px;
}

.news_block.item-views.table-elements.blocks.articles {
    padding: 74px 0 43px;
}

.item-views.blocks .title_block h3.bold {
    padding-bottom: 40px;
}

.item-views.blocks .title_block h3 {
    padding-bottom: 40px;
    line-height: 39px;
}

/* ARTICLES_V1 */
.item-views.blocks .title_block .right_link_block {
    margin-top: 13px;
}

.front_projects_1 .item-views.blocks.news_block h3 {
    line-height: 39px;
    font-size: 30px;
    color: #333333;
    padding-bottom: 40px;
}

.front_projects_1 .news_block .item.wrapper {
    width: 100%;
}

.front_projects_1 .news_block .item.sliced {
    width: 100%;
    border: 1px solid #EBEBEF;
    box-shadow: unset;
}

.front_projects_1 .item-views.table-elements.portfolio .custom .item .items .item .image {
    height: 185px;
}


/* ARTICLES_V2 */
.front_projects_2 .item-views.blocks.news_block {
    padding: 51px 0px 29px;
}

.front_projects_2 .main_centino {
    margin-bottom: 12px;
    margin-top: 8px;
}

.front_projects_2 .nav_wrapper {
    font-size: 0px;
    line-height: 0px;
}

.front_projects_2 .portfolio.item-views .top_wrapper_block {
    padding-bottom: 16px;
    margin-top: -8px;
}

.front_projects_2 .portfolio.item-views .item:hover {
    box-shadow: 0px 10px 20px #D3D7DD;
}

.front_projects_2 .portfolio.item-views .item {
    margin: 16px;
    min-height: 304px;
}

.front_projects_2 .portfolio.item-views .item.wti {
    background-color: #F5F6F8;
}

.front_projects_2 .portfolio.item-views .item.wline:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 51%;
    position: absolute;
    z-index: 1;
}

.front_projects_2 .portfolio.item-views .item.wline:after {
    content: unset;
}

.front_projects_2 .portfolio.item-views .item a {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    bottom: 0;
}

.front_projects_2 .portfolio.item-views .item.wline a .text_block {
    padding: 28px 30px 0px 29px;
}

.front_projects_2 .portfolio.item-views .item.wline a .text_block .section_name {

    line-height: 14px;
    font-size: 0.7335em;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    opacity: 0.6;
    text-transform: uppercase;
    margin: 0px 0px 7px 0px;
}

.front_projects_2 .portfolio.item-views .item.wline a .text_block .title {
    max-height: 63px;
    overflow: hidden;
    line-height: 21px;
    font-size: 1.0667em;
    color: #FFFFFF;
}

.front_projects_2 .portfolio.item-views .link .item .top_title {
    line-height: normal;
}

.front_projects_2 .portfolio.item-views .link .item .top_title .description {
    opacity: 0.85;
    margin-top: 21px;
}

.front_projects_2 .portfolio.item-views .item .slick_next {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 2px;
    margin: 0px 0px 30px 30px;
    cursor: pointer;
    padding: 9px 15px;
}

.front_projects_2 .portfolio.item-views .item.wline .slick_next {
    position: absolute;
    bottom: 0;
    background: white;
}

.front_projects_2 .portfolio.item-views .item.wline:hover .slick_next svg path {
    fill: white;
}

.front_projects_2 .portfolio.item-views .link .item .bottom_title .slick_next svg path {
    fill: white;
}

.front_projects_2 .portfolio.item-views .link .item:hover .bottom_title .slick_next {
    background: white;
}

/* ARTICLES_V3 */
body.index .front_projects_3 .item-views.blocks.news_block {
    padding: 51px 0px 28px;
}

body:not(.index) .front_projects_3 .item-views.blocks.news_block {
    padding: 0px !important;
}

.front_projects_3 .main_centino {
    margin-bottom: 12px;
    margin-top: 8px;
}

.front_projects_3 .item .name {
    max-height: 71px;
    overflow: hidden;
}

.front_projects_3 .nav_wrapper {
    font-size: 0px;
    line-height: 0px;
}

.front_projects_3 .item-views.table-elements.portfolio .item .image {
    height: 235px;
}

.front_projects_3 .item-views.table-elements .item .image img {
    height: 100%;
}

.front_projects_3 .item-views.blocks .title_block .right_link_block {
    margin-top: 13px;
}

.front_projects_3 .item-views.blocks.news_block h3 {
    line-height: 39px;
    font-size: 30px;
    color: #333333;
    padding-bottom: 32px;
}

.front_projects_3 .news_block .flexbox > div {
    margin-bottom: 32px;
}

.front_projects_3 .news_block.item-views .item .info .text {
    max-height: 43px;
    margin: 9px 0px 30px;
    line-height: 21px;
}

.front_projects_3 .news_block .item .info {
    padding: 30px 30px 20px;
}

.front_projects_3 .news_block .item .date {
    left: 30px;
    bottom: 24px;
    position: absolute;
}

.front_projects_3 .news_block .item.sliced {
    border: 1px solid #EBEBEF;
    box-shadow: unset;
    width: 100%;
}

.front_projects_3 .news_block .item.sliced.nimg .img {
    background-color: #F5F6F8 !important;
}

.front_projects_3 .news_block .item.sliced:hover {
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
}

/* ARTICLES_V4 */
.front_projects_4 .item-views.blocks.news_block {
    padding: 51px 0px 29px;
}

body:not(.index) .front_projects_4 .item-views.blocks.news_block {
    padding: 0px !important;
}

.front_projects_4 .item-views.blocks .title_block .right_link_block {
    margin-top: 13px;
}

.front_projects_4 .item-views.blocks.news_block h3 {
    line-height: 39px;
    font-size: 30px;
    color: #333333;
    padding-bottom: 40px;
}

.front_projects_4 .news_block .flexbox > div {
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .front_projects_4 .news_block .flexbox > div:nth-child(2) .item .info .name,
    .front_projects_4 .news_block .flexbox > div:nth-child(3) .item .info .name {
        height: 115px;
    }
}

.front_projects_4 .dark_hover {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.front_projects_4 .item.big:hover .dark_hover {
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.front_projects_4 .main_centino {
    margin-bottom: 12px;
    margin-top: 8px;
}

.front_projects_4 .nav_wrapper {
    font-size: 0px;
    line-height: 0px;
}

.front_projects_4 .item-views.table-elements.portfolio .item .image.big_image {
    max-height: none;
    min-height: 460px;
    height: 100%;
}

.front_projects_4 .item-views.table-elements.portfolio .item .image.big_image img {
    height: 100%;
}

.front_projects_4 .news_block .item.sliced.big {
    width: 100%;
}

.front_projects_4 .item-views.table-elements.portfolio .item .image.big_image:before {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
}

.front_projects_4 .item-views.table-elements.portfolio .item .image.big_image:before {
    transition: all 1.5s ease;
}

.front_projects_4 .item-views.table-elements.portfolio .item .image.big_image:hover:before {
    /*background: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 40.32%, rgba(0, 0, 0, 0) 100%);*/
}

.front_projects_4 .news_block .item.sliced:not(.big) {
    border: 1px solid #EBEBEF;
    box-shadow: none;
    width: 100%;
}

.front_projects_4 .news_block .item.sliced:not(.big):hover {
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
}

.front_projects_4 .news_block .item.sliced:not(.big) .img {
    height: 200px;
    overflow: hidden;
    width: 100%;
}

.front_projects_4 .news_block .item.big .info {
    position: absolute;
    bottom: 0px;
    padding: 26px 29px 29px;
    text-align: left;
    z-index: 3;
    max-width: 71%;
}

.front_projects_4 .news_block .item.big .info .name {
    padding-bottom: 5px;
    line-height: 30px;
    max-height: 90px;
    overflow: hidden;
    font-size: 1.4665em;
    color: #FFFFFF;
}


.front_projects_4 .news_block .item.big .info .text {
    line-height: 21px;
    font-size: 1em;
    color: #FFFFFF;
    opacity: 0.7;
    max-height: 45px;
    position: relative;
}

.front_projects_4 .news_block .item.big .info .date {
    position: static;
    line-height: 17px;
    font-size: 0.8667em;
    color: #ffffffb0;
    margin-top: 13px;
}

body .front_projects_4 .news_block .item .info {
    padding: 30px 29px 70px;
}

body .front_projects_4 .news_block .item.with_date .info {
    padding: 30px 29px 60px;
}

.front_projects_4 .news_block .item:not(.big) .info .text {
    margin-top: 12px;
}

.front_projects_4 .news_block .item:not(.big) .info .name {
    line-height: 23px;
    font-size: 1.1335em;
    color: #000000;
    height: 46px;
    overflow: hidden;
}

.front_projects_4 .news_block .item .date {
    position: absolute;
    left: 29px;
    bottom: 28px;
    line-height: 17px;
    font-size: 0.8667em;
}

.main_centino .news_block .item .date + .info {
    padding-bottom: 48px;
}

.main_centino .more_text_ajax {
    padding: 10px 37px 9px 19px;
    border-radius: 2px;
    font-size: 14px;
}

.main_centino.ajax_load_btn:hover .more_text_ajax svg {
    transform-style: unset;
}

.main_centino .more_text_ajax svg {
    width: unset;
    height: unset;
    left: 122px;
    top: 17.4px;
}

.main_centino .more_text_ajax:hover svg {
    transform-style: unset;
}

.main_centino .more_text_ajax.loading svg {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transform-style: unset;
    -moz-transform-style: unset;
    -ms-transform-style: unset;
    transform-style: unset;
}

/* ARTICLES_V5 */
.front_projects_5 .item-views.blocks.news_block {
    padding: 51px 0px 29px;
}

.front_projects_5 .item-views.blocks.news_block.padding-top__zero {
    padding: 0px 0px 29px;
}

.front_projects_5 .main_centino {
    margin-bottom: 12px;
    margin-top: 8px;
}

.front_projects_5 .nav_wrapper {
    font-size: 0px;
    line-height: 0px;
}

.front_projects_5 .item-views.blocks .title_block .right_link_block {
    margin-top: 13px;
}

.front_projects_5 .item-views.blocks.news_block h3 {
    line-height: 39px;
    font-size: 30px;
    color: #333333;
    padding-bottom: 40px;
}

.front_projects_5 .news_block .flexbox > div {
    margin-bottom: 32px;
}

.front_projects_5 .item-views.table-elements.portfolio .item .image.big_image {
    max-height: unset;
    height: 460px;
}

.front_projects_5 .item-views.table-elements.portfolio .item .image.big_image img {
    height: 100%;
}

.front_projects_5 .news_block .item.sliced {
    border: 1px solid #EBEBEF;
    box-shadow: unset;
    width: 100%;
}

.front_projects_5 .news_block .item.sliced.nimg .img {
    background-color: #F5F6F8;
}

.front_projects_5 .news_block .item.sliced:hover {
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
}

.front_projects_5 .news_block .item.sliced .img {
    height: 200px;
    overflow: hidden;
}

.front_projects_5 .news_block .item.big .info {
    position: absolute;
    bottom: 0px;
    padding: 26px 29px 29px;
    text-align: left;
}

.front_projects_5 .news_block .item.big .info .name {
    padding-bottom: 5px;
    line-height: 30px;
    font-size: 1.4665em;
    color: #FFFFFF;
    width: 71%;
}


.front_projects_5 .news_block .item.big .info .text {
    line-height: 21px;
    font-size: 1em;
    color: #FFFFFF;
    opacity: 0.7;
    margin-bottom: 25px;
    max-height: 45px;
}

.front_projects_5 .news_block .item.big .info .date {
    position: unset;
    line-height: 17px;
    font-size: 0.8667em;
    color: #777777;
}

body .front_projects_5 .news_block .item .info {
    padding: 30px 29px 104px;
}

.front_projects_5 .news_block .item:not(.big) .info .name {
    max-height: 46px;
    overflow: hidden;
}

.front_projects_5 .news_block .item:not(.big) .info.full-name .name {
    max-height: unset;
}

.front_projects_5 .news_block .item .date {
    left: 29px;
    bottom: 28px;
    line-height: 17px;
    position: absolute;
}

.subscribe_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    background: #333333c2;
    z-index: 9999;
    display: none;
}

.subscribe_overlay .text_block {
    position: absolute;
    max-width: 612px;
    width: 90%;
    height: 206px;
    left: 50%;
    top: 50%;
    margin-left: -311px;
    margin-top: -103px;
    background: #FFFFFF;
    border-radius: 2px;
    text-align: center;
}

.subscribe_overlay .text_block .title {
    font-weight: normal;
    line-height: 42px;
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin: 54px 0px 9px;
}

.subscribe_overlay .text_block .ajax_text {
    font-weight: normal;
    line-height: 21px;
    font-size: 1em;
    text-align: center;
    color: #555555;
    padding: 0px 0px 30px 0px;
}

.subscribe_overlay .text_block .subscribe_link {

}

.subscribe_overlay .close_btn {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: 311px;
    margin-top: -103px;
    border-radius: 2px;
    cursor: pointer;
}

.subscribe_overlay .close_btn svg {
    position: absolute;
    left: 34%;
    top: 35%;

}


/* ARTICLES_V6 */
body.index .front_projects_6 .item-views.blocks.news_block {
    padding: 51px 0px 29px;
}

body:not(.index) .front_projects_6 .item-views.blocks.news_block {
    padding: 0px !important;
}

.front_projects_6 .main_centino {
    margin-bottom: 12px;
    margin-top: 8px;
}

.front_projects_6 .nav_wrapper {
    font-size: 0px;
    line-height: 0px;
}

.front_projects_6 .news_block .item.sliced {
    height: 300px;
    width: 100%;
    box-shadow: none;
}

.front_projects_6 .news_block .item.sliced.nimg .img {
    background-color: #F5F6F8 !important;
}

.front_projects_6 .news_block .item.sliced .dark_hover {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.front_projects_6 .item-views.table-elements .item .image img {
    min-height: 100%;
    width: unset;
    margin-left: -8%;
    min-width: 100%;
    max-height: unset;
}

.front_projects_6 .item-views.table-elements.portfolio .item .image.big_image a:before {
    content: "";
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 40.32%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: height 0.2s ease-in-out;
}

.front_projects_6 .news_block .item.sliced:hover .dark_hover {
    opacity: 0.5;
}

.front_projects_6 .news_block .item.big .info {
    position: absolute;
    bottom: 0px;
    padding: 26px 30px;
    text-align: left;
    width: 100%;
    z-index: 3;
}

.front_projects_6 .news_block .item.big .info .name {
    max-height: 69px;
    overflow: hidden;
    padding-bottom: 0px;
    line-height: 23px;
    font-size: 1.1335em;
    color: #FFFFFF;
}


.front_projects_6 .news_block .item.big .info .text {
    line-height: 18px;
    font-size: 0.8667em;
    color: #FFFFFF;
    opacity: 0.7;
    margin-bottom: 0px;
    margin-top: 5px;
    max-height: 38px;
}

.front_projects_6 .news_block .item.big .info .date {
    position: unset;
    line-height: 17px;
    font-size: 0.8667em;
    color: #777777;
    margin-top: 10px;
}

/* ARTICLES_V7 */
body.index .front_projects_7 .news_block.item-views {
    padding-top: 52px;
    padding-bottom: 29px;
}

body:not(.index) .front_projects_7 .news_block.item-views {
    padding: 0px !important;
}

.front_projects_7 .dark_hover {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.front_projects_7 .special_view:hover .dark_hover {
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.front_projects_7 .special_view .img a {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    z-index: 3;
}

.front_projects_7 .item-views.table-elements.portfolio .custom:not(.special_view) .item:hover {
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
}

.front_projects_7 .item-views.table-elements.portfolio .custom:not(.special_view) .item:hover .info:not(.lower) {
    height: 148px;
}

.front_projects_7 .item-views.table-elements.portfolio .custom:not(.special_view) .item:hover .info .name {
    height: auto;
    overflow: visible;
    white-space: normal;
}

.front_projects_7 .item-views.table-elements.portfolio .custom:not(.special_view) .item:hover .info .text {
    height: auto;
    cursor: default;
}

@media (pointer: coarse) {
    .front_projects_7 .item-views.table-elements.portfolio .custom:not(.special_view) .item:hover .info {
        height: auto !important;
    }

    .front_projects_7 .item-views.table-elements.portfolio .custom:not(.special_view) .item:hover .info .name {
        height: auto;
        overflow: visible;
        max-height: none;
    }

    .front_projects_7 .item-views.table-elements.portfolio .custom:not(.special_view) .item:hover .info .text {
        height: auto;
        cursor: default;
        max-height: none;
    }
}

.front_projects_7 .item-views.table-elements.portfolio .custom:not(.special_view) .item .info {
    padding: 25px 30px 25px;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    background: white;
    width: 100%;
}

.front_projects_7 .item-views.table-elements.portfolio .custom:not(.special_view) .item .info.lower {
    height: auto;
}

.front_projects_7 .item-views.table-elements.portfolio .custom:not(.special_view) .item .info .name {
    height: auto;
    overflow: hidden;
    font-size: 1.1335em;
}

.front_projects_7 .item-views.table-elements.portfolio .custom:not(.special_view) .item .info .text {
    height: 21px;
    line-height: 21px;
    font-size: 0.9335em;
    margin-top: 9px;
}

.front_projects_7 .item-views.table-elements.portfolio .custom:not(.special_view) .item .image {
    height: 388px;
}

.front_projects_7 .item-views.table-elements.portfolio .custom:not(.special_view) .item .image a {
    display: block;
    height: 100%;
    width: 100%;
}

.front_projects_7 .news_block .item.sliced {
    height: 390px;
    width: 100%;
    border: 1px solid #ebebef;
    box-shadow: none;
}

.front_projects_7 .news_block .item.sliced.nimg {
    background-color: #F5F6F8 !important;
}

.front_projects_7 .news_block .item.big .info .name {
    line-height: 24px;
    font-size: 1.1335em;
    color: #FFFFFF;
}

.front_projects_7 .item-views.table-elements .item .image img {
    height: 100%;
    width: unset;
    margin-left: -8%;
}

.front_projects_7 .item-views.table-elements.portfolio .item .image.big_image a:before {
    content: "";
    background: rgba(0, 0, 0, .6);
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.front_projects_7 .item-views.table-elements.portfolio .item .image.big_image:hover a:before {
}

.front_projects_7 .news_block .item.big .info .name {
    height: 24px;
    overflow: hidden;
}

.front_projects_7 .news_block .item.big .info .text {
    line-height: 21px;
    font-size: 1em;
    color: #FFFFFF;
    opacity: 0.7;
    margin-top: 9px;
    height: auto;
}

.front_projects_7 .news_block .item.big .info .date {
    position: unset;
    line-height: 17px;
}

.front_projects_7 .item-views.table-elements.portfolio .custom.special_view .item .info .text {
    line-height: 21px;
    font-size: 0.9335em;
    height: 21px;
}

.front_projects_7 .news_block .item.big .info {
    position: absolute;
    bottom: 0px;
    padding: 25px 30px 25px;
    text-align: left;
}

.front_projects_7 .news_block .item.big .info.lower {
    height: 66px;
}

.front_projects_7 .item-views.table-elements.portfolio .custom.special_view .item:hover .info .name {
    height: auto;
    overflow: visible;
}

.front_projects_7 .item-views.table-elements.portfolio .custom.special_view .item:hover .info .text {
    height: auto;
    overflow: visible;
}

.front_projects_7 .date {
    margin-top: 25px;
}

/* ARTICLES_V8 */
.front_projects_8 .main_centino {
    margin-bottom: 12px;
    margin-top: 9px;
}

.front_projects_8 .nav_wrapper {
    font-size: 0px;
    line-height: 0px;
}


.front_projects_8 > .item-views.news_block {
    padding-bottom: 29px;
}

.front_projects_8 .items .item {
    width: 100%;
}

.front_projects_8 .items .item.nimg .img {
    background-color: #F5F6F8 !important;
}

.front_projects_8 .items .item .img {
    height: 235px;
}

.front_projects_8 .items .item .img > a {
    display: block;
    width: 100%;
    height: 100%;
}

.front_projects_8 .items .item .img > a .img_block {
    height: 100%;
    top: 0;
}

.front_projects_8 .items .item:hover {
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
}

.front_projects_8 .item .info {
    padding: 30px;
}

.front_projects_8 .item.with_date .info {
    padding-bottom: 65px !important;
}

.front_projects_8 .item .info .preview {
    margin-top: 11px;
    line-height: 21px;
    height: 63px;
    overflow: hidden;
}

.front_projects_8 .item .date {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.front_projects_9 .img {
    height: 160px;
    width: 160px;
    margin-bottom: 14px;
}

.front_projects_9 .item .img_block {
    top: 0px;
}

.front_projects_9 .item .date {
    left: 40px;
    bottom: 33px;
    position: absolute;
}

.front_projects_9 .sticker_text {
    margin-bottom: 20px;
}

.front_projects_9 .name {
    margin-bottom: 23px;
    max-height: 54px;
    overflow: hidden;
}

/* ARTICLES_V10 */
.front_projects_10 .items {
    margin-top: -16px;
}

.front_projects_10 .img {
    position: relative;
}

.front_projects_10 .item.nimg .img {
    background-color: #F5F6F8 !important;
}

.front_projects_10 .img .title {
    position: absolute;
    bottom: 0;
    padding: 0px 30px 20px;
}

.front_projects_10 .img .title > div {
    max-height: 40px;
}

.front_projects_10 .img .img_block {
    top: 0;
}

.INFOBLOCK_INDEX .item-views .item {
    min-height: 394px;
    max-height: 600px;
}

.INFOBLOCK_INDEX .item-views .item .row > .text {
    padding: 50px 0;
}

.INFOBLOCK_INDEX .item-views .item .image {
    background: none;
}

.INFOBLOCK_INDEX .item-views .item .form_text {
    padding: 0px 14px;
}

.INFOBLOCK_INDEX .item-views .item .form_text .title {
    font-size: 2em;
    line-height: normal;
    margin-bottom: 17px;
}

.INFOBLOCK_INDEX .item-views .item .form_text .description {
    margin-bottom: 23px;
    max-height: 340px;
}


/* SLIDER */
.SLIDER_INDEX .slider_mainpage_1 {
    padding: 32px 0 32px 0;
    min-height: 339px;
}

.SLIDER_INDEX .slider_mainpage_1 .owl-carousel:not(.owl-loaded) {
    height: 275px !important;
    background: url('/bitrix/templates/centino-heat/images/pl3.gif') no-repeat center center !important;
}

.SLIDER_INDEX .slider_mainpage_1 .owl-carousel:not(.owl-loaded) > .item {
    display: none;
}

.SLIDER_INDEX .slider_mainpage_1 .owl-carousel {
    padding: 0px 16px;
}

.SLIDER_INDEX .item-views.blocks.news_block.slider_mainpage_1 {
    padding: 32px 0px 33px;
}

.SLIDER_INDEX .slider_mainpage_1 .nav_wrapper {
    display: none;
}

.SLIDER_INDEX .slider_mainpage_1 .owl-stage-outer {
    overflow: visible;
}

.SLIDER_INDEX .slider_mainpage_1 .owl-stage-outer:before {
    position: absolute;
    height: 100%;
    width: 50%;
    content: "";
    z-index: 2;
    top: 0px;
    pointer-events: none;
    right: 100%;
    background-image: linear-gradient(-90deg, hsla(180, 5%, 96%, .001), hsla(180, 5%, 96%, .2) 5%, hsla(180, 5%, 96%, .6) 30%, hsla(180, 5%, 96%, .8));
}

.SLIDER_INDEX .slider_mainpage_1 .owl-stage-outer:after {
    background-image: linear-gradient(90deg, hsla(180, 5%, 96%, .001), hsla(180, 5%, 96%, .2) 5%, hsla(180, 5%, 96%, .6) 30%, hsla(180, 5%, 96%, .8));
    left: 100%;
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0px;
    content: "";
    z-index: 2;
    pointer-events: none;
}

.SLIDER_INDEX .slider_mainpage_1 .news_block .item {
    height: 275px;
}

.SLIDER_INDEX .slider_mainpage_1 .news_block .item > a {
    display: block;
    position: absolute;
    cursor: grab;
}

.SLIDER_INDEX .slider_mainpage_1 .news_block .item .info {
    padding: 17px 39px 34px;
    max-width: 365px;
}

.SLIDER_INDEX .slider_mainpage_1 .news_block.item-views .item .info .text {
    padding-top: 9px !important;
}

/* SLIDER V2 */
.SLIDER_INDEX .slider_mainpage_2 {
    padding-top: 32px;
}

.SLIDER_INDEX .slider_mainpage_2 .news_block .item {
    height: 340px;
}

.SLIDER_INDEX .slider_mainpage_2 .news_block .item > a {
    display: block;
    position: absolute;
    cursor: pointer;
}

.SLIDER_INDEX .slider_mainpage_2 .news_block .item .info {
    padding: 20px;
    max-width: 60%;
    margin: 0 20px 20px 20px;
    transition: box-shadow 0.2s ease-in-out;
    box-shadow: 0 0 0 0;
}

.SLIDER_INDEX .slider_mainpage_2 .news_block.item-views .item .info .text {
    padding-top: 9px !important;
    max-height: 47px;
}

/* CATALOG */
.drag-block.container.CATALOG_INDEX + .drag-block {
    border-top: none;
}

.CATALOG_INDEX .slider_catalog {
    padding-top: 51px;
}

.CATALOG_INDEX .slider_catalog .item-block.opacity0 {
    background: url(/bitrix/templates/centino-heat/images/pl3.gif) no-repeat center center !important;
}

.CATALOG_INDEX .slider_catalog .item-block.opacity0 .catalog {
    opacity: 0 !important;
}

.CATALOG_INDEX .slider_catalog .title_block.row h3 {
    padding-bottom: 36px;
}

.CATALOG_INDEX .slider_catalog .title_block.row .title {
    padding: 0px 27px 0px 0px;
}

.CATALOG_INDEX .slider_catalog .title_block.row .title span {
    padding-bottom: 24px;
}

.CATALOG_INDEX .slider_catalog .title_block.row .title span:before {
    bottom: -1px;
}

.CATALOG_INDEX .slider_catalog .slick-slider:not(.slick-initialized) {
    height: 530px;
    background: url(/bitrix/templates/centino-heat/images/pl3.gif) no-repeat center center !important;
}

.CATALOG_INDEX .slider_catalog .slick-slider:not(.slick-initialized) > .item {
    display: none;
}

.CATALOG_INDEX .slider_catalog .slick-slider:not(.with_market_block) {
    width: 100%;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-list {
    padding-bottom: 50px;
    margin-bottom: -50px;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-list .slick-track {
    margin-left: auto;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-arrow {
    position: absolute;
    top: -116px;
    z-index: 1;
    cursor: pointer;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-arrow.slick-disabled {
    background-color: #F6F7FA;
    cursor: default;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-arrow.slick_prev {
    right: 66px;
    background-position: 15px 13px;
    background-repeat: no-repeat;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-arrow.slick_next {
    right: 16px;
    background-position: 16px 13px;
    background-repeat: no-repeat;
}

.CATALOG_INDEX .slider_catalog .slick-slider.with_market_block .slick-arrow {
    margin-right: -33.4%;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-arrow.slick_prev.slick-disabled {
    background-image: url(/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_grey.svg);
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-arrow.slick_prev:not(.slick-disabled) {
    background-image: url(/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_white.svg);
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-arrow.slick_next.slick-disabled {
    background-image: url(/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_grey.svg);
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-arrow.slick_next:not(.slick-disabled) {
    background-image: url(/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_white.svg);
}


.CATALOG_INDEX .slider_catalog .slick-slider .item.slick-slide {
    margin: 0px 16px 50px;
    height: unset !important;
    box-shadow: none;
}

.CATALOG_INDEX .slider_catalog .slick-slider .item.slick-slide:hover {
    margin-bottom: 0px;
}

.CATALOG_INDEX .slider_catalog .slick-slider .item.slick-slide:hover .inner-wrap {
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
    margin-bottom: -40px;
}

.CATALOG_INDEX .slider_catalog .single .slick-slider .item.slick-slide:hover .inner-wrap {
    margin-bottom: -7px;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap {
    padding: 30px 30px 27px;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text {
    text-align: left;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text .title {
    text-align: left;
    line-height: 23px;
    margin-bottom: -2px;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text .section_name {
    line-height: 17px;
    margin-bottom: 10px;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text .price {
    margin-top: 15px;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text .delivery_conteiner {
    margin-bottom: 6px;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text .delivery_time_title {
    display: inline-block;
    line-height: 17px;
    font-size: 0.8667em;
    color: #777777;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text .delivery_time {
    display: inline-block;
    line-height: 17px;
    font-size: 0.8667em;
    color: #333333;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text .foot {
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text .foot:hover .foot_button span.btn {
    color: white;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide:hover .inner-wrap .text .foot {
    display: block;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}


.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text .foot .footer-button {
    margin: 0;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text .foot .foot_button span.btn:not(.to_cart) {
    position: relative;
    width: 100%;
    margin-top: 27px;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text .foot .foot_button span.btn.to_cart {
    width: auto;
    position: relative;
}

.CATALOG_INDEX .slider_catalog .slick-slider .slick-slide .inner-wrap .text .foot .foot_button .btn.in_cart {
    position: relative;
}

.CATALOG_INDEX .slider_catalog .slick-slider.with_market_block {
    width: 75%;
    display: inline-block;
}

.CATALOG_INDEX .slider_catalog .tabs_ajax .catalog {
    display: flex;
    justify-content: space-between;
}

.CATALOG_INDEX .slider_catalog .market_block {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 16px 50px;
}

.CATALOG_INDEX .slider_catalog .catalog .item-views {
    height: 100%;
    padding-bottom: 0px;
}

.CATALOG_INDEX .slider_catalog .market_block .dop_banner_item {
    height: 100%;
    position: relative;
}

.CATALOG_INDEX .slider_catalog .market_block .dop_banner_item:before {
    content: "";
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 40.32%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.5;
    height: 170px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
}

.CATALOG_INDEX .slider_catalog .market_block .dop_banner_item a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
}

.CATALOG_INDEX .slider_catalog .market_block .dop_banner_item .form_text {
    position: absolute;
    bottom: 0px;
    padding: 0px 30px 25px;
    z-index: 2;
}

.CATALOG_INDEX .slider_catalog .market_block .dop_banner_item .form_text .description {
    max-height: 72px;
    overflow: hidden;
    line-height: 24px;
    font-size: 1.1335em;
    color: #FFFFFF;
    margin-top: 11px;
}

.CATALOG_INDEX .slider_catalog .market_block .dop_banner_item .form_text .sticker {
    line-height: 13px;
    font-size: 0.667em;
    letter-spacing: 0.03em;
    color: #333333;
    padding: 7px 9px;
    background: #E2DD5F;
    border-radius: 2px;
    text-transform: uppercase;
    width: fit-content;
}

.CATALOG_INDEX .slider_catalog .market_block .dop_banner_item .dark_hover {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.CATALOG_INDEX .slider_catalog .market_block:hover .dark_hover {
    opacity: 0.5;
}

.CATALOG_INDEX .slider_catalog .market_block .dop_banner_item:hover {
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
}


/* WITHOUT TABS */
.CATALOG_INDEX .slider_catalog.without_tabs .title_block {
    margin: -10px 0 50px;
}

.CATALOG_INDEX .slider_catalog.without_tabs .slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    z-index: 1;
    cursor: pointer;
}

.CATALOG_INDEX .slider_catalog.without_tabs .slick-slider .slick-arrow.slick-disabled {
    background-color: white;
    box-shadow: 0px 0px 5px 0px #ebebef;
    cursor: default;
}

.CATALOG_INDEX .slider_catalog.without_tabs .slick-slider .slick-arrow.slick_prev {
    left: -5px;
}

.CATALOG_INDEX .slider_catalog.without_tabs .slick-slider .slick-arrow.slick_next {
    right: -5px;
}

.CATALOG_INDEX .slider_catalog.without_tabs .slick-slider.with_market_block .slick-arrow.slick_next {
    right: 33%;
}


/* INSTAGRAMM */


/* MAIN */
.instagram_ajax .item-views.blocks {
    padding: 64px 0 44px;
}

.instagram_ajax .item-views.blocks h3 {
    padding: 0px 0px 25px;
}

.instagram_ajax .item-views.blocks .right_link_block {
    float: right;
    margin-top: 13px;
}

.instagram_ajax .instagram .row {
    margin-left: -16px;
    margin-right: -16px;
}

.instagram_ajax .instagram .row .item {
    padding: 16px;
}

.instagram_ajax .instagram .row .item:after {
    content: "";
    position: absolute;
    height: 32px;
    bottom: 40px;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    left: 44px;
    right: 40px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}

.instagram_ajax .instagram .row .item:hover:after {
    opacity: 1;
}

.instagram_ajax .instagram .row .item .wrap {
    opacity: 0;
    position: absolute;
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
    text-align: left;
    color: #FFF;
    line-height: 1.5384em;
    z-index: 1;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    padding: 30px;
    padding-right: 20px;
    background: white;
    border: 1px solid #EBEBEF;
}

.instagram_ajax .instagram .row .item:hover .wrap {
    opacity: 1;
}

.instagram_ajax .instagram .row .item .wrap .date {
    margin-bottom: 15px;
}

.instagram_ajax .instagram .row .item .wrap .date > span {
    font-weight: normal;
    font-size: 0.9335em;
    line-height: 24px;
    color: #888888;
}

.instagram_ajax .instagram .row .item .wrap .text {
    font-weight: normal;
    font-size: 1em;
    line-height: 24px;
    color: #555555;
}

.instagram_ajax .instagram .row .item .wrap a {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.instagram_ajax .instagram .mCSB_scrollTools_vertical {
    right: -8px;
}

.instagram_ajax .instagram .mCSB_dragger {
    height: 20px !important;
}

.instagram_ajax .instagram .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .4) !important;
    width: 2px;
}

.instagram_ajax .instagram .mCSB_draggerRail {
    background-color: rgba(234, 224, 224, 0.75) !important;
}


/* LEFT_MENU_1 */
.left_menu_1 .side-menu {
    padding-top: 1px;
}

.left_menu_1 .side-menu > li {
    border-top: 1px solid #ebebef;
    border-bottom: 1px solid #ebebef;
    margin-top: -1px;
    width: 100%;
    max-width: 100%;
}

.left_menu_1 .side-menu > li > a {
    font-size: 0.9335em;
    line-height: 18px;
    color: #333333;
    padding: 26px 30px 25px 20px;
}

.left_menu_1 .side-menu > li.active.child > a:before {
    width: 2px;
    height: 26px;
    border-radius: 10px;
    content: " ";
    position: absolute;
    top: 22px;
    left: 0px;
}

.left_menu_1 .side-menu .submenu-wrapper {
    background-color: transparent;
    padding: 20px 20px 16px 20px;
}

.left_menu_1.left_menu_1_mobile .side-menu .submenu-wrapper {
    background-color: transparent;
    padding: 0 !important;
}

.left_menu_1 .side-menu .submenu {
    border: none;
    padding-top: 1px;
    margin-top: -7px;
}

.left_menu_1 .side-menu .submenu > li > a {
    padding: 9px 0px 9px 9px;
    color: #777777;
    font-size: 0.9335em;
    line-height: 18px;
}

.left_menu_1 .side-menu .submenu > li > a:before {
    content: none;
}

/* LEFT_MENU_2 */
.left_menu_2 .side-menu {
    padding-top: 1px;
}

.left_menu_2 .side-menu > li {
    border-top: 1px solid #ebebef;
    border-bottom: 1px solid #ebebef;
    margin-top: -1px;
}

.left_menu_2 .side-menu > li > a {
    padding: 22px 20px 20px 20px;
}

.left_menu_2 .side-menu > li.active {
    background: #F6F7FA;
}

.left_menu_2 .side-menu .submenu > li.active > a {
    color: black;
    font-weight: bold;
}

.left_menu_2 .side-menu > li.active.child > a:before {
    width: 2px;
    height: 26px;
    border-radius: 10px;
    content: " ";
    position: absolute;
    top: 17px;
    left: 0px;
}

.left_menu_2 .side-menu a.active {
    color: black;
    font-weight: bold;
}

.left_menu_2 .side-menu .submenu-wrapper {
    background-color: unset;
    padding: 0px 20px 16px 20px;
}

.left_menu_2 .side-menu > li.active a.active {
    border: 0;
}

.left_menu_2 .side-menu .submenu {
    padding-top: 1px;
    margin-top: -7px;
}

.left_menu_2 .side-menu .submenu > li > a {
    padding: 3px 0px 9px 9px;
    color: #777777;
    font-size: 0.9335em;
    line-height: 18px;
}

.left_menu_2 .side-menu .submenu > li > a:before {
    content: none;
}

/* LEFT_MENU_3 */
.left_menu_3 .side-menu > li {
    margin-bottom: 3px;
    overflow: hidden;
}

.left_menu_3 .side-menu > li .name_link_wrapper {
    padding: 22px 45px 23px 23px;
    background: #F6F7FA;
}

.left_menu_3 .side-menu .submenu > li > a {
    color: #777;
    font-size: 0.9335em;
    line-height: 18px;
    padding: 3px 0px 9px 9px;
}

.left_menu_3 .side-menu .submenu > li.active > a {
    color: #333;
}

.left_menu_3 .side-menu > li.child .name_link_wrapper a:before {
    content: none;
}

.left_menu_3 .side-menu > li.child .name_link_wrapper > span:after {
    width: 15px;
    height: 26px;
    border-radius: 10px;
    content: " ";
    position: absolute;
    top: 18px;
    right: 26px;
    background: url(/bitrix/templates/centino-heat/images/svg/left_menu_bottom_arrow.svg) center no-repeat;
    cursor: pointer;
}

.left_menu_3 .side-menu > li.child.active .name_link_wrapper > span:after {
    background: url(/bitrix/templates/centino-heat/images/svg/left_menu_top_arrow.svg) center no-repeat;
}

.left_menu_3 .side-menu > li.child.active {
    outline-width: 2px !important;
    outline-style: solid !important;
    outline-offset: -2px;
}

.left_menu_3 .side-menu a.active {
    color: black;
    font-weight: bold;
}

.left_menu_3 .side-menu li.child:not(.active) .submenu-wrapper {
    *height: 0px;
}

.left_menu_3 .side-menu .submenu-wrapper {
    background-color: transparent;
    padding: 0px;
}

.left_menu_3 .side-menu .submenu-wrapper .submenu {
    padding: 25px 20px 20px 28px;
}

.left_menu_3 .side-menu li.active .submenu-wrapper {
    display: block;
}

.left_menu_3 .side-menu > li.active a.active {
    border: 0;
}

.left_menu_3 .side-menu .submenu {
    padding-top: 1px;
    margin-top: -7px;
}

.left_menu_3 .side-menu .submenu > li > a:before {
    content: none;
}

body .BIG_BANNER_INDEX {
    border-bottom: none;
}

body .INFOBLOCK_INDEX {
    border-bottom: none;
}


#mobileheader .burger svg path, #mobileheader .burger svg rect {
    fill: #888;
}

body.mheader-v2 #mobileheader .burger svg * {
    fill: white;
}


.banner.SIDE {
    position: relative;
}

.banner.SIDE > a:after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    opacity: 0.8;
    z-index: 1;
    position: absolute;
    height: 50%;
    right: 0px;
    bottom: -1px;
    left: 0px;
}

.banner.SIDE > a {
    display: block;
    z-index: 2;
}

.banner.SIDE .text_wrapper {
    position: absolute;
    bottom: 0px;
    padding: 0px 30px 25px;
    z-index: 2;
}

.banner.SIDE .text_wrapper .sticker {
    line-height: 13px;
    font-size: 0.667em;
    letter-spacing: 0.03em;
    color: #333333;
    padding: 7px 9px;
    background: #E2DD5F;
    border-radius: 2px;
    text-transform: uppercase;
    width: fit-content;
}

.banner.SIDE .text_wrapper .text {

    line-height: 24px;
    font-size: 1.1335em;
    color: #FFFFFF;
    margin-top: 11px;
}

.banner.SIDE .dark_hover {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
}

.banner.SIDE:hover .dark_hover {
    opacity: 0.5;
}

.banners-content {
    margin-bottom: 32px;
}

.banners-content .maxwidth-banner {
    height: 474px;
}

.banners-content .maxwidth-banner .row {
    height: 474px;
}

.banners-content .maxwidth-banner .row .maxwidth-theme {
    height: 474px;
}

.banners-content .maxwidth-banner .row .maxwidth-theme .col-md-6 {
    height: 474px;
}

.banners-content .maxwidth-banner .row .maxwidth-theme .col-md-6.img {
    vertical-align: bottom;
}

.banners-content.narrow_banner {
    margin-bottom: 0px;
}

.banners-content.narrow_banner.margin_bottom {
    margin-bottom: 32px;
}

.detailimage a .img-responsive {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.detailimage a img.img-responsive {
    height: auto;
}

.detailimage.image-left a .img-responsive {
    height: 100%;
}

.detailimage.image-right a .img-responsive {
    height: 100%;
}

.tab-pane .item-views.blocks {
    padding-top: 0px !important;
}

.detail_project .news_block .item.sliced {
    height: 322px;
}

.front_projects_7.detail_project .item-views.table-elements.portfolio .custom .item:hover .info .text {
    max-height: 65px;
    overflow: hidden;
    margin-bottom: 0px;
}

.comment_button {
    width: 100%;
    font-size: 0.9335em;
    line-height: normal;
    padding: 15px 20px;
}


.drag_block.study .items .item {
    border: 1px solid #ebebef;
}

/* SERVICES DETAIL ADAPTIVE */


.text_before_items.catalog p {
    font-size: 1.0667em;
}

@media (max-width: 900px) {
    .text_before_items.catalog {
        margin-top: 36px;
    }
}

/* POPULAR ITEMS */

.white_block {
    background-color: white;
    height: 44px;
}

.popular_container {
    padding-top: 58px;
    padding-bottom: 0px;
    border-top: 1px solid #ebebef;
    border-bottom: 1px solid #ebebef;
    margin-bottom: -90px;
}

body.footer-v8 .popular_container {
    margin-bottom: -30px;
}

.popular_container .goods-block {
    margin-bottom: 0px;
}

.popular_container .goods-block h1 {
    padding-bottom: 27px;
}

.popular_container .goods-block .row > .catalog {
    display: flex;
    justify-content: space-between;
}

.popular_container .item-block.opacity0 {
    background: url(/bitrix/templates/centino-heat/images/pl3.gif) no-repeat center center !important;
}

.popular_container .item-block.opacity0 .catalog {
    opacity: 0 !important;
}

.popular_container .slick-slider:not(.slick-initialized) {
    height: 530px;
    background: url(/bitrix/templates/centino-heat/images/pl3.gif) no-repeat center center !important;
}

.popular_container .slick-slider:not(.slick-initialized) > .item {
    display: none;
}

.popular_container .slick-slider:not(.with_market_block) {
    width: 100%;
}

.popular_container .slick-slider .slick-list {
    *overflow: visible;
    padding-bottom: 78px;
    margin-bottom: -50px;
}

.popular_container .slick-slider .slick-list .slick-track {
    margin-left: unset;
}

.popular_container .slick-slider .slick-arrow {
    position: absolute;
    top: -92px;
    height: 40px;
    width: 40px;
    z-index: 1;
    border-radius: 2px;
    cursor: pointer;
}

.popular_container .slick-slider .slick-arrow.slick-disabled {
    background-color: white;
    cursor: default;
}

.popular_container .slick-slider .slick-arrow.slick_prev {
    right: 66px;
    background-position: 15px 13px;
    background-repeat: no-repeat;
}

.popular_container .slick-slider .slick-arrow.slick_next {
    right: 16px;
    background-position: 16px 13px;
    background-repeat: no-repeat;
}

.popular_container .slick-slider.with_market_block .slick-arrow {
    margin-right: -33.4%;
}

.popular_container .slick-slider .slick-arrow.slick_prev.slick-disabled {
    background-image: url(/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_grey.svg);
}

.popular_container .slick-slider .slick-arrow.slick_prev:not(.slick-disabled) {
    background-image: url(/bitrix/templates/centino-heat/images/svg/left_Arrow_banner_sm_white.svg);
}

.popular_container .slick-slider .slick-arrow.slick_next.slick-disabled {
    background-image: url(/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_grey.svg);
}

.popular_container .slick-slider .slick-arrow.slick_next:not(.slick-disabled) {
    background-image: url(/bitrix/templates/centino-heat/images/svg/right_Arrow_banner_sm_white.svg);
}


.popular_container .slick-slider .item.slick-slide {
    margin: 0px 16px 50px;
    height: unset !important;
    box-shadow: none;
}

.popular_container .slick-slider .item.slick-slide:hover {
    margin-bottom: 0px;
}

.popular_container .slick-slider .item.slick-slide:hover .inner-wrap {
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
    margin-bottom: -42px;
}

.popular_container .slick-slider .item.slick-slide .inner-wrap {
    padding: 30px 30px 24px;
}

.popular_container .slick-slider .item.slick-slide .inner-wrap .image {
    height: 200px;
    max-width: none;
    max-height: none;
}

.popular_container .slick-slider .slick-slide .inner-wrap .text .price {
    margin-top: 15px;
}

.popular_container .slick-slider .slick-slide .inner-wrap .text {
    text-align: left;
}

.popular_container .slick-slider .slick-slide .inner-wrap .text .title {
    text-align: left;
    line-height: 23px;
    margin-bottom: -2px;
}

.popular_container .slick-slider .slick-slide .inner-wrap .text .section_name {
    line-height: 17px;
    margin-bottom: 9px;
}

.popular_container .slick-slider .slick-slide .inner-wrap .text .delivery_conteiner {
    margin-bottom: 4px;
}

.popular_container .slick-slider .slick-slide .inner-wrap .text .delivery_time_title {
    display: inline-block;
    line-height: 17px;
    font-size: 0.8667em;
    color: #777777;
}

.popular_container .slick-slider .slick-slide .inner-wrap .text .delivery_time {
    display: inline-block;
    line-height: 17px;
    font-size: 0.8667em;
    color: #333333;
}

.popular_container .slick-slider .slick-slide .inner-wrap .text .foot {
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}

.popular_container .slick-slider .slick-slide .inner-wrap .text .foot:hover .foot_button span.btn {
    color: white;
}

.popular_container .slick-slider .slick-slide:hover .inner-wrap .text .foot {
    display: block;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}


.popular_container .slick-slider .slick-slide .inner-wrap .text .foot .footer-button {
    margin: 0;
}

.popular_container .slick-slider .slick-slide .inner-wrap .text .foot .foot_button span.btn:not(.to_cart) {
    margin: 0;
    position: relative;
    padding: 0;
    height: auto;
    border: none;
    width: 100%;
    font-weight: normal;
    padding: 12px 0;
    margin-top: 26px;
    margin-bottom: 3px;
    font-size: 0.9335em;
    line-height: normal;
}

.popular_container .slick-slider .slick-slide .inner-wrap .text .foot .foot_button span.btn.to_cart {
    width: auto;
    position: relative;
}

.popular_container .slick-slider .slick-slide .inner-wrap .text .foot .foot_button .btn.in_cart {
    position: relative;
}

.popular_container .slick-slider.with_market_block {
    width: 75%;
    display: inline-block;
}

.popular_container .market_block {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 16px;
}

.popular_container .catalog .item-views {
    height: 100%;
    padding-bottom: 60px;
}

.popular_container .market_block .dop_banner_item {
    height: 100%;
    position: relative;
}

.popular_container .market_block .dop_banner_item:before {
    content: "";
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 40.32%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.5;
    height: 170px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
}

.popular_container .market_block .dop_banner_item a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 3;
}

.popular_container .market_block .dop_banner_item .form_text {
    position: absolute;
    bottom: 0px;
    padding: 0px 30px 25px;
    z-index: 2;
}

.popular_container .market_block .dop_banner_item .form_text .description {

    line-height: 24px;
    font-size: 1.1335em;
    color: #FFFFFF;
    margin-top: 11px;
}

.popular_container .market_block .dop_banner_item .form_text .sticker {
    line-height: 13px;
    font-size: 0.667em;
    letter-spacing: 0.03em;
    color: #333333;
    padding: 7px 9px;
    background: #E2DD5F;
    border-radius: 2px;
    text-transform: uppercase;
    width: fit-content;
}

.popular_container .market_block .dop_banner_item .dark_hover {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.popular_container .market_block:hover .dark_hover {
    opacity: 0.5;
}

.popular_container .market_block .dop_banner_item:hover {
    box-shadow: 0px 10px 20px rgba(211, 215, 221, 0.4);
}

.detail.blog .content {
    margin-bottom: 52px;
}


.blog-page .table.with-comments.side-block .info .comments-wrapper .period {
    font-size: 13px;
    line-height: 21px;
    color: #888888;
}

.blog-page .table.with-comments.side-block .info {
    padding: 36px 0px 25px;
    border-top: 1px solid #ebebef;
}

.side-block .info .title {
    text-align: left;
    line-height: 21px;
    margin-bottom: 17px;
}

.sidearea .subscribe-block {
    background: #F6F7FA;
    text-align: center;
    padding: 60px 20px 25px;
    margin-bottom: 33px;
}

.sidearea .subscribe-block .title-block-middle {
    font-size: 1.1335em;
    line-height: 22px;
    margin-top: 24px;
}

.sidearea .subscribe-block .text {
    font-size: 0.9335em;
    line-height: 21px;
    color: #555555;
    margin-top: 8px;
    margin-bottom: 33px;
}

.sidearea .subscribe-block .subscribe_btn {
    width: 100%;
}


.blog-page .right_block .maxwidth-theme {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.blog-page .right_block .maxwidth-theme .front_projects_4, .blog-page .right_block .maxwidth-theme .front_projects_5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.blog-page .right_block .maxwidth-theme .front_projects_4 .news_block, .blog-page .right_block .maxwidth-theme .front_projects_5 .news_block {
    padding-top: 0px !important;
    padding-bottom: 0px;
}

.blog-page .nav_wrapper .wrap_pagination {
    display: block;
}

.section_projects .news_block {
    padding-top: 0px !important;
    padding-bottom: 0px;
}

.mixitup-container .title > span {
    font-size: 0.8667em;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #666;
    font-weight: 400;
}

/* SUBSCRIBE LICENSE */
.form .licence_block label {
    left: 0;
    position: relative;
}

.licence_block.bx_filter {
    margin-top: 13px;
    position: relative;
}

.licence_block.bx_filter input[type="checkbox"] + label {
    padding-left: 40px;
    max-width: 385px;
    line-height: 1.2862em;
    color: #777777;
}

.licence_block.bx_filter input + label:after, .licence_block .filter input + label:after,
.licence_block.bx_filter input + label:before, .licence_block .filter input + label:before, .licence_block .filter input + label:before {
    height: 25px;
    width: 25px;
    margin-top: -14px;
    top: 50%;
    border-radius: 2px;
    left: -1px;
}

.licence_block.bx_filter input:checked + label:after, .licence_block .filter input:checked + label:after {
    background-position: -20px 8px;
}

.licence_block.bx_filter input[type="checkbox"]:checked + label:after, .licence_block .filter input[type="checkbox"]:checked + label:after {
    background-image: url(/bitrix/templates/centino-heat/images/corp3.svg);
}

body.index .breadcrumb.fixed {
    display: none;
}

.breadcrumb.fixed {
    position: absolute;
    z-index: 10;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.136);
    border-top: 1px solid #ebebef;
    background: #F6F7FA;
    width: 100%;
}

.breadcrumb.fixed .bread_wrapper {
    padding: 10px 0px 1px !important;
    margin: 0 !important;
}


.pagination a, .pagination span {
    font-size: 14px;
}

#vk_widget_side {
    border: 1px solid #ebebef;
    padding: 30px 0;
}

#vk_widget_side div {
    margin: auto !important;
}

#vk_widget_side iframe, #vk_widget_bottom iframe {
    height: 100% !important;
}

#vk_widget_bottom.light {
    background: white;
    padding: 15px;
    border: 1px solid #ebebef;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    float: right;
}

#vk_widget_bottom.dark {
    background: #1a1f26;
    padding: 15px;
    border: 1px solid #343A41;
    border-radius: 2px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    #vk_widget_bottom.dark {
        float: left;
        margin-bottom: 30px;
    }

    #vk_widget_bottom.light {
        float: left;
    }
}

.youtube_ajax {
    min-height: 444px;
}

.youtube_ajax .channel_info_wrapper {
    max-width: 50%;
}

.youtube_ajax .channel_info_wrapper.light * {
    color: white !important;
}

.youtube_ajax .channel_description {
    max-height: 43.5px;
}

.youtube_ajax .white_circle {
    vertical-align: top;
}

.white_circle.relative.d-inline-block.m-r-32.pointer:before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: white;
    z-index: 1;
    border-radius: 100%;
}

.youtube_ajax .channel_statistics {
    vertical-align: top;
    float: right;
}

.youtube_ajax .channel_subscribe {
    position: absolute;
    bottom: 25px;
    right: 32px;
}

.youtube_ajax .channel_statistics_span {
    padding: 10px 13px 9px 15px;
    margin-left: 5px;
}

.youtube_ajax .channel_statistics_span svg {
    margin-right: 6px;
    margin-bottom: -2px;
}

.youtube_ajax .channel_statistics_span .separator {
    width: 8px;
    height: 1px;
    background: #c4c4c4;
    display: inline-block;
    margin: 0px 6px 2px;
}

.youtube_ajax .video_wrapper {
    margin: 16px 0;
}

.youtube_ajax .channel_head_wrapper.bg-grey1 {
    border-bottom: 1px solid white;
}

.owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 100%;
}

.owl-nav button {
    position: absolute;
    border-radius: 2px !important;
    height: 40px !important;
    width: 40px !important;
}

.owl-nav button.owl-next {
    right: -16px;
}

.owl-nav button.owl-prev {
    left: -16px;
}

.owl-nav button span {
    font-size: 32px;
    color: white;
}

@media (max-width: 1199px) {
    .youtube_ajax .channel_statistics {
        float: none;
        display: block;
    }
}

@media (min-width: 300px) and (max-width: 1199px) {
    .youtube_ajax .channel_statistics {
        float: none;
    }

    .youtube_ajax .channel_subscribe {
        top: 32px;
        bottom: auto;
    }

    .youtube_ajax .channel_statistics_span {
        margin-top: 16px;
    }
}

@media (max-width: 500px) {
    .youtube_ajax .channel_info_wrapper {
        max-width: 100%;
        margin-top: 16px;
    }

    .youtube_ajax .channel_statistics_span {
        margin-left: 0;
    }

    .channel_statistics_span_wrapper {
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    .youtube_ajax .channel_head_wrapper {
        padding-bottom: 72px !important;
    }

    .youtube_ajax .channel_subscribe {
        left: 32px;
        bottom: 25px;
        top: auto;
    }
}

.news_elements_5 .back_img_block {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
}

.news_elements_5.image_right .back_img_block {
    right: 0;
    left: auto;
}

.title-search-result .bx_searche {
    padding-bottom: 20px;
    max-height: 500px !important;
}

.title-search-result .bx_searche .mCSB_dragger {
    max-height: 30px !important;
}

.title-search-result .bx_searche .mCSB_draggerRail {
    background-color: rgba(216, 204, 204, 0.75) !important;
}

.title-search-result .bx_searche .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .4) !important;
    width: 2px !important;
}

.sections_wrapper.front_sections_only {
    padding-top: 0px;
    margin-bottom: 60px;
}

.front_sections_only .item .img {
    float: none !important;
    margin: auto;
    margin-bottom: 30px;
}

.sections_wrapper.front_sections_only .list .item.section_item {
    padding: 36px 20px 47px;
}

.sections_wrapper.front_sections_only .list .item.section_item .section_info {
    padding-left: 0px;
    text-align: center;
}


.order-block.feed .text .svg {
    top: 39px;
    left: 32px;
}

.staff.item-views.list .item .image.padding {
    padding: 50px 0px 40px 30px;
}

.item-views.list.history .item .image img {
    width: 100%;
}

header .personal-link + .sidebar.dropdown-menu {
    box-shadow: none;
    padding-top: 15px;
}

header .personal-link + .sidebar.dropdown-menu > ul {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
}

.seo_block .order-block {
    margin-bottom: 61px;
}

label[for=POPUP_FILE] {
    display: none;
}

.breadcrumbFixed {
    position: fixed;
    top: -100px;
}

.breadcrumbFixed.fixed {
    z-index: 10;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.136);
    border-top: 1px solid #ebebef;
    background: #F6F7FA;
    width: 100%;
}

.breadcrumbFixed.fixed .bread_wrapper {
    padding: 10px 0px 1px !important;
    margin: 0 !important;
}

.subscribe-edit-main .form-group label {
    left: auto;
}

.subscribe-edit-main .form .form-group input[type="checkbox"] + label:after, .subscribe-edit-main .form .form-group input[type="checkbox"] + label:before {
    height: 25px;
    width: 25px;
    margin-top: -15px;
    top: 50%;
    border-radius: 2px;
    left: -1px;
}

.subscribe-edit-main .form .filter label {
    padding-left: 35px;
}

.ilike-light .bx-ilike-right {
    background: none;
}


/* YANDEX MAP */

.ymaps-controls-lefttop {
    bottom: 0;
    top: auto !important;
}

.body .main .ymaps-b-zoom_hints-pos_right {
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 20px !important;
    border-radius: 32px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
    background: #fff;
    margin-left: -88px;
}

.body .main .ymaps-b-zoom {
    width: 80px;
    height: 36px;
    padding: 6px 10px;
}

.body .main .ymaps-b-zoom:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background-color: #f5f5f5;
}

.body .main .ymaps-b-zoom__scale {
    display: none;
}

.body .main .ymaps-b-zoom__button {
    display: inline-block;
    height: 26px;
    width: 30px;
    opacity: .6;
}

.body .main .ymaps-b-zoom__button:hover {
    opacity: 1;
}

.body .main .ymaps-b-form-button__content {
    background-image: none;
}

.body .main .ymaps-b-form-button {
    background-image: none;
    overflow: visible;
}

.body .main .ymaps-b-form-button__left {
    background-image: none;
}

.body .main .ymaps-b-zoom__button_type_minus {
    background-image: none;
    text-align: center;
}

.body .main .ymaps-b-zoom__button_type_plus {
    background-image: none;
    text-align: center;
}

.body .main .ymaps-b-zoom__button_type_minus .ymaps-b-zoom__sprite {
    width: 100%;
    height: 100%;
    background-image: url(/bitrix/templates/centino-heat/images/svg/yandexMapMinus.svg);
    left: 0;
    background-position: -6px -3px;
}

.body .main .ymaps-b-zoom__button_type_plus .ymaps-b-zoom__sprite {
    width: 100%;
    height: 100%;
    background-image: url(/bitrix/templates/centino-heat/images/svg/yandexMapPlus.svg);
    left: 0;
    top: 0;
    background-position: -1px -3px;
}

.body .main .ymaps-controls-righttop {
    bottom: 0;
    top: auto !important;
}

.body .main .ymaps-controls-righttop > ymaps {
    top: auto !important;
    bottom: 20px !important;
    right: auto !important;
    left: 50%;
    margin-left: 2px;
}

.body .main .ymaps-controls-righttop .ymaps-b-select.ymaps-b-select_control_listbox {
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
    padding: 3px 0 3px 25px;
    position: relative;
}

.body .main .ymaps-controls-righttop .ymaps-b-select.ymaps-b-select_control_listbox:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 25px;
    height: 25px;
    background-image: url(/bitrix/templates/centino-heat/images/svg/yandexMapShema.svg);
}

.body .main .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes {
    position: absolute;
    left: 3px;
    bottom: 100%;
    margin-bottom: 3px;
    top: auto;
}

.body .main .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes .ymaps-b-popupa__shadow {
    display: none;
}

.body .main .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes .ymaps-b-popupa__body {
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
    padding: 5px;
}


@media (max-width: 530px) {
    .narrow_menu .main .contacts-page-map-top.projects {
        margin-top: 0;
    }

    .body .main .ymaps-b-zoom_hints-pos_right {
        left: 0px !important;
        right: auto !important;
        top: auto !important;
        bottom: 455px !important;
        margin-left: 10px;
    }

    .body .main .ymaps-controls-righttop > ymaps {
        top: auto !important;
        bottom: 455px !important;
        right: 0 !important;
        left: auto;
        margin-right: 10px;
    }

    .body .main .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes {
        top: 100%;
        margin-top: 3px;
        bottom: auto;
        left: auto !important;
        right: 0px !important;
    }
}


body.index .ymaps-image-with-content {
    background-image: none !important;
}


@media (max-width: 600px) {
    .bx-yandex-view-layout.front_map .pane_info_wrapper .pane_info {
        width: auto;
        margin: 20px 16px;
        position: static;
    }

    .bx-yandex-view-layout .pane_info_wrapper .pane_info .title_block {
        padding: 24px 0px 22px;
        margin: 0 30px;
    }
}

/* snippets */

.s-person-card-container {
    container-type: inline-size;
}

.s-person-card {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 10px 20px;
    background: #f6f7fa;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.s-person-card__image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.s-person-card__job-title {
    max-width: 150px;
    color: #555555;
    line-height: 20px;
}

.s-person-card__name {
    color: #000;
    text-decoration: underline;
    max-width: 242px;
}

.s-person-card__contacts {
    max-width: 424px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
}

.s-person-card__contact {
    display: flex;
    align-items: center;
    gap: 10px;
}

.s-person-card__contact img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

@container (max-width: 830px) {
    .s-person-card {
        flex-direction: column;
    }
    .s-person-card__job-title,
    .s-person-card__name {
        text-align: center;
    }
    .s-person-card__contacts {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* YANDEX MAP */

.form-in-colored-bg .form .form-header {
    background: transparent;
    color: #fff;
    padding: 0;
}

.form-in-colored-bg .form .form-body {
    background: transparent;
    padding-bottom: 0;
}

.form-in-colored-bg .form .form-header h2,
.form-in-colored-bg .form .refresh a,
.form-in-colored-bg .bx_filter input[type="checkbox"] + label,
.form-in-colored-bg .bx_filter a {
    color: #fff;
}

/*.form-in-colored-bg .bx_filter input[type="checkbox"] + label:after,*/
/*.form-in-colored-bg .bx_filter input[type="checkbox"] + label:before,*/
/*.form-in-colored-bg .filter input[type="checkbox"] + label:after,*/
/*.form-in-colored-bg .filter input[type="checkbox"] + label:before {*/
/*    background: #fff;*/
/*}*/

.form-in-colored-bg .btn.btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #00644C;
}

.form-in-colored-bg .btn.btn-primary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #00644C;
    opacity: .8;
}

.form .form-header {
    padding:15px 0;background:#fff;
}

.form-group.error input {
    border: 1px solid #F93232FF;
    outline: 1px solid #F93232FF;
}

.agreement-container {
    position: relative;
}

.header-top {
    height: 100%;
}

.header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-right: 6px;
}

.header-top__logo {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}

.header-top__logo__img {
    -webkit-mask-image: url('/upload/medialibrary/svgs/logo-header-092021.svg');
    mask-image: url('/upload/medialibrary/svgs/logo-header-092021.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;

    background-color: var(--site-color--green);
    height: 68px;
    min-height: 45px;
    min-width: 392px;
}

.header-top__logo__text__title {
    color: #00644C;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: bold;
}

.header-top__logo__text__description {
    color: #00644C;
    font-size: 8px;
    line-height: 104%;
    max-width: 254px;
    text-align: justify;
}

.header-top__branch {
    min-width: 148px;
    box-sizing: border-box;
    border: 1px solid var(--site-color--green);
    border-radius: 5px;
    padding: 7px 36px 7px 11px;
    position: relative;
    cursor: pointer;
}

.header-top__branch__arrow {
    position: absolute;
    right: 26px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-top__contacts__phone a {
    color: #000;
    text-decoration: underline;
}

.header-top__contacts__email a {
    color: var(--site-color--green);
    text-decoration: underline;
}

.header-top__price,
.header-top__cabinet {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header-top__cabinet:hover .header-top__cabinet__icon,
.header-top__price:hover .header-top__price__icon {
    background-color: #008363;
}

.header-top__price__icon,
.header-top__cabinet__icon {
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;

    background-color: #000;
    transition: .4s;
    margin-right: 5px;
}

.header-top__price__icon {
    -webkit-mask-image: url('/upload/medialibrary/svgs/tcsmInfo.svg');
    mask-image: url('/upload/medialibrary/svgs/tcsmInfo.svg');

    height: 20px;
    min-height: 20px;
    width: 20px;
    min-width: 20px;
}

.header-top__cabinet__icon {
    -webkit-mask-image: url('/upload/medialibrary/svgs/tcsmUser.svg');
    mask-image: url('/upload/medialibrary/svgs/tcsmUser.svg');

    height: 20px;
    min-height: 20px;
    width: 20px;
    min-width: 20px;
}

.header-top__price__title,
.header-top__cabinet__title {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}

.header-top__price__title a,
.header-top__cabinet__title a {
    color: #000;
}

.header-top__branch__branches {
    display: none;
    position: absolute;
    z-index: 3;
    background-color: #fff;
    top: -1px;
    right: -1px;
    left: -1px;
    border-radius: 5px;
    border: 1px solid var(--site-color--green);
    padding: 5px;
}

.header-top__branch.active .header-top__branch__branches {
    display: block;
}

.header-top__branch__branches-item-inner,
.header-top__branch__branches-item__subitem-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEF;
    padding: 13px 8px;
}

.header-top__branch__branches-item--main .header-top__branch__branches-item-inner {
    padding: 8px 8px;
}

.header-top__branch__branches-item__title {
    font-family: "Open Sans";
    font-size: 14px;
}

.header-top__branch__branches-item__title--main {
    font-weight: bold;
    color: var(--site-color--green);
}

.header-top__branch__branches-item__title--main__icon {
    -webkit-mask-image: url('/upload/medialibrary/svgs/tcsmClose.svg');
    mask-image: url('/upload/medialibrary/svgs/tcsmClose.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;

    background-color: #000;
    height: 17px;
    min-height: 17px;
    width: 17px;
    min-width: 17px;
}

.header-top__branch__branches-item__arrow {
    padding-right: 2px;
}

.header-top__branch__branches-item__arrow .tcsmArrow {
    transform-origin: unset;
    transition: transform .4s;
}

.header-top__branch__branches-item.active .tcsmArrow {
    transform: rotate(-45deg);
}

.header-top__branch__branches-item__subitem {
    display: none;
}

.header-top__branch__branches-item__subitem-item {
    font-size: 12px;
    color: #818181;
}

.header-top__branch__branches-item__subitem-item.active {
    color: var(--site-color--green);
    font-weight: bold;
}

/*ÐžÐ±Ñ‰Ð¸Ðµ ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÑÐ°Ð¹Ñ‚Ð°*/
.tcsmBtn {
    cursor: pointer;
}

.tcsmBtn--white {
    background-color: #fff !important;
    color: var(--site-color--green) !important;
}

.tcsmBtn--white:hover {
    background-color: #008363 !important;
    color: #fff !important;
}

.tcsmBtn--green {
    background-color: var(--site-color--green);
    color: #fff;
}

.tcsmBtn--green:hover {
    background-color: #fff;
    color: var(--site-color--green);
}

.tcsmBtn-border--white {
    border: 1px solid #fff !important;
}

.tcsmSpacer {
    flex: 1;
}

.tcsmArrow {
    height: 13px;
    width: 13px;
    border-color: var(--site-color--green);
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(135deg);
    transform-origin: right;
}

/*ÐšÐ¾Ð½ÐµÑ† Ð¾Ð±Ñ‰Ð¸Ñ… ÑÑ‚Ð¸Ð»ÐµÐ¹ Ð´Ð»Ñ ÑÐ°Ð¹Ñ‚Ð°*/

p.news-item {
    background-color: #F6F7FA;
    padding: 24px 22px;
    border-radius: 8px;
}


p.news-item > img {
    width: 46px !important;
    height: 46px !important;
    float: unset !important;
    margin-bottom: 0;
}

p.news-item > a {
    margin-left: 37px;
    text-decoration: underline;
    color: #000;
    font-size: 16px;
}

.footer_v10 {
    /*padding-top: 28px;*/
}

.footer_v10__tcsm-line {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 28px;
    background: url('/upload/medialibrary/file_icons/tcsmUnderline.png') 0px 10px,
    linear-gradient(180deg, var(--site-color--green), var(--site-color--green) 10px, transparent 10px, transparent 100%);;
    background-repeat-y: no-repeat;
    transform: rotate(180deg);
}

.dropdown-submenu:hover .dropdown-menu.toggle_menu {
    opacity: 1;
    display: block;
}


.dropdown-menu .count_3.active > a {
    background-color: var(--site-color--green) !important;
    color: #fff !important;
}

.dropdown-menu .count_3.active li.active a {
    background-color: var(--site-color--green) !important;
    color: #fff !important;
}

.left_menu_1 .side-menu > li.active a.active {
    background-color: var(--site-color--green);
    color: #fff !important;
}

.news-list--docs {
    background: rgba(0, 100, 76, 0.1);
    color: var(--site-color--green);
    padding: 24px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: .4s;
    margin: 15px 0;
}

.news-list--docs:hover {
    box-shadow: 0px 0px 6px 2px #00644C;
}

.accordion-head:hover {
    box-shadow: 0px 0px 6px 2px #00644C;
}

@media screen and (max-width: 991px) {
    .accordion-head,
    .news-list--docs__text {
        font-size: 16px;
    }
}

.hover-green {
    transition: .4s;
}

.hover-green:hover {
    box-shadow: 0px 0px 6px 2px #00644C;
}

.hover-text--togreen,
.hover-text--togreen > a {
    transition: .4s;
}

.hover-text--togreen:hover,
.hover-text--togreen > a:hover {
    color: #008363;
}

.news-list--docs__text {
    position: relative;
    padding-left: 30px;
    font-weight: 500;
}

.news-list--docs__text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 15px;
    border-right: 1px solid var(--site-color--green);
    border-top: 1px solid var(--site-color--green);
    transform: rotate(135deg);
    transition: .4s;
}

.news-list--docs.active .news-list--docs__text:before {
    transform: rotate(-45deg);
    top: 8px;
}

.news-list--docs__show-all {
    color: #5F616F;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-transform: none;
    opacity: 1;
    transition: .4s;
}

.news-list--docs__show-all span {
    display: block;
    white-space: nowrap;
}

.news-list--docs__show-all i {
    margin-left: 10px;
    color: var(--site-color--green);
    font-size: 24px;
    display: block;
}

.news-list--docs-item {
    display: none;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .news-list--docs__show-all {
        display: none;
    }
}

body .table-menu .menu-item .wrap_icon:hover .svg.inline svg path {
    fill: #fff !important;
}

.form_consult {
    background-color: var(--site-color--green);
    padding-top: 56px;
    padding-bottom: 63px;
}

.form_consult .form.contacts .form-group textarea {
    height: 100px;
}

.form_consult-inner {
    display: flex;
    justify-content: space-between;
}

.form_consult__link {
    word-break: normal;
    white-space: nowrap;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.form_consult__link:hover {
    color: #222;
}

.form_consult .licence_block label,
.form_consult .licence_block a {
    color: #fff !important;
}

.form_consult .licence_block a {
    text-decoration: underline;
}

.form_consult .form.contacts.success h4.title,
.form_consult .form.contacts.success .text {
    color: #fff;
}

.form_consult .form.contacts.success .btn {
    background: #008363;
}

.form_consult__text {
    flex: 0 0 46%;
    color: #fff;

    display: flex;
    flex-direction: column;
}

.form_consult__text__title {
    font-size: 32px;
    margin-bottom: 40px;
    margin-top: 0;
    color: #fff;
}

.form_consult__text__description {
    font-size: 15px;
    margin-bottom: 40px;
}

.form_consult__btns {
    display: flex;
}

.form_consult__btns-item {
    margin: 0 11px 10px 0;
}

.form_consult__form {
    flex: 0 0 46%;
}

.form_consult__form-line {
    display: flex;
    justify-content: space-between;
}

.form_consult .row.bottom_block .btn {
    color: var(--site-color--green);
    background: #fff;
}

.form_consult .row.bottom_block .btn:hover {
    color: #fff;
    background: #008363;
}

@media screen and (max-width: 991px) {
    .form_consult {
        padding-right: 16px;
        padding-left: 16px;
    }

    .form_consult-inner {
        flex-direction: column;
    }

    .form_consult .licence_block.bx_filter {
        background: unset;
    }
}

.employee-section__title {
    padding: 24px 40px;
    margin-bottom: 10px;
    font-size: 19px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: rgba(0, 100, 76, 0.1);
    color: var(--site-color--green);
    transition: .4s;
}

.employee-section__title:hover {
    box-shadow: 0px 0px 6px 2px #00644C;
}

.employee-section__title.gray {
    background: #EDEEF1;
}

.employee-section__title.gray .news-list--docs__text {
    color: #333;
}

.employee-section__title.gray .news-list--docs__text:before {
    border-color: #333;
}

.employee-section__title.gray .news-list--docs__show-all i {
    color: #333;
}

.employee-section__title.active {
    color: #333333;
    background: rgba(0, 100, 76, 0);
    margin-bottom: 20px;
}

.employee-section__title.active .news-list--docs__show-all {
    opacity: 0;
}

.employee-section__title.active .news-list--docs__text:before {
    transform: rotate(-45deg);
    top: 8px;
}

.employee-list {
    display: none;
}

/*Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ ÑÐ¾Ñ‚Ñ€ÑƒÐ´Ð¸Ð½ÐºÐ°*/
.employee-small {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F6F7FA;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-decoration: none;
}

.employee-small--left {
    display: flex;
    align-items: center;
    flex: 0 0 25%;
}

.employee-small__photo {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.employee-small__photo {
    object-fit: contain;
    object-position: center;
    margin-right: 45px;
}

.employee-small__photo img {
    object-position: center;
    object-fit: cover;
    width: 50px;
    height: 50px;
}

.employee-small__position {
    color: #555555;
    line-height: 20px;
}

.employee-small__full-name {
    flex: 0 0 25%;
    color: #000;
    text-decoration: underline;
}

.employee-small__custom {
    flex: 0 0 68;
    display: flex;
    justify-content: flex-end;
}

.employee-small__contacts__phone,
.employee-small__contacts__phone-item,
.employee-small__contacts__email {
    display: flex;
    align-items: center;
}

.employee-small__contacts {
    flex: 0 0 45%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.employee-small__contacts.no-grid {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.employee-small__contacts a {
    color: var(--site-color--green);
    font-weight: bold;
}

.employee-small__contacts__phone__icon,
.employee-small__contacts__email__icon {
    margin-right: 8px;
    color: var(--site-color--green);
    font-weight: bold;
}

.employee-small__contacts__email {
    margin-left: 15px;
}

.employee-small__contacts__email a {
    padding-bottom: 2px;
}

.employee-small__contacts__phone__number,
.employee-small__contacts__email__email {
    white-space: nowrap;
}

.employee-small__contacts__phone--with-addresses {
    text-decoration: underline;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 6px;
}

.employee-small__contacts__phone__addresses {
    color: #818181;
    text-align: right;
}

.employee-small__contacts__custom-item {
    text-align: right;
    text-decoration: underline;
}

.employee-small__contacts__custom-item__phone {
    font-weight: bold;
}

.employee-small__column:nth-child(1) {
    flex: 0 0 50%;
}

.employee-small__column:nth-child(2) {
    flex: 0 0 15%;
}

.employee-small__column:nth-child(3) {
    flex: 0 0 20%;
}

.employee-small__column__title {
    color: #818181;
    margin-bottom: 10px;
}

.employee-small__column__text {
    color: #818181;
    font-weight: bold;
}

.employee-small__column__link {
    color: var(--site-color--green);
    text-decoration: underline;
    font-weight: bold;
    display: block;
}

.employee-small__column__link--phone {
    color: #818181;
}

@media screen and (max-width: 1350px) {
    .employee-small--left {
        flex: 0 0 30%;
    }

    .employee-small__full-name {
        flex: 0 0 30%;
    }

    .employee-small__contacts {
        flex: 0 0 30%;
        grid-template-columns: 1fr;
    }

    .employee-small__contacts__email {
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .employee-small {
        flex-direction: column;
    }

    .employee-small--left {
        flex-direction: column;
    }

    .employee-small__photo {
        margin-right: unset;
        margin-bottom: 10px;
        width: unset;
        min-width: unset;
        max-width: 50px;
        height: unset;
        min-height: unset;
        max-height: 50px;
    }

    .employee-small__position {
        text-align: center;
    }

    .employee-small__full-name {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .employee-small__contacts {
        display: block;
    }

    .employee-small__contacts__email {
        margin-left: unset;
        margin-top: 10px;
    }

    .employee-small__contacts__custom-item {
        margin-top: 10px;
    }

    .employee-small__contacts__custom-item > span {
        display: block;
        text-align: center;
    }

    .employee-small__column {
        margin-bottom: 10px;
    }

    .employee-small__column__title {
        margin-bottom: 0;
        text-align: center;
    }

    .employee-small__column__link {
        text-align: center;
    }

    .employee-small__column__text {
        text-align: center;
    }
}

/*ÐšÐ¾Ð½ÐµÑ† ÑÑ‚Ð¸Ð»ÐµÐ¹ Ð´Ð»Ñ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ ÑÐ¾Ñ‚Ñ€ÑƒÐ´Ð¸Ð½ÐºÐ°*/

.contacts_2 .staff.item-views.list.staff-block .item .properties {
    padding-left: 20px;
}

.contacts_2 .staff.item-views.list.staff-block .item .buttons {
    align-items: center;
}

.contacts_2 .staff.item-views.list.staff-block .item .buttons .btn {
    width: 100%;
}

.contacts_2 .staff.item-views.list.staff-block .item .image {
    border-radius: unset;
}

.chief__title {
    font-size: 19px;
    font-weight: 400 !important;
    text-transform: uppercase;
}

.chief__img {
    min-width: 99px;
    min-height: 99px;
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .chief__title {
        padding: 0px 16px;
    }

    .chief__name {
        text-align: center !important;
    }

    .chief__properties {
        align-items: center !important;
        padding-left: 0 !important;
    }

    .chief__post {
        text-align: center;
    }
}

/*Ð‘Ð»Ð¾Ðº ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð¾Ð² Ð´Ð»Ñ Ð¢ÑŽÐ¼ÐµÐ½Ð¸*/
.contacts-tyumen {
    color: #000;
}

.contacts-tyumen-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebef;
    margin-bottom: 30px;
}

.contacts-tyumen-item__title {
    font-size: 20px;
    margin-bottom: 15px;
}

.contacts-tyumen-item__body__column__title-bold {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.contacts-tyumen-item__body__column__title-gray {
    color: #818181;
    font-size: 14px;
    margin-bottom: 5px;
}

.contacts-tyumen-item__body__column__link {
    color: var(--site-color--green);
    text-decoration: underline;
    cursor: pointer;
}

.contacts-tyumen-item__body__column__link:hover {
    color: #000;
    text-decoration: none;
}

.contacts-tyumen-item__body {
    display: flex;
    justify-content: space-between;
}

.contacts-tyumen-item__body__column {
    flex: 0 0 30%;
}

.contacts-tyumen-item__body__column a {
    display: block;
}

@media screen and (max-width: 991px) {
    .contacts-tyumen {
        padding: 0 15px;
    }

    .contacts-tyumen-item__body {
        flex-direction: column;
    }

    .contacts-tyumen-item__body__column {
        margin-bottom: 20px;
    }

    .contacts-tyumen-item__body__column__title-bold,
    .contacts-tyumen-item__body__column__title-gray {
        margin-bottom: unset;
    }
}

/*ÐšÐ¾Ð½ÐµÑ† ÑÑ‚Ð¸Ð»ÐµÐ¹ Ð´Ð»Ñ Ð±Ð»Ð¾ÐºÐ° ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð¾Ð² Ð´Ð»Ñ Ð¢ÑŽÐ¼ÐµÐ½Ð¸*/

.filial-description {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .filial-description {
        padding: 0px 16px;
    }
}

.widget__text {
    line-height: 100%;
    /*margin-top: 6px;*/
    font-size: 11px;
    color: #fff;
}

.basket-link .js-basket-block > .title {
    line-height: 100%;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: normal;
}

@media screen and (max-width:1300px) {
    .right_dok .basket-link .js-basket-block > .title {
        transform: rotate(-90deg);
    }
}

.services_left_block .item-views.sections.v2 .items .item .item-inner {
    padding-top: unset;
}

.services_left_block .item-views.sections.v2 .items .item .item-inner > a {
    width: 100%;
    height: 190px;
}

.services_left_block .item-views.sections.v2 .items .item .item-inner > a .img {
    border-radius: unset;
}

.header_custom {
    font: 15px/24px "Roboto", Arial, sans-serif;
}

body.long_menu .header_custom .menu-row > .logo-row {
    background: unset !important;
    /*background: linear-gradient(90deg, #004B39, #004B39 50%, var(--site-color--green) 50%, var(--site-color--green) 100%) !important;*/
}

.header_custom .logo-row .maxwidth-theme .slogan {
    background: unset !important;
}

.header_custom .mega-menu table td.active .wrap > a,
.header_custom .mega-menu table td .wrap > a {
    color: #fff;
}

.header_custom .mega-menu table td.active .wrap > a:hover,
.header_custom .mega-menu table td:not(.search-item):hover .wrap > a,
.header_custom .mega-menu table td .wrap > a:hover {
    color: #fff;
}

body.header_colored_main_menu header.header_custom td.menu-item:hover > div {
    background-color: rgba(0, 131, 99, 0.5);
}

.header_custom .menu-item.hght-100:nth-child(1),
.header_custom .menu-item.hght-100:nth-child(2),
.header_custom .menu-item.hght-100:nth-child(3),
.header_custom .menu-item.hght-100:nth-child(4),
.header_custom .menu-item.hght-100:nth-child(5) {
    background: #004B39;
}

.header_custom .menu-item.hght-100:nth-child(6),
.header_custom .menu-item.hght-100:nth-child(7),
.header_custom .menu-item.hght-100:nth-child(8),
.header_custom .menu-item.hght-100:nth-child(9),
.header_custom .menu-item.hght-100:nth-child(10),
.header_custom .menu-item.hght-100:nth-child(11) {
    background: var(--site-color--green);
}

.header_custom .mega-menu table td.menu-item:nth-child(6) .dropdown-submenu:last-child .dropdown-menu {
    left: 0;
    padding-left: 100%;
    background: transparent;
    box-shadow: none;
}

.header_custom .mega-menu table td.menu-item:nth-child(6) .dropdown-submenu:last-child > a {
    position: relative;
    z-index: 1002;
    background: #fff;
}

.header_custom .menu-row .menu-only table td:first-of-type {
    border-radius: 3px 0px 0px 3px;
}

.header_custom .menu-item {
    min-height: 59px;
    height: 59px;
}

.mobileheader-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 63px;
    transition: all .3s ease;
}

.mobileheader-custom.out {
    transform: translateY(-200%);
}

@media screen and (max-width: 1300px) {
    .header_custom .header-top__logo__text__description {
        display: none;
    }

    .header_custom .header-top__logo__text__title {
        max-width: 111px;
    }
}

@media screen and (max-width: 1150px) {
    .header_custom .header-top__logo__img {
        height: 38px;
        min-height: 38px;
        width: 98px;
        min-width: 98px;
    }

    .header_custom .header-top__branch {
        min-width: 140px;
        padding: 7px 30px 7px 7px;
    }

    .header_custom .header-top__logo {
        margin-right: 15px;
    }

    .header_custom .header-top__logo__text__title {
        font-size: 14px;
    }

    .header_custom .header-top__branch,
    .header_custom .header-top__address,
    .header_custom .header-top__price,
    .header_custom .header-top__contacts {
        margin-right: 15px;
    }

    .header_custom .header-top__address,
    .header_custom .header-top__contacts__phone > a,
    .header_custom .header-top__contacts__email > a {
        font-size: 14px;
    }

    .header_custom .header-top__price__title,
    .header_custom .header-top__cabinet__title {
        font-size: 14px;
        white-space: nowrap;
    }
}

.breadcrumb.greyline {
    background: unset;
}

.breadcrumb.greyline .bread_wrapper {
    background: #F6F7FA;
}

#headerfixed .logo-row.v2 .mega-menu table td .wrap > a {
    padding: 0 10px !important;
}

footer.footer_v10.footer_custom .bottom-menu .items > .item-link .item .title {
    margin-bottom: 25px;
}

footer.footer_v10.footer_custom .bottom-menu .items > .item-link .item .title a {
    color: #777777;
}

footer.footer_v10.footer_custom .header-top__branch__branches {
    background-color: #F6F7FA;
}

footer.footer_v10.footer_custom .header-top__branch {
    color: #000000;
    display: inline-block;
    margin-left: 15px;
}

footer.footer_v10.footer_custom .header-top__branch__branches {
    top: unset;
    bottom: 0;
}

footer.footer_v10.footer_custom .address.blocks {
    margin-top: 20px;
}

.header_custom .header-top {
    margin-top: 15px;
    margin-bottom: 15px;
}

.toogle.toogle-accordion .toggle {
    transition: .4s;
}

.toogle.toogle-accordion .toggle:hover {
    box-shadow: 0px 0px 6px 2px #00644C;
}

.notify_bank_requisites {
    display: none
}

.notify_bank_requisites-inner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3001;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100vw;
    max-height: 100vh;
}

.notify_bank_requisites__body {
    position: relative;
    background-color: #fff;
    font-size: 16px;
    max-width: 800px;
    padding: 40px 30px;
    color: #000
}

.notify_air_deadlines__body {
    max-width: 600px;
    border: 1px solid black;
}

.notify_bank_requisites__body__title {
    margin-bottom: 40px
}

.notify_bank_requisites--bold {
    font-weight: 900
}

.notify_bank_requisites__btn--close {
    background-color: #006e4c;
    color: #fff;
    border-radius: 2px;
    padding: 10px 15px;
    margin-top: 30px;
    display: inline-block;
    cursor: pointer
}

@media screen and (max-width: 910px) {
    .notify_bank_requisites__body__title {
        margin-bottom: 10px;
        font-size: 18px
    }

    .notify_bank_requisites__body {
        font-size: 14px
    }

    .notify_bank_requisites__btn--close {
        margin-top: 10px
    }

    .notify_bank_requisites .top-close {
        right: 0
    }
}

.header-vcustom #mobileheader .title-block {
    max-width: 65% !important;
}

@media screen and (max-width: 991px) {
    .title_r-w {
        grid-template-columns: 1fr !important;
        grid-gap: 10px !important;
    }
}

.filial_page__title-line {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 650px) {
    .filial_page__title-line {
        display: block;
    }

    .filial_page__title-line h1#pagetitle {
        margin-bottom: 15px;
    }
}

/*Ð¡Ñ‚Ñ€Ð°Ð½Ð¸Ñ†Ñ‹ Ñ„Ð¸Ð»Ð¸Ð°Ð»Ð°*/
.filial-page {
    background: #f5f5f5;
    padding: 30px 15px 0px 15px;
}

.filial-page__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 20px;
}

.filial-page__header__title {
    color: var(--site-color--green);
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 6%;
    text-transform: uppercase;
    padding: 14px 25px;
    border: 1px solid var(--site-color--green);
    border-radius: 15px;
}

.filial-page__slider .slick-list,
.filial-page__slider .slick-track {
    display: flex;
    margin: 0 -5px;
}

.filial-page__slider .slick-slide {
    margin: 0 5px;
    height: 100%;
    object-fit: cover;
}

.filial-page__arrow {
    background: unset !important;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 50px !important;
    height: unset !important;
    display: flex;
    align-items: center;
}

.filial-page__arrow > div {
    position: relative;
    width: 40px;
    height: 40px;
}

.filial-page__arrow > div:before {
    content: '';
    position: absolute;
    top: 14px;
    right: 0;
    height: 70%;
    width: 70%;
    border-top: 1px solid #9D9D9D;
    border-right: 1px solid #9D9D9D;
}

.filial-page__arrow--prev {
    left: 0;
}

.filial-page__arrow--next {
    right: 0;
}

.filial-page__arrow--prev > div:before {
    transform: rotate(-135deg);
}

.filial-page__arrow--next > div:before {
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    .filial-page__header {
        flex-direction: column;
    }

    .filial-page__header__logo {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }

    .filial-page__header__logo img {
        width: 95%;
    }

    .filial-page__header__title {
        text-align: center;
    }

    .filial-page__slider .slick-slide {
        padding: 0 40px;
    }
}

/*Ð¡Ñ‚Ñ€Ð°Ð½Ð¸Ñ†Ñ‹ Ñ„Ð¸Ð»Ð¸Ð°Ð»Ð°*/

/*ÐœÐµÑ‚ÐºÐ¸ ÑÐ½Ð´ÐµÐºÑ ÐºÐ°Ñ€Ñ‚Ñ‹*/
.ymaps-2-1-78-svg-icon,
.ymaps-image-with-content {
    background-image: url("/upload/svgs/placemark.svg") !important;
}

/*ÐœÐµÑ‚ÐºÐ¸ ÑÐ½Ð´ÐµÐºÑ ÐºÐ°Ñ€Ñ‚Ñ‹*/

@media (max-width: 991px) {
    a.scroll-to-top {
        display: block !important;
    }

    .left_menu_1_custom {
        display: block !important;
    }

    .content-md {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .services_csm1__consult-form:before {
        content: unset;
    }
}

/*Ð¡Ñ…ÐµÐ¼Ð° Ð¿Ñ€Ð¾ÐµÐ·Ð´Ð° Ð½Ð° ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ðµ Ñ„Ð¸Ð»Ð¸Ð°Ð»Ð°*/
.filial-driving-direction {
    display: none;
}

.filial-driving-direction-inner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3001;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100vw;
    max-height: 100vh;
}

.filial-driving-direction__map {
    position: relative;
    max-width: 90vw;
    max-height: 60vh;
    width: 100%;
    height: 100%;
}

.contacts_adress__driveway-show {
    display: table-cell;
    text-decoration: underline;
    font-weight: 400;
    color: var(--site-color--green);
    cursor: pointer;
}

.filial-driving-direction__map-container {
    width: 100%;
    height: 100%;
}

/*Ð¡Ñ…ÐµÐ¼Ð° Ð¿Ñ€Ð¾ÐµÐ·Ð´Ð° Ð½Ð° ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ðµ Ñ„Ð¸Ð»Ð¸Ð°Ð»Ð°*/

/*ÐÐ´Ð°Ð¿Ñ‚Ð¸Ð² Ð¿Ñ€Ð°Ð²Ð¾Ð³Ð¾ Ð²Ð¸Ð´Ð¶ÐµÑ‚Ð°*/
@media screen and (max-width: 1300px) {
    .right-widget {
        justify-content: center !important;
    }

    .right-widget > span:last-child,
    .js-basket-block > .widget__text {
        transform: rotate(-90deg);
    }

    .right-widget > i:first-child,
    .right-widget > div:first-child,
    .right_dok .link > .js-basket-block > i:first-child {
        display: none !important;
    }
}

@media screen and (max-width: 1000px) {
    .right-widget > span:last-child {
        font-size: 11px;
        width: 80px;
    }
}

/*ÐÐ´Ð°Ð¿Ñ‚Ð¸Ð² Ð¿Ñ€Ð°Ð²Ð¾Ð³Ð¾ Ð²Ð¸Ð´Ð¶ÐµÑ‚Ð°*/

/*fancybox*/
.fancybox-wrap {
    /*top: 0 !important;*/
    /*left: 0 !important;*/
    /*height: 100vh !important;*/
    /*width: 100vw !important;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.fancybox-wrap .fancybox-inner {
    position: relative;
    /*height: unset !important;*/
}

.fancybox-wrap .fancybox-inner .text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    z-index: 100;
    padding: 200px 0;
}

.fancybox-wrap .fancybox-image {
    /*width: unset;*/
    /*height: unset;*/
}

.fancybox-nav .bg-theme-hover:hover {
    background-color: transparent;
}

/*fancybox*/

@media (max-width: 767px) {
    .banners-big.short-banner.big-banner_4 .slides {
        height: auto !important;
    }
}

/*ÐÐ´Ð°Ð¿Ñ‚Ð¸Ð² ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ Ñ€ÑƒÐºÐ¾Ð²Ð¾Ð´Ð¸Ñ‚ÐµÐ»Ñ*/
@media screen and (max-width: 991px) {
    .staff.item-views.list.staff-block.staff-block__custom .item .buttons {
        flex-direction: column;
        float: right !important;;
        padding-right: 20px;
    }

    .staff.item-views.list.staff-block.staff-block__custom .item .buttons .btn {
        margin-right: 0;
    }
}

@media screen and (max-width: 830px) {
    .staff.item-views.list.staff-block.staff-block__custom .item .properties {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .staff.item-views.list.staff-block.staff-block__custom .item .body-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .staff.item-views.list.staff-block.staff-block__custom .item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .staff.item-views.list.staff-block.staff-block__custom .item .image {
        margin: 0;
        padding: 0;
    }
}

/*ÐÐ´Ð°Ð¿Ñ‚Ð¸Ð² ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ Ñ€ÑƒÐºÐ¾Ð²Ð¾Ð´Ð¸Ñ‚ÐµÐ»Ñ*/

#bx-panel.bx-panel-fixed {
    max-width: 100vw;
}

/*Ð—Ð°Ð¼ÐµÐ½Ð° ÑÑ‚Ð¸Ð»ÐµÐ¹ ÑÑ‚Ð°Ñ€Ð¾Ð³Ð¾ Ð°ÐºÐºÐ¾Ñ€Ð´ÐµÐ¾Ð½Ð° (Ð²Ð¾Ð¿Ñ€Ð¾Ñ-Ð¾Ñ‚Ð²ÐµÑ‚)*/
.toogle-accordion section.toggle label {
    padding-left: 60px;
    border: none;
    border-radius: unset;
    background: #EDEEF1;
}

.toogle-accordion section.toggle label:before {
    content: '';
    right: unset;
    left: 25px;
    border: unset;
    border-bottom: 3px solid;
    border-right: 3px solid;
    border-color: var(--site-color--green);
    width: 13px;
    height: 13px;
    transform: rotate(
            45deg
    );
    margin-top: unset;
    top: calc(50% - 10px);
}

.toogle-accordion section.toggle.active label:before {
    border-color: #fff;
}

.toogle-accordion section.toggle label i.fa-minus,
.toogle-accordion section.toggle label i.fa-plus {
    display: none;
}

.toogle-accordion section.toggle.active .toggle-content {
    padding: 15px 30px;
}

/*Ð—Ð°Ð¼ÐµÐ½Ð° ÑÑ‚Ð¸Ð»ÐµÐ¹ ÑÑ‚Ð°Ñ€Ð¾Ð³Ð¾ Ð°ÐºÐºÐ¾Ñ€Ð´ÐµÐ¾Ð½Ð° (Ð²Ð¾Ð¿Ñ€Ð¾Ñ-Ð¾Ñ‚Ð²ÐµÑ‚)*/

/*Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ qr-ÐºÐ¾Ð´Ð° Ð½Ð° ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ðµ ÑÐ¾Ñ‚Ñ€ÑƒÐ´Ð½Ð¸ÐºÐ°*/
.staff_custom__qr--mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .staff_custom__qr--desktop {
        display: none;
    }

    .staff_custom__qr--mobile {
        display: flex;
        justify-content: center;
    }
}

/*Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ qr-ÐºÐ¾Ð´Ð° Ð½Ð° ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ðµ ÑÐ¾Ñ‚Ñ€ÑƒÐ´Ð½Ð¸ÐºÐ°*/

/*Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ð»ÐµÐ²Ð¾Ð³Ð¾ Ð¼ÐµÐ½ÑŽ*/
.sidebar_burger {
    display: none;
}

.left_menu_1_custom .submenu-wrapper:not(.selected) {
    height: 0;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .sidebar_burger {
        display: flex;
        flex-direction: column;
    }

    .sidebar_burger > .svg-inline-menu {
        transition: .4s;
        overflow: hidden;
    }

    .sidebar_burger:not(.opened) .cross {
        height: 0;
    }

    .sidebar_burger:not(.opened) .arrow {
        height: 8px;
        transition-delay: .4s;
    }

    .sidebar_burger.opened .arrow {
        height: 0;
    }

    .sidebar_burger.opened .cross {
        height: 16px;
        transition-delay: .4s;
    }

    .left_menu_1_custom .child:not(.active) > a {
        color: #00644C;
    }
}

/*Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ð»ÐµÐ²Ð¾Ð³Ð¾ Ð¼ÐµÐ½ÑŽ*/


/* ÑÐ»Ð°Ð¹Ð´ÐµÑ€ Ð½Ð° Ð´ÐµÑ‚Ð°Ð»ÑŒÐ½Ð¾Ð¹ ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ðµ ÑƒÑÐ»ÑƒÐ³Ð¸ */
.csm_custom__slider {
    /*max-height: 40vh;*/
    overflow: hidden;
    margin-top: 30px !important;
}

.csm_custom__slider .slides {
    display: flex !important;
}

.services_custom .banners-content {
    margin-top: 30px !important;
}

.csm_custom__slider__video-custom {
    display: flex;
    justify-content: center;
}

.csm_custom__slider .flex-prev,
.csm_custom__slider .flex-next {
    background-color: var(--site-color--green);
}

.csm_custom__slider .flex-direction-nav a.flex-next:before {
    background: url(/bitrix/templates/centino-heat/images/svg/Arrow_left_white_sm.svg) -0px 0px no-repeat;
    transform: rotate(180deg);
    top: 10px;
    left: 39%;
}

.csm_custom__slider .flex-direction-nav a.flex-prev:before {
    background: url(/bitrix/templates/centino-heat/images/svg/Arrow_left_white_sm.svg) -0px 0px no-repeat;
    top: 12px;
    left: 59%;
}

.csm_custom__slider .flex-direction-nav.opacity0 {
    opacity: 1 !important;
}

.csm_custom__slider iframe,
.csm_custom__slider video,
.csm_custom__slider .slides li > div {
    /*height: 100vh;*/
    /*max-height: 40vh;*/
    height: 100%;
}

@media screen and (max-width: 767px) {
    .csm_custom__slider {
        /*max-height: 22vh;*/
    }

    .csm_custom__slider iframe,
    .csm_custom__slider video,
    .csm_custom__slider .slides li > div {
        /*height: 100vh;*/
        /*max-height: 22vh;*/
    }

    .csm_custom__slider .flex-direction-nav {
        display: block;
    }
}

/* ÑÐ»Ð°Ð¹Ð´ÐµÑ€ Ð½Ð° Ð´ÐµÑ‚Ð°Ð»ÑŒÐ½Ð¾Ð¹ ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ðµ ÑƒÑÐ»ÑƒÐ³Ð¸ */

/* Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ñ‹Ðµ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ Ð½Ð° Ð³Ð»Ð°Ð²Ð½Ð¾Ð¹ ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ðµ ÐºÐ°Ñ‚Ð°Ð»Ð¾Ð³Ð° */

.catalog.cards_before_items {
    width: 100%;
}

.catalog_cards__wrapper {
    width: 100%;
    height: 100%;
}

@media (max-width: 900px) {
    .catalog_cards__wrapper {
        margin-top: 50px;
    }
}

.catalog_cards__row {
    width: 100%;
    display: flex;
    gap: 48px;
}

.catalog_card {
    width: 100%;
    display: flex;
    padding: 24px;
    border-radius: 16px;
    background-color: #E6EFED;

}

.catalog_card__left-part__icon__zagl {
    width: 86px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog_card__left-part {
    margin-right: 24px;
}

.catalog_card__right-part {
    font-size: 16px;
    line-height: 170%;
    color: #000000;
    width: 100%;
}

.catalog_card__right-part__headline {
    display: flex;
    justify-content: space-between;
}

.catalog_card__right-part__headline__text {
    font-weight: 600;
}

.catalog_card__right-part__headline__more {
    display:none;
}

.catalog_card__right-part__text {
    margin-top: 24px;
}

.catalog_card__right-part__text > .btn-on-order {
    display: block;
    margin-top: 16px;
    border-radius: 16px;
}

@media screen and (max-width: 900px) {
    .catalog_cards__row {
        flex-direction: column;
        gap: 16px;
    }

    .catalog_card__right-part__headline__more {
        display: block;
    }

    .catalog_card__left-part {
        display: none
    }

    .catalog_card__right-part__headline__text {
        font-size: 14px;
        font-weight: 700;
    }

    .catalog_card__right-part__text {
        font-size: 12px;
        line-height: 140%;
    }

    .catalog_card__right-part__text {
        display: none;
    }

    .catalog_card__right-part__headline__more {
        /*background-color: aquamarine;*/
    }

    .catalog_card__right-part__headline__more:before {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        transform: rotate(-135deg);
        border-left: 1px solid #000;
        border-top: 1px solid #000;
    }

    .catalog_card__right-part.active .catalog_card__right-part__headline__more:before {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        transform: rotate(45deg);
        border-left: 1px solid #000;
        border-top: 1px solid #000;
        margin-top: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
    .catalog.cards_before_items {
        padding-right: 55px;
    }
}

.svg-inline-basket > svg path {
    fill: #FFF !important;
}

.svg-inline-basket.svg-basket-white > svg {
    height: 30px;
    width: 30px;
}

.item-views.sections_4 > .items {
    flex-direction: row;
    gap: 50px;
}

.item-views.sections_4 .items > div  {
    margin: 50px 0;
}

.item-views.sections_4 .items .item {
    overflow: hidden;
    border: none;
    margin: 0;
    box-shadow: none;
    transition: none;
    padding: 24px;
    text-align: center;
    height: 100%;
    background: #08644C;
    border-radius: 16px;
    color: #FFF;
    display: flex;
    font-size: 16px;
    line-height: 170%;
    transition: all 0.3s ease;
}

.item-views.sections_4 .items .item:hover {
    background: #0B7458;
    cursor: pointer;
    transition: all 0.3s ease;
}

.item-views.sections_4 .items .item-container.main-item .item {
    flex-direction: row;
    gap: 24px;
}

.item-views.sections_4 .items .item-container.secondary-item .item {
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.item-views.sections_4 > .items .item-container.main-item {
    width: 65%;
}

.item-views.sections_4 > .items .item-container.secondary-item {
    width: 35%
}

.item-views.sections_4 .item-container.main-item .item .text-content__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.item-views.sections_4 .item-container.main-item .item .text-content__description {
    margin-top: 10px;
}

.item-views.sections_4 .item-container.secondary-item .item .text-content__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.item-views.sections_4 .item-container.main-item .item .text-content__container .text-content__move-on {
    margin-top: 24px;
    font-weight: 600;
}

.item-views.sections_4 .item-container.secondary-item .item .text-content__container .text-content__move-on {
    align-self: center;
}

.item-views.sections_4 .item-container .item .text-content__container .text-content__name,
.item-views.sections_4 .item-container .item .text-content__container .text-content__move-on {
    font-weight: 600;
    display: flex;
}

@media (max-width: 900px) {
    .item-views.sections_4 > .items {
        flex-direction: column;
        gap: 24px;
    }

    .item-views.sections_4 .items > div {
        margin: unset;
    }

    .item-views.sections_4 .items > div:first-child {
        margin-top: 50px;
    }

    .item-views.sections_4 .items .item {
        overflow: hidden;
        padding: 24px;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .item-views.sections_4 > .items .item-container.main-item,
    .item-views.sections_4 > .items .item-container.secondary-item{
        width: 100%;
    }

    .item-views.sections_4 .items .item-container.main-item .item {
        flex-direction: column;
    }

    .item-views.sections_4 .item-container.main-item .item .text-content__container {
        align-items: center;
        text-align: unset;
    }

    .item-views.sections_4 .item-container.main-item .item .text-content__description {
        font-size: 14px;
        line-height: 170%;
        font-weight: 300;
    }

    .item-views.sections_4 .item-container.secondary-item .item .text-content__container .text-content__move-on {
        margin-top: 24px;
    }
}

@media(max-width: 767px){
    .item-views.sections_4 .items.flexbox {
        display: flex;
    }
}

.item-views.sections_5 > .items {
    flex-direction: row;
    gap: 48px;
}

.item-views.sections_5 .items > div  {
    margin: 50px 0;
}

.item-views.sections_5 .items .item {
    overflow: hidden;
    border: none;
    margin: 0;
    padding: 24px;
    text-align: center;
    height: 100%;
    background: #FFF;
    border-radius: 8px;
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 170%;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}

.item-views.sections_5 .items .item .img__container .img-responsive {
    display: block;
    max-width: 100%;
    width: 100%;
    max-height: 230px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.item-views.sections_5 .items .item:hover {
    background: #f0f0f0;
    color: #08644C;
    cursor: pointer;
    transition: all 0.3s ease;
}

.item-views.sections_5 .items .item .img__container {
    position: relative;
}

.item-views.sections_5 .items .item .img__container > .img__hover {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #025A45;
    opacity: 0.5;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.item-views.sections_5 .items .item:hover .img__container > .img__hover {
    transition: all 0.3s ease;
    display: block;
}

.item-views.sections_5 > .items .item-container {
    width: 100%;
}

.item-views.sections_5 .item-container .item .text-content__container {
    margin-top: 36px;
    height: 100%;
    width: 100%;
}

.item-views.sections_5 .item-container .item .text-content__container .text-content__name {
    font-weight: 600;
}

@media (max-width: 900px) {
    .item-views.sections_5 > .items {
        flex-direction: column;
        gap: 24px;
    }

    .item-views.sections_5 .items > div {
        margin: unset;
    }

    .item-views.sections_5 .items > div:first-child {
        margin-top: 50px;
    }

    .item-views.sections_5 .items .item {
        overflow: hidden;
        padding: 24px;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: row;
        gap: 24px;
    }

    .item-views.sections_5 .items .item .img__container {
        width: 50%;
    }

    .item-views.sections_5 .items .item .img__container .img-responsive {
        height: 100%;
    }
}

@media(max-width: 767px){
    .item-views.sections_5 .items.flexbox {
        display: flex;
    }
}

@media(max-width: 567px) {
    .item-views.sections_5 .items .item {
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .item-views.sections_5 .items .item .img__container {
        width: 100%;
    }

    .item-views.sections_5 .item-container .item .text-content__container {
        margin-top: 24px;
        margin-bottom: 12px;
    }
}

.buy_block.lg.clearfix.product_add-button__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.basket_detail_bottom-inner .buy_block.lg.clearfix.product_add-button__container {
    flex-direction: row;
}

.basket_detail_bottom-inner .buy_block.lg.clearfix.product_add-button__container .counter {
    padding: 0;
}

.buy_block.lg.clearfix.product_add-button__container > .buttons {
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
    padding-left: 0;
}

.basket_detail_bottom-inner .buy_block.lg.clearfix.product_add-button__container > .buttons {
    margin: 0;
    margin-left: 12px;
}

.buy_block.clearfix.product_add-button__container {
    width: 100%;
}

.catalog.item-views .item .buy_block.clearfix.product_add-button__container > .counter {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
}

.buy_block.clearfix.product_add-button__container > .buttons:first-child(span) {
    width: 100%;
    margin-top: 10px;
}

@media (max-width: 1125px) and (min-width: 991px) {
    .basket_detail_bottom-inner .buy_block.lg.clearfix.product_add-button__container {
        flex-direction: column;
    }
    .basket_detail_bottom-inner .buy_block.lg.clearfix.product_add-button__container > .buttons {
        margin: 12px 0 0 0;
    }
    .basket_detail_bottom-inner .buy_block.lg.clearfix.product_add-button__container .counter {
        width: 100%;
    }
}

@media (max-width: 810px) and (min-width: 768px) {
    .basket_detail_bottom-inner .buy_block.lg.clearfix.product_add-button__container {
        flex-direction: column;
    }
    .basket_detail_bottom-inner .buy_block.lg.clearfix.product_add-button__container > .buttons {
        margin: 12px 0 0 0;
    }
    .basket_detail_bottom-inner .buy_block.lg.clearfix.product_add-button__container .counter {
        width: 100%;
    }
}


.news-list--docs.active .news-list--docs__show-all { display:none; }

.news-item.news-item-custom {
    display: flex;
    gap: 40px;
    align-items: center;
    background-color: #F6F7FA;
    padding: 24px 22px;
    border-radius: 8px;
}

.news-item-custom .preview_picture {
    width: 46px;
    height: 46px;
}

.news-item-custom .document__title a {
    color: #000;
    text-decoration: underline;
}

.news-list--docs {
    border-radius: 8px;
}

.document__button {
    display: flex;
    gap: 8px;
    align-items: center;
}

.document__info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.document__text_link {
    color: #000;
    text-decoration: underline;
}

.document__text {
    color: #616262;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .item-views.list .catalog__items .foot {
        width: 190px;
    }
}

@media (max-width: 550px) {
    .catalog.item-views.list .catalog__items .item {
        padding: 16px;
    }
}
@media (max-width: 357px) {
    .catalog.item-views.list .catalog__items .item .buy_block .counter {
        max-width: unset;
    }
    .catalog.item-views.list .catalog__items .item .buy_block {
        white-space: unset;
    }
}

.without-nds {
    margin-top: 8px;
    color: #929595;
    padding-right: 5px;
    font-size: 14px;
}



/* End */


/* Start:/bitrix/templates/centino-heat/css/responsive.css?175075553599011*/
@media (max-width:1510px){
	.header-v5 .confirm_region, .header-v6 .confirm_region, .header-v6 .confirm_region, .header-v6 .confirm_region{left:0px;margin-left:0px;}
	.header-v5 .confirm_region:after, .header-v5 .confirm_region:before,
	.header-v6 .confirm_region:after, .header-v6 .confirm_region:before{left:20px;}
}

@media (min-width:1411px){
	.header-v4 .with_regions .search_wr{width:18%;}
	.header-v9 .with_regions .search_wr{width:15%;}
}

@media (max-width:1410px){
	.addr{width:24%;float:left !important;}
	.logo-row .search_wr.with_burger{width:22%;}
	.with_regions .slogan{display:none !important;}
}

@media (min-width:1360px){
	.banners-small .item.wide-block .inner-item{padding-left:0px;}
}

@media(max-width: 1300px){
	.header_1 .top-block .maxwidth-theme .top_menu_wrapper .slogan {display: none;}
	.header_1 .top-block .maxwidth-theme .top_menu_wrapper .logo-block {width: 27%;}
	.header_1 .top-block .maxwidth-theme .top_menu_wrapper > .address {width: 35%;}
	.header_1 .top-block .top-block-item .phone {min-width: 150px;}
	.header_1 .top-block .maxwidth-theme .top_menu_wrapper .phone.with_dropdown > svg {right: 2px;}
}
@media(max-width: 1150px){
	.header_1 .top-block .maxwidth-theme .top_menu_wrapper .phone.with_dropdown > svg {right: 0px;}
	.header_1 .top-block .top-block-item .phone:hover {min-width: 190px;}
}


@media (min-width:992px) and (max-width:1350px){
	.tabs_ajax .catalog.item-views.table .item .buy_block .counter, .tabs_ajax .catalog.item-views.table .item .buy_block .buttons {float:none;}
	.tabs_ajax .catalog.item-views.table .item .buy_block .buttons {margin-left: 5px;}
	.tabs_ajax .body-block .catalog.item-views.table .flexslider .slides{padding-bottom:107px;}

	#headerfixed .inner-table-block{padding:0px 19px;}
	.catalog.sections .row_block .item .image{width: 120px;height: 120px;line-height: 116px;}
	.catalog.sections .row_block .item .info{padding-left: 150px;}
	.catalog.sections .item.right .info{padding-right: 150px;padding-left:0px;}

	.catalog .bx_filter_button_box .bx_filter_parameters_box_container{text-align:center;}
	.catalog .bx_filter_button_box .bx_filter_parameters_box_container .btn{margin:0px 5px 10px;}
}
@media (max-width:1300px){
	.logo-row.v1 > .search{width:24%;}
}
@media (max-width: 1200px) {
	.services_right_block {display: none;}
	.services_left_block {width: 100%;}
	.text_after_items_services {width: 95%;}
}

@media (max-width:1280px){
	#headerfixed .inner-table-block.phones{padding:0px;}
	.mega_fixed_menu .mega-menu table td.unvisible{width:33%;}
	.logo-row .search_wr{margin-left:4%;}
	.with_regions .logo-row .search_wr{width:29%;}

	.logo-row .search_wr.with_burger{margin-left:2%;}
	.logo-row .slogan.with_burger{margin-left:3%;}
	.logo_and_menu-row .with_burger .phone-block .inner-table-block{padding-left: 12px;padding-right: 12px;}
	.logo-row .search_wr.with_burger{width:29%;}

	.header-v3 .with_regions .logo_and_menu-row .right-icons.wide .wrap_icon > a, .header-v3 .with_regions .logo_and_menu-row .right-icons.wide .wrap_icon > button{padding-left:11px;}
	header.with_regions .top-block .address{max-width: 139px;}
}

@media (min-width:1200px){
	section.page-top .container{width:1140px;}
	.flex-direction-nav, .flex-control-nav{display:block;}
	.instagram_ajax .instagram{min-height: 328px;}
	.profit-front-block > div:nth-child(5n){clear:left;}

	/*h1 type5*/
	.title-v5 .reviews.list-type-block.item-views .group-content .items.row{margin-top:0px;}
	.title-v5 .reviews.list-type-block.item-views .group-content .items.row .item{margin:0px !important;border:none !important;}
	.title-v5 .reviews.list-type-block.item-views .group-content .items.row .item:hover{background:none !important;}

	body.fill_bg_y.title-v5 > .body:not(.index) > .main, body.fill_bg_y.title-v5 > .body:not(.index) > .main .container > .row > .maxwidth-theme, body.fill_bg_y.title-v5 .sidearea .maxwidth-theme{background:#efefef;}
	body.fill_bg_y.title-v5 .page-top-wrapper.color{z-index:2;}
	body.fill_bg_y.title-v5 .content-md > .right_block{z-index: 3;position: relative;}

	body.hide_title_page.fill_bg_n.title-v5{background:#fff !important;}
	body.hide_title_page.title-v5 .content-md > .right_block{margin-top:0px;padding:0px;box-shadow:none;}
	body.hide_title_page.title-v5 .content-md > .right_block{/*background:#f3f3f3;*/}
	body.hide_title_page.title-v5 .page-top-wrapper.color{padding:0px;}
	body.hide_title_page.title-v5 .contacts-v5 .contacts-page-top{padding-top:0px;margin-top: -12px;}

	body.title-v5 .content-md > .right_block > .content-md{background:#f3f3f3;}
	body.title-v5.virtual_menu .col-md-12.content-md > .right_block{background:#f3f3f3;padding:0px;margin:0px;box-shadow:none;}
	body.fill_bg_y.title-v5.wide_page > .body:not(.index) > .main{background:#fff;}
	.title-v5 .detail .introtext.wides{margin-right:-30px;margin-left:-30px;}
	.title-v5 .detail .wide-wrapper{background: #fbfbfb;border: 1px solid #ebebef;margin:0px -30px 50px;border-top-width:0px;}
	.title-v5 .detail .wide-wrapper .order-block{background:none;border:none;margin:0px;}

	.title-v5 .breadcrumb>li+li:before{color:#fff;opacity:0.4;}

	.title-v5 .container.with_error .right_block + .page404{padding: 0px 30px;margin: -50px 0px 0px;background:#fff;}
	.title-v5 .container .detail .period-wrapper + .image-wide{margin-top:0px;}

	body.fill_bg_y.title-v5 .contacts-page-top>.maxwidth-theme{padding-top:0px;}

	footer.ext_view .soc-block{padding-right:50px;}

}
@media (max-width:1169px){
	a.scroll-to-top:not(.TOUCH){left:50%;margin-left: 421px;right: inherit;}
	.logo-row .top-description{padding-left:0px;}
	.wrap-portfolio-front .row .inner-wrapper-text.small .title{font-size:26px;}
	.logo-row.v1 > .search{width:23%;display:none !important;}
	.header-v7 .logo_and_menu-row .search_wrap{width:28.2%;}
}

@media (max-width:1124px){
	.top-block .social-icons li a{width:30px;}
}

@media (max-width:1100px){
	#headerfixed .inner-table-block{padding:0px 15px;}
	.top-block .top-block-item  .inline-search-show>span{display:none;}
}

@media (max-width:1025px){
	a.scroll-to-top:not(.TOUCH){margin-left:0;left:inherit;right:38px;}

	.header-v3 .logo_and_menu-row .callback-block{font-size:12px;}
	.header-v3 .logo_and_menu-row .phone a{font-size:13px;}
}

@media(max-width: 1280px) {
	.header_2 .logo-row .maxwidth-theme .slogan .top-description {padding-left: 10px;}
	.header_2 .logo-row .maxwidth-theme > .slogan .menu-row .table-menu .menu-item .wrap > a {padding: 0px 15px;}
}
@media(max-width: 1200px) {
	.header_2 .logo-row .maxwidth-theme .slogan .slogan {display: none;}
	.header_2 .top-block .maxwidth-theme .top_menu_wrapper .info > .top-block-item.address {padding-right: 25px;}
	.wide_menu .wrap .dropdown-menu .li_container .row > li .menu_img {display: none;}
}
@media(max-width: 1105px) {
	.header_2 .top-block .maxwidth-theme .top_menu_wrapper .info > .top-block-item.address {display: none;}
	.header_2 .top-block .maxwidth-theme .top_menu_wrapper .info > .phone {width: 100%;}
	.header_2 .top-block .maxwidth-theme .top_menu_wrapper > .col-md-5 {width: 60%;}
}

@media (pointer:fine) {
    #headerfixed .logo-row.v2 .burger:hover .site_map_wrapper {display: block;max-height: 85vh;
    overflow: auto;}
}

@media (pointer:coarse) {
    #headerfixed .logo-row.v2 .burger .site_map_wrapper.open {display: block;max-height: 85vh;
    overflow: auto;}
    #headerfixed .dark_hover.open {display: block;}
}
@media (max-width: 991px){
	.banners-big .item  .img {display: none;}
	.banners-big .slides .shown .text .inner{
		width: 100%;
		padding-top: 0px;
	}
	.banners-big.big-banner_4 .slides.main_slide {
		margin-bottom: 20px;
		padding-left: 16px;
	}
	body.with_banners.narrow_menu .banners-content {margin-top: 0px;}
	.banners-big.short-banner.big-banner_4 .slides .text {
		display: flex;
	    align-items: center;
	    justify-content: center;
	    padding: 20px 16px;
	}
	.banners-big.big-banner_4 .slides.main_slide {padding-left: 0px;}
	.right_top_slides {padding-left: 0px;}
	.banners-big.big-banner_4 .maxwidth-banner .maxwidth-theme {padding: 0!important;}
	.banners-big.big-banner_4 .slides.main_slide {padding-right: 0px;}
	.banners-big.big-banner_4 .slides .text .inner {
		padding-top: 0px;
		padding-left: 50px;
	}
	.BIG_BANNER_INDEX .banners-big.short-banner.big-banner_4 .slides .text .text-block {
		max-width: unset;
	}
	.contacts_1 .left_contact_block {margin-bottom: 32px;}
	.contacts_1 .bottom_block .licence_block {margin-bottom: 32px;}
	.front_projects_10 .text-block {margin-bottom: 25px;}
}
@media (min-width: 767px) and (max-width: 991px){
    .banners-big.big-banner_4 .maxwidth-banner .maxwidth-theme:not(.block) {height: unset;}
}
@media (max-width: 767px){
	.banners-big.short-banner.big-banner_4 .slides {
		padding: 0px 10px;
	    overflow: hidden;
	    height: 500px;
	    width: 100%;
	}

	.banners-big.short-banner.big-banner_4 .maxwidth-theme.block {
		padding: 0px!important;
	}
	.banners-big.short-banner.big-banner_4 .slides .text {
		height: 500px;
	}
	.right_top_slides {
	    width: 100%;
	}
	.right_top_slides .bottom_slide_left > .row {padding-right: 0px;margin-bottom: 20px;}
	.right_top_slides .bottom_slide_right > .row {padding-left: 0px;}
	.tizers_block3 .row > div{
		padding: 0px;
	}
	.tizers_block3 .item {
	    flex-direction: row;
	    padding: 35px 16px;
	}
	.tizers_block3 .item .title {
	    padding: 0px 20px;
		margin: auto 0;
	}
	.tizers_block3 .row div:last-child {
		padding-bottom: 0;
	}
	.staff-block .body-info {max-width: 100%;}
}

@media (max-width: 767px){
	.banners-big.short-banner.big-banner_4 .flexslider-init .slides {
		display: flex;
	}
	.banners-big.short-banner.big-banner_4 .slides {
		padding: 0px;
	}
	.banners-big.big-banner_4 .slides .bunner_buttons {
		min-width: auto;
	}
}
@media (max-width: 430px){
	body.all_title_2 .banners-big.long-banner .slides .text .title, body.all_title_2 .banners-big.short-banner.big-banner_4 .slides .text .title {
	    font-size: 1.2em;
	    line-height: 22px;
	    padding-bottom: 7px;
	}
	.BIG_BANNER_INDEX .banners-big .slides .text .text-block, .BIG_BANNER_INDEX .banners-big .slides .text .text-block b {
	    line-height: 18px;
	}
	.BIG_BANNER_INDEX .banners-big .slides .text .btn {
		padding-top: 7px;
	    padding-bottom: 6px;
	    font-size: 0.9335em;
	}
	.banners-big.short-banner.big-banner_4 .slides .text, .banners-big.short-banner.big-banner_4 .slides {
		height: auto;
	}
	.banners-big.long-banner .slides > li > div {
		height: 100%;
	}

}
@media (max-width: 991px){
	.TEASERS_INDEX .row {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
}

@media (max-width: 430px){
	.TEASERS_INDEX .maxwidth-theme .tizers.tizers_block2 .row > div, .TEASERS_INDEX .maxwidth-theme .tizers.tizers_block2 .item{width: 100%;}
	.TEASERS_INDEX .maxwidth-theme .tizers.tizers_block2 .tizer_value {display: none;}
	.TEASERS_INDEX .maxwidth-theme .tizers.tizers_block2 .item .title{padding: 0px 0px 0px 0px;}
}
@media (max-width: 627px){
	.TEASERS_INDEX .maxwidth-theme .tizers.tizers_block2 .tizer_value{
	min-width: 120px;
}
.TEASERS_INDEX .maxwidth-theme .tizers.tizers_block2 .row{
	flex-direction: column;
}}

@media (max-width: 640px){
	.float-banners-without-text .wrap_tizer .wr_block {
	    padding: 6px 0 6px 0;
	}
}
@media (min-width: 640px) and (max-width: 715px){
	.float-banners-without-text .float-banners.v1 .item .wrap_tizer .wrapper_inner_tizer{
		width: 100%;
	}
}
@media (min-width: 530px) and (max-width: 640px){
	.float-banners-without-text .float-banners.v1 .item .wrap_tizer .wrapper_inner_tizer{
		width: 280px;
	}
	.float-banners.v1 .item .wrap_tizer .wr_block.price {
    	display: none;
	}
}
@media(max-width: 700px){
	.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-arrow {display: none;}
}
@media(max-width: 800px){
	.FLOAT_BANNERS_INDEX .blocks.front-services_new .title_block.row .title span {
		margin: 18px 0px;
    	padding-bottom: 7px;
	}
	.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .text {text-align: left;}
}
@media(max-width: 500px){
	.FLOAT_BANNERS_INDEX .blocks.front-services_new .title_block.row .title span {padding-bottom: 4px;    margin-top: 10px;}
	.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .text .preview_text {max-height: 45px;}
	.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .text {text-align: left;}
	.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .text .foot .slice_price {height: unset!important;}
}
@media(max-width: 1200px) and (min-width: 900px){
    .float_banners_v1 .items > div {width: 33.3%;}
}
@media(max-width: 900px) and (min-width: 768px){
    .float_banners_v1 .items > div {width: 50%;}
}
@media(max-width: 1100px) {
    .float_banners_v3 .items.row .item {padding: 25px 20px 33px 30px;}
    .float_banners_v3 .items.row .item .img {position: relative;}
    .float_banners_v3 .items.row .item .text-wrapper {padding-left: 0px;margin-top: 25px;}
    .float_banners_v3 .items.row .item .text-wrapper .childs {margin-bottom: 0px;}
}
@media(max-width: 767px){
	.banners-big .maxwidth-banner .maxwidth-theme:not(.block){
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
}
@media(max-width: 991px){
	.banners-big .maxwidth-banner .maxwidth-theme:not(.block){
	    display: flex;
	    justify-content: center;
        height: 100%;
	}
}

@media (max-width: 991px){
	.small_banners_mix.item-views.table-elements .item .image{
		margin: 20px auto;
	}
	.small_banners_mix.item-views.table-elements .item .image {
		max-width: 100%;
}}

@media (max-width: 767px){
.item-views.services-items .menu li span {
    display: block;
    padding: 15px 25px;
}
}
@media(max-width: 768px){
	.tizers_block3 .row {padding-bottom: 35px;}
}
@media(max-width: 500px){
	.tizers_block3 .item .item-wrap {display: inline-block;*width: 25%;}
	.tizers_block3 .item .item-wrap .item {padding: 0px;height: 100%;
    display: flex;
    align-items: center;}
    .tizers_block3 .item .item-wrap .item .image {margin-bottom: 0px;display: flex;}
	.tizers_block3 .item .title {padding-left: 0px;}
}
@media (max-width: 991px){
.TEASERS_INDEX .tizers_block3 {
        padding: 50px 0 21px;
}
}
@media (max-width: 991px){
	.item-views.services-items.type_1.front .row .right_wrap.col-md-9.col-sm-8{
		padding-right: 32px;
	}
	.item-views.services-items.type_1 .items .item .image{
		float: none;
	}
	.item-views.services-items.type_1 .items .item .body-info{
		padding: 30px 0 0 0;
	}
}
@media (max-width: 740px){
	.subscribe-block-wrapper .subscribe-btn{
		position: relative;
	}
	.item-views.table-elements .item .image img{
		/*width: auto;*/
	}
}


@media (min-width: 992px) and (max-width: 1200px){
	.STAFF_INDEX .staff .item .info {
		margin: 0;
		width: 100%;
		max-width: 100%;
}}
@media (max-width: 991px) {
    .COMPANY_INDEX .company-front.flexbox {flex-direction: column;margin-top: 30px!important;}
    .COMPANY_INDEX .flexslider {margin-top: 30px!important;}
}

@media (max-width: 490px){
	.COMPANY_INDEX .wrap_block_company .company_forms{
		 flex-direction: column;
		 margin: 0;
	}
	.COMPANY_INDEX .wrap_block_company .company_form.form2{
		padding: 20px 10px 10px 30px;
	}
}
@media (max-width: 991px){
	.COMPANY_INDEX .company-front .link_company{
    	right: 65px;
}}
@media (max-width: 400px) {
	.REVIEWS_INDEX .review1 .reviews.item-views.slider .item .quote {display: none;}
}
@media(max-width: 600px) {
	.review2 .item-views.slider .item .preview-text-wrapper .quote {display: none;}
}
@media(max-width: 500px) {
	.review2 .item-views.slider .item .table_block .text {display: block;margin-top: 25px;padding-left: 0px;}
}
@media (max-width: 991px){.nav-direction{display: none;}}
@media(max-width: 767px) {
	body .container .item-views.blocks .title_block h3 {font-size: 24px;line-height: normal!important;margin-bottom: 12px;padding-bottom: 10px;}
	body .container .item-views.blocks .title_block .right_link_block {margin-top: 11px;}
}
@media (max-width: 530px) {
	.front_projects_1 .item-views.table-elements .item .image img {width: 100%;max-height: unset;}
}
@media (min-width: 615px) {
	.front_projects_1 .item-views.table-elements .item:not(.big) .image img {width: auto;max-height: unset;}
}

@media (min-width: 1200px){
	.front_projects_1 .item-views.table-elements .item:not(.big) .image img {width: 100%;height: unset;}
}
@media(max-width: 1200px){
    .front_projects_2 .portfolio.item-views .top_wrapper_block .row > div {
        width: 33.33333%;
    }
}
@media(max-width:900px){
    .front_projects_2 .portfolio.item-views .top_wrapper_block .row > div {
        width: 50%;
    }
}
@media(max-width:600px){
    .front_projects_2 .portfolio.item-views .top_wrapper_block .row > div {
        width: 100%;
    }
}
@media (max-width:600px){

	.front_projects_4 .news_block .item.big .info .name {width: 100%;}
	.front_projects_4 .item-views.table-elements.portfolio .item .image.big_image img {width: auto;}
	.front_projects_4 .news_block .flexbox > div {margin-bottom: 20px;}
}
@media (min-width:550px and max-width:767px){
	.front_projects_4 .col-md-3.col-xs-12 {width: 50%;}
}
@media (max-width:600px){

	.front_projects_5 .news_block .item.big .info .name {width: 100%;}
	.front_projects_5 .item-views.table-elements.portfolio .item .image.big_image img {width: auto;}
	.front_projects_5 .news_block .flexbox > div {margin-bottom: 20px;}
}
@media (min-width:550px and max-width:767px){
	.front_projects_5 .col-md-3.col-xs-12 {width: 50%;}
}
@media (max-width: 680px){
	.subscribe_overlay .text_block{
		margin-left: -45%;
	}
	.subscribe_overlay .close_btn{
		left: auto;
		right: 5%;
		margin-left: 0px;
	}

}
@media (max-width:600px){

	.front_projects_6 .news_block .item.big .info .name {width: 100%;}
	.front_projects_6 .item-views.table-elements.portfolio .item .image.big_image img {width: auto;}
	.front_projects_6 .news_block .flexbox > div {margin-bottom: 20px;}
}
@media (min-width:550px and max-width:767px){
	.front_projects_6 .col-md-3.col-xs-12 {width: 50%;}
}
@media (max-width:600px){

	.front_projects_7 .news_block .item.big .info .name {width: 100%;}
	.front_projects_7 .item-views.table-elements.portfolio .item .image.big_image img {width: auto;}
	.front_projects_7 .news_block .flexbox > div {margin-bottom: 20px;}
}
@media (min-width:550px and max-width:767px){
	.front_projects_7 .col-md-3.col-xs-12 {width: 50%;}
}
@media(min-width:768px) and (max-width:1200px) {
    .front_projects_7 .news_block .item.big .info .name {width: 100%;}
	.front_projects_7 .news_block .item.big .info {height: 104px;}
}
@media(min-width: 430px) and (max-width: 767px) {
	.front_projects_8 .items .item .img {height: 400px;}
	.front_projects_8 .items .item .img .img_block {background-repeat: no-repeat;background-size: cover;}
}
@media (max-width: 991px) {
	.INFOBLOCK_INDEX .item-views .item .form_text {padding: 0px 100px;text-align: center;}
	.INFOBLOCK_INDEX .item-views .item .img {display: none;}
}
@media (max-width: 767px) {
	.INFOBLOCK_INDEX .item-views .item .form_text {padding: 0px 30px;}
	.INFOBLOCK_INDEX .item-views .item .form_text .title {font-size: 1.4665em;}
	.INFOBLOCK_INDEX .item-views .item .form_text .description {line-height: 20px;font-size: 0.8667em;}
}
@media (max-width: 500px) {
	.INFOBLOCK_INDEX .item-views .item .form_text .buttons {display: flex;flex-direction: column;}
	.INFOBLOCK_INDEX .item-views .item .form_text .button_1 {margin: 0 0px 10px 0;}
	.INFOBLOCK_INDEX .item-views .item .form_text .button_2 {margin-right: 0px;}
	.INFOBLOCK_INDEX .item-views .item .form_text .btn {width: 100%;max-width: 200px;}

	.REVIEWS_INDEX .review1 .reviews.item-views.slider .item {padding: 33px 25px 31px 31px;}
}
@media(max-width: 1200px) {.SLIDER_INDEX .slider_mainpage {width: 90%;margin-left: 5%;}}
@media(max-width: 700px){
	.CATALOG_INDEX .slider_catalog .slick-slider .slick-arrow {display: none;}
}
@media(max-width: 1199px){
	.CATALOG_INDEX .slider_catalog .slick-slider.with_market_block {width: 66%;}
	.CATALOG_INDEX .slider_catalog .market_block {width: 33.3%;}
	.CATALOG_INDEX .slider_catalog .slick-slider.with_market_block .slick-arrow {margin-right: -50.6%;}
}
@media(max-width: 845px){
	.CATALOG_INDEX .slider_catalog .slick-slider.with_market_block {width: 100%;}
	.CATALOG_INDEX .slider_catalog .market_block {display: none;}
	.CATALOG_INDEX .slider_catalog .slick-slider.with_market_block .slick-arrow {margin-right: unset;}
}
@media(max-width: 450px){
    .CATALOG_INDEX .slider_catalog .slick-slider.with_market_block .slick-arrow {display: none!important;}
}

@media (max-width: 767px){
    .instagram_ajax .instagram .row .item.col-md-4 {*width: 50%;}
    .instagram_ajax .item-views.blocks .right_link_block {margin-top: 0px;}
}
@media (max-width: 470px){
    .instagram_ajax .instagram .row .item.col-md-4 {*width: 100%;}
}
@media(min-width: 1200px) {
    .bx-yandex-view-layout.front_map .pane_info_wrapper .pane_info {
        width: 25%;
        padding-right: 32px;
        background: unset;
    }
    body.all_title_2 .bx-yandex-view-layout .pane_info_wrapper .pane_info .title_block {background: #fff;}
    .bx-yandex-view-layout .pane_info_wrapper .pane_info .info_block {background: #fff;}
}
@media(max-width: 991px){
	.staff.item-views.list.staff-block .item .buttons {
		flex-direction: row;
		float: left!important;
	}
}
@media(min-width: 500px) {
	.text_before_items.catalog {width: 90%;}
}
@media(max-width: 500px){
	.popular_container .slick-slider .slick-list {margin-bottom: 0px; padding-bottom: 190px;}
}
@media(max-width: 700px){
	.popular_container .slick-slider .slick-arrow {display: none;}
}
@media(max-width: 1199px){
	.popular_container .slick-slider.with_market_block {width: 66%;}
	.popular_container .market_block {width: 33.3%;}
	.popular_container .slick-slider.with_market_block .slick-arrow {margin-right: -50.6%;}
}
@media(max-width: 845px){
	.popular_container .slick-slider.with_market_block {width: 100%;}
	.popular_container .market_block {display: none;}
	.popular_container .slick-slider.with_market_block .slick-arrow {margin-right: unset;}
}
@media(max-width: 450px){
    .popular_container .slick-slider.with_market_block .slick-arrow {display: none!important;}
}

/* MORE THAN SM - MD/LG */
@media (min-width:992px){
	.front_projects_1 .item-views.table-elements .item:not(.big) .image img {width: unset;height: 100%;}
	.wrap_block_company .description{
		width: 50.5%;
	}
	.item-views.services-items .right_wrap {
	    width: 71%;
	    padding: 2px 22px 0px 14px;
	}

	.item-views.services-items.type_1 .left_block .all {
	    display: none;
	}

	.item-views.services-items .left_wrap{
		width: 27%;
	}
	.mixed_banners > .row > div.big_banners_block {
		width: 74.8%;
		padding-left: 10px;
	}
	.mixed_banners > .row > div.middle_banners_block {
	    width: 24.3%;
	    margin-left: 0.9%;
	}
	.mixed_banners.mixed_plus_bunners.padding-banner-block .text .text-block{
		width: 402px;
	}
	.float-banners-without-text .float-banners.v1 .item_high, .float-banners-transform .float-banners.v1 .item_high {
		height: 340px;
		margin: 0px;
	}
	.banners-big .slides .shown .text .inner{
		max-width: 500px;
	}
	.banners-big.long-banner .slides .shown .text .inner{max-width: 100%;}
	.BIG_BANNER_INDEX .banners-big.long-banner .slides .text .inner .text-block {max-width: unset;z-index: 1;}
	.banners-big.long-banner.long-banner .flexslider,.banners-big.long-banner .slides .text, .banners-big.long-banner .slides, .banners-big.long-banner .slides > li {*height: 645px;}
	.banners-big.long-banner .slides .text .inner {padding-left: 120px;}
	.banners-big.long-banner.long-banner.big-banner_3 .flexslider,.banners-big.long-banner.big-banner_3 .slides .text, .banners-big.long-banner.big-banner_3 .slides, .banners-big.long-banner.big-banner_3 .slides > li {min-height: 500px;}
	.banners-big.long-banner.big-banner_3 .slides .text .inner {padding-left: 155px;}
	.banners-big.long-banner.big-banner_3 .slides .shown .text .inner{max-width: 630px;padding-top: 120px;}
	.banners-big .maxwidth-banner .maxwidth-theme.flexslider {padding: 0px 40px!important;}
	.banners-big.short-banner.big-banner_4 .slides .text .inner {
	    padding-left: 30px;
		padding-top: 90px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.banners-big.short-banner.big-banner_4 .slides .text, .banners-big.short-banner.big-banner_4 .slides {
	    height: 500px;
	}

	.banners-big.long-banner .slides .righttext .text .inner {padding-left: 10px;padding-right: 120px;}
	.STAFF_INDEX .staff .item .info {
		width: 244px;
	}
	.STAFF_INDEX .staff.item-views .item:hover .text{
		color: white;
		font-size: 0.9em;
		display: block;
		margin-bottom: 0;
		line-height: 1.45em;
	}
	.jump_block .item{
	    top: 0;
	    transition: top 0.3s ease;
		-moz-transition: top 0.3s ease;
		-ms-transition: top 0.3s ease;
		-o-transition: top 0.3s ease;
		-webkit-transition: top 0.3s ease;
	}
	.jump_block .item:hover {
		top: -10px;
		box-shadow: 0 2px 27px rgba(0,0,0,.2);
	}
	.body_media{top:2px;} /* do not remove this hack! )) */

	.header_1 .logo-row .maxwidth-theme .col-md-10 {
		width: 61.333333%;
		float: right;
		padding-right: 0;
	}
	.gallery-wrapper .flexslider.bigs {min-height: 650px;}
	.sidebar.dropdown-menu{left: 50%;margin-left: -100px;}
	.small-gallery-block .slides li{max-height:202px;}

	.content-md > .right_block.narrow_Y{width:75%;}
	.content-md > .right_block.narrow_Y + .left_block{width:25%;}
	.side_left .content-md > .right_block.narrow_Y, .side_left .content-md > .right_block.narrow_Y + .left_block{float:right;}
	.side_left .content-md > .right_block.narrow_Y + .left_block{padding-right: 48px;}
	.side_right .content-md > .right_block.narrow_Y, .side_right .content-md > .right_block.narrow_Y + .left_block{float: left;}
	.side_right .content-md > .right_block.narrow_Y + .left_block{padding-left: 48px;}

	body.side_left .blog-page .content-md > .right_block.narrow_Y, body.side_left .blog-page .content-md > .right_block.narrow_Y + .left_block{float:left;}
	body.side_left .blog-page .content-md > .right_block.narrow_Y + .left_block{padding-left: 48px;padding-right:0px;}

	.banners-big.long-banner .item .play.btn-video:not(.small), .banners-big.long-banner .item .play.btn-video:not(.ntext){margin-top: 15px;}

	.sidearea .bx_filter .bx_filter_button_box #modef_mobile{display:none !important;}

	.content-md > .right_block:after, .content-md > .right_block.narrow_Y + .left_block:after, .content-md:after{content: '';clear: both;display: table;}

	/*history*/
	.history.item-views.list .item .title{display:table-cell;min-width: 121px;max-width: 300px;padding-left:16px;padding-right:16px;text-overflow: ellipsis;overflow: hidden;width:auto;}
	.history.item-views.list .item .info{display: table-cell;}

	body .maxwidth-theme{padding-left:24px !important;padding-right:24px !important;}
	body #headerfixed > .maxwidth-theme > .logo-row{padding-left:16px;padding-right:16px;}
	body.fill_bg_y #headerfixed{background:none;box-shadow:none;}
	body.fill_bg_y #headerfixed > .maxwidth-theme{box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136);}
	body.fill_bg_y .banners-big .nav-carousel .flex-direction-nav .flex-prev, body.fill_bg_y .banners-big .flexslider:hover .nav-carousel .flex-direction-nav .flex-prev{left: -20px;}
	body.fill_bg_y .banners-big .nav-carousel .flex-direction-nav .flex-next, body.fill_bg_y .banners-big .flexslider:hover .nav-carousel .flex-direction-nav .flex-next{right: -1px;}
	body.fill_bg_y .catalog.item-views.front .flexslider:hover .flex-direction-nav .flex-prev, body.fill_bg_y .catalog.item-views.front .flexslider .flex-direction-nav .flex-prev, body.fill_bg_y .flexslider.navigation-vcenter:hover .flex-direction-nav .flex-prev, body.fill_bg_y .flexslider.navigation-vcenter .flex-direction-nav .flex-prev{left: -29px;}
	body.fill_bg_y .catalog.item-views.front .flexslider:hover .flex-direction-nav .flex-next, body.fill_bg_y .catalog.item-views.front .flexslider .flex-direction-nav .flex-next, body.fill_bg_y .flexslider.navigation-vcenter:hover .flex-direction-nav .flex-next, body.fill_bg_y .flexslider.navigation-vcenter .flex-direction-nav .flex-next{right: -34px;}

	section.page-top .container{width:970px;}
	.catalog.item-views.table .item .title{}
	.teasers.item-views.front.icons .row.items > div:nth-child(even) .item, .catalog.sections .items.row_block:not(.services) > div:nth-child(even) .item{margin-left:-1px;}
	.catalog.sections .items.row_block:not(.services) > div:nth-child(even) .item{border-left-width:0px;}
	.catalog.item-views.price .item .img-block{padding-left:0px;}
	.partners.front .flexslider .slides > li:nth-child(5n) .item{}
	.catalog.item-views.list .item .image-wrapper{padding:0px;}
	.ordering-wrap .filter-action{display:none;}
	.catalog.bx_filter{display:block !important;}

	.tizers_block2 .col-md-3:nth-child(5n){clear:left;}
	.news_block.portfolio .custom > .item.s_3 > .row > div:nth-child(n+3) .item, .news_block.portfolio .custom > .item.s_4 > .row > div:nth-child(n+3) .item,
	.news_block.portfolio .custom > .item.s_3 > .row > div:nth-child(n+3), .news_block.portfolio .custom > .item.s_4 > .row > div:nth-child(n+3){margin-bottom:0px;}
	.news_block.portfolio .custom > .item.s_1 > .row > div .item, .news_block.portfolio .custom > .item.s_2 > .row > div .item,
	.news_block.portfolio .custom > .item.s_1 > .row > div, .news_block.portfolio .custom > .item.s_2 > .row > div{margin-bottom:0px;}

	.mixed_banners{padding-left:16px;padding-right:16px;}
	.mixed_banners > .row > div{display:inline-block;vertical-align:top;}
	.mixed_banners > .row > div.big_banners_block{width:71%;}
	.mixed_banners > .row > div.small_banners_block{width:29%;}
	.mixed_banners .item:first-child{padding-top: 0px;}
	.mixed_banners .wrap_tizer .preview{max-height: 80px;overflow: hidden;}

	.bx-ie9 .flexbox.company-front{display:table;}
	.company-front > div{vertical-align:bottom;float:none;}

	.float-banners.v1 .item{height:220px;}

	.projects.detail .head > .row .col-md-10{padding-right:0;float:left;}
	.projects.detail .head > .row .col-md-2{padding-left:0;float:right;}
	body .share{text-align:right;float:right;margin-top:0;margin-bottom:0;}
	.subscribe-block-wrapper .social-icons{margin-top: -3px;}

	.wrap-portfolio-front .row .inner-wrapper-text.small .main-wrapper .text{display:none;}
	.wrap-portfolio-front .row .inner-wrapper-text{padding: 13% 13% 11%;}
	.front-form .form.contacts{padding-left:113px;padding-right:113px;}
	.reviews.item-views.front .item, .company-block .item-views.front .preview-text{padding-left:226px;padding-right:226px;}
	.review_frame.jqmWindow{width: 640px !important;}
	.table-type-block.blocks.normal .flexslider.view-control .flex-control-nav{display:none;}

	.projects-blocks .head-block .info .prop-block{padding-right:16px;}
	.detail .gallery-block .bigs.flexslider .slides .item{height:650px;line-height:647px;}

	.main-section-wrapper #modef{display: none !important;}
	.left-menu-md .bx_filter .bx_filter_popup_result#modef_mobile, .right-menu-md .bx_filter .bx_filter_popup_result#modef_mobile{display:none !important;}
	.banners-content .img{display:table-cell !important;}
	.navigation-vcenter .flex-control-nav{display:none;}

	.history.item-views.list .item .image{text-align:right;}

	.top_mobile_region{display:none;}

	.subscribe-block-wrapper .text{padding-left:0px;}
	footer.compact .info > div:nth-child(2n+3){clear:left;}
	footer .col-sm-offset-2{margin-left:0px;}
}

@media (min-width:992px) and (max-width:1199px){
	.profit-front-block > div:nth-child(3n){clear:left;}
	.catalog.detail .head .info .hh{display:block;}
	body .catalog.detail .head .hh .brand{text-align:left;}
	.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li.count_4{width:33.33%;}

	.logo_and_menu-row .region-block > div{display: block;height: auto;}
	.catalog.detail .ext_view.sm .head .bottom-wrapper .col-xs-6 .buy_block{white-space:normal;}
	.catalog.detail .ext_view.sm .head .bottom-wrapper .col-xs-6 .buy_block > div{width:100%;}

	body.big-banner_4 .slides .text .inner {
		height: 100%;
	    display: flex;
	    padding-top: 0px!important;
	    flex-direction: column;
	    justify-content: center;
	}
	body.big-banner_4 .slides .text .title {font-size:1.6em;}
	body.big-banner_4 .slides .text .inner .text-block {font-size: 1.1em;}
}

/* SM */
@media not print{
	@media (max-width:991px){
		.body_media{top:1px;} /* do not remove this hack! )) */

		div[data-class="BIG_BANNER_INDEX_drag"][data-order="1"] .banners-big.long-banner{margin-top:0px;}
		.banners-big .slides .text-block li:before{display:none;}

		.banners-big.long-banner .slides > li, .banners-big.long-banner .flexslider, .banners-big.long-banner .slides,
		.banners-big.long-banner .slides .text{min-height:500px;}
		.banners-big .item .play.btn-video:not(.small), .banners-big .item .play.btn-video:not(.ntext){margin-top:-59px;}
		.banners-big .item .play.btn-video.small{margin: 0px auto;position: static;}

		#headerfixed.fixed{display:none;}
		.item-views.blocks{padding-top:40px;}
		.top-block .address{display:none;}
		.share.top{margin-top:0px;}
		.mega-menu{z-index:3002;}

		#headerfixed .maxwidth-theme{display:none;}

		body .left_block .search-tags-cloud{display:none;}

		.mixed_banners .maxwidth-banner .row{margin:0px;}
		.mixed_banners .maxwidth-banner .row > div{padding: 0px;}
		body .banners-big .slides .text .inner{padding:0px 15px;vertical-align:middle;}
		body .banners-big.long-banner .text .inner{display:table-cell;}


		.banners-big .slides .img{display:none;}

		.banners-big .slides .text-block b{font-size:22px;line-height:27px;font-weight:normal;}
		.banners-big .slides .text-block ul, .banners-big .slides .text-block ol{padding:0px;}
		.banners-big .slides .text-block ul.marked li:before{position:relative;top:-3px;margin:0px 20px 0px 0px;}
		.banners-big .flex-direction-nav{display:none;}

		body .banners-big.long-banner .slides .shown .text .inner {display: flex;justify-content:  center;flex-direction: column;}

		.banners-big.short-banner.small .maxwidth-banner{padding-left:0px;padding-right:0px;}

		.banners-small .custom-md{font-size: 0px;}
		.banners-small .custom-md .item{width:50%;display:inline-block;vertical-align:top;}
		.banners-small .custom-md .item.wide-block{width:100%;}
		.banners-small .item .inner-item .image{}
		.banners-small .item.wide-block .inner-item .image{max-height:none;}
		.banners-small:not(.blog) .item .title .prev_text-block{display:none;}

		.banners-content .text{padding-top:25px;padding-bottom:20px;}
		.banners-content .text h1{padding-top:0px;max-height: 92px;
    overflow: hidden;}

		.share:not(.clicked) .shares-block:not(:hover){padding-left: 0px;padding-right: 47px;}
		.share:not(.clicked) .shares-block .text{display:none;}
		.share:not(.clicked) .shares-block:after{top:15px;}

		.teasers.item-views.front.icons .row.items > div:nth-child(even) .item{border-left-width:1px;}
		.item-views.blocks h3{/*padding-top:40px;*/}

		.detail .ext_view .head .char-block{padding-bottom:20px;}

		.left_block > div, .left_block > aside{display:none;}
		.left_block > div.sidearea{display:block;}
		.left_block > div.sidearea > div:not(.bx_filter){display:none;}

		.float-banners.v1 .item{height:0px;padding-bottom:60%;}
		.float-banners .title_block + .items .text-block{padding-bottom:20px;}
		.float-banners .title_block + .items .text-block .btn{display:none;}

		.wrap-portfolio-front .row .inner-wrapper-text{padding: 60px 80px 50px;}
		.wrap-portfolio-front .row .inner-wrapper-text.small .title{font-size:32px;}
		.wrap-portfolio-front .row > div{height:auto !important;}

		.wrap-portfolio-front .row .inner-wrapper-text .main-wrapper .text{padding-right:40%;padding-bottom: 10px;}
		.wrap-portfolio-front .row .inner-wrapper-text .main-wrapper .link{top:59px;right:0px;left:auto;}

		.catalog.item-views.table .item .footer-button .buy_block > div{float:none !important;width:auto;*margin:auto;}
		.tabs_ajax .body-block .catalog.item-views.table .flexslider .flex-viewport{margin: 0px;padding: 0px 15px;}

		.about{padding-top:30px;}
		.slider-container .tp-caption h1{font-size:24px;line-height:30px;}
		.slider-container .tp-caption{font-size:12px;}

		.container.cabinte-page > .row > .maxwidth-theme > div{display:block !important;float:none;width:100%;}
		.container.cabinte-page > .row > .maxwidth-theme > div .sidebar{display:block !important;margin-bottom: 20px;}

		.bx_item_detail_inc_two .list-type-block.item-views .item{width:auto;height: auto !important;}
		.bx_item_detail_inc_two .list-type-block.item-views .item > .image{text-align:left;}
		.bx_item_detail_inc_two .list-type-block.item-views .item > .body-info{vertical-align:middle;}
		.item .head-block .info{padding:20px 0px 0px;}

		.item-views.sections .group-content hr{display:none;}
		.item-views.sections .group-content .item{border-bottom:1px solid #d7dee3;margin-bottom:30px;padding-bottom:15px;}
		.catalog.item-views.table .item .text, .catalog.item-views.table .item .title{*text-align:center;}
		.catalog.item-views.table .flexslider .item .foot > div, .catalog.item-views.table .flexslider .item .foot > div > *{float:none !important;}
		.detail .projects .item img{height:auto !important;}
		.projects.detail .item_slider{padding:0;}
		.projects.detail .share.text-right{text-align:left !important;}
		.history.item-views.list .item .info{margin-left:0;}
		.history.item-views.list .item .title{float:none;width:100%;}
		.history.item-views.list .item .text, .history.item-views.list .item .image{padding-left:9px !important;padding-right:9px !important;}

		.history.item-views.list.image_right .item:not(.wti) .text{padding-bottom:15px !important;}
		.history.item-views.list.image_left .item:not(.wti) .text{padding-top:15px !important;}
		.vacancy.item-views.accordion .pay{float:none;}
		.page404 .t404{margin:0;}
		#bx-composite-banner a{}
		.order-block .row > div.col-md-6{display:block;width:100%;}
		.basket.default .items .head{display:none;}
		.basket.default .items .item{display:block;position:relative;padding:29px 29px 29px 169px;}
		.basket.default .items .item:first-of-type{border-top:none;}
		.basket.default .items .item .box{display:block;border:none;padding:0;}
		.basket.default .items .item .box:first-of-type{padding:0;}
		.basket.default .items .item .box:first-of-type>.clearfix{display:none;}
		.basket.default .items .item .remove_bl>.wrap{position:static;}
		.basket.default .items .item .remove{top:10px;}
		.basket.default .items .item .image{margin-top:-14px;margin-left:-140px;}
		.basket.default .items .item .prices{margin-top:5px;float:left;width:33.3333%;}
		.basket.default .items .item .prices:not(.summ){padding-right:30px;}
		.basket.default .items .item .prices.summ{padding-left:30px;}
		.basket.default .items .item .prices .price_new{margin-top:0;}
		.basket.default .items .item .buy_block{float:left;margin-top:0;width:33.3333%;}
		.basket.default .items .item .description{padding-left:0;margin-bottom:20px;}
		.basket.default .items .item .counter{margin:0;}
		.basket.default .items .item>.clearfix{display:block;}
		.basket.default .foot .total{text-align:right;padding-right:13px;width:50%;}

		.list-type-block.item-views.slider-items .item .body-info{text-align:left;}
		.list-type-block.item-views.slider-items .item .image + .body-info{}
		body .catalog.item-views.list.projects .items .item .image{padding:0px;}

		.instagram_ajax .instagram .item{width:33.33333%;}
		.rss{top: 40px;}
		body h1.shares{padding-right:0px;padding-bottom:0px;padding-top:3px;}

		.contacts.contacts-page-map-inline{padding-left:0px;padding-right:0px;}
		.contacts.contacts-page-overmap .ask-question{text-align:left;}

		body .container .left-menu-md, body .container .right-menu-md{width:100%;display:block !important;float:none;}
		.left-menu-md .sidearea, .right-menu-md .sidearea{margin:0px;position: relative;}
		.left-menu-md .sidearea > div, .left-menu-md aside, .right-menu-md .sidearea > div, .right-menu-md aside{display:none;}
		body .container .bx_filter{background:#fff;display:none;position:absolute;margin: 0;width:auto;left:16px;right:16px;top: 40px;box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);z-index: 11;}
		body .container .form .bx_filter{left:0px;padding-bottom: 25px;}
		body .container .main-section-wrapper .bx_filter{left:0px;right:0px;}
		.bx_filter .bx_filter_popup_result#modef_mobile{padding-bottom: 8px;left: 0px;background: rgba(0, 0, 0, 0);position:static; color: #888;margin: 0px;padding-left: 0px;line-height: 20px;vertical-align: middle;}
		.bx_filter .bx_filter_popup_result#modef_mobile .button{display:none;}
		#modef{display:none !important;}
		.padding-banner-block{padding: 0px 0px 30px;}
		.news_block .item.big .image{height:auto;}

		/* contacts */
		.contacts.contacts-page-map-overlay{margin:0;padding:0;}
		.contacts.contacts-page-map-overlay .contacts-wrapper{/*padding:0;*/box-shadow:0 0 0 rgba(0, 0, 0, 0);}

		/*subscribe*/
		.subscribe-block-wrapper .text .svg{display:none;}
		.subscribe-block-wrapper .inner-wrapper .row{margin-right:-16px !important;margin-left:-16px !important;}
		body .subscribe-block-wrapper .text{padding-left:16px;}
		.subscribe-edit-main:before{display:none;}

		footer .contact-block{margin-top: 18px;}
		footer .contact-block .info{/*margin-top: 18px;padding-top: 28px;padding-bottom:0px;border-top:1px solid #555555;*/}
		footer.footer-grey .contact-block .info{border-color:#eee;}
		footer .white_middle_text{}
		footer .bottom-middle{padding-bottom:0px;}
		/*footer .bottom-under .inner-wrapper .copy-block > div{padding-bottom:10px;}*/
		footer.ext_view .col-md-5{padding-top:15px;}

		.breadcrump.fixed {display: none;}
	}
}

@media (min-width:500px) and (max-width:991px){
		.mixed_banners .small_banners_block{font-size:0px !important;margin:0px -10px;}
		.mixed_banners .small_banners_block > div{padding-left:10px;padding-right:10px;display:inline-block;vertical-align:top;width:50%;}
		.profit-front-block > div:nth-child(3n){clear:left;}
}

@media (min-width:768px) and (max-width:991px){
	body .top-block .info-text .phone-block, .body .top-block .info-text .callback-block{float:left;}
	#headerfixed .menu-block.rows .navs ul li.search{display:block;padding: 10px 5px;background: #e0e7ec;}
	#headerfixed .menu-block.rows .navs ul li.search .search-button-div{top:10px;right:5px;}
	.catalog.detail .head .brand{float:none;margin:15px 0px 0px;}
	.catalog.detail .head .brand + .clearfix{display:none;}

	.catalog.detail .head {}
	.catalog.detail .head > .row {display: flex;
    align-items: flex-end;}

    /*.banners-big .slides .title {color: white;}
    .banners-big .slides .text-block, .banners-big .slides .title, .banners-big .slides .title a, .banners-big .slides .item:hover .title, .banners-big .slides .item:hover .title a {color: white;}
*/
	#mobileheader .wrap_icon.wrap_basket .basket-link:not(.HEADER){display:none;}
	.catalog.detail .ext_view.sm .head .bottom-wrapper .col-xs-6{width:100%;}

	.small-gallery-block .slides li{max-height:203px;}

	.ext_view .element_detail_text .sharing{float:none;}
	.ext_view .element_detail_text .price_txt .text-info{padding:0px 0px 25px;}

	.tizers_block2 .col-md-3:nth-child(3n){clear:left;}
	body .banners-big .slides .text{padding-left:18px;padding-right:18px;}

	body .banners-big.long-banner .slides li .text{vertical-align: middle;line-height: 20px;display: table;/*padding: 163px 18px 12px 18px;*/}
	.banners-small .custom-md .item.normal-block:first-of-type{padding-right:16px;}
	.banners-small .custom-md .item.normal-block:last-of-type{padding-left:16px;}

	.catalog.item-views.table .item .buy_block .buttons .btn{/*padding-left:4px;padding-right:2px;*/*padding: 13px 12px 0px;}
	.wrap-portfolio-front .portfolio-items.odd .row > div:last-of-type{display:none;}
	/*footer .bottom-under .inner-wrapper .copy-block, footer .bottom-under .inner-wrapper .social-block{width:50%;}*/
	footer .bottom-under .inner-wrapper .social-block{text-align:right;}
}

@media (max-width:810px){
	body .top-block .info-text .callback-block{display:none;}
	.top-block .info-text .phone-block a{padding-left:5px;font-size:12px;}

	.catalog.sections .item{padding: 30px 30px 30px;}
	.catalog.sections .item .image{max-width:150px;}
	.catalog.sections .item .info{padding-left:200px;}
	.catalog.sections .list_block .item.right .info{padding-left:0px;padding-right:200px;}
	.ask_a_question .btn{padding-left:17px;padding-right:17px;}
}
@media(max-width: 700px) {
	.item-views.catalog.sections.v1 .items .item .for_sale_wrapper {padding: 15px 15px 20px;}
	.item-views.catalog.sections.v1 .items .item .info {padding-right: 0px;}
	body .catalog.item-views.sections .items.services .item div.image {width: 100%;margin-bottom: 25px;height: 170px;}
	.item-views.catalog.sections.v1 .items .item .sale_wrapper {flex-direction: column;padding: 10px 15px 20px;}
	.item-views.catalog.sections.v1 .items .item .sale_wrapper .element_sale_svg {margin-bottom: 15px;}
	.text_after_items_services {margin-top: -10px;width: 100%;margin-bottom: 40px;}
	.item-views.catalog.sections.v1 .items .item .info .title {text-align: left;}
	.list-type-block.item-views.wide_img .item div.body-info {padding: 20px 20px 32px !important;}
	.list-type-block.item-views .item .image + .body-info div.title {text-align: left;}

	.catalog.sections_2 .item .img {float: none;margin: auto;margin-bottom: 20px;}
	.catalog.sections_2 .row_block .item .info {padding-left: 0px;}

}

@media(max-width: 991px){
	.flexbox_media{
		display: flex;
	    flex-direction: column;
	}
}

@media (pointer:coarse) {
    .header_1 .menu-row .slogan .burger .site_map_wrapper.open {display: block;}
	.header_1 .dark_hover.open {display: block;}
}

/* MORE THAN XS - SM/MD/LG */
@media (min-width:768px){

	.order-block.feed .text {padding: 0px 0px 0px 101px;}

	a.scroll-to-top{display:block !important;}

	.banners-content .intro-text {padding-right: 100px;}

	header .nav-main-collapse.collapse{display:block !important;height:auto !important;}

	.banners-small.blog .items.flexbox > div > .col-item.s2, .banners-small.blog .items.flexbox > div > .col-item.s3:last-child{height:100%;}

	.item-views.list .foot{width:211px;text-align: right;}
	.mega-menu ul.nav{position:static;}
	.front h3.short{display:none;}
	.staff.item-views.list .item:not(.wti) .title{/*margin-top:9px;*/}
	.catalog.detail .head:not(.wti){border:1px solid #ebebef;margin-bottom:24px;}
	.detail .item.projects-blocks + .drag_block.tizers{margin-top:-48px;margin-bottom:40px;}
	.catalog.detail .item:not(.wg) + .drag_block.tizers{margin-top:-25px;}
	.catalog.detail .item:not(.wg) + .drag_block.tizers .bx_item_detail_inc_two{margin-top:0px;}
	.catalog.detail .galery .inner{border:none;}
	.projects.detail .head{border:1px solid #f5f5f5;}
	.projects.detail .galery .inner{border:none;}
	.projects-blocks .head-block:not(.wti) .info{*padding: 0px 0px 0px 20px;}

	.item-views.table > div:not(.flexslider) .item{margin-bottom:32px;}
	.staff.item-views.list.image_left .item:not(.wti) .text{margin-left:-20px;}
	.staff.item-views.list.image_right .item:not(.wti) .text{margin-right:-20px;}
	.catalog.item-views.price .item .price{text-align:left;}
	.catalog.item-views.price .item .buy_block{padding:0px;}
	.detail .gallery-block .bigs.flexslider .slides .item{max-height: 550px;}
	.gallery-wrapper .flexslider.bigs {min-height: 550px;}
	.detail .gallery-block .bigs.flexslider .slides .item img{}

	.detail .galery .flexslider.top-bigs:not(.s_1){margin-left:95px;}
	.catalog.detail .galery .flexslider.top-bigs:not(.s_1){margin-right:75px;margin-left: 0px;}
	.detail .galery .top-small-wrapper{display:block;}

	.detail.staff .detailimage{float:left;margin:0px 32px 0px 0px;}
	.detail.staff .detailimage + .post-content{padding-left:222px;}

	.catalog.detail .ext_view:not(.sm) .head .row.galery{border-right:1px solid #ebebef;}
	.catalog.detail .ext_view .bottom-wrapper-inner .footer-button{max-width:320px;}
	.catalog.detail .ext_view .npadding .bottom-wrapper-inner .footer-button{max-width:240px;}

	.list-type-block.item-views.vacancy .item .pays{padding-left:0px;}
	.vacancy.item-views.list .pay{text-align:right;}


	.wraps.goods-block .flex-control-nav{display:none;}

	.tab-content>.active >.content{display:block !important;}

	.bg_block.props .block-wrapper{margin-left: 18px;text-align:center;padding: 0px 36px;}

	body .detail .inner .flexslider .flex-control-nav{display:none;}
	footer.compact .white_middle_text{display:block;}

	.sections_wrapper .list .row > div:nth-child(2n) .item, .sections_wrapper .list .row > div:last-child .item{border-right-width:1px;}
	.sections_wrapper.item-views.blocks h3{/*padding-bottom:55px;*/}

	body .catalog_table_2 .item .props_wrapper.chars .char-wrapp .props_table td{display:block;width:100%;background:none;text-align:left;padding:0px;line-height:18px;}
	body .catalog_table_2 .item .props_wrapper.chars .char-wrapp .props_table td.char_value{margin-bottom:5px;}
	body .catalog_table_2 .item .props_wrapper.chars .char-wrapp .props_table td span{padding:0px;}

	.banners-big .maxwidth-banner .item.loading .maxwidth-theme{opacity:0;}

	.contacts-page-map + .contacts.contacts-page-map-overlay{left:0px;right:0px;position: absolute;}
}

/* XS */
@media not print{
	@media (max-width:767px){
		.body_media{top:0px;} /* do not remove this hack! )) */

		.COMPANY_INDEX .row .maxwidth-theme .title_block h3 {font-size: 24px;}

		body .banners-big .slides .text{width:100%;}
		.banners-big .slides > li > .maxwidth-theme > .row > div.img{display:none;}
		body .banners-big.long-banner .slides .shown .text .inner {align-items: center;}
		.banners-big .slides .text .inner{padding: 0 25px!important;}
		.BIG_BANNER_INDEX .banners-big .slides .text-block {margin-bottom: 11px;}
		body .banners-big .slides .title {padding-bottom: 11px !important;}

		.top-block .maxwidth-theme > div{position:relative;z-index:12;}
		.top-block .top-block-item a{display:block;line-height: 20px;font-size: 12px;}
		.top-block .top-block-item{height: 67px;line-height: 67px;color:#222;}
		.top-block .top-block-item.inner-padding{font-size: 0px;line-height: 0px;padding-top: 18px;}
		.top-block .top-block-item  .top-btn{color:#222;}
		.top-block .top-block-item.pull-right{border:none;}

		.detail .galery .top-small-wrapper{display:none;}
		.detail .galery .inner .stickers{top:0px;}

		.drag_block:not(.tab) .title-tab-heading{display:none !important;}

		.table-type-block.item-views .row > div:not(.col-xxs-12){width:100%;}

		.logo-row .menu-row{padding-top:1px;}
		.logo-row .top-callback{display:block;}
		.top-row .info-text .email{float:left;margin-left:0;text-align:left;width:50%;}
		.top-row .info-text .phone{float:right;margin-left:0;text-align:right;width:50%;}
		.logo-row{height:66px;}
		.logo-row .logo{height:65px !important;line-height:57px !important;}
		.logo-row .logo img{margin-top:7px;max-height:39px;width:auto;}
		.logo-row .top-callback .email{display:none !important;}
		.menu-row.row{height:0;}
		.mega-menu{clear:both;float:none !important;width:100%;}
		.menu-only{margin:0;}
		.mega-menu .search{display:block;}
		.title-search-result{display:none !important;}
		#headerfixed{display:none !important;}
		.ajax_basket{display:none;}

		.logo-row .top-callback .phone{float: none !important;position: absolute;width:auto;top: -43px;display:block !important;z-index:10;margin: 0px;right:50px;}
		.logo-row .top-callback .basket_top+.callback +.phone{right: 80px;}
		.logo-row .top-callback .phone .phone-number i, .logo-row .top-callback .phone .phone-desc{display:none;}

		.banners-small{padding-top:40px;padding-bottom:27px;}
		.float-banners .title_block + .items .text-block{padding-top:0px;}
		.item-views.blocks h3.line{margin-bottom: 12px;padding-bottom: 10px;}
		.item-views.blocks .title_block a + h3{display:block;padding-right:100px;}
		.head-block .item-link .title span, .head-block.top .item-link .title .btn-inline{padding-bottom:4px;}
		.head-block:not(.top) .item-link .title span{margin-bottom: 3px;}
		.portfolio.item-views .link .item{}

		.catalog.item-views.table .item .image{}
		.catalog.item-views.table .item .inner-wrap{/*padding-left:10px;padding-right:10px;*/}
		.catalog.detail .ext_view .head .info{padding:0px;}

		.wrap-portfolio-front .row .inner-wrapper-text .main-wrapper .text{display:none;}
		.wrap-portfolio-front .row .inner-wrapper-text .main-wrapper .link{position:static;}
		.catalog.item-views.table .item .buy_block .buttons .btn{max-width: 200px;margin: auto;}
		.projects-blocks{padding:30px;}
		.detail img{width: auto;height: auto;}
		.detail .lhe-button-cont img{width: 23px;height: 25px;}
		.catalog.detail .head .info{padding:20px 0px 0px;}

		.partners.front .flexslider .slides > li .item{border-left-width:1px;}
		.projects.item-views.table .item .image{max-height:none;}
		.tab-pane .projects.item-views.table{}
		.tab-pane .projects.item-views.table .items{margin-bottom:0px;}
		.projects.item-views.table.bblock .item > a{width:auto;}
		body .catalog.detail .bottom-item-block .wraps hr{margin:30px 0px 30px;}
		.linked  .flexslider.flex-control-nav{bottom:27px;}

		.catalog.item-views.price .item .text > .row > div{margin-top:0px !important;}
		.catalog.item-views.price .item .text .text-block, .catalog.item-views.price .item .text .price-block{margin-bottom:10px;}
		.detail .gallery-block .bigs.flexslider .slides .item, .flexslider.nav-title .items .item:before{background:none;}
		.flexslider.nav-title .item .bg-images{display:none;}

		.float-banners.v1 .wrap_tizer .wrap_outer .outer_text{padding: 4px 0 5px;}
		.float-banners.v1 .wrap_tizer .wrap_outer{padding: 4px 0 5px;font-size:14px;}

		body .order-block td .text{padding-left:41px;}
		.detail .order-block .price + .inner-text{padding-right:0px;}
		body .order-block td .text .svg{display:none;}
		.detail .order-block .text .price .price_new{display:inline-block;}

		.share:not(.top){position:absolute;z-index:1;right:0px;}
		body .share.clicked{position:static;}

		.title-tab-heading + .item-views.accordion .group-content h3{font-size: 14px;margin-bottom: 10px;}
		.title-tab-heading + .item-views.accordion .group-content h3 + .accordion-type-1 .accordion-head{font-size: 13px;line-height:18px;padding: 20px 43px 10px 18px;}
		.title-tab-heading + .item-views.accordion .group-content h3 + .accordion-type-1 .accordion-head .fa{right: 12px;font-size: 14px;background: #ebebef;}
		.title-tab-heading + .item-views.accordion .group-content h3 + .accordion-type-1 .panel-collapse .accordion-body{padding: 0 41px 0px 18px;}

		footer{text-align:center;}
		footer .social{padding-bottom:0;}
		.about{margin-top:34px;}
		.front h3{display:none;}
		.front h3.short{display:inline-block;}
		.item-views.blocks h3{font-size:24px;padding:0px 0px 20px 0px;}

		.sections_wrapper .list .item{border-right-width:1px;}
		.flex-direction-nav{display:none;}
		.banners-big.short-banner.small .maxwidth-banner{padding-left:0px;padding-right:0px;}
		.banners-big .flex-control-nav, .title_block .nav-direction{display:none;}
		.banners-big .flexslider, .banners-big .slides li,
		.banners-big.short-banner .slides > li, .banners-big.short-banner .flexslider, .banners-big.short-banner .slides{min-height:240px;}
		.banners-big.long-banner .slides > li, .banners-big.long-banner .flexslider, .banners-big.long-banner .slides{min-height:240px;}

		.banners-big .item .play.btn-video:not(.small), .banners-big .item .play.btn-video:not(.ntext){margin-top:-59px;}
		.banners-big .item .play.btn-video.small{margin-top:0px;}
		.banners-big .item .video{/*z-index:0;*/}

		body .body div[data-class="BIG_BANNER_INDEX_drag"][data-order="1"]{margin-top:0px;}
		.banners-big .slides .text, .banners-big.short-banner .slides .text, .banners-big.long-banner .slides .text{width:100%;height: auto;}
		body .banners-big.short-banner .slides li .text, body .banners-big.long-banner .slides li .text{line-height: 240px;min-height: 240px;display:table-cell;vertical-align:middle;display:block;*text-align:center;display:table;}
		div[data-class="BIG_BANNER_INDEX_drag"][data-order="1"] .banners-big.long-banner{margin-top:0px;}
		.banners-big .btn{font-size:13px;}

		.banners-big .slides .title{font-size:20px;line-height:24px;padding:0 0 15px 0;}
		.banners-big .slides .text .inner{padding-top:30px;padding-right:16px;padding-left:16px;}
		.banners-big .slides .text-block{margin-bottom:15px;}
		.banners-big .slides .text-block, .banners-big .slides .text-block b{font-size:0.8667em;line-height:18px;}

		.banners-small .custom-md .item{width:100%;display:block;height:auto !important;}
		.banners-small .custom-md .item.wide-block{width:100%;}
		body .banners-small .item .inner-item .image{height:auto;line-height:normal;max-height:none;}

	    .dark_media_block .dark_block {
	        background-color: rgba(0,0,0,0.4);
	        height: 100%;
	        width: 100%;
	        position: absolute;
	        z-index: 1;
	        display: block;
	        top: 0;
	    }
	    .light_color_media * {
	        color: white !important;
	    }
	    .opacity_media {opacity: 0.8;}

    	.INFOBLOCK_INDEX .item-views .item .form_text {text-align: left;    padding: 30px;}

		body .company-block{background-size: cover !important;background-position: center center !important;}
		body .company-block .list-type-block.item-views{text-align:left;}
		body .company-block .list-type-block.item-views .item{width:auto;display:inline-block;}

		/*catalog detail tabs*/
		.drag_block.tab .nav.nav-tabs{display:none;}
		.catalog.detail .nav.nav-tabs.bx-catalog-tab-list1{display:block;}
		.title-tab-heading{}
		.wraps .title-tab-heading{display:none !important;}
		.tab-pane .title-tab-heading + div{display:none;}
		.tab-pane.active .title-tab-heading + div{display:block;margin-bottom:16px;padding-top:23px;}
		.detail .tab-pane{display:block;}

		.chars .props_table .char_value{/*text-align:right;*/}

		.maxwidth-banner .flexslider > .maxwidth-theme{opacity:0;visibility:hidden;}
		.maxwidth-banner .flexslider .slides .item .row{margin:0px; width: 100%;}

		.mobile .catalog .flexbox{display:block;}
		.shadow-block .flex-viewport, .flexslider.shadow .flex-viewport{margin-left: -15px;margin-right: -15px;padding-left:15px;padding-right:15px;}
		.banners-big .btn{margin-top:9px;margin-left: 10px;margin-right: 10px;}

		.projects-blocks .head-block .info .hh{margin-right:0px;padding-right:0px;}

		.styled-block .row > div, .order-block .row > div{display:block;width:100%;}
		.order-block .price{width: 100%;}
		.order-block .price + .btn{margin-left:0;}
		.order-block .price{margin-bottom:17px;margin-top:4px;}
		.styled-block > .row > div + div{margin-top:15px;}
		.item-views.list.image_right .item .image, .item-views.list.image_left .item .image, .item-views.list.image_right .item .text, .item-views.list.image_left .item .text{padding:24px;}
		.item-views.list.image_right .item .image{padding-top:0;}
		.item-views.list .item  .image{margin:auto;}
		.item-views.list.image_right .item.noborder .image{padding-bottom:0;}
		.item-views.list.image_left .item.noborder  .image{padding-top:0;}
		.item-views.list.image_right .item.noborder  .text{padding-top:0;}
		.item-views.list.image_left .item.noborder  .text{padding-bottom:0;}
		.item-views.list .item.wti.noborder  .text{padding:0;}
		.item-views.sections .item .image{margin-left:auto;margin-right:auto;}
		.item-views.sections .item .image a{text-align:center;}
		.teasers.item-views.front hr{display:none;}
		.teasers.item-views.front .item{border-bottom:1px solid #efefef !important;padding-bottom:15px;margin:0;}
		.teasers.item-views.front .items > div:last-of-type .item{margin-bottom:25px;}
		.teasers.item-views.front .items > div + div .item{margin-top:15px;}
		body .teasers.item-views.front .items .item .image{float:left;height:105px;line-height:103px;max-height:105px;max-width:105px;text-align:center;width:105px;margin:0;}
		.teasers.item-views.icons.front .item .info{padding-left:125px;}
		.projects.item-views.table .item{text-align:center;}
		.projects.item-views.table .item > a{display:inline-block;}
		.detail .projects.item-views.table .item .image img{max-height:100%;}
		.slider-container .tp-caption h1{font-size:15px;line-height:18px;}
		.slider-container .tp-caption{font-size:11px !important;line-height:13px !important;}
		.slider-container .tp-caption a.btn{font-size:11px;line-height:13px;}
		.detail .detailimage{float:none;margin:0 auto 20px;padding:0;text-align:center;max-height:100%;max-width:100%;}
		.detail .detailimage img{max-height:100%;max-width:100%;}
		.detail .galery .inner{padding:0 !important;}
		.detail .galery #carousel, .detail .gallery-block .small-gallery-wrapper{/*display:none;*/height: 0px;opacity: 0;visibility: hidden;}
		.detail .gallery-block .gallery-wrapper{margin-bottom:40px;}

		h1#pagetitle {padding-right: 0px;font-size: 1.5em;padding-top: 0px;}
		.catalog.detail .head {padding-top: 0px;}
		.catalog.detail .head > .row {display: flex;flex-direction: column;}
		.catalog.detail .head > .row > div > div {border: 1px solid #ebebef;}
		.detail .galery .inner {border: none;}
		.catalog.detail .head > .row > div > div.galery {border-bottom: none;padding-top: 1px;}
		.catalog.detail .head > .row > div > div.info {border-top: none;padding: 0 15px 15px;}
		.catalog.detail .head > .row .col-md-6:first-of-type {order: 2;}
		.detail .galery .flexslider.top-bigs .slides > li {max-height: 370px;}
		.page-top .share.top {display: none;}
		.catalog.detail .galery span.zoom {display: none;}
		.catalog.detail .arrows {display: none;}
		.detail .galery .inner .stickers {left: 0;}
		.title-tab-heading:before {top: 17px;}
		.catalog.detail .head .dop_info_row {margin-top: 21px;}
		.catalog.detail.detail_narrow_N .head .bottom-wrapper {margin-top: 24px;}
		.catalog.detail .head .price {margin-bottom: 5px;}
		.staff.item-views.list.staff-block .item .buttons {flex-direction: column;}

		.staff.item-views.list.image_left .item .text{margin-left:0px;padding-left:20px;}
		.staff.item-views.list.image_right .item .text{margin-right:0px;padding-right:20px;}
		.catalog.item-views.table .item{}
		body .catalog.item-views.sections .item .image{height:105px;line-height:101px;max-width:105px;}
		.catalog.sections .item .title{margin-bottom:20px;}
		.catalog.sections .item .title a{font-size:20px;}
		.catalog.sections .item .text{font-size:14px;}
		body .catalog.item-views.sections .items:not(.services)  .item.slice-item.image{height:auto;line-height:normal;max-height:none;max-width:none;}
		body .catalog.item-views.sections .items:not(.services) .item.slice-item .info{/*padding-left:0px;*/}
		body .catalog.item-views.sections .items:not(.services) .item .info{padding-left: 130px;}
		body .catalog.item-views.sections .items:not(.services) .item.right .info{padding-left:0px;padding-right: 130px;}
		.catalog.item-views.table .item .text{padding-top:8px;}
		.catalog.item-views.table .item .price{margin-top:5px;}
		.catalog.item-views.table .item .foot > div, .catalog.item-views.table .item .foot > div > *{float:none !important;}
		.catalog.item-views.list .item .text, .catalog.item-views.list .item .foot{padding-top:15px !important;float:none !important;}
		.catalog.item-views.price .item .text > .row > .col-md-2.col-sm-2, .catalog.item-views.price .item .text > .row > .col-md-3.col-sm-3{margin-top:5px;}
		.catalog.item-views.price .item .text > .row > .col-md-2.col-xs-12{margin-top:10px;}
		.catalog.item-views.table .flexslider .item .title{text-align:center;}
		.catalog.item-views.table.linked .flexslider .flex-control-nav{bottom:30px;}
		.form.contacts .col-md-12.pull-right{float:none !important;}

		.detail.services .nav-tabs {display: none;}

		.detail.services .row > div > .nav-tabs li::after {top: 30px;}
		.detail .stockblock .item-views {padding: 36px 25px 0px 25px;}
		.detail .stockblock .list-type-block.item-views .item {flex-direction: column;}
		.detail .stockblock .list-type-block.item-views .item .element_sale_svg {margin-bottom: 20px;text-align: center;}
		.detail .stockblock .list-type-block.item-views .item .body-info {margin-left: 0px;}

		.detail div.reviews.drag_block .item .top_block .image {padding-left: 0px;margin-left: 25px;padding-bottom: 12px;}
		.detail div.reviews.drag_block .item .top_block .title {margin-bottom: 9px;}
		.detail div.reviews.drag_block .item .top_block .post {line-height: 20px;}

		.detail div.reviews.drag_block .item .body-info .text {padding-top: 2px;padding-left: 25px;}

		body .detail .drag_block > div.bx_soc_comments_div {margin-top: 0px;margin-bottom: 0px;padding-top: 0px;border-top: none;}
		.detail.services .nav-tabs {padding: 15px 0 15px;}
		.tabs .nav-tabs li.active a:before {bottom: 0px;}

		body .list-type-block.item-views.wide_img .items .item > div.image {padding: 0px 0px 11px !important;}
		body .detail .tizers_block3 {padding-top: 0px;}

		.front_projects_7 .item-views.table-elements.portfolio .custom:not(.special_view) .item .info {padding: 26px 27px 31px;}

		body .front_projects_5 .news_block .item .info {padding: 30px 27px 104px;}
		.front_projects_5 .news_block .item .date {left: 27px;}

		.catalog.item-views.table .item .inner-wrap {padding: 25px 26px 29px;}
		.catalog.item-views.table .item .inner-wrap .text .cont div, .catalog.item-views.table .item .inner-wrap .text .cont {text-align: left;}

		.detail div.drag_block.staff .item {padding: 19px 0px 33px 6px;}

		.accordion-head {padding: 15px 55px 15px 15px;}
		.panel-collapse .accordion-body {padding: 10px 20px 7px 15px;}

		.detail #projects {margin-top: 40px;}
		.detail #articles {margin-top: 40px;}
		.detail #projects + #articles {margin-top: 0px;}
		.detail div.drag_block #faq h5 {font-size: 18px;margin-top: 30px;margin-bottom: 20px;}
		.item.wti .accordion-head {font-size: 15px;line-height: 25px;}
		.title-tab-heading {
			font-weight: normal;
		    font-size: 13px;
		    line-height: 17px;
		    letter-spacing: 0.05em;
		    text-transform: uppercase;
		}

		body .detail .wraps-block > div.maxwidth-theme > div .item-views.blocks.news_block {margin-bottom: 20px;}

		.drag_block.goods + .drag_block {margin-top: 40px;}

		.detail_link_catalog_block .items {height: auto;}



		.staff.item-views.list.staff-block .item .properties {flex-direction: column;}
		.staff.item-views.list.staff-block .item .buttons {width: 100%;}

		.detail .list-type-block.item-views.wide_img .item div.body-info {padding: 15px 20px 40px !important;}

		.detail .stockblock .list-type-block.item-views.wide_img .item div.body-info {padding: 15px 3px 0px !important;}

		.list-type-block.item-views .sale_wrapper {flex-direction: column;padding: 25px 20px;}
		.list-type-block.item-views .sale_wrapper .element_sale_svg {margin-bottom: 20px;}

		.detail div.reviews.drag_block .item .top_block {flex-direction: column;align-items: baseline;}
		.detail div.reviews.drag_block .item .top_block .title_wrapper {padding: 15px 25px;}
		.detail div.reviews.drag_block .item .body-info {padding: 0;}


		.news_block .item.big .image{height:auto;}

		.detail .galery{max-width:none;}
		.bx_item_detail_inc_two .list-type-block.item-views .item{height:auto !important; padding-left:0px;}
		body .docs-block .blocks .inner-wrapper{margin-bottom: 18px;}
		.ordering-wrap{display:inline-block;}

		.form.contacts .captcha-row > div > .form-group{margin-top:0 !important;}
		.pagination a, .pagination span {padding-left:6px !important;padding-right:6px !important;}
		.form.order{margin-right:0;padding-left:20px;padding-right:20px;}
		.basket_order .items{margin-right:0;}
		.logo-row .top-callback .basket_top{display:block;}
		.logo-row .top-callback .basket_top .b_wrap{position:absolute;z-index:10;top:-55px;right:33px;}
		.logo-row .top-callback .basket_top .dropdown{display:none!important;}

		.teasers.item-views.front.icons .row.items{}
		.reviews.item-views .item.review .image{padding:0px;}
		.reviews.item-views .item.review .text{padding:10px 0px 0px;}
		.mixitup-container .item-views.table-elements .item .image{max-height:none;}
		.item-views.list.big-img .item .image{padding:0px 0px 10px;}

		.basket.fly{position:relative;width:auto;right:auto;top:0px;box-shadow: none;border: none;margin: 0px;}
		.basket.fly .wrap{box-shadow: none;border: none;}
		.basket.fly .wrap > div, .basket.fly .wrap h4{display:none;}
		.basket.fly .wrap .opener{background:none;border-radius:0px;position:static;width: 58px;height: 48px;display: block;box-shadow: none;border: none;}
		.basket.fly .opener .count{left: 50%;top: 50%;margin: -9px 0 0 1px;width: 17px;height: 17px;line-height: 16px;white-space: nowrap;font-size: 11px;border-radius: 100%;}
		.basket.fly .opener:before{left: 50%;top: 50%;margin: -7px 0 0 -20px;width: 18px;height: 17px;}
		.basket.fly .opener.empted:before{margin-left: -8px;}

		.top-block .info-text .basket_top .icon:before{background:url(/bitrix/templates/centino-heat/css/../images/svg/Basket_black.svg) 0px 0 no-repeat;}
		.basket_top .icon .count{color:#FFF!important;}
		.top-block .info-text > div.sep:after{display:none;}
		.logo-row .top-callback{padding-top:0;}

		.blog.list-type-block.item-views .item{padding:30px;}
		.blog.list-type-block.item-views .item > .image{float:none;text-align: center;display: block;width: 100%;height: auto;line-height: normal;padding:0px 0px 20px;}
		.blog.list-type-block.item-views .item > .image img{width: 100%;max-height:100%;}
		body .blog.list-type-block.item-views .items .item .image + .body-info{padding:0px;}
		.list-type-block.item-views .item .image+.body-info{padding-left:30px;padding-right:30px;}
		.list-type-block.item-views .item .image+.body-info .title{*text-align:center;}
		.list-type-block.item-views.reviews .item .image+.body-info .title{text-align:left;}

		.instagram_ajax .instagram .item{width:50%;}
		.float-banners .col-xxs-12{width:50%;}

		.contacts-page-map + .contacts.contacts-page-map-overlay{margin:0px;}


		/*subscribe*/
		.subscribe-block-wrapper .outer-wrapper{padding:20px 0px 30px;}
		body .subscribe-block-wrapper .inner-wrapper .text{padding-bottom:10px;}
		.subscribe-block-wrapper .social-icons{margin: 11px 0px 0px;}
		.subscribe-edit-main .form .form-group .input{padding:0px 0px 10px;}
		.subscribe-edit-main table.data-table{margin:0px 0px 10px;}
		.subscribe-block-wrapper > .row{margin:0px;}

		footer .bottom-middle{padding-top:30px;padding-bottom:0px;}
		footer .info .blocks:before{display:none;}
		footer .bottom-menu{margin-top:20px;}
		footer .bottom-menu .items > .item-link{margin-bottom: 5px;}
		footer .info .blocks{display:inline-block;}
		footer .info .blocks.phones{padding-left:0px;}
		footer .info .blocks.phones .svg{left:-22px;}
		footer .info .blocks.address .svg{top:0px;}
		footer .info .blocks.email .svg{top:4px;}
		footer .contact-block .info{/*padding-bottom:15px;margin-top: 20px;padding-top: 30px;*/}

		footer .bottom-under .inner-wrapper .copy-block, footer .bottom-under .inner-wrapper .social-block{float:none;}
		footer .bottom-under .inner-wrapper .copy-block{padding-bottom:20px;}
		footer .bottom-under .inner-wrapper, footer .bottom-under .outer-wrapper{padding-bottom:0px;margin-top:0px;}
		footer.compact .social-icons .small_title{display:none;}
		footer .blocks:last-of-type{padding-bottom:10px;}

		.buy_block.in .in_cart {float: left;}
		.wrapper_td .buy_block.in .in_cart {float: right;}

		.landings_list ul li {width: 50%;}

	}
}
@media (max-width:700px){
	.tarifs .head-block .dyn-block{}
	.partners.front.tarifs .head-block .flex-control-nav {padding: 20px 50px 20px;z-index: 999 !important;position: relative;bottom: 0;}
	.partners.front.tarifs .head-block .flex-control-nav{padding-left:20px !important;padding-right:20px !important;}
	.news_elements_5 .back_img_block {position: relative!important;/*height: 200px!important;*/width: 100%!important;margin: 0 0 11px!important;}
}

@media (min-height:701px){
	.basket.fly.small-block{top: 185px;margin: 0 0 55px;height:auto;}
	.basket.fly.small-block>.wrap{padding:0px;}
	.basket.fly.small-block .opener{top: 0;}
	.basket.fly.small-block>.wrap>h4{margin-top:0px;}
	.basket.fly.small-block>.wrap .basket_wrap{padding:0px;height:auto;}
	.basket.fly.small-block .items_wrap{max-height: 258px;}
	.basket.fly.small-block .opener + .right_dok .link{top:76px;}
	.basket.fly.small-block .opener + .right_dok .link + .link{top:152px;}
}

/* WHEN HIDE SIDE MENU */
@media (max-width:650px){
	.basket.default .buttons .btn{margin-top:20px;width:100%;margin-right:0;}
	.basket.default .buttons .btn:first-child{margin-top:0;}

	.left-menu-md, .right-menu-md{display:none;}
	.content-md{width:100%;}

	.side-menu > li > a{padding: 13px 27px 16px 10px;}
	.side-menu > li > a:before{right: 10px;top: 13px;}
	.bx-firefox .side-menu > li > a:before{top:14px;}
	.side-menu > li.active.child > a:before{top: 13px;}
	.bx-firefox .side-menu > li > a{padding-top:12px;padding-bottom:17px;}
	.side-menu .submenu-wrapper{padding: 0px 10px 10px 10px;}
	.side-menu .submenu{padding-top:3px;}
	.detail .galery{max-width:100%;}

	.list-type-block.item-views.wide_img.sm .item > .image{width:150px;}
	.list-type-block.item-views.wide_img:not(.image_right) .item .image + .body_info{padding-left: 175px;}
	.list-type-block.item-views.wide_img.image_right .item .image + .body-info{padding-right: 175px;}

	.form .licence_block label.error {top: -25px;}

}
@media (min-width:601px){
	.top_mobile_region .confirm_region{padding-top:12px;}
	.top_mobile_region .confirm_region+.close_popup{top:34px;}
	.top_mobile_region .confirm_region .title{display: inline-block;padding-right: 30px;}
	.top_mobile_region .confirm_region .buttons{display: inline-block;padding-top:11px;}
	.top_mobile_region .confirm_region .buttons > span{width:auto;}
	.top_mobile_region .confirm_region .buttons > span .btn{padding-left:20px;padding-right:20px;}
	.top_mobile_region .close_popup{top:35px;}
}

@media (max-width:600px){
	div.blog-comment-field-user {
		flex-direction: column;
	}
	div.blog-comment-field-author, div.blog-comment-field-email {
		width: 100%;
	}
	div.blog-comment-field-author input, div.blog-comment-field-email input {
	    border-radius: 2px;
	    box-shadow: none;
	    border: 1px solid #EBEBEF;
	    height: 49px;
	    padding: 6px 12px;
	    background: #F6F7FA;
	    display: block;
	    width: 100%;
	    font-size: 14px;
	    line-height: 1.428571429;
	    color: #555555;
	    vertical-align: middle;
	    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
	.feed-add-post-text {
	    margin: 5px 0 0;
	    padding: 0;
	    border-radius: 2px;
	    box-shadow: none;
	    border: 1px solid #EBEBEF;
	    font-size: 14px;
	    line-height: 1.428571429;
	    color: #555555;
	    vertical-align: middle;
	    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}

	.blog-comment-field.blog-comment-field-captcha {
	    display: block;
	}
	.blog-comment-field.blog-comment-field-captcha img {
		min-height: 45px;
	    margin-top: 5px;
	    min-width: 51%;
	}
	.blog-comment-field.blog-comment-field-captcha .blog-comment-field-captcha-image {
	    margin-left: 0px;
	}
	.blog-comment-field-captcha-label label {
	    margin-bottom: 10px;
	}
	div.blog-comment-field-captcha input {
	    border-radius: 2px;
	    box-shadow: none;
	    border: 1px solid #EBEBEF;
	    padding: 6px 12px;
	    background: #F6F7FA;
	    display: block;
	    font-size: 14px;
	    line-height: 1.428571429;
	    color: #555555;
	    vertical-align: middle;
	    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}



	.basket.default .items .item .buy_block{width:100px;}
	.basket.default .items .item .prices:not(.summ){float:none;margin-bottom:15px; width:100%;}
	.basket.default .items .item .prices.summ{width:100%;padding-left:130px;float:none;margin-top:20px;}
	.basket.default .items .item .prices .price_new{display:inline-block;}
	.basket.default .items .item .prices .price_old{display:inline-block;}

	.tabs_ajax .catalog.item-views.table .item .buy_block .counter, .catalog.item-views .tabs_ajax .item .buy_block .buttons{}
	.tabs_ajax .body-block .catalog.item-views.table .flexslider .slides{padding-bottom:100px;}
	.front.catalog .flexslider .flex-control-nav{bottom: 35px;z-index:0}
	.links-block .links a.back-url{margin-right:20px;}
	.links-block .links a.next-url{float:none;}
	.detail.partners .detailimage{float:none;max-width: none;margin: 0px 0px 20px;}
	.detail .ask_a_question{display:none;}

	.registraion-page .form .social_block .soc-avt, .border_block .max-form-block, .border_block .top-form, .form .bottom-form{padding-left:20px;padding-right:20px;padding-top:40px;}
	.border_block .top-form{padding-bottom:15px;}
	#mobileheader .title-block{max-width: 55%;}

	.tabs_ajax .body-block .item-block .table > .row > div{float:none;width:100%;}

	.bx-yandex-view-layout .pane_info_wrapper .pane_info{position:static;width:100%;}

	.detail .item-views.catalog.table .items > .col-xs-6{float:none;width:100%;}

	.module_products_list td.info-td td{display:block;padding: 10px 20px;width:100%;}
	.body .item .buy_block.in .buttons{max-width:200px;}
	.body .item .bottom-wrapper .buy_block.in .buttons{max-width:none;}

	.ajax_load.table .items.flexbox > .col-xs-6{width:100%;}
	.wrapper_td .buy_block.in .in_cart {float: left;}
	.module_products_list td.buy_block_wrapper .footer-button .buy_block {text-align: left;}

}
@media (max-width:599px){
	.catalog.detail .ext_view.sm .head .bottom-wrapper .col-xs-6{width:100%;}
}

@media (max-width:530px){

	body.with_project_map.narrow_menu .main .contacts-page-map-top.projects {margin-top: 0;}

	.page404 {margin-bottom: 60px;}
	.page404 .wrapper.right_unfound_block .flex_wrapper {flex-direction: column;}
	.front_projects_4 .news_block .item.big .info {max-width: 100%;}
	.tabs .nav-tabs {padding: 26px 0 17px!important;}
	.tabs .nav-tabs > li {width: 100%;}
	.tabs .nav-tabs > li a {
		display: inline-block;
		padding-left: 22px!important;
	    padding-top: 3px!important;
	    margin-bottom: 3px!important;
	    padding-bottom: 4px !important;
	}
	.tabs .nav-tabs > li a:before {
	    left: 0px!important;
	    top: -1px!important;
	    bottom: 3px!important;
	    right: auto!important;
	    height: auto!important;
	    width: 2px!important;
	}
	.BIG_BANNER_INDEX .banners-big .slides .text .btn {margin: 0;}
	.head-block.top {padding-bottom: 20px;}

	blockquote {padding: 45px 20px 25px 0px;}

	body.footer-v8 .popular_container {margin-bottom: 50px;}

	body.index .item-views.blocks {padding-top: 32px!important;}
	.top-block .info-text .phone-block{max-width:200px;font-size:0px;}
	.top-block .info-text .phone-block a{padding-left:5px;padding-right:0px  !important;}

	.detail blockquote::before{top:-3px;left:4px;font-size:90px;}
	.detail blockquote{padding-left:58px;}
	.news.front .item .text{display:none;}

	body .banners-big.long-banner .slides .shown .text .inner {align-items: baseline;}

	.detail .projects-blocks {padding: 0px;}

	.main > .container > .row > .maxwidth-theme > div:not(.left-menu-md):not(.right-menu-md){width:100%;}
	body .catalog.item-views.sections .item .image{float:none;margin:0 auto;max-width:100% !important;height:auto;width:auto;max-height:100%;line-height:normal;}
	body .catalog.item-views.sections .items.services .item .image{width:120px;height:120px;}
	.catalog.sections .item .info{padding-left:0 !important;padding-right:0 !important;padding-top:25px;}
	.catalog.sections .item .title{text-align:center;}
	.catalog.sections.front .items > div{width:50%;float:left;}
	.catalog.sections.front .item .text{display: none;}
	.bx-touch .filter .bx_filter_popup_result{font-size:12px;line-height:14px;position:fixed !important;z-index:1001;top:auto !important;right:0 !important;bottom:0 !important;left:0 !important;margin-top:0;margin-left:0;width:auto;height:auto;padding:10px;border-radius:0;box-shadow:0 -2px 5px 0 rgba(0,0,0, .1);}
	.filter .bx_filter_popup_result .arrow{display:none;}
	.bx-touch .filter .bx_filter_popup_result_close{position:absolute;top:50%;right:10px;display:block;width:22px;height:22px;margin-top:-11px;background:url(/bitrix/templates/centino-heat/css/images/filter/x.png) no-repeat center;background-size:16px;}
	.form.order .required-fileds{margin:-15px 0 15px;float:none!important;}
	.basket_order .confirm{text-align:center;}
	.basket_order .confirm .description{padding:120px 0 0;}
	.basket_order .confirm .description:before{left:50%;margin-left:-45px;}
	.basket_order .confirm .description .btn{margin:15px 0 0;display:block;}
	.basket_order .confirm .description .btn:first-of-type{margin-top:0;}

	body .order-block td{display:block;text-align: center;width: 100%;padding: 30px;}
	body .order-block td + td{padding-top:0px;}
	body .order-block td .text{min-height:auto;padding:0px;text-align:center;}
	body .order-block td .text:before{display:block;position:static;margin:0px auto 30px;}

	body .order-block.top_position td .text{padding-right: 39px!important;}
	body .order-block.top_position td {padding: 20px 0px 20px;}
	.order-block.top_position td + td {padding-top: 0;}

	.list-type-block.item-views.wide_img .item .body-info{padding:20px 32px 32px !important;}
	.detail .list-type-block.item-views.wide_img .item .body-info{padding:0px !important;}
	.list-type-block.item-views.wide_img .item .image + .body-info{padding-top:0px !important;}
	body .list-type-block.item-views.wide_img .items .item > .image{width:auto;float:none;padding:0px 0px 32px !important;}

	.item-views.blocks h3 + .right_link_block{float:none !important;display:block;padding:0px 0px 20px 0px;}

	.ordering-wrap{display:block;}
	.display-type.pull-right.text-right{float:none !important;text-align:left;}

	.teasers.item-views.front, .front-form, .item-views.front.staff-items, .instagram_ajax{padding-bottom:50px;}

	.linked .flexslider.shadow .slides{padding-bottom:120px;}
	body .item-views.table.linked.catalog .flexslider.shadow .flex-control-nav{bottom:83px;}
	.wraps.goods-block{margin-bottom: -120px;}
	.basket.default .foot .remove.all{float:none!important;}
	.basket.default .foot .total{float:none!important;margin-top:15px;padding-left:13px;text-align:left;width:auto;}
	.basket.default .basket_empty>.wrap{padding-left:0;padding-top:130px;text-align:center;}
	.basket .basket_empty>.wrap:before{left:50%;margin-left:-45px;}
	.logo-row .top-callback .phone{right:50px;top: -46px;}
	.logo-row .top-callback .basket_top+.callback +.phone{right: 100px;}
	.logo-row .top-callback .phone .phone-number > div a{font-size:14px;}
	.logo-row .logo img{max-width:100%;}
	.logo-row .logo{width: 43%;}

	.detail .ask_a_question{float:none;width:100%;margin:0px 0px 20px;}

	.barnd-block .item-views .item .image{max-width: 100%;float: none;width:100%;display:block;}
	.barnd-block .item-views .item .image + .body-info{padding-left:0px;}

	.list-type-block.item-views.staff .item .image:not(.pagging){margin:25px auto;float:none;}
	.list-type-block.item-views.staff .item:not(.wti) .body-info{padding-bottom:20px;padding-left:20px !important;padding-right:20px !important;}
	.list-type-block.item-views.staff .item:not(.wti) .body-info .bottom-props{padding-bottom:0px;}
	.review-detail .reviews.item-views.front .item .header-block{padding-left:22px;padding-right:22px;}
	.review-detail .reviews.item-views.front .item .header-block >div{text-align:center;}
	.review-detail .reviews.item-views.front .item .header-block .body-info{text-align:center;padding:0px;}
	.review-detail .reviews.item-views.front .item .bottom-block{text-align:center;padding: 20px 0px 0px;}
	.catalog.item-views.big-img.list .item{padding:0px 0px 20px;}
	.catalog.item-views.big-img.list .item .text{padding:10px 30px !important;}

	/*responsive table*/
	/*table.table, table.table thead, table.table tbody, table.table th, table.table td, table.table tr{display: block;clear:both;}
	table.table thead tr{position: absolute;top: -9999px;left: -9999px;}
	table.table thead + tbody tr:first-of-type{position: static;}
	table.table thead + tbody tr{border: 1px solid #ccc;}
	body table.table thead + tbody tr:not(.nomobile) td{border: none;border-bottom: 1px solid #eee;position: relative;padding-left: 50%;text-align: left !important;min-height:32px;}
	table.table thead + tbody td .th-mobile{display:block;position: absolute;top: 6px;left: 6px;width: 45%;padding-right: 10px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
*/
	#mobileheader .title-block{max-width: 50%;}

	.float-banners.v1 .item .wrap_tizer .wr_block.price{display:none;}
	.float-banners.v1 .items > div > .row > div, .portfolio.front .row > div, .news_block > .row > div,
	.custom > .item > .row > div, .profit-front-block > div{float:none;width:100%;}
	body .body .col-xxs-12{float:none !important;width:100% !important;}
	.news_block .item.big .name{font-size:1em;}
	.news_block .item.big .info{padding: 17px 24px 20px;}
	.portfolio.item-views:not(.news_block) .item{padding-bottom: 60%;}
	.item-views.table-elements.portfolio .custom .item .items .item .image{max-height: none;}

	.slider_mainpage .dark_hover_5 {opacity: 0.5;}
	.slider_mainpage .info .text {font-size: 0.9335em;}
	.SLIDER_INDEX .slider_mainpage .news_block .item .info {padding: 17px 20px 20px;}
	.item-views.blocks {padding-top: 32px!important;}
	.title_block.row.tabs h3 {padding-bottom: 6px!important;}
	.title_block.row.tabs h3 {margin-bottom: 12px!important;}
	.head-block .item-link.active .title span:before {
		left: 0px!important;
	    top: -1px!important;
	    bottom: 3px!important;
	    right: auto!important;
	    height: auto!important;
	    width: 2px!important;
	}
	.head-block .item-link .title span {
		padding-left: 22px!important;
		margin-top: 2px!important;
    	margin-bottom: 10px!important;
    	padding-bottom: 4px !important;
	}
	.title_block.row.tabs .items .row {padding-right: 0px!important;padding-bottom: 21px!important;}
	.FLOAT_BANNERS_INDEX .block-with-bg .blocks.front-services_new {padding-top: 80px!important;}
	.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-arrow {top: -60px;}
	.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-arrow.slick_prev {left: 16px;}
	.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-arrow.slick_next {left: 66px;}
	.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-arrow.slick-disabled {background-color: white;}
	.FLOAT_BANNERS_INDEX .front-services_new {padding-bottom: 21px;}
	.head-block .item-link {display: block;}

	.item-views.blocks .title_block a + h3 {padding-right: 0px;}
	.item-views.blocks .title_block:not(.tabs) {display: flex;
    flex-direction: column-reverse;}
    .instagram_ajax .item-views.blocks .title_block { margin-bottom: -16px; }
	body .container .item-views.blocks .title_block h3 {margin-bottom: 0px;
    padding-bottom: 10px!important;}
	body .container .item-views.blocks .title_block .right_link_block {margin-bottom: 25px;margin-top: 0px;}

	.COMPANY_INDEX .title_block {flex-direction: column;align-items: baseline;}
	.COMPANY_INDEX .row .maxwidth-theme .title_block h3 {margin: 10px 0 10px -2px;}

	.TEASERS_INDEX .tizers_block3 {padding-top: 7px;}
	.tizers_block3 .item {flex-direction: column;}
	.tizers_block3 .item .item-wrap .item {align-items: flex-start;padding-bottom: 13px;}

	.tizers_block3 .item .title .top-text { padding-bottom: 9px; }

    .services.sections.v6 .image {float: none !important;width: 120px;height: 120px;}
    .services.sections.v6 .item .info {padding-left: 0!important;padding-right: 0!important;}

    .landings_list ul li {width: 100%;}
}

@media (max-width: 470px) {
	.instagram_ajax .instagram .item{width:100%;}
	.list-type-block.item-views .item > .image, .list-type-block.item-views.image_right .item > .image{float:none;width:100%;text-align:center;}
	body .company-block .list-type-block.item-views{text-align:center;}
	.company-block .list-type-block.item-views .item > .image{width:54px;max-width:none;display: inline-block;}
	body .company-block .list-type-block.item-views .item > .body-info{padding-top:5px;}
	.list-type-block.item-views .item > .body-info, .list-type-block.item-views.image_right .item .body-info{float:none;width:100%;/*padding-left:0px !important;padding-right:0px !important;*/}
	body .list-type-block.item-views .item > .body-info{padding-top:20px;}
	.barnd-block .list-type-block.item-views .item > .body-info{padding-top:20px;}

	.catalog.detail .wrapper-block-btn{white-space:normal;}

	.reviews.item-views .item.review .image{display:none;}
	.reviews.item-views .item.review .image + .body-info{padding:0px;}
	.staff.item-views .item .image{margin:auto;}
	.staff.item-views .item .image + .body-info{padding-left:40px;padding-right:40px;}
	.list-type-block.item-views.slider-items .item > .image{display:none;}
	body .list-type-block.item-views.slider-items.list .item .body-info{padding:26px 30px 10px 30px !important;}
	body .list-type-block.item-views.slider-items.list.tarifs .item .body-info{padding:0px !important;}
	body .list-type-block.item-views.slider-items.list.tarifs .head-block .item .body-info{padding:10px 5px !important;}
	.catalog.item-views.price .item .img-block{padding:0px;width:100%;float:none;}
	.catalog.item-views.price .item .img-block + div{width:100%;float:none;}
	.catalog.item-views.price .item .text .buy_block{white-space:nowrap;}
	.catalog.item-views.price .item .text .buy_block .counter{width:110px;}
	.barnd-block .item .image .preview{display:none;}

	.contacts-stores .mobile-title-phone .row > div{width: 100%;float:none;padding-bottom:10px;}
	.blog.list-type-block.item-views .item .title, body .banners-small.blog .item .inner-item .title span{font-size:18px;}
	#mobileheader .title-block{max-width: 45%;}

	.ext_view .element_detail_text .sharing{float:none;}
	.ext_view .element_detail_text .price_txt .text-info{padding:0px 0px 25px;}

	.float-banners.v3.list .items .item .img{float: none;margin: auto;}
	.float-banners.v3.list .items .item .img + .text-wrapper{padding-left:0px;}

	.right_block .catalog .tizers_block{text-align:left;}
	.right_block .catalog .tizers_block .col-xs-6{width:100%;text-align:left;}

	.page404 .wrapper.right_unfound_block {padding: 40px;}
}
@media (max-width:430px){
	.logo-row .top-callback .phone{top: -48px;}
	.logo-row .top-callback .phone .phone-number > div a{font-size: 11px;}
	.teasers.item-views.icons.front .item .image{display:none;}
	.teasers.item-views.icons.front .item .info{padding-left:0px;}
	#mobileheader .title-block{max-width: 40%;}

	.sections_wrapper .list .item.section_item .img{float: none;margin: 0px auto 10px;}
	.sections_wrapper .list .item.section_item .section_info{padding-left: 0px;}
}
@media (max-width:400px){
	/* mobile headers */
	#mobileheader .right-icons{padding-right:10px;}
	#mobileheader .wrap_icon{padding-left:10px;padding-right:10px;}

	.logo-row .top-callback .basket_top+.callback +.phone{display:none !important;}
	.front .btn-default{padding-top:7px;padding-bottom:6px;font-size:14px;}

	.banners-big .btn{margin-top:5px !important;/*margin-left:20px ;*/}
	.banners-big .btn:first-of-type{/*margin-top:3px !important;*//*margin-left:20px ;*/}
	.banners-big .slides .text .inner{padding-top:10px;}
	body .banners-big .slides .text-block{margin-bottom:7px;}
	body .banners-big .slides .title{font-size:18px;line-height:22px;padding-bottom:7px;}
	.tarifs  .front .btn-default{font-size:11px;}

	.filters-wrap .ordering-wrap .select-outer{width:auto;}

	.subscribe-block-wrapper .text{font-size:14px;}
	.subscribe-block-wrapper .subscribe-btn{padding: 10px 15px 14px;}
	.subscribe-block-wrapper .form-control.subscribe-input{padding-right:140px;}

	.wrap-portfolio-front .row .inner-wrapper-text{padding: 60px 20px 50px;text-align:center;}
	.wrap-portfolio-front .row .inner-wrapper-text .main-wrapper .link .btn{margin: 0px;}
	.row.block-with-bg + .row .item-views.blocks h3{padding-top: 56px;}

	.blog.list-type-block.item-views .item > .image{height:auto;}
	.item-views .title-wrapper.bottom-props .value{margin-bottom:4px;}

	.catalog.item-views.table .items > div{float:none;width:100%;}
	.inline-search-block.fixed.big .search .search-input{padding:0 124px 0 10px;}
	.inline-search-block.fixed.big .search .btn-search{padding:7px 25px 8px;top:3px;right:70px;}

	.float-banners .title_block + .items .text-block .btn{display:none;}
	.reviews.item-views.slider .item{padding-left:56px;padding-right:30px;}
}
@media (max-width:395px){
	.form .form-footer .pull-right{float:none !important;text-align:center;margin-top:15px;}
	.form .form-footer .pull-left{float:none !important;text-align:center;}
	.form.contacts .required-fileds{float:none !important;text-align:center;}
	.form.contacts .required-fileds + div.pull-right{float:none !important;text-align:center;margin-top:15px;}

	.form.popup .form-footer.clearfix .pull-right{float:right !important;}
	.form.popup .form-footer.clearfix .pull-left{float:left !important;}
	.form.popup .form-header i{display:none;}
	.form.popup .form-header .text{padding-left:80px !important;padding-right:80px !important;}
	#wrap_ajax_auth.form.popup .form-header .text{padding:0px !important;}
	#wrap_ajax_auth.form.popup .form-header .text .title {margin:10px 0 0 10px !important;}
	.form.popup .form-body{padding:24px 11px 0 !important;}
	.form.popup .form-footer{padding:14px 11px 52px !important;}
	.form.popup .captcha-row .input{margin-left:30px !important;}
	.catalog.item-views .item .label{margin-right:0;}
	.pagination a, .pagination span {padding-left:4px !important;padding-right:3px !important;}
	.basket.default .items .item{padding-left:29px;text-align:center;}
	.basket.default .items .item .box{float:none!important;}
	.basket.default .items .item .image{margin:0 auto 20px;float:none;}
	.basket.default .items .item .buy_block{margin:0 auto 14px;}
	.basket.default .items .item .prices{margin-top:0!important;padding:0!important;}
	.basket.default .items .item .description{margin-top:0;margin-bottom:14px;}
	.banners-big.front.hidden_narrow{display:none;}

	.partners.front.blocks{padding-bottom:60px;}
	.company-block .item-views.front .props{padding-top:40px;}
	body .company-block .list-type-block.item-views{padding-bottom:35px;}

	.catalog.detail .head .brand{float: none;}
	.catalog.detail .head .brand + .clearfix{display:none;}

	/*subscribe*/
	.subscribe-edit-main table.data-table tr{border-bottom:1px solid #ebeef1;}
	.subscribe-edit-main table.data-table tr td{padding:5px 0px;}
	.subscribe-edit-main table.data-table tr td:first-child{padding-bottom:0px;}
}

@media (max-width:380px){
	/* mobile headers */
	#mobileheader .logo{max-width:108px;}
	.share:not(.top) .shares-block:not(:hover){padding-right: 42px;}
	body .share.clicked .shares-block{padding-right: 67px !important;}
	body .share.clicked .shares-block:hover{padding: 10px 67px 4px 20px !important;}
	.share:not(.top) .shares-block:hover{padding: 10px 52px 4px 7px;}
	.share:not(.top) .shares-block:before{right:42px;}
	.share:not(.top) .shares-block:after{right:11px;}

	.captcha-row .captcha_input{margin-top: 22px;position: relative;left: 0px;top: 0px;margin-right: 0px;width: auto;max-width: none;}
	.captcha-row .captcha_input input[name=captcha_word]{position:static;}
	.module_products_list tr.item .wrapper_td {padding-bottom: 15px;}
	.module_products_list tr.item .wrapper_td tr {display: flex;flex-direction: column;}

}

@media (max-width:357px){
	.news_block .item.sliced {padding-bottom: 45px!important;}
	.front_projects_9 .name {margin-bottom: 23px;}
	.front_projects_9 .sticker_text {margin-bottom: 20px;}
	.front_projects_9 .item .date {bottom: 33px;}

	.partners.front .flex-direction-nav{display:none;}
	.partners.front .btn, .services.front .btn{right:-10px;}
	.detail .ask_a_question{float:none;margin:0px auto;margin-bottom:15px;width:100%;}
	.teasers.item-views.front .item .image, .news.front .item .image{height:50px;line-height:48px;max-height:50px;max-width:75px;width:75px;}
	.teasers.item-views.front .item .info, .news.front .item .info{padding-left:90px;}
	.projects.item-views.table .item > a{width:100%;}
	#mobileheader .title-block{max-width: 35%;}
	.select-outer select{width: 215px;}
	.catalog.item-views.list .item .buy_block{white-space:nowrap;}
	.catalog.item-views.list .item .buy_block .counter{max-width:110px;}

	/* mobile headers */
	#mobileheader .right-icons{padding-right:4px;}
	#mobileheader .wrap_icon{padding-left:7px;padding-right:7px;}
	#mobileheader .wrap_icon.wrap_basket{padding-right:2px;}
}
@media (max-width:320px){
	.catalog.sections.front .item{padding:10px;margin:0 0 0px;}
	.catalog.sections.front .item .image{height:80px;line-height:79px;}
}

@media (max-width:319px){
}

/* End */


/* Start:/bitrix/templates/centino-heat/themes/CUSTOM_s1/colors.css?175075553532877*/
.color-demo {
  border: 1px solid #eee;
  margin: 0 0 20px 0;
}
.color-demo .color-view {
  padding: 35px 10px;
  text-align: center;
  font-size: 14px;
}
.color-demo .color-info {
  border-top: 1px solid #eee;
  padding: 10px 10px;
  text-align: center;
  font-size: 12px;
}
.font-white {
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.font-main {
  color: #00644C;
}
.bg-main {
  background-color: #00644C;
}
.font-main {
  color: #00644C;
}
.bg-main {
  background-color: #00644C;
}
.font-fadeout {
  color: rgba(0,131,99,0.5);
}
.bg-fadeout {
  background-color: rgba(0,131,99,0.5);
}
.font-main-lighten {
  color: #008363;
}
.bg-main-lighten {
  background-color: #008363;
}
.font-dark {
  color: #222;
}
.bg-dark {
  background-color: #222;
}
.font-main2 {
  color: #00120e;
}
.bg-main2 {
  background-color: #00120e;
}
.font-main3 {
  color: #00503c;
}
.bg-main3 {
  background-color: #00503c;
}
.font-grey1 {
  color: #F6F7FA;
}
.bg-grey1 {
  background-color: #F6F7FA;
}
.font-grey2 {
  color: #F2F4F7;
}
.bg-grey2 {
  background-color: #F2F4F7;
}
.color-theme {
  color: #00644C;
}
.active.color-theme-active,
.active .color-theme-active {
  color: #00644C;
}
.color-theme-hover:hover {
  color: #00644C !important;
}
.color-theme-after:after {
  color: #00644C;
}
.color-theme-before:before {
  color: #00644C;
}
.color-theme-inside-hover:hover * {
  color: #00644C;
}
.bg-theme {
  background-color: #00644C;
}
.bg-theme-hover:hover {
  background-color: #00644C;
}
.bg-theme-after:after {
  background-color: #00644C;
}
.bg-theme-before:before {
  background-color: #00644C !important;
}
.bg-theme-before-hover:hover:before {
  background-color: #00644C !important;
}
.bg-theme-light {
  background-color: #008363 !important;
}
.border-theme {
  border-color: #00644C;
}
.border-theme-hover:hover {
  border-color: #00644C;
}
.border-theme-after:after {
  border-color: #00644C;
}
.border-theme-before:before {
  border-color: #00644C;
}
.border-theme-active.active,
.active .border-theme-active {
  border-color: #00644C;
}
.fill-theme path,
.fill-theme rect,
path.fill-theme,
rect.fill-theme {
  fill: #00644C;
}
.fill-theme-hover:hover path,
.fill-theme-hover:hover rect {
  fill: #00644C;
}
.fill-theme-after:after path,
.fill-theme-after:after rect {
  fill: #00644C;
}
.outline-theme-active.active,
.active .outline-theme-active {
  outline-color: #00644C !important;
}
.outline-theme-current.current,
.current .outline-theme-current {
  outline-color: #00644C !important;
}
.sticker-block {
  background: #00644C;
}
header .top-block .phone-block .phone.with_dropdown .more_phone a {
  color: #00644C !important;
}
body.header_colored_main_menu header td.menu-item.active > div {
  background-color: rgba(0,131,99,0.5);
}
body:not(.header_colored_main_menu)  header td.menu-item.active:after {
  content: "";
  height: 2px;
  background: #00644C;
  display: block;
  margin: 0px 18px;
}
body:not(.header_colored_main_menu)  header td.menu-item.active > div > a {
  color: #00644C !important;
}
.basket.fly .foot .remove:hover>span:before {
  background-color: #00644C !important;
}
.bx_filter input[type="checkbox"] + label:before,
.filter input[type="checkbox"] + label:before,
.filter input[type="radio"] + label:before {
  background: #00644C;
}
svg path.bgcolored {
  background-color: #00644C;
}
.svg-inline-colored svg path {
  fill: #00644C;
}
.owl-nav button {
  background: #00644C !important;
}
.owl-nav button:hover {
  background: #008363 !important;
}
.SLIDER_INDEX .slider_mainpage_2 .news_block .item .info {
  box-shadow: 0px 0px 0 0px #00644C;
}
.SLIDER_INDEX .slider_mainpage_2 .news_block .item:hover .info {
  box-shadow: 0px 0px 0 5px #00644C;
}
.item-views.sections.v2 .items .item .hover_text_wrapper .title:hover a {
  color: #00644C;
}
.items .item:hover .arrow {
  background-color: #00644C;
}
#logo_centino_svg {
  fill: #00644C;
}
.order-block.right_position .description ul li:before {
  background: #00644C;
}
.detail.services .nav-tabs li:not(.active):hover a {
  color: #00644C;
}
.detail.services .nav-tabs li.active a {
  color: #00644C;
}
.detail.services .nav-tabs li.active:after {
  background-color: #00644C;
}
body.all_title_2 .detail.catalog .nav-tabs li.active a {
  color: #00644C;
}
.bottom_section span {
  color: #00644C;
}
.bottom_section svg path {
  fill: #00644C;
}
.reviews.item-views.slider .item .preview-text-wrapper .quote svg .cls-1 {
  fill: #00644C;
}
.reviews.item-views.slider .item .quote svg path {
  fill: #00644C;
}
.dark-nav2 .flex-control-nav li a {
  border-color: #00644C;
}
.introtext {
  border-bottom-color: #00644C;
}
a:hover,
a:focus {
  color: #222;
}
.dark-color:hover,
a.colored,
.colored {
  color: #00644C;
}
a {
  color: #00644C;
}
a.colored:hover,
.colored:hover {
  color: #222;
}
a:active {
  color: #00120e;
}
a.grey {
  color: #818181;
}
a.grey:hover {
  color: #00644C;
}
.dark_link:hover {
  color: #00644C;
}
.btn-inline {
  color: #00644C;
}
.btn-inline.black:hover {
  color: #00644C;
}
.btn-inline.rounded:hover i {
  background: #00644C;
}
body .fa.big-icon {
  background: #00644C;
}
body .fa.big-icon.grey {
  color: #00644C;
  background: #efefef;
}
.icon-text {
  color: #fff;
  background: #00644C;
}
.icon-text .fa {
  color: #fff;
}
.icon-text.grey {
  color: #222;
  background: #efefef;
}
.icon-text.grey .fa {
  color: #00644C;
}
a.scroll-to-top.ROUND_COLOR,
a.scroll-to-top.RECT_COLOR {
  background-color: #00644C;
}
a.scroll-to-top.ROUND_COLOR:hover,
a.scroll-to-top.RECT_COLOR:hover {
  background-color: #008d6b;
}
.underline {
  border-bottom: 2px solid #00644C;
}
blockquote::before {
  background-color: #00644C;
}
.review .it:before {
  color: #00644C;
}
.styled-block {
  border-left-color: #00644C;
}
.list.icons .fa {
  color: #00644C;
}
table.table th {
  background-color: #00644C;
}
hr.colored_line {
  border-color: #00644C;
}
.btn.btn-default {
  background-color: #00644C;
  border-color: #00644C;
  color: #ffffff;
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
  background-color: #008363;
  border-color: #008363;
}
.btn.btn-default.white {
  color: #00644C !important;
  border: 1px solid rgba(0,100,76,0.2);
  background: #ffffff;
}
.btn.btn-default.btn-transparent-bg:not(:hover) {
  color: #00644C !important;
}
.btn.btn-default.white:hover,
.btn-default.white:active,
.btn-default.white:focus {
  color: #ffffff !important;
  border-color: #00644C;
  background: #00644C;
}
.btn.btn-default.white.white-bg:hover,
.btn-default.white.white-bg:active,
.btn-default.white.white-bg:focus {
  color: #00644C !important;
  border-color: #00644C;
  background: #fff;
}
.btn.btn-primary {
  background-color: #00644C;
  border-color: #00644C;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background-color: #00644C;
  border-color: #00644C;
}
.btn.btn-success {
  background-color: #84bc29;
  border-color: #84bc29;
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success:focus {
  background-color: #9dca53;
  border-color: #9dca53;
}
.btn.btn-info {
  background-color: #0ca9e3;
  border-color: #0ca9e3;
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info:focus {
  background-color: #39baec;
  border-color: #39baec;
}
.btn.btn-warning {
  background-color: #f38b04;
  border-color: #f38b04;
}
.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning:focus {
  background-color: #f8a132;
  border-color: #f8a132;
}
.btn.btn-danger {
  background-color: #dc130d;
  border-color: #dc130d;
}
.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger:focus {
  background-color: #e63f3a;
  border-color: #e63f3a;
}
.btn.btn-transparent {
  background-color: rgba(255,255,255,0);
  border-color: rgba(255,255,255,0);
  color: #000000;
}
.btn.btn-transparent:hover,
.btn.btn-transparent:active,
.btn.btn-transparent:focus {
  background-color: #008363;
  border-color: #008363;
}
.btn.btn-transparent:hover {
  color: #ffffff;
}
.btn.btn-responsive-nav {
  background-color: #00644C;
}
.btn.btn-responsive-nav:hover {
  color: #00644C;
  border: 1px solid #00644C;
  background-color: #ffffff;
  padding: 4px 7px 2px;
}
.btn.btn-link {
  color: #00644C;
  border-color: #18ffc7;
}
.btn.btn-link:hover {
  color: #008363;
  border-color: transparent;
}
.btn.btn-link:active {
  color: #00120e;
}
.btn.btn-default.wc.vert .fa {
  background-color: #00644C;
}
.btn.btn-default.wc.vert:hover .fa {
  background-color: #008363;
}
.btn.btn-transparent-border:hover {
  background-color: #00644C;
  border: 1px solid #00644C;
}
body header.light .logo_and_menu-row .confirm_region .buttons .btn.btn-default.btn-transparent-bg:not(:hover) {
  color: #00644C !important;
}
body .confirm_region .btn.btn-default:not(:hover) {
  border-color: #00644C !important;
}
.label.label-default {
  background: #93a6bc;
}
.label.label-primary {
  background: #b8c2cd;
}
.label.label-success {
  background: #5cb85c;
}
.label.label-warning {
  background: #f0ad4e;
}
.label.label-danger {
  background: #d9534f;
}
body.long_menu .header_1 .menu-row > .logo-row {
  background: #00644C;
}
.header_1 .logo-row .maxwidth-theme .slogan {
  background: #00644C;
}
.header_1 .menu-row .menu-row .menu-only .mega-menu table td:not(.js-dropdown):hover .wrap {
  background: rgba(0,131,99,0.5);
}
body.header_nopacity .header_1.opacity .menu-row .menu-row .menu-only .mega-menu table td .wrap > a:hover {
  color: #00644C;
}
.top-block-item.address svg path {
  fill: #00644C;
}
.top-block.colored {
  background: #00644C;
}
.top-block .social-icons li a:hover:before {
  background-color: #00644C;
}
.top-block .top-block-item  .inline-search-show:hover>span {
  color: #00644C;
}
.logo.colored img,
header .line-row,
#mobileheader .logo.colored img {
  background-color: #00644C;
}
.top-block .top-block-item .personal.top:hover > a {
  color: #00644C;
}
.top-block .top-block-item .personal.top:hover > a svg path {
  fill: #00644C;
}
.logo-row .top-callback .phone .fa,
.logo-row .top-callback .email .fa {
  background-color: #00644C;
}
.logo-row .top-callback .email,
.logo-row .top-callback .email a:hover {
  color: #008363;
}
.inline-search-block.fixed.big .search .close-block:hover .close-icons {
  background-color: #008363;
}
#mobileheader .mobileheader-v2 {
  background: #00644C;
}
#mobilemenu .menu ul>li.selected a:before {
  background: #00644C;
}
#mobilemenu .contacts a:hover {
  color: #00644C;
}
#mobilemenu .menu>ul>li.counters .count {
  background: #00644C;
}
.style-switcher .switch:hover,
.style-switcher .header.can_save .save_btn:hover {
  background: #00644C;
}
.style-switcher .switch_presets,
.style-switcher .switch {
  background: #00644C;
}
.style-switcher .header .header-inner {
  background-color: #00644C;
  border-color: #00644C;
}
.style-switcher .header .header-inner:hover,
.style-switcher .header .header-inner:active,
.style-switcher .header .header-inner:focus {
  background-color: #008363;
  border-color: #008363;
}
.style-switcher .options > a.current:not(.block),
.style-switcher .options .link-item.current:not(.block) span {
  color: #00644C;
}
.style-switcher .options .link-item.current.block {
  border-color: #00644C;
}
.style-switcher .tooltip-link:hover {
  background: #00644C;
  border-color: #00644C;
}
.style-switcher .options[data-code="BASE_COLOR"] > div.current > span,
.style-switcher .options[data-code="BASE_COLOR"] > div.current > span:hover {
  *border-color: #00644C;
}
.style-switcher .options[data-code="BGCOLOR_THEME"] > div.current > span,
.style-switcher .options[data-code="BGCOLOR_THEME"] > div.current > span:hover {
  border-color: #00644C;
}
.style-switcher .left-block .section-block.active:before {
  background: #00644C;
}
.style-switcher .block-title .dotted-block {
  color: #00644C;
}
.style-switcher .left_switch_menu_container.active:after {
  background-color: #00644C;
}
.style-switcher .left_switch_menu_container.active .left_switch_menu_svg {
  fill: #00644C;
}
.style-switcher .left_switch_menu_container:hover svg {
  fill: #00644C;
}
.style-switcher .left-block .section-block.active {
  color: #00644C;
}
.style-switcher .buttons:hover svg path {
  fill: #00644C;
}
.style-switcher .media_close_btn:hover svg path {
  fill: #00644C;
}
.style-switcher.active .buttons > div:hover .title {
  color: #00644C;
}
.style-switcher .options .preset-block.current {
  border-color: #00644C;
}
.style-switcher .options .link-item.block.current span.title + span img {
  outline: 1px solid #00644C !important;
}
.style-switcher .base_color_custom.current .click_block {
  background-color: #00644C;
}
.style-switcher .base_color_custom.current .click_block path {
  fill: #00644C;
}
.style-switcher .left-block .section-block:hover:not(.active) {
  color: #00644C;
}
.style-switcher .options .link-item:not(.current):hover span {
  color: #00644C;
}
.style-switcher .options .link-item.current .inner-table-block:first-of-type span {
  color: #00644C;
}
.style-switcher .options .link-item.current .inner-table-block span img {
  border: 2px solid #00644C;
}
.top-block .search .search-wrapper {
  background: #00644C;
}
.menu-row .search-button-div .fa-close:hover {
  color: #008363;
}
.search .btn-search {
  color: #00644C;
}
.mega-menu ul.nav li.active,
.mega-menu ul.nav li:hover {
  background-color: #00644C;
}
body.header_opacity header.light .top-block .sidebar.dropdown-menu a:hover {
  color: #00644C !important;
}
.mega-menu table td.active .wrap > a,
.mega-menu table td:not(.search-item):hover .wrap > a {
  color: #00644C;
}
.topmenu-LIGHT .mega-menu table td.active .wrap > .more-items span:before,
.topmenu-LIGHT .mega-menu table td:not(.search-item):hover .wrap > .more-items span:before {
  background-color: #00644C;
}
.mega-menu table td .wrap > a .line-wrapper .line {
  background-color: #00644C;
}
.topmenu-LIGHT .mega-menu table .tail {
  border-bottom: 6px solid #00503c;
}
.mega-menu table .dropdown-menu li > a:hover,
.mega-menu table .dropdown-submenu > a:hover:after {
  color: #00644C;
}
.mega-menu table .dropdown-menu li.active > a,
.mega-menu table .dropdown-submenu.active > a,
.mega-menu table .dropdown-submenu.active  > a:after {
  color: #00644C;
}
.marker-nav {
  background-color: #00644C;
}
.header_1 .basket-link .count:not(.basket-count) {
  background-color: #00644C;
}
.mega_fixed_menu .mega-menu table .wrap > .dropdown-menu .dropdown-submenu > a:hover>.arrow>i {
  background-color: #00644C;
}
.mega_fixed_menu .svg.svg-close:hover {
  background-color: #00644C;
}
.inline-search-block.bg-colored-block.show {
  background-color: #00644C;
}
.menu-row.bgcolored .wrap_icon:hover {
  background-color: #008363;
}
.logo_and_menu-row .burger:hover .svg-burger {
  background-color: #008363;
}
body .basket-link.basket-count .count {
  background-color: #00644C;
}
.logo_and_menu-row .basket-link:hover .title {
  color: #00644C;
}
.top-block-item  .basket-link:hover  .title {
  color: #00644C;
}
.title-v5 .basket.fly .opener {
  background-color: #00785c;
}
.title-v5 .basket.fly .opener:hover {
  background-color: #009773;
}
.top-btn:hover .svg {
  background-color: #00644C;
}
a:hover .svg:not(.inline) {
  background-color: #00644C;
}
.svg.colored svg path {
  fill: #00644C;
}
.logo svg path.icon-path {
  fill: #00644C;
}
.social-icons li a:hover svg path,
.header_opacity.header_fill_none header.light > div:not(.menu-row) .social-icons li a:hover svg path {
  fill: #00644C !important;
}
.menu-row.with-color.colored_dark .wrap_icon:hover .svg svg path,
.wrap_icon:hover .svg.inline svg path {
  fill: #00644C;
}
.fill_bg_n.header_fill_colored header .logo_and_menu-row.full-fill .logo-row,
.header_fill_colored header .logo_and_menu-row.full-fill .logo-row .maxwidth-theme {
  background: #00644C;
}
.menu-row.with-color.colored_dark .mega-menu table td.active .wrap > a,
.menu-row.with-color.colored_dark .mega-menu table td:hover .wrap > a,
.menu-row.with-color.colored_dark .mega-menu table td .wrap > a:hover {
  color: #00644C;
}
.menu-row.bgcolored .mega-menu table td:hover {
  background-color: #008363;
}
.menu-row.bgcolored .mega-menu table td.active {
  background-color: #003b2d;
}
.menu-row.bgcolored > .maxwidth-theme .menu-only {
  background-color: #00644C;
}
body.header_nopacity.header_fill_colored.fill_bg_y header .menu-row > .maxwidth-theme,
body.header_nopacity.header_fill_colored.fill_bg_n header .menu-row {
  background-color: #00644C;
}
.top-block .menu.topest li.selected>a,
.top-block .menu.topest li:hover >a {
  color: #00644C;
}
body:not(.header_fill_colored) .mega-menu table td .wrap > a.more-items:hover svg path {
  fill: #00644C !important;
}
body:not(.header_fill_colored) .mega-menu table td:hover > .wrap > a.more-items svg path {
  fill: #00644C !important;
}
.header_opacity header.light .nav a:hover svg path {
  fill: #00644C !important;
}
.header_opacity.header_fill_light header.light > .full-fill .logo svg path {
  fill: #00644C !important;
}
.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li > .dropdown-menu li a {
  color: #00644C;
}
.header_nopacity.header_fill_colored .logo_and_menu-row .menu-row .basket-link .count {
  border-color: #00644C;
}
.wide_menu .wrap .dropdown-menu .li_container .row > li .menu_container > a:hover {
  color: #00644C;
}
.wide_menu .wrap .dropdown-menu .li_container .row > li .menu_container .dropdown-menu li > a:hover {
  color: #00644C;
}
.wrap_tizer .wrap_outer,
.wrap_tizer .wrap_outer .outer_text,
.wrap_tizer .wrap_outer .inner_text {
  background: #00644C;
}
.tizers_block3 .item svg path {
  fill: #00644C;
}
.tizers_block3 .item .title:hover .top-text {
  color: #00644C;
}
.header_fill_colored.fill_bg_n header .top-block + .logo_and_menu-row .logo-row,
.header_fill_colored header .top-block + .logo_and_menu-row .logo-row .maxwidth-theme {
  background-color: #00644C;
}
body header.light .wrap_icon:hover .svg.inline svg path {
  fill: #00644C !important;
}
body.header_opacity.header_fill_none header.light .top-block .svg.colored svg path,
body header.light .top-block .personal:hover .svg svg path {
  fill: #00644C !important;
}
body.header_opacity header.light i.colored.svg svg path {
  fill: #00644C !important;
}
#mobilemenu .expanded>.dropdown .menu_back a:hover svg path {
  fill: #00644C;
}
.rss:hover,
.body .page-top .print-link:hover {
  background-color: #00644C;
}
.personal-link:hover svg path {
  fill: #00644C;
}
.catalog .bx_filter_section .bx_filter_block .pict label:hover,
.catalog .bx_filter_section .bx_filter_block .pict label.active {
  border-color: #00644C;
}
.catalog .bx_filter_section .bx_filter_block .bx_filter_param_label:hover .bx_filter_param_btn,
.catalog .bx_filter_section .bx_filter_block .bx_filter_param_label.active .bx_filter_param_btn {
  border-color: #00644C;
}
#headerfixed .menu-block.rows:hover {
  background-color: #00644C;
}
#headerfixed .menu-block .navs td:not(.wide_menu) ul li.active > a,
#headerfixed .menu-block .navs td:not(.wide_menu) ul li a:hover,
#headerfixed .menu-block .navs td:not(.wide_menu) ul li a:focus {
  color: #00644C;
}
#headerfixed .logo-row.v2 .burger .site_map_wrapper .burger_top_menu_row .wrap > a:hover {
  color: #00644C;
}
#headerfixed .logo-row.v2 .burger .site_map_wrapper .burger_top_menu_row .wrap > div a:hover {
  color: #00644C;
}
#headerfixed .logo-row.v2 .mega-menu table td .wrap > a:hover {
  color: #00644C;
}
.wrap-portfolio-front {
  background: #00644C;
}
.front_projects_2 .portfolio.item-views .link .item:hover .bottom_title .slick_next svg path {
  fill: #00644C;
}
.front_projects_2 .portfolio.item-views .item.wline:hover .slick_next {
  background-color: #00644C;
  border-color: #00644C;
}
.head-block .item-link.active .btn-inline {
  color: #00644C;
}
.head-block .item-link.active .title span:before,
.head-block .item-link.active .title .btn-inline:before {
  background: #00644C;
}
.search-tags-cloud .tags a:hover {
  color: #00644C;
}
.basket_top .dropdown {
  border-color: #00644C;
}
.basket_top .dropdown:before {
  border-bottom-color: #00644C;
}
.remove:hover:before {
  background-color: #00644C;
}
.basket_order .description:before {
  background: #00644C;
}
.basket.fly .opener {
  background: #00644C;
}
.basket.fly .opener:hover {
  background: #008363;
}
.breadcrumb a:hover {
  color: #222;
}
.breadcrumb a:active {
  color: #00120e;
}
.breadcrumb li:hover > a {
  color: #008363;
}
.pagination .active a,
.pagination .active span {
  border-color: #00644C !important;
  background-color: #00644C !important;
}
.pagination li:not(.active):hover a {
  border-color: #00644C !important;
  color: #00644C;
}
.pagination a:hover .fa {
  color: #00644C;
}
.pagination li.prev:hover a svg path,
.pagination li.next:hover a svg path,
.more_text_ajax svg path {
  fill: #00644C;
}
.item-views.blocks h3.line:after {
  background: #00644C;
}
.nav-direction .flex-direction-nav li a {
  background: #00644C;
}
.nav-direction .flex-direction-nav li a:hover {
  background: #008363;
}
.show_props .char_title:hover svg path {
  fill: #00644C;
}
.cls-cluster2 {
  fill: #00644C;
}
.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .section_name {
  color: #00644C;
}
.detail .galery .top-small-wrapper .slides li.flex-active-slide {
  border-color: #00644C;
}
.bottom-menu .item:hover .title a,
.bottom-menu .item:hover .title,
.bottom-menu .item.active .title a,
.bottom-menu .item.active .title {
  color: #008363 !important;
}
footer .print-link:hover {
  color: #008363;
}
footer .print-link:hover svg path {
  fill: #008363;
}
.social-icons li:hover a {
  border-color: #008363;
  background-color: transparent;
}
.side-menu > li > a:hover,
.side-menu li > a:hover:before,
.side-menu li > a:active:before,
.side-menu li > a:focus:before {
  color: #008363;
}
.side-menu .submenu > li.active > a {
  color: #00503c;
}
.side-menu .submenu > li > a:hover {
  color: #008363;
}
.side-menu > li > a:hover .icons svg path {
  fill: #008363;
}
.left_menu_1 .side-menu > li > a:hover,
.left_menu_1 .side-menu .submenu > li > a:hover {
  color: #00644C;
}
.left_menu_1 .side-menu > li.active.child > a:before,
.left_menu_1 .side-menu .submenu > li > a:before {
  background-color: #00644C;
}
.left_menu_1 .side-menu > li.active a.active {
  color: #00644C;
}
.left_menu_2 .side-menu > li.active.child > a:before {
  background-color: #00644C;
}
.tabs .nav-tabs li.active a {
  color: #00644C;
}
.tabs .nav-tabs li.active a:before {
  background: #00644C;
}
.tabs .nav-tabs a:hover,
.tabs .nav-tabs a:active,
.tabs .nav-tabs a:focus {
  color: #00644C;
}
.active .title-tab-heading,
.title-tab-heading:focus,
.title-tab-heading:active,
.title-tab-heading:hover {
  color: #00644C;
}
.accordion-head.accordion-open a,
.accordion-head:hover a {
  color: #00644C;
}
.detail .gallery-block .small-gallery ul.items li.flex-active-slide,
.detail .gallery-block .small-gallery ul.items li:hover {
  border-color: #00644C;
}
.flex-direction-nav a:hover,
.flex-direction-nav a:hover::before {
  color: #008363;
  border-color: #008363;
}
.color-controls .flex-direction-nav a {
  background: #00644C;
}
.color-controls .flex-direction-nav a:hover {
  background: #008363;
}
span.zoom {
  background-color: #00644C;
}
span.zoom:hover {
  background-color: #008363;
}
.wr_scrollbar .scrollbar .handle {
  background: #00644C;
}
.page404 .i404 {
  color: #00644C;
}
.jqmClose.top-close:hover {
  color: #008363;
}
.form.contacts .title {
  border-color: #00644C;
}
.form .form-header {
  border-top-color: #00644C !important;
}
.form-header i {
  background: #00644C;
}
.banners-small .item .title a:hover,
.more_text_ajax:hover {
  color: #00644C !important;
}
.more_text_ajax:hover:after {
  background-color: #00644C;
}
.more_text_ajax:hover svg path,
.ajax_load_btn:hover .more_text_ajax svg path {
  fill: #00644C;
}
.wrap_tizer .wrap_outer .outer_text,
.wrap_tizer .wrap_outer .inner_text,
.wrap_tizer .wrap_outer {
  background-color: #00644C;
}
.banners-big .flex-control-paging li a.flex-active {
  background-color: #00644C;
}
.teasers.item-views.front.icons .item a:hover {
  color: #00644C !important;
}
.element_sale_svg svg path,
.element_tizer_svg svg path {
  fill: #00644C;
}
.item-views.list.news4 .item .title a {
  color: #00644C;
}
.item-views.catalog.sections.v1 .items .item .info .title:hover a {
  color: #00644C;
}
.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .text .title:hover a {
  color: #00644C;
}
.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .text .foot .foot_button:hover {
  background-color: #00644C;
}
.float_banners_v1 .items .item .img svg path {
  fill: #00644C;
}
.float_banners_v1 .items .item:hover .arrow {
  background-color: #00644C;
  border-color: #00644C;
}
.float_banners_v2 .items .item .arrow {
  background-color: #00644C;
}
.float_banners_v2 .items .title:hover span {
  color: #00644C;
}
.float_banners_v2 .items .text-block li:before {
  background-color: #00644C;
}
.front-projects.item-views.table .item .info {
  border-top-color: #00644C;
}
.front-projects.item-views.table .item a:hover .info {
  background: #324860;
}
.front-projects.item-views.table .item a:hover .info:before {
  border-bottom-color: #00644C;
}
.item-views .item .title a:hover {
  color: #00644C;
}
.uploader:hover .action {
  background-color: #008363;
  border-color: #008363;
}
.uploader .action {
  color: #00644C;
  border: 1px solid #00644C;
}
.form .input .add_file:hover {
  color: #00644C;
}
.form .input .add_file:hover:before {
  background-color: #00644C;
}
p.drop-caps:first-child:first-letter {
  color: #00644C;
}
p.drop-caps.secundary:first-child:first-letter {
  background-color: #00644C;
}
.label-info {
  background-color: #00644C;
}
section.toggle label {
  color: #00644C;
  border-color: #00644C;
}
section.toggle.active > label {
  background-color: #00644C;
  border-color: #00644C;
}
.progress-bar-primary {
  background-color: #00644C;
}
.slider-container .tp-caption a:not(.btn):hover {
  color: #008d6b;
}
.tp-bullets .bullet.selected,
.tp-bullets .bullet:hover {
  background: #00644C !important;
}
.fa.colored {
  background: #00644C;
}
.docs-block .iblocks:hover .icons-block a,
.iblocks .icons-block a:hover {
  background: #00644C;
}
.docs-block .iblocks:hover .text-block .text {
  color: #00644C !important;
}
.item-views .property.price .fa,
.item-views .property.price .price_val {
  color: #00644C;
}
.item-views .item:hover .property .fa {
  color: #00644C;
}
.link-block-more .dark-color:hover:before {
  background: #00644C;
}
.tabs.item-views.table .title,
.history.item-views.table .title {
  color: #00644C;
}
.history.item-views .title {
  color: #00644C;
}
.detail .galery #slider.flexslider:hover .flex-direction-nav {
  background: #008363;
}
.detail .galery #carousel .slides li.flex-active-slide {
  border-color: #00644C;
}
.detail .reviews .item .review .icons:before {
  color: #00644C;
}
.detail .galery #carousel .flex-direction-nav a:hover::before {
  color: #00644C;
}
.catalog.group .price .price_val {
  color: #00644C;
}
.select-outer i.fa {
  color: #00644C;
}
.item-views.table.bblock .item .info {
  border-top-color: #00644C;
}
.popup_regions .items .item.current {
  background: #00644C;
}
#headerfixed .nav-pills>li.active>a,
#headerfixed .nav>li>a:focus,
#headerfixed .nav>li>a:hover,
#headerfixed .nav-pills>li.active>a,
#headerfixed .nav-pills>li.active>a:focus,
#headerfixed .nav-pills>li.active>a:hover,
#headerfixed .dropdown-menu>.active>a,
#headerfixed .dropdown-menu>.active>a:focus,
#headerfixed .dropdown-menu>.active>a:hover,
#headerfixed .dropdown-menu>li>a:focus,
#headerfixed .dropdown-menu>li>a:hover {
  color: #00644C;
}
.news_block .item .sticker {
  background: #00644C;
}
.reviews.item-views.slider .item .preview-text-wrapper .quote svg path {
  fill: #00644C;
}
.profit-front-block .item .image {
  background: #00644C;
}
.item-views .item .title a.colored {
  color: #00644C;
}
.float_banners_v2 .item:hover .title span {
  color: #00644C;
}
.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .text .foot .foot_button {
  border: 1px solid rgba(0,100,76,0.2);
}
.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .text .foot .foot_button span {
  color: #00644C;
}
.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-dots li.slick-active a {
  background: #00644C;
}
.FLOAT_BANNERS_INDEX .blocks.front-services_new .slick-slider .slick-slide .inner-wrap .text .special_note svg path {
  fill: #00644C;
}
.marker .mcls-1 {
  fill: #00644C;
}
.bx-yandex-view-layout .pane_info_wrapper .pane_info .email a:hover {
  color: #00644C;
}
.marker:hover .mcls-1 {
  fill: #008d6b;
}
.portfolio.item-views .link .item,
.portfolio.item-views .link .item .bottom_title .btn-default,
.btn-default.white_br.white {
  background: #00644C !important;
}
.portfolio.item-views .link .item .bottom_title .btn-default:hover span {
  color: #00644C;
}
.item.wline:after {
  background: #00644C;
}
.dark-nav2 .flex-control-paging li a:hover,
.dark-nav2 .flex-control-paging li a.flex-active {
  background: #00644C;
}
.banners-big .nav-carousel .flex-direction-nav li:hover {
  background: #00644C;
}
.front_projects_4 .news_block .item.sliced:hover a {
  color: #00644C;
}
.front_projects_5 .news_block .item.sliced:hover .info a.name {
  color: #00644C;
}
.subscribe_overlay .close_btn {
  background: #00644C;
}
.subscribe_overlay .close_btn:hover {
  background: #008363;
}
.front_projects_4 .item .sticker-block {
  background: #00644C;
}
.front_projects_4 .news_block .item:not(.big) .info .name:hover {
  color: #00644C !important;
}
.reviews.item-views.front .item .image:before {
  background-color: #00644C;
}
.REVIEWS_INDEX .review1 .reviews.item-views.slider .item .text .child {
  color: #00644C;
}
.review2 .flex-direction-nav a:hover:before {
  background-color: #00644C;
}
.item-views .item .bottom-props .value {
  background-color: #00644C;
}
.item-views .item .bottom-props > a:hover {
  background-color: #008363;
}
.staff.item-views .soc-wrapper .value {
  background-color: #00644C;
}
.filter-action.active,
.display-type .view-button:hover,
.display-type .view-button.cur {
  background-color: #00644C;
}
.bx_filter .bx_ui_slider_range,
.bx_filter .bx_ui_slider_pricebar_V,
.bx_filter.bx_filter_vertical .bx_filter_popup_result {
  background-color: #00644C;
}
.bx_filter .bx_ui_slider_track .bx_ui_slider_handle {
  border-color: #00644C;
}
.catalog.bx_filter .bx_filter_parameters_box_title:hover:before,
.catalog.bx_filter .bx_filter_parameters_box_title:hover {
  color: #00644C;
}
.bx_filter input[type="checkbox"] + label:before,
.filter input[type="radio"] + label:before,
.bx_filter .bx_filter_select_arrow,
.common_select .common_select-link .trigger {
  background-color: #00644C;
}
.bx_filter input[type="checkbox"]:checked + label:after,
.filter input[type="checkbox"]:checked + label:after {
  background-color: #00644C;
  border-color: #00644C;
}
.bx_filter_section .btn.btn-transparent {
  color: #00644C;
}
.subscribe-edit-main .form input[type=checkbox] + label:hover:after,
.subscribe-edit-main .form input[type=checkbox]:checked + label:after,
.subscribe-edit-main .form input[type=radio] + label:hover:after,
.subscribe-edit-main .form input[type=radio]:checked + label:after {
  background-color: #00644C;
  border-color: #00644C;
}
.subscribe-edit-main font.notetext {
  border-color: #00644C;
}
@media (max-width: 767px) {
  .basket_top .icon .count {
    background: #00644C !important;
  }
}
.page-top-wrapper.color {
  background: #00644C;
}
.title-v5.fill_bg_y .page-top-wrapper.color > .maxwidth-theme {
  background: #00644C;
}
.main_centino .more_text_ajax {
  border: 1px solid rgba(0,100,76,0.2);
}
.main_centino .more_text_ajax:hover {
  border: 1px solid #00644C;
}
.main_centino .more_text_ajax {
  color: #00644C;
}
.main_centino .more_text_ajax svg path {
  fill: #00644C;
}
.flex-direction-nav li.flex-nav-prev:hover a,
.flex-direction-nav li.flex-nav-next:hover a {
  background-color: #00644C !important;
}
.section_info .section_count {
  color: #00644C;
}
.slick-slider .slick-arrow:not(.slick-disabled) {
  background-color: #00644C;
}
.slick-slider .slick-arrow:not(.slick-disabled):hover {
  background-color: #008363;
}
.catalog.detail .arrows .nav-carousel .flex-direction-nav li:hover a {
  background-color: #00644C;
  border-color: #00644C;
}
.opacity_border_btn {
  border: 1px solid rgba(0,100,76,0.2) !important;
}
.opacity_border_btn:hover {
  border: none;
  background-color: #00644C;
  color: white;
}
.partners.front .flexslider.navigation-vcenter .flex-direction-nav li a:hover {
  background-color: #00644C;
}
.sidebar.dropdown-menu .side-menu > li.active > a {
  background-color: #00644C;
  border-color: #00644C;
  color: white;
}

/* End */


/* Start:/bitrix/templates/centino-heat/css/footer.css?175075553535554*/
/*FOOTER V8*/
footer.footer_v8 .footer_v8_bottom_menu .bottom-menu .item-link a:hover {opacity: 0.8;}
footer.footer_v8 {background: none;}
footer.footer_v8 .social-icons {display: flex;align-items: center;}
footer.footer_v8 .social-icons:after {content: "";height: 1px;background-color: #41474e;margin-left: 10px;margin-top: 10px;flex: 1;}
footer.footer_v8 .social-icons i.svg{padding: 6px;}
footer.footer_v8 .social-icons li a:not(:hover) svg path {fill: white;}
footer.footer_v8 .social-icons li a:hover {opacity: 0.6;}
footer.footer_v8 .social-icons li a svg{width: 26px;height: 26px;}
footer.footer_v8 .social-icons li a, .soc-avt .row a {border-radius: 0;margin: 15px 3px 4px 10px;}
footer.footer_v8 .social-icons li a svg{display: block;}
footer.footer_v8 .social-icons li a{background: none;border: 1px solid #3A4046;opacity: 1;}
footer.footer_v8.dark .social-icons li a:hover svg path{fill: white !important;opacity: 1;}
footer.footer_v8.dark span.callback-block.animate-load.colored:hover {color: white;}
footer.footer_v8 .contact-block .row> div {margin-left: 0px;padding-right: 36px;}
footer.footer_v8 .contact-block .info {margin-top: 30px;}
footer.footer_v8 .bottom-middle {padding: 50px 0px 35px 0;}
footer.footer_v8 .info .blocks{padding: 0px 0px 0px 32px;}
footer.footer_v8 .info .blocks.phones .svg{width: 15px;height: 20px;overflow: hidden;left: -31px;top: 0;}
footer.footer_v8 .bottom-under .print-block{padding-top: 10px;float: right;}
footer.footer_v8 .bottom-under .block-none .icon{display: none;}
footer.footer_v8 .info .phone {margin-bottom: 5px;}
footer.footer_v8 .info .address.blocks{margin-bottom: 18px;}
footer.footer_v8 .info .address.blocks * {color: white;}
footer.footer_v8 .bottom-menu .items > .item-link {margin-bottom: 20px;}
footer.footer_v8 .phones .colored{color: #7a7c7f;}
footer.footer_v8 .bottom-menu a {color: #7A7C7F;}
footer.footer_v8 .footer_v8_bottom_menu .item-link a {color: #fff;font-size:1em;}
footer.footer_v8 .footer_v8_bottom_menu .bottom-menu .items .item-link {margin-bottom: 20px;}
footer.footer_v8 .bottom-under .inner-wrapper {border-top: unset;margin: 0px 0px 14px;padding-top: 15px;}
@media (max-width: 991px){
	footer.footer_v8 .contact-block {margin-top: 0px;}
	footer.footer_v8 .contact-block .row{display: flex;}
	footer.footer_v8 .info .phones .phone{display: flex;}
	footer.footer_v8 .info .blocks.phones .inline-block{padding-left: 15px;}
	footer.footer_v8 .contact-block .email.blocks {display: flex;}
	footer.footer_v8 .info .blocks.phones{min-width: 170px;}
	footer.footer_v8 .contact-block .social-icons > ul{display: flex;justify-content: center;padding-bottom: 20px;flex-wrap: wrap;}
	footer.footer_v8 .row.bottom-middle .maxwidth-theme .menu{order:1;margin-bottom: 46px;}
	footer.footer_v8 .row.bottom-middle .maxwidth-theme .contact-block{order:2;}
}
@media (max-width: 767px){
	footer.footer_v8 .info .phone{margin-right: 12px;}
	footer.footer_v8 .contact-block .row{flex-direction: column;}
	footer.footer_v8 .subscribe-block-wrapper .inner-wrapper .row > div .subscribe-edit{display: flex; flex-direction: column;}
	footer.footer_v8 input.form-control.subscribe-input.required{margin: 0 auto;}
	footer.footer_v8 .bottom-middle {padding-top: 20px;}
	footer.footer_v8 .row.bottom-middle .maxwidth-theme .menu {margin-bottom: 20px;}
	footer.footer_v8 .footer_v8_bottom_menu .bottom-menu .items .item-link {margin-bottom: 20px;}
	footer.footer_v8 .bottom-under .inner-wrapper .copy-block {padding-top: 22px;}
	footer.footer_v8 .col-md-3 .bottom-menu .items > .item-link:after {content: "";position: absolute;right: 13px;top: 5px;background: url(/bitrix/templates/centino-heat/css/../images/arrows.svg);width: 15px;height: 15px;}
	footer.footer_v8 .col-md-3 .bottom-menu.closed .items > .item-link:after {background-position: 0px 42px;top: 0px;}
}

/*FOOTER_V9*/
footer.footer_v9 > .container {padding-bottom: 0px;}
footer.footer_v9 .bottom-middle {border-top: 1px solid #EBEBEF;padding: 57px 0px 53px;}
footer.footer_v9 .bottom-under {background-color: #1E242C;padding-bottom: 10px;}
footer.footer_v9 .bottom-under .inner-wrapper {border-top:unset;padding: 6px 0px 15px;}
footer.footer_v9 .bottom-menu .item-link .item .title a {font-weight: 500;line-height: 1.358em;font-size: 1.072em;color: #333333;}
footer.footer_v9 .bottom-menu .wrap .item-link .item .title a {line-height: 1.286em;font-size: 1em;}
footer.footer_v9 .bottom-menu .item:hover .title, footer.footer_v9 .bottom-menu .item:hover .title a {color:black!important;opacity:0.8;}
footer.footer_v9 .bottom-menu .item-link {margin-bottom:15px;}
footer.footer_v9 .info .phones .phone a {line-height: 1.5em;font-size: 1.143em;color: #333333;}
footer.footer_v9 .info .blocks .svg path{opacity: 1;}
footer.footer_v9 .info .blocks.phones .svg{width: 15px;height: 20px;overflow: hidden;left: -30px;top: 0;}
footer.footer_v9 .info .blocks.address .svg{width: 15px;height: 20px;overflow: hidden;left: -4px;top: 5px;}
footer.footer_v9 .info .blocks.email .svg{width: 16px;height: 20px;overflow: hidden;left: -6px;top: 3px;}
footer.footer_v9 .info .blocks svg path {fill: black;}
footer.footer_v9 .info .phone {margin-bottom: 5px;padding-right: 0px!important;}
footer.footer_v9 .info .phone > svg {right: -10px;}
footer.footer_v9 .info .phone > svg path {fill: black!important;}
footer.footer_v9 .info .address.blocks, footer.footer_v9 .info .email a{font-size: 1em;color: #777777;}
footer.footer_v9 .social-icons ul li a:hover {opacity: 1;}
@media (max-width: 991px){
	footer.footer_v9 .contact-block{margin-top: 0px;}
	footer.footer_v9 .bottom-middle{padding: 57px 0px 20px;}
}
@media (max-width: 767px){
	footer.footer_v9 {text-align: left;}
	footer.footer_v9 .bottom-middle {padding: 40px 0px 40px;}
	footer.footer_v9 .bottom-middle .bottom-menu {margin-top: 0px;}
	footer.footer_v9 .info .email.blocks {padding-bottom: 28px;}
	footer.footer_v9 .bottom-middle .col-md-4.col-sm-12 .bottom-menu {border-bottom: 1px solid #EBEBEF;margin-bottom: 15px;}
	footer.footer_v9 .info .phones .phone {display: block;}
	footer.footer_v9 .info .phones {padding-left: 28px;}
	footer.footer_v9 .row.bottom-middle .maxwidth-theme .contact-block {margin-top: 37px;}
	footer.footer_v9 .row.bottom-middle .maxwidth-theme .contact-block .col-md-9 {border-bottom: 1px solid #EBEBEF;}
	footer.footer_v9 .subscribe-block-wrapper .subscribe-form .inputs_container {display: block;}
	footer.footer_v9 input.form-control.subscribe-input.required{max-width: unset;}
	footer.footer_v9 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit .button {padding-left: 0px;margin-top: 30px;}
}

/*SUBSCRIBE FOOTER_V9*/
footer.footer_v9 .footer_v9_subscribe .maxwidth-theme {padding: 0px!important;}
footer.footer_v9 .footer_v9_subscribe .col-md-12,footer.footer_v9 .footer_v9_subscribe .col-md-6 {padding: 0px;}
footer.footer_v9 .footer_v9_subscribe .row {margin: 0px!important;}
footer.footer_v9 .subscribe-block-wrapper .main-user-consent-request a {font-size: 0.858em;}
footer.footer_v9 .subscribe-block-wrapper .inner-wrapper .row.margin0, footer.footer_v9 .subscribe-block-wrapper .subscribe-form .inputs_container{display: flex; position: relative;}
footer.footer_v9 .subscribe-block-wrapper .inner-wrapper .row .subscribe_right_block{display: flex !important;justify-content: flex-start;}
footer.footer_v9 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit{display: flex;flex-direction: row;padding-bottom: 35px;}
footer.footer_v9 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit .button .btn{position: unset;height: 42px;padding-top: 8px;border-radius: 2px;font-weight: bold;padding: 9px 19px 9px 20px;font-size: 1em;letter-spacing: 0;font-weight:unset;}
footer.footer_v9 .subscribe-block-wrapper .inner-wrapper .row > div {color: #555555;line-height: 1.715em;}
footer.footer_v9 .subscribe-block-wrapper .inner-wrapper {max-width: 100%;margin: 0px auto;}
footer.footer_v9 .subscribe-block-wrapper .inner-wrapper span.title_subscribe{font-size: 30px;margin-bottom: 16px;display: inline-block;line-height: 37px;color: #333333;}
footer.footer_v9 .subscribe-block-wrapper .inner-wrapper span.subscribe_text{line-height: 1.5em;font-size: 1.072em;color: #777777;}
footer.footer_v9 .subscribe-block-wrapper .outer-wrapper{padding: 0px 0px 10px;}
footer.footer_v9 input.form-control.subscribe-input.required{max-width: 275px;background-color: #fff;color: #999999;padding-right: 0px;}
footer.footer_v9 .subscribe-block-wrapper .col-md-8.col-sm-9.col-xs-12.subscribe_right_block {width: 500px;}
@media (max-width: 1220px){
	footer.footer_v9 .subscribe-block-wrapper .subscribe-form .inputs_container {display: block;}
	footer.footer_v9 input.form-control.subscribe-input.required{max-width: unset;}
	footer.footer_v9 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit .button {margin-top: 15px;}
	footer.footer_v9 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit .button .btn {width: 100%;}
}
@media (min-width: 992px){
	footer.footer_v9 .float-banners.v1.item-views.blocks .text-block .wrap_text {width: 600px}
	footer.footer_v9 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit{margin-left: 1px;}
	footer.footer_v9 .subscribe-block-wrapper .row .inner-wrapper .text {padding: 17px 0 45px 0;}
	footer.footer_v9 .subscribe-block-wrapper .row .inner-wrapper .text >div {width: 460px;display: block;}
	footer.footer_v9 .subscribe-block-wrapper .inner-wrapper .row .subscribe_right_block{justify-content: center;}
	footer.footer_v9 .subscribe-block-wrapper .inner-wrapper .row .subscribe_right_block {display: flex !important;justify-content: flex-start;}
}	
@media (max-width: 991px){
	footer.footer_v9 .subscribe-block-wrapper .inner-wrapper .row.margin0{display: flex;flex-direction: column;align-items: center;}
 	footer.footer_v9 .subscribe-block-wrapper .bx_filter {position: unset;background: unset;box-shadow: unset;display: block;}
	footer.footer_v9 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit {padding-top: 16px;}
	footer.footer_v9 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit .button {padding-left: 10px;margin-top:0px;}
	footer.footer_v9 .subscribe-block-wrapper .subscribe-form .inputs_container {display: flex;}
	footer.footer_v9 input.form-control.subscribe-input.required {max-width: 210px;}
}
@media(max-width: 767px){
	footer.footer_v9 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit .button{padding-bottom: 22px;}
	footer.footer_v9 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit{flex-direction: column;}
	footer.footer_v9 .subscribe-block-wrapper .inner-wrapper .row .subscribe_right_block{justify-content: center;}
	footer.footer_v9 .subscribe-block-wrapper .outer-wrapper {padding: 30px 0px 0px;}
	footer.footer_v9 .bottom-under .inner-wrapper .copy-block{padding-bottom: 10px;padding-left: 15px;padding-top: 40px;}
	footer.footer_v9 input.form-control.subscribe-input.required {max-width: unset;}
	footer.footer_v9 .subscribe-block-wrapper .subscribe-form .inputs_container {display: block;}
	footer.footer_v9 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit .button {margin-top: 15px;padding-left: 0px;}
	footer.footer_v9 .menu .bottom-menu .items > .item-link:after {content: "";position: absolute;right: 13px;top: 5px;background: url(/bitrix/templates/centino-heat/css/../images/arrows.svg);background-position: 16px 0px;width: 15px;height: 15px;}
	footer.footer_v9 .menu .bottom-menu.closed .items > .item-link:after {background-position: 16px 42px;top: 0px;}
}

/*FOOTER_V10*/
footer.footer_v10 > .container {padding-bottom: 0px;}
body:not(.index) footer.footer_v10 .bottom-middle {border-top: 1px solid #EBEBEF;padding: 60px 0px 40px; background: #F6F7FA;}
footer.footer_v10 .bottom-middle .logo-block {float:unset;margin-bottom: 37px;}
footer.footer_v10 .bottom-under {padding-bottom: 10px;border-top: 1px solid #EBEBEF;}
footer.footer_v10 .bottom-under .social-icons {float: right;}
footer.footer_v10 .bottom-under .inner-wrapper {border-top:unset;padding: 20px 0px 15px;}
footer.footer_v10 .bottom-under .inner-wrapper .copy-block > div {color: #7A7C7F;}
footer.footer_v10 .footer_v10_services_list {display:flex;flex-wrap: wrap;}
.footer_v10_services_list > div:not(.link_container) {width: 100%;display:flex;flex-wrap: wrap;}
footer.footer_v10 .footer_v10_services_list a {font-weight: 500;line-height: 1.358em;font-size: 1.072em;color: #333333;}
footer.footer_v10 .footer_v10_services_list a:hover {opacity: 0.8;}
footer.footer_v10 .footer_v10_services_list .link_container {margin-bottom: 18px;width: 37.5%;padding-left: 16px;padding-right: 16px;}
footer.footer_v10 .footer_v10_services_list .link_container:nth-child(3n) {width: 24.5%;}
footer.footer_v10 .bottom-menu .items > .item-link .item .title a {font-weight: 500;line-height: 1.358em;font-size: 1.072em;color: #333333;}
footer.footer_v10 .bottom-menu .items > .item-link .item .title a:hover {color: #333333!important;opacity: 0.8;}
footer.footer_v10 .bottom-menu .item-link .item.active .title a{color: black!important;}
footer.footer_v10 .bottom-menu .item-link .item .title a:hover {color: black!important;}
footer.footer_v10 .bottom-menu .item-link {margin-bottom:0px;}
footer.footer_v10 .info .phones .phone a {line-height: 1.5em;font-size: 1.143em;color: #333333;font-weight: bold;}
footer.footer_v10 .info .phones svg * {fill: black;}
footer.footer_v10 .info .blocks.phones {padding-left: 30px;margin-bottom: 30px;}
footer.footer_v10 .info .blocks.phones .svg{width: 15px;height: 20px;overflow: hidden;left: -30px;top: 0;}
footer.footer_v10 .info .blocks.address .svg{display: none;}
footer.footer_v10 .info .blocks.email {padding-left:30px;margin-bottom: 35px;}
footer.footer_v10 .info .blocks.email a {color: #333;line-height: 1.2862em;font-size: 1em;}
footer.footer_v10 .info .blocks.email .svg{width: 16px;height: 20px;overflow: hidden;left: 0px;top: 3px;}
footer.footer_v10 .info .blocks svg path {fill: black;}
footer.footer_v10 .info .phone {margin-bottom: 0px;}
footer.footer_v10 .info .address.blocks{font-size: 1em;color: #555555;padding-left:0px;margin-bottom: 25px;line-height: 1.787em;}
footer.footer_v10 .footer_v10_subscribe .row {margin-left:0px;}
footer.footer_v10 .footer_v10_subscribe a {padding: 8px 20px;margin:0px;}
footer.footer_v10 .info .email a{font-size: 1em;color: #777777;}
footer.footer_v10 .social-icons ul li {background-color: white;border-radius: 2px;margin-left: 6px;}
footer.footer_v10 .media_block {display:none;}
@media (max-width: 991px){
	footer.footer_v10 .bottom-middle {padding: 35px 0px 40px;}
	footer.footer_v10 .footer_v10_subscribe:not(.media) {display:none;}
	footer.footer_v10 .media_block {margin-bottom: 50px;margin-top: 40px;}
	footer.footer_v10 .social-icons ul li {margin-bottom: 10px;}
	footer.footer_v10 .footer_v10_services_list {height: 120px;padding-bottom: 45px;border-bottom: 1px solid #EBEBEF;}
	footer.footer_v10 .social-icons {display:none;}
	footer.footer_v10 .media_block {display:block;}
	footer.footer_v10 .media_block .social-icons {display:block;}
 	footer.footer_v10 .footer_v10_services_list .link_container {width: 32.9%;}
	footer.footer_v10 .footer_v10_services_list .link_container:nth-child(3n) {width: 32.9%;}
}
@media (max-width: 767px){
	footer.footer_v10 {text-align: left;}
	footer.footer_v10 .footer_v10_subscribe:not(.media) {display:none;}
	footer.footer_v10 .media_block {margin-top: 0px;}
	footer.footer_v10 .footer_v10_subscribe a {width: 95%;max-width: 340px;}
	footer.footer_v10 .social-icons ul li {margin-bottom: 10px;}
	footer.footer_v10 .footer_v10_services_list {height: unset;padding-bottom: 35px;margin-bottom: 37px;}
	footer.footer_v10 .footer_v10_services_list .link_container {width: 100%}
	footer.footer_v10 .social-icons {display:block;margin-left: -13px;}
	footer.footer_v10 .media_block {display:block;}
	footer.footer_v10 .media_block .social-icons {display:none;}
	footer.footer_v10 .bottom-under .outer-wrapper .inner-wrapper {display: flex;flex-direction: column;padding: 30px 0px 15px;}
	footer.footer_v10 .bottom-under .outer-wrapper .inner-wrapper .copy-block {order: 2;padding: 25px 0px 0px;padding-bottom: 0px;}
 	footer.footer_v10 .footer_v10_services_list .link_container {width: 100%;}
	footer.footer_v10 .footer_v10_services_list .link_container:nth-child(3n) {width: 100%;}
	footer.footer_v10 .menu .bottom-menu .items > .item-link {position: relative;}
	footer.footer_v10 .menu .bottom-menu .items > .item-link:after {content: "";position: absolute;right: 13px;top: 5px;background: url(/bitrix/templates/centino-heat/css/../images/arrows.svg);background-position: 16px 0px;width: 15px;height: 15px;}
	footer.footer_v10 .menu .bottom-menu.closed .items > .item-link:after {background-position: 16px 42px;top: 0px;}
}

/*FOOTER_V11*/
footer.footer_v11 > .container {padding-bottom: 0px;}
footer.footer_v11 .footer_v11_services_list {margin-top: 57px;margin-bottom: 37px;height: 72px;display:flex;flex-wrap:wrap;}
footer.footer_v11 .footer_v11_services_list > div {width: 100%;}
footer.footer_v11 .footer_v11_services_list a {font-weight: bold;line-height: 1.358em;font-size: 1.072em;color: #FFFFFF;}
footer.footer_v11 .footer_v11_services_list a:hover {opacity: 0.8;}
footer.footer_v11 .footer_v11_services_list .link_container {margin-bottom: 17px;width: 25%;padding-left: 16px;padding-right: 16px;}
footer.footer_v11 .row.bottom-up {background-color: #1E242C;}
footer.footer_v11 .bottom-middle {border-top: 1px solid #343A41;padding: 57px 0px 30px;background: #1A1F26;}
footer.footer_v11 .bottom-middle .logo-block {float:unset;margin-bottom: 37px;}
footer.footer_v11 .bottom-middle_menu_container {margin-bottom:18px;}
footer.footer_v11 .bottom-under {padding-bottom: 10px;background: #1A1F26;}
footer.footer_v11 .bottom-under .social-icons {float: right;}
footer.footer_v11 .bottom-under .inner-wrapper {padding: 30px 0px 25px;margin: 0px;}
footer.footer_v11 .bottom-under .inner-wrapper .copy-block > div {color: #7A7C7F;}
footer.footer_v11 .bottom-menu > .item-link .item .title a {line-height: 1.2862em;font-size: 1em;color: #888888;font-weight: normal;}
footer.footer_v11 .bottom-menu .item-link {margin-bottom:0px;}
footer.footer_v11 .bottom-menu .item-link .item {margin-bottom:15px;}
footer.footer_v11 .info .phones .phone a {line-height: 1.5em;font-size: 1.143em;}
footer.footer_v11 .info .blocks.phones span {line-height: 1.215em;font-size: 0.929em;color: #888888;}
footer.footer_v11 .info .blocks.phones {padding-left: 30px;margin-bottom: 0px;}
footer.footer_v11 .info .blocks.phones .svg{width: 15px;height: 20px;overflow: hidden;left: -30px;top: 0;}
footer.footer_v11 .info .address.blocks{font-size: 1em;color: white;padding-left:0px;margin-bottom: 0px;line-height: 1.787em;}
footer.footer_v11 .info .address.blocks .city {padding-left: 27px;}
footer.footer_v11 .info .blocks.address > div {padding-left:29px;line-height: 1.429em;font-size: 1em;}
footer.footer_v11 .footer_shedule {line-height: 1.429em;font-size: 1em;color: #888888;}
footer.footer_v11 .info .blocks.email {padding-left:30px;}
footer.footer_v11 .info .blocks.email a {color: white;line-height: 1.2862em;font-size: 1em;}
footer.footer_v11 .info .blocks.email .svg{width: 16px;height: 20px;overflow: hidden;left: 0px;top: 3px;}
footer.footer_v11 .info .blocks svg path {fill: white;opacity:1;}
footer.footer_v11 .info .phone {margin-bottom: 0px;}
footer.footer_v11 .footer_v11_subscribe .row {margin-left:0px;}
footer.footer_v11 .footer_v11_subscribe a {padding: 8px 20px;margin:0px;}
footer.footer_v11 .info .email a{font-size: 1em;color: #777777;}

footer.footer_v11 .flexbox_media {display:flex;flex-wrap: wrap;}
footer.footer_v11 .bottom-middle_menu_container {order:0;}
footer.footer_v11 .vk_widget {order:2;}
footer.footer_v11 .vk_widget iframe {height:100%!important;}
footer.footer_v11 .contact-block {order:3;margin-top: 18px;}
footer.footer_v11 .shedule {order:4;margin-top: 18px;}
footer.footer_v11 .media_block {display:none;}
footer.footer_v11 .media_show {display:none;}

footer.footer_v11 .social-icons ul li a {opacity: 0.3;}
footer.footer_v11 .social-icons ul li a:hover {opacity: 0.8;}
footer.footer_v11 .social-icons.messanger {margin-left:35px;margin-top:15px;}

@media (max-width: 991px){
	footer.footer_v11 .footer_v11_services_list {margin-top: 47px;}
	footer.footer_v11 .bottom-middle {padding: 47px 0px 30px;}
	footer.footer_v11 .vk_widget {float: right;}
	footer.footer_v11 .footer_11_menu_container {border-bottom: 1px solid #343A41;margin-bottom: 50px;padding-bottom: 30px;}
	footer.footer_v11 .bottom-under .inner-wrapper {padding: 15px 0px 0px;}
	footer.footer_v11 .flexbox_media {flex-direction:row;}
	footer.footer_v11 .contact-block .info .blocks {margin-bottom: 25px;}
	footer.footer_v11 .vk_widget {order:3;}
	footer.footer_v11 .contact-block {order:2;margin-top: 0px;}
	footer.footer_v11 .shedule {order:5;margin-top: 18px;}
	footer.footer_v11 .media_block {display:block;margin-bottom: 25px;}
	footer.footer_v11 .media_show {display:block;order:5;}
	footer.footer_v11 .media_hide{display:none;}
 	footer.footer_v11 .footer_v11_services_list .link_container {width: 33.3%;}
}
@media (max-width: 767px){
	footer.footer_v11 {text-align:left;}
	footer.footer_v11 .footer_v11_services_list {margin-top: 47px;height:unset;margin-bottom: 25px;}
 	footer.footer_v11 .footer_v11_services_list .link_container {width: 100%;}
	footer.footer_v11 .bottom-middle {padding: 15px 0px 30px;}
	footer.footer_v11 .bottom-menu {margin-top: 10px;}
	footer.footer_v11 .vk_widget {float: right;}
	footer.footer_v11 .footer_11_menu_container {border-bottom: 1px solid #343A41;margin-bottom: 40px;padding-bottom: 20px;}
	footer.footer_v11 .bottom-under .inner-wrapper {padding: 15px 0px 0px;}
	footer.footer_v11 .flexbox_media {flex-direction:column;}
	footer.footer_v11 .contact-block .info .blocks {margin-bottom: 25px;}
	footer.footer_v11 .vk_widget {order:3;}
	footer.footer_v11 .contact-block {order:2;margin-top: 0px;}
	footer.footer_v11 .shedule {order:5;margin-top: 18px;}
	footer.footer_v11 .media_show {display:block;order:4;}
	footer.footer_v11 .social-icons.messanger {margin-top:0px;}
	footer.footer_v11 .menu .bottom-menu .items > .item-link:after {content: "";position: absolute;right: 13px;top: 5px;background: url(/bitrix/templates/centino-heat/css/../images/arrows.svg);width: 15px;height: 15px;}
	footer.footer_v11 .menu .bottom-menu.closed .items > .item-link:after {background-position: 0px 42px;top: 0px;}
}

/*FOOTER_V12*/
footer.footer_v12 > .container {padding-bottom: 0px;}
footer.footer_v12 .vk_widget iframe {height:100%!important;}
footer.footer_v12 .row.bottom-up {background-color: #1E242C;}
footer.footer_v12 .bottom-middle {border-top: 1px solid #EBEBEF;padding: 50px 0px 30px;background: #F6F7FA;}
footer.footer_v12 .bottom-middle .logo-block {float:unset;margin-bottom: 37px;}
footer.footer_v12 .bottom-middle_menu_container {margin-bottom:18px;display: flex;}
footer.footer_v12 .bottom-under {padding-bottom: 10px;background: #1E242C;padding-top: 37px;}
footer.footer_v12 .bottom-under .contact-block-wrapper {padding-bottom: 33px;}
footer.footer_v12 .bottom-under .contact-block {display: inline-block;vertical-align: middle;float: none!important;margin-right: -4px;}
footer.footer_v12 .bottom-under .social_messangers {display: inline-block;vertical-align: middle;float: none!important;}
footer.footer_v12 .bottom-under .social-icons {float: right;}
footer.footer_v12 .bottom-under .inner-wrapper {padding: 26px 0px 25px;margin: 0px;}
footer.footer_v12 .bottom-under .inner-wrapper .copy-block > div {color: #7A7C7F;line-height: 1.2862em;font-size: 1em;}
footer.footer_v12 .bottom-menu .items > .item-link {margin-bottom: 10px;}
footer.footer_v12 .bottom-menu .item-link .item .title a {line-height: 1.5em;font-size: 1.143em;}
footer.footer_v12 .bottom-menu .item-link .item:hover .title a {color: #333 !important;}
footer.footer_v12 .bottom-menu .wrap .item-link .item .title a {line-height: 1.2862em;font-size: 1em;color: #888888;}
footer.footer_v12 .bottom-menu .item-link .item.active .title a{color: black!important;}
footer.footer_v12 .bottom-menu .item-link .item .title a:hover {color: black!important;}
footer.footer_v12 .footer_v12_bottom_menu .bottom-menu .item-link .item .title a {line-height: 1.5em;color: #333333;font-weight: bold;font-size:1.067em;}
footer.footer_v12 .footer_v12_bottom_menu .bottom-menu .items .item-link {margin-bottom: 15px;}
footer.footer_v12 .info .phones .phone a {line-height: 1.5em;font-size: 1.143em;}
footer.footer_v12 .info .blocks.phones span {line-height: 1.215em;font-size: 0.929em;color: #888888;}
footer.footer_v12 .info .blocks.phones {padding-left: 30px;margin-bottom: 0px;}
footer.footer_v12 .info .blocks.phones .svg{width: 15px;height: 20px;overflow: hidden;left: -30px;top: 0;}
footer.footer_v12 .info .address.blocks{font-size: 1em;padding-left:30px;margin-bottom: 0px;line-height: 1.787em;}
footer.footer_v12 .info .blocks.address > div {padding-left:33px;line-height: 1.429em;font-size: 1em;color: white;}
footer.footer_v12 .footer_shedule {float: right;}
footer.footer_v12 .info .blocks.email {padding-left:30px;}
footer.footer_v12 .info .blocks.email a {color: white;line-height: 1.2862em;font-size: 1em;}
footer.footer_v12 .info .blocks.email .svg{width: 16px;height: 20px;overflow: hidden;top: 3px;}
footer.footer_v12 .info .blocks svg path {fill: white;opacity:1;}
footer.footer_v12 .info .phone {margin-bottom: 0px;}
footer.footer_v12 .footer_v11_subscribe .row {margin-left:0px;}
footer.footer_v12 .footer_v11_subscribe a {padding: 8px 20px;margin:0px;}
footer.footer_v12 .info .email a{font-size: 1em;color: #777777;}
footer.footer_v12 .media_block {display:none;}
.footer_v12_bottom_menu .bottom-menu .items .wrap {font-size: 1em;}
footer.footer_v12 .bottom-menu .items > .item-link a{color: #333;}
footer.footer_v12 .bottom-menu .items > .item-link:hover a{opacity: 0.8;}

footer.footer_v12 .social-icons ul li a {opacity: 0.3;}
footer.footer_v12 .social-icons ul li a:hover {opacity: 0.8;}

@media (max-width: 991px){
	footer.footer_v12 .bottom-middle_menu_container {display: block;}
	footer.footer_v12 .bottom-middle_menu_container .col-sm-4 {margin-bottom: 20px;}
	footer.footer_v12 .contact-block .row {display: flex;}
	footer.footer_v12 .social_messangers {float:left!important;margin-top: 25px;margin-left: 23px;}
	footer.footer_v12 .bottom-middle {padding: 50px 0px 0px;}
	footer.footer_v12 .contact-block {margin-top: 30px;}
	footer.footer_v12 .bottom-under .contact-block-wrapper {padding-bottom: 50px;}
}
@media (max-width: 767px){
	footer.footer_v12 {text-align:left;}
	footer.footer_v12 .footer_v11_services_list {margin-top: 30px;flex-wrap:nowrap;height:unset;margin-bottom: 25px;}
	footer.footer_v12 .bottom-middle {padding: 40px 0px 30px;}
	footer.footer_v12 .bottom-menu {margin-top: 0px;}
	footer.footer_v12 .bottom-middle_menu_container {margin-bottom: 10px;}
	footer.footer_v12 .vk_widget {float: right; margin-top: 20px;}
	footer.footer_v12 .footer_11_menu_container {border-bottom: 1px solid #343A41;margin-bottom: 40px;padding-bottom: 20px;}
	footer.footer_v12 .bottom-under .inner-wrapper {padding: 15px 0px 0px;}
	footer.footer_v12 .flexbox_media {flex-direction:column;}
	footer.footer_v12 .contact-block .info .blocks {margin-bottom: 25px;}
	footer.footer_v12 .vk_widget {order:3;}
	footer.footer_v12 .contact-block {margin-top: 0px;}
	footer.footer_v12 .shedule {order:5;margin-top: 18px;}
	footer.footer_v12 .bottom-menu .items > .item-link:after {content: "";position: absolute;right: 13px;top: 5px;background: url(/bitrix/templates/centino-heat/css/../images/arrows.svg);width: 15px;height: 15px;background-position: 17px 1px;}
	footer.footer_v12 .bottom-menu.closed .items > .item-link:after {background-position: 16px 42px;top: 0px;}
	footer.footer_v12 .info > div {flex-direction: column;}
	footer.footer_v12 .info .blocks.phones {margin-bottom: 15px;}
	footer.footer_v12 .info .address.blocks {margin-bottom: 30px;}

	footer.footer_v12 .bottom-under .inner-wrapper .copy-block {display: none;}
	footer.footer_v12 .bottom-under .social-icons {float: left;}
	footer.footer_v12 .social_messangers {margin-top: 0px;}
	footer.footer_v12 .bottom-under .social-icons.messanger ul {display: flex;}
	footer.footer_v12 .contact-block-wrapper > .row{display: flex;}
	footer.footer_v12 .bottom-under .contact-block-wrapper {padding-bottom: 5px;}
	footer.footer_v12 .bottom-under {padding-top: 40px;}
	footer.footer_v12 .bottom-under .social_messangers.media_hide{display:none;}
	footer.footer_v12 .media_block {display:block;margin-bottom: 25px;}
}

footer .social-icons ul li a {background: url(/bitrix/templates/centino-heat/css/../images/svg/social/social_footer_9.svg) 0 0 no-repeat;opacity: 0.5;margin: 0;transition: none;}
footer .social-icons ul li a:hover {opacity: 1;border-radius: 2px;}
footer .social-icons ul li.vk a{background-position:-2px -565px;}
footer .social-icons ul li.facebook a{background-position:-95.5px -565px;}
footer .social-icons ul li.twitter a{background-position:-2px -612px;}
footer .social-icons ul li.instagram a{background-position:-142.5px -706px;}
footer .social-icons ul li.telegram a{background-position:-330px -706px;}
footer .social-icons ul li.ytb a{background-position:-95.5px -706px;}
footer .social-icons ul li.odn a{background-position:-48.5px -565px;}
footer .social-icons ul li.pinterest a{background-position: -188.5px -564px;}
footer .social-icons ul li.mail a{background-position:-378px -612px;}
footer .social-icons ul li.yandex_dzen a{background-position:-473px -706px;}

footer .social-icons.hover ul li.vk a:hover{background-position:-2px -189px;}
footer .social-icons.hover ul li.facebook a:hover{background-position:-95.5px -189px;}
footer .social-icons.hover ul li.twitter a:hover{background-position:-2px -236px;}
footer .social-icons.hover ul li.instagram a:hover{background-position:-142.5px -330px;}
footer .social-icons.hover ul li.telegram a:hover{background-position:-330px -330px;}
footer .social-icons.hover ul li.ytb a:hover{background-position:-95.5px -330px;}
footer .social-icons.hover ul li.odn a:hover{background-position:-48.5px -189px;}
footer .social-icons.hover ul li.pinterest a:hover{background-position:-188.5px -189px;}
footer .social-icons.hover ul li.mail a:hover{background-position:-377px -236px;}
footer .social-icons.hover ul li.yandex_dzen a:hover{background-position:-473px -330px;}

footer .social-icons.white ul li.vk a{background-position:-2px -377px;}
footer .social-icons.white ul li.facebook a{background-position:-97px -377px;}
footer .social-icons.white ul li.twitter a{background-position:-2px -424px;}
footer .social-icons.white ul li.instagram a{background-position:-144px -518px;}
footer .social-icons.white ul li.telegram a{background-position:-332px -518px;}
footer .social-icons.white ul li.ytb a{background-position:-97px -518px;}
footer .social-icons.white ul li.odn a{background-position:-50px -377px;}
footer .social-icons.white ul li.pinterest a{background-position: -191px -377px;}
footer .social-icons.white ul li.mail a{background-position:-379px -424px;}
footer .social-icons.white ul li.yandex_dzen a{background-position:-473px -518px;}

footer .social-icons.messanger ul li a {opacity: 1;margin-right: 15px;border-radius: 100%;}
footer .social-icons ul li.viber a {background-position: -330px -189px;}
footer .social-icons ul li.whats a {background-position: -330px -236px;}

/*Subscribe footer_v8*/
.footer_v8 .subscribe-block-wrapper .main-user-consent-request a {font-size: 0.858em;}
.footer_v8 .subscribe-block-wrapper .inner-wrapper .row.margin0, .footer_v8 .subscribe-block-wrapper .subscribe-form .inputs_container{display: flex;position: relative;}
.footer_v8 .subscribe-block-wrapper .inner-wrapper .row .subscribe_right_block{display: flex !important;justify-content: flex-start;}
.footer_v8 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit{display: flex;flex-direction: row;padding-bottom: 40px;margin-top: 13px;}
.footer_v8 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit .button .btn{position: unset;border-radius: 2px;font-size: 1em;letter-spacing: 0;}
.footer_v8 .subscribe-block-wrapper >.row.margin0 {background-color: white;}
.footer_v8 .subscribe-block-wrapper .inner-wrapper .row > div {color: #555555;line-height: 1.715em;}
.footer_v8 .subscribe-block-wrapper .inner-wrapper {max-width: 100%;margin: 0px auto;}
.footer_v8 .subscribe-block-wrapper .inner-wrapper span.title_subscribe{font-size: 30px;margin-bottom: 11px;display: inline-block;line-height: 37px;color: #333333;}
.footer_v8 .subscribe-block-wrapper .inner-wrapper span.subscribe_text{line-height: 1.5em;font-size: 1.072em;color: #777777;}
.footer_v8 .subscribe-block-wrapper .outer-wrapper{padding: 44px 50px 4px;background: #F6F7FA;margin-bottom: 60px;}
.footer_v8 .subscribe-block-wrapper .outer-wrapper .title_subscribe {margin-top: 2px;}
.footer_v8 .subscribe-block-wrapper .outer-wrapper .subscribe_text  {margin-top: 13px;}
.footer_v8 .subscribe-block-wrapper .col-md-8.col-sm-9.col-xs-12.subscribe_right_block {width: 500px;}
.footer_v8 input.form-control.subscribe-input.required{max-width: 385px;padding: 6px 0 5px 15px;font-size: 0.9335em;margin-left: -1px;line-height: 1.715em;background-color: #fff;border-radius: 2px;height: 42px;color: #999999;}

@media (max-width: 991px){
	.footer_v8 .subscribe-block-wrapper .inner-wrapper .row.margin0{display: flex;flex-direction: column;}
	.footer_v8 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit {padding-top: 16px;}
	.footer_v8 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit .button {padding-left: 18px;}
	.footer_v8 .subscribe-block-wrapper .outer-wrapper{padding-bottom: 0px;}
}
@media(max-width: 767px){
	.footer_v8 {text-align: unset;}
	.footer_v8 .subscribe-block-wrapper .subscribe-form .inputs_container {display: block;}
	.footer_v8 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit .button{padding: 15px 0;}
	.footer_v8 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit .button .btn {width: 100%;}
	.footer_v8 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit{flex-direction: column;}
	.footer_v8 .subscribe-block-wrapper .outer-wrapper {padding-top: 40px;}
}
@media(max-width: 530px){
	body:not(.index) .footer_v8 .subscribe-block-wrapper .outer-wrapper {padding: 25px 30px 0;margin-top: -50px;}
}

@media (min-width: 992px){
	.footer_v8 .float-banners.v1.item-views.blocks .text-block .wrap_text {width: 600px}
	.footer_v8 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit{margin-left: 1px;width: 100%;}
	.footer_v8 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit .wrap_form_subscribe {width: 100%;}
	.footer_v8 .subscribe-block-wrapper .inner-wrapper .subscribe_right_block .subscribe-edit .button{margin-left: 16px;}
	.footer_v8 .subscribe-block-wrapper .row .inner-wrapper .text {padding: 7px 0 45px 0;}
	.footer_v8 .subscribe-block-wrapper .row .inner-wrapper .text >div {display: block;}
	.footer_v8 .subscribe-block-wrapper .inner-wrapper .row .subscribe_right_block{justify-content: center;}
	.footer_v8 .subscribe-block-wrapper .inner-wrapper .row .subscribe_right_block {display: inline-flex !important;justify-content: flex-end;padding-right: 0px;}
}
@media (min-width: 1075px){
	.footer_v8 input.form-control.subscribe-input.required {*width: 385px;}
}
/* End */


/* Start:/bitrix/templates/centino-heat/css/develop.css?1750755535741*/


.INFOBLOCK_INDEX .item-views .item { min-height: 500px; }

body.index .CATALOG_SECTIONS_INDEX { background: #F6F7FA; border-top: 1px solid #e5e6e8; border-bottom: 1px solid #e5e6e8;  }
body.index .CATALOG_SECTIONS_INDEX .item.section_item { background: #fff; }

.SLIDER_INDEX .slider_mainpage_2 {     margin: 20px -16px; }

body.index .partners.front .flexslider .slides > li img { max-width: 120px; }

.sections_wrapper .list .item:hover {box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.10);}



.top-block .maxwidth-theme .top_menu_wrapper .slogan .top-description.color-888  { color: rgba(0,0,0,0.7); } 
body.header_opacity header.light .top-block .top-description.color-888 div { color: rgba(255,255,255,0.8) !important; }
/* End */


/* Start:/bitrix/templates/centino-heat/css/custom.css?1750755535191*/
/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */


/* End */


/* Start:/bitrix/components/centino/theme.heat/css/user_font_s1.css?1750755536150*/
body,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .popup-window,body div.bx-yandex-map,.fancybox-title{font-family: ''nothing'', sans-serif;}
/* End */
/* /bitrix/templates/centino-heat/vendor/OwlCarousel2-2.3.4/dist/assets/owl.carousel.css?17507555354744 */
/* /bitrix/templates/centino-heat/vendor/OwlCarousel2-2.3.4/dist/assets/owl.theme.default.min.css?17507555351013 */
/* /bitrix/templates/centino-heat/css/print.css?175075553512833 */
/* /bitrix/templates/centino-heat/css/animation/animate.min.css?175075553552789 */
/* /bitrix/templates/centino-heat/css/animation/animation_ext.css?17507555354934 */
/* /bitrix/templates/centino-heat/css/slick.css?17507555351893 */
/* /bitrix/templates/centino-heat/css/fonts/font-awesome/css/font-awesome.min.css?175075553531000 */
/* /bitrix/templates/centino-heat/css/jquery.fancybox.css?17507555354405 */
/* /bitrix/templates/centino-heat/vendor/flexslider/flexslider.css?17507555356839 */
/* /bitrix/templates/centino-heat/css/bootstrap.css?1750755535114216 */
/* /bitrix/templates/centino-heat/css/theme-elements.css?17507555354368 */
/* /bitrix/templates/centino-heat/css/theme-responsive.css?1750755535998 */
/* /bitrix/templates/centino-heat/css/modifiers.css?17507555358585 */
/* /bitrix/templates/centino-heat/css/modifiers_responsive.css?17507555354642 */
/* /bitrix/templates/centino-heat/css/h1-normal.css?1750755535153 */
/* /bitrix/templates/.default/ajax/ajax.css?1750755534448 */
/* /bitrix/templates/centino-heat/css/width-3.css?17507555351066 */
/* /bitrix/templates/centino-heat/css/font-1.css?1750755535791 */
/* /bitrix/templates/centino-heat/css/jquery.mCustomScrollbar.min.css?175075553542838 */
/* /bitrix/templates/.default/components/bitrix/menu/top_8_fz/style.css?17507555341588 */
/* /bitrix/templates/.default/components/bitrix/news.list/head_csm_filials/style.css?1750755534306 */
/* /bitrix/templates/.default/components/bitrix/menu/top_custom/style.css?17507555341296 */
/* /bitrix/templates/centino-heat/components/bitrix/menu/top_mobile/style.css?17507555352366 */
/* /bitrix/templates/.default/components/bitrix/menu/top_8_fz_mobile/style.css?17507555341464 */
/* /bitrix/templates/.default/components/bitrix/news.list/front-services_4_custom/style.css?17507555342319 */
/* /bitrix/templates/centino-heat/styles.css?175075553520339 */
/* /bitrix/templates/centino-heat/template_styles.css?1750755535662925 */
/* /bitrix/templates/centino-heat/css/responsive.css?175075553599011 */
/* /bitrix/templates/centino-heat/themes/CUSTOM_s1/colors.css?175075553532877 */
/* /bitrix/templates/centino-heat/css/footer.css?175075553535554 */
/* /bitrix/templates/centino-heat/css/develop.css?1750755535741 */
/* /bitrix/templates/centino-heat/css/custom.css?1750755535191 */
/* /bitrix/components/centino/theme.heat/css/user_font_s1.css?1750755536150 */
