

/* Start:/local/templates/termo-jet-v5/components/bitrix/news.list/main-banner/style.css?157614416710698*/
body {
	background: none;
}

div#page-wrap {
	background: url("/local/templates/termo-jet-v5/components/bitrix/news.list/main-banner/images/site-blue-bg.png") no-repeat;
}

#main-banners-wrap {
    position: relative;
    overflow: hidden;
}

#main-banners-wrap .main-banners-header {
    position: relative;
    z-index: 2;
}

#main-banners-wrap .main-banners-header .main-banners-title {
	
}
#main-banners-wrap .main-banner-bg-front
#main-banners-wrap .main-banners-header .main-banners-description p {
    font-family: 'OpenSansBold';
    color: #002c57;
    text-transform: uppercase;
}

#main-banners-wrap .main-banner-names {
	z-index: 4;
}

#main-banners-wrap .main-banner-names .main-banner-names-item {
    font-size: 14px;
    color: #002c57;
    font-family: 'OpenSansBold';
    text-transform: uppercase;
    padding: 12px 18px;
    border: 2px solid transparent;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#main-banners-wrap .main-banner-names .main-banner-names-item:hover, #main-banners-wrap .main-banner-names .main-banner-names-item.active {
	border-color: #db204d;
}

#main-banners-wrap .main-banner-order {
	z-index: 4;
}

#main-banners-wrap .main-banner-order p {
    font-size: 14px;
    text-transform: uppercase;
    color: #002c57;
    font-family: 'OpenSansBold';
    line-height: 2.14;
    margin-bottom: 15px;
}

#main-banners-wrap .main-banner-pics {
    z-index: 2;
}

#main-banners-wrap .main-banner-pics-item {
    font-size: 0px;
    position: relative;
    width: 100%;
}

#main-banners-wrap .main-banner-pics-item .main-banner-pics-item-body {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#main-banners-wrap .main-banner-pics-item .main-banner-pics-item-before img {
    height: 100%;
	max-width: none;
}

#main-banners-wrap .main-banner-pics-item .main-banner-pics-item-before {
    height: 100%;
    position: absolute;
    z-index: 2;
    width: 30%;
    border-right: 2px solid #FFFFFF;
}

#main-banners-wrap .main-banner-pics-item .main-banner-pics-item-before div {
    overflow: hidden;
    height: 100%;
}

#main-banners-wrap .main-banner-pics-item .main-banner-pics-item-after {
    position: relative;
    width: 100%;
}

#main-banners-wrap .main-banner-pics-item .main-banner-pics-item-after img {
    width: 100%;
}


#main-banners-wrap .main-banner-pics-item .main-banner-pics-control {
	background: #ffffff;
    content: " ";
    display: block;
    position: absolute;
    top: 30%;
    border-radius: 100%;
    left: 30%;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: background 0.4s ease 0s;
    -o-transition: background 0.4s ease 0s;
    transition: background 0.4s ease 0s;
}

#main-banners-wrap .main-banner-pics-item .main-banner-pics-control span {
    background: url("/local/templates/termo-jet-v5/components/bitrix/news.list/main-banner/images/main-banner-control-bg.png") no-repeat;
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#main-banners-wrap .main-banner-pics-item .main-banner-pics-control:hover {
    background: #db204d;
}

#main-banners-wrap .main-banner-bg {
    position: absolute;
    height: 298px;
    width: 100%;
    left: 0;
    bottom: 0;
}

#main-banners-wrap .main-banner-bg-top {
    background: url("/local/templates/termo-jet-v5/components/bitrix/news.list/main-banner/images/top-bg.png"), linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(173,203,222,0.4542191876750701) 15%, rgba(167,200,220,0.4) 100%);
    z-index: 1;
    top: -85px!important;
    background-position: center top;
    height: 100%;
    width: 100%;
}

#main-banners-wrap .main-banner-bg-front {
	background: url("/local/templates/termo-jet-v5/components/bitrix/news.list/main-banner/images/main-slider-front-bg.png"), linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 3;
    background-position: center top;
    transform: scalex(-1.8);
    left: -70px;
    bottom: -75px;
}

#main-banners-wrap .main-banner-bg-back {
	background: url("/local/templates/termo-jet-v5/components/bitrix/news.list/main-banner/images/main-slider-back-bg.png"), linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
    background-position: center top;
    z-index: 1;
    transform: scalex(1.85);
    left: 114px;
}



#main-banners-wrap .main-banner-big-pic.active {
    position: absolute;
    height: 100%;
    right: 0;
    z-index: 0;
    opacity: 1;
    width: 100%;
}



#main-banners-wrap .main-banner-big-pic img {
    opacity: 0;
    position: relative;
    height: auto;
    width: 100%;
    right: 0;
    display: block;
    -webkit-transition: all 0.6s 0s;
    -o-transition: all 0.6s 0s;
    transition: all 0.6s 0s;
    z-index: -1;
    max-width: none;
}

#main-banners-wrap .main-banner-big-pic.active img {
    opacity: 1;
}


@media (max-width: 1700px){
    #main-banners-wrap .main-banner-big-pic.active {
        top: -10%!important;
    }
}

@media (max-width: 1366px){
    #main-banners-wrap .main-banner-bg {
        bottom: 20px;
    }
}


