@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

* {
	box-sizing: border-box;
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'DM Sans', sans-serif;
	font-size: 100%;
	color: #011638;
	background: linear-gradient(174.5deg, #FFFFFF 18.57%, #B8E1F9 35.48%, #FFFFFF 42.17%, #FFFFFF 53.36%, #B8E1F9 64.16%, #FFFFFF 90.49%);
}

section {
	position: relative;
}

.container {
	margin: 0 auto;
	max-width: 1150px;
	padding: 0 20px;
	position: relative;
}

.sec1 {
	background: url(../img/bg_sec1.png) no-repeat;
	background-position: center 0;
	background-size: cover;
	padding-top: 19px;
	padding-bottom: 80px;
	overflow: hidden;
}

.sec1 .sc1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}

.sec1 .sc1_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	display: none;
}

.sec1 .sc2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 3;
}

.sec1 .sc2_2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 3;
	display: none;
}

.sec1 .wooman {
	position: absolute;
	right: -146px;
	bottom: -100px;
	z-index: 2;
}

.sec1 .wooman2 {
	position: absolute;
	right: -146px;
	bottom: -100px;
	z-index: 2;
	display: none;
}

.sec1 .limi_block {
	max-width: 565px;
	position: relative;
	z-index: 4;
}

.sec1 h1 {
	margin: 64px 0 20px 0;
	font-weight: bold;
	font-size: 40px;
	line-height: 37px;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.sec1 p {
	font-weight: normal;
	font-size: 25px;
	line-height: 33px;
	margin: 0 0 13px 0;
}

.sec1 p b {
	font-weight: bold;
	font-size: 31px;
	line-height: 39px;
}

.btn {
	display: block;
	background: #E62632;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 9px;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin-right: 20px;
	max-width: 475px;
	padding: 6px 0;
	transition: all 0.4s
}

.btn:hover {
	background: #F45A63;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 9px;
}

.prices {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
	max-width: 475px;
}

.prices p {
	margin: 0;
	font-weight: bold;
	font-size: 26px;
	line-height: 39px;
}

.prices p span {
	font-weight: normal;
}

.prices .new p {
	text-align: right;
}

.prices p .tdl {
	text-decoration: line-through;
}

span.red {
	color: #E62632;
}

.sec2 {
	padding-top: 122px;
	padding-bottom: 136px;
}

.sec2 .prod {
	position: absolute;
	left: -145px;
	top: -87px;
}

.sec2 .prod_mob {
	display: none;
}

.sec2 .text_block {
	display: block;
	margin-left: auto;
	width: 100%;
	max-width: 540px;
}

h2 {
	margin: 0 0 34px 0;
	font-weight: bold;
	font-size: 31px;
	line-height: 40px;
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.sec2 a.btn {
	max-width: 100%;
	margin: 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
}

.sec2 p {
	font-size: 25px;
	line-height: 33px;
	margin: 0 0 40px 0;
}

.list_r {
	position: absolute;
	right: 0;
	top: 0;
}

.sec3 {
	background: url(../img/bg_sec3.png) no-repeat;
	background-position: center 0;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
	overflow: hidden;
}

form {
	text-align: left;
}

form .checkbox {
	padding-left: 67px;
	padding-top: 5px;
}

form input[type=checkbox] {
	display: none;
}

form label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 36px;
	text-align: left;
	margin-right: 0;
	font-size: 12px;
	color: #011638;
}

form label a {
	color: #011638;
}

form label:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: -4px;
	background: #0D7CC6;
	box-sizing: border-box;
	border-radius: 3px;
}

form .checkbox label:before {
	border-radius: 3px;
}

form input[type=checkbox]:checked+label:before {
	content: "\2713";
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 24px;
}

.sec3 .imgs {
	position: absolute;
	right: -35px;
	top: -67px;
}

.sec3 .limit_cont {
	max-width: 540px;
	text-align: center;
}

.sec3 .limit_cont h2 {
	margin-bottom: 28px;
}

.sec3 .limit_cont .prices {
	margin-bottom: 20px;
	max-width: 100%;
}

