html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "Fira Sans", sans-serif;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    text-decoration: none;
}
.container{
    max-width: 1199px;
    padding: 0 30px;
	margin: 0 auto;
    box-sizing: border-box;
}
h1{
    font-size: 28px;
    line-height: 130%;
}
b{
    font-weight: 600;
}
.link-prod{
    font-weight: 600;
}
.logo{
	max-width: 200px;
	display: block;
}
.logo img{
	width: 100%;
}
*{
	--op-pink:#f8bbd0;
	--pink:#f06293; 
}
.nav-items{
	display: flex;
	gap: 30px;
}
.nav-items a{
	color: #7c7c7b;
}
.nav-items li{
	border-top: 2px solid transparent;
}
.nav-bar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}
header{
	box-shadow: 0 1px 4px var(--pink);
}
.nav-bar li{
	padding-top: 5px;
}
.btn-form{
	font-size: 20px;
	font-weight: 600;
	padding: 20px;
	text-transform: uppercase;
	border-radius: 20px 0 20px 0;
	background: var(--pink);
	color: #fff;
}
.burger{
	display: none;
}
.nav-items li.active-link{
	border-top: 3px solid var(--pink);
}
.wrapper-header h1{
	font-style: italic;
	margin:0 0 20px ;
	font-weight: 600;
	color: #777777;
}
p, li{
	font-size: 18px;
	line-height: 130%;
	color: #333;
	margin-bottom: 20px;
}
.date{
	padding: 20px;
	color: #7c7c7b;
	display: flex;
	gap: 20px;
}
.head-img{
	max-width: 800px;
	margin: 0 auto 30px;
}
.head-img img{
	width: 100%;
}
.color{
	color: red;
}
h2{
	font-size: 28px;
	font-weight: 600;
	line-height: 130%;
	margin: 20px 0;
	color: var(--pink);
}
.linc-icon li{
	margin-bottom: 12px;
	padding-left: 40px;
	font-weight: 500;
	position: relative;
}
.linc-icon li::before{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -2px;
	left: 0;
	background: url("arrs.png") no-repeat;
	background-size: contain;
}
.img-box{
	max-width: 800px;
	margin: 30px auto;
	text-align: center;
}
.img-box img{
	width: 100%;
}
.ph-sert{
	max-width: 800px;
	margin: 20px auto 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.ph-sert img{
	width: 100%;
}
.prod-im{
	max-width: 280px;
	margin: 20px auto;
}
.prod-im img{
	width: 100%;
}
.graf-box{
	max-width: 500px;
	margin: 20px auto;
}
.graf-box img{
	width: 100%;
}
.ramka{
	border-radius: 20px 0 20px 0;
	padding: 20px;
	background: var(--op-pink);
	margin-bottom: 30px;
}
.ramka p{
	margin-bottom: 5px;
	font-weight: 500;
	color: #8b047b;
}
.ramka li{
	padding-left: 40px;
	position: relative;
}
.ramka li::before{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("arr-r.svg") no-repeat;
	background-size: contain;
}
.ramka ul{
	margin: 20px 0;
}
h3{
	font-size: 20px;
	font-weight: 600;
	color: #333;
	line-height: 130%;
	margin-bottom: 30px;
}
.ramka-end{
	background: #c9c9c9;
	padding: 20px;
	border-radius: 0 20px 0 20px;
	margin-bottom: 40px;
}
.ramka-end p{
	margin-bottom: 0;
	font-weight: 600;
}
.form-box{
	max-width: 500px;
	padding: 30px 20px;
	box-sizing: border-box;
	margin: 0 auto;
}
.form-box input,select{
	display: block;
	max-width: 280px;
	width: 100%;
	border: 2px solid #8b047b;
	padding: 0px 12px;
	border-radius: 8px;
	margin: 0 auto 10px;
	height:49px;
	    box-sizing: border-box;
}
.form-box button{
	font-size: 26px;
	font-weight: 600;
	padding:12px 20px;
	border-radius: 10px;
	max-width: 280px;
	box-sizing: border-box;
	width: 100%;
	margin: 10px auto ;
	display: block;
	color: #fff;
	border: 2px solid #8b047b;
	background: radial-gradient(circle, rgb(234, 145, 21) 6%, rgba(172, 0, 187, 0.758) 76%);
}
.timer{
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
.timer span{
	font-size: 30px;
	font-weight: 700;
	display: flex;
	width: 70px;
	height: 80px;
	align-items: center;
	justify-content: center;
	background: #f06293;
	box-shadow: 0 2px 3px #ffffff;
	border-radius: 10px;
	color: #fff;
}
.timer p{
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 700;
}
.form-box h5{
	font-weight: 600;
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px;
	color: #333;
}
.form-box h2{
	text-align: center;
}
.form-box>p{
	text-align: center;
	font-weight: 600;
	color: #333;
}
.form-box{
	background: radial-gradient(circle, rgba(251,253,184,1) 6%, rgba(233, 149, 241, 0.758) 76%);
	border-radius: 20px 0 20px 0;
	margin-bottom: 40px;
	box-shadow: 0 2px 10px #8b047b;
}
.form-box form p{
	text-align: center;
}
.coments-block {
	margin-top: 80px;
	background: linear-gradient(180deg, rgb(255, 255, 255) 6%, rgba(198,198,198,0.7578490869003851) 76%);
	padding: 40px 0;
}
.com-title {
	padding: 20px;
	border: 2px dashed #f06293;
	border-radius: 20px;
	margin-bottom: 20px;
	background: #f0629417;
}
.ava{
	width: 60px;
	height: 60px;
	border-radius: 6px 0 6px 0;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.ava img{
	width: 100%;
}
.con-cont .date{
	padding: 10px 0;
}
.com-title:nth-child(2n+1){
	background: rgba(247, 248, 209, 0.368);
}
.res-im{
	max-width: 500px;
}
.res-im img{
	width: 100%;
}
.link-to{
	font-weight: 500;
	color: var(--pink);
}
.more {
	padding: 10px;
	background: var(--pink);
	color: #fff;
	border-radius: 8px;
	display: inline-block;
	margin-top: 30px;
	opacity: 1;
	transition: all .3s linear;
}
.more.hover{
	opacity: 0;
}
.splin{
	/* opacity: 0; */
	display: none;
}
.splin img{
	width: 40px;
	height: 40px;
	display: block;
	animation: rot 1s linear infinite;
}
@keyframes rot {
	0%{
		transform: rotate(0);
	}
	100%{
		transform: rotate(-360deg);
	}
}
@media screen and (max-width: 830px) {
	.nav-items{
		display: none;
	}
	.burger {
		display: flex;
		gap: 9px;
		width: 40px;
		flex-direction: column;
	}
	.burger span{
		width: 100%;
		height: 3px;
		display: block;
		background: var(--pink);
	}
	.container{
		padding: 0 15px;
	}
}
@media screen and (max-width: 575px) {
	.burger{
		display: none;
	}
	.btn-form{
		padding: 12px;
	}
	.logo{
		max-width: 140px;
	}
	h2{
		font-size: 22px;
	}
	p, li{
		font-size: 16px;
	}
	.img-box p{
		font-size: 12px;
	}
	.prod-im{
		max-width: 200px;
	}
	.timer span{
		height: 60px;
	}
	.form-box button{
		font-size: 21px;
	}
}