ul {
	/* 2025
	list-style: none;
	padding: 0;
	margin: 0;
	*/
}

.e-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.text-uppercase {
	text-transform: uppercase;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	background-color: #ffb900;
}

/* leftmenu */
.b-lmenu > li.toggle {
	position: relative;
}

.b-lmenu > li.toggle:after {
	content: url(../img/icons/menu-arrow.svg);
	position: absolute;
	top: 25px;
	right: 1.9em;
	margin-top: -0.54em;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

.b-lmenu > li.toggle:hover:after,
.b-lmenu > li.toggle.current-menu-item:after,
.b-lmenu > li.toggle.current-menu-ancestor:after {
	-webkit-filter: grayscale(100%) brightness(430%);
	filter: grayscale(100%) brightness(430%);
}

.b-lmenu > li.toggle.current-menu-item:after,
.b-lmenu > li.toggle.current-menu-ancestor:after {
	transform: rotate(90deg);
}

.b-lmenu > li.current-menu-item > a,
.b-lmenu > li.current-menu-ancestor > a {
	background-color: #6330a1;
	color: #ffffff;
}

.b-lmenu > li.current-menu-item > a:after,
.b-lmenu > li.current-menu-ancestor > a:after {
	opacity: 0;
}

/* drop */
.b-lmenu > li.current-menu-item > .e-menu__drop,
.b-lmenu > li.current-menu-ancestor > .e-menu__drop {
	display: block;
	background: #ffffff;
}

.b-lmenu .e-menu__drop > li {
	position: relative;
}
.b-lmenu .e-menu__drop > li > a,
.b-lmenu .e-menu__drop > li > span {
	font-size: 0.88em;
	font-weight: 500;
	line-height: 1.5;
	display: block;
	padding-left: 2.2em;
	padding-right: 2.2em;
	padding-top: 0.72em;
	padding-bottom: 0.72em;
	position: relative;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
	cursor: pointer;
}
.b-lmenu .e-menu__drop > li > a:after,
.b-lmenu .e-menu__drop > li > span:after {
	content: '';
	display: block;
	position: absolute;
	border-bottom: 1px solid #efefef;
	left: 2.2em;
	bottom: 0;
	right: 2.2em;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

.b-lmenu .e-menu__drop > li:hover > a,
.b-lmenu .e-menu__drop > li:hover > span {
	color: #ffffff;
	background-color: #6330a1;
}
.b-lmenu .e-menu__drop > li:hover > a:after,
.b-lmenu .e-menu__drop > li:hover > span:after {
	opacity: 0;
}

.b-lmenu .e-menu__drop > li.current-menu-item {
	background: #ccc;
}

/* modal */
.modal .modal-body {
	text-align: center;
}

.modal .modal-title {
	color: #000;
	font-size: 1.5em;
	margin-bottom: 1.2em;
	text-align: center;
}

.modal .form-item {
	margin-bottom: 1em;
}

.modal .form-item select option {
	font-size: 17px;
}

.modal .wpcf7-response-output {
	color: #ffffff;
}

.modal div.wpcf7 input[type='file'] {
	padding: 15px;
}

/* to top */

#toTop {
	color: #fff;
	text-align: center;
	bottom: 60px;
	display: none;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: fixed;
	right: 10px;
	text-decoration: none;
	width: 45px;
	background-color: #6333a0;
	text-transform: uppercase;
	z-index: 100;
	border-radius: 2px;
}
#toTop:hover {
	color: #565656;
	background-color: #c8c8c8;
}

#toTop:before {
	content: '';
	display: block;
	background: url(../img/to-top-arrow.png) no-repeat center;
	width: 45px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
}

