#news{
	text-align: center;
	padding-top: 50px;
    padding-bottom: 50px;
    /*background-color: #f4f4f4;*/
    /*background-color: #eeeeee;*/
   	
   	background: url('../images/bg_news2.jpg') no-repeat top center;
   	background-size: 100% auto;
   	background-color: #eeeeee;
}

#news .container .row{}







.slider {
    width: 100%;
    /*margin: 100px auto;*/
}

.slick-slide {
  /*margin: 0px 15px;*/
}

.slick-slide img {
  /*width: 100%;*/
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-dots{
}









.newsitem-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    
    width: 360px;
    margin-right: 30px;
}

.newsitem-slide .item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.newsitem-slide .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 360px;
    min-height: 422px;
    margin: 0 15px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 4px;
}

.newsitem-slide .image {
    width: 100%;
    height: 206px;
    overflow: hidden;
    position: relative;
}

.newsitem-slide a {
    color: #333333;
    text-decoration: none;
    background-color: transparent;
}

.newsitem-slide a:hover {
    color: #235bc7;
}

.newsitem-slide a {
}

.newsitem-slide .image img {
    width: 100%;
    min-height: 100%;
}

.newsitem-slide img {
    vertical-align: middle;
}

.newsitem-slide img {
    border: 0;
}

.newsitem-slide .text {
    text-align: left;
    padding: 15px 25px;
}

.newsitem-slide h3 {
    margin-top: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    /*text-align: center;*/
    margin-bottom: 20px;
    height: 46px;
    overflow: hidden;
}

.newsitem-slide h3 a {
	float: none;
	position: static;
}

.newsitem-slide .text .descr {
	text-align: justify;
	word-wrap: break-word;
    max-height: 65px;
    overflow: hidden;
    margin-bottom: 18px;
}

.newsitem-slide p.date {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 7px;
}








.news_panel {
	margin-bottom: 45px;
}

/*.for_list_style{
    display:none
}
.list-style .for_list_style{
    display:block
}
#catalog.list-style .container .row .minicard{
    display:none;
}*/




.news_sort {
	display: inline;
    list-style: none;
    text-align: center;
    margin-bottom: 45px;
    padding: 0;
}

.news_sort li {
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 10px;
}

.news_sort span.active {
    background-color: #235bc7;
    color: #fff;
}
.news_sort span {
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
    color: #235bc7;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 19px;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}




.news_view {
	display: inline;
    list-style: none;
    text-align: center;
    margin-bottom: 45px;
    padding: 0;
}

.news_view li {
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 10px;
}

.news_view span.active {
    background-color: #235bc7;
    color: #fff;
}
.news_view span {
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
    color: #235bc7;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 19px;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}












#container_news .block-view .mix {
	display: inline-block;
	width: 100%;
    height: 100%;
    position: relative;
}

#container_news .block-view .mix {
	display: none;
    margin-right: 25px;
}

#container_news .list-view .mix {
	display: inline-block;
	width: 100%;
    /*height: 100%;*/
    /*position: relative;*/
}

#container_news .list-view .mix {
	display: none;
    /*margin-left: 12.5px;
    margin-right: 12.5px;*/
}


/*.block-view {
	display:none;
}

.block-style .block-view {
	display:inline-block;
}

.list-view {
	display:none;
}

.list-style .list-view {
	display:inline-block;
}*/




.block-view{
	position:absolute;
	left:-999999px;
}

.block-style .block-view{
	position:inherit;
	left:inherit;
}

.list-view{
	position:absolute;
	left:-999999px;
}

.list-style .list-view{
	position:inherit;
	left:inherit;
}


















.newsitem-block {
	/*display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    width: 360px;
    margin-right: 25px;*/
}

.newsitem-block .item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.newsitem-block .item {
    vertical-align: top;
    width: 100%;
    max-width: 360px;
    margin: 0 15px;
    margin-bottom: 25px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 4px;
}

.newsitem-block .image {
    width: 100%;
    height: 206px;
    overflow: hidden;
    position: relative;
}

.newsitem-block a {
    color: #333333;
    text-decoration: none;
    background-color: transparent;
}

.newsitem-block a:hover {
    color: #235bc7;
}

.newsitem-block .image img {
    width: 100%;
    min-height: 100%;
}

.newsitem-block img {
    vertical-align: middle;
}

.newsitem-block img {
    border: 0;
}

.newsitem-block .text {
    text-align: left;
    padding: 15px 25px;
}

.newsitem-block h3 {
    margin-top: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    /*text-align: center;*/
    margin-bottom: 20px;
    height: 46px;
    overflow: hidden;
}

.newsitem-block h3 a {
	float: none;
	position: static;
}

.newsitem-block .text .descr {
	text-align: justify;
	word-wrap: break-word;
    max-height: 65px;
    overflow: hidden;
    margin-bottom: 18px;
    height: 65px;
}

.newsitem-block p.date {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 7px;
}




.newsitem-list {
	margin-bottom: 0px;
}

.newsitem-list .item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.newsitem-list .item {
    vertical-align: top;
    margin: 0 15px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 4px;
}

.newsitem-list a {
    color: #333333;
    text-decoration: none;
    background-color: transparent;
}

.newsitem-list a:hover {
    color: #235bc7;
}

.newsitem-list .text {
    text-align: left;
}

