@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
body {
	font-family: "Montserrat", sans-serif;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	background-color: #f2f2f2;
}

* {
	outline: none !important;
}
.link-pdf {
	font-size: 16px;
	color: #000;
	font-weight: 500;
}
.link-pdf:hover {
	text-decoration: underline;
}
button {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

label.error {
	display: none !important;
}

.error {
	border-color: red !important;
}

.valid {
	border-color: green !important;
}

.nomob {
	display: block;
}

.onlymob {
	display: none;
}

.nopadl {
	padding-left: 0;
}

.nopadr {
	padding-right: 0;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.flex {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row.flex::before,
.row.flex::after {
	display: none;
}

.flex.center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.onlyxs {
	display: none;
}

.container {
	width: 100%;
	max-width: 1160px;
}

header .container {
	max-width: 1855px;
}

.intro_section {
	position: relative;
	z-index: 100;
	padding-top: 215px;
}

@-webkit-keyframes float {
	0% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	50% {
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}
	100% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}

@keyframes float {
	0% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	50% {
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}
	100% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}

.intro_section::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../img/bg1.jpg);
	max-height: 760px;
	width: 100%;
	height: 100%;
	background-color: #e8e9ed;
}

.intro_section .container {
	position: relative;
	z-index: 10;
}

header {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: 0.3s, width 0s;
	transition: 0.3s, width 0s;
	padding: 30px 0;
}

h1 {
	margin-top: 0;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 45px;
	line-height: 115%;
	letter-spacing: -0.02em;
	color: #0c1014;
	position: relative;
}

/*h1::before {*/
/*	content: "";*/
/*	display: block;*/
/*	position: absolute;*/
/*	width: 116px;*/
/*	height: 116px;*/
/*	background: #ffffff;*/
/*	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);*/
/*	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);*/
/*	z-index: -1;*/
/*	top: -50px;*/
/*	left: -60px;*/
/*	-webkit-animation: float 6s ease-in-out infinite;*/
/*	animation: float 6s ease-in-out infinite;*/
/*}*/

/*h1::after {*/
/*	content: "";*/
/*	display: block;*/
/*	position: absolute;*/
/*	border-radius: 30px;*/
/*	width: 44px;*/
/*	height: 44px;*/
/*	background: #ffd900;*/
/*	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);*/
/*	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);*/
/*	z-index: -2;*/
/*	top: -65px;*/
/*	left: -75px;*/
/*	-webkit-animation: float 6s ease-in-out infinite;*/
/*	animation: float 6s ease-in-out infinite;*/
/*	-webkit-animation-delay: 2s;*/
/*	animation-delay: 2s;*/
/*}*/

.after_h1 {
	padding-left: 158px;
	position: relative;
	margin-bottom: 60px;
	font-weight: 500;
	font-size: 22px;
	line-height: 125%;
	letter-spacing: -0.02em;
	color: #0c1014;
}

.after_h1::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 11px;
	width: 122px;
	height: 4px;
	background: #ffd900;
	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
}

input {
	background: none;
	border: none;
	width: 100%;
	display: block;
	height: 70px;
	background-color: #f8f9fd;
	border: 1px solid #ffd900;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -0.01em;
	color: #1e2830;
	padding-left: 56px;
	background-image: url(../img/tel.svg);
	background-position: 25px 50%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-repeat: no-repeat;
}
input:focus {
	background-color: #fff;
}

::-webkit-input-placeholder {
	color: #1e2830;
}

::-moz-placeholder {
	color: #1e2830;
}

:-moz-placeholder {
	color: #1e2830;
}

:-ms-input-placeholder {
	color: #1e2830;
}
:focus::-webkit-input-placeholder {
	color: transparent;
}
:focus::-moz-placeholder {
	color: transparent;
}
:focus:-moz-placeholder {
	color: transparent;
}
:focus:-ms-input-placeholder {
	color: transparent;
}
.blueb {
	background: none;
	border: none;
	width: 300px;
	height: 70px;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.01em;
	color: black;
	background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(-40.13%, rgba(255, 255, 255, 0.6)),
			color-stop(124.34%, rgba(255, 255, 255, 0))
		),
		#ffd900;
	background: #ffd900;
	background-blend-mode: overlay, normal;
	border-radius: 55px;
	border-bottom: 3px solid #8c7a04;
}

.blueb:hover {
	background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(-20.9%, rgba(255, 255, 255, 0.6)),
			color-stop(111.94%, rgba(255, 255, 255, 0))
		),
		#ffd900;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) -20.9%, rgba(255, 255, 255, 0) 111.94%), #ffd900;
	-webkit-box-shadow: 0px 13px 62px rgba(51, 217, 245, 0.39);
	box-shadow: 0px 13px 62px rgba(51, 217, 245, 0.39);
}

.in_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
}

.in_flex div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 20px;
}

.in_flex .blueb {
	width: 100%;
}

