:root {
	--page-bg: #242424;
	--page-x-padding: 20px;
	--theme-color: #f19703;
	--inner1Vh: 4.97px;
	--sbw: 17px;
}

* {
	box-sizing: border-box;
	line-height: 1.2em;
}

.message.success{
	border:1px solid #C0C0C0;
	padding:20px;
	text-align:center;
	background-color:#C0C0C015;
}

html,
body {
	position: relative;
	scroll-behavior: smooth;
}

body {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat';
	/* font-size: 1.3em; */
	padding: 0;
	margin: 0;
	color: #fff;
	background-color: var(--page-bg);
}

body>* {
	position: relative;
}

a {
	text-decoration: none;
	color: inherit;
}

header {
	padding-top: 75px;
}

header::after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	border-radius: 3px;
	background-color: var(--theme-color);
	position: absolute;
	left: 0;
	top: 100%;
}

img {
	max-width: 100%;
}

.mb-box>* {
	margin: 20px 0;
}

.my-1 {
	margin: 1em 0;
}

.my-2 {
	margin: 2em 0;
}

.my-3 {
	margin: 3em 0;
}

.mx-1 {
	margin: 0 1em;
}

.mx-2 {
	margin: 0 2em;
}

.mx-3 {
	margin: 0 3em;
}

.mx-auto {
	margin: 0 auto;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
	position: relative;
}

.my-3 {
	margin: 30px 0;
}

.my-5 {
	margin: 50px 0;
}

.text-dark {
	color: #000 !important;
}

.text-center {
	text-align: center;
}

.hidden-overflow {
	overflow: hidden;
}

.capitalize {
	text-transform: capitalize;
}

.uppercase {
	text-transform: uppercase;
}

