/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body {
	background: #090516;
	color: var(--base);
}

.img_resp img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.btn {
	font-size: 16px;
	line-height: 19px;
	transition: all linear 0.25s;
}
.btn * {
	transition: all linear 0.25s;
}
.btn.btn_cons {
	background: var(--background);
	border: 1px solid var(--accent);
	border-radius: 30px;
	color: var(--base);
	line-height: 20px;
	padding: 10px;
	display: flex;
	justify-content: center;
}
.btn .plus {
	fill: var(--background);
}
.btn .gb-shape {
	font-size: 20px;
	color: var(--accent);
}
.btn.btn_cons:hover {
	background: var(--accent);
	color: var(--background);
}
.btn:hover .gb-shape {
	color: var(--background);
}
.btn:hover .plus {
	fill: #fff;
}
.btn.btn_soc {
	background: #E6EBFF;
	border: none;
	border-radius: 30px;
	color: #000000;
	line-height: 20px;
	padding: 11px 15.5px;
	display: flex;
	justify-content: center;
}
.btn.btn_soc:hover {
	background: var(--accent);
	color: #000000;
}
.preloader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #100F1F;
	z-index: 100000;
}
.preloader img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.preloader video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#masthead {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF00;
	width: 100%;
	z-index: 3;
	padding: 20px 0 30px;
}
#masthead:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(9px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0.9) 80%, rgba(0, 0, 0, 0));
	-webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0.9) 80%, rgba(0, 0, 0, 0));
}
.inside-header {
	position: relative;
	z-index: 21;
	width: 100%;
	background: var(--background);
	height: 60px;
	border-radius: 30px;
	padding: 9px 9px 9px 34px;
	flex-direction: row !important;
}
.site-logo {
	margin-right: 30px;
}
.site-logo img {
	width: 107px;
	display: block;
}
.header-widget {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	gap: 30px;
}
.widget_nav_menu ul {
	list-style: none;
	display: flex;
	gap: 31px;
}
.widget_nav_menu ul li {
	margin-bottom: 0;
}
.widget_nav_menu ul li a {
	color: var(--base);
	text-decoration: none;
	font-size: 16px;
	line-height: 19px;
}
.pkhid_menu {
	display: none;
}
.header-widget  .burger {
	display: none;
}

#page {
	background: #FFFFFF03;
	position: relative;
	z-index: 2;
}
#page:before {
	content: '';
	display: block;
	width: 100%;
	height: 100vh;
	backdrop-filter: blur(4px);
	position: absolute;
	top: 100vh;
	left: 0;
	z-index: 2;
	mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0));
	-webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0));
}
#page.fixed-top:before {
	position: fixed;
	top: 160px;
}
#page:after {
	/*content: '';*/
	/*background: url(/wp-content/uploads/2026/04/fon.jpg) no-repeat top center;*/
	color: var(--base);
	background-size: cover;
	background-attachment: fixed;
	display: block;
	width: 100%;
	height: 809px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}
#myVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    transform: translateX(-50%) translateY(-50%);
}
.hid_bl {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1s ease, transform 1s ease;
}
.hid_delay20 {
	transition-delay: 0.2s;
}
.hid_delay40 {
	transition-delay: 0.4s;
}

.visible {
	opacity: 1;
	transform: translateY(0);
}

.site-content {
	position: relative;
	z-index: 3;
}

.separate-containers .inside-article {
	background: none;
}
.sect {
	padding: 50px 0 100px;
}
.sect-container {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}

.subtitle {
	position: relative;
	padding-left: 16px;
	background: url(/wp-content/uploads/2026/04/sub_frst.png) no-repeat 0 0;
}

#shap {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 128px 0 20px;
}
#shap .btn {
	width: 611px;
	margin: 0 auto;
}

.task_grid > div {
	position: relative;
	height: 374px;
	min-width: 232px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	z-index: 1;
	text-align: center;
}
.task_grid > div:before {
	content: '';
	background: linear-gradient(180deg, rgba(0, 143, 93, 0.5) 0%, rgba(0, 245, 160, 0) 100%);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	border-radius: 15px 15px 0 0;
	z-index: -2;
}
.task_grid .wp-block-image {
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 0;
	right: 1px;
	border-radius: 15px;
	overflow: hidden;
	z-index: -1;
}

