/*
Theme Name: Root Child
Theme URI: http://wpshop.biz/themes/root
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: root
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */
/*ВЕСЬ САЙТ*/
*,*::after,
*::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: inherit;
}
ul {
	padding-left: 20px;
}
img {
	vertical-align: top;
}
hr {
	border-bottom: none;
}
h2 {
	font-weight: 700;
	font-size: 24px;
	margin: 20px 0px;
}
h3 {
	font-weight: 700;
	font-size: 19px;
	margin: 20px 0px;
}
.post-card-one {
	margin-top: 30px;
}
.site-content {
	background-color: rgba(255,255,255, 0.9) !important;
}
.site-footer {
	background-color: rgba(255,255,255, 0.85) !important;
}
.site-header-inner {
	background: rgba(236,239,245,0.8) !important;
}
.post-card__image {
	width: 150px;
	height: 140px;
}
.non_actual_up {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.non_actual_price {
	color:red;
	font-size: 19px;
	font-weight: bold;
}
.main-bg {
	width: 100%;
	height: 234px;
	background: url('/wp-content/uploads/goryi-sneg-derevya-polyana.jpg') center center/cover no-repeat;
}
.container {
	max-width: 1220px;
	margin: 0 auto;
	box-sizing: content-box;
	padding: 0 15px;
}
.page {
	padding: 20px 0 100px 0;
}
.breadcrumb {
	color: #333;
	display: flex;
	flex-wrap: wrap;
}
.breadcrumb__item {
	margin: 5px 7px;
	list-style-type: none;
}
.breadcrumb__item span {
	margin-right: 5px;
}
.page__title {
	margin-top: 40px;
	font-weight: 900;
	font-size: 52px;
}
.page__subtitle {
	font-size: 32px;
	font-weight: 400;
}
.page__btns {
	margin-top: 30px;
}
.btn {
	min-height: 48px;
	line-height: 1.4;
	padding: 12px 16px;
	border: none;
	transition: all .4s ease;
	color: #fff;
	cursor: pointer;
	background: #00be8b;
	border-radius: 5px;
}
.page__wrapper {
	margin-top: 100px;
	display: flex;
	gap: 45px;
}
.page__rating {
	padding: 20px;
	background: linear-gradient(45deg, rgb(181, 241, 180), rgb(251, 250, 177));
	text-align: center;
	border-radius: 5px;
}
.rating__stars {
	width: 60px;
	height: 30px;
	background: #000;
	margin: 0 auto;
}
.rating__link {
	margin-top: 13px;
	color: #00be8b;
}
.page__main-about {
	margin-top: 0;
	margin-bottom: 32px;
	font-size: 24px;
	line-height: 32px;
}
.page__main-title {
	font-weight: 700;
	font-size: 24px;
	margin: 20px 0;
}
.page__main-descr {
	text-align: justify;
}
.page__main-list {
	margin: 20px 0;
}
.page__main-item {
	list-style-type: disc;
	padding-left: 10px;
}
.page__side {
	padding: 20px;
	position: sticky;
	top: 20px;
	color: #2b3a49;
	max-width: 360px;
	background: linear-gradient(45deg, #b5f1b4, #fbfab1);
	border-radius: 5px;
}
.page__side-item {
	margin: 5px 0;
}
.btn--side {
	display: block;
	margin: 15px auto 15px auto;
	padding: 12px 90px;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}
.page__side-person {
	margin-top: 13px;
	display: flex;
	justify-content: space-between;
}
.page__side-info {
	font-size: 18px;
	font-weight: 300;
}
.page__side-rate {
	margin-top: 7px;
}
.img {
	width: 100px;
	height: 100px;
	background: url('') center center/cover no-repeat;
	border-radius: 50%;
}
.img img {
	max-width: 100%;
}
.buttons {
	display: none;
}
/*ВЕСЬ САЙТ*/
/*Звездный рейтинг*/
.rating .stars {
	position: relative;
	display: block;
	height: 20px;
	width: 105px;
	background-image: url("/wp-content/uploads/stars.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	margin-right: 5px;
	margin-bottom: 15%;
}
.rating .stars .on {
	height: 20px;
	background-image: url("/wp-content/uploads/stars.png");
	background-position: 0 -20px;
}
.rating .stars .live {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
/*Звездный рейтинг*/
/*РАНДОМ ССЫЛКИ*/
.rand_links_all_8 {
	display:flex;
	justify-content: center;
	gap:10%;
	flex-wrap:wrap;
}
.rand_links_one {
	width:150px;
	text-align:center;
}
#post_card_rand_gu {
	border-radius:100px;
}
/*РАНДОМ ССЫЛКИ*/