body {
	--color-white: white;
	--color-main: #004AAD;
	--color-extra: #F4832D;
	--color-title: #000000;
	--color-text: #363636;
	--color-text-light: #B6B7B7;
	--color-stroke: #E3ECEF;
	--color-lines: #EEF2FF;
	--color-red: #FF1616;
	--color-yellow: #FFBE17;
	--column-width: 88.8889vw;
	--offset: calc(50% - (var(--column-width) / 2));
}

body {
	overflow-x: hidden;
}

html {
	cursor: url(/wp-content/themes/digiants/images/cursordef.png), default;
	scroll-behavior: smooth;
}

body,
input,
textarea,
select {
	font-family: 'Rounded Mplus 1c';
	font-size: 0.9722vw;
	-webkit-text-size-adjust: none;
	color: var(--color-text);
}

img,
svg {
	max-width: 100%;
	display: block;
}

* {
	box-sizing: border-box;
	outline: none !important;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
form,
table,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
p,
span,
b,
i,
input,
textarea,
fieldset {
	margin: 0;
	padding: 0;
}

html {
	background: #EBE9E6;
}

.none {
	display: none;
}

.fade-out {
	opacity: 1;
	transition: 0.3s;
	pointer-events: auto;
}

.fade-out.active {
	opacity: 0;
	pointer-events: none;
}

.fade-in {
	opacity: 0;
	transition: 0.3s;
	pointer-events: none;
}

.fade-in.active {
	opacity: 1;
	pointer-events: auto;
}

.container {
	padding-left: var(--offset);
	padding-right: var(--offset);
}

header {
	position: relative;
}

header.active {
	background: #3F3F3E;
	height: 100vh;
	overflow: hidden;
	z-index: 99999;
}

.header-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	height: 6.3194vw;
	padding: 0 2.7778vw 0 4.1667vw;
}

.header-container.active {
	position: fixed;
	z-index: 100;
	background: #3F3F3E;
}

.header-logo {
	width: 12.5vw;
	height: 12.3611vw;
	animation: 8s linear 0s normal none infinite paused rot;
}

.header-logo:hover {
	animation: 8s linear 0s normal none infinite running rot;
	-webkit-animation: 8s linear 0s normal none infinite running rot;
	animation-play-state: running;
}

.logo-rotate {
	animation: 8s linear 0s normal none infinite paused rot;
	position: relative;
	z-index: 2;
}

.logo-rotate:hover {
	animation: 8s linear 0s normal none infinite running rot;
	-webkit-animation: 8s linear 0s normal none infinite running rot;
	animation-play-state: running;
}

.header-logo path {
	fill: #414BF3;
}

.header-logo.active path {
	fill: #FF4723;
}

.headertwo-logo {
	opacity: 0;
}

.headertwo-logo.header-logo.active {
	opacity: 1;
}

.header-right-telegram {
	font-family: 'Rounded Mplus 1c';
	font-style: normal;
	font-weight: 500;
	font-size: 0.9722vw;
	line-height: 1.4583vw;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	margin-right: 2.9167vw;
}

.header-right-telegram:hover {
	color: #F14321;
}

.lang-item a.active {
	margin-right: 4.2361vw;
}

.lang-item a {
	font-family: 'Rounded Mplus 1c';
	font-style: normal;
	font-weight: 500;
	font-size: 0.9722vw;
	line-height: 1.4583vw;
	text-transform: uppercase;
	color: #000000;
	margin-right: 7.0139vw;
	text-decoration: none;
}

.lang-item a:hover {
	color: #F14321;
}

.lang-item {
	list-style: none;
}

.lang-item a.active,
.header-right-telegram.active {
	color: #FFFFFF;
}

.header-right-toggle {
	width: 4.1667vw;
	height: auto;
	transition: .3s;
	cursor: pointer;
	position: fixed;
	right: 2.7778vw;
	background: #EBE9E6;
	border-radius: 0.6944vw;
	padding: 0.6944vw;
	z-index: 99999;
	display: block;
}

.header-right-toggle:hover {
	margin-top: 3px;
}

.header-right-toggle:hover {
	margin-top: 3px;
}

.header-right-toggle.active:hover {
	margin-top: 0;
}

.header-right-toggle:hover .header-right-toggle-item:nth-child(2) {
	margin: 0.3472vw 0;
}

.header-right-toggle-item {
	width: 2.7778vw;
	height: 0.3542vw;
	background: #000000;
	border-radius: 0.1736vw;
	transition: .3s;
}

.header-right-toggle-item:nth-child(2) {
	margin: 0.5556vw 0;
}

.header-right-toggle.active:hover .header-right-toggle-item:nth-child(1) {
	transform: rotate(30deg);
}

.header-right-toggle.active:hover .header-right-toggle-item:nth-child(3) {
	transform: rotate(150deg);
}

.header-right-toggle.active {
	position: relative;
	right: 0.6944vw;
	background: none;
	height: 2.1528vw;
	width: 2.7778vw;
}

.header-right-toggle.active .header-right-toggle-item {
	background: #FFFFFF;
}

.header-right-toggle.active .header-right-toggle-item:nth-child(1) {
	transform: rotate(45deg);
	bottom: 0.9028vw;
	position: absolute;
}

.header-right-toggle.active .header-right-toggle-item:nth-child(2) {
	display: none;
}

.header-right-toggle.active .header-right-toggle-item:nth-child(3) {
	transform: rotate(135deg);
	bottom: 0.9028vw;
	position: absolute;
}

.header-open {
	display: none;
}

.header-open.active {
	display: flex;
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.1111vw;
	line-height: 2.0833vw;
	letter-spacing: -0.037vw;
	color: #FFFFFF;
	mix-blend-mode: normal;
	opacity: 0.4;
	margin-left: 2.7778vw;
}

.header-right {
	display: flex;
	align-items: center;
}

.header-menu {
	display: none;
}

/*.menu {*/
/*	height: 21.875vw;*/
/*	overflow: scroll;*/
/*}*/

.header-menu.active {
	display: flex;
	height: 100vw;
	width: 100%;
	flex-direction: column;
	position: fixed;
	top: 6.3194vw;
	left: 0;
	z-index: 99;
	background: #3F3F3E;
}

.header-menu-open {
	margin: 4.0972vw 0 0.6944vw;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.menu-top-menu-container .menu-item,
.menu-top-menu-2-container .menu-item,
.menu-top-menu-3-container .menu-item {
	list-style: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
	transition: .1s;
	text-align: center;
	position: relative;
}


.menu-top-menu-2-container .menu-item::before,
.menu-top-menu-3-container .menu-item::before,
.menu-top-menu-container .menu-item::before {
	display: block;
	content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: #F14321;
	position: absolute;
	bottom: 0;
	transition: .2s;
	max-height: 0%;
	pointer-events: none;
}

.menu-top-menu-2-container .menu-item:hover::before,
.menu-top-menu-3-container .menu-item:hover::before,
.menu-top-menu-container .menu-item:hover::before {
	/*background-color: #F 14321;*/
	max-height: 4vw;
}

.menu-top-menu-container .menu-item a,
.menu-top-menu-2-container .menu-item a,
.menu-top-menu-3-container .menu-item a {
	font-style: normal;
	font-weight: 500;
	font-size: 1.8056vw;
	line-height: 3.125vw;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: block;
}

/*.menu-top-menu-container .menu-item:hover,
.menu-top-menu-2-container .menu-item:hover {
	background: #FF4723;
}*/

.header-menu-items {
	margin-left: 79.8611vw
}

.header-menu-items-title {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.1111vw;
	line-height: 2.0833vw;
	letter-spacing: -0.037vw;
	color: #FFFFFF;
	mix-blend-mode: normal;
	opacity: 0.4;
	margin-bottom: 2.0139vw;
}

.header-menu-item {
	display: flex;
	flex-direction: column;
}

.menu-bottom-menu-container .menu-item,
.menu-bottom-menu-2-container .menu-item,
.menu-bottom-menu-3-container .menu-item {
	list-style: none;
}

.menu-bottom-menu-container .menu-item a,
.menu-bottom-menu-2-container .menu-item a,
.menu-bottom-menu-3-container .menu-item a {
	transition: .1s;
	font-style: normal;
	font-weight: 500;
	font-size: 1.5278vw;
	line-height: 2.5vw;
	color: #FFFFFF;
	text-decoration: none;
}

.menu-bottom-menu-container .menu-item a:hover,
.menu-bottom-menu-2-container .menu-item a:hover,
.menu-bottom-menu-3-container .menu-item a:hover {
	color: #FF4723;
}

.bar-mainbanner {
	background-color: #1D28F9;
	height: 48.4028vw;
	margin: 0 0.8333vw;
	border-radius: 4.1667vw;
	z-index: 10000;
	position: relative;
}

.bar-mainbanner-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.bar-mainbanner-right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 51.25vw;
	height: 44.1667vw;
	z-index: -1;
}

.bar-mainbanner-right-img {
	border-radius: 4.1667vw;
	width: 51.25vw;
	height: 44.1667vw;
}

