.og-ritmolog {
    display: grid;
    grid-template-columns: 320px 1fr;
    grid-gap: 40px;
	margin-bottom: 70px;
}
.og-ritmolog > div:nth-child(3) {
    grid-column: 1/3;
}
.og-ritmolog__img {
	width: 100%;
}
.og-ritmolog__title {
	color: var(--blue, #1476CD);
	font-family: Open Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.og-ritmolog__city {
	color: #000;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.og-ritmolog__description {
	color: #000;
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}
.og-ritmolog__name {
	color: #000;
	margin-bottom: 24px;
	font-family: Open Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.og-ritmolog__section {
    display: grid;
    grid-template-columns: 1fr 213px;
	grid-gap: 35px;
}
.og-ritmolog__products {
	list-style-type: none;
	padding-left: 5px;
}
.og-ritmolog__product {
	position: relative;
	min-height: 34px;
	margin-left: -5px;
	padding-top: 6px;
	padding-left: 45px;
	padding-right: 150px;
	border-radius: 3px;
	background: transparent;
	color: #000;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
}
.og-ritmolog__product_active {
	background: #EBECEE;
}
.og-ritmolog__product:before {
	content: "";
	position: absolute;
	top: 7px;
    left: 10px;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOSIgc3Ryb2tlPSIjQzVEMkUyIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+")
}
.og-ritmolog__product_active:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iNy41IiBzdHJva2U9IiMxNDc2Q0QiIHN0cm9rZS13aWR0aD0iNSIvPgo8L3N2Zz4=")
}
.og-ritmolog__hour {
	position: absolute;
	right: 10px;
	top: 4px;
	height: 25px;
	padding: 2px 0;
	color: #000;
	text-align: right;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.og-ritmolog__hour span {
	color: #8A8D90;
	text-align: right;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.og-ritmolog__buy {
	display: none;
}
.og-ritmolog__buy_active {
	display: block;
}
.og-ritmolog__price {
	margin-bottom: 16px;
	color: #000;
	text-align: right;
	font-family: Open Sans;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}
.og-ritmolog__button {
	width: 100%;
	border: none;
	outline: none;
	padding: 10px 30px;
	border-radius: 8px;
	background: var(--blue-button, #1476CD);
	color: var(--ffffff, #FFF);
    text-align: center;
	font-family: Helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: 0.07px;
}
.og-ritmolog__counter {
	display: none;
    position: absolute;
    right: 60px;
	top: 4px;
}
.og-ritmolog__counter .change {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border: none;
	outline: none;
	border-radius: 3px;
    background-color: #CFD2D9;
	color: #1476CD;
	font-weight: 600;
	cursor: pointer;
}
.og-ritmolog__counter input {
	max-width: 55px;
	text-align: center;
	font-weight: 700;
	border: none;
	border-radius: 3px;
	margin: 0 5px;
    background: transparent;
}
.og-ritmolog__counter input {
	max-width: 25px;
    color: #000;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.og-ritmolog__counter .min {
    background-color: transparent;
}
.og-ritmolog__product_active .og-ritmolog__counter {
	display: flex;
}

@media(max-width: 768px) {
	.og-ritmolog {
		display: block;
	}
	.og-ritmolog__img {
		width: auto;
		height: 170px;
		margin-bottom: 24px;
	}
	.og-ritmolog__section {
		display: block;
	}
	.og-ritmolog__products {
		padding-left: 0px;
	}
}