h1 {
	text-align: center;
	font-size: 48px;
	color: #fff;
}
h2 {
	font-size: 36px;
	color: #000;
	padding-bottom: 40px;
	text-align: center;
}
body {
	font-family: 'TildaSans', Arial, sans-serif;
	position: relative;
	margin: 0;
	padding: 0;
}
header {
	display: flex;
	width: 100%;
	place-self: center;
	max-width: 100%;
	z-index: 2000;
	padding: 20px;
	position: fixed;
	top: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
	transition: all 0.3s ease;
	align-items: center;
	justify-content: space-between;
}
header.fixed {
	background: rgba(0, 0, 0, .95);
	padding-top: 0;
	padding-bottom: 0;
}
a.logo {
	height: max-content;
	display: block;
}
.logo img{
	height:80px;
	margin:10px 0;
	filter: drop-shadow(0px 0px 0px black);
	padding-left:20px;
}
ul.menu__list {
	display: flex;
	gap: 50px;
	font-size: 1.2rem;
	list-style: none;
	margin:0!important;
}
a {
	text-decoration: none;
}
a.link-item {
	color: #fff;
	font-weight: 300;
	white-space: nowrap;
}
.contacts {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 30px;
	padding-right: 20px;
}
.banner {
	align-content: center;
	width: 100%;
	position: relative;
	height: 100vh;
	background: url(../img/karusel-2-e1691658288571.jpg) no-repeat;
	background-size: cover;
	min-height: 600px;
	padding: 0 15px;
}
.banner > .descr {
	text-align: center;
	font-size: 22px;
	color: #fff;
	font-weight: 100;
}
.banner > .btn {
	text-align: center;
	font-size: 24px;
	place-self: center;
	color: #fff;
	font-weight: 100;
	display: block;
	margin: 80px 0 0 0;
	padding: 20px 60px;
	border: 1px solid #57493e;
	width: fit-content;
	cursor: pointer;
	text-transform: uppercase;
}
.socials > a {
	display: inline-block;
	height: 28px;
	width: 28px;
	margin-right: 5px;
}
#catalog {
	padding: 60px 15px;
	max-width: 1860px;
	position: relative;
	margin: 0 auto;
}
section.about {
	padding: 30px 15px;
	margin: 0 auto;
	max-width: 1800px;
	position: relative;
	font-size: 20px;
	line-height: 1.55;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
section.form {
	margin: 0 auto;
	padding: 60px 15px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1800px;
}
#mapexMap {
	flex: 0 0 50%;
	padding: 15px;
	height: 460px !important;
}
.about-img img, .form-img img{
	height: 80vh;
	border-radius:15px;
}
.catalog-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}
.catalog-item {
	width: calc(16.75% - 10px);
	border: 1px solid #ededed;
	border-radius: 5px;
	padding: 10px;
	transition: all .25s ease;
	display: flex;
	flex-direction: column;
}
.catalog-item:hover {
	box-shadow: 0 0 10px 0px rgba(0,0,0,.1);
}
.catalog-item .catalog-image {
	flex: 0 0 250px;
	overflow: hidden;
}
.catalog-item img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.catalog-item .item-name {
	padding-right: 5px;
}
.item-title {
	font-size: 16px;
	line-height: 1.35;
	font-weight: 600;
}
.item-price {
	font-size: 18px;
	font-weight: 400;
	padding:10px 0;
}
.item-block {
	flex: 1;
	display: flex;
	margin-top: 20px;
	align-items: start;
	justify-content: space-between;
}
.item-buy {
	border: 1px solid #000;
	padding: 8px 15px;
	text-transform: uppercase;
	color: #000;
	background: #fff;
}
.form-grid {
	width: 100%;
	display: block;
	flex: 0 0 50%;
	padding: 15px;
}
.form-img {
	display: block;
	width: auto;
}
.form-img img {
	object-fit: cover;
	width: 100%;
}
.btn-primary {
	color: #000;
	background-color: transparent;
	border-color: #000;
	padding: 12px 16px 10px;
	text-transform: uppercase;
}
.btn-primary:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.form-control:focus {
	color: #000;
	background-color: #fff;
	border-color: #000;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgb(173 173 173 / 25%);
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #000;
	border-color: #000;
	box-shadow: 0 0 0 .25rem rgb(173 173 173 / 25%);
}
footer {
	background-color:#000;
	padding: 80px 5vh 80px 5vh;
}
.footer-menu > ul {
	padding:0!important;
	margin:0!important;
}
.footer-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-grid > div {
	padding: 10px;
	flex: 1;
}
.footer-menu {
	text-align: center;
}
.footer-menu ul {
	justify-content: center;
}
.footer-grid .contacts {
	flex: 0 0 300px;
}
.footer-socials {
	padding: 20px 0;
}
.footer-socials > a {
	margin-right: 10px;
}
.footer-socials > span {
	color: #fff;
	font-weight:100;
}
.footer-descr {
	color:#fff;
}
footer > hr {
	margin: 30px 0;
}
.footer-bottom {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	justify-content: center;
	text-align: center;
}
.footer-bottom > div {
	padding: 10px 25px;
}
.time > div {
	line-height: 2rem;
}
.time > div > i, .time > div > a > i {
	padding-right: 5px;
}
p {
	margin-bottom: 0.5rem;
	font-size: 18px;
}
.tizers {
	padding-top: 40px;
	gap: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.tizer-item {
	display: flex;
	align-items: center;
	gap: 20px;
	max-width: 500px;
}
.tizer-item-name {
	font-size: 24px;
	font-weight: 600;
}
.tizer-item-descr {
	font-size:16px;
	font-weight: 100;
}
.tizer-item-icon i{
	font-size: 60px;
}
.about-text {
	flex: 1;
}
.about-img {
	flex: 0 0 250px;
}
.phone > a {
	font-size: 22px;
	color: #fff;
	line-height: normal;
}
.footer-bottom > div > a, a.footer-link_item, .time > div > a {
	color:#cdcdcd;
}
.footer-bottom > div > a:hover, a.link-item:hover, .time > div > a:hover {
	color:#fff;
}
small {
	font-size:14px;
	line-height:normal;
}

.rotating-icon {
	animation: spin 2s infinite linear;
	display: inline-block;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

#item-buy {
	z-index: 10000;
}
#item-buy .modal-body {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
#item-buy .modal-body .item-buy-image {
	flex: 0 0 220px;
}
#item-buy .modal-body .item-buy-image img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}
#item-buy .modal-body .item-buy-form {
	flex: 1;
}