.task_sub {
	padding: 15px;
	color: var(--base);
	transition: all linear 0.25s;
}
.task_info {
	height: 96px;
	background: linear-gradient(180deg, #00F5A000 13.39%, rgba(255, 255, 255, 0) 87.65%);
	border-radius: 15px 15px 0 0;
	margin: 0 15px;
	transition: all 0.25s linear;
	border: 0px solid;
	overflow: hidden;
	padding: 20px 6px 0;
	position: relative;
	z-index: 1;
}
.task_info:before {
	content: '';
	background: #001E46;
	top: 1px;
	left: 1px;
	bottom: 0;
	right: 1px;
	position: absolute;
	border-radius: 15px 15px 0 0;
	z-index: -1;
}
.task_title {
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 17.7px;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 66px;
}
.task_text {
	margin-bottom: 48px;
}

.task_grid > div:hover .task_info {
	height: 246px;
	background: linear-gradient(180deg, #00F5A0 13.39%, rgba(255, 255, 255, 0) 87.65%);
}
.task_grid > div:hover .task_sub {
	color: #333333;
}


.sect_job {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 37.5%, rgba(0, 0, 0, 0.5) 79.81%, rgba(0, 0, 0, 0) 100%);
}
.job_grid > div {
	background: #001E46A6;
	border: 1px solid #001E46A6;
	border-radius: 15px;
	height: 54px;
	position: relative;
	text-align: center;
	padding: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.job_grid .wp-block-image {
	position: absolute;
	top: 0;
	left: 14px;
	height: 100%;
	display: flex;
	align-items: center;
}
.job_title {
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
.job_grid .job_last {
	background: transparent;
	border: 1px dashed #00F5A0;
}
.job_last .job_title {
	font-size: 16px;
	line-height: 19px;
	color: #00F5A0;
}

.sect_service {
	background: linear-gradient(180deg, rgba(0, 30, 70, 0) 0%, rgba(0, 30, 70, 0.5) 48.52%);
}
.service_grid {
	padding-bottom: 30px;
}
.service_grid > div {
	background: #001E4680;
	border: 1px solid #7E8BBF;
	border-radius: 15px;
	height: 420px;
	padding: 15px;
}
.service_grid .wp-block-image {
	border-radius: 15px;
	overflow: hidden;
	height: 201px;
	margin-bottom: 20px;
}
.service_title {
	font-size: 28px;
	line-height: 1;
	margin-bottom: 15px;
}
.service_text {
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 0;
}

.sect_sheme {
	background: #001E4680;
}
.sect_sheme h2 {
	margin-bottom: 15px;
}
.sheme_subtitle {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 47px;
}
.sheme_triangle {
	padding-left: 3.75%;
	margin-bottom: -26px;
}
.sheme_grid {
	justify-content: space-between;
}
.sheme_grid > div {
	background: #001E4680;
	border: 1px solid #7E8BBF;
	border-radius: 15px;
	height: 340px;
	width: 275px;
	padding: 15px;
	position: relative;
}
.sheme_ico {
	position: absolute;
	right: 15px;
	top: 15px;
}
.sheme_img {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
}
.sheme_title {
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 10px;
}
.sheme_text {
	margin-bottom: 0;
}
.sheme_grid > div:before {
	content: "";
	position: absolute;
	width: 22px;
	height: 60px;
	top: -60px;
	left: 128px;
	background: url(/wp-content/uploads/2026/04/sheme_pin.svg) no-repeat 0 21px;
	text-align: center;
	font-size: 15px;
	line-height: 19px;
	color: var(--accent);
}
.sheme_grid > div:nth-child(2) {
	margin-top: 50px;
}
.sheme_grid > div:nth-child(1):before {
	content: "01";
	left: 40px;
}
.sheme_grid > div:nth-child(2):before {
	content: "02";
}
.sheme_grid > div:nth-child(3):before {
	content: "03";
}

.sect_how {
	background: linear-gradient(180deg, rgba(0, 30, 70, 0.5) 0%, rgba(0, 30, 70, 0.5) 69.71%, rgba(0, 30, 70, 0) 100%);
}
.how_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.how_flex h2 {
	max-width: 560px;
}
.how_flex .btn {
	width: 401px;
}
.how_grid {
	gap: 0 85px;
}
.how_grid > div {
	background: #E6EBFF;
	border-radius: 15px;
	height: 285px;
	width: 275px;
	padding: 0 15px 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 1;
}
.how_step {
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 5px 10px;
	border-radius: 30px;
	background: var(--background);
	font-size: 14px;
	line-height: 17px;
}
.how_ico {
	position: absolute;
	left: 15px;
	top: 15px;
}
.how_img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.how_title {
	font-size: 19.5px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	color: var(--background);
}
.how_text {
	margin-bottom: 0;
	color: #333;
}
.how_grid > div:nth-child(3n+2) {
	margin-top: 72px;
}
.how_grid > div:nth-child(3n+3) {
	margin-top: 147px;
}
.how_grid > div:before {
	content: "";
	position: absolute;
	top: 50px;
	left: -89px;
	width: 93px;
	height: 130px;
	background: url(/wp-content/uploads/2026/04/how_svyaz.svg) no-repeat 0 0;
}
.how_grid > div:nth-child(3n+1):before {
	content: none;
}
.how_grid > div:nth-child(3) {
	margin-bottom: -20px;
}
.how_grid > div:nth-child(4) {
	margin-left: 164px;
}
.how_grid > div:nth-child(4):after {
	content: "";
	position: absolute;
	top: -13px;
	left: 127px;
	width: 570px;
	height: 47px;
	background: url(/wp-content/uploads/2026/04/how_svyaz2.svg) no-repeat 0 0;
}

.sect_garant {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4.81%, rgba(0, 0, 0, 0.78) 21.63%, rgba(0, 0, 0, 0.78) 70.19%, rgba(0, 0, 0, 0) 89.42%);
	position: relative;
	height: 726px;
	display: flex;
	align-items: center;
	z-index: 1;
	overflow: hidden;
}
.sect_garant .sect-container {
	width: 1200px;
}
.sect_garant:before, .sect_garant:after {
	content: "";
	position: absolute;
	height: 100%;
	z-index: -1;
}
.sect_garant:before {
	background: url(/wp-content/uploads/2026/04/garant1.png) no-repeat left center;
	width: 527px;
	left: 0;
}
.sect_garant:after {
	background: url(/wp-content/uploads/2026/04/garant2.png) no-repeat right center;
	width: 832px;
	right: 0;
}
.garant_wrap {
	background: rgba(230, 235, 255, 0.2);
	border-top: 1px solid rgba(126, 139, 191, 0.2);
	width: 768px;
	margin-left: auto;
	border-radius: 15px;
	padding: 30px 30px 37px;
	backdrop-filter: blur(8px);
}
.garant_wrap h2 {
	margin-bottom: 24px;
}
.garant_wrap .btn {
	width: 672px;
	margin: 0 auto;
}
.garant_list {
	padding: 0;
	margin: 0 0 42px;
	list-style: none;
	max-width: 530px;
}
.garant_list li {
	padding-left: 24px;
	position: relative;
	font-size: 20px;
	line-height: 24px;
}
.garant_list li:before {
	content: "";
	background: url(/wp-content/uploads/2026/04/bull.svg) no-repeat 0 0;
	width: 14px;
	height: 13px;
	position: absolute;
	top: 8px;
	left: 0;
}
.garant_list li + li {
	margin-top: 18px;
}

.sect_why {
	background: linear-gradient(180deg, rgba(0, 30, 70, 0) 0%, rgba(0, 30, 70, 0.5) 40.79%);
}

.why_grid > div {
	background: #E6EBFF;
	border-radius: 15px;
	height: 243px;
	width: 278px;
	min-width: 278px;
	padding: 15px;
	position: relative;
	color: var(--background);;
}
.why_ico {
	height: 40px;
	margin-bottom: 30px;
}
.why_title {
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	height: 77px;
	margin-bottom: 9px;
	border-bottom: 1px solid #7E8BBF;
}
.why_text {
	margin-bottom: 0;
}

.sect_faq {
	background: #001E4680;
}
.sect_faq h2 {
	margin-bottom: 15px;
}
.faq_subtitle {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 77px;
}

.wp-block-accordion-item {
	background: #E6EBFF;
	border-radius: 10px;
	color: var(--background);
}
.wp-block-accordion-item + .wp-block-accordion-item {
	margin-top: 10px;
}
.wp-block-accordion-item.is-open {
	background: var(--accent);
}
.wp-block-accordion-heading {
	font-size: 20px;
	line-height: 24px;
	padding: 13.5px 16px 13.5px 20px;
	margin: 0;
	font-weight: 400;
}
.faq_wrap .wp-block-accordion-heading__toggle {
	background: transparent;
	padding: 0;
	color: var(--background);
}
.wp-block-accordion-heading__toggle .wp-block-accordion-heading__toggle-title {
	text-decoration: none !important;
}
.wp-block-accordion-panel {
	padding: 15px 20px;
}
.wp-block-accordion-panel p {
	margin: 0;
	max-width: 
}
.wp-block-accordion-heading__toggle-icon {
	font-family: Tahoa;
	width: 28px;
	height: 28px;
	background: var(--background);
	color: var(--base);
	border-radius: 5px;
	line-height: 28px;
	font-size: 23px;
}
.wp-block-accordion-item.is-open > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
	transform: none;
	background: var(--base);
	color: var(--background);
}

.sect_cons {
	padding-bottom: 40px;
	background: linear-gradient(180deg, rgba(0, 30, 70, 0.5) 0%, rgba(0, 30, 70, 0.25) 100%);
}
.sect_cons h2 {
	margin-bottom: 20px;
}
.ft_title {
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 15px;
	color: #CACACA;
}
.ft_big {
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 30px;
}
.ft_wrap_form {
	background: #E6EBFF;
	border-radius: 15px;
	padding: 30px 25px 37px;
	color: var(--background);
}
.ft_wrap_form .ft_title {
	color: #333333;
	margin-bottom: 20px;
}
.form p {
	margin: 0;
}
.form_input {
	margin-bottom: 20px;
}
.form_input input, .form_input textarea {
	border: 1px solid #919191;
	border-radius: 30px;
	padding: 15px 20px;
	width: 100%;
	outline: none;
}
.form_input textarea {
	resize: none;
	height: 110px;
}
.form_subm input[type="submit"] {
	border-radius: 30px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	background: var(--background);
	color: var(--base);
	width: 100%;
	height: 45px;
}
.wpcf7-spinner {
	position: absolute;
}
.privacy {
	font-size: 14px;
	line-height: 17px;
	color: #000;
	margin-top: 20px;
}
.privacy a {
	color: var(--background);
	text-decoration: none;
}
.privacy .wpcf7-list-item {
	margin: 0;
}
.privacy input[type="checkbox"] {
	display: none;
}
.privacy .wpcf7-list-item-label {
	position: relative;
	margin-left: 30px;
	display: block;
	border-bottom: 1px solid var(--background);
}
.privacy input[type="checkbox"] + span:before, .privacy input[type="checkbox"] + span:after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: -30px;
	top: 0;
	transition: all .3s ease;
}
.privacy input[type="checkbox"] + span:before {
	background: #ffffff00;
	border: 2px solid var(--background);
}