.bar-mainbanner-left {
	margin: 2.5vw 0 3.4722vw 3.3333vw;
	width: 37.5vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bar-mainbanner-left-title {
	font-family: 'Rounded Mplus 1c';
	font-style: normal;
	font-weight: 500;
	font-size: 3.4722vw;
	line-height: 4.1667vw;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 37.8472vw;
}

.bar-mainbanner-left-btn {
	/*position: absolute!important;*/
	/*bottom: 3.4722vw;*/
	/*left: 3.3333vw;*/
	width: 27.0833vw;
}

.bar-mainbanner-left-btn-btn {
	width: 27.0833vw;
	height: 3.75vw;
}

.text {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0417vw;
}

.text p {
	margin-bottom: 1.7361vw;
}

.text p:last-child {
	margin-bottom: 0;
}

.text p:nth-child(1) {
	margin-bottom: 1.7361vw;
}

.bar-mainbanner-left-text {
	/*margin-top: 14.0972vw;*/
	color: #FFFFFF;
	/*max-height: 13.8889vw;*/
	/*overflow: hidden;*/
	width: 33.3333vw;
}

.btn {
	position: relative;
}

.btn-white {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFFFFF;
	border-radius: 0.6944vw;
	padding: 1.0417vw 0;
	font-style: normal;
	font-weight: 500;
	font-size: 1.8056vw;
	line-height: 2.7083vw;
	letter-spacing: -0.0379vw;
	color: #F14321;
	text-align: center;
	cursor: pointer;
	transition: .3s;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0.2778vw 0.2778vw 0vw 0vw rgba(0, 0, 0, 0.2);
}

.btn-white:hover {
	box-shadow: none;
}

.btn-back-fon {
	background: #000000;
	mix-blend-mode: normal;
	opacity: 0.2;
	border-radius: 0.6944vw;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0.2778vw;
	left: 3px;
}

.consultation {
	margin: 10.2083vw 0;
}

.consultation-container {
	padding: 0 0.8333vw;
}

.consultation-first {
	width: 50vw;
	margin: 0 auto;
}

.consultation-first-title {
	font-style: normal;
	font-weight: 500;
	font-size: 3.2639vw;
	line-height: 3.8889vw;
	text-align: center;
	color: #F14321;
	margin-bottom: 4.2361vw;
}

.consultation-first-text {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	text-align: center;
	letter-spacing: -0.0417vw;
	color: #575757;
}

.consultation-second {
	width: 100%;
	position: relative;
	margin-top: 6.3194vw;
	padding-top: 48.2639vw;
	padding-bottom: 12.9167vw;
}

.consultation-second-img {
	position: absolute;
	top: 0;
	left: 28.2639vw;
	width: 42.1181vw;
	height: 159.6521vw;
	z-index: 50;
}

.consultation-second-text {
	position: relative;
	z-index: 1;
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0417vw;
	color: #000000;
	padding: 1.1111vw 2.0833vw;
	background: #FFFFFF;
	border: 0.1458vw solid #B7B7B7;
	box-sizing: border-box;
	border-radius: 2.0833vw;
	margin-top: -0.2778vw;
}

.consultation-bubble-wrapper {
	position: absolute;
	top: 32.6389vw;
	left: 13.1944vw;
	z-index: 59;
}

.consultation-bubble-inner {
	position: absolute;
	width: 29.1667vw;
	/*height: 22.5vw;*/
	transform-origin: 93.1% 9.592%;
	opacity: 1 !important;
	visibility: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.consultation-bubble {
	width: 8.2139vw;
	height: 6.3194vw;
	position: relative;
	z-index: 2;
	margin-right: 1.875vw;
}

.consultation-bubble-inner.bubble-animate {
	animation: bubble-home 1s ease forwards;
}

.bubble-visible {
	visibility: visible!important;
}

.consultation-doc {
	background: #1D28F9;
	border-radius: 4.1667vw;
	height: 33.4722vw;
	width: 100%;
	position: relative;
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 5.9028vw 3.3333vw 3.75vw 3.4028vw;
}

.consultation-doc-right-btn {
	width: 27.0833vw;
	height: 3.75vw;
}

.consultation-doc-img {
	position: absolute;
	top: 15.4167vw;
	left: 7.5694vw;
	width: 48.4028vw;
	height: 15.2083vw;
}

.consultation-doc-title {
	font-style: normal;
	font-weight: 500;
	font-size: 3.2639vw;
	line-height: 3.8889vw;
	color: #FFFFFF;
	width: 37.5vw;
}

.consultation-doc-right {
	width: 29.1667vw;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.consultation-doc-right-text {
	color: #FFFFFF;
	margin-bottom: 2.7778vw;
}

.consultation-pain {
	padding: 23.1944vw 3.3333vw 15.6944vw 65.8333vw;
}

.consultation-pain-title {
	font-style: normal;
	font-weight: 500;
	font-size: 2.7778vw;
	line-height: 3.3333vw;
	color: #F14321;
	margin-bottom: 3.8889vw;
}

.consultation-pain-text {
	height: 20.8333vw;
	overflow: hidden;
}

.happen {
	margin: 6.7361vw 0;
}

.happen-container {
	padding: 0 4.1667vw;
}

.happen-first {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.happen-first-left-title {
	font-style: normal;
	font-weight: 500;
	font-size: 4.1667vw;
	line-height: 4.4444vw;
	color: #F14321;
	margin-bottom: 2.5vw;
	width: 37.5694vw;
}

.happen-first-left-text {
	width: 33.3333vw;
}

.happen-first-right-svg {
	width: 16.6667vw;
	height: 2.9167vw;
	opacity: 0;
}

.happen-first-right-svg.active {
	animation: dash 3s linear forwards;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	opacity: 1;
}

.happen-first-right-text {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	text-align: center;
	letter-spacing: -0.0417vw;
	color: #F14321;
	width: 16.6667vw;
	margin: 0 auto;
	margin-top: -2.4306vw;
}

.happen-ball {
	position: relative;
	margin-top: 3.5417vw;
}

.happen-ball-img {
	position: absolute;
	top: 25.9722vw;
	left: 32.1528vw;
	width: 55.1389vw;
	height: 94.7222vw;
}

.happen-ball-pow {
	position: absolute;
	transform: none !important;
}

.happen-ball-pow1 svg {
	width: 1.8056vw;
	height: 2.3611vw;
}

.happen-ball-pow2 svg {
	width: 1.8389vw;
	height: 2.1285vw;
}

.happen-ball-pow3 svg {
	width: 1.8056vw;
	height: 2.3611vw;
}

.happen {
	position: relative;
}

.happen-ball-pow1 {
	top: 62.8472vw;
	left: 50.6944vw;
	z-index: 2;
}

.happen-ball-pow2 {
	top: 65.9722vw;
	left: 51.3194vw;
	z-index: 2;
}

.happen-ball-pow3 {
	top: 69.0972vw;
	left: 57.1528vw;
	z-index: 2;
}

.happen-ball-yellow {
	width: 33.3333vw;
	height: 33.3333vw;
	background: #FFA81E;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.happen-ball-yellow-inner {
	position: absolute;
	bottom: 5.2083vw;
	width: 100%;
}

.happen-ball-yellow-step {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.9444vw;
	line-height: 2.3611vw;
	text-align: center;
	letter-spacing: -0.0648vw;
	color: #FFFFFF;
	margin: 0 auto;
	padding-top: 0.9028vw;
	width: 4.5139vw;
}

.happen-ball-yellow-title {
	font-style: normal;
	font-weight: 500;
	font-size: 2.5vw;
	line-height: 2.9167vw;
	text-align: center;
	color: #FFFFFF;
	padding: 0 3.4722vw;
}

.happen-ball-yellow-text {
	color: #FFFFFF;
	width: 25vw;
	margin: 0 auto;
	margin-top: 2.4306vw;
}

.happen-ball-yellow:nth-child(2) {
	margin: 0 auto;
}

.happen-ball-yellow:nth-child(3) {
	margin: 0;
	margin-top: -9.1667vw;
	background: #FFFFFF;
}

.happen-ball-white-title {
	color: #575757;
	margin-top: 7.9861vw;
}

.happen-ball-white-text {
	color: #575757;
}

.happen-ball-white-text p {
	padding: 0;
	margin: 0;
}

.happen-ball-svg {
	opacity: 0;
	width: 29.6111vw;
	height: 32.6389vw;
	position: absolute;
	left: 27.0833vw;
	top: 40.8333vw;
}

.happen-ball-svg.active {
	stroke-dasharray: 2000;
	stroke-dashoffset: 2000;
	animation: dash 3s linear forwards;
	opacity: 1;
}

.happen-ball-svg-rect {
	opacity: 0;
	width: 0.4861vw;
	height: 0.4861vw;
	position: absolute;
	top: 67.5vw;
	left: 27.0833vw;
}

.happen-ball-svg-rect.active {
	opacity: 1;
}

.happen-ball-yellow:nth-child(4) {
	margin-top: -16.875vw;
	margin-left: 58.1944vw;
}

.happen-ball-photo-img {
	width: 33.3333vw;
	height: 33.3333vw;
	object-fit: cover;
	border-radius: 50%;
}

.happen-ball-yellow:nth-child(5) {
	margin-top: -5.9028vw;
	margin-left: 4.0278vw;
}

.happen-ball-red-title {
	margin-top: 10.4861vw;
}

.happen-ball-yellow:nth-child(6) {
	margin: -17.7778vw 0 0 42.2917vw;
}

.happen-ball-nocolor-step {
	color: #DD492B;
}

.happen-ball-nocolor-title {
	color: #DD492B;
	margin-top: 3.6806vw;
}

.happen-ball-nocolor-text {
	color: #DD492B;
}

.happen-ball-yellow:nth-child(7) {
	margin: -0.5556vw 0 0 29.0278vw;
}

.happen-ball-blue-title {
	margin-top: 1.1111vw;
}

.howmuch {
	margin: 15.9722vw 0;
	position: relative;
}

.howmuch-container {
	padding: 0 4.1667vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.howmuch-title {
	font-style: normal;
	font-weight: 500;
	font-size: 4.1667vw;
	line-height: 4.4444vw;
	color: #F14321;
}

.howmuch-img {
	width: 41.6667vw;
	height: 18.7951vw;
	margin: 2.5vw;
	margin-left: 24.8611vw;
}

.howmuch-text {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0417vw;
	color: #000000;
	z-index: 1;
	width: 25.0694vw;
	background: #FFFFFF;
	border: 2px solid #B7B7B7;
	box-sizing: border-box;
	padding: 1.4583vw 2.8472vw;
	border-radius: 2.7778vw;
}

.howmuch-text-text {
	margin: 2.5vw auto 3.5417vw;
	width: 49.0278vw;
	height: 4.1667vw;
	overflow: hidden;
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	text-align: center;
	letter-spacing: -0.0417vw;
	color: #575757;
}

.howmuch-text-text span {
	color: #F14321;
}

.howmuch-btn {
	width: 27.2917vw;
	height: 4.0278vw;
	margin: 0 auto;
}

.callbackform {
	margin: 0 0.4861vw 9.7222vw 1.3889vw;
}

.callbackform-container {
	padding: 5.1389vw 3.3333vw 3.75vw 3.3333vw;
	background: #FFFFFF;
	border-radius: 4.1667vw;
	box-shadow: 0.2778vw 0.2778vw 0vw 0vw rgba(0, 0, 0, 0.2);
}

.callbackstop {
	display: none;
}

.callbackstop.active {
	display: flex;
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 9999;
}

.callbackform-title {
	font-weight: 500;
	font-size: 4.1667vw;
	line-height: 4.4444vw;
	text-align: center;
	color: #F14321;
	margin: 0 auto;
	margin-bottom: 2.5694vw;
	width: 33.3333vw;
}

.callbackform-text {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	text-align: center;
	letter-spacing: -0.0417vw;
	color: #575757;
	width: 58.3333vw;
	margin: 0 auto;
	margin-bottom: 5.9028vw;
}

.callbackform-text.success {
	width: 41.6667vw;
}

.inactive {
	display: none;
}

.callback-image-success {
	width: 41.6667vw;
	height: 21.6424vw;
	margin: 5vw auto 3.3333vw;
}

.callbackform-text span {
	color: #F14321;
}

.callbackform-form-one {
	/*height: 29.8611vw;*/
}

.callbackform-form {}

.callbackform-form-block {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding-bottom: 1.3889vw;
	border-bottom: 2px solid #B7B7B7;
	align-items: center;
}

.callbackform-form-block-quest {
	font-style: normal;
	font-weight: 500;
	font-size: 1.5278vw;
	line-height: 2.2917vw;
	letter-spacing: -0.0417vw;
	color: #F14321;
}

.callbackform-form-block-number {
	font-style: normal;
	font-weight: 500;
	font-size: 1.5278vw;
	line-height: 2.2917vw;
	letter-spacing: -0.0417vw;
	color: #F14321;
}

.callbackform-form-photos {
	display: flex;
	flex-wrap: wrap;
	margin: 1.1111vw 0 1.8056vw;
}

.callbackform-form-photo {
	width: 17.5694vw;
	margin-right: 0.4861vw;
	transition: filter .3s ease-in-out;
}

.callbackform-form-photo:nth-child(5n) {
	margin-right: 0;
}

.callbackform-form-photo-img {
	width: 17.5694vw;
	height: 17.5694vw;
	border-radius: 0.6944vw;
	margin-bottom: 0.2778vw;
	-webkit-filter: grayscale(100%);
	opacity: .7;
	filter: grayscale(100%);
	transition: .2s ease-in-out;
}

.callbackform-form-photo:hover .callbackform-form-photo-img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}

.callbackform-form-photo-name {
	font-style: normal;
	font-weight: 500;
	font-size: 1.3889vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0379vw;
	color: #575757;
	width: fit-content;
	cursor: pointer;
	transition: .3s;
}

.callbackform-form-photo:hover .callbackform-form-photo-name {
	color: #F14321;
}

.callbackform-form-photo-name span {
	opacity: 0;
	color: #F14321;
	transition: .3s;
}

.callbackform-form-photo:hover span {
	opacity: 1;
}

.callbackform-form-photo:hover span:first-child {
	margin-right: 0.3472vw;
}

.callbackform-form-photo:hover span:last-child {
	margin-left: 0.3472vw;
}

.btn-red {
	background: #F14321;
	border-radius: 0.6944vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1.0417vw 0;
	font-size: 1.1111vw;
	line-height: 1.6667vw;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	transition: 0.3s;
}

.btn-red:hover {
	background: #DD300F;
}

.btn-grey {
	background: #CCCCCC;
	border-radius: 0.6944vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1.0417vw 0;
	font-size: 1.1111vw;
	line-height: 1.6667vw;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	transition: 0.3s;
}

.btn-grey:hover {
	background: #AAAAAA;
}

.callbackform-form-btn-svg {
	margin-left: 1.3889vw;
	width: 1.8056vw;
	height: 0.8333vw;
	object-fit: contain;
	transition: .3s;
}

.index-service-btn:hover .callbackform-form-btn-svg {
	margin-left: 2.0833vw;
}

.callbackform-form-btns {
	display: flex;
	justify-content: center;
}

.callbackform-form-btn {
	margin: 0 0.2778vw;
	width: 27.3611vw;
	height: 3.75vw;
}

footer {
	background: #3F3F3E;
}

.footer-container {
	padding: 1.1111vw 2.6389vw 0.3472vw 4.1667vw;
	display: flex;
	justify-content: space-between;
}

.footer-left {
	width: 39.6528vw;
	margin-right: 18.6806vw;
}

.footer-left-text {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.1111vw;
	line-height: 1.6667vw;
	letter-spacing: -0.037vw;
	color: #FFFFFF;
	mix-blend-mode: normal;
	opacity: 0.4;
	margin-bottom: 1.0417vw;
}

.footer-left-social {
	display: flex;
	flex-direction: column;
}

.footer-left-social-link {
	font-style: normal;
	font-weight: 500;
	font-size: 3.6111vw;
	line-height: 4.5833vw;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.footer-left-social-link-svg {
	max-width: 0;
	max-height: 0;
	margin-right: 0;
	transition: .5s;
}

.footer-left-social-link:hover .footer-left-social-link-svg {
	max-width: 3.4722vw;
	max-height: 2.8681vw;
	margin-right: 1.5278vw;
}

.footer-left-social-link-svg path {
	fill: #FFFFFF;
	transition: .3s;
}

.footer-left-social-link:hover,
.footer-left-social-link:hover .footer-left-social-link-svg path {
	color: #FF4723;
	fill: #FF4723;
}

.footer-center-menu-link:hover {
	color: #FF4723;
}

.footer-logo {
	width: 18.3333vw;
	height: 16.5278vw;
	margin-top: 3.6111vw;
	object-fit: contain;
}

.footer-center {
	position: relative;
}

.footer-center-menu {
	margin-top: 4.5833vw;
	display: flex;
	flex-direction: column;
}

.footer-center-menu-link {
	font-style: normal;
	font-weight: 500;
	font-size: 1.1111vw;
	line-height: 2.3611vw;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-left-othersocial {
	margin-top: 7.9167vw;
	display: flex;
	flex-direction: column;
	margin-bottom: 2.2917vw;
}

.footer-left-othersocial-link {
	font-style: normal;
	font-weight: 500;
	font-size: 1.3889vw;
	line-height: 1.9444vw;
	color: #FFFFFF;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.footer-left-othersocial-link-svg {
	max-width: 0;
	max-height: 0;
	margin-right: 0;
	transition: .3s;
}

.footer-left-othersocial-link:hover {
	color: #FF4723;
}

.footer-left-othersocial-link:hover .footer-left-othersocial-link-svg {
	margin-right: 0.8333vw;
	max-width: 1.25vw;
	max-height: 1.25vw;
}


.footer-left-copirigth {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8333vw;
	/*line-height: 2.0833vw;*/
	letter-spacing: -0.0278vw;
	mix-blend-mode: normal;
	color: #9a9a99;
	display: flex;
}

.footer-left-copirigth_link {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8333vw;
	/*line-height: 2.0833vw;*/
	letter-spacing: -0.0278vw;
	/*color: #FFFFFF;*/
	/*mix-blend-mode: normal;*/
	/*opacity: 0.5;*/
	color: #9a9a99;
	margin-right: 2.0833vw;
	position: relative;
}

.footer-center-copirigth {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFFFFF;
	mix-blend-mode: normal;
	/*opacity: 0.5;*/
	color: #9a9a99;
}

.footer-center-copirigth a,
.footer-left-copirigth a {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8333vw;
	/*line-height: 2.0833vw;*/
	letter-spacing: -0.0278vw;
	color: #9a9a99;
	transition: 0.6s;
	position: relative;
	text-decoration: none;
}

.footer-center-copirigth a:hover,
.footer-left-copirigth a:hover {
	color: #FF4723;
}

.footer-center-copirigth a::after,
.footer-left-copirigth a::after {
	position: absolute;
	bottom: 0vw;
	width: 100%;
	height: 1px;
	background-color: #9a9a99;
	display: block;
	content: "";
	left: 0;
}

.footer-center-copirigth a:hover::after,
.footer-left-copirigth a:hover::after {
	animation: link-border 0.6s linear forwards;
}

.page-cases-title {
	display: flex;
	justify-content: center;
	margin-top: -3.5417vw;
	position: relative;
	align-items: center;
}

.page-cases-title-title {
	font-style: normal;
	font-weight: 500;
	font-size: 6.9444vw;
	line-height: 4.4444vw;
	text-transform: uppercase;
	color: #F14321;
}

.page-cases-title-search {
	margin-left: 1.3889vw;
	width: 5.3472vw;
	height: 5.3472vw;
	cursor: pointer;
	position: relative;
	z-index: 10000;
}

.page-cases-title-search-svg {
	width: 5.3472vw;
	height: 5.3472vw;
	cursor: pointer;
	transition: .3s;
}

.page-cases-title-search-svg:hover rect {
	fill: #DD300F;
}

.page-cases-title-line {
	position: absolute;
	top: 3.9583vw;
	left: 20.8333vw;
	width: 58.3333vw;
	height: 9.5139vw;
	stroke-dasharray: 2500;
	stroke-dashoffset: 2500;
	animation: dash 3s linear forwards;
}

.page-cases {
	margin: 12.4306vw 0;
}

.page-cases-container {
	padding: 0 1.1806vw;
}

.page-cases-tags {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.25vw;
}

.page-cases-tag {
	font-style: normal;
	font-weight: 500;
	font-size: 0.9722vw;
	line-height: 1.4583vw;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 0.6944vw;
	background: #BCBAB8;
	border-radius: 0.7639vw;
	margin: 0 2px;
}

.page-cases-tag:hover,
.page-cases-tag.active {
	background: #F14321;
}

.page-cases-items {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5.3472vw;
}

.page-cases-item:nth-child(2n) {
	margin-right: 0;
}

.page-cases-item {
	border-radius: 0.6944vw;
	position: relative;
	width: 46.4583vw;
	height: 24.7222vw;
	margin-bottom: 1.1806vw;
	margin-right: 0.6944vw;
	cursor: url(/wp-content/themes/digiants/images/cursordef.png), default;
	/* cursor: none; */
	text-decoration: none;
	display: none;
	transition: .3s;
}

.page-cases-item-inner {
	border-radius: 0.6944vw;
	width: 100%;
	height: 100%;
	padding: 1.5278vw 0 1.3889vw 2.9861vw;
	box-shadow: 0.2778vw 0.2778vw 0vw 0vw rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	transform: translate(0,0);
}

.page-cases-item-inner:hover {
	box-shadow: 0vw 0vw 0vw 0vw rgba(0, 0, 0, 0.2);
	transform: translate( 0.2778vw, 0.2778vw);
}

.page-cases-item.active {
	display: block;
}

.page-cases-item-grad > .page-cases-item-inner {
	padding: 0;
	padding-left: 2.9861vw;
}

.index-case-item-white > .page-cases-item-inner {
	padding: 0;
}

.page-cases-grad-wrapper {
	width: 32.7778vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 0.6944vw 0.6944vw 0;
}

.page-cases-grad {
	width: 17.2917vw;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(270deg, rgba(192, 173, 168, 0.0001) 2.45%, #C0ADA8 97.79%);
	position: absolute;
	z-index: 3;
}

.page-cases-item-img-with-grad {
	width: 32.7778vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	object-fit: cover;
	z-index: 1;
	border-radius: 0 0.6944vw 0.6944vw 0;
}

.page-cases-item-title-grad {
	padding-top: 1.5972vw;
}


/* .page-cases-item::before {
	position: absolute;
	top: 0.2778vw;
	left: 3px;
	width: 100%;
	height: 100%;
	content: '';
	background: #000000;
	mix-blend-mode: normal;
	opacity: 0.2;
	border-radius: 0.6944vw;
	z-index: -1;
} */

.page-cases-item-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.6944vw;
}

.page-cases-item-title {
	font-style: normal;
	font-weight: 500;
	font-size: 1.9444vw;
	line-height: 2.2222vw;
	color: #FFFFFF;
	width: 27.6389vw;
	margin-bottom: 1.1806vw;
	position: relative;
	z-index: 5;
}

.page-cases-item-tag {
	margin-left: 0;
	width: fit-content;
	color: #FF8484;
	background: #FFFFFF !important;
	position: absolute;
	z-index: 10;
}

.page-cases-item-bottom {
	display: flex;
	align-items: baseline;
	position: absolute;
	bottom: 1.4583vw;
	left: 2.9861vw;
}

.page-cases-item-bottom-year {
	font-style: normal;
	font-weight: 500;
	font-size: 0.8333vw;
	line-height: 2.2222vw;
	color: #FFFFFF;
	margin-right: 2.7778vw;
}

.page-cases-item-bottom-number {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 2.7778vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0992vw;
	z-index: 4;
	color: #FFFFFF;
}

.error {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 7.5vw;
}

.error-img {
	width: 50vw;
	height: 34.3056vw;
	object-fit: contain;
	margin-top: -3.2639vw;
}

.error-text {
	width: 33.3333vw;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	color: #575757;
	text-align: center;
	margin-top: -1.5278vw;
	margin-bottom: 2.2917vw;
}

.error-btn {
	width: 27.2917vw;
	height: 4.0278vw;
}

.page-services-innner {
	background: #FFFFFF;
	height: auto;
	border-radius: 0.6944vw;
	position: relative;
}

.page-services-innner::before {
	position: absolute;
	top: 0.2778vw;
	left: 3px;
	content: '';
	width: 100%;
	height: 100%;
	background: #000000;
	mix-blend-mode: normal;
	opacity: 0.2;
	border-radius: 0.6944vw;
	z-index: -1;
}

.page-services-innner-items {
	margin-bottom: 16.9444vw;
	list-style-type: none;
	counter-reset: item;
	border-radius: 0.6944vw;
}

.page-services-innner-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	text-decoration: none;
	transition: .3s;
	position: relative;
	display: none;
}

.index-service-inner .page-services-innner-item:last-child {
	border-bottom: none;
}

.page-services-innner-item:after {
	display: block;
	content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
	max-height: 0;
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	transition: .2s;
}

.page-services-innner-item:hover::after {
	background-color: #F14321;
	top: 0;
	max-height: 100%;
}

.page-services-innner-item.active:nth-child(-n+9)::before {
	content: '0' counter(item);
	counter-increment: item;
}

.page-services-innner-item.active:nth-child(n+10)::before {
	content: counter(item);
	counter-increment: item;
}

.activechild::before {
	content: '0' counter(item);
	counter-increment: item;
}

.activeold::before {
	content: counter(item);
	counter-increment: item;
}

.page-services-innner-item.active:last-child:hover,
.page-services-innner-item.active:last-child:hover::after {
	border-radius: 0 0 0.6944vw 0.6944vw;
}

.page-services-innner-item.active:first-child:hover,
.page-services-innner-item.active:first-child:hover::after {
	border-radius: 0.6944vw 0.6944vw 0 0;
}

.page-services-innner-item::before {
	padding-left: 3.1944vw;
	font-style: normal;
	font-weight: 500;
	font-size: 1.1111vw;
	line-height: 4.2361vw;
	color: #000000;
	position: relative;
	z-index: 1;
	transition: .1s;
}

.page-services-innner-item:hover .page-services-innner-item-title {
	margin-left: 4.1667vw;
}

.page-services-innner-item-title {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-left: 2.7083vw;
	height: 100%;
	font-style: normal;
	font-weight: 500;
	font-size: 1.1111vw;
	line-height: 4.2361vw;
	text-decoration: none;
	color: #000000;
	position: relative;
	z-index: 1;
}

.page-services-innner-item-btn {
	display: flex;
	align-items: center;
	/* display: none; */
	opacity: 0;
	visibility: hidden;
	position: relative;
	z-index: 1;
}

.page-services-innner-item-btn-more {
	font-style: normal;
	font-weight: 500;
	font-size: 1.1111vw;
	line-height: 1.6667vw;
	color: #FFFFFF;
	mix-blend-mode: normal;
	opacity: 0.6;
	margin-right: 2.7778vw;
}

.page-services-innner-item.active:nth-child(1):hover {
	border-radius: 0.6944vw 0.6944vw 0 0;
}

.page-services-innner-item:hover .page-services-innner-item-title {
	color: #ffffff;
}

.page-services-innner-item:hover .page-services-innner-item-btn {
	display: flex;
	align-items: center;
	opacity: 1;
	visibility: visible;
	margin-right: 2.9861vw;
}

.page-services-innner-item:hover::before {
	color: #ffffff;
}

.page-services-container {
	margin-left: 0.9722vw;
}

.page-services-callbackform-container {
	padding: 0 2.6389vw 3.4722vw 2.6389vw;
}

.page-services-container-grey {
	border-radius: 0.6944vw;
	height: auto;
	padding: 0 3px 0.2778vw 0;
	position: relative;
}

.page-services-innner-item-btn-order {
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 0.6944vw;
	padding: 0.625vw 1.5278vw;
	font-style: normal;
	font-weight: 500;
	font-size: 1.1111vw;
	line-height: 1.6667vw;
	text-transform: uppercase;
	color: #F14321;
}

.page-services-innner-item-btn-order:hover {
	background: #F9C9C0;
	border: 2px solid #F9C9C0;
}

.single-case {
	margin: 0 0.8333vw 1.9444vw 0.8333vw;
	z-index: 10000;
	position: relative;
}

.single-case-container {
	background: #FFFFFF;
	border-radius: 4.1667vw;
	padding-bottom: 1.3889vw;
}

.single-case-title {
	margin: 0 auto;
	width: 58.3333vw;
	font-style: normal;
	font-weight: 500;
	font-size: 3.4722vw;
	line-height: 4.1667vw;
	text-align: center;
	text-transform: uppercase;
	color: #F14321;
	padding-top: 0.9028vw;
}

.single-case-slider {
	/* width: 96.3889vw; */
	/* overflow: hidden; */
}

.single-case-info {
	display: flex;
	margin: 0.625vw 3.3333vw 0.7639vw 3.3333vw;
	align-items: baseline;
	justify-content: space-between;
}

.single-case-info-item {
	display: flex;
	align-items: baseline;
}

.single-case-info-item-year {
	font-style: normal;
	font-weight: 500;
	font-size: 1.25vw;
	line-height: 1.875vw;
	text-transform: lowercase;
	color: #F14321;
	margin-right: 5.5556vw;
}

.single-case-info-item-number {
	font-style: normal;
	font-weight: 500;
	font-size: 2.5vw;
	line-height: 3.6806vw;
	text-transform: lowercase;
	color: #F14321;
}

.single-case-info-squery {
	font-style: normal;
	font-weight: 500;
	font-size: 1.25vw;
	line-height: 1.875vw;
	text-transform: lowercase;
	color: #F14321;
	width: 13.8194vw;
	text-align: end;
}

.single-case-info-tag {
	background: #F14321;
	border-radius: 0.7639vw;
}

.single-case-sliders {
	/*padding: 0 0.8333vw; */
	width: 96.1111vw;
	margin: 0 auto;
	height: 56.5972vw!important;
	border-radius: 3.4722vw;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.3194vw;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.single-case-slider-img {
	width: 96.1111vw;
	margin: 0;
	height: 56.5972vw !important;
	object-fit: cover;
}

.single-case-slider-btn {
	position: absolute;
	top: 0;
	width: 98%;
	height: 49.6528vw;
	display: flex;
}

.single-case-slider-btn-left {
	left: 0;
	width: 50%;
	height: 49.6528vw;
	cursor: url(/wp-content/themes/digiants/images/left.svg), default;
}

.single-case-slider-btn-right {
	right: 0;
	width: 50%;
	height: 49.6528vw;
	cursor: url(/wp-content/themes/digiants/images/right.svg), default;
}

.single-case-descr {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.single-case-descr li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0.625vw 5.5556vw;
	list-style: none;
	position: relative;
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 1.3889vw;
	letter-spacing: -0.0417vw;
	color: #575757;
}

.single-case-descr li::before {
	content: '';
	width: 0.9028vw;
	height: 0.3472vw;
	background: #000000;
	border-radius: 0.1736vw;
	position: absolute;
	left: 3.3333vw;
	top: 1.0417vw;
}

.single-case-descr li a {
	color: #F14321;
}

.single-case-about {
	margin: 4.8611vw 3.3333vw 0 3.3333vw;
	display: flex;
	justify-content: space-between;
}

.single-case-about-title {
	font-style: normal;
	font-weight: 500;
	font-size: 2.0833vw;
	line-height: 2.5vw;
	color: #575757;
}

.single-case-about-content {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.1111vw;
	line-height: 1.8056vw;
	letter-spacing: -0.0417vw;
	color: #575757;
	width: 43.75vw;
}

.single-case-about-content p {
	margin-bottom: 1.3889vw;
}

.single-case-reviews {
	padding-top: 9.7222vw;
}

.single-case-reviews-title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0 3.3333vw 2.7778vw 3.3333vw;
}

.single-case-reviews-inner {
	display: flex;
	justify-content: space-between;
	padding: 1.3889vw 3.3333vw;
}

.single-case-reviews-inner-img {
	width: 16.6667vw;
	height: 16.6667vw;
	object-fit: cover;
	border-radius: 2.7778vw;
}

.single-case-reviews-inner-content h2 {
	font-size: 3.4722vw;
	font-weight: 500;
	line-height: 2.9167vw;
	color: #F14321;
	margin-bottom: 1.0417vw;
}

.single-case-reviews-inner-content h3 {
	font-size: 1.6667vw;
	font-weight: 500;
	line-height: 1.8056vw;
	margin-bottom: 7.9167vw;
	color: #F14321;
	letter-spacing: -0.0417vw;
}

.single-case-reviews-inner-content h4 {
	margin: 3.4722vw 0 2.3611vw;
	font-style: normal;
	font-weight: 500;
	font-size: 1.5278vw;
	line-height: 2.5vw;
	color: #575757;
}

.single-case-list {
	margin-top: 9.0278vw;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 4.8611vw 3.3333vw 0 3.3333vw;
}

.single-case-list-img {
	width: 41.6667vw;
	height: 32.5694vw;
	border-radius: 2.7778vw;
	margin-top: 3.8194vw;
}

.single-case-list-title {
	width: 37.5vw;
}

.single-case-list-right {
	width: 43.75vw;
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.1111vw;
	line-height: 1.8056vw;
	letter-spacing: -0.0417vw;
	color: #575757;
}

.single-case-list-right li {
	margin-bottom: 1.3889vw;
}

.single-case-list-right ul {
	list-style: none;
}

.single-case-list-right ul li {
	padding-left: 2.2222vw;
	position: relative;
}

.single-case-list-right ul li::before {
	content: '';
	background: #000000;
	border-radius: 0.1736vw;
	width: 0.9028vw;
	height: 0.3472vw;
	position: absolute;
	left: 0;
	top: 0.6944vw;
}

.single-case-list-right ol {
	list-style: none;
	counter-reset: my-awesome-counter;
}

.single-case-list-right ol li {
	counter-increment: my-awesome-counter;
	padding-left: 2.2222vw;
	position: relative;
}

.single-case-list-right ol li::before {
	content: counter(my-awesome-counter);
	background: #000000;
	border-radius: 0.2778vw;
	color: #FFFFFF;
	width: 1.3889vw;
	height: 1.4583vw;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}

.single-case-quote {
	background: #F2F2F2;
	border-radius: 2.7778vw;
	margin: 2.7778vw 3.3333vw;
	padding: 4.0278vw 12.5vw 1.5972vw 12.5vw;
	text-align: center;
}

.single-case-quote-text {
	font-style: normal;
	font-weight: 500;
	font-size: 2.2222vw;
	line-height: 2.7778vw;
	text-align: center;
	color: #F14321;
	margin-bottom: 4.6528vw;
}

.single-case-quote-author {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.1111vw;
	line-height: 1.8056vw;
	letter-spacing: -0.0417vw;
	color: #575757;
}

.single-case-img {
	height: 34.0278vw;
	margin: 0 3.3333vw 11.1111vw 3.3333vw;
	object-fit: cover;
	border-radius: 3.4722vw;
	width: -webkit-fill-available;
}

.single-case-about-last {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	margin: 0;
	padding: 4.8611vw 3.3333vw 10.4167vw 3.3333vw;
}

.single-case-share {
	margin: 1.3889vw 4.1667vw 0 4.1667vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single-case-share-text {
	font-style: normal;
	font-weight: 500;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	color: #575757;
}

.single-case-share-socials {
	display: flex;
}

.single-case-share-social {
	font-style: normal;
	font-weight: 500;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	text-decoration-line: underline;
	color: #F14321;
	margin-left: 2.7778vw;
}

.single-service-mainblock {
	margin: 0 0.8333vw;
	position: relative;
	z-index: 10000;
}

.single-service-mainblock-container {
	background: #1D28F9;
	border-radius: 4.1667vw;
	padding: 2.5vw 3.3333vw 3.125vw 3.3333vw;
	position: relative;
	z-index: 1;
}

.single-service-mainblock-img {
	width: 66.3889vw;
	height: 18.0556vw;
	top: 0.9028vw;
	right: 3.2639vw;
	position: absolute;
}

.single-service-mainblock-title, .single-service-mainblock-title h1 {
	font-style: normal;
	font-weight: 500;
	font-size: 3.4722vw;
	line-height: 4.1667vw;
	text-transform: uppercase;
	color: #FFFFFF;
}

.single-service-mainblock-info {
	margin-top: 3.6806vw;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	margin-bottom: 8.8194vw;
}

.single-service-mainblock-info-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 1.3889vw;
	letter-spacing: -0.0417vw;
	color: #FFFFFF;
	padding: 0.625vw 0;
}

.single-service-mainblock-decr {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.single-service-mainblock-decr-text {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0417vw;
	color: #FFFFFF;
	width: 54.0972vw;
}

.single-service-mainblock-decr-btn {
	width: 25.2083vw;
	height: 4.0278vw;
}

.single-service-doc {
	margin-top: 5.9722vw;
	text-align: center;
}

.single-service-doc-pow {
	position: absolute;
	transform: none !important;
}

.single-service-doc-pow1 svg {
	width: 1.8056vw;
	height: 2.3611vw;
}

.single-service-doc-pow2 svg {
	width: 1.8389vw;
	height: 2.1285vw;
}

.single-service-doc-pow1 {
	top: 9.6528vw;
	left: 50.3472vw;
}

.single-service-doc-pow2 {
	top: 12.5vw;
	left: 48.3333vw;
}

.single-service-doc-svg {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 3s linear forwards;
	width: 0.916vw;
	height: 4.1861vw;
}

.single-service-doc-svg-second {
	display: none;
	margin-top: 4.1667vw;
}

.single-service-doc-svg-second.active {
	display: flex;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 3s linear forwards;
	width: 1.2347vw;
	height: 8.8632vw;
}

@keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}

.single-service-doc-svgs {
	width: 1.3889vw;
	height: 17.6389vw;
	margin: 0 auto;
	display: block;
	align-items: center;
	position: relative;
}

.single-service-doc-svg-three {
	width: 0.4861vw;
	height: 0.4861vw;
	display: none;
	position: absolute;
	left: 0;
	top: 16.5972vw;
}

.single-service-doc-svg-three.active {
	display: flex;
}

.single-service-doc-title {
	position: absolute;
	top: 5.1389vw;
	left: 43.8889vw;
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	text-align: center;
	letter-spacing: -0.0417vw;
	color: #F14321;
}

.single-service-doc-container {
	position: relative;
}

.single-service-doc-other {
	width: 4.5472vw;
	height: 5.6354vw;
	position: absolute;
	top: 9.4444vw;
	left: 47.5694vw;
}

.single-service-doc-h1 {
	font-style: normal;
	font-weight: 500;
	font-size: 4.1667vw;
	line-height: 4.4444vw;
	text-align: center;
	color: #F14321;
	margin-top: 11.4583vw;
}

.single-service-doc-text {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	text-align: center;
	letter-spacing: -0.0417vw;
	color: #575757;
	margin: 3.9583vw 25vw 8.125vw 25vw;
}

.single-service-what {
	position: relative;
}

.single-service-what-img {
	position: absolute;
	top: 0;
	left: 7.4306vw;
	width: 50.9028vw;
	height: 33.8194vw;
}

.single-service-what-container {
	display: flex;
	justify-content: space-between;
	padding: 9.3056vw 0.7639vw 18.75vw 4.1667vw;
}

.single-service-what-left {
	width: 41.6667vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.single-service-what-left-title {
	font-style: normal;
	font-weight: 500;
	font-size: 4.1667vw;
	line-height: 4.4444vw;
	color: #F14321;
	/*margin-bottom: 18.0556vw;*/
	margin-top: 4.375vw;
}

.single-service-what-right-img {
	width: 49.1667vw;
	height: 48.6111vw;
	object-fit: cover;
	border-radius: 4.1667vw;
}

.single-service-what-right-text {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0417vw;
	color: #575757;
	margin-top: 3.4028vw;
	width: 33.3333vw;
	margin-bottom: -0.5556vw;
}

.single-service-what-left-items {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.single-service-what-left-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding: 0.625vw 0;
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 1.3889vw;
	letter-spacing: -0.0417vw;
	color: #575757;
	padding-left: 2.2222vw;
	list-style: none;
	position: relative;
}

.single-service-what-left-item::before {
	content: '';
	width: 0.9028vw;
	height: 0.3472vw;
	background: #000000;
	border-radius: 0.1736vw;
	position: absolute;
	left: 0;
	top: 1.0417vw;
}

.single-service-gus-container {
	text-align: center;
	position: relative;
	margin-bottom: 18.0556vw;
}

.single-service-gus-img {
	width: 66.6667vw;
	height: 45.6465vw;
	object-fit: contain;
	margin: 0 auto;
}

.single-service-gus-gustext {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0417vw;
	color: #000000;
	width: 29.1667vw;
	text-align: left;
	background: #FFFFFF;
	border: 2px solid #B7B7B7;
	box-sizing: border-box;
	padding: 1.1111vw 2.0833vw;
	border-radius: 2.0833vw;
	position: relative;
	z-index: 1;
	margin-top: -0.4861vw;
}

.single-service-gus-text {
	margin-top: 6.9444vw;
	padding: 0 25vw 3.5417vw 25vw;
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	text-align: center;
	letter-spacing: -0.0417vw;
	color: #575757;
}

.single-service-gus-btn {
	margin: 0 auto;
}

.single-service-faq {
	margin: 0 0.9722vw 12.5vw 0.9722vw;
}

.single-service-faq-title {
	margin-left: 3.1944vw;
	margin-bottom: 3.9583vw;
	font-style: normal;
	font-weight: 500;
	font-size: 4.1667vw;
	line-height: 4.4444vw;
	color: #F14321;
}

.single-service-faq-container {
	background: #FFFFFF;
	border-radius: 0.6944vw;
}

.single-service-faq-bottom {
	display: flex;
	justify-content: space-between;
	padding: 2.5694vw 0 1.5972vw 0;
}

.single-service-faq-bottom-text {
	font-style: normal;
	font-weight: 500;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	color: #575757;
	mix-blend-mode: normal;
	opacity: 0.5;
}

.single-service-faq-bottom-social-link {
	margin-left: 2.7778vw;
	font-style: normal;
	font-weight: 500;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	text-decoration-line: underline;
	color: #F14321;
}

.single-service-faq-item-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single-service-faq-item-title-btn {
	display: flex;
	align-items: center;
	pointer-events: none;
}

.single-service-faq-item-title-quest {
	font-style: normal;
	font-weight: 500;
	font-size: 1.25vw;
	line-height: 4.3056vw;
	text-transform: uppercase;
	color: #000000;
	padding-left: 2.7083vw;
	width: 76.3889vw;
	transition: .3s;
	pointer-events: none;
}

.single-service-faq-item:hover .single-service-faq-item-title-quest {
	padding-left: 3.4722vw;
}

.single-service-faq-item {
	counter-increment: my-awesome-counter;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	transition: .3s;
}

.single-service-faq-item:nth-child(-n+9)::before {
	content: '0' counter(item);
	counter-increment: item;
}

.single-service-faq-item:nth-child(n+10)::before {
	content: counter(item);
	counter-increment: item;
}

.single-service-faq-item::before {
	padding-left: 3.1944vw;
	font-style: normal;
	font-weight: 500;
	font-size: 1.1111vw;
	line-height: 4.2361vw;
	color: #000000;
}

.single-service-faq-items {
	counter-reset: item;
}

.single-service-faq-item-title-more {
	margin-left: 2.7778vw;
	opacity: 0;
	font-style: normal;
	font-weight: 500;
	font-size: 1.1111vw;
	line-height: 1.6667vw;
	color: #FFFFFF;
	mix-blend-mode: normal;
	opacity: 0.6;
}

.single-service-faq-item-title-svg {
	margin-left: 2.7778vw;
	width: 0.9028vw;
	height: 0.9028vw;
	align-items: center;
	margin-top: 0.6944vw;
	position: relative;
}

.single-service-faq-item-title-svg-line {
	width: 0.9028vw;
	height: 2px;
	background: #000000;
	border-radius: 3.4722vw;
}

.single-service-faq-item-title-svg-line2 {
	transform: rotate(90deg);
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
}

.single-service-faq-item-answer {
	display: none;
	padding: 0 2.9861vw 0 7.3611vw;
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0417vw;
	color: #575757;
	width: 100%;
}

.single-service-faq-item-answer-inner {
	width: 50vw;
}

.single-service-faq-item:hover {
	background: #1D28F9;
}

.single-service-faq-item.active:hover {
	background: #fff;
}

.single-service-faq-items:nth-child(1) .single-service-faq-item:hover {
	border-radius: 0.6944vw 0.6944vw 0 0;
}

.single-service-faq-item:hover .single-service-faq-item-title-quest {
	color: #FFFFFF;
}

.single-service-faq-item:hover .single-service-faq-item-title-svg-line {
	background: #ffffff;
}

.single-service-faq-item:hover::before {
	color: #FFFFFF;
}

.single-service-faq-item-answer.active {
	display: flex;
}

.single-service-faq-item:hover .single-service-faq-item-answer {
	color: #ffffff;
}

.single-service-faq-item.active:hover .single-service-faq-item-title-quest {
	color: #000000;
}

.single-service-faq-item.active:hover .single-service-faq-item-title-svg-line {
	background: #000000;
}

.single-service-faq-item.active:hover::before {
	color: #000000;
}

.single-service-faq-item.active:hover .single-service-faq-item-answer {
	color: #575757;
}


/*
.single-service-faq-item.active {
	border-bottom: 0;
} */

.single-service-faq-item-title-svg-line2.active {
	display: none;
}

.page-contact-maininfo-logo {
	width: 33.3333vw;
	height: 33.3333vw;
	position: absolute;
	top: -11.4583vw;
	left: 41.6667vw;
	z-index: 10000;
}

.page-contact-maininfo-logo svg {
	width: 33.3333vw;
	height: 33.3333vw;
}

.page-contact-maininfo-block {
	width: 33.3333vw;
	position: absolute;
	top: 1.6667vw;
	left: 4.1667vw;
}

.page-contact-maininfo-block-title {
	font-style: normal;
	font-weight: 500;
	font-size: 4.1667vw;
	line-height: 6.1806vw;
	color: #F14321;
	margin-bottom: 1.8056vw;
}

.page-contact-maininfo-block-text {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0417vw;
	color: #575757;
}

.page-contact-maininfo-fon {
	position: absolute;
	top: 10.3472vw;
	left: 16.8056vw;
	width: 73.1944vw;
	height: 46.3194vw;
}

.page-contact-maininfo {
	display: flex;
	justify-content: space-between;
	padding: 9.8611vw 4.1667vw 0 4.1667vw;
}

.page-contact-maininfo-person {
	width: 33.3333vw;
	height: 33.3333vw;
	background: #FFFFFF;
	border-radius: 50%;
	padding: 2.6389vw 3.4722vw 2.5694vw 3.4722vw;
	text-align: center;
}

.page-contact-maininfo-person-img {
	margin: 0 auto;
	width: 13.125vw;
	height: 18.3333vw;
	margin-bottom: 1.25vw;
}

.page-contact-maininfo-person-name {
	font-style: normal;
	font-weight: 500;
	font-size: 2.5vw;
	line-height: 2.9167vw;
	text-align: center;
	color: #000000;
	margin-bottom: 1.4583vw;
}

.page-contact-maininfo-person-who {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	text-align: center;
	letter-spacing: -0.0417vw;
	color: #000000;
	padding: 0 4.8611vw;
}

.page-contact-maininfo-inner {
	margin-top: 12.1528vw;
	position: relative;
	z-index: 100;
}

.page-contact-maininfo-social-link {
	color: #1D28F9;
	mix-blend-mode: normal;
	opacity: 0.8;
}

.page-contact-maininfo-social-link-svg path {
	fill: #1D28F9;
}

.page-contact-maininfo-othersocial {
	margin-top: 4.9306vw;
	margin-bottom: 0;
}

.page-contact-maininfo-othersocial-link {
	color: #1D28F9;
}

.page-contact-vytia-person {
	background: #FFA81E;
	margin: -12.0833vw auto 0 auto;
}

.page-contact-vytia-person-img {
	width: 14.0278vw;
	height: 13.8889vw;
	margin-left: 9.5139vw;
	margin-bottom: 2.0833vw;
}

.page-contact-vytia-person-name,
.page-contact-vytia-person-who {
	color: #ffffff;
}

.page-contact-slider {
	display: flex;
	margin: 3.4722vw 0;
}

.page-contact-slider-person {
	width: 26.3889vw;
	height: 26.3889vw !important;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 0 0.5208vw;
	padding: 2.0833vw 0.6944vw 2.7778vw 0.6944vw;
	text-align: center;
}

.page-contact-slider-person-img {
	width: 9.7222vw !important;
	height: 13.1944vw;
	margin: 0 auto;
	margin-bottom: 0.9028vw;
}

.page-contact-slider-person-name {
	font-style: normal;
	font-weight: 500;
	font-size: 2.2222vw;
	line-height: 2.9167vw;
	text-align: center;
	color: #000000;
	margin-bottom: 1.1806vw;
}

.page-contact-slider-person-who {
	padding: 0 5.5556vw;
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 1.6667vw;
	text-align: center;
	letter-spacing: -0.0417vw;
	color: #000000;
}

.page-contact-avocado-wrapper {
	position: relative;
	padding-top: 12.5vw;
	overflow: hidden;
	margin: 0 0.8333vw 0.8333vw 0.8333vw;
}

.page-contact-avocado {
	position: relative;
	height: 38.8889vw;
}

.page-contact-avocado-container {
	background: #1D28F9;
	border-radius: 4.1667vw;
	padding: 2.6389vw 3.3333vw;
	height: 38.8889vw;
}

.page-contact-avocado-title {
	width: 45.1389vw;
	font-style: normal;
	font-weight: 500;
	font-size: 3.4722vw;
	line-height: 4.1667vw;
	text-transform: uppercase;
	color: #FFFFFF;
}

.page-contact-avocado-fon {
	width: 87.1528vw;
	height: 29.5139vw;
	position: absolute;
	top: 6.1111vw;
	right: 3.4028vw;
}

.page-contact-avocado1 {
	position: absolute;
	bottom: 0;
	right: 33.0556vw;
	width: 26.7361vw;
	height: 26.6667vw;
	opacity: 1 !important;
}

.page-contact-avocado2 {
	position: absolute;
	top: -2.8472vw;
	right: 18.6806vw;
	width: 22.2917vw;
	height: 30.7639vw;
	opacity: 1 !important;
}

.page-contact-avocado3 {
	position: absolute;
	bottom: 0;
	right: 2.7083vw;
	width: 35.4167vw;
	height: 34.375vw;
	opacity: 1 !important;
}

.footer-page-contact {
	justify-content: left;
	padding: 0.6944vw 4.375vw 0.5556vw 4.375vw!important;
	display: flex;
	align-items: center;
}

.footer-page-contact-copiright {
	margin-right: 2.0833vw;
}

.footer-page-contact-copiright2 {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8333vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0278vw;
	color: #FFFFFF;
	margin-left: 36.25vw;
}

.step1,
.step2,
.step3,
.step4,
.step5 {
	display: none;
}

#step1,
#step2,
#step3,
#step4,
#step5 {
	display: none;
}

#step1.active,
#step2.active,
#step3.active,
#step4.active,
#step5.active {
	display: block;
}

.step1.active,
.step2.active,
.step3.active,
.step4.active,
.step5.active {
	display: flex;
	border: none;
}

.callbackform-form-inner {
	display: flex;
	justify-content: space-between;
	margin-top: 1.1111vw;
	margin-bottom: 1.8056vw;
}

.callbackform-form-inner-block-btn {
	background: #FFFFFF;
	box-sizing: border-box;
	border-radius: 0.6944vw;
	width: 44.9306vw;
	height: 17.5694vw;
	text-align: center;
	transition: .3s;
}

.callbackform-form-inner-block-fon-white {
	color: #F14321;
	border: 1px solid #B7B7B7;
}

.callbackform-form-inner-block-btn:hover > .callbackform-form-inner-block-fon-white {
	background: #F14321;
	color: #ffffff;
	border: 1px solid #F14321;
	transform: translate( 0.2778vw, 0.2778vw);
}

.callbackform-form-inner-block-fon-white > span {
	opacity: 0;
	margin: 0 0.3472vw;
	transition: 0.3s;
}

.callbackform-form-inner-block-btn:hover > .callbackform-form-inner-block-fon-white > span {
	opacity: 1;
}

/*.callbackform-form-inner-block-btn:hover .callbackform-form-inner-block-fon-white span:first-child {
	margin-right: 0.3472vw;
}

.callbackform-form-inner-block-btn:hover .callbackform-form-inner-block-fon-white span:last-child {
	margin-left: 0.3472vw;
}*/

.callbackform-form-inner-block-btn:hover .btn-back-fon {
	opacity: 0;
}

.callbackform-form-inner-block-text {
	font-style: normal;
	font-weight: 500;
	font-size: 1.3889vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0379vw;
	color: #575757;
	margin-top: 0.2778vw;
	text-align: center;
}

.callbackform-form-inner-block-btn-step3 {
	width: 29.8611vw;
	height: 17.6389vw;
	background: #FFFFFF;
	box-sizing: border-box;
	border-radius: 0.6944vw;
	text-align: center;
	transition: .3s;
}

.callbackform-form-inner-step3 {
	margin-bottom: 4.1667vw;
}

.callbackform-form-inner-step4 {
	flex-direction: column;
}

.callbackform-form-inner-step4-input {
	background: #F5F5F5;
	border: 1px solid #B7B7B7;
	box-sizing: border-box;
	border-radius: 0.6944vw;
	font-style: normal;
	font-weight: 500;
	font-size: 1.8056vw;
	line-height: 2.7083vw;
	letter-spacing: -0.0379vw;
	color: #575757;
	opacity: 0.5;
	padding: 1.9444vw 0;
	text-align: center;
	margin-bottom: 3.2639vw;
}

.callbackform-form-inner-step4-input:focus {
	color: #F14321;
	background: #FFFFFF;
	border: 1px solid #F14321;
}

.index-maininfo-img {
	left: 1.5278vw;
	top: 2.7778vw;
	width: 89.7917vw;
	height: 36.7361vw;
	position: absolute;
}

.index-maininfo-paw1 {
	position: absolute;
	top: -1.1806vw;
	left: 48.8194vw;
	width: 3.6444vw;
	height: 4.2118vw;
	transform: none !important;
}

.index-maininfo-paw2 {
	position: absolute;
	width: 2.8472vw;
	height: 3.6111vw;
	top: 5.3472vw;
	transform: none !important;
	left: 59.7222vw;
}

.index-maininfo-paw3 {
	position: absolute;
	width: 1.8389vw;
	height: 2.1285vw;
	left: 51.7972vw;
	transform: none !important;
	top: 6.5972vw;
}

.index-maininfo-paw4 {
	position: absolute;
	width: 3.2639vw;
	height: 4.3056vw;
	top: 15.7639vw;
	transform: none !important;
	left: 54.4444vw;
}

.index-maininfo-paw5 {
	position: absolute;
	width: 2.1528vw;
	height: 2.7778vw;
	top: 16.25vw;
	transform: none !important;
	left: 44.0278vw;
}

.index-maininfo-paw6 {
	position: absolute;
	width: 3.3333vw;
	height: 4.3056vw;
	top: 28.3333vw;
	transform: none !important;
	left: 32.6389vw;
}

.index-maininfo-title {
	font-style: normal;
	font-weight: 500;
	font-size: 4.1667vw;
	line-height: 5.1389vw;
	color: #F14321;
	width: 56.5972vw;
	top: 0.625vw;
	left: 4.1667vw;
	position: absolute;
}

.index-maininfo {
	display: flex;
	justify-content: space-between;
	margin: 5.2778vw 8.2639vw 2.2917vw 4.1667vw;
}

.index-maininfo-logo {
	width: 20.9028vw;
	height: 20.9028vw;
	position: relative;
	z-index: 10;
	transition: .8s;
	animation: 8s linear 0s normal none infinite paused rot;
}

.index-maininfo-logo:hover {
	animation: 8s linear 0s normal none infinite running rot;
	-webkit-animation: 8s linear 0s normal none infinite running rot;
	animation-play-state: running;
}

@keyframes rot {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rot {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.index-maininfo-desc {
	width: 27.2917vw;
	margin-top: 7.3611vw;
	position: relative;
	z-index: 10;
}

.index-maininfo-desc-text {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0417vw;
	color: #575757;
	margin-bottom: 3.0556vw;
}

.index-maininfo-desc-text p {
	margin-bottom: 1.3889vw;
}

.index-maininfo-btn {
	background: #FFFFFF;
	border-radius: 0.6944vw;
	font-style: normal;
	font-weight: 500;
	font-size: 1.1111vw;
	line-height: 1.6667vw;
	text-transform: uppercase;
	color: #000000;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 1.0417vw 0;
	position: relative;
	transition: 0.3s;
	transform: translate( 0vw, 0vw);
	box-shadow: 3px 0.2778vw 0vw rgba(0,0,0,0.2);
}

/*.index-maininfo-btn::before {
	position: absolute;
	top: 0.2778vw;
	left: 3px;
	width: 100%;
	height: 100%;
	content: '';
	background: #000000;
	mix-blend-mode: normal;
	opacity: 0.2;
	border-radius: 0.6944vw;
	z-index: -1;
	transition: 0.3s;
}*/

.index-maininfo-btn::before {
    position: absolute;
    top: 0vw;
    left: 0vw;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 0.6944vw;
}

.index-maininfo-btn:hover::before {
    position: absolute;
    top: -0.2778vw;
    left: -3px;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 0.6944vw;
}

.index-maininfo-btn:hover {
	background: #F14321;
	color: #fff;
   transform: translate( 0.2778vw, 3px);
   box-shadow: 0 0 0vw rgba(0,0,0,0.2);
}

.index-maininfo-btn .callbackform-form-btn-svg path {
	fill: black;
	transition: .3s;
}

.index-maininfo-btn:hover .callbackform-form-btn-svg path {
	fill: #fff;
}

/*.index-maininfo-btn:hover::before {
	top: 0;
	left: 0;
}*/

.index-about {
	margin: 0 0.8333vw 1.3889vw 0.8333vw;
	position: relative;
}

.index-about-container {
	background: #1D28F9;
	border-radius: 4.1667vw;
	padding: 37.2917vw 3.3333vw 1.4583vw 3.3333vw;
}

.index-about-img {
	position: absolute;
	top: 4.6528vw;
	left: 4.1667vw;
	width: 90.625vw;
	height: 36.3194vw;
}

.index-about-imggus {
	position: absolute;
	top: -19.5139vw;
	left: 11.7361vw;
	width: 75vw;
	height: 202.5vw;
}

.index-about-imggus-bubble-wrapper {
	position: absolute;
	top: 7.9861vw;
	right: 3.3333vw;
	/*transform: none !important;
	transition: none !important;*/
	transform-origin: 20vw 0;
	opacity: 1 !important;
	visibility: hidden;
}

.index-about-imggus-bubble {
	width: 29.1667vw;
	height: 10.9028vw;
	position: relative;
	z-index: 2;
}

.index-about-imggus-bubble-wrapper.bubble-animate {
	animation: bubble-home 1s ease forwards;
}

@keyframes bubble-home {
	0% {
		transform: rotateZ(-90deg) scale(0);
	}
	70% {
		transform: rotateZ(3deg) scale(1.05);
	}
	85% {
		transform: rotateZ(-1deg) scale(0.99);
	}
	100% {
		transform: rotateZ(0deg) scale(1);
	}
}

.howmuch-bubble-wrapper {
	position: absolute;
	top: 12.5vw;
	right: 15.2778vw;
	transform-origin: 0% 82.1%;
	opacity: 1 !important;
	visibility: hidden;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}

.howmuch-bubble {
	width: 12.4653vw;
	height: 2.7778vw;
	z-index: 2;
	position: relative;
	margin-top: -0.2917vw;
	margin-left: -4.9306vw;
}

.howmuch-bubble-wrapper.bubble-animate {
	animation: bubble-home 1s ease forwards;
	visibility: visible;
}

.single-service-bubble-wrapper {
	position: absolute;
	top: 12.5vw;
	left: 25.6944vw;
	transform-origin: 100% 0%;
	opacity: 1 !important;
	visibility: hidden;
}

.single-service-bubble {
	width: 13.7694vw;
	height: 6.9444vw;
	position: relative;
	z-index: 2;
	margin-left: 19.0278vw;
}

.single-service-bubble-wrapper.bubble-animate {
	animation: bubble-home 1s ease forwards;
}

.index-about-imggus-text {
	/*position: absolute;*/
	/*top: 12.6389vw;*/
	/*right: 2.0139vw;*/
	width: 25vw;
	/*height: 8.6111vw;*/
	/*overflow: hidden;*/
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0417vw;
	color: #000000;
}

.index-about-imggus-text {
	background: #FFFFFF;
	border: 2px solid #B7B7B7;
	box-sizing: border-box;
	/*box-shadow: 0vw 0.2778vw 0.2778vw rgba(0, 0, 0, 0.25);*/
	border-radius: 2.7778vw;
	padding: 1.6667vw 2.1875vw 1.7083vw 1.9861vw;
	width: 29.1667vw!important;
	height: auto;
	overflow: unset;
	position: relative;
	z-index: 1;
	margin-top: -0.4861vw;
}

.index-about-accounting {
	width: 33.3333vw;
	position: relative;
	z-index: 2;
}

.index-about-accounting-title {
	font-style: normal;
	font-weight: 500;
	font-size: 3.2639vw;
	line-height: 3.8889vw;
	color: #FFFFFF;
	margin-bottom: 6.1111vw;
}

.index-about-accounting-content {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0417vw;
	color: #FFFFFF;
}

.index-about-accounting-content p {
	margin-top: 1.3889vw;
}

.index-about-accounting-content h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 1.9444vw;
	line-height: 3.8889vw;
	color: #FFFFFF;
	margin-top: 0.6944vw;
}

.index-about-accounting-content ul {
	margin-top: 1.5972vw;
}

.index-about-accounting-content li {
	list-style: none;
	display: flex;
	margin-bottom: 1.3889vw;
}

/*.index-about-accounting-content li:nth-child(n) {*/
/*	align-items: flex-end;*/
/*}*/

.index-about-accounting-content li:nth-child(1) {
	align-items: flex-start;
}

.index-about-accounting-content li::before {
	content: url(/wp-content/themes/digiants/images/li1.svg);
	margin-right: 1.25vw;
	width: 1.1806vw;
	height: 1.3889vw;
	margin-top: 0.3472vw;
}

.index-about-accounting-content li:nth-child(2n)::before {
	content: url(/wp-content/themes/digiants/images/li2.svg);
}

.index-about-simplify {
	margin: 10.0694vw 0 0 auto;
}

.index-about-simplify-content {
	height: 35.4861vw;
	overflow: hidden;
}

.index-about-bottomtext {
	margin: 39.0278vw auto 0 auto;
	width: 58.3333vw;
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	text-align: center;
	letter-spacing: -0.0417vw;
	color: #FFFFFF;
}

.index-about-oval {
	position: absolute;
	bottom: 5.3472vw;
	left: 24.5139vw;
	width: 50.8382vw;
	height: 13.5208vw;
}

.index-open {
	margin: 0 0.8333vw;
}

.index-open-container {
	background: #FFFFFF;
	border-radius: 4.1667vw;
	position: relative;
}

.index-open-container::before {
	position: absolute;
	top: 0.2778vw;
	left: 3px;
	width: 100%;
	height: 100%;
	content: '';
	background: #B7B7B7;
	border-radius: 4.1667vw;
	z-index: -1;
}

.index-open-item {
	display: flex;
	align-items: center;
	text-decoration: none;
	position: relative;
	justify-content: center;
	padding: 0 3.3333vw 0 3.125vw;
	transition-property: transform, color, background, border-radius !important;
	position: relative;
	overflow: hidden;
}

.index-open-item::before {
	display: block;
	content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
	max-height: 0;
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	transition: .2s;
}

.index-open-item-border {
	width: 100%;
	/* border-bottom: 2px solid rgba(183, 183, 183, 0.6); */
}

.index-open-item-border-border {
	width: 100%;
	height: 2px;
	opacity: 1 !important;
	max-width: 0;
	background-color: rgba(183, 183, 183, 0.6);
	transition-property: max-width !important;
}

.index-open-item-border-border.aos-animate {
	max-width: 100%;
}

.index-open-item:hover::before {
	background-color: #F14321;
	max-height: 100%;
	top: 0;
}

.index-open-item:nth-child(1),
.index-open-item:nth-child(1)::before {
	border-radius: 4.1667vw 4.1667vw 0 0;
}

.index-open-item:last-child,
.index-open-item:last-child::before {
	border-radius: 0 0 4.1667vw 4.1667vw;
}

.index-open-item-text {
	position: absolute;
	left: 3.3333vw;
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.5278vw;
	line-height: 7.6389vw;
	letter-spacing: -0.0417vw;
	color: #575757;
	transition: .3s;
}

.index-open-item-title {
	font-style: normal;
	font-weight: 500;
	font-size: 3.4722vw;
	line-height: 7.6389vw;
	text-align: center;
	text-transform: uppercase;
	color: #F14321;
	transition-property: transform, color !important;
}

.index-open-item:hover .index-open-item-text,
.index-open-item:hover .index-open-item-title {
	color: #FFFFFF;
}

.index-threeblock {
	margin: 10.4167vw 0 9.7222vw 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.index-threeblock-text {
	padding: 0 20.8333vw;
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	text-align: center;
	letter-spacing: -0.0417vw;
	color: #575757;
	margin-bottom: 3.5417vw;
}

.index-threeblock-btn {
	width: 27.0833vw;
	margin: 0 auto;
}

.index-service {
	margin: 0 0.9722vw;
	text-align: center;
	position: relative;
}

.index-service-svg {
	margin: 0 auto;
	width: 0.4167vw;
	height: 8.4722vw;
}

.index-service-svg.active {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 3s linear forwards;
}

@keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}

.index-service-svg-rect {
	margin: 0 auto;
	margin-top: -1.0417vw;
	opacity: 0;
}

.index-service-svg-rect.active {
	opacity: 1;
}

.index-service-img {
	position: absolute;
	top: 2.0833vw;
	left: 47.2222vw;
	width: 3.8528vw;
	height: 4.941vw;
}

.index-service-pow1 {
	position: absolute;
	left: 49.3056vw;
	top: 1.7361vw;
	width: 1.8389vw;
	height: 2.1285vw;
	/* transform: none !important; */
}

.index-service-pow2 {
	position: absolute;
	left: 47.5694vw;
	top: 4.1667vw;
	width: 1.8056vw;
	height: 2.3611vw;
	/* transform: none !important; */
}

.index-service-pow-wrapper {
	transform: none !important;
}

.index-service-text {
	margin: 0.9722vw 0 1.1806vw 0;
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	text-align: center;
	letter-spacing: -0.0417vw;
	color: #F14321;
}

.index-service-svg2 {
	position: absolute;
	top: 11.8056vw;
	left: 27.7778vw;
	width: 21.1111vw;
	height: 13.4028vw;
}

.index-service-svg2.active {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 3s linear forwards;
}

.index-service-rect-svg2 {
	position: absolute;
	top: 24.9306vw;
	left: 27.5vw;
	width: 0.4861vw;
	height: 0.4861vw;
	opacity: 0;
}

.index-service-rect-svg2.active {
	opacity: 1;
}

.index-service-mainblock {
	display: flex;
	justify-content: space-between;
	margin: 9.7222vw 3.1944vw 0 3.1944vw;
	text-align: left;
}

.index-service-mainblock-img {
	width: 35vw;
	height: 23.2639vw;
}

.index-service-mainblock-inner-title {
	font-style: normal;
	font-weight: 500;
	font-size: 4.1667vw;
	line-height: 4.4444vw;
	color: #F14321;
	width: 20.9722vw;
	margin-bottom: 2.5694vw;
}

.index-service-mainblock-inner-text {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0417vw;
	color: #575757;
	width: 45.8333vw;
}

.index-service-inner {
	margin-bottom: 1.1111vw;
}

.index-service-inner-items {
	margin-bottom: 0;
}

.index-case {
	margin: 16.9444vw 0.9722vw 0 0.9722vw;
}

.index-case-item-white {
	position: relative;
	padding: 0;
}

.index-case-item-title {
	display: flex;
	align-items: center;
	font-style: normal;
	font-weight: 500;
	font-size: 1.1111vw;
	line-height: 1.6667vw;
	text-transform: uppercase;
	color: #000000;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: url(/wp-content/themes/digiants/images/cursordef.png), default;
}

.index-case-item-tags {
	position: absolute;
	bottom: 1.25vw;
	display: flex;
}

.index-case-item-tag-title {
	font-style: normal;
	font-weight: 500;
	font-size: 0.8333vw;
	line-height: 2.2222vw;
	color: #000000;
	margin: 0 3.75vw 0 2.9861vw;
}

.index-case-item-tag-list {
	margin-bottom: 0;
}

.index-case-title {
	font-style: normal;
	font-weight: 500;
	font-size: 4.1667vw;
	line-height: 4.4444vw;
	color: #F14321;
	margin: 0 0 4.8611vw 3.1944vw;
}

.index-case-items {
	margin-bottom: 0;
}

.index-insta {
	margin: 16.9444vw 0 16.6667vw 0;
	overflow: hidden;
}

.index-insta-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 4.1667vw;
	position: relative;
}

.index-insta-inner-pow-wrapper {
	position: absolute;
	transform: none !important;
}

.index-insta-inner-pow1 svg {
	width: 1.2833vw;
	height: 1.434vw;
}

.index-insta-inner-pow2 svg {
	width: 2.0833vw;
	height: 2.7778vw;
}

.index-insta-inner-pow3 svg {
	width: 1.8389vw;
	height: 2.1285vw;
}

.index-insta-inner-pow4 svg {
	width: 1.8056vw;
	height: 2.3611vw;
}

.index-insta-inner-pow1 {
	left: 51.3889vw;
	bottom: -3.4028vw;
}

.index-insta-inner-pow2 {
	left: 54.8611vw;
	bottom: -0.9722vw;
}

.index-insta-inner-pow3 {
	left: 59.0278vw;
	bottom: -3.1944vw;
}

.index-insta-inner-pow4 {
	left: 62.5vw;
	bottom: -2.5vw;
}

.index-insta-title {
	font-style: normal;
	font-weight: 500;
	font-size: 4.1667vw;
	line-height: 4.4444vw;
	color: #F14321;
	margin-bottom: 2.5694vw;
	width: 31.9444vw;
}

.index-insta-text {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0417vw;
	color: #575757;
	width: 45.8333vw;
}

.index-insta-inner-line {
	position: absolute;
	top: 12.2222vw;
	right: 10.7639vw;
	width: 39.7917vw;
	height: 13.0556vw;
	opacity: 0;
}

.index-insta-inner-line.active {
	opacity: 1;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 3s linear forwards;
}

.index-insta-inner-line-rect {
	position: absolute;
	top: 12.4306vw;
	right: 10.4861vw;
	width: 0.4861vw;
	height: 0.4861vw;
	opacity: 0;
}

.index-insta-inner-line-rect.active {
	opacity: 1;
}

.index-insta-inner-img {
	width: 29.4257vw;
	height: 13.8889vw;
	position: absolute;
	top: 5.4167vw;
	right: 10.5556vw;
}

.index-insta-inner-right {
	display: flex;
	align-items: center;
	margin-bottom: 2.0833vw;
	text-decoration-line: none;
	color: #1D28F9;
	transition: 0.6s;
}

.index-insta-inner-right-svg {
	width: 1.5278vw;
	height: 1.5278vw;
	margin-right: 0.8333vw;
}

.index-insta-inner-right-link {
	font-family: 'Andale Mono';
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0417vw;
	position: relative;
}

.index-insta-inner-right-link::after {
	position: absolute;
	bottom: 3px;
	width: 100%;
	height: 1px;
	background-color: #1D28F9;
	display: block;
	content: "";
}

.index-insta-inner-right:hover {
	color: #F14321;
}

.index-insta-inner-right > .index-insta-inner-right-svg > path {
	fill: #1D28F9;
	transition: 0.6s;
}

.index-insta-inner-right:hover > .index-insta-inner-right-svg > path {
	fill: #F14321;
}

.index-insta-inner-right:hover > .index-insta-inner-right-link:after {
	animation: link-border 0.6s linear forwards;
}

@keyframes link-border {
	0% {
		width: 100%;
		margin-left: 0%;
	}
	50% {
		width: 0%;
		margin-left: 100%;
	}
	50.0001% {
		width: 0%;
		margin-left: 0%;
	}
	100% {
		width: 100%;
		background-color: #F14321;
		margin-left: 0%;
	}
}

.index-insta {
	position: relative;
}

.index-insta-blockimg,
.zoom-instagram-widget__items{
	display: flex;
	flex-wrap: nowrap;
	width: fit-content;
	overflow-y: scroll;
	margin-top: 4.375vw;
	height: 34.7222vw;
	overflow: hidden;
	overflow: initial !important;
	user-select: none;
}

.newindex-insta-blockimg {
	display: flex;
	flex-wrap: nowrap;
	width: fit-content;
	overflow-y: scroll;
	margin-top: 4.375vw;
	overflow: hidden;
	overflow: initial !important;
	user-select: none;
}

.index-insta-blockimg-link,
.zoom-instagram-widget__item{
	width: 20.2778vw;
	height: 20.2778vw;
	margin-right: 0.5556vw;
	border-radius: 0.6944vw;
}

.newindex-insta-blockimg-link {
	width: 20.2778vw;
	height: 20.2778vw;
	margin-right: 0.5556vw;
	border-radius: 0.6944vw;
}

.index-insta-blockimg-link:nth-child(1).fixed,
.zoom-instagram-widget__item:nth-child(1).fixed{
	position: fixed;
	top: 0;
	left: 0;
}

.index-insta-blockimg-link-img,
.zoom-instagram-link{
	width: 20.2778vw;
	height: 20.2778vw;
	border: 1px solid #B7B7B7;
	box-sizing: border-box;
	border-radius: 0.6944vw;
}

.newindex-insta-blockimg-link-img {
	width: 20.2778vw;
	height: 20.2778vw;
	border: 1px solid #B7B7B7;
	box-sizing: border-box;
	border-radius: 0.6944vw;
}

.newindex-insta-blockimg-link-img:hover,
.zoom-instagram-link:hover{
	border: 1px solid #F14321;
}

.newindex-insta-blockimg-link:nth-child(n),
.zoom-instagram-widget__item:nth-child(n) {
	margin-left: 0;
	margin-top: 3.9583vw;
}

.newindex-insta-blockimg-link:nth-child(1),
.zoom-instagram-widget__item:nth-child(1) {
	margin-left: 4.1667vw;
}

.newindex-insta-blockimg-link:nth-child(2n),
.zoom-instagram-widget__item:nth-child(2n) {
	margin-top: 0;
	margin-left: 0;
}

.newindex-insta-blockimg-link:nth-child(3n),
.zoom-instagram-widget__item:nth-child(3n) {
	margin-top: 13.1944vw;
	margin-left: 0;
}

.newindex-insta-blockimg-link:nth-child(4n),
.zoom-instagram-widget__item:nth-child(4n) {
	margin-top: 7.6389vw;
	margin-left: 0;
}

.newindex-insta-blockimg-link:nth-child(5n),
.zoom-instagram-widget__item:nth-child(5n) {
	margin-top: 7.6389vw;
	margin-left: 0;
}

.index-insta-blockimg {
	height: 34.7222vw;
	width: 100%;
	position: relative;
	padding: 0;
	overflow: hidden;
	cursor: grab;
}

.index-insta-blockimg.grabbing {
	cursor: grabbing;
}

.index-insta-blockimg .index-insta-blockimg-link {
	display: inline-block;
	width: 20.2778vw;
	height: 20.2778vw;
	margin-right: 0.5556vw;
	border-radius: 0.6944vw;
	position: absolute;
}

.index-insta-blockimg .index-insta-blockimg-link:nth-of-type(2) {
	left: 24.8611vw;
}

/*.index-insta-blockimg .index-insta-blockimg-link:nth-of-type(3n) {*/
/*	left: 45.6944vw;*/
/*}*/

/*.index-insta-blockimg .index-insta-blockimg-link:nth-of-type(4n) {*/
/*	left: 66.5278vw;*/
/*}*/

/*.index-insta-blockimg .index-insta-blockimg-link:nth-of-type(5n) {*/
/*	left: 87.3611vw;*/
/*}*/

/*.index-insta-blockimg .index-insta-blockimg-link:nth-of-type(6n) {*/
/*	left: 108.1944vw;*/
/*}*/

.index-insta-blockimg .index-insta-blockimg-link img {
	display: block;
	height: 100%;
	width: 100%;
}

#circle {
	position: absolute;
	/* border: solid 1px #ccc; */
	max-width: 0;
	max-height: 0;
	width: 4.8611vw;
	height: 4.8611vw;
	opacity: 1;
	background: url(/wp-content/themes/digiants/images/circlecursor.svg) center no-repeat;
	background-size: cover;
	border-radius: 50%;
	z-index: 100;
	pointer-events: none;
	transition: .5s;
	transition-property: max-width, max-height;
}

#circle.active {
	max-width: 4.8611vw;
	max-height: 4.8611vw;
}

.pagination {
	background: #FFFFFF;
	border-radius: 1.4583vw;
	margin: 0 auto;
	height: 2.0139vw;
	width: fit-content;
	align-items: center;
	display: flex;
}

.page-numbers {
	font-style: normal;
	font-weight: 500;
	font-size: 0.9722vw;
	line-height: 1.4583vw;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
	margin: 0 0.5556vw;
}

.current .pagination-brac {
	display: none;
}

.page-numbers:hover {
	color: #F14321;
}

.page-numbers.current {
	margin: 0 3px;
}

.pagination-brac {
	opacity: 0;
}

.page-numbers:hover .pagination-brac {
	opacity: 1;
}

.current {
	background: #000000;
	border-radius: 0.8681vw;
	color: #FFFFFF;
	padding: 3px 0.8333vw 1px 0.8333vw;
}

.page-numbers.current:hover {
	color: #FFFFFF;
}

.next {
	margin-right: 0.6944vw;
}

.prev {
	margin-left: 0.6944vw;
}

.callbackform-form-inner-block-input-second,
.callbackform-form-photo-input {
	width: 0;
	height: 0;
	display: block;
}

.callbackform-form-photo-input:checked ~ .callbackform-form-photo-img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}

.callbackform-form-photo-input:checked ~ .callbackform-form-photo-name {
	color: #F14321;
}

.callbackform-form-photo-input:checked ~ .callbackform-form-photo-name span {
	color: #F14321;
	transition: .3s;
	opacity: 1;
}

.callbackform-form-inner-block-input:checked ~ .btn-white,
.callbackform-form-inner-block-input-second:checked ~ .callbackform-form-inner-block-btn-step3 .btn-white {
	box-shadow: none;
	background: #F14321;
	color: #ffffff;
	border: none;
	transform: translate( 0.2778vw, 0.2778vw);
}

.callbackform-form-inner-block-input:checked ~ .callbackform-form-inner-block-btn,
.callbackform-form-inner-block-btn:hover ~ .callbackform-form-inner-block-btn {
	border: none;
}

.callbackform-form-inner-block-input:checked ~ .btn-white span,
.callbackform-form-inner-block-input-second:checked ~ .callbackform-form-inner-block-btn-step3 .btn-white span {
	opacity: 1;
}

/*.callbackform-form-inner-block-input:checked ~ .btn-white span:first-child,
.callbackform-form-inner-block-input-second:checked ~ .callbackform-form-inner-block-btn-step3 .btn-white span:first-child {
	margin-right: 0.3472vw;
}

.callbackform-form-inner-block-input:checked ~ .btn-white span:last-child,
.callbackform-form-inner-block-input-second:checked ~ .callbackform-form-inner-block-btn-step3 .btn-white span:last-child {
	margin-left: 0.3472vw;
}*/

.callbackform-form-inner-step4-input:valid {
	border: 1px solid #F14321;
	background: #ffffff;
	color: #F14321;
	opacity: 1;
}

.form-response.error {
	margin-bottom: 0;
	margin-top: 0.6944vw;
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	text-align: center;
	letter-spacing: -0.0417vw;
	color: #F14321;
}

.index-open-item:last-child .index-open-item-border-border {
	display: none;
}

.form-response.success {
	margin-bottom: 0;
	margin-top: 1.0417vw;
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	text-align: center;
	letter-spacing: -0.0417vw;
	color: #1D28F9;
}

.callbackform-form-inner-step4-input.empty {
	background: rgba(255, 24, 80, 0.1);
	border: 1px solid #FF295D;
	box-sizing: border-box;
	border-radius: 0.6944vw;
	color: #FF295D;
}

.callbackform-form-inner-step4-text1,
.callbackform-form-inner-step4-text2 {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 0.9722vw;
	line-height: 1.1111vw;
	letter-spacing: -0.0417vw;
	color: #FF295D;
	margin-top: -1.875vw;
	margin-bottom: 1.4583vw;
	display: none;
}

.callbackform-form-inner-step4-text1.empty,
.callbackform-form-inner-step4-text2.empty {
	display: flex;
}

.page-cases-search {
	display: none;
}

.page-cases-search.active {
	height: 100vh;
	width: 100%;
	background: #ffffff;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	overflow: hidden;
}

.page-cases-search-toggle {
	background: #000000!important;
}

.page-cases-search-container {
	margin: 16.5278vw 4.1667vw;
}

.page-cases-search-form {
	display: flex;
	width: 100%;
	justify-content: space-between;
	position: relative;
}

.page-cases-search-form-input {
	font-style: normal;
	font-weight: 500;
	font-size: 3.1944vw;
	line-height: 4.7222vw;
	letter-spacing: -0.0379vw;
	color: #575757;
	opacity: 0.5;
	border: none;
	width: 100%;
	padding-bottom: 1.5972vw;
	border-bottom: 0.4167vw solid rgba(171, 171, 171, 0.4);
}

.page-cases-search-ico-wrapper {
	border: none;
	background: none;
	position: absolute;
	right: 0;
}

.page-cases-search-ico-wrapper-svg {
	width: 5.3472vw;
	height: 5.3472vw;
	transition: .3s;
	cursor: pointer;
}

.page-cases-search-ico-wrapper-svg:hover rect {
	fill: #F14321;
}

.page-cases-search-ico-wrapper-svg:hover path {
	fill: #Ffffff;
}

.page-cases-search-form-input:focus {
	color: #F14321;
	border-bottom: 0.4167vw solid #F14321;
}

.page-cases-search-form-input:valid {
	color: #F14321;
	opacity: 1;
	border-bottom: 0.4167vw solid #F14321;
}

.page-search-form-input {
	background: none;
}

.page-search-none {
	padding: 1.3889vw 0 0 2.7778vw;
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0417vw;
	color: #575757;
}

.page-search-title {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25vw;
	line-height: 2.0833vw;
	letter-spacing: -0.0417vw;
	color: #575757;
	margin-bottom: 0.625vw;
}

.page-services-innner-item.active {
	display: flex;
}

.page-services-innner-item.activechild {
	display: flex;
}

.page-services-innner-item.activeold {
	display: flex;
}

.index-maininfo-paw1.aos-init,
.index-maininfo-paw2.aos-init,
.index-maininfo-paw3.aos-init,
.index-maininfo-paw4.aos-init,
.index-maininfo-paw6.aos-init,
.index-maininfo-paw5.aos-init {
	transition-delay: .1s !important;
}



.zoom-instagram-widget__item,
.zoom-instagram-link {
	width: 20.2778vw!important;
	height: 20.2778vw!important;
}

.widget-title {
	display: none;
}

.bar-star1 {
	position: absolute;
	top: 1.5625vw;
	left: 62.8056vw;
	width: 2.9243vw;
	height: 2.0833vw;
}

.bar-star2 {
	position: absolute;
	top: 9.966vw;
	left: 92.0486vw;
	width: 1.9104vw;
	height: 2.0833vw;
}

.bar-star3 {
	position: absolute;
	top: 14.3403vw;
	left: 16.0764vw;
	width: 1.9104vw;
	height: 2.0833vw;
}

.bar-star4 {
	position: absolute;
	top: 31.3542vw;
	left: 86.8403vw;
	width: 1.5014vw;
	height: 1.8632vw;
}

.bar-star5 {
	position: absolute;
	top: 39.1319vw;
	left: 44.2014vw;
	width: 1.6667vw;
	height: 1.4396vw;
}

#open-step1 {
	margin: 0 auto;
}