@media (max-width: 1260px) {
	ul.menu__list {
		gap: 20px;
	}
	.catalog-item {
		width: calc(25% - 10px);
	}
}

@media (max-width: 960px) {
	header {
		padding: 10px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.logo img {
		height: 60px;
		padding-left: 10px;
	}
	header a.logo {
		order: 1;
	}
	header .menu {
		order: 3;
		padding: 0 0 20px;
		flex: 0 0 100%;
	}
	ul.menu__list {
		font-size: 1rem;
		padding: 0;
		display: flex;
		justify-content: center;
	}
	header .contacts {
		order: 2;
		margin-left: auto;
		gap: 25px;
		padding-right: 0;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 30px;
		padding-bottom: 15px;
	}
	.banner > .descr {
		font-size: 20px;
	}
	.banner > .btn {
		font-size: 20px;
		margin: 20px auto 0;
		padding: 12px 36px;
	}
	#catalog {
		padding: 60px 10px;
	}
	.catalog-grid {
		gap: 5px;
	}
	.catalog-item {
		width: calc(50% - 5px);
		padding: 8px;
	}
	section.about {
		align-items: flex-start;
	}
	.tizers {
		display: block;
	}
	.tizer-item {
		margin-bottom: 10px;
	}
	.tizer-item-icon i {
		font-size: 42px;
	}
	.footer-grid {
		display: block;
	}
	.footer-grid > div {
		width: 100%;
		text-align: center;
	}
	.footer-grid .time {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.about-text {
		flex: 0 0 100%;
	}
	.about-img {
		flex: 0 0 100%;
	}
	.about-img img, .form-img img {
		height: 200px;
		width: 100%;
		object-fit: cover;
		border-radius: 10px;
	}
	#mapexMap, .form-grid {
		flex: 0 0 100%;
	}
}

@media (max-width: 520px) {
	header .contacts {
		gap: 15px;
	}
	.phone > a {
		font-size: 15px;
	}
	small {
		font-size: 13px;
	}
	ul.menu__list {
		font-size: 14px;
	}
	.catalog-item .item-block {
		flex-wrap: wrap;
		margin-top: 15px;
	}
	.catalog-item .item-name {
		flex: 0 0 100%;
	}
	.catalog-item .item-buy {
		margin-left: auto;
		margin-top: auto;
	}
	.catalog-item .catalog-image {
		flex: 0 0 190px;
	}
	#item-buy .modal-body .item-buy-image {
		flex: 0 0 100%;
		height: 160px;
		overflow: hidden;
		margin-bottom: 25px;
	}
}