
/*Для отзыва скрытие*/

.box {

	min-height: 200px;
}

.box p {
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}



/*Звёзды рейтминг*/
.rating-mini {
	display: inline-block;
	font-size: 0;
}
.rating-mini span {
	padding: 0;
	font-size: 20px;
	line-height: 1;
	color: lightgrey;
}
.rating-mini > span:before {
	content: '★';
}
.rating-mini > span.active {
	color: gold;
}









.item-photo {
	border-radius: 20px;
	position: relative;
}

.item-photo img {

}

.item-photo:after {
	border-radius: 20px;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	background: linear-gradient(90deg, rgba(131,108,187,1) 0%, rgba(0,0,0,0.6138830532212884) 0%);
}


.item-photo-x {
	border-radius: 20px;
	position: relative;
}

.item-photo-x img {

}

.item-photo-x:after {
	border-radius: 20px;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;

}












.timer__items {
	display: flex;
	font-size: 30px;
}

.timer__item {
	position: relative;
	min-width: 60px;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 15px;
	text-align: center;
}

.timer__item::before {
	content: attr(data-title);
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	font-size: 14px;
}

.timer__item:not(:last-child)::after {
	content: ':';
	position: absolute;
	right: -15px;
}












a
{
	text-decoration: none !important;
}

/*Анимация белого эфекта*/
/*body*/
/*{*/
/*	transition: 1s; !important;*/
/*	opacity: 0;  !important;*/
/*}*/

/*Тянем тело до ног*/
.telo
{
	min-height: 100%;
}

/*Официальный шрифт*/
.text-font-1
{
	font-family: 'Jost', sans-serif;
}

/*Большие буквы*/
.text-big
{
	text-transform: uppercase;
}

/*Официальный цвет шрифта (красный) */
.text-color-1
{
	color: #D22124 !important;
}

/*Официальный цвет шрифта (чёрный) */
.text-color-2
{
	color: #343a40 !important;
}

/*Официальный цвет заливки*/
.background-color-1
{
	background: #D22124 !important;
}

/*Ширина контейнера*/
.container-width
{
	max-width: 1500px;
}

/*Жирность текста*/
.text-weight-1
{
	font-weight: 800 !important;
}

/*Фирменная кнопка*/
.btn-mod
{
	padding: 20px;
	background: #ec2826;
	border-color: #ec2826;
	font-weight: 800;
	font-size: 1.125em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3em;
	box-shadow: 0 1.5em 2.25em -1em rgb(255 21 18 / 70%);
	transition-duration: 0.2s;
	-webkit-box-shadow: 0px 0px 54px -9px rgba(210,33,36,1);
	-moz-box-shadow: 0px 0px 54px -9px rgba(210,33,36,1);
	box-shadow: 0px 0px 54px -9px rgba(210,33,36,1);
}

/*Фирменная кнопка*/
.btn-mod:hover
{
	color: white  !important;
	padding: 22px;
	transition-duration: 0.6s;
	box-shadow: 0px 0px 80px -9px rgba(210,33,36,1);
}

/*Отступы блока*/
.block
{
	padding-top: 50px;
	padding-bottom: 50px;
}


/*Переносы длинных слов*/
.enter {
	padding: 10px; /* Поля */
	font-size: 1.5em; /* Размер шрифта */
	word-wrap: break-word; /* Перенос слов */
}




/*Красная рамка*/
.photo-border
{
	border: 1px solid red;
}



.whatsap
{
	/*width: 80px;*/
	/*height: 80px;*/

	/*background: #FFFFFF;*/


	right: 5px;
	bottom: 30px;
	padding: 10px;
	position: fixed;
	display: block;
	z-index: 999;

	text-decoration: none;
}



/*.wrapper {*/
/*	display: flex;*/
/*	padding: 1rem;*/
/*	margin: 0 auto;*/
/*	overflow-x: auto;*/
/*	-webkit-overflow-scrolling: touch;*/
/*	!*outline: solid 1px;*!*/

/*}*/

/*.item {*/
/*	flex: 0 0 200px;*/
/*	height: 100px;*/
/*	background: white;*/
/*	color: #222;*/
/*	border-radius: 5px;*/
/*	padding: 1rem;*/
/*	margin-right: 1rem;*/
/*	overflow-x: auto;*/
/*}*/


/*.wrapper::-webkit-scrollbar {*/
/*	display: none;*/
/*	overflow-x: auto;*/
/*	-webkit-overflow-scrolling: touch;*/
/*}*/