
* {
	box-sizing: border-box;
	line-height: 2.5;
	/*text-align: center;*/
}

body {
	font-family: sans-serif;
	color: #fff;
}

.bigest_container {
	position: fixed;
	left: 0;
	top: 0;
	background-image: url("../../img/bgr/stadium2.jpg");
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	overflow: auto;
	scrollbar-width: none;
}

.modal {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}

.big_container {
	width: 80%;
	margin: auto;
	box-shadow: 0 0 30px 0 hsla(0, 0%, 89%, .5);
	z-index: 10;
	position: relative;
	padding: 30px;
}

h1 {
	text-align: center;
	margin: 15px;
	position: relative;
	text-transform: uppercase;
	line-height: 1.5;
}

h2 {
	margin: 5px;
}

h3 {
	padding-left: 40px;
}

p {
	padding-left: 60px;
}

.logo1 {
	/*background-image: url(../../livescore/img/logo/hvct_logo2.png);*/
	width: calc(150px);
	height: calc(270px * 150/ 400);
	background-size: 100% 100%;
	float: left;
	border-radius: 50%;
	margin-top: -12px;
	position: relative;
	z-index: 15;
}

.link {
	width: 300px;
	height: 100%;
	float: right;
	word-wrap: break-word;
	overflow: auto;
	scrollbar-width: none;
	line-height: 1.5;
	text-align: right;
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.logo2 {
	/*background-image: url(img/logo/logo1.jpg);*/
	width: 100px;
	height: 100px;
	background-size: calc(214px/ 1.6) calc(235px/ 1.6);
	background-position: center;
	background-repeat: no-repeat;
	float: none;
	position: relative;
	/*top: 250px; */
	margin: auto;
}

.not_h3 {
	padding-left: 35px;
}

.target_player {
	margin-left: 33px;
}

img {
	position: relative;
	z-index: 1;
	width: 40px;
	cursor: pointer;
}

img:hover {
	opacity: 0.8;
}

.btn {
	background: #2ecc71;
	color: #fff;
	padding: 50px 7px 20px 7px;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
    position: relative;
    border: none;
    transition: 0.3s all;
    width: 32px;
    height: 96px;
    line-height: 1 !important;
    cursor: pointer;
}

.btn::before {
    content: "";
    width: 32px;
    height: 32px;
    background: rgba(0,0,0,0.15);
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../img/icon/edit_48.png);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.edit_btn:hover, .btn:hover {
  background-color: #27ae60;
}
.edit_btn {
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
	background: #2ecc71;
    background-image: url(../../img/icon/edit_48.png);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    margin-left: 10px;
}

.save_btn {
    background-image: url(../../img/icon/check_64.png);
}

.save_btn.btn {
	background: #2ecc71;
}

.save_btn.btn {
	background: #2ecc71;
}

.save_btn.btn::before {
    background-image: url(../../img/icon/check_64.png);
}

.delete_btn {  
	background-color: #e74c3c;
    background-image: url(../../img/icon/delete_64.png);
}

.delete_btn:hover {
	background-color: #c0392b;
}

@media screen and (max-width: 600px) {
	* {
		line-height: 2;
	}
	h1 {
		font-size: calc(100vw * 37.5/ 1000);
	}
	h2 {
		font-size: calc(100vw * 28/ 800);
	}
	h3 {
		font-size: calc(100vw * 22/ 800);
		padding-left: 5px;
	}
	p {
		font-size: calc(100vw * 16/ 900);
		padding-left: 5px;
	}
	ul {
		font-size: calc(100vw * 16/ 700);
		margin-left: -15px;
	}
	ol {
		font-size: calc(100vw * 16/ 700);
		margin-left: -20px;
	}
	.not_h3 {
		padding-left: 5px;
	}
	.big_container {
		width: 100%;
	}
	.signature {
		font-size: calc(100vw * 18/ 700);
	}
	.logo1 {
		margin-left: -30px;
		margin-top: -20px;
		width: calc(400px/ 4);
		height: calc(270px/ 4);
	}
}