* {
	box-sizing: border-box;
}

/* font-family: 'Playfair Display', serif; */

html,
body {
	height: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;

}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.product {
	padding-top: 60px;
	padding-bottom: 90px;
}

.container {
	width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
}

.product__row {
	display: flex;
	justify-content: space-between;
}

.product__image {
	padding-top: 30px;
}

.product__description {
	width: 540px;
}

.product__main-title {
	margin-bottom: 15px;
}

.main-title {
	font-weight: 700;
	font-size: 28px;
	line-height: 1.3;
}

.product__price {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	color: #7E9BBD;
	margin-bottom: 32px;
}

.product__price span {
	font-size: 16px;
}

.product__button {
	margin-bottom: 40px;
}

.button {
	display: inline-block;
	height: 46px;
	background-color: rgba(255, 255, 255, 0.3);
	border: 3px solid rgba(126, 155, 189, 0.3);
	border-radius: 6px;
	padding-left: 17px;
	padding-right: 17px;
	font-weight: 600;
	font-size: 16px;
	line-height: 40px;
	color: #7E9BBD;
	text-decoration: none;
}


.button--dark {
	background-color: #000;
	border: none;
	font-weight: 700;
	line-height: 46px;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

.product__article {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.7;
	color: #000;
}

.product__article p {
	margin-bottom: 15px;
}

.product__article p:last-child {
	margin-bottom: 0;
}

.link {
	color: #000;
	text-decoration: underline;
}

.other-products {
	padding-bottom: 110px;
}

.other-products__section-title {
	margin-bottom: 46px;
	text-align: center;
}

.section-title {
	font-weight: 700;
	font-size: 28px;
	line-height: 1.3;
	font-family: 'Playfair Display', serif;
}

.other-products__cards-row {
	display: flex;
	justify-content: space-between;
}

.card {
	padding: 31px 30px 23px;
	width: 350px;
	box-shadow: 0px 10px 40px rgba(126, 155, 189, 0.3);
}

.card__img {
	margin-bottom: 20px;
}

.card__title {
	margin-bottom: 10px;
	min-height: 48px;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.card__details {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card__price {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	color: #7E9BBD;
}
