@charset "UTF-8";
.want-mobile-app {
	color: #021452;
	text-decoration: none;
	padding: 10px 25px;
	border: 1px solid #021452;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 400;
}

.bg-block {
	display: flex;
	width: 100%;
}

.bg-block__image-wrapper {
	width: 40%;
	position: relative;
}

@media (max-width: 768px) {
	.bg-block__image-wrapper {
		display: none;
	}
}

.bg-block__image-wrapper img {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bg-block__content {
	padding: 80px;
	width: 60%;
	max-width: 850px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
}

@media (max-width: 1930px) {
	.bg-block__content {
		padding: 40px 80px;
	}
}

@media (max-width: 1400px) {
	.bg-block__content {
		padding: 40px;
	}
}

@media (max-width: 480px) {
	.bg-block__content {
		padding: 40px 20px;
	}
}

@media (max-width: 768px) {
	.bg-block__content {
		width: 100%;
	}
}

.bg-block__content .btn-form {
	width: 100%;
	border: 1px solid #0486FF;
}

.bg-block__content .btn-form:hover {
	background-color: #0486FF;
}

.bg-block__content .content-block__logo {
	margin-bottom: 30px;
}

.bg-block__content .content-block__logo img {
	width: 170px;
}

@media (max-width: 1400px) {
	.bg-block__content .content-block__logo {
		margin-bottom: 20px;
	}
	.bg-block__content .content-block__logo img {
		width: 150px;
	}
}

@media (max-width: 576px) {
	.bg-block__content .content-block__logo {
		margin-bottom: 15px;
	}
	.bg-block__content .content-block__logo img {
		width: 120px;
	}
}

.bg-block__content .content-block__subtitle {
	font-size: 17px;
	font-weight: 300;
}

@media (max-width: 1400px) {
	.bg-block__content .content-block__subtitle {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	.bg-block__content .content-block__subtitle {
		font-size: 15px;
	}
}

.bg-block__content .content-block__thirdtitle {
	font-size: 17px;
	font-weight: 300;
	display: block;
	line-height: 1.7;
	margin-bottom: 20px;
}

@media (max-width: 1400px) {
	.bg-block__content .content-block__thirdtitle {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	.bg-block__content .content-block__thirdtitle {
		font-size: 15px;
	}
}

.bg-block__content .content-block__fourthtitle {
	font-size: 15px;
	font-weight: 300;
	display: block;
	line-height: 1.7;
	margin-bottom: 20px;
}

@media (max-width: 1400px) {
	.bg-block__content .content-block__fourthtitle {
		font-size: 14px;
	}
}

.bg-block__content .content-block__fifthtitle {
	font-size: 15px;
	font-weight: 300;
	display: block;
	line-height: 1.7;
	margin-bottom: 00px;
}

@media (max-width: 1400px) {
	.bg-block__content .content-block__fifthtitle {
		font-size: 14px;
	}
}

.bg-block__content .content-block__fifthtitle b {
	font-weight: 600;
}

.bg-block__content .content-block__title {
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 34px;
	line-height: 1.4;
}

@media (max-width: 1400px) {
	.bg-block__content .content-block__title {
		font-size: 28px;
	}
}

@media (max-width: 576px) {
	.bg-block__content .content-block__title {
		font-size: 22px;
		margin-top: 20px;
	}
}

.bg-block__content .content-block__title b {
	font-weight: 600;
}

.bg-block__content .content-block .accent {
	color: #0486FF;
	font-weight: 600;
}

main {
	margin-bottom: 0;
	display: flex !important;
	align-items: stretch;
}

.wpcf7-not-valid-tip {
	margin-bottom: 20px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.info {
	background-color: #021452;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999999;
	display: none !important;
}

.info__wrapper {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
}

.info__wrapper > div:first-child {
	margin-right: 30px;
}

.info__wrapper > div:last-child {
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.info__wrapper {
		font-size: 13px;
		padding: 10px 0;
	}
}

@media (max-width: 992px) {
	.hidden-lg-down {
		display: none;
	}
}

.d-flex {
	display: flex !important;
}

html {
	font-size: 14px;
	color: #021452;
	font-family: "Poppins", sans-serif;
}

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	background-color: white;
	color: #021452;
}

body p {
	line-height: 1.7;
	font-family: "Poppins", sans-serif;
	font-size: 1.07143rem;
	font-weight: 500;
}

@media (max-width: 576px) {
	body p {
		font-size: 1rem;
		font-weight: 500;
	}
}

body ul, body ol {
	font-size: 1.07143rem;
	font-weight: 500;
}

@media (max-width: 576px) {
	body ul, body ol {
		font-size: 1rem;
		font-weight: 500;
	}
}

body ul li, body ol li {
	line-height: 1.7;
}

body.offer .offer__content p, body.offer .offer__content ol, body.offer .offer__content ul {
	font-size: 1.28571rem;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Poppins", sans-serif;
}

body.blog-single .blog-post__content p, body.blog-single .blog-post__content ol, body.blog-single .blog-post__content ul {
	font-family: "Poppins", sans-serif;
	font-size: 1.28571rem;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 576px) {
	body.blog-single .blog-post__content p, body.blog-single .blog-post__content ol, body.blog-single .blog-post__content ul {
		font-size: 1rem;
		font-weight: 300;
	}
}

* {
	outline: 0;
	box-sizing: border-box;
}

.img-responsive {
	max-width: 100%;
	display: block;
}

.visually-hidden {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	top: -999px;
	font-size: 1em;
}

figure {
	margin: 0;
	padding: 0;
}

a {
	color: #021452;
	font-weight: 600;
}

b,
strong {
	font-weight: 900;
}

h1 {
	font-size: 2.14286rem;
	font-weight: 900;
	margin: 30px 0;
	line-height: 1.5;
}

@media (max-width: 576px) {
	h1 {
		font-size: 1.85714rem;
	}
}

h2 {
	font-size: 2rem;
	font-weight: 900;
	margin: 30px 0;
	line-height: 1.5;
}

@media (max-width: 576px) {
	h2 {
		font-size: 1.64286rem;
	}
}

h3 {
	font-size: 1.71429rem;
	font-weight: 900;
	margin: 26px 0;
	line-height: 1.5;
}

@media (max-width: 576px) {
	h3 {
		font-size: 1.42857rem;
	}
}

h4 {
	font-size: 1.57143rem;
	font-weight: 900;
	margin: 26px 0;
	line-height: 1.6;
}

@media (max-width: 576px) {
	h4 {
		font-size: 1.28571rem;
	}
}

h5 {
	font-size: 1.42857rem;
	font-weight: 900;
	margin: 20px 0;
	line-height: 1.6;
}

@media (max-width: 576px) {
	h5 {
		font-size: 1.21429rem;
	}
}

h6 {
	font-size: 1.28571rem;
	font-weight: 900;
	margin: 20px 0;
	line-height: 1.8;
}

@media (max-width: 576px) {
	h6 {
		font-size: 1.14286rem;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #000;
}

.hamburger {
	width: 30px;
	height: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	flex-shrink: 0;
	box-sizing: content-box;
}

.hamburger .line {
	width: 100%;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.77);
}

.hamburger.black .line {
	background-color: black;
}

.blue-color {
	color: #021452;
}

.green-color {
	color: #a4dbc3;
}

.padding-standard--top {
	padding-top: 80px;
}

.padding-standard--bottom {
	padding-bottom: 80px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

sup {
	margin-left: -.2em;
}

.exit-block {
	color: #021452;
	font-size: 2.42857rem;
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 30px;
}

.content-image {
	position: relative;
	margin: 30px 0;
	cursor: pointer;
	display: inline-block;
}

.content-image::before, .content-image::after {
	transition: all .3s ease-in-out;
	position: absolute;
	opacity: 0;
}

.content-image::before {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
}

.content-image::after {
	content: '\f002';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -22%);
	font-size: 3.57143rem;
	color: #021452;
}

.content-image:hover::before, .content-image:hover::after {
	opacity: 1;
}

.content-image:hover::after {
	transform: translate(-50%, -50%);
}

.content-image img {
	display: flex;
	max-width: 100%;
}

.content-image figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	color: white;
	text-align: center;
	width: 100%;
	z-index: 3;
	font-size: 1.07143rem;
	font-weight: 500;
}

.content-image figcaption::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #021452;
	opacity: .7;
	z-index: -1;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.site-content {
	flex: 1;
}

.map-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.panel-grid {
	margin-bottom: 0 !important;
}

.picture-with-decoration {
	position: relative;
	display: inline-block;
}

.picture-with-decoration--left {
	padding: 0 0 1.3em 1.3em;
}

.picture-with-decoration--left::before {
	left: 0;
}

.picture-with-decoration--right {
	padding: 0 1.3em 1.3em 0;
}

.picture-with-decoration--right::before {
	right: 0;
}

@media (max-width: 992px) {
	.picture-with-decoration {
		margin-bottom: 50px;
	}
}

.picture-with-decoration::before {
	position: absolute;
	bottom: 0;
	width: 80%;
	height: 80%;
	background: #021452;
	content: '';
	z-index: -1;
}

.social-media-block {
	display: flex;
	justify-content: center;
}

.social-media-block__item {
	width: 100px;
	height: 100px;
	margin-right: 20px;
	padding: 25px;
	font-size: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, 0.11);
	box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.07);
	transition: all .3s ease-in-out;
	text-decoration: none;
}

.social-media-block__item:hover {
	transform: scale(1.1);
	color: white;
	background-color: #021452;
}

.social-media-block__item:last-child {
	margin-right: 0;
}

@media (max-width: 992px) {
	.invite-to-social__picture {
		display: none;
	}
}

.invite-to-social__content .social-media-block {
	margin-top: 70px;
}

.anchor-margin[id]:before {
	content: " ";
	margin-top: -100px;
	height: 100px;
	visibility: hidden;
	display: block;
}

.contact {
	padding: 80px 0;
	background-color: #fdf9f7;
}

.contact .section-header {
	margin-bottom: 70px;
}

.contact__form .section-header {
	font-size: 25px;
	margin-bottom: 0px;
}

.contact__form .section-header::before {
	content: none;
}

.icon-list {
	padding: 0;
}

.icon-list__item {
	list-style: none;
	font-size: 20px;
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	.icon-list__item {
		font-size: 18px;
	}
}

.icon-list__item a {
	text-decoration: none;
	display: flex;
	align-items: center;
	transition: all .3s ease-in-out;
}

.icon-list__item a:hover {
	transform: scale(1.05);
}

