body{
  margin: 0;
  font-family: sans-serif;
  font-family: 'Round', sans-serif;
}

.top{
  background: #A061C2;
}

.menu{
  max-width: 1000px;
  margin: 0 auto;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 20px;
}
  

.menu .logo{
  height: 60%;
}

.menu .name{
  font-size: 20px;
  color: white;
  cursor: default;
}

.content{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 20px 0;
  padding-bottom: 0;
  min-height: calc(100vh - 104px - 60px - 40px);
  margin-bottom: 20px;
}

.content .phone{
  height: 550px;
}

.content .title{
  color: #8436BD;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.content .text{
  line-height: 30px;
  font-size: 20px;
  margin-top: 20px;
  color: rgb(42,42,42);
  font-family: 'Light', sans-serif;
}

.content .text b{
  font-family: 'Round', sans-serif;
  color: #3D3B4B;
}

.content .markers {
	list-style-type: none;

}
.content .markers li {
	margin: 7px 0;
}

.content .appstore{
  width: 140px;
}

img.star {
  width: 30px;
}

ul{
  display: flex;
  gap: 20px;
  flex-direction: column;
}

li{
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.right{
  max-width: 600px;
  font-size: 25px;
}

.offer{
  font-family: 'Round-bold', sans-serif;
  text-align: center;
  color: #3D3B4B;
  cursor: default;
}

.offer .orange{
  color: #f69a1d;
}

.offer .gray{
  color: #a8a8a8;
  text-decoration: line-through;
  font-family: 'Round-thic';
}

.button{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.button img{
  width: 250px;
  cursor: pointer;
  transition: 0.1s ease-in-out;
}

.button img:hover{
  filter: brightness(1.2);
}

.footer{
  background: #A061C2;
  color: whitesmoke;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}

.footer .title{
  font-size: 30px;
}

.footer .subtitle{
  font-size: 20px;
  margin-top: 20px;
}

.footer .appstore{
  width: 150px;
}

.footer .email{
  font-family: 'Round';
  font-size: 23px;
  margin-top: 4px;
}

.footer .email a{
  text-decoration: none;
}


.footer .copyright{
  font-size: 19px;
  line-height: 30px;
  text-align: center;
  font-family: 'Round-thic';
}

.footer .copyright a{
  color:whitesmoke;
  font-family: sans-serif;
}

.onlyMobile{
  display: none;
}