.pressing {
	margin-top: 35px;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -0.01em;
	color: #4a4a4a;
	padding-left: 40px;
}

.pressing a {
	color: #9a9a9a;
	text-decoration: underline;
}

.pressing a:hover {
	text-decoration: none;
}

.pressing::before {
	width: 24px;
	height: 24px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: calc(50% - 12px);
	background-color: #686e74;
	border-radius: 2px;
}

.pressing.pressed::before {
	background-image: url(../img/checked.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.intro_panel {
	border: 2px solid #ffd900;
	max-width: 800px;
	position: relative;
	padding-top: 44px;
	padding-left: 60px;
	padding-right: 100px;
	padding-bottom: 50px;
	background: #ffffff;
	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
}

.intro_panel::before {
	content: "";
	display: block;
	position: absolute;
	border: 15px solid #ffd900;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-filter: drop-shadow(0px 23px 50px rgba(31, 41, 47, 0.06));
	filter: drop-shadow(0px 23px 50px rgba(31, 41, 47, 0.06));
	width: 90px;
	height: 90px;
	right: -50px;
	bottom: -45px;
	z-index: -1;
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
}

.intro_panel > p {
	margin-bottom: 30px;
	position: relative;
	font-weight: normal;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: -0.01em;
	color: #1e2830;
	padding-left: 100px;
}

.intro_panel > p b {
	font-weight: 600;
}

.intro_panel > p::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	background-image: url(../img/conversation.png);
	background-repeat: no-repeat;
	top: calc(50% - 35.5px);
	width: 71px;
	height: 71px;
}

.header_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top_menu_area ul {
	width: 780px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top_menu_area a {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.01em;
	position: relative;
	color: #1e2830;
}

@-webkit-keyframes line_hover_in {
	0% {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
	}
	100% {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes line_hover_in {
	0% {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
	}
	100% {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@-webkit-keyframes line_hover_out {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}
	100% {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}
}

@keyframes line_hover_out {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}
	100% {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}
}

.top_menu_area a::after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #ffd900;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-animation: line_hover_out 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
	animation: line_hover_out 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
}

.top_menu_area a:hover::after {
	-webkit-animation: line_hover_in 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
	animation: line_hover_in 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
}

.top_soc {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 20px;
	width: 85px;
}

.top_soc li {
	position: relative;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.top_soc li:hover {
	top: -4px;
}

.toptel {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: -0.01em;
	color: #1e2830;
}

.toptel:hover {
	text-decoration: underline;
}

.noActive {
	pointer-events: none;
	opacity: 0.6;
}

.lines_wrp {
	position: absolute;
	max-width: 1576px;
	width: 100%;
	top: 0;
	height: 100%;
	left: calc(50% - 788px);
	pointer-events: none;
}

.lines_wrp div {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0.1;
	background: #000;
	width: 1px;
}

.lines_wrp div:last-child {
	left: 100%;
}

.preim_intro {
	padding-top: 120px;
	padding-bottom: 125px;
	position: relative;
	z-index: 10;
}

.preim_item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 160px;
	padding-left: 124px;
}

.preim_item::before {
	content: "";
	display: block;
	position: absolute;
	background: #ffffff;
	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	width: 160px;
	height: 160px;
	left: 0;
	top: calc(50% - 80px);
	border-radius: 50px;
}

.preim_item p {
	margin-bottom: 0;
	font-weight: normal;
	position: relative;
	z-index: 10;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #0c1014;
}

.preim_item p b {
	font-weight: 600;
}

.preim_item img {
	position: absolute;
	z-index: 10;
	left: 40px;
	top: calc(50% - 30px);
}

.preim_item span {
	display: block;
	position: absolute;
	font-weight: bold;
	font-size: 65px;
	line-height: 115%;
	letter-spacing: -0.02em;
	opacity: 0.2;
	text-shadow: -1px 0 #1e2830, 0 1px #1e2830, 1px 0 #1e2830, 0 -1px #1e2830;
	color: #f2f2f2;
	z-index: -1;
	top: -45px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	left: 101px;
}

.preim_item::after {
	content: "";
	display: block;
	z-index: -1;
	position: absolute;
	background: #ffd900;
	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	width: 160px;
	height: 160px;
	left: 0;
	top: calc(50% - 80px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.preim_item:hover span {
	text-shadow: -1px 0 #ffd900, 0 1px #ffd900, 1px 0 #ffd900, 0 -1px #ffd900;
	opacity: 1;
}

.preim_item:hover::after {
	margin-left: -10px;
	margin-top: 10px;
}

.fixMe {
	padding: 20px 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
}

.result_section {
	position: relative;
	padding-top: 133px;
	overflow: hidden;
	padding-bottom: 100px;
}

.result_section::before {
	content: "";
	display: block;
	position: absolute;
	background: #b8bbbe;
	opacity: 0.1;
	top: 25px;
	height: 100%;
	left: calc(50% - 788px);
	width: 5000px;
}

.result_section::after {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../img/why_label.svg);
	background-repeat: no-repeat;
	top: 22px;
	left: 0;
	width: 100%;
	height: 58px;
	background-position: calc(50% + 450px) 0;
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
}

h2 {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 40px;
	line-height: 115%;
	letter-spacing: -0.02em;
	color: #0c1014;
}

h2 span {
	border-bottom: 4px solid #ffd900;
	line-height: 1;
}

.pr_items {
	margin-bottom: -35px;
	padding-bottom: 60px;
}

.pr_items > div {
	margin-bottom: 35px;
}

.preim_t span {
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 50px;
	line-height: 1;
	letter-spacing: -0.02em;
	position: relative;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #ffd900;
}

.preim_t:hover span {
	top: -4px;
}

.preim_t p {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #0c1014;
}

.preim_t p b {
	font-weight: 600;
}

b {
	font-weight: 600;
}

.tab_cases_panel {
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.13);
	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.13);
	margin-bottom: 0px;
}

/*.tab_cases_panel::before {*/
/*	content: "";*/
/*	display: block;*/
/*	position: absolute;*/
/*	background-image: url(../img/bg_cases.svg);*/
/*	width: 618px;*/
/*	height: 56px;*/
/*	top: -44px;*/
/*	z-index: -1;*/
/*	left: -264px;*/
/*	background-repeat: no-repeat;*/
/*	-webkit-animation: float 6s ease-in-out infinite;*/
/*	animation: float 6s ease-in-out infinite;*/
/*}*/

.tab_cases_panel .flex {
	margin: 0;
}

.tab_cases_panel .flex > div {
	padding: 0;
}

.panel_nav_area {
	background-color: #50565d;
	height: 100%;
}

.panel_nav_area li {
	display: block;
}

.panel_nav_area li a {
	display: block;
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 40px;
	position: relative;
	padding-bottom: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 25px;
}

.panel_nav_area li a span {
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 115%;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.panel_nav_area li a p {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	line-height: 115%;
	letter-spacing: -0.02em;
	color: #ffffff;
	display: inline;
	border-bottom: 1px solid #fff;
}

.panel_nav_area li a:hover p {
	border-bottom-color: transparent;
}

.panel_nav_area li a::after {
	bottom: 50px;
	right: 34px;
	content: "";
	display: block;
	position: absolute;
	background-image: url(../img/arr.svg);
	width: 30px;
	height: 24px;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.panel_nav_area li.active a {
	background-color: #ffd900;
	border-color: #ffd900;
}

.panel_nav_area li.active a::after {
	opacity: 1;
}

.panel_nav_area li.active a p {
	border-bottom-color: transparent;
}

.tab_answ_part1 {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 50px;
	padding-bottom: 25px;
}

.pt_t {
	margin-bottom: 22px;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #1e2830;
}

.norm_list li {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.34;
	letter-spacing: -0.02em;
	color: #0c1014;
	position: relative;
	padding-left: 30px;
	margin-bottom: 8px;
}

.norm_list li:last-child {
	margin-bottom: 0;
}

.norm_list li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	height: 2px;
	width: 16px;
	background-color: #ffd900;
	top: 10px;
}

.tab_answ_part2 {
	background-color: rgba(241, 240, 242, 0.4);
	padding-top: 30px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 70px;
}

.pt_t2 {
	margin-top: 35px;
	margin-bottom: 25px;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #0c1014;
	display: none;
}

h2 i {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 115%;
	letter-spacing: -0.02em;
	color: #0c1014;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	margin-top: 15px;
}

.help_section {
	position: relative;
	padding-top: 110px;
	padding-bottom: 45px;
	overflow: hidden;
}

.help_section::before {
	content: "";
	display: block;
	position: absolute;
	background: #b8bbbe;
	opacity: 0.1;
	top: 0;
	left: calc(50% - 788px);
	width: 5000px;
}

/*.help_section::after {*/
/*	content: "";*/
/*	display: block;*/
/*	position: absolute;*/
/*	background-image: url(../img/result_bg.svg);*/
/*	height: 58px;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	background-repeat: no-repeat;*/
/*	top: 766px;*/
/*	background-position: calc(50% + 420px) 0;*/
/*	-webkit-animation: float 6s ease-in-out infinite;*/
/*	animation: float 6s ease-in-out infinite;*/
/*}*/

.help_section .container {
	position: relative;
	z-index: 10;
}

.help_section h2 {
	margin-bottom: 45px;
}

.case_slider_wrp {
	background-color: #fff;
	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
}

.case_item_wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 40px;
	padding-left: 60px;
	padding-right: 115px;
	padding-bottom: 55px;
}

.cert_area {
	width: 245px;
	display: block;
	position: relative;
	background: #ffffff;
	border: 3px solid #ffd900;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 322px;
}

.cert_area span {
	background-position: center;
	background-size: cover;
	display: block;
	top: 22px;
	left: 24px;
	width: calc(100% - 48px);
	height: calc(100% - 44px);
	position: absolute;
}

.case_inner_content {
	width: calc(100% - 245px);
	padding-right: 20px;
}

.case_in {
	max-width: 565px;
}

.case_header {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pag_wrp {
	margin-bottom: 0;
	width: 120px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 50px;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #ffd900;
}

.total_pag {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #0c1014;
}

.total_pag::before {
	width: 1px;
	height: 16px;
	background-color: #1e2830;
	display: inline-block;
	vertical-align: middle;
	content: "";
	-webkit-transform: rotate(29deg);
	transform: rotate(29deg);
	margin-right: 12px;
}

.case_ttle {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #000000;
	width: calc(100% - 125px);
}

.case_content_part {
	padding-top: 33px;
}

.case_content_part > p {
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #0c1014;
}

.custom_controls_wrp {
	text-align: center;
	margin-top: 55px;
}

.custom_controls_wrp > div {
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

.custom_controls_wrp div:hover {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.dots_custom {
	display: inline-block;
	vertical-align: middle;
	padding: 0 14px;
}

.dots_custom li {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin: 0 6px;
	width: 5px;
	cursor: pointer;
	height: 5px;
	background-color: #40494f;
}

.dots_custom li.active {
	width: 18px;
	height: 18px;
	background-color: #ffd900;
}

.consult_section {
	padding-top: 75px;
	padding-bottom: 155px;
	overflow: hidden;
}

.consult_section h2 {
	margin-bottom: 20px;
}

.free_label {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 45px;
	padding: 3px 10px;
	background-color: #ffd900;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.consult_section .preim_item > span {
	font-weight: bold;
	font-size: 14px;
	line-height: 115%;
	letter-spacing: -0.02em;
	color: #ffd900;
	text-shadow: none;
	opacity: 1;
	top: 18px;
	z-index: 10;
	left: 42px;
}

.consult_section .preim_item > i {
	top: 14px;
	position: absolute;
	right: -10px;
	display: block;
}

.consult_section .preim_item > i img {
	position: static;
}

.consult_form_wrp .pressing {
	margin: 0;
}

.consult_form_wrp {
	border-radius: 20px;
	margin-top: 75px;
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: #ffffff;
	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
}

/*.consult_form_wrp::before {*/
/*	content: "";*/
/*	display: block;*/
/*	position: absolute;*/
/*	background-image: url(../img/label_cons.svg);*/
/*	width: 444px;*/
/*	height: 58px;*/
/*	bottom: -35px;*/
/*	left: -348px;*/
/*	z-index: -1;*/
/*	background-repeat: no-repeat;*/
/*	-webkit-animation: float 6s ease-in-out infinite;*/
/*	animation: float 6s ease-in-out infinite;*/
/*	-webkit-animation-delay: 2s;*/
/*	animation-delay: 2s;*/
/*}*/

.consult_form_wrp::after {
	content: "";
	width: 118px;
	height: 118px;
	border: 15px solid #ffd900;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-filter: drop-shadow(0px 23px 50px rgba(31, 41, 47, 0.06));
	filter: drop-shadow(0px 23px 50px rgba(31, 41, 47, 0.06));
	display: block;
	position: absolute;
	bottom: -55px;
	right: -59px;
	z-index: -1;
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
}

.mes_section {
	background-image: url(../img/bg_tepl.png);
	background-repeat: no-repeat;
	min-height: 630px;
	padding-top: 110px;
	background-position: calc(50% + 73px) 0;
	position: relative;
	z-index: 10;
}

.mes_section h2 {
	margin-bottom: 50px;
}

.mes_t {
	position: relative;
	/*padding-left: 155px;*/
	margin-bottom: 70px;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #000000;
}

/*.mes_t::before {*/
/*	content: "";*/
/*	display: block;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	width: 122px;*/
/*	height: 4px;*/
/*	background: #ffd900;*/
/*	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);*/
/*	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);*/
/*	top: 8px;*/

/*}*/

.mes_item {
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	height: 130px;
	background: #ffffff;
	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	color: #0c1014;
}

.mes_item:hover {
	background: #ffd900;
	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
}

.mes_img {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 36px;
	height: 36px;
	background-position: center;
	background-size: auto 35px;
	border-radius: 0px;
	background-color: transparent;
}

.mes_item:hover .mes_img {
	background-size: auto 20px;
	background-color: #fff;
	border-radius: 50%;
}

.mes_ttle {
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: underline;
	color: #0c1014;
}

.mes_item:hover .mes_ttle {
	text-decoration: none;
	color: #fff;
}

.mes_item p {
	margin-bottom: 0;
}

.h2_ar_flex {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.h2_ar_flex h2 {
	width: 100%;
}

.intro_numbers_panel {
	position: relative;
	background: #ffffff;
	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	padding-top: 65px;
	padding-bottom: 80px;
	padding-left: 25px;
	padding-right: 25px;
	height: 100%;
	border-radius: 20px;
}

.intro_numbers_panel::before {
	border-radius: 50px;
	content: "";
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	background: #ffd900;
	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	bottom: -30px;
	left: -30px;
	z-index: -1;
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.intro_numbers_panel > div {
	max-width: 345px;
	margin-left: auto;
	margin-right: auto;
}

.intro_numbers_panel > div > div {
	margin-bottom: 35px;
}

.intro_numbers_panel > div > div:last-child {
	margin-bottom: 0;
}

.intro_numbers_panel > div > div p {
	margin-bottom: 0;
	position: relative;
	padding-left: 38px;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #0c1014;
}

.intro_numbers_panel > div > div p::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 28px;
	height: 1px;
	background-color: #0c1014;
	top: 11px;
}

.intro_numbers_panel > div > div span {
	display: block;
	margin-bottom: 18px;
	font-weight: bold;
	font-size: 45px;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #ffd900;
}

.workers_section {
	padding-top: 115px;
	padding-bottom: 135px;
	overflow: hidden;
}

.jur_flex1 {
	margin-bottom: 140px;
}

.jur_panel_item {
	margin-bottom: 80px;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 74px;
	padding-bottom: 75px;
	padding-left: 100px;
	padding-right: 100px;
}

/*.jur_panel_item::before {*/
/*	content: "";*/
/*	display: block;*/
/*	position: absolute;*/
/*	background-image: url(../img/jur_ps1.svg);*/
/*	width: 359px;*/
/*	height: 57px;*/
/*	top: -38px;*/
/*	left: -96px;*/
/*	z-index: -1;*/
/*	background-repeat: no-repeat;*/
/*	-webkit-animation: float 6s ease-in-out infinite;*/
/*	animation: float 6s ease-in-out infinite;*/
/*}*/

.jur_panel_item_wrp:last-child > div {
	margin-bottom: 0;
}

.jur_img {
	min-height: 420px;
	background-position: top center;
	background-size: cover;
	position: relative;
	width: 400px;
}

.jur_descript {
	width: calc(100% - 400px);
	padding-left: 100px;
}

.jur_descript hr {
	margin-top: 30px;
	margin-bottom: 30px;
	opacity: 0.1;
	border-color: #000000;
}

.jur_name {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 26px;
	line-height: 115%;
	letter-spacing: -0.02em;
	color: #0c1014;
}

.jur_name span {
	display: block;
	margin-top: 4px;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #ffd900;
}

.jur_descript_list li {
	margin-bottom: 21px;
}

.jur_descript_list li:last-child {
	margin-bottom: 0;
}

.jur_descript_list li p {
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #000000;
}

.jur_descript_list li span {
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: #000000;
}

.jur_panel_item_wrp:last-child > div .jur_img {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.jur_panel_item_wrp:last-child > div .jur_descript {
	padding-left: 0;
	padding-right: 100px;
}



.jur_descript_list_flex li {
	margin: 0;
}

.jur_descript_list_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.about_checked li {
	margin-bottom: 24px;
	position: relative;
	padding-left: 51px;
	font-weight: normal;
	font-size: 15px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #000000;
}

.about_checked li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/li_check.svg);
	width: 30px;
	height: 30px;
	left: 0;
}

.about_checked li:last-child {
	margin-bottom: 0;
}

.soc_jur {
	left: 10px;
	bottom: 17px;
	position: absolute;
}

.soc_jur li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.soc_jur a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #fff;
	text-align: center;
	width: 45px;
	height: 45px;
}

.soc_jur a:hover {
	background-color: #ffd900;
}

.smi_section {
	overflow: hidden;
	position: relative;
	padding-top: 115px;
	padding-bottom: 65px;
}

.smi_section::before {
	top: 40px;
	background-repeat: no-repeat;
	content: "";
	display: block;
	position: absolute;
	background: #b8bbbe;
	opacity: 0.1;
	height: calc(100% - 40px);
	left: calc(50% - 788px);
	width: 5000px;
}

.smi_section h2 {
	margin-bottom: 50px;
}

/*.smi_section::after {*/
/*	content: "";*/
/*	display: block;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 25px;*/
/*	width: 100%;*/
/*	background-image: url(../img/smi_bg.svg);*/
/*	height: 58px;*/
/*	background-repeat: no-repeat;*/
/*	background-position: calc(50% + 440px) 0;*/
/*	-webkit-animation: float 6s ease-in-out infinite;*/
/*	animation: float 6s ease-in-out infinite;*/
/*}*/

.jur_panel_item_wrp:last-child > div::after {
	border-radius: 90px;
	content: "";
	display: block;
	position: absolute;
	left: -50px;
	bottom: -40px;
	width: 160px;
	height: 160px;
	background: #ffd900;
	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	z-index: -1;
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
}

.smi_item {
	display: block;
	position: relative;
	background-position: center;
	background-size: cover;
	height: 240px;
	width: 100%;
}

.smi_item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(55, 62, 73, 0.4);
	background-repeat: no-repeat;
	background-image: url(../img/play2.svg);
	background-position: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.smi_item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(21, 168, 212, 0.9);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	background-image: url(../img/play.svg);
}

.smi_item:hover::before {
	opacity: 0;
}

.smi_item:hover::after {
	opacity: 1;
}

.respect_section {
	padding-top: 85px;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
}
.respect_section .container {
	position: relative;
	z-index: 100;
}
/*.respect_section::before {*/
/*	content: "";*/
/*	display: block;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background-repeat: no-repeat;*/
/*	background-image: url(../img/rev_bg.svg);*/
/*	background-position: calc(50% - 698px) calc(100% - 200px);*/
/*	-webkit-animation: float 6s ease-in-out infinite;*/
/*	animation: float 6s ease-in-out infinite;*/
/*}*/

.respect_section h2 {
	margin-bottom: 22px;
}

.resp_t {
	margin-bottom: 35px;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #0c1014;
}

.respect_item {
	width: 260px;
	position: relative;
}

.respect_preview {
	display: block;
	background-position: top center;
	background-size: cover;
	position: relative;
	height: 400px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	box-shadow: 10px 12px 10px rgba(31, 41, 47, 0.06);
	border: 10px solid #fff;
}

.respect_preview::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/zoom.svg);
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: rgba(21, 168, 212, 0.9);
}

.respect_preview:hover::before {
	opacity: 1;
}

.rt1 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: #0c1014;
	display: none;
}

