.container
{
	height: 1800px;
}
.container_block
{
	position: absolute;
	width: 1070px;
	left: 0;
	right: 0;
	margin: auto;
	top: 230px;
	height: 1000px;
	text-align: center;
}
#container_block_title
{
	font-family: CodeProLC;
	font-size: 42px;
}
table
{
	border: 1px solid lightgray;
	width: 90%;
	margin: 60px;
	background-color: #f4f4f4;
}
td
{
	margin: 4px;
	background-color: white;
	height: 40px;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
	line-height: 30px;
}
.orange_circle
{
	position: absolute;
	width: 190px;
	height: 190px;
	background: url(media/circle-1-colormatic.png) no-repeat; background-size: contain;
}
.container_block input[type=button]
{
	cursor: pointer;
}
.container_block .disabled
{
	cursor: default;
	transition: opacity 0.1s;
}
.container_block .disabled:hover
{
	cursor: default;
	opacity: 0.1;
}
.black_tr td
{
	background-color: #f9f9f9;
}
.review_element
{
	position: relative;
	display: inline-block;
	width: 300px;
	height: 470px;
	margin: 12px;
	margin-top: 40px;
	padding: 5px;
	background-color: rgba(120, 120, 120, 0);
	transition: 0.1s background-color;	
}
.review_element:hover
{
	background-color: rgba(180, 180, 180, 0.1);
}
.review_small
{
	position: absolute;
	width: 300px;
	height: 406px;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	transition: 0.2s transform;
	transform: scale(1);
}
.review_small:checked
{
	transform: scale(2);
}
.review_text
{
	position: absolute;
	width: 300px;
	height: 50px;
	bottom: 0;
	font-size: 14px;
}
#galery
{
	display: none;
	position: fixed;
	top: -5px;
	left: -5px;
	width: 101vw;
	height: 101vh;
	transition: 0.3s opacity, 0.2s transform;
	transform: scale(0);
	opacity: 0;
	z-index: 100;
}
#galery-shadow
{
	display: none;
	position: fixed;
	top: -5px;
	left: -5px;
	width: 101vw;
	height: 101vh;
	background-color: rgba(0, 0, 0, 0.6);
	transition: 0.3s opacity;
	opacity: 0;
	z-index: 99;
}
#galery-background
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
#galery-l, #galery-r
{
	position: fixed;
	width: 27px;
	height: 46px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	opacity: 0.7;
	transition: 0.2s opacity;
	padding-top: 200px;
	padding-bottom: 200px;
}
#galery-l:hover, #galery-r:hover, #galery-x:hover
{
	opacity: 1;
}
#galery-l
{
	left: 60px;
	background-image: url(media/btn-l.png);
}
#galery-r
{
	right: 60px;
	background-image: url(media/btn-r.png);
}
#galery-x
{
	position: fixed;
	width: 38px;
	height: 38px;
	top: 60px;
	right: 60px;
	background-image: url(media/btn-x.png);
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: 0.2s opacity;
	opacity: 0.7;
}
#galery-img
{
	position: fixed;
	top: 0;
	bottom: 0;
	width: 42vw;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.1);
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(media/review/Blagodar.pismo_ot_Proton-PM/Blagodar.pismo_ot_Proton-PM.jpg);
	background-position: center;
	transition: 0.3s transform;
}