@media (min-width: 1600px) {
	.container {
		width: 1570px;
		max-width: 1570px;
	}
}
@media (min-width: 2200px) {
	.container {
		width: 2170px;
		max-width: 2170px;
	}
	.product-item-small-card.col-lg-rpoint {
		width: 16%;
	}

}
body {
	font-family: "Wix Madefor Text", sans-serif;
}
h1,h2,h3,h4,h5 {
	font-family: "Wix Madefor Display", sans-serif;
}
h1 {
	margin: 30px auto;
}
h2 {
	font-size: 40px;
	line-height: 48px;
	margin: 24px auto;
	font-weight: 600;
}
h3 {
	font-size: 32px;
	line-height: 40px;
	margin: 24px auto;
}
h4 {

}
h5 {
	margin: 20px 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}
p {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 0;
}
.top-section {
	height: 72px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 25px;
	background: #fff;
	border-bottom: #DEE2E6 solid 1px;
}

.btns-def {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	vertical-align: middle;
	padding: 10px 16px;
	border-radius: 8px;
	margin: 0 5px;
	text-decoration: none;
}

.btn-wt {
	background: #868E961A;
	color: #868E96;

}
.btn-w {
	background: #ffffff;
	color: #868E96;
}
.btn-blue {
	background: #228BE6;
	color: #fff;
	transition: all 0.5s;
}
.btn-w:hover {
	background: #ffffff;
	color: #8d9297;
}
.btn-blue:hover {
	background: #1C7ED6;
	color:#fff;
}
.rp-header {
	background-image: url("/images/imgs/background_fhd.jpg");
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding-bottom: 100px;

}
header h1 {
	display: block;
	width: 1062px;
	padding: 0;
	max-width: 100%;
	margin: 50px auto 16px;
	font-weight: 600;
	font-size: 56px;
	line-height: 72px;
	text-align: center;
	color: #000;
}
header p.descript {
	display: block;
	width: 800px;
	padding: 0;
	max-width: 100%;
	margin: 10px auto 24px;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
}
.btns-block-vert {
	width: 330px;
	margin: 24px auto 24px;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.btns-block-vert .btns-def{
	width: 320px;
	text-align: center;
}
.hero-image {
	text-align: center;
}
.hoz-interface {
	max-width: 100%;
}
.section {
	max-width: 100%;
	width: 1616px;
	margin: 200px auto 0;
	position: relative;
}
.section1 {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.sect-item {
	flex: 0 0 392px;
	display: flex;
	align-items: center;
	background: #F8F9FA;
	border-radius: 16px;
	padding: 0px 8px;
}
.sect-item img {

}
.img-wrap {
	/*flex: 0 0 70px;
	height: 70px;
	text-align: center;*/
	margin: 24px -10px 0;
}
.sect-item p {
	flex: 0 0 262px;
	margin-bottom: 0;
	padding: 0;
	font-size: 20px;
	line-height: 32px;
}
.section2 {
	text-align: center;
	margin: 100px auto;
}
.sect-item2 {
	border-radius: 16px;
	text-align: left;
	height: 100%;
	flex: 0 0 528px;
	max-width: 90%;
}
.img-sec img{
	width: 99%;
}
.sect2 {
	gap: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sect2 h5 {

	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin: 24px 0 16px;
}

.sect2 ul {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: #868E96;
	margin-bottom: 0;
}
.crazy-block {
	max-width: 505px;
	margin: 0 auto 60px;
	font-size: 20px;
	line-height: 32px;
}
.crazy-block2 {
	max-width: 635px;
	margin: 0 auto 60px;
	text-align: center;
}
.sect2 ul li {

}
.sect2 ul li::marker {
	font-size: 16px;
}
.section3 h2 {
	text-align: center;
}
.sect-3-1 {
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	display: grid;
}
.sect-3-2 {
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	display: grid;
}
.sect-3-1 .imgs-3 {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 250px;
	border-radius: 16px;
	position: relative;
	margin-bottom: 15px;
}

.sect-3-2 .imgs-3 {
	background-color: #eff0f2;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	height: 410px;
	border-radius: 16px;
	position: relative;
	margin-bottom: 15px;
}
.sect-3-1 .imgs-3::before,
.sect-3-2 .imgs-3::before {
	content: "";
	border-radius: 16px;
	height: 100%;
	width: 100%;
	position: absolute;
	background: linear-gradient(180deg, rgba(248, 249, 250, 0) 0%, #F2F2F2 100%);
}
.imgs-3 h3 {
	display: block;
	position: absolute;
	left: 40px;
	bottom: 40px;
	width: 420px;
	margin: 0;
	font-weight: 600;
	max-width: 85%;
}
.sect-3-1 .imgs3-1 {
	background-image: url("/images/imgs/image3-1.png");
}

.sect-3-1 .imgs3-2 {
	background-image: url("/images/imgs/image3-2.png");
}

.sect-3-1 .imgs3-3 {
	background-image: url("/images/imgs/image3-3.png");
}

.sect-3-2 .imgs3-4-1 {
	background-image: url("/images/imgs/image3-4-1.png");
}
.sect-3-2 .imgs3-5 {
	background-image: url("/images/imgs/image3-5.png");
}
.section4 {

}
.section4 h2.h2-top {
margin-bottom: 60px;
	text-align: center;
}
.sect4 {
	display: flex;
	background: #F8F9FA;
	align-items: center;
	height: 500px;
	margin: 20px 0;
	border-radius: 16px;
}
.sect4-text {
	flex: 0 0 528px;
	background: linear-gradient(180deg, #228BE6 0%, #134D80 100%);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 70px 0 40px;
	border-radius: 16px;
	height: 100%;
	position: relative;
}
img.svg-title {
	position: absolute;
	top: 40px;
	left: 40px;
}
.sect4-text-block {
	color: #fff;
}
.sect4-text h3 {
	font-weight: 600;
	margin: 20px 0;
	font-size: 40px;
	line-height: 48px;

}
.sect4-text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.sect4-img {
	display: flex;
	justify-content: center;
	width: 100%;
	flex: 1;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100%;
}
.sect4-img img {
	max-width: 100%;
	max-height: 500px;
}

.footer-logo {
	width: 160px;
}
.section9 h2 {
	text-align: center;
}
.card-rp {
background: #F8F9FA;
	border-radius: 16px;
padding: 12px;
	margin-bottom: 16px;
}
.card-rp h5{
	margin: 0;
}
.card-rp p,
.card-rp li {
	color: #868E96;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	margin-bottom: 9px;
	padding: 0 12px;
}
.card-rp li {
	padding: 0;
}
.card-rp li::marker {
	color: #000;
	font-weight: 600;
	font-family: 'Wix Madefor Display', sans-serif;
}
.card-rp p b,
.card-rp li b {
	color: #000;
	font-weight: 600;
	font-family: 'Wix Madefor Display', sans-serif;
}
.accordion-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px;
}
.accordion-button::after {
	content: url("/images/imgs/ac_open.svg");
	transition: all 0.3s;
}
.accordion-button[aria-expanded="true"]::after {
	transform: rotate(90deg);
}
@media (max-width: 1200px) {
	.sect4-text {
		flex: 0 0 450px;
	}
	.sect4 {
		height: 460px;
		margin: 25px 0;
	}
}
@media (max-width: 960px) {
	header h1 {
		padding: 0 16px;
	}
	header p.descript {
		padding: 0 16px;
	}
	.sect4-text {
		flex: 0 0 350px;
	}
	.sect4 {
		height: 360px;
		margin: 25px 0;
	}
	.sect4-text h3 {
		font-size: 30px;
		line-height: 32px;
	}
}
@media (max-width: 767px) {
	.sect4 {
		height: auto;
		margin: 25px 15px;
		flex-wrap: wrap;
	}
	.sect4-text {
		flex: 0 0 100%;
		height: 300px;
		padding: 24px;
	}
	.sect4-img {
		flex: 0 0 100%;
	}
	.sect4.sect4-right .sect4-text {
		order: 1;
	}
	.sect4.sect4-right .sect4-img {
		order: 2;
		min-height: 290px;
		background-size: cover;
	}
	.sect4.sect4-left .sect4-img {
		min-height: 290px;
		background-size: cover;
		margin-top: 15px;
		border-radius: 16px;
	}
	#section4 {
		.sect4-img-1 {
			background-position: left 59% top 0px;
		}

		.sect4-img-2 {
			background-size: 126%;
		}

		.sect4-img-3 {
			background-size: 145%;
		}

		.sect4-img-4 {
			background-size: 150%;
		}

		.sect4-img-5 {
			background-size: 126%;
		}

		.sect4-img-6 {
			background-size: 180%;
		}
	}
	img.svg-title {
		position: relative;
		top: 0;
		left: 0;
	}
	.sect4-text p {
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 374px) {
	.sect4-text {
		height: auto;
	}
}

.feedback-form {
	display: flex;
	justify-content: center;
	background-color: #F8F9FA;
	align-items: center;
	border-radius: 16px;
	flex-wrap: wrap;
	padding: 140px;
}
.section6 {

}
.section6 h2 {
	max-width: 700px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
}
.s6-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}
.s6-flex h4 {
	margin: 24px;
	max-width: 340px;
	font-weight: 600;
}
.s6-1-flex {
	flex: 0 0 663px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	max-width: 100%;
}
.s6-1-item {
	flex: 0 0 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
	border-radius: 16px;
	background-color: #F8F9FA;
	position: relative;
}

.s6-1-item-1 {
background-image: url("/images/imgs/sect-6/s6-1.png");
	height: 270px;
}
.s6-1-item-2 {
	background-image: url("/images/imgs/sect-6/s6-2.svg");
	height: 410px;
}
.s6-1-item-2::after {
	content: "";
	background: linear-gradient(180deg, rgba(248, 249, 250, 0) 24.52%, #F8F9FA 100%);
	z-index: 2;
	position: absolute;
	height: 205px;
	bottom: 0;
	width: 100%;
	border-radius: 16px;
}
.s6-2-flex {
	flex: 0 0 460px;
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	max-width: 90%;
}
.s6-2-item {
	flex: 0 0 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
	border-radius: 16px;
	background-color: #F8F9FA;
	position: relative;
	height: 340px;
}

.s6-2-item-1 {
	background-image: url("/images/imgs/sect-6/s6-3.png");
}
.s6-2-item-2 {
	background-image: url("/images/imgs/sect-6/s6-4.png");
}

.s6-3-flex {
	flex: 0 0 460px;
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	max-width: 100%;
}
.s6-3-item {
	flex: 0 0 100%;
	background-repeat: no-repeat;
	background-position: bottom 48px center;
	background-size: 364px;
	border-radius: 16px;
	background-color: #F8F9FA;
	position: relative;
	height: 696px;
}

.s6-3-item-1 {
	background-image: url("/images/imgs/sect-6/s6-5-1.svg");
}

.section7 h2 {
	max-width: 700px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
}
.s7-flex {
	max-width: 1616px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin: 0 auto;
}
.s7-f-item {
	flex: 0 0 512px;
	max-width: 100%;
	padding: 0 20px;

}
.s7-img {
	width: 70px;
	height: 70px;
	margin-bottom: 24px;
	position: relative;
	/*background: linear-gradient(180deg, #228BE6 0%, rgb(34 139 230 / 16%) 99.99%, rgba(34, 139, 230, 0) 100%);
	padding: 22px;
	border-radius: 50%;
	box-shadow: 0px 14px 30.55px -16.55px #228BE6;
	margin-bottom: 24px;*/
}
.s7-f-item img {
	position: absolute;
	left: -25px;
	top: 0;
}
.s7-f-item h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0;
}
.s7-f-item p {
	color: #868E96;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0;

}
.section8 h2 {
	max-width: 700px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
}
.swiper {
	max-width: 1616px;
	border-radius: 32px;
}

.s8-item {
	display: flex;
	flex-wrap: wrap;
	background: #F8F9FA;
	height: 620px;
	padding: 40px;
	justify-content: space-between;

}
.s8-i-f1 {
flex: 0 0 532px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.s8-i-f1-1 {

}
.s8-i-f1-2 {

}
.s8-i-f1 h3 {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
}
.s8-i-f1 p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.s8-logo {

}
.s8-i-f2 {

}
.s8-photo {
	max-width: 100%;
}
.block-feedback {
	flex: 0 0 50%;
}
.img-feedback {
	flex: 0 0 45%;
}
.img-feedback img{
	max-width: 100%;
}
.block-feedback .b24-form-wrapper{
	max-width: 560px;
}
.block-feedback .b24-form-padding-side {
	padding-left: 0;
	padding-right: 0;
}
.block-feedback .b24-form-header {
border: none;
}
.block-feedback .b24-form-control-string .b24-form-control {
	border-radius: 16px;
	background-color: #fff;
	height: 56px;
	color: #24292E;
}
.block-feedback .b24-form-control-icon-after .b24-form-control-label {
	color: #868E96;
}
.block-feedback .b24-form-header-title {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0;
	text-align: left;
	font-family: 'Wix Madefor Display', sans-serif;
	margin-bottom: 16px;
}
.block-feedback .b24-form-header-description {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #212529;
	letter-spacing: 0;
	text-align: left;
	font-family: 'Wix Madefor Text', sans-serif;
	margin-bottom: 40px;
	padding-right: 20px;
}
.block-feedback .b24-form-content form>div {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	width: 528px;
	margin-bottom: 16px;
}
.block-feedback .b24-form-field {
	width: 100%;
	margin-bottom: 0;
}
.block-feedback .b24-form-field .b24-form-control-container {
	margin-bottom: 0;
}
.block-feedback .b24-form-field.b24-form-field-email,
.block-feedback .b24-form-field-string {
	width: auto;
	flex: 0 0 258px;
}
.block-feedback .b24-form-btn-block button.b24-form-btn {
	width: 258px;
	height: 32px;
	padding: 0;
	border-radius: 8px;
	background-color: #228BE6;
	font-family: "Wix Madefor Text", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0;
}
.social_footer_icon {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 6px;
}
.social_footer {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
}
.section-footer1 {
	max-width: 100%;
	width: 1616px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	padding: 48px 0;
}
.bx-footer hr {
	opacity: 1;
	background: #DEE2E6;
	height: 2px;
}
.fot-contact-fl {
	display: flex;
	flex-wrap: wrap;
}
.phone_footer {
	flex: 0 0 360px;
}
.address-footer {
	flex: 0 0 350px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;

}
a.phone {

	color: #24292E ;
}
.phone_footer p {
	font-size: 14px;
	color: #212529;
}
.phone_footer a {
	font-family: "Wix Madefor Text", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	color: #212529;
	text-decoration: none;
	border-bottom: #DEE2E6 solid 1px;
	padding-bottom: 4px;
}
.address-footer p {
	margin: 0;
}
.address-footer a {
	color: #1760CF;
	text-decoration: none;
	font-size: 14px;
}
/* section 5 */

footer .bottom-footer {
	height: 68px;
	background: #F3F4F6;
}

.section-footer2 {
	max-width: 90%;
	width: 1660px;
	margin: 25px auto;
}
.footer-logo-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.fot-l-b-1 {
	display: flex;
	flex: 1 0 50%;
	flex-wrap: wrap;
	align-items: center;
}
.fot-l-b-2 {
	margin: 5px 0;
}
.section-footer3 {
	max-width: 90%;
	width: 1660px;
	margin: 0 auto;
	line-height: 68px;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;

}
.footer-links-block a {
	text-decoration: none;
	display: inline-block;
	margin: 0 5px;
}
.bx-footer {
	margin-top: 200px;
}
@media (max-width: 1420px) {
	.s8-i-f1 {
		flex: 0 0 49%;
	}
	.s8-i-f2 {
		flex: 0 0 49%;
	}
	.feedback-form {
		padding: 40px;
	}
}

@media (max-width: 960px) {
	.s8-logo {
	width: 120px;
}
	.s8-i-f1-2 {
		margin: 0 auto;
	}
	.s8-i-f1 h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.s8-i-f1 p {
		font-size: 14px;
		line-height: 20px;
	}
	.s8-item {
		padding: 24px;
		height: 795px;
		gap: 50px;
	}
	.s8-i-f1 {
		flex: 0 0 100%;
		gap: 20px;
	}
	.s8-i-f2 {
		flex: 0 0 500px;
		margin: 0 auto;
	}
	.buttons-block {

	}
	.buttons-block button {
		min-width: 200px;
		margin-left: -15px;
		background: linear-gradient(45deg, #ececec 10%, transparent);
	}


}
@media (max-width: 767px) {
	h2 {
		font-size: 28px;
		line-height: 36px;
		margin: 12px auto;
	}
	h3 {
		font-size: 22px;
		line-height: 30px;
	}
	h4 {
		font-size: 18px;
		line-height: 24px;
	}
	h5 {
		font-size: 16px;
		line-height: 22px;
	}
	.s8-i-f2 {
		flex: 0 0 400px;
		margin: 0 auto;
	}

	.block-feedback {
		flex: 0 0 90%;
	}
	.img-feedback {
		flex: 0 0 90%;
	}
	.feedback-form {
		padding: 20px 5px;
	}
	.card-rp {
		margin: 8px 16px;
	}
	.address-footer p {
		font-size: 16px;
		line-height: 24px;
	}
	.section-footer1 {
		justify-content: flex-start;
		padding: 0 20px;
	}
	.section {
		padding-left: 16px;
		padding-right: 16px;
	}
	.footer-logo-block {
		flex-direction: column;
	}
}


@media (max-width: 1200px) {
	.imgs-3 h4 {
		left: 10px;
		width: 90%;
	}
}

@media (max-width: 960px) {
	.sect2 {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 767px) {
	header h1 {
		font-size: 32px;
		line-height: 34px;
	}
	.top-section .logo {
		flex: 0 0 163px;
	}
	.top-section .logo img{
		width: 100%;
	}
	.top-section .btns-block .btns-def {
	font-size: 12px;
	}
	.sect-3-1 {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
		padding: 15px;
	}
	.sect-3-2 {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}
	.sect-3-2 .imgs-3 {
		background-repeat: no-repeat;
		background-position: right center;
		background-size: cover;
		height: 250px;
	}
	.block-feedback .b24-form-wrapper {
		max-width: 90%;
	}
	.block-feedback .b24-form-content form>div {
		width: 90%;
	}
	.block-feedback .b24-form-header-title {
		font-size: 26px;
		line-height: 30px;
	}
	.block-feedback .b24-form-field.b24-form-field-email, .block-feedback .b24-form-field-string {
		width: auto;
		flex: 0 0 100%;
	}

}
@media (max-width: 414px) {
	.s8-i-f2 {
		flex: 0 0 320px;
		margin: 0 auto;
	}
	.top-section .logo {
		flex: 0 0 100px;
	}
	.top-section {
		padding: 0 10px;
	}
	.sect-item {
		flex: 0 0 343px;
	}
	.sect-item p {
		flex: 0 0 230px;
		margin-bottom: 0;
		padding: 0;
		font-size: 16px;
		line-height: 24px;
	}
	.img-wrap {
		margin: 13px 12px 13px 16px;
	}
}