.rt2 {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #0c1014;
	display: none;
}

.respect_section .custom_controls_wrp {
	text-align: left;
}

.steps_section {
	position: relative;
	padding-top: 110px;
	overflow: hidden;
	padding-bottom: 200px;
}

.steps_section::before {
	content: "";
	display: block;
	position: absolute;
	background: #b8bbbe;
	opacity: 0.1;
	top: 25px;
	height: calc(100% - 93px);
	left: calc(50% - 788px);
	width: 5000px;
}

.steps_section::after {
	border-radius: 999px;
	width: 140px;
	height: 140px;
	border: 17px solid #ffd900;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-filter: drop-shadow(0px 23px 50px rgba(31, 41, 47, 0.06));
	filter: drop-shadow(0px 23px 50px rgba(31, 41, 47, 0.06));
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
	left: calc(50% - 610px);
}

.steps_section .container {
	position: relative;
	z-index: 10;
}

.steps_section h2 {
	margin-bottom: 150px;
}

.step_item {
	margin-bottom: 40px;
	background: #ffffff;
	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	position: relative;
	padding-left: 100px;
	padding-top: 45px;
	padding-bottom: 45px;
	padding-right: 50px;
	border-radius: 20px;
}

.step_item,
.step_item * {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.step_item:last-child {
	margin-bottom: 0;
}

.step_item div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-position: center;
	background-size: cover;
}

