

/* Start:/local/templates/nortun/components/bitrix/system.pagenavigation/.default/style.css?1662640615219*/
nav, .callbacks, .disable-destroy, .show-hide, .dialog, .all-themes-switch, .scrollTo {
    /*background: none !important;*/
}

li.active span{ background: #7C7C7C !important; border: #7C7C7C  1px solid !important;}
/* End */


/* Start:/local/templates/nortun/components/bitrix/news.list/my_news/style.css?16819996834418*/
div.news-list
{
	word-wrap: break-word;
}
.flexslider .slides > li {
	height: 385px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.flexslider .slides > li > a{
 width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.flexslider{
	border:0 !important;
}
/*.flexslider_container {
	width: 100% !important;
}*/
.flexslider .slides > li {
	position: relative;
}
.flexslider .slider_text {
	position: absolute;
	z-index: 9;
	top: 70px;
	line-height: 1.2;
}
.flexslider .slider_text p{
	font-size: 1.1rem;
	margin: 0 0 10px;
}
.flexslider .slider_text strong{
	font-size:1.4rem;
	margin: 0 0 15px;
	display: inline-block;
}

.flexslider .slider_text .btn.red{
	color:#ffffff;
	background: #e30613;
}
.flexslider .slider_text .btn{
	font-size: 20px;
	padding: 9px 24px;
	margin-top: 14px;
}

.flexslider .container {
	width: 960px;
	margin: 0 auto;
	max-width: 100%;
}

.flexslider .mts_article{
	font-size: 1.8rem !important;
    font-weight: 300;
}
.blog_page{
	display: grid;
	grid-template-columns: auto auto auto;
	column-gap: 40px;
    row-gap: 40px;
}
.blog_page .news_content .content{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
	margin-top: 24px;
	text-decoration: none !important;
}
.blog_page .news_content .date{
	font-family: 'Mardoto-Regular';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: rgba(14, 14, 14, 0.6);
	margin-top: 8px;
	text-decoration: none !important;
}
.blog_page .news img{
	max-width: 400px;
	width: 100%;
	height: 200px;
	border-radius: 4px;
}
.page_title{
	font-family: 'Mardoto';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #161717;	
}
.news_title{
	font-family: 'Mardoto-Medium';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #161717;

}
.block{
	margin-top: -84px;
}
.block .news_title{
	margin-bottom: 41px;
}
.block .all_btn button{
	background: rgba(0, 85, 163, 0.05);
    border-radius: 4px;
	font-family: 'Mardoto-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #0E0E0E;
	width: 122px;
    height: 40px;
	border: none;
	cursor: pointer;
}
.block .see_all{
	display: flex;
    justify-content: space-between;
	margin: 40px 0 0 0;
}
.repair_block{
	margin-top: 80px;
	margin-bottom: 80px;
}
.news_block{
	margin-bottom: 80px;
	padding-top: 40px;
}
/* @media screen and (max-width: 1150px){
	.flexslider .slider_text {
		top: 20px;
		left: 20px;
	}
	.flexslider .slides > li {
		height: 476px;
	}
}
@media screen and (max-width: 900px){
	.flexslider .slider_text p{
		font-size: 1rem;
		margin: 0 0 5px;
	}
	.flexslider .slider_text strong{
		font-size:1.3rem;
		margin: 0 0 5px;
	}
	.flexslider .slider_text .btn {
		font-size: 14px;
		padding: 4px 15px;
		margin-top: 10px;
	}
	.flexslider .slides > li {
		height: 446px;
	}
}
@media screen and (max-width: 768px) {
  .blog_page{
    grid-template-columns: auto auto;
  }
}
@media (max-width: 640px){
	.flexslider .slides > li {
		height: 300px;
	}
} */
@media only screen and (max-width: 1024px) {
	.blog_page{
		grid-template-columns: auto auto;
	}
	.blog .blog_page .news img{
		max-width: 452px;
		/* height: auto;
		width: ; */
        height: 208px;  
	}
	.navigator_nor_tun{
		padding: 16px;
		width: auto !important;
	}
	.blog .news_block{
		/*padding: 16px;*/
	}
}
@media only screen and (max-width: 768px) {

	.blog_page{
		grid-template-columns: auto auto;
		column-gap: 16px;
		/* row-gap: 16px; */
	}

	.blog .news_block .blog_page{
		width: auto;
		padding: 16px 0;
	}
	.blog .news_block  .see_all{
		padding: 0px 16px;
	}

	.blog .news{
		max-width: 360px;
		width: 100%;
	}
	.blog .blog_page .news img{
		max-width: 360px;
		width: 100%;
		height: 166px;
	}
	.blog .block{
        /*margin-top: 33px;*/
	}
	.title_block{
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 48px;
		margin-left: 16px;
	}
	.block .news_title {
		margin-bottom: 24px;
	}
}

@media only screen and (max-width: 550px){
	.blog_page{
		grid-template-columns: auto;
	}
	.blog .blog_page .news img{
		max-width: 100%;
		height: auto;
	}
	.blog .news{
		max-width: 100%;
	}
}


/* End */


/* Start:/local/templates/nortun/components/bitrix/sender.subscribe/template1/style.min.css?16633116074471*/
.bx-subscribe{margin:10px 0}.bx-subscribe div.bx-block-title{font-family:var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-semi-bold,600);color:#343434;text-transform:uppercase;font-size:12px;margin-bottom:9px}.bx-subscribe-desc{color:#aaa;font-size:12px;position:relative;margin-top:-5px;margin-bottom:3px}.bx-subscribe .bx-input-group .bx-form-control{position:relative;margin-bottom:15px;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#f8fafc;border:1px solid #d5dadc;border-radius:2px;outline:0;box-shadow:none !important;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bx-ios .bx-subscribe .bx-input-group .bx-form-control{background-image:-webkit-linear-gradient(#f8fafc 0,#f8fafc 100%);background-image:linear-gradient(#f8fafc 0,#f8fafc 100%)}.btn-subscribe{cursor:pointer;text-align:center;background:#70bb18;border:0;color:#fff;font-size:13px;position:relative;text-transform:uppercase;border-radius:2px;line-height:30px;height:40px;padding:5px 60px 5px 20px;vertical-align:middle;outline:0;-webkit-transition:width 5s linear;-moz-transition:width 5s linear;-ms-transition:width 5s linear;-o-transition:width 5s linear;transition:width 5s linear}.btn-subscribe:hover{background:#7ec629}.btn-subscribe:before{content:" ";position:absolute;top:0;bottom:0;right:0;width:40px;background-color:#5b9f0b;	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC"); background-position:50%;background-repeat:no-repeat;border-radius:0 2px 2px 0}.btn-subscribe span{display:block}.btn-subscribe.send{padding:5px 40px;-webkit-animation-name:MeilSend;animation-name:MeilSend;-webkit-animation-duration:.5s;animation-duration:.5s;outline:0;color:#fff}.btn-subscribe:hover,.btn-subscribe:active{color:#fff}.btn-subscribe.send:before{width:0;background-position:100px 50%;-webkit-animation-name:MeilSendButton;animation-name:MeilSendButton;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes MeilSend{0{padding:5px 60px 5px 20px}100%{padding:5px 40px}}@-webkit-keyframes MeilSend{0{padding:5px 60px 5px 20px}100%{padding:5px 40px}}@keyframes MeilSendSpan{0{color:transparent}100%{color:#fff}}@-webkit-keyframes MeilSendSpan{0{color:transparent}100%{color:#fff}}@keyframes MeilSendButton{0{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}@-webkit-keyframes MeilSendButton{0{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}.bx_subscribe_response_container{padding:40px;color:#35414e}.bx_subscribe_checkbox_container{line-height:16px;font-size:13px;margin-bottom:3px;vertical-align:middle;color:#aaa}.bx-sender-subscribe-agreement .main-user-consent-request a{font:11px/10px var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-regular,400)}
/* End */
/* /local/templates/nortun/components/bitrix/system.pagenavigation/.default/style.css?1662640615219 */
/* /local/templates/nortun/components/bitrix/news.list/my_news/style.css?16819996834418 */
/* /local/templates/nortun/components/bitrix/sender.subscribe/template1/style.min.css?16633116074471 */
