

/* Start:/local/templates/termo-jet-v4/components/bitrix/catalog/production/bitrix/catalog.section/.default/style.css?15507545061809*/
.product-sections-header {
	margin-top: 40px;
}

.product-sections-header h1 {
	display: inline-block;
	vertical-align: top;
}

.product-sections-header .product-sections-header-desc {
    display: inline-block;
    position: relative;
    padding: 0px 40px 0px 40px;
}

.product-sections-header .product-sections-header-desc:before, .product-sections-header .product-sections-header-desc:after {
    content: " ";
    display: block;
    background: url("/local/templates/termo-jet-v4/components/bitrix/catalog/production/bitrix/catalog.section/.default/images/small-color-brackets.png");
    width: 18px;
    height: 99px;
    position: absolute;
}

.product-sections-header .product-sections-header-desc:before {
    left: 0;
}

.product-sections-header .product-sections-header-desc:after {
    right: 0;
    background-position: -18px 0px;
}

.product-sections-header .product-sections-header-desc p {
    color: #597683;
    font-family: 'ProximaNovaBold';
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
}

.product-list-wrap {
	margin-top: 60px;
}

@media (min-width: 769px){
    .product-sections-header h1 {
        margin: 0px 130px 0px 0px;
        line-height: 0.9;
    }

    .product-sections-header h1:before { 
        top: 1px;
    }

    .product-sections-header .product-sections-header-desc:before, .product-sections-header .product-sections-header-desc:after {
        top: -18px;
    }

    #page-wrap .product-list-wrap .product-list-body {
        margin: 0 -55px;
    }
}

@media (max-width: 768px){
	.product-sections-header .product-sections-header-desc p br {
		display: none;
	}

    .product-sections-header .product-sections-header-desc {
        margin-top: 30px;
    }

    .product-sections-header .product-sections-header-desc:before, .product-sections-header .product-sections-header-desc:after {
        top: -9px;
    }
}
/* End */


/* Start:/local/templates/termo-jet-v4/css/components/product-list.css?15756260745608*/
.product-list-wrap {
    position: relative;
    text-align: center;
}

.product-list-wrap img {
    max-height: 175px;
}

.product-list-wrap .product-list-body {
    margin: 0 -25px;
    text-align: left;
}

.product-list-wrap .product-list-item {
    padding: 0px 25px;
}

.product-list-wrap .product-list-item:hover {

}

.product-list-wrap .product-list-item .product-list-item-body {
    position: relative;
    padding: 20px 0px 10px;
	min-height: 410px;
}

.product-list-wrap .product-list-item .product-list-item-img {
    display: block;
    position: relative;
}

.product-list-wrap .product-list-item .product-list-item-img img {

}

.product-list-wrap .product-list-item:hover .product-list-item-img img {

}

.product-list-wrap .product-list-item .product-list-item-title {
    /*text-transform: uppercase;*/
    font-family: 'ProximaNovaBlack';
    color: #002c57;
    line-height: 0.75;
    position: relative;
}

.product-list-wrap .product-list-item .product-list-item-title span {
	font-weight: 600;
	font-family: 'ProximaNovaRegular';
	display: block;
	margin-top:2px;
}
.product-list-wrap .product-list-item .product-list-item-title.thermojet-standart {
    color: #db214d;
}

.product-list-wrap .product-list-item .product-list-item-title.thermojet-warm-water {
    color: #08d3f4;
}

.product-list-wrap .product-list-item .product-list-item-ico {
    display: inline-block;
    vertical-align: top;
    margin: -8px 0px 0px 0px;
    height: 19px;
}

.product-list-wrap .product-list-item .product-list-item-type {
    font-size: 16px;
    line-height: 1;
    /*color: #597683;*/
	color: #05386b;
    font-family: 'ProximaNovaBold';
    text-transform: uppercase;
    position: relative;
}

.product-list-wrap .product-list-item .product-list-item-text {
    position: relative;
    padding: 10px 0px;
}

.product-list-wrap .product-list-item .product-list-item-text p {
    line-height: 1.4;
    font-size: 14px;
    /*color: #597683;*/
	color: #05386b;
    font-family: 'OpenSansRegular';
}

.product-list-wrap .product-list-item .product-list-item-href {
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
}

.product-list-wrap .product-list-item .product-list-item-bg {
    position: absolute;
    height: 100%;
    border: 2px solid #97aab2;
    top: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    width: 100%;
    left: 0;
}

