/*!
Theme Name: Arash BC
*/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100vh;
	background-color: #191b1d;
	transition: 0.8s;
}

.animate{
  animation: moveSlideshow 3s linear infinite;
}

@keyframes moveSlideshow {
  100% {
    transform: translate3d(calc(-100% + 100vw), 0, 0);
  }
}

.success-msg {
	color: #fff;
	font-family: 'DaxlinePro';
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    color: #fff;
	display: none;
}

.success-msg.success {display: block;}

.error-msg {
	color: #fff;
	position: absolute;
	bottom: 2px;
	left: 0;
	display: none;
}

.error-msg.error {
	display: block;
}

.front__desc.no-mobile {
	display: flex;
	align-items: center;
}

.page-offices__tabs-long-image {
	text-align:center;
}

.preloader.loaded {
	top: -100%;
	opacity: 0;
}
.o-kompanii .main__figure {
	top: 15%;
    left: 40%;
}

.yes-mobile {
	display: none;
}

.about__circles-border img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.langs {
	margin-left: 55px;
}
.langs__items {
	display: flex;
	flex-direction: column;
}

.o-kompanii .main__title {
	transform: translateX(150%);
}

.lang__item {
	margin-bottom: 11px;
	transition: 0.3s;
	text-transform: uppercase;
}

.lang__item.item {
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.lang__item.item:hover {
	color: #fff;
}

.lang__item:last-child {
	margin-bottom: 0;
}

.header.up .lang__item.item:hover {
	color: #262729;
}

.langs:hover .item {
	opacity: 1;
	visibility: visible;
}

.m-header-btn {
	color: #fff;
	padding: 8px 21px;
	background: #000;
	border-radius: 100px;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: 0.5s;
}

/* animation code */
.m-header-btn span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #E5E5E5;
	transition: 0.5s;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.m-header-btn div {
	position: relative;
	z-index: 3;
}

.m-header-btn:hover {
	color: #000;
	background-color: #E5E5E5;
}
.m-header-btn:hover span {
	width: 450px;
	height: 450px;
}
/* animtion code */

.header_pages {
	opacity: 1;
	transform: translateX(0);
	padding-bottom: 131px;
	background: #b7babe;
	position: absolute;
	top: 0;
	left: 0;
}

.page-gallery {
	background-color: #000;
	padding-bottom: 77px;
}

.pages_title {
	font-family: 'DaxlinePro';
	font-weight: 700;
	font-size: 150px;
	color: #fff;
	height: 175px;
	margin-top: -85px;
	position: relative;
	display: block;
	margin-bottom: 41px;
	overflow: hidden;
	z-index: 999;
}

.pages_title span {
	position: absolute;
	left: 0;
	top: 100%;
}

.tabs-links {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
	opacity: 0;
	transition: 0.5s;
}

.tabs-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'DaxlinePro';
	font-weight: normal;
	font-size: 26px;
	line-height: 46px;
	background: #262729;
	border-radius: 100px;
	color: #fff;
	transition: 0.3s;
	width: 250px;
	height: 56px;
	transition: 0.3s;
}

.tabs-link__icon {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	display: flex;
}

.tabs-link__icon svg path {
	transition: 0.3s;
}

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

.tabs-link:hover svg path {
	fill: #000;
}

.tabs-link_active {
	color: #000;
	background-color: #fff;
}

.tabs-link_active svg path {
	fill: #000;
}

.tabs-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tabs-content__image {
	width: 48.5%;
	height: 371px;
	margin-bottom: 40px;
}

.tabs-content__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-contacts {
	padding-bottom: 122px;
	background-color: #b7babe;
	position: relative;
}

.page-contacts__title {
	margin-bottom: 65px;
}

.page-contacts__email {
	color: #000;
	margin-bottom: 175px;
}

.contact {
	display: block;
	margin-bottom: 16px;
	font-family: 'DaxlinePro';
	font-weight: 700;
	font-size: 30px;
	height: 39px;
	line-height: 39px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.contact span {
	position: absolute;
	top: 100%;
}

.contact_phone {
	color: #000;
}
.contact_location {
	font-size: 20px;
	line-height: 26px;
	height: 51px;
	font-weight: 400;
}

.form {
	max-width: 950px;
	width: 100%;
	height: 499px;
	background-color: #000;
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 55px;
}

.form-group {
	position: relative;
}

.form__input {
	position: relative;
	z-index: 2;
	font-family: 'DaxlinePro';
	font-weight: 400;
	font-size: 25px;
	line-height: 32px;
	color: #fff;
	background: none;
	border: 0;
	outline: none;
	margin-bottom: 28px;
	border-bottom: 1px solid #828282;
	padding: 10px 0;
	width: 100%;
}

.form__input:focus + .form-placeholder {
	display: none;
}

.form-placeholder.hide {
	display: none;
}

.form-placeholder.show {
	display: block;
}

.form-placeholder {
	font-family: 'DaxlinePro';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 128.9%;
	color: #fff;
	position: absolute;
	bottom: 35px;
	left: 0;
}

.form-placeholder span {
	font-family: 'DaxlinePro';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 128.9%;
	color: #828282;
}

.form__input::placeholder {
	font-family: 'DaxlinePro';
	font-weight: 400;
	font-size: 25px;
	line-height: 32px;
	color: #fff;
}

.form__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
}

.form__button button {
	will-change: transform;
	--x: 50%;
	--y: 50%;
	position: relative;
	height: 100%;
	padding: 13px 33px;
	border-radius: 100px;
	font-family: 'DaxlinePro';
	font-weight: 500;
	font-size: 30px;
	line-height: 39px;
	overflow: hidden;
	line-height: none;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	border: 0;
	outline: none;
	background: none;
}

.form__button button span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 100%;
	position: relative;
	z-index: 3;
	color: #000;
	line-height: 130.4%;
}

.form__button button:hover span {
	color: #fff;
}