form input,
select {
	display: block;
	width: 100%;
	width: 100%;
	height: 50px;
	filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
	text-align: left;
	margin-bottom: 15px;
	background: #FFFFFF;
	border-radius: 6px;
	border: none;
	font-size: 18px;
	padding-left: 20px;
}

button.btn {
	width: 100%;
	max-width: 100%;
	margin-top: 23px;
	cursor: pointer;
}

.sec4 {
	padding-top: 60px;
	padding-bottom: 55px;
}

.sec4 h2 {
	text-align: center;
}

.sec4 .flex_items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 213px;
}

.sec4 .flex_items .item {
	flex: 0 0 25%;
	text-align: center;
}

.sec4 .flex_items .item img {
	display: block;
	max-width: 100%;
	margin: 0 auto 10px;
}

.sec4 .flex_items .item p {
	margin: 0;
	font-size: 18px;
	line-height: 23px;
}

.sec4 .flex_items .item p span {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
}

.sec4 .flex_items .item:nth-child(2) {
	margin-top: 276px;
}

.sec4 .prod {
	position: absolute;
	top: 62px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	z-index: 3;
}

.sec4 .arr1 {
	position: absolute;
	z-index: 2;
	left: 252px;
	top: 328px;
}

.sec4 .arr2 {
	position: absolute;
	z-index: 2;
	right: 254px;
	top: 328px;
}

.sec4 .arr3 {
	position: absolute;
	z-index: 2;
	left: 180px;
	top: 526px;
}

.sec4 .arr4 {
	position: absolute;
	z-index: 2;
	right: 185px;
	top: 525px;
}

.bg_block {
	background: url(../img/bg_sec4.png) no-repeat;
	background-position: center bottom;
	background-size: cover;
	margin-top: -226px;
	position: relative;
	z-index: 1;
	height: 695px;
}

.bg_block h2 {
	color: #fff;
	text-align: center;
	margin: 0;
	padding-top: 341px;
}

.bg_block .step {
	width: 100%;
	max-width: 275px;
	text-align: center;
}

.bg_block .step .int_op {
	font-weight: bold;
	font-size: 190px;
	line-height: 247px;
	color: rgba(255, 255, 255, 0.19);
	position: absolute;
	z-index: -1;
	right: 9px;
	bottom: -32px;
}

.bg_block .step .int_op.we2 {
	right: 9px;
	bottom: -93px;
}

.bg_block .step .int_op.we3 {
	right: 9px;
	bottom: -63px;
}

.bg_block .step p {
	margin: 0;
	font-size: 25px;
	line-height: 33px;
	color: #fff;
}

.bg_block .step p span {
	display: block;
	font-weight: bold;
	font-size: 90px;
	line-height: 117px;
	text-shadow: 0px 4px 4px #0D7CC6;
	margin-bottom: 10px;
}

.bg_block .st1 {
	position: absolute;
	bottom: 50px;
	left: 42.8%;
	transform: translateX(-50%);
}

.bg_block .st2 {
	position: absolute;
	bottom: 115px;
	left: 69.4%;
	transform: translateX(-50%);
}

.bg_block .st3 {
	position: absolute;
	bottom: 270px;
	left: 87.3%;
	transform: translateX(-50%);
}

.sec5 {
	position: relative;
	background: url(../img/bg_sec5.png) no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 59px;
	padding-bottom: 40px;
}

.sec5 h2 {
	margin-bottom: 49px;
	text-align: center;
}

