* {
	outline: transparent;
	padding: 0;
	margin: 0;
	-webkit-tap-highlight-color: transparent
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body,
html {
	height: 100%
}

button,
input,
textarea {
	font-family: inherit;
	font-size: inherit;
	border: none;
	background: inherit
}

button {
	cursor: pointer
}

a {
	text-decoration: none;
	color: inherit
}

ol,
ul {
	list-style: none
}

body {
	position: relative;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: burlywood;
	background: #282928;
}

body._lock,
body.lock {
	overflow: hidden
}

.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden
}

.page {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

[class*=__container] {
	--max-width: 1200px;
	--padding: 20px;
	width: min(100% - var(--padding), var(--max-width));
	margin-inline: auto
}

.header {
	position: relative;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 4px 8px 21px 0 rgba(0, 0, 0, .15);
	box-shadow: 4px 8px 21px 0 rgba(0, 0, 0, .15);
	z-index: 2
}

.header__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	padding: 15px 0;
}

.header__logo {
	display: inline-block;
	max-width: 250px;
}

.header__logo img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.header__menu nav ul,
.footer__menu nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

@media (min-width: 992px) {
	.menu__icon {
		display: none;
	}
}

.header__menu nav ul li a,
.footer__menu nav ul li a {
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: #86b7fe;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s
}

.footer__menu nav ul li a {
	font-weight: 500;
	color: lavender;
}

.header__menu nav ul li a.active {
	color: #006ede
}

@media (any-hover: hover) {
	.header__menu nav ul li a:hover {
		color: #006ede
	}

	.footer__bottom p a:hover,
	.footer__menu nav ul li a:hover {
		color: #161f21;
	}
}

.footer {
	position: relative;
	border-radius: 8px 8px 0 0;
	-webkit-box-shadow: 4px 8px 21px 0 rgba(0, 0, 0, .15);
	box-shadow: 4px 8px 21px 0 rgba(0, 0, 0, .15);
	background: seagreen;
	z-index: 2
}

.footer__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
	padding: 15px 0;
}

.footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
}

.footer__bottom p {
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	color: lavender;
}

.footer__bottom p a {
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s
}

.section__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 0;
}

/*Form*/
.wpcf7 {
}

.screen-reader-response {
}

.wpcf7-form {
}

.init {
}

span.wpcf7-form-control-wrap {
}

span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
}

input.wpcf7-form-control {
}

.wpcf7-validates-as-email {
}

.wpcf7-validates-as-required {
}

.wpcf7-text {
}

.wpcf7-email {
}

.wpcf7-textarea {
}

.wpcf7-submit {
}

.has-spinner {
}

.wpcf7-spinner {
}

.wpcf7-response-output {
}

.page {
	background: -o-linear-gradient(45deg, #3C3B3F, #605C3C);
	background: linear-gradient(45deg, #3C3B3F, #605C3C);
	-webkit-animation: gradient 10s ease infinite;
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
}

@-webkit-keyframes gradient {
	0% {
		background-position: 0 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0 50%;
	}
}
