body,html {
	margin: 0px;
}

.catalog-main {
	display: none;
}

a {
	text-decoration: none;
}

.header {
	margin-left: 5%;
}

.header-top {
	display: flex;
	align-items: center;
}

.header-img {
	height: 150px;
}

.header-block {
	margin-left: 7%;
	margin-right: 7%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-title, 
.header-block-title, 
.aboutus-title,
.catalog-title,
.contacts-title,
.gallery-title,
.contacts-text {
	font-family: "Inter";
	font-weight: 900;
	font-size: 64px;
}

.header-block-img {
	height: 31vw;
	border-radius: 33px;
}

.header-block-text {
	font-family: "Inter";
	font-size: 32px;
	width: 100%;
}

.header-obol {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 5%;
}

.header-button {
	height: 100px;
	width: 250px;
	border-radius: 15px;
	border: none;
	background-color: #8A3801;
	color: white;
	font-family: "Montserrat";
	font-size: 45px;
	font-weight: 600;
}

.header-block-button {
	height: 100px;
	width: 600px;
	border-radius: 15px;
	background-color: #8A3801;
	margin-top: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-family: "Montserrat";
	font-size: 45px;
	font-weight: 600;
}

.aboutus {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	background-color: #8A3801;
	margin-top: 35px;
}

.aboutus-title {
	margin-top: 34px;
	margin-bottom: 25px;
}

.aboutus-text {
	font-size: 36px;
	font-family: "Montserrat";
	font-weight: 500;
	text-align: center;
	width: 90%;
	margin-bottom: 35px;
}



.catalog {
	display: flex;
	margin-left: 5%;
	margin-right: 5%;
	flex-direction: column;
	align-items: center;
}

.card {
	color: black;
	border-radius: 30px;
	background-color: #F7F7F7;
	box-shadow: 0 8px 8px 0 #8A3801;
	height: 480px;
	width: 450px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 45px;
}

.card-img {
	height: 350px;
	width: 350px;
	border-radius: 33px;
	object-fit: cover;
	background-color: white;
}

.card-title {
	margin-top: 10px;
	width: 350px;
	text-align: center;
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 24px;
}

.card-price {
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	margin-top: 30px;
}

.catalog-blo {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
}

.catalog-button {
	text-align: center;
	height: 100px;
	width: 700px;
	border-radius: 15px;
	background-color: #8A3801;
	margin-top: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-family: "Montserrat";
	font-size: 45px;
	font-weight: 600;
}

.gallery {
	margin-top: 75px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #612802;
	color: white;
	padding-left: 5%;
	padding-right: 5%;
	height: fit-content;
	padding-top: 25px;
	padding-bottom: 25px;
}

.gallery-blok {
	margin-right: 15px;
}

.gallery-text {
	font-size: 24px;
	font-family: "Inter";
	margin-top: 40px;
}

.gallery > .tns-outer > .tns-ovh {
	height: 500px;
	width: 500px;
}
.gallery-slider > img {
	height: 500px;
	width: 500px;
	border-radius: 33px;
}

.contacts {
	background-color: #8A3801;
	display: flex;
	text-align: center;
	flex-direction: column;
}

.contacts-txt {
	margin-left: 5%;
	text-align: start;
	font-size: 42px;
	width: 100%;
	color: white;
	font-family: "Inter";
	font-weight: 900;
}

.contacts-title{
	color: white;
	margin-top: 34px;
}

.contacts-text {
	color: white;
}

.contacts-blo {
	width: 80%;
	padding-bottom: 35px;
}

.contacts-blo1 {
	display: flex;
	align-items: center;
	margin-left: 6%;
	margin-top: 25px;
}

.contacts-blo1 > div > img {
	height: 100px;
	margin-right: 20px;
}

.savetext {
	background-color: #562300;
	width: 100%;
	color: white;
	font-size: 24px;
	font-family: "Inter";
	text-align: center;
	height: 170px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1200px)
{

.tab button
{
	font-size: 24px;
}

.contacts-txt {
	font-size: 16px;
}

.header-block {
	flex-direction: column-reverse;
	display: flex;
	margin: 0;
}

.header-block-img {
	height: 73vw;
	margin-top: 20px;
}

.header-img {
	height: 100px;
}

.header-obol {
	flex-direction: column;
}

.header-button {
	font-size: 24px;
	width: 70vw;
	margin-top: 15px;
	height: 60px;
}

.catalog-button {
	font-size: 24px;
	width: 90vw;
	margin-top: 15px;
	height: 90px;
}


.header-title {
	font-size: 34px;
}
.header-block-title,
.aboutus-title,
.catalog-title,
.contacts-title {
	font-size: 32px;
}
.header-block-text {
	font-size: 16px;
}

.header-block-button {
	font-size: 24px;
	width: 70vw;
	margin-top: 15px;
	height: 90px;
}

.header-block-text {
	width: 90vw;
}

.header-bblock
{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.aboutus-title
{
	margin-bottom: 0;
	margin-top: 12px;
}

.catalog-title {
	margin-bottom: 0;
}

.aboutus-text {
	font-size: 20px;
	margin-bottom: 15px;
}

.gallery {
	flex-direction: column;
	height: auto;
	margin-top: 15px;
}

.gallery-blok {
	margin-right: 0;
	order: 3;
	margin-top: 15px;
	margin-bottom: 15px;
}

.gallery-slider {
	margin-top: 15px;
}

.gallery-text {
	margin: 5px;
}

.gallery-title {
	font-size: 27px;
	text-align: center;
}

.gallery > .tns-outer > .tns-ovh {
	height: 350px;
	width: 350px;
}
.gallery-slider > img {
	height: 350px;
	width: 350px;
}

.gallery-text {
	font-size: 20px;
}

.contacts-text {
	font-size: 28px;
	margin-top: 15px;
}

.contacts-blo1
{
	width: 100%;
	flex-direction: column;
	margin-left: 0;
}
.contacts {
	align-items: center;
}

.contacts-blo1 > div > img {
	height: 75px;
}

.savetext {
	font-size: 12px;
}


.card {
	box-shadow: none;
	width: 350px;
}
.card-img {
	width: 250px;
	height: 250px;
}

.card-title {
	max-width: 350px;
}

}