.form {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin: 20px 0;
}
.form-calculator {
	max-width: 500px;
	height: 460px;
	width: 90%;
	padding: 15px 30px;
	box-shadow: 0 0 20px #a3a7ff;
	border-radius: 8px;
	text-align: center;
}
.form-calculator-title {
	color: #000;
	font-size: 1.5em;
	margin-bottom: 1.2em;
	text-align: center;
}
.form-item {
	margin-bottom: 1em;
}
.descr {
	font-size: 14px;
	max-width: 500px;
	width: 90%;
	height: 460px;
	padding: 15px 30px;
	box-shadow: 0 0 20px #a3a7ff;
	border-radius: 8px;
}
.descr > p > b {
	color: #6333a0;
}
@media (max-width: 991px) {
	.form {
		flex-direction: column;
		gap: 20px;
	}
	.form-calculator {
		height: auto;
	}
	.descr {
		height: auto;
	}
}
textarea {
	resize: vertical;
}
.btn-margin {
	display: block;
	margin: auto;
}

ol {
	list-style-type: decimal !important;
	list-style-position: inside !important;
}
ol li::marker {
	color: #6330a1;
}
.table-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
@media (max-width: 575px) {
	.table-wrapper {
		padding-bottom: 5px;
	}
}
@media (max-width: 575px) {
	table {
		width: 985px;
	}
}

.calculate-wrap > .form {
	margin-top: 50px;
	flex-wrap: wrap;
}

.calculate-wrap > .form > .form-calculator {
	height: auto !important;
}

.calculate-wrap > .form > .descr {
	height: auto !important;
}

