html, body {
	margin: 0;
	padding: 0;
}

html.fancybox-active {
	overflow: hidden;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	outline-style: none;
}

b, strong {
	font-family: Gilroy;
	font-weight: 500 !important;
}

input, button, textarea {
	font-family: Gilroy !important;
}

li {
	list-style: none;
}

a {
	border: none;
	text-decoration: none;
}

a img {
	border: none;
}

* {
	margin: 0px;
	padding: 0px;
}

img {
	vertical-align: middle;
}

:focus {
	outline: none;
}

button:hover {
	cursor: pointer;
	opacity: 0.8;
}

::-webkit-input-placeholder {
	color: #3a3a3a;
	font-weight: 400 !important;
}

::-moz-placeholder {
	color: #3a3a3a;
	font-weight: 400 !important;
}

:-moz-placeholder {
	color: #3a3a3a;
	font-weight: 400 !important;
}

:-ms-input-placeholder {
	color: #3a3a3a;
	font-weight: 400 !important;
}

@keyframes ani {
	0% {transform: translateY(-150%);}
	100% {transform: translateY(0);}
}

.wpcf7-form {
	border: none;
	overflow: visible;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7-form-control-wrap input {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	padding: 0px 10px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	background-color: #ffffff;
	border-radius: 20px;
	border: none;
}

.ajax-loader,
.acceptance_fos,
.wpcf7-spinner {
	display: none !important;
}

.wpcf7-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	margin-top: 20px;
	border-radius: 20px;
	border: none;
	background: #3a3a3a;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	transition: 0.2s linear;
	font-weight: 400;
}

.wpcf7-submit:hover {
	background: #7956f1;
}

.wpcf7-not-valid-tip {
	text-align: center;
	font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 15px;
	left: 0;
	top: 105%;
	background: #7c19e3;
	color: #ffffff;
	border: none;
	border-radius: 20px;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	z-index: 1;
}

#fancybox-content .wpcf7 form .wpcf7-response-output {
	position: relative;
	margin-top: 10px;
}

#form_popup1 {
	padding: 20px;
	max-width: 320px !important;
	box-sizing: border-box !important;
}

#form_popup1 h4 {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	max-width: 320px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

#form_popup1 .wpcf7-form-control-wrap input {
	background: #f1f1f1;
	max-width: 320px;
}

#form_popup1 .wpcf7-submit,
#form_popup1 .wpcf7-form {
	max-width: 320px;
}

#fancybox-content {
	overflow: visible !important;
}

#fancybox-content > div {
	overflow: visible !important;
}

body {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	color: #3a3a3a;
	font-size: 15px;
	font-family: Gilroy;
	overflow-x: hidden;
}

body.open_over {
	overflow: hidden;
}

.wrapper {
	height: auto;
	min-height: 100%;
}

.bg {
	margin-top: 0px;
}

footer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	width: 100%;
	background: #1d1d1d;
	padding: 40px 0px 0px 0px;
}

footer * {
	position: relative;
	z-index: 2;
}

.container {
	max-width: 1170px;
	width: 90%;
	margin: 0 auto;
}

.top_front {
	width: 100%;
	padding: 20px 0px;
	background: #3a3a3a;
}

.top_front .container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top_front .number {
	align-items: center;
	display: none;
}

.top_front .button {
	align-items: center;
	display: none;
}