.page-standart {
	padding: 6.9444vw;
}

.page-standart-title {
	font-style: normal;
	font-weight: 500;
	font-size: 4.1667vw;
	line-height: 4.4444vw;
	color: #F14321;
	margin-bottom: 2.5694vw;
}

.page-standart-content {
	font-family: Andale Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 0.9722vw;
	line-height: 1.7361vw;
	letter-spacing: -0.0417vw;
	color: #575757;
}

.page-standart-content h2,
.page-standart-content h3,
.page-standart-content h4 {
	margin: 2.0833vw 0 1.3889vw;
}

.footer-copirigth {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 0.5556vw 4.0972vw 0.5556vw 4.375vw;
}

.footer-copirigth-new {
	display: flex;
	align-items: center;
}

.footer-copirigth-new-lp {
	width: 4.9778vw;
	height: 1.0458vw;
	margin-right: 1.7361vw;
}

.footer-copirigth-new-pb {
	width: 6.1826vw;
	height: 1.0451vw;
	margin-right: 1.7361vw;
}

.footer-copirigth-new-visa {
	width: 2.5465vw;
	height: 0.7639vw;
	margin-right: 1.7361vw;
}

.footer-copirigth-new-mc {
	width: 5.1493vw;
	height: 0.9028vw;
}



/*Dss edits*/
.howmuch-3-cols {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.howmuch-text-in {
	font-size: 1.25vw;
	margin-bottom: 20px;
	width: 28vw;
	min-height: 200px;
	font-family: Andale Mono;
	line-height: 2vw;
}
.d-hide {
	display: none;
}

.case-margin {
	margin: 5.9444vw 0.9722vw 5.9444vw 0.9722vw;
}

.page-services-innner-item-title {
	text-transform: uppercase;
}