.sec5 .flex {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.sec5 .flex .item {
	flex: 0 0 28%;
	text-align: center;
}

.sec5 .flex .item img {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
}

.sec5 .flex .item p {
	margin: 0;
	font-size: 25px;
	line-height: 33px;
}

.sec5 .flex .arr_s1 {
	position: absolute;
	top: 83px;
	left: 22%;
}

.sec5 .flex .arr_m1 {
	position: absolute;
	top: 83px;
	left: 22%;
	display: none;
}

.sec5 .flex .arr_s2 {
	display: none;
	position: absolute;
	top: 83px;
	right: 22%;
}

.sec5 .flex .arr_m2 {
	position: absolute;
	top: 83px;
	right: 22%;
}

.red_pl {
	background: linear-gradient(to right, #E62632 -28.45%, #F9F9F9 100%);
	padding: 16px 0;
}

.red_pl p {
	margin: 0;
	font-size: 25px;
	line-height: 33px;
	padding-left: 116px;
	max-width: 1000px;
}

.sec6 {
	padding-top: 100px;
	padding-bottom: 90px;
}

.sec6 .prod {
	position: absolute;
	left: -96px;
	top: -55px;
}

.sec6 .block_form {
	max-width: 540px;
	margin-left: auto;
}

.sec6 .block_form h2 {
	text-align: center;
}

.sec6 .prices {
	max-width: 100%;
}

footer {
	background: #011638;
	padding-top: 50px;
	padding-bottom: 60px;
}

footer .flex_footer {
	display: flex;
	justify-content: space-between;
}

footer .flex_footer .item h3 {
	margin: 0 0 13px 0;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	color: #fff;
}

footer .flex_footer .item .info_bl,
footer .flex_footer .item .info_bl a {
	color: #7F7F7F;
	font-size: 14px;
	line-height: 27px;
	text-decoration: none;
}

footer .flex_footer .item .info_bl a:hover {
	text-decoration: underline;
}

footer .copyright_bl {
	margin-top: 33px;
	padding-top: 50px;
	border-top: 2px solid rgba(255, 255, 255, 0.5);
}

footer .copyright_bl p {
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	color: #fff;
}

@media screen and (max-width: 1400px) {
	.list_r {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.container {
		max-width: 930px;
	}

	.sec1 .wooman {
		max-width: 700px;
		right: -171px;
	}

	.sec1 .limi_block .logo {
		max-width: 100px;
	}

	.sec2 .prod {
		left: -145px;
		top: -69px;
		max-width: 530px;
	}

	.sec3 .imgs {
		position: absolute;
		right: -35px;
		top: 19px;
		max-width: 400px;
	}

	.sec4 .arr3 {
		left: 116px;
		top: 556px;
		max-width: 226px;
	}

	.sec4 .arr4 {
		right: 116px;
		top: 556px;
		max-width: 226px;
	}

	.bg_block .step .int_op {
		font-size: 120px;
		line-height: 140px;
	}

	.bg_block .step p span {
		font-size: 65px;
		line-height: 55px;
	}

	.bg_block .step p {
		font-size: 20px;
		line-height: 24px;
	}

	.bg_block .st1 {
		bottom: 108px;
	}

	.bg_block .step .int_op.we2 {
		right: 9px;
		bottom: -35px;
	}

	.bg_block .st2 {
		bottom: 98px;
	}

	.bg_block .st3 {
		position: absolute;
		bottom: 199px;
		left: 85.3%;
		transform: translateX(-50%);
	}

	.sec5 .flex .arr_s1 {
		max-width: 130px;
		top: 88px;
		left: 24.6%;
	}

	.sec5 .flex .arr_s2 {
		max-width: 130px;
		top: 88px;
		right: 24.6%;
	}

	.red_pl p {
		padding-left: 0;
	}

	.sec6 .prod {
		left: -96px;
		top: 3px;
		max-width: 463px;
	}
}

@media screen and (max-width: 980px) {
	.container {
		max-width: 710px;
	}

	.sec1 {
		padding-top: 8px;
	}

	.sec1 h1 {
		font-size: 34px;
	}

	.sec1 .limi_block {
		max-width: 410px;
	}

	.sec1 .wooman {
		right: -365px;
	}

	.sec1 p {
		font-size: 24px;
	}

	.sec1 p b {
		font-size: 26px;
	}

	.sec2 .text_block {
		max-width: 420px;
	}

	h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.sec2 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.sec2 p {
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 30px 0;
	}

	.sec2 .prod {
		left: -194px;
		top: -30px;
		max-width: 459px;
	}

	.sec3 .limit_cont {
		max-width: 420px;
	}

	.sec3 .imgs {
		right: -93px;
		top: 19px;
		max-width: 373px;
	}

	.sec4 .arr1,
	.sec4 .arr2 {
		display: none;
	}

	.sec4 .flex_items .item p span {
		font-size: 18px;
	}

	.sec4 .flex_items .item p {
		font-size: 16px;
	}

	.sec4 .prod {
		top: 108px;
		max-width: 300px;
	}

	.sec4 .arr3 {
		left: 98px;
		top: 595px;
		max-width: 184px;
	}

	.sec4 .arr4 {
		right: 98px;
		top: 595px;
		max-width: 184px;
	}

	.bg_block .st1 {
		left: 31%;
	}

	.bg_block .st2 {
		bottom: 55px;
		left: 66%;
	}

	.bg_block .st3 {
		bottom: 165px;
		left: 81%;
	}

	.sec5 .flex .item img {
		width: 100%;
		max-width: 150px;
	}

	.sec5 .flex .item p {
		font-size: 22px;
		line-height: 26px;
	}

	.red_pl p {
		font-size: 20px;
		line-height: 26px;
	}

	.sec5 .flex .arr_s1 {
		max-width: 88px;
		top: 71px;
		left: 25.5%;
	}

	.sec5 .flex .arr_s2 {
		max-width: 88px;
		top: 71px;
		right: 25.5%;
	}

	.sec6 .block_form {
		max-width: 400px;
	}

	.sec6 .prod {
		left: -125px;
		max-width: 422px;
	}

	form .checkbox {
		padding-left: 0;
	}

	form label:before {
		bottom: 3px;
	}

	footer .flex_footer .item {
		flex: 0 0 30%;
	}
}

@media screen and (max-width: 767px) {
	.container {
		max-width: 400px;
		padding: 0 13px;
	}

	.sec1 {
		overflow: inherit;
	}

	.sec1 .limi_block .logo {
		max-width: 100px;
	}

	.sec1 .sc1,
	.sec1 .sc2,
	.sec1 .wooman {
		display: none;
	}

	.sec1 .sc1_1 {
		display: block;
	}

	.sec1 .sc2_2 {
		display: block;
		bottom: -7px;
	}

	.sec1 .wooman2 {
		display: block;
		right: 0;
		bottom: -22px;
	}

	.sec1 h1 {
		font-size: 20px;
		line-height: 28px;
		text-align: center;
		margin-bottom: 15px;
		margin-top: 30px;
	}

	.sec1 h1 br {
		display: none;
	}

	.sec1 p {
		font-size: 18px;
		line-height: 23px;
		text-align: center;
	}

	.sec1 p b {
		max-width: 182px;
	}

	.sec1 p b {
		font-size: 18px;
		line-height: 23px;
		display: block;
	}

	.prices {
		max-width: 175px;
		display: block;
		text-align: center;
	}

	.prices p span {
		font-size: 20px;
	}

	.prices .new {
		margin-top: 5px;
	}

	.prices .new p {
		text-align: center;
	}

	.sec1 .btn {
		max-width: 175px;
		font-size: 14px;
		padding: 3px 0;
	}

	.sec2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.sec2 .prod {
		display: none;
	}

	.sec2 .prod_mob {
		display: block;
		max-width: 100%;
		margin: 0 auto 20px;
		transform: translateX(20px);
	}

	h2 {
		font-size: 18px;
		line-height: 23px;
	}

	.sec2 h2 {
		text-align: center;
		margin-bottom: 20px;
	}

	.sec2 h2 br {
		display: none;
	}

	.sec2 p {
		font-size: 16px;
		line-height: 21px;
		text-align: center;
		margin-bottom: 20px;
	}

	.sec2 a.btn {
		font-size: 9px;
	}

	.sec3 .imgs {
		position: relative;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}

	.sec3 {
		padding-top: 10px;
		padding-bottom: 30px;
	}

	.sec3 .limit_cont .prices {
		display: none;
	}

	.sec3 .limit_cont h2 {
		margin-bottom: 15px;
	}

	form input,
	select {
		height: 39px;
		font-size: 16px;
	}

	.sec4 {
		padding-top: 30px;
		padding-bottom: 0;
	}

	.sec4 h2 {
		margin-bottom: 0;
	}

	.sec4 .prod {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		display: block;
		max-width: 100%;
		margin: 0 auto;
		transform: none;
		max-width: 250px;
	}

	.sec4 .flex_items {
		margin: 0 auto;
		max-width: 276px;
	}

	.sec4 .flex_items .item {
		flex: 0 0 100%;
		margin-bottom: 48px;
		position: relative;
	}

	.sec4 .flex_items .item:nth-child(1):before {
		content: url(../img/arr_r_mob.png);
		position: absolute;
		top: -169px;
		right: 0;
	}

	.sec4 .flex_items .item:nth-child(2):before {
		content: url(../img/arr_l_mob.png);
		position: absolute;
		top: -220px;
		left: -15px;
	}

	.sec4 .flex_items .item:nth-child(3):before {
		content: url(../img/arr_r_mob.png);
		position: absolute;
		top: -179px;
		right: 0px;
	}

	.sec4 .flex_items .item img {
		max-width: 144px;
		margin-bottom: 7px;
	}

	.sec4 .flex_items .item p {
		line-height: 21px;
		max-width: 276px;
		margin: 0 auto;
	}

	.sec4 .flex_items .item p span {
		line-height: 23px;
		margin-bottom: 5px;
	}

	.sec4 .flex_items .item:nth-child(2) {
		margin-top: 0;
		margin-bottom: 28px;
	}

	.sec4 .arr3,
	.sec4 .arr4 {
		display: none;
	}

	.sec4 .container {
		padding: 0;
	}

	.bg_block {
		margin-top: 0;
		background: url(../img/bg_sec4_mob.png) no-repeat;
		background-position: center 0;
		background-size: cover;
		height: auto;
		text-align: center;
		padding-top: 67px;
		padding-bottom: 66px;
	}

	.bg_block .step {
		position: relative;
		top: 0 !important;
		right: 0 !important;
		left: 0 !important;
		bottom: 0 !important;
		transform: none !important;
		margin: 0 auto 18px;
	}

	.bg_block .step p {
		font-size: 16px;
		line-height: 21px;
		max-width: 255px;
		margin: 0 auto;
		text-shadow: 1px 1px 1px #011638;
	}

	.bg_block .step p br {
		display: none;
	}

	.bg_block .step p span {
		font-size: 90px;
		line-height: 117px;
	}

	.sec4 h2 {
		display: none;
	}

	.bg_block .step .int_op {
		font-size: 190px;
		line-height: 247px;
		right: 0;
		bottom: -55px;
	}

	.bg_block .step .int_op.we2 {
		right: 0;
		bottom: -102px;
	}

	.bg_block .step .int_op.we3 {
		right: 0;
		bottom: -82px;
	}

	.bg_block .st2 {
		margin-bottom: 50px;
	}

	.sec5 {
		padding-top: 60px;
		padding-bottom: 0;
	}

	.sec5 .flex {
		flex-wrap: wrap;
	}

	.sec5 .flex .item {
		flex: 0 0 100%;
		margin-bottom: 30px;
	}

	.sec5 .flex .item img {
		max-width: 160px;
		margin: 0 auto 15px;
	}

	.sec5 .flex .item p {
		font-size: 20px;
	}

	.sec5 .flex .arr_s1,
	.sec5 .flex .arr_s2 {
		display: none;
	}

	.red_pl {
		padding: 10px 0;
	}

	.red_pl p {
		font-size: 16px;
		line-height: 21px;
		text-align: center;
	}

	.sec5 .flex {
		max-width: 294px;
		margin: 0 auto;
	}

	.sec5 .flex .arr_m1 {
		display: block;
		right: 5px;
		left: auto;
		top: 71px;
	}

	.sec5 .flex .arr_m2 {
		display: block;
		left: 9px;
		top: 332px;
		right: auto;
	}

	.sec6 {
		padding-top: 20px;
	}

	.sec6 .prod {
		position: relative;
		display: block;
		margin: 0 auto 20px;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		max-width: 100%;
	}

	footer .flex_footer {
		flex-wrap: wrap;
	}

	footer .flex_footer .item {
		flex: 0 0 100%;
	}

	footer .flex_footer .item .info_bl {
		display: none;
		padding-bottom: 20px;
	}

	footer {
		padding: 28px 0;
	}

	footer .copyright_bl {
		margin-top: 10px;
		padding-top: 30px;
	}

	footer .flex_footer .item h3 {
		position: relative;
		display: block;
		width: 100%;
	}

	footer .flex_footer .item h3:after {
		content: url(../img/open_footer.svg);
		position: absolute;
		right: 0;
		top: 0;
	}
}