.product-list-wrap .product-list-item-body:hover .product-list-item-bg {
    opacity: 1;
}

.product-list-wrap .product-list-item .product-list-item-bg .product-list-item-bg-top {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.product-list-wrap .product-list-item .product-list-item-bg .product-list-item-bg-top:before, .product-list-wrap .product-list-item .product-list-item-bg .product-list-item-bg-top:after {
    content: " ";
    display: block;
    border: 5px solid #597683;
    width: 23px;
    height: 23px;
    position: absolute;
}

.product-list-wrap .product-list-item .product-list-item-bg .product-list-item-bg-top:before {
    left: -6px;
    top: -6px;
    border-right: none;
    border-bottom: none;
}

.product-list-wrap .product-list-item .product-list-item-bg .product-list-item-bg-top:after {
    right: -6px;
    top: -6px;
    border-left: none;
    border-bottom: none;
}

.product-list-wrap .product-list-item .product-list-item-bg .product-list-item-bg-bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.product-list-wrap .product-list-item .product-list-item-bg .product-list-item-bg-bottom:before, .product-list-wrap .product-list-item .product-list-item-bg .product-list-item-bg-bottom:after {
    content: " ";
    display: block;
    border: 5px solid #597683;
    width: 23px;
    height: 23px;
    position: absolute;
}

.product-list-wrap .product-list-item .product-list-item-bg .product-list-item-bg-bottom:before {
    left: -6px;
    bottom: -6px;
    border-right: none;
    border-top: none;
}

.product-list-wrap .product-list-item .product-list-item-bg .product-list-item-bg-bottom:after {
    right: -6px;
    bottom: -6px;
    border-left: none;
    border-top: none;
}

.product-list-wrap .product-list-href {
    position: relative;
}

.product-list-wrap .full-site-btn {
    margin-top: 50px;
}

#page-wrap .news-list-wrap {
    margin-top: 0px;
}

