/*
Theme Name: Dangeon-SEO
Template: customizr

Не обязательные параметры:
Theme URI: 
Description: Дочерняя тема для темы customizr
Author: Dungeon-master
Author URI: 
Version: 1.0
*/

/* импортируем стили родительской темы */


/* Свои дополнительные стили */
.section {
	background-color: #0a0a0a;
}
p, ul, b {
	color: #ccc;
}
h1, h2, h3, h4, h5 {
	color: #E7003E;
	text-align: center;
}
.img_vert_cent {
	margin: 0;
   position: absolute;
   top: 50%;
   transform: translate(0, -50%);
}
.tarif {
	background-color: #960028;
	width: 300px;
	min-height: 300px;
	margin: 0px auto;
	
	text-align: center;
	border-radius: 20px;
}
.empty_soulo, .empty_soult {
	background-color: #313131;
	height: 30px;
	width: 100%;
}
.empty_soulo {
	border-radius: 20px 20px 0px 0px;
	top: -3px;
	position: relative;
}
.empty_soult {
	border-radius: 0px 0px 20px 20px;
	bottom: -3px;
	position: relative;
}
.tarif h4 {
	color: #ccc;
	margin-top: 35px;
}
.tarif p {
	margin: 0px;
	font-size: 17px;
}
.tarif ul {
	font-size: 16px;
	text-align: left;
	padding: 0px 10px;
}
/*Услуги*/
.slave_it {
	width: 150px;
	height: 150px;
	background-color: #960028;
	margin: auto;
}
.slave_it p {
	text-align: center;
}
.p_hid {
	opacity: 0;
	transition: 0.5s;
}
.slave_it:hover .p_hid {
	opacity: 1;
}
/* PLAN */
.plan_pr_deg {
	background-color: #960028;
	width: 350px;
	height: 350px;
	transform: rotate(45deg);
	margin-top: 90px;
	border-radius: 20px;
}
.plan_pr {
	transform: rotate(-45deg);
	display: flex;
	justify-content: center;
	margin: 130px 0px 100px 0px;
}
.pr_it:nth-child(1) {
	border-right: 1px solid #ccc;
	margin-left: -50px;
}
.pr_it {
	padding: 5px;
	font-size: 20px;
	color: #ccc;
}
/* PLAN */

/*Шрифты*/
@font-face {
  font-family: 'Aero-Matics-Stencil-Regular';
  src: url('Aero-Matics-Stencil-Regular.ttf');
} 
 
h1, h2 {
 font-family: 'Aero-Matics-Stencil-Regular', 'Georgia', regular;
}