.form__button button:before {
	content: '';
	left: 50%;
	top: 50%;
	right: auto;
	bottom: auto;
	width: 110%;
	-webkit-transform: scale(0) translate(-50%, -50%);
	-ms-transform: scale(0) translate(-50%, -50%);
	transform: scale(0) translate(-50%, -50%);
	-webkit-transform-origin: var(--x) var(--y);
	-ms-transform-origin: var(--x) var(--y);
	transform-origin: var(--x) var(--y);
	min-height: 100%;
	border-radius: 100px;
	background-color: #B7BABE;
	padding-top: 100%;
	z-index: 1;
	pointer-events: none;
	-webkit-transition-property: background-color, border-color, box-shadow,
		-webkit-transform;
	transition-property: background-color, border-color, box-shadow,
		-webkit-transform;
	transition-property: transform, background-color, border-color, box-shadow;
	transition-property: transform, background-color, border-color, box-shadow,
		-webkit-transform;
	-webkit-transition-duration: 0.4s, 0.8s, 0.8s, 0.8s;
	transition-duration: 0.4s, 0.8s, 0.8s, 0.8s;
	position: absolute;
}

.form__button button:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 100px;
	pointer-events: none;
	background-color: #fff;
}

.form__button button:hover:before {
	-webkit-transform: scale(1) translate(-50%, -50%);
	-ms-transform: scale(1) translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
}

.form__button button:hover:after {
	-webkit-transform: scale(0.96);
	-ms-transform: scale(0.96);
	transform: scale(0.96);
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-animation-timing-function: step-end;
	animation-timing-function: step-end;
}

.page-conference__title {
	color: #000;
}

.page-conference__info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 75px;
}

.page-conference__info-content {
	max-width: 379px;
	width: 100%;
}

.page-conference__info-image {
	max-width: 955px;
	height: 505px;
	width: 100%;
	margin-right: 25px;
	position: relative;
	overflow: hidden;
}

.page-conference__info-image:hover img {
	transform: scale(1.1);
}

.page-conference__info-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.page-conference__info-people {
	font-family: 'DaxlinePro';
	font-size: 16px;
	line-height: 24px;
	color: #191b1d;
	margin-bottom: 26px;
	position: relative;
	padding-left: 25px;
	overflow: hidden;
	height: 24px;
}

.page-conference__info-people span {
	position: absolute;
	top: 100%;
	left: 0;
	padding-left: 30px;
}

.page-conference__info-people span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #000;
	width: 16px;
	height: 16px;
	border-radius: 50%;
}

.navbar {
	display: none;
}

.owl-slider.owl-carousel .owl-nav button:hover {
	filter: brightness(0.8);
}

.page-conference__info-desc {
	font-family: 'DaxlinePro';
	font-weight: 500;
	font-size: 25px;
	line-height: 37px;
	color: #191b1d;
	margin-bottom: 183px;
}

.page-conference__info-desc div {
	overflow: hidden;
	position: relative;
	height: 38px;
}

.page-conference__info-desc div span {
	position: absolute;
	top: 100%;
	left: 0;
}

.page-conference__button {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	position: relative;
}

.page-conference__button svg {
	position: relative;
}

.page-conference__button svg path {
	transition: 0.5s;
}

.page-conference__button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0%;
	height: 0%;
	transform: translate(-50%, -50%);
	background-color: #E5E5E5;
	transition: 0.5s;
	border-radius: 50%;
}

.page-conference__button:hover::before {
	width: 110%;
	height: 110%;
}

.page-conference__button:hover svg path {
	fill: #000;
}

.page-conference__rooms {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-conference__room {
	width: 48%;
	margin-bottom: 75px;
}

.page-conference__room-image {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.page-conference__room-image:hover img {
	transform: scale(1.1);
}

.page-conference__room-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
	display: block;
}

.page-conference__room-desc {
	font-family: 'DaxlinePro';
	font-size: 25px;
	line-height: 37px;
	color: #191b1d;
	overflow: hidden;
	position: relative;
	height: 37px;
}

.page-conference__room-desc span {
	position: absolute;
	top: 100%;
	left: 0;
}

.page-offices__tabs-links {
	display: flex;
	align-items: center;
	opacity: 0;
	transition: 0.5s;
}

.page-offices__tabs-links a {
	font-family: 'DaxlinePro';
	font-size: 30px;
	line-height: 39px;
	text-align: center;
	color: #000;
	display: block;
	width: 345px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
	border-left: 0;
	transition: 0.3s;
}

.page-offices__tabs-links a:first-child {
	border-left: 1px solid #000;
	border-radius: 100px 0px 0px 100px;
}

.page-offices__tabs-links a:last-child {
	border-radius: 0px 100px 100px 0px;
}

.page-offices__tabs-links a:hover {
	background-color: #000;
	color: #fff;
}

.page-offices__tabs-links a.active {
	background-color: #000;
	color: #fff;
}

.page-offices__tabs-links {
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}

.page-offices__tabs-content {
	display: none;
}

.page-offices__tabs-long-image,
.page-offices__tabs-big-image {
	display: block;
}

.page-offices__tabs-long-image {
	margin-bottom: 30px;
}

.main-advantages {
	position: relative;
	height: 100vh;
}

.main-contents {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.page-offices__tabs-big-image {
	margin-bottom: 42px;
}

.first-heading {
	margin-top: -47px;
}

.page-offices__tabs-content.page-offices__tabs-content_active {
	display: block;
}

.page-offices__tabs-inner {
	display: flex;
	justify-content: space-between;
}

.page-offices__tabs-long {
	width: 590px;
}

.page-offices__tabs-big {
	width: 789px;
}

.page-offices h6 {
	font-family: 'DaxlinePro';
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #b7babe;
	margin-bottom: 29px;
}

.page-offices p {
	font-family: 'DaxlinePro';
	font-size: 20px;
	line-height: 38px;
	color: #000;
}

.front {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 645px;
	background-color: #fff;
}

.front__wrapper {
	display: flex;
}
.front__image {
	width: 80%;
	height: 645px;
	position: relative;
}
.front__image_before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
}
.front__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.front__desc {
	width: 45%;
	height: 645px;
	background-color: #000;
	color: #fff;
	padding: 71px 42px;
	padding-left: 100px;
	font-family: 'DaxlinePro';
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}

.front__desc div {
	height: 30px;
	position: relative;
	overflow: hidden;
}

.front__desc div span {
	position: absolute;
	top: 100%;
	left: 0;
}

.partners {
	background-color: #fff;
	padding-top: 130px;
	padding-bottom: 146px;
	position: relative;
	z-index: 10;
}

.partners__blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.partners__block {
	width: 294px;
	height: 294px;
	border-radius: 50%;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -22px;
	margin-top: -18px;
}

.partners__block span {
	overflow: hidden;
}

.partners__block img {
	width: 200px;
	filter: grayscale(100%);
	filter: brightness(0%);
	animation-duration: 0.6s;
	display: block;
}

.partners__block:hover img {
	filter: grayscale(0%);
}

.page-offices__tabs-contents {
	opacity: 0;
	transition: 0.5s;
}

@keyframes textup1 {
	0% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}

	40% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: hidden;
	}

	49% {
		visibility: hidden;
	}

	50% {
		visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	52% {
		visibility: hidden;
	}
}