@media (min-width: 769px){
    #main-banners-wrap {
        padding-bottom: 100px;
    }

    #main-banners-wrap .main-banner-names {
        width: 17.6%;
    }

    #main-banners-wrap .main-banner-pics {
        width: 45.2%;
    }

    #main-banners-wrap .main-banner-order {
        margin-top: 160px;
        width: 37.2%;
        position: absolute;
    }

    #main-banners-wrap .main-banner-big-pic {
        position: absolute;
        height: 100%;
        right: 0;
        z-index: -1;
        opacity: 0.7;
        width: 100%;
    }

    #main-banners-wrap .main-banners-header {
        margin: 40px auto 80px;
    }

    #main-banners-wrap .main-banners-header .main-banners-description {
        position: absolute;
        top: 32.5%;
        right: 17.9%;   
    }

    #main-banners-wrap .main-banners-header .main-banners-description p {
        font-size: 28px;
        line-height: 1.5;
    }

    #main-banners-wrap .main-banner-pics-item .main-banner-pics-control {
        width: 44px;
        height: 44px;
        margin-left: -22px;
    }

    #main-banners-wrap .main-banner-pics-item .main-banner-pics-control span {
        width: 30px;
        height: 12px;
    }

    #main-banners-wrap .main-banner-pics-item .main-banner-pics-control:hover span {
        background-position: 0px -12px;
    }
}

@media (max-width: 1440px)and (min-width: 1200px) {
    #main-banners-wrap .main-banner-bg-top {
        top: -110px!important;
    }
    #main-banners-wrap .main-banner-bg-back {
        height: 325px;
        left: 180px;
    }
    #main-banners-wrap .main-banner-bg-front {
        bottom: -70px!important;
    }
    #main-banners-wrap .main-banner-bg {
        bottom: -25px;
    }
}

@media (min-width: 1200px){
    #main-banners-wrap #main-banners-body {
        padding: 0px 0px 0px 70px;
    }
}

@media (min-width: 1440px){
	#main-banners-wrap .container {
		width: 1440px;
	}
}

@media (max-width: 1199px) {
    #main-banners-wrap .main-banner-bg {
        height: 270px;
        bottom: 15px;
    }

 /*   #main-banners-wrap .main-banner-bg-front {
        background-position: center -70px;
    }

    #main-banners-wrap .main-banner-bg-back {
        background-position: center -30px;
    }*/
    #main-banners-wrap .main-banner-bg-top {
        top: -140px!important;
        height: 100%;
    }
    #main-banners-wrap .main-banner-bg-front {
        left: 70px;
        bottom: -15px;
        background: url(/local/templates/termo-jet-v5/components/bitrix/news.list/main-banner/images/main-slider-front-bg.png), linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%);
    }
    #main-banners-wrap .main-banner-bg-back {
        background: url(/local/templates/termo-jet-v5/components/bitrix/news.list/main-banner/images/main-slider-back-bg.png), linear-gradient(0deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
        background-position: center top;
        z-index: 1;
        transform: scalex(1.1);
        left: 40px;
    }

    #main-banners-wrap .main-banner-order {
        margin-top: 160px;
        width: 37.2%;
        position: absolute;
    }
    #main-banners-wrap .main-banner-order {
        margin-top: 120px;
    }
}

@media (max-width: 991px) {
    #main-banners-wrap .main-banner-order {
        margin-top: 20px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    #main-banners-wrap .main-banner-names .main-banner-names-item {
        padding: 6px 10px;
        font-size: 12px;
    }

    #main-banners-wrap .main-banner-order p {
        font-size: 12px;
    }

    #main-banners-wrap .main-banner-order p br {
        display: none;
    }

    #main-banners-wrap .main-banner-order .red-border-btn {
        font-size: 12px;
    }

    #main-banners-wrap .main-banner-bg {
        height: 190px;
        bottom: 75px;
    }

    #main-banners-wrap .main-banner-bg-front {
        background-position: center -80px;
        bottom: -50px;
    }


    #main-banners-wrap .main-banner-bg-top {
        top: -140px!important;
        height: 100%;
    }
}

@media (max-width: 865px){
    #main-banners-wrap .main-banner-bg {
        display: none;
    }
    #main-banners-wrap .main-banner-big-pic {
        display: none;
    }
    #main-banners-wrap .main-banner-names {
        display: none;
    }
    #main-banners-wrap .main-banners-header .main-banners-description p {
        font-size: 24px;
    }
}

@media (max-width: 768px){
    #main-banners-wrap {
        padding-bottom: 30px;
    }

    #main-banners-wrap .main-banner-names {
        display: none;
    }

    #main-banners-wrap .main-banner-bg {
        display: none;
    }

    #main-banners-wrap .main-banner-big-pic {
        display: none;
    }

    #main-banners-wrap .main-banner-order {
        margin-top: 20px;
        position: relative;
        width: auto;
    }

    #main-banners-wrap .main-banner-order p br {
        display: none;
    }

    #main-banners-body {
        position: relative;
    }

    #main-banners-wrap .main-banner-bg {
        bottom: auto;
    }

    #main-banners-wrap .main-banner-bg-front {
        height: 150px;
        background-position: center -90px;
    }

    #main-banners-wrap .main-banners-header {
        margin: 40px auto 40px;
    }

    #main-banners-wrap .main-banners-header .main-banners-description p {
        font-size: 20px;
        margin: 25px 0px 0px;
        line-height: 1.5;
    }

    #main-banners-wrap .main-banner-pics-item .main-banner-pics-control {
        width: 30px;
        height: 30px;
        margin-left: -15px;
    }

    #main-banners-wrap .main-banner-pics-item .main-banner-pics-control span {
        width: 20px;
        height: 8px;
        background-size: cover;
    }

    #main-banners-wrap .main-banner-pics-item .main-banner-pics-control:hover span {
        background-position: 0px -8px;
    }
}
/* End */


/* Start:/local/templates/termo-jet-v5/components/bitrix/catalog.section/product-list1-with_filter/style.css?17506778915526*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
a.section__link {
	color: #597683 !important;
}

.listing-item-list{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
}
.listing-item-list .listing-item{
	height: auto;
	width: 23%;
	margin: 30px 10px;
	z-index: 0;
	

}
.listing-item-list .listing-item .listing-item-body{
	width: 100%;
	border:1px solid #08d3f4;
	padding: 15px;
	height: auto;
	background-color: #ffffff;
	z-index: 0;

}
/*.listing-item-list .listing-item:hover{
	z-index: 1
}
.listing-item-list .listing-item .listing-item-body:hover{
	z-index: 1000;
	height: auto;
	border:1px solid red;
}*/

