body.logged-in .header {
	top: 40px;
}
body.logged-in .header.colored-bg {
	top: 20px;
}
.wpcf7-response-output {
	display: none;
}
@media screen and (max-width: 782px) {
	body.logged-in .header {
		top: 46px;
	}
	body.logged-in .header.colored-bg {
		top: 46px;
	}	
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	display: none;
}
.error-404 {
	min-height: 100vh;
	margin-top: -190px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.error-404__title {
	font-size: 40px;
	margin-bottom: 60px;
}
.error-404__actions {
	display: flex;
	align-items: center;
	justify-content: center;
}
.error-404__actions .btn {
	margin: 0 10px;
}
input, textarea{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}
input[type=submit] {
	cursor: pointer;
}
.wpcf7-spinner{
	position: absolute;
	bottom: 3px;
	right: 3px;
	margin: 0;
}
.breadcrumbs {
	display: flex;
}
.mw-300 {
	max-width: 300px;
}
.mw-185 {
	max-width: 185px;
	margin-left: 11px;
}
.payment__form {
	max-width: 500px;
	margin-top: 32px;
}
.payment__form-footer {
	margin-top: 16px;
	position: relative;
	display: flex;
	align-items: center;
}

.payment__form .form-group{
	display: inline-block;
	margin-bottom: 16px;
}
.form-group__label{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
	display: block;
}
.form-group__label i {
	font-style: normal;
	color: red;
}
.payment__form .icon {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 0 8px;
}
.payment__form .icon--mastercard {
	background-image: url('images/mastercard.svg');
	width: 36px;
	height: 28px;
}
.payment__form .icon--visa {
	background-image: url('images/visa.svg');
	width: 54px;
	height: 16px;
}
.payment__form-footer-actions  {
	margin-left: 28px;
	display: flex;
	align-items: center;
}
.country-select .select-selected {
	background-color: #fff;
}
@media (max-width: 560px) {
	.mw-300 {
		max-width: none;
		width: 100%;
	}
	.mw-185 {
		max-width: none;
		width: 100%;
		margin-left: 0;
	}
	.payment__form .form-group input {
		width: 100%;
	}
	.payment__form-footer {
		flex-wrap: wrap;
		justify-content: center;
	}
	.payment__form-footer input {
		width: 100%;
	}
	.payment__form-footer-actions  {
		margin-left: 0;
		justify-content: center;
		width: 100%;
		margin-top: 25px;
	}
}
.modal-payment {
	width: 1000px;
	height: 600px;
}
@media (max-width: 767px) {
	.modal-payment {
		padding: 0;
	}
}