

/* Start:/bitrix/templates/newaggo/styles.css?1732728799154191*/
:root {
	--white_light_bg: #F9F9F9;
	--white_ligth: #F2F2F2;
	--white_ligth_table: #DEDEDE;
	--white: #EBEBEB;
	--green: #24B861;
	--black: #1F1F1F;
	--black_bg: #2E2E2E;
	--black_light_bg: #3B3B3B;
	--red: #F35959;
	--grey: #B8B8B8;
}
* {
	box-sizing: border-box;
	scrollbar-width: 8px;
	scrollbar-color: var(--green);
}
*:focus {
	outline: none;
}
.overflow-hidden {
	overflow: hidden;
}
input[type="submit"] {
	cursor: pointer;
}
a {
	color: var(--white);
	text-decoration: none;
}
ol ul {
    list-style-type: disc;
}
h2 {
	margin: 0;
}
.green {
	color: var(--green) !important;
}
.fw-700 {
	font-weight: 700 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-400 {
	font-weight: 400 !important;
}
.fs-16 {
	font-size: 16px !important;
}
.fs-20 {
	font-size: 20px !important;
}
.fs-24 {
	font-size: 24px !important;
}
.fs-32 {
	font-size: 32px !important;
}
.fs-40 {
	font-size: 40px !important;
}
.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.margin-top-80 {
	margin-top: 80px;
}
@media (min-width: 769px) {
	.dsk-tablet-none {
		display: none !important;
	}
}
body {
	margin: 0;
	overflow-x: hidden;
	background-color: var(--black_bg);
}
body:has(.brief) {
	background-color: var(--white);
}
body::-webkit-scrollbar {
  width: 8px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: transparent;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: var(--green);    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
 /* creates padding around scroll thumb */
}
section {
	width: 1440px;
	margin: auto;
}
.container {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: auto;
}
.header {
	padding-bottom: 0px !important;
	z-index: 990;
	position: fixed;
	top: 0;
	display: flex;
	width: 100%;
	background: var(--white);
}
.header .header-container {
	padding: 12px 0px 12px;
	display: flex;
	width: 1324px;
	height: auto;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}
.logo { 
	display: flex;
	align-items: center;
}
.header-left {
	display: flex;
	align-items: center;
}
.header-right {
	display: flex;
	align-items: center;
	gap: 24px;
}
.header-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 80px;
	background: var(--green);
	width: 156px;
	height: 51px;
	font-family: 'Futura PT', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.2px;
	margin-right: 0px;
}
@media(max-width: 1323px) {
	section {
		width: 100%;
		margin: auto;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
		width: 100% !important;
		margin: auto;
	}
	.header-left {
		position: relative;
		width: 100%;
		justify-content: space-between;
		height: auto;
		padding: 28.5px 20px 28.5px;
	}
	.header-left .logo {
	}
	.header {
		transition: all 0.3s;
		z-index: 990;
		position: fixed;
		top: -91px;
		padding: 0 !important;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		height: auto;
		background: var(--white);
		margin: 0 !important;
		align-items: center;
		justify-content: space-between;
	}
	.header .header-container {
		padding: 0;
		display: flex;
		width: 100%;
		height: auto;
		margin: 0 auto;
		align-items: center;
		justify-content: space-between;
	}
	.header-mob-btns {
		display: flex;
		align-items: center;
		gap: 16px;
	}
	.header-teleg {
		position: relative;
		display: flex;
	}
	.header-vkont {
		position: relative;
		display: flex;
	}
	.header-teleg svg, .header-vkont  svg {
		width: 42px;
		height: 42px;
	}
	.header-brief {
		width: 156px;
		height: 51px;
		border-radius: 32px;
		color: var(--white);
		background-color: var(--green);
		font-family: 'Futura PT', sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 19.2px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 8px;
	}
	.header-btn-mob {
		cursor: pointer;
		transition: all 0.2s;
		width: 58px;
		height: 30px;
		position: relative;
		color: var(--black_bg);
		text-align: center;
		font-family: 'Futura PT', sans-serif;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%;
	}
	.header-btn-mob:after {
		transition: all 0.2s;
		content: "";
		position: absolute;
		background-color: var(--black_bg);
		height: 2px;
		width: 100%;
		bottom: 0;
		left: 0;
	}
	.header-btn-mob:before {
		transition: all 0.2s;
		content: "";
		position: absolute;
		background-color: var(--black_bg);
		height: 2px;
		width: 100%;
		bottom: 6px;
		left: 0;
	}
	.is-active.header-btn-mob {
		color: #EBEBEB00;
		width: 30px;
		margin-right: 0px;
	}
	.is-active.header-btn-mob:after  {
		width: 130%;
		bottom: 14px;
		left: -4px;
		transform: rotate(-45deg);
	}
	.is-active.header-btn-mob:before  {
		width: 130%;
		bottom: 14px;
		left: -4px;
		transform: rotate(45deg);
	}
	.header.is-active {
		top: 0;
	}
	.header-menu-mob-row {
		padding: 0 44px;
		display: flex;
		flex-wrap: wrap;
		margin-top: auto;
	}
	.header-btn {
		width: 100%;
		padding: 16px 0px;
		border-radius: 32px;
		background: var(--green);
		color: var(--white);
		text-align: center;
		font-family: 'Futura PT', sans-serif;
		font-size: 24px;
		font-style: normal;
		font-weight: 500;
		line-height: 120%;
		margin-bottom: 24px;
	}
	.header-social {
		display: flex;
		width: 100%;
		gap: 24px;
	}
	.header-social a:first-child {
		width: calc(100% - 28px - 58px);
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 24px 0 4px;
		color: var(--black_bg);
		text-align: center;
		font-family: 'Futura PT', sans-serif;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		border-radius: 56px;
		background: var(--white_light_bg);
	}
	.mob-logo {
		margin: 56px auto 46px;
		opacity: 0.2;
	}
	.header-menu-mob.is-active {
		top: 0px;
	}
	.header-menu-mob {
		padding-top: 91px;
		transition: all 0.3s;
		position: absolute;
		top: -200vh;
		flex-direction: column;
		display: flex;
		width: 100%;
		height: 100vh;
		background: var(--white);
		z-index: -1;
	}
}
@media(min-width: 769px) and (max-width: 1323px) {
	.tablet-none {
		display: none !important;
	}
}
@media(max-width: 768px) {
	section {
		width: 100%;
		margin: auto;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
		width: 100% !important;
		margin: auto;
	}
	.header-left {
		position: relative;
		width: 100%;
		justify-content: space-between;
		height: auto;
		padding: 33px 20px 33px;
	}
	.header-brief {
		display: none !important;
	}
}
@media(max-width: 1323px) {
	.footer {
		width: 100%;
		border-radius: 52px 52px 0px 0px;
		background: var(--black);
	}
	.footer .container {
		width: 100%;
		margin: auto;
		padding: 46px 57px 55.5px;
		display: flex;
		gap: 80px;
	}
	.footer-col:nth-child(3) {
		min-width: auto !important;
		gap: 64px;
	}
	.footer-item {
		color: var(--white);
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
	}
}
.main {
	background: var(--white);
	border-radius: 0 0 80px 80px;
}
.main .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-subtext {
	margin-right: 72px;
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 28.8px;
	text-align: left;
	color: var(--black_bg);
}
.is-end.main {
	height: 0;
}
.main-animation {
	padding: 224px 0px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.main-row {
	display:flex;
	justify-content: end;
	color: var(--black_bg);
	font-family: Neutral Face;
	font-size: 72px;
	font-weight: 400;
	line-height: 72px;
}
.main-row#row1 {
	margin-right: 220px;
}
.main-row#row3 {
	margin-right: 33px;
}
.main-row#row4 {
	margin-right: 222px;
}
#row1, #row2 {
	left: 0;
}
#row3, #row4 {
	right: 0;
}
.main-text { 
	z-index: 2;
	display: flex;
	align-items: center;
	padding-left: 108px;
	padding-right: 28px;
	position: relative;
}
.main-text::before {
	transition: all 0.2s;
	content: "";
	z-index: -1;
	position: absolute;
	left: 10px;
	border-radius: 180px;
	width: 68px;
	height: 68px;
	margin-bottom: 14px;
	background-color: var(--green);
}
.is-load .main-text::before {
	content: "";
	position: absolute;
	left: 74px;
	border-radius: 68px;
	width: calc(100% - 74px);
	height: 82px;
	background-color: var(--green);
}
.is-over .main-text::before {
	content: "";
	position: absolute;
	right: -100px;
	left: auto;
	border-radius: 68px;
	width: 0px;
	height: 82px;
	background-color: transparent;
}
.main-pro {
	transition: all 0.2s;
	position: relative;
}
.is-load .main-pro {
	opacity: 0;
	bottom: -136px;
}
.is-load .main-text {
	color: var(--white);
}
.is-load.is-over .main-text {
	color: var(--black_bg);
}
@media(max-width: 1323px) {
	.main {
		background: var(--white);
		border-radius: 0 0 64px 64px;
	}
	.main .container {
		display: flex;
		flex-direction: column;
		justify-content: start;
		gap: 160px;
		align-items: center;
		padding-bottom: 185px;
	}

	.main-subtext {
		margin-right: 0px;
		font-family: 'Futura PT', sans-serif;
		font-size: 24px;
		font-weight: 400;
		line-height: 30.77px;
		text-align: center;
	}
	.is-end.main {
		height: 0;
	}
	.main-animation {
		padding: 269px 0px 0;
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.main-row {
		display:flex;
		justify-content: end;
		color: var(--black_bg);
		font-family: Neutral Face;
		font-size: 72px;
		font-weight: 400;
		line-height: 74.74px;
		text-align: left;
	}
	.main-row#row1 {
		margin-right: 220px;
	}
	.main-row#row3 {
		margin-right: 33px;
	}
	.main-row#row4 {
		margin-right: 222px;
	}
	#row1, #row2 {
		left: 0;
	}
	#row3, #row4 {
		right: 0;
	}
	.main-text { 
		z-index: 2;
		display: flex;
		align-items: center;
		padding-left: 108px;
		padding-right: 28px;
		position: relative;
	}
	.main-text::before {
		transition: all 0.2s;
		content: "";
		z-index: -1;
		position: absolute;
		left: 10px;
		border-radius: 180px;
		width: 68px;
		height: 68px;
		margin-bottom: 14px;
		background-color: var(--green);
	}
	.is-load .main-text::before {
		content: "";
		position: absolute;
		left: 74px;
		border-radius: 68px;
		width: calc(100% - 74px);
		height: 82px;
		background-color: var(--green);
	}
	.is-over .main-text::before {
		content: "";
		position: absolute;
		right: -100px;
		left: auto;
		border-radius: 68px;
		width: 0px;
		height: 82px;
		background-color: transparent;
	}
	.main-pro {
		transition: all 0.2s;
		position: relative;
	}
	.is-load .main-pro {
		opacity: 0;
		bottom: -136px;
	}
}
@media(max-width: 768px) {
	.main {
		border-radius: 0 0 32px 32px;
	}
	.main .container {
        gap: 126px;
        padding-bottom: 100px;
    }
    .main-animation {
        padding: 180px 0px 0;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
	.main-row {
        font-family: Neutral Face;
        font-size: 30px;
        font-weight: 400;
        line-height: 100%;
        text-align: left;
    }
    .main-text {
        z-index: 2;
        display: flex;
        align-items: center;
        padding-left: 40px;
        padding-right: 0px;
        position: relative;
    }
    .main-text::before {
        transition: all 0.2s;
        content: "";
        z-index: -1;
        position: absolute;
        left: 4px;
        border-radius: 180px;
        width: 32px;
        height: 32px;
        margin-bottom: 6px;
        background-color: var(--green);
    }
    .is-load .main-text::before {
        content: "";
        position: absolute;
        left: 28px;
        border-radius: 68px;
        width: calc(100% - 16px);
        height: 48px;
        background-color: var(--green);
    }
    .main-row#row1 {
        margin-left: 50px;
        margin-right: auto !important;
    }
    .main-row#row3 {
        margin-left: auto;
        margin-right: 12px;
    }
	.main-row#row4 {
        margin-left: 20px;
        margin-right: auto;
    }
    .main-subtext {
        margin-right: 0px;
		font-family: 'Futura PT', sans-serif;
		font-size: 20px;
		font-weight: 400;
		line-height: 25.64px;
		text-align: center;
    }
}
.main-we .container {
	padding-top: 146px;
	padding-bottom: 146px;
}
.main-we {
	z-index: -1;
    position: relative;
    background: var(--black_bg);
    top: -80px;
    padding-top: 80px;
}
.main-we-text {
	color: var(--white); 
	width: 541px;
	margin-bottom: 33px;
}
.main-we-large {
	font-family: Neutral Face;
	font-size: 64px;
	font-weight: 400;
	line-height: 76.8px;
	text-align: left;
}
.main-we-min {
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 33.6px;
	text-align: left;
}
.main-we-info {
	display: flex;
	align-items: center;
	gap: 66px;
}
.main-we-info-text-top {
	font-family: Neutral Face;
	font-size: 64px;
	font-weight: 400;
	line-height: 76.8px;
	letter-spacing: 0.02em;
	text-align: left;
	color: var(--white);
}
.main-we-info-text-bottom {
	display: flex;
	gap: 32px;
}
.main-we-info-text-min {
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 33.6px;
	text-align: left;
	color: var(--white);
}
.main-we-info-text-large {
	font-family: Neutral Face;
	font-size: 64px;
	font-weight: 700;
	line-height: 76.8px;
	letter-spacing: 0.02em;
	text-align: left;
	color: var(--green);
}
.main-we-clips {
	width: 426px;
	display: flex;
	gap: 34px;
	flex-direction: column;
}
.main-we-clip:first-child {
    border-radius: 60px;
    border: 14px solid var(--green);
    width: 240px;
    height: 74px;
	margin-left: auto;
}
.main-we-clip:last-child {
    border-radius: 60px;
    border: 14px solid var(--green);
    width: 342px;
    height: 74px;
}
@media(max-width: 1323px) {
	.main-we .container {
		padding-top: 0px;
		padding-bottom: 40px;
	}
	.main-we {
		top: -64px;
		padding-top: 136px;
	}
	.main-we-text {
		color: var(--white); 
		width: auto;
		max-width: 478px;
		margin-bottom: 24px;
	}
	.main-we-large {
		font-family: Neutral Face;
		font-size: 40px;
		font-weight: 400;
		line-height: 48px;
		text-align: left;
	}
	.main-we-min {
		font-family: 'Futura PT', sans-serif;
		font-size: 24px;
		font-weight: 400;
		line-height: 33.6px;
		text-align: left;
	}
	.main-we-info {
		display: flex;
		align-items: center;
		gap: 86px;
	}
	.main-we-info-text {
		width: calc(100% - 268px);
	}
	.main-we-info-text-top {
		width: fit-content;
        margin-left: auto;
		color: var(--white);
		font-family: Neutral Face;
		font-size: 40px;
		font-weight: 400;
		line-height: 48px;
		letter-spacing: 0.02em;
		text-align: left;
		margin-bottom: 16px;
	}
	.main-we-info-text-bottom {
		display: flex;
		gap: 40px;
		flex-direction: column-reverse;
		align-items: end;
	}
	.main-we-info-text-min {
		font-size: 24px;
		font-weight: 400;
		line-height: 33.6px;
	}
	.main-we-info-text-large {
		font-size: 40px;
		font-weight: 700;
		line-height: 48px;
		letter-spacing: 0.02em;
		text-align: left;
	}
    .main-we-clips {
        width: 182px;
        display: flex;
        gap: 16px;
        flex-direction: row;
    }
	.main-we-clip:first-child {
		border: 10px solid var(--green);
		width: 52.34px;
		height: 270.89px;
		margin-top: 9px;
		border-radius: 42.15px;
	}
	.main-we-clip:last-child {
		border-radius: 42.15px;
		border: 10px solid var(--green);
		width: 52.34px;
		height: 165px;
		margin-top: 98.89px;
	}
}
@media(max-width: 768px) {
	.main-we {
        top: -32px;
        padding-top: 96px;
    }
	.main-we .container {
        padding-top: 0px;
        padding-bottom: 64px;
    }
    .main-we-text {
        margin-bottom: 37px;
    }
	.main-we-large {
        font-size: 26px;
        line-height: 31.2px;
    }
	.main-we-min {
        font-size: 16px;
        line-height: 22.4px;
    }
	.main-we-info {
        display: flex;
        align-items: center;
        gap: 86px;
        padding-bottom: 33px;
		position: relative;
    }
	.main-we-info-text {
        width: 100%;
    }
    .main-we-info-text-top {
        margin-bottom: 8px;
        font-size: 26px;
        font-weight: 400;
        line-height: 31.2px;
        letter-spacing: 0.02em;
        text-align: right;
    }
    .main-we-info-text-bottom {
        gap: 90px;
    }
    .main-we-info-text-large {
        font-size: 26px;
        font-weight: 700;
        line-height: 31.2px;
        letter-spacing: 0.02em;
        text-align: right;
    }
    .main-we-info-text-min {
        font-size: 16px;
        font-weight: 400;
        line-height: 22.4px;
	}
	.main-we-clips {
        position: absolute;
        width: 108px;
        display: flex;
        gap: 16px;
        flex-direction: row;
        align-items: end;
        bottom: 0px;
    }
    .main-we-clip:first-child {
        border: 8.72px solid var(--green);
        margin-top: 0;
        width: 46.04px;
        height: 189.16px;
        border-radius: 37.08px;
    }
    .main-we-clip:last-child {
        border: 8.72px solid var(--green);
        margin-top: 98.89px;
        width: 46.04px;
        height: 133.16px;
        border-radius: 37.08px;
    }
}
@property --p{
	syntax: '<number>';
	inherits: true;
	initial-value: 0;
}
.pie {
	--p:20;
	--b:70px;
	--c:darkred;
	--w:395px;
	width:var(--w);
	aspect-ratio:1;
	position:relative;
	display:inline-grid;
	margin:5px;
	place-content:center;
	font-size:25px;
	font-weight:bold;
	font-family:sans-serif;
}
.pie:before,
.pie:after {
	content:"";
	position:absolute;
	border-radius:50%;
}
.pie:before {
	inset:0;
	background: radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
	-webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
	mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
}
.pie:after {
	inset:calc(50% - var(--b)/2);
	background:var(--c);
	transform:rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
}
.animate {
	animation:p 1s .5s both;
}
.no-round:before {
	background-size:0 0,auto;
}
.no-round:after {
	content:none;
}
@keyframes p {
	from { --p:0 }
}
.what-we-diag {
	position: relative;
}
.what-we {
	z-index: 1;
    background-color: var(--black_bg);
    position: relative;
    top: -80px;
    border-radius: 0 0 80px 80px;
}
.what-we .container {
	padding: 7px 0 102px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.what-we-title {
	width: 522px;
	font-family: Neutral Face;
	font-size: 64px;
	font-weight: 400;
	line-height: 66.43px;
	text-align: left;
	color: var(--white);
}
.what-we-info {
	display: flex;
	flex-direction: column;
	gap: 17px;
}
.what-we-item {
	position: relative;
	gap: 16px;
	align-items: center;
	color: var(--white);
	display: flex;
	padding-left: 13px;
}
.what-we-item:first-child {
	height: 162px;
}
.what-we-item:nth-child(2) {
	height: 66px;
}
.what-we-item:last-child {
	align-items: end;
	height: 48px;
}
.what-we-item:first-child:before {
	transition: all 1s;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 0%;
	width: 27px;
	border-radius: 32px;
	background-color: #24B861;
}
.what-we-item:nth-child(2):before {
	transition: all 1s;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 0%;
	width: 27px;
	border-radius: 32px;
	background-color: #2F8452;
}
.what-we-item:last-child:before {
	transition: all 1s;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 0%;
	width: 27px;
	border-radius: 32px;
	background-color: #46AE89;
}
.is-load.what-we-item:first-child:before, .is-load.what-we-item:nth-child(2):before, .is-load.what-we-item:last-child:before {
	height: 100% !important;
}
.what-we-item .what-we-perc {
	z-index: 2;
	width: 82px;
}
.what-we-item:first-child .what-we-perc {
	font-family: 'Futura PT', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	text-align: left;
	color: var(--white);
}
.what-we-item:nth-child(2) .what-we-perc {
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 38.4px;
	text-align: left;
}
.what-we-item:last-child .what-we-perc {
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 38.4px;
	text-align: left;
}
.what-we-item:first-child .what-we-text {
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 28.8px;
	text-align: left;
}
.what-we-item:nth-child(2) .what-we-text {
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 28.8px;
	text-align: left;
}
.what-we-item:last-child .what-we-text {
	margin-bottom: 5px;
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 28.8px;
	text-align: left;
}
@media(max-width: 1323px) {
	.pie {
		--b:46px;
		--w:272px;
	}
	.what-we-diag {

	}
	.what-we {
		z-index: 1;
		background-color: var(--black_bg);
		position: relative;
		top: -64px;
		border-radius: 0 0 64px 64px;
	}
    .what-we .container {
        padding: 48px 20px 102px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
	.what-we-title {
		width: 100%;
		font-size: 40px;
		font-weight: 400;
		line-height: 41.52px;
		text-align: left;
		margin-bottom: 24px;
	}
	.what-we-info {
		display: flex;
		flex-direction: column;
		gap: 13.5px;
	}
	.what-we-item {
		position: relative;
		gap: 16px;
		align-items: center;
		color: var(--white);
		display: flex;
		padding-left: 13px;
	}
	.what-we-item:first-child {
		height: 124px;
	}
	.what-we-item:nth-child(2) {
		height: 50px;
	}
	.what-we-item:last-child {
		align-items: end;
		height: 36px;
	}
	.what-we-item:first-child:before {
		content: "";
		position: absolute;
		left: 0px;
		top: 0px;
		height: 100%;
		width: 20px;
		border-radius: 24.5px;
		background-color: #24B861;
	}
	.what-we-item:nth-child(2):before {
		content: "";
		position: absolute;
		left: 0px;
		top: 0px;
		height: 100%;
		width: 20px;
		border-radius: 32px;
		background-color: #2F8452;
	}
	.what-we-item:last-child:before {
		content: "";
		position: absolute;
		left: 0px;
		top: 0px;
		height: 100%;
		width: 20px;
		border-radius: 32px;
		background-color: #46AE89;
	}
	.what-we-item .what-we-perc {
		z-index: 2;
		width: 82px;
	}
	.what-we-item:first-child .what-we-perc {
		font-family: 'Futura PT', sans-serif;
		font-size: 40px;
		font-weight: 700;
		line-height: 48px;
		text-align: left;
		color: var(--white);
	}
	.what-we-item:nth-child(2) .what-we-perc {
		font-family: 'Futura PT', sans-serif;
		font-size: 32px;
		font-weight: 700;
		line-height: 38.4px;
		text-align: left;
	}
	.what-we-item:last-child .what-we-perc {
		font-family: 'Futura PT', sans-serif;
		font-size: 32px;
		font-weight: 700;
		line-height: 38.4px;
		text-align: left;
	}
	.what-we-item:first-child .what-we-text, .what-we-item:nth-child(2) .what-we-text, .what-we-item:last-child .what-we-text {
		font-size: 18px;
		line-height: 21.6px;
	}
}
@media(max-width: 768px) {
	.pie {
		--b:27px;
		--w:160px;
	}
    .what-we {
        z-index: 1;
        background-color: var(--black_bg);
        position: relative;
        top: -32px;
        border-radius: 0 0 32px 32px;
    }
    .what-we .container {
        padding: 0px 20px 58px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .what-we-title {
        width: 100%;
        margin-bottom: 24px;
        font-size: 32px;
        line-height: 38.4px;
    }
    .what-we-info {
        gap: 8px;
    }
	.what-we-item:first-child .what-we-perc {
		font-size: 18px;
		line-height: 21.6px;
	}
	.what-we-item:nth-child(2) .what-we-perc {
		font-size: 16px;
		line-height: 19.2px;
	}
	.what-we-item:last-child .what-we-perc {
		font-size: 16px;
		line-height: 19.2px;
	}
	.what-we-item:first-child .what-we-text, .what-we-item:nth-child(2) .what-we-text, .what-we-item:last-child .what-we-text {
		font-size: 16px;
		line-height: 19.2px;
    	margin-bottom: 0;
	}
    .what-we-item .what-we-perc {
        z-index: 2;
        width: 28px;
    }
	.what-we-item:first-child {
		height: 76px;
	}
	.what-we-item:nth-child(2) {
		height: 31px;
	}
	.what-we-item:last-child {
		align-items: end;
		height: 22px;
	}
	.what-we-item:first-child:before {
		content: "";
		position: absolute;
		left: 0px;
		top: 0px;
		height: 100%;
		width: 15px;
		border-radius: 24.5px;
		background-color: #24B861;
	}
	.what-we-item:nth-child(2):before {
		content: "";
		position: absolute;
		left: 0px;
		top: 0px;
		height: 100%;
		width: 15px;
		border-radius: 32px;
		background-color: #2F8452;
	}
	.what-we-item:last-child:before {
		content: "";
		position: absolute;
		left: 0px;
		top: 0px;
		height: 100%;
		width: 15px;
		border-radius: 32px;
		background-color: #46AE89;
	}
	.what-we-item {
        padding-left: 6px;
    }
}
.advant {
    position: relative;
    top: -160px;
    padding: 152px 0 36px;
    background: var(--white);
}
.advant .container {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 64px 56px 72px 56px;
	gap: 56px;
	border-radius: 80px;
	background-color: var(--white_ligth);
}
.lines {
	position: absolute;
	width: 1324px;
    left: calc((100% - 1324px)/2);
	height: 100%;
	z-index: 0;
	top: 0;
}
.lines:after {
	content: "";
	position: absolute;
	width: 33%;
	border-left: 1px solid var(--white_ligth_table);
	border-right: 1px solid var(--white_ligth_table);
	left: 0;
	top: 0;
	z-index: 0;
	height: 100%;
}
.lines:before {
	content: "";
	position: absolute;
	width: 33%;
	border-left: 1px solid var(--white_ligth_table);
	border-right: 1px solid var(--white_ligth_table);
	right: 0;
	top: 0;
	z-index: 0;
	height: 100%;
}
.advant-clip {
	z-index: 1;
	position: absolute;
	width: 74px;
	height: 240.75px;
	border-radius: 59.59px;
	border: 14.02px solid var(--green);
	top: -124px;
	left: 171px;
}
.advant h2 {
	color: var(--black_bg);
	text-transform: uppercase;
	font-family: Neutral Face;
	font-size: 64px;
	font-weight: 400;
	line-height: 66.44px;
	text-align: center;
}
.advant-block {
	display: flex;
	width: 1211px;
	height: 182px;
	gap: 80px;
}
.advant-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(33.333% - 40px);
	height: 100%;
	gap: 10px;
}
.advant-icon {
	width: fit-content;
}
.advant-icon img {}
.advant-text {
	font-family: 'Futura PT', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}
.advant-text b {
	font-weight: 700;
}
@media(max-width: 1323px) {
	.lines {
		position: absolute;
		width: calc(100% - 40px);
		left: 20px;
		height: 100%;
		z-index: 0;
		top: 0;
	}
	.lines:after {
		width: 33%;
	}
	.lines:before {
		width: 33%;
	}
	.advant {
		top: -128px;
		padding: 136px 20px 72px;
	}
	.advant .container {
		padding: 48px 48px 48px 48px;
		gap: 24px;
		border-radius: 32px;
	}
	.advant h2 {
		font-size: 40px;
		line-height: 48px;
	}
	.advant-block {
		display: flex;
		width: 100%;
		height: auto;
		gap: 24px;
	}
	.advant-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: calc(33.333% - 16px);
		height: 100%;
		gap: 10px;
	}
	.advant-text {
		font-size: 16px;
		line-height: 19.2px;
		text-align: center;
	}
	.advant-icon {
		width: 56px;
		height: 56px;
	}
	.advant-icon img {
		max-width: 100%;
		min-width: 100%;
		max-height: 100%;
		min-height: 100%;
	}
	.advant-clip {
		border-radius: 42.15px;
		border: 9.92px solid var(--green);
		top: -109px;
		left: 61px;
		width: 52.34px;
		height: 168px;
	}
}
@media(max-width: 768px) {
	.advant {
        top: -64px;
        padding: 98px 20px 64px;
    }
    .advant .container {
        padding: 48px 24px 48px 24px;
        gap: 24px;
        border-radius: 24px;
    }
    .advant h2 {
        font-size: 30px;
        line-height: 36px;
    }
	.advant-block {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: auto;
		gap: 16px;
	}
	.advant-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: auto;
		gap: 10px;
	}
	.advant-clip {
		top: -109px;
		left: 48px;
		height: 140px;
	}
}
.main-serv {
	position: relative;
	top: -160px;
	background-color: var(--white);
}
.main-serv .container {
	display: flex;
	justify-content: space-between;
}
.main-serv-left {
	width: 255px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.main-serv h2 {
	color: var(--black_bg);
	font-family: Neutral Face;
	font-size: 64px;
	font-weight: 400;
	line-height: 66.44px;
	text-transform: uppercase;
}
.main-serv-btns {
	display: flex;
	flex-direction: column;
	margin-right: auto;
	width: 217px;
	gap: 16px;
}
.main-serv-link {
	width: 217px;
	height: 51px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 80px;
	background-color: #24B861;
	font-family: 'Futura PT', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
}
.main-serv-ancor {
	width: 217px;
	height: 51px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 80px;
	border: 2px solid #24B861;
	font-family: 'Futura PT', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	color: var(--black_bg);
}
.main-serv-block {
	overflow-y: scroll;
	width: 838px;
	height: 630px;
	padding: 0px 23px 0px 0px;
}
.main-serv-block::-webkit-scrollbar {
	width: 8px;               /* width of the entire scrollbar */
}
.main-serv-block::-webkit-scrollbar-track {
	background: transparent;        /* color of the tracking area */
}
.main-serv-block::-webkit-scrollbar-thumb {
	background-color: var(--green);    /* color of the scroll thumb */
	border-radius: 20px;       /* roundness of the scroll thumb */
 /* creates padding around scroll thumb */
}
.main-serv-item {
	height: 70px;
	border-bottom: 1px solid var(--black_bg);
	color: var(--black_bg);
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 38.4px;
	padding: 16px;
}
@media (max-width: 1323px) {
	.main-serv {
		top: -128px;
	}
	.main-serv-left {
		width: 275px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.main-serv h2 {
		font-size: 40px;
		line-height: 41.52px;
	}
	.main-serv-btns {
		width: 100%;
		gap: 8px;
	}
	.main-serv-link {
		width: 100%;
		height: 56px;
		font-size: 20px;
		line-height: 24px;
	}
	.main-serv-ancor {
		width: 100%;
		height: 56px;
		font-size: 20px;
		line-height: 24px;
	}
	.main-serv-block {
		width: calc(100% - 299px);
		height: 403px;
		padding: 0px 18px 0px 0px;
	}
	.main-serv-item {
		height: auto;
		font-size: 20px;
		line-height: 24px;
		padding: 8px;
	}
	.main-serv-item div:last-child {
		min-width: fit-content;
	}
}
@media(max-width: 768px) { 
	.main-serv {
		top: -64px;
	}
	.main-serv .container {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 24px;
	}
	.main-serv-left {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.main-serv h2 {
		font-size: 40px;
		line-height: 41.52px;
	}
	.main-serv-left .main-serv-btns {
		display: none;
	}
	.main-serv-link {
		width: 100%;
		height: 56px;
		font-size: 20px;
		line-height: 24px;
	}
	.main-serv-ancor {
		width: 100%;
		height: 56px;
		font-size: 20px;
		line-height: 24px;
	}
	.main-serv-block {
		width: 100%;
		height: auto;
		padding: 0px 0px 0px 0px;
	}
	.main-serv-item {
		height: auto;
		font-size: 20px;
		line-height: 24px;
		padding: 8px;
	}
	.main-serv-item div:last-child {
		min-width: fit-content;
	}
}
.main-team {
	position: relative;
	top: -160px;
	background-color: var(--white);
}
.main-team .container {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 72px 0;
}
.main-team h2 {
	font-family: Neutral Face;
	font-size: 64px;
	font-weight: 400;
	line-height: 66.44px;
	text-align: left;
	color: var(--black_bg);
	text-transform: uppercase;
	margin-bottom: 34px;
}
.main-team-block {
	z-index: 2;
	width: 1204px;
	display: flex;
	gap: 15px;
	margin: 0 auto;
}
.main-team-col {
	display: flex;
	gap: 15px;
	flex-direction: column;
}
.main-team-row {
	display: flex;
	gap: 15px;
}
.main-team img {
	border-radius: 11.15px;
}
.main-team-col:first-child {
	width: 413px;
}
.main-team-col:first-child .main-team-row:first-child img, .main-team-col:first-child .main-team-row:nth-child(2) img {
	width: calc(50% - 7.5px);
}
.main-team-col:first-child .main-team-row:last-child {
	justify-content: space-between;
}
.main-team-col:first-child .main-team-row:last-child img{
	width: 30.5%;
}
.main-team-col:nth-child(2) {
    justify-content: space-between;
	width: 423px;
}
.main-team-col:nth-child(2) .main-team-row:first-child {
	display: flex;
	gap: 15px;
	height:100%;
}
.main-team-text {
	height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Futura PT', sans-serif;
    font-size: 27.78px;
    font-weight: 500;
    line-height: 33.34px;
    text-align: left;
}
.main-team-row-img {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	width: 208.5px;
}
.main-team-row-img img{
	width: calc(50% - 7.5px);
}
.main-team-row-img img:last-child {
	width: 100%;
}
.main-team-col:nth-child(2) .main-team-row:last-child {
	justify-content: space-between;
}
.main-team-col:nth-child(2) .main-team-row:last-child img{
	width: calc(50% - 7.5px);
}
.main-team-col:nth-child(3) {
	width: 160px;
}
.main-team-col:last-child {
	width: 124px;
}
.main-team-clip {
	position: absolute;
    border-radius: 60px;
    border: 14px solid var(--green);
}
.main-team-clip.c1 {
	width: 89.18px;
	height: 388px;
	top: 271px;
	left: 0px;
}
.main-team-clip.c2 {
	width: 89.18px;
	height: 400px;
	top: 35px;
	right: 120px;
}
.main-team-clip.c3 {
	width: 89.18px;
	height: 563.66px;
	bottom: 0px;
	right: 0px;
}
@media(max-width: 1323px) { 
	.main-team {
		top: -128px;
	}
	.main-team .container {
		padding: 72px 20px;
	}
	.main-team h2 {
		font-size: 40px;
		line-height: 41.52px;
		margin-bottom: 24px;
	}
	.main-team-block {
		z-index: 2;
		width: 100%;
		display: flex;
		gap: 8px;
		margin: 0 auto;
		padding: 0 25px;
	}
	.main-team-col {
		display: flex;
		gap: 8px;
		flex-direction: column;
	}
	.main-team-row {
		display: flex;
		gap: 8px;
	}
	.main-team-row-3 img {
		width: calc(50% - 4px);
	}
	.main-team img {
		border-radius: 11.15px;
	}
	.main-team-col:first-child {
		width: 34%;
	}
	.main-team-col:first-child .main-team-row:first-child img, .main-team-col:first-child .main-team-row:nth-child(2) img {
		width: calc(50% - 4px);
	}
	.main-team-col:first-child .main-team-row:last-child {
		justify-content: space-between;
	}
	.main-team-col:nth-child(2) {
		width: 35%;
	}
	.main-team-col:nth-child(2) .main-team-row:first-child {
		display: flex;
		gap: 8px;
		height:100%;
	}
	.main-team-text {
		width: calc(100% - 45.5% - 8px);
		font-size: 15.63px;
		line-height: 18.76px;
		text-align: left;
	}
	.main-team-row-img {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		width: 45.5%;
	}
	.main-team-row-img img{
		width: calc(50% - 4px);
	}
	.main-team-row-img img:last-child {
		width: 100%;
	}
	.main-team-col:nth-child(2) .main-team-row:last-child {
		justify-content: space-between;
	}
	.main-team-col:nth-child(2) .main-team-row:last-child img{
		width: calc(50% - 4px);
	}
	.main-team-col:nth-child(3) {
		width: calc(13% + 2px);
	}
	.main-team-col:last-child {
		width: calc(10% + 3px);
	}
	.main-team-clip {
		position: absolute;
		border-radius: 33.53px;
		border: 7.89px solid var(--green);
	}
	.main-team-clip.c1 {
		width: 50.18px;
		height: 42%;
		top: 193.8px;
		left: 11px;
	}
	.main-team-clip.c2 {
		width: 50.18px;
		height: 44%;
		top: 61px;
		right: 94px;
	}
	.main-team-clip.c3 {
		width: 50.18px;
		height: 62%;
		top: 131.53px;
		right: 22px;
	}
}
@media(max-width: 768px) { 
	.mob-none {
		display: none !important;
	}
	.main-team {
		top: -64px;
	}
	.main-team .container {
		padding: 64px 20px;
	}
	.main-team h2 {
		font-size: 32px;
		font-weight: 400;
		line-height: 33.22px;
		margin-bottom: 24px;
		z-index: 1;
	}
	.main-team-block {
		z-index: 2;
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 8px;
		margin: 0 auto;
		padding: 0 20px 0px 0px;
	}
	.main-team-col {
		display: flex;
		gap: 8px;
		flex-direction: column;
	}
	.main-team-row {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}
	.main-team-row-2 {
		width: 38%;
	}
	.main-team-row-3 {
        width: calc(23% + 3px);
	}
	.main-team-row-3 img {
		height: calc(33.33% - 5.333px);
		width: 100% !important;
	}
	.main-team img {
		border-radius: 11.15px;
	}
    .main-team-col:first-child {
        width: 100%;
        flex-direction: row-reverse;
    }
	.main-team-col:first-child .main-team-row:first-child img, .main-team-col:first-child .main-team-row:nth-child(2) img {
		width: 100%;
	}
	.main-team-col:nth-child(2) .main-team-row:last-child {
        justify-content: space-between;
        flex-direction: column;
    }
    .main-team-col:nth-child(2) {
        width: 100%;
        flex-direction: row-reverse;
    }
	.main-team-col:nth-child(2) .main-team-row:first-child {
        display: flex;
        gap: 8px;
        height: 100%;
        flex-direction: column;
		width: calc(56% - 8px);
    }
	.main-team-text {
		width: 100%;
		height: 20vh;
	}
	.main-team-row-img {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		width: 100%;
	}
	.main-team-row-img .dsk-tablet-none {
		display: flex;
		width: 100%;
	}
	.main-team-row-img .dsk-tablet-none img {
		width: calc(50% - 4px) !important;
	}
	.main-team-row-img img{
		width: 100%;
	}
	.main-team-row-img img:last-child {
		width: 100%;
	}
	.main-team-col:nth-child(2) .main-team-row:last-child {
		justify-content: space-between;
		width: 44%;
	}
	.main-team-col:nth-child(2) .main-team-row:last-child img{
		width: 100%;
	}
	.main-team-col:nth-child(3) {
		width: 100%;
        flex-direction: row;
    }
	.main-team-col:last-child {
        width: 100%;
        flex-direction: row;
    }
	.main-team-col:nth-child(3) img {
        width: 33%;
    }
	.main-team-col:last-child img {
		width: calc(25% - 6px);
        flex-direction: row;
    }
	.main-team-clip {
		position: absolute;
		border-radius: 33.53px;
		border: 7.89px solid var(--green);
	}
	.main-team-clip.c1 {
        width: 50.18px;
        height: 56%;
        top: auto;
        bottom: 40px;
        left: 8.02px;
    }
	.main-team-clip.c2 {
		z-index: 0;
		width: 50.18px;
		height: 20%;
		top: 47.01px;
		right: 96px;
	}
    .main-team-clip.c3 {
        width: 50.18px;
        height: 32%;
        top: 112.53px;
        right: 22px;
    }
}
.main-case {
	position: relative;
	top: -160px;
	background-color: var(--white);
}
.main-case .container {
	padding: 34px 0 72px;
}
.main-case h2 {
	font-family: Neutral Face;
	font-size: 64px;
	font-weight: 400;
	line-height: 66.44px;
	text-align: left;
	color:var(--black_bg);
	text-transform: uppercase;
	margin-bottom: 34px;
}
.main-case-subname {
	font-family: 'Futura PT', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20.8px;
	text-align: left;
	color: var(--black_bg);
}
.main-case-list {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.main-case-item {
	position: relative;
	height: 470px;
	padding: 16px;
	display: flex;
	gap: 8px;
	border-radius: 32px;
	background-color: var(--white_light_bg);
}
.main-case-item:nth-child(2n) {
	flex-direction: row-reverse;
}
.main-case-content {
	width: calc(50% - 4px);
	display: flex;
	flex-direction: column;
	padding: 16px 24px 16px 24px;
	gap: 16px;
	justify-content: center;
}
.main-case-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	font-family: 'Futura PT', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20.51px;
	text-align: center;
	color: var(--grey);
}
.main-case-name {
	font-family: Neutral Face;
	font-size: 32px;
	font-weight: 400;
	line-height: 41.6px;
	text-align: left;
	color: var(--black_bg);
	margin: 0;
}
.main-case-img {
	position: relative;
	width: calc(50% - 4px);
	border-radius: 24px;
	overflow: hidden;
}
.main-case-img img {
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.main-case-table {
	display: flex;
	max-width: 100%;
	gap: 12px;
}
.main-case-col {

}
.main-case-col-1 {
	width: 100%;
}
.main-case-col-2 {
	width: calc(50% - 6px);
}
.main-case-col-3 {
	width: calc(33.33% - 12px);
}
.main-case-col-grn {
	font-family: 'Futura PT', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 52px;
	text-align: left;
	color: var(--green);
}
.main-case-col-blck {
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 31.2px;
	text-align: left;
	color: var(--black_bg);
}
.main-case-link {
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 198px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 80px;
	font-family: 'Futura PT', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	background-color: var(--white);
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s;
	color: var(--black_bg);
}
.main-case-item:hover .main-case-link {
	opacity: 1;
	transition: all 0.3s;
}
.main-case-btn.aggo-btn  {
	width: 358px;
	margin: 32px auto 0;
	z-index: 1;

}
.main-case-btn .aggo-btn-text {
	color: var(--black_bg);
}
.main-case-btn:hover .aggo-btn-text {
	color: var(--white);
}
@media(max-width: 1323px) { 
	.main-case {
		position: relative;
		top: -128px;
		background-color: var(--white);
	}
	.main-case .container {
		padding: 0px 20px 72px;
	}
	.main-case h2 {
		font-size: 40px;
		font-weight: 400;
		line-height: 41.52px;
	}
	.main-case-list {
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
	.main-case-item {
		height: 300px;
		padding: 8px;
		display: flex;
		gap: 8px;
		border-radius: 32px;
		background-color: var(--white_light_bg);
	}
	.main-case-content {
		width: calc(50% - 4px);
		display: flex;
		flex-direction: column;
		padding: 16px 24px 16px 24px;
		gap: 16px;
		justify-content: center;
	}
	.main-case-tags {
		gap: 12px;
		font-size: 14px;
		font-weight: 400;
		line-height: 17.95px;
		text-align: center;
	}
	.main-case-name {
		font-size: 20px;
		line-height: 26px;
	}
	.main-case-col-grn {
		font-size: 24px;
		line-height: 31.2px;
	}
	.main-case-col-blck {
		font-size: 14px;
		line-height: 18.2px;
	}
	.main-case-table {
		flex-direction: column;
		gap: 8px;
	}
	.main-case-col-1 {
		width: 100%;
	}
	.main-case-col-2 {
		width: 100%;
	}
	.main-case-col-3 {
		width: 100%;
	}
	.main-case-link {
		width: calc(100% -  32px);
	}
	.main-case-btn.aggo-btn  {
		width: 279px;
		margin: 24px auto 0;
	}
}
@media(max-width: 768px) { 
	.main-case {
		position: relative;
		top: -64px;
		background-color: var(--white);
	}
	.main-case .container {
		padding: 0px 20px 64px;
	}
	.main-case h2 {
		font-size: 32px;
		line-height: 33.22px;
		margin-bottom: 24px;
	}
	.main-case-list {
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
	.main-case-item {
		height: auto;
		flex-direction: column-reverse !important;
	}
	.main-case-content {
		width: 100%;
		display: flex;
		flex-direction: column;
		padding: 16px 8px 16px 8px;
		gap: 16px;
		justify-content: center;
	}
	.main-case-img {
		width: 100%;
	}
	.main-case-tags {
		font-size: 14px;
		line-height: 17.95px;
	}
	.main-case-btn.aggo-btn  {
		width: 100%;
		margin: 24px auto 0;
	}
}



.app {

}
.app-content {
	padding-top: 160px;
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	padding-bottom: 160px;
}
.app-title {
	color: var(--green);
	font-family: Neutral Face;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 8px;
}
.app-subtitle {
	color: var(--white);
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 10px;
}
.app-row {
	display: flex;
	align-items: center;
}
.app-btn {
	width: 320px;
}
.aggo-btn {
	transition: all 0.3s;
	cursor: pointer;
	position: relative;
	border-radius: 51px;
	border: 2px solid var(--green);
	color: var(--white);
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	height: 88px;
	padding-left: 85px;
	padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aggo-btn-text {
	z-index: 2;
}
.aggo-btn-arrow { 
	transition: all 0.3s;
	z-index: 1;
	position: absolute;
	left: 8px;
	border-radius: 180px;
	background-color: var(--green);
	display: flex;
	width: 72px;
	height: 72px;
	align-items: center;
	justify-content: center;
}
.is-error-file.load-hover.aggo-btn:hover .aggo-btn-arrow {
	left: 8px;
	width: calc(100% - 16px);
}
.load-hover.aggo-btn:hover .aggo-btn-arrow {
	left: 8px;
	width: calc(100% - 10px);
}
.is-error-file.load-over.aggo-btn .aggo-btn-arrow {
	left: 8px;
	width: 72px;
}
.load-over.aggo-btn .aggo-btn-arrow {
	left: 4px;
	width: 68px;
}
.aggo-btn:hover { 
	padding-left: 30px;
	padding-right: 100px;
}
.aggo-btn:hover .aggo-btn-arrow { 
	padding-left: calc(100% - 82px);
	width: calc(100% - 16px);
}
.aggo-btn::before {

}
@media(max-width: 1323px) {
	.aggo-btn {
		height: 68px;
		font-size: 20px;
		line-height: 24px;
		padding-right: 28px;
	}
	.aggo-btn-arrow { 
		left: 6px;
		width: 54px;
		height: 54px;
	}
	.aggo-btn-arrow svg { 
		width: 35px;
	}
	.is-error-file.load-hover.aggo-btn:hover .aggo-btn-arrow {
		left: 6px;
		width: calc(100% - 9px);
	}
	.load-hover.aggo-btn:hover .aggo-btn-arrow {
		left: 6px;
		width: calc(100% - 9px);
	}
	.is-error-file.load-over.aggo-btn .aggo-btn-arrow {
		left: 3px;
		width: 50px;
	}
	.load-over.aggo-btn .aggo-btn-arrow {
		left: 3px;
		width: 50px;
	}
	.aggo-btn:hover { 
		padding-left: 28px;
		padding-right: 84px;
	}
	.aggo-btn:hover .aggo-btn-arrow { 
		padding-left: calc(100% - 66px);
		width: calc(100% - 12px);
	}
}
@media(max-width: 768px) {
	.aggo-btn {
		height: 60px;
	}
	.aggo-btn-arrow { 
		left: 6px;
		width: 44px;
		height: 44px;
	}
	.aggo-btn-arrow svg { 
		width: 30px;
	}
	.is-error-file.load-hover.aggo-btn:hover .aggo-btn-arrow {
		left: 6px;
		width: calc(100% - 9px);
	}
	.load-hover.aggo-btn:hover .aggo-btn-arrow {
		left: 6px;
		width: calc(100% - 9px);
	}
	.is-error-file.load-over.aggo-btn .aggo-btn-arrow {
		left: 3px;
		width: 40px;
	}
	.load-over.aggo-btn .aggo-btn-arrow {
		left: 3px;
		width: 40px;
	}
	.aggo-btn:hover { 
		padding-left: 28px;
		padding-right: 84px;
	}
	.aggo-btn:hover .aggo-btn-arrow { 
		padding-left: calc(100% - 56px);
		width: calc(100% - 12px);
	}
}
.app-sep {
	margin: 0 73px 0 64px;
	color: var(--white);
	text-align: center;
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.app-social {

}
.app-social img {
	width: 182px;
	height: 232px;
}
.app-social:last-child {
	margin-left: 24px;
}
@media(max-width: 1323px) {
	.app {

	}
	.app .app-content {
		padding-top: 72px;
		padding-left: 20px !important;
		padding-right: 20px !important;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		padding-bottom: 72px;
	}
	.app-title { 
		font-size: 64px;
		line-height: 66.43px;
        max-width: 560px;
	}
	.app-row {
		padding-top: 72px;
	}
}
@media(max-width: 768px) {
	.app-subtitle {
		color: var(--white);
		font-family: 'Futura PT', sans-serif;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		margin-bottom: 78px;
	}
	.app-content {
		padding: 64px 20px !important;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.app-btn {
		margin: auto;
		max-width: 320px;
		width: 100%;
	}
	.app-row {
		display: flex;
		flex-direction: column;
	}
	.app-row .mob-none {
		display: none !important;
	}
	.app-row a {
		border-radius: 52px;
		background: var(--white);
		padding-right: 24px;
		width: 208px;
		height: 56px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: var(--black_bg);
		text-align: center;
		font-family: 'Futura PT', sans-serif;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
	}
	.margin-top-18 {
		margin-top: 18px;
	}
	.app-title {
		font-size: 44px;
		line-height: 45.82px;
		margin-bottom: 24px;
	}
	.app-sep {
		width: 100%;
		margin: 24px 0 !important;
		color: var(--white);
		text-align: center;
		font-family: 'Futura PT', sans-serif;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
	}
}
section.clients {
	position: relative;
	background-color: var(--black_bg);
	width: 100%;
}
.clients .container {
    padding: 144px 0 144px;
}
.clients-title {
	font-family: Neutral Face;
	font-size: 64px;
	font-weight: 400;
	line-height: 66.43px;
	text-align: center;
	color: var(--white);
	margin-bottom: 32px;
}
.clients-list {
	padding: 16px 0;
	display: flex;
	justify-content: space-between;
}
.clients-col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 54px;
}
.clients-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media(max-width: 1323px) {
	section.clients {
		position: relative;
		background-color: var(--black_bg);
		width: 100%;
		margin-bottom: 0px;
	}
	.clients .container {
        padding: 138px 20px 72px;
    }
	.clients-title {
		font-size: 40px;
		line-height: 41.52px;
		text-align: center;
	}
	.clients-list {
		padding: 16px 0;
		display: flex;
		gap: 16px;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.clients-col {
		width: calc(25% - 12px); 
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 54px;
	}
	.clients-col:last-child {
		flex-direction: row;
		gap: 0;
		justify-content: space-around;
		margin-top: 38px;
		width: 100%;
	}
	.clients-item {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media(max-width: 768px) {
	section.clients {
        position: relative;
        background-color: var(--black_bg);
        width: 100%;
        margin-bottom: 0px;
    }
    .clients .container {
        padding: 96px 20px 64px;
    }
    .clients-title {
		font-size: 32px;
		line-height: 33.22px;
		margin-bottom: 24px;
	}
    .clients-list {
        padding: 16px 0;
        display: flex;
        gap: 0;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .clients-col {
        width: 49%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 32px;
    }
    .clients-col:last-child {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
        margin-top: 32px;
        flex-wrap: wrap;
    }
	.clients-col:last-child .clients-item {
		margin: 32px auto 0;
		width: 49%;
	}
}
.footer {
	width: 100%;
	border-radius: 144px 144px 0px 0px;
	background: var(--black);
}
.footer .container {
	width: 837px;
	margin: auto;
	padding: 90px 0;
	display: flex;
	gap: 180px;
}
.footer-col { 
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.footer-col:nth-child(2) {
	min-width: 167px !important;
}
.footer-col:nth-child(3) {
	min-width: 227px !important;
	gap: 64px;
}
.footer-title {
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 28.8px;
	text-align: left;
	color: var(--white);
}
.footer-item {
	font-family: 'Futura PT', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	text-align: left;
	color: var(--white);
}
.footer-contacts {

}
.footer-div {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.footer-div:nth-child(2) .footer-title {
	margin-bottom: 0px;
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 38.4px;
	text-align: left;
}
.footer-social {
	display: flex;
	gap: 16px;
}
.footer-underline {
	width: fit-content;
	padding-bottom: 2.5px;
	font-family: 'Futura PT', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19.2px;
	text-align: left;
	border-bottom: 1px solid var(--green);
}
@media(max-width: 1323px) {
		.footer {
    		border-radius: 48px 48px 0px 0px;
		}
		.footer .container {
			width: 100%;
			margin: auto;
			padding: 72px 20px 100px;
			display: flex;
			justify-content: space-between;
			gap: 0;
		}
		.footer-title {
			margin-bottom: 8px;
		}
	}
}
@media(max-width: 768px) {
	.footer .mob-none {
		display: none !important;
	}
}
.mfeedback {
	font-family: 'Futura PT', sans-serif;
	z-index: 300;
	transition: all 0.5s;
	padding: 72px 0 7vh;
	position: fixed;
	width: 100%;
	border-radius: 144px 144px 0px 0px;
	background: var(--white);
	bottom: -200vh;
	right: 0;
}
.mfeedback.is-active {
	bottom: 0vh;
}
.feedback-title {
	color: var(--green, #24B861);
	font-family: Neutral Face;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	margin-bottom: 16px;
}
.mf-ok-text {}
.mfeedback #feedbackForm {
	width: 1035px;
	margin: auto;
	display: flex;
	gap: 35px;
}
.feedback-col {
	width: 500px;
}
.mf-name, .mf-email {
	margin-bottom: 32px;
}
.so_mf.mf-phone {
	margin-bottom: 16px;
}
.mfeedback input[type="text"] {
	width: 100%;
	padding: 19px 8px 8px;
	background-color: transparent;
	border-bottom: 1px solid var(--black_bg);
	border-top: 0px solid var(--black_bg);
	border-right: 0px solid var(--black_bg);
	border-left: 0px solid var(--black_bg);
	color: var(--black_bg);
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
} 
.mfeedback .is-error input[type="text"] {
	border-bottom: 1px solid var(--red);
	color: var(--red);
}
.mfeedback .not-error input[type="text"] {
	border-bottom: 1px solid var(--green);
}
.mfeedback input[type="text"]::placeholder {
	color: rgba(46, 46, 46, 0.50);
}
.mfeedback .is-error input[type="text"]::placeholder {
	color: var(--red);
}
.form-btn.aggo-btn { 
	width: 492px;
}
.aggo-btn.form-btn.is-error-file .arrow-svg {
	display: none !important;
}
.aggo-btn.form-btn .error-svg {
	display: none !important;
}
.aggo-btn.form-btn.is-error-file .error-svg {
	display: flex !important;
}
.form-btn.aggo-btn.is-error-file:hover .aggo-btn-arrow{ 

}
.form-btn.aggo-btn.is-error-file:hover { 
	padding-left: 85px;
	padding-right: 40px;
}
.form-btn.aggo-btn.is-error-file:hover .aggo-btn-arrow { 
	padding-left: 0;
	width: 72px;
}
.form-btn.aggo-btn input { 
	transition: all 0.2s;
	background-color: transparent;
	border: 0px solid;
	color: var(--green);
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	padding: 0 !important;
	margin: 0 !important;
}
.form-btn:hover input,.form-btn.aggo-btn.is-error:hover input {
	color: var(--white);
}
.form-btn.aggo-btn.is-error-file {
	background-color: #C5C5C5;
	border-color: #C5C5C5;
}
.form-btn.aggo-btn.is-error-file input {
	color: var(--grey);
	pointer-events: none;
}
.is-error-file .aggo-btn-arrow {
	z-index: 2;
	background-color: var(--grey);
}
.form-btn.aggo-btn.is-error-file:hover input {
	color: var(--grey);
}
.form-btn.aggo-btn.is-error input { 
	color: var(--red);
}
.form-btn.aggo-btn.is-error {
    border: 2px solid var(--red);
}
.form-btn.aggo-btn.is-error .aggo-btn-arrow {
    background-color: var(--red);
}
.mfeedback textarea::placeholder {
	color: rgba(46, 46, 46, 0.50);
}
.mfeedback textarea {
	font-family: 'Futura PT', sans-serif !important;
	display: flex;
	position: relative;
	color: var(--black_bg);
	width: 100%;
	background-color: transparent;
	margin-top: 19px;
	margin-bottom: 16px;
	height: 216px;
	min-height: 216px;
	max-height: 300px;
	max-width: 100%;
	min-width: 100%;
	border: 1px solid var(--black_bg, #2E2E2E);
	font-size: 24px;
	padding: 8px;
}
.mfeedback .mf-message:before {
	font-family: 'Futura PT', sans-serif !important;
	content: "Здесь вы можете написать комментарий к заявке";
	position: absolute;
	transition: all 0.2s;
	width: 312px;
	margin: auto;
	height: 58px;
	color: rgba(46, 46, 46, 0.50);
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
	opacity: 1;
}
.mfeedback .mf-message {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mfeedback .mf-message:hover:before {
	opacity: 0.1;
}
.mfeedback .mf-message.is-hover:before {
	opacity: 0.1;
}
.mf-error {
	text-align: center;
	width: 100%;
	margin-top: 17px;
	color: #F35959;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	height: 19px;
}
.fileinput-wrapper {
	width: 100%;
}
.fileinput {
	cursor: pointer;
	border-radius: 17px;
	border: 1px dashed var(--black_bg);
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 79px;
	gap: 20px;
	margin-bottom: 13px;
}
.fileinput.is-error {
	border: 1px dashed var(--red);
}
.fileinput span {
	color: var(--black_bg);
}
.fileinput.is-error span{
	color: var(--red);
}
.fileinput.is-error path{
	fill: var(--red);
}
.file-bar {

}
.file-scale {
	width: 500px;
	height: 5px;
	border-radius: 61px;
	background: #D9D9D9;
	margin-bottom: 8px;
}

.file-subscale {
	display: block;
	transition: all 0.3s;
	content: "";
	width: 3%;
	height: 5px;
	border-radius: 61px;
	background: var(--green);

}
.file-subscale.is-error {
	width: 100% !important;
	background: var(--red);
}

.file-info {
	text-align: center;
	color: var(--black_bg);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 19.2px */
	opacity: 0.5;
}
.file-info.is-error {
	font-size: 13px;
	color: var(--red);
	opacity: 1;
	font-weight: 700;
}
.contacts {

}
.contacts .container {
	width: 100%;
	padding: 195px 274px 110px;
	display: flex;
	gap: 160px;
}
.contacts-col {
	min-width: 175px;
}
.contacts-title {
	color: var(--white);
	font-family: Roboto;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
.contacts-col:first-child {

}
.contacts-col:first-child .contacts-title {
	margin-bottom: 40px;
}
.contacts-links {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.contacts-underline {
	text-decoration: underline;
}
.contacts-links a {
	display: flex;
	align-items: center;
	gap: 16px;
	color: var(--white);
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 450;
	line-height: 120%;
}
.contacts-col {

}
.contacts-col:last-child {

} 
.contacts-col:last-child .contacts-title {
	margin-bottom: 8px;
}
.contacts-text {
	margin-bottom: 56px;
	color: var(--white, var(--white, #EBEBEB));
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.contacts-requis {

}
.contacts-requis .contacts-text {
	font-family: 'Futura PT', sans-serif;
	margin-bottom: 0px;
}
.fw-700 {
	font-weight: 700;
}
.pages .app-content {
	padding-bottom: 160px;
}
.about-main {
	position: relative;
}
.about-main .about-main-content:first-child {
	padding: 257px 55px 436px 150px;
}
.about-main-title {
	color: var(--white);
	font-family: Neutral Face;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.about-main .about-main-content:first-child .about-main-title:nth-child(1) {
	margin-bottom: 24px;
}
.about-main .about-main-content:first-child .about-main-title:nth-child(2) {
	padding-left: 114px;
	margin-bottom: 24px;
}
.about-main .about-main-content:first-child .about-main-title:nth-child(3) {
	text-align: right;
	font-size: 96px;
	color: var(--green);
}
.about-main .about-main-content:last-child {
	padding: 0px 172px 164px 173px;
}
.about-main-text {
	color: var(--white);
	font-family: 'Futura PT', sans-serif;
	font-size: 56px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.team.pages {
	height: 654px;
	margin-top: 0px;
}
.about-pluses {
	position: relative;
}
.about-pluses-content {
	padding: 335px 311px 167px;
}
.about-pluses-title {
	color: var(--green);
	font-family: Neutral Face;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 350px;
	margin-bottom: 24px;
}
.about-pluses-list {
	display: flex;
	margin: 0;
	padding: 0 0 0 105px;
	color: var(--white);
	font-family: Neutral Face;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	flex-direction: column;
	gap: 24px;
}
.about-pluses-list li {

}
#rectangle1 {
    z-index: -1;
    width: 190px;
    height: 1150px;
    position: absolute;
    left: 151px;
    top: 154px;
    border-radius: 153px;
    border: 36px solid var(--green);
}
#rectangle2 {
	z-index: -1;
    width: 190px;
    height: 586px;
    position: absolute;
    left: 420px;
    top: 515px;
    border-radius: 153px;
    border: 36px solid var(--green);
}
#rectangle3 {
	z-index: -1;
    width: 172px;
    height: 810px;
    position: absolute;
    left: 34px;
    top: 289px;
    border-radius: 153px;
    border: 36px solid var(--green);
}
#rectangle4 {
	z-index: -1;
    width: 172px;
    height: 680px;
    position: absolute;
    right: 88px;
    top: 20px;
    border-radius: 153px;
    border: 36px solid var(--green);
}
.briefs { 
	background: var(--white);
	border-radius: 0 0 80px 80px;
}
.container.briefs-list {
	padding: 107px 0px 72px;
}
.briefs-item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 12px 20px 17px;
	border-bottom: 1px solid var(--black_bg);
}
.briefs-text {
	color: var(--black_bg);
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 38.4px;
	text-align: left;
}
.briefs-info {
	padding: 4px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 47px;
    background: var(--white_ligth);
    color: var(--black_bg);
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.briefs .app-content {
	padding-top: 120px;
}
section.brief {
	width: 100%;
	background: var(--white);
}
.brief .container{
	width: 1324px;
	padding-top: 131px;
}
.brief-title { 
	padding: 0 250px;
	display: flex;
	align-items: center;
	gap: 32px;
	margin-bottom: 24px;
}
.brief-title div {
	color: var(--green);
	font-family: Neutral Face;
	font-style: normal;
	font-size: 72px;
	font-weight: 400;
	line-height: 86.4px;
}
.brief-title h1 {
	color: var(--green);
	font-family: Neutral Face;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
}
.brief-steps { 
	padding: 0 0 0 0;
	display: flex;
	align-items: start;
	margin-bottom: 24px;
	justify-content: center;
	gap: 16px;
}
.brief-step { 
	transition: all 0.25s;
	width: fit-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}
.brief-step-line {
	transition: all 0.25s;
	position: relative;
	width: 100px;
	height: 8px;
	border-radius: 24px;
	background: #C8C8C8;
}
.brief-step-line::after {
	transition: all 0.25s;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0px;
	height: 8px;
	border-radius: 24px;
	background: var(--green);
}
.brief-step-text {
	white-space: nowrap;
	transition: all 0.2s;
	color: #6A6A6A;
	text-align: center;
	font-family: 'Futura PT', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.2px; 
}
.is-filled .brief-step-text {
	color: var(--green);
}
.is-filled .brief-step-line::after {
	width: 100%;
}
.clientlab-form {
	padding: 0 412px 211px;
}
.clientlab-form form {

}
.clientlab-form__row {
	margin-bottom: 32px;
}
.clientlab-form__row label {
	margin-bottom: 0px;
}
.brief input {
	outline: none;
}
.brief input[type="text"], .brief input[type="email"]{
	height: 56px;
	padding: 19px 8px 8px;
	width: 500px;
	font-family: 'Futura PT', sans-serif;
	color: var(--black_bg);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px; 
	border: 0px solid var(--black_bg);
	border-bottom: 1px solid var(--black_bg) !important;
	background: transparent;
}
section.brief input[type="text"]::placeholder, section.brief input[type="email"]::placeholder {
	font-weight: 400;
	color: #00000050;
}
.brief input[type="text"].error, .brief input[type="email"].error {
	color: var(--red);
	border-bottom: 1px solid var(--red) !important;
}
section.brief input[type="text"].error::placeholder, section.brief input[type="email"].error::placeholder {
	color: #F35959;
}
.brief-page, .clientlab-form__field__error {
	display: none !important;
}
.clientlab-form__rows {
	transition: all 0.3s;
	height: 0;
}
.clientlab-form__field__label {
	display: block;
	color: var(--black_bg);
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px;
	margin-bottom: 8px;

}
fieldset {
	display: flex;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-block-start: 8px;
    padding-inline-start: 0em;
    padding-inline-end: 0em;
    padding-block-end: 0em;
    min-inline-size: min-content;
    border-width: 0px;
	flex-direction: column;
	gap: 4px;
}
fieldset label {
	width: max-content;
	position: relative;
	display: flex;
	align-items: center;
	color: var(--black_bg);
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px;
}
.brief input[type=checkbox],.brief input[type=radio]  {
	cursor: pointer;
	margin: 0;
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;	
}	
.brief input[type=checkbox]:before {
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 17px;
	border: 1px solid var(--black_bg);
	margin-right: 8px;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center center;
}	
.brief input[type=checkbox]:checked:before {
	content: '';
	background-image: url('/images/briefs/accept.svg');
}
fieldset .clientlab-form--checkbox-field {
	transition: all 0.2s;
}
fieldset .clientlab-form--checkbox-field:hover {
	color: var(--white);
	padding: 4px 8px 4px 0px;
}
fieldset .clientlab-form--checkbox-field:has(input[type=checkbox]:checked) {
	color: var(--white);
	padding: 4px 8px 4px 0px;
}
fieldset .clientlab-form--checkbox-field:hover input[type=checkbox] {
	color: var(--white);
}
fieldset .clientlab-form--checkbox-field:hover input[type=checkbox]:before {
	border: 1px solid var(--green);
	margin-right: 18px;
}
fieldset .clientlab-form--checkbox-field input[type=checkbox]:checked {
	color: var(--white);
}
fieldset .clientlab-form--checkbox-field input[type=checkbox]:checked:before {
	border: 1px solid var(--green);
	margin-right: 18px;
}
fieldset .clientlab-form--checkbox-field:after {
	content: "";
	z-index: -1;
	position: absolute;
	width: 0px;
	height: 100%;
	background: var(--green);
	border-radius: 32px;
	top: 0;
	left: 26px;
	transition: all 0.2s;
}
fieldset .clientlab-form--checkbox-field:hover:after {
	width: calc(100% - 26px);
}
fieldset .clientlab-form--checkbox-field:has(input[type=checkbox]:checked):after {
	width: calc(100% - 26px);
}
.brief textarea {
	min-height: 149px;
	width: 100%;
	border: 1px solid var(--black_bg);
	background: transparent;
	color: var(--black_bg);
	font-family: 'Futura PT', sans-serif;
	padding: 11px 14px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.brief textarea:placeholder {
	color: #00000050;
	font-family: 'Futura PT', sans-serif;
}
.brief input[type=radio]:before {
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border: 1px solid var(--black_bg);
	margin-right: 8px;
	border-radius: 90px;
}	
.brief input[type=radio]:checked:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 9.5px;
	width: 10px;
	height: 10px;
	border-radius: 90px;
	background: var(--green);
}
.brief input[type=number] {
	display: none;
}
.brief input[type=range].styled-slider {
	width: 100%;
	background: transparent;
	height: 2.2em;
	-webkit-appearance: none;
}

/*progress support*/
input[type=range].styled-slider.slider-progress {
	--range: calc(var(--max) - var(--min));
	--ratio: calc((var(--value) - var(--min)) / var(--range));
	--sx: calc(0.5 * 15px + var(--ratio) * (100% - 15px));
}
input[type=range].styled-slider:focus {
	outline: none;
}
/*webkit*/
input[type=range].styled-slider::-webkit-slider-thumb {
	cursor: pointer;
	-webkit-appearance: none;
	width: 15px;
	height: 15px;
	border-radius: 90px;
	background: #24B861;
	border: none;
	box-shadow: 0 0 0 8px #24B86150;
	margin-top: calc(8px * 0.5 - 15px * 0.5);
}
input[type=range].styled-slider::-webkit-slider-runnable-track {
	height: 8px;
	border: none;
	border-radius: 15px;
	background: #C8C8C8;
	box-shadow: none;
}
input[type=range].styled-slider::-webkit-slider-thumb:hover {
	background: #24B861;
}
input[type=range].styled-slider:hover::-webkit-slider-runnable-track {
	background: #C8C8C8;
}
input[type=range].styled-slider:active::-webkit-slider-runnable-track {
	background: #C8C8C8;
}
input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
	background: linear-gradient(#24B861,#24B861) 0/var(--sx) 100% no-repeat, #C8C8C8;
}
input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
	background: linear-gradient(#24B861,#24B861) 0/var(--sx) 100% no-repeat, #C8C8C8;
}
input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
	background: linear-gradient(#24B861,#24B861) 0/var(--sx) 100% no-repeat, #C8C8C8;
}
/*mozilla*/
input[type=range].styled-slider::-moz-range-thumb {
	cursor: pointer;
	width: 15px;
	height: 15px;
	border-radius: 90px;
	background: #24B861;
	border: none;
	box-shadow: 0 0 0 8px #24B86150;
}
input[type=range].styled-slider::-moz-range-track {
	height: 8px;
	border: none;
	border-radius: 15px;
	background: #C8C8C8;
	box-shadow: none;
}
input[type=range].styled-slider::-moz-range-thumb:hover {
	background: #24B861;
}
input[type=range].styled-slider:hover::-moz-range-track {
	background: #C8C8C8;
}
input[type=range].styled-slider:active::-moz-range-track {
	background: #C8C8C8;
}
input[type=range].styled-slider.slider-progress::-moz-range-track {
	background: linear-gradient(#24B861,#24B861) 0/var(--sx) 100% no-repeat, #C8C8C8;
}
input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
	background: linear-gradient(#24B861,#24B861) 0/var(--sx) 100% no-repeat, #C8C8C8;
}
input[type=range].styled-slider.slider-progress:active::-moz-range-track {
	background: linear-gradient(#24B861,#24B861) 0/var(--sx) 100% no-repeat, #C8C8C8;
}
/*ms*/
input[type=range].styled-slider::-ms-fill-upper {
	background: transparent;
	border-color: transparent;
}
input[type=range].styled-slider::-ms-fill-lower {
	background: transparent;
	border-color: transparent;
}
input[type=range].styled-slider::-ms-thumb {
	cursor: pointer;
	width: 15px;
	height: 15px;
	border-radius: 90px;
	background: #24B861;
	border: none;
	box-shadow: 0 0 0 8px #24B86150;
	margin-top: 0;
	box-sizing: border-box;
}
input[type=range].styled-slider::-ms-track {
	height: 8px;
	border-radius: 15px;
	background: #C8C8C8;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
}
input[type=range].styled-slider::-ms-thumb:hover {
	background: #24B861;
}
input[type=range].styled-slider:hover::-ms-track {
	background: #C8C8C8;
}
input[type=range].styled-slider:active::-ms-track {
	background: #C8C8C8;
}
input[type=range].styled-slider.slider-progress::-ms-fill-lower {
	height: 8px;
	border-radius: 15px 0 0 15px;
	margin: -undefined 0 -undefined -undefined;
	background: #24B861;
	border: none;
	border-right-width: 0;
}
.slider-output {
	color: var(--black_bg);
	font-family: 'Futura PT', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-top: 5px;
	padding-bottom: 24px;
}
.brief-footer-bar {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 32px;
}

.prev-btn.aggo-btn {
	font-weight: 500;
	width: 221px;
	transition: all 0.3s;
	border-color: var(--white_ligth);
	color: var(--green);
	padding-left: 20px;
	padding-right: 85px;
}
.prev-btn .aggo-btn-arrow { 
	left: auto !important;
	right: 8px;
	background-color: var(--white_ligth);
}
.load-hover.prev-btn.aggo-btn:hover .aggo-btn-arrow {
	left: auto;
	right: 8px;
	width: calc(100% - 12px);
}
.load-over.prev-btn.aggo-btn .aggo-btn-arrow {
	left: auto;
	right: 4px;
	width: 68px;
}
.prev-btn svg {
	transform: rotate(180deg);
}
.prev-btn.aggo-btn:hover { 
	color: var(--green);
	padding-left: 85px;
	padding-right: 20px;
}
.prev-btn.aggo-btn:hover .aggo-btn-arrow { 
	padding-left: 0;
	padding-right: calc(100% - 82px);
	width: calc(100% - 16px);
}
.next-btn, .clientlab-form__btn {
	font-weight: 500;
	color: var(--green);
	width: 250px;
	margin: 0 0 0 auto;
	background: transparent;
}
.next-btn:hover, .clientlab-form__btn:hover {
	color: var(--white_ligth);
}
@media (max-width: 1323px) {
	.brief-title div {
		font-size: 56px;
		font-weight: 400;
		line-height: 67.2px;
	}
	fieldset .clientlab-form--checkbox-field:hover:after {
		width: calc(100% - 20px);
	}
	fieldset .clientlab-form--checkbox-field:has(input[type=checkbox]:checked):after {
		width: calc(100% - 20px);
	}
	.prev-btn.aggo-btn {
		font-weight: 500;
        width: 62px;
        transition: all 0.3s;
        border-color: var(--white_ligth);
        color: var(--white_ligth);
        padding-left: 0px;
        padding-right: 0px;
	}
	.prev-btn.aggo-btn:hover {
		color: var(--green);
		padding-left: 0px;
		padding-right: 0px;
	}
	.prev-btn.aggo-btn .aggo-btn-text {
		display: none;
	}
	.next-btn:hover, .clientlab-form__btn:hover {
		color: var(--white);
		padding-left: 30px;
	}
	.next-btn, .clientlab-form__btn {
		font-weight: 500;
		color: var(--green);
		width: 189px;
		margin: 0 0 0 auto;
		background: transparent;
		font-size: 16px;
		line-height: 19.2px;
		padding-right: 20px;
	}
	fieldset {
		gap: 16px;
	}
	.clientlab-form__row {
		margin-bottom: 24px;
	}
	.clientlab-form__field__label {
		margin-bottom: 16px;
	}
	.clientlab-form__field__label, fieldset label, .brief textarea {
		font-size: 16px;
		line-height: 19.2px;
	}
	.brief input[type="text"], .brief input[type="email"] {
		height: 46px;
		padding: 19px 0px 8px 8px;
		font-size: 16px;
		line-height: 19.2px;
		width: 100%;
	}
	.clientlab-form {
		padding: 0 0px 0px;
	}
	.brief-steps { 
		padding: 0 0px 0 0;
		display: flex;
		align-items: start;
		margin-bottom: 24px;
		justify-content: left;
		gap:5px;
	}
	.brief-step { 
		width: 32px;
	}
	.brief-step.is-active { 
		width: 100px;
	}
	.brief-step .brief-step-text{ 
		opacity: 0;
		height: 38px
	}
	.brief-step.is-active .brief-step-text{ 
		opacity: 1;
	}
	.brief-step-line {
		position: relative;
		width: 100%;
		height: 8px;
		border-radius: 24px;
	}
	.brief {
		padding:132px 0px 71px;
	}
	.brief .container {
		padding-top:0px;
	}
	.brief-title {
		padding: 0 0px;
		display: flex;
		flex-direction: column;
		align-items: start;
		gap: 0px;
		margin-bottom: 16px;
	}
	.brief-title h1 {
		margin: 0 !important;
		font-size: 32px;
		font-weight: 400;
		line-height: 38.4px;
	}
	.container.briefs-list {
		padding: 124px 20px 72px;
	}
	.briefs-item {
		font-size: 24px;
		row-gap: 8px;
		flex-direction: column;
		align-items: start;
		padding: 32px 0px 16px 0px;
	}
	.briefs-text {
		font-size: 24px;
		line-height: 28.8px;
	}
	.briefs-info {
		font-size: 16px;
		line-height: 19.2px;
	}
	section.briefs {
		border-radius: 0 0 64px 64px;
	}
}
@media (max-width: 768px) {
	section.briefs {
		border-radius: 0 0 32px 32px;
	}
}
.services {
    background: var(--white);
    padding-bottom: 80px;
    border-radius: 0 0 80px 80px;
}
.services-list {
	overflow: hidden;
	padding: 0px 0px 0 0px;
	display: flex;
	flex-direction: column;
}
.services-item {
	background-color: var(--white);
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid var(--black_bg);
}
.services-container {
	position: relative;
	z-index: 1;
	height: 0;
	transition: all 1s;
}
.services-content {
    flex-direction: column;
    display: flex;
	position: relative;
	transition: all 1s;
	top: 0px;
	opacity: 1;
}
.is-open.services-item {
	overflow: visible;
}
.services-name {
	position: relative;
	z-index: 2;
	transition: all 0.3s;
	width: fit-content;
	font-family: 'Futura PT', sans-serif;
	color: var(--black_bg);
	font-style: normal;
	padding: 8px 0;
	margin: 16px;
	cursor: pointer;
	font-size: 32px;
	font-weight: 400;
	line-height: 38.4px;
}
.services-name:before {
	content: "";
	opacity: 0;
	z-index: -1;
	border-radius: 40px;
	background: var(--green);
	transition: all 0.3s;
	position: absolute;
	height: calc(100% + 16px);
	width: 0%;
	left: -16px;
	top: -8px;
}
.services-name:hover {
	color: var(--white);
}
.services-name:hover:before {
	opacity: 1;
	width: calc(100% + 32px);
}
.is-open .services-name {
	color: var(--white);
}
.is-open .services-name:before {
	opacity: 1;
	width: calc(100% + 32px);
}
.services-clip {
	z-index: 0;
	position: absolute;
	transition: all 0.3s;
	top: 24px;
	right: 24px;
	width: 75px;
	height: 145%;
	border-radius: 64px;
	border: 16px solid var(--green, #24B861);
}
.services-clip:after {
	content: "";
	transition: all 0.3s;
	width: 75px;
	height: calc(75% + 17px);
	background-color: var(--white);
	position: absolute;
	left: -16px;
	bottom:-16px;
}
.services-clip:before {
	content: "";
	transition: all 0.3s;
	width: 75px;
	height: calc(25% + 16px);
	background-color: var(--white);
	position: absolute;
	left: -16px;
	top:-16px;
}
.services-name:hover ~ .services-clip {
	top: 16px;
}
.services-name:hover ~ .services-clip:after {
	height: 0;
}
.services-name:hover ~ .services-clip:before {
	height: 0;
}
.is-open .services-clip {
	top: 16px;
	height: 80%;
}
.is-open .services-clip:after {
	height: 0;
}
.is-open .services-clip:before {
	height: 0;
}


.overflow-hidden .services-content {
	top: -100px;
	opacity: 0;
}

.services-sub-item {
	margin-right: 336px;
	background-color: var(--white);
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid var(--black_bg);
}
.services-sub-item:last-child {
	border-bottom: 0px solid var(--white);
}
.is-sub-open.services-sub-item {
	overflow: visible;
}
.services-sub-name {
	position: relative;
	z-index: 2;
	transition: all 0.3s;
	width: fit-content;
	font-family: 'Futura PT', sans-serif;
	color: var(--black_bg);
	font-style: normal;
	padding: 8px 0;
	margin: 16px;
	cursor: pointer;
	font-size: 32px;
	font-weight: 400;
	line-height: 38.4px;
}
.services-sub-name:before {
	content: "";
	opacity: 0;
	z-index: -1;
	border-radius: 40px;
	background: var(--green);
	transition: all 0.3s;
	position: absolute;
	height: calc(100% + 16px);
	width: 0%;
	left: -16px;
	top: -8px;
}
.services-sub-name:hover {
	color: var(--white);
}
.services-sub-name:hover:before {
	opacity: 1;
	width: calc(100% + 32px);
}
.is-sub-open .services-sub-name {
	color: var(--white);
}
.is-sub-open .services-sub-name:before {
	opacity: 1;
	width: calc(100% + 32px);
}
.services-sub-clip {
	z-index: 0;
	position: absolute;
	transition: all 0.3s;
	top: 24px;
	right: 24px;
	width: 75px;
	height: 145%;
	border-radius: 64px;
	border: 16px solid var(--green, #24B861);
}
.services-sub-clip:after {
	content: "";
	transition: all 0.3s;
	width: 75px;
	height: calc(75% + 17px);
	background-color: var(--white);
	position: absolute;
	left: -16px;
	bottom:-16px;
}
.services-sub-clip:before {
	content: "";
	transition: all 0.3s;
	width: 75px;
	height: calc(25% + 16px);
	background-color: var(--white);
	position: absolute;
	left: -16px;
	top:-16px;
}
.services-sub-name:hover ~ .services-sub-clip {
	top: 16px;
}
.services-sub-name:hover ~ .services-sub-clip:after {
	height: 0;
}
.services-sub-name:hover ~ .services-sub-clip:before {
	height: 0;
}
.is-sub-open .services-sub-clip {
	top: 16px;
	height: 70%;
}
.is-sub-open .services-sub-clip:after {
	height: 0;
}
.is-sub-open .services-sub-clip:before {
	height: 0;
}

.services-sub-container {
	position: relative;
	z-index: 1;
	height: 0;
	transition: all 1s;
}
.services-sub-content {
	position: relative;
	transition: all 1s;
	top: 0px;
	opacity: 1;
}
.overflow-hidden .services-sub-content {
	top: -100px;
	opacity: 0;
}



.services h3 {
	width: max-content;
	margin-top: 72px;
	margin-bottom: 0;
	padding: 8px 16px;
	border-radius: 40px;
	background: var(--white_ligth);
	color: var(--green);
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; 
}
.services h4 {
	color: var(--black_bg);
	font-family: 'Futura PT', sans-serif;
	font-style: normal;
	font-weight: 700;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
}
.services p {
	display: inline-block;
	max-width: 747px;
	color: var(--black_bg);
	font-family: 'Futura PT', sans-serif;
	font-style: normal;
	margin: 0;
	margin-top: 16px;
	font-family: 'Futura PT', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}
.services ul, .services ol {
	max-width: 747px;
	margin-top: 16px;
	margin-bottom: 0;
	color: var(--black_bg);
	font-style: normal;
	font-family: 'Futura PT', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}
.service-list {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.service-item {
	display: flex;
	gap: 80px;
	align-items: center;
}
.service-item-icon {
	width: 100px;
	height: 100px;
}
.service-item-icon img {

}
.service-item-text {
	display: flex;
	flex-direction: column;
}
.service-item-text p {
	margin-top: 0px;
}
.service-price-form {
	margin: 80px auto 0;
	width: 1010px;
	display: flex;
	height: 149px;
	border-radius: 43px;
	background: var(--white_ligth);
	align-items: center;
}
.service-price-text {
	padding: 35px 80px 35px 56px;
	width: 292px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 43px;
	background: var(--green);
	color: var(--white);
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
.service-price-num {
	padding: 35px 0px 35px 0px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: var(--black_bg);
	font-family: 'Futura PT', sans-serif;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
.service-price-num span {
	font-size: 32px;
	align-self: end;
	margin-right: 8px;
}
.service-work-form {
	z-index: 0;
	position: relative;
	width: 845px;
	margin: 80px auto;
	display: flex;
	padding: 45px 57px;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	border-radius: 49px;
	background: var(--white_ligth);
}
.service-work-form.center {
	align-items: center;
}
.service-work-title {
	color: var(--black_bg);
	font-family: Neutral Face;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
}
.service-work-row {
	display: flex;
	align-items: center;
	gap: 80px;
}
.work-btn {
	width: 378px;
	color: var(--green);
}
.work-btn:hover {
	width: 378px;
	color: var(--white);
}
.service-work-row-link {
	color: var(--black_bg);
	text-align: center;
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
	text-decoration-line: underline;
}
.double-columns {
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari and Chrome */
	column-count: 2;
	column-gap: 75px;
}
.margin-top-none {
	margin-top: 0 !important;
}
.services h5 {
	color: var(--black_bg);
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28.8px;
	margin-top: 16px;
	margin-bottom: 0;
}
.service-block-row {
	margin-top: 80px;
	display: flex;
	width: 1093px;
	gap: 16px;
}
.service-block {
	display: flex;
	padding: 24px 44px 71px 44px;
	flex-direction: column;
	align-items: center;
	border-radius: 40px;
	background: var(--white);
}
.service-block:first-child {
	min-width: 597px;
}
.service-block ul {
	color: var(--black_bg);
}
.service-block-title {
	color: var(--green);
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; 
}
.single-tariff {
	margin: 32px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 948px;
	padding: 24px 80px 32px;
	border-radius: 40px;
	background: var(--white_ligth)
}
.single-tariff-title {
	text-align: center;
	color: var(--black_bg);
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.single-tariff ul {
	color: var(--black_bg);
	max-width: 100%;
}
.single-tariff-price {
	margin-top: 32px;
	color: var(--green);
	font-family: 'Futura PT', sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
.service-avito-h3 {
	padding: 8px 41px !important;
}
.services h3.service-avito-h3-case {
	font-size: 24px;
	font-weight: 700;
	line-height: 28.8px;
	text-align: left;
}
.tariffs-row {
	position: relative;
	left: 0px;
	margin-top: 40px;
	display: flex;
	align-items: center;
	gap: 4px;
}
.tariffs-col {
	border-radius: 40px;
	background: var(--white_ligth);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.tariffs-col:nth-child(1) {
	padding: 24px 25px;
	min-width: 388px;
	height: 367px;
}
.tariffs-col:nth-child(2) {
	padding: 27px 19px;
	min-width: 444px;
	height: 387px;
}
.tariffs-col:nth-child(3) {
	padding: 40px 33px;
	min-width: 483px;
	height: 458px;
}
.tariffs-title {
	color: var(--green);
	font-family: 'Futura PT', sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /
}
.tariffs-col:nth-child(1) .tariffs-title {
	font-size: 32px;
}
.tariffs-col:nth-child(2) .tariffs-title {
	font-size: 36.62px;
}
.tariffs-col:nth-child(3) .tariffs-title {
	font-size: 40px;
}
.tariffs-col ul {
	color: var(--black_bg);
	font-family: 'Futura PT', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
}
.tariffs-col:nth-child(2) ul {

}
.tariffs-col p {
	margin-top: 24px;
	color: var(--black_bg);
}
.tariffs-price {
	color: var(--green, #24B861);
	font-family: 'Futura PT', sans-serif;
	margin-top: auto;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; 
}
.tariffs-col:nth-child(1) .tariffs-price {
	font-size: 56px;
}
.tariffs-col:nth-child(2) .tariffs-price {
	font-size: 64.08px;
}
.tariffs-col:nth-child(3) .tariffs-price {
	font-size: 72px;
}
.green-bg, .services .green-bg {
	background-color: var(--green);
	color: var(--white);
}
.service-avito-row {
	left: 0px;
    position: relative;
    width: 100%;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.service-avito-block {
	padding: 60px 80px;
	width: 765px;
	border-radius: 40px;
	background: var(--white_ligth);
}
.service-avito-block ul {
	margin-top: 8px;
	color: var(--black_bg);
}
.service-avito-block p {
	color: var(--black_bg);
	font-weight: 700 !important;
}
.service-avito-title {
	color: var(--green);
	font-style: normal;
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 28.8px;
	text-align: center;
}

.service-avito-text {
	width: 511px;
	padding: 79.5px 53px;
	display: flex;
	flex-direction: column;
}
.service-avito-text h3{
	background: transparent !important;
	margin:0 auto;
}
.service-avito-text ol{
	margin-top: 32px;
}
.service-avito-text ol li {
	font-weight: 700;
}
.service-avito-text ol li span{
	font-weight: 400;
}
.service-example {
	margin-top: 16px;
	display: flex;
	gap: 10px;
	width: calc(100% - 32px);
}
.service-avito-cases {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
}
.service-avito-case {
	height: 588px;
	padding: 56px 27px;
	border-radius: 80px;
	background: var(--white_ligth);
	width: calc(50% - 14px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.service-avito-case-header {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.service-avito-case-title-large {
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 35.42px;
	text-align: center;
	color: var(--black_bg);
}
.service-avito-case-title {
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 21.89px;
	text-align: left;
	color: var(--black_bg);
}
.service-avito-case .service-avito-case-img { 
	background: var(--white_ligth);
	border-radius: 24px;
	width: 100%;
	background-blend-mode: multiply;
	box-shadow: 6px 7px 7px rgba(0,0,0,.1);
	background-size: cover;
}
.service-avito-case:first-child .service-avito-case-img { 
	background-image: url(/uslugi/avito/avito-11.png);
	height: 230px;
}
.service-avito-case:nth-child(2) .service-avito-case-img { 
	background-image: url(/uslugi/avito/avito-22.png);
	height: 253px;
}
.service-avito-case:nth-child(3) .service-avito-case-img { 
	background-image: url(/uslugi/avito/avito-33.png);
	height: 230px;
}
.service-avito-case:last-child .service-avito-case-img { 
	background-image: url(/uslugi/avito/avito-44.png);
	height: 273px;
}
.service-avito-case-footer {
	display: flex;
	margin: 0 auto;
	flex-direction: column;

}
.service-avito-case-footer-title {
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 29.18px;
	text-align: left;
	color: var(--black_bg);
	margin-left: 0;
}
.service-avito-case-footer-text {
	margin-top: 16px;
	display: flex;
	align-items: end;
	gap: 16px;
}
.service-avito-case-footer-text-1 {
	color: var(--green);
	font-family: 'Futura PT', sans-serif;
	font-size: 56px;
	font-weight: 400;
	line-height: 51.07px;
	text-align: left;
	min-width: 277px;
}
.service-avito-case-footer-text-2 {
	font-family: 'Futura PT', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 14.59px;
	text-align: left;
	margin-left: 6px;
	margin-bottom: 6px;
	color: var(--black_bg);
}
.service-avito-case-footer-text-3 {
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 21.89px;
	text-align: left;
	color: var(--black_bg);
}
.service-avito-case-footer-ul {
	font-family: 'Futura PT', sans-serif;
	text-align: left;
	color: var(--black_bg);
}
.service-avito-case-footer-ul li {
	font-size: 24px;
	font-weight: 400;
	line-height: 28.8px;
	list-style-type: none; /* Прячем исходные маркеры */
}
.service-avito-case-footer-ul li::before {
	color: var(--green); /* Цвет маркера */
	content: "●"; /* Сам маркер */
	padding-right: 10px; /* Расстояние от маркера до текста */
}
@media(max-width: 1323px) {
	.service-avito-cases {
		margin-top: 32px;
		display: flex;
		flex-wrap: wrap;
		gap: 64px;
	}
	.service-avito-case {
		height: auto;
		padding: 32px 14px;
		border-radius: 43px;
		background: var(--white_ligth);
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 44px;
	}

	.service-avito-case-header {
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	.service-avito-case-title-large {
		font-size: 24px;
		line-height: 28.8px;
		font-weight: 400;
	}
	.service-avito-case-title {
		font-size: 24px;
		line-height: 28.8px;
	}
	.service-avito-case img {
		width: 100%;
	}
	.service-avito-case-footer {
		flex-direction: column;
	}
	.service-avito-case-footer-title {
        text-align: center;
		font-size: 24px;
		font-weight: 400;
		line-height: 21.89px;
	}
	.service-avito-case-footer-text {
	    flex-direction: column;
		align-items: center;
	}
	.service-avito-case-footer-text-1 {
		font-size: 48px;
		font-weight: 400;
		line-height: 43.78px;
		min-width: fit-content;
	}
	.service-avito-case-footer-text-2 {
		margin-left: 0;
		font-size: 16px;
		line-height: 14.59px;
	}
	.service-avito-case-footer-text-3 {
		font-size: 24px;
		line-height: 28.8px;
	}
	.service-avito-case-footer-ul {

	}
	.service-avito-case-footer-ul li {
		font-size: 24px;
		line-height: 28.8px;
		list-style-type: none; /* Прячем исходные маркеры */
	}
	.service-avito-case-footer-ul li::before {
		color: var(--green); /* Цвет маркера */
		content: "●"; /* Сам маркер */
		padding-right: 10px; /* Расстояние от маркера до текста */
	}
	.service-avito-text h3 {
		background: var(--white_ligth) !important;
		margin: 0 auto;
	}
	.service-example {
		margin-top: 40px;
		gap: 10px;
		width: 100%;
		flex-direction: column;
	}
	.service-example img {
		max-width: 100%;
		min-width: 100%;
	}
	.service-block {
		min-width: auto !important;
		display: flex;
		padding: 30px 0px;
		flex-direction: column;
		align-items: center;
		border-radius: 40px;
		background: var(--white);
	}
	.service-block-row {
		margin-top: 80px;
		display: flex;
		width: 100%;
		flex-direction: column;
		gap: 16px;
	}
	.service-avito-text {
		width: 100%;
		padding: 0;
		display: flex;
		flex-direction: column;
	}
	.service-avito-row {
		left: 0;
		position: relative;
		width: 100%;
		margin-top: 80px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 0px;
	}
	.service-avito-block {
		padding: 30px 20px;
		width: 100%;
		border-radius: 40px;
		background: var(--white_ligth);
	}
	.tariffs-row {
		position: relative;
		left: 0px;
		margin-top: 40px;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 32px;
	}
	.tariffs-col .tariffs-title {
		font-size: 32px !important;
	}
	.tariffs-col {
		min-width: 100% !important;
		padding: 30px 20px !important;
		height: auto !important;
	}
	.tariffs-col .tariffs-price {
		margin-top: 32px;
		font-size: 48px  !important;
	}
	.single-tariff-price {
		margin-top: 32px;
		color: var(--green);
		font-family: 'Futura PT', sans-serif;
		font-size: 48px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
	}
	.single-tariff-price .fs-40 { 
		font-size: 32px !important; 
	}
	.single-tariff {
		margin: 80px auto 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		padding: 30px 20px 30px;
		border-radius: 40px;
		background: var(--white_ligth);
	}
	.work-btn:hover {
		width: 100%;
		color: var(--white);
	}
	.work-btn {
		width: 100%;
	}
	.work-btn img {
		width: 30px;
	}
	.service-work-row {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 24px;
	}
	.service-work-title {
		padding-left: 20px;
		margin-right: auto;
	}
	.service-work-form {
		position: relative;
		width: 100%;
		padding: 64px 10px;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}
	.service-price-num {
		padding: 59px 0px 94px 0px;
		flex-direction: column;
		text-align: center;
		width: 100%;
		height: 100%;
		font-size: 48px;
	}
	.service-price-num span {
		align-self: center;
		margin-right: 8px;
	}
	.service-price-text {
		text-align: center;
		padding: 35px 76px 35px;
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		border-radius: 43px;
		background: var(--green);
		color: var(--white);
		font-family: 'Futura PT', sans-serif;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
	}
	.service-price-form {
		height: auto;
		width: 100%;
		flex-direction: column;
	}
	.double-columns {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.service-item-text p {
		font-size: 16px;
	}
	.service-item {
		display: flex;
		flex-direction: column;
		gap: 16px;
		align-items: center;
	}
	.services-item.is-open {
		margin-top: 8px;
	}
	.services-item {
		transition: all 0.2s;
	}
	.service-list {
		margin-top: 40px;
		display: flex;
		flex-direction: column;
		gap: 32px;
	}
	.services ul, .services ol {
		max-width: 100%;
		font-size: 16px;
		font-weight: 400;
		line-height: 19.2px;
		padding-left: 24px !important;
	}
	.services h4 {
		font-size: 24px;
		line-height: 28.8px;
	}
	.services h3 {
		font-family: 'Futura PT', sans-serif;
		font-size: 24px;
		font-weight: 700;
		line-height: 28.8px;
		font-size: 24px;
		width: 100%;
		margin-top: 64px;
		margin-bottom: 0;
		padding: 8px 24px;
	}
	.services p {
		font-size: 16px;
		font-weight: 400;
		line-height: 19.2px;
		max-width: 100%;
		margin-top: 16px;
	}
	.services-name:hover, .services-sub-name:hover {
		margin: 8px 16px;
	}
	.is-open .services-name, .is-open .services-sub-name {
		margin: 8px 16px;
	}
	.services-name, .services-sub-name {
		position: relative;
		transition: all 0.3s;
		width: fit-content;
		font-family: 'Futura PT', sans-serif;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 26.4px;
		padding: 8px 0;
		margin: 8px;
		cursor: pointer;
	}
	.services-name:before {

	}
	.services-name:hover:before {
		width: calc(100% + 32px);
	}
	.is-open .services-name:before {
		opacity: 1;
		width: calc(100% + 32px);
	}
	.services-sub-item {
		margin-right: 0;
	}
	.services {
		border-radius: 0 0 64px 64px;
	}
	.services-list {

	}
	.services-clip, .services-sub-clip {
		display: none;
	}
}
@media(max-width: 768px) {
	.services {
		border-radius: 0 0 32px 32px;
	}
}
.sos, .sos2 {
	display: flex;
}
.sos {
	overflow: hidden;
    height: 735px;
    width: 1344px;
	margin: 0 calc((100% - 1344px)/2);
    position: relative;
}
.sos.is-over {
	position: absolute;
}
.sos2 {
	overflow: hidden;
    height: 0px;
    width: 1344px;
    flex-direction: column;
}
.is-active.sos2 {
    height: 800px;
}
.sos-content {
	bottom: 0px;
    opacity: 1;
    transition: all 3s;
    flex-direction: column;
    display: flex;
    height: 406px;
    padding: 0 350px;
    margin-bottom: 180px;
    margin-top: auto;
}
.is-over .sos-content { 
	position: absolute;
	opacity: 0;
	bottom: 1920px;
}
.sos-text {
	position: relative;
	bottom: 50px;
	transition: all 1.5s;
	opacity: 0;
	color: var(--white);
	font-family: 'Futura PT', sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 22px;
}
.sos-text.is-active {
	opacity: 1;
	width: 740px;
	bottom: 0px;

}
/*
.sos-text {
	bottom: 371px;
	transition: all 1.5s;
	opacity: 0;
	color: var(--white);
	font-family: 'Futura PT', sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 22px;
}
.sos-text.is-active {
	opacity: 1;
	width: 740px;
	bottom: 421px;
	position: fixed;
}
*/
.is-over .sos-text.is-active {
	opacity: 1;
	width: auto;
	bottom: 421px;
	position: static;
}
.sos-title {
	margin-top: auto;
	color: var(--white);
	font-family: Neutral Face;
	font-size: 160px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.sos-tac {
	position: relative;
	opacity: 0;
	left: -400px;
	transition: all 1s;
}
.sos-tac.is-active {
	opacity: 1;
	left: -40px;
}
.sos-rects {
	transition: all 0.7s;
	position: absolute;
	border-radius: 200px;
	border: 60px solid var(--green);
}
.is-over .sos-rects {

}
#sosRect1 {
	left: 0px;
	bottom: -214px;
	width: 258px;
	height: 900px;
}
.is-over #sosRect1 {
	left: -500px;
	bottom: -254px;
	width: 258px;
	height: 900px;
}
#sosRect2 {
	left: 591px;
	bottom: -200px;
	width: 258px;
	height: 400px;
}
.is-over #sosRect2 {
	opacity: 0;
	left: 591px;
	bottom: -410px;
	width: 258px;
	height: 400px;
}
#sosRect3 {
	right: 0px;
	bottom: -170px;
	width: 258px;
	height: 600px;
}
.is-over #sosRect3 {
	right: -600px;
	bottom: -210px;
}
.sos-header {
    display: flex;
    margin-top: 51.5px;
    padding: 0px 46px;
}
.sos-header-text {
	position: relative;
	left: -300px;
	opacity: 0;
	transition: all 1.5s;
	color: var(--white);
	font-family: 'Futura PT', sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
	margin-top: 23px;
	margin-right: 24px;
}
.sos-header-title {
	position: relative;
	left: -300px;
	opacity: 0;
	transition: all 1.3s;
	color: var(--white);
	font-family: Neutral Face;
	font-size: 160px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.is-active .sos-header-text,.is-active .sos-header-title {
	left: 0px;
	opacity: 1;
}
.sos-circles {
	position: relative;
}
.sos-circle {
	position: absolute;
	transition: all 0.7s;
	border-radius: 364px;
	background: var(--green);
	display: flex;
	align-items: center;
	justify-content: center;
}
.sos-circle:after {
	content: "";
	transition: all 0.7s;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 360px;
	background: var(--white);
	opacity: 1;
}
.is-active .sos-circle:after {
	opacity: 0;
}
.sos-circle-text {
	border: 5px solid var(--white);
	align-items: center;
	justify-content: center;
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 364px;
	text-align: center;
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	flex-direction: column;
}

#sosCircle1 {
	left: 23px;
	top: -100px;
	padding: 19px;
	width: 364px;
	height: 364px;
}
.is-active #sosCircle1 {
	left: 63px;
	top: -50px;
}
#sosCircle1 .sos-circle-text {
	color: var(--white);
}
#sosCircle2 {
	left: 256px;
	top: 435px;
	padding: 8px;
	width: 305px;
	height: 305px;
}
.is-active #sosCircle2 {
	left: 236px;
	top: 235px;
}
#sosCircle2 .sos-circle-text {
	color: var(--green);
	background: var(--white);
}
#sosCircle3 {
	left: 415px;
	top: 120px;
	padding: 7px;
	width: 232px;
	height: 232px;
}
.is-active #sosCircle3 {
	left: 455px;
	top: 100px;
}
#sosCircle3 .sos-circle-text {
	color: var(--white);
}
#sosCircle4 {
	left: 615px;
	top: -100px;
	padding: 8px;
	width: 305px;
	height: 305px;
}
.is-active #sosCircle4 {
	left: 645px;
	top: -10px;
}
#sosCircle4 .sos-circle-text {
	color: var(--green);
	background: var(--white);
}
#sosCircle5 {
	right: 414px;
	top: 191px;
	padding: 8px;
	width: 339px;
	height: 339px;
}
.is-active #sosCircle5 {
	right: 364px;
	top: 161px;
}
#sosCircle5 .sos-circle-text {
	color: var(--green);
	background: var(--white);
}
#sosCircle6 {
	right: -20px;
	top: -40px;
	padding: 20px;
	width: 364px;
	height: 364px;
}
.is-active #sosCircle6 {
	right: 55px;
	top: 9.5px;
}
#sosCircle6 .sos-circle-text {
	color: var(--white);
}
section.cases-page {
	border-radius: 0 0 80px 80px;
	margin-top: 0px;
	background: var(--white);
	padding-bottom: 72px;
}
.container.cases-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}
.cases-tag {
	transition: all 0.2s;
	cursor: pointer;
	white-space: nowrap;
	width: auto;
	padding: 8px 16px;
	border-radius: 40px;
	color: var(--black_bg);
	font-family: 'Futura PT', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
}
.owl-carousel#cases {
	width: calc(100% - 98px);
	padding: 0px;
}
.cases-tag.is-active {
	color: var(--white);
	background: var(--green);
}
.owl-carousel .cases-tag {
	width: max-content;
}
#cases.owl-theme .owl-nav {
    pointer-events: none !important;
	z-index: 1;
	position: absolute;
	margin-top: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}
#cases.owl-theme .owl-nav button {
    pointer-events: all !important;
	position: relative;
	margin: 0;
	display: flex;
	align-items: center;
}
#cases.owl-theme .owl-nav button.disabled {
	opacity: 0 !important;
    pointer-events: none !important;
}
#cases.owl-theme .owl-nav button.owl-prev {
	margin-right: auto !important;
}
#cases.owl-theme .owl-nav button.owl-next {
	margin-left: auto !important;
}
#cases.owl-theme .owl-nav button.owl-prev:before {
	content: "";
	position: absolute;
	z-index: -1;
	right: -16px;
	width: calc(100% + 16px);
	height: 100%;
	background: linear-gradient(90deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 70%, rgba(235,235,235,0.2) 100%);
}
#cases.owl-theme .owl-nav button.owl-next:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: -16px;
	width: calc(100% + 16px);
	height: 100%;
	background: linear-gradient(90deg, rgba(235,235,235,0.2) 0%, rgba(235,235,235,1) 20%, rgba(235,235,235,1) 100%);
}
#cases.owl-theme .owl-nav button:hover {
	background: transparent;
}
.cases-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.cases-list-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.cases-list-col {
	width: calc(50% - 10px);
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.cases-list-col .cases-item {
	width: 100%;
}
.cases-item {
	transition: all 0.3s;
	position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 24px;
    border-radius: 24px;
	display: flex;
	flex-direction: column;
	width: calc(50% - 10px);
	height: 454px;
	overflow: hidden;
}
.cases-item-lg {
	height: 928px;
}
.cases-item:after { 
	transition: all 0.3s;
	content: "";
	z-index: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: #00000040;
}
.cases-item:hover:after { 
	background: #00000000;
}
.cases-item-logo {
	max-height: 120px;
    max-width: 270px;
	z-index: 1;
	width: max-content;
}
.cases-item-name {
	z-index: 1;
	font-family: Neutral Face;
	font-size: 40px;
	font-weight: 400;
	line-height: 52px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: var(--white);
	margin: auto;
}
.cases-item-tags {
	z-index: 1;
	margin-top: auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 8px;
}
.cases-item-tag {
	font-family: 'Futura PT', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 25.64px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: var(--white);
}
.cases-item-link {
	font-family: 'Futura PT', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: var(--black_bg);
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	z-index: 2;
	transition: all 0.3s;
	position: absolute;
	right: 24px;
	bottom: 24px;
	background: var(--white);
	width: 198px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 80px;
	opacity: 0;
}
.cases-item:hover .cases-item-link { 
	opacity: 1;
}
.cases-more-btn {
	cursor: pointer;
	width: 240px;
	height: 51px;
	border-radius: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 32px auto 0;
	background: var(--green);
	color: var(--white);
	font-family: 'Futura PT', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
}
@media(max-width: 1323px) {
	.cases-more-btn {
		height: 56px;
		margin: 24px auto 0;
		font-size: 20px;
		font-weight: 400;
		line-height: 24px;
	}
	section.cases-page {
		border-radius: 0 0 64px 64px;
		padding-bottom: 64px;
	}
	.container.cases-bar {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 24px;
	}
	.cases-tag {
		transition: all 0.2s;
		cursor: pointer;
		white-space: nowrap;
		width: auto;
		padding: 8px 16px;
		border-radius: 40px;
		color: var(--black_bg);
		font-family: 'Futura PT', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; 
	}
	.owl-carousel#cases {
		width: calc(100% - 98px);
		padding: 0px;
	}
	.cases-tag.is-active {
		color: var(--white);
		background: var(--green);
	}
	.owl-carousel .cases-tag {
		width: max-content;
	}
	#cases.owl-theme .owl-nav {
		pointer-events: none !important;
		z-index: 1;
		position: absolute;
		margin-top: 0;
		display: flex;
		justify-content: space-between;
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
	}
	#cases.owl-theme .owl-nav button {
		pointer-events: all !important;
		position: relative;
		margin: 0;
		display: flex;
		align-items: center;
	}
	#cases.owl-theme .owl-nav button.disabled {
		opacity: 0 !important;
		pointer-events: none !important;
	}
	#cases.owl-theme .owl-nav button.owl-prev {
		margin-right: auto !important;
	}
	#cases.owl-theme .owl-nav button.owl-next {
		margin-left: auto !important;
	}
	#cases.owl-theme .owl-nav button.owl-prev:before {
		content: "";
		position: absolute;
		z-index: -1;
		right: -16px;
		width: calc(100% + 16px);
		height: 100%;
		background: linear-gradient(90deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 70%, rgba(235,235,235,0.2) 100%);
	}
	#cases.owl-theme .owl-nav button.owl-next:before {
		content: "";
		position: absolute;
		z-index: -1;
		left: -16px;
		width: calc(100% + 16px);
		height: 100%;
		background: linear-gradient(90deg, rgba(235,235,235,0.2) 0%, rgba(235,235,235,1) 20%, rgba(235,235,235,1) 100%);
	}
	#cases.owl-theme .owl-nav button:hover {
		background: transparent;
	}
	.cases-list {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	.cases-list-row {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
	}
	.cases-list-col {
		width: calc(50% - 8px);
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
	}
	.cases-list-col .cases-item {
		width: 100%;
	}
	.cases-item {
		padding: 16px;
		width: calc(50% - 8px);
		height: 400px;
	}
	.cases-item-lg {
		height: 400px;
	}
	.cases-item:after { 
		transition: all 0.3s;
		content: "";
		z-index: 0;
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
		background: #00000040;
	}
	.cases-item:hover:after { 
		background: #00000000;
	}
	.cases-item-logo {
		z-index: 1;
		width: max-content;
		max-height: 32px;
		max-width: 300px;
	}
	.cases-item-name {
		font-size: 32px;
		font-weight: 400;
		line-height: 41.6px;
	}
	.cases-item-tag {
		font-size: 16px;
		line-height: 20.51px;
	}
	.cases-item-link {
		z-index: 2;
		position: relative;
		right: 0px;
		bottom: 0px;
		width: 100%;
		opacity: 1;
		margin-top: 16px;
		margin-bottom: 0px;
	}
}
@media(max-width: 768px) {
	.cases-more-btn {
		width: 100%;
	}
	section.cases-page {
		border-radius: 0 0 32px 32px;
	}
	.container.cases-bar {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
		margin-bottom: 24px;
	}
	.cases-tag {
		transition: all 0.2s;
		cursor: pointer;
		white-space: nowrap;
		width: auto;
		padding: 8px 16px;
		border-radius: 40px;
		color: var(--black_bg);
		font-family: 'Futura PT', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; 
	}
	.owl-carousel#cases {
		width: calc(100% - 98px);
		padding: 0px;
	}
	.cases-tag.is-active {
		color: var(--white);
		background: var(--green);
	}
	.owl-carousel .cases-tag {
		width: max-content;
	}
	#cases.owl-theme .owl-nav {
		pointer-events: none !important;
		z-index: 1;
		position: absolute;
		margin-top: 0;
		display: flex;
		justify-content: space-between;
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
	}
	#cases.owl-theme .owl-nav button {
		pointer-events: all !important;
		position: relative;
		margin: 0;
		display: flex;
		align-items: center;
	}
	#cases.owl-theme .owl-nav button.disabled {
		opacity: 0 !important;
		pointer-events: none !important;
	}
	#cases.owl-theme .owl-nav button.owl-prev {
		margin-right: auto !important;
	}
	#cases.owl-theme .owl-nav button.owl-next {
		margin-left: auto !important;
	}
	#cases.owl-theme .owl-nav button.owl-prev:before {
		content: "";
		position: absolute;
		z-index: -1;
		right: -16px;
		width: calc(100% + 16px);
		height: 100%;
		background: linear-gradient(90deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 70%, rgba(235,235,235,0.2) 100%);
	}
	#cases.owl-theme .owl-nav button.owl-next:before {
		content: "";
		position: absolute;
		z-index: -1;
		left: -16px;
		width: calc(100% + 16px);
		height: 100%;
		background: linear-gradient(90deg, rgba(235,235,235,0.2) 0%, rgba(235,235,235,1) 20%, rgba(235,235,235,1) 100%);
	}
	#cases.owl-theme .owl-nav button:hover {
		background: transparent;
	}
	.cases-list {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	.cases-list-row {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
	}
	.cases-list-col {
		width: calc(50% - 8px);
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
	}
	.cases-list-col .cases-item {
		width: 100%;
	}
	.cases-item {
		width: 100%;
	}
	.cases-item:hover:after { 
		background: #00000000;
	}
	.cases-item-logo {
		z-index: 1;
		width: max-content;
		max-height: 32px;
		max-width: 300px;
	}
	.cases-item-name {
		font-size: 24px;
		line-height: 31.2px;
	}
	.cases-item-tag {
		font-size: 16px;
		line-height: 20.51px;
	}
	.cases-item-link {
		z-index: 2;
		position: relative;
		right: 0px;
		bottom: 0px;
		width: 100%;
		opacity: 1;
		margin-top: 16px;
		margin-bottom: 0px;
	}
}