.listing-item-list .listing-item img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	max-height: 205px;
}
.listing-item-list .listing-item .item-name{
	color:#6a8083;
	height: 230px;
}
.cheracters_block{
	/*display: none;*/
}
.cheracters_block .bold_gray{
	color:#6a8083;
	font-weight: bold;
}
.cheracters_block .cheracters_items{
	min-height: 71px;
	margin-bottom: 10px;
} 
.cheracters_block .cheracters_items .item_char span{
	color:#6a8083;
}
.cheracters_block .cheracters_items .item_char .char-val{
	font-weight: bold;
}
.cheracters_block .cheracters_items .item_char{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}
.cheracters_block .cheracters_items .item_char:last-child{
	margin: 0;
}
.cheracters_block .cheracters_items .item_char:after {
	content:'';
    display: block;;
    overflow: hidden;
    height: 14px;
    border-bottom: 1px dotted #666
}
.char-name {
    display: block;
    float: left;
    z-index: 2;
    padding-right: 2px;
}
.char-val {
    display: block;
    float: right;
    z-index: 2;
    padding-left: 2px;
}
.listing-item-list .listing-item .price_block{
	margin-bottom: 22px;
}
.listing-item-list .listing-item .price_block .price{
	font-weight: bold;
}
.listing-item-list .listing-item .button_buy{
	width: 100%;
    text-align: center;
    padding: 17px 0;
    font-weight: bold;
	background-color:#db204d;
}
.listing-item-list .listing-item .button_buy span{
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}
.button_block{
    display: flex;
    flex-flow: row;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    justify-content: space-around;
}
.button_block .listing_but{
	width: 30px;
    height: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border: 1px solid gray;
    padding: 3px;
    cursor: pointer;
}
.button_block .listing_but .kub{
	width: 45%;
    height: 9px;
    border: 1px solid gray;
}

.button_block .table_but{
	width: 30px;
    height: 30px;
    display: flex;
    flex-flow: column nowrap;
    border: 1px solid gray;
    padding: 3px;
    cursor: pointer;
}
.button_block .table_but .line{
    height: 8px;
    width: 100%;
    border: 1px solid gray;
    margin: 1px 0px;
}
.button_block .table_but .line::before{
    content: "";
    width: 5px;
    height: 4px;
    border-right: 1px solid gray;
    position: absolute;
    margin-right: 4px;
}
#product-models-table{
	position: relative;
}
.button_block .listing_but.active{
	border:2px solid #08d3f4;
}
.button_block .listing_but.active .kub{
	border:2px solid #08d3f4;		
}
.button_block .table_but.active{
	border:2px solid #08d3f4;	
}
.button_block .table_but.active .line{
	border:1px solid #08d3f4;	
}
.button_block .table_but.active .line::before{
	border-right:1px solid #08d3f4;	
    background-color: #08d3f4;
}
.table_page_block{
	display: none;
}
#product-models-table .product-models-table-body{
	overflow: visible;
}
.bx_catalog_tile_home_type_2{
	z-index: 0
}
.cheracters_block .cheracters_items .item_char .char-val.topliv_tipe{
	padding: 1px 4px 2px;
	background: #db204d;
	color: white;
}

@media screen and (max-width: 1199px){
	.listing-item-list .listing-item{
		margin: 25px;
	}
}
@media screen and (max-width: 991px){
	.listing-item-list .listing-item{
		margin: 20px;
	}
}
@media screen and (max-width: 820px){
	.listing-item-list .listing-item{
		width:44%;
	}
}
@media screen and (max-width: 697px){
	.listing-item-list .listing-item{
		width:100%;
		height: auto;
	}
	.listing-item-list .listing-item .item-name{
		height: auto;
	}
}

a.section__link_h2 {
	background-color: #597683;
	display: inline-block;
	padding: 10px 20px;
	color: white;
	flex-shrink: 0;
}
.section__title {
	/*display: inline-block;*/
	margin-right: 15px;
}
.top__title {
	display: flex;
	align-items: center;

}
@media (max-width: 440px) {
	.top__title {
		flex-direction: column;
		align-items: center;
	}
	.section__link_h2 {
		text-align: center;
		width: 100%;
	}

}
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	font-size: 0;
}
.slick-prev {
	left : 0;
	background-color: transparent;
	width: 30px;
	height: 30px;
	border: none;
	border-left: 3px solid #bbbbbb;
	border-bottom: 3px solid #bbbbbb;
	border-bottom-left-radius: 3px ;
	transform: translateX(-100%) rotate(45deg);

}
.slick-next {
	right: 0;
	background-color: transparent;
	width: 30px;
	height: 30px;
	border: none;
	border-left: 3px solid #bbbbbb;
	border-bottom: 3px solid #bbbbbb;
	border-bottom-left-radius: 3px ;
	transform:translateX(100%)  rotate(225deg);
}
@media (max-width: 767px) {

	.slick-prev
	{
		transform: translateX(0)  rotate(45deg);

	}
	.slick-next {
		transform:translateX(0)  rotate(225deg);

	}
}
/* End */


/* Start:/local/templates/termo-jet-v5/js/components/slick/slick.css?15070529691776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


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

.product-list-wrap img {
    max-height: 175px;
    min-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 {

}

.production-in-item-status {
    background: #db214d;
    color: #FFFFFF;
    text-align: center;
    font-family: 'ProximaNovaBold';
    text-transform: uppercase;
    font-size: 22px;
    padding: 10px 0px 10px;
}

.product-list-description .product-list-description-left-body:before, .product-list-description .product-list-description-left-body:after {
    content: " ";
    display: block;
    background: url("/local/templates/termo-jet-v5/css/components/images/color-brackets.png");
    width: 21px;
    height: 118px;
    position: absolute;
    top: 8px;
}

.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-v5/components/bitrix/news.list/main-banner-circle-new/style.css?157561957611471*/
body {
	background: none;
}