.privacy input[type="checkbox"]:checked + span:before {
	border: 2px solid var(--background);
	background-color: var(--background);
}
.privacy input[type="checkbox"]:checked + span:after {
	background-image: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 10L8 12L12 7" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-color: var(--background);
	background-position: center;
}

.ft_wrap_cont {
	border-radius: 15px;
	padding: 35px 35px 20px;
	background: var(--background);
}
.ft_wrap_cont .wp-block-image {
	margin-bottom: 23px;
}
.ft_big, .ft_big:hover {
	color: var(--base) !important;
	text-decoration: none;
}
.menu20 a {
	font-size: 20px;
	line-height: 24px;
}
.menu16 a {
	font-size: 16px;
	line-height: 19px;
}


@media (max-width: 1199px) {
	#masthead {
		padding: 20px 20px 30px;
	}
	.mobmenu {
		max-height: 0px;
		overflow: hidden;
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		padding: 0 30px;
		background: var(--background);
		border-radius: 0 0 30px 30px;
		transition: all linear 0.25s;
	}
	#masthead.open .mobmenu {
		max-height: 642px;
		padding: 30px;
	}
	#masthead.open .inside-header {
		border-radius: 30px 30px 0 0;
	}
	.widget_nav_menu ul {
		flex-direction: column;
		margin-bottom: 50px;
		gap: 10px;
	}
	.site-header .header-widget {
		text-align: left !important;
	}
	
	.pkhid_menu {
		display: block;
	}
	.header-widget .burger {
		display: block;
		position: absolute;
		right: 30px;
		top: 22px;
		color: var(--base);
	}
	.header-widget .btn_cons {
		display: none;
	}
	.sect {
		padding: 50px 0 50px;
	}
	.scrol {
		width: 100%;
		overflow-y: hidden;
		overflow-x: auto;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.task_grid {
		width: 1160px;
	}
	.task_sub {
		font-size: 0;
	}
	.task_sub:before {
		content: "Нажмите, чтобы узнать подробнее";
		font-size: 14px;
		line-height: 17px;
		display: block;
		width: 140px;
		margin: 0 auto;
	}
	.sect_service .scrol {
		margin-bottom: 44px;
	}
	.service_grid {
		width: 1930px;
		padding-bottom: 0;
	}
	.service_grid > div {
		min-width: 300px;
		height: 360px;
	}
	.service_grid .wp-block-image {
		height: 159px;
		margin-bottom: 15px;
	}
	.service_title {
		font-size: 24px;
		line-height: 1;
	}
	.service_text {
		font-size: 14px;
		line-height: 17px;
	}
	.sheme_triangle {
		padding: 0 83px 0 48px;
		width: 728px;
		margin: 0 auto -7px;
	}
	.sheme_grid {
		width: 728px;
		margin: 0 auto;
	}
	.sheme_grid > div {
		height: 325px;
	}
	.sheme_grid > div:nth-child(2) {
		margin-top: 34px;
	}
	.sheme_grid > div:nth-child(2):before {
		left: 112px;
	}
	.sheme_title {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.sheme_text br {
		display: none;
	}
	.how_grid {
		width: 1880px;
		gap: 46px;
	}
	.how_grid > div:before {
		top: 86px;
		left: -50px;
		width: 54px;
		height: 113px;
		background: url(/wp-content/uploads/2026/04/how_svyaz3.svg) no-repeat 0 0;
	}
	.how_grid > div:nth-child(4):before {
		content: "";
	}
	.how_grid > div {
		margin-top: 0 !important;
	}
	.how_grid > div:nth-child(4) {
		margin-left: 0;
	}
	.how_flex h2 {
		max-width: 400px;
	}
	.how_flex .btn {
		width: 300px;
	}
	.sect_garant {
		height: 500px;
	}
	.sect_garant:before, .sect_garant:after {
		background-size: auto 100% !important;
	}
	.garant_wrap {
		width: 610px;
	}
	.garant_list li {
		font-size: 16px;
		line-height: 19px;
	}
	.garant_list li:before {
		top: 4px;
	}
	.garant_wrap .btn {
		width: 472px;
	}
	.why_grid {
		width: 1160px;
	}
	.faq_subtitle {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 103px;
	}
	.ft_big {
		font-size: 32px;
	}
}
@media (max-width: 991px) {
	#myVideo {
		width: 100%;
	}
	.job_grid > div {
		padding: 9px 9px 9px 54px;
		justify-content: flex-start;
		text-align: left;
	}
	.job_last .job_title {
		font-size: 14px;
		line-height: 15px;
	}
	.job_last .job_title br {
		display: none;
	}
	.job_title {
		font-size: 16px;
		line-height: 1;
	}
	.job_grid .wp-block-image {
		left: 10px;
	}
	.wp-block-accordion-heading {
		font-size: 16px;
		line-height: 19px;
	}
	.faq_subtitle {
		margin-bottom: 15px;
	}
	.faq_subtitle br {
		display: none;
	}
	.sect_cons h2 br {
		display: none;
	}
	.ft_wrap_form, .ft_wrap_cont {
		padding: 20px;
	}
	.ft_big {
		font-size: 30px;
	}
	.gb-element-43c42ecf {
		column-gap: 20px;
		padding-right: 0;
	}
	.menu20 a {
		font-size: 18px;
		line-height: 21px;
	}
	.ft_wrap_form .ft_title br {
		display: none;
	}
	.shap_soc {
		margin: 0 !important;
	}
}
@media (max-width: 768px) {
	#masthead {
		padding: 20px 44px 30px;
	}
	#masthead:before {
		backdrop-filter: blur(3px);
	}
	.sect-container {
		padding: 0 44px;
	}
	.btn.btn_cons {
		line-height: 30px;
	}
	.scrol {
		margin-left: -44px;
		margin-right: -44px;
		padding-left: 44px;
		padding-right: 44px;
		width: calc(100% + 88px);
	}
	#shap .btn {
		width: 360px;
	}
	
	#task h2 {
		margin-bottom: 26px;
	}
	.job_grid > div {
		padding: 9px 8px 9px 50px;
	}
	.job_title {
		font-size: 15px;
	}
	.job_grid .job_last {
		height: auto;
		padding-right: 20px;
	}
	.service_title {
		font-size: 16px;
	}
	.service_title br, .service_text br {
		display: none;
	}
	.service_grid > div {
		height: 336px;
	}
	.sheme_triangle {
		display: none;
	}
	.sheme_grid {
		width: auto;
		flex-direction: column;
		padding-right: 27px;
	}
	.sheme_grid > div {
		height: 340px;
		width: 100%;
	}
	.sheme_grid > div:before {
		top: -40px;
		color: var(--accent);
		transform: rotate(90deg);
		left: calc(100% + 8px) !important;
		transform-origin: bottom left;
	}
	.sheme_grid > div:nth-child(2) {
		margin-top: 0;
	}
	.sheme_title {
		font-size: 16px;
		margin-bottom: 20px;
		line-height: 28px;
	}
	.sheme_title br {
		display: none;
	}
	.sect_sheme h2 {
		margin-bottom: 30px;
		max-width: 240px;
	}
	.sheme_subtitle {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 30px;
		max-width: 260px;
	}
	.how_flex .btn {
		width: 100%;
		order: 1;
		margin-top: 34px;
	}
	.sect_garant {
		height: auto;
		padding: 132px 0 176px;
	}
	.sect_garant:before {
		width: 280px;
		height: 255px;
		bottom: 0;
	}
	.sect_garant:after {
		background: url(/wp-content/uploads/2026/04/garant2_mob.png) no-repeat right center;
		width: 369px;
		right: 0;
		height: 621px;
		top: 0;
	}
	.garant_wrap {
		width: 100%;
		padding: 30px 20px 37px;
	}
	.garant_list {
		margin: 0 0 32px;
	}
	.garant_list li {
		font-size: 14px;
	}
	.garant_wrap .btn {
		width: 100%;
	}
	.sect_faq .sect-container > div {
		position: relative;
		padding-bottom: 112px;
	}
	.sect_faq .btn_cons {
		position: absolute;
		width: 100%;
		bottom: 0;
	}
	.ft_wrap_form .ft_title {
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 17px;
	}
	.form_subm input[type="submit"] {
		font-size: 16px;
		height: 52px;
	}
	.ft_big {
		font-size: 20px;
	}
	.menu20 a {
		font-size: 16px;
		line-height: 24px;
	}
	.menu16 a {
		font-size: 14px;
		line-height: 17px;
	}
	.shap_soc .btn.btn_soc {
		padding: 10px 13px;
		font-size: 14px;
	}
	
}
@media (max-width: 419px) {
	.scrol {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
		width: calc(100% + 40px);
	}
	/*#page:after {
		background: url(/wp-content/uploads/2026/04/fon2.gif) no-repeat top center;
	}*/
	#masthead {
		padding: 20px 20px 30px;
	}
	.inside-header {
		max-width: 300px;
	}
	.sect-container {
		max-width: 340px;
		padding: 0 20px;
	}
	#shap {
		max-width: 340px;
		margin: 0 auto;
		padding: 20px;
	}
	#shap .btn {
		width: 100%;
	}
}