.partners__block:hover span img {
	-webkit-animation-name: textup1;
	animation-name: textup1;
	color: white;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/* .partners__block:first-child {
	margin-left: 0;
} */

.partners__blocks:nth-child(2) {
	margin-top: -24px;
}

.facts {
	background-color: #000;
	padding: 143px 0;
}

.facts__title {
	font-family: 'DaxlinePro';
	font-weight: 700;
	font-size: 100px;
	line-height: 90px;
	color: #fff;
	margin-bottom: 72px;
	display: block;
	overflow: hidden;
	height: 90px;
	position: relative;
}

.facts__title span {
	position: absolute;
	top: 103%;
	left: 0;
}

.facts__blocks {
	width: 100%;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.facts__block {
	position: relative;
	max-width: 815px;
	width: 100%;
	border-bottom: 1px solid rgb(255, 255, 255, 0.2);
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.facts__block-year {
	font-family: 'DaxlinePro';
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-align: right;
	color: #fff;
	opacity: 0.2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.facts__block-pre-title {
	font-family: 'DaxlinePro';
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 6px;
	overflow: hidden;
	position: relative;
	height: 30px;
}
.facts__block-pre-title span {
	position: absolute;
	top: 100%;
	left: 0;
}

.facts__block-desc {
	font-family: 'DaxlinePro';
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	opacity: 0.2;
	height: 30px;
	position: relative;
	overflow: hidden;
}

.facts__block-desc span {
	position: absolute;
	top: 100%;
	left: 0;
}

.bot-content {
	position: relative;
	z-index: 10;
	background: #b7babe;
}

.main.about_main {
	height: 75vh
}

.boxes {
	padding: 136px 0;
}

.bot-content__desc-container {
	display: flex;
	justify-content: flex-end;
}

.bot-content__desc {
	max-width: 815px;
	width: 100%;
	font-family: 'DaxlinePro';
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	color: #fff;
}

.bot-content__desc div {
	height: 30px;
	overflow: hidden;
	position: relative;
}

.bot-content__desc div span {
	position: absolute;
	top: 100%;
	left: 0;
	transition: 1s;
}

.boxes__wrapper {
	max-width: 815px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.boxes__container {
	display: flex;
	justify-content: flex-end;
}

.box {
	width: 350px;
}

.box__count {
	font-family: 'DaxlinePro';
	font-weight: 700;
	font-size: 120px;
	line-height: 120px;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	height: 120px;
}

.box__count span {
	position: absolute;
	left: 0;
	top: 100%;
	/* transition: 0.5s; */
}

.box__desc {
	font-family: 'DaxlinePro';
	font-size: 20px;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	display: block;
	height: 31px;
}

.box__desc span {
	position: absolute;
	top: 100%;
	left: 0;
}

.box.dark {
	margin-bottom: 60px;
}

.box.dark .box__count {
	color: #000;
}

.box.dark .box__desc {
	color: #000;
}

.box__border {
	width: 0%;
	height: 1px;
	background-color: #000;
	margin-bottom: 17px;
}

.box__border.light {
	background-color: #fff;
}

.box.light .box__desc {
	color: #fff;
}

.box.light .box__count {
	color: #fff;
}

.main__content_about {
	bottom: unset;
	top: 55%;
	left: 50%;
	transform: translateX(-50%);
}

.main__content-container_about {
	justify-content: center;
}

.main__title-span_about {
	font-size: 130px;
	line-height: 150px;
}

.main__title-span_about:last-child {
	margin-left: 0;
}

.main__title-wrapper_about {
	flex-direction: column;
}

.main__btn_about {
	margin: 0;
}

.tabs-content {
	display: none;
}

.tabs-content_active {
	display: flex;
}

/***** MEDIA QUERIES *****/
@media (max-width: 1450px) {
	.partners__block {
		width: 280px;
		height: 280px;
	}
}
@media (max-width: 1300px) {
	.tabs-link {
		font-size: 20px;
		width: 200px;
	}
	.partners__block {
		margin-left: 0;
	}
	.partners__block-wrapper {
		width: 50%;
		display: flex;
		justify-content: center;
		margin-bottom: 25px;
	}
	.partners__blocks:nth-child(2) {
		margin-top: 0;
	}
}

@media (max-width: 1200px) {
	.form {
		max-width: 500px;
	}
	.page-contacts__title,
	.page-contacts__email {
		font-size: 75px;
	}
}

@media (max-width: 992px) {
	.facts__block-year {
		display: block;
		text-align-last: left;
		position: static;
		margin-bottom: 5px;
		transform: translateX(0);
	}
	.boxes {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.front {
		height: auto;
	}
	.front__wrapper {
		flex-direction: column;
	}
	.front__image {
		width: 100%;
		height: auto;
	}
	.front__desc {
		width: 100%;
		height: auto;
	}
	.tabs-link {
		width: 48%;
		margin-bottom: 15px;
	}
	.tabs-links {
		flex-wrap: wrap;
	}
	.form {
		position: static;
		max-width: 100%;
	}
	.page-contacts {
		padding-bottom: 0;
	}
	.contact_location {
		margin-bottom: 60px;
	}
	.page-contacts__email {
		margin-bottom: 60px;
	}
	.page-conference__info {
		flex-direction: column;
	}
	.page-conference__info-image {
		margin-right: 0;
		margin-bottom: 35px;
	}
	.page-conference__info-content {
		max-width: 100%;
	}
	.page-conference__button {
		margin: 0 auto;
	}
	.page-conference__info-desc {
		margin-bottom: 35px;
	}
	.page-conference__room {
		width: 100%;
	}
}

@media (max-width: 776px) {
	.facts {
		padding: 60px 0;
	}
	.partners__block-wrapper {
		width: 100%;
	}
	.tabs-content__image {
		width: 100%;
	}
	.page-contacts__title,
	.page-contacts__email,
	.page-conference__title {
		font-size: 60px;
	}
	.facts__title {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 35px;
	}
	.page-conference__title {
		margin-top: -25px;
	}
	.page-conference__room-desc {
		font-size: 20px;
		line-height: 26px;
	}
}

@media (max-width: 500px) {
	.partners {
		padding-bottom: 35px;
	}
	.page-gallery {
		padding-bottom: 45px;
	}
	.tabs-links {
		margin-bottom: 45px;
	}
	.tabs-link {
		width: 100%;
	}
	.page-gallery__title {
		margin-top: -35px;
		font-size: 60px;
	}
	.header_pages {
		padding-bottom: 70px;
	}
	.page-contacts {
		padding-top: 50px;
	}
	.page-contacts__title,
	.page-contacts__email {
		font-size: 35px;
	}
	.form {
		padding: 25px;
	}
	.form__button button {
		font-size: 22px;
	}
	.form__input,
	.form__input::placeholder {
		font-size: 22px;
		line-height: 25px;
	}
	.page-conference__room {
		margin-bottom: 25px;
	}
	.front__desc {
		padding: 30px 20px;
		font-size: 22px;
	}
	.box__count {
		font-size: 90px;
		line-height: 100px;
	}
	.partners {
		padding-top: 60px;
	}
}

.tabs-content__image {
	position: relative;
	overflow: hidden;
}

.tabs-content__image img {
	transition: 0.5s ease;
}

.tabs-content__image:hover img {
	transform: scale(1.1);
}

.tforanime {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #262729;
	transition: 0.5s;
}

.image-before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #262729;
	transition: 0.5s;
}

.v-big-desc {
	background-color: #fff;
	padding-top: 130px;
}

.v-big-text {
	font-family: 'DaxlinePro';
	font-weight: 700;
	font-size: 55px;
	line-height: 57px;
	color: #000;
	position: relative;
	overflow: hidden;
	height: 55px;
}

.v-big-text span {
	position: absolute;
	top: 100%;
	left: 0;
	display: flex;
	align-items: center;
}

.v-big-text p {
	display: inline-block;
	font-family: 'DaxlinePro';
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #b7babe;
	width: 250px;
}

.hp-reveal-div div {
	font-family: 'DaxlinePro';
	font-weight: 700;
	font-size: 60px;
	line-height: 62px;
	color: #fff;
	overflow: hidden;
	position: relative;
	height: 62px;
}

.hp-reveal-div span {
	position: absolute;
	top: 103%;
	left: 0;
	display: flex;
	align-items: center;
}

.hp-reveal-div div p {
	font-family: 'DaxlinePro';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #191b1d;
	width: 350px;
}

/* Home page styles */

body {
	transition: 0.3s;
}

body.dark {
	background-color: #191b1d;
}

body.light {
	background-color: #b7babe;
}

body.white {
	background-color: #fff;
}

.wrapper {
	max-width: 1600px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.hero {
	width: 100%;
	height: 100vh;
	position: relative;
}

.hero__inner {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center bottom;
	background-attachment: fixed;
}

.hero__wrapper {
	position: relative;
	height: 100%;
	transition: 0.5s;
	perspective: 25px;
}

.hero__abstract {
	position: relative;
	width: 526px;
	height: 558px;
	left: 35%;
	top: 20%;
	transition: 0.5s;
}
.hero__abstract_f {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.hero__abstract_l {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.hero__button {
	position: absolute;
	bottom: 89px;
	left: 200px;
	background-color: #fff;
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.hero__button svg {
	position: relative;
}

.hero__button:before {
	content: '';
	position: absolute;
	width: 0%;
	height: 0%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
	border-radius: 50%;
	background-color: #191b1d;
}

.hero__button svg path {
	transition: 0.3s;
}

.hero__button:hover:before {
	width: 101%;
	height: 101%;
}

.hero__button:hover svg path {
	fill: #fff;
}

.hero__bot-desc-main {
	position: absolute;
	bottom: 79px;
	right: 0;
}

.hero__bot-desc {
	width: 533px;
	font-weight: 750;
	font-size: 25px;
	color: #fff;
	text-shadow: 0px 4px 19px #000;
}

.hero__bot-desc div {
	height: 29px;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.hero__bot-desc div span {
	position: absolute;
	top: 103%;
	transition: 1s;
}

.big-text {
	display: flex;
	position: absolute;
	top: 40%;
	left: 90%;
	transform-origin: center center;
}

.big-text span {
	display: block;
	font-weight: 750;
	font-size: 200px;
	line-height: 240px;
	text-transform: uppercase;
	color: #fff;
}

.big-text .last-text,
.big-text .first-text {
	transition: 0.5s;
}

.big-text .last-text {
	color: #000;
}

.big-text .first-text {
	color: #000;
}

.big-text .last-text.active {
	color: #fff;
}

.big-text .first-text.active {
	color: #fff;
}

.benefits__main {
	background-color: #191b1d;
}

.benefits {
	background-color: #191b1d;
	padding-top: 150px;
	margin-bottom: 70px;
}

.benefits__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 75px;
}
.benefit {
	margin-left: -140px;
}
.benefit:first-child {
	margin-left: 0;
}

.benefits__button-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.benefits__button {
	padding: 20px 64px;
	background-color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	color: #000;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
	transition: 0.5s;
}

.benefits__button div {
	position: relative;
	z-index: 3;
}

/* animation code */
.benefits__button span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #e5e5e5;
	transition: 0.5s;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.benefits__button:hover span {
	width: 800px;
	height: 800px;
}
/* animtion code */

.diff {
}

.trused {
}

.trused__wrapper {
	transition: 0.3s;
}

.trused__wrapper.invisible {
	opacity: 0;
	visibility: hidden;
}

.diff.invisible {
	visibility: hidden;
}

.diff__big-text {
	font-weight: 700;
	font-size: 60px;
	line-height: 62px;
	color: #fff;
	margin-bottom: 66px;
}

.hero__abstract_f svg path,
.hero__abstract_l svg path {
	stroke: #fff;
	transition: 0.5s;
}

.hero__abstract_f.active svg path,
.hero__abstract_l.active svg path {
	stroke: #000;
}

.diff__big-inner-text {
	font-size: 16px;
	line-height: 24px;
	color: #191b1d;
	display: block;
	width: 300px;
	font-weight: 400;
}

.target__abstract {
	position: absolute;
	top: 8%;
	left: 34%;
	transform: translateX(-50%);
}

.diff__big-text div {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	height: 62px;
}

.diff__big-text div span {
	position: absolute;
	top: 103%;
	display: flex;
	align-items: center;
	transition: 1s;
}

.m-gallery {
	width: 100%;
	height: 100vh;
	padding-top: 250px;
	padding-bottom: 128px;
}

/* .m-gallery__types {
	transition: 0.5s;
} */

.m-gallery__types.invisible {
	opacity: 0;
	visibility: hidden;
}

.m-gallery__wrapper {
	position: relative;
}

.m-gallery__types {
	display: flex;
}

.m-gallery__type {
	margin-right: 39px;
	position: relative;
	z-index: 1;
}

.m-gallery__type:nth-child(2n) {
	z-index: 2;
}

.m-gallery__type:last-child {
	margin-right: 0;
}

.m-gallery__image {
	display: block;
	width: 660px;
	height: 407px;
	overflow: hidden;
	margin-bottom: 20px;
}

.m-gallery__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.m-gallery__image:hover img {
	transform: scale(1.2);
}

.m-gallery__block-type {
	display: block;
	font-weight: 500;
	font-size: 30px;
	line-height: 46px;
	color: #fff;
}
.m-gallery__block-size {
	display: block;
	font-size: 20px;
	line-height: 31px;
	color: #c4c4c4;
}

.m-gallery__title {
	position: absolute;
	top: -125px;
	left: 30%;
	font-weight: 700;
	font-size: 200px;
	line-height: 240px;
	color: #fff;
	z-index: 2;
	pointer-events: none;
}

.diff-wrap.invisible {
	opacity: 0.3;
	visibility: hidden;
}

.target,
.about {
	transition: 0.3s;
}

.target.invisible,
.about.invisible {
	opacity: 0;
	visibility: hidden;
}

/* .m-advantages {
	width: 100%;
	height: 100vh;
	color: #fff;
	font-size: 150px;
	line-height: 150px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #191b1d;
} */

.m-advantage {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
}

.m-content {
	position: absolute;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
}

.m-advantage:nth-child(2) {
	transform: translateY(100%);
	z-index: 2;
}
.m-advantage:nth-child(3) {
	transform: translateY(100%);
	z-index: 3;
}
.m-advantage:nth-child(4) {
	transform: translateY(100%);
	z-index: 4;
}

.m-advantage__image {
	display: block;
	height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
}

.m-advantage__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.m-advantage__title {
	font-weight: 750;
	font-size: 150px;
	line-height: 155px;
	color: #fff;
	margin-bottom: 31px;
	position: absolute;
	top: 20%;
	z-index: 5;
}

.m-advantage__title div {
	width: 1200px;
	height: 155px;
	overflow: hidden;
	position: relative;
}

.m-advantage__title .anime-span {
	display: block;
	position: absolute;
	top: 103%;
	transition: 0.5s;
}

.m-advantage__title.active .anime-span {
	top: 0;
}

.m-advantage__title.opacity {
	opacity: 0;
}

.m-advantage__desc {
	font-weight: 500;
	font-size: 20px;
	line-height: 130.4%;
	color: #fff;
	text-shadow: 0px 4px 19px #000;
}

.m-conference {
	padding: 180px 0;
}

.m-conference__wrapper {
	transition: 0.3s;
}

.m-conference__wrapper.invisible {
	opacity: 0;
	visibility: hidden;
}
.m-conference__heading {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 73px;
}
.m-conference__title {
	font-weight: 700;
	font-size: 100px;
	line-height: 110px;
	color: #191b1d;
	overflow: hidden;
	width: 1000px;
	height: 110px;
	position: relative;
}

.m-conference__title span {
	position: absolute;
	display: block;
	top: 103%;
	transition: 1s;
}

.m-conference__button {
	display: block;
	padding: 16px 47px;
	background: #f3f3f3;
	border-radius: 100px;
	overflow: hidden;
	position: relative;
	width: 144px;
}

/* animation code */
.m-conference__button span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #191b1d;
	transition: 0.5s;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.m-conference__button svg path {
	transition: 0.5s;
}
.m-conference__button:hover {
	color: #ecd9c0;
}
.m-conference__button:hover span {
	width: 300px;
	height: 300px;
}
.m-conference__button svg {
	position: relative;
	z-index: 3;
}
.m-conference__button:hover svg path {
	fill: #fff;
}
/* animtion code */

.m-conference__blocks {
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;
}
.m-conference__block {
	width: 48%;
	height: 400px;
	overflow: hidden;
}

.m-conference__block img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.m-conference__count {
	font-size: 16px;
	line-height: 24px;
	color: #191b1d;
	display: block;
	margin-bottom: 26px;
	position: relative;
	padding-left: 25px;
}

.m-conference__count::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: #191b1d;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	border-radius: 50%;
}

.m-conference__descr {
	font-weight: 500;
	font-size: 25px;
	line-height: 38px;
	color: #191b1d;
	width: 100%;
	position: relative;
	height: 38px;
	overflow: hidden;
}

.m-conference__descr span {
	position: absolute;
	top: 103%;
	transition: 1s;
}

.benefit svg circle {
	stroke-dashoffset: 0;
}

.mfirst,
.mlast {
	transition: 0.5s;
}

.m-conference__block:hover .mfirst {
	margin-top: -400px;
}

.c-page {
	padding-top: 220px;
}

.wrapper-div {
	margin-bottom: 30px;
}

.wrapper-els {
	position: relative;
	width: 100%;
	overflow: hidden;
	width: 100%;
	height: 150px;
}

.wrapper-el {
	position: absolute;
	top: 100%;
	transition: 1s;
}

.wrapper-el.swipe {
	top: 0;
}

.textt {
	width: 100%;
	height: 32px;
	position: relative;
	overflow: hidden;
}

.textt span {
	position: absolute;
	top: 100%;
	transition: 1s;
	display: flex;
	align-items: center;
}

.textt span img {
	max-width: unset !important;
	width: unset !important;
	margin: 0 11px;
}

.textt span.swipe {
	top: 0;
}

.textt2 {
	height: 40px;
	margin-bottom: 16px;
}

/* MOBILE VERSION */



.mobile-version {
	display: none;
	visibility: hidden;
}

@media(max-width: 1400px) {
	.pages_title {font-size: 100px; margin-top:-58px}
	.diff__big-text {font-size: 48px}
	.services__list {
		width: 90%;
		margin: 0 auto;
	}
	
	.owl-slider .owl-item .slide .slide-right-img img {
		width: 75vw;
	}
	
	.big-text span {font-size: 140px;}
	.m-gallery__image {width: 500px; height: 350px}
	.hero {height: 100vh}
	.hero__bot-desc {font-size:21px}
	.hero__bot-desc div {height: 25px}
	.hero__button {width:100px; height:100px}
	.owl-slider .owl-item .slide .slide-right-img {height:100vh}
	.wrapper-els {height:80px}
	.slide-left-content h1 {font-size:70px; line-height:70px}
	.main__title-span_about {font-size:90px;line-height:110px}
	.partners__blocks {justify-content:center}
	.services__item-circles > svg {transform: rotate(25deg);}
	.owl-slider {height:100vh}
	.owl-slider .owl-item .slide {width: 1050px}
	.hero__abstract {width:350px;height:350px}
	.hero__abstract svg {width:100%}
	.services__item {width:344px; height: 344px}
	.services__list {width: 938px; height: 344px}
	.services__item-circles > svg circle:last-child {stroke-dasharray: 1078px;}
	.services__item-title {font-size:29px; line-height: 35px}
	
}

@media (max-width: 500px) {
	.services__list {
		width: 100%;
	}

	.benefits__button {
		font-size: 20px;
		padding: 17px 48px;
	}

	.benefits__button-wrap {
		margin-top: 50px;
	}

	.diff__big-text {
		font-size: 25px;
		line-height: 30px;
	}

	.big-text span {
		font-size: 65px;
		line-height: 65px;
	}

	.m-conference__title {
		font-size: 30px;
		line-height: 35px;
		height: auto;
	}

	.m-conference__blocks {
		flex-direction: column;
	}

	.m-conference__block {
		width: 100%;
	}

	.m-conference__block:first-child {
		margin-bottom: 25px;
	}

	.m-conference {
		padding-bottom: 50px;
	}

	.diff {
		padding-top: 50px;
	}
}

@media (max-width: 500px) {
	.page-conference__info-image {
		height: auto;
	}
	.maping .slide-left-content p {
		font-size: 11px;
	}

	.c-page {
		padding-top: 115px;
	}

	.curtain {
		width: 100%;
		height: 125px;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #b7babe;
	}

	.tabs-content__image {
		height: auto;
	}

	.maping .textt {
		height: 50px;
	}
	.services__item-wrapper {
		transform: rotate(92deg);
	}
	.services__item-title {
		transform: rotate(-92deg);
	}
	.services__item-circles > svg circle:last-child {
		stroke-dasharray: 979px;
	}
	.page-conference__info-desc div {
		height: auto;
	}
	.page-conference__room-desc {
		height: auto;
	}
	.page-conference__room-desc span {
		position: static;
	}
	.page-conference__info-desc div span {
		position: static;
	}
	.desktop-version {
		display: none;
	}

	.mobile-version {
		display: block;
		visibility: visible;
	}

	body.dark {
		background-color: #fff;
	}

	.mobile-hero {
		width: 100%;
		height: 100vh;
		background-position: center;
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.mobile-hero__title {
		font-family: 'DaxlinePro';
		font-style: normal;
		font-weight: 750;
		font-size: 45px;
		line-height: 55px;
		text-transform: uppercase;
		color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.mobile-hero__title .dark {
		color: #000;
	}

	.mobile-hero__content {
		position: absolute;
		bottom: 30px;
		left: 15px;
		right: 15px;
		width: 100%;
	}

	.mobile-hero__text {
		display: block;
		font-family: 'DaxlinePro';
		font-style: normal;
		font-weight: 750;
		font-size: 19px;
		line-height: 130.4%;
		/* or 33px */

		color: #ffffff;
		margin-bottom: 15px;

		text-shadow: 0px 4px 19px #000000;
		width: 90%;
	}

	.hero__button {
		position: relative;
		width: 60px;
		height: 60px;
		z-index: 15;
		bottom: unset;
		left: unset;
	}

	.trused {
		background-color: #000;
		padding: 80px 0;
	}

	.benefits {
		margin-bottom: 0;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
.m-conference__button {
		width: 80px;
	padding: 8px 27px;
	}
	
.m-conference__button svg {
	width: 34px;	
}

	.m-conference__heading {
		align-items: center;
		margin-bottom: 35px;
	}
	
	.form-placeholder, .form-placeholder span {
		font-size: 18px;
	}

	.m-conference__title {
		width: auto;
	}

	.m-conference__title span {
		position: static;
	}

	.m-conference__descr {
		height: auto;
	}

	.m-conference__descr span {
		position: static;
	}

	.m-conference__block {
		height: 300px;
	}

	.m-conference {
		padding-top: 50px;
	}

	.target.invisible,
	.about.invisible {
		opacity: 1;
		visibility: visible;
	}

	.diff {
		background-color: #b7babe;
	}

	.about {
		padding-bottom: 180px;
	}

	.target__title1 div {
		width: 150px;
	}

	.diff__big-text {
		margin-bottom: 0;
	}

	.about__btn {
		font-size: 20px;
	}

	.mGallery {
		background-color: #000;
		padding: 50px 15px;
	}

	.mGallery__title {
		display: block;
		color: #fff;
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 35px;
	}

	.mGallery__block {
		width: 100%;
		margin-bottom: 35px;
	}
	.mGallery__block:last-child {
		margin-bottom: 0;
	}
	.mGallery__block-img {
		display: block;
		margin-bottom: 15px;
	}
	.mGallery__block-type {
		display: block;
		font-weight: 500;
		font-size: 30px;
		line-height: 46px;
		color: #fff;
		margin-bottom: 10px;
	}
	.mGallery__block-size {
		display: block;
		font-size: 20px;
		line-height: 31px;
		color: #c4c4c4;
	}

	.slide-left-content h1 {
		font-size: 35px;
		line-height: 35px;
	}

	.owl-slider.owl-carousel .owl-nav button {
		width: 63px;
		height: 63px;
	}

	.wrapper-els {
		height: 45px;
	}

	.owl-slider .slide-left-content {
		margin-top: 255px;
		padding: 0 15px;
	}

	.owl-slider .owl-nav {
		top: 5%;
		right: -35px;
		width: 55%;
		left: unset;
	}

	p.yes-mobile {
		line-height: 32px;
	}

	.target {
		padding: 0;
	}

	.target__text1 {
		margin-bottom: 35px;
		margin-right: 0;
	}
	.owl-slider .owl-item .slide .slide-right-img {
		width: 100%;
		height: 330px;
	}

	.owl-slider .slide-left-content .grey-title {
		color: unset;
	}

	.owl-slider .owl-item .slide {
		width: auto;
	}

	.textt {
		height: 62px;
	}

	.target__text1 {
		width: auto;
	}

	.owl-slider .owl-item .slide .slide-right-img img {
		width: 100%;
	}

	.target__text1 div {
		overflow: auto;
		height: auto;
	}

	.target__text1 div span {
		position: static;
	}

	.header {
		display: none;
	}

	.navbar {
		padding: 15px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2000;
		width: 100%;
	}

	.navbar__nav ul {
		margin-top: 25px;
		display: flex;
		flex-direction: column;
	}

	.navbar__container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.navbar__inner {
		width: 100%;
	}

	.langs {
		margin-left: 0;
	}

	.navbar__nav ul {
		width: 100%;
	}

	.navbar__nav ul li {
		margin-bottom: 10px !important;
		margin-right: 0 !important;
	}

	.navbar__nav ul li a {
		padding: 0;
	}

	.navbar-btn {
		display: inline-block;
		color: #fff;
		background-color: #000;
		border-radius: 32px;
		padding: 5px 15px;
	}

	.navbar-hamb {
		cursor: pointer;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		background-color: #000;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.navbar__logo {
		width: 160px;
	}

	.navbar-hamb span {
		width: 50%;
		height: 2px;
		display: block;
		background-color: #fff;
		margin-bottom: 5px;
	}

	.navbar-hamb span:last-child {
		margin-bottom: 0;
	}

	.item__circles-img img {
		transform: scale(0.8);
	}

	.no-mobile {
		display: none !important;
	}

	.yes-mobile {
		display: block;
	}

	.pages_title {
		height: 90px;
		z-index: 15;
	}

	.target__abstract {
		left: 31%;
	}

	.diff__big-text div {
		height: auto;
		overflow: unset;
	}

	.diff__big-text div span {
		position: static;
		flex-direction: column;
		align-items: flex-start;
	}

	.diff__big-inner-text {
		width: auto;
		margin-bottom: 15px;
	}

	.home-page {
		overflow-x: hidden;
	}

	.target__title1 {
		margin: 0;
		margin-bottom: 15px;
	}

	.navbar {
		display: block;
	}

	.owl-slider.owl-carousel .owl-nav button {
		width: 50px !important;
		height: 50px !important;
		border-radius: 50% !important;
		background-color: #000 !important;
		background-image: none !important;
		position: relative;
	}

	.owl-slider.owl-carousel .owl-nav button:before,
	.owl-slider.owl-carousel .owl-nav button:after {
		border-right: 2px solid #fff;
		content: '';
		display: block;
		height: 8px;
		margin-top: -6px;
		position: absolute;
		transform: rotate(135deg);
		left: 50%;
		top: 50%;
		width: 0;
	}

	.owl-slider.owl-carousel .owl-nav button:after {
		margin-top: -1px;
		transform: rotate(45deg);
	}

	.owl-slider.owl-carousel .owl-nav button.owl-prev {
		transform: rotate(180deg);
	}
}

@media (max-width: 500px) {
	.services__list {height: auto}
	.success-msg {
		font-size: 28px;
		line-height: 32px;
	}
	.owl-slider .owl-item {
		height: 115vh
	}
	.owl-slider {
		height: 115vh
	}
	.mobile_about_us_descr {
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translateX(-50%);
			z-index: 10;
		width: 100%;
		text-align: center;
	}
	.mobile_about_us_descr span {
		font-size: 27px;
    	line-height: 35px;
		font-family: DaxlinePro;
    font-style: normal;
    font-weight: 750;
		display: block;
	}
	.mobile_about_us_descr span:first-child {
		color: #fff;
		margin-bottom: 15px;
	}
	.mobile_about_us_descr span:last-child {
		color: #000000;
    text-shadow: 0px 5px 17px #ffffff;
	}
	.m-conference__block:hover .mfirst {
		margin-top: -300px;
	}

	.page-offices__tabs-links {
		flex-direction: column;
	}

	.page-offices__tabs-links a:first-child,
	.page-offices__tabs-links a,
	.page-offices__tabs-links a:last-child {
		border-radius: 100px;
	}

	.page-offices__tabs-links a {
		font-size: 24px;
		margin-bottom: 15px;
		height: 55px;
		border: 1px solid #000;
	}

	.page-offices__tabs-inner {
		flex-direction: column;
	}

	.page-offices__tabs-big,
	.page-offices__tabs-long {
		width: 100%;
	}

	.page-offices__tabs-long {
		order: 2;
	}

	.page-offices__tabs-big {
		order: 1;
		margin-bottom: 45px;
	}

	.first-heading {
		margin-top: 0;
	}

	.page-contacts__title {
		margin-top: 1px;
	}

	.pages_title {
		height: auto;
	}

	.pages_title span {
		position: static;
	}

	.partners__blocks {
		justify-content: center;
	}
	
	.o-kompanii .main__figure {
		left: 12%;
	}
	
.services__item {
		width: 312px;
	height: 312px;
	}

	.partners__block {
		width: 170px;
		height: 170px;
		margin-top: -25px;
	}

	.partners__block:nth-child(2n) {
		margin-left: -25px;
	}

	.partners__block img {
		width: 100px;
	}

	.v-big-desc {
		padding-top: 60px;
	}

	.v-big-text span {
		display: block;
		position: static;
	}

	.v-big-text {
		overflow: visible;
		height: auto;
		font-size: 24px;
		line-height: 34px;
	}

	.facts__block-desc,
	.facts__block-pre-title {
		overflow: visible;
		height: auto;
		font-size: 22px;
		line-height: 26px;
	}

	.facts__block-desc span,
	.facts__block-pre-title span {
		position: static;
	}

	.page-contacts__title {
		margin-bottom: 35px;
	}

	.page-contacts__email {
		margin-top: 0;
	}

	.bot-content__desc {
		font-size: 22px;
		line-height: 26px;
	}

	.bot-content__desc div {
		height: auto;
		overflow: visible;
	}

	.bot-content__desc div span {
		position: static;
	}

	.page-offices__tabs-long-image {
		text-align: center;
	}

	.navbar__logo,
	.navbar-hamb {
		position: relative;
	}

	.navbar__inner {
		width: 100%;
		height: 90vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
	}

	.header__nav-list a {
		font-size: 38px;
		line-height: 46px;
		font-weight: 600;
		text-align: left;
	}

	.navbar-btn {
		position: absolute;
		bottom: 30px;
		font-size: 15px;
		line-height: 18px;
		width: 175px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.langs {
		position: absolute;
		right: 12px;
		top: 0;
	}

	.navbar::before {
		content: '';
		background-color: silver;
		width: 100%;
		position: fixed;
		top: 100%;
		left: 0;
		height: 100vh;
	}

	.navbar.active::before {
		top: 0;
		transition: 0.5s ease;
	}

	.navbar.up::before {
		top: -100%;
		transition: 0.5s ease;
	}

	.navbar-btn {
		padding: 12px 15px;
	}

	.langs {
		margin-top: 25px;
	}

	.contact_location {
		font-size: 16px;
		line-height: 24px;
	}

	.form__input,
	.form__input::placeholder,
	.form__button button {
		font-size: 18px;
	}

	.form__button button span {
		color: #191b1d;
	}

	.form__button button:after {
		background-color: #fff;
	}

	.navbar__inner {
		opacity: 0;
		visibility: hidden;
		display: none;
	}

	.navbar__inner.active {
		visibility: visible;
		opacity: 1;
		transition: 0.3s ease;
		display: flex;
	}

	.page-contacts__email {
		margin-bottom: 30px;
	}

	.front__desc div {
		overflow: visible;
		height: auto;
	}

	.front__desc div span {
		position: static;
	}

	.main__title-wrapper {
		display: block;
	}

	.main__title-span_about {
		font-size: 27px;
		line-height: 35px;
	}

	.main__title-wrapper {
		font-size: 50px;
		line-height: 40px;
	}

	.main__title-span_about:last-child {
		margin-left: -578px;
	}

	.about_main {
		height: 55vh !important;
	}

	.bot-content__desc-container {
		padding-top: 0;
	}

	.facts__block {
		display: flex;
		flex-direction: column;
	}

	.facts__block-pre-title {
		order: 1;
	}

	.facts__block-desc {
		order: 2;
	}

	.facts__block-year {
		order: 3;
	}
}

.front__desc {
	line-height: 45px;
}

.front__desc div {
	max-width: 425px;
	width: 100%;

	overflow: visible;
	height: auto;
}

.front__desc div span {
	position: static;
}
