* {
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Manrope", sans-serif;
}

.wrapper {
	overflow: hidden;
	width: 100%;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}

header {
	border-bottom: 1px solid #cacaca;
}
header .header_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 18px 24px 0;
}
header .header_block .menu_block ul {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
header .header_block .menu_block ul li {
	list-style: none;
	margin-right: 48px;
}
header .header_block .menu_block ul li:last-child {
	margin-right: 0;
}
header .header_block .menu_block ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	transition: 0.5s all ease;
	color: #000000;
}
header .header_block .menu_block ul li a:hover {
	color: #0186af;
}
header .header_block .hamburger-menu {
	display: none;
}
header .header_block .back_call {
	display: flex;
	align-items: center;
}
header .header_block .back_call a {
	margin-right: 32px;
}
header .header_block .back_call button {
	border: none;
	margin-right: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	color: #0186af;
	padding: 12px 60px 12px 24px;
	border: 1px solid #0186af;
	border-radius: 25px;
	position: relative;
	background-color: transparent;
}
header .header_block .back_call button img {
	position: absolute;
	right: 14px;
	top: 18px;
}

.home .home_block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 60px;
	margin-bottom: 60px;
}
.home .home_block .title_block a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	padding: 10px 32px;
	border: 1px solid #0186af;
	border-radius: 12px;
	color: #000000;
}
.home .home_block .title_block a span {
	font-weight: 600;
}
.home .home_block .title_block h1 {
	font-size: 87px;
	font-weight: 500;
	line-height: 118px;
	text-align: left;
	color: #000000;
}
.home .home_block .title_block h1 span {
	font-weight: 600;
	color: #0186af;
}
.home .home_block .right_block_h {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.home .home_block .right_block_h .first_a img {
	background-color: #0186af;
}
.home .home_block .right_block_h a {
	text-decoration: none;
	padding: 16px 10px 16px 10px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	color: #000000;
	border: 1px solid #0186af;
	border-radius: 12px;
	width: 300px;
	margin-bottom: 16px;
	transition: 0.5s all ease;
}
.home .home_block .right_block_h a:hover {
	background-color: #0186af;
}
.home .home_block .right_block_h a img {
	margin-right: 16px;
	background-color: #ffffff;
}
.home .home_block .right_block_h .download_presentation a {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	color: #ffffff;
	background-color: #0186af;
	border-radius: 64px;
	padding: 20px 30px;
	max-width: 233px;
	margin-bottom: 0;
	max-width: 310px;
}
.home .home_block .right_block_h .download_presentation a img {
	margin-left: 20px;
	background-color: transparent;
}

.touch_of_home {
	margin-bottom: 60px;
}
.touch_of_home img {
	width: 100%;
}

.free_consultation .text_cons {
	margin-bottom: 220px;
}
.free_consultation .text_cons button {
	border: none;
	background-color: transparent;
	font-size: 20px;
	font-weight: 500;
	line-height: 29px;
	color: #000000;
	padding: 24px 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #0186af;
	border-radius: 64px;
	transition: 0.5s all ease;
}
.free_consultation .text_cons button:hover {
	background-color: #0186af;
	color: #ffffff;
}
.free_consultation .text_cons button img {
	margin-right: 24px;
}
.free_consultation .why_zero {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 220px;
}
.free_consultation .why_zero .left_block_z .title_z {
	margin-bottom: 131px;
}
.free_consultation .why_zero .left_block_z .title_z h2 {
	font-size: 80px;
	font-weight: 500;
	line-height: 111px;
	color: #000000;
}
.free_consultation .why_zero .left_block_z .title_z h2 span {
	font-weight: 800;
	color: #0186af;
}
.free_consultation .why_zero .right_block_z {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.free_consultation .why_zero .right_block_z .item_block {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.free_consultation .why_zero .right_block_z .item_block:last-child {
	margin-bottom: 0;
}
.free_consultation .why_zero .right_block_z .item_block .item {
	width: 260px;
	padding: 40px 10px;
	background-color: #f5fafc;
	margin-right: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 32px;
}
.free_consultation .why_zero .right_block_z .item_block .item:last-child {
	margin-right: 0;
}
.free_consultation .why_zero .right_block_z .item_block .item h3 {
	font-size: 50px;
	font-weight: 800;
	line-height: 89px;
	color: #0186af;
	margin-bottom: 16px;
}
.free_consultation .why_zero .right_block_z .item_block .item p {
	font-size: 20px;
	font-weight: 500;
	line-height: 29px;
	color: #000000;
}
.free_consultation .product_catalog {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 120px;
}
.free_consultation .product_catalog .left_pr_gr .title_p h2 {
	font-size: 58px;
	font-weight: 500;
	line-height: 109px;
	color: #000000;
	margin-bottom: 48px;
}
.free_consultation .product_catalog .left_pr_gr .items a {
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 24px 0 24px 32px;
	margin-bottom: 24px;
	transition: 0.5s all ease;
	font-size: 18px;
	font-weight: 500;
	line-height: 29px;
	color: #000000;
	border-radius: 12px;
}
.free_consultation .product_catalog .left_pr_gr .items a:hover {
	background-color: #f5fafc;
}
.free_consultation .product_catalog .left_pr_gr .items a:last-child {
	margin-bottom: 0;
}
.free_consultation .product_catalog .left_pr_gr .items a span {
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	background-color: #0186af;
	color: #ffffff;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 20px;
}
.free_consultation .product_catalog .right_pr_gr {
	padding: 24px;
	background-color: #f5fafc;
	border-radius: 12px;
}
.free_consultation .product_catalog .right_pr_gr .img_conds {
	margin-bottom: 48px;
}
.free_consultation .product_catalog .right_pr_gr .img_conds img {
	max-width: 600px;
}
.free_consultation .product_catalog .right_pr_gr .text_co {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.free_consultation .product_catalog .right_pr_gr .text_co .left_co_t {
	margin-right: 20px;
}
.free_consultation .product_catalog .right_pr_gr .text_co .left_co_t:last-child {
	margin-right: 0;
}
.free_consultation .product_catalog .right_pr_gr .text_co .left_co_t a {
	font-size: 18px;
	font-weight: 500;
	line-height: 29px;
	color: #000000;
	display: flex;
	align-items: center;
	text-decoration: none;
	margin-bottom: 20px;
}
.free_consultation .product_catalog .right_pr_gr .text_co .left_co_t a:last-child {
	margin-bottom: 0;
}
.free_consultation .product_catalog .right_pr_gr .text_co .left_co_t a img {
	margin-right: 13px;
}
.free_consultation .product_catalog .right_pr_gr .text_co .left_co_t .first_a img {
	background-color: #0186af;
}
.free_consultation .product_catalog .right_pr_gr .many_inf a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	padding: 20px 0;
	background-color: #0186af;
	border-radius: 64px;
	color: #ffffff;
}

.functions_zero {
	margin-bottom: 200px;
	background-image: url(../img/conds_backg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 600px;
}
.functions_zero .functions_block .title_func h2 {
	font-size: 80px;
	font-weight: 500;
	line-height: 109px;
	margin-bottom: 80px;
	color: #000000;
}
.functions_zero .functions_block .title_func h2 span {
	font-weight: 600;
	color: #0186af;
}
.functions_zero .functions_block .informations_inc .inf_grs {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 120px;
}
.functions_zero .functions_block .informations_inc .inf_grs:last-child {
	margin-bottom: 0;
}
.functions_zero .functions_block .informations_inc .inf_grs .infss {
	padding-left: 82px;
}
.functions_zero .functions_block .informations_inc .inf_grs .infss h3 {
	font-size: 40px;
	font-weight: 600;
	line-height: 55px;
	color: #0186af;
	position: relative;
	margin-bottom: 20px;
}
.functions_zero .functions_block .informations_inc .inf_grs .infss h3 img {
	position: absolute;
	left: -77px;
	top: 17px;
}
.functions_zero .functions_block .informations_inc .inf_grs .infss p {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
	margin-bottom: 20px;
}
.functions_zero .functions_block .informations_inc .inf_grs .infss p:last-child {
	margin-bottom: 0;
}
.functions_zero .functions_block .informations_inc .inf_grs .infss p img {
	margin-right: 12px;
}
.functions_zero .functions_block .informations_inc .text_cons button {
	border: none;
	background-color: transparent;
	font-size: 20px;
	font-weight: 500;
	line-height: 29px;
	color: #000000;
	padding: 24px 0;
	width: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #0186af;
	border-radius: 64px;
	transition: 0.5s all ease;
}
.functions_zero .functions_block .informations_inc .text_cons button:hover {
	background-color: #0186af;
	color: #ffffff;
}
.functions_zero .functions_block .informations_inc .text_cons button img {
	margin-right: 24px;
}

.where_buy {
	margin-bottom: 120px;
}
.where_buy .location .title_loc h2 {
	font-size: 80px;
	font-weight: 500;
	line-height: 109px;
	color: #000000;
	margin-bottom: 40px;
}
.where_buy .location .item_loc {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.where_buy .location .item_loc .items {
	padding: 24px;
	min-height: 470px;
	border: 1px solid #0186af;
	border-radius: 12px;
	width: 32%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.where_buy .location .item_loc .items h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 38px;
	color: #0186af;
	margin-bottom: 20px;
	display: block;
}
.where_buy .location .item_loc .items p {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.where_buy .location .item_loc .items p img {
	margin-right: 12px;
}
.where_buy .location .item_loc .items a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 24px;
}
.where_buy .location .item_loc .items a img {
	margin-right: 12px;
}
.where_buy .location .item_loc .items .map_loc {
	width: 100%;
	height: 230px;
}
.where_buy .location .item_loc .items .map_loc .ymaps-2-1-79-map {
	width: 100%;
	height: 100%;
}

.contact_block {
	background-color: #f5fafc;
	background-image: url(../img/connect.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position-y: 140px;
}
.contact_block .contact_bl {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 80px 0;
}
.contact_block .contact_bl p {
	font-size: 60px;
	font-weight: 500;
	line-height: 80px;
	color: #000000;
	margin-bottom: 80px;
	text-align: end;
}
.contact_block .contact_bl button {
	border: none;
	background-color: transparent;
	font-size: 48px;
	font-weight: 500;
	line-height: 66px;
	color: #0186af;
	display: flex;
	align-items: center;
}
.contact_block .contact_bl button img {
	margin-left: 10px;
}

.modal-header {
	border: none;
	position: relative;
	flex-direction: column;
	padding-bottom: 0;
}
.modal-header h1 {
	text-align: center;
	font-size: 40px !important;
	font-weight: 500;
	line-height: 55px;
	color: #000000;
}
.modal-header .btn-close {
	position: absolute;
	right: 15px;
	top: 15px;
}

.modal-body form {
	display: flex;
	flex-direction: column;
	align-items: normal;
	justify-content: center;
}
.modal-body form p {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #000000;
	margin-bottom: 12px;
}
.modal-body form input {
	margin-bottom: 12px;
	outline: 0;
	padding: 16px 24px;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #000000;
	border: none;
	border: 1px solid #e8ebf1;
	border-radius: 12px;
}
.modal-body form input::-moz-placeholder {
	color: #878787;
}
.modal-body form input::placeholder {
	color: #878787;
}
.modal-body form button {
	padding: 16px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #ffffff;
	background-color: #0186af;
	border-radius: 64px;
}

.modal-content {
	max-width: 600px;
	margin: 0 auto;
	border-radius: 32px;
}

@media (max-width: 992px) {
	header .header_block {
		position: relative;
	}
	header .header_block .menu_block {
		display: none;
	}
	header .header_block .logo a img {
		max-width: 120px;
	}
	header .header_block .back_call button {
		display: none;
	}
	.header_block .hamburger-menu {
		display: block !important;
	}
	.header_block #menu__toggle {
		opacity: 0;
	}
	.header_block #menu__toggle:checked + .menu__btn > span {
		transform: rotate(45deg);
	}
	.header_block #menu__toggle:checked + .menu__btn > span::before {
		top: 0;
		transform: rotate(deg);
	}
	.header_block #menu__toggle:checked + .menu__btn > span::after {
		top: 0;
		transform: rotate(90deg);
	}
	.header_block #menu__toggle:checked ~ .menu__box {
		right: 0 !important;
	}
	.header_block .menu__btn {
		position: absolute;
		top: 43px;
		right: 10px;
		width: 26px;
		height: 26px;
		cursor: pointer;
		z-index: 2;
	}
	.header_block .menu__btn > span,
	.header_block .menu__btn > span::before,
	.header_block .menu__btn > span::after {
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #0186af;
		transition-duration: 0.25s;
	}
	.header_block .menu__btn > span::before {
		content: "";
		top: -8px;
	}
	.header_block .menu__btn > span::after {
		content: "";
		top: 8px;
	}
	.header_block .menu__box {
		display: block;
		position: fixed;
		top: 0;
		right: -100%;
		width: 300px;
		z-index: 1;
		height: 100%;
		margin: 0;
		padding: 80px 0;
		list-style: none;
		background-color: #303038;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
		transition-duration: 0.25s;
	}
	.header_block .menu__box button {
		border: none;
		margin-right: 0;
		font-size: 16px;
		font-weight: 600;
		line-height: 24px;
		text-align: center;
		color: #0186af;
		padding: 12px 24px 12px 24px;
		border: 1px solid #0186af;
		border-radius: 25px;
		position: relative;
		background-color: transparent;
		margin-left: 20px;
		margin-top: 20px;
	}
	.header_block .menu__box button img {
		display: none;
	}
	.header_block .menu__item {
		display: block;
		padding: 12px 24px;
		color: #fff;
		font-family: "Manrope", sans-serif;
		font-size: 20px;
		font-weight: 600;
		text-decoration: none;
		transition-duration: 0.25s;
	}
	.header_block .menu__item:hover {
		background-color: #cfd8dc;
	}
	.header_block .menu {
		display: none;
	}
	.header_block .messenger {
		display: none;
	}
	.header_block .logo img {
		max-width: 120px;
	}
	.header_block #toggle {
		display: block !important;
		position: relative;
		width: 30px;
		height: 26px;
	}
	.header_block #toggle input {
		position: absolute;
		top: -3px;
		left: -3px;
		width: 100%;
		height: 100%;
		z-index: 1;
		opacity: 0;
		cursor: pointer;
	}
	.header_block #toggle input:checked + span {
		background: transparent;
	}
	.header_block #toggle input:checked + span:after {
		transform: rotate(45deg) translate(-1px, -8px);
	}
	.header_block #toggle input:checked + span:before {
		transform: rotate(-45deg) translate(-4px, 12px);
	}
	.header_block #toggle span {
		position: absolute;
		width: 100%;
		height: 3px;
		background: #6f6f81;
		margin-top: 10px;
	}
	.header_block #toggle span:before,
	.header_block #toggle span:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 3px;
		background: #6f6f81;
		top: -9px;
		transition: 0.3s;
	}
	.header_block #toggle span:after {
		top: 9px;
	}
	.home .home_block {
		flex-direction: column;
		align-items: center;
	}
	.home .home_block .title_block h1 {
		font-size: 40px;
		line-height: 54px;
		margin-top: 12px;
		margin-bottom: 24px;
	}
	.home .home_block .right_block_h a {
		font-size: 14px;
		padding: 13px 10px 13px 24px;
	}
	.home .home_block .right_block_h .download_presentation a {
		max-width: 300px;
		padding: 20px 28px;
	}
	.home .home_block {
		margin-bottom: 20px;
	}
	.touch_of_home {
		background-size: contain;
		margin-bottom: 20px;
	}
	.free_consultation .text_cons button {
		font-size: 16px;
		padding: 20px 10px;
	}
	.free_consultation .text_cons {
		margin-bottom: 84px;
	}
	.free_consultation .why_zero .left_block_z .title_z {
		margin-bottom: 32px;
	}
	.free_consultation .why_zero .left_block_z .title_z h2 {
		font-size: 36px;
		text-align: center;
	}
	.free_consultation .why_zero {
		flex-direction: column;
		align-items: center;
		margin-bottom: 50px;
	}
	.free_consultation .why_zero .right_block_z .item_block {
		flex-direction: column;
	}
	.free_consultation .why_zero .left_block_z img {
		width: 100%;
		margin-bottom: 32px;
	}
	.free_consultation .why_zero .right_block_z .item_block {
		margin-bottom: 0;
	}
	.free_consultation .why_zero .right_block_z .item_block .item {
		margin-right: 0;
		margin-bottom: 16px;
	}
	.free_consultation .product_catalog {
		flex-direction: column;
		align-items: center;
		margin-bottom: 64px;
	}
	.free_consultation .product_catalog .left_pr_gr .title_p h2 {
		font-size: 30px;
		line-height: 47px;
		text-align: center;
		margin-bottom: 16px;
	}
	.free_consultation .product_catalog .left_pr_gr .items a {
		font-size: 16px;
		margin-bottom: 16px;
		justify-content: center;
	}
	.free_consultation .product_catalog .left_pr_gr .items a:last-child {
		margin-bottom: 24px;
	}
	.free_consultation .product_catalog .right_pr_gr .img_conds img {
		width: 100%;
	}
	.free_consultation .product_catalog .right_pr_gr .text_co {
		flex-direction: column;
		align-items: baseline;
		margin-bottom: 0;
	}
	.free_consultation .product_catalog .right_pr_gr .text_co .left_co_t a {
		font-size: 16px;
	}
	.free_consultation .product_catalog .right_pr_gr .text_co .left_co_t {
		margin-right: 0;
		margin-bottom: 16px;
	}
	.free_consultation .product_catalog .right_pr_gr .many_inf a {
		padding: 16px 0;
	}
	.functions_zero {
		background-image: none;
		margin-bottom: 64px;
	}
	.functions_zero .functions_block .title_func h2 {
		font-size: 36px;
		line-height: 49px;
		text-align: center;
		margin-bottom: 24px;
	}
	.functions_zero .functions_block .informations_inc .inf_grs .infss h3 img {
		display: none;
	}
	.functions_zero .functions_block .informations_inc .inf_grs .infss {
		padding-left: 0;
		margin-bottom: 24px;
	}
	.functions_zero .functions_block .informations_inc .inf_grs {
		flex-direction: column;
		margin-bottom: 24px;
	}
	.functions_zero .functions_block .informations_inc .inf_grs .infss h3 {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.functions_zero .functions_block .informations_inc .text_cons button {
		font-size: 16px;
		margin: 0 auto;
		width: 100%;
	}
	.where_buy {
		margin-bottom: 64px;
	}
	.where_buy .location .title_loc h2 {
		font-size: 36px;
		margin-bottom: 24px;
		text-align: center;
	}
	.where_buy .location .item_loc {
		flex-direction: column;
		align-items: center;
	}
	.where_buy .location .item_loc .items .map_loc {
		width: 100%;
	}
	.where_buy .location .item_loc .items h3 {
		font-size: 24px;
	}
	.where_buy .location .item_loc .items {
		margin-bottom: 20px;
		width: 100%;
	}
	.where_buy .location .item_loc .items:last-child {
		margin-bottom: 0;
	}
	.contact_block {
		background-image: none;
	}
	.contact_block .contact_bl p {
		font-size: 36px;
		text-align: center;
		margin-bottom: 24px;
	}
	.contact_block .contact_bl {
		align-items: center;
	}
	.contact_block .contact_bl button {
		font-size: 27px;
	}
	.contact_block .contact_bl {
		padding: 40px 0;
	}
	.modal-header h1 {
		font-size: 25px !important;
		line-height: 38px;
	}
	.modal-body form p {
		font-size: 16px;
	}
	.modal-body form input {
		font-size: 16px;
	}
}
