@charset "utf-8";
/* CSS Document */
.iphone {
    position: relative;
    margin: 0px auto;
    width: 100%;
    border-top: 2px solid #404296;
    background-color: #404296;
}
.header__social {
    margin-top: -4px;
    margin-left: 30px;
    margin-right: auto;
}
.notch {
    position: absolute;
    top: 0;
    left: 50%;
    width: 280px;
    height: 55px;
    background-color: #404296;
    border-radius: 0 0 28px 28px;
    transform: translateX(-50%);
    z-index: 999;
}
 
.notch::before, .notch::after {
	content: "";
	position: absolute;
	top: 0;
	left: -7px;
	width: 14px;
	height: 7px;
	background-size: 50% 100%;
	background-repeat: no-repeat;
	background-image: radial-gradient(circle at 0 100%, transparent 6px, #404296 7px);
}
.notch::after {
	left: 100%;
	margin-right: corner-sizepx;
	background-image: radial-gradient(circle at 100% 100%, transparent 6px, #404296 7px);
}