#page-wrap #header {
    box-shadow: none;
}

#main-banners-wrap-circle {
    position: relative;
    overflow: hidden;
	box-shadow: inset 0px 40px 30px -20px rgba(0,0,0,0.1);

}

#main-banners-wrap-circle .main-banners-header {
    position: relative;
    z-index: 1;
}

#main-banners-wrap-circle .main-banners-header .main-banners-title p {
    font-family: 'ProximaNovaBlack';
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    display: inline-block;
    padding: 18px 26px;
}

#main-banners-wrap-circle .main-banners-header .main-banners-title p:before, #main-banners-wrap-circle .main-banners-header .main-banners-title p:after {
    content: " ";
    display: block;
    background: url("/local/templates/termo-jet-v5/components/bitrix/news.list/main-banner-circle-new/images/title-brackets_small.png");
    width: 24px;
    height: 60px;
    position: absolute;
    top: 0;
}

#main-banners-wrap-circle .main-banners-header .main-banners-title p:before {
    left: 0;
}

#main-banners-wrap-circle .main-banners-header .main-banners-title p:after {
    right: 0;
    background-position: -24px 0px;
}
#main-banners-wrap-circle .main-banners-header .main-banners-title h1 {
    font-family: 'ProximaNovaBlack';
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    display: inline-block;
    padding: 18px 26px;
}

#main-banners-wrap-circle .main-banners-header .main-banners-title h1:before, #main-banners-wrap-circle .main-banners-header .main-banners-title h1:after {
    content: " ";
    display: block;
    background: url("/local/templates/termo-jet-v5/components/bitrix/news.list/main-banner-circle-new/images/title-brackets_small.png");
    width: 24px;
    height: 60px;
    position: absolute;
    top: 0;
}

#main-banners-wrap-circle .main-banners-header .main-banners-title h1:before {
    left: 0;
}

#main-banners-wrap-circle .main-banners-header .main-banners-title h1:after {
    right: 0;
    background-position: -24px 0px;
}

#main-banners-wrap-circle .main-banners-header .main-banners-description p {
    text-transform: uppercase;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

#main-banners-wrap-circle .main-banners-header .main-banners-description.blue p {
    color: #002c57;
}

#main-banners-wrap-circle .main-banners-header .main-banners-description.white p {
    color: #FFFFFF;
}

#main-banners-wrap-circle .main-banner-names .main-banner-names-header {

}

#main-banners-wrap-circle .main-banner-names .main-banner-names-header h2 {
    vertical-align: middle;
}

#main-banners-wrap-circle .main-banner-names .main-banner-names-header p {
    color: #597683;
    line-height: 1.2;
    vertical-align: middle;
}

#main-banners-wrap-circle .main-banner-names .main-banner-names-item {
    cursor: pointer;
    text-align: center;
}

#main-banners-wrap-circle .main-banner-names .main-banner-names-item:hover, #main-banners-wrap-circle .main-banner-names .main-banner-names-item.active {

}

#main-banners-wrap-circle .main-banner-names .main-banner-names-item p {
    line-height: 1.2;
    margin-top: 10px;
    color: #6a8fb5;
    font-family: 'ProximaNovaBold';
    text-transform: uppercase;
    margin-left: -10px;
}

#main-banners-wrap-circle .main-banner-names .main-banner-names-item.proizvodstvo-zhbk p {
    color: #597683;
}

#main-banners-wrap-circle .main-banner-names .main-banner-names-item.stroitelstvo img {
    margin-left: -20px;
}

#main-banners-wrap-circle .main-banner-names .main-banner-names-item.stroitelstvo p {
    color: #05386b;
}

#main-banners-wrap-circle .main-banner-names .main-banner-names-item.selskoe-khozyaystvo p {
    color: #08d3f4;
}

#main-banners-wrap-circle .main-banner-names .main-banner-names-item.derevoobrabotka p {
    color: #12b99f;
}

#main-banners-wrap-circle .main-banner-names .main-banner-names-item.khranenie-i-perekachka-nefti p {
    color: #e45b70;
}

#main-banners-wrap-circle .main-banner-pics {
    z-index: 2;
}

#main-banners-wrap-circle .main-banner-pics-item {
    font-size: 0px;
    position: relative;
    width: 100%;
}

#main-banners-wrap-circle .main-banner-pics-item .main-banner-pics-item-body {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#main-banners-wrap-circle .main-banner-pics-item .main-banner-pics-item-before img {
    height: 100%;
	max-width: none;
}

#main-banners-wrap-circle .main-banner-pics-item .main-banner-pics-item-before {
    height: 100%;
    position: absolute;
    z-index: 2;
    width: 30%;
    border-right: 2px solid #FFFFFF;
}

#main-banners-wrap-circle .main-banner-pics-item .main-banner-pics-item-before div {
    overflow: hidden;
    height: 100%;
}

#main-banners-wrap-circle .main-banner-pics-item .main-banner-pics-item-after {
    position: relative;
    width: 100%;
}

#main-banners-wrap-circle .main-banner-pics-item .main-banner-pics-item-after img {
    width: 100%;
}

#main-banners-wrap-circle .main-banner-pics-item .main-banner-pics-control {
	background: #12b99f;
    content: " ";
    display: block;
    position: absolute;
    top: 30%;
    border-radius: 100%;
    left: 30%;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: background 0.4s ease 0s;
    -o-transition: background 0.4s ease 0s;
    transition: background 0.4s ease 0s;
}