.step_item > b {
	position: relative;
	z-index: 10;
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 50px;
	line-height: 115%;
	letter-spacing: -0.02em;
	color: #ffd900;
}

.step_item p {
	position: relative;
	z-index: 10;
	margin-bottom: 18px;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #000000;
}

.step_item > span {
	position: relative;
	z-index: 10;
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #0c1014;
}

.step_item:hover div {
	opacity: 1;
}

.step_item:hover b,
.step_item:hover p,
.step_item:hover span {
	color: #fff;
}

.faq_section {
	padding-top: 150px;
	padding-bottom: 105px;
	margin-top: -70px;
	position: relative;
}
.faq_section .container {
	position: relative;
	z-index: 10;
}
/*.faq_section::before {*/
/*	content: "";*/
/*	display: block;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background-repeat: no-repeat;*/
/*	background-image: url(../img/faq_bg.svg);*/
/*	background-position: calc(50% + 560px) 60px;*/
/*	-webkit-animation: float 7.5s ease-in-out infinite;*/
/*	animation: float 7.5s ease-in-out infinite;*/
/*}*/

.faq_item {
	border-radius: 30px;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background: #ffffff;
	-webkit-box-shadow: 0px 10px 30px rgba(81, 90, 114, 0.05);
	box-shadow: 0px 10px 30px rgba(81, 90, 114, 0.05);
	margin-bottom: 20px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.faq_item:hover {
	background-color: white;


}

.faq_item.opened {
	background: #ffffff !important;
	-webkit-box-shadow: 0px 10px 30px rgba(81, 90, 114, 0.05) !important;
	box-shadow: 0px 10px 30px rgba(81, 90, 114, 0.05) !important;
}

.faq_item:last-child {
	margin-bottom: 0;
}

/*.faq_item::before {*/
/*	content: "";*/
/*	display: block;*/
/*	position: absolute;*/
/*	background-image: url(../img/rm1.svg);*/
/*	width: 160px;*/
/*	height: 50px;*/
/*	background-color: #fff;*/
/*	top: 20px;*/
/*	border-radius: 4px;*/
/*	right: 30px;*/
/*}*/

.faq_item.opened::before {
	background-image: url(../img/rm2.svg);
}

.faq_header {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-weight: 600;
	padding-right: 160px;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #0c1014;
	min-height: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.opened .faq_header {
	color: #0c1014 !important;
}

.faq_item:hover .faq_header {
	/*color: #fff;*/
}

.faq_body {
	display: none;
	padding-top: 15px;
	padding-bottom: 26px;
}

.faq_body p {
	position: relative;
	margin-bottom: 0;
	/*padding-left: 90px;*/
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #0c1014;
}

/*.faq_body p::before {*/
/*	content: "";*/
/*	display: block;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	width: 60px;*/
/*	height: 3px;*/
/*	background-color: #ffd900;*/
/*	top: 7px;*/
/*}*/

.contact_section {
	padding-top: 75px;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
}
.contact_section .container {
}
/*.contact_section::before {*/
/*	position: absolute;*/
/*	content: "";*/
/*	display: block;*/
/*	left: 0;*/
/*	top: 30px;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background-image: url(../img/cont_bg.svg);*/
/*	background-repeat: no-repeat;*/
/*	background-position: calc(50% + 330px) 0;*/
/*	z-index: -1;*/
/*	-webkit-animation: float 6s ease-in-out infinite;*/
/*	animation: float 6s ease-in-out infinite;*/
/*}*/

.cont_panel {
	position: relative;
	padding-top: 70px;
	padding-left: 110px;
	padding-bottom: 74px;
	padding-right: 70px;
	background: #ffffff;
	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
}

.in_cont {
	z-index: 100;
	max-width: 100%;
	position: relative;
}

.cont_panel::before {
	border-radius: 999px;
	top: -75px;
	left: -70px;
	content: "";
	display: block;
	position: absolute;
	width: 108px;
	height: 108px;
	background: #ffd900;
	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	z-index: -1;
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
}

.container_wider {
	max-width: 1388px;
}

.cont_panel .mes_t {
	margin-bottom: 45px;
	/*padding-left: 78px;*/
}

.cont_panel .mes_t::before {
	width: 64px;
	height: 3px;
	top: 10px;
}

.cont_list_info > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
	min-height: 54px;
	/*padding-left: 80px;*/
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #000000;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cont_list_info > li > img {
	position: absolute;
	left: 0;
	top: 0;
}

.cont_list_info > li p {
	margin-bottom: 0;
}

.cont_list_info > li a {
	color: black;
}

.cont_list_info > li a:hover {
	text-decoration: underline;
}

.cont_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 6px;
}