@media (min-width: 769px) {
    .product-list-wrap .product-list-item .product-list-item-title {
        font-size: 24px;
        margin: 0px 0px 15px 14%;
		min-height: 55px;
    }

    .product-list-wrap .product-list-item .product-list-item-type {
        margin: 20px 0px 0px 14%;
    }

    .product-list-wrap .product-list-item .product-list-item-text {
        margin: 10px 0px 0px 14%;
        width: 76%;
    }

    .product-list-wrap .product-list-href {
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    .product-list-wrap {
        margin: 30px auto;
    }

    .product-list-wrap .product-list-item .product-list-item-body {
        padding: 20px 0px 35px;
    }

    .product-list-wrap .product-list-item .product-list-item-title {
        font-size: 20px;
        margin: 0px 0px 20px 12%;
    }

    .product-list-wrap .product-list-item .product-list-item-type {
        margin: 20px 0px 0px 12%;
    }

    .product-list-wrap .product-list-item .product-list-item-text {
        margin: 10px 0px 0px 12%;
        width: 78%;
    }

    .product-list-wrap .product-list-href {
        margin-top: 35px;
    }
}
/* End */


/* Start:/local/templates/termo-jet-v4/components/bitrix/catalog.section.list/about-oborudovanie/style.css?15507545089021*/
.heating-solution-wrap .heating-solution-preview h2 {
    margin-bottom: 25px;
}

.heating-solution-wrap .heating-solution-preview p {
    margin: 20px 0px;
}

.brands-wrap .brands-item .brands-item-img {
    margin-bottom: 20px;
}

.brands-wrap .brands-item .brands-item-img img {
    width: auto;
}

.brands-wrap .brands-item .brands-item-desc {

}

.brands-wrap .brands-item .brands-item-desc p {
    font-size: 14px;
}

.brands-wrap .owl-prev, .brands-wrap .owl-next {
    position: absolute;
    width: 17px;
    height: 47px;
    top: 50%;
    margin-top: -24px;
    font-size: 0;
}

.brands-wrap .owl-prev {
    left: -45px;
}

.brands-wrap .owl-next {
    right: -45px;
}

.brands-wrap .owl-prev:before, .brands-wrap .owl-prev:after {
    content: " ";
    display: block;
    background: url("/local/templates/termo-jet-v4/components/bitrix/catalog.section.list/about-oborudovanie/images/brands-slider-arrows.png") no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.brands-wrap .owl-next:before, .brands-wrap .owl-next:after {
    content: " ";
    display: block;
    background: url("/local/templates/termo-jet-v4/components/bitrix/catalog.section.list/about-oborudovanie/images/brands-slider-arrows.png") no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.brands-wrap .owl-prev:after, .brands-wrap .owl-next:after {
    opacity: 0;
}

.brands-wrap .owl-prev:hover:before, .brands-wrap .owl-next:hover:before {
    opacity: 0;
}

.brands-wrap .owl-prev:after {
    background-position: 0px -47px;
}

.brands-wrap .owl-next:before {
    background-position: -17px 0px;
}

.brands-wrap .owl-next:after {
    background-position: -17px -47px;
}

.brands-wrap .owl-prev:hover:after, .brands-wrap .owl-next:hover:after {
    opacity: 1;
}

.chooseus-wrap {
    position: relative;
}

.chooseus-wrap .tabs_header {
    width: 100%;
}

.chooseus-wrap .tabs_header .tab_name {
    text-align: center;
}

.chooseus-wrap .tabs_header .tab_name[data-key="1"] {
    color: #08d3f4;
}

.chooseus-wrap .tabs_header .tab_name[data-key="1"].active, .chooseus-wrap .tabs_header .tab_name[data-key="1"]:hover {
    border-color: #08d3f4;
}

.chooseus-wrap .tabs_header .tab_name[data-key="2"] {
    color: #12b99f;
}

.chooseus-wrap .tabs_header .tab_name[data-key="2"].active, .chooseus-wrap .tabs_header .tab_name[data-key="2"]:hover {
    border-color: #12b99f;
}

.chooseus-wrap .tabs_header .tab_name[data-key="3"] {
    color: #597683;
}

.chooseus-wrap .tabs_header .tab_name[data-key="3"].active, .chooseus-wrap .tabs_header .tab_name[data-key="3"]:hover {
    border-color: #597683;
}

.chooseus-wrap .chooseus-item {
    text-align: left;
    position: relative;
}

.chooseus-wrap .chooseus-item .chooseus-item-text {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0;
    -webkit-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    -o-transform: translateX(-5%);
    transform: translateX(-5%);
    padding: 0;
}

.chooseus-wrap .chooseus-item.active .chooseus-item-text {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}

.chooseus-wrap .chooseus-item .chooseus-item-name {
    font-size: 20px;
    text-transform: uppercase;
    color: #002c57;
    font-family: 'OpenSansBold';
    line-height: 2;
    margin: 0px 0px 30px 60px;
}

.chooseus-wrap .chooseus-item .chooseus-item-desc {

}

@media (min-width: 769px){
    .heating-solution-wrap {

    }

    .brands-wrap {
        margin: 45px 0px 70px;
    }

    .brands-wrap .brands-body {
        margin-top: 60px;
    }

    .brands-wrap .brands-item {
        width: 70%;
		margin: 0 auto;
    }

    .chooseus-wrap {
        margin: 70px 0px 0px;
        padding: 50px 0px;
        box-shadow: inset 0px 12px 18px -6px rgba(0,0,0,0.2);
    }

    .chooseus-wrap .tabs_header {
        margin: 35px -30px 0px;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .chooseus-wrap .chooseus-body {
        position: relative;
        z-index: 2;
        background: rgba(255, 255, 255, 0.8);
        padding: 25px 20px 30px 55px;
        min-height: 420px;
    }

    .chooseus-wrap .chooseus-imgs-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .chooseus-wrap .chooseus-imgs-wrap .chooseus-imgs-item {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        z-index: -1;
        overflow: hidden;
    }

    .chooseus-wrap .chooseus-imgs-wrap .chooseus-imgs-item.active {
        opacity: 1;
    }

    .chooseus-wrap .chooseus-imgs-wrap .chooseus-imgs-item img {
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        position: absolute;
        top: -50%;
        bottom: -50%;
        left: -50%;
        right: -50%;
        margin: auto;
    }

    .chooseus-wrap .chooseus-item {
        margin: 0px -15px;
    }

}

@media (min-width: 992px){
    .heating-solution-wrap .heating-solution-desc p {
        width: 56%;
    }

    .heating-solution-wrap .heating-solution-item {
        width: 70%;
        margin: 0px auto 0px;
    }

    .heating-solution-wrap .heating-solution-bottom-text {
        width: 56%;
    }

    .chooseus-wrap .chooseus-body {
        width: 750px;
    }
}

@media (max-width: 768px){
    .application-scope-wrap {
        padding: 25px 0px 25px;
    }

    .application-scope-wrap .application-scope-desc p {
        margin: 15px auto 30px;
    }

    .application-scope-wrap .application-scope-desc p br {
        display: none;
    }

    .application-scope-wrap .application-scope-item {
        margin: 10px 0px;
    }

    .application-scope-wrap .application-scope-item .application-scope-item-title {

    }

    .application-scope-wrap .application-scope-item .application-scope-item-title:before {
        height: 2px;
        width: 45px;
        margin: 20px 0px 5px;
    }

    .advantages-wrap .advantages-item-detail {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }

    .advantages-wrap .advantages-item-detail.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .advantages-wrap .advantages-item-detail .advantages-item-detail-title {
        font-size: 20px;
        line-height: 1.42;
        margin-top: -15px;
        padding: 0px 15px;
    }

    .advantages-wrap .advantages-item-detail .advantages-item-detail-body {
        padding: 0px 15px 25px;
    }

    .heating-solution-wrap {
        padding: 25px 0px 25px;
    }

    .heating-solution-wrap .heating-solution-desc p {
        margin: 20px auto 0px;
    }

    .heating-solution-wrap .heating-solution-item {
        margin: 20px 15px 0px;
        padding: 20px 0px;
    }

    .heating-solution-wrap .heating-solution-item:before {
        height: 95%;
        top: 0%;
    }

    .heating-solution-wrap .heating-solution-item .heating-solution-item-preview {
        padding: 0px 20px;
    }

    .heating-solution-wrap .heating-solution-bottom-text {
        margin: 0px 15px 0px;
    }

    .heating-solution-wrap .heating-solution-bottom-text p {
        font-size: 18px;
    }

    .heating-solution-wrap .heating-solution-bottom-text p br {
        display: none;
    }

    .advantages-wrap .advantages-inner {
        padding: 25px 0px 25px;
    }

    .advantages-wrap .advantages-item .advantages-item-body {
        padding: 0px 15px 77px 15px;
        margin: 20px 0px;
    }

    .advantages-wrap .advantages-item .advantages-item-img {
        margin: -3px 0px 0px -18px;
    }

    .advantages-wrap .advantages-item .advantages-item-img img {
        width: 85px;
    }

    .advantages-wrap .advantages-item .advantages-item-text {
        margin-top: 10px;
        width: 110%;
    }

    .advantages-wrap .advantages-item .advantages-item-name {
        font-size: 18px;
    }

    .advantages-wrap .advantages-item .red-border-btn {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

    .brands-wrap {
        margin: 45px 0px 50px;
    }

    .brands-wrap .brands-body {
        margin: 60px 40px 0px;
        width: auto;
    }

    .brands-wrap .brands-item .brands-item-desc p br {
        display: none;
    }

    .chooseus-wrap .tabs_header {
        margin: 15px 0px 25px;
    }

    .chooseus-wrap {
        margin: 25px 0px 0px;
    }

    .chooseus-wrap .chooseus-imgs-wrap {
        display: none;
    }

}

@media (max-width: 375px){

}

@media (max-width: 320px){

}
/* End */


/* Start:/local/templates/termo-jet-v4/css/components/tabs.css?15507545121037*/
.tabs_header {
    font-size: 0;
}

.tabs_header .tab_name {
    font-size: 13px;
    color: #05386b;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-family: 'ProximaNovaRegular';
    border: 1px solid transparent;
    text-align: left;
}

.tabs_header .tab_name:hover, .tabs_header .tab_name.active {
    border-color: #05386b;
}

.tab_block {
    display: none;
    margin: 15px 0px;
    -webkit-transition: all 0s 0.6s;
    -o-transition: all 0s 0.6s;
    transition: all 0s 0.6s;
}

.tab_block.visible {
    display: block;
}

.tab_block.active {
    transition: all 0s ease 0s;
}

@media (min-width: 769px){
    .tabs_header .tab_name {
        text-transform: uppercase;
        padding: 14px 30px;
    }
}

@media (max-width: 768px){
    .tabs_header {
        overflow-x: auto;
    }
    
    .tabs_header .tab_name {
        padding: 10px 20px;
    }
}
/* End */
/* /local/templates/termo-jet-v4/components/bitrix/catalog/production/bitrix/catalog.section/.default/style.css?15507545061809 */
/* /local/templates/termo-jet-v4/css/components/product-list.css?15756260745608 */
/* /local/templates/termo-jet-v4/components/bitrix/catalog.section.list/about-oborudovanie/style.css?15507545089021 */
/* /local/templates/termo-jet-v4/css/components/tabs.css?15507545121037 */