#main-banners-wrap-circle .main-banner-pics-item .main-banner-pics-control span {
    background: url("/local/templates/termo-jet-v5/components/bitrix/news.list/main-banner-circle-new/images/main-banner-control-bg.png") no-repeat;
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#main-banners-wrap-circle .main-banner-pics-item .main-banner-pics-control:hover {
    background: #db204d;
}

#main-banners-wrap-circle .main-banner-big-pic {
    position: absolute;
    top: 0;
}

#main-banners-wrap-circle .main-banner-big-pic img {
    opacity: 0;
    -webkit-transition: all 0.6s 0s;
    -o-transition: all 0.6s 0s;
    transition: all 0.6s 0s;
    width: 100%;
}

#main-banners-wrap-circle .main-banner-big-pic.active img {
    opacity: 1;
}

#main-banners-wrap-circle .main-banner-names-body row a {
    text-decoration: none;
}


#main-banners-wrap-circle .main-banner-controls {
    position: absolute;
    right: 46%;
    top: 46%;
}

#main-banners-wrap-circle .main-banner-controls-items {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    opacity: 0.5;
}

#main-banners-wrap-circle .main-banner-controls-items.active {
    opacity: 1;
} 

@media (max-width: 1366px){
    #main-banners-wrap-circle .main-banner-bg {
        bottom: 20px;
    }
}


@media (min-width: 769px){
    #main-banners-wrap-circle {
        padding-bottom: 100px;
    }

    #main-banners-wrap-circle .main-banner-pics {
        vertical-align: bottom;
    }

    #main-banners-wrap-circle .main-banner-names {
        margin-top: 60px;
    }

    #main-banners-wrap-circle .main-banner-names .main-banner-names-header p {
        font-size: 16px;
    }

    #main-banners-wrap-circle .main-banner-order {
        margin-top: 40px;
        width: 37.2%;
        vertical-align: bottom;
    }

    #main-banners-wrap-circle .main-banner-big-pic {
        width: 100%;
    }

    #main-banners-wrap-circle .main-banners-header {
        margin: 40px auto 100px;
    }

    #main-banners-wrap-circle .main-banner-names .main-banner-names-body {
        margin: 30px -25px 0px;
    }

    #main-banners-wrap-circle .main-banner-names .main-banner-names-item {
        padding: 0px 25px;
        width: 16.66666667%;
    }

    #main-banners-wrap-circle .main-banner-names .main-banner-names-item p {
        font-size: 16px;
    }

    #main-banners-wrap-circle .main-banners-header .main-banners-description p {
        font-size: 16px;
        line-height: 1.4;
    }

    #main-banners-wrap-circle .main-banners-header .main-banners-title p {
        font-size: 28px;
    }
    #main-banners-wrap-circle .main-banners-header .main-banners-title h1 {
        font-size: 24px;
    }

    #main-banners-wrap-circle .main-banner-pics-item .main-banner-pics-control {
        width: 58px;
        height: 62px;
        margin-left: -29px;
    }

    #main-banners-wrap-circle .main-banner-pics-item .main-banner-pics-control span {
        width: 46px;
        height: 20px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {

}


@media (max-width: 768px){
    #main-banners-wrap-circle {
        padding-bottom: 30px;
    }

    #main-banners-wrap-circle .main-banners-header {
        margin: 40px auto 40px;
    }

    #main-banners-wrap-circle .main-banner-names .main-banner-names-header h2 {
        padding-left: 30px;
    }

    #main-banners-wrap-circle .main-banner-names .main-banner-names-header h2:before {
        left: 15px;
    }

    #main-banners-wrap-circle .main-banner-names {
        /*box-shadow: inset 0px 40px 30px -20px rgba(0,0,0,0.1);*/
		box-shadow: none;
        padding: 40px 30px 0px;
        /*margin: 60px -15px 0px;*/
		margin: 0px -15px 0;
    }

    #main-banners-wrap-circle .main-banner-names .main-banner-names-header p {
        float: left;
        padding-top: 50px;
    }

    #main-banners-wrap-circle .main-banner-names .main-banner-names-item {
        float: left;
        min-height: 236px;
    }

    #main-banners-wrap-circle .main-banner-names .main-banner-names-item p {
        font-size: 16px;
    }

    #main-banners-wrap-circle .main-banner-big-pic {
        height: 300px;
        left: -50%;
        right: -50%;
        margin: auto;
    }

    #main-banners-wrap-circle .main-banner-big-pic img {
        max-width: none;
        height: 100%;
    }

    #main-banners-wrap-circle .main-banner-order {
        margin-top: 20px;
    }

    #main-banners-wrap-circle .main-banner-order p br {
        display: none;
    }

    #main-banners-wrap-circle #main-banners-body {
        position: relative;
    }

    #main-banners-wrap-circle .main-banner-bg {
        bottom: auto;
    }

    #main-banners-wrap-circle .main-banner-bg-front {
        height: 150px;
        background-position: center -90px;
    }

    #main-banners-wrap-circle .main-banner-names .main-banner-names-header p br {
        display: none;
    }

    #main-banners-wrap-circle .main-banner-pics {
        padding: 0px 20px;
    }

    #main-banners-wrap-circle .main-banners-header .main-banners-title p {
        margin: 0px 20px;
        font-size: 18px;
    }
    #main-banners-wrap-circle .main-banners-header .main-banners-title h1 {
        margin: 0px 20px;
        font-size: 18px;
    }

    #main-banners-wrap-circle .main-banners-header .main-banners-description p {
        font-size: 14px;
        margin: 30px 45px 0px;
        line-height: 1;
    }

    #main-banners-wrap-circle .main-banners-header .main-banners-description p br {
        display: none;
    }

    #main-banners-wrap-circle .main-banner-pics-item .main-banner-pics-control {
        width: 38px;
        height: 40px;
        margin-left: -19px;
    }

    #main-banners-wrap-circle .main-banner-pics-item .main-banner-pics-control span {
        width: 30px;
        height: 12px;
        background-size: cover;
    }

    #main-banners-wrap-circle .main-banner-pics-item .main-banner-pics-control:hover span {
        background-position: 0px -8px;
    }

    #main-banners-wrap-circle .main-banner-controls {
		display: none;
	}
}