.cont_flex ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 60px;
}

.cont_flex ul li {
	position: relative;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.cont_flex ul li:hover {
	top: -4px;
}

.foot_tel {
	display: block;
	font-size: 20px;
	line-height: 1;
}

.map_area {
	height: calc(100% - 180px);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.map_wrp {
	background-color: #f2f2f2;
	height: 100%;
	width: 100%;
}

.map_area .container,
.map_area .container > div,
.map_area .container > div > div,
.map_area .fw_item {
	height: 100%;
}

.ymaps-layers-pane {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
}

.ymaps-b-zoom_hints-pos_right {
	left: calc(100% - 40px) !important;
}

footer .container {
	max-width: 1839px;
}

.foot_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	flex-direction: column;
}

footer {
	padding: 60px 0;
}

.foott {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #000000;
	font-weight: 500;
}

a.foott:hover {
	text-decoration: underline;
}

/* new foot properties */

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}

.footer-main {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-legal {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 200px;
}

.foott {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin: 0;
}

.footer-policy {
    margin-bottom: 15px;
    text-align: right;
}

.copyright {
    text-align: right;
}

@media (max-width: 768px) {
    .footer-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    
    .footer-legal {
        align-items: flex-start;
        margin-top: 20px;
    }
    
    .footer-policy,
    .copyright {
        text-align: left;
    }
    
    .foott {
        font-size: 13px;
    }
}
/* ./new foot properties */

.razrab img {
	-webkit-filter: brightness(0);
	filter: brightness(0);
	opacity: 0.9;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.razrab:hover img {
	-webkit-filter: brightness(1);
	filter: brightness(1);
	opacity: 1;
}

.scroll_turn_on {
	display: none;
}

.fixMe .scroll_turn_on {
	display: block;
}

.fixMe .blueb {
	width: 180px;
	height: 50px;
	font-size: 14px;
}

.fixMe .top_menu_area ul {
	width: 730px;
}

.fancybox-infobar {
	display: none;
}

@-webkit-keyframes blink {
	from {
		left: -85px;
	}
	to {
		left: 120%;
	}
}

@keyframes blink {
	from {
		left: -85px;
	}
	to {
		left: 120%;
	}
}

.blueb {
	overflow: hidden;
	position: relative;
}

.blueb::after {
	background: #fff;
	content: "";
	height: 295px;
	left: -75px;
	opacity: 0.2;
	position: absolute;
	top: -50px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: -10;
	-webkit-animation-name: blink;
	animation-name: blink;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	z-index: 10;
}

.noActive::after {
	display: none;
}
.modal_wrp {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #ffffff;
	/* 001 */

	-webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);

	box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
	padding-top: 72px;
	padding-bottom: 80px;
	padding-left: 100px;
	padding-right: 100px;
}
.closemod {
	top: 24px;
	right: 24px;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.closemod:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mod_text {
	margin-bottom: 35px;
	font-weight: bold;
	font-size: 30px;
	line-height: 105%;
	/* or 31px */

	letter-spacing: -0.02em;

	/* Font_01 */

	color: #0c1014;
}
.modal_wrp input {
	margin-bottom: 20px;
}
[name="name"] {
	background-image: url(../img/user.svg);
}
.modal_wrp .blueb {
	max-width: 100%;
	width: 100%;
}
.modal_wrp .pressing {
	margin-top: 30px;
}
.tt1 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 35px;
	line-height: 105%;
	/* identical to box height, or 37px */

	text-align: center;
	letter-spacing: -0.02em;

	/* Font_01 */

	color: #0c1014;
}
.tt2 {
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 18px;
	line-height: 120%;
	/* or 22px */

	text-align: center;
	letter-spacing: -0.02em;

	color: #000000;
}
.t_img {
	display: inline-block;
	margin: 30px 0;
}
#thanks .modal_wrp {
	padding-top: 80px;
	padding-bottom: 95px;
}
#thanks .blueb {
}
.modal-lg .modal_wrp {
	padding: 40px;
	max-width: 100%;
}
.modal-open .lines_wrp {
	left: calc(50% - 798px);
}
.mob_cont {
	display: none;
}
.open_nav {
	display: none;
}
.mob_close_area {
	display: none;
}
.cont_flex ul li img {
	height: 20px;
}
.logo {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	background-image: url(../img/logo.svg);
	width: 419px;
	height: 43px;
}
.soc_jur a img {
	width: 20px;
}
.after_h1 {
	padding: 0;
}