@media (max-width: 768px) {
	.icon-list__item a {
		flex-direction: column;
	}
	.icon-list__item a .icon-list__item__icon {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.icon-list__item__icon {
	height: 40px;
	width: auto;
	margin-right: 20px;
}

.logos {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.logos__item {
	height: 90px;
	margin: 10px;
}

.box {
	padding: 15px;
	border: 1px solid #0d42f9;
	margin: 30px 0;
	display: flex;
	align-items: flex-start;
}

.box__image {
	margin-right: 20px;
	flex-shrink: 0;
}

.box__content__title {
	font-size: 18px;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 10px;
}

.box__content__desc {
	margin-bottom: 20px;
}

.box__content .btn {
	justify-self: flex-end;
	min-width: auto !important;
	padding: 10px 15px;
	float: right;
	font-size: 14px;
}

.links-page {
	padding: 40px 0;
}

.links-page .section-header {
	margin-bottom: 20px;
}

.map-row {
	margin-top: 40px;
}

.search-block {
	border: 1px solid gray;
	margin-bottom: 20px;
}

.search-block__header {
	background-color: black;
	padding: 10px 15px;
	cursor: pointer;
	position: relative;
}

@media (max-width: 992px) {
	.search-block__header::after {
		content: '^';
		position: absolute;
		top: 50%;
		transform-origin: center;
		right: 15px;
		transform: translateY(-50%) rotate(180deg);
		color: white;
		line-height: 0;
		font-size: 2em;
	}
}

.search-block__title {
	color: white;
	font-size: 1.2em;
}

.search-block__content {
	padding: 15px;
}

@media (max-width: 992px) {
	.search-block__content {
		display: none;
	}
}

.search-block__content input:first-child, .search-block__content textarea:first-child, .search-block__content select:first-child {
	margin-top: 0 !important;
}

.search-block__content input:last-child, .search-block__content textarea:last-child, .search-block__content select:last-child {
	margin-bottom: 0 !important;
}

.search-block__content .date-block {
	display: flex;
	align-items: center;
}

.search-block__content .date-block input {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.search-block__content .date-block .spacer {
	font-size: 40px;
	padding: 0 20px;
}

.search-block.open .search-block__content {
	display: block;
}

.search-block.open .search-block__header::after {
	transform: rotate(0deg);
	margin-top: 3px;
}

.coin-filter {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 15px;
}

.coin-filter--selected::after {
	content: attr(data-selected);
	position: absolute;
	top: -10px;
	right: 15px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: black;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
}

.coin-filter__title {
	padding: 10px 15px;
	border: 1px solid black;
	font-size: 12px;
	text-transform: uppercase;
	color: black;
	cursor: pointer;
	justify-content: space-between;
	display: flex;
	align-items: center;
}

.coin-filter__title img {
	padding-left: 20px;
}

.coin-filter__title::after {
	content: "^";
	transform-origin: center;
	transform: rotate(180deg);
	font-size: 2em;
	line-height: 0;
	margin-top: -4px;
}

.coin-filter__search-wrapper {
	position: relative;
	display: none;
	z-index: 9;
}

.coin-filter__search {
	width: 100%;
	background-color: #F4F4F4;
	color: #AAABAD;
	padding: 10px 15px;
	border-width: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-size: 12px;
}

.coin-filter__search::placeholder {
	color: #AAABAD;
}

.coin-filter__content-wrapper {
	max-height: 200px;
	padding-top: 10px;
	overflow-y: auto;
	flex-direction: column;
	border-width: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	display: none;
}

.coin-filter__content-search-wrap {
	position: absolute;
	top: calc(100% - 1px);
	background: white;
	z-index: 9999;
	width: 100%;
}

.coin-filter__date-wrapper {
	padding: 0px 15px 15px 15px;
	display: flex;
	align-items: center;
}

.coin-filter__date-wrapper input {
	border: 1px solid black;
	padding: 5px 10px;
	color: black;
}

.coin-filter__date-wrapper .spacer {
	margin: 0 10px;
}

.coin-filter__item input {
	position: absolute;
	opacity: 0;
}

.coin-filter__item input:checked + label {
	background-color: black;
	color: white;
}

.coin-filter__item label {
	width: 100%;
	padding: 5px 15px;
	display: block;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	color: black;
	line-height: 1.2;
}

.coin-filter__item--active label, .coin-filter__item:hover label {
	background-color: black;
	color: white !important;
}

.coin-filter.open .coin-filter__title {
	border-bottom-width: 0;
}

.coin-filter.open .coin-filter__title::after {
	transform: rotate(0deg);
	margin-bottom: -6px;
	margin-top: 0;
}

.coin-filter.open .coin-filter__search-wrapper, .coin-filter.open .coin-filter__content-wrapper {
	display: flex;
}

@media (min-width: 1200px) {
	.single-coin {
		padding-left: 80px;
	}
}

.single-coin__title {
	margin-top: 0;
}

@media (max-width: 992px) {
	.single-coin__title {
		margin-top: 30px;
	}
}

.single-coin__block {
	background-color: #f2f2f2;
	padding: 15px 0;
}

.single-coin__block:nth-child(2n) {
	background-color: #fcfcfc;
}

.single-coin__block__title {
	font-size: 20px;
	font-weight: 600;
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 992px) {
	.single-coin__block__title {
		font-size: 16px;
	}
}

.single-coin__block__list {
	padding: 0;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.single-coin__block__list__item {
	list-style: none;
	border-bottom: 1px solid #d7d7d7;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	padding: 5px 30px;
}

@media (max-width: 992px) {
	.single-coin__block__list__item {
		font-size: 14px;
	}
}

.single-coin__block__list__item__key {
	font-weight: 600;
}

.single-coin__block__list__item__value {
	padding-left: 20px;
	max-width: 70%;
	text-align: right;
}

.single-coin__block__list__item:first-child {
	border-top: 1px solid #d7d7d7;
}

.coin-page {
	margin-bottom: 80px;
}

.coins-thumbs {
	margin-right: -6px;
	margin-left: -6px;
}

@media (min-height: 700px) and (min-width: 1200px) {
	.coin-gallery-wrapper {
		position: sticky;
		top: 80px;
	}
}

.coin-box {
	margin-bottom: 30px;
}

.coin-box__title {
	font-size: 15px;
	margin: 10px 0;
	text-decoration: none;
}

@media (max-width: 576px) {
	.coin-box__title {
		font-size: 13px;
		margin-top: 3px;
	}
}

.coin-box__title a {
	text-decoration: none;
}

.coin-box__desc {
	background-color: #f2f2f2;
	padding: 10px;
}

.coin-box__button {
	width: 100%;
	display: block;
	padding: 5px;
	border: 1px solid black;
	color: black;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}

@media (max-width: 576px) {
	.coin-box__button {
		font-size: 11px;
	}
}

.coin-box__button:hover {
	background-color: black;
	color: white;
}

.coin-box__image-wrapper a {
	position: relative;
	display: block;
}

.coin-box__image-wrapper a img {
	transition: opacity .3s ease-in-out;
}

.coin-box__image-wrapper a .second {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.coin-box__image-wrapper a:hover img:not(.second) {
	opacity: 0;
}

@media (max-width: 992px) {
	.search-form {
		margin-bottom: 80px;
	}
}

.founded {
	margin-bottom: 40px;
	margin-top: 0;
}

.btn-goback {
	font-size: 13px !important;
	margin-bottom: 20px !important;
	color: black !important;
	background: white !important;
	border: 1px solid black !important;
	min-width: 150px !important;
	padding: 10px 15px !important;
}

.project-info {
	padding: 120px 0;
}

@media (max-width: 992px) {
	.project-info {
		padding: 40px 0;
	}
}

.project-info__wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 992px) {
	.project-info__wrapper {
		flex-wrap: wrap;
	}
}

.project-info__desc {
	padding-left: 20px;
	padding-right: 20px;
	flex-shrink: 0;
}

@media (min-width: 1401px) {
	.project-info__desc {
		max-width: 670px;
	}
	.project-info__desc p {
		font-size: 1.21429rem;
	}
}

@media (max-width: 992px) {
	.project-info__desc {
		order: 0;
	}
}

@media (max-width: 992px) {
	.project-info__img-left, .project-info__img-right {
		order: 1;
	}
}

@media (max-width: 992px) {
	.project-info__desc {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.project-info__img-left {
		width: 60%;
	}
	.project-info__img-right {
		width: 40%;
	}
}

.mdp-section {
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
}

@media (max-width: 992px) {
	.mdp-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.mdp-section__image {
	margin-left: auto;
	margin-right: auto;
}

#map {
	height: 380px;
}

.ck-editor__editable {
	min-height: 300px;
}

img {
	max-width: 100%;
	height: auto;
}

.team-header__image {
	position: relative;
	margin-top: -20%;
	border: 5px solid #e4e4e4;
}

.team-wrapper {
	display: flex;
	align-items: flex-start;
}

@media (max-width: 992px) {
	.team-wrapper {
		flex-direction: column;
	}
}

.team-sidebar {
	background-color: #f4f4f4;
	padding: 50px;
	max-width: 350px;
	flex-shrink: 0;
}

@media (max-width: 1700px) {
	.team-sidebar {
		max-width: 350px;
	}
}

@media (max-width: 1200px) {
	.team-sidebar {
		max-width: 300px;
	}
}

@media (max-width: 992px) {
	.team-sidebar {
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.team-sidebar {
		padding: 30px 20px;
	}
}

.team-sidebar__avatar {
	max-height: 200px;
	width: auto;
}

@media (max-width: 768px) {
	.team-sidebar__avatar {
		max-width: 50%;
		max-height: auto;
	}
}

.team-sidebar__title {
	font-size: 2.14286rem;
	font-weight: 900;
	margin-top: 30px;
}

@media (max-width: 1200px) {
	.team-sidebar__title {
		font-size: 1.71429rem;
	}
}

.team-sidebar__contact {
	padding: 0;
	margin: 0;
}

.team-sidebar__contact__item {
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
	list-style: none;
}

.team-sidebar__contact__item:last-child {
	margin-bottom: 0;
}

.team-sidebar__contact__item__icon {
	width: 25px;
	margin-right: 15px;
	transform: translateY(1px);
}

.team-sidebar__contact__item a, .team-sidebar__contact__item address {
	color: #021452;
	text-decoration: none;
	font-style: normal;
	font-weight: 500;
}

.team-sidebar__location {
	padding: 30px 0;
	margin: 50px 0;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

@media (max-width: 768px) {
	.team-sidebar__location {
		margin: 20px 0;
	}
}

.team-sidebar__location__item {
	list-style: none;
	margin-bottom: 5px;
}

.team-sidebar__location__item:last-child {
	margin-bottom: 0;
}

.team-sidebar__social {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.team-sidebar__social__item {
	list-style: none;
	margin-left: 15px;
	line-height: 1;
	flex-shrink: 0;
	transition: all .3s ease-in-out;
}

.team-sidebar__social__item:first-child {
	margin-left: 0;
}

.team-sidebar__social__item img {
	width: 32px;
	height: 32px;
}

.team-sidebar__social__item:hover {
	transform: scale(1.1);
}

.team-content {
	padding: 30px;
	border-radius: 20px;
	border: 1px solid #c6c6c6;
	margin-top: 50px;
	margin-left: 70px;
	width: 100%;
}

@media (max-width: 1200px) {
	.team-content {
		margin-left: 40px;
	}
}

@media (max-width: 992px) {
	.team-content {
		margin-left: 0;
	}
}

.team-content__title {
	margin-top: 0;
	font-size: 24px;
	margin-bottom: 20px;
}

.team-content__title--photo {
	margin-top: 60px;
}

@media (max-width: 1200px) {
	.team-content__title {
		font-size: 1.42857rem;
	}
	.team-content__title--photo {
		margin-top: 30px;
	}
}

.team-content__gallery {
	margin-right: -10px;
	margin-left: -10px;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.team-content__gallery__item {
	list-style: none;
	padding: 10px;
	width: 50%;
}

@media (min-width: 577px) {
	.container-mini {
		width: 1200px !important;
	}
}

.resets .reset-field {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #021452;
	padding: 5px 8px;
	font-weight: 600;
	font-size: 11px;
	color: #021452;
	transition: all .3s ease-in-out;
}

.resets .reset-field:hover, .resets .reset-field:focus {
	background-color: #021452;
	color: white;
}

.find-team-form__selects-wrapper {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 480px) {
	.find-team-form__selects-wrapper {
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
}

.find-team-form__selects-wrapper select {
	width: 32%;
	margin-bottom: 20px;
	margin-top: 0px;
}

@media (max-width: 480px) {
	.find-team-form__selects-wrapper select {
		width: 100%;
		margin-bottom: 10px;
	}
}

.team-box {
	padding: 60px;
	border-radius: 30px;
	border: 1px solid #c6c6c6;
	display: flex;
	margin-bottom: 40px;
	margin-top: 40px;
}

@media (max-width: 1200px) {
	.team-box {
		padding: 30px;
	}
}

@media (max-width: 768px) {
	.team-box {
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	.team-box {
		padding: 20px;
		border-radius: 20px;
	}
}

.team-box__image {
	max-width: 330px;
	margin-right: 65px;
}

@media (max-width: 1200px) {
	.team-box__image {
		margin-right: 35px;
	}
}

@media (max-width: 992px) {
	.team-box__image {
		max-width: 230px;
	}
}

@media (max-width: 768px) {
	.team-box__image {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.team-box__content {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.team-box__header {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

@media (max-width: 992px) {
	.team-box__header {
		margin-bottom: 10px;
	}
	.team-box__header .team-sidebar__social__item {
		margin-left: 10px;
	}
	.team-box__header .team-sidebar__social__item img {
		width: 25px;
		height: 25px;
	}
}

@media (max-width: 992px) and (max-width: 480px) {
	.team-box__header .team-sidebar__social__item:first-child {
		margin-left: 0;
	}
}

@media (max-width: 480px) {
	.team-box__header {
		flex-direction: column;
	}
}

.team-box__title {
	font-size: 1.85714rem;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 0px;
}

@media (max-width: 992px) {
	.team-box__title {
		font-size: 1.42857rem;
	}
}

@media (max-width: 480px) {
	.team-box__title {
		margin-bottom: 5px;
	}
}

.team-box__location {
	color: #8e8888;
	font-size: 0.92857rem;
	font-weight: 600;
}

.team-box__desc > * {
	font-size: 1.28571rem;
}

@media (max-width: 1200px) {
	.team-box__desc > * {
		font-size: 1.14286rem;
	}
}

.team-box__action {
	margin-top: auto;
	color: #0e377c;
	text-decoration: none;
	font-size: 1.42857rem;
	font-weight: 700;
}

.team-box__action:hover {
	text-decoration: underline;
}

@media (max-width: 1200px) {
	.team-box__action {
		font-size: 1.14286rem;
	}
}

#team-map {
	height: 700px;
	max-height: 80vh;
}

@media (max-width: 576px) {
	#team-map {
		height: 350px;
	}
}

.voivodeship-block {
	margin-bottom: 50px;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media (max-width: 576px) {
	.voivodeship-block {
		flex-wrap: nowrap;
		overflow: auto;
		justify-content: flex-start;
		margin-bottom: 20px;
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}
	.voivodeship-block::-webkit-scrollbar {
		display: none;
	}
}

.voivodeship-block__item {
	border: 1px solid #c2c2c2;
	border-radius: 15px;
	margin-bottom: 10px;
	margin: 5px;
	text-align: left;
	display: flex;
	align-items: stretch;
	padding: 0;
	justify-content: space-between;
	flex-shrink: 0;
}

.voivodeship-block__item:hover {
	border-color: #021452;
}

.voivodeship-block__item__title {
	font-size: 0.92857rem;
	font-weight: 700;
	display: block;
	padding: 10px 15px;
	flex-shrink: 0;
	word-break: keep-all;
}

.voivodeship-block__item:focus {
	border-width: 1px;
}

.voivodeship-block__item:focus .voivodeship-block__item__title {
	background-color: #021452;
	color: white;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.voivodeship-block__item__count {
	flex-shrink: 0;
	font-size: 1.14286rem;
	font-weight: 600;
	background-color: #f2f2f2;
	color: #a4dbc3;
	display: block;
	width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.team-popup {
	min-width: 170px;
	max-width: 170px;
}

.team-popup__title {
	font-size: 1.14286rem;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}

.team-popup__address {
	margin-bottom: 10px;
	font-style: normal;
	color: #8e8888;
	font-size: 0.78571rem;
	font-weight: 500;
}

.team-popup__button {
	display: inline-block;
	border: 1px solid #021452;
	border-radius: 10px;
	padding: 5px 10px;
	color: #021452 !important;
	font-size: 0.85714rem;
	font-weight: 600;
	text-decoration: none;
	line-height: 1;
}

.team-popup__button:hover {
	background-color: #021452;
	color: white !important;
}

.social-media-field {
	padding-left: 45px !important;
	background-position: 10px center;
	background-size: 25px;
	background-repeat: no-repeat;
}

.social-media-field--tiktok {
	background-image: url("/wp-content/themes/taureca-template/images/icon_tiktok.png");
}

.social-media-field--facebook {
	background-image: url("/wp-content/themes/taureca-template/images/icon_facebook.png");
}

.social-media-field--instagram {
	background-image: url("/wp-content/themes/taureca-template/images/icon_instagram.png");
}

.social-media-field--youtube {
	background-image: url("/wp-content/themes/taureca-template/images/icon_youtube.png");
}

.form-block {
	border: 1px solid #c2c2c2;
	border-radius: 20px;
	padding: 50px;
	margin: 40px 0;
}

@media (max-width: 768px) {
	.form-block {
		padding: 50px 30px;
	}
}

@media (max-width: 480px) {
	.form-block {
		padding: 30px 15px;
	}
}

.form-block label {
	font-size: 1.07143rem;
	display: block;
}

@media (max-width: 768px) {
	.form-block label {
		margin-top: 10px  !important;
	}
}

.form-block #map {
	margin: 20px 0;
}

.form-block .ck-editor {
	margin-top: 20px !important;
}

@media (max-width: 768px) {
	.form-block .ck-editor {
		margin-top: 10px !important;
	}
}

.form-block__field {
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.form-block__field {
		margin-bottom: 20px;
	}
}

.form-block__title {
	margin-top: 0;
}

@media (max-width: 768px) {
	.form-block__title {
		font-size: 1.28571rem;
	}
}

.form-block__submit {
	font-size: 13px !important;
	padding: 12px 25px !important;
}

.form-block .map-form__button {
	margin-top: 20px;
	font-size: 11px !important;
	padding: 10px 15px !important;
}

.form-block .alert {
	margin-bottom: 20px;
	margin-top: 10px;
}

.custom-file-container .input-visible {
	border-radius: 15px;
	border-color: #c2c2c2;
}

.custom-file-container .input-container::after {
	content: 'Dodaj';
	background-color: #021452;
	color: white;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 5px 25px;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	font-size: 12px;
}

.custom-file-container .image-preview-item {
	width: 150px !important;
	height: 150px !important;
}

.image-preview-item-clear-icon {
	margin-top: -2px;
	font-size: 20px;
}

.image-preview-item, .image-preview {
	position: relative;
}

.image-preview-item.to-large::after, .image-preview.to-large::after {
	content: 'Za duża waga pliku';
	text-align: center;
	font-size: 1.07143rem;
	font-weight: 600;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(2, 20, 82, 0.7);
	z-index: 1;
}

.image-preview-item.to-large .image-preview-item-clear, .image-preview.to-large .image-preview-item-clear {
	z-index: 2;
}

[data-upload-id="avatarUploader"] .image-preview {
	width: 150px;
	height: 150px;
}

.alert {
	padding: 15px;
	border: 1px solid;
	line-height: 1.7;
}

.alert--info {
	color: #d27969;
	border-color: #d27969;
}

.alert--danger {
	color: white;
	background: #021452;
}

.alert--black {
	margin-bottom: 30px;
}

.result-list {
	padding-left: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}

.result-list h4 {
	font-size: 17px;
	margin-bottom: 5px;
	margin-top: 0;
}

.result-list__item {
	list-style: none;
	padding: 10px;
	border: 1px solid #c2c2c2;
	font-size: 11px;
	margin: 5px 0;
	width: 100%;
	cursor: pointer;
	text-align: left;
}

.result-list__item:hover, .result-list__item:focus {
	border-color: #021452;
}

.result-list__item.active {
	background-color: #021452;
	color: white;
}

.loading {
	position: relative;
	pointer-events: none;
}

.loading::before {
	content: "Wysyłanie danych (" attr(data-loading) ")";
	padding: 20px;
	background-color: #021452;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1001;
}

.loading[data-loading]::before {
	background: -moz-linear-gradient(90deg, #d27969 var(--loading), #021452 var(--loading), #021452 100%);
	background: -webkit-linear-gradient(90deg, #d27969 var(--loading), #021452 var(--loading), #021452 100%);
	background: linear-gradient(90deg, #d27969 var(--loading), #021452 var(--loading), #021452 100%);
}

.loading::after {
	content: '';
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1000;
}

.faq__item {
	padding: 30px 50px;
	background-color: #f2f2f2;
	margin-bottom: 30px;
	border-radius: 20px;
}

@media (max-width: 1200px) {
	.faq__item {
		padding: 20px 30px;
	}
}

@media (max-width: 768px) {
	.faq__item {
		margin-bottom: 15px;
	}
}

.faq__item__title {
	font-size: 1.42857rem;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	cursor: pointer;
}

@media (max-width: 1200px) {
	.faq__item__title {
		font-size: 1.28571rem;
	}
}

@media (max-width: 768px) {
	.faq__item__title {
		font-size: 1.14286rem;
	}
}

.faq__item__title::after {
	content: '+';
	font-size: 1.5em;
}

.faq__item__desc {
	display: none;
}

.faq__item.open .faq__item__title {
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.faq__item.open .faq__item__title::after {
	content: '-';
}

.faq__item.open .faq__item__desc {
	display: block;
}

.my-account-block {
	background-image: url("/wp-content/themes/taureca-template/images/my_account_banner.jpg");
	background-size: cover;
	background-position: center;
	padding: 30px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

@media (max-width: 992px) {
	.my-account-block {
		margin-top: 50px;
		height: auto;
	}
}

.my-account-block__title {
	color: #021452;
	text-align: center;
	font-size: 2.85714rem;
	font-weight: 900;
}

@media (max-width: 768px) {
	.my-account-block__title {
		font-size: 2.14286rem;
	}
}

@media (max-width: 480px) {
	.my-account-block__title {
		font-size: 1.71429rem;
	}
}

.my-account-block__title span {
	font-size: .7em;
	color: white;
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
}

.ma-title {
	margin-top: 0;
}

.info-alert {
	padding: 50px 0;
	margin-top: -120px;
	margin-bottom: 120px;
}

@media (max-width: 992px) {
	.info-alert {
		margin-top: -60px;
		margin-bottom: 60px;
		padding: 30px 0;
	}
}

.info-alert .container > * {
	font-size: 1.28571rem;
	text-align: center;
}

@media (max-width: 768px) {
	.info-alert .container > * {
		font-size: 1.14286rem;
	}
}

.info-alert--info {
	background-color: #d27969;
}

.info-alert--info .container > * {
	color: white;
}

.info-alert--info .container a {
	color: white;
}

.info-alert--danger {
	background-color: #021452;
}

.info-alert--danger .container > * {
	color: white;
}

.info-alert--danger .container a {
	color: white;
}

.newsletter-block {
	min-height: 700px;
	padding: 40px 0;
	display: flex;
	align-items: center;
	text-align: center;
	color: white;
	background-position: center;
	background-size: cover;
}

@media (max-width: 992px) {
	.newsletter-block {
		min-height: 100%;
	}
}

.newsletter-block__title {
	font-size: 3.57143rem;
	font-weight: 800;
	line-height: 1.2;
	color: white;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.newsletter-block__title {
		font-size: 2.85714rem;
	}
}

@media (max-width: 576px) {
	.newsletter-block__title {
		font-size: 2.14286rem;
	}
}

@media (min-width: 769px) {
	.newsletter-block__desc > * {
		font-size: 1.28571rem;
	}
}

.header-block {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 1200px) {
	.header-block {
		margin-bottom: 50px;
	}
}

@media (max-width: 768px) {
	.header-block {
		margin-bottom: 30px;
	}
}

.header-block__content {
	margin-top: 80px;
	padding: 50px 50px 0 50px;
}

@media (max-width: 1200px) {
	.header-block__content {
		padding: 30px 30px 0 30px;
		margin-top: 50px;
	}
}

@media (max-width: 576px) {
	.header-block__content {
		margin-top: 30px;
		padding: 10px 0px 0 15px;
	}
}

@media (max-width: 350px) {
	.header-block__content {
		margin-top: 20px;
	}
}

.header-block__bg {
	position: absolute;
	z-index: -1;
	object-fit: cover;
	border-radius: 10px;
}

.header-block__picture {
	margin-top: -3%;
}

@media (max-width: 1400px) {
	.header-block__picture {
		height: 480px;
	}
}

@media (max-width: 1200px) {
	.header-block__picture {
		height: 380px;
	}
}

@media (max-width: 992px) {
	.header-block__picture {
		height: 450px;
	}
}

@media (max-width: 768px) {
	.header-block__picture {
		height: 320px;
	}
}

@media (max-width: 576px) {
	.header-block__picture {
		height: 280px;
	}
}

@media (max-width: 480px) {
	.header-block__picture {
		height: 230px;
	}
}

@media (max-width: 350px) {
	.header-block__picture {
		height: 185px;
	}
}

.header-block__title {
	color: white;
	display: flex;
	flex-direction: column;
	font-size: 28px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.1;
}

@media (max-width: 1200px) {
	.header-block__title {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.header-block__title {
		margin-bottom: 10px;
	}
}

@media (max-width: 576px) {
	.header-block__title {
		font-size: 18px;
	}
}

@media (max-width: 400px) {
	.header-block__title {
		font-size: 15px;
	}
}

@media (max-width: 350px) {
	.header-block__title {
		font-size: 14px;
	}
}

.header-block__title__small {
	font-size: 1em;
}

.header-block__title__large {
	font-size: 2.1em;
}

@media (max-width: 576px) {
	.header-block__title__large {
		font-size: 1.5em;
	}
}

.header-block .btn {
	color: white;
	margin-right: 10px;
	font-size: 13px;
	text-transform: none;
	padding: 11px 30px;
	border: 1px solid;
}

@media (max-width: 768px) {
	.header-block .btn {
		padding: 8px 20px;
		margin-right: 5px;
	}
}

@media (max-width: 576px) {
	.header-block .btn {
		font-size: 11px;
		padding: 8px 15px;
	}
}

@media (max-width: 400px) {
	.header-block .btn {
		padding: 6px 10px;
		margin-right: 3px;
	}
}

.header-block .btn--solid {
	background-color: white;
	color: #a5dfed;
}

.header-block .btn--solid:hover {
	background-color: transparent;
	color: white;
}

.header-block .btn--border {
	border: 1px solid white;
}

.header-block .btn--border:hover {
	background-color: white;
	color: #a5dfed;
}

.front-block {
	margin-top: 80px;
}

@media (max-width: 992px) {
	.front-block {
		margin-top: 30px;
	}
}

.second_c {
	color: #a4dbc3;
}

.front-posts {
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, 0.11);
	box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.07);
	border-radius: 15px;
}

@media (max-width: 1200px) {
	.front-posts {
		padding: 20px;
	}
}

@media (max-width: 992px) {
	.front-posts {
		padding: 30px;
		margin-bottom: 40px;
	}
}

@media (max-width: 480px) {
	.front-posts {
		padding: 20px;
	}
}

.front-posts__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

@media (max-width: 1200px) {
	.front-posts__header {
		margin-bottom: 20px;
	}
}

.front-posts__header__title {
	margin-right: 20px;
	color: #021452;
	font-weight: 800;
	font-size: 36px;
	margin: 0;
}

@media (max-width: 1400px) {
	.front-posts__header__title {
		font-size: 28px;
	}
}

@media (max-width: 1200px) {
	.front-posts__header__title {
		font-size: 22px;
	}
}

@media (max-width: 992px) {
	.front-posts__header__title {
		font-size: 28px;
	}
}

@media (max-width: 576px) {
	.front-posts__header__title {
		font-size: 18px;
	}
}

.front-posts__header__button {
	background-color: #f0b4a9 !important;
	padding: 8px 17px !important;
}

.front-posts .blog-box-mini__title {
	line-height: 1.1;
}

.front-posts .blog-box-mini__title a {
	font-size: 16px;
}

@media (max-width: 1200px) {
	.front-posts .blog-box-mini__title a {
		font-size: 14px;
	}
}

@media (max-width: 992px) {
	.front-posts .blog-box-mini__title a {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	.front-posts .blog-box-mini__title a {
		font-size: 14px;
	}
}

.front-posts .blog-box-mini__image-wrapper {
	width: 120px;
}

@media (max-width: 1400px) {
	.front-posts .blog-box-mini__image-wrapper {
		width: 80px;
	}
}

@media (max-width: 992px) {
	.front-posts .blog-box-mini__image-wrapper {
		width: 120px;
	}
}

@media (max-width: 576px) {
	.front-posts .blog-box-mini__image-wrapper {
		width: 80px;
	}
}

.find-block {
	padding: 20px;
	border-radius: 15px;
	background-color: #9dd8be;
	color: white;
	flex-direction: column;
	display: flex;
	transition: all .3s ease-in-out;
}

.find-block:hover {
	background-color: #79c9a6;
}

.find-block__title {
	text-align: right;
	font-size: 26px;
	font-weight: 900;
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
	line-height: 1.1;
}

@media (max-width: 1400px) {
	.find-block__title {
		font-size: 20px;
	}
}

.find-block__title__big {
	font-size: 2.2em;
}

.find-block__icon {
	width: 120px;
	margin-top: -40px;
}

@media (max-width: 1400px) {
	.find-block__icon {
		width: 90px;
		margin-top: -20px;
	}
}

.find-block * {
	text-decoration: none;
}

.find-block-anchor {
	text-decoration: none;
}

.front-menu {
	height: 100%;
}

@media (max-width: 992px) {
	.front-menu {
		margin-top: 20px;
	}
}

.front-menu__list {
	height: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.front-menu__list__item {
	list-style: none;
	width: calc(50% - 20px);
	border: 1px solid rgba(0, 0, 0, 0.11);
	background-color: white;
	text-align: center;
	margin: 20px 0;
	border-radius: 15px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1400px) {
	.front-menu__list__item {
		margin: 10px 0;
	}
}

@media (max-width: 992px) {
	.front-menu__list__item {
		margin: 10px 0;
		font-size: 14px;
	}
}

@media (max-width: 992px) {
	.front-menu__list__item {
		width: calc(50% - 5px);
	}
}

@media (max-width: 480px) {
	.front-menu__list__item {
		width: calc(100%);
	}
}

.front-menu__list__item a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 20px 10px;
	transition: all .3s ease-in-out;
}

@media (max-width: 1400px) {
	.front-menu__list__item a {
		padding: 15px 10px;
	}
}

.front-menu__list__item a:hover {
	transform: scale(1.05);
}

.front-menu__list__item a img {
	max-height: 25px;
	margin-right: 10px;
}

@media (max-width: 992px) {
	.front-menu__list__item a img {
		max-height: 18px;
	}
}

.support-us {
	display: flex;
	margin-top: 40px;
	align-items: center;
}

.support-us__title {
	font-size: 16px;
	font-weight: 400;
}

.support-us__links {
	display: flex;
	flex-wrap: wrap;
}

.support-us__links img {
	max-height: 40px;
}

.support-us__links a {
	margin: 20px;
}

@-ms-viewport {
	width: device-width;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

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

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.container-fluid3 {
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.container-fluid4 {
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

@media (min-width: 576px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 768px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 992px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 1200px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 576px) {
	.container {
		width: 540px;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		width: 720px;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.container {
		width: 960px;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1140px;
		max-width: 100%;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1300px;
		max-width: 100%;
	}
}

@media (min-width: 1600px) {
	.container {
		width: 1400px;
		max-width: 100%;
	}
}

.container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 576px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 768px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 992px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 1200px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 576px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (min-width: 768px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (min-width: 992px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (min-width: 1200px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 576px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
	.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
	.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
	.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
	.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
	.col-xl-auto {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 768px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
	.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
	.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
	.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
	.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
	.col-xl-auto {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 992px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
	.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
	.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
	.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
	.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
	.col-xl-auto {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 1200px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
	.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
	.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
	.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
	.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
	.col-xl-auto {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.333333%;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333333%;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.666667%;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.pull-0 {
	right: auto;
}

.pull-1 {
	right: 8.333333%;
}

.pull-2 {
	right: 16.666667%;
}

.pull-3 {
	right: 25%;
}

.pull-4 {
	right: 33.333333%;
}

.pull-5 {
	right: 41.666667%;
}

.pull-6 {
	right: 50%;
}

.pull-7 {
	right: 58.333333%;
}

.pull-8 {
	right: 66.666667%;
}

.pull-9 {
	right: 75%;
}

.pull-10 {
	right: 83.333333%;
}

.pull-11 {
	right: 91.666667%;
}

.pull-12 {
	right: 100%;
}

.push-0 {
	left: auto;
}

.push-1 {
	left: 8.333333%;
}

.push-2 {
	left: 16.666667%;
}

.push-3 {
	left: 25%;
}

.push-4 {
	left: 33.333333%;
}

.push-5 {
	left: 41.666667%;
}

.push-6 {
	left: 50%;
}

.push-7 {
	left: 58.333333%;
}

.push-8 {
	left: 66.666667%;
}

.push-9 {
	left: 75%;
}

.push-10 {
	left: 83.333333%;
}

.push-11 {
	left: 91.666667%;
}

.push-12 {
	left: 100%;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.col-sm {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pull-sm-0 {
		right: auto;
	}
	.pull-sm-1 {
		right: 8.333333%;
	}
	.pull-sm-2 {
		right: 16.666667%;
	}
	.pull-sm-3 {
		right: 25%;
	}
	.pull-sm-4 {
		right: 33.333333%;
	}
	.pull-sm-5 {
		right: 41.666667%;
	}
	.pull-sm-6 {
		right: 50%;
	}
	.pull-sm-7 {
		right: 58.333333%;
	}
	.pull-sm-8 {
		right: 66.666667%;
	}
	.pull-sm-9 {
		right: 75%;
	}
	.pull-sm-10 {
		right: 83.333333%;
	}
	.pull-sm-11 {
		right: 91.666667%;
	}
	.pull-sm-12 {
		right: 100%;
	}
	.push-sm-0 {
		left: auto;
	}
	.push-sm-1 {
		left: 8.333333%;
	}
	.push-sm-2 {
		left: 16.666667%;
	}
	.push-sm-3 {
		left: 25%;
	}
	.push-sm-4 {
		left: 33.333333%;
	}
	.push-sm-5 {
		left: 41.666667%;
	}
	.push-sm-6 {
		left: 50%;
	}
	.push-sm-7 {
		left: 58.333333%;
	}
	.push-sm-8 {
		left: 66.666667%;
	}
	.push-sm-9 {
		left: 75%;
	}
	.push-sm-10 {
		left: 83.333333%;
	}
	.push-sm-11 {
		left: 91.666667%;
	}
	.push-sm-12 {
		left: 100%;
	}
	.offset-sm-0 {
		margin-left: 0%;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pull-md-0 {
		right: auto;
	}
	.pull-md-1 {
		right: 8.333333%;
	}
	.pull-md-2 {
		right: 16.666667%;
	}
	.pull-md-3 {
		right: 25%;
	}
	.pull-md-4 {
		right: 33.333333%;
	}
	.pull-md-5 {
		right: 41.666667%;
	}
	.pull-md-6 {
		right: 50%;
	}
	.pull-md-7 {
		right: 58.333333%;
	}
	.pull-md-8 {
		right: 66.666667%;
	}
	.pull-md-9 {
		right: 75%;
	}
	.pull-md-10 {
		right: 83.333333%;
	}
	.pull-md-11 {
		right: 91.666667%;
	}
	.pull-md-12 {
		right: 100%;
	}
	.push-md-0 {
		left: auto;
	}
	.push-md-1 {
		left: 8.333333%;
	}
	.push-md-2 {
		left: 16.666667%;
	}
	.push-md-3 {
		left: 25%;
	}
	.push-md-4 {
		left: 33.333333%;
	}
	.push-md-5 {
		left: 41.666667%;
	}
	.push-md-6 {
		left: 50%;
	}
	.push-md-7 {
		left: 58.333333%;
	}
	.push-md-8 {
		left: 66.666667%;
	}
	.push-md-9 {
		left: 75%;
	}
	.push-md-10 {
		left: 83.333333%;
	}
	.push-md-11 {
		left: 91.666667%;
	}
	.push-md-12 {
		left: 100%;
	}
	.offset-md-0 {
		margin-left: 0%;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pull-lg-0 {
		right: auto;
	}
	.pull-lg-1 {
		right: 8.333333%;
	}
	.pull-lg-2 {
		right: 16.666667%;
	}
	.pull-lg-3 {
		right: 25%;
	}
	.pull-lg-4 {
		right: 33.333333%;
	}
	.pull-lg-5 {
		right: 41.666667%;
	}
	.pull-lg-6 {
		right: 50%;
	}
	.pull-lg-7 {
		right: 58.333333%;
	}
	.pull-lg-8 {
		right: 66.666667%;
	}
	.pull-lg-9 {
		right: 75%;
	}
	.pull-lg-10 {
		right: 83.333333%;
	}
	.pull-lg-11 {
		right: 91.666667%;
	}
	.pull-lg-12 {
		right: 100%;
	}
	.push-lg-0 {
		left: auto;
	}
	.push-lg-1 {
		left: 8.333333%;
	}
	.push-lg-2 {
		left: 16.666667%;
	}
	.push-lg-3 {
		left: 25%;
	}
	.push-lg-4 {
		left: 33.333333%;
	}
	.push-lg-5 {
		left: 41.666667%;
	}
	.push-lg-6 {
		left: 50%;
	}
	.push-lg-7 {
		left: 58.333333%;
	}
	.push-lg-8 {
		left: 66.666667%;
	}
	.push-lg-9 {
		left: 75%;
	}
	.push-lg-10 {
		left: 83.333333%;
	}
	.push-lg-11 {
		left: 91.666667%;
	}
	.push-lg-12 {
		left: 100%;
	}
	.offset-lg-0 {
		margin-left: 0%;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pull-xl-0 {
		right: auto;
	}
	.pull-xl-1 {
		right: 8.333333%;
	}
	.pull-xl-2 {
		right: 16.666667%;
	}
	.pull-xl-3 {
		right: 25%;
	}
	.pull-xl-4 {
		right: 33.333333%;
	}
	.pull-xl-5 {
		right: 41.666667%;
	}
	.pull-xl-6 {
		right: 50%;
	}
	.pull-xl-7 {
		right: 58.333333%;
	}
	.pull-xl-8 {
		right: 66.666667%;
	}
	.pull-xl-9 {
		right: 75%;
	}
	.pull-xl-10 {
		right: 83.333333%;
	}
	.pull-xl-11 {
		right: 91.666667%;
	}
	.pull-xl-12 {
		right: 100%;
	}
	.push-xl-0 {
		left: auto;
	}
	.push-xl-1 {
		left: 8.333333%;
	}
	.push-xl-2 {
		left: 16.666667%;
	}
	.push-xl-3 {
		left: 25%;
	}
	.push-xl-4 {
		left: 33.333333%;
	}
	.push-xl-5 {
		left: 41.666667%;
	}
	.push-xl-6 {
		left: 50%;
	}
	.push-xl-7 {
		left: 58.333333%;
	}
	.push-xl-8 {
		left: 66.666667%;
	}
	.push-xl-9 {
		left: 75%;
	}
	.push-xl-10 {
		left: 83.333333%;
	}
	.push-xl-11 {
		left: 91.666667%;
	}
	.push-xl-12 {
		left: 100%;
	}
	.offset-xl-0 {
		margin-left: 0%;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: row-reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: column-reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse !important;
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-webkit-justify-content: space-around !important;
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-webkit-align-items: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-webkit-align-content: flex-start !important;
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-webkit-align-content: flex-end !important;
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-webkit-align-content: center !important;
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-webkit-align-content: space-between !important;
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-webkit-align-content: space-around !important;
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-webkit-align-content: stretch !important;
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-webkit-align-self: auto !important;
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-webkit-align-self: flex-start !important;
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-webkit-align-self: flex-end !important;
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-webkit-align-self: center !important;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-webkit-align-self: baseline !important;
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-webkit-align-self: stretch !important;
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

/*# sourceMappingURL=bootstrap-grid.css.map */
fieldset {
	border-width: 0;
	padding: 0;
}

.field-area {
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.field-area {
		margin-bottom: 15px;
	}
}

.field-area--block label {
	display: block;
	margin-bottom: 12px;
}

.field-area--block input[type="radio"] + label, .field-area--block input[type="checkbox"] + label {
	width: 100%;
	margin-right: 0;
}

label {
	font-size: 0.92857rem;
	font-weight: 400;
}

@media (max-width: 576px) {
	label {
		font-size: 0.92857rem;
	}
}

input:not([type="checkbox"]):not([type="radio"]), textarea, select {
	font-size: 0.92857rem;
	font-weight: 400;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-top: 8px;
	padding: 12px 8px;
	margin-bottom: 10px;
	border: 1px solid #e1effb;
	transition: all .3s ease-in-out;
}

input:not([type="checkbox"]):not([type="radio"]):focus, textarea:focus, select:focus {
	border-color: #021452;
}

input:not([type="checkbox"]):not([type="radio"])::placeholder, textarea::placeholder, select::placeholder {
	color: #aeaeae;
}

input:not([type="checkbox"]):not([type="radio"]):disabled, textarea:disabled, select:disabled {
	background-color: #f2f2f2;
	cursor: not-allowed;
}

@media (max-width: 576px) {
	input:not([type="checkbox"]):not([type="radio"]), textarea, select {
		padding: 8px 15px;
	}
}

select {
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 1em;
}

.wpcf7-list-item {
	margin: 0 0 20px 0 !important;
}

.search-form__input-wrapper {
	position: relative;
	width: 100%;
	display: flex;
}

.search-form__icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	padding: 20px;
	color: #021452;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}

.tag {
	color: white;
	background-color: #d27969;
	font-size: 0.78571rem;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 20px;
	text-decoration: none;
	display: inline-block;
}

@media (max-width: 576px) {
	.tag {
		font-size: 0.85714rem;
	}
}

.blog-single .about-author {
	margin: 30px 0;
}

@media (max-width: 576px) {
	.blog-single .about-author {
		margin: 20px 0;
	}
}

.blog__title {
	padding: 0;
	line-height: 1.3;
	color: #000;
	text-decoration: none;
	font-size: 1.85714rem;
	font-weight: 700;
}

.blog__title a {
	color: inherit;
	text-decoration: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.blog__info {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.blog__info > * {
	margin-right: 20px;
	margin-bottom: 5px;
}

.blog__info > *:last-child {
	margin-right: 0;
}

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

.blog__author {
	color: #021452;
	font-size: 1.14286rem;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
	text-transform: capitalize;
}

@media (max-width: 576px) {
	.blog__author {
		font-size: 0.92857rem;
	}
}

.blog__avatar {
	border-radius: 50%;
	width: 60px;
	height: auto;
}

@media (max-width: 576px) {
	.blog__avatar {
		width: 40px;
		margin-right: 10px;
	}
}

.blog__date {
	font-size: 0.92857rem;
	font-weight: 500;
}

@media (max-width: 576px) {
	.blog__date {
		font-size: 0.78571rem;
	}
}

.blog__comments-counter {
	color: #021452;
	font-size: 0.85714rem;
	display: flex;
	align-items: center;
}

.blog__comments-counter::before {
	content: '\f075';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 10px;
	font-size: 1.2em;
}

.blog__widget {
	padding: 40px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

@media (max-width: 576px) {
	.blog__widget {
		padding: 30px 0;
	}
}

.blog__widget:last-child {
	border-bottom-width: 0;
}

.blog__widget-title {
	font-size: 1.64286rem;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
}

@media (max-width: 576px) {
	.blog__widget-title {
		font-size: 1.42857rem;
		margin-bottom: 30px;
	}
}

.blog__widget .search-form input {
	padding: 15px 45px 15px 25px !important;
}

.blog__widget-category .tag {
	margin-right: 15px;
	margin-bottom: 15px;
}

.blog__widget-category .tag:last-child {
	margin-right: 0;
}

.blog__aside {
	background-color: white;
}

.blog__aside-menu-trigger {
	color: white;
	background-color: black;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px;
	font-size: 0.78571rem;
	position: fixed;
	bottom: 0;
	right: 100%;
	z-index: 998;
}

.blog__aside-menu-trigger__icon {
	font-size: 2.14286rem;
	margin-top: 5px;
	line-height: 0;
}

@media (min-width: 769px) {
	.blog__aside .exit-block {
		display: none;
	}
}

@media (max-width: 768px) {
	.blog__aside {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
		width: 100%;
		height: 100%;
		padding: 0;
		transform: translateX(100%);
	}
	.blog__aside.open {
		transform: translateX(0%);
	}
	.blog__aside-wrapper {
		overflow-y: auto;
		overflow-x: hidden;
		height: 100%;
		padding: 0 15px;
		position: relative;
	}
}

.about-author {
	padding: 20px 35px;
	border: 1px solid rgba(0, 0, 0, 0.11);
}

@media (max-width: 768px) {
	.about-author {
		padding: 35px 15px;
	}
}

.about-author__wrapper {
	display: flex;
}

@media (max-width: 768px) {
	.about-author__wrapper {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

.about-author__title {
	font-size: 1.42857rem;
	font-weight: 600;
	margin-top: 0;
}

@media (max-width: 768px) {
	.about-author__title {
		text-align: center;
		font-size: 1.57143rem;
	}
}

.about-author__avatar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 30px;
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.about-author__avatar {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100px;
		height: 100px;
	}
}

.about-author__name {
	font-size: 1.71429rem;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}

@media (max-width: 768px) {
	.about-author__name {
		font-size: 1.28571rem;
	}
}

.about-author__desc {
	font-size: 1.07143rem;
	font-weight: 400;
}

.about-author__desc p {
	font-size: inherit !important;
	font-weight: inherit !important;
}

.comments__section-title {
	font-size: 1.64286rem;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 50px;
}

@media (max-width: 576px) {
	.comments__section-title {
		font-size: 1.42857rem;
		margin-bottom: 30px;
	}
}

.comments__list {
	margin: 0;
	padding: 0;
}

.comments__item {
	list-style: none;
	margin-bottom: 20px;
}

.comments__item .comments__list {
	padding-left: 2em;
	margin-top: 10px;
}

.comments__item-wrapper {
	padding: 20px 35px;
	border: 1px solid rgba(0, 0, 0, 0.11);
	display: flex;
	box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.07);
	display: flex;
	color: #021452;
}

@media (max-width: 768px) {
	.comments__item-wrapper {
		padding: 20px 15px;
	}
}

.comments__item-avatar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 30px;
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.comments__item-avatar {
		width: 50px;
		height: 50px;
		margin-right: 20px;
	}
}

.comments__item-name {
	font-size: 1.28571rem;
	font-weight: 800;
	color: #021452;
	margin: 0;
}

.comments__item-name * {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

.comments__item-name a {
	transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
	.comments__item-name {
		font-size: 0.92857rem;
	}
}

.comments__item-name:hover a {
	color: #021452;
}

.comments__item-text {
	margin-top: 10px;
	font-size: 1.07143rem;
}

@media (max-width: 768px) {
	.comments__item-text {
		font-size: 0.92857rem;
		margin-top: 5px;
	}
}

.comments__item-text p {
	font-size: inherit;
	margin: 0;
}

.comments__item-actions {
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin-top: 10px;
}

.comments__item-reply, .comments__item-edit {
	color: #021452;
	margin-top: 5px;
	font-size: 1.28571rem;
	font-weight: 700;
	display: block;
	cursor: pointer;
}

.comments__item-reply *, .comments__item-edit * {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

.comments__item-reply::before, .comments__item-edit::before {
	content: '\f3e5';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 10px;
}

@media (max-width: 768px) {
	.comments__item-reply, .comments__item-edit {
		font-size: 1rem;
	}
}

.comments__item-edit {
	margin-left: auto;
}

.comments__item-edit::before {
	margin-right: 5px;
	content: '\f044';
}

.comments__item .blog__date {
	display: block;
	color: #021452;
}

@media (max-width: 768px) {
	.comments__item .blog__date {
		margin-top: -5px;
		font-size: 0.78571rem;
	}
}

.comments__form {
	padding: 50px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.11);
}

.comments__form-title {
	font-size: 1.57143rem;
	font-weight: 700;
	margin-top: 0;
}

.comment-respond {
	padding-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.11);
}

.comment-respond a {
	text-decoration: none;
}

.comment-form .form-submit {
	text-align: right;
}

.recent-posts {
	margin-top: 160px;
}

@media (max-width: 992px) {
	.recent-posts {
		margin-top: 100px;
	}
}

@media (max-width: 576px) {
	.recent-posts {
		margin-top: 60px;
	}
}

.widget_categories ul {
	margin: 0;
	padding: 0;
}

.widget_categories ul li {
	list-style: none;
}

.widget_categories ul li a {
	text-decoration: none;
	color: white;
	background-color: #021452;
	font-size: 0.92857rem;
	font-weight: 700;
	padding: 8px 30px;
	text-decoration: none;
	display: inline-block;
}

@media (max-width: 576px) {
	.widget_categories ul li a {
		font-size: 0.85714rem;
	}
}

.search-header__title {
	text-align: center;
	font-size: 2rem;
	font-weight: 900;
	color: #000;
	margin-bottom: 30px;
}

@media (max-width: 1200px) {
	.search-header__title {
		font-size: 1.42857rem;
	}
}

@media (max-width: 768px) {
	.search-header__title {
		font-size: 1.28571rem;
	}
}

.search-header__block--cat {
	margin-top: 90px;
}

@media (max-width: 992px) {
	.search-header__block--cat {
		margin-top: 30px;
	}
}

.tax-block {
	padding: 0;
	margin: 0;
	justify-content: center;
	margin-right: -5px;
	margin-left: -5px;
	display: flex;
	flex-wrap: wrap;
}

.tax-block__item {
	list-style: none;
	padding: 5px;
}

.tax-block__item a {
	padding: 8px 22px;
	border-radius: 20px;
	border: 1px solid #d27969;
	color: #d27969;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 0.85714rem;
	transition: all .3s ease-in-out;
}

.tax-block__item a:hover {
	background-color: #d27969;
	color: white;
}

.tax-block__item--active a {
	background-color: #d27969;
	color: white;
}

.tax-block__item--knowledge a {
	background-color: white;
	color: #0e377c;
	border-color: #0e377c;
	max-width: 175px;
}

@media (max-width: 768px) {
	.tax-block__item--knowledge a {
		max-width: 100%;
	}
}

.tax-block__item--knowledge a:hover {
	background-color: #0e377c;
	color: white;
}

.tax-block__item--knowledge.tax-block__item--active a {
	background-color: #0e377c;
	color: white;
}

.search-form-wrapper {
	background-color: #fff;
	border-radius: 20px;
	padding: 5px;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
}

.search-form-wrapper__input {
	border-width: 0 !important;
	background-color: transparent !important;
	margin: 0 20px !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.search-form-wrapper__button {
	border-radius: 20px;
	width: 45px;
	height: 45px;
	flex-shrink: 0;
}

.search-form-wrapper__button img {
	width: 20px;
}

.blog-page {
	margin-top: 60px;
}

@media (max-width: 1200px) {
	.blog-page {
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.blog-page {
		margin-top: 00px;
	}
}

.after-hero {
	background-color: #f4faff;
	margin-bottom: 120px;
	position: relative;
	min-height: 80vh;
	display: flex;
	align-items: center;
}

@media (max-width: 992px) {
	.after-hero {
		margin-bottom: 80px;
	}
}

@media (max-width: 576px) {
	.after-hero {
		margin-bottom: 60px;
		min-height: 100%;
	}
}

.after-hero .container [class^="col"] {
	display: flex;
	align-items: center;
}

@media (min-width: 769px) {
	.after-hero::after {
		content: '';
		background-image: var(--bg-image);
		background-size: cover;
		background-position: center;
		position: absolute;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 45%;
		background-color: #F1F1F1;
		z-index: 1;
	}
}

.after-hero__title {
	font-size: 3.57143rem;
	font-weight: 800;
	line-height: 1.2;
	margin-top: 0;
}

@media (max-width: 1600px) {
	.after-hero__title {
		font-size: 2.85714rem;
	}
}

@media (max-width: 1200px) {
	.after-hero__title {
		font-size: 2.14286rem;
	}
}

@media (max-width: 576px) {
	.after-hero__title {
		font-size: 1.85714rem;
	}
}

.after-hero__wrapper {
	padding: 50px 0;
}

.after-hero__info {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.after-hero__info {
		margin-bottom: 20px;
	}
}

.after-hero__info .blog__info {
	margin-top: 0;
}

.after-hero__info .cat-block {
	margin-left: 30px;
}

.after-hero__info .cat-block a .tag {
	font-size: 1.07143rem;
}

@media (max-width: 768px) {
	.after-hero__info .cat-block a .tag {
		font-size: 0.92857rem;
	}
}

.after-hero__img-mobile {
	border-radius: 15px;
}

@media (min-width: 769px) {
	.after-hero__img-mobile {
		display: none;
	}
}

.after-hero__excerpt {
	display: block;
}

.after-hero__excerpt > * {
	font-size: 1.21429rem;
}

@media (max-width: 1600px) {
	.after-hero__excerpt > * {
		font-size: 1.07143rem;
	}
}

.after-hero__read-more {
	display: block;
	margin-top: 50px !important;
	padding: 12px 30px;
	font-size: 17px !important;
	border: 1px solid #021452;
	border-radius: 20px;
}

@media (max-width: 1600px) {
	.after-hero__read-more {
		font-size: 15px !important;
		margin-top: 30px !important;
	}
}

.page-template-blog-page .hero__content {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-box__wrapper {
	height: 100%;
	padding-bottom: 60px;
}

@media (max-width: 768px) {
	.blog-box__wrapper {
		padding-bottom: 30px;
	}
}

.blog-page .blog-box__wrapper {
	height: auto;
}

.blog-box {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.blog-box .tag {
	position: absolute;
	bottom: -20px;
	left: 30px;
	border: 3px solid #fff;
}

@media (max-width: 576px) {
	.blog-box .tag {
		left: 15px;
	}
}

.blog-box__image-wrapper {
	position: relative;
}

.blog-box__image-wrapper img {
	border-radius: 20px;
}

.blog-box__content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 0 30px 30px 30px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top-width: 0;
	border-radius: 20px;
	margin-top: -40px;
}

@media (max-width: 576px) {
	.blog-box__content {
		padding: 0 15px 15px 15px;
	}
}

.blog-box .blog__title {
	margin: 75px 0 0 0;
	font-size: 1.57143rem;
	font-weight: 700;
}

@media (max-width: 992px) {
	.blog-box .blog__title {
		font-size: 1.28571rem;
		margin: 25px 0 0px 0;
		margin-top: 80px !important;
	}
}

@media (max-width: 576px) {
	.blog-box .blog__title {
		font-size: 1.14286rem;
		margin: 25px 0 0px 0;
	}
}

.blog-box__desc {
	margin-top: 10px;
	margin-bottom: auto;
	font-size: 0.92857rem;
}

.blog-box__desc > * {
	font-size: inherit;
}

.blog-box__action {
	margin-top: 0px;
	display: inline-block;
	color: #021452;
	text-decoration: none;
	font-size: 0.92857rem;
	font-weight: 700;
}

.blog-box__action:hover {
	text-decoration: underline;
}

.blog-box--mini {
	flex-direction: row;
	box-shadow: none;
	border: none;
	padding: 0;
	margin-top: 20px;
}

.blog-box--mini .blog__title {
	margin: 0 0 10px 0;
	font-size: 1.21429rem;
	line-height: 1.4;
}

.blog-box--mini .blog__title::before {
	content: '';
	display: block;
	height: 0;
	width: 0;
	margin-top: calc((1 - 1.4) * 0.5em);
}

.blog-box--mini .blog__title::after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	margin-bottom: calc((1 - 1.4) * 0.5em);
}

.blog-box--mini .blog__date {
	font-size: 0.85714rem;
}

.blog-box-mini {
	display: flex;
	margin-bottom: 20px;
}

.blog-box-mini__image-wrapper {
	width: 150px;
	height: auto;
	margin-right: 25px;
	flex-shrink: 0;
}

.blog-box-mini__image-wrapper img {
	border-radius: 15px;
}

@media (max-width: 1400px) and (min-width: 993px) {
	.blog-box-mini__image-wrapper {
		width: 110px;
	}
}

@media (max-width: 576px) {
	.blog-box-mini__image-wrapper {
		width: 95px;
		margin-right: 15px;
	}
}

.blog-box-mini__title {
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.1;
}

.blog-box-mini__title::before {
	content: '';
	display: block;
	height: 0;
	width: 0;
	margin-top: calc((1 - 1.1) * 0.5em);
}

.blog-box-mini__title::after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	margin-bottom: calc((1 - 1.1) * 0.5em);
}

.blog-box-mini__title a {
	text-decoration: none;
	color: #021452;
	font-size: 1.28571rem;
	font-weight: 700;
}

@media (max-width: 1400px) and (min-width: 993px) {
	.blog-box-mini__title a {
		font-size: 1.14286rem;
	}
}

@media (max-width: 576px) {
	.blog-box-mini__title a {
		font-size: 1rem;
	}
}

@media (max-width: 576px) {
	.blog-box-mini__title {
		margin-bottom: 10px;
	}
}

.blog-box-mini__author {
	font-size: 0.92857rem;
	font-weight: 700;
	display: block;
	margin-bottom: 0px;
	text-transform: capitalize;
}

@media (max-width: 576px) {
	.blog-box-mini__author {
		font-size: 0.78571rem;
		font-weight: 700;
	}
}

.blog-box-mini__date {
	font-size: 0.78571rem;
	font-weight: 500;
}

@media (max-width: 992px) {
	.Taureca_widget_cats {
		display: none;
	}
}

.blog-post .blog__title {
	font-size: 2.14286rem;
	margin-top: 0;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.blog-post .blog__title {
		font-size: 1.85714rem;
	}
}

@media (max-width: 576px) {
	.blog-post .blog__title {
		font-size: 1.71429rem;
		margin-bottom: 10px;
	}
}

.blog-post__content {
	margin-top: 40px;
	font-size: 1.21429rem;
}

@media (max-width: 768px) {
	.blog-post__content {
		font-size: 1.07143rem;
		margin-top: 20px;
	}
}

.blog-post__content P, .blog-post__content ul, .blog-post__content li {
	font-size: inherit;
}

.blog-post__content .blog__image {
	margin-top: 40px;
	margin-bottom: 40px;
}

.how-we-work {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-top: 40px;
}

.how-we-work::before {
	content: "";
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 100%;
	background-color: #cacaca;
}

@media (max-width: 992px) {
	.how-we-work::before {
		width: 1px;
	}
}

@media (max-width: 768px) {
	.how-we-work::before {
		transform: translateX(0);
		left: 0;
	}
}

.how-we-work__item {
	width: 100%;
	display: flex;
}

.how-we-work__item:first-child {
	margin-top: -40px;
}

@media (max-width: 768px) {
	.how-we-work__item:first-child {
		margin-top: -25px;
	}
}

.how-we-work__item:not(:first-child) {
	margin-top: -80px;
}

@media (max-width: 768px) {
	.how-we-work__item:not(:first-child) {
		margin-top: 30px;
	}
}

.how-we-work__item:nth-child(odd) .how-we-work__item-wrapper {
	padding-right: 70px;
}

@media (max-width: 992px) {
	.how-we-work__item:nth-child(odd) .how-we-work__item-wrapper {
		padding-right: 30px;
	}
}

@media (max-width: 768px) {
	.how-we-work__item:nth-child(odd) .how-we-work__item-wrapper {
		padding-right: 0;
	}
}

.how-we-work__item:nth-child(odd) .how-we-work__item-title:before {
	border-right-color: rgba(0, 0, 0, 0.11);
	border-top-color: rgba(0, 0, 0, 0.11);
	right: -13px;
}

@media (max-width: 768px) {
	.how-we-work__item:nth-child(odd) .how-we-work__item-title:before {
		left: -13px;
		right: auto;
		border-right-color: transparent;
		border-top-color: transparent;
		border-left-color: rgba(0, 0, 0, 0.11);
		border-bottom-color: rgba(0, 0, 0, 0.11);
	}
}

.how-we-work__item:nth-child(odd) .how-we-work__item-title:after {
	right: -80px;
}

@media (max-width: 992px) {
	.how-we-work__item:nth-child(odd) .how-we-work__item-title:after {
		right: -37px;
	}
}

@media (max-width: 768px) {
	.how-we-work__item:nth-child(odd) .how-we-work__item-title:after {
		left: -56.5px;
		right: auto;
	}
}

.how-we-work__item:nth-child(even) {
	justify-content: flex-end;
}

.how-we-work__item:nth-child(even) .how-we-work__item-wrapper {
	padding-left: 70px;
}

@media (max-width: 992px) {
	.how-we-work__item:nth-child(even) .how-we-work__item-wrapper {
		padding-left: 30px;
	}
}

@media (max-width: 768px) {
	.how-we-work__item:nth-child(even) .how-we-work__item-wrapper {
		padding-left: 0;
	}
}

.how-we-work__item:nth-child(even) .how-we-work__item-title:before {
	border-left-color: rgba(0, 0, 0, 0.11);
	border-bottom-color: rgba(0, 0, 0, 0.11);
	left: -13px;
}

.how-we-work__item:nth-child(even) .how-we-work__item-title:after {
	left: -80px;
}

@media (max-width: 992px) {
	.how-we-work__item:nth-child(even) .how-we-work__item-title:after {
		left: -37px;
	}
}

@media (max-width: 768px) {
	.how-we-work__item:nth-child(even) .how-we-work__item-title:after {
		left: -56.5px;
	}
}

.how-we-work__item-wrapper {
	width: 50%;
}

@media (max-width: 768px) {
	.how-we-work__item-wrapper {
		width: 100%;
		padding-left: 50px !important;
	}
}

.how-we-work__item__text-wrapper {
	border: 1px solid rgba(0, 0, 0, 0.11);
	background-color: white;
}

.how-we-work__item-title {
	text-align: center;
	padding: 20px 35px;
	margin: 0;
	position: relative;
	font-size: 1.42857rem;
	font-weight: 600;
}

.how-we-work__item-title__stage-counter {
	font-size: 1.85714rem;
	font-weight: 900;
	margin-right: 5px;
}

@media (max-width: 992px) {
	.how-we-work__item-title {
		font-size: 1.14286rem;
		padding: 20px 20px;
		line-height: 1.5;
		text-align: left;
	}
	.how-we-work__item-title__stage-counter {
		font-size: 1.42857rem;
		font-weight: 900;
	}
}

@media (max-width: 576px) {
	.how-we-work__item-title {
		font-size: 1.14286rem;
		padding: 20px 30px;
		font-size: 1.07143rem;
	}
	.how-we-work__item-title__stage-counter {
		font-size: 1.07143rem;
		font-weight: 900;
	}
}

.how-we-work__item-title::before {
	content: '';
	width: 25px;
	height: 25px;
	background-color: white;
	border: 1px solid transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.how-we-work__item-title::after {
	content: '';
	width: 18px;
	height: 18px;
	background-color: #021452;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 992px) {
	.how-we-work__item-title::after {
		width: 12px;
		height: 12px;
	}
}

.how-we-work__item-desc {
	padding: 20px 35px;
	position: relative;
	font-size: 1.07143rem;
	font-weight: 400;
	line-height: 2;
}

@media (max-width: 992px) {
	.how-we-work__item-desc {
		padding: 20px;
	}
}

.how-we-work__item-desc p {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
}

@media (max-width: 576px) {
	.how-we-work__item-desc {
		font-size: 1rem;
		padding: 20px 30px;
		line-height: 2.2;
	}
}

.how-we-work__item-desc::before {
	content: "";
	width: 120px;
	height: 2px;
	background-color: #021452;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.section-header {
	font-size: 2.42857rem;
	font-weight: 400;
	text-align: center;
	padding: 0 0px 10px 0px;
	position: relative;
	display: inline-block;
	flex-wrap: nowrap;
	margin-bottom: 20px;
	margin: 0;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	align-items: center;
	flex-direction: column;
	line-height: 1.3;
}

.section-header .text-content {
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.section-header {
		font-size: 2rem;
		padding: 0 0px 15px 0px;
	}
}

@media (max-width: 576px) {
	.section-header {
		font-size: 1.71429rem;
	}
}

.section-header::before {
	content: '';
	background-color: #021452;
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}

.section-header span.line {
	width: 100%;
	height: 1px;
	background-color: #021452;
	display: none;
}

.section-header--no-line::before {
	content: none;
}

.section-header--light {
	color: white;
}

.section-header--light span.line {
	background-color: white;
}

.section-header--light::before {
	background-color: white;
}

.section-header__wrapper {
	text-align: center;
}

.light-text {
	color: white;
}

.light-text .section-header {
	color: white;
}

.light-text .section-header::before {
	background-color: white;
}

.box-offer__wrapper {
	height: 100%;
	padding-bottom: 30px;
}

.box-offer {
	text-align: center;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(0, 0, 0, 0.11);
	padding: 20px;
	flex-grow: 1;
	flex-shrink: 0;
	align-items: center;
	box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.07);
	height: 100%;
}

.box-offer__content {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	font-size: 1.07143rem;
	font-weight: 400;
}

.box-offer__title {
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 20px;
	line-height: 1.4;
}

@media (max-width: 768px) {
	.box-offer__title {
		font-size: 1.35714rem;
		font-weight: 600;
	}
}

.box-offer__image {
	max-width: 100%;
	display: block;
}

.box-offer__icon {
	width: auto;
	height: 70px;
	fill: #021452;
	flex-shrink: 0;
}

@media (max-width: 576px) {
	.box-offer__icon {
		width: auto;
		height: 60px;
	}
}

.box-offer__desc {
	margin-bottom: 30px;
	line-height: 2;
}

.box-offer__desc p {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}

@media (max-width: 576px) {
	.box-offer__desc {
		line-height: 1.8;
	}
}

.box-offer__action {
	margin-top: auto;
}

.box-offer__action .btn {
	min-width: auto !important;
	font-size: 15px;
	text-transform: none;
}

.get-to-know {
	padding: 70px 0;
}

.get-to-know .section-header {
	margin-bottom: 50px;
}

.pagination {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 50px 0;
	font-size: 1.28571rem;
	font-weight: 500;
}

.pagination a {
	text-decoration: none;
	color: inherit;
	font-weight: inherit;
}

.pagination > * {
	margin-right: 5px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-in-out;
}

.pagination > *:last-child {
	margin-right: 0;
}

.pagination > *:hover {
	background-color: #021452;
	color: white;
}

.pagination .current {
	background-color: #021452;
	color: white;
	font-weight: 600;
}

.pagination .page-link {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	width: 1.8rem;
	height: 1.8rem;
	color: #021452;
}

.pagination .page-link.active {
	background: #021452;
	border-radius: 50%;
	margin: 0 0.3rem;
	color: #fff;
	cursor: default;
}

.footer {
	background-color: #f4faff;
	color: #021452;
}

.footer__logo {
	max-width: 220px;
}

.footer__main {
	padding: 80px 0 50px 0;
}

@media (max-width: 576px) {
	.footer__main {
		padding: 50px 0 20px 0;
	}
}

.footer__main > .row > [class^='col-'] {
	margin-bottom: 30px;
}

.footer__main .work-hours {
	font-size: 15px;
	align-items: flex-end;
}

@media (min-width: 769px) {
	.footer__main .work-hours {
		margin-top: -30px;
	}
}

.footer__data {
	margin-top: 10px;
	font-size: 1.21429rem;
	font-weight: 400;
	line-height: 2;
}

@media (max-width: 576px) {
	.footer__data {
		font-size: 1.14286rem;
	}
}

.footer__data > * {
	display: flex;
}

.footer__data a {
	text-decoration: inherit;
	color: inherit;
	font-weight: inherit;
	margin-bottom: 10px;
}

.footer__data address {
	font-style: inherit;
}

.footer__data-icon {
	font-size: 1.4em;
	margin-right: 20px;
	color: white;
	line-height: 1;
	margin-top: 6px;
}

.footer__social-media {
	display: flex;
}

.footer__social-media__title {
	margin-top: 0;
}

.footer__social-media a {
	margin: 0 10px;
	transition: all .3s ease-in-out;
}

.footer__social-media a:hover {
	transform: scale(0.95);
}

.footer__social-media a svg {
	width: 40px;
	height: auto;
}

.footer__bottom {
	padding: 40px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer__bottom > * {
	margin-right: 40px;
}

.footer__bottom > *:last-child {
	margin-right: 0;
}

@media (max-width: 576px) {
	.footer__bottom {
		flex-direction: column;
		text-align: center;
		padding: 20px 0;
	}
	.footer__bottom > * {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.footer__bottom > *:last-child {
		margin-bottom: 0;
	}
}

.footer__credit {
	font-size: 1rem;
	font-weight: 400;
}

.footer__author {
	color: #021452;
	text-decoration: none;
	display: flex;
	align-items: center;
	font-size: 1.14286rem;
	font-weight: 400;
}

.footer__author span {
	font-weight: 600;
}

.footer__author-image {
	margin-left: 20px;
	width: 80px;
	height: auto;
}

.what-we-do {
	color: white;
	padding: 60px 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	border: 35px solid #e6dedc;
	background-position-y: bottom;
}

@media (max-width: 768px) {
	.what-we-do {
		padding: 60px 15px;
	}
}

@media (max-width: 768px) {
	.what-we-do {
		border: 10px solid #e6dedc;
	}
}

.what-we-do .section-header {
	margin-bottom: 30px;
}

.what-we-do h4 {
	position: relative;
	font-size: 30px;
}

.what-we-do__pre-text {
	margin-bottom: 70px;
}

.what-we-do__pre-text * {
	position: relative;
	font-size: 22px;
	color: white;
	line-height: 1.4;
}

.what-we-do::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(165, 158, 152, 0.85);
}

.what-we-do__item {
	font-size: 16px;
	margin-bottom: 60px;
}

.what-we-do__item__number {
	font-weight: 600;
	font-size: 2.7em;
}

.what-we-do__item__title {
	font-size: 1em;
	font-weight: 500;
	margin-top: 10px;
}

.btn {
	font-size: 13px;
	font-weight: 500;
	padding: 11px 25px;
	background: transparent;
	border-width: 0;
	text-decoration: none;
	position: relative;
	display: inline-block;
	text-align: center;
	transition: all .3s ease-in-out;
	font-family: "Poppins", sans-serif;
	border-radius: 5px;
}

@media (max-width: 576px) {
	.btn {
		font-size: 12px;
	}
}

.btn--large {
	padding: 15px 45px;
}

.btn--mini {
	min-width: auto !important;
	padding: 7px 6px;
	font-size: 10px;
}

.btn--primary {
	color: white;
	background: #021452;
}

.btn--primary.btn--clean {
	width: auto !important;
}

.btn--primary.btn--clean::before {
	background-color: #021452;
}

.btn--primary.btn--clean:hover {
	color: #021452;
}

.btn--primary.btn--only-border {
	background-color: transparent;
	border-color: #021452;
	color: #021452;
}

.btn--primary.btn--only-border:hover {
	background-color: #021452;
	color: white;
}

.btn--primary:hover {
	color: white;
}

.btn--secondary {
	color: white;
	background: #a4dbc3;
}

.btn--secondary.btn--clean {
	width: auto !important;
}

.btn--secondary.btn--clean::before {
	background-color: #a4dbc3;
}

.btn--secondary.btn--clean:hover {
	color: #021452;
}

.btn--secondary.btn--only-border {
	background-color: transparent;
	border-color: #a4dbc3;
	color: #a4dbc3;
}

.btn--secondary.btn--only-border:hover {
	background-color: #a4dbc3;
	color: white;
}

.btn--secondary:hover {
	transform: scale(1.05);
	color: white;
}

.btn--third {
	color: white;
	background: #d27969;
}

.btn--third.btn--clean {
	width: auto !important;
}

.btn--third.btn--clean::before {
	background-color: #d27969;
}

.btn--third.btn--clean:hover {
	color: #021452;
}

.btn--third.btn--only-border {
	background-color: transparent;
	border-color: #d27969;
	color: #d27969;
}

.btn--third.btn--only-border:hover {
	background-color: #d27969;
	color: white;
}

.btn--third:hover {
	transform: scale(1.05);
	color: white;
}

.btn--light {
	color: #000;
	background: white;
}

.btn--light.btn--clean {
	width: auto !important;
}

.btn--light.btn--clean::before {
	background-color: white;
}

.btn--light.btn--clean:hover {
	color: #000;
}

.btn--light.btn--only-border {
	background-color: transparent;
	border-color: white;
	color: white;
}

.btn--light.btn--only-border:hover {
	background-color: white;
	color: #000;
}

.btn--light:hover {
	color: white;
	background-color: #021452;
}

.btn--dark {
	min-width: 250px;
	color: white;
	background: #021452;
}

.btn--dark:hover {
	transform: scale(1.1);
}

.btn--only-border {
	border: 2px solid;
}

.btn--clean {
	padding: 0 0 8px 0;
	background-color: transparent;
	color: #021452;
	font-size: 0.85714rem;
	font-weight: 900;
}

.btn--clean::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
}

.btn--clean:hover {
	transform: translateX(5px);
}

.btn--with-arrow::after {
	content: ">";
	margin-left: 5px;
	font-size: 1em;
	font-weight: 900;
}

button {
	background: transparent;
	border-width: 0;
}

body.custom-outline a:focus, body.custom-outline input:focus, body.custom-outline button[type="submit"]:focus {
	outline: #021452 solid 2px !important;
}

body.custom-outline .btn--primary:focus {
	outline: 2px pink solid  !important;
}

body.custom-outline .faq__item__title:focus {
	color: #021452;
}

.accordion__item {
	border: 1px solid rgba(0, 0, 0, 0.11);
	padding: 22px 80px 22px 50px;
	position: relative;
	cursor: pointer;
	transition: all .3s ease-in-out;
	box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.07);
	margin-bottom: 30px;
}

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

@media (max-width: 576px) {
	.accordion__item {
		padding: 18px 80px 18px 20px;
	}
}

.accordion__item::after {
	content: '>';
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 1.42857rem;
	font-weight: 400;
	color: #021452;
	transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
	.accordion__item::after {
		font-size: 1.28571rem;
		right: 20px;
	}
}

.accordion__item-header {
	font-size: 1.21429rem;
	font-weight: 700;
	margin: 0 0 00px 0;
	padding: 0;
}

@media (max-width: 576px) {
	.accordion__item-header {
		font-size: 1.07143rem;
	}
}

.accordion__item-body {
	font-size: 1.07143rem;
	font-weight: 400;
	border-left: 2px solid #021452;
	padding-left: 30px;
	line-height: 2;
	max-height: 0;
	margin: 0;
	opacity: 0;
	transition: all .3s ease-in-out;
}

.accordion__item-body p {
	font-size: inherit;
	margin: 0;
}

@media (max-width: 576px) {
	.accordion__item-body {
		font-size: 0.92857rem;
		line-height: 1.8;
		padding-left: 15px;
	}
}

.accordion__item.open::after {
	transform: translateY(-50%) rotate(-90deg);
}

.accordion__item.open .accordion__item-body {
	display: block;
	max-height: 700px;
	opacity: 1;
	margin-top: 20px;
}

@media (max-width: 576px) {
	.accordion__item.open .accordion__item-body {
		margin-top: 10px;
	}
}

.section-title {
	font-size: 2.71429rem;
	margin-top: 0;
	line-height: 1.4;
	margin-bottom: 80px;
}

.section-title::before {
	content: '';
	display: block;
	height: 0;
	width: 0;
	margin-top: calc((1 - 1.4) * 0.5em);
}

.section-title::after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	margin-bottom: calc((1 - 1.4) * 0.5em);
}

@media (max-width: 1400px) {
	.section-title {
		font-size: 2.35714rem;
		margin-bottom: 10px;
	}
}

@media (max-width: 768px) {
	.section-title {
		font-size: 2rem;
	}
}

@media (max-width: 768px) {
	.section-title {
		font-size: 1.71429rem;
		margin-bottom: 40px;
	}
}

.section-title__main {
	color: #021452;
	font-size: .5em;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
}

.section-title__second {
	color: #000;
	font-size: 1em;
	font-weight: 900;
	display: block;
}

.standard-section__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

@media (max-width: 992px) {
	.standard-section__image {
		display: none !important;
	}
}

@media (min-width: 993px) {
	.standard-section__image-mobile {
		display: none !important;
	}
	.standard-section--content-right .standard-section__content {
		padding-left: 50px;
	}
}

@media (min-width: 993px) and (max-width: 1400px) {
	.standard-section--content-right .standard-section__content {
		padding-left: 30px;
	}
}

@media (min-width: 993px) {
	.standard-section--content-left .standard-section__content {
		padding-right: 50px;
	}
}

@media (min-width: 993px) and (max-width: 1400px) {
	.standard-section--content-left .standard-section__content {
		padding-right: 30px;
	}
}

.standard-section__image-mobile {
	margin: 20px 0;
}

.standard-section .icon-section {
	padding-top: 50px;
}

@media (max-width: 1400px) {
	.standard-section .icon-section {
		padding-top: 20px;
	}
}

.icon-section__item {
	display: flex;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.icon-section__item {
		flex-direction: column;
	}
}

.icon-section__item:last-child {
	margin-bottom: 0;
}

.icon-section__item__icon-wrapper {
	display: flex;
	width: 90px;
	height: 90px;
	border-radius: 20px;
	align-items: center;
	justify-content: center;
	padding: 20px 20px;
	margin-right: 30px;
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.icon-section__item__icon-wrapper {
		margin-right: 0;
		margin-bottom: 15px;
		width: 75px;
		height: 75px;
		padding: 15px 15px;
	}
}

.icon-section__item__icon-wrapper--red {
	background-color: #021452;
}

.icon-section__item__icon-wrapper--blue {
	background-color: #d27969;
}

.icon-section__item__title {
	font-size: 1.35714rem;
	font-weight: 700;
	color: #000;
	line-height: 1.6;
}

@media (max-width: 1400px) {
	.icon-section__item__title {
		font-size: 1.28571rem;
	}
}

@media (max-width: 992px) {
	.icon-section__item__title {
		font-size: 1.35714rem;
	}
}

@media (max-width: 576px) {
	.icon-section__item__title {
		font-size: 1.14286rem;
	}
}

.icon-section__item__desc {
	font-size: 1.14286rem;
	margin-bottom: 0;
	margin-top: 5px;
}

@media (max-width: 1400px) {
	.icon-section__item__desc {
		font-size: 1.07143rem;
	}
}

@media (max-width: 992px) {
	.icon-section__item__desc {
		font-size: 1.14286rem;
	}
}

@media (max-width: 768px) {
	.icon-section__item__desc {
		font-size: 1.07143rem;
	}
}

.section-3 {
	background-color: #27274c;
	background-image: url("/wp-content/themes/taureca-template/images/pattern.png");
	padding: 80px 0;
}

@media (max-width: 1200px) {
	.section-3 {
		padding: 60px 0;
	}
}

@media (max-width: 768px) {
	.section-3 {
		padding: 40px 0;
	}
}

.section-3__content {
	color: white;
	font-size: 2.57143rem;
	text-align: center;
	line-height: 1.6;
}

@media (max-width: 1200px) {
	.section-3__content {
		font-size: 2rem;
	}
}

@media (max-width: 768px) {
	.section-3__content {
		font-size: 1.71429rem;
	}
}

.section-3__text-small {
	font-weight: 700;
	font-size: .6em;
	display: block;
}

.section-3__text-large {
	display: block;
	margin-top: 50px;
	font-weight: 900;
	font-size: 1em;
}

@media (max-width: 768px) {
	.section-3__text-large {
		margin-top: 20px;
	}
}

.section-4 {
	position: relative;
	background-size: cover;
	background-position: center;
	padding: 120px 0;
}

.section-4::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #a8161a;
	opacity: .85;
}

@media (max-width: 1200px) {
	.section-4 {
		padding: 80px 0;
	}
}

@media (max-width: 768px) {
	.section-4 {
		padding: 60px 0;
	}
}

.section-4__content {
	color: white;
	max-width: 1200px;
	margin: 0 auto;
}

.section-4__before-number {
	font-size: 1.85714rem;
	font-weight: 700;
}

@media (max-width: 992px) {
	.section-4__before-number {
		font-size: 1.57143rem;
	}
}

@media (max-width: 576px) {
	.section-4__before-number {
		font-size: 1.14286rem;
	}
}

@media (max-width: 480px) {
	.section-4__before-number {
		font-size: 1rem;
	}
}

.section-4__number {
	font-size: 2.85714rem;
	font-weight: 900;
	color: #a8161a;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 15px;
	background-color: white;
	margin-left: 20px;
}

@media (max-width: 992px) {
	.section-4__number {
		font-size: 2.14286rem;
	}
}

@media (max-width: 576px) {
	.section-4__number {
		font-size: 1.28571rem;
		margin-left: 5px;
		padding: 10px 10px;
	}
}

@media (max-width: 480px) {
	.section-4__number {
		font-size: 1.14286rem;
	}
}

.section-4__after-number {
	font-size: 2.42857rem;
	font-weight: 900;
	display: block;
	margin-top: 20px;
}

@media (max-width: 992px) {
	.section-4__after-number {
		font-size: 2rem;
	}
}

@media (max-width: 576px) {
	.section-4__after-number {
		font-size: 1.57143rem;
		margin-top: 10px;
	}
}

.section-5 {
	padding: 150px 0;
}

@media (max-width: 1200px) {
	.section-5 {
		padding: 80px 0;
	}
}

@media (max-width: 768px) {
	.section-5 {
		padding: 60px 0;
	}
}

.boxes {
	padding: 150px 0;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-top: 150px;
}

@media (max-width: 1200px) {
	.boxes {
		padding: 80px 0;
		margin-top: 80px;
	}
}

@media (max-width: 768px) {
	.boxes {
		padding: 60px 0;
	}
}

.boxes::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #182746;
	opacity: .95;
}

.boxes .section-title {
	text-align: center;
	margin-bottom: 90px;
}

@media (max-width: 992px) {
	.boxes .section-title {
		margin-bottom: 40px;
	}
}

.boxes .section-title__main {
	color: #fff;
}

.boxes .section-title__second {
	color: #021452;
}

.boxes__decoration {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.boxes__decoration::before, .boxes__decoration::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/wp-content/themes/taureca-template/images/decoration.png");
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}

.boxes__decoration::before {
	background-position: top right;
	transform: rotate(180deg);
}

.boxes__decoration::after {
	background-position: top right;
}

.box-info {
	background-color: #f4f4f4;
	border-radius: 20px;
	padding: 45px;
	text-align: center;
	height: 100%;
	position: relative;
	z-index: 2;
}

@media (max-width: 992px) {
	.box-info {
		height: auto;
		margin-bottom: 30px;
	}
}

.box-info__icon {
	width: auto;
	height: 100px;
}

@media (max-width: 992px) {
	.box-info__icon {
		height: auto;
		height: 70px;
	}
}

.box-info__title {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 20px 0;
	line-height: 1.4;
}

@media (max-width: 992px) {
	.box-info__title {
		font-size: 1.21429rem;
	}
}

.box-info__desc {
	margin-bottom: 0;
}

.authors {
	padding: 150px 0;
	background-size: cover;
	background-position: center;
	position: relative;
}

@media (max-width: 1200px) {
	.authors {
		padding: 80px 0;
	}
}

@media (max-width: 768px) {
	.authors {
		padding: 60px 0;
	}
}

.authors--single {
	margin-top: 80px;
}

@media (max-width: 768px) {
	.authors--single {
		margin-top: 50px;
	}
}

.authors__content > * {
	margin-bottom: 40px;
}

.authors__content > *:last-child {
	margin-bottom: 0;
}

.authors::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #182746;
	opacity: .95;
}

.authors .section-title {
	text-align: center;
	margin-bottom: 90px;
}

@media (max-width: 992px) {
	.authors .section-title {
		margin-bottom: 40px;
	}
}

.authors .section-title__main {
	color: #fff;
}

.authors .section-title__second {
	color: #021452;
}

.authors__decoration {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.authors__decoration::before, .authors__decoration::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/wp-content/themes/taureca-template/images/decoration.png");
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}

.authors__decoration::before {
	background-position: top right;
	transform: rotate(180deg);
}

.authors__decoration::after {
	background-position: top right;
}

.authors__read-more {
	margin-top: 50px;
}

.authors--archive {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.authors--archive::before {
	content: none;
}

.authors--archive .author-info {
	border: 1px solid #d7d7d7;
}

.author-info {
	background-color: #f4f4f4;
	border-radius: 20px;
	padding: 45px;
	display: flex;
	align-items: flex-start;
	height: 100%;
	position: relative;
	z-index: 2;
}

@media (max-width: 992px) {
	.author-info {
		height: auto;
		margin-bottom: 30px;
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.author-info {
		padding: 25px;
	}
}

.author-info__photo {
	max-width: 260px;
	margin-right: 40px;
}

@media (max-width: 992px) {
	.author-info__photo {
		margin-right: 0;
	}
	.author-info__photo:not(.author-info__photo--mobile) {
		display: none !important;
	}
}

@media (max-width: 480px) {
	.author-info__photo {
		max-width: 100%;
	}
}

@media (min-width: 993px) {
	.author-info__photo--mobile {
		display: none !important;
	}
}

.author-info__name {
	font-size: 2.28571rem;
	font-weight: 900;
	margin: 20px 0 5px 0;
	line-height: 1.4;
	display: block;
	color: #000;
	margin-top: 5px;
}

@media (max-width: 992px) {
	.author-info__name {
		font-size: 1.85714rem;
	}
}

.author-info__role {
	font-size: 1.57143rem;
	font-weight: 700;
	display: block;
	color: #243d65;
}

@media (max-width: 992px) {
	.author-info__role {
		font-size: 1.21429rem;
	}
}

.author-info__position {
	font-size: 1.07143rem;
	font-weight: 700;
	display: block;
	color: #021452;
}

@media (max-width: 992px) {
	.author-info__position {
		margin-bottom: 10px;
		font-size: 1rem;
		font-weight: 700;
	}
}

.author-info__desc {
	margin-bottom: 0;
}

.author-info__read-more {
	margin-top: 20px;
	display: block;
}

.donate {
	margin-top: 120px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.donate {
		margin-top: 70px;
	}
}

@media (max-width: 768px) {
	.donate {
		margin-top: 40px;
	}
}

@media (min-width: 993px) {
	.donate {
		background-color: #d27969;
		padding: 80px 0;
	}
	.donate::after {
		content: '';
		width: 50%;
		height: 100%;
		top: 0;
		right: 0;
		z-index: 2;
		background-color: #021452;
		position: absolute;
	}
	.donate__right {
		z-index: 3;
		position: relative;
		padding-left: 50px;
	}
	.donate__left {
		padding-right: 50px;
	}
}

.donate__left, .donate__right {
	color: white;
}

.donate__left__header a {
	color: white;
	font-weight: 700;
}

.donate__left__header * {
	font-size: 1.28571rem;
	line-height: 1.4;
}

@media (max-width: 768px) {
	.donate__left__header * {
		font-size: 1.14286rem;
	}
}

.donate__left__middle * {
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.4;
}

@media (max-width: 768px) {
	.donate__left__middle * {
		font-size: 1.57143rem;
	}
}

.donate__right__header {
	font-size: 1.42857rem;
}

@media (max-width: 768px) {
	.donate__right__header {
		font-size: 1.14286rem;
	}
}

.donate__right__number {
	margin-top: 30px;
	font-size: 2rem;
	font-weight: 900;
}

@media (max-width: 768px) {
	.donate__right__number {
		font-size: 1.57143rem;
		margin-top: 15px;
	}
}

@media (max-width: 992px) {
	.donate__left, .donate__right {
		position: relative;
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width: 992px) and (max-width: 768px) {
	.donate__left, .donate__right {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 992px) {
	.donate__left::before, .donate__right::before {
		content: '';
		width: calc(200% + 60px);
		height: 100%;
		top: 0;
		left: -70%;
		z-index: -1;
		position: absolute;
	}
	.donate__left::before {
		background-color: #d27969;
	}
	.donate__right::before {
		background-color: #021452;
	}
}

.contact-person {
	padding: 30px;
	background-color: #fbfbfb;
	border: 1px solid #d3d2d2;
	border-radius: 15px;
}

@media (min-width: 993px) {
	.contact-person {
		height: 100%;
	}
}

@media (max-width: 576px) {
	.contact-person {
		padding: 20px 15px;
	}
}

.contact-person__header {
	display: flex;
	align-items: center;
}

.contact-person__role {
	display: block;
	color: #243d65;
	font-size: 1.21429rem;
	font-weight: 700;
}

@media (max-width: 576px) {
	.contact-person__role {
		font-size: 1rem;
	}
}

.contact-person__photo {
	width: 150px;
	border-radius: 20px;
	margin-right: 30px;
}

@media (max-width: 576px) {
	.contact-person__photo {
		width: 110px;
		margin-right: 15px;
	}
}

@media (max-width: 480px) {
	.contact-person__photo {
		width: 90px;
	}
}

.contact-person__name {
	font-size: 2.42857rem;
	font-weight: 900;
	line-height: 1;
	margin: 10px 0;
}

@media (max-width: 576px) {
	.contact-person__name {
		font-size: 1.71429rem;
	}
}

@media (max-width: 480px) {
	.contact-person__name {
		font-size: 1.42857rem;
	}
}

.contact-person__job-position {
	font-size: 1.28571rem;
	font-weight: 900;
	color: #000;
}

@media (max-width: 576px) {
	.contact-person__job-position {
		font-size: 1.14286rem;
	}
}

@media (max-width: 480px) {
	.contact-person__job-position {
		font-size: 1rem;
	}
}

.contact-person__email {
	display: flex;
	align-items: center;
	margin-top: 30px;
	color: #021452;
	text-decoration: none;
	font-size: 1.21429rem;
}

@media (max-width: 576px) {
	.contact-person__email {
		font-size: 1rem;
		margin-top: 15px;
	}
}

@media (max-width: 480px) {
	.contact-person__email {
		flex-direction: column;
		align-items: flex-start;
	}
}

.contact-person__email:hover {
	color: #021452;
	text-decoration: underline;
}

.contact-person__email img {
	width: 30px;
	margin-right: 20px;
}

@media (max-width: 576px) {
	.contact-person__email img {
		margin-right: 10px;
	}
}

@media (max-width: 480px) {
	.contact-person__email img {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.knowledge-section {
	background-color: #edecec;
	margin-bottom: 30px;
}

.knowledge-section:first-child {
	margin-top: 80px;
}

.knowledge-section:last-child {
	margin-bottom: 0;
}

.knowledge-section > .container {
	padding-left: 30px;
	padding-right: 30px;
}

@media (min-width: 577px) {
	.knowledge-section > .container {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.knowledge-section__title {
	padding-top: 60px;
	margin-bottom: 50px;
	font-size: 1.71429rem;
	font-weight: 700;
}

@media (max-width: 768px) {
	.knowledge-section__title {
		font-size: 1.42857rem;
	}
}

@media (max-width: 576px) {
	.knowledge-section__title {
		padding-top: 30px;
	}
}

.knowledge-section .knowledge-block [class^='col-'] {
	margin-bottom: 60px;
}

@media (max-width: 576px) {
	.knowledge-section .knowledge-block [class^='col-'] {
		margin-bottom: 30px;
	}
}

@media (min-width: 993px) {
	.knowledge-section .knowledge-block [class^='col-']:nth-child(odd) {
		border-right: 1px solid #919191;
	}
}

@media (min-width: 993px) {
	.knowledge-section .knowledge-block [class^='col-']:nth-child(odd) .knowledge-block__item {
		padding-right: 15%;
	}
}

@media (min-width: 993px) {
	.knowledge-section .knowledge-block [class^='col-']:nth-child(even) .knowledge-block__item {
		padding-left: 15%;
	}
}

.knowledge-section .knowledge-block__item__title {
	padding-right: 10%;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.14286rem;
	font-weight: 700;
}

@media (max-width: 480px) {
	.knowledge-section .knowledge-block__item__title {
		padding-right: 0%;
	}
}

.knowledge-section .knowledge-block__item__title::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #021452;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 10px;
}

.knowledge-section .knowledge-block__item__action {
	font-size: 1.14286rem;
	font-weight: 800;
}

.knowledge-section .knowledge-block__item__action::after {
	content: ' >';
}

.knowledge-section .knowledge-block__item__header {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 480px) {
	.knowledge-section .knowledge-block__item__header {
		flex-direction: column;
	}
}

.contact-place {
	padding: 30px;
	background-color: #fbfbfb;
	border: 1px solid #d3d2d2;
	border-radius: 15px;
}

@media (min-width: 993px) {
	.contact-place {
		height: 100%;
	}
}

@media (max-width: 992px) {
	.contact-place {
		margin-top: 30px;
	}
}

@media (max-width: 576px) {
	.contact-place {
		padding: 20px 15px;
	}
}

.contact-place__name {
	font-size: 2.28571rem;
	font-weight: 900;
	margin-top: 0;
	color: #021452;
	line-height: 1.3;
}

@media (max-width: 992px) {
	.contact-place__name {
		font-size: 1.85714rem;
	}
}

@media (max-width: 768px) {
	.contact-place__name {
		font-size: 1.42857rem;
	}
}

.contact-place__address, .contact-place__data {
	font-style: normal;
	color: #021452;
	font-size: 1.21429rem;
	line-height: 1.6;
}

@media (max-width: 768px) {
	.contact-place__address, .contact-place__data {
		font-size: 1.07143rem;
	}
}

.contact-section {
	padding-bottom: 100px;
	padding-top: 60px;
}

@media (max-width: 1200px) {
	.contact-section {
		padding-bottom: 80px;
		padding-top: 40px;
	}
}

@media (max-width: 768px) {
	.contact-section {
		padding-bottom: 60px;
		padding-top: 40px;
	}
}

.social-section {
	background-color: #a4dbc3;
	padding: 150px 0;
}

@media (max-width: 1200px) {
	.social-section {
		padding: 80px 0;
	}
}

@media (max-width: 768px) {
	.social-section {
		padding: 60px 0;
	}
}

.social-section .section-title {
	text-align: center;
}

.social-section .section-title__second {
	color: #fff;
}

.section-data .standard-section {
	margin-bottom: 90px;
}

@media (max-width: 992px) {
	.section-data .standard-section {
		margin-bottom: 20px;
	}
}

.section-data .standard-section:last-child {
	margin-bottom: 0;
}

.partners {
	padding: 100px 0;
}

@media (max-width: 1200px) {
	.partners {
		padding: 60px 0;
	}
}

@media (max-width: 768px) {
	.partners {
		padding: 40px 0;
		padding-top: 0;
	}
}

@media (min-width: 993px) {
	.partners__block--first {
		border-right: 1px solid #d4d4d4;
	}
}

@media (max-width: 992px) {
	.partners__block--first {
		margin-bottom: 50px;
	}
}

@media (max-width: 768px) {
	.partners__block--first {
		margin-bottom: 30px;
	}
}

.partners__title {
	font-size: 1.85714rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 50px;
}

@media (max-width: 992px) {
	.partners__title {
		font-size: 1.28571rem;
		font-weight: 900;
		margin-bottom: 20px;
	}
}

.partners__logos {
	display: flex;
	padding: 0;
	margin: 0;
	justify-content: center;
	align-items: center;
}

.partners__logos li {
	list-style: none;
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 1401px) {
	.partners__logos li {
		max-width: 400px !important;
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 992px) {
	.partners__logos li {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 768px) {
	.partners__logos li {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.contact-social-media {
	display: flex;
	padding: 0;
	margin: 0;
	margin-left: -20px;
	margin-right: -20px;
	display: flex;
	justify-content: center;
	padding-top: 30px;
}

@media (max-width: 768px) {
	.contact-social-media {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.contact-social-media__item {
	list-style: none;
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 768px) {
	.contact-social-media__item {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 992px) {
	.contact-social-media__item img {
		width: 50px;
	}
}

.cta {
	padding: 80px 0;
	font-size: 1.07143rem;
	font-weight: 400;
}

.cta .section-header {
	margin-bottom: 80px;
}

@media (max-width: 768px) {
	.cta .section-header {
		margin-bottom: 40px;
	}
}

.cta .slider__dots {
	text-align: center;
	position: static !important;
	margin-top: 50px;
	transform: translateX(0%);
}

.cta .slider__dot span {
	background-color: white;
}

.cta .slider__dot.active span {
	background-color: transparent;
	border-color: white;
}

.cta--image {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	color: white;
	transform: translatez(0);
	-webkit-transform: translatez(0);
	overflow: hidden;
}

@media (max-width: 576px) {
	.cta--image {
		background-attachment: unset !important;
	}
}

.cta--image .section-header__wrapper {
	color: inherit;
}

.cta--image .section-header__wrapper .section-header::before {
	background-color: white;
}

.cta--image .slider__dot span {
	background-color: transparent;
	border: 2px solid #fdf9f7;
}

.cta--image .slider__dot.active span {
	background-color: #fdf9f7;
	border-color: #fdf9f7;
}

.cta--light {
	border-top: 1px solid rgba(0, 0, 0, 0.11);
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.cta--primary {
	background-color: #021452;
	color: white;
}

.cta--primary__dot span {
	background-color: white;
}

.cta--primary__dot.active span {
	background-color: transparent;
	border-color: white;
}

.cta--primary .section-header::before, .cta--primary .section-header::after {
	background-color: white;
}

.cta--primary .section-header__wrapper {
	color: inherit;
}

.cta--primary .btn {
	color: #021452;
}

.cta--primary .btn--primary {
	background-color: white;
}

@media (max-width: 992px) {
	.cta__desc {
		margin-bottom: 30px;
	}
}

.cta__desc * {
	font-size: inherit;
	font-weight: inherit;
}

.about-text-wrapper {
	max-width: 800px;
	margin: 50px auto;
	padding: 0 15px;
	margin-top: 0;
}

@media (max-width: 1200px) {
	.about-text-wrapper {
		margin-top: 50px;
	}
}

#omnie .section-header {
	margin-bottom: 50px;
	margin-top: 20px;
}

@media (max-width: 1200px) {
	#omnie .section-header {
		margin-bottom: 50px;
	}
}

@media (max-width: 576px) {
	#omnie .section-header {
		margin-top: 0px;
		margin-bottom: 20px;
	}
}

#omnie .btn {
	margin-top: 50px;
}

.taureca-gallery__box {
	margin: 0;
	color: white;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.07);
	margin-bottom: 30px;
	cursor: pointer;
}

.taureca-gallery__box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	background-color: #021452;
	transition: all .3s ease-in-out;
}

@media (max-width: 576px) {
	.taureca-gallery__box::before {
		content: none;
	}
}

.taureca-gallery__box-image {
	transition: all .3s ease-in-out;
}

.taureca-gallery__box-info {
	text-align: center;
	padding: 30px 40px;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	z-index: 3;
}

@media (max-width: 576px) {
	.taureca-gallery__box-info {
		height: auto;
	}
}

@media (max-width: 576px) {
	.taureca-gallery__box-info {
		padding: 20px;
	}
	.taureca-gallery__box-info::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: .7;
		z-index: -1;
		background-color: #021452;
	}
}

.taureca-gallery__box-title {
	font-size: 1.71429rem;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width: 577px) {
	.taureca-gallery__box-title {
		transform: translateY(50px);
		transition: none;
		opacity: 0;
	}
}

.taureca-gallery__box-title::before {
	content: "\f002";
	font-family: 'Font Awesome 5 Free';
	font-size: 2em;
	margin-bottom: 20px;
}

@media (min-width: 577px) {
	.taureca-gallery__box-title::before {
		transform: translateY(-100px);
		transition: none;
		opacity: 0;
	}
}

@media (max-width: 768px) {
	.taureca-gallery__box-title {
		font-size: 1.57143rem;
	}
	.taureca-gallery__box-title::before {
		font-size: 1.8em;
		margin-bottom: 10px;
	}
}

@media (max-width: 576px) {
	.taureca-gallery__box-title {
		font-size: 1.42857rem;
	}
	.taureca-gallery__box-title::before {
		content: none;
	}
}

@media (max-width: 480px) {
	.taureca-gallery__box-title {
		font-size: 1.14286rem;
	}
}

.taureca-gallery__box-desc {
	font-size: 1.21429rem;
	font-weight: 500;
	display: block;
	margin-top: 5px;
}

@media (min-width: 577px) {
	.taureca-gallery__box-desc {
		transform: translateY(50px);
		transition: none;
		opacity: 0;
	}
}

@media (max-width: 768px) {
	.taureca-gallery__box-desc {
		font-size: 1.14286rem;
	}
}

@media (max-width: 480px) {
	.taureca-gallery__box-desc {
		font-size: 0.92857rem;
		margin-top: 0;
	}
}

@media (any-hover: hover) {
	.taureca-gallery__box:hover::before {
		opacity: .9;
	}
	.taureca-gallery__box:hover .taureca-gallery__box-image {
		transform: scale(1.1) rotate(3deg);
	}
	.taureca-gallery__box:hover .taureca-gallery__box-title {
		transform: translateY(0);
		transition: all .3s ease-in-out;
		opacity: 1;
	}
	.taureca-gallery__box:hover .taureca-gallery__box-title::before {
		transform: translateY(0);
		transition: all .3s ease-in-out;
		opacity: 1;
	}
	.taureca-gallery__box:hover .taureca-gallery__box-desc {
		transform: translateY(0);
		transition: all .3s ease-in-out;
		transition-delay: .1s;
		opacity: 1;
	}
}

.top-bar {
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
	height: 80px;
	background-color: #3f4556;
}

@media (max-width: 768px) {
	.top-bar {
		padding-top: 10px;
		padding-bottom: 10px;
		height: 50px;
	}
}

.top-bar__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-bar__social {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.top-bar__social__item {
	list-style: none;
	margin-left: 15px;
	line-height: 1;
	transition: all .3s ease-in-out;
}

.top-bar__social__item img {
	width: 32px;
	height: 32px;
}

.top-bar__social__item:hover {
	transform: scale(1.1);
}

.top-bar__contact {
	display: flex;
	align-items: center;
}

@media (max-width: 768px) {
	.top-bar__contact {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}

.top-bar__contact__info {
	margin-left: 10px;
	display: block;
}

@media (max-width: 768px) {
	.top-bar__contact__info {
		margin-left: 0;
		margin-bottom: 2px;
		font-size: 11px;
	}
}

.top-bar__contact__item {
	margin-right: 40px;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
	color: #021452;
}

.top-bar__contact__item:last-child {
	margin-right: 0;
}

@media (max-width: 768px) {
	.top-bar__contact__item {
		font-size: 0.92857rem;
		font-weight: 600;
		margin-bottom: 7px;
	}
	.top-bar__contact__item:last-child {
		margin-bottom: 0;
	}
}

.top-bar__contact__item span {
	display: flex;
	align-items: center;
}

.top-bar__contact__item-icon {
	margin-right: 10px;
	font-size: 1.3em;
	color: #021452;
	fill: #021452;
}

.top-bar__contact__item-icon * {
	fill: #021452;
}

@media (max-width: 768px) {
	.top-bar .work-hours {
		flex-direction: column;
		align-items: flex-end;
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.top-bar .work-hours {
		font-size: 10px;
	}
}

.languages {
	position: relative;
}

@media (min-width: 769px) {
	.languages__trigger {
		display: none;
	}
}

.languages__trigger > * {
	display: flex;
	align-items: center;
}

.languages__trigger > *:first-child::after {
	content: "\f0dd";
	margin-left: 10px;
	font-size: 1.2em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-top: -5px;
}

@media (max-width: 768px) {
	.languages--open .languages__trigger > *:first-child {
		border-color: #021452;
	}
}

@media (max-width: 768px) {
	.languages--open .languages__wrapper {
		visibility: visible;
		opacity: 1;
	}
}

.languages__wrapper {
	display: flex;
	margin: 0;
	padding: 0;
}

@media (max-width: 768px) {
	.languages__wrapper {
		flex-direction: column;
		position: absolute;
		visibility: hidden;
		opacity: 0;
		z-index: 10;
		background-color: white;
		top: 40px;
		right: 0;
		width: 100%;
	}
	.languages__wrapper .languages__item {
		font-size: 1.07143rem;
		padding: 5px 13px;
	}
}

.languages__item {
	list-style: none;
	margin-right: 10px;
	border: 1px solid transparent;
	padding: 5px 10px;
	transition: all .3s ease-in-out;
	font-size: 0.92857rem;
	font-weight: 600;
}

@media (max-width: 768px) {
	.languages__item {
		margin-right: 0;
	}
}

.languages__item a {
	display: flex;
	align-items: center;
	color: #021452;
	text-decoration: none;
}

.languages__item:last-child {
	margin-right: 0;
}

.languages__item-flag {
	width: 20px;
	height: 20px;
	margin-right: 7px;
}

@media (min-width: 769px) {
	.languages__item:hover {
		border-color: #021452;
	}
}

.main-bar {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 99;
	transition: background .3s ease;
}

@media (max-width: 768px) {
	.main-bar {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.main-bar--light {
	color: white;
}

.main-bar .website-logo {
	max-width: 115px;
	display: flex;
	align-items: center;
}

@media (max-width: 768px) {
	.main-bar .website-logo {
		max-width: 70px;
	}
}

.main-bar.scroll {
	background-color: white;
	position: fixed;
	color: #021452;
	padding: 15px 0;
	top: 0px;
	left: 0;
	right: 0;
	box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
	.main-bar.scroll {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.main-bar.scroll .menu__item {
	transition-duration: 0s;
}

.main-bar.scroll .menu__item:hover, .main-bar.scroll .menu__item--active {
	color: #021452;
}

.main-bar.scroll .menu__item:hover.menu__item--important {
	color: white;
}

.main-bar__wrapper {
	display: flex;
	justify-content: space-between;
}

.main-bar .menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: calc(100% - 210px);
	margin-left: auto;
}

.main-bar .menu .menu-trigger {
	color: #021452;
	margin-left: 15px;
	font-size: 2.14286rem;
	display: none;
}

@media (max-width: 768px) {
	.main-bar .menu .menu-trigger {
		display: block;
	}
}

@media (max-width: 576px) {
	.main-bar .menu .menu-trigger {
		font-size: 1.78571rem;
	}
}

.main-bar .menu__wrapper {
	padding: 0;
	margin: 0;
	display: flex;
	align-content: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.main-bar .menu__item {
	position: relative;
	list-style: none;
	margin-left: 10px;
	color: inherit;
	line-height: normal;
	color: #021452;
	text-transform: uppercase;
}

.main-bar .menu__item--important {
	transition: all .3s ease-in-out;
	background-color: #021452;
	color: white;
}

.main-bar .menu__item--important a {
	border-width: 0 !important;
}

.main-bar .menu__item--important:hover {
	transform: scale(1.05);
	background-color: #010820;
}

.main-bar .menu__item--important:hover a {
	border-width: 0 !important;
}

@media (max-width: 768px) {
	.main-bar .menu__item {
		display: none;
	}
}

.main-bar .menu__item.menu-item-has-children > a::after, .main-bar .menu__item--has-children > a::after {
	content: ">";
	transform: rotate(90deg);
	transform-origin: center center;
	font-size: 16px;
	transition: all .3s ease-in-out;
	line-height: 0;
}

.main-bar .menu__item.menu-item-has-children > a.open + .sub-menu, .main-bar .menu__item--has-children > a.open + .sub-menu {
	visibility: visible;
	opacity: 1;
}

.main-bar .menu__item a {
	line-height: normal;
	padding: 10px 10px;
	display: flex;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 400;
	transition: all .3s ease-in-out;
	font-weight: 700;
	color: inherit;
}

.main-bar .menu__item--active > a, .main-bar .menu__item:hover > a {
	color: #021452;
}

.main-bar .menu__item:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}

.main-bar .menu__item .sub-menu {
	position: absolute;
	background: white;
	top: 50px;
	right: 0;
	margin: 0;
	padding: 0px;
	display: inline-block;
	min-width: 250px;
	max-width: 500px;
	color: #021452;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease-in-out;
}

.main-bar .menu__item .sub-menu .menu__item {
	display: block;
	margin-left: 0;
	transition: all .3s ease-in-out;
}

.main-bar .menu__item .sub-menu .menu__item:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.11);
}

.main-bar .menu__item .sub-menu .menu__item--active, .main-bar .menu__item .sub-menu .menu__item:hover {
	background-color: #021452 !important;
}

.main-bar .menu__item .sub-menu .menu__item--active > a, .main-bar .menu__item .sub-menu .menu__item:hover > a {
	border-color: transparent !important;
	color: white;
}

.main-bar .menu__item .sub-menu .menu__item a {
	border: 0px solid transparent;
	border-bottom: 2px solid transparent;
	font-size: 0.92857rem;
	font-weight: 600;
	border-radius: 0;
	padding: 15px 15px 15px 25px;
	display: block;
}

.menu-mobile {
	position: fixed;
	z-index: 999999999;
	top: 0;
	right: 0;
	bottom: 0;
	width: 400px;
	background-color: white;
	color: #021452;
	text-decoration: none;
	border-left: 5px solid #021452;
	box-shadow: -12px 0px 18px 0px rgba(0, 0, 0, 0.07);
	transform: translateX(120%);
	transition: all .3s ease-in-out;
}

.menu-mobile .menu__wrapper {
	overflow-y: auto;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 100;
	overflow-x: hidden;
}

.menu-mobile.open {
	transform: translateX(0);
}

@media (max-width: 768px) {
	.menu-mobile {
		width: 100%;
	}
}

.menu-mobile .menu__close {
	font-size: 2.85714rem;
	padding: 20px 0 20px 20px;
}

.menu-mobile .menu__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	font-size: 1.57143rem;
	font-weight: 900;
	margin: 0;
}

.menu-mobile .menu__header::before {
	content: none;
}

.menu-mobile .menu__header .website-logo {
	width: 100px;
}

.menu-mobile .menu__wrapper {
	padding: 0;
}

.menu-mobile .menu__item-wrapper {
	padding: 0;
	margin: 0;
}

.menu-mobile .menu__item {
	list-style: none;
	color: inherit;
	font-size: 1rem;
	font-weight: 500;
}

.menu-mobile .menu__item--important {
	background-color: #222;
	color: white;
}

.menu-mobile .menu__item:first-line {
	color: inherit;
}

.menu-mobile .menu__item.menu-item-has-children > a::after, .menu-mobile .menu__item--has-children > a::after {
	content: ">";
	transform: rotate(90deg);
	transform-origin: center center;
	font-size: 16px;
	transition: all .3s ease-in-out;
	line-height: 0;
}

.menu-mobile .menu__item.menu-item-has-children > a.open::after, .menu-mobile .menu__item--has-children > a.open::after {
	transform: rotate(270deg);
}

.menu-mobile .menu__item.menu-item-has-children > a.open + .sub-menu, .menu-mobile .menu__item--has-children > a.open + .sub-menu {
	max-height: 1000px;
	visibility: visible;
}

.menu-mobile .menu__item a {
	display: flex;
	color: inherit;
	justify-content: space-between;
	align-items: center;
	font-size: inherit;
	padding: 15px 30px;
	text-decoration: none;
}

.menu-mobile .menu__item:nth-last-child(odd) > a {
	background-color: rgba(0, 0, 0, 0.11);
}

.menu-mobile .menu__item--active > a {
	color: white !important;
	background-color: #021452 !important;
}

.menu-mobile .menu__item .sub-menu {
	padding: 0;
	margin: 0;
	visibility: hidden;
	max-height: 0px;
}

.menu-mobile .menu__item .sub-menu .menu__item:nth-last-child(even) > a {
	background-color: rgba(153, 153, 153, 0.11);
}

.menu-mobile .menu__item .sub-menu .menu__item:nth-last-child(odd) > a {
	background-color: transparent;
}

.menu-mobile .menu__item .sub-menu .menu__item a {
	padding: 15px 0 15px 70px;
}

.our-team__item {
	margin: 0;
	color: white;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.22);
	margin-bottom: 30px;
}

.our-team__item-info {
	text-align: center;
	padding: 30px 40px;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	z-index: 2;
}

@media (max-width: 768px) {
	.our-team__item-info {
		padding: 25px 20px;
	}
}

@media (max-width: 480px) {
	.our-team__item-info {
		padding: 15px;
	}
}

.our-team__item-info:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #021452;
	opacity: .75;
	z-index: -1;
}

.our-team__item-name {
	font-size: 1.71429rem;
	font-weight: 700;
	display: block;
}

@media (max-width: 768px) {
	.our-team__item-name {
		font-size: 1.28571rem;
	}
}

@media (max-width: 480px) {
	.our-team__item-name {
		font-size: 1rem;
	}
}

.our-team__item-position {
	font-size: 1.28571rem;
	font-weight: 500;
	color: #021452;
	display: block;
	margin-top: 5px;
}

@media (max-width: 768px) {
	.our-team__item-position {
		font-size: 1.07143rem;
	}
}

@media (max-width: 576px) {
	.our-team__item-position {
		margin-top: 0px;
	}
}

@media (max-width: 480px) {
	.our-team__item-position {
		font-size: 0.85714rem;
	}
}

.price-list {
	margin: 30px 0;
	box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.07);
}

.price-list table {
	width: 100%;
	border-spacing: 0;
}

.price-list__header-title {
	text-align: left;
	border: 1px solid rgba(0, 0, 0, 0.11);
	padding: 30px 60px;
	font-size: 1.71429rem;
	font-weight: 700;
}

@media (max-width: 992px) {
	.price-list__header-title {
		font-size: 1.42857rem;
		padding: 25px 40px;
	}
}

@media (max-width: 576px) {
	.price-list__header-title {
		font-size: 1.28571rem;
		padding: 15px 20px;
		line-height: 1.4;
	}
}

.price-list__body-row {
	border-left: 1px solid rgba(0, 0, 0, 0.11);
	border-right: 1px solid rgba(0, 0, 0, 0.11);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 35px 0px;
}

@media (max-width: 992px) {
	.price-list__body-row {
		padding: 30px 0px;
	}
}

@media (max-width: 576px) {
	.price-list__body-row {
		padding: 25px 0px;
	}
}

.price-list__body-row:last-child {
	border-bottom-color: rgba(0, 0, 0, 0.11);
}

.price-list__body-row-element {
	padding: 0px 60px;
}

@media (max-width: 992px) {
	.price-list__body-row-element:first-child {
		padding: 0px 20px 0 40px;
	}
	.price-list__body-row-element:last-child {
		padding: 0px 40px 0 20px;
	}
}

@media (max-width: 576px) {
	.price-list__body-row-element:first-child {
		padding: 0px 20px;
	}
	.price-list__body-row-element:last-child {
		padding: 0px 20px;
	}
}

.price-list__body-title {
	font-size: 1.21429rem;
	font-weight: 500;
	line-height: 1.7;
}

.price-list__body-title span {
	padding: 5px 0 5px 20px;
	border-left: 2px solid #021452;
	margin-left: -22px;
	display: block;
}

@media (max-width: 992px) {
	.price-list__body-title {
		line-height: 1.9;
		font-size: 1.14286rem;
	}
}

@media (max-width: 576px) {
	.price-list__body-title {
		font-size: 1rem;
		line-height: 1.9;
	}
	.price-list__body-title span {
		padding: 5px 0 5px 8px;
		margin-left: -10px;
	}
}

.price-list__body-price {
	flex-shrink: 0;
	font-size: 1.71429rem;
	font-weight: 800;
}

.price-list__body-price span {
	font-size: 1.28571rem;
	font-weight: 600;
}

@media (max-width: 992px) {
	.price-list__body-price {
		font-size: 1.42857rem;
	}
	.price-list__body-price span {
		font-size: 1.14286rem;
	}
}

.testimontal {
	position: relative;
}

.testimontal blockquote {
	margin: 0;
	padding: 0;
}

.testimontal q::before, .testimontal q::after {
	display: inline;
}

.testimontal q p {
	display: inline;
}

.testimontal .slider__dots {
	position: static;
	transform: translateX(0);
	margin-top: 50px;
	display: block;
}

.testimontal .slider__dot span {
	width: 18px;
	height: 18px;
}

.testimontal__item {
	padding-bottom: 50px;
	text-align: center;
	margin: 0 30px;
	justify-content: center;
}

.testimontal__item footer {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	justify-content: center;
}

@media (max-width: 576px) {
	.testimontal__item footer {
		flex-direction: column;
		align-items: center;
	}
}

.testimontal__item-photo {
	width: 100px !important;
	height: 100px !important;
	margin-right: 20px;
	border-radius: 50%;
}

@media (max-width: 576px) {
	.testimontal__item-photo {
		flex-direction: column;
		margin-right: 0;
		margin-bottom: 20px;
		width: 60px !important;
		height: 60px !important;
	}
}

.testimontal__item-author {
	display: block;
	font-size: 2.28571rem;
	font-weight: 700;
	color: #fdf9f7;
	margin-bottom: 0px;
}

@media (max-width: 768px) {
	.testimontal__item-author {
		font-size: 1.85714rem;
		margin-bottom: 5px;
	}
}

@media (max-width: 576px) {
	.testimontal__item-author {
		font-size: 1.42857rem;
	}
}

.testimontal__item-profession {
	font-size: 1.21429rem;
	font-weight: 600;
	margin-bottom: 40px;
	display: block;
}

@media (max-width: 768px) {
	.testimontal__item-profession {
		font-size: 1.28571rem;
		margin-bottom: 30px;
	}
}

@media (max-width: 576px) {
	.testimontal__item-profession {
		font-size: 1.14286rem;
		margin-bottom: 20px;
	}
}

.testimontal__item-text {
	font-style: italic;
	font-size: 1.07143rem;
	font-weight: 400;
}

.testimontal--quote-mark::before, .testimontal--quote-mark::after {
	content: "“";
	font-size: 8.07143rem;
	font-weight: 800;
	color: #021452;
	position: absolute;
}

@media (max-width: 576px) {
	.testimontal--quote-mark::before, .testimontal--quote-mark::after {
		content: none;
	}
}

.testimontal--quote-mark::before {
	top: 0;
	left: 0;
}

.testimontal--quote-mark::after {
	right: 0;
	bottom: 0;
}

.testimontal--quote-mark.testimontal--box::before, .testimontal--quote-mark.testimontal--box::after {
	content: none;
}

.testimontal--box .testimontal__item {
	background-color: white;
	text-align: left;
	color: #021452;
	padding: 30px;
	border-radius: 0px;
	box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.07);
}

@media (max-width: 576px) {
	.testimontal--box .testimontal__item {
		margin: 5px !important;
	}
}

.testimontal--box .testimontal__item-author {
	font-size: 1.71429rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 5px;
}

@media (max-width: 768px) {
	.testimontal--box .testimontal__item-author {
		font-size: 1.57143rem;
	}
}

@media (max-width: 576px) {
	.testimontal--box .testimontal__item-author {
		font-size: 1.42857rem;
	}
}

.testimontal--box .testimontal__item-profession {
	font-size: 1.14286rem;
	font-weight: 600;
	margin-bottom: 0px;
}

.t-slider .owl-stage {
	display: flex;
	align-items: stretch;
}

.t-slider .owl-item .testimontal__item {
	display: flex;
	height: 100%;
}

@media (max-width: 576px) {
	#opinie {
		padding: 40px 0;
	}
}

#opinie::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.76);
	width: 100%;
	height: 100%;
}

.hero {
	display: flex;
	align-items: center;
	font-family: "Poppins", sans-serif;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

@media (max-width: 992px) {
	.hero {
		min-height: 250px;
		margin-bottom: 20px;
	}
}

.hero--full-page {
	height: 90vh;
}

.hero__title {
	color: #021452;
	text-align: center;
	margin-bottom: 0;
	font-size: 3rem;
	font-weight: 900;
}

@media (max-width: 992px) {
	.hero__title {
		font-size: 2.71429rem;
	}
}

.hero__content {
	color: #021452;
	padding: 80px 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 350px;
}

@media (max-width: 768px) {
	.hero__content {
		padding: 40px 0;
		min-height: 250px;
	}
}

.hero__content--bg {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	border-radius: 50px;
	padding: 30px;
	margin: 50px 0;
	overflow: hidden;
}

.hero__content--bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(2, 20, 82, 0.82);
	z-index: -1;
}

.hero__desc {
	margin-top: 10px;
	font-size: 1.42857rem;
	font-weight: 600;
	text-align: center;
}

@media (max-width: 576px) {
	.hero__desc {
		font-size: 1.14286rem;
	}
}

.hero__desc * {
	font-size: inherit;
	font-family: inherit !important;
	margin: 0;
}

.hero__actions {
	margin-top: 45px;
}

@media (max-width: 576px) {
	.hero__actions {
		margin-top: 25px;
	}
}

.slider {
	position: relative;
}

.slider__item {
	min-height: 685px;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
	background-position: center;
}

@media (max-width: 992px) {
	.slider__item {
		min-height: 625px;
	}
}

@media (max-width: 576px) {
	.slider__item {
		min-height: 525px;
	}
}

.slider__item::before {
	content: '';
	width: 50%;
	left: 0;
	top: 0;
	height: 100%;
	position: absolute;
	background: linear-gradient(90deg, #162a4c 0%, rgba(22, 42, 76, 0) 100%);
	z-index: 1;
}

.slider__item__title {
	color: white;
	font-size: 3.42857rem;
	font-weight: 900;
	line-height: 1.2;
	margin-top: 0;
}

.slider__item__title b, .slider__item__title strong {
	color: #021452;
	font-weight: 900;
}

@media (max-width: 1200px) {
	.slider__item__title {
		font-size: 2.71429rem;
	}
}

@media (max-width: 992px) {
	.slider__item__title {
		font-size: 2.28571rem;
	}
}

@media (max-width: 768px) {
	.slider__item__title {
		font-size: 2rem;
	}
}

.slider__item__content {
	position: relative;
	z-index: 4;
	width: 50%;
	padding-bottom: 30px;
}

@media (max-width: 1200px) {
	.slider__item__content {
		width: 60%;
	}
}

@media (max-width: 992px) {
	.slider__item__content {
		width: 80%;
	}
}

@media (max-width: 768px) {
	.slider__item__content {
		width: 100%;
	}
}

.slider__item__desc {
	margin-bottom: 40px;
}

@media (max-width: 992px) {
	.slider__item__desc {
		margin-bottom: 20px;
	}
}

.slider__item__desc p {
	color: #fff;
	font-size: 1.42857rem;
	line-height: 1.4;
}

@media (max-width: 1200px) {
	.slider__item__desc p {
		font-size: 1.28571rem;
	}
}

@media (max-width: 768px) {
	.slider__item__desc p {
		font-size: 1.14286rem;
	}
}

.slider__item__decoration {
	overflow: hidden;
	position: absolute;
	width: 140%;
	height: 190%;
	transform: rotate(129deg);
	left: -65%;
	top: -30%;
	z-index: 1;
}

@media (max-width: 2000px) {
	.slider__item__decoration {
		height: 170%;
	}
}

@media (max-width: 1700px) {
	.slider__item__decoration {
		height: 150%;
	}
}

@media (max-width: 1200px) {
	.slider__item__decoration {
		height: 160%;
		left: -65%;
	}
}

.slider__item__decoration::before, .slider__item__decoration::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.slider__item__decoration::before {
	background-color: #162a4c;
	opacity: .85;
	height: 100%;
	width: 100%;
	z-index: 2;
	left: 0;
	top: -0;
}

.slider__item__decoration::after {
	background-color: #274b86;
	opacity: .35;
	height: 100%;
	width: 100%;
	top: 0;
	transform: rotate(181deg);
	z-index: 3;
	left: 46%;
}

.slider.owl-carousel .owl-dots {
	transform: translateY(-100px);
	display: flex;
	justify-content: center;
}

.slider.owl-carousel .owl-dots button {
	width: 20px;
	height: 20px;
	border: 3px solid white;
	border-radius: 50%;
	margin: 0 10px;
}

.slider.owl-carousel .owl-dots button.active {
	background-color: white;
}

body.custom-outline .owl-dots button:focus {
	outline: orange solid 4px;
}

.slider-decoration {
	height: 125px;
	position: relative;
	transform: translateY(-28%);
	z-index: 8;
	width: 100%;
}

@media (max-width: 2000px) {
	.slider-decoration {
		transform: translateY(-35%);
		height: 90px;
	}
}

@media (max-width: 768px) {
	.slider-decoration {
		height: 65px;
	}
}

.slider-decoration::before, .slider-decoration::after {
	content: '';
	width: 55%;
	height: 155%;
	bottom: 0;
	position: absolute;
	background-color: #fff;
}

@media (max-width: 992px) {
	.slider-decoration::before, .slider-decoration::after {
		transform: rotate(12deg);
		width: 60%;
	}
}

.slider-decoration::before {
	transform: rotate(7deg);
	left: -1%;
}

@media (max-width: 992px) {
	.slider-decoration::before {
		transform: rotate(12deg);
		left: -8%;
	}
}

.slider-decoration::after {
	transform: rotate(-7deg);
	right: -1%;
}

@media (max-width: 992px) {
	.slider-decoration::after {
		transform: rotate(-12deg);
		right: -8%;
	}
}

.slider-section {
	overflow: hidden;
	width: 100%;
}

.project-logos {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

@media (min-width: 993px) {
	.project-logos {
		margin-top: 50px;
	}
}

#cennik {
	padding-bottom: 70px;
}

.package {
	border: 1px solid rgba(0, 0, 0, 0.11);
	box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.07);
	margin-bottom: 30px;
	background-color: white;
}

.package__header {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 35px 20px 20px 20px;
}

.package__icon {
	fill: #021452;
	height: 60px;
	width: auto;
}

.package__icon-wrapper {
	width: 125px;
	height: 125px;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
	border: 1px solid rgba(0, 0, 0, 0.11);
}

.package__icon * {
	fill: #021452 !important;
}

@media (max-width: 768px) {
	.package__icon {
		height: 40px;
	}
	.package__icon-wrapper {
		width: 100px;
		height: 100px;
	}
}

.package__title {
	font-size: 1.57143rem;
	font-weight: 700;
	margin: 0;
}

@media (max-width: 768px) {
	.package__title {
		font-size: 1.42857rem;
		font-weight: 700;
	}
}

.package__price {
	background-color: #f4f4f4;
	padding: 30px 20px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	font-family: "Poppins", sans-serif;
}

@media (max-width: 768px) {
	.package__price {
		font-size: 1.71429rem;
		font-weight: 700;
	}
}

.package__price-currency {
	font-size: .7em;
	font-weight: 400;
}

.package__list {
	margin: 0;
	padding: 0;
}

.package__list-item {
	list-style: none;
	padding: 22px 15px;
	line-height: 1.4;
	font-size: 1.14286rem;
	font-weight: 400;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.package__list-item::before {
	content: '';
	display: block;
	height: 0;
	width: 0;
	margin-top: calc((1 - 1.4) * 0.5em);
}

.package__list-item::after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	margin-bottom: calc((1 - 1.4) * 0.5em);
}

@media (max-width: 768px) {
	.package__list-item {
		font-size: 1.07143rem;
		font-weight: 400;
	}
}

.package__list-item:last-child {
	border-bottom-width: 0;
}

.package--recommended .package__icon-wrapper {
	border-color: #021452;
}

.package--recommended .package__price {
	background-color: #021452;
	color: white;
}

.work-hours {
	font-size: 0.85714rem;
	font-weight: 400;
	display: flex;
	align-items: center;
}

.work-hours .from, .work-hours .to {
	font-weight: 700;
	font-size: 1.4em;
	color: #021452;
	flex-shrink: 0;
	line-height: 1;
}

.work-hours .from {
	margin-left: 15px;
}

.work-hours .from::after {
	content: "-";
	margin: 0 5px 0 10px;
}

.product-item {
	box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.07);
	overflow: hidden;
	margin-bottom: 30px;
}

.product-item:last-child {
	margin-bottom: 0;
}

.product-item a {
	text-decoration: none;
}

.product-item__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.11);
	padding: 15px;
	min-height: 80px;
}

.product-item__title {
	font-size: 1.35714rem;
	font-weight: 700;
	margin: 0 30px 0 0;
	line-height: 1.5;
	color: #021452;
	text-decoration: none;
}

@media (max-width: 768px) {
	.product-item__title {
		font-size: 1.21429rem;
	}
}

.product-item__image {
	overflow: hidden;
}

.product-item__image img {
	transition: all .3s ease-in-out;
}

.product-item__price {
	background-color: #021452;
	color: white;
	text-decoration: none;
	padding: 15px;
	border-radius: 5px;
	font-size: 2rem;
	font-weight: 700;
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.product-item__price {
		font-size: 1.71429rem;
	}
}

.product-item__price-currency {
	font-size: .7em;
}

.product-item:hover img {
	transform: rotate(-2deg) scale(1.05);
}

.product-page__gallery {
	margin-bottom: 15px;
}

.product-page__gallery .slider__nav__button {
	transform: translateX(0);
}

.product-page .owl-thumbs {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}

.product-page .owl-thumbs .owl-thumb-item {
	cursor: pointer;
	margin-left: 15px;
	margin-bottom: 15px;
	width: calc(33.33333% - 10px);
}

.product-page .owl-thumbs .owl-thumb-item:nth-child(3n +1) {
	margin-left: 0;
}

@media (max-width: 992px) {
	.product-page .owl-thumbs {
		margin-bottom: 60px;
	}
}

.product-page__title {
	margin: 0;
}

.product-page__actions {
	margin: 30px 0;
	display: flex;
	align-items: center;
}

.product-page__actions > * {
	margin-right: 50px;
}

.product-page__actions > *:last-child {
	margin-right: 0;
}

.product-page__price {
	display: flex;
	flex-direction: column;
}

.product-page__price-text {
	font-size: 1.07143rem;
}

.product-page__price-value {
	font-size: 1.85714rem;
	font-weight: 900;
	color: #021452;
}

.how-to-order__title {
	margin: 120px 0;
}

@media (max-width: 768px) {
	.how-to-order__title {
		margin: 60px 0;
	}
}

@media (max-width: 992px) {
	.how-to-order__picture {
		display: none;
	}
}

.how-to-order #order-subject {
	display: none;
}

.show-other-products {
	margin: 120px 0;
}

.show-other-products__title {
	margin-bottom: 120px;
}

@media (max-width: 768px) {
	.show-other-products {
		margin: 60px 0;
	}
	.show-other-products__title {
		margin-bottom: 60px;
	}
}

.show-other-products__button {
	margin-top: 60px;
}

.show-other-products__button .btn {
	font-size: 1.14286rem;
}

.main-menu__title {
	text-align: center;
	margin: 40px 0;
	text-transform: uppercase;
}

.mark {
	color: #021452;
}

.breadcrumbs {
	margin: 2rem 0;
}

.breadcrumbs a {
	text-decoration: none;
	color: #021452;
	font-size: 0.9rem;
}

.breadcrumbs a.active {
	color: #021452;
	margin: 0 0.3rem;
	font-weight: 600;
}

.realisation__title {
	margin-bottom: 0.4rem;
}

.realisation__subtitle {
	font-size: 0.9rem;
}

.realisation__tag {
	background: #021452;
	padding: 0.3rem 1rem;
	color: #fff;
	text-decoration: none;
	border-radius: 1rem;
	font-size: 0.8rem;
	margin-left: 0.5rem;
}

.realisation__btn {
	margin: 1rem;
	font-size: 0.8rem;
	text-decoration: none;
	float: right;
	padding-bottom: 0.2rem;
	border-bottom: 2px solid #021452;
	font-weight: 600;
	color: #021452;
}

.pagination {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 2rem 0;
}

.pagination .page-link {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	width: 1.8rem;
	height: 1.8rem;
	color: #021452;
}

.pagination .page-link.active {
	background: #021452;
	border-radius: 50%;
	margin: 0 0.3rem;
	color: #fff;
	cursor: default;
}

.realisation {
	margin-bottom: 80px;
}

.realisation:nth-child(odd) .realisation__picture-wrapper {
	order: 2;
}

.realisation:nth-child(odd) .realisation__picture {
	padding: 0 1.3em 1.3em 0;
}

.realisation:nth-child(odd) .realisation__picture::before {
	right: 0;
}

@media (min-width: 993px) {
	.realisation:nth-child(odd) .realisation__content-wrapper {
		padding-right: 1.5rem;
		padding-left: 0;
	}
}

.realisation:nth-child(even) .realisation__picture {
	padding: 0 0 1.3em 1.3em;
}

.realisation:nth-child(even) .realisation__picture::before {
	left: 0;
}

@media (max-width: 992px) {
	.realisation__picture-wrapper {
		order: -1;
	}
}

.realisation__picture {
	position: relative;
	display: inline-block;
}

@media (max-width: 992px) {
	.realisation__picture {
		margin-bottom: 50px;
	}
}

.realisation__picture::before {
	position: absolute;
	bottom: 0;
	width: 80%;
	height: 80%;
	border-radius: 10px;
	background: #021452;
	content: '';
	z-index: -1;
}

.realisation__picture img {
	border-radius: 10px;
}

@media (min-width: 993px) {
	.realisation__content-wrapper {
		padding-left: 1.5rem;
	}
}

.realisation__header {
	border-left: 2px solid #021452;
	padding-left: 20px;
}

.realisation__title {
	font-size: 1.71429rem;
	font-weight: 700;
	margin: 0;
}

@media (max-width: 576px) {
	.realisation__title {
		font-size: 1.57143rem;
	}
}

.realisation__subtitle {
	font-size: 1.14286rem;
	font-weight: 400;
	margin: 0;
}

.realisation__tags {
	margin: 30px 0;
}

@media (max-width: 576px) {
	.realisation__tags {
		margin: 25px 0;
	}
}

.realisation__info {
	font-size: 1.07143rem;
	line-height: 2;
	margin-bottom: 30px;
}

.another-post {
	border: 1px solid transparent;
	padding: 15px;
	display: inline-block;
	border-radius: 20px;
	transition: all .3s ease-in-out;
	max-width: 250px;
	z-index: 9999;
	position: fixed;
	top: 50%;
}

@media (max-width: 768px) {
	.another-post {
		display: none;
	}
}

.another-post--next {
	transform: translateX(160px);
	right: 0;
}

.another-post--next .another-post__title {
	text-align: right;
}

.another-post--next .another-post__button {
	order: -1;
	margin-right: 20px;
}

.another-post--next .another-post__button::before {
	content: '>';
}

.another-post--prev {
	transform: translateX(-160px);
	left: 0;
}

.another-post--prev .another-post__button {
	margin-left: 20px;
}

.another-post:hover {
	background-color: white;
	border-color: rgba(0, 0, 0, 0.11);
	box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.07);
	transform: translateX(0px);
}

.another-post:hover .another-post__image, .another-post:hover .another-post__title {
	opacity: 1;
}

.another-post:hover .another-post__title {
	transform: translateY(0);
}

.another-post:hover .another-post__button {
	background-color: #021452;
	color: white;
	border-color: #021452;
}

.another-post__actions {
	display: flex;
	align-items: center;
}

.another-post__image {
	width: 140px;
	height: auto;
	border-radius: 20px;
	transition: all .3s ease-in-out;
	opacity: 0;
}

.another-post__button {
	width: 50px;
	height: 50px;
	display: block;
	border: 2px solid #4e4e4e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #4e4e4e;
	transition: all .3s ease-in-out;
	background-color: white;
}

.another-post__button::before {
	content: '<';
	font-size: 25px;
}

.another-post__title {
	color: #021452;
	margin: 15px 0 0 0;
	font-size: 0.92857rem;
	font-weight: 600;
	opacity: 0;
	word-break: break-all;
	transform: translateY(-10px);
	transition: all .3s ease-in-out;
	transition-delay: .2s;
}

.offer__nav__items-wrapper {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.offer__nav__item {
	margin-bottom: 25px;
}

@media (max-width: 576px) {
	.offer__nav__item {
		margin-bottom: 15px;
	}
}

.offer__nav__item a {
	display: block;
	padding: 15px 20px;
	border: 1px solid rgba(0, 0, 0, 0.11);
	font-size: 1.21429rem;
	font-weight: 600;
	color: #021452;
	text-decoration: none;
	display: flex;
	align-items: center;
	transition: all .3s ease-in-out;
	box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.07);
	line-height: 1.5;
}

@media (max-width: 576px) {
	.offer__nav__item a {
		font-size: 1.14286rem;
		padding: 15px 20px;
	}
}

.offer__nav__item-icon {
	fill: #021452;
	height: 30px;
	width: auto;
	margin-right: 15px;
	flex-shrink: 0;
}

.offer__nav__item.active .offer__nav__item-icon {
	fill: white;
}

.offer__nav__item.active a {
	background-color: #021452;
	color: white;
	font-weight: 700;
	border-color: #021452;
}

.offer__nav__item:hover:not(.active) a {
	border-color: #021452;
	color: #021452;
	transform: translateX(5px);
}

.offer__nav--dropdown {
	display: none;
	position: relative;
	margin-bottom: 1rem;
}

.offer__nav--dropdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.offer__nav--dropdown ul li {
	font-weight: normal;
	font-size: 0.8rem !important;
}

.offer__nav--dropdown ul li.d-active a {
	color: #fff;
}

.offer__nav--dropdown ul li.d-active a::after {
	content: '>';
	position: absolute;
	font-weight: 600;
	cursor: pointer;
	font-size: 1.2rem;
	transition: all .3s ease-in-out;
}

.offer__nav--dropdown ul li a {
	border: 1px solid #021452;
	text-decoration: none;
	padding: 8px 34px;
	display: block;
	margin: 2px 7px;
}

.offer__nav--dropdown ul li.d-active {
	display: block;
}

.offer__nav--dropdown ul li.d-active a {
	background: #021452;
	padding: 14px 34px;
	margin: 2px auto;
}

.offer__nav--dropdown:not(.open) li {
	display: none;
}

.offer__nav--dropdown:not(.open) li.d-active {
	display: block;
}

.offer__nav--dropdown:not(.open) li.d-active a::after {
	top: 25px;
	right: 15px;
	transform: translateY(-50%) rotate(90deg);
}

.offer__nav--dropdown.open li {
	display: block;
}

.offer__nav--dropdown.open li.d-active a::after {
	top: 8px;
	right: 15px;
	transform: translateY(0%) rotate(-90deg);
}

.offer-page {
	margin-bottom: 80px;
}
