@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v19/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UA.ttf) format('truetype');
}
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v19/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UA.ttf) format('truetype');
}
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v19/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UA.ttf) format('truetype');
}
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/rubik/v19/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UA.ttf) format('truetype');
}

.block7 h2 {
	font-weight: 700;
	font-size: 38px;
	line-height: 52px;
	margin-bottom: 30px;
	text-align: center;
}

.options {
	display: flex;
	flex-direction: column;
	max-width: 320px;
	width: 100%;
	margin: 0 auto 20px;
}

.options__rating {
	display: flex;
	align-items: center;
}

.options__rating-numb {
	font-size: 18px;
	font-weight: 700;
	margin-right: 12px;
}

.options__rating-star {
	height: 20px;
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23FCA95D%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.205.554c.3-.738%201.35-.739%201.651-.002l1.8%204.398c.02.05.066.084.12.09l4.419.432c.76.074%201.08%201.004.526%201.527l-3.373%203.182a.145.145%200%200%200-.042.135l.966%204.613c.16.764-.678%201.347-1.344.934l-3.808-2.362a.146.146%200%200%200-.152-.001l-3.85%202.33c-.666.404-1.494-.179-1.334-.939l.962-4.595a.146.146%200%200%200-.043-.136L2.285%206.992c-.563-.522-.242-1.461.523-1.533l4.49-.422c.054-.005.1-.04.12-.09L9.206.554Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: repeat-x;
	width: 92px;
}

.options__rating-size {
	font-size: 14px;
	line-height: 20px;
	color: #868695;
	margin-left: 15px;
}

.info-button {
	margin-top: 12px;
	background-color: #f6f6f9;
	padding: 7px 32px 9px 12px;
	font-size: 14px;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-transform: lowercase;
	text-align: left;
	color: #242424;
	position: relative;
	border-radius: 8px;
	width: 100%;
	font-family: inherit;
	border: none;
	padding-left: 40px;
	padding-top: 13px;
	text-decoration: none;
}

.info-button::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	left: 12px;
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cg%20stroke%3D%22%23A9A8B0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M12.932%201.568a1.134%201.134%200%200%201%201.604.013l4.04%204.04c.447.446.452%201.165.013%201.604L7.364%2018.45a1%201%200%200%201-1.414%200l-4.142-4.141a1.135%201.135%200%200%201-.012-1.604L12.931%201.568ZM5.242%209.258l1.414%201.414M3.121%2011.379%205.242%2013.5M7.365%207.136l2.122%202.122M11.607%202.894l2.122%202.121M9.486%205.015%2010.9%206.429%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
}

.info-button::after {
	content: '';
	display: block;
	right: 14px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #a9a8b0;
	border-bottom: 2px solid #a9a8b0;
	position: absolute;
	top: calc(50% - 4px);
	transform-origin: 5px 5px;
	transform: rotate(45deg);
	transition: all 0.3s ease 0s;
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cg%20stroke%3D%22%23A9A8B0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M12.932%201.568a1.134%201.134%200%200%201%201.604.013l4.04%204.04c.447.446.452%201.165.013%201.604L7.364%2018.45a1%201%200%200%201-1.414%200l-4.142-4.141a1.135%201.135%200%200%201-.012-1.604L12.931%201.568ZM5.242%209.258l1.414%201.414M3.121%2011.379%205.242%2013.5M7.365%207.136l2.122%202.122M11.607%202.894l2.122%202.121M9.486%205.015%2010.9%206.429%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
}

.block7 h2 {
	font-weight: 700;
	font-size: 38px;
	line-height: 52px;
	margin-bottom: 30px;
	text-align: center;
}

@media only screen and (max-width: 1255px) {
	.wrap7 {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 1255px) {
	.wrap7 {
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1255px) {
	.rev {
		margin: 0 auto 20px;
		width: 460px;
	}
}

.rev {
	-webkit-box-shadow: 0 5px 10px 2px rgb(34 60 80 / 20%);
	box-shadow: 0 5px 10px 2px rgb(34 60 80 / 20%);
	width: 320px;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	padding: 38px 28px 38px 35px;
	position: relative;
	background-color: #fff;
}

.rev-img {
	display: flex;

	margin-bottom: 20px;
	flex-direction: column;
}

.rev-img img {
	width: 100%;
}

@media only screen and (max-width: 1255px) {
	.rev-img img {
		margin-right: 0;
		margin-bottom: 10px;
		width: 250px;
	}
}

@media only screen and (max-width: 1255px) {
	.rev p {
		font-size: 18px;
		line-height: 25px;
	}

	.wrap7 {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
}

.rev p {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	margin-top: 10px;
}

.rev h3 {
	font-weight: 700;
}

.rev-b {
	text-align: center;
	line-height: 53px;
}

video {
	margin: 0 auto;
}

.wrap7 {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin: 0 auto;
	justify-content: space-between;
}

.welcome__skidka {
	padding-top: 10px;
	width: 80%;
	color: #b22222;
	text-align: center;
	font-size: 21px;
	font-weight: 700;
}
