@media (min-width: 300px) {
	.contact a, .priziv{font-size: 16px;}
	.top-logo{padding:20px;}
	.top-logo img{height:40px;}
h1{max-width: 100%; font-size:14px;}
.phon img{  height: calc(100vh - 200px); }
.contact{bottom: 0px;}
.priziv{display:block}
}
@media (min-width: 768px) {
.top-logo img{height:80px;}
h1{max-width: 100%; font-size:20px;}
.phon img{  height: calc(100vh - 150px); }
.contact{bottom: 60px; }
}
@media (min-width: 992px) {
	.contact a, .priziv{font-size: 20px;}
	.priziv{display:inline-block}
	.phon img{  height: calc(100vh - 100px); }
	.top-logo{padding:0px;}
	.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px; 
  width: 100%;
  padding: 40px 60px 0 60px; 
  box-sizing: border-box;
}
.top-logo img{height:80px;}
h1{max-width: 100%; font-size:16px;}
.contact{bottom: 20px;}
}
@media (min-width: 1200px) {
	.contact{bottom: 20px;}
.top-logo img{height:120px;}
h1{max-width: 90%; font-size:24px;}
}
@media (min-width: 1400px) {
	.contact{bottom: 20px;}
	h1{max-width: 60%; font-size:24px;}
	.top-logo img{height:130px;}
}
@media (min-width: 1600px) {
	.contact{bottom: 20px;}
	h1{max-width: 80%; font-size:30px;}
	.top-logo img{height:150px;}
}

body{ font-size:16px;
 font-family: "Raleway", sans-serif; margin: 0;
  background: #AD175F;
  background-image: url('images/wawe.png');
  background-repeat: no-repeat;
  background-size: 100% auto;      /* волна всегда по ширине экрана */
  background-position:  center; /* по центру сверху */}
.body-wraper{ min-height:100vh;}
.body-in {
 min-height: 100vh;
  margin: 0 auto;
}

.top-logo {
  align-self: flex-start;
  display: flex;
  align-items: center;
}

.phon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.phon img {

  width: auto;
  max-height: 100%;
  display: block;
}

h1{font-weight: 300;margin: 0;
  text-transform: uppercase;
  color: #fff;
  
 }
  .slogan{ border-left: 1px solid #fff;
  padding-left: 30px;
  margin-left: 10px;}
 @keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(173, 23, 95, 0.7);
    transform: scale(1);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(173, 23, 95, 0);
    transform: scale(1.08);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(173, 23, 95, 0);
    transform: scale(1);
  }
}

.play-btn {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  transition: background 0.2s;
  animation: pulse 1.5s infinite;
}
.play-btn::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 28px solid #AD175F;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.play-btn:hover {
  background: #fff;
}

.phon {
  position: relative;
}

.contact{text-align: right;
padding-right: 15%;position: relative;
  }
  .contact a{color: #fff;}

.mail{margin-right:10px;}
.ph{text-decoration:none;}
.plashka{background: rgba(255, 255, 255, 0.4);
  padding: 10px;font-size: 14px;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
text-transform: uppercase;}
.priziv{color:#fff;
margin-right: 10px;}