@font-face {
	font-family: "KharkivTone";
	src: url(../assets/fonts/KharkivTone-Regular.woff);
	src: url(../assets/fonts/KharkivTone-Regular.woff) format("embedded-opentype"),
		url(../assets/fonts/KharkivTone-Regular.woff2) format("wof2f"),
		url(../assets/fonts/KharkivTone-Regular.ttf) format("truetype");
	font-weight: 400;
	font-display: swap
}

@font-face {
	font-family: "Montserrat";
	src: url(../assets/fonts/Montserrat-Regular.woff);
	src: url(../assets/fonts/Montserrat-Regular.woff) format("embedded-opentype"),
		url(../assets/fonts/Montserrat-Regular.woff2) format("woff"),
		url(../assets/fonts/Montserrat-Regular.ttf) format("truetype");
	font-weight: 400;
	font-display: swap
}

@font-face {
	font-family: "Montserrat";
	src: url(../assets/fonts/Montserrat-Bold.woff);
	src: url(../assets/fonts/Montserrat-Bold.woff) format("embedded-opentype"),
		url(../assets/fonts/Montserrat-Bold.woff2) format("woff"),
		url(../assets/fonts/Montserrat-Bold.ttf) format("truetype");
	font-weight: 700;
	font-display: swap
}


html {
	overflow-x: hidden;
}

html.locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.85;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

