/* Для нового сайта */
.pict {
	display: inline-block;
	width: 485px;
	padding-left: 64px;
	padding-right: 64px;
	color: white;
	text-align: center;
	font-family: 'Decor';
	font-size: 20px;

	padding-top: 60px;
}

.pict a {
	color: white;
	text-decoration: none;
}

.pict a:hover {
	color: #DFB859;
	font-weight: 800;
}

.pict .cover {
	padding: 10px 30px 70px 30px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: auto;
	border-radius: 30px;
	margin: auto;
}

.main_menu-serv {
	text-align: center;
	text-transform: uppercase;
	font-size: 46px;
	font-weight: bold;
	margin: -70px 0 40px 0;
	color: #DFB859;
	color: #8e4b08;
	text-shadow: 1px 1px 1px #fff;
	background: rgb(201, 167, 105);
	background: -moz-linear-gradient(top, rgba(201, 167, 105, 1) 0%, rgba(228, 210, 134, 1) 50%, rgba(201, 167, 105, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(201, 167, 105, 1) 0%, rgba(228, 210, 134, 1) 50%, rgba(201, 167, 105, 1) 100%);
	background: linear-gradient(to bottom, rgba(201, 167, 105, 1) 0%, rgba(228, 210, 134, 1) 50%, rgba(201, 167, 105, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9a769', endColorstr='#c9a769', GradientType=0);
	padding: 15px 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.contents {
	text-align: center;
	min-width: 1200px;
}

.footer_bot_new {
	position: relative;
	height: 283px;
	margin: 0px;
}

@font-face {
	font-family: 'Decor';
	src: url('../fonts/decor.ttf');
	font-display: swap;
}

body {
	font-family: Arial;
	font: normal;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	min-height: 900px;
}

.bg {
	background-image: url(../images/bg-top.png)
}

.delta {
	width: 205px;
	margin: 10px 15px 0 0;
	opacity: 0.3;
	font-family: arial;
	text-align: left;
	display: inline-block;
	vertical-align: middle
}

.delta:hover {
	opacity: 1;
}

.delta a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}

.videobox {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/*overflow:hidden;*/
	width: 100%;
	height: 100%;
	z-index: -1
}

.videobox video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
}

.f-block-cont {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	color: #fff;
	text-align: left
}

.f-block-cont a {
	color: #fff
}

.f-block-cont>div {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0
}

.f-block-soc {
	display: inline-block;
	vertical-align: middle;
	margin: 0 40px;
	color: #fff
}

.main-vk {
	display: inline-block;
	padding-left: 30px;
	background: url("../images/icon_vk.svg") no-repeat 0 3px;
	background-size: 20px;
	margin-top: 10px;
}

a.buy-cert {
	display: block;
	padding: 10px 7px;
	width: 220px;
	margin: 25px auto 0;
	font-size: 18px;
	border-radius: 12px;
	font-weight: 600;
	color: #d1b472;
	border: 2px solid #e2ce83;
	background: transparent;
	transition: 0.2s;
}

a.buy-cert:hover {
	color: #5c3f1f;
	background: rgb(201, 167, 105);
	background: -moz-linear-gradient(top, rgba(201, 167, 105, 1) 0%, rgba(228, 210, 134, 1) 50%, rgba(201, 167, 105, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(201, 167, 105, 1) 0%, rgba(228, 210, 134, 1) 50%, rgba(201, 167, 105, 1) 100%);
	background: linear-gradient(to bottom, rgba(201, 167, 105, 1) 0%, rgba(228, 210, 134, 1) 50%, rgba(201, 167, 105, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9a769', endColorstr='#c9a769', GradientType=0);
}
