.row-news .new-image__block {
    height: auto;
    margin: 0!important;
    text-align: left!important;
    padding: 20px 0 10px;
}
.news-section .row-news .new-image__block .img-new {
    object-fit: cover;
    height: auto;
}
.more_photo {
	background-position: 50% 50%;
	overflow:hidden;
	background-size: cover;
	align-items: center;
}
.more_photo :hover{
	cursor: crosshair;
	font-size: 22px;
}
.more_img{
	object-fit:cover;
	vertical-align: middle;
}
.col-user .back-
{
background-image:none;
}
.user-role {
    font-size: .8rem;
    line-height: 1.3;
    min-height: 50px;
}
.custom-img-1 {
	padding:5px 3px;
}
.custom-image-2 {
min-height:600px;
}
.custom-image-3 {
min-height:450px;
}
.mobile-img img {
position:relative;
display:inline-block;
float:left;
width:100%;
height:100%;
}
.mobile-img {
display:none;
}
@media(max-width:1199px) {
	.custom-img-1{
	width:100%;
	height:auto;
	}
}
@media(max-width:991px) {
.custom-image-2 {
min-height:100%;
}
.custom-image-3 {
min-height:100%;
}
.mobile-img {
display:block;
}
}


.row-news .heading-news__block {
    margin-bottom: 30px;
    display: none;
}
main .news-section .col-heading {
    margin-bottom: 0px;
	padding-right:5%;
}
main .news-section {
    
    background-color: #fff;
	overflow:hidden;
}
@media(max-width:767px){
	main .news-section {
		padding: 0;
		background-color: #fff;
	}
}
.col-product-image {
    text-align: center;
}

/*-------cross--------*/
.cmn-toggle-switch {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}
 
.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 21px;
  left: 9px;
  right: 9px;
  height: 3px;
  background: #000;
  
}
 
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  content: "";
}
 
.cmn-toggle-switch span::before {
  top: -10px;
}
 
.cmn-toggle-switch span::after {
  bottom: -10px;
}

/**
 gamburger
*/
.cmn-toggle-switch__htx {
  background-color: #fff;
  
}
 
.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
          transition: background 0 0.3s;
}
 
.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
          transition-delay: 0.3s, 0;
}
 
.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}
 
.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}
 
/* active menu */
.cmn-toggle-switch__htx.active {
  background-color: #fff;
  z-index:250;
}
 
.cmn-toggle-switch__htx.active span {
  background: none;
}
 
.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
 
.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
 
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
          transition-delay: 0, 0.3s;
}
/**********************/
   .film-play
	{
		position:absolute;
		top:45%;
		height:10%;
		width:auto;
		left:45%;
		border-radius: 50%;
	    background: transparent;
	    cursor: pointer;
	    box-shadow: 0 0 0 rgba(250,250,250, 0.9);
	    animation: pulse 2s infinite;
	}
	   .film-title
	{
		position:absolute;
		bottom:3%;
		left:5%;
		color:#fff;
	}

	@-webkit-keyframes pulse {
	  0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
	  }
	  70% {
		  -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.5);
	  }
	  100% {
		  -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3);
	  }
	}
	@keyframes pulse {
	  0% {
		-moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.9);
		box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
	  }
	  70% {
		  -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0.5);
		  box-shadow: 0 0 0 20px rgba(255,255,255, 0);
	  }
	  100% {
		  -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.2);
		  box-shadow: 0 0 0 0 rgba(255,255,255, 0);
	  }
	}
@media(max-width:991px) {
	   .film-title
	{
		bottom:6%;
	}
	.film-play
	{
		height:12%;
		width:auto;
	}
}