@media (max-width: 991px) {
	.calculate-wrap > .form {
		position: absolute;
		bottom: 0;
		left: 0;
		flex-direction: row;
	}
	.custom-section {
		position: relative;
		padding-bottom: 950px;
	}
}
@media (max-width: 767px) {
	.custom-section {
		padding-bottom: 1180px;
	}
}
.tenders {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	gap: 16px;
	flex-wrap: wrap;
}
.tenders__item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 32px;
	padding: 24px;
	border-radius: 12px;
	border: 1px solid #e4e4e7;
	width: 49%;
	height: auto;
}
.tenders__item img {
	width: 160px;
	min-width: 160px;
	height: auto;
	object-fit: cover;
	flex-shrink: 0;
}
.tenders__info {
	flex-grow: 1;
}
.tenders__info h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 8px;
}
@media (max-width: 991px) {
	.tenders__item {
		flex-wrap: wrap;
		width: 100%;
	}
	.tenders__info h3 {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.text-align-justify p {
		text-align: justify;
	}
	.faq-text-align-justify p {
		text-align: justify;
	}
	.faq-text-align-justify p > b {
		display: inline-block;
		text-align: left;
	}
}

.btn-white {
	color: #6333a0;
	font-size: 0.88em;
	font-family: GT Walsheim Pro;
	font-weight: 700;
	line-height: 1.2;
	background-color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 3.91em;
	padding-left: 2.13em;
	padding-right: 2.13em;
}
/* Клієнти */
.clients {
	padding-top: 15px;
	padding-bottom: 90px;
}
.clients-icon {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.clients-title {
	max-width: 731px;
	color: #6430a1;
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'GT Walsheim Pro';
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 55px;
	letter-spacing: -1px;
	margin: auto;
	margin-bottom: 20px;
}
.clients-text {
	max-width: 731px;
	color: #000;
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'GT Walsheim Pro';
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	margin: auto;
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.clients {
		padding-bottom: 50px;
	}
	.clients-title {
		max-width: 100%;
		font-size: 24px;
		line-height: 30px;
	}
	.clients-text {
		max-width: 100%;
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 30px;
	}
}

/* Про нас */
.about-us {
	background-image: url(../../assets/img/about-us-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
}
.s-50langs {
	padding-top: 2rem;
}
@media (max-width: 991px) {
	.about-us {
		background-image: url(../../assets/img/about-us-bg-mobile-2.png);
	}
	.about-us {
		color: #fff;
	}
}

/* advantages */
.advantages {
	padding: 50px 0;
}
.advantages__title {
	color: #000;
	font-family: 'GT Walsheim Pro';
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
	line-height: 50px;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}
.advantages__row {
	display: flex;
	flex-direction: row;
	gap: 24px;
	margin-bottom: 40px;
}
.advantages__col {
	width: 50%;
}
.advantages__col-text {
	color: #000;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'GT Walsheim Pro';
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 40px;
}
.advantages__col-list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.advantages__col-item {
	width: 47%;
}
.advantages__col-item > img {
	width: 50px;
	height: 50px;
	margin-bottom: 5px;
}
.advantages__col-item > span {
	display: block;
	color: #000;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'GT Walsheim Pro';
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 10px;
}
.advantages__col-item > p {
	color: #000;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'GT Walsheim Pro';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
}
.advantages__btn {
	display: flex;
	justify-content: center;
}

@media (max-width: 1024px) {
	.advantages__row {
		flex-direction: column;
	}
	.advantages__col {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.advantages {
		padding: 30px 0;
	}
	.advantages__title {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.advantages__row {
		gap: 20px;
		margin-bottom: 30px;
	}
	.advantages__col-text {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.advantages__col-list {
		gap: 20px;
	}
	.advantages__col-item {
		width: 100%;
	}
	.advantages__col-item > span {
		font-size: 20px;
		line-height: 24px;
	}
}

/* Наші послуги */
.our-services {
	padding: 60px 0 50px 0;
	background: #fafafa;
}
.our-services__title {
	color: #000;
	font-family: 'GT Walsheim Pro';
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
	line-height: 50px; /* 100% */
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}
.our-services__text {
	color: #000;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'GT Walsheim Pro';
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: justify;
	margin-bottom: 50px;
}
.our-services__list {
	display: flex;
	flex-wrap: wrap;
	gap: 83px;
	row-gap: 53px;
}
.our-services__item {
	width: 45%;
}
.our-services__item-title {
	display: flex;
	align-items: center;
	color: #000;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'GT Walsheim Pro';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 17px;
}
.our-services__item-title > span {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 100px;
	background: #6334a1;
	margin-right: 10px;
	color: var(--palette-white, #fff);
	text-align: center;
	font-family: 'Open Sans';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
}
.our-services__item-text {
	color: #000;
	text-align: justify;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'GT Walsheim Pro';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}

@media (max-width: 1024px) {
	.our-services__item {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.our-services {
		padding: 30px 0 20px 0;
	}
	.our-services__title {
		font-size: 30px;
		line-height: 35px;
	}
	.our-services__text {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.our-services__list {
		gap: 30px;
		row-gap: 30px;
	}
	.our-services__item-title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
	}
}
/* Гарантії */
.guarantee {
	padding: 50px 0 80px 0;
}
.guarantee__img {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.guarantee__title {
	max-width: 977px;
	margin: auto;
	color: #6430a1;
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'GT Walsheim Pro';
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -2px;
}
.guarantee__row {
	display: flex;
	align-items: flex-end;
	gap: 30px;
	margin-bottom: 50px;
}
.guarantee__info-title {
	color: #000;
	font-family: 'GT Walsheim Pro';
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
	line-height: 50px;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}
.guarantee__info-text {
	color: #000;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'GT Walsheim Pro';
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.guarantee__list {
	display: flex;
	gap: 26px;
}
.guarantee__item {
	width: 25%;
}
.guarantee__item-title {
	color: #6430a1;
	font-family: 'GT Walsheim Pro';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
}
.guarantee__item-text {
	color: #000;
	font-family: 'GT Walsheim Pro';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.guarantee__btn {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

@media (max-width: 991px) {
	.guarantee {
		padding: 25px 0 40px 0;
	}
	.guarantee__title {
		max-width: 100%;
		font-size: 30px;
		margin-bottom: 30px;
	}
	.guarantee__row {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 30px;
	}
	.guarantee__info-title {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.guarantee__info-text {
		font-size: 16px;
	}
	.guarantee__el {
		display: none;
	}
	.guarantee__list {
		flex-direction: column;
		gap: 20px;
	}
	.guarantee__item {
		width: 100%;
	}
	.guarantee__item-title {
		font-size: 20px;
	}
	.guarantee__item-text {
		font-size: 16px;
	}
	.guarantee__btn {
		margin-top: 20px;
	}
}

/* Price */
.price {
	margin-top: 136px;
	padding: 50px 0;
	background: url(../../assets/img/price.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}
.price__content {
	position: relative;
}
.price__bg-el {
	position: absolute;
	right: 0;
	top: -166px;
}
.price__title {
	color: #fff;
	font-family: 'GT Walsheim Pro';
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
	line-height: 50px;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}
.price__text {
	position: relative;
	z-index: 2;
	max-width: 834px;
	color: #fff;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'GT Walsheim Pro';
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 50px;
}
.price__list {
	display: flex;
	flex-direction: column;
	gap: 41px;
}
.price__item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 9px;
	border-bottom: 1px solid #b687ed;
}
.price__item > p {
	color: #fff;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'GT Walsheim Pro';
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 23px;
}
.price__desc {
	margin-bottom: 50px;
}
.price__desc-text {
	max-width: 1017px;
	color: #000;
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'GT Walsheim Pro';
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	margin: auto;
	margin-bottom: 50px;
}
.price__desc-btn {
	display: flex;
	justify-content: center;
}
@media (max-width: 1024px) {
	.price__bg-el {
		display: none;
	}
}
@media (max-width: 991px) {
	.price {
		position: relative;
		margin-top: 50px;
		padding: 30px 0;
		background: url(../../assets/img/price-mobile.png);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.price__title {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.price__text {
		max-width: 100%;
		font-size: 16px;
		margin-bottom: 30px;
	}
	.price__list {
		gap: 30px;
	}
	.price__item {
		gap: 10px;
	}
	.price__item > p {
		font-size: 14px;
		line-height: 16px;
	}
	.price__item > .text-right {
		text-align: right;
	}
	.price__desc {
		margin-bottom: 30px;
	}
	.price__desc-text {
		max-width: 100%;
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 30px;
	}
}
.e-client {
	max-width: 200px;
}
@media (max-width: 767px) {
	.s-50langs .cn-cols-row > div:nth-child(n + 5) {
		display: none;
	}
}
@media (max-width: 991px) {
	.faq h4 {
		font-size: 18px !important;
	}
}

@media (max-width: 1024px) {
	.schedule-img {
		display: none;
	}
	.info-block-item {
		flex-basis: calc(50% - 20px) !important;
	}
}
.info-block-work,
.info-block-con {
	font-feature-settings: 'liga' off, 'clig' off !important;
	font-family: 'GT Walsheim Pro' !important;
}

@media (max-width: 991px) {
	.s-head {
		position: sticky;
		top: 0;
		left: 0;
		background-color: #fff;
	}
}

/* Блок з мовами в постах */
.langs-for-service {
	margin-top: 40px;
	padding-top: 20px;
	width: 100%;
	background: url(../../assets/img/langs-for-service.svg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50px;
}
.langs-for-service__img {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.langs-for-service__title {
	color: #6430a1;
	text-align: center;
	font-size: 36px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: -0.48px;
	margin-bottom: 50px;
}
.langs-for-service__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px;
	row-gap: 20px;
}
.langs-for-service__item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6px;
	margin-left: 30px;
}
.langs-for-service__flag picture {
	display: flex;
}
.langs-for-service__flag img {
	object-fit: cover;
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	flex-shrink: 0;
	border-radius: 32px;
}
.langs-for-service__text {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	gap: 2px;
	color: #4e4e4e;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	transition: all 0.3;
}
.langs-for-service__text:hover {
	color: #6430a1;
}
.langs-for-service__more-btn {
	display: block;
	margin: auto;
	margin-top: 20px;
	color: #6430a1;
	background-color: transparent;
}
.langs-for-service__open-modal {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
@media (max-width: 991px) {
	.langs-for-service {
		margin-top: 20px;
		padding-bottom: 30px;
	}
	.langs-for-service__title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	.langs-for-service__list {
		grid-template-columns: repeat(4, 1fr);
	}
	.langs-for-service__item {
		margin-left: 0;
	}
	.langs-for-service__open-modal {
		margin-top: 30px;
	}
}
@media (max-width: 768px) {
	.langs-for-service__list {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 12px;
	}
}
@media (max-width: 480px) {
	.langs-for-service__list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 767px) {
	.langs-for-service__more-btn {
		display: none !important;
	}
}

.photo-article {
	width: 100% !important;
	height: 600px !important;
	object-fit: cover !important;
	object-position: center 30%;
}
@media (max-width: 991px) {
	.photo-article {
		height: 300px !important;
	}
}