.theme-color {
	color: var(--theme-color);
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fs-italic {
	font-style: italic;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex-grow-1 {
	flex: 1;
}

.gap {
	gap: 20px;
}

.align-items-center {
	align-items: center;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

.page-gradient {
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.46;
	z-index: -1;
}

.theme-gradient {
	width: 705px;
	height: 705px;
	position: absolute;
	top: calc(-715px / 2);
	left: calc(50% + 60px);
	transform: translateX(-50%);
	background-image: url('../images/theme-gradient.svg');

}

.dark-gradient {
	width: 705px;
	height: 705px;
	position: absolute;
	top: -200px;
	left: 0px;
	transform: translateX(-50%);
	background-image: url('../images/dark-gradient.svg');
}

.btn {
	position: relative;
	cursor: pointer;
	font-size: 1.1em;
	display: inline-block;
	border-radius: 50px;
	color: #fff;
	background-color: var(--theme-color);
	font-weight: 500;
	text-transform: uppercase;
	padding: 9px 18px;
	border: none;
	max-width: 320px;
}

.btn.circle {
	padding-left: 35px;
}

.btn.circle::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: currentColor;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.logo {
	height: 83px;
	width: 190px;
	background-image: url('../images/logo.webp');
	background-position: center center;
	background-size: 290px;
	background-repeat: no-repeat;
}

.languages{
	margin-left: 15px;
}

.lang-elem{
	text-transform: uppercase;
	padding: 5px 10px;
	border: 1px solid var(--theme-color);
	border-radius: 5px;
}

.menu {
	gap: 10px;
}

.menu-item {
	display: inline-block;
	text-align: center;
	padding: 12px 0;
	border: 2px solid transparent;
	border-radius: 5px;
	min-width: 110px;
	transition: 250ms;
}

.menu-item:hover {
	border-color: #b89078;
}

.menu-item.active {
	font-weight: bold;
}

.slide-box {
	gap: 40px;
}

.slide-content {
	flex: 1;
}

.slide-title {
	font-size: 3em;
}

.slide-image {
	margin-top: 20px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}

.slide.home .slide-image {
	width: 400px;
	height: 430px;
	transform: scale(-1, 1);
	background-size: 160%;
	background-image: url('../images/call-center.jpg');
}

.slide.services .slide-image {
	width: 363px;
	height: 363px;
	background-size: cover;
	background-image: url('../images/service-hours.webp');
	overflow: hidden;
}

.slide.contact-us .slide-image {
	width: 363px;
	height: 363px;
	background-size: cover;
	background-image: url('../images/contacts-image-slide.webp');
}

.slide.contact-us .slide-image .star-orbite {
	width: calc(100% + 82px);
	bottom: -8px;
	right: -3px;
}

.slide.services .btn {
	max-width: 100%;
}

.slide.services .slide-image::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: inherit;
	height: inherit;
	background-image: url('../images/waves.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .5;
}

.slide-image .star-orbite {
	width: calc(100% + 70px);
	height: 141px;
	transform: scale(-1, 1);
	position: absolute;
	right: -3px;
	bottom: 7px;
	background-image: url('../images/star-orbite.svg');
	background-position: center -173px;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 1;
}

.our-about-styled-quotes {
	margin: 0 auto;
	margin-top: 60px;
	max-width: 475px;
}

.our-about-styled-quotes-break {
	background-color: var(--theme-color);
	border-radius: 3px;
	width: 100%;
	height: 5px;
	width: calc(100% - 80px);
	position: absolute;
}

.our-about-styled-quotes-break.start {
	right: 0;
}

.our-about-styled-quotes-break.finish {
	left: 0;
}

.our-about-styled-quotes-break.start::before,
.our-about-styled-quotes-break.finish::after {
	font-size: 5.5em;
	position: absolute;
	color: var(--theme-color);
	line-height: 45px;
}

.our-about-styled-quotes-break.start::before {
	content: '\275D';
	right: 100%;
	margin-right: 20px;
}

.our-about-styled-quotes-break.finish::after {
	content: '\275E';
	left: 100%;
	margin-left: 20px;
}

.our-about-styled-quotes-text {
	text-align: center;
	font-style: italic;
	font-size: 1.3em;
	padding: 35px 0;
}

.our-about-styled-cards {
	margin-bottom: 45px;
}

.our-about-styled-cards>div:first-child {
	margin-top: 50px;
	justify-content: space-between;
	gap: 20px;
}

.our-about-styled-card {
	line-height: 1.4em;
	font-size: 1.1em;
	width: 50%;
	max-width: 450px;
}

.our-about-styled-card.first {
	text-align: left;
}

.our-about-styled-card.second {
	text-align: right;
	margin-top: 20px;
}

.our-about-styled-card.third {
	margin: 0 auto 0 25%;
	text-align: center;
}

.our-about-styled-title-cards {
	gap: 1px;
}

.our-about-styled-title-card {
	width: calc(50% - 1px);
	display: flex;
	flex-direction: column;
}

.our-about-styled-title-card-title {
	height: 65px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: var(--theme-color);
	text-decoration: underline;
}

.our-about-styled-title-card-title.left {
	background-image: url('../images/card-gradient-left.jpg');
}

.our-about-styled-title-card-title.right {
	background-image: url('../images/card-gradient-right.jpg');
}

.our-about-styled-title-card-text {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	text-align: center;
	border: 1px solid #fff;
	border-top-color: transparent;
	color: var(--theme-color);
	margin: 0 5px;
	font-size: 0.9em;
	flex: 1;
}

.our-about-experience-intro>div {
	margin-top: 60px;
}

.our-about-experience-intro>div:first-child {
	gap: 40px;
}

.our-about-experience-intro h2:nth-child(2) {
	text-align: center;
	margin: 40px 0;
	font-size: 1.4em;
	font-weight: bold;
}

.our-about-experience-intro-image {
	width: 210px;
	height: 200px;
	border-radius: 50%;
	background-image: url('../images/woman.webp');
	background-size: 148%;
	background-repeat: no-repeat;
	background-clip: content-box;
	background-position: -99px center;
}

.our-about-experience-intro-content {
	flex: 1;
}

.our-about-experience-h2 {
	font-size: 1.2em;
	margin-bottom: 20px;
}

.our-about-experience-intro-list-items li {
	margin-left: 1.7em;
	line-height: 1.38805606em;
	list-style-type: disc;
}

.our-about-experience-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: calc(calc(100% - 20px) / 3);
}

.our-about-experience-card-icon {
	width: 104px;
	height: 104px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}

.our-about-experience-card:nth-child(1) .our-about-experience-card-icon {
	background-image: url('../images/inbound.svg');
}

.our-about-experience-card:nth-child(2) .our-about-experience-card-icon {
	background-image: url('../images/outbound.svg');
}

.our-about-experience-card:nth-child(3) .our-about-experience-card-icon {
	background-image: url('../images/bpo.svg');
}

.our-about-experience-card-description {
	text-align: center;
	padding: 0 30px;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1.5em;
}

.our-about-experience-review {
	gap: 20px;
	align-items: center;
	margin-bottom: 100px;
}

.our-about-experience-floating-cards {
	margin-bottom: 100px;
}

.our-about-experience-review-quote {
	text-align: center;
}

.our-about-experience-review-content {
	flex: 1;
}

.our-about-experience-review-image {
	width: 109px;
	height: 109px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url('../images/group.svg');
}

.our-about-experience-review-author {
	text-align: right;
}

.our-about-experience-floating-cards h2 {
	text-align: center;
	font-size: 1.3em;
}

.our-about-experience-floating-cards-columns {
	gap: 20px;
}

.our-about-experience-floating-cards-column {
	width: calc(50% - 10px);
}

.our-about-experience-floating-cards-column h3 {
	line-height: 1.4em;
}

.our-about-experience-floating-cards-column p {
	line-height: 1.4em;
}

.our-about-experience-floating-cards-column:first-child {
	text-align: left;
}

.our-about-experience-floating-cards-column:last-child {
	text-align: right;
}

.our-about-experience-floating-cards-column:last-child>ul>li:first-child {
	margin-top: 30px;
}

.our-about-experience-floating-cards-column:last-child>ul>li:last-child {
	margin-top: 60px;
}

.our-about-experience-floating-cards-column>ul>li {
	margin-bottom: 30px;
}

.our-values-contact-us-cards {
	gap: 20px;
}

.our-values-contact-us-cards>li {
	width: calc(calc(100% - 60px) / 4);
	max-width: 320px;
	text-align: center;
}

.contact-info-columns {
	gap: 30px;
}

.contact-info-column:first-child {
	width: calc(45% - 30px);
}

.contact-info-column:last-child {
	width: calc(55% - 30px);
}

.contact-info-column:first-child>* {
	margin-bottom: 40px;
}

.contact-info-addresses-content {
	flex: 1;
}

.contact-info-address {
	gap: 20px;
	margin-bottom: 20px;
}

.contact-info-addresses-content>div,
.contact-info-addresses-items>li {
	line-height: 1.57em;
	font-size: 0.9em;
}

.contact-info-address-map {
	width: 175px;
	height: 200px;
	background-image: url('../images/contacts-map.png');
	background-repeat: no-repeat;
	background-position: center;
}

.contact-form {
	padding: 30px 50px;
}

.contact-form::before {
	background-image: url('../images/contact-form-bg.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.17;
	z-index: -1;
}

.contact-form>form {
	padding: 20px 0;
}

.contact-form-field-row {
	width: 100%;
}

.contact-form-field-row input,
.contact-form-field-row textarea {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	width: inherit;
	color: #fff;
	min-height: 60px;
	font-size: .9em;
	padding: 0 15px;
	font-family: inherit;
}

.contact-form-field-row textarea {
	padding: 15px;
	min-height: 100px;
}

.contact-info-socials-wrapper {
	flex-direction: column;
	align-items: center;
	margin: 30px 0;
	gap: 30px;
}

.contact-info-socials {
	gap: 40px;
}

.contact-info-socials-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.contact-info-socials-icon {
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.contact-info-socials-icon.instagram {
	background-image: url('../images/instagram.svg');
}

.contact-info-socials-icon.facebook {
	background-image: url('../images/facebook.svg');
}

.contact-info-socials-icon.linkedin {
	background-image: url('../images/linkedin.svg');
}

.copyright {
	font-size: 0.9em;
	text-align: center;
}

.our-about-experience-additional {
	text-align: center;
	margin-bottom: 60px;
}

.our-about-experience-additional h3,
.our-about-experience-additional p {
	line-height: 1.5em;
	font-size: 0.9em;
}

.our-team-title {
	text-align: center;
}

.our-team-card-image {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.our-team-card:nth-child(1) .our-team-card-image {
	background-image: url('../images/team-person-1.svg');
}

.our-team-card:nth-child(2) .our-team-card-image {
	background-image: url('../images/team-person-2.svg');
}

.our-team-card:nth-child(3) .our-team-card-image {
	background-image: url('../images/team-person-3.svg');
}

form.contact-us,
.contact-us-full-form-intro {
	max-width: 830px;
	margin: 0 auto;
}

.attachments-checkobxes {
	flex-direction: column;
}

.attachments-checkobxes [type="file"]::file-selector-button {
	font-weight: bold;
	padding: 0.5em;
	color: var(--theme-color);
	border: thin solid var(--theme-color);
	border-radius: 5px;
	background-color: #242424;
}

.contact-us-full-form-intro-image {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url('../images/pointer.svg');
}

label {
	user-select: none;
	display: inline-block;
	min-width: 130px;
}

.group-rows-title {
	margin: 20px 0;
}

.row {
	gap: 10px;
}

.row.column>div {
	flex-direction: column;
	align-items: initial;
}

.row>div {
	display: flex;
	flex: 1;
	gap: 10px;
	margin-bottom: 10px;
	align-items: center;
}

.row textarea {
	width: 100%;
	min-height: 90px;
	resize: vertical;
	padding: 10px 15px;
	font-family: inherit;
}

.row [type="text"],
.row [type="email"] {
	min-height: 30px;
	padding: 0 15px;
	gap: 20px;
	flex: 1;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]+label::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid var(--theme-color);
	border-radius: 3px;
	margin-right: 8px;
	vertical-align: text-top;
}

input[type="checkbox"]:checked+label::before {
	background-color: var(--theme-color);
}

.our-team-cards {
	gap: 20px;
	margin-bottom: 60px;
}

.our-team-card {
	width: calc(calc(100% - 40px) / 3);
	max-width: 305px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	text-align: center;
}

@media only screen and (max-width: 980px) {

	header {
		padding-top: 30px;
	}

	label {
		min-width: 90px;
	}

	.menu {
		margin-bottom: 20px;
	}

	.wrapper {
		padding: 0 15px;
	}

	.mb-box>* {
		margin: 15px 0;
	}

	.logo {
		height: 64px;
		width: 165px;
		background-size: 229px;
	}



	.theme-gradient {
		width: 60vw;
		height: 60vw;
	}

	.our-about-styled-card {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.our-about-styled-card.third {
		margin: 0;
		text-align: left;
	}

	.slide-title {
		font-size: 2em;
	}

	.slide-image {
		width: 80vw !important;
		height: 80vw !important;
		max-width: 450px;
		max-height: 450px;
		align-self: center;
	}

	.our-about-styled-title-cards {
		flex-direction: column;
	}

	.our-about-styled-title-card {
		width: 100%;
		margin-bottom: 15px;
	}

	.our-about-experience-intro>div:first-child {
		margin-top: 30px;
		flex-direction: column;
		align-items: center;
	}

	.our-about-experience-card {
		width: 100%;
		max-width: 450px;
		margin-bottom: 30px;
	}

	.contact-info-column:first-child,
	.contact-info-column:last-child {
		width: 100%;
		max-width: 450px;
	}

	.our-about-experience-floating-cards-column {
		width: 100%;
	}

	.justify-content-between,
	.our-values-contact-us-cards,
	.our-about-experience-floating-cards-columns,
	.contact-info-columns,
	.our-about-experience-cards,


	.attachments-checkobxes {
		align-items: flex-start;
	}

	.attachments-checkobxes>div {
		margin-bottom: 20px;
	}

	.our-values-contact-us-cards>li,
	.our-team-card {
		width: 100%;
	}

	.contact-info-socials-icon {
		width: 20px;
		height: 20px;
	}
}

@media only screen and (max-width: 384px) {
	.menu-item {
		min-width: 80px;
	}

	.row {
		gap: 0;
	}
}