@media (max-width: 320px){
    #main-banners-wrap-circle .main-banner-names .main-banner-names-item {
        min-height: 195px;
    }
}
/* End */


/* Start:/local/templates/termo-jet-v5/components/bitrix/news.list/advantages/style.css?15755524932270*/
#advantages-wrap {
    position: relative;
    z-index: 3;
    padding: 35px 0px 35px;
	background: url("/local/templates/termo-jet-v5/components/bitrix/news.list/advantages/img/advantage-bg.png") no-repeat center bottom #05386b;
}

#advantages-wrap .advantages-item {
    padding: 15px 30px 15px 30px;
    backface-visibility: hidden;
}

#advantages-wrap .advantages-item .advantages-item-img {
	padding: 0;
}

#advantages-wrap .advantages-item .advantages-item-img img {

}

#advantages-wrap .advantages-item .advantages-item-description {

}

#advantages-wrap .advantages-item .advantages-item-title {
    color: #FFFFFF;
    font-family: 'ProximaNovaBlack';
    position: relative;
	line-height: 0.8;
	margin-top: 10px;
}

#advantages-wrap .advantages-item .advantages-item-title b {
    font-family: 'ProximaNovaBold';
}

#advantages-wrap .advantages-item .advantages-item-title span {

}

#advantages-wrap .advantages-item .advantages-item-text {
    color: #FFFFFF;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    line-height: 1.2;
    margin-top: 8px;
}

@media (min-width: 769px) {
    #advantages-wrap .advantages-item:hover {

    }

    #advantages-wrap .advantages-item img {

    }

    #advantages-wrap .advantages-item .advantages-item-title {
        font-size: 24px;
    }

    #advantages-wrap .advantages-item .advantages-item-title span {
        font-size: 48px;
    }

    #advantages-wrap .advantages-item .advantages-item-title span.small {
        font-size: 36px;
    }

    #advantages-wrap .advantages-item .advantages-item-title span.big {
        font-size: 56px;
    }

    #advantages-wrap .advantages-item .advantages-item-title b {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    #advantages-wrap .advantages-item .advantages-item-title {
        font-size: 24px;
    }

    #advantages-wrap .advantages-item .advantages-item-title span {
        font-size: 48px;
    }

    #advantages-wrap .advantages-item .advantages-item-title span.small {
        font-size: 36px;
    }

    #advantages-wrap .advantages-item .advantages-item-title span.big {
        font-size: 56px;
    }

    #advantages-wrap .advantages-item .advantages-item-title b {
        font-size: 40px;
    }

    #advantages-wrap .advantages-item .advantages-item-text br {
        display: none;
    }
}
/* End */