.after_h1::before {
	display: none;
}

.after_h1 li {
	padding-left: 26px;
	position: relative;
}

.after_h1 li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50%;
	background-color: #ffd900;
	width: 10px;
	height: 10px;
}
.buts_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.buts_flex button {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.buts_flex a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background: #4caf50;
	border-radius: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 3px solid #648466;
}

.buts_flex a:hover {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}
.tels_wrp {
	display: inline-block;
	vertical-align: middle;
}
.tels_wrp a {
	display: block;
}
.help_section .custom_controls_wrp {
	margin-bottom: 40px;
}
.result_section::after {
	display: none;
}
/*.help_section {*/
/*	background-image: url(../img/why_label.svg);*/
/*	background-repeat: no-repeat;*/
/*	background-position: calc(50% + 320px) 130px;*/
/*}*/
.row.flex.pr_flx {
	padding-top: 40px;
	padding-bottom: 100px;
}

.row.flex.pr_flx > div {
	margin-bottom: 25px;
}
.top_cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto !important;
}

.top_cont > ul {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-right: 20px;
}

.tels_wrp {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	text-align: left;
}
.panel-title a {
	display: block;
}
.intro_section-new {
	overflow-x: hidden;
	overflow-y: hidden;
}
.intro_section-new:before {
	background-image: url("../img/main_pic.png") !important;
	background-position-x: center;
	background-position-y: bottom;
	background-size: 70%;
    left: 15%;
	box-shadow: -1000px 0 #e8e9ed;
}

@media (max-width: 991px) {
	.intro_section-new:before {
		box-shadow: none;
        background-color: none;
        background-position-x: 58%;
        background-position-y: 60%;
        background-size: 195%;
        left: 0;
	}
	
	.jur_descript_list br {
	    display:block!important;
	}
	
	.workers_section .resp_t {
        font-size: 14px;
        margin-bottom: 25px;
        margin-top: 0;
    }
}

@media (max-width: 576px) {
	.intro_section-new:before {
		background-position-x: 40px !important;
        background-position-y: 226px !important;
        background-size: 100% !important;
	}
}

@media (max-width: 480px) {
    .intro_section-new:before {
       display: none;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        padding-left: 30px;
        font-size: 21px;
        max-width: 100% !important;
    }
}