.top_front .number i {
	display: inline-flex;
	width: 25px;
	height: 25px;
	background: url(images/phone.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 15px
}

.top_front .number a {
	color: #ffffff;
	font-size: 25px;
	line-height: 1;
}

.top_front ul {
	display: flex;
	justify-content: flex-end;
}

.top_front li {
	margin: 0px 20px 0px 0px;
}

.top_front li a {
	color: #ffffff;
	font-size: 17px
}

.header_front {
	position: relative;
	width: 100%;
	transition: 0.3s linear;
	background: #3a3a3a;
}

.header_front .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.header_front .left {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 57%;
}

.header_front .left .logo {
	display: flex;
	align-items: center;
}

.header_front .left .logo h2 {
	font-size: 30px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1;
}

.header_front .left .logo i {
	display: inline-flex;
	width: 45px;
	height: 45px;
	background: url(images/logo.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 15px
}

.header_front .left .number {
	display: flex;
	align-items: center;
}

.header_front .left .number i {
	display: inline-flex;
	width: 25px;
	height: 25px;
	background: url(images/phone.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 15px
}

.header_front .left .number a {
	color: #ffffff;
	font-size: 25px;
	line-height: 1;
}

.header_front .right {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	width: 40%;
	padding: 0px 40px;
	background: #febf1f;
	border-radius: 30px 30px 0px 0px;
}

.header_front .right .form_popup {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 100%;
	color: #ffffff;
	font-size: 25px;
	font-weight: 400;
	border-radius: 30px;
	background-color: #7c19e3;
	transition: 0.2s ease-in-out;
}

.header_front .right a:hover {
	background: #3a3a3a;
}

.header_fixed {
	position: fixed;
	top: -2000px;
	padding: 20px 0px;
	width: 100%;
	background: #3a3a3aeb;
	transition: 0.5s ease-in-out;
	z-index: 9;
}

.header_fixed.fixed {
	top: 0;
	animation: ani 1s forwards;
}

.header_fixed .container {
	display: flex;
	justify-content: space-between;
}

.header_fixed .logo {
	display: flex;
	align-items: center;
}

.header_fixed .logo h2 {
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
}

.header_fixed .logo i {
	display: inline-flex;
	width: 35px;
	height: 35px;
	background: url(images/logo.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.header_fixed .right {
	display: flex;
	align-items: center;
	position: relative;
}

.header_fixed .number {
	display: flex;
	align-items: center;
}

.header_fixed .number i {
	display: inline-flex;
	width: 20px;
	height: 20px;
	background: url(images/phone.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px
}

.header_fixed .number a {
	color: #ffffff;
	font-size: 22px;
	line-height: 1;
}

.header_fixed .right .popout {
	position: fixed;
	height: 100vh;
	width: 250px;
	background: rgb(0 0 0 / 90%);
	top: 0;
	left: -250px;
	overflow: auto;
	z-index: 99;
}

.header_fixed .right .popout ul {
	padding: 70px 20px 70px 20px;
	flex-direction: column;
	align-items: flex-start;
}
	
.header_fixed .right .popout ul li a {
	color: #ffffff;
	margin: 0px 0px 20px 0px;
	display: block;
	text-transform: uppercase;
	transition: 0.2s linear;
}

.header_fixed .right .popout ul li a:hover {
	color: #febf1f;
}

.header_fixed .right .toggle {
	width: 33px;
	height: 33px;
	transition: 0.3s linear;
}

.header_fixed .right .toggle .icon {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition-duration: 0.5s;
	position: absolute;
	height: 6px;
	width: 33px;
	top: 14px;
	background-color: #ffffff;
}

.header_fixed .right .toggle .icon:before {
	transition-duration: 0.5s;
	position: absolute;
	width: 33px;
	height: 6px;
	background-color: #ffffff;
	content: "";
	top: -10px;
}

.header_fixed .right .toggle .icon:after {
	transition-duration: 0.5s;
	position: absolute;
	width: 33px;
	height: 6px;
	background-color: #ffffff;
	content: "";
	top: 10px;
}

.header_fixed .right .toggle.open .icon {
	transition-duration: 0.5s;
	background: transparent;
}

.header_fixed .right .toggle.open .icon:before {
	transform: rotateZ(45deg) scaleX(1) translate(5px, 5px);
}

.header_fixed .right .toggle.open .icon:after {
	transform: rotateZ(-45deg) scaleX(1) translate(9px, -9px);
}

.header_fixed .right .toggle:hover {
	cursor: pointer;
}

.header_fixed .right .form_popup {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0px 20px;
	margin: 0px 25px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	border-radius: 30px;
	background-color: #7c19e3;
	transition: 0.2s ease-in-out;
}

.header_fixed .right a:hover {
	background: #febf1f;
}

.header_internal {
	position: relative;
	padding: 20px 0px;
	width: 100%;
	background: #3a3a3a;
	transition: 0.5s ease-in-out;
	z-index: 9;
}

.header_internal .container {
	display: flex;
	justify-content: space-between;
}

.header_internal .logo {
	display: flex;
	align-items: center;
}

.header_internal .logo h2 {
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
}

.header_internal .logo i {
	display: inline-flex;
	width: 35px;
	height: 35px;
	background: url(images/logo.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.header_internal .right {
	display: flex;
	align-items: center;
	position: relative;
}

.header_internal .number {
	display: flex;
	align-items: center;
}

.header_internal .number i {
	display: inline-flex;
	width: 20px;
	height: 20px;
	background: url(images/phone.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px
}

.header_internal .number a {
	color: #ffffff;
	font-size: 22px;
	line-height: 1;
}

.header_internal .right .popout {
	position: fixed;
	height: 100vh;
	width: 250px;
	background: rgb(0 0 0 / 90%);
	top: 0;
	left: -250px;
	overflow: auto;
	z-index: 99;
}

.header_internal .right .popout ul {
	padding: 70px 20px 70px 20px;
	flex-direction: column;
	align-items: flex-start;
}
	
.header_internal .right .popout ul li a {
	color: #ffffff;
	margin: 0px 0px 20px 0px;
	display: block;
	text-transform: uppercase;
	transition: 0.2s linear;
}

.header_internal .right .popout ul li a:hover {
	color: #febf1f;
}

.header_internal .right .toggle {
	width: 33px;
	height: 33px;
	transition: 0.3s linear;
	position: relative;
}

.header_internal .right .toggle .icon {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition-duration: 0.5s;
	position: absolute;
	height: 6px;
	width: 33px;
	top: 14px;
	background-color: #ffffff;
}

.header_internal .right .toggle .icon:before {
	transition-duration: 0.5s;
	position: absolute;
	width: 33px;
	height: 6px;
	background-color: #ffffff;
	content: "";
	top: -10px;
}

.header_internal .right .toggle .icon:after {
	transition-duration: 0.5s;
	position: absolute;
	width: 33px;
	height: 6px;
	background-color: #ffffff;
	content: "";
	top: 10px;
}

.header_internal .right .toggle.open .icon {
	transition-duration: 0.5s;
	background: transparent;
}

.header_internal .right .toggle.open .icon:before {
	transform: rotateZ(45deg) scaleX(1) translate(5px, 5px);
}

.header_internal .right .toggle.open .icon:after {
	transform: rotateZ(-45deg) scaleX(1) translate(9px, -9px);
}

.header_internal .right .toggle:hover {
	cursor: pointer;
}

.header_internal .right .form_popup {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0px 20px;
	margin: 0px 25px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	border-radius: 30px;
	background-color: #7c19e3;
	transition: 0.2s ease-in-out;
}

.header_internal .right .form_popup:hover {
	background: #febf1f;
	color: #3a3a3a;
}

.banner {
	background: #3a3a3a;
}

.banner .container {
	display: flex;
}

.banner .blocks {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0px 0px 80px 0px;
	padding: 60px 40px 0px 60px;
	background: #febf1f;
	border-radius: 60px 0px 60px 60px;
	position: relative;
}

.banner .blocks .left {
	width: 60%;
}

.banner .blocks .right {
	width: 38%;
	height: 100%;
	background: url(images/Group_1_1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.banner .blocks h1 {
	color: #3a3a3a;
	font-size: 45px;
	font-family: Gilroy;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}

.banner .blocks .caption {
	color: #3a3a3a;
	font-size: 27px;
	margin-bottom: 40px;
	font-weight: 400;
}

.banner .blocks .advant {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: -40px;
}

.banner .blocks .advant div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 49%;
	min-height: 120px;
	background: #ffffff;
	padding: 20px;
	border-radius: 20px;
}

.banner .blocks .advant i {
	display: inline-flex;
	width: 45px;
	height: 45px;
	animation: rotate_anim 25s infinite linear;
	backface-visibility: hidden;
}

.banner .blocks .advant div:first-child i {
	background: url(images/star_1.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.banner .blocks .advant div:last-child i {
	background: url(images/star_2.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

@keyframes rotate_anim {
	0% {
		transform:rotate(0deg);
		animation-timing-function:linear;
	}
	100% {
		transform:rotate(360deg);
	}
}

.banner .blocks .advant span {
	display: inline-flex;
	width: calc(100% - 55px);
	font-size: 24px;
	line-height: 1;
}

article .title_h2 {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	padding: 20px 0px 0px 0px;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
}

article .why {
	padding: 40px 0px 40px 0px;
	background: #f1f1f1;
}

article .why .blocks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px
}

article .why .block {
	display: flex;
	flex-direction: column;
	width: 32.8%;
	padding: 30px;
	margin-bottom: 10px;
	background: #ffffff;
	border-radius: 20px;
}

article .why .block.block_img_width {
	width: 66.4%;
	padding: 0;
}

article .why .block.color_block {
	background: #3a3a3a
}

article .why .block.img_width_1 {
	background: #febf1f url(images/why1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

article .why .block.img_width_2 {
	background: #febf1f url(images/why2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

article .why .block .title {
	font-size: 20px;
	line-height: 1.1;
	font-weight: 500;
	letter-spacing: -0.3px;
	margin: 0px 0px 20px 0px;
}

article .why .block .description {
	font-size: 15px;
	line-height: 1.1;
	font-weight: 400;
}

article .why .block.color_block .title,
article .why .block.color_block .description {
	color: #ffffff;
}

article .why .block i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

article .why .block .icon_1 i {
	background-image: url(images/icon_why_1.png);
}

article .why .block .icon_2 i {
	background-image: url(images/icon_why_2.png);
}

article .why .block .icon_3 i {
	background-image: url(images/icon_why_3.png);
}

article .why .block .icon_4 i {
	background-image: url(images/icon_why_4.webp);
}

article .why .block .icon_5 i {
	background-image: url(images/icon_why_5_1.png);
}

article .steps {
	padding: 0px 0px 60px 0px;
	background: #f1f1f1;
	overflow: hidden;
}

article .steps #scrolling {
	margin-top: 40px;
}

article .steps .blocks .owl-stage {
	display: flex;
	cursor: grab;
}

article .steps .blocks .owl-item {
	float: none;
	display: flex;
}

article .steps .blocks .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	width: 100%;
	height: 100%;
	padding: 30px;
	background: #ffffff;
	border-radius: 20px;
}

article .steps .blocks .block.star {
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-direction: column;
}

article .steps .block .icons {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}

article .steps .block .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

article .steps .blocks .block.star .fstar {
	display: inline-flex;
	width: 150px;
	height: 150px;
	background: url(images/cel.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

article .steps .blocks .block.star .itog {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color: #3a3a3a;
	text-align: center;
}

article .steps .block .icon1 {
	background-image: url(images/step1.png);
}

article .steps .block .icon2 {
	background-image: url(images/step2.webp);
}

article .steps .block .icon3 {
	background-image: url(images/step3.webp);
}

article .steps .block .icon4 {
	background-image: url(images/step4.png);
}

article .steps .block .icon5 {
	background-image: url(images/step5.png);
}

article .steps .block i {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	color: #bbbbbb;
}

article .steps .block .title {
	font-size: 20px;
	line-height: 1.1;
	font-weight: 500;
	letter-spacing: -0.3px;
	margin: 0px 0px 20px 0px;
}

article .steps .block .description {
	font-size: 15px;
	line-height: 1.1;
	font-weight: 400;
}

article .steps .owl-nav {
	display: flex;
	justify-content: flex-end;
	margin-top: 40px
}

article .steps .owl-carousel .owl-nav button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	margin: 0px 0px 0px 10px;
	border-radius: 50%;
	background-color: #3a3a3a;
}

article .steps .owl-carousel .owl-nav button.disabled {
	background-color: #ffffff;
	cursor: default;
}

article .steps button span {
	display: inline-flex;
	width: 35px;
	height: 35px;
	font-size: 0;
}

article .steps button.owl-prev span {
	background: url(images/arrow_left.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

article .steps button.owl-next span {
	background: url(images/arrow_right.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

article .keys {
	padding: 40px 0px 40px 0px;
	background: #3a3a3a;
}

article .keys .title_h2 {
	color: #ffffff;
}

article .keys .owl-stage-outer {
	overflow: hidden;
}

article .keys .flex_slide {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
	padding: 0px 40px;
}

article .keys .flex_slide .content {
	width: 44%;
}

article .keys .flex_slide .title {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color: #febf1f;
}

article .keys .flex_slide .caption {
	margin: 20px 0px;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
}

article .keys .flex_slide ul li {
	margin-bottom: 10px;
	color: #ffffff;
}

article .keys .flex_slide ul li:before {
	content: '\2713';
	display: inline-block;
	color: #febf1f;
	margin-right: 5px;
}

article .keys .flex_numbers {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

article .keys .flex_numbers .number_block {
	width: 48%;
	text-align: center;
}

article .keys .flex_numbers strong {
	margin: 0px;
	font-size: 58px;
	font-weight: 700 !important;
	color: #febf1f;
}

article .keys .flex_numbers span {
	font-size: 24px;
	color: #ffffff;
}

article .keys .flex_numbers .desc {
	color: #f1f1f1;
	text-align: center;
	font-size: 13px;
}

article .keys button {
	display: inline-flex;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}

article .keys button.owl-prev {
	left: -10px;
}

article .keys button.owl-next {
	right: -10px;
}

article .keys button span {
	display: inline-flex;
	width: 35px;
	height: 35px;
	font-size: 0;
}

article .keys button.owl-prev span {
	background: url(images/arrow_left.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

article .keys button.owl-next span {
	background: url(images/arrow_right.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

article .keys .strategy {
	width: 54%;
}

article .keys .strategy .caption {
	margin-top: 0px
}

article .keys .strategy .flex_block {
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px
}

article .keys .strategy .flex_block span {
	font-size: 18px;
	font-weight: 700;
	color: #febf1f;
	margin-right: 15px
}

article .keys .strategy .flex_block h3 {
	font-weight: 500;
	color: #febf1f;
	line-height: 1;
	margin-bottom: 10px;
}

article .keys .strategy .flex_block p {
	font-size: 14px;
	line-height: 1.1
}

article .forma {
	padding: 60px 0px 40px 0px;
	background: #f1f1f1;
}

article .forma .blocks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

article .forma .blocks .left {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	width: 66%;
	border-radius: 20px;
	padding: 40px;
	background: #3a3a3a;
	overflow: hidden;
}

article .forma .blocks .left .caption {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}

article .forma .blocks .left .desc {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	width: 48%;
}

article .forma .blocks .left .desc span {
	display: inline-flex;
	width: 100%;
	font-size: 22px;
	line-height: 1;
	font-weight: 400;
	color: #ffffff;
}

article .forma .blocks .left .desc i {
	display: inline-flex;
	width: 45px;
	height: 45px;
	animation: rotate_anim 25s infinite linear;
	backface-visibility: hidden;
	margin-bottom: 20px;
}

article .forma .blocks .left .desc_1 i {
	background: url(images/star_1.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

article .forma .blocks .left .desc_2 i {
	background: url(images/star_2.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

article .forma .blocks .right {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 33%;
	border-radius: 20px;
	padding: 40px;
	background: #febf1f;
}

article .forma .right i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px auto;
	width: 85px;
	height: 89px;
	background: url(images/dialog.png) no-repeat;
	background-size: 100%;
	background-position: center;
}

article .forma .blocks .right h4 {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

article .price {
	padding: 20px 0px 40px 0px;
	background: #f1f1f1;
}

article .price .note {
	margin-top: 20px;
	text-align: center;
	font-size: 18px
}

article .price .blocks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px
}

article .price .block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 32.8%;
	padding: 30px;
	margin-bottom: 10px;
	background: #ffffff;
	border-radius: 20px;
}

article .price .block .title {
	font-size: 20px;
	line-height: 1.1;
	font-weight: 500;
	letter-spacing: -0.3px;
	margin: 0px 0px 20px 0px;
}

article .price .block .list li {
	font-size: 15px;
	line-height: 1.1;
	font-weight: 400;
	margin-bottom: 10px;
}

article .price .block .list li:before {
	content: '\2713';
	display: inline-block;
	color: #febf1f;
	margin-right: 5px;
}

article .price .block i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

article .price .block .icon_1 i {
	background-image: url(images/light.webp);
}

article .price .block .icon_2 i {
	background-image: url(images/optima.webp);
}

article .price .block .icon_3 i {
	background-image: url(images/max.webp);
}

article .price .block .form_popup {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	margin-top: 20px;
	border-radius: 20px;
	border: none;
	background-color: #febf1f;
	color: #3a3a3a;
	font-size: 16px;
	cursor: pointer;
	transition: 0.2s linear;
}

article .price .block .form_popup:hover {
	background: #7956f1;
	color: #ffffff;
}

article .calculator {
	background: #3a3a3a;
	padding: 40px 0px 40px 0px;
}

article .calculator .blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

article .calculator .left {
	width: 49%;
	background: #ffffff;
	border-radius: 20px;
	padding: 40px;
}

article .calculator .left h4 {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

article .calculator .cf7mls_bar_style_text_no {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

article .calculator .cf7_mls_count_step {
	color: #3a3a3a;
}

article .calculator li.active .cf7_mls_steps_item_icon {
	background: #febf1f !important;
}

article .calculator .fieldset-cf7mls-wrapper {
	padding: 0;
	margin: 40px 0px 0px 0px;
}

article .calculator .wpcf7-form-control-wrap input {
	background: #f1f1f1;
	margin: 0;
}

article .calculator .wpcf7-form-control-wrap input.disabled {
	cursor: not-allowed;
	color: #f1f1f1;
	user-select: none;
}

article .calculator .fieldset-cf7mls-wrapper fieldset {
	padding: 0;
	margin: 0 !important;
}

article .calculator form .step_form {
	margin-bottom: 20px;
}

article .calculator form .step_form > label {
	display: inline-flex;
	width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
}

article .calculator form span.wpcf7-list-item {
	margin: 0;
	display: flex;
	align-items: center;
}

article .calculator form span.wpcf7-list-item label {
	margin: 0;
	display: flex;
	align-items: center;
}

article .calculator form input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

article .calculator form .wpcf7-list-item-label {
	display: inline-flex;
	align-items: center;
	margin-left: 5px;
	line-height: 1;
	cursor: pointer;
	font-size: 14px;
	user-select: none;
}

article .calculator form input[type="checkbox"]+.wpcf7-list-item-label::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #3a3a3a;
	border-radius: 0;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	margin-top: -2px;
}

article .calculator form input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
	border-color: #febf1f;
	background-color: #febf1f;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

article .calculator .cf7mls-btns {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 30px auto 0px auto;
}

article .calculator button.action-button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0;
	height: 40px;
	width: 49%;
	border: none;
	cursor: pointer;
	float: none;
	border-radius: 20px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	background: #3a3a3a;
	color: #ffffff;
	transition: 0.2s linear;
}

article .calculator textarea {
	width: 100%;
	height: 60px;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 400;
	background: #f1f1f1;
	border-radius: 20px;
	border: none;
	resize: vertical;
}

article .calculator textarea.disabled {
	cursor: not-allowed;
	color: #f1f1f1;
	user-select: none;
}

article .calculator div.wpcf7 input[type="file"] {
	display: inline-flex;
	font-size: 14px;
	margin: 5px 0px 10px 0px;
	height: auto;
	padding: 0;
	font-weight: 400;
	line-height: 1;
	background: none;
	border-radius: 0;
}

article .calculator form .lttext {
	display: flex;
	line-height: 1;
	width: 100%;
	font-size: 12px;
	font-weight: 400;
}

article .calculator form .step_form.last_step {
	margin-bottom: 8px;
}

article .calculator form .step_form.step_button {
	margin-bottom: 20px;
}

article .calculator input.wpcf7-form-control.wpcf7-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	height: 40px;
	width: 49%;
	border: none;
	cursor: pointer;
	border-radius: 20px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	background: #7c19e3;
	color: #ffffff;
	transition: 0.2s linear;
}

article .calculator input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #febf1f;
	color: #3a3a3a;
}

article .calculator .right {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 49%;
}

article .calculator .right .caption {
	text-align: center;
	width: 100%;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}

article .calculator .right .desc {
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}

article .calculator .right i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 20px auto;
	width: 180px;
	height: 130px;
	background: url(images/calculator.png) no-repeat;
	background-size: 100%;
	background-position: center;
}

article .garant {
	background: #f1f1f1;
	padding: 40px 0px 40px 0px;
}

article .garant .blocks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

article .garant .blocks .left {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 66.4%;
}

article .garant .block {
	width: 49.2%;
	min-height: 190px;
	padding: 25px;
	border-radius: 20px;
	background: #ffffff;
}

article .garant .block1,
article .garant .block2 {
	margin-bottom: 10px;
}

article .garant .block_img {
	background: url(images/garant_banner.jpg);
	background-size: cover;
	background-position: center;
}

article .garant .block_color {
	background: #3a3a3a;
}

article .garant .left .block i {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	color: #bbbbbb;
}

article .garant .block .title {
	font-size: 20px;
	line-height: 1.1;
	font-weight: 500;
	letter-spacing: -0.3px;
	margin: 20px 0px 20px 0px;
}

article .garant .block_color .title {
	color: #ffffff
}

article .garant .block .description {
	font-size: 15px;
	line-height: 1.1;
	font-weight: 400;
}

article .garant .block_color .description {
	color: #ffffff
}

article .garant .blocks .right {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	width: 32.6%;
	padding: 20px;
	background: #ffffff;
	border-radius: 20px;
	position: relative;
}

article .garant .blocks .right h4 {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

article .garant .wpcf7-submit {
	background: #febf1f;
	color: #3a3a3a;
}

article .garant .wpcf7-submit:hover {
	background: #7956f1;
	color: #ffffff;
}

article .garant .wpcf7-form-control-wrap input {
	background: #f1f1f1;
}

article .garant .right i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px auto;
	width: 85px;
	height: 89px;
	background: url(images/dialog.png) no-repeat;
	background-size: 100%;
	background-position: center;
}

article .question {
	background: #f1f1f1;
	padding: 0px 0px 40px 0px;
}

article .question .accordions {
	margin-top: 40px; 
}

article .question .accordions .block {
	position: relative;
	margin-bottom: 10px;
}

article .question .accordions .head {
	position: relative;
	background-color: #ffffff;
	color: #3a3a3a;
	padding: 13px 20px;
	cursor: pointer;
	transition: 0.3s ease;
	border-radius: 20px;
	letter-spacing: -0.3px;
}

article .question .accordions .head span {
	font-weight: 500;
	font-size: 17px;
	z-index: 2;
	position: relative;
}

article .question .accordions .arrow {
	display: inline-flex;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

article .question .accordions .arrow:after {
	content:'';
	display: inline-flex;
	position: absolute;
	right: 30px;
	bottom: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 30px solid #ffffff;
	transition: 0.3s ease;
	z-index: 1;
}

article .question .accordions .head:hover .arrow:after {
	border-top: 30px solid #3a3a3a;
}

article .question .accordions .head .arrow-animate:after {
	border-top: 30px solid #febf1f;
	bottom: -20px;
}

article .question .accordions .head:hover .arrow-animate:after {
	bottom: -20px;
	border-top: 30px solid #3a3a3a;
}

article .question .accordions .head:hover {
	background-color: #3a3a3a;
	color: #ffffff;
}

article .question .accordions .active {
	background-color: #febf1f; 
	color: #3a3a3a;
}

article .question .accordions .content {
	background: #ffffff;
	display: none;
	padding: 30px;
	border-radius: 20px;
}

article .question .accordions .content p {
	font-size: 15px;
	line-height: 1.1;
	font-weight: 400;
	margin-bottom: 15px;
}

article .question .accordions .content p:last-child {
	margin-bottom: 0px;
}

article .reviews {
	padding: 40px 0px 60px 0px;
	background: #3a3a3a;
	overflow: hidden;
}

article .reviews .title_h2 {
	color: #ffffff;
}

article .reviews .blocks {
	margin-top: 40px;
}

article .reviews .blocks .owl-stage {
	display: flex;
	counter-reset: owl-item;
	cursor: grab;
}

article .reviews .blocks .owl-item {
	float: none;
	display: flex;
}

article .reviews .blocks .review_block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 30px;
	background: #ffffff;
	border-radius: 20px;
}

article .reviews .review_block .icons {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}

article .reviews .review_block i:before {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	color: #bbbbbb;
	counter-increment: owl-item;
	content:counter(owl-item, decimal-leading-zero)"";
}

article .reviews .review_block .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-image: url(images/quotation.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;	
}

article .reviews .review_block .block_text {
	font-size: 15px;
	line-height: 1.1;
	font-weight: 400;
}

article .reviews .review_block p {
	margin-bottom: 10px;
}

article .reviews .review_block .block_name {
	font-size: 15px;
	line-height: 1.1;
	font-weight: 400;
	letter-spacing: -0.3px;
	text-align: right;
	font-style: italic;
}

article .reviews .owl-nav {
	display: flex;
	justify-content: flex-end;
	margin-top: 40px
}

article .reviews .owl-carousel .owl-nav button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	margin: 0px 0px 0px 10px;
	border-radius: 50%;
	background-color: #ffffff;
}

article .reviews .owl-carousel .owl-nav button.disabled {
	background-color: #4b4b4b;
	cursor: default;
}

article .reviews button span {
	display: inline-flex;
	width: 35px;
	height: 35px;
	font-size: 0;
}

article .reviews button.owl-prev span {
	background: url(images/arrow_left.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

article .reviews button.owl-next span {
	background: url(images/arrow_right.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

article .forma_footer {
	background: #febf1f;
	padding: 40px 0px 40px 0px;
}

article .forma_footer .blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

article .forma_footer .left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 66%;
	background: white;
	border-radius: 20px;
	padding: 40px;
}

article .forma_footer .left .caption {
	text-align: center;
	width: 100%;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
}

article .forma_footer .left .desc p {
	font-size: 18px;
	line-height: 1;
	text-align: center;
	margin-top: 20px;
}

article .forma_footer .left i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 0px auto;
	width: 280px;
	height: 163px;
	background: url(images/forma_footer.png) no-repeat;
	background-size: 100%;
	background-position: center;
}

article .forma_footer .right {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	width: 33%;
	background: #ffffff;
	border-radius: 20px;
	padding: 40px;
}

article .forma_footer .right i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px auto;
	width: 85px;
	height: 89px;
	background: url(images/dialog.png) no-repeat;
	background-size: 100%;
	background-position: center;
}

article .forma_footer .right h4 {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

article .forma_footer .wpcf7-form-control-wrap input {
	background: #f1f1f1;
}

article.internal_page {
	padding: 40px 0px 0px 0px;
	background: #f1f1f1;
}

article.internal_page .bred {
	font-size: 13px;
	color: #3a3a3a;
	font-weight: 400;
}

article.internal_page .bred a {
	color: #3a3a3a;
}

article.internal_page .bred span {
	display: inline-flex;
	margin: 0px 5px;
}

article.internal_page h1 {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	padding: 20px 0px 40px 0px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

article.internal_page .what_about {
	margin-bottom: 20px; 
}

article.internal_page .what_about .blocks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

article.internal_page .what_about .block {
	display: flex;
	flex-direction: column;
	width: 32.8%;
	padding: 30px;
	margin-bottom: 10px;
	background: #3a3a3a;
	border-radius: 20px;
}

article.internal_page .what_about .block.block1 {
	width: 66.4%;
	background: #ffffff;
	justify-content: center;
}

article.internal_page .what_about .block .text {
	font-size: 20px;
}

article.internal_page .what_about .description {
	font-size: 15px;
	line-height: 1.1;
	font-weight: 400;
	margin-top: 10px;
	color: #ffffff;
}

article .why .block.color_block .title,
article .why .block.color_block .description {
	color: #ffffff;
}

article.internal_page .what_about .icons i {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	color: #bbbbbb;
}

article.internal_page .page_text {
	margin-bottom: 40px;
}

article.internal_page .page_text h2 {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	padding: 20px 0px 20px 0px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

article.internal_page .page_text p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	margin: 10px 0px;
}

article.internal_page .page_text h3 {
	margin: 20px 0px 20px 0px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: -0.5px;
	font-weight: 500
}

article.internal_page .page_text li {
	font-size: 15px;
	font-weight: 400;
	padding-left: 20px;
	position: relative;
	margin: 10px 0px;
	line-height: 1.4;
}

article.internal_page .page_text li:before {
	content: '\2713';
	display: inline-block;
	color: #febf1f;
	margin-right: 5px;
}

article.internal_page .works {
	margin-bottom: 40px;
}

article.internal_page .work {
	display:  flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding: 40px;
	background: #3a3a3a;
	border-radius: 20px
}

article.internal_page .work .content {
	width: 44%;
}

article.internal_page .work .title {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color: #febf1f;
}

article.internal_page .work .caption {
	margin: 20px 0px;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
}

article.internal_page .work ul li {
	margin-bottom: 10px;
	color: #ffffff;
}

article.internal_page .work ul li:before {
	content: '\2713';
	display: inline-block;
	color: #febf1f;
	margin-right: 5px;
}

article.internal_page .work .flex_numbers {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

article.internal_page .work .flex_numbers .number_block {
	width: 48%;
	text-align: center;
}

article.internal_page .work .flex_numbers strong {
    margin: 0px;
    font-size: 58px;
    font-weight: 700 !important;
    color: #febf1f;
}

article.internal_page .work .flex_numbers span {
    font-size: 24px;
    color: #ffffff;
}

article.internal_page .work .flex_numbers .desc {
	color: #f1f1f1;
	text-align: center;
	font-size: 13px;
}

article.internal_page .work .strategy {
	width: 54%;
}

article.internal_page .work .strategy .caption {
	margin-top: 0px
}

article.internal_page .work .strategy .flex_block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px
}

article.internal_page .work .strategy .flex_block span {
	font-size: 18px;
    font-weight: 700;
    color: #febf1f;
	margin-right: 15px
}

article.internal_page .work .strategy .flex_block h3 {
	font-weight: 500;
	color: #febf1f;
	line-height: 1;
	margin-bottom: 10px;
}

article.internal_page .work .strategy .flex_block p {
	font-size: 14px;
	line-height: 1.1;
	color: #ffffff;
}

article.internal_page .page_contact {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

article.internal_page .page_contact .left {
	display: inline-flex;
	flex-direction: column;
	width: 33%;
	background: #3a3a3a;
	border-radius: 20px;
	padding: 40px;
}

article.internal_page .page_contact .left .contact  {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 15px;
}

article.internal_page .page_contact .left .contact:last-child {
	margin: 0;
}

article.internal_page .page_contact .left .contact p {
	color: #febf1f;
	font-size: 14px;
	margin-bottom: 3px;
	line-height: 1;
}

article.internal_page .page_contact .left .contact span,
article.internal_page .page_contact .left .contact a {
	color: #ffffff;
	font-size: 15px;
	line-height: 1;
}

article.internal_page .page_contact .right {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 66%;
	background: white;
	border-radius: 20px;
	padding: 10px;
}

article.internal_page .page_contact .right iframe {
	border-radius: 20px;
}

footer .blocks {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}

footer .blocks .block {
	display: flex;
	flex-direction: column;
	width: 48%
}

footer .block .note {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

footer .block .note span {
	display: inline-flex;
	width: 90%;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	color: #ffffff;
}

footer .block .note i {
	display: inline-flex;
	width: 45px;
	height: 45px;
	animation: rotate_anim 25s infinite linear;
	backface-visibility: hidden;
	margin-bottom: 10px;
	background: url(images/star_2.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

footer .block .logo {
	display: flex;
	align-items: center;
}

footer .block .logo h2 {
	font-size: 25px;
	color: #ffffff;
	text-transform: uppercase;
}

footer .block .logo i {
	display: inline-flex;
	width: 30px;
	height: 30px;
	background: url(images/logo.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 8px
}

footer .block .contact {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-bottom: 15px;
}

footer .block .contact:last-child {
	margin: 0;
}

footer .block .contact p {
	color: #febf1f;
	font-size: 14px;
	text-align: right;
	margin-bottom: 3px;
	line-height: 1;
}

footer .block .contact span,
footer .block .contact a {
	color: #ffffff;
	font-size: 15px;
	text-align: right;
	line-height: 1;
}

footer .copy {
	padding: 10px 20px;
	background: #1a1919;
	text-align: center;
	font-size: 13px;
	color: #aaaaaa;
}

@media all and (max-width: 1100px) {
	.header_front .right .form_popup {
		font-size: 20px;
		width: auto;
		padding: 0px 20px;
	}

	.header_front .right {
		width: 340px;
	}

	.header_front .left {
		width: calc(100% - 360px);
	}

	.header_front .left .number a {
		font-size: 22px;
	}

	.header_front .left .logo h2 {
		font-size: 25px;
	}

	.header_front .left .logo i {
		width: 35px;
		height: 35px;
	}

	.banner .blocks h1 {
		font-size: 35px;
		letter-spacing: -0.5px;
	}

	.banner .blocks .caption {
		font-size: 22px;
	}

	.banner .blocks .right {
		background-size: 80%;
	}

	.banner .blocks .advant span {
		font-size: 20px;
	}
}

@media (max-width: 970px) {
	.header_front .left {
		width: auto;
	}
	
	.header_front .left .number i {
		display: inline-flex;
		width: 20px;
		height: 20px;
		background: url(images/phone.svg);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		margin-right: 10px
	}
	
	.header_front .left .number a {
		font-size: 20px;
	}

	.header_front .right .form_popup {
		padding: 0px 20px;
		margin: 0px;
		font-size: 18px;
		height: 40px;
	}

	.header_front .left .logo h2 {
		font-size: 20px;
	}

	.header_front .right {
		width: auto;
		padding: 0px 20px;
	}

	.banner .blocks .left {
		width: 100%;
	}

	.banner .blocks .caption {
		width: 70%;
		margin-bottom: 20px;
	}

	.banner .blocks .advant div {
		min-height: unset;
		margin-top: 10px;
	}

	.banner .blocks .advant {
		flex-direction: column;
		align-items: flex-start;
	}

	.banner .blocks .right {
		position: absolute;
		right: -22px;
		bottom: 0;
		background-position: bottom;
		background-size: 100%;
		width: 50%;
	}

	.banner .blocks {
		align-items: flex-start;
	}

	.header_front .left .number {
		margin-left: 30px;
	}
}

@media all and (max-width: 800px) {
	.header_front .left .number {
		display: none
	}

	.banner .blocks {
		padding: 40px 40px 0px 40px;
	}

	.top_front li {
		margin: 0px 20px 0px 0px;
	}

	.header_front .right {
		height: auto;
		padding: 7px 20px;
	}

	.top_front .container {
		justify-content: space-between;
	}

	.top_front .number {
		display: flex;
		padding-right: 30px;
	}

	.top_front .number a {
		font-size: 22px;
	}

	.top_front {
		padding: 10px 0px
	}

	article .why .block {
		width: 49.3%;
	}

	article .why .block.block_img_width {
		width: 49.3%;
	}

	article .why .block.img_width_2 {
		display: none
	}

	article .title_h2 {
		font-size: 24px;
	}

	article .keys .flex_slide .content {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	article .keys .strategy {
		margin-top: 30px;
		width: 100%
	}

	article .keys .flex_slide .targets {
		order: 2;
		width: 45%;
	}

	article .keys .flex_slide .results {
		order: 1;
		width: 52%;
	}

	article .forma .blocks .left .caption {
		font-size: 22px;
	}

	article .forma .blocks .left .desc span {
		font-size: 17px;
	}

	article .forma .blocks .left {
		width: 55%;
	}

	article .forma .blocks .right {
		width: 44%;
	}

	article .garant .blocks .left {
		width: 100%;
	}

	article .garant .blocks .left .button {
		order: 5;
		display: flex;
		width: 66%
	}

	article .garant .blocks .right {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 12px;
		background: none;
		padding: 0;
	}

	article .garant .blocks .right h4:before {
		content: '';
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 20px auto;
		width: 85px;
		height: 89px;
		background: url(images/dialog.png) no-repeat;
		background-size: 100%;
		background-position: center;
	}

	article .garant .blocks .right h4 {
		flex-direction: column;
		width: 49.2%;
		margin: 0;
		padding: 20px;
		border-radius: 20px;
		background: #ffffff;
	}

	article .garant .right i {
		display: none;
	}

	article .garant .right .wpcf7 {
		width: 49.2%;
		padding: 20px;
		border-radius: 20px;
		background: #3a3a3a;
	}

	article .forma_footer .left {
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
	}

	article .forma_footer .right {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 12px;
		background: none;
		padding: 0;
	}

	article .forma_footer .right h4:before {
		content: '';
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 20px auto;
		width: 85px;
		height: 89px;
		background: url(images/dialog.png) no-repeat;
		background-size: 100%;
		background-position: center;
	}

	article .forma_footer .right h4 {
		flex-direction: column;
		width: 49.2%;
		margin: 0;
		padding: 20px;
		border-radius: 20px;
		background: #3a3a3a;
		color: #ffffff;
	}

	article .forma_footer .right i {
		display: none;
	}

	article .forma_footer .right .wpcf7 {
		width: 49.2%;
		padding: 20px;
		border-radius: 20px;
		background: #ffffff;
	}

	.header_fixed .logo h2 {
		font-size: 18px;
	}

	.header_fixed .right .form_popup {
		font-size: 15px;
		margin: 0px 15px;
		height: 36px;
	}

	.header_fixed .number a {
		font-size: 17px;
	}

	.header_fixed {
		padding: 10px 0px;
	}

	.cf7mls_number_step_wrap {
		display: none;
	}

	.header_internal .logo h2 {
		font-size: 18px;
	}

	.header_internal .right .form_popup {
		font-size: 15px;
		margin: 0px 15px;
		height: 36px;
	}

	.header_internal .number a {
		font-size: 17px;
	}

	.header_internal {
		padding: 10px 0px;
	}

	article.internal_page .work .content {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	article.internal_page .work .strategy {
		margin-top: 30px;
		width: 100%
	}

	article.internal_page .work .content .targets {
		order: 2;
		width: 45%;
	}

	article.internal_page .work .content .results {
		order: 1;
		width: 52%;
	}
	
	article .forma_footer .left .desc {
		width: 55%;
	}

	article .forma_footer .left i {
		width: 43%;
	}

	article .forma_footer .left .desc p {
		font-size: 16px;
	}
}

@media all and (max-width: 700px) {
	.top_front .popout {
		position: fixed;
		height: 100vh;
		width: 250px;
		background: rgb(0 0 0 / 90%);
		top: 0;
		left: -250px;
		overflow: auto;
		z-index: 99;
	}
	
	.top_front .popout ul {
		padding: 70px 20px 70px 20px;
		flex-direction: column;
		align-items: flex-start;
	}
		
	.top_front .popout ul li a {
		color: #ffffff;
		margin: 0px 0px 20px 0px;
		display: block;
		text-transform: uppercase;
		transition: 0.2s linear;
	}
	
	.top_front .popout ul li a:hover {
		color: #febf1f;
	}

	.top_front nav {
		position: absolute;
		top: 11px;
		right: 5%;
		z-index: 1;
	}
	
	.top_front .toggle {
		width: 33px;
		height: 33px;
		transition: 0.3s linear;
	}
	
	.top_front .toggle .icon {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		transition-duration: 0.5s;
		position: absolute;
		height: 6px;
		width: 33px;
		top: 14px;
		background-color: #ffffff;
	}
	
	.top_front .toggle .icon:before {
		transition-duration: 0.5s;
		position: absolute;
		width: 33px;
		height: 6px;
		background-color: #ffffff;
		content: "";
		top: -10px;
	}
	
	.top_front .toggle .icon:after {
		transition-duration: 0.5s;
		position: absolute;
		width: 33px;
		height: 6px;
		background-color: #ffffff;
		content: "";
		top: 10px;
	}
	
	.top_front .toggle.open .icon {
		transition-duration: 0.5s;
		background: transparent;
	}
	
	.top_front .toggle.open .icon:before {
		transform: rotateZ(45deg) scaleX(1) translate(5px, 5px);
	}
	
	.top_front .toggle.open .icon:after {
		transform: rotateZ(-45deg) scaleX(1) translate(9px, -9px);
	}
	
	.top_front .toggle:hover {
		cursor: pointer;
	}

	.top_front .number {
		padding: 0;
	}

	.header_front .right {
		display: none;
	}

	.top_header {
		display: flex;
		flex-direction: column-reverse;
	}

	.top_front {
		padding: 0px 0px 10px 0px;
	}

	.header_front {
		padding: 10px 0px
	}

	.top_front .button {
		display: inline-flex;
	}

	.top_front .number a {
		font-size: 16px;
	}

	.top_front .number i {
		margin-right: 8px;
		width: 20px;
		height: 20px;
	}

	.top_front .form_popup {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 36px;
		padding: 0px 10px;
		color: #ffffff;
		font-size: 15px;
		font-weight: 400;
		border-radius: 30px;
		background-color: #7c19e3;
		transition: 0.2s ease-in-out;
	}
	
	.top_front a:hover {
		background: #3a3a3a;
	}

	.banner .blocks .left {
		width: 100%;
	}

	.banner .blocks .right {
		display: none;
	}

	.banner .blocks h1 {
		text-align: center;
		font-size: 30px;
	}

	.banner .blocks .caption {
		text-align: center;
		width: 100%;
		font-size: 23px;
	}

	article .keys .flex_slide .title {
		text-align: center;
	}

	.banner .blocks .advant {
		flex-direction: row;
		width: 100%;
		margin-bottom: 0;
	}

	.banner .blocks .advant span {
		font-size: 16px;
		font-weight: 500;
	}

	article .keys .flex_slide .results {
		width: 100%;
	}

	article .keys .flex_slide .targets {
		width: 100%;
	}

	article .forma .blocks .left {
		width: 100%;
	}

	article .forma .blocks .right {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 10px;
		background: none;
		padding: 0;
	}

	article .forma .right i {
		display: none;
	}

	article .forma .blocks .right h4 {
		flex-direction: column;
		width: 49.2%;
		margin: 0;
		padding: 20px;
		border-radius: 20px;
		background: #ffffff;
	}

	article .forma .blocks .right h4:before {
		content: '';
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 20px auto;
		width: 85px;
		height: 89px;
		background: url(images/dialog.png) no-repeat;
		background-size: 100%;
		background-position: center;
	}

	article .forma .blocks .right .wpcf7 {
		width: 49.2%;
		padding: 20px;
		border-radius: 20px;
		background: #febf1f;
	}

	article .price .block {
		width: 100%;
	}

	article .calculator .blocks {
		flex-direction: column-reverse;
	}

	article .calculator .left {
		width: 100%;
		margin-top: 20px;
	}
	
	article .calculator .right {
		width: 100%;
	}

	article .forma_footer .left .desc {
		width: 55%;
	}

	article .forma_footer .left .desc p {
		font-size: 16px;
	}

	article .forma_footer .left i {
		width: 42%;
	}

	article .forma_footer .left .caption {
		font-size: 24px;
	}

	article .calculator .right .caption {
		font-size: 24px
	}

	.banner .blocks:after {
		content: '';
		display: block;
		height: 162px;
		width: 250px;
		margin: 20px auto -85px auto;
		background: url(images/Group_1_1.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
	}

	.header_fixed .logo h2 {
		display: none;
	}

	.header_internal .logo h2 {
		display: none;
	}

	article.internal_page .work .content .results {
		width: 100%;
	}

	article.internal_page .work .content .targets {
		width: 100%;
	}

	article.internal_page .page_contact .left {
		width: 100%;
		margin-bottom: 10px;
	}

	article.internal_page .page_contact .right {
		width: 100%;
	}
}

@media all and (max-width: 550px) {
	.banner .blocks h1 {
		font-size: 24px;
	}

	.banner .blocks .caption {
		font-size: 18px;
	}

	.banner .blocks .advant {
		margin-bottom: 0;
		flex-direction: column;
	}

	.banner .blocks .advant div {
		width: 100%;
	}

	.banner .blocks {
		padding: 40px;
		border-radius: 20px;
	}

	.banner .blocks .advant span {
		font-weight: 500;
	}

	.banner .blocks:after {
		margin: 0px auto -40% auto;
	}

	article .why .block {
		width: 100%;
	}

	article .why .block.block_img_width {
		width: 100%;
		height: 250px;
	}

	article .why .block.img_width_2 {
		display: inline-flex;
	}

	article .title_h2 {
		font-size: 20px;
		letter-spacing: -0.5px;
		padding: 0;
	}

	article .keys .flex_slide .title {
		font-size: 18px;
	}

	article .forma .blocks .left .caption {
		font-size: 18px;
	}

	article .forma .blocks .right {
		flex-direction: column;
		border-radius: 20px;
		padding: 40px;
		background: #febf1f;
	}

	article .forma .blocks .right h4 {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
		border-radius: 0;
		background: none;
	}

	article .forma .blocks .right .wpcf7 {
		width: 100%;
		padding: 0;
		border-radius: 0;
		background: none;
	}

	article .garant .block {
		width: 100%;
		margin-bottom: 10px;
	}

	article .garant .blocks .right {
		width: 100%;
		flex-direction: column;
		background: #ffffff;
		padding: 20px;
		margin: 0;
	}

	article .garant .blocks .right h4:before {
		content: '';
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 20px auto;
		width: 85px;
		height: 89px;
		background: url(images/dialog.png) no-repeat;
		background-size: 100%;
		background-position: center;
	}

	article .garant .blocks .right h4 {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
		border-radius: 0;
		background: none;
	}

	article .garant .right i {
		display: none;
	}

	article .garant .right .wpcf7 {
		width: 100%;
		padding: 0;
		border-radius: 0;
		background: none;
	}

	article .forma_footer .left .desc {
		width: 100%;
	}

	article .forma_footer .left i {
		width: 100%;
	}

	article .forma_footer .right {
		flex-direction: column;
		margin-top: 10px;
		background: #ffffff;
		padding: 20px;
	}

	article .forma_footer .right h4:before {
		content: '';
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 20px auto;
		width: 85px;
		height: 89px;
		background: url(images/dialog.png) no-repeat;
		background-size: 100%;
		background-position: center;
	}

	article .forma_footer .right h4 {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
		border-radius: 0;
		background: no-repeat;
		color: #3a3a3a;
	}

	article .forma_footer .right .wpcf7 {
		width: 100%;
		padding: 0;
		border-radius: 0;
		background: none;
	}

	.header_fixed .right nav {
		display: none;
	}

	.header_fixed .number i {
		display: none;
	}

	.header_fixed .right .form_popup {
		margin: 0px 0px 0px 15px;
		padding: 0px 10px;
		font-size: 14px;
	}

	.header_fixed .number a {
		font-size: 16px
	}

	.header_internal .container {
		flex-direction: column;
	}

	.header_internal .logo {
		justify-content: center;
		margin-bottom: 5px;
	}

	.header_internal .logo h2 {
		display: inline-flex;
	}

	.header_internal .right nav {
		position: absolute;
		top: -40px;
		right: 0;
	}

	.header_internal .right .form_popup {
		margin: 0px 0px 0px 15px;
		padding: 0px 10px;
		font-size: 14px;
	}

	.header_internal .right {
		justify-content: space-between;
	}

	article.internal_page h1 {
		font-size: 26px;
	}

	article.internal_page .what_about .block.block1 {
		width: 100%;
	}

	article.internal_page .what_about .block {
		width: 49%;
	}

	article.internal_page .page_text h2 {
		font-size: 20px;
	}
}