/* Start:/local/templates/termo-jet-v5/components/bitrix/news.list/deliver_v2/style.css?15755524935246*/
.export__block {
    color: #fff;
    padding: 35px 0;
    background: url('/images/osobennosti-dogovora-postavki-v-2018-godu.png') no-repeat center center / cover;
    position: relative;
}
.export__block::before {
	position: absolute;
	content: '';
	top: 0;
	left:0;
	height: 100%;
	width: 100%;
	background: linear-gradient( -90deg, rgb(54,81,139) 0%, rgba(219,33,77,0.8) 100%);
  	background: -moz-linear-gradient( -90deg, rgb(54,81,139) 0%, rgba(219,33,77,0.8) 100%);
  	background: -webkit-linear-gradient( -90deg, rgb(54,81,139) 0%, rgba(219,33,77,0.8) 100%);
  	background: -ms-linear-gradient( -90deg, rgb(54,81,139) 0%, rgba(219,33,77,0.8) 100%);
	z-index: 1;
}
.export__block h2 {z-index: 2;position:relative;color: #fff;}
.export__block h2:before {
	background-position: -13px 0px;
}
.export__block-cont {z-index: 2;position:relative;}
.export__table-wrap {
    margin-top: 12px;
    width: 100%;
}
.export__table-wrap table {text-align:center;vertical-align:middle;min-width: 1020px;}
.export__table-wrap table tr {
	border-bottom:1px solid #fff;
}
.export__table-wrap table tr:first-child, .export__table-wrap table tr:last-child {
	border: none;
}
.export__table-wrap table th {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    vertical-align: middle;
    letter-spacing: -0.5px;
}
.export__table-wrap table th:nth-child(1), .export__table-wrap table th:nth-child(2), 
.export__table-wrap table td:nth-child(1), .export__table-wrap table td:nth-child(2) {
	text-align:left;
}
.export__table-wrap table td{
	font-size:16px;
	padding: 10px 0;
	vertical-align: middle;
	position: relative;
}
.export__min {
	font-size:12px;
	display:block;
}
.export__table-wrap table img {margin:0;}
.export__table-wrap table td.export__cross:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 4px;
	border-radius: 5px;
	background: #fff;
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.export__img-cont {position:relative;cursor:pointer;}
.export__img-cont > span {
	opacity: 0;
	display: none;
	position: absolute;
	bottom:-30px;
	left:-20px;
	width: auto;
	padding: 7px 15px;
	min-width: 105px;
	font-size: 11px;
	color: #fff;
	background: #db214d;
	transition: .3s ease all;
	z-index: 10;
}
.export__img-cont > span:before {
	position: absolute;
	content: '';
	left: 40px;
	top: -16px;
	border: 10px solid transparent;
	border-bottom: 10px solid #db214d;
}
.export__img-cont:hover > span {opacity:1;display: block;}





.export__block.light {
    color: #05386b;
    padding: 35px 0;
    background: #fff;
    position: relative;
}
.export__block.light::before {
	position: absolute;
	content: '';
	top: 0;
	left:0;
	height: 100%;
	width: 100%;
	background: none;
	background: -moz-linear-gradient( -90deg, rgb(54,81,139) 0%, rgba(219,33,77,0.8) 100%);
	background: none;
	background: -ms-linear-gradient( -90deg, rgb(54,81,139) 0%, rgba(219,33,77,0.8) 100%);
	z-index: 1;
}
.export__block.light h2 {z-index: 2;position:relative;color: #05386b;}
.export__block.light h2:before {
	background-position: -44px 0px;
}
.export__block.light .export__block-cont {z-index: 2;position:relative;}
.export__block.light .export__table-wrap {
    margin-top: 12px;
    width: 100%;
}
.export__block.light .export__table-wrap table {text-align:center;vertical-align:middle;min-width: 1020px;}
.export__block.light .export__table-wrap table tr {
	border-bottom: 1px solid #05386b;
}
.export__block.light .export__table-wrap table tr:first-child, .export__table-wrap table tr:last-child {
	border: none;
}
.export__block.light .export__table-wrap table th {
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'OpenSansBold';
    vertical-align: middle;
    letter-spacing: -0.5px;
}
.export__block.light .export__table-wrap table th:nth-child(1), .export__table-wrap table th:nth-child(2), 
.export__block.light .export__table-wrap table td:nth-child(1), .export__table-wrap table td:nth-child(2) {
	text-align:left;
}
.export__block.light .export__table-wrap table td{
	font-size:16px;
	padding: 10px 0;
	vertical-align: middle;
	position: relative;
}
.export__block.light .export__min {
	font-size:12px;
	display:block;
	color: #597683;
}
.export__block.light .export__table-wrap table img {margin:0;}
.export__block.light .export__table-wrap table td.export__cross:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 4px;
	border-radius: 5px;
	background: #fff;
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.export__block.light .export__img-cont {position:relative;cursor:pointer;}
.export__block.light .export__img-cont > span {
	opacity: 0;
	display: none;
	position: absolute;
	bottom:-50px;
	left:-20px;
	width: auto;
	padding: 7px 15px;
	min-width: 105px;
	font-size: 11px;
	color: #fff;
	background: #05386b;
	transition: .3s ease all;
	z-index: 10;
}
.export__block.light .export__img-cont > span:before {
	position: absolute;
	content: '';
	left: 40px;
	top: -16px;
	border: 10px solid transparent;
	border-bottom: 10px solid #05386b;
}
.export__block.light .export__img-cont:hover > span {opacity:1;display: block;}

@media (max-width: 991px) {
	.export__table-wrap {
		overflow-x: auto;
	}	
}
/* End */


/* Start:/local/templates/termo-jet-v5/components/bitrix/news.list/news-list/style.css?15755524933670*/
.news-list-wrap {
    margin: 50px auto 0px;
    position: relative;
    background: #dae5ea;
    box-shadow: inset 0px 8px 18px 0px #c0ced5;
    overflow: hidden;
    padding-bottom: 35px;
}

.news-list-wrap h2 {
    color: #FFFFFF;
}

.news-list-wrap h2:before {
    background-position: -14px 0px;
}

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

}

.news-list-wrap .news-list-item .news-list-item-body {
    position: relative;
}

.news-list-wrap .news-list-item .news-list-item-img {
    position: relative;
}

.news-list-wrap .news-list-item .news-list-item-img img {

}

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

}

.news-list-wrap .news-list-item .news-list-item-description {
    font-size: 0;
}

.news-list-wrap .news-list-item .news-list-item-date {
    font-size: 13px;
    color: #12b99f;
    font-family: 'ProximaNovaRegular';
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.news-list-wrap .news-list-item-body:hover .news-list-item-date {
    color: #db204d;
}

.news-list-wrap .news-list-item .news-list-item-title {
    text-transform: uppercase;
    font-family: 'ProximaNovaBold';
    display: inline-block;
    color: #05386b;
    line-height: 1;
    position: relative;
}

.news-list-wrap .news-list-item .news-list-item-title:hover {
    color: #db214d;
}

.news-list-wrap .news-list-item .news-list-item-text {
    position: relative;
}

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

.news-list-wrap .news-list-item .news-list-item-href {
    font-size: 13px;
    color: #08d3f4;
    font-family: 'ProximaNovaRegular';
    text-transform: uppercase;
    border-bottom: 1px solid;
}

.news-list-wrap .news-list-item .news-list-item-href:hover {
    color: #db214d;
}

@media (min-width: 769px) {
    .news-list-wrap h2 {
        margin: 30px 0px 0px 0px;
    }

    .news-list-wrap .news-list-item .news-list-item-body {
        padding: 25px 0px 30px;
    }

    .news-list-wrap .news-list-item .news-list-item-title {
        font-size: 18px;
        margin: 5px 0px 0px 0%;
    }

    .news-list-wrap .news-list-item .news-list-item-text {
        margin: 0px 0px 0px 0%;
        padding: 8px 0px 10px 0px;
    }
}

@media (min-width: 992px) {
    .news-list-wrap .news-list-item.col-md-6 .news-list-item-date {
        margin-left: 0;
    }

    .news-list-wrap .news-list-item.col-md-6 .news-list-item-title {
        margin-left: 0;
    }

    .news-list-wrap .news-list-item.col-md-6 .news-list-item-text {
        margin-left: 0;
        width: 130%;
    }

}

@media (max-width: 991px) {
    .news-list-wrap .news-list-item .news-list-item-img {
        display: block;
        margin: 0px 18% 10px 7%;
    }

    .news-list-wrap .news-list-item .news-list-item-date {
        margin: 0px 0px 0px 7%;
    }

    .news-list-wrap .news-list-item .news-list-item-title {
        font-size: 18px;
        margin: 4px 0px 0px 7%;
    }

    .news-list-wrap .news-list-item .news-list-item-text {
        margin: 0px 0px 0px 7%;
        padding: 20px 0px 10px 0px;
    }

    .news-list-wrap .news-list-item .news-list-item-href {
        margin: 0px 0px 0px 7%;  
    }
}

@media (max-width: 768px) {
    .news-list-wrap h2 {
        margin: 30px 0px 0px 0px;
    }

    .news-list-wrap .news-list-body {
        margin: 25px -15px 0px;
    }

    .news-list-wrap .news-list-item {
        margin: 20px 0px;
    }

    .news-list-wrap .news-list-item .news-list-item-body {
        padding: 10px 0px 10px;
    }
}
/* End */


/* Start:/local/templates/termo-jet-v5/components/bitrix/news.list/articles-list/style.css?16157973103848*/
.news-list-wrap {
    margin: 50px auto 0px;
    position: relative;
    background: #dae5ea;
    box-shadow: inset 0px 8px 18px 0px #c0ced5;
    overflow: hidden;
    padding-bottom: 35px;
}

.articles-list-wrap {
    padding-bottom: 95px;
}

.news-list-wrap h2 {
    color: #FFFFFF;
}

.news-list-wrap h2:before {
    background-position: -14px 0px;
}

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

}

