input,
select,
textarea {
	-webkit-transition: all .17s ease-in-out;
	-o-transition: all .17s ease-in-out
}

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

button,
select {
	cursor: pointer
}

button,
input,
textarea {
	border: none;
	background: 0 0
}

.btn,
.companies-offer,
.logo-title {
	text-align: center
}

@font-face {
	font-family: "DMSerifDisplay-Regular";
	src: url("../fonts/DM_Serif_Display/DMSerifDisplay-Regular.woff2") format('woff2'), url("../fonts/DM_Serif_Display/DMSerifDisplay-Regular.woff") format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Prompt-Medium";
	src: url("../fonts/Prompt/Prompt-Medium.woff2") format('woff2'), url("../fonts/Prompt/Prompt-Medium.woff") format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Prompt-Regular";
	src: url("../fonts/Prompt/Prompt-Regular.woff2") format('woff2'), url("../fonts/Prompt/Prompt-Regular.woff") format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}

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

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

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

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1190px;
	padding: 0 10px
}

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

.row-nowrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.row-gutters {
	margin-left: -15px;
	margin-right: -15px
}

.column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.btn,
.logo:before {
	display: inline-block
}

.align-horisontal-start {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.align-horisontal-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.align-horisontal-end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.align-horisontal-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

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

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

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

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

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

.col-w-16 {
	width: 16.666666%;
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6)
}

.col-w-20 {
	width: 20%
}

.col-w-25 {
	width: 25%
}

.col-w-33 {
	width: 33.3333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3)
}

.col-w-50 {
	width: 50%
}

.col-w-100,
img,
textarea {
	width: 100%
}

