header {
	min-width: fit-content;
	height: 720px;
}

header h1 {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 0;
	font-size: 64px;
	line-height: 77px;
	font-weight: 700;
}

header h2 {
	text-align: center;
	margin-top: 0rem;
	margin-bottom: 0;
	font-size: 38px;
	line-height: 46px;
	font-weight: 400;
}

header h3 {
	text-align: center;
	margin-top: 1.6rem;
	margin-bottom: 0;
	padding-bottom: 10px;
	font-size: 29px;
	font-weight: 400;
/*
	background-image: url('/img/header-underline.svg');
	background-repeat: no-repeat;
	background-position: 370px bottom;
*/
}

header h3 span {
	padding-bottom: 4px;
	background-image: url('/img/header-underline.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
}

header .btn.cert {
	border: solid 1px white;
	border-radius: 20px;
	font-size: 16px;
	padding: 5px 20px;
}

header .price {
	margin: auto;
	margin-top: 2em;
	width: 50%;
	border: solid 1px #9da0a1;
	border-radius: 12px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: #00000088;
}

header .price>*:first-child, header .price>*:last-child {
	padding: 1em;
}

header .price>*:last-child {
	text-align: right;
}

header .price>*>*:first-child {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}

header .price>*>*:last-child {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
}

header .buttons {
	margin-top: 1.6em;
	gap: 2em;
}

/*

.index-header {
	background: linear-gradient( #1A1A1AAA, #1A1A1AAA ), url('/img/header.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 720px;
	color: white;
}

.index-header a {
	color: white;
}

.index-header-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.index-header-menu a {
	text-decoration: none;
	padding: 1rem 0 1rem 0;
}

.index-header hr {
	background-color: #FFFFFF;
	opacity: 0.2;
	margin: auto;
}

.index-header-caption {
	margin-top: 1.5rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.index-header-caption>* {
	width: 33.33%;
}

.index-header-caption>*:last-child {
	text-align: right;
}

.index-header .phone {
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	line-height: 26px;
}



*/

/* ******************************************** */
.index-products {
	border: 8px solid #ffe400;
	border-radius: 10px;
	margin-top: 6em;
	margin-bottom: 6em;
	position: relative;
	max-width: 100%;
}

.product-list {
	margin: 4em;
	display: flex;
	gap: 6em;
}

.product-list .item {
	width: 214px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 1em;
	color: black;
	text-decoration: none;
}

.product-list .item:last-child {
	justify-content: center;
}

.product-list .item *:has(img) {
	height: 214px;
	width: 100%;
	background-image: url('/img/bg-product-item.svg');
    background-size: 98%;
    background-repeat: no-repeat;
    background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-list .item img {
	max-width: 100%;
	max-height: 100%;
filter: drop-shadow(5px 5px 8px #777);
}

.index-products h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	position: absolute;
	margin: 0;
	top: -26px;
	left: 0;
	right: 0;
	margin-inline: auto;
	width: fit-content;
	background-color: white;
	padding-left: 30px;
	padding-right: 30px;
}

.index-products .btn-container {
	position: absolute;
	background-color: white;
	padding: 0 30px 0 30px;
	left: 0;
	right: 0;
	margin-inline: auto;
	width: fit-content;
	margin-top: -22px;
}

/* ******************************************** */
.adventages {
	min-width: fit-content;
	background: url('/img/bg-advantages.png'), #f3f7fa;
	background-repeat: no-repeat;
	background-position: center center;
	color: black;
}

.adventages-layout {
	height: 446px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: nowrap;
}

.adventages h2 {
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 43px;
	text-align: center;
}

.adventages h4 {
	margin: 0 0 8px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
}

.adventages-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 50px;
}

.adventages-list>* {
	max-width: 30%;
}

.adventage-icon {
	background-color: #ffdd00;
	width: 90px;
	min-width: 90px;
	height: 90px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 22px;
}

.adventage-icon img {
	width: 77%;
}

.contacts {
	width: 100%;
	background: url('/img/bg-contacts2.png');
	background-repeat: repeat-x;
	background-position: center center;
	color: black;
}

.contacts-layout {
	height: 509px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: nowrap;
}

.contacts-block {
	border: 8px solid #ffe400;
	border-radius: 10px;
	padding: 30px;
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	max-width: 80%;
}

.contacts-block>* {
	width: 50%;
}

.contacts-block>*:first-child {
	border-right: solid 1px #e0e7ee;
	padding-right: 20px;

}

.contacts-block>*:last-child {
	padding-left: 20px;

}

.contacts h2 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 30px 0;
}

.contacts-item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 15px;
	margin-bottom: 20px;
}

.contacts-icon {
	width: 33px;
	min-width: 33px;
	height: 33px;
	border: solid 3px #d1d8e0;
	border-radius: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contacts-icon:after {
	display: block;
	position: absolute;
	content: " ";
	width: 23px;
	height: 23px;
	left: 2px;
	top: 2px;
	border-radius: 50%;
	background-color: #d1d8e0;
}

.contacts-icon img {
	z-index: 1;
	width: 20px;
}

.contacts-info {
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	margin-top: 4px;
}

.contacts-info a {
	color: black;
}

.contacts-form-header {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}

.contacts-form-subheader {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 20px;
}

.contacts-form-footer {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}

.contacts-form-subfooter {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
