

/* 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-v4/style.css?15760718863624*/
#page-wrap .product-list-description {
    position: relative;
}

.product-list-description .product-list-description-body {

}

.product-list-description .product-list-description-left-body {
    position: relative;
}

.product-list-description .product-list-description-title {

}

.product-list-description .product-list-description-left p {
    color: #597683;
    font-family: 'ProximaNovaBold';
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

.product-list-description .product-list-description-left p img {
	margin-bottom: 10px;
}


.product-list-description .product-list-description-left-body:before {
    left: 0;
}

.product-list-description .product-list-description-left-body:after {
    right: 0;
    background-position: -21px 0px;
}

.product-list-description .product-list-description-right p {
    position: relative;
    padding-left: 25px;
    font-family: 'OpenSansRegular';
    color: #597683;
    line-height: 1.2;
	margin-top: 15px;
}

.product-list-description .product-list-description-right p:before {
	content: " ";
    background: url(/local/templates/termo-jet-v2/images/h2-title-bg.png) no-repeat -28px 0px;
    width: 14px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
}

.product-list-wrap {
	/*padding-top: 70px;*/
	padding-bottom: 50px;	
   /*box-shadow: inset 0px 40px 30px -20px rgba(0,0,0,0.1);*/
}

@media (min-width: 1366px) {
/*    .product-list-wrap {
        width: 1330px;
    }*/
}

@media (min-width: 769px) {

	#page-wrap .product-list-description {
	    margin: 40px auto 0px;
	    padding-bottom: 50px;
	}

	.product-list-description .product-list-description-left-body {
	    display: inline-block;
	    padding: 0px 45px 0px 45px;
	}

	.product-list-description .product-list-description-body {

	}

	.product-list-description .product-list-description-left {
	    padding: 0px 20px 0px 45px;
	}

	.product-list-description .product-list-description-right {
	    padding: 0px 40px 0px 20px;
	}

	.product-list-description .product-list-description-left p {
	    font-size: 18px;
	}

	.product-list-description .product-list-description-right p {
		font-size: 16px;
	}
}

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

}

@media (min-width: 1200px) {

}

@media (max-width: 768px) {
	#page-wrap .product-list-description {
	    padding-top: 20px;
	}

	.product-list-description .product-list-description-body {
		margin-top: 20px;
	}

	.product-list-description .product-list-description-title {
    	font-size: 25px;
	}

	.product-list-description .product-list-description-title:before {
	    width: 25px;
	}

	.product-list-description .product-list-description-title span {
		width: 80%;
	    white-space: normal;
	    text-align: left;
	}

	.product-list-description .product-list-description-left {
	    padding: 0px 20px 0px 20px;
	}

	.product-list-description .product-list-description-left p {
	    font-size: 18px;
    	padding: 0px 20px;
	}

	.product-list-description .product-list-description-left p.product-list-description-title {

	}

	.product-list-description .product-list-description-left p br {
	    display: none;
	}

	.product-list-description .product-list-description-right {
    	padding: 20px 20px 0px 20px;
	}

	.product-list-description .product-list-description-right p {

	}

	.product-list-description .product-list-description-right p br {
		display: none;
	}

    .product-list-description .product-list-description-left-body:before, .product-list-description .product-list-description-left-body:after {
        max-height: 100%;
        background-size: 200% 100%;
    }
}
/* 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-v4/style.css?15760718863624 */
/* /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 */