.newsitem-list h3 {
    margin-top: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    margin: 5px 5px;
    overflow: hidden;
}

.newsitem-list h3 a {
	float: none;
	position: static;
}

.newsitem-list .text .descr {
    overflow: hidden;
   	/*margin: 5px 5px;*/
}

.newsitem-list .text .descr td {
	padding: 10px 10px;
}

/*.newsitem-list p.date {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    color: #333333;
    font-size: 12px;
    font-weight: 600;
}*/










#news .mail_form {
    margin: auto;
    margin-bottom: 100px;
    max-width: 570px;
    display: inline-block;
    zoom: 1;
    display: block;
}


#news .mail_form form .form-control {
    float: left;
    width: 59%;
    height: 44px;
    /*border-radius: 26px 0 0 26px;*/
    padding-left: 20px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 22px 0px 0px 22px;
    box-shadow: inset 0 3px 3px #F6F6F6;
}


#news .mail_form form button {
    float: left;
    width: 41%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    margin: 0px;
}



/*#container_news .list-view{width: 100%;}*/
/*#container_news .list-view table tr th{text-align:center;}
#container_news .list-view table tr td{text-align:left;}*/

.div-table{
  display:table;         
  width:auto;         
  background-color:#eee;         
  border:1px solid  #666666;         
  border-spacing:5px;/*cellspacing:poor IE support for  this*/
}
.div-table-row{
  display:table-row;
  width:auto;
  clear:both;
}
.div-table-col{
  float:left;/*fix for  buggy browsers*/
  display:table-column;         
  width:200px;         
  background-color:#ccc;  
}

/*.list-view{
	position:absolute;
	left:-999999px;
}

#container_news .list-view .mix{width: 100%;}

#container_news.list-style .list-view{
	position:inherit;
	left:inherit;
}

#container_news.list-style .block_mix{
	position:absolute;
	left:-999999px;
}*/








/*iphone 4 portret*/
@media (min-width: 320px) and (max-width: 374px){
	#news .mail_form {height: 44px; margin: 20px 10px 80px;}
	#news .mail_form form .form-control {width: 100%; border-radius: 22px 22px 0 0; text-align: center;}
	#news .mail_form form button {width: 100%; border-radius: 0 0 22px 22px; margin: 0px;}
	
	#news .newsitem-block {width: 94%;}
	#news .newsitem-block .item {margin-left: 10px; margin-right: 10px;}
}

/*iphone 4 lanscape*/
@media (min-width: 480px) and (max-width: 567px){
	#container_news .block-view .mix {width: 360px;}
	#news .mail_form {margin-left: 10px; margin-right: 10px;}
}

/*iphone 5 portret*/
@media (min-width: 320px) and (max-width: 374px){
	#news .mail_form {height: 44px; margin: 20px 10px 80px;}
	#news .mail_form form .form-control {width: 100%; border-radius: 22px 22px 0 0; text-align: center;}
	#news .mail_form form button {width: 100%; border-radius: 0 0 22px 22px; margin: 0px;}
	
	#news .newsitem-block {width: 94%;}
	#news .newsitem-block .item {margin-left: 10px; margin-right: 10px;}
}

/*iphone 5 lanscape*/
@media (min-width: 568px) and (max-width: 665px){
	#container_news .block-view .mix {width: 360px;}
	#news .mail_form {margin-left: 10px; margin-right: 10px;}
}

/*iphone 6 portret*/
@media (min-width: 375px) and (max-width: 413px){
	#news .mail_form {height: 44px; margin: 20px 10px 80px;}
	#news .mail_form form .form-control {width: 100%; border-radius: 22px 22px 0 0; text-align: center;}
	#news .mail_form form button {width: 100%; border-radius: 0 0 22px 22px; margin: 0px;}
	
	#container_news .block-view .mix {width: 94%;}
	/*#news .newsitem-block {width: 94%;}*/
	#news .newsitem-block .item {margin-left: 10px; margin-right: 10px;}
}

/*iphone 6 lanscape*/
@media (min-width: 667px) and (max-width: 735px){
	#container_news .block-view .mix {width: 305px;}
	/*.newsitem-block {width: 305px;}*/
}

/*iphone 6 plus portret*/
@media (min-width: 414px) and (max-width: 479px){
	#news .mail_form {height: 44px; margin: 20px 10px 80px;}
	#news .mail_form form .form-control {width: 100%; border-radius: 22px 22px 0 0; text-align: center;}
	#news .mail_form form button {width: 100%; border-radius: 0 0 22px 22px; margin: 0px;}
	
	#container_news .block-view .mix {width: 370px;}
}

/*iphone 6 plus lanscape*/
@media (min-width: 736px) and (max-width: 767px){
	#container_news .block-view .mix {width: 325px;}
	/*.newsitem-block {width: 325px;}*/
}

/*ipad portret*/
@media (min-width: 768px) and (max-width: 1023px){
	#container_news .block-view .mix {width: 345px;}
	/*.newsitem-block {width: 345px;}*/
}

/*ipad lanscape*/
@media (min-width: 1024px) and (max-width: 1199px){
	#container_news .block-view .mix {width: 290px;}
	/*.newsitem-block {width: 290px;}*/
}

/*monitor*/
@media (min-width: 1200px){
	#container_news .block-view .mix {width: 360px;}
	/*#container_news .list-view .mix {width: 100%;}*/
}