.news-list-wrap .news-list-item .news-list-item-body {
    position: relative;
}

.news-list-wrap .news-list-item .news-list-item-img {
    position: relative;
}

.news-list-wrap .news-list-item .news-list-item-img img {

}

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

}

.news-list-wrap .news-list-item .news-list-item-description {
    font-size: 0;
}

.news-list-wrap .news-list-item .news-list-item-date {
    font-size: 13px;
    color: #12b99f;
    font-family: 'ProximaNovaRegular';
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.news-list-wrap .news-list-item-body:hover .news-list-item-date {
    color: #db204d;
}

.news-list-wrap .news-list-item .news-list-item-title {
    text-transform: uppercase;
    font-family: 'ProximaNovaBold';
    display: inline-block;
    color: #05386b;
    line-height: 1;
    position: relative;
}

.news-list-wrap .news-list-item .news-list-item-title:hover {
    color: #db214d;
}

.news-list-wrap .news-list-item .news-list-item-text {
    position: relative;
}

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

.news-list-wrap .news-list-item .news-list-item-href {
    font-size: 13px;
    color: #08d3f4;
    font-family: 'ProximaNovaRegular';
    text-transform: uppercase;
    border-bottom: 1px solid;
}

.news-list-wrap .news-list-item .news-list-item-href:hover {
    color: #db214d;
}

@media (min-width: 769px) {
    .news-list-wrap h2 {
        margin: 30px 0px 0px 0px;
    }

    .news-list-wrap .news-list-item .news-list-item-body {
        padding: 25px 0px 30px;
    }

    .news-list-wrap .news-list-item .news-list-item-title {
        font-size: 18px;
        margin: 5px 0px 0px 0%;
    }

    .news-list-wrap .news-list-item .news-list-item-text {
        margin: 0px 0px 0px 0%;
        padding: 8px 0px 10px 0px;
    }
}

@media (min-width: 992px) {
    .news-list-wrap .news-list-item.col-md-6 .news-list-item-date {
        margin-left: 0;
    }

    .news-list-wrap .news-list-item.col-md-6 .news-list-item-title {
        margin-left: 0;
    }

    .news-list-wrap .news-list-item.col-md-6 .news-list-item-text {
        margin-left: 0;
        width: 130%;
    }

}

@media (max-width: 991px) {
    .news-list-wrap .news-list-item .news-list-item-img {
        display: block;
        margin: 0px 18% 10px 7%;
    }

    .news-list-wrap .news-list-item .news-list-item-date {
        margin: 0px 0px 0px 7%;
    }

    .news-list-wrap .news-list-item .news-list-item-title {
        font-size: 18px;
        margin: 4px 0px 0px 7%;
    }

    .news-list-wrap .news-list-item .news-list-item-text {
        margin: 0px 0px 0px 7%;
        padding: 20px 0px 10px 0px;
    }

    .news-list-wrap .news-list-item .news-list-item-href {
        margin: 0px 0px 0px 7%;  
    }

    .articles-list-wrap {
        padding-bottom: 105px;
    }
}

@media (max-width: 768px) {
    .news-list-wrap h2 {
        margin: 30px 0px 0px 0px;
    }

    .news-list-wrap .news-list-body {
        margin: 25px -15px 0px;
    }

    .news-list-wrap .news-list-item {
        margin: 20px 0px;
    }

    .news-list-wrap .news-list-item .news-list-item-body {
        padding: 10px 0px 10px;
    }

    .articles-list-wrap {
        padding-bottom: 0px;
    }

}
/* End */
/* /local/templates/termo-jet-v5/components/bitrix/news.list/main-banner/style.css?157614416710698 */
/* /local/templates/termo-jet-v5/components/bitrix/catalog.section/product-list1-with_filter/style.css?17506778915526 */
/* /local/templates/termo-jet-v5/js/components/slick/slick.css?15070529691776 */
/* /local/templates/termo-jet-v5/css/components/product-list.css?16157973416153 */
/* /local/templates/termo-jet-v5/components/bitrix/news.list/main-banner-circle-new/style.css?157561957611471 */
/* /local/templates/termo-jet-v5/components/bitrix/news.list/advantages/style.css?15755524932270 */
/* /local/templates/termo-jet-v5/components/bitrix/news.list/deliver_v2/style.css?15755524935246 */
/* /local/templates/termo-jet-v5/components/bitrix/news.list/news-list/style.css?15755524933670 */
/* /local/templates/termo-jet-v5/components/bitrix/news.list/articles-list/style.css?16157973103848 */
