.wi-ads-store {
	position: absolute;
	bottom: 15%;
	left: calc(50% - 100px);
	height: 165px;
	object-fit: cover;
}
.wi-ads-people {
  height: 100px;
  position: absolute;
  bottom: calc(0px + 10%);
  z-index: 1;
  	/* заради normalize в темата max-width: 100%; */
	max-width: none;
}

.wi-ads-people.wi-ads-people-animated-left {
	right: 0;
	bottom: calc(0px + 10%);
	animation: 2.5s wi-ads-people-animated-left linear;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
}
.wi-ads-people.wi-ads-people-animated-right {
	left: 0;
	bottom: calc(0px + 3%);
	animation: 2s wi-ads-people-animated-right linear;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	z-index:2;
}
@keyframes wi-ads-people-animated-left {
	100% {
		right: 100%
	}
}
@keyframes wi-ads-people-animated-right {
	100% {
		left: 100%
	}
}

.wi-ads-businessman {
	position: absolute;
	height: 110px;
	bottom: 13%;
	left: 8%;
	filter: drop-shadow(0px 0px 1px #515151);
	
}
.wi-ads-businessman.wi-ads-businessman-2 {
	height: 125px;
}
.wi-ads-businessman.wi-ads-businessman-5 {
left: 0%;
}

.wi-ads-speech {
  background-color: #587073;
  color: #fff;
  display: flex;
  max-width: 199px;
  justify-content: center;
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  top: 32%;
  left: 10%;
  border-left: 5px solid #25DD0B;
}
.wi-ads-speech::after {
  content: "";
  border: 10px solid;
  border-color: #587073 transparent transparent #587073;
  bottom: -19px;
  left: 30px;
  position: absolute;
}


.wi-ads-speech.wi-ads-speech-3 { top: 5%; }
.wi-ads-speech.wi-ads-speech-4 { border-left: none; border-right: 5px solid #FF5A5A; }
.wi-ads-speech.wi-ads-speech-4::after {
	left: 80%;
	border-color: #587073 #587073 transparent transparent;
}
.wi-ads-speech.wi-ads-speech-5 { top: 40%; }

.wi-ads-megaphone {
	width: 90px;
	height: 90px;
	left: 2%;
	top: 25%;
	position: absolute;
	filter: drop-shadow(0px 0px 1px #515151);
	transform: rotateZ(20deg);
}

.wi-ads-megaphone.wi-ads-megaphone-animated { animation: 1s wi-ads-megaphone linear infinite alternate-reverse; }

@keyframes wi-ads-megaphone {
	0% {
		  transform: rotateZ(20deg);
	}
	100% {
		  transform: rotateZ(-20deg);
	}
}



.wi-ads-standing-people {
	max-height: 120px;
	position: absolute;
}
.wi-ads-standing-people.wi-ads-standing-people-1 {
	top: 58%;
	left: 46%;
	height: 85px;
}
.wi-ads-standing-people.wi-ads-standing-people-2 {
	top: 59%;
	left: 56%;
	height: 90px;
}
.wi-ads-standing-people.wi-ads-standing-people-3 {
	top: 59%;
	left: 65%;
	height: 84px;
}
.wi-ads-standing-people.wi-ads-standing-people-4 {
	top: 56%;
	left: 75%;
	height: 105px;
}
.wi-ads-standing-people.wi-ads-standing-people-5 {
	top: 58%;
	left: 28%;
	height: 110px;
}
.wi-ads-standing-people.wi-ads-standing-people-6 {
	top: 62%;
	left: 70%;
	height: 110px;
}
.wi-ads-standing-people.wi-ads-standing-people-7 {
	top: 60%;
	left: 18%;
	height: 115px;
}
.wi-ads-standing-people.wi-ads-standing-people-8 {
	top: 61%;
	left: 36%;
	height: 120px;
}
.wi-ads-standing-people.wi-ads-standing-people-9 {
	top: 62%;
	left: 87%;
	height: 120px;
}
.wi-ads-standing-people.wi-ads-standing-people-10 {
	top: 74%;
	left: 49%;
	height: 100px;
}
.wi-box-hidden {
	display: none;
}