.cases-page-list {
	padding: 0 0px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.cases-page-row {
	width: 100%;
	display: flex;
	gap: 8px;
}
.cases-page-col {
	width: calc(50% - 4px);
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.cases-page-row .cases-page-item {

}
.cases-page-row  .cases-page-col .cases-page-item {

}
.cases-page-item {
	position: relative;
	width: fill-available;
	width: -webkit-fill-available;
	width: -moz-available; 
	height: fill-available;
	height: -webkit-fill-available;
	height: -moz-available;
	min-height: 328px;
	padding: 20px 23px;
	flex-shrink: 0;
	border-radius: 8px;
	background: var(--white);
	display: flex;
	flex-direction: column;
	background-repeat: no-repeat;
	background-size: cover;
}
.cases-page-item:before {
	z-index: 1;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #2E2E2E20;
}
.cases-page-item-title {
	z-index: 2;
	margin: auto;
	padding: 40px 96px 37px 96px;
	border-radius: 73px;
	color: var(--white);
	background: linear-gradient(93deg, #24B861 5.97%, #24B89D 95.61%);
	font-family: Neutral Face;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; 
	text-transform: uppercase;
}
.cases-page-col .cases-page-item-title {
	padding: 27px 40px 24px 40px;
	margin: auto auto auto 7px;
	color: var(--green);
	background: var(--white);
}
.cases-page-item-tags {
	z-index: 2;
	margin-top: auto;
	margin-left: 0;
	margin-bottom: 0;
	column-gap: 30px;
	row-gap: 13px;
	display: flex;
	flex-wrap: wrap-reverse;
	width: 500px;
}
.cases-page-item-tag {
	padding: 8px 16px;
	border-radius: 32px;
	background: var(--green);
	color: var(--white);
	text-align: center;
	font-family: 'Futura PT', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cases-sub-page {

}
.cases-sub-page-main {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 0px 0px 80px 80px;
	background: grey;
	padding: 0px 80px 33px;
	display: flex;
	flex-direction: column;
	align-items: start;
	height: 100vh;
	justify-content: end;
}
.cases-sub-page-main:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #2e2e2e00, #2e2e2e70);
	/*background-color: #2E2E2E60;*/
	border-radius: 0px 0px 80px 80px;
}
.cases-sub-page-main-gradient:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 0px 0px 80px 80px;
	background: linear-gradient(180deg, rgba(46, 46, 46, 0.00) 0%, rgba(46, 46, 46, 0.60) 100%);
}
.cases-sub-page-main-title {
	margin-top:auto;
	z-index: 1;
	padding: 25px 62px 20px 62px;
	border-radius: 97.709px;
	background: var(--white, #EBEBEB);
	color: var(--green, #24B861);
	font-family: Neutral Face;
	font-size: 110px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; 
	margin-bottom: 24px;
	width: fit-content;
display: flex;
    flex-direction: column;
}
.cases-sub-page-main-tags {
	z-index: 1;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	max-width: 80%;
	margin-bottom: auto;
}
.cases-sub-page-main-tag {
	padding: 8px 16px;
	border-radius: 32px;
	background: var(--green);
	color: var(--white);
	text-align: center;
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cases-sub-page-main .aggo-btn {
	z-index: 1;
}
.cases-sub-page-list {
	margin-top: 24px;
	padding: 0 77px;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}
.cases-sub-page-item {
	position: relative;
	padding: 80px 25px 32px;
	border-radius: 8px;
	background: var(--white, #EBEBEB);
	width: calc(50% - 4px);
	display: flex;
	flex-direction: column;
	align-items: start;
	height: 324px;
}
.cases-sub-page-item-title {
	word-break: break-word;
	padding-left: 7px;
	color: var(--green, #24B861);
	font-family: Neutral Face;
	font-size: 50.627px;
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
}
.cases-sub-page-item-subtitle {
	color: var(--green, #24B861);
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 90%;
	padding-left: 7px;
	margin-bottom: auto;
}
.cases-sub-page-item-bar {
	align-items: end;
	width: 100%;
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.cases-sub-page-item-tags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 7.5px;
}
.cases-sub-page-item-tag {
	padding: 8px 16px;
	border-radius: 32px;
	background: var(--green, #24B861);
	color: var(--white, var(--white, #EBEBEB));
	font-family: 'Futura PT', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cases-sub-page-item-icon {
	padding: 8px 16px;
	gap: 10px;
	border-radius: 30px;
	background: var(--black_bg);
	max-width: 190px;
	height: 36px;
}
.element {
	margin-bottom: 42px;
}
.element .cases-sub-page-main-tags {
	margin-bottom: auto;
}
.element-unpadding {
	padding: 0 104px;
	margin-top: 32px;	
	width: 100% !important;
	background-color: var(--white);
}
.element-unpadding .element-block {
	padding: 72px 140px 62px;
	width: 1440px; 
	margin: auto;
}
.element-text-footnote {
	font-family: 'Futura PT', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.element-unpadding  .element-text {
	color: var(--black_bg);
}
.gap-0 {
	gap: 0 !important;
}
.element-undertitle {
	z-index: 2;
	padding-left:214px;
	color: var(--white, var(--white, #EBEBEB));
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
}
section.element-padding {
	padding: 0 104px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.element-block {
	position: relative;
	display: flex;
	padding: 72px 66px 62px;
	border-radius: 40px;
	flex-direction: column;
	border: 2px solid var(--white);
}
.element-block.element-white-bg {
	border: 0px solid var(--white);
	background: var(--white);
}
.element-white-bg p,.element-white-bg .element-text {
	color: var(--black);
}
.element h2, .element-title {
	max-width: 77%;
	margin-top: 0;
	color: var(--green);
	font-family: Neutral Face;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 40px;
}
.element-margin-bottom {
	margin-bottom: 24px !important;
}
.element p, .element-text {
	margin-top: 0;
	margin-bottom: 0;
	color: var(--white);
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.element-text-right {
	max-width: 60%;
	margin-left: auto;
}
.element-text-center { 
	padding: 0 93px;
}
.element-text-left { 
	max-width: 80%;
	margin-right: auto;
}
.element-text-marker {
	position: relative;
	font-size: 40px;
	font-weight: 700;
	margin: 18px 0 18px 50px;
}
.element-text-marker:before {
    content: "•";
    left: -50px;
    position: absolute;
    font-size: 40px;
    font-weight: 700;
}
.element-text-center.element-text-marker:before {
	left: 46px;
}
.element-title-small {
	font-size: 72px;
}
.element-main-block {
	border-radius: 80px;
	border-left: 2px solid var(--white, #EBEBEB);
	border-right: 2px solid var(--white, #EBEBEB);

}
.element-main-block.element-gradien-bg {
	background: linear-gradient(180deg, var(--black_bg) 50%, var(--white) 50%);
}
.element-main-block .element-title {
	max-width: 100%;
	margin-bottom: 24px;
}
.element-subblock {
	border-radius: 80px;
	border-bottom: 2px solid var(--white, #EBEBEB);
	display: flex;
	flex-wrap: wrap;
	gap: 120px;
	padding: 59px 36px;
	align-items: center;
}
.element-subblock img {

}


.cases-sub-page-item-icon img {
    object-fit: scale-down;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.element-text-footnote {
	width: 100%;
}
.element-text-margin-bottom-50 {
	margin-bottom: 50px  !important;
}
.element-text-margin-bottom-20 {
	margin-bottom: 20px  !important;
}
.element-text-margin-bottom-40 {
	margin-bottom: 40px !important;
}
.element-text.element-text-result {
	color: var(--green);
	font-family: 'Futura PT', sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.element-text.element-text-subresult {
	color: var(--black_bg);
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.element-text-margin-bottom-32 {
	margin-bottom: 32px !important;
}
.element-subblock {
	background-color: var(--black_bg);
}
.element-subblock.element-white-bg {
	background-color: var(--white);
}
.element-block-result {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	width: 617px;
	margin: 0 auto;
}
.element-title-result {
	color: var(--black_bg);
	font-family: 'Futura PT', sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.element-block-result-list {
	width: 100%;
	display: flex;
	gap: 56px;
}
.element-block-result-item {
	text-align: center;
}
.element-text-result {
}
.element-text.fs-40 {
	font-size: 40px !important;
	font-weight: 700;
}
.element-text-result-comment {
	text-align: center;
	color: var(--black_bg);
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
p.element-text.element-title-period {
	color: var(--white);
	font-family: 'Futura PT', sans-serif;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; 
}
.element-addblock-list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	row-gap: 32px;
	width: 100%;
}
.element-addblock-item {
	width: calc(50% - 16px);
	height: 320px;
	padding: 64px 85px 50px;
	display: flex;
	flex-direction: column;
	border-radius: 80px;
	border: 2px solid var(--white);
	background: var(--white);
}
.element-addblock-item-title {
	color: var(--green, #24B861);
	font-family: Neutral Face;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.element-addblock-item-nda {
	margin-left: auto;
	border-radius: 31.937px;
	background: rgba(243, 89, 89, 0.30);
	backdrop-filter: blur(3.61782169342041px);
	width: 126px;
	height: 57.386px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	color: var(--red);
	font-family: Neutral Face;
	font-size: 29.986px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
.element-img-btn {
	text-align: center;
	color: var(--green);
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	margin: 0 auto;
}
.cases-sub-page-site {
	z-index: 1;
	color: var(--white, var(--white, #EBEBEB));
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
}
.cases-sub-page-site a{
	color: var(--white, var(--white, #EBEBEB));
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
	text-decoration-line: underline;
}
@media (min-width: 1324px) {
	.cases-none .app-content {
		row-gap: 40px;
		justify-content: center;
		flex-wrap: wrap;
		display: flex;
		padding-top: 160px;
		margin-left: 30px;
		margin-right: 30px;
		width: 100%;
	}
	.cases-none-div {
		display: flex;
		gap: 160px;
	}
	.cases-none .app-title {
		color: var(--white);
		font-family: Neutral Face;
		font-size: 64px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-bottom: 8px;
	}
	.cases-none .app-subtitle {
		width: 90%;
	}
	.cases-sub-page-main-footer {
		width: 100%;
		display: flex;
		align-items: end;
		justify-content: space-between;
	}
	.element-block.element-block-period {
		display: flex;
		flex-direction: row;
		align-items: end;
		gap: 32px;
		border: none;
		padding: 13px 72px 22px;
	}
	.element-margin-left-auto-dsk {
		margin-left: auto;
	}
	.element-block-result-list.element-margin-left-auto-dsk {
		width: auto;
	}
	.element-text-margin-bottom-40 {
		margin-bottom: 40px  !important;
	}

	.element-block.element-block-flex {
		flex-direction: row;
		gap: 50px;
	}
	.element-block.element-align-center {
		align-items: center;
	}
	.element-text-double-col {
		display: flex;
		flex-wrap: wrap;
		gap: 50px;
		row-gap: 30px;
	}
	.element-text-double-col .element-text {
		width: calc(50% - 25px);
	}
	.element-subblock-title {
		width: 100%;
		color: var(--white, var(--white, #EBEBEB));
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		font-family: 'Futura PT', sans-serif;
		font-size: 48px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin: 0 0 24px 0;
	}
	.element-text-padding-left-50 {
		padding-left: 50px;
	}
}
.element-text-num {
	width: 100%;
	margin: 0;
	color: var(--white);
	font-family: 'Futura PT', sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.element-subblock-flex-column {
	flex-direction: column;
}
.element-text.element-text-large {
	color: var(--white);
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: 'Futura PT', sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cases-second-title.cases-second-title-xs {
	color: var(--green);
	font-family: Neutral Face;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 185.5%;
}
.element-headtitle {
	color: var(--white);
	font-family: Neutral Face;
	font-size: 56px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-top: 50px !important;
	margin-bottom: 0px;
}
.element-yard-block {
	gap: 20px;
}
.element-yard-row {
	display: flex;
	gap: 90px;
	align-items: center;
	width: 100%;
}
.element-yard-title {
	width: 650px;
	color: var(--white);
	font-family: Neutral Face;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.element-yard-title .grn {
	color: var(--green);
}
.element-yard-link {
	width: calc(100% - 740px);
	display: flex;
	flex-wrap: wrap;
}
.element-yard-link a  {
	color: var(--white);
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
}
.element-yard-link div {
	color: var(--white);
	font-family: 'Futura PT', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.element-green-gradient-bg .element-block {

}
.element-block.element-green-gradient-bg {
	background: linear-gradient(93deg, #24B861 5.97%, #24B89D 95.61%), var(--white, #EBEBEB);
}
.element-block.element-green-gradient-bg h2.element-title {
	margin-bottom: 0;
	color: var(--white);
}
.element-block-border-grn .element-block, .element-block-border-grn .element-subblock, .element-block-border-grn.element-main-block, .element-block-border-grn.element-block{
	border-color: var(--green);
}
.element-block-margin-left-auto {
	margin-left: auto;
}
.element-block-result-item-left {
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.element-block-result-item-left:first-child {
	width: 250px;
}
.element-block-result-item-left .element-text-result-comment {
	text-align: left;
}
.element-block-margin-auto {
	width: fit-content !important;
	margin: auto !important;
}
.cases-sub-page-item-nda {
	top: 35px;
	right: 35px;
	position: absolute;
	padding: 2px 14px 3px 16px;
	gap: 10px;
	align-items: center;
	border-radius: 42px;
	background: rgba(243, 89, 89, 0.30);
	color: var(--red);
	font-family: 'Futura PT', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media (max-width: 1323px) {
	.cases-sub-page-main-gradient:after {
		border-radius: 0px 0px 40px 40px;
	}
	.cases-sub-page-item-nda {
		top: 0;
		right: 0;
		position: relative;
		margin-left: auto;
		margin-bottom: 30px;
	}
	.cases-sub-page-site {
		margin-top: 28px;
		font-size: 16px;
	}
	.cases-sub-page-site a{
		font-size: 16px;
	}
	.cases-sub-page-main-footer {
		width: fit-content;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.element-block-result-item-left {
		text-align:  center !important;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.element-block-result-item-left:first-child {
		width: auto !important;
	
	}
	.element-block-result-item-left .element-text-result-comment {
		text-align: center !important;
	}
	
	.element-block-result-item-left .element-text.element-text-result {
		color: var(--green);
		font-family: 'Futura PT', sans-serif;
		font-size: 72px;
		font-style: normal;
		font-weight: 700;
		line-height: 60px;
	}
	.element-block-result-list.element-text-margin-bottom-20 {
		margin-bottom: 0px !important;
	}
	.element-text-margin-bottom-20.element-block-result-list.element-text-margin-bottom-56-mob {
		margin-bottom: 56px !important;
	}
	.element-green-gradient-bg.element-block {
		padding: 65px 20px;
	}
	.element-yard-block {
		gap: 56px;
	}
	.element-yard-row {
		display: flex;
		flex-direction: column;
		gap: 0px;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: 100%;
	}
	.element-yard-title {
		text-align: center;
		width: 100%;
		color: var(--white);
		font-family: Neutral Face;
		font-size: 40px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
	}
	.element-yard-title .grn {
		color: var(--green);
	}
	.element-yard-link {
		width: 100%;
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
	}
	.element-yard-link a  {
		color: var(--white);
		font-family: 'Futura PT', sans-serif;
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-decoration-line: underline;
	}
	.element-yard-link div {
		color: var(--white, var(--white, #EBEBEB));
		font-family: 'Futura PT', sans-serif;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.element-addblock-list {
		gap: 16px;
		row-gap: 16px;
		width: 100%;
	}
	.element-addblock-item-title {
		font-size: 32.508px;
		margin-bottom: 25px;
	}
	.element-addblock-item-nda {
		margin-left: auto;
		border-radius: 34.676px;
		background: rgba(243, 89, 89, 0.30);
		backdrop-filter: blur(3.928100347518921px);
		width: 136.807px;
		height: 62.308px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 7px;
		color: var(--red);
		font-family: Neutral Face;
		font-size: 32.557px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
	}
	.element-addblock-item {
		width: 100%;
		height: 229px;
		padding: 34px 38px 28px;
		display: flex;
		flex-direction: column;
		border-radius: 43.344px;
		border: 1.084px solid var(--white, #EBEBEB);
		background: var(--white, #EBEBEB);
	}
	p.element-text.fs-32-mob {
		font-size: 32px !important;
	}
	.fs-32-mob {
		font-size: 32px !important;
	}
	.element-text-margin-bottom-32-mob {
		margin-bottom: 32px  !important;
	}
	p.element-text.element-text-period {
		font-weight: 700;
		margin: auto;
		width: fit-content;
	}
	.element-text {
		width: 100%;
	}
	.element-text-margin-bottom-20-mob {
		margin-bottom: 20px !important;
	}
.element-title.element-title-no-margin-mob {
		margin-bottom: 0px !important;
	}
	.element-block-result {
		display: inline-flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		width: 100%;
		margin: 0 auto;
	}
	p.element-text.element-title-result {
		width: 100%;
		text-align: center;
		color: var(--black_bg);
		font-family: 'Futura PT', sans-serif;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.element-block-result-list {
		flex-direction: column;
		width: 100%;
		display: flex;
		gap: 56px;
	}
	.element-block-result-item {
		text-align: center;
	}
	.element-text-result {
	}
	
	.element-text-result-comment {
		text-align: center;
		color: var(--black_bg);
		font-family: 'Futura PT', sans-serif;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.element-headtitle {
		font-size: 32px;
	}
	.cases-second-title.cases-second-title-xs {
		color: var(--green, #24B861);
		font-family: Neutral Face;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 166.5%;
	}
	.element-title.element-title-grn {
		color: var(--green) !important;
		margin-bottom: 0 !important;
		font-family: Neutral Face;
		font-size: 47.628px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
	}
	.element-text.element-text-large {
		color: var(--white);
		text-shadow: none;
		font-family: 'Futura PT', sans-serif;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-bottom: 16px;
	}
	.element-text.element-text-result {
		text-align:center;
		color: var(--green);
	}
	.element-text.element-text-subresult {
		text-align:center;
		font-size: 24px;
	}
	.element-text.element-text-margin-bottom-mob-60 {
		margin-bottom: 60px !important;
	}
	ul.element-text, ol.element-text {
		width: 100%;
	}
	.element-subblock-title {
width: 100%;
		color: var(--white);
		font-family: 'Futura PT', sans-serif;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin: 0 0 32px 0;
	}
	.element-subblock h2.element-title {
		color: var(--green);
		font-family: Neutral Face;
		font-size: 48px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%; 
	}
	.element-subblock h2.element-title .element-subtitle {
		color: var(--green);
		font-family: Neutral Face;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%;
	}
	.element-text-double-col {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
	.element-unpadding {
		padding: 0 0px 0 40px;
		margin-top: 32px;
		width: 100% !important;
		background-color: var(--white);
	}
	.element-unpadding .element-block {
		padding: 115px 0px 115px 0px !important;
		width: 100%;
		margin: auto;
	}
	.element-unpadding .element-text {
		padding-right: 60px;
	}
	.cases-stat-btn {
		margin-top: 40px;
		color: var(--green);
		text-align: center;
		font-family: 'Futura PT', sans-serif;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-decoration-line: underline;
	}
	.element-title-small {
		border-radius: 52px !important;
		padding: 30px !important;
		font-size: 24px !important;
		width: min-content !important;
	}
	.fs-mob-16 {
		font-size: 16px !important;
		line-height: 18px !important;
	}
	.element-text-marker:before {
		content: "•";
		left: 8px;
		position: absolute;
		font-size: 24px;
		font-weight: 700;
	}
	.element-text-marker {
		padding-left: 38px !important;
		width: 100%;
		position: relative;
		font-size: 24px !important;
		font-weight: 700 !important;
		margin: 0;
	}
	.element-undertitle {
		z-index: 2;
		padding-left: 0;
		color: var(--white);
		font-family: 'Futura PT', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		margin-bottom: auto;
	}
	.element-white-bg .element-title {
		color: var(--black);
	}
	.element h2, .element-title {
		overflow-wrap: break-word;
		width: 100%;
		max-width: 100%;
		margin-top: 0;
		color: var(--white);
		font-family: Neutral Face;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		margin-bottom: 40px;
	}
	.element-block.element-white-bg {
		padding: 75px 21px;
		border: 0px solid var(--white);
		background: var(--white);
	}
	.element-svg {
		display: flex;
		right: 21px;
		top: 0;
		height: 100%;
		position: absolute;
	}
	.element-text-center {
		padding: 0px;
	}
	ol.element-text, ul.element-text {
		padding: 0 0px 0 28px;
	}
	.element-text-right {
		max-width: 100%;
		margin-left: auto;
	}
	.element p, .element-text {
		max-width: 100%;
		margin-top: 0;
		margin-bottom: 0;
		color: var(--white);
		font-family: 'Futura PT', sans-serif;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.element-block svg {
		margin: auto 0;
	}
	.element-block {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 115px 21px;
		border-radius: 80px;
		flex-direction: column;
		border: 2px solid var(--white);
	}
	section.element-padding {
		padding: 0 12px;
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	.cases-sub-page-item-subtitle {
		color: var(--green);
		font-family: 'Futura PT', sans-serif;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 90%;
		padding-left: 0px;
		margin-bottom: 16px;
	}
	.cases-sub-page-item-icon {
		margin-left: auto;
	}
	.cases-sub-page-item-tags {
		display: flex;
		gap: 8px;
		flex-wrap: wrap-reverse;
		margin-bottom: 0px;
	}
	.cases-sub-page-item-bar {
		flex-direction: column;
		align-items: start;
		width: 100%;
		margin-top: auto;
		display: flex;
		justify-content: space-between;
		gap: 16px;
	}
	.cases-sub-page-item-title {
		padding-left: 0px;
		color: var(--green);
		font-family: Neutral Face;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 90%;
		margin-bottom: 0px;
	}
	.cases-sub-page-item {
		padding: 32px 16px 32px;
		border-radius: 8px;
		background: var(--white);
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: start;
		height: auto;
		min-height: 182px;
	}
	.cases-sub-page-list {
		margin-top: 24px;
		padding: 0px 24px;
		display: flex;
		gap: 8px;
		flex-wrap: wrap;
		margin-bottom: 24px;
	}
	.cases-sub-page .prev-btn.aggo-btn {
		justify-content: left;
		font-weight: 500;
		width: 230px;
		transition: all 0.3s;
		border-color: var(--white);
		color: var(--white);
		padding-left: 32px;
		padding-right: 0px;
		margin: auto;
	}
	.cases-sub-page .prev-btn.aggo-btn:hover {
		padding-left: 120px;
	}
	.cases-sub-page .prev-btn.aggo-btn .aggo-btn-text {
		display: block;
	}
	.cases-sub-page-main-tag {
		padding: 8px 16px;
		border-radius: 32px;
		background: var(--green);
		color: var(--white);
		text-align: center;
		font-family: 'Futura PT', sans-serif;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.cases-sub-page-main-tags {
		z-index: 1;
		display: flex;
		gap: 8px;
		flex-wrap: wrap;
		max-width: 100%;
		margin-bottom: 80px;
	}
	.cases-sub-page-main-title {
		margin-top: auto;
		z-index: 1;
		padding: 14px 24px;
		border-radius: 97.709px;
		background: var(--white);
		color: var(--green);
		font-family: Neutral Face;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		margin-bottom: 24px;
		width: fit-content;
	}
	.cases-sub-page-main {
		position: relative;
		border-radius: 0px 0px 40px 40px;
		background: grey;
		padding: 32px 32px 74px;
		display: flex;
		flex-direction: column;
		align-items: start;
		height: 800px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.cases-sub-page-main:before {
		border-radius: 0px 0px 40px 40px !important;
	}
	.cases-page-item-tag {
		padding: 5px 10px;
		border-radius: 32px;
		background: var(--green);
		color: var(--white);
		text-align: center;
		font-family: 'Futura PT', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.cases-page-item-tags {
		z-index: 2;
		margin-top: auto;
		margin-left: 0;
		margin-bottom: 0;
		column-gap: 5px;
		row-gap: 5px;
		display: flex;
		flex-wrap: wrap-reverse;
		width: 100%;
	}
	.cases-page-item-title {
		text-align: center;
		width: 100%;
		z-index: 2;
		margin: 0 auto auto !important;
		padding: 8px 12px !important;
		border-radius: 73px;
		color: var(--green) !important;
		background: var(--white) !important;
		font-family: Neutral Face;
		font-size: 28px !important;
		font-style: normal;
		font-weight: 400 !important;
		line-height: 100%;
		text-transform: uppercase;
	}
	.cases-page-item {
		background-position: right !important;
		transition: all 0.4s;
		position: relative;
		width: 100% !important;
		min-height: 230px;
		padding: 16px 19px;
	}
	.cases-page-item.is-active {
		position: relative;
		width: 100% !important;
		min-height: 295px;
		padding: 16px 19px;
	}
	.cases-page-col {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	.cases-page-row {
		width: 100%;
		flex-direction: column;
		display: flex;
		gap: 8px;
	}
	.cases-page-list {
		padding: 0 24px;
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}


	#grnRects {
		transition: all 0.5s;
		opacity: 0;
		display: flex;
		justify-content: space-between;
		align-items: end;
		width: calc(100% - 40px);
		z-index: -1;
		position: fixed;
		bottom: -109px;
	}
	#grnRects.is-load {
		opacity: 1;
	}
	#grnRects.is-load.is-over {
		bottom: 1400px;
	}
	#goAnim {
		transition: all 0.5s;
		width: 140%;
		height: auto;
		position: fixed;
		left: -1000px;
		bottom: -2px;
	}
	#goAnim.is-load {
		left: -164px;
	}
	#goAnim.is-load.is-over {
		left: 1200px;
	}
	.advantage {
		width: 100%;
	}
	.advantage.is-over {
		height: 0;
	}
	.advantage-content {
		transition: all 0.5s;
		padding: 20px;
		position: relative;
		padding-top: 208px;
		color: var(--white);
		font-family: Neutral Face;
		font-size: 60px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
	}
	.advantage-content.is-load {
		padding-top: 100px;
	}
	.advantage-content.is-load.is-over {
		position: fixed;
		top: -1080px;
	}
	#rectangle5 {
		margin-left: 5px;
		width: 160px;
		height: 348px;
		border-radius: 153px;
		border: 36px solid var(--green);
	}
	#rectangle6 {
		margin-right: 0px;
		width: 160px;
		height: 537px;
		border-radius: 153px;
		border: 36px solid var(--green);
	}
	#mainMobSlide1 {
		flex-direction: column;
		justify-content: center;
	}
	#mainMobSlide2 {
		padding-top: 60px;
	}
	#mainMobSlide2 .main-mob-text {
		writing-mode: vertical-rl;
		margin-right: 14px;
	}
	#mainMobSlide2 .main-mob-pro {
		line-height: 70px;
	}
	#mainMobSlide3 {
		padding-top: 130px;
		flex-direction: column;
		justify-content: center;
	}
	#mainMobSlide3 .main-mob-text:last-child{
		margin-left: auto;
		writing-mode: vertical-rl;
	}
	#mainMobSlide4 {
		padding: 0 96px;
		flex-direction: column;
		justify-content: center;
	}
	#mainMobSlide4 .main-mob-pro {
		margin-bottom: 40px;
	}
	#mainMobSlide4 .main-mob-text {
		line-height: 100%;
		writing-mode: vertical-rl;
	}
	section.main {
		transition: all 0.5s;
		overflow: hidden;
	}
	section.main.is-over {
		height: 0;
	}
	#mainMobSlider {
		transition: all 0.5s;
		position: relative;
		top: 0;
	}
	.main.is-over #mainMobSlider {
		top: -1368px;
	}
	.main-mob-slide {
		overflow: hidden;
		height: 100vh;
		padding: 0 32px;
		display: flex;
	}
	.main-mob-text, .main-mob-pro {
		height: fit-content;
		width: fit-content;
		position: relative;
		color: var(--white);
		font-family: Neutral Face;
		font-size: 72px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.main-mob-text {
		transition: all 0.6s;
	}
	.main-mob-pro {
		transition: all 0.7s;
		display: flex;
		align-items: center;
	}
	.main-mob-pro:after {
		content: "";
		position: absolute;
		right: -80px;
		background: var(--green);
		width: 72px;
		height: 72px;
		border-radius: 180px;
	}
	.about-main {
		overflow: hidden;
		position: relative;
	}
	.team-slider {
		transition: all 0.5s;
		padding: 0 24px 0 10px;
		position: relative;
	}
	.team-content {
		position: relative;
		transition: all 0.5s;
		top: 0;
		opacity: 1;
		width: 100%;
		padding: 64px 24px;
	}
	.is-over .team-slider {
		top: -1400px;
	}
	.is-over .team-content {
		top: -1400px;
	}
	.team-title {
		font-size: 56px;
	}
	.team-subtitle {
		font-size: 24px;
	}

	.team {
		transition: all 0.5s;
		justify-content: center;
		flex-direction: column;
		display: flex;
		height: 100vh;
		margin-top: 0px;
	}

	.team.is-over {
		height: 0;
	}
	.team.pages {
		justify-content: center;
		flex-direction: column;
		display: flex;
		height: 100vh;
		margin-top: 0px;
	}
	.team-circle.is-over {
		opacity: 0;
	}
	.team-circle {
		transition: all 0.5s;
		opacity: 1;
		position: relative;
		height: 160px;
		width: 160px;
	}
	#rectangle4 {
		width: 142px;
		height: 227px;
		left: 10px;
		top: auto;
		bottom: 8px;
	}
	#rectangle3 {
		right: 23px;
		width: 142px;
		height: 227px;
		left: auto;
		top: 0px;
	}
	.about-pluses-content {
		padding: 257px 16px 257px 17px;
	}
	.about-pluses-title {
		padding: 0 45.5px 0 46.5px;
		color: var(--green);
		font-family: Neutral Face;
		font-size: 56px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		width: 100%;
		margin-bottom: 24px;
	}
	.about-pluses-list {
		display: flex;
		margin: 0;
		padding: 0 0 0 30px;
		color: var(--white);
		font-family: Neutral Face;
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		flex-direction: column;
		gap: 24px;
	}
	.about-main-title {
		font-size: 56px;
	}
	.about-main-text {
		font-size: 24px;
	}
	#rectangle1 {
		right: -55px;
		left: auto;
		top: 91px;
		width: 142px;
		height: 1387px;
	}
	#rectangle2 {
		width: 142px;
		height: 476px;
		left: 33px;
		top: 600px;
	}
	.about-main .about-main-content:first-child .about-main-title:nth-child(3) {
		text-align: left;
		font-size: 56px;
		color: var(--green);
	}
	.about-main .about-main-content:first-child .about-main-title:nth-child(1) {
		margin-bottom: 16px;
		font-size: 56px;
	}
	.about-main .about-main-content:first-child .about-main-title:nth-child(2) {
		flex-wrap: wrap;
		display: flex;
		font-size: 56px;
		padding-left: 0px;
		margin-bottom: 16px;
	}
	.about-main .about-main-content:first-child .about-main-title:nth-child(2) span{
		font-size: 32px;
	}
	.about-main .about-main-content:last-child {
		padding: 0px 24px 284px 24px;
	}
	.about-main .about-main-content:first-child {
		padding: 137px 16px 545px 32px;
	}
	.creative img {
		transform: rotate(-35deg);
		max-width: 100%;
	}
	section {
		width: 100%;
	}
	.mf-message,.mfeedback textarea { 
		display: none !important;
	}
	.mfeedback {
		padding: 50px 16px 30px;
		border-radius: 80px 80px 0px 0px;
	}
	.feedback-title {
		font-size: 56px;
		text-align: left;
		margin-bottom: 8px;
	}
	.mfeedback #feedbackForm {
		width: 100%;
		margin: auto;
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	.feedback-col {
		width: 100%;
	}
	.feedback-col:last-child {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		gap: 20px;
		margin-bottom: 136px;
	}
	.fileinput-wrapper {
		max-width: 89px;
		min-width: 89px;
	}
	.fileinput {
		width: 89px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 78px;
		gap: 20px;
		margin-bottom: 0px;
	}
	.fileinput span {
		display: none !important;
	}
	.form-btn {
		position: absolute;
		bottom: 55px;
		width: calc(100% - 32px) !important;
	}
	.file-bar {
		max-width: calc(100% - 109px);
		min-width: calc(100% - 109px);
		padding: 0 6px;
		display: flex;
		flex-direction: column-reverse;
	}
	.file-scale { 
		width: 100%;
		margin-bottom: 0px;
	}
	.file-info {
		margin-bottom: 10px;
	}

	.contacts .container {
		padding: 142px 27px 84px 62px;
		flex-direction: column;
		gap: 56px;
	}
	.contacts-col {
		width: 100%;
	}
	.pages .app-content {
		padding-bottom: 116px;
	}
	.d-mob-none {
		display: none !important;
	}
	#mainMobSlide1 .main-mob-pro {
		right: -370px;
	}
	#mainMobSlide1 .main-mob-text {
		right: -350px;
	}
	#mainMobSlide1.is-active .main-mob-pro {
		right: 0px;
	}
	#mainMobSlide1.is-active .main-mob-text {
		right: 0px;
	}
	#mainMobSlide2 .main-mob-pro {
		right: -240px;
	}
	#mainMobSlide2 .main-mob-text {
		right: -350px;
	}
	#mainMobSlide2.is-active .main-mob-pro {
		right: 0px;
	}
	#mainMobSlide2.is-active .main-mob-text {
		right: 0px;
	}
	#mainMobSlide3 .main-mob-pro {
		right: -350px;
	}
	#mainMobSlide3 .main-mob-text {
		right: -350px;
	}
	#mainMobSlide3.is-active .main-mob-pro {
		right: 0px;
	}
	#mainMobSlide3.is-active .main-mob-text {
		right: 0px;
	}
	#mainMobSlide4 .main-mob-pro {
		right: -320px;
	}
	#mainMobSlide4 .main-mob-text {
		right: -300px;
	}
	#mainMobSlide4.is-active .main-mob-pro {
		right: 0px;
	}
	#mainMobSlide4.is-active .main-mob-text {
		right: 0px;
	}
	.fileinput.is-error:before {
		border-radius: 13px !important;
	}
	.cases-none-div .app-title {
		color: var(--white);
		font-family: Neutral Face;
		font-size: 40px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-bottom: 8px;
	}
	.cases-none-div .app-subtitle {
		color: var(--white);
		font-family: 'Futura PT', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		margin-bottom: 32px;
	}
}

@media (min-width: 1324px) {
	.d-dsk-none {
		display: none !important;
	}
}
.d-none {
	display: none !important;
}
.main-row {
	transition: all 0.4s;
	position: relative;
}

#row2, #row3, #row4 {
	opacity: 0;
	position: relative;
	top: -136px;
}
.is-ready#row2,.is-ready#row3,.is-ready#row4 {
	opacity: 1;
	top: 0px;
}
.is-end #row1, .is-end #row2 {
	position: relative;
	left: -2000px;
}
.is-end #row3, .is-end #row4 {
	position: relative;
	right: -2000px;
}
.fileinput.is-error {
	position: relative;
	color: var(--white);

}
.fileinput.is-error span {
	color: var(--white) !important;
}
.fileinput.is-error path {
    fill: var(--white) !important;
}
.fileinput.is-error:before {
	content: "";
	z-index: -1;
	background-color: var(--red);
	width: calc(100% - 14px);
	left: 7px;
	top: 7px;
	height: calc(100% - 14px);
	border-radius: 17px;
	position: absolute;
}
.simple-case-content{
	max-width:750px;
	margin:0 auto;
	padding-bottom:50px !important;
	font-family: 'Futura PT', sans-serif;
    color: #1e1e1e;
}
.simple-case-content p{
	font-family: 'Futura PT', sans-serif !important;
	font-size: 20px;
    font-weight: 450;
    margin-top: 8px;
    margin-bottom: 12px;
}
.simple-case-content h2{
	z-index: 2;
	margin-top: 50px;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
	position:relative;
	display:inline-block;
}
.simple-case-content h2:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 92%;
    background: #F9D403;
    height: 15px;
    left: 0;
    bottom: 5px;
    max-width: 230px;
}
.btn-scroll-next svg:hover #mouse{
	stroke:#ffe300 !important;
	transition:300ms;
} 
.btn-scroll-next svg:hover #wheel{
	stroke:#24AE5D !important;
	transition:300ms;
} 
.simple-case-content ul{
	margin-bottom: 30px;
	padding-left: 30px;
    list-style-type: none;
}
.simple-case-content a{
	   color: #1e1e1e;
}
.simple-case-content ul li{
	position: relative;
    font-weight: 400;
    font-size: 20px;
    margin-top: 20px;
}
.simple-case-content ul li:before{
    content: '';
    position: absolute;
    left: -30px;
    top: 14px;
    margin: auto;
    width: 18px;
    height: 2px;
	background-color: #24b862;	
}
.simple-case-content img{
	width: 100%;
    display: block;
    margin: 45px 0;
    border: 5px solid #24b861;
    box-shadow: 6px 7px 7px rgba(0,0,0,.1);	
}
@media (max-width: 1323px) {
	.simple-case-content {
		padding:10px;
	}
}
.respectation-s-text:before{
    content: '“';
    font-family: 'FuturaPT-Demi';
    font-weight: 500;
    font-size: 177.95px;
    line-height: 103.7%;
    color: #24B861;

    transform: rotate(-0.84deg);
    position: absolute;
    top: -65px;
    left: -66px;
}


.respectation-s-text:after{
    content: '“';
    font-family: 'FuturaPT-Demi';
    font-weight: 500;
    font-size: 177.95px;
    line-height: 103.7%;
    color: #24B861;

    transform: rotate(-0.84deg);
    position: absolute;
    bottom: -20px;
    right: -44px;
    transform: rotate(-180deg);
}
.kir-ul li:before{
    content: '“' !important;
    color: #F9D403;
    position: absolute;
    left: -1px;
    top: -2px;
    font-size: 24px;
}
.pitergsm .progress {
    width: 100%;
}
body .green-window__btn, body .caseYami-seven--button, body .caseKFC__seven--button, body .caseSever-nine--button, body .caseRehau-ten--button{
    margin: 19px auto;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.footer-blog {
	text-decoration: underline;
}
.clientlab-thanks .clientlab-form-modal {
	padding: 24px 0px;
	text-align: center;
    color: var(--green);
    font-family: 'Futura PT', sans-serif;
    background: none;
    position: relative;
}
.clientlab-thanks .clientlab-form-modal h3 {
    font-size: 32px;
}
.clientlab-thanks .clientlab-form-modal p {
    font-size: 24px;
}
@media (min-width: 1324px) {
	.clientlab-thanks .clientlab-form-modal {
		background: none;
		padding: 24px 240px !important;
		position: relative;
	}
	.content-padding {
		padding-right: 100px;
	}
}
.breadcrumb-section {
	background: var(--white);
    padding-top: 115px;
    padding-bottom: 24px;
}
.bx-breadcrumb {
    display: flex;
    margin: 0px 0;
}
.bx-breadcrumb .bx-breadcrumb-item:last-child a {
    color: var(--black_bg);
}
.bx-breadcrumb .bx-breadcrumb-item {
    display: flex;
    color: var(--black_bg);
    float: left;
    margin-bottom: 0px;
    white-space: nowrap;
    line-height: 14px;
    vertical-align: middle;
    margin-right: 8px;
    align-items: center;
}
.bx-breadcrumb .bx-breadcrumb-item a {
    color: #2E2E2E50;
    border-bottom: 0;
}
.breadcrumb-dot {
    display: flex;
    height: 3px;
    width: 3px;
    color: #2E2E2E50;
    margin-right: 8px;
}
.breadcrumb-dot circle {
	fill: #2E2E2E50;
}
.bx-breadcrumb .bx-breadcrumb-item span {
    font-family: 'Futura PT', sans-serif;
    font-size: 16px;
    white-space: normal;
}
/* End */


/* Start:/bitrix/templates/newaggo/css/owl.carousel.css?16995323324744*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/newaggo/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/bitrix/templates/newaggo/css/owl.theme.default.css?16995333561380*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/* End */


/* Start:/bitrix/templates/newaggo/components/bitrix/menu/horizontal_multilevel1/style.css?17320276904365*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0 0 0 24px; 
	padding:0;
	width:auto;
	display: flex;
	list-style:none;
	text-align: center;
	font-family: 'Futura PT', sans-serif;;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
	gap: 16px;
}
@media (max-width: 1323px) {
	#bx_incl_area_2 {
		margin:auto 0; 
	}
	#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
	{
		margin:auto 0; 
		padding:0px 64px 0;
		width:auto;
		display: flex;
		flex-direction: column;
		list-style:none;
		text-align: left;
		font-family: 'Futura PT', sans-serif;;
		font-size: 40px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; 
		gap: 16px;
	}
	#horizontal-multilevel-menu li
	{
		text-align: left;
	}
	#horizontal-multilevel-menu a {
    	width: fit-content;
	}
}
#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	text-decoration:none;
	text-align:center;
	color: var(--black_bg);
}

#horizontal-multilevel-menu li
{

}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	padding: 4px 16px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	padding: 4px 16px;
	border-radius: 25px;
	background: var(--green, #24B861);
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	border-radius: 25px;
	background: var(--green, #24B861);
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{

}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{

}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{

}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{

}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{

}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{

}

/*Item link*/
#horizontal-multilevel-menu li ul a
{

}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{

}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{

}

#horizontal-multilevel-menu li ul ul
{

}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{

}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{

}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/bitrix/templates/newaggo/components/bitrix/main.feedback/newaggo/style.css?1698155083179*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {}
div.mf-name input, div.mf-email input {}
div.mf-message textarea {}
span.mf-req {}
div.mf-ok-text {}

/* End */
/* /bitrix/templates/newaggo/styles.css?1732728799154191 */
/* /bitrix/templates/newaggo/css/owl.carousel.css?16995323324744 */
/* /bitrix/templates/newaggo/css/owl.theme.default.css?16995333561380 */
/* /bitrix/templates/newaggo/components/bitrix/menu/horizontal_multilevel1/style.css?17320276904365 */
/* /bitrix/templates/newaggo/components/bitrix/main.feedback/newaggo/style.css?1698155083179 */
