#video {
	position:fixed;
	left:50%;
	top:50%;
	z-index:-1;
	opacity:0;
	transition: all 0.3s ease-in-out;
}
#video:actve {
	width:100%;
	height:100vh;
	left:0;
	top:0;
	opacity:1;
	position:fixed;
	z-index:99999;
}
#video.actv iframe {
	width:100%;
	height:100vh;
}
#video.actv a#v_close {
    position: fixed;
    right: 12px;
    z-index: 2222;
    top: 32px;
    width: 34px;
    height: 29px;
	border: 3px solid #fff;
	background: #fff;
	cursor:pointer;
}
#video.actv a#v_close:before, #video.actv a#v_close:after {
    content: " ";
    position: absolute;
    left: 7px;
    width: 20px;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    height: 3px;
    background-color: #376fb9;
    transition: .5s ease;
}
#video.actv a#v_close:before {
    top: 13px;
    left: 7px;
    transform: rotate(-45deg);
}
#video.actv a#v_close:after {
    top: 13px;
    left: 7px;
    transform: rotate(45deg);
}
#rec59316861 div.tn-atom:hover {
    cursor:pointer;
}
.LandbotLivechat-container, .LandbotLivechat {
    z-index:999999 !important;
}
/* вид и исправление карточек проектов на мобиле ----------------------------------------------------------------------------------- 
@media screen and (max-width: 560px) {
.t829__grid-item {
    left: 36px !important;
    width: 300px !important;
    right: 36px !important;
}}*/
.t829__imgwrapper
  {
      overflow: hidden;
  }
 .t829__content .t829__imgwrapper:before{
  width: 0;
  height: 0;
  padding: 25%;
  
  background-color: var(--photoboxOverlay, rgba(0, 0, 0, .8));
  border-radius: 50%;
  
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;

  transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) ease;
  transform: translate(-50%, -50%) scale(0);
  will-change: transform;
}

.t829__content:hover .t829__imgwrapper:before{
  transform: translate(-50%, -50%) scale(4);
  transition-duration: var(--photoboxAnimationDuration, .8s);
}


.t829__content .t829__img.t-img.js-product-img.loaded{
	transition: transform calc(var(--photoboxAnimationDuration, .8s) / 2) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: transform;
	transform: scale(1);
}

.t829__content:hover .t829__img.t-img.js-product-img.loaded{
  transform: scale(1.07);
}
.t829 .t-card__descr {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    height: 60px !important;
}