.col-gutters {
	padding: 0 15px
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul {
	margin: 0;
	padding: 0
}

html {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html.is-fixed {
	overflow: hidden
}

*,
:after,
:before {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit
}

body {
	font: 15px Prompt-Regular, Arial, sans-serif;
	line-height: 1.53;
	min-width: 320px;
	opacity: 1;
	position: relative;
	color: #000;
	background-color: #B4ADA7
}

input,
textarea {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: all .17s ease-in-out
}

button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 0
}

textarea {
	resize: vertical
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition: all .17s ease-in-out
}

a,
button {
	outline: 0;
	-webkit-transition: all .17s ease-in-out;
	-o-transition: all .17s ease-in-out
}

a {
	transition: all .17s ease-in-out
}

button {
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: all .17s ease-in-out
}

img {
	height: auto
}

.disable-hover,
.disable-hover * {
	pointer-events: none !important
}

.btn {
	padding: 12px 40px;
	font: 1em Prompt-Regular, Arial, sans-serif;
	color: #000;
	border: 1px solid #000;
	-webkit-transition: all .17s ease-in-out;
	-o-transition: all .17s ease-in-out;
	transition: all .17s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 50px;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.btn:hover {
	background-color: #000;
	color: #fff
}

.left-content {
	bottom: 90px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: fixed;
	z-index: 1;
	height: calc(100vh - 180px);
}

.logo-title {
	color: #000;
	font-family: DMSerifDisplay-Regular, Arial, sans-serif;
	font-size: 90px;
	line-height: 1.2;
}

.logo-title span {
	display: block;
	font-size: 2.5em;
	line-height: 1
}

.contact-info-list {
	padding-left: 40px;
	padding-top: 45px;
}

.contact-info-list li {
	margin-bottom: 20px;
}

.contact-info-list li:last-child {
	margin-bottom: 0;
}

.contact-info-list li a {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #000;
	font-size: 16px;
	font-family: Prompt-Regular, Arial, sans-serif;
}

.contact-info-list li .icon {
	width: 48px;
	height: auto;
}


.logo-wrapper {
	width: 50%;
	padding-right: 80px
}

.logo-picture {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 52%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	z-index: -1;
	/* right: 50%; */
	/* width: 100% */
}

.sect__companies {
	padding: 90px 0
}

.companies {
	width: 50%;
}

.companies-offer {
	padding: 16px;
	border: 1px solid;
	border-radius: 10px;
	margin-bottom: 10px;

	font-family: Prompt-Regular, Arial, sans-serif;
	color: #000;
}

.company {
	border-radius: 10px;
	background-color: #eae8e5;
	padding: 20px 30px;
	margin-bottom: 10px
}

.company:last-child {
	margin-bottom: 0
}

.company-description {
	color: #979491;
}

.company-description>div {
	max-width: 180px;
	margin-right: 1rem
}

.company-title {
	font: 25px Prompt-Medium, Arial, sans-serif;
	line-height: 38px;
	margin-bottom: 8px;
	color: #000
}


/* --- cv-section__inner --- */
.cv-section__inner {
	padding-top: 70px;
	padding-bottom: 70px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.cv-section-back {
	position: sticky;
	top: 70px;
	width: 404px;
	flex-shrink: 0;
	order: 999;
	background-color: #EAE8E5;
	border-radius: 10px;
	padding: 34px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cv-section-back__heading {
	color: #000;
	font-family: "Prompt-Medium";
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.cv-section-back .btn {
	padding-left: 22px;
	padding-right: 22px;
	background-color: #000;
	color: #fff;
}

.cv-box {
	max-width: 570px;
	font-family: "DMSerifDisplay-Regular";
}

.cv-box h1 {
	color: #000;
	font-size: 72px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0.95em;
}

.cv-box h3 {
	color: #000;
	font-size: 42px;
	margin-bottom: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cv-box .cv-heading {
	margin-top: 50px;
	margin-bottom: 8px;
	color: #FFF;
	font-size: 72px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cv-box p {
	color: #000;
	font-family: "Prompt-Regular";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 2em;
	line-height: 1.5;
}

.cv-box hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border-color: #000;
}

.cv-box .cv-languages {
	padding-top: 20px;
}

.cv-box .cv-languages>.cv-heading {
	margin-top: 0;
	margin-bottom: 0;
}



@media screen and (max-width:1200px) {
	.logo-title {
		font-size: 70px
	}

	.logo {
		width: 560px
	}

	.logo-wrapper {
		max-width: 560px
	}

	.contact-info-list {
		padding-top: 20px;
		padding-left: 20px;
	}

	.left-content {
		margin-top: -260px;
		margin-bottom: 50px;
	}

}

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

	.companies,
	.logo {
		position: relative
	}

	.companies,
	.logo-wrapper {
		width: 100%;
		max-width: 100%
	}

	.logo-picture {
		height: auto;
	}

	.sect__companies {
		padding-top: 0px;
	}



	.companies {
		flex: none;
		width: 100%;
		margin-top: 0;
	}

	.companies__row {
		flex-wrap: wrap
	}

	.logo {
		width: 100%
	}

	.logo:before {
		height: 65%
	}

	.logo-wrapper {
		padding: 0;
	}

	.logo-picture {
		position: relative;
		width: calc(100% + 20px);
		margin-left: -10px;
	}

	.left-content {
		position: relative;
		height: auto;
		bottom: 0px;
	}

	/* --- cv-section__inner --- */
	.cv-section__inner {
		padding-top: 10px;
		padding-bottom: 50px;
		flex-direction: column;
	}

	.cv-section-back {
		position: relative;
		top: auto;
		order: -1;
		margin-bottom: 50px;
		width: 100%;
		flex-shrink: 1;
		padding: 20px;
	}

	.cv-box h1 {
		font-size: 58px;
		margin-bottom: 0.4em;
	}

	.cv-box h3 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.cv-box .cv-heading {
		font-size: 50px;
		margin-top: 30px;
	}

	.cv-box p {
		font-size: 16px;
	}


	.cv-box hr {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:767px) {
	.logo-wrapper {
		margin: 0 auto
	}

}

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

	body {
		font-size: 14px;
		line-height: 21px
	}

	.logo-wrapper {
		flex: none
	}



	.logo-title {
		font-size: 42px
	}

	.logo-title span {
		line-height: 1.3
	}

	.companies-offer {
		padding: 15px
	}

	.company {
		padding: 25px 20px
	}

	.company-title {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 10px
	}

	.btn {
		padding: 10px 30px;
		font-size: 14px
	}
}