:root { --pad-fluid: calc(1.5643vw - 0.025px); }

html, body {
	height: 100%;
	margin: 0;
	background-color: #EEEEEE;
}

.layout-content .container-xxl {
	min-height: 625px;
}

.shops-card-header,
.cafe-card-header {
	height: 100%;
	display: flex;
	align-items: center;
}

.h1-title h1 {
	font-family: "Roboto-Light", sans-serif;
	color: #009846;
}

.h2-title {
	margin-top: 45px;
	margin-bottom: 30px;
}

.h2-title h2 {
	font-family: "Roboto-SemiBold", sans-serif;
	color: #009846;
}

.home-container {
	max-width: 1200px;
}

@media (max-width: 575px) {
	.h1-title h1 {
		font-size: 38px;
	}

	.h2-title h2 {
		font-size: 36px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.h1-title h1 {
		font-size: 48px;
	}

	.h2-title h2 {
		font-size: 36px;
	}
}

@media (min-width: 992px) {
	.h1-title h1 {
		font-size: 55px;
	}

	.h2-title h2 {
		font-size: 40px;
	}
}

.justify-self-center {
	justify-self: center !important;
}

/* 404 и 500 */
.error-text-container {
	min-height: 100vh;
}

.col.position-relative {
	position: relative;
}

.error-text,
.error-small-text {
	line-height: 1;
	margin: 0;
}

.error-text {
	font-family: "Roboto-Black", sans-serif;
	font-size: clamp(120px, 40vw, 650px);
	color: #D9D9D9;
}

.error-small-text {
	font-family: "Roboto-SemiBold", sans-serif;
	font-size: clamp(32px, 6vw, 96px);
	color: #000;
}

.error-img {
	width: min(40vw, 658px);
	height: auto;
	display: block;
}

.overlay-img,
.overlay-text {
	position: absolute;
	z-index: 2;
}

.overlay-text {
	top: 90%;
	left: 3%;
}

.overlay-img {
	top: 19%;
	left: 13%;
}

@media (min-width: 500px) and (max-width: 768px) {
	.error-col {
		transform: scale(1.35);
	}
}

@media (min-width: 320px) and (max-width: 500px) {
	.error-col {
		transform: scale(1.35);
	}

	.error-404-wrapper {
		transform: translateY(-160px);
	}

	.overlay-text {
		transform: translate(5px, -50px);
	}

	.overlay-img {
		transform: scale(2.5) translate(-11px, -18px);
	}
}

/* Контакты */

.contacts-map,
.building-address,
.contacts-address {
	background-color: #F8F8F8;
	border-radius: 10px;
}

.contacts-map {
	padding: 16px 16px 10px 16px;
}

.contacts-map > div > iframe {
	border-radius: 10px;
}

.contacts-address {
	max-width: 400px;
	margin-bottom: 10px;
}

.contacts-phones {
	padding: 0 11px;
}

.contacts-phones p,
.building-address > span,
.contacts-address > span {
	font-family: "Roboto-SemiBold", sans-serif;
	font-size: 18px;
}

.contacts-phones a {
	font-family: "Roboto-Regular", sans-serif;
	font-size: 18px;
	line-height: 14px;
	text-decoration: none;
	color: #000;
}

@media (max-width: 575px) {
	.phones .col:nth-child(1),
	.phones .col:nth-child(2) {
		background-color: #F8F8F8;
		padding: 10px;
		margin-bottom: 12px;
	}

	.phones .col:nth-child(1) {
		border-radius: 10px 0 0 10px;
	}

	.phones .col:nth-child(2) {
		border-radius: 0 10px 10px 0;
	}

	.phones .col:nth-child(3),
	.phones .col:nth-child(4) {
		margin-bottom: 18px;
	}
}

@media (min-width: 576px) and (max-width: 768px) {
	.phones .col:nth-child(1),
	.phones .col:nth-child(2),
	.phones .col:nth-child(3) {
		background-color: #F8F8F8;
		padding: 10px;
	}

	.phones .col:nth-child(1) {
		border-radius: 10px 0 0 10px;
	}

	.phones .col:nth-child(3) {
		border-radius: 0 10px 10px 0;
	}
}

@media (max-width: 768px) {
	.contacts-address {
		margin-top: 10px;
	}
}

@media (min-width: 769px) {
	.contacts-info {
		padding-left: 10px;
	}

	.contacts-phones {
		background-color: #F8F8F8;
		border-radius: 10px;
	}
}

@media (max-width: 867px) {
	.contacts-phones > .phones p {
		font-family: "Roboto-SemiBold", sans-serif;
		font-size: 16px;
	}

	.contacts-phones .phones a {
		font-family: "Roboto-Regular", sans-serif;
		font-size: 15px;
	}
}

/* Футер */
.footer-inst a svg,
.contacts-inst a svg {
	transition: transform 0.25s linear;
}

.footer-inst a:hover svg,
.contacts-inst a:hover svg {
	transform: scale(1.15);
}

@media (min-width: 1220px) {
	.footer-inst {
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.footer-links > .row .col:last-child {
		font-size: 14px;
		line-height: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1160px) {
	.footer-links > .row .col:last-child {
		font-size: 12px;
		line-height: 10px;
		text-align: center;
	}
}

@media (min-width: 1161px) {
	.footer-links > .row .col:last-child {
		font-size: 14px;
		line-height: 30px;
	}
}

@media (max-width: 991px) {
	.footer-links .col {
		max-width: 160px;
	}

	.footer-links .row > .col:nth-child(5) {
		max-width: 70px;
	}

	.footer-links .row > .col:nth-child(6) {
		max-width: 251px;
	}
}

.footer-container {
	background: #FFF;
}

.footer-working-hours,
.footer-address p,
footer .footer-phone,
footer .footer-policy {
	font-family: "Roboto-Regular", sans-serif;
}

.footer-working-hours {
	font-size: 12px;
	line-height: 17px;
}

.footer-address p {
	color: #000;
	font-size: 12px;
	line-height: normal;
}

footer .footer-phone {
	color: #465984;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}

footer .footer-policy {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
}

.footer-address,
.footer-tel {
	height: 88px;
}

.footer-links .col {
	background: #EEEEEE;
	border-radius: 7px;
	justify-content: center;
	align-items: center;
	max-height: 30px;
	margin: 5px;
}

.footer-links a {
	color: #009846;
	font-family: "Roboto-Medium", sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	border: 1px solid #EEEEEE;
	transition: all 0.25s linear;
}

.footer-links a:hover {
	font-weight: 800;
	border-color: #009846;
}

.footer-links > .row .col:last-child {
	font-family: "Roboto-Regular", sans-serif;
	color: #465984;
}

.footer-links > .row .col:last-child:hover {
	border-color: #465984;
}


@media (max-width: 767px) {
	.footer-row,
	.footer-links .row {
		justify-content: center;
	}

	.footer-links .row .col {
		max-width: 177px;
	}

	.footer-links .row > .col:nth-child(5) {
		max-width: 102px;
	}

	.footer-row .col {
		flex: 0 0 auto;
		width: 100%;
	}

	.footer-links {
		order: 1;
	}

	.footer-logo {
		order: 2;
	}

	.footer-address {
		order: 3;
	}

	.footer-inst {
		order: 4;
	}
}

.footer-inner-container {
	max-width: 1200px;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (max-width: 374px) {
	.footer-links .row .col {
		max-width: 105px;
	}
}

@media (min-width: 768px) and (max-width: 920px) {
	.footer-links .row > .col:nth-child(5) {
		max-width: 160px;
	}

	.footer-links .row > .col:nth-child(6) {
		max-width: 240px;
	}
}

@media (max-width: 767px) {
	.footer-links .row {
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.footer-links .row {
		justify-content: start;
	}
}

@media (min-width: 769px) {
	.footer-links .col {
		max-width: 195px;
	}

	.footer-links .row > .col:nth-child(5) {
		max-width: 195px;
	}
}

@media (min-width: 992px) and (max-width: 1028px) {
	.footer-links {
		max-width: 620px;
	}
}

@media (min-width: 1161px) {
	.footer-links .col:last-child {
		max-width: 290px;
	}

	.footer-links .row > .col:nth-child(-n+3) {
		margin-bottom: 5px;
	}

	.footer-links .row > .col:nth-child(1),
	.footer-links .row > .col:nth-child(4) {
		margin-left: 0;
	}

	.footer-links .row > .col:nth-child(3),
	.footer-links .row > .col:nth-child(6) {
		margin-right: 0;
	}

	.footer-links .row > .col:nth-child(n+4):nth-child(-n+6) {
		margin-top: 5px;
		margin-bottom: 0;
	}
}

/*@media (max-width: 561px) {*/
/*	.site-footer-spacer {*/
/*		height: 260px;*/
/*	}*/
/*}*/

/*@media (min-width: 562px) and (max-width: 767px) {*/
/*	.site-footer-spacer {*/
/*		height: 220px;*/
/*	}*/
/*}*/

/*@media (min-width: 768px) and (max-width: 991px) {*/
/*	.site-footer-spacer {*/
/*		height: 172px;*/
/*	}*/
/*}*/

/*@media (min-width: 992px) {*/
/*	.site-footer-spacer {*/
/*		height: 140px;*/
/*	}*/
/*}*/

.site-footer-spacer {
	height: 103px;
}

/* Хэдер */
.site-header {
	height: 46px;
	z-index: 3;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 20px 0;
}

@media (max-width: 575px) {
	.site-header::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: -20px;
		bottom: -20px;
		background: #EEEEEE;
		z-index: -1;
	}
}

.site-header-spacer {
	height: 86px;
}

.header-logo {
	max-width: 97px;
	max-height: 40px;
	width: auto;
}

/* Навигация */
.navbar-nav {
	gap: 12px;
	display: flex;
	align-items: center;
	background-color: #D9D9D9;
	border-radius: 80px;
}

.navbar-nav .offcanvas-logo {
	padding: 0;
}

@media (max-width: 575px) {
	.navbar-nav {
		background-color: unset;
		border-radius: 0;
	}

	.nav-item {
		display: flex;
		background: #EEEEEE;
		border-radius: 80px;
		justify-content: center;
		align-items: center;
		padding: 8px 20px;
		width: 250px;
	}

	.navbar .nav-link {
		font-size: 18px;
	}

	.navbar-nav .offcanvas-logo {
		display: block;
	}

	.navbar .offcanvas-body .nav-link.active,
	.navbar .offcanvas-body .nav-link[aria-current="page"] {
		background-color: unset;
		color: #222222;
	}
}

.navbar .nav-link {
	color: #222222;
	font-family: "Roboto-Medium", sans-serif;
	font-size: 20px;
	padding: 8px 12px;
	border-radius: 80px;
	transition: all.25s linear;
}

.navbar .nav-link:hover {
	background-color: rgba(0, 0, 0, 0.04);
	color: #009846;
}

.navbar .nav-link.active,
.navbar .nav-link[aria-current="page"] {
	background-color: #1274B4;
	color: #fff;
	border-radius: 80px;
	padding: 8px 10px;
}

@media (min-width: 576px) and (max-width: 768px) {
	.navbar-expand-sm .offcanvas-body .navbar-nav .nav-link {
		padding-right: 2px;
		padding-left: 2px;
		font-size: 12px;
	}
}

@media (min-width: 768px) {
	.navbar-expand-sm .offcanvas-body .navbar-nav .nav-link {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.offcanvas-body ul {
	padding: 0 50px;
	max-width: 952px;
}

.offcanvas-body ul li {
	padding: 0 21px;
}

@media (min-width: 768px) and (max-width: 985px) {
	.navbar .nav-link {
		font-size: 18px;
	}

	.offcanvas-body ul {
		padding: 0 10px;
	}

	.offcanvas-body ul li {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.offcanvas-body ul {
		padding: 0 2px;
	}

	.offcanvas-body ul li {
		padding: 0;
	}
}

@media (max-width: 675px) {
	.navbar .nav-link {
		font-size: 16px;
	}

	.navbar .nav-link.active,
	.navbar .nav-link[aria-current="page"] {
		padding: 12px 10px;
	}
}

@media (max-width: 576px) {
	.navbar .nav-link {
		padding: 10px 14px;
		font-size: 16px;
	}

	.offcanvas-body {
		margin-top: 8px;
	}
}

@media (min-width: 576px) {
	.offcanvas-body {
		justify-content: center;
	}

	.navbar-brand {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header-right {
		position: absolute;
		right: 16px;
		display: flex;
		align-items: center;
		gap: 8px;
	}
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.site-header .navbar-toggler .navbar-toggler-icon {
	width: 1em;
	height: 1.5em;
}

.site-header .navbar-toggler {
	background-color: #ffffff;
	padding: 4px 9px;
}

.navbar,
.navbar-brand {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.header-right .btn {
	font-size: 14px;
	padding: 6px 10px;
	border-radius: 6px;
}

.main-logo {
	display: none;
}

@media (max-width: 575px) {
	.navbar .main-logo {
		display: block;
		order: 1;
	}

	.navbar .navbar-hours {
		order: 2;
		display: block;
	}

	.navigation-button {
		order: 3;
	}
}

.navbar-hours {
	font-family: "Roboto-Regular", sans-serif;
	font-size: 14px;
	display: none;
	margin-bottom: 0;
}

/* События и Кафе */
.cafe-card-title,
.event-card-title,
.shops-card-title,
.services-card-title {
	font-family: "Roboto-Bold", sans-serif;
	color: #1274B4;
}

.shops-card-title,
.services-card-title {
	font-size: 20px;
}

.cafe-button,
.event-button {
	font-family: "Roboto-SemiBold", sans-serif;
	font-size: 14px;
	color: #ffffff;
	min-height: 28px;
	max-height: 42px;
	min-width: 112px;
	max-width: 175px;
	background-color: #009846;
	border-color: #009846;
	border-radius: 10px;
	transition: all 0.25s linear;
}

@media (max-width: 575px) {
	.cafe-button,
	.event-button {
		height: 28px;
		width: 120px;
	}

	.cafe-card-title,
	.event-card-title {
		font-size: 16px;
		line-height: 16px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.cafe-button,
	.event-button {
		height: 36px;
		width: 112px;
	}

	.cafe-card-title,
	.event-card-title {
		font-size: 18px;
		line-height: 19px;
	}
}

@media (min-width: 992px) {
	.cafe-button,
	.event-button {
		height: 42px;
		width: 175px;
	}

	.cafe-card-title,
	.event-card-title {
		font-size: 20px;
	}
}

.cafe-button:hover,
.event-button:hover {
	border-color: #009846;
	color: #009846;
}

.event-date {
	font-family: "Roboto_Condensed-LightItalic", sans-serif;
	font-size: 12px;
	color: #545454;
}

.cafe-tags,
.shops-tags,
.services-tags {
	font-family: "Roboto-Light", sans-serif;
	font-size: 15px;
	color: #545454;
}

@media (max-width: 768px) {
	.cafe-tags {
		font-size: 13px;
	}
}

.cafe-card,
.shop-card,
.shops-card,
.event-card,
.building-card,
.services-card,
.main-event-card {
	border: 0;
	border-radius: 15px;
}

.shops-card-body,
.services-card-body {
	max-height: fit-content;
}

.cafe-card-body,
.event-card-body {
	padding: 7.5px 15px 5px 15px;
}

#carouselIndicatorsCafe .carousel-inner {
	max-width: 760px;
}

.carousel-item,
.cafe-card-header img,
.shop-card-header img,
.shops-card-header img,
.event-card-header img,
.building-card-header img,
.services-card-header img {
	text-align: center;
	border-radius: 10px;
}

/*.cafe-card-header,*/
.shop-card-header {
	max-width: 780px;
}

.cafe-slider .carousel-inner,
.shop-slider .carousel-inner,
.building-slider .carousel-inner {
	border-radius: 10px;
}

.cafe-card-header,
.cafe-card-footer,
.shop-card-header,
.shop-card-footer,
.shops-card-header,
.shops-card-footer,
.event-card-header,
.event-card-footer,
.building-card-header,
.building-card-footer,
.services-card-header,
.services-card-footer {
	border: 0;
	background-color: #ffffff;
}

.cafe-card-header:first-child,
.cafe-card-footer:last-child,
.shop-card-header:first-child,
.shop-card-footer:last-child,
.shops-card-header:first-child,
.shops-card-footer:last-child,
.event-card-header:first-child,
.event-card-footer:last-child,
.building-card-header:first-child,
.building-card-footer:last-child,
.services-card-header:first-child,
.services-card-footer:last-child {
	border-radius: 15px;
}

.cafe-card-header,
.shop-card-header,
.event-card-header,
.building-card-header {
	padding: 15px 15px 7.5px 15px;
	border-bottom: unset;
}

.cafe-card-footer,
.event-card-footer {
	padding: 5px 15px 15px 15px;
	border-top: unset;
}

/* Карточки событий, кафе и магазинов */
.cafe-inner-container,
.shop-inner-container,
.event-inner-container {
	max-width: 1200px;
}

.cafe-back-button,
.shop-back-button,
.event-back-button {
	font-family: "Roboto-Light", sans-serif;
	font-size: 20px;
	min-height: 40px;
	max-height: 40px;
	min-width: 197px;
	max-width: 253px;
	background-color: #9BD3B5;
	border-color: #9BD3B5;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 45px;
}

.cafe-back-button a,
.shop-back-button a,
.event-back-button a {
	width: 100%;
	height: 100%;
}

.cafe-back-button:hover,
.shop-back-button:hover,
.event-back-button:hover {
	font-family: "Roboto-Medium", sans-serif;
}

.cafe-desc,
.shop-desc,
.event-desc {
	max-width: 1000px;
}

.cafe-title,
.shop-title,
.event-title {
	font-family: "Roboto-Bold", sans-serif;
	color: #1274B4;
	text-transform: capitalize;
}

.cafe-text,
.shop-text,
.event-text {
	font-family: "Roboto-Light", sans-serif;
	font-size: 15px;
}

@media (max-width: 575px) {
	.cafe-back-button,
	.shop-back-button,
	.event-back-button {
		width: 197px;
		margin-bottom: 20px;
	}

	.cafe-title,
	.shop-title,
	.event-title {
		margin-top: 30px;
		font-size: 24px;
	}

	.cafe-text,
	.shop-text,
	.event-text {
		font-size: 14px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.cafe-back-button,
	.shop-back-button,
	.event-back-button {
		width: 236px;
		margin-bottom: 40px;
	}

	.cafe-desc,
	.shop-desc,
	.event-desc {
		padding-left: 60px;
		padding-right: 60px;
	}

	.cafe-title,
	.shop-title,
	.event-title {
		margin-top: 40px;
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	.cafe-back-button,
	.shop-back-button,
	.event-back-button {
		width: 253px;
		margin-bottom: 45px;
	}

	.cafe-title,
	.shop-title,
	.event-title {
		margin-top: 50px;
		font-size: 28px;
	}
}

.cafe-info-container,
.shop-info-container {
	font-variant: small-caps;
}

.cafe-info-container .shop-card,
.shop-info-container .cafe-card {
	max-width: 790px;
}

.cafe-info-container .carousel-item,
.shop-info-container .carousel-item {
	max-width: 760px;
}

.cafe-contacts,
.shop-contacts,
.cafe-main-info,
.shop-main-info,
.cafe-working-hours,
.shop-working-hours {
	width: 100%;
	padding: 15px;
	border-radius: 15px;
	background-color: #ffffff;
}

.cafe-main-info,
.shop-main-info,
.cafe-working-hours,
.shop-working-hours {
	max-width: 400px;
}

@media (min-width: 769px) {
	.cafe-contacts,
	.shop-contacts {
		max-width: 400px;
	}
}

@media (min-width: 768px) {
	.hid_768 {
		display: none;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.hid_576-768 {
		display: none;
	}
}

/*.cafe-main-info,*/
/*.shop-main-info {*/
/*	max-height: 200px;*/
/*}*/

.cafe-main-info img,
.shop-main-info img {
	margin-bottom: 10px;
}

.cafe-card-header,
.shop-card-header,
.building-card-header {
	padding: 15px;
}

.cafe-floor,
.shop-floor,
.cafe-building,
.shop-building {
	color: #ffffff;
	background-color: #009846;
	border-radius: 5px;
}

.shops-floor,
.services-floor {
	font-family: "Roboto-SemiBold", sans-serif;
}

.shops-working-hours,
.services-working-hours {
	font-family: "Roboto-Medium", sans-serif;
}

.shops-floor,
.services-floor,
.shops-working-hours,
.services-working-hours {
	font-variant: small-caps;
	color: #000000;
	background-color: #F8F8F8;
	padding: 5px 8px 5px 8px;
}

@media (min-width: 577px) {
	.cafe-floor,
	.shop-floor,
	.cafe-building,
	.shop-building {
		font-family: "Roboto-SemiBold", sans-serif;
		min-width: 111px;
		min-height: 26px;
		height: 30px;
	}
}

@media (max-width: 768px) {
	.cafe-floor,
	.shop-floor,
	.cafe-building,
	.shop-building {
		font-size: 18px;
	}

	.shops-floor,
	.services-floor,
	.shops-working-hours,
	.services-working-hours {
		font-size: 12px;
		border-radius: 15px;
	}

	.shops-working-hours,
	.services-working-hours {
		margin-bottom: 10px;
	}

	.shops-card-header,
	.services-card-header {
		padding: 10px 10px 5px 10px;
		border-bottom: unset;
	}

	.shops-card-body,
	.services-card-body {
		padding: 5px 10px 5px 10px;
	}

	.main-event-card-body {
		padding: 10px;
	}

	.shops-card-footer,
	.services-card-footer {
		padding: 5px 10px 10px 10px;
		border-top: unset;
	}

	.cafe-info,
	.shop-info {
		padding-top: 10px;
	}

	.cafe-contacts-container,
	.shop-contacts-container {
		padding-left: 10px;
	}

	.cafe-working-hours,
	.shop-working-hours {
		margin-top: 10px;
	}

	.cafe-logo-hours,
	.shop-logo-hours {
		max-width: 298px;
	}

	.cafe-working-hours p:last-child,
	.shop-working-hours p:last-child {
		font-family: "Roboto-Medium", sans-serif;
		font-size: 24px;
		margin: 0 0 5px 0;
	}
}

@media (min-width: 769px) {
	.cafe-info,
	.shop-info {
		padding-left: 10px;
		justify-content: space-between;
	}

	.cafe-building,
	.shop-building {
		font-size: 20px;
	}

	.cafe-floor,
	.shop-floor {
		font-size: 24px;
	}

	.cafe-working-hours,
	.shop-working-hours {
		margin: 10px 0;
	}

	.cafe-working-hours p:last-child,
	.shop-working-hours p:last-child {
		font-family: "Roboto-Medium", sans-serif;
		font-size: 32px;
		margin: 0 0 5px 0;
	}

	.shops-floor,
	.services-floor,
	.shops-working-hours,
	.services-working-hours {
		font-size: 14px;
		border-radius: 15px;
	}

	.shops-card-header,
	.services-card-header {
		padding: 15px 15px 7.5px 15px;
		border-bottom: unset;
	}

	.shops-card-body,
	.services-card-body {
		padding: 7.5px 15px 7.5px 15px;
	}

	.shops-card-footer,
	.services-card-footer {
		padding: 7.5px 15px 15px 15px;
		border-top: unset;
	}
}

.cafe-contacts p,
.shop-contacts p,
.cafe-working-hours p:first-child,
.shop-working-hours p:first-child {
	font-family: "Roboto-Light", sans-serif;
	font-size: 14px;
	margin: 5px 0;
}

.contacts-number-1,
.contacts-number-2 {
	font-family: "Roboto-SemiBold", sans-serif;
	font-size: 24px;
	text-decoration: none;
	color: #000000;
}

.contacts-number-1 { margin-bottom: 5px; }
.contacts-number-2 { margin-bottom: 15px; }

.social-media-links a {
	font-family: "Roboto-Regular", sans-serif;
	font-size: 13px;
	color: #000000;
}

.cafe-info .col,
.shop-info .col {
	display: flex;
	align-items: center;
}

@media (max-width: 618px) {
	.social-media-links a p { display: none; }

	.cafe-contacts p,
	.shop-contacts p,
	.cafe-working-hours p:first-child,
	.shop-working-hours p:first-child {
		font-family: "Roboto-Light", sans-serif;
		font-size: 14px;
	}

	.cafe-working-hours p:last-child,
	.shop-working-hours p:last-child {
		font-family: "Roboto-Medium", sans-serif;
		font-size: 18px;
		margin: 0 0 5px 0;
	}

	.cafe-floor,
	.shop-floor,
	.cafe-building,
	.shop-building {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.contacts-number-1,
	.contacts-number-2 {
		font-family: "Roboto-SemiBold", sans-serif;
		font-size: 16px;
	}

	.cafe-floor,
	.shop-floor,
	.cafe-building,
	.shop-building {
		font-family: "Roboto-SemiBold", sans-serif;
		padding: 2px 5px;
	}

	.social-media-links svg {
		height: 30px;
	}
}

@media (min-width: 577px) {
	.social-media-links svg {
		height: 40px;
	}
}

.shop-link {
	text-decoration: none;
}

.shop-link .shops-card {
	text-decoration: none;
	transition: transform 0.25s ease-in;
}

.shop-link:hover .shops-card {
	transform: scale(1.05);
}

.shops-categories {
	gap: 10px;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.shops-button {
	width: 100%;
	flex-grow: 1;
	flex-shrink: 1;
	background-color: #9BD3B5;
	border-color: #9BD3B5;
	border-radius: 10px;
}

.shops-button a {
	font-family: "Roboto-Light", sans-serif;
	font-variant: all-small-caps;
	transition: all 0.25s linear;
}

.shops-button:hover a,
.shops-button.is-active a {
	font-family: "Roboto-Medium", sans-serif;
}

.shops-button .btn {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
}

@media (max-width: 576px) {
	.shops-categories {
		margin-bottom: 30px;
	}

	.shops-button {
		max-height: 30px;
	}

	.shops-button a {
		font-size: 14px;
	}

	.btn-all {
		max-width: 70px;
	}

	.btn-wear {
		max-width: 210px;
	}

	.btn-beauty {
		max-width: 200px;
	}

	.btn-kids {
		max-width: 140px;
	}

	.btn-electronics {
		max-width: 150px;
	}

	.btn-other {
		max-width: 100px;
	}
}

@media (min-width: 577px) and (max-width: 768px) {
	.shops-categories {
		margin-bottom: 35px;
	}

	.shops-button {
		max-height: 40px;
	}

	.shops-button a {
		font-size: 18px;
	}

	.btn-all,
	.btn-other {
		max-width: 120px;
	}

	.btn-wear,
	.btn-beauty {
		max-width: 300px;
	}

	.btn-kids,
	.btn-electronics {
		max-width: 180px;
	}
}

@media (min-width: 769px) {
	.shops-categories {
		margin-bottom: 40px;
	}

	.shops-button {
		max-height: 40px;
	}

	.shops-button a {
		font-size: 18px;
	}

	.btn-all,
	.btn-other {
		max-width: 120px;
	}

	.btn-wear,
	.btn-beauty {
		max-width: 300px;
	}

	.btn-kids,
	.btn-electronics {
		max-width: 203px;
	}
}

.building-links img,
.building-links .col,
.building-links .card {
	border-radius: 10px;
}

.building-card-title {
	font-family: "Roboto-SemiBold", sans-serif;
	color: #ffffff;
}

.building-address {
	max-width: 400px;
}

@media (max-width: 576px) {
	.building-slider,
	.building-address {
		margin-bottom: 30px;
	}

	.building-desc {
		margin-top: 30px;
	}

	.building-address {
		min-width: 150px;
		max-height: 30px;
	}

	.building-card-title {
		font-size: 14px;
	}

	.card .card-img-overlay {
		padding: 5px;
	}
}

@media (min-width: 577px) and (max-width: 991px) {
	.building-slider,
	.building-address {
		margin-bottom: 35px;
	}

	.building-desc {
		margin-top: 35px;
	}

	.building-address {
		min-width: 300px;
		max-height: 35px;
	}

	.building-card-title {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	.building-slider {
		margin-bottom: 40px;
	}

	.building-desc {
		margin-top: 40px;
	}

	.building-address {
		min-width: 400px;
		max-height: 40px;
	}

	.building-card-title {
		font-size: 37px;
	}
}

@media (min-width: 768px) and (max-width: 905px) {
	#carouselIndicators {
		margin-bottom: 95px;
	}
}

.main-slider .carousel-inner {
	border-radius: 20px;
}

.main-slider .carousel-inner {
	max-width: 912px;
}

.main-events .h2-title h2 {
	font-family: "Roboto-Light", sans-serif;
	font-size: 55px;
}

.main-events .row {
	--bs-gutter-x: 12px;
	--bs-gutter-y: 12px;
}

@media (max-width: 575px) {
	.main-event-container {
		min-height: 250px;
	}
}

@media (min-width: 576px) {
	.main-event-container {
		min-height: 400px;
	}
}

.main-event-container svg {
	transform-origin: right center;
	transition: transform .25s linear;
}

.main-event-container:hover svg {
	transform: scaleX(1.2);
}

.main-event-card .card-img,
.main-event-card .card-img-overlay {
	border-radius: 15px;
}

.main-event-card .card-title {
	font-family: "Roboto-Medium", sans-serif;
	color: #ffffff;
	z-index: 2;
}

@media (max-width: 576px) {
	.main-event-card .card-title {
		font-family: "Roboto-Medium", sans-serif;
		font-size: 16px;
		color: #ffffff;
		z-index: 2;
		margin-bottom: 45px !important;
		padding-left: 10px !important;
	}

	.main-event-card .card-text {
		display: none;
	}
}

@media (min-width: 768px) {
	.main-event-card .card-title {
		font-size: 22px;
	}
}

.main-menu {
	height: clamp(573px, calc(3.645833vw + 545px), 615px);
}

.main-menu-buildings {
	background-color: #eeeeee;
	border-radius: 15px;
	bottom: 9px;
	left: 0;
	z-index: 3;
}

.main-menu-buildings {
	padding-top: clamp(12px, var(--pad-fluid), 20px);
	padding-right: clamp(12px, var(--pad-fluid), 20px);
	padding-bottom: clamp(12px, var(--pad-fluid), 20px);
	padding-left: 0;
}

.main-menu-buildings div {
	background-color: #ffffff;
	border-radius: 15px;
	width: clamp(200px, calc(3.472222vw + 173.333333px), 240px);
	height: clamp(92px, calc(2.430556vw + 73.333333px), 120px);
	z-index: 3;
}

.main-menu-buildings div:first-child {
	margin-right: 20px;
}

.main-event-card .card-text {
	font-family: "Roboto-Light", sans-serif;
	font-size: 15px;
	color: #ffffff;
	z-index: 2;
}

.blue-gradient-overlay {
	background: linear-gradient(to top,
	rgba(18, 116, 180, 1) 0%,
	rgba(18, 116, 180, 1) 55%,
	rgba(18, 116, 180, 0) 100%);
	z-index: 1;
	pointer-events: none;
	border-radius: 15px;
}

.main-event-card-body {
	padding: 22px;
	max-height: fit-content;
}

.main-event-card-arrow {
	width: 56px;
	height: 56px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.main-event-card-arrow svg {
	background-color: #EEEEEE;
	padding: 6px 0 0 6px;
	border-radius: 10px 0 0 0;
}

.main-shops {
	margin-top: 40px;
	border-radius: 20px;
}

.main-shops a {
	text-decoration: none;
	transition: all 0.25s linear;
}

.main-shops a:hover {
	font-family: "Roboto-ExtraBold", sans-serif;
	font-size: 36px;
}

.main-kids-card,
.main-clothes-card,
.main-beauty-card,
.main-electronics-card,
.main-allshops-card {
	font-family: "Roboto-SemiBold", sans-serif;
	font-variant: all-small-caps;
	font-size: 32px;
	color: #ffffff;
	padding: 15px 15px 20px 15px;
	line-height: 35px;
}

.main-shops,
.main-shops-card {
	background-color: #9BD3B5;
}

@media (min-width: 375px) and (max-width: 768px) {
	.main-clothes-card {
		width: clamp(327px, calc(6.870229vw + 301.213741px), 354px);
		min-height: 150px;
		max-height: 250px;
	}

	.main-beauty-card {
		width: clamp(157.5px, calc(3.435115vw + 144.607634px), 171px);
		max-height: 512px;
	}

	.main-shops-card,
	.main-kids-card,
	.main-electronics-card,
	.main-allshops-card {
		width: clamp(157.5px, calc(3.435115vw + 144.607634px), 171px);
		min-height: 150px;
	}

	.right-cards-group {
		padding: 12px 12px 12px 6px;
	}

	.left-cards-group {
		padding: 12px 6px 12px 12px;
	}
}

.main-event-card {
	background-size: contain;
	overflow: hidden;
}

@media (min-width: 769px) {
	.main-clothes-card {
		width: clamp(354px, calc(17.198956vw + 221.780045px), 552px);
		max-height: 250px;
		height: 250px;
	}

	.main-beauty-card {
		width: clamp(171px, calc(8.599478vw + 104.890022px), 270px);
		max-height: 512px;
		height: 512px;
	}

	.main-shops-card,
	.main-kids-card,
	.main-electronics-card,
	.main-allshops-card {
		width: clamp(171px, calc(8.599478vw + 104.890022px), 270px);
		height: 250px;
		max-height: 250px;
	}

	.left-cards-group {
		padding-top: 30px;
		padding-right: 6px;
		padding-bottom: 30px;
		padding-left: 30px;
	}

	.right-cards-group {
		padding-top: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
		padding-left: 6px;
	}
}

/*.main-clothes-card {*/
/*	!*max-width: 612px;*!*/
/*	width: clamp(327px, calc(14.563107vw + 272.388349px), 552px);*/
/*	max-height: 250px;*/
/*}*/

/*.main-beauty-card {*/
/*	width: clamp(157.5px, calc(7.281553vw + 130.194175px), 270px);*/
/*	!*max-width: 300px;*!*/
/*	max-height: 512px;*/
/*}*/

/*.main-shops-card,*/
/*.main-kids-card,*/
/*.main-electronics-card,*/
/*.main-allshops-card {*/
/*	width: clamp(157.5px, calc(7.281553vw + 130.194175px), 270px);*/
/*	!*min-width: 170px;*!*/
/*	!*max-width: 300px;*!*/
/*	min-height: 120px;*/
/*	max-height: 250px;*/
/*}*/

@media (max-width: 576px) {


	/*.main-clothes-card {*/
	/*	width: 342px;*/
	/*	height: 136px;*/
	/*}*/

	/*.main-beauty-card {*/
	/*	width: 166px;*/
	/*	height: 232px;*/
	/*}*/

	/*.main-shops-card,*/
	/*.main-kids-card,*/
	/*.main-electronics-card,*/
	/*.main-allshops-card {*/
	/*	width: 166px;*/
	/*	height: 136px;*/
	/*}*/

	.main-kids-card,
	.main-clothes-card,
	.main-beauty-card,
	.main-electronics-card,
	.main-allshops-card {
		font-family: "Roboto-SemiBold", sans-serif;
		font-variant: all-small-caps;
		font-size: 20px;
		color: #ffffff;
		padding: 10px 10px 15px 10px;
		line-height: 25px;
	}
}

.main-kids-card {
	background: url("https://tsum-brest.by/themes/tsum-brest/assets/images/main-kids-card.png") no-repeat;
	background-size: cover;
	border-radius: 15px;
	margin-left: 12px;
}

.main-clothes-card {
	background: url("https://tsum-brest.by/themes/tsum-brest/assets/images/main-clothes-card.png") no-repeat;
	background-size: cover;
	margin-top: 12px;
	border-radius: 15px;
}

.main-beauty-card {
	background: url("https://tsum-brest.by/themes/tsum-brest/assets/images/main-beauty-card.png") no-repeat;
	background-size: cover;
	margin-right: 12px;
	border-radius: 15px;
}

.main-electronics-card {
	background: url("https://tsum-brest.by/themes/tsum-brest/assets/images/main-electronics-card.png") no-repeat;
	background-size: cover;
	border-radius: 15px;
}

.main-allshops-card {
	background: url("https://tsum-brest.by/themes/tsum-brest/assets/images/main-allshops-card.png") no-repeat;
	background-size: cover;
	margin-top: 12px;
	border-radius: 15px;
}

/*.left-cards-group {*/
/*	padding-top: clamp(12px, calc(1.5625vw), 30px);*/
/*	padding-right: 6px;*/
/*	padding-bottom: clamp(12px, calc(1.5625vw), 30px);*/
/*	padding-left: clamp(12px, calc(1.5625vw), 30px);*/
/*}*/

/*.right-cards-group {*/
/*	padding-top: clamp(12px, calc(1.5625vw), 30px);*/
/*	padding-right: clamp(12px, calc(1.5625vw), 30px);*/
/*	padding-bottom: clamp(12px, calc(1.5625vw), 30px);*/
/*	padding-left: 6px;*/
/*}*/

/*.left-cards-group {*/
/*	padding: 30px 6px 30px 30px;*/
/*}*/

/*.right-cards-group {*/
/*	padding: 30px 30px 30px 6px;*/
/*}*/

@media (max-width: 767px) {
	.main-shops {
		flex-direction: column;
	}
}

@media (min-width: 768px) {
	.main-shops {
		flex-direction: row;
	}
}

@media (max-width: 768px) {
	.main-shops-card span:first-child {
		font-family: "Roboto-Black", sans-serif;
		font-size: 70px;
		color: #ffffff;
		line-height: 0;
	}

	.main-shops-card span:last-child {
		font-family: "Roboto-Light", sans-serif;
		font-size: 27px;
		color: #ffffff;
	}

	.svg-hidden {
		display: none;
	}
}

@media (min-width: 769px) {
	.main-shops-card span:first-child {
		font-family: "Roboto-Black", sans-serif;
		font-size: 110px;
		color: #ffffff;
		line-height: 0;
	}

	.main-shops-card span:last-child {
		font-family: "Roboto-Light", sans-serif;
		font-size: 35px;
		color: #ffffff;
		line-height: 0;
	}
}


.main-menu-links {
	background-color: #ffffff;
	border-radius: 15px;
	padding: 20px;
	margin-top: 15px;
}

.main-menu-links a {
	font-family: "Roboto-Medium", sans-serif;
	font-size: 26px;
	color: #0E0E0E;
	text-decoration: none;
	margin-top: 6px;
	margin-bottom: 6px;
	transition: all 0.2s linear;
}

.main-menu-links a:hover {
	font-family: "Roboto-ExtraBold", sans-serif;
	color: #009846;
}

.buildings-link {
	text-decoration: none;
	transition: all .3s linear;
}

.buildings-link:hover .link-building {
	font-family: "Roboto-Black", sans-serif;
}

.buildings-link:hover {
	transform: scale(1.05);
}

.main-menu-buildings div span:first-child {
	font-family: "Roboto-ExtraBold", sans-serif;
	font-size: clamp(28px, calc(0.347222vw + 25.333333px), 32px);
	color: #009846;
}

.main-menu-buildings div span:last-child {
	font-family: "Roboto-Regular", sans-serif;
	font-size: clamp(16px, calc(0.173611vw + 14.666667px), 18px);
	color: #000000;
}

.main-logo-img {
	max-width: 192px;
	max-height: 76px;
	width: clamp(149px, calc(3.732639vw + 120.360px), 192px);
	height: clamp(60px, calc(1.388889vw + 49.333333px), 76px);
	margin-bottom: 20px;
}

.main-menu-hours {
	font-family: "Roboto-Regular", sans-serif;
	font-size: 14px;
}

.main-inst a {
	position: relative;
	text-decoration: none;
}

.main-inst a span {
	position: absolute;
}

.main-inst a .inst-text {
	font-family: "Roboto-SemiBold", sans-serif;
	font-size: clamp(14px, 4vw, 52px);
	color: #465984;
	position: absolute;
	top: 0;
	left: 3vw;
	transition: all 0.25s linear;
}

.main-inst a:hover .inst-text {
	font-family: "Roboto-ExtraBold", sans-serif;
	color: #1274B4;
}

@media (min-width: 992px) {
	/*.main-clothes-card {*/
	/*	width: 612px;*/
	/*	height: 250px;*/
	/*}*/

	/*.main-beauty-card {*/
	/*	width: 300px;*/
	/*	height: 512px;*/
	/*}*/

	/*.main-shops-card,*/
	/*.main-kids-card,*/
	/*.main-electronics-card,*/
	/*.main-allshops-card {*/
	/*	width: 300px;*/
	/*	height: 250px;*/
	/*}*/
}

@media (max-width: 767px) {
	.menu-container {
		flex-direction: column;
		margin-top: 0;
	}

	.main-menu {
		display: none;
	}
}

@media (min-width: 768px) {
	.menu-container {
		flex-direction: row;
		margin-top: 20px;
	}

	.main-slider {
		margin-left: 15px;
	}

	.main-menu {
		display: flex;
	}
}