.sbtn {
	background: #666;
	color: #fff !important;
	display: inline-block;
	font-size: 14px;
	padding: 7px 15px 8px;
	position: relative;
	text-decoration: none;
	width: 105px;
	border-radius: 5px;
	text-align: center;
	margin: 0px;
	border: 0;
}
.sbtn:hover {
	opacity:0.9;
}
.hidden2_t {
	display: none;
}
#opaco2_t {
	background-color: #aaaaaa;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.login, .pass {
	height: 26px;
	border: 1px solid #cfcfcf; 
	height: 38px; 
	line-height: 36px; 
	padding: 0 10px; 
	vertical-align: middle; 
	width: 280px;
}

#window_t {
	background:#fafafa;
	border: 4px solid #666;
	display: none;
	position: fixed;
	z-index: 3000;
	padding:0px;
	border-radius:4px;
	position: fixed;
	top: 115px;
	margin: 0px 0 0 -180px;
	left: 50%;
}
#windowContent {
	color: #333;
	font-size: 16px;
	padding: 20px 25px;
}
#windowContent h2 {
	font-size: 22px;
	line-height: 22px;
	text-align:center;
	font-weight: normal;
	color: #555;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
.call {
    display: inline-block;
    margin-right:-1px;
    position: fixed;
    z-index: 999;
    top: 30%;
    right:0;
	opacity:0.7;
	border: 0;
}
.call:hover {
	opacity:1;
}
.cameratext{
    position: absolute;
    bottom: 10%;
    right: 3%;
    padding: 10px 30px;
    background: rgba(0, 0, 0, 0.2);
    color: #FFF;
}
.youtube-facade {
  position: relative;
  /* 16:9 — задаёт высоту по ширине, чтобы не было прыжков макета */
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}

.youtube-thumb {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.youtube-play-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.65);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  padding: 0;
}

.youtube-play-btn:hover {
  background: rgba(0, 0, 0, 0.85);
}
.mod-newsflash-adv__services .img-intro img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 269 / 230;
}
.img-vus-icon {
  max-width: 70%;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 893;
}
.img-trainer1 {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 2 / 3;
}
.img-trainer-yuri {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 200 / 220;
}