html {
	scroll-behavior: smooth;
}

body {
	font-family: 'OpenSans', sans-serif;
	margin: 0;
	padding: 0;

}

@font-face {
  font-weight: 400;
  font-family: OpenSans;
  src: url("fonts/OpenSans-Regular.ttf");
}

@font-face {
  font-weight: 600;
  font-family: OpenSans;
  src: url("fonts/OpenSans-SemiBold.ttf");
}

@font-face {
  font-weight: 700;
  font-family: OpenSans;
  src: url("fonts/OpenSans-Bold.ttf");
}

@font-face {
  font-weight: 800;
  font-family: OpenSans;
  src: url("fonts/OpenSans-ExtraBold.ttf");
}

@font-face {
  font-weight: 800;
  font-family: PlayfairDisplay;
  src: url("fonts/PlayfairDisplay-ExtraBold.ttf");
}

@font-face {
  font-weight: 700;
  font-family: PlayfairDisplay;
  src: url("fonts/PlayfairDisplay-Bold.ttf");
}

* {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}

h1 {
	font-weight: 800;
	font-size: 80px;
}

h2 {
	font-weight: 700;
}

h3 {
}

h4 {
	font-weight: 700;
}

p {
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-size: 15px;
}

a {
	text-decoration: none;
}

ul, ol, li {
  padding: 0;
  margin: 0;
	list-style: none;
	text-decoration: none;
}

button {
	padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  outline: none;
  cursor: pointer
}

button:focus, input:focus {
	outline: none;
}

span {
	display: block;
}

.container {
	width: 1170px;
	margin: 0 auto;
}

/*-------------------------------------------Header-------------------------------------------*/

.header {
	padding: 18px 0px;
	background: url(../img/bghead.png) no-repeat center 40% / cover;
}

/*---------------------------------------- HEADER END --------------------------------------*/

/*---------------------------------------- OFFER START --------------------------------------*/

.offer-wrapper {
	padding-top: 80px;
	padding-bottom: 101px;
}

.offer-title {
	color: #fff;
	font-family: PlayfairDisplay, serif;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.offer-text {
	width: 555px;
	font-size: 22px;
	color: #fff;
	padding: 10px 20px;
	background: rgba(133, 133, 133, 0.2);
	margin-bottom: 40px;
}

.btn-wrapper {
	border: 2px solid #fff;
	border-radius: 100px;
	width: 200px;
	height: 200px;
}

.btn-wrapper:hover {
	background: #fff;
	transition: background 0.8s ease;
}

.offer-btn {
	font-weight: 600;
	font-size: 18px;
	color: #000;
	background: #fff;
	text-transform: uppercase;
	margin: 11px;
	border-radius: 100px;
	padding: 57px 27px;
	display: flex;
	text-align: center;
	width: 174px;
  height: 174px;
  transition: all 0.8s ease;
}

/*---------------------------------------- OFFER END --------------------------------------*/
/*---------------------------------------- GOODS SECTION START------------------------------*/

.goods {
	padding: 110px 0 80px;
}

.goods-title {
	font-family: 'Playfair Display';
	font-size: 50px;
	margin-bottom: 60px;
}

.slider-wrapper {
	display: none;
}

.goods-list {
	display: flex;
	justify-content: space-between;
}

.goods-item {
	padding-bottom: 20px;
	background: #F8F8F8;
	border-radius: 15px;
	display: block;
	width: 370px;
}

.goods-item:hover {
	box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.25);
	transition: box-shadow 0.3s ease;
}

.goods-item-img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.goods-item-title {
	font-size: 22px;
	margin-bottom: 15px;
}

.goods-item-text {
	margin: 15px 0 25px;
}

.goods-item-btn {
	padding: 10px 40px;
	font-weight: 600;
	font-size: 15px;
	border: 1px solid black;
	color: black;
	border-radius: 5px;
}

.goods-item-btn:hover {
	color: #fff;
	background: #000;
	transition: all 0.3s ease;
}

.goods-item-text-wrapper {
	padding: 15px;
}

.goods-item-text-wrapper {
	width: 350px;
}

/*---------------------------------------- GOODS SECTION END------------------------------*/
/*------------------------------------------------  Responsive  -----------------------------------------------*/

/*------------------------------------------------- Large: 992px - 1199px -------------------------------*/
@media (max-width: 1199px) {
	.container {
		width: 960px;
	}

	.goods-wrapper {
		display: none;
	}

	.slider-wrapper {
		display: block;
	}

	.swiper {
		height: 625px;
		width: 765px;
	}

	.swiper-slide{
    height: 575px !important;
    background: #F8F8F8 !important;
    border-radius: 15px !important;
    display: block !important;
    width: 370px !important;
}

}

/*------------------------------------- Medium: 768px - 991px --------------------------------*/
@media (max-width: 991px) {
	.container {
		width: 720px;
	}

	.swiper {
		width: 720px;
	}

	.swiper-slide{
    width: 340px !important;
	}

	.goods-item-img {
		width: 340px;
	}

	.goods-item-text-wrapper {
		width: 340px;
	}


	.offer-title {
		font-size: 50px;
	}

}

/* ----------------------------------------------------Small: 576px - 767px------------------------------ */
@media (max-width: 767px) {
	.container {
		width: 540px;
	}

	.offer-title {
    font-size: 45;
	}

	.offer-text {
		width: 515px;
	}

	.swiper {
		width: 340px;
	}

}

/*-------------------------------------------------- Extra small: 0px (320px) - 575px --------------------------------------*/
@media (max-width: 575px) {
	.container {
		padding: 0 15px;
		max-width: 100%;
	}

	.offer-title {
    font-size: 25;
    max-width: max-content;
/*    width: 521px;*/
	}

	.offer-text {
		width: fit-content;
		font-size: 15px;
	}

	.goods-title {
		font-size: 50px;
	}

	.goods-item-img {
		width: 290px;
	}

	.swiper {
		width: 290px;
	}

	.goods-item-text-wrapper {
		width: 290px;
	}

	.swiper-slide {
		width: 290px !important;
	}

	}