.TelegViberMail{
	position: fixed;
	right: 3%;
	bottom: 3%;
	width: 7vmax;
	height: 7vmax;
	display: flex;
	align-items: center;
  z-index: 30;
}
.Circle{
	color:white;
	width: 6vmax;
	height: 6vmax;
	border-radius:50%;
	text-align:center;
	margin: 0 auto;
	display: flex;
	align-items: center;
	background-color: transparent;
}
.CircleInCircle{
	background-color: #1C0E43;
	color: black;
	width: 5vmax;
	height: 5vmax;
	border-radius:50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	border: 2px solid transparent;
}
.InfoCircle{
	background-color: #B40155;
	color: white;
	width: 4vmax;
	height: 4vmax;
	border-radius:50%;
	margin: 0 auto;
	border: 2px solid #1C0E43;
	display: flex;
	align-items: center;
	justify-content: center;
}
.CircleInCircle:hover{
	cursor: pointer;
	border:0px;
}
.CircleInCircle:hover .InfoCircle{
	width: 100%;
	height: 100%;
	transition-duration: .2s;
	border: 0px;
}
.SocialMediaInCircle{
	width: 3vmax;
	height: 3vmax;
}
.CircleText{
	font-size: 0.7vmax;
}
.SocialMediaBlock{
	width: 60%;
	height: 40%;
	text-align: center;
	background-color: #fff;
	border: 3px solid #B40155;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	bottom: Calc(7vmax + 3% + 15px);
	right: 4%;
	z-index: 10;
}

.Sites{
	width: 90%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	height: 25%;
	cursor: pointer;
}
.SitesImg{
	width: 5vmax;
	height: 5vmax;
	margin-right: 5%;

}
.SitesText{
	font-size: 2vmax;
	text-align: left;
}

.PhoneBlock{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	position: fixed;
	width: 50%;
	height: 20%;
	text-align: center;
	align-items: center;
	background-color: #fff;
	border: 3px solid #B40155;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
	bottom:10%;
	right:5%;
	z-index: 10;
}


.PhoneBlockText{
	height:30%;
	font-size: 1.3vmax;
	text-align: center;
	margin: 5%;
}
.PhoneBlockInputAndButton{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	text-align: center;
}
.PhoneBlockInputAndButton input{
	width: 47%;
	border: 2px solid #1C0E43;
	font-size: 1.3vmax;
	text-align: center;
}
.PhoneBlockButton{
	text-decoration: none;
	display: inline-block;
	width:40%;
	position: relative;
	overflow: hidden;
	border: 2px solid #1C0E43;
	border-radius: 0.5vmax;
	font-size: 1.5vmax;
	color: white;
	background-color: #b40155;
	z-index: 0;
}
.PhoneBlockButton:hover {
	background: #1C0E43;
	color: #fff;
	border: 2px solid #b40155;
}
.close {
position: absolute;
right: 9%;
top: 4%;
width: 2vmax;
height: 2vmax;
opacity: 0.3;
cursor: pointer;
}
.close:hover {
opacity: 1;
}
.close:before, .close:after {
position: absolute;
left: 15px;
content: ' ';
height: 2vmax;
width: 0.1vmax;
background-color: #b40155;
}
.close:before {
transform: rotate(45deg);
}
.close:after {
transform: rotate(-45deg);
}
@media (orientation: landscape){
  .SocialMediaBlock{
		width: 30%;
		height: 50%;
		bottom: 10%;
		right: 15%;
		z-index: 10;
	}
	.SocialMediaBlock:before{
		bottom: 12%;
		right: -15%;
		transform: rotate(180deg);
	}
	.SocialMediaBlock:after{
		transform: rotate(180deg);
		bottom: 14%;
		right: -12%;
	}
	.SitesImg{
		width: 3.4vmax;
		height: 3.4vmax;
	}
	.PhoneBlock{
		height:auto;
	}
	.close {
		right:5%;
	}
}

@media (orientation: landscape) and (min-width: 1200px){
	.PhoneBlock{
		width: 35%;
		height: 20%;
		bottom:10%;
		right:5%;
	}

  .SocialMediaBlock{
		width: 25%;
		height: 60%;
		bottom: 11%;
		right: 7%;
		z-index: 10;
	}
	.SocialMediaBlock:before{
		bottom: -7%;
		right: 5%;
		transform: rotate(0deg);
	}
	.SocialMediaBlock:after{
		bottom: -5%;
		right: 6%;
		transform: rotate(0deg);
	}
	.SitesImg{
		width: 3.4vmax;
		height: 3.4vmax;
	}
	.close {
		right:3%;
	}
}
