@charset "UTF-8";
.showroom-info {
	font-weight: 300;
	letter-spacing: -0.01em;
	font-size: 15px;
	line-height: 32px;
	text-align: center;
	color: var(--grey600);
	margin: 30px 0;
}
.showroom-info .accent {
	line-height: 30px;
	font-weight: bold;
	color: var(--grey800);
	letter-spacing: -0.03em;
}
.showroom-info p {
	margin: 0 0 18px 0;
}
.showroom-info-title {
	font: 900 24px/40px var(--fontg);
	letter-spacing: -0.01em;
	margin: 0 0 15px 0;
	color: var(--grey700);
	position: relative;
}
.showroom-info-title:after {
	content: '';
	display: block;
	margin: 10px auto 0 auto;
	width: 48px;
	height: 3px;
	border-radius: 1.5px;
	background: var(--yellow);
}
.showroom-contacts {
	margin: 29px 0 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	text-align: left;
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: var(--grey800);
	gap: 30px 0;
}
.showroom-contacts li:before {
	display: none;
}
.showroom-contacts li {
	display: flex;
	align-items: center;
	gap: 0 20px;
	margin: 0;
	padding: 0;
}
.showroom-contacts .pic {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	background: rgba(255, 196, 0, 0.9);
	box-shadow: 0px 4px 24px rgba(255, 196, 0, 0.35);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
}
.showroom-contacts .pic img {
	flex: 0 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.in-showroom {
	margin: 40px 0 0 0;
}

@media only screen and (max-width: 767px) {
.in-showroom .content-title {
	margin: 0;
	padding: 0 0 18px 0;
	min-height: 0;
	text-align: center;
	border-width: 0;
}
.in-showroom .content-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 3px;
	border-radius: 1.5px;
	background: var(--yellow);
	transform: translate3d(-50%, 0, 0);
}
.in-showroom .content-title .in {
	flex-direction: column;
	align-items: center;
}
.in-showroom .content-title .big {
	line-height: 40px;
}
}

/*mobile end*/

/*tablet start*/

@media only screen and (min-width: 768px) {
.showroom-title {
	margin-bottom: 40px;
}
.showroom-gallery {
	margin-top: 43px;
}
.showroom-info {
	line-height: 30px;
	margin: 60px 0;
	text-align: left;
	padding: 0 0 0 33px;
	letter-spacing: normal;
}
.showroom-info .accent {
	font-size: 16px;
	line-height: inherit;
	letter-spacing: -0.015em;
}
.showroom-info p {
	margin-bottom: 10px;
}
.showroom-info-title {
	margin: 0 0 41px -33px;
	padding: 0 0 0 33px;
}
.showroom-info-title:after {
	border-radius: 0;
	height: auto;
	width: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: -10px 0;
}
.showroom-contacts {
	margin: 60px 0 0 -33px;
	flex-direction: row;
	gap: 30px;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.showroom-contacts li {
	flex: 1 1 auto;
	max-width: 317px;
}
.showroom-contacts .pic {
	width: 72px;
	height: 72px;
	background: var(--yellow);
	box-shadow: none;
}
.showroom-contacts .br-tab {
	display: block;
}
.in-showroom {
	margin-top: 60px;
}
.in-showroom:not(:last-child) {
	border-bottom: 1px dashed #BDCBE3;
	padding-bottom: 40px;
}
.in-showroom .content-title {
	margin-bottom: 29px;
}
.in-showroom .content-title .big {
	font-size: 36px;
}
}

/*tablet end*/

/*desktop start*/

@media only screen and (min-width: 1280px) {
.showroom-gallery {
	margin-top: 15px;
}
.showroom-info {
	margin: 110px 0 60px 0;
	font-size: 18px;
	line-height: 32px;
}
.showroom-info .accent {
	font-size: inherit;
}
.showroom-info p {
	margin-bottom: 29px;
}
.showroom-info-title {
	font-size: 30px;
}
.showroom-contacts {
	margin-left: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.01em;
}
.showroom-contacts li {
	max-width: 474px;
	gap: 0 30px;
}
.showroom-contacts .pic {
	width: 64px;
	height: 64px;
}
.showroom-contacts .br-tab {
	display: none;
}
.in-showroom {
	margin-top: 92px;
}
.in-showroom:not(:last-child) {
	border-bottom-width: 0;
	padding-bottom: 0;
}
.in-showroom .content-title {
	margin-bottom: 40px;
}
}
