.keywords {
	color: transparent !important;
	font-size: 12px;
	line-height: 100%;
}
.wpcf7 form .wpcf7-response-output {
	font-size: 12px;
	width: 100%;
	line-height: 125%;
	margin: 0;
	order: 5;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
}

.about-page__block p strong{
    color: #F17D09;
    font-weight: 800;
    margin-top: 10px;
    display: block;
}

.lang-item.current-lang{
    color: #F17D09;
    font-weight: 500;
}
.lang-item:hover{
    color: #F17D09;
}

.lang-item{
    color: rgba(255, 255, 255, 0.16);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-weight: 300;
    line-height: 115%;
    transition: all .2s ease;
    text-transform: uppercase;
	list-style: none;
}


.footer__dev {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
	font-size: 16px;
	color: white;
}

@media (min-width: 1000px) {
	.header__logo-bottom span:nth-of-type(2) {
		font-size: 36px;
		line-height: 74%;
	}
}
@media (max-width: 479px) {
	.header__logo {
		max-width: 300px;
	}
	.header__logo-bottom span:nth-of-type(2) {
		font-size: 30px;
		line-height: 74%;
		white-space: nowrap;
	}
}


.wpcf7 form .wpcf7-response-output {
	color: black;
	text-align: center;
	font-weight: bold;
    padding: 10px 40px;
    border-radius: 30px;
}
.wpcf7 form.invalid .wpcf7-response-output {
	background: #ffb900;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #F17D09;
    background-color: #F17D09;
}