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: 'Montserrat', sans-serif;
}
html{
    scroll-behavior: smooth;
}
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: 1200px;
    padding: 0 30px;
    box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
}
h1{
    font-size: 28px;
    line-height: 130%;
}
b{
    font-weight: 600;
}
.link-prod{
    font-weight: 600;
}
header{
	padding: 30px 0;
	background-color: #019541;
}
img{
	width: 100%;
}
.logo{
	display: block;
	max-width: 200px;
}
.serch img{
	width: 30px;
	height: 25.5px;
	padding-top: 2px;
	margin-left: -10px;
}
.serch {
	display: flex;
	align-items: center;

}
.nav a{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.header-nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav{
	display: flex;
	gap: 30px;
}
.serch input{
	border: none;
	height: 100%;
	box-sizing: border-box;
	display: block;
	padding: 5px;
	border-radius: 4px 0 0 4px;
}
.serch{
	border: 1px solid #fff;
}
.content h1{
	font-weight: 700;
	text-align: center;
	margin: 0 0 30px;
}
.content h1 span{
	color: rgb(220, 28, 28);
}
.content{
	padding: 40px 0;
}
.content-images{
	margin: 0 0 30px;
}
p{
	font-size: 18px;
	line-height: 140%;
	margin: 0 0 20px;
}
h2{
	font-size: 24px;
	font-weight: 600;
	margin: 40px 0 30px;
	text-align: center;
}
.list-problem li{
	font-size: 18px;
	margin: 0 0 15px;
	font-weight: 500;
	position: relative;
	padding-left: 40px;
	font-weight: 500;
	color: rgb(89, 4, 4);
}
.list-problem  {
	margin: 0 0 40px;
}
.list-problem li::before{
	content: "";
	display:  block;
	width: 30px;
	position: absolute;
	top: -6px;
	left: 0;
	height: 30px;
	background: url(./images/acti.png) no-repeat;
	background-size: contain; 
}
.ramka p{
	margin: 0;
	color: #019541;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}
.prod-link{
	color: crimson;
	font-weight: 600;
}
.form-title{
	margin: 50px 0 30px;
	text-align: center;
}
h3{
	display: inline-block;
	color: #fff;
	font-weight: 600;
	margin: 0 0 10px;
	font-size: 22px;
	font-style: italic;
	background: #950101;
}
.coments-block h2{
	text-align: left;
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
}
.com-item h5{
	font-weight: 600;
	font-size: 18px;
	margin: 0  0 5px;
}
.com-item p{
	font-size: 16px;
	margin: 0 0 10px;
}
.com-item {
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
	margin: 0 0 20px;
}
.spoller{
	width: 30px;
	margin: 20px auto;
	animation: rot 5s linear infinite;
}
.res-img{
	max-width: 300px;
}
.coment-items{
	padding: 0 10px; 
}
@keyframes rot {
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
.section-form{
    background: url(./images/bg-form.png) no-repeat ;
    background-size: cover;
    max-width: 629px;
    max-height: 838px;
    padding:30px 40px 40px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 100px;
    position: relative;
}
.section-form h2{
	margin: 10px 0;
}
.form-tiket{
	margin: 0;
}
.form-tiket{
    text-align: center;
}
.get-free{
    text-align: center;
    font-size: .8rem;
    margin-bottom: 20px;
}
.form-info{
    border: 1px solid rgb(14, 105, 217);
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 40px;
}
.form-info p{
    color: rgb(47, 46, 46);
    text-align: center;
}
.order_form_pole{
    display: flex;
    flex-direction: column;
    margin:0 auto 20px;
    width: 250px;
}
.order_form_pole label{
    font-size: 1.2rem;
	text-align: center;
	margin: 0 0 3px;
}
.order_form_pole input{
    padding: 12px ;
    border: 1px solid rgb(157, 157, 157);
    border-radius: 8px;
    width: 250px;
    background: #FFFFFF;
}
.burger{
	display: none;
}
.submit-btn{
    display: inline-block;
    font-weight: 800;
    font-size: 1.3rem;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    padding:16px 21px;
    background: #0692ca;
    box-shadow: 0px 4px 4px rgba(65, 65, 65, 0.63);
    border-radius: 16px;
    margin: 10px auto 10px;
	border: none;
    transition: all .2s ease-in;
}
.section-form{
	position: relative;
}
.section-form::before{
	content: "";
	display: block;
	width: 100%;
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(./images/line-f.png);
}
.btn-sub{
     text-align: center;
}
.form-min{
    max-width: 70px;
    margin: 30px auto 8px;
}
.info-min{
    text-align: center;
    font-size: .8rem;
}
.form-sing{
    max-width: 146px;
    margin: 0 auto;
}
.form-logo{
    max-width: 100px;
   margin: 0 auto;
}

@media screen and (max-width:1024px) {
    .stars-img{
        max-width: 400px;
    }
    html{
        font-size: 14px;
    }
}
@media screen and (max-width:768px) {
    .header-help{
        max-width: 195px;
        max-height: 82px;
    }
    .header-logo{
        max-width: 87px;
    }
    .logo p{
        line-height: 20px;
    } 
    .mozz-content{
        display: block;
    }
    .stars-img{
        display: contents;
    }
    .section-stars{
        margin-bottom: 0;
    }
    .mozz-img{
        margin: 0 auto;
    }
    .section-form{
        
        position: relative;
    }
    .section-form::after{
        content: "";
        display: block;
        height: 100%;
        width: 4%;
        position: absolute;
        top: 0;
        right: 0;
        background-image:  url(./images/ramka.png);
        background-repeat: no-repeat;
    }
    .wrapper{
        padding: 50px 20px;
    }
    .header-nav{
        padding: 8px 20px;
    }
}
@media screen and (max-width:625px) {
    .form-logo{
        top: 15px;
        left: 17px;
    }
}
@media screen and (max-width: 600px) {
    .get-free{
        margin-bottom: 12px;
    }
    .form-info{
        margin-bottom: 18px;
    }
    .submit-btn{
        margin: 18px auto 10px;
    }
    .btn-to-form{
        padding: 24px 65px;
    }
    .order_form_pole input, .order_form_pole{
        max-width: 300px;
    }
    h2{
        line-height: 33px;
    }
    .mozz-info{
        line-height: 26px;
    }
    .credo-mozz{
        line-height: 35px;
        margin-bottom: 24px;
    }
    .wrapper p{
        line-height: 26px;
    }
    .questions h5{
        line-height: 20px;
    }
    .ques{
        padding: 12px 120px 12px 16px
    }
    .img-product{
        width: 80%;
    }
    .ques{
        padding: 12px 70px 12px 16px;
    }
    .ques svg{
        right: 15px;
    }
}
@media screen and (max-width: 480px) {
    html{
        font-size: 12px;
    }
    /* h1{
        font-size: 2.5rem;
        line-height: 36px;
        margin: 0 auto 29px;
    } */
	.content h1{
		font-size: 24px;
	}
	p{
		font-size: 16px;
	}
	h2{
		font-size: 20px !important;
		line-height: 130%;
	}
	.ramka p{
		font-size: 20px;
	}
    .header-info{
        font-size: 1.4rem;
        line-height: 25px;
        margin: 0 auto 53px;
    }
    .header-help{
        max-width: 132px;
        max-height: 70px;
    }
    .logo p{
        line-height: 16px;
        font-size: 1rem;
    }
    .btn-to-form{
        padding: 16px 32px;
    }
    .form-info p{
        line-height: 18px;
    }
    .form-min{
        max-width: 62px;
        margin: 7px auto 8px;
    }
    .form-sing{
        max-width: 111px;
    }
    h4{
        font-size: 18px;
        line-height: 20px;
    }
    .coments p{
        line-height: 21px;
    }
    .header-content{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 400px){
    .section-form{
        padding: 64px 22px 40px;
    }
    .submit-btn{
        font-size: 1.2rem;
        padding: 16px 12px;
    }
    .logo p{
        font-size: 0.8rem;
    }
    .header-help{
        max-width: 110px;
    }
    .order_form_pole input, .order_form_pole{
        width: auto;
    }
    .form-info{
        padding: 4px 6px;
    }
}
@media screen and (max-width:360px) {
    .section-form{
        padding: 28px 22px 40px;
    }
}
.ramka{
	margin-bottom: 20px;
}
@media screen and (max-width:850px) {
	.nav, .serch{
		display: none;
	}
	.burger{
		display: flex;
		flex-direction: column;
		gap: 8px;
		width:40px;
	}
	.burger span{
		width: 100%;
		display: block;
		height: 3px;
		background: #fff;
	}
	h1{
		font-size: 24px;
	}
	h2{
		font-size: 22px;
	}
	header{
		padding: 10px 0;
	}
	.container{
		padding: 0 16px;
	}
	.content-images{
		margin: 0 0 20px;
	}
	.list-problem li::before{
		top: -2px;
	}
	.header-nav{
		padding:10px 0 ;
	}
	.logo{
		width: 150px;
	}
}