:-moz-placeholder {
	color: inherit;
	opacity: 0.85;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

::-moz-placeholder {
	color: inherit;
	opacity: 0.85;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.85;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

:focus::-webkit-input-placeholder {
	opacity: 0
}

:focus:-moz-placeholder {
	opacity: 0
}

:focus::-moz-placeholder {
	opacity: 0
}

:focus:-ms-input-placeholder {
	opacity: 0
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

textarea {
	resize: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

abbr,
fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: 400
}

ul li {
	list-style: none;
	color: inherit
}

caption,
th {
	text-align: left
}

input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block
}

img,
video {
	max-width: 100%;
	height: auto;
	display: block;
}

footer,
header,
section {
	min-width: 320px;
}

.scrollTop,
.scrollto,
a,
button,
svg {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

a,
a:active,
a:focus,
a:hover,
button,
button:active,
button:focus,
button:hover,
input,
input:active,
input:focus,
textarea,
textarea:active,
textarea:focus {
	text-decoration: none;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}

section {
	position: relative;
}

a {
	color: inherit
}

:after,
:before,
a,
button,
div,
footer,
form,
header,
input,
li,
nav,
p,
section,
ul,
textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important
}

input:invalid {
	-webkit-box-shadow: none;
	box-shadow: none
}

button {
	border: none
}

html {
	overflow-x: hidden
}

@-webkit-keyframes autofill {
	to {
		color: inherit;
		background: #fff;
	}
}

input:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}


[data-aos=fade-up] {
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
}

textarea.form-control {
	min-height: 140px;
	line-height: 1.2em;
	padding-top: 20px;
	padding-bottom: 20px;
}

:root {
	--color-primary: #060210;
	--color-secondary: #A6A6A6;
	--color-accent: #FF9300;
	--gap: 20px;
	--section-gap: 80px;
	--color-bg: #F6F6F6;
	--pic-height: 370px;
}



.flex-wrap {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: var(--gap);
}

body {
	min-width: 320px;
	position: relative;
	opacity: 1;
	margin: 0;
	padding: 0;
	color: var(--color-primary);
	font-family: "Montserrat";
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 400;
	background: var(--color-bg);
	-webkit-transition: background 1s ease;
	transition: background 1s ease;
	overflow-x: hidden;
	border: 0;
}

a,
a:hover {
	text-decoration: none
}


section {
	position: relative;
	padding: var(--section-gap) 0;
}

.d-none {
	display: none;
}

h1,
h2,
h3,
h4 {
	line-height: 1em;
	font-weight: 400;
	font-family: "KharkivTone";
	text-transform: uppercase;
}

h1 {
	font-size: 100px;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	margin-bottom: 40px;
}

h2 {
	font-size: 64px;
	letter-spacing: -0.045em;
	margin-bottom: 30px;
}

h3 {
	font-size: 25px;
	margin-bottom: 20px;
}

.button {
	border: none;
	outline: none;
	cursor: pointer;
	position: relative;
	padding: 0 5px;
	max-width: 280px;
	width: 100%;
	height: 72px;
	background: transparent;
	border-radius: 5px;
	border: 1px solid var(--color-primary);
	font-weight: 700;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-size: 20px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.button-accent {
	border-color: transparent;
	background: url(../assets/images/btn-bg.svg) no-repeat center/cover;
}

.button:hover {
	border-color: var(--color-accent);
}

.button-accent:hover {
	border-color: transparent;
	-webkit-filter: drop-shadow(0px 0px 25px rgba(228, 133, 2, 0.35));
	filter: drop-shadow(0px 0px 25px rgba(228, 133, 2, 0.35));
}

.button:active,
.button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
	outline: none;
}

.button:active,
.button:focus {
	border-color: var(--color-accent);
	-webkit-filter: drop-shadow(0px 0px 30px rgba(228, 133, 2, 0.75));
	filter: drop-shadow(0px 0px 30px rgba(228, 133, 2, 0.75));
}

.pic-wrap {
	overflow: hidden;
	display: block;
}

.pic {
	-o-object-fit: cover;
	object-fit: cover;
	height: auto;
	min-height: 100%;
}


.cookies {
	padding: 20px 0px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	background: #fff;
	color: #000;
	-webkit-filter: drop-shadow(15px 15px 20px rgba(131, 92, 72, 0.1));
	filter: drop-shadow(15px 15px 20px rgba(131, 92, 72, 0.1));
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 25;
	display: none;
	-webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
}

.cookies.show {
	display: block;
}

.cookies .container {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cookies .button {
	height: 44px;
	line-height: 42px;
	max-width: 180px;
	font-size: 16px;
}

.menu-item:hover {
	color: var(--color-accent);
}

.menu-icon {
	position: relative;
	width: 30px;
	height: 30px;
	z-index: 15;
	cursor: pointer;
	display: none;
}

.hamburger {
	height: 2.5px;
	width: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50px;
	background-color: var(--color-primary);
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.hamburger::before,
.hamburger::after {
	content: "";
	position: absolute;
	height: inherit;
	border-radius: inherit;
	background-color: inherit;
	width: 50%;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.hamburger::before {
	top: -7px;
	left: 0;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.hamburger::after {
	bottom: -7px;
	right: 0;
	-webkit-transform-origin: right;
	transform-origin: right;
}

.hamburger.open {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.hamburger.open::before {
	top: 0;
	-webkit-transform: translateX(100%) rotate(-90deg);
	transform: translateX(100%) rotate(-90deg);
}

.hamburger.open::after {
	bottom: 0;
	-webkit-transform: translateX(-100%) rotate(-90deg);
	transform: translateX(-100%) rotate(-90deg);
}

.mobile-menu {
	background: var(--color-bg);
	position: fixed;
	padding: 20px 20px;
	z-index: 13;
	top: 90px;
	width: 0;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
	text-align: center;
}

.mobile-menu.active {
	visibility: visible;
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
	transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
}

.mobile-menu .menu {
	display: block !important;
}

.mobile-menu .menu-item {
	margin: 30px 0;
	border-left: none;
}

html.modal-is-locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

::-webkit-scrollbar,
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #fafafa;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: var(--color-accent);
	-webkit-box-shadow: 0 0 1px var(--color-accent);
}

.menu-item:hover {
	text-decoration: none;
}

.menu-item > a {
	position: relative;
	display: inline-block;
}

.link:after,
.menu-item > a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -15%;
	left: 0;
	width: 0;
	height: 1px;
	background: var(--color-accent);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.container {
	max-width: 1210px;
	padding: 0 15px;
	margin: 0 auto;
}

header {
	position: relative;
	min-height: 840px;
	background: url(../assets/images/offer-bg.png) no-repeat right bottom;
}

.nav-bar {
	padding: 15px 0;
	position: fixed;
	width: 100%;
	z-index: 222;
}

.scroll .nav-bar {
	background: var(--color-bg)
}

.nav-bar .container {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}

.menu {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.logo {
	display: inline-block;
	max-width: 180px;
	width: 100%;
}

.logo img {
	width: 100%;
}

.menu-item {
	font-family: 'Montserrat';
	line-height: 1.2em;
	border-left: 1px solid var(--color-primary);
}

.menu-item a {
	margin: 0 67px;
}

.offer {
	padding-top: 208px;
}

.offer-block {
	max-width: 820px;
}

.offer-desc {
	font-size: 20px;
	line-height: 1.25em;
}

.benefits:after,
.case:before {
	content: "";
	display: block;
	position: absolute;
	background: url(../assets/images/about-bg.svg) no-repeat center/contain;
	width: 837px;
	height: 1220px;
	z-index: -1;
}

.benefits:after {
	left: 0;
	bottom: -142px;
}

.case:before {
	left: 0;
	top: 400px;
}


.benefits-content {
	max-width: 880px;
	margin-left: auto;
}

.benefits-content h4,
.about-content h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.benefits-content p:not(:last-of-type) {
	margin-bottom: 20px;
}

.benefits-content ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

.benefits-content li {
	margin-bottom: 5px;
	list-style: disc;
}

.benefits-content p {}

.benefits .section-heading {
	max-width: 680px;
}

.benefits-buttons {
	margin-top: 60px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}


/*

.arrows-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.arrow {
	display: inline-block;
	width: 20px;
	height: 26px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 22;
	position: relative;
	background: url(../assets/images/arrow.svg) no-repeat center/contain;
}

.arrow-prev {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.arrow:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.arrow-prev:hover {
	-webkit-transform: scale(1.1) rotate(-180deg);
	transform: scale(1.1) rotate(-180deg);
}

[hidden] {
	display: none !important;
}
*/

.services .section-heading {
	text-align: right;
}

.card {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 85px 50px 45px;
	position: relative;
}

.card span {
	position: absolute;
	font-family: 'KharkivTone';
	font-size: 120px;
	line-height: 1em;
	text-transform: uppercase;
	background: url(../assets/images/btn-bg.svg) no-repeat center/cover;
	-webkit-background-clip: text;
	color: transparent;
	right: 50px;
	top: 40px;
}

.card h3 {
	z-index: 1;
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 50px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.card ul {
	margin-top: 30px;
	padding-left: 20px;
}

.card li {
	margin-bottom: 5px;
	list-style: disc;
}

.services-item {
	width: calc(50% - 20px);
	max-width: 480px;
	min-height: 444px;
}

.services-list {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.services-list,
.skills-list,
.about-content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.skills-item {
	width: calc(33% - 10px);
	max-width: 380px;
	min-height: 409px;
}

.services-item:first-of-type {
	background: #ffffff url(../assets/images/services-bg1.svg) no-repeat center bottom;
}

.services-item:nth-of-type(2) {
	background: #ffffff url(../assets/images/services-bg2.svg) no-repeat center bottom;
}

.cases:after,
.header_inner:after,
.case:after {
	content: "";
	display: block;
	position: absolute;
	width: 1315px;
	height: 1751px;
	background: url(../assets/images/cases-bg.svg) no-repeat center/contain;
	z-index: -1;
}

.cases:after {
	right: 0;
	bottom: -425px;
}

.header_inner:after {
	right: -30%;
	top: 80px;
}

.case:after {
	right: -10%;
	bottom: -220px;
}

.case {
	position: relative
}


.cases-wrap {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.cases .section-heading {
	max-width: 340px;
	margin-bottom: -10px;
}

.section-desc_cases {
	margin-left: auto;
	padding-right: 20px;
}

.cases-item {
	margin-top: 60px;
	cursor: pointer;
}

.cases-item:nth-of-type(odd) .cases-pic-wrap {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.cases-pic-wrap {
	width: calc(66% - 10px);
	border-radius: 5px;
}

.cases-content {
	width: calc(33% - 10px);
	padding-top: 60px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cases-content h3 {
	margin-bottom: 0;
}

.cases-tips {
	gap: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: auto;
}

.cases-tips li {
	padding: 10px 20px;
	line-height: 20px;
	height: 40px;
	text-align: center;
	border: 1px solid #000000;
	border-radius: 100px;
}

.skills .section-heading {
	max-width: 540px;
}

.about {
	background: url(../assets/images/aboutus-bg.svg) fixed no-repeat center/cover;
}

.about .section-heading {
	text-align: right;
}

/*
.about-content {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
*/

.about-content {
	max-width: 880px;
	margin-left: auto;
}

.about-content p:not(:last-of-type) {
	margin-bottom: 20px;
}

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

.form-input {
	max-width: 100%;
	width: 100%;
	position: relative;
	display: inline-block;
}

.form-control {
	max-width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #555555;
	height: 64px;
	width: 100%;
	line-height: 44px;
	padding: 10px 30px;
	padding-left: 0;
	font-weight: 400;
	font-size: 14px;
	color: #555555;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.form-input label {
	position: relative;
	width: 185px;
	font-size: 16px;
	text-align: left;
	text-transform: none;
	margin-bottom: 10px;
	display: block;
	padding-left: 30px;
}

.form-control.error {
	color: darkred;
}

.form-input label.error,
#agree-error {
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	color: darkred;
	padding-left: 0px;
	padding-right: 0px;
	height: 24px;
	display: block;
	position: absolute;
	width: auto;
	max-width: 100%;
	bottom: -32px;
	left: 0px;
}

.form-control.valid {
	color: var(--color-primary);
}

.form-control:focus,
.form-control:active {
	color: var(--color-primary);
}


.agree {
	position: relative;
	text-align: left;
	margin: 20px 0 40px;
}

.agree label {
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	position: relative;
	padding-left: 35px;
	display: block;
	max-width: 470px;
}

.agree label a {
	/*	color: #0074b3;*/
}

.agree label a:hover {
	color: inherit
}

.agree input[type=checkbox] {
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
}

.agree input[type=checkbox] ~ .agree-label:before {
	content: "";
	position: absolute;
	border: 1px solid #555555;
	width: 20px;
	height: 20px;
	left: 0px;
	top: 0px
}

.agree input[type=checkbox] ~ .agree-label:after {
	width: 100%;
	height: 100%;
	background: var(--color-accent);
	-webkit-clip-path: polygon(45% 64%, 84% 14%, 100% 28%, 47% 100%, 0 49%, 15% 32%);
	clip-path: polygon(45% 64%, 84% 14%, 100% 28%, 47% 100%, 0 49%, 15% 32%);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform .3s;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	position: absolute;
	width: 18px;
	height: 15px;
	display: block;
	content: "";
	left: 1px;
	top: 2px;
}

.agree input[type=checkbox]:checked ~ .agree-label:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

#form-loader {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(240, 242, 251, 0.79);
	-webkit-backdrop-filter: blur(5рx);
	backdrop-filter: blur(5px);
	overflow: hidden;
	z-index: 20000
}

#form-loader img {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px
}

#form-success {
	display: none;
	padding-top: 50px;
}

.popup {
	max-width: 600px;
	padding: 80px 60px 60px;
	background: var(--color-bg);
	border-radius: 5px;
	-webkit-box-shadow: 0px 24px 34px rgb(0 29 179 / 5%);
	box-shadow: 0px 24px 34px rgb(0 29 179 / 5%);
}

.popup .form-button {
	margin-right: auto;
}

.remodal-close {
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 10;
	outline: none;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 2.21571L19.7843 0L11 8.78429L2.21571 0L0 2.21571L8.78429 11L0 19.7843L2.21571 22L11 13.2157L19.7843 22L22 19.7843L13.2157 11L22 2.21571Z' fill='%23060210'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: transparent;
	top: 20px;
	right: 20px;
}

.remodal-close:hover,
.remodal-close:focus {
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 2.21571L19.7843 0L11 8.78429L2.21571 0L0 2.21571L8.78429 11L0 19.7843L2.21571 22L11 13.2157L19.7843 22L22 19.7843L13.2157 11L22 2.21571Z' fill='%23FF9300'/%3E%3C/svg%3E");
}

.remodal-overlay {
	-webkit-backdrop-filter: blur(5рx);
	backdrop-filter: blur(5px);
}

#socials {
	display: none;
}

.contacts {
	background: url(../assets/images/contacts-bg.svg) no-repeat right -300px top -240px;
	min-height: 1004px;
}

.contacts-content {
	max-width: 485px;
}

.contacts .socials {
	margin: 30px 0 40px;
	max-width: 300px;
}

.form-button {
	display: block;
	margin-left: auto;
}

.privacy {
	border-bottom: 1px solid var(--color-primary);
}

.footer {
	padding: 0px 0px 80px;
}

.footer-wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

.socials-item:first-of-type {
	background-image: url(../assets/images/linkedin-icon.svg);
}

.socials-item:nth-of-type(2) {
	background-image: url(../assets/images/mail-icon.svg);
}

/*
.socials-item:nth-of-type(3) {
	background-image: url(../assets/images/phone-icon.svg);
}
*/

.socials-item:nth-of-type(3) {
	background-image: url(../assets/images/telegram-icon.svg);
}

.socials-item {
	display: inline-block;
	padding-left: 40px;
	margin: 10px 0;
	height: 30px;
	line-height: 30px;
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.socials-item:not(:last-of-type) {
	margin-right: 40px;
}

.socials-item:hover {
	color: var(--color-accent);
}

.privacy:hover {
	color: var(--color-accent);
	border-bottom-color: var(--color-accent);
}

.copyright {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	text-align: right;
	margin-top: 50px;
	font-size: 14px;
}

.case-slider {
	margin-bottom: 30px;
}


.case-pic-wrap {
	max-width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 5px;
}

.arrows-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin: 60px 0 100px;
	-webkit-column-gap: 90px;
	column-gap: 90px;
	position: relative;
}

.arrows-wrap_case:after {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 1px;
	background: var(--color-primary);
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


.arrow {
	display: inline-block;
	line-height: 20px;
	height: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 22;
	position: relative;
}

.arrow-prev:after {
	content: "prev"
}

.arrow-next:after {
	content: "next"
}

.arrow:hover {
	color: var(--color-accent);
}

.header_inner {
	background: none;
	min-height: auto;
}

.header_inner .offer-block {
	margin: 0 auto;
	text-align: center;
}

.header_inner .offer {
	padding-top: 208px;
}

.case-content {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 100px;
}

.case-content a {
	border-bottom: 1px solid var(--color-primary);
}

.case-content a:hover {
	color: var(--color-accent);
	border-bottom-color: transparent;
}

.case-content p:not(:last-of-type) {
	margin-bottom: 20px;
}

.case-content h3:not(:first-of-type) {
	margin-top: 40px;
}

.case-content h4:not(:first-of-type) {
	margin-top: 20px;
}

.case-content h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.case-content ul {
	margin-top: 30px;
	padding-left: 20px;
}

.case-content li {
	margin-bottom: 5px;
	list-style: disc;
}

.case-content .cases-tips {
	padding-left: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 80px;
}

.cases-tips li {
	list-style: none;
	margin-bottom: 0;
}

.case-nav .case-pic-wrap {
	cursor: pointer;
}

.case-nav .case-pic-wrap:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
	background: url(../assets/images/btn-bg.svg) no-repeat center/cover;
	opacity: 0.5;
	border-radius: 5px;
}

.case-nav .case-pic-wrap:hover:after {
	opacity: 0;
}


.swiper-slide-active .case-pic-wrap:after {
	opacity: 0;
}

@media screen and (max-width:1200px) {
	:root {
		--section-gap: 60px;
	}

	.offer {
		padding-top: 160px;
	}

	.menu-item a {
		margin: 0 37px;
	}

	h1 {
		font-size: 80px;
	}

	h2 {
		font-size: 56px;
	}

	header {
		background-size: 80%;
	}

	.contacts {
		background: url(../assets/images/contacts-bg.svg) no-repeat right -300px top -240px/80%;
		min-height: 700px;
	}

	.footer {
		padding-bottom: 60px;
	}

	.case-content {
		padding: 100px 70px;
	}
}

@media screen and (max-width:992px) {

	:root {
		--section-gap: 50px;
	}

	h3 {
		margin-bottom: 5px;
	}

	.case-content h3 {
		margin-bottom: 10px;
	}

	.nav-bar .menu {
		display: none;
	}

	.menu-icon {
		display: block;
	}

	.offer {
		padding-top: 100px;
	}

	h1 {
		font-size: 56px;
	}

	h2 {
		font-size: 48px;
	}

	.nav-bar {
		position: static;
	}


	.skills-item {
		width: calc(50% - 20px);
	}

	.cases-pic-wrap,
	.cases-content {
		width: calc(50% - 10px);
	}

	.about-content p {
		max-width: none;
	}

	.contacts {
		min-height: auto;
	}

	.form-button {
		margin-left: 0;
	}

	.socials-item {
		background-size: 20px;
		padding-left: 30px;
	}

	.copyright {
		margin-top: 0;
		text-align: left;
	}

	.contacts {
		background: url(../assets/images/contacts-bg.svg) no-repeat right -350px top /80%;
	}

	.form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 554px;
		margin: 0 auto;
	}

	.form-input {
		max-width: 100%;
	}

	.form-button {
		width: 100%;
		max-width: 554px;
	}


	.form {
		margin-right: auto;
	}

	.subscribe,
	.benefits {
		padding: 70px 0;
	}

	.steps,
	.thanks {
		padding-top: 70px;
	}

	.footer {
		padding: 40px 0;
	}

	.footer-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.benefits:after,
	.case:before {
		-webkit-transform: scale(0.5) translate(-50%, 0%);
		transform: scale(0.5) translate(-50%, 0%);
	}

	.cases:after,
	.header_inner:after,
	.case:after {
		-webkit-transform: scale(0.5) translate(50%, 50%);
		transform: scale(0.5) translate(50%, 50%);
	}


	.case-content {
		padding: 80px 40px;
	}

	.header_inner .offer {
		padding-top: 100px;
	}

	.arrows-wrap {
		margin: 40px 0 60px;
	}

	.case-slider {
		margin-bottom: 20px;
	}

	.case-content .cases-tips {
		margin-top: 40px;
	}
}

@media screen and (max-width:767px) {

	.section-heading {
		margin-bottom: 20px;
	}


	h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}


	.card,
	.cases-pic-wrap,
	.cases-content {
		width: 100%;
	}

	.cases-pic-wrap {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: 1;
		order: 1;
	}

	.cases-content {
		padding-top: 20px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}


	.flex-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contacts {
		background: none;
	}

	.section-desc_cases {
		margin-left: 0;
	}

}

@media screen and (max-width:600px) {
	:root {
		--section-gap: 40px;
	}

	header {
		min-height: 550px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 22px;
	}


	.button {
		width: 100%;
		max-width: 554px;
	}

	.offer {
		padding: 50px 0;
	}

	.offer-heading {
		max-width: 290px;
	}

	.header_inner .offer-heading {
		max-width: 100%;
	}

	.header_inner .offer {
		padding-bottom: 0;
	}

	.offer-desc {
		margin: 20px 0 25px;
	}

	.offer-text {
		border-left-width: 4px;
		padding: 5px 0px 5px 10px;
		margin-bottom: 25px;
	}


	.section-desc {
		font-size: 18px;
	}

	.benefits-item,
	.steps-item {
		width: 100%;
	}


	.subscribe,
	.benefits {
		padding: 50px 0;
	}

	.card {
		padding-top: 55px;
	}

	.card span {
		font-size: 90px;
		right: 35px;
	}

	.card {
		padding: 65px 35px 35px;
		min-height: auto;
	}

	.card ul {
		margin-top: 20px;
	}

	.cases-item {
		margin-top: 50px;
	}

	footer .socials-item:not(:last-of-type) {
		margin-right: 0;
	}

	footer .socials {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.socials-item {
		margin: 5px 0;
	}

	.footer-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.button {
		height: 60px;
		line-height: 60px;
		font-size: 18px;
	}

	.copyright {
		text-align: center;
	}

	.case-content {
		padding: 40px 20px;
	}

	.case-content .cases-tips {
		margin-top: 30px;
	}

	.arrows-wrap {
		margin: 20px 0 40px;
	}

	.case-slider {
		margin-bottom: 10px;
	}

	.popup {
		padding: 50px 30px 40px;
	}

	.remodal-close {
		right: 10px;
		top: 10px;
	}

	.cookies .container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
}
