@charset "UTF-8";

.primaryFont
{
	font-family: Montserrat,sans-serif;
}
.secondaryFont
{
	font-family: 'AA Bebas Neue',sans-serif;
}
*,::after,::before
{
	box-sizing: border-box;
}
html
{
	webkit-text-size-adjust: 100%;
}
body
{
	margin: 0;
}
hr
{
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre
{
	font-family: monospace,monospace;
	font-size: 1em;
}
a
{
	background-color: transparent;
}
abbr[title]
{
	border-bottom: none;
	text-decoration: underline dotted;
	text-decoration: underline;
}
b,strong
{
	font-weight: bolder;
}
code,kbd,samp
{
	font-family: monospace,monospace;
	font-size: 1em;
}
small
{
	font-size: 80%;
}
sub,sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub
{
	bottom: -.25em;
}
sup
{
	top: -.5em;
}
img
{
	border-style: none;
}
button,input,optgroup,select,textarea
{
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,input
{
	overflow: visible;
}
button,select
{
	text-transform: none;
}
[type=button],[type=reset],[type=submit],button
{
	webkit-appearance: button;
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner
{
	border-style: none;
	padding: 0;
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring
{
	outline: ButtonText dotted 1px;
}
fieldset
{
	padding: .35em .75em .625em;
}
legend
{
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress
{
	vertical-align: baseline;
}
textarea
{
	overflow: auto;
}
[type=checkbox],[type=radio]
{
	box-sizing: border-box;
	padding: 0;
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button
{
	height: auto;
}
[type=search]
{
	outline-offset: -2px;
	webkit-appearance: textfield;
}
[type=search]::-webkit-search-decoration
{
	webkit-appearance: none;
}
::-webkit-file-upload-button
{
	font: inherit;
	webkit-appearance: button;
}
details
{
	display: block;
}
summary
{
	display: list-item;
}
[hidden],template
{
	display: none;
}
.container
{
	margin-left: auto;
	margin-right: auto;
	max-width: 1470px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 96%;
}
.row
{
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	ms-flex-wrap: wrap;
	webkit-flex-wrap: wrap;
}
.row.no-gutters
{
	margin-left: 0;
	margin-right: 0;
}
.row.no-gutters>.col,.row.no-gutters>[class*=col-]
{
	padding-left: 0;
	padding-right: 0;
}
.col
{
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	webkit-flex-basis: 0;
	webkit-flex-grow: 1;
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9
{
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}
.col-xs-12
{
	flex: 0 0 100%;
	max-width: 100%;
	moz-box-flex: 0;
	ms-flex: 0 0 100%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 100%;
}
.col-xs-11
{
	flex: 0 0 91.66666666666666%;
	max-width: 91.66666667%;
	moz-box-flex: 0;
	ms-flex: 0 0 91.66666666666666%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 91.66666666666666%;
}
.col-xs-10
{
	flex: 0 0 83.33333333333334%;
	max-width: 83.33333333%;
	moz-box-flex: 0;
	ms-flex: 0 0 83.33333333333334%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 83.33333333333334%;
}
.col-xs-9
{
	flex: 0 0 75%;
	max-width: 75%;
	moz-box-flex: 0;
	ms-flex: 0 0 75%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 75%;
}
.col-xs-8
{
	flex: 0 0 66.66666666666666%;
	max-width: 66.66666667%;
	moz-box-flex: 0;
	ms-flex: 0 0 66.66666666666666%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 66.66666666666666%;
}
.col-xs-7
{
	flex: 0 0 58.333333333333336%;
	max-width: 58.33333333%;
	moz-box-flex: 0;
	ms-flex: 0 0 58.333333333333336%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 58.333333333333336%;
}
.col-xs-6
{
	flex: 0 0 50%;
	max-width: 50%;
	moz-box-flex: 0;
	ms-flex: 0 0 50%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 50%;
}
.col-xs-5
{
	flex: 0 0 41.66666666666667%;
	max-width: 41.66666667%;
	moz-box-flex: 0;
	ms-flex: 0 0 41.66666666666667%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 41.66666666666667%;
}
.col-xs-4
{
	flex: 0 0 33.33333333333333%;
	max-width: 33.33333333%;
	moz-box-flex: 0;
	ms-flex: 0 0 33.33333333333333%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 33.33333333333333%;
}
.col-xs-3
{
	flex: 0 0 25%;
	max-width: 25%;
	moz-box-flex: 0;
	ms-flex: 0 0 25%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 25%;
}
.col-xs-2
{
	flex: 0 0 16.666666666666664%;
	max-width: 16.66666667%;
	moz-box-flex: 0;
	ms-flex: 0 0 16.666666666666664%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 16.666666666666664%;
}
.col-xs-1
{
	flex: 0 0 8.333333333333332%;
	max-width: 8.33333333%;
	moz-box-flex: 0;
	ms-flex: 0 0 8.333333333333332%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 8.333333333333332%;
}
.order-xs-12
{
	order: 12;
}
.order-xs-11
{
	order: 11;
}
.order-xs-10
{
	order: 10;
}
.order-xs-9
{
	order: 9;
}
.order-xs-8
{
	order: 8;
}
.order-xs-7
{
	order: 7;
}
.order-xs-6
{
	order: 6;
}
.order-xs-5
{
	order: 5;
}
.order-xs-4
{
	order: 4;
}
.order-xs-3
{
	order: 3;
}
.order-xs-2
{
	order: 2;
}
.order-xs-1
{
	order: 1;
}
.offset-xs-12
{
	margin-left: 100%;
}
.offset-xs-11
{
	margin-left: 91.66666667%;
}
.offset-xs-10
{
	margin-left: 83.33333333%;
}
.offset-xs-9
{
	margin-left: 75%;
}
.offset-xs-8
{
	margin-left: 66.66666667%;
}
.offset-xs-7
{
	margin-left: 58.33333333%;
}
.offset-xs-6
{
	margin-left: 50%;
}
.offset-xs-5
{
	margin-left: 41.66666667%;
}
.offset-xs-4
{
	margin-left: 33.33333333%;
}
.offset-xs-3
{
	margin-left: 25%;
}
.offset-xs-2
{
	margin-left: 16.66666667%;
}
.offset-xs-1
{
	margin-left: 8.33333333%;
}
@media only screen and (min-width :576px)
{
	.col-sm-12
	{
		flex: 0 0 100%;
		max-width: 100%;
		moz-box-flex: 0;
		ms-flex: 0 0 100%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 100%;
	}
	.col-sm-11
	{
		flex: 0 0 91.66666666666666%;
		max-width: 91.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 91.66666666666666%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 91.66666666666666%;
	}
	.col-sm-10
	{
		flex: 0 0 83.33333333333334%;
		max-width: 83.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 83.33333333333334%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 83.33333333333334%;
	}
	.col-sm-9
	{
		flex: 0 0 75%;
		max-width: 75%;
		moz-box-flex: 0;
		ms-flex: 0 0 75%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 75%;
	}
	.col-sm-8
	{
		flex: 0 0 66.66666666666666%;
		max-width: 66.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 66.66666666666666%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 66.66666666666666%;
	}
	.col-sm-7
	{
		flex: 0 0 58.333333333333336%;
		max-width: 58.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 58.333333333333336%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 58.333333333333336%;
	}
	.col-sm-6
	{
		flex: 0 0 50%;
		max-width: 50%;
		moz-box-flex: 0;
		ms-flex: 0 0 50%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 50%;
	}
	.col-sm-5
	{
		flex: 0 0 41.66666666666667%;
		max-width: 41.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 41.66666666666667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 41.66666666666667%;
	}
	.col-sm-4
	{
		flex: 0 0 33.33333333333333%;
		max-width: 33.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 33.33333333333333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 33.33333333333333%;
	}
	.col-sm-3
	{
		flex: 0 0 25%;
		max-width: 25%;
		moz-box-flex: 0;
		ms-flex: 0 0 25%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 25%;
	}
	.col-sm-2
	{
		flex: 0 0 16.666666666666664%;
		max-width: 16.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 16.666666666666664%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 16.666666666666664%;
	}
	.col-sm-1
	{
		flex: 0 0 8.333333333333332%;
		max-width: 8.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 8.333333333333332%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 8.333333333333332%;
	}
	.order-sm-12
	{
		order: 12;
	}
	.order-sm-11
	{
		order: 11;
	}
	.order-sm-10
	{
		order: 10;
	}
	.order-sm-9
	{
		order: 9;
	}
	.order-sm-8
	{
		order: 8;
	}
	.order-sm-7
	{
		order: 7;
	}
	.order-sm-6
	{
		order: 6;
	}
	.order-sm-5
	{
		order: 5;
	}
	.order-sm-4
	{
		order: 4;
	}
	.order-sm-3
	{
		order: 3;
	}
	.order-sm-2
	{
		order: 2;
	}
	.order-sm-1
	{
		order: 1;
	}
	.offset-sm-12
	{
		margin-left: 100%;
	}
	.offset-sm-11
	{
		margin-left: 91.66666667%;
	}
	.offset-sm-10
	{
		margin-left: 83.33333333%;
	}
	.offset-sm-9
	{
		margin-left: 75%;
	}
	.offset-sm-8
	{
		margin-left: 66.66666667%;
	}
	.offset-sm-7
	{
		margin-left: 58.33333333%;
	}
	.offset-sm-6
	{
		margin-left: 50%;
	}
	.offset-sm-5
	{
		margin-left: 41.66666667%;
	}
	.offset-sm-4
	{
		margin-left: 33.33333333%;
	}
	.offset-sm-3
	{
		margin-left: 25%;
	}
	.offset-sm-2
	{
		margin-left: 16.66666667%;
	}
	.offset-sm-1
	{
		margin-left: 8.33333333%;
	}
	.container
	{
		max-width: 540px;
	}
}
@media only screen and (min-width :768px)
{
	.col-md-12
	{
		flex: 0 0 100%;
		max-width: 100%;
		moz-box-flex: 0;
		ms-flex: 0 0 100%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 100%;
	}
	.col-md-11
	{
		flex: 0 0 91.66666666666666%;
		max-width: 91.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 91.66666666666666%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 91.66666666666666%;
	}
	.col-md-10
	{
		flex: 0 0 83.33333333333334%;
		max-width: 83.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 83.33333333333334%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 83.33333333333334%;
	}
	.col-md-9
	{
		flex: 0 0 75%;
		max-width: 75%;
		moz-box-flex: 0;
		ms-flex: 0 0 75%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 75%;
	}
	.col-md-8
	{
		flex: 0 0 66.66666666666666%;
		max-width: 66.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 66.66666666666666%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 66.66666666666666%;
	}
	.col-md-7
	{
		flex: 0 0 58.333333333333336%;
		max-width: 58.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 58.333333333333336%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 58.333333333333336%;
	}
	.col-md-6
	{
		flex: 0 0 50%;
		max-width: 50%;
		moz-box-flex: 0;
		ms-flex: 0 0 50%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 50%;
	}
	.col-md-5
	{
		flex: 0 0 41.66666666666667%;
		max-width: 41.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 41.66666666666667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 41.66666666666667%;
	}
	.col-md-4
	{
		flex: 0 0 33.33333333333333%;
		max-width: 33.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 33.33333333333333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 33.33333333333333%;
	}
	.col-md-3
	{
		flex: 0 0 25%;
		max-width: 25%;
		moz-box-flex: 0;
		ms-flex: 0 0 25%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 25%;
	}
	.col-md-2
	{
		flex: 0 0 16.666666666666664%;
		max-width: 16.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 16.666666666666664%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 16.666666666666664%;
	}
	.col-md-1
	{
		flex: 0 0 8.333333333333332%;
		max-width: 8.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 8.333333333333332%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 8.333333333333332%;
	}
	.order-md-12
	{
		order: 12;
	}
	.order-md-11
	{
		order: 11;
	}
	.order-md-10
	{
		order: 10;
	}
	.order-md-9
	{
		order: 9;
	}
	.order-md-8
	{
		order: 8;
	}
	.order-md-7
	{
		order: 7;
	}
	.order-md-6
	{
		order: 6;
	}
	.order-md-5
	{
		order: 5;
	}
	.order-md-4
	{
		order: 4;
	}
	.order-md-3
	{
		order: 3;
	}
	.order-md-2
	{
		order: 2;
	}
	.order-md-1
	{
		order: 1;
	}
	.offset-md-12
	{
		margin-left: 100%;
	}
	.offset-md-11
	{
		margin-left: 91.66666667%;
	}
	.offset-md-10
	{
		margin-left: 83.33333333%;
	}
	.offset-md-9
	{
		margin-left: 75%;
	}
	.offset-md-8
	{
		margin-left: 66.66666667%;
	}
	.offset-md-7
	{
		margin-left: 58.33333333%;
	}
	.offset-md-6
	{
		margin-left: 50%;
	}
	.offset-md-5
	{
		margin-left: 41.66666667%;
	}
	.offset-md-4
	{
		margin-left: 33.33333333%;
	}
	.offset-md-3
	{
		margin-left: 25%;
	}
	.offset-md-2
	{
		margin-left: 16.66666667%;
	}
	.offset-md-1
	{
		margin-left: 8.33333333%;
	}
	.container
	{
		max-width: 740px;
	}
}
@media only screen and (min-width :992px)
{
	.col-lg-12
	{
		flex: 0 0 100%;
		max-width: 100%;
		moz-box-flex: 0;
		ms-flex: 0 0 100%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 100%;
	}
	.col-lg-11
	{
		flex: 0 0 91.66666666666666%;
		max-width: 91.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 91.66666666666666%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 91.66666666666666%;
	}
	.col-lg-10
	{
		flex: 0 0 83.33333333333334%;
		max-width: 83.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 83.33333333333334%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 83.33333333333334%;
	}
	.col-lg-9
	{
		flex: 0 0 75%;
		max-width: 75%;
		moz-box-flex: 0;
		ms-flex: 0 0 75%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 75%;
	}
	.col-lg-8
	{
		flex: 0 0 66.66666666666666%;
		max-width: 66.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 66.66666666666666%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 66.66666666666666%;
	}
	.col-lg-7
	{
		flex: 0 0 58.333333333333336%;
		max-width: 58.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 58.333333333333336%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 58.333333333333336%;
	}
	.col-lg-6
	{
		flex: 0 0 50%;
		max-width: 50%;
		moz-box-flex: 0;
		ms-flex: 0 0 50%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 50%;
	}
	.col-lg-5
	{
		flex: 0 0 41.66666666666667%;
		max-width: 41.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 41.66666666666667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 41.66666666666667%;
	}
	.col-lg-4
	{
		flex: 0 0 33.33333333333333%;
		max-width: 33.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 33.33333333333333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 33.33333333333333%;
	}
	.col-lg-3
	{
		flex: 0 0 25%;
		max-width: 25%;
		moz-box-flex: 0;
		ms-flex: 0 0 25%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 25%;
	}
	.col-lg-2
	{
		flex: 0 0 16.666666666666664%;
		max-width: 16.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 16.666666666666664%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 16.666666666666664%;
	}
	.col-lg-1
	{
		flex: 0 0 8.333333333333332%;
		max-width: 8.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 8.333333333333332%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 8.333333333333332%;
	}
	.order-lg-12
	{
		order: 12;
	}
	.order-lg-11
	{
		order: 11;
	}
	.order-lg-10
	{
		order: 10;
	}
	.order-lg-9
	{
		order: 9;
	}
	.order-lg-8
	{
		order: 8;
	}
	.order-lg-7
	{
		order: 7;
	}
	.order-lg-6
	{
		order: 6;
	}
	.order-lg-5
	{
		order: 5;
	}
	.order-lg-4
	{
		order: 4;
	}
	.order-lg-3
	{
		order: 3;
	}
	.order-lg-2
	{
		order: 2;
	}
	.order-lg-1
	{
		order: 1;
	}
	.offset-lg-12
	{
		margin-left: 100%;
	}
	.offset-lg-11
	{
		margin-left: 91.66666667%;
	}
	.offset-lg-10
	{
		margin-left: 83.33333333%;
	}
	.offset-lg-9
	{
		margin-left: 75%;
	}
	.offset-lg-8
	{
		margin-left: 66.66666667%;
	}
	.offset-lg-7
	{
		margin-left: 58.33333333%;
	}
	.offset-lg-6
	{
		margin-left: 50%;
	}
	.offset-lg-5
	{
		margin-left: 41.66666667%;
	}
	.offset-lg-4
	{
		margin-left: 33.33333333%;
	}
	.offset-lg-3
	{
		margin-left: 25%;
	}
	.offset-lg-2
	{
		margin-left: 16.66666667%;
	}
	.offset-lg-1
	{
		margin-left: 8.33333333%;
	}
	.container
	{
		max-width: 980px;
	}
}
@media only screen and (min-width :1200px)
{
	.col-xl-12
	{
		flex: 0 0 100%;
		max-width: 100%;
		moz-box-flex: 0;
		ms-flex: 0 0 100%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 100%;
	}
	.col-xl-11
	{
		flex: 0 0 91.66666666666666%;
		max-width: 91.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 91.66666666666666%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 91.66666666666666%;
	}
	.col-xl-10
	{
		flex: 0 0 83.33333333333334%;
		max-width: 83.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 83.33333333333334%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 83.33333333333334%;
	}
	.col-xl-9
	{
		flex: 0 0 75%;
		max-width: 75%;
		moz-box-flex: 0;
		ms-flex: 0 0 75%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 75%;
	}
	.col-xl-8
	{
		flex: 0 0 66.66666666666666%;
		max-width: 66.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 66.66666666666666%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 66.66666666666666%;
	}
	.col-xl-7
	{
		flex: 0 0 58.333333333333336%;
		max-width: 58.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 58.333333333333336%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 58.333333333333336%;
	}
	.col-xl-6
	{
		flex: 0 0 50%;
		max-width: 50%;
		moz-box-flex: 0;
		ms-flex: 0 0 50%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 50%;
	}
	.col-xl-5
	{
		flex: 0 0 41.66666666666667%;
		max-width: 41.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 41.66666666666667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 41.66666666666667%;
	}
	.col-xl-4
	{
		flex: 0 0 33.33333333333333%;
		max-width: 33.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 33.33333333333333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 33.33333333333333%;
	}
	.col-xl-3
	{
		flex: 0 0 25%;
		max-width: 25%;
		moz-box-flex: 0;
		ms-flex: 0 0 25%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 25%;
	}
	.col-xl-2
	{
		flex: 0 0 16.666666666666664%;
		max-width: 16.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 16.666666666666664%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 16.666666666666664%;
	}
	.col-xl-1
	{
		flex: 0 0 8.333333333333332%;
		max-width: 8.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 8.333333333333332%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 8.333333333333332%;
	}
	.order-xl-12
	{
		order: 12;
	}
	.order-xl-11
	{
		order: 11;
	}
	.order-xl-10
	{
		order: 10;
	}
	.order-xl-9
	{
		order: 9;
	}
	.order-xl-8
	{
		order: 8;
	}
	.order-xl-7
	{
		order: 7;
	}
	.order-xl-6
	{
		order: 6;
	}
	.order-xl-5
	{
		order: 5;
	}
	.order-xl-4
	{
		order: 4;
	}
	.order-xl-3
	{
		order: 3;
	}
	.order-xl-2
	{
		order: 2;
	}
	.order-xl-1
	{
		order: 1;
	}
	.offset-xl-12
	{
		margin-left: 100%;
	}
	.offset-xl-11
	{
		margin-left: 91.66666667%;
	}
	.offset-xl-10
	{
		margin-left: 83.33333333%;
	}
	.offset-xl-9
	{
		margin-left: 75%;
	}
	.offset-xl-8
	{
		margin-left: 66.66666667%;
	}
	.offset-xl-7
	{
		margin-left: 58.33333333%;
	}
	.offset-xl-6
	{
		margin-left: 50%;
	}
	.offset-xl-5
	{
		margin-left: 41.66666667%;
	}
	.offset-xl-4
	{
		margin-left: 33.33333333%;
	}
	.offset-xl-3
	{
		margin-left: 25%;
	}
	.offset-xl-2
	{
		margin-left: 16.66666667%;
	}
	.offset-xl-1
	{
		margin-left: 8.33333333%;
	}
	.container
	{
		max-width: 1140px;
	}
}
@media only screen and (min-width :1500px)
{
	.col-xxl-12
	{
		flex: 0 0 100%;
		max-width: 100%;
		moz-box-flex: 0;
		ms-flex: 0 0 100%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 100%;
	}
	.col-xxl-11
	{
		flex: 0 0 91.66666666666666%;
		max-width: 91.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 91.66666666666666%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 91.66666666666666%;
	}
	.col-xxl-10
	{
		flex: 0 0 83.33333333333334%;
		max-width: 83.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 83.33333333333334%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 83.33333333333334%;
	}
	.col-xxl-9
	{
		flex: 0 0 75%;
		max-width: 75%;
		moz-box-flex: 0;
		ms-flex: 0 0 75%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 75%;
	}
	.col-xxl-8
	{
		flex: 0 0 66.66666666666666%;
		max-width: 66.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 66.66666666666666%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 66.66666666666666%;
	}
	.col-xxl-7
	{
		flex: 0 0 58.333333333333336%;
		max-width: 58.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 58.333333333333336%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 58.333333333333336%;
	}
	.col-xxl-6
	{
		flex: 0 0 50%;
		max-width: 50%;
		moz-box-flex: 0;
		ms-flex: 0 0 50%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 50%;
	}
	.col-xxl-5
	{
		flex: 0 0 41.66666666666667%;
		max-width: 41.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 41.66666666666667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 41.66666666666667%;
	}
	.col-xxl-4
	{
		flex: 0 0 33.33333333333333%;
		max-width: 33.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 33.33333333333333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 33.33333333333333%;
	}
	.col-xxl-3
	{
		flex: 0 0 25%;
		max-width: 25%;
		moz-box-flex: 0;
		ms-flex: 0 0 25%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 25%;
	}
	.col-xxl-2
	{
		flex: 0 0 16.666666666666664%;
		max-width: 16.66666667%;
		moz-box-flex: 0;
		ms-flex: 0 0 16.666666666666664%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 16.666666666666664%;
	}
	.col-xxl-1
	{
		flex: 0 0 8.333333333333332%;
		max-width: 8.33333333%;
		moz-box-flex: 0;
		ms-flex: 0 0 8.333333333333332%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 8.333333333333332%;
	}
	.order-xxl-12
	{
		order: 12;
	}
	.order-xxl-11
	{
		order: 11;
	}
	.order-xxl-10
	{
		order: 10;
	}
	.order-xxl-9
	{
		order: 9;
	}
	.order-xxl-8
	{
		order: 8;
	}
	.order-xxl-7
	{
		order: 7;
	}
	.order-xxl-6
	{
		order: 6;
	}
	.order-xxl-5
	{
		order: 5;
	}
	.order-xxl-4
	{
		order: 4;
	}
	.order-xxl-3
	{
		order: 3;
	}
	.order-xxl-2
	{
		order: 2;
	}
	.order-xxl-1
	{
		order: 1;
	}
	.offset-xxl-12
	{
		margin-left: 100%;
	}
	.offset-xxl-11
	{
		margin-left: 91.66666667%;
	}
	.offset-xxl-10
	{
		margin-left: 83.33333333%;
	}
	.offset-xxl-9
	{
		margin-left: 75%;
	}
	.offset-xxl-8
	{
		margin-left: 66.66666667%;
	}
	.offset-xxl-7
	{
		margin-left: 58.33333333%;
	}
	.offset-xxl-6
	{
		margin-left: 50%;
	}
	.offset-xxl-5
	{
		margin-left: 41.66666667%;
	}
	.offset-xxl-4
	{
		margin-left: 33.33333333%;
	}
	.offset-xxl-3
	{
		margin-left: 25%;
	}
	.offset-xxl-2
	{
		margin-left: 16.66666667%;
	}
	.offset-xxl-1
	{
		margin-left: 8.33333333%;
	}
	.container
	{
		max-width: 1470px;
	}
}
.justify-content-start
{
	justify-content: flex-start!important;
}
.justify-content-end
{
	justify-content: flex-end!important;
}
.justify-content-center
{
	justify-content: center!important;
}
.justify-content-between
{
	justify-content: space-between!important;
}
.justify-content-around
{
	justify-content: space-around!important;
}
.align-items-start
{
	align-items: flex-start!important;
}
.align-items-end
{
	align-items: flex-end!important;
}
.align-items-center
{
	align-items: center!important;
}
.align-items-baseline
{
	align-items: baseline!important;
}
.align-items-stretch
{
	align-items: stretch!important;
}
.align-self-auto
{
	align-self: auto!important;
}
.align-self-start
{
	align-self: flex-start!important;
}
.align-self-end
{
	align-self: flex-end!important;
}
.align-self-center
{
	align-self: center!important;
}
.align-self-baseline
{
	align-self: baseline!important;
}
.align-self-stretch
{
	align-self: stretch!important;
}
.hide
{
	display: none!important;
}
@media only screen and (max-width :767px)
{
	.hide-on-small-and-down,.hide-on-small-only
	{
		display: none!important;
	}
}
@media only screen and (max-width :991px)
{
	.hide-on-medium-and-down
	{
		display: none!important;
	}
}
@media only screen and (max-width :1199px)
{
	.hide-on-large-and-down
	{
		display: none!important;
	}
}
@media only screen and (min-width :768px)
{
	.hide-on-medium-and-up
	{
		display: none!important;
	}
}
@media only screen and (min-width :768px) and (max-width :991px)
{
	.hide-on-medium-only
	{
		display: none!important;
	}
}
@media only screen and (min-width :992px)
{
	.hide-on-large-only
	{
		display: none!important;
	}
}
@media only screen and (min-width :992px)
{
	.show-on-large
	{
		display: block!important;
	}
}
@media only screen and (min-width :768px)
{
	.show-on-medium-and-up
	{
		display: block!important;
	}
}
@media only screen and (min-width :768px) and (max-width :991px)
{
	.show-on-medium-only
	{
		display: block!important;
	}
}
@media only screen and (max-width :991px)
{
	.show-on-medium-and-down
	{
		display: block!important;
	}
}
@media only screen and (max-width :767px)
{
	.show-on-small
	{
		display: block!important;
	}
}
@font-face
{
	font-family: 'AA Bebas Neue';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/AABebasNeue.ttf) format('truetype');
}
body,html
{
	height: 100%;
}
html
{
	font-family: Montserrat,sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
body
{
	background-color: #f7f2ea;
}
.site
{
	overflow-x: hidden;
	position: relative;
}
h1,h2,h3
{
	font-family: 'Bebas Neue',sans-serif;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
}
h1
{
	font-size: 72px;
	letter-spacing: 1px;
}
@media only screen and (min-width :992px)
{
	h1
	{
		font-size: 72px;
		letter-spacing: 1px;
		color: #fff;
	}
}
h2
{
	font-size: 2.875rem;
}
@media only screen and (min-width :768px)
{
	h2
	{
		font-size: 4.375rem;
	}
}
h3
{
	font-size: 1.875rem;
}
@media only screen and (min-width :768px) and (max-width :991px)
{
	h3
	{
		font-size: 2.3125rem;
	}
}
@media only screen and (min-width :992px)
{
	h3
	{
		font-size: 3.125rem;
	}
}
h4
{
	font-size: 1.375rem;
	font-weight: 400;
	margin-top: 0;
}
p
{
	line-height: 1.5;
	margin: 1.25rem 0;
}
a
{
	color: #000;
	moz-transition: .3s;
	o-transition: .3s;
	text-decoration: none;
	transition: .3s;
	webkit-transition: .3s;
}
a:active,a:hover
{
	outline: 0;
}
a:hover
{
	color: #ff4200;
}
ul
{
	list-style-image: url(../images/bullet-red.svg);
	list-style-position: outside;
	margin: 0 0 0 15px;
	padding: 0;
}
.large-text
{
	font-size: 1.375rem;
	line-height: 1.4545;
}
.sr-only
{
	border: 0;
	clip: rect(0,0,0,0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	webkit-clip-path: inset(50%);
	white-space: nowrap;
	width: 1px;
}
.site-brand .media-body
{
	border-left: 1px solid rgba(255, 255, 255, 0.21);
	line-height: 1.625;
	margin-left: 25px;
	max-width: 270px;
	padding-left: 25px;
	color: #581a0e;
}
@media only screen and (max-width :575px)
{
	.site-brand .custom-logo
	{
		height: auto;
		width: 99px;
	}
}
.close
{
	background: url(./close.svg) no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 19px;
	moz-transition: all .3s;
	o-transition: all .3s;
	transition: all .3s;
	vertical-align: middle;
	webkit-transition: all .3s;
	width: 18px;
}
.close:focus,.close:hover
{
	moz-transform: rotate(180deg);
	ms-transform: rotate(180deg);
	o-transform: rotate(180deg);
	transform: rotate(180deg);
	webkit-transform: rotate(180deg);
}

 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 
 .wow
{
	visibility: hidden;
}
.animated
{
	animation-duration: 1s;
	animation-fill-mode: both;
	moz-animation-duration: 1s;
	moz-animation-fill-mode: both;
	o-animation-duration: 1s;
	o-animation-fill-mode: both;
	webkit-animation-duration: 1s;
	webkit-animation-fill-mode: both;
}
.animated.infinite
{
	animation-iteration-count: infinite;
	moz-animation-iteration-count: infinite;
	o-animation-iteration-count: infinite;
	webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes width
{
	0%
	{
		width: 0;
	}
	100%
	{
		width: 100%;
	}
}
@keyframes width
{
	0%
	{
		width: 0;
	}
	100%
	{
		width: 100%;
	}
}
.width
{
	animation-name: width;
	moz-animation-name: width;
	o-animation-name: width;
	overflow: hidden;
	webkit-animation-name: width;
}
@-webkit-keyframes fadeIn
{
	from
	{
		opacity: 0;
	}
	to
	{
		opacity: 1;
	}
}
@keyframes fadeIn
{
	from
	{
		opacity: 0;
	}
	to
	{
		opacity: 1;
	}
}
.fadeIn
{
	animation-name: fadeIn;
	moz-animation-name: fadeIn;
	o-animation-name: fadeIn;
	webkit-animation-name: fadeIn;
}
@-webkit-keyframes shake
{
	from,to
	{
		moz-transform: translate3d(0,0,0);
		ms-transform: translate3d(0,0,0);
		o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		webkit-transform: translate3d(0,0,0);
	}
	10%,30%,50%,70%,90%
	{
		moz-transform: translate3d(-10px,0,0);
		ms-transform: translate3d(-10px,0,0);
		o-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
		webkit-transform: translate3d(-10px,0,0);
	}
	20%,40%,60%,80%
	{
		moz-transform: translate3d(10px,0,0);
		ms-transform: translate3d(10px,0,0);
		o-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
		webkit-transform: translate3d(10px,0,0);
	}
}
@keyframes shake
{
	from,to
	{
		moz-transform: translate3d(0,0,0);
		ms-transform: translate3d(0,0,0);
		o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		webkit-transform: translate3d(0,0,0);
	}
	10%,30%,50%,70%,90%
	{
		moz-transform: translate3d(-10px,0,0);
		ms-transform: translate3d(-10px,0,0);
		o-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
		webkit-transform: translate3d(-10px,0,0);
	}
	20%,40%,60%,80%
	{
		moz-transform: translate3d(10px,0,0);
		ms-transform: translate3d(10px,0,0);
		o-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
		webkit-transform: translate3d(10px,0,0);
	}
}
.shake
{
	animation-name: shake;
	moz-animation-name: shake;
	o-animation-name: shake;
	webkit-animation-name: shake;
}
@-webkit-keyframes flipInX
{
	from
	{
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		webkit-animation-timing-function: ease-in;
		webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
	}
	40%
	{
		animation-timing-function: ease-in;
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		webkit-animation-timing-function: ease-in;
		webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
	}
	60%
	{
		opacity: 1;
		transform: perspective(400px) rotate3d(1,0,0,10deg);
		webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
	}
	80%
	{
		transform: perspective(400px) rotate3d(1,0,0,-5deg);
		webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
	}
	to
	{
		transform: perspective(400px);
		webkit-transform: perspective(400px);
	}
}
@keyframes flipInX
{
	from
	{
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		webkit-animation-timing-function: ease-in;
		webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
	}
	40%
	{
		animation-timing-function: ease-in;
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		webkit-animation-timing-function: ease-in;
		webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
	}
	60%
	{
		opacity: 1;
		transform: perspective(400px) rotate3d(1,0,0,10deg);
		webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
	}
	80%
	{
		transform: perspective(400px) rotate3d(1,0,0,-5deg);
		webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
	}
	to
	{
		transform: perspective(400px);
		webkit-transform: perspective(400px);
	}
}
.flipInX
{
	animation-name: flipInX;
	backface-visibility: visible!important;
	webkit-animation-name: flipInX;
	webkit-backface-visibility: visible!important;
}
@-webkit-keyframes zoomIn
{
	from
	{
		opacity: 0;
		transform: scale3d(.3,.3,.3);
		webkit-transform: scale3d(.3,.3,.3);
	}
	50%
	{
		opacity: 1;
	}
}
@keyframes zoomIn
{
	from
	{
		opacity: 0;
		transform: scale3d(.3,.3,.3);
		webkit-transform: scale3d(.3,.3,.3);
	}
	50%
	{
		opacity: 1;
	}
}
.zoomIn
{
	animation-name: zoomIn;
	webkit-animation-name: zoomIn;
}
@-webkit-keyframes slideInLeft
{
	from
	{
		transform: translate3d(-100%,0,0);
		visibility: visible;
		webkit-transform: translate3d(-100%,0,0);
	}
	to
	{
		transform: translate3d(0,0,0);
		webkit-transform: translate3d(0,0,0);
	}
}
@keyframes slideInLeft
{
	from
	{
		transform: translate3d(-100%,0,0);
		visibility: visible;
		webkit-transform: translate3d(-100%,0,0);
	}
	to
	{
		transform: translate3d(0,0,0);
		webkit-transform: translate3d(0,0,0);
	}
}
.slideInLeft
{
	animation-name: slideInLeft;
	webkit-animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight
{
	from
	{
		transform: translate3d(100%,0,0);
		visibility: visible;
		webkit-transform: translate3d(100%,0,0);
	}
	to
	{
		transform: translate3d(0,0,0);
		webkit-transform: translate3d(0,0,0);
	}
}
@keyframes slideInRight
{
	from
	{
		transform: translate3d(100%,0,0);
		visibility: visible;
		webkit-transform: translate3d(100%,0,0);
	}
	to
	{
		transform: translate3d(0,0,0);
		webkit-transform: translate3d(0,0,0);
	}
}
.slideInRight
{
	animation-name: slideInRight;
	webkit-animation-name: slideInRight;
}
@-webkit-keyframes pulse
{
	from
	{
		transform: scale3d(1,1,1);
		webkit-transform: scale3d(1,1,1);
	}
	50%
	{
		transform: scale3d(1.05,1.05,1.05);
		webkit-transform: scale3d(1.05,1.05,1.05);
	}
	to
	{
		transform: scale3d(1,1,1);
		webkit-transform: scale3d(1,1,1);
	}
}
@keyframes pulse
{
	from
	{
		transform: scale3d(1,1,1);
		webkit-transform: scale3d(1,1,1);
	}
	50%
	{
		transform: scale3d(1.1,1.1,1.1);
		webkit-transform: scale3d(1.1,1.1,1.1);
	}
	to
	{
		transform: scale3d(1,1,1);
		webkit-transform: scale3d(1,1,1);
	}
}
.pulse
{
	animation-name: pulse;
	webkit-animation-name: pulse;
}
@-webkit-keyframes bounceInDown
{
	60%,75%,90%,from,to
	{
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}
	0%
	{
		opacity: 0;
		transform: translate3d(0,-3000px,0);
		webkit-transform: translate3d(0,-3000px,0);
	}
	60%
	{
		opacity: 1;
		transform: translate3d(0,25px,0);
		webkit-transform: translate3d(0,25px,0);
	}
	75%
	{
		transform: translate3d(0,-10px,0);
		webkit-transform: translate3d(0,-10px,0);
	}
	90%
	{
		transform: translate3d(0,5px,0);
		webkit-transform: translate3d(0,5px,0);
	}
	to
	{
		transform: translate3d(0,0,0);
		webkit-transform: translate3d(0,0,0);
	}
}
@keyframes bounceInDown
{
	60%,75%,90%,from,to
	{
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}
	0%
	{
		opacity: 0;
		transform: translate3d(0,-3000px,0);
		webkit-transform: translate3d(0,-3000px,0);
	}
	60%
	{
		opacity: 1;
		transform: translate3d(0,25px,0);
		webkit-transform: translate3d(0,25px,0);
	}
	75%
	{
		transform: translate3d(0,-10px,0);
		webkit-transform: translate3d(0,-10px,0);
	}
	90%
	{
		transform: translate3d(0,5px,0);
		webkit-transform: translate3d(0,5px,0);
	}
	to
	{
		transform: translate3d(0,0,0);
		webkit-transform: translate3d(0,0,0);
	}
}
.bounceInDown
{
	animation-name: bounceInDown;
	webkit-animation-name: bounceInDown;
}
@-webkit-keyframes animatetop
{
	from
	{
		opacity: 0;
		top: -300px;
	}
	to
	{
		opacity: 1;
		top: 0;
	}
}
@keyframes animatetop
{
	from
	{
		opacity: 0;
		top: -300px;
	}
	to
	{
		opacity: 1;
		top: 0;
	}
}
.btn,.btn>a,button,input[type=button],input[type=submit]
{
	background: #ff4200;
	border: 0;
	border-radius: 5px;
	box-shadow: 0 17px 43px rgba(255,6,0,.31);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Montserrat,sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
	min-height: 74px;
	min-width: 250px;
	moz-box-shadow: 0 17px 43px rgba(255,6,0,.31);
	moz-transition: -moz-box-shadow .3s ease-out;
	o-transition: box-shadow .3s ease-out;
	outline: 0;
	padding: 0 1rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: box-shadow .3s ease-out;
	vertical-align: middle;
	webkit-box-shadow: 0 17px 43px rgba(255,6,0,.31);
	webkit-tap-highlight-color: transparent;
	webkit-transition: -webkit-box-shadow .3s ease-out;
	white-space: nowrap;
}
.btn:hover,.btn>a:hover,button:hover,input[type=button]:hover,input[type=submit]:hover
{
	box-shadow: 0 17px 43px rgba(255,6,0,.52);
	color: #fff;
	moz-box-shadow: 0 17px 43px rgba(255,6,0,.52);
	webkit-box-shadow: 0 17px 43px rgba(255,6,0,.52);
}
.btn.disabled,.btn>a.disabled,button.disabled,input[type=button].disabled,input[type=submit].disabled
{
	cursor: default;
	opacity: .4;
	pointer-events: none;
}
.btn.btn-block,.btn>a.btn-block,button.btn-block,input[type=button].btn-block,input[type=submit].btn-block
{
	width: 100%;
}
.btn.loading,.btn>a.loading,button.loading,input[type=button].loading,input[type=submit].loading
{
	background-image: url(../images/loading.svg)!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	color: transparent!important;
}
.btn.btn-with-icon,.btn>a.btn-with-icon,button.btn-with-icon,input[type=button].btn-with-icon,input[type=submit].btn-with-icon
{
	text-align: left;
}
.btn .icon-cloud,.btn>a .icon-cloud,button .icon-cloud,input[type=button] .icon-cloud,input[type=submit] .icon-cloud
{
	background: url(./ico/pdf.svg) no-repeat;
	display: inline-block;
	height: 38px;
	margin: 0 29px 0 2px;
	vertical-align: middle;
	width: 44px;
}
.media
{
	align-items: flex-start;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	moz-box-align: start;
	ms-flex-align: start;
	webkit-align-items: flex-start;
	webkit-box-align: start;
}
.media-body
{
	flex: 1;
	moz-box-flex: 1;
	ms-flex: 1;
	webkit-box-flex: 1;
	webkit-flex: 1;
}
.tabs-nav
{
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	ms-flex-wrap: wrap;
	webkit-flex-wrap: wrap;
}
.tabs-nav .nav-item
{
	flex-basis: 50%;
	max-width: 50%;
	opacity: .4;
	webkit-flex-basis: 50%;
}
.tabs-nav .nav-item .tab-link
{
	display: block;
	font-family: 'AA Bebas Neue',sans-serif;
	font-size: 1.375rem;
	line-height: normal;
	padding: 1rem .5rem;
	text-align: center;
}
.tabs-nav .nav-item .tab-link span
{
	border-bottom: 1px dashed;
}
.tabs-nav .nav-item.active
{
	background-color: #fff;
	opacity: 1;
}
.tabs-nav .nav-item.active span
{
	border-bottom: 0;
}

@media only screen and (min-width :768px)
{
	.tabs-nav .nav-item .tab-link
	{
		font-size: 1.625rem;
		padding-bottom: 22px;
		padding-top: 22px;
	}
}

@media only screen and (min-width :992px)
{
	.tabs-nav .nav-item .tab-link
	{
		font-size: 2.1875rem;
		padding-bottom: 30px;
		padding-top: 30px;
	}
}
.tabs-content
{
	background-color: #fff;
	box-shadow: 0 19px 73px rgba(0,0,0,.26);
	moz-box-shadow: 0 19px 73px rgba(0,0,0,.26);
	webkit-box-shadow: 0 19px 73px rgba(0,0,0,.26);
}
.tabs-content>.tab-pane
{
	display: none;
}
.tabs-content>.tab-pane.active
{
	display: block;
}
.tabs-content>.tab-pane .tab-pane-bottom,.tabs-content>.tab-pane .tab-pane-top
{
	padding: 25px 20px 35px;
}
.tabs-content>.tab-pane .tab-pane-bottom
{
	background-color: #fbfbfb;
}

@media only screen and (min-width :768px)
{
	.tabs-content>.tab-pane .tab-pane-bottom,.tabs-content>.tab-pane .tab-pane-top
	{
		padding: 20px 30px 45px;
	}
}

@media only screen and (min-width :992px)
{
	.tabs-content>.tab-pane .tab-pane-bottom,.tabs-content>.tab-pane .tab-pane-top
	{
		padding: 30px 40px 60px;
	}
}
.dropdown
{
	display: inline-block;
	moz-transition: .3s;
	o-transition: .3s;
	padding: 10px;
	transition: .3s;
	webkit-transition: .3s;
	z-index: 10;
}
.dropdown .dropdown-toggle
{
	cursor: pointer;
	display: inline-block;
	position: relative;
	white-space: nowrap;
}
.dropdown .dropdown-toggle>span
{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.site-header .dropdown-languages-wrapper .label {
	color: #fff;
}
.dropdown .dropdown-toggle .arrow
{
	background: url(./arrow.svg);
	cursor: pointer;
	display: inline-block;
	height: 8px;
	margin-left: 10px;
	moz-transition: .3s;
	o-transition: .3s;
	transition: .3s;
	vertical-align: middle;
	webkit-transition: .3s;
	width: 13px;
}
.dropdown .dropdown-menu
{
	height: 0;
	list-style: none;
	margin: 0;
	moz-transition: .3s;
	opacity: 0;
	o-transition: .3s;
	overflow: hidden;
	text-align: left;
	transition: .3s;
	visibility: hidden;
	webkit-transition: .3s;
}
.dropdown .dropdown-menu li
{
	line-height: normal;
	margin-top: 5px;
}
.dropdown.active
{
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 14px 29px rgba(0,0,0,.09);
	moz-box-shadow: 0 14px 29px rgba(0,0,0,.09);
	webkit-box-shadow: 0 14px 29px rgba(0,0,0,.09);
}
.dropdown.active span {
	color: #111;
}
.dropdown.active a {
	color: #111;
}
.dropdown.active ul
{
	height: auto;
	opacity: 1;
	visibility: visible;
}
.dropdown.active .dropdown-toggle .arrow
{
	moz-transform: rotate(180deg);
	ms-transform: rotate(180deg);
	o-transform: rotate(180deg);
	transform: rotate(180deg);
	webkit-transform: rotate(180deg);
}

@media only screen and (min-width :768px)
{
	.dropdown
	{
		padding: 20px;
	}
}

@media only screen and (min-width :992px)
{
	.dropdown
	{
		min-width: auto;
	}
}

 /*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
*/

.ui-helper-hidden
{
	display: none;
}
.ui-helper-hidden-accessible
{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset
{
	border: 0;
	font-size: 100%;
	line-height: 1.3;
	list-style: none;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
}
.ui-helper-clearfix:after,.ui-helper-clearfix:before
{
	border-collapse: collapse;
	content: "";
	display: table;
}
.ui-helper-clearfix:after
{
	clear: both;
}
.ui-helper-clearfix
{
	min-height: 0;
}
.ui-helper-zfix
{
	filter: alpha(opacity=0);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.ui-front
{
	z-index: 100;
}
.ui-state-disabled
{
	cursor: default!important;
}
.ui-widget-overlay
{
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
.ui-draggable .ui-dialog-titlebar
{
	cursor: move;
}
.ui-draggable-handle
{
	ms-touch-action: none;
	touch-action: none;
}
.ui-resizable
{
	position: relative;
}
.ui-resizable-handle
{
	display: block;
	font-size: .1px;
	ms-touch-action: none;
	position: absolute;
	touch-action: none;
}
.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle
{
	display: none;
}
.ui-resizable-n
{
	cursor: n-resize;
	height: 7px;
	left: 0;
	top: -5px;
	width: 100%;
}
.ui-resizable-s
{
	bottom: -5px;
	cursor: s-resize;
	height: 7px;
	left: 0;
	width: 100%;
}
.ui-resizable-e
{
	cursor: e-resize;
	height: 100%;
	right: -5px;
	top: 0;
	width: 7px;
}
.ui-resizable-w
{
	cursor: w-resize;
	height: 100%;
	left: -5px;
	top: 0;
	width: 7px;
}
.ui-resizable-se
{
	bottom: 1px;
	cursor: se-resize;
	height: 12px;
	right: 1px;
	width: 12px;
}
.ui-resizable-sw
{
	bottom: -5px;
	cursor: sw-resize;
	height: 9px;
	left: -5px;
	width: 9px;
}
.ui-resizable-nw
{
	cursor: nw-resize;
	height: 9px;
	left: -5px;
	top: -5px;
	width: 9px;
}
.ui-resizable-ne
{
	cursor: ne-resize;
	height: 9px;
	right: -5px;
	top: -5px;
	width: 9px;
}
.ui-selectable
{
	ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper
{
	border: 1px dotted #000;
	position: absolute;
	z-index: 100;
}
.ui-slider
{
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle
{
	cursor: default;
	height: 1.2em;
	ms-touch-action: none;
	position: absolute;
	touch-action: none;
	width: 1.2em;
	z-index: 2;
}
.ui-slider .ui-slider-range
{
	background-position: 0 0;
	border: 0;
	display: block;
	font-size: .7em;
	position: absolute;
	z-index: 1;
}
.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range
{
	filter: inherit;
}
.ui-slider-horizontal
{
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle
{
	margin-left: -.6em;
	top: -.3em;
}
.ui-slider-horizontal .ui-slider-range
{
	height: 100%;
	top: 0;
}
.ui-slider-horizontal .ui-slider-range-min
{
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max
{
	right: 0;
}
.ui-slider-vertical
{
	height: 100px;
	width: .8em;
}
.ui-slider-vertical .ui-slider-handle
{
	left: -.3em;
	margin-bottom: -.6em;
	margin-left: 0;
}
.ui-slider-vertical .ui-slider-range
{
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min
{
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max
{
	top: 0;
}
.ui-sortable-handle
{
	ms-touch-action: none;
	touch-action: none;
}
.ui-spinner
{
	overflow: hidden;
	padding: 0;
	position: relative;
	vertical-align: middle;
}
.ui-spinner-input
{
	background: 0 0;
	border: none;
	color: inherit;
	margin: .2em 22px .2em .4em;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-button
{
	cursor: default;
	display: block;
	font-size: .5em;
	height: 50%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	width: 16px;
}
.ui-spinner a.ui-spinner-button
{
	border-bottom: none;
	border-right: none;
	border-top: none;
}
.ui-spinner .ui-icon
{
	left: 0;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-spinner-up
{
	top: 0;
}
.ui-spinner-down
{
	bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s
{
	background-position: -65px -16px;
}
.ui-widget .ui-widget
{
	font-size: 1em;
}
.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited,.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited
{
	text-decoration: none;
}
.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled
{
	background-image: none;
	filter: alpha(opacity=35);
	opacity: .35;
}
.ui-state-disabled .ui-icon
{
	filter: alpha(opacity=35);
}
.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top
{
	border-top-left-radius: 4px;
}
.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr
{
	border-top-right-radius: 4px;
}
.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left
{
	border-bottom-left-radius: 4px;
}
.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right
{
	border-bottom-right-radius: 4px;
}
.mfp-bg
{
	background: rgba(0,0,0,.7);
	cursor: pointer;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1042;
}
.mfp-wrap
{
	height: 100%;
	left: 0;
	outline: 0!important;
	position: fixed;
	top: 0;
	webkit-backface-visibility: hidden;
	width: 100%;
	z-index: 1043;
}
.mfp-container
{
	box-sizing: border-box;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.mfp-container:before
{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before
{
	display: none;
}
.mfp-content
{
	display: inline-block;
	margin: 0 auto;
	position: relative;
	text-align: left;
	vertical-align: middle;
	z-index: 1045;
}
.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content
{
	cursor: auto;
	width: 100%;
}
.mfp-ajax-cur
{
	cursor: progress;
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close
{
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom
{
	cursor: -moz-zoom-in;
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader
{
	moz-user-select: none;
	user-select: none;
	webkit-user-select: none;
}
.mfp-loading.mfp-figure
{
	display: none;
}
.mfp-hide
{
	display: none!important;
}
.mfp-preloader
{
	color: #ccc;
	left: 8px;
	margin-top: -.8em;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 50%;
	width: auto;
	z-index: 1044;
}
.mfp-preloader a
{
	color: #ccc;
}
.mfp-preloader a:hover
{
	color: #fff;
}
.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader
{
	display: none;
}
button.mfp-arrow,button.mfp-close
{
	border: 0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	outline: 0;
	overflow: visible;
	padding: 0;
	touch-action: manipulation;
	webkit-appearance: none;
	z-index: 1046;
}
button::-moz-focus-inner
{
	border: 0;
	padding: 0;
}
.mfp-close
{
	background: url(./close.svg) no-repeat;
	font: 0/0 a;
	height: 19px;
	min-height: auto;
	min-width: auto;
	moz-transition: all .3s;
	o-transition: all .3s;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .3s;
	webkit-transition: all .3s;
	width: 18px;
}
.mfp-close:focus,.mfp-close:hover
{
	moz-transform: rotate(180deg);
	ms-transform: rotate(180deg);
	o-transform: rotate(180deg);
	transform: rotate(180deg);
	webkit-transform: rotate(180deg);
}
.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close
{
	color: #fff;
	padding-right: 6px;
	right: -6px;
	text-align: right;
	width: 100%;
}
.mfp-counter
{
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}
.mfp-arrow
{
	height: 110px;
	margin: -55px 0 0;
	opacity: .65;
	padding: 0;
	position: absolute;
	top: 50%;
	webkit-tap-highlight-color: transparent;
	width: 90px;
}
.mfp-arrow:active
{
	margin-top: -54px;
}
.mfp-arrow:focus,.mfp-arrow:hover
{
	opacity: 1;
}
.mfp-arrow:after,.mfp-arrow:before
{
	border: inset transparent;
	content: '';
	display: block;
	height: 0;
	left: 0;
	margin-left: 35px;
	margin-top: 35px;
	position: absolute;
	top: 0;
	width: 0;
}
.mfp-arrow:after
{
	border-bottom-width: 13px;
	border-top-width: 13px;
	top: 8px;
}
.mfp-arrow:before
{
	border-bottom-width: 21px;
	border-top-width: 21px;
	opacity: .7;
}
.mfp-arrow-left
{
	left: 0;
}
.mfp-arrow-left:after
{
	border-right: 17px solid #fff;
	margin-left: 31px;
}
.mfp-arrow-left:before
{
	border-right: 27px solid #3f3f3f;
	margin-left: 25px;
}
.mfp-arrow-right
{
	right: 0;
}
.mfp-arrow-right:after
{
	border-left: 17px solid #fff;
	margin-left: 39px;
}
.mfp-arrow-right:before
{
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder
{
	padding-bottom: 40px;
	padding-top: 40px;
}
.mfp-iframe-holder .mfp-content
{
	line-height: 0;
	max-width: 900px;
	width: 100%;
}
.mfp-iframe-holder .mfp-close
{
	top: -40px;
}
.mfp-iframe-scaler
{
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	width: 100%;
}
.mfp-iframe-scaler iframe
{
	background: #000;
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
img.mfp-img
{
	box-sizing: border-box;
	display: block;
	height: auto;
	line-height: 0;
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 0;
	width: auto;
}
.mfp-figure
{
	line-height: 0;
}
.mfp-figure:after
{
	background: #444;
	bottom: 40px;
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	content: '';
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 40px;
	width: auto;
	z-index: -1;
}
.mfp-figure small
{
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure
{
	margin: 0;
}
.mfp-bottom-bar
{
	cursor: auto;
	left: 0;
	margin-top: -36px;
	position: absolute;
	top: 100%;
	width: 100%;
}
.mfp-title
{
	color: #f3f3f3;
	line-height: 18px;
	padding-right: 36px;
	text-align: left;
	word-wrap: break-word;
}
.mfp-image-holder .mfp-content
{
	max-width: 100%;
}
.mfp-auto-cursor .mfp-content,.mfp-container,.mfp-gallery .mfp-image-holder .mfp-figure
{
	cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px)
{
	.mfp-img-mobile .mfp-image-holder
	{
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img
	{
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after
	{
		bottom: 0;
		top: 0;
	}
	.mfp-img-mobile .mfp-figure small
	{
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar
	{
		background: rgba(0,0,0,.6);
		bottom: 0;
		box-sizing: border-box;
		margin: 0;
		padding: 3px 5px;
		position: fixed;
		top: auto;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty
	{
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter
	{
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close
	{
		background: rgba(0,0,0,.6);
		height: 35px;
		line-height: 35px;
		padding: 0;
		position: fixed;
		right: 0;
		text-align: center;
		top: 0;
		width: 35px;
	}
}

@media all and (max-width:900px)
{
	.mfp-arrow
	{
		transform: scale(.75);
		webkit-transform: scale(.75);
	}
	.mfp-arrow-left
	{
		transform-origin: 0;
		webkit-transform-origin: 0;
	}
	.mfp-arrow-right
	{
		transform-origin: 100%;
		webkit-transform-origin: 100%;
	}
	.mfp-container
	{
		padding-left: 6px;
		padding-right: 6px;
	}
}
.modal-dialog
{
	animation-duration: .4s;
	animation-name: animatetop;
	background-clip: padding-box;
	background-color: #fff;
	border-radius: 3px;
	cursor: auto;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 100%;
	moz-animation-duration: .4s;
	moz-animation-name: animatetop;
	o-animation-duration: .4s;
	o-animation-name: animatetop;
	position: relative;
	webkit-animation-duration: .4s;
	webkit-animation-name: animatetop;
	width: 96%;
}
.modal-image
{
	background: url(./bg-pattern.png) #ffc517;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
}
.modal-image img
{
	height: auto;
	max-width: 100%;
}
.modal-content
{
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex: 1px 1 1;
	flex-direction: column;
	moz-box-direction: normal;
	moz-box-flex: 1;
	moz-box-orient: vertical;
	ms-flex: 1px 1 1;
	ms-flex-direction: column;
	webkit-box-direction: normal;
	webkit-box-flex: 1;
	webkit-box-orient: vertical;
	webkit-flex: 1px 1 1;
	webkit-flex-direction: column;
}
.modal-header
{
	padding: 30px 35px 50px;
	position: relative;
}
.modal-header .modal-title
{
	font-family: 'Bebas Neue',sans-serif;
	font-size: 3rem;
	font-weight: 400;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.modal-header .mfp-close
{
	right: 15px;
	top: 15px;
}
.modal-body
{
	padding: 0 35px 55px;
}
.modal-body .form-submit-group button
{
	width: 100%;
}

@media only screen and (max-width :767px)
{
	.modal-image
	{
		display: none;
	}
}

@media only screen and (min-width :576px)
{
	.modal-header .modal-title
	{
		font-size: 4.625rem;
	}
}

@media only screen and (min-width :768px)
{
	.modal-image
	{
		max-width: 45%;
	}
	.modal-header
	{
		padding: 30px 22px;
	}
	.modal-header .modal-title
	{
		font-size: 3.5rem;
		text-align: left;
	}
	.modal-header .mfp-close
	{
		right: 20px;
		top: 20px;
	}
	.modal-body
	{
		padding: 0 22px 40px;
	}
	.modal-body .wpcf7 .form-group
	{
		margin-bottom: 30px;
		width: 60%;
	}
	.modal-body .wpcf7 .form-submit-group
	{
		position: relative;
		width: 75%;
	}
	.modal-body .wpcf7 .form-submit-group::after
	{
		background: url(../images/arrow3.png) no-repeat;
		background-size: cover;
		content: '';
		height: 205px;
		position: absolute;
		right: -70px;
		top: -250px;
		width: 56px;
	}
}

@media only screen and (min-width :992px)
{
	.modal-dialog
	{
		width: 80%;
	}
	.modal-header
	{
		padding: 40px 33px;
	}
	.modal-header .modal-title
	{
		font-size: 5.25rem;
	}
	.modal-header .mfp-close
	{
		right: 25px;
		top: 25px;
	}
	.modal-body
	{
		padding: 1rem 33px 58px;
	}
	.modal-body .wpcf7 input[type=text],.modal-body .wpcf7 input[type=date],.modal-body .wpcf7 input[type=time],.modal-body .wpcf7 input[type=datetime],.modal-body .wpcf7 input[type=email],.modal-body .wpcf7 input[type=tel],.modal-body .wpcf7 input[type=url],.modal-body .wpcf7 input[type=password],.modal-body .wpcf7 input[type=number],.modal-body .wpcf7 input[type=search],.modal-body .wpcf7 select
	{
		height: 60px;
	}
	.modal-body .wpcf7 .form-group
	{
		margin-bottom: 45px;
		max-width: 290px;
		width: 80%;
	}
	.modal-body .wpcf7 .form-submit-group
	{
		max-width: 380px;
		padding-top: .75rem;
		width: 90%;
	}
	.modal-body .wpcf7 .form-submit-group::after
	{
		height: 302px;
		right: -25%;
		top: -330px;
		width: 83px;
	}
}

@media only screen and (min-width :1200px)
{
	.modal-body .wpcf7 .form-group
	{
		width: 85%;
	}
	.modal-body .wpcf7 .form-submit-group
	{
		max-width: 380px;
		width: 100%;
	}
	.modal-body .wpcf7 .form-submit-group::after
	{
		right: -100px;
	}
	.modal-body .wpcf7 .form-submit-group button
	{
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
}

@media only screen and (min-width :1500px)
{
	.modal-dialog
	{
		width: 70%;
	}
}

@media only screen and (min-width :768px) and (max-width :991px)
{
	#modal-manual .modal-image
	{
		padding-right: 30px;
	}
}

@media only screen and (min-width :992px)
{
	#modal-manual .modal-image
	{
		padding-right: 34px;
	}
}
#modal-price
{
	max-width: 970px;
}
#modal-thanks
{
	max-width: 435px;
}
#modal-thanks .modal-content
{
	width: 100%;
}
#modal-thanks .modal-header
{
	padding-bottom: 35px;
}
#modal-thanks .modal-header .modal-title
{
	font-size: 4.375rem;
}
#modal-thanks .modal-body
{
	text-align: center;
}
#modal-thanks .modal-body p
{
	margin: 0;
}

@media only screen and (min-width :768px)
{
	#modal-thanks .modal-body,#modal-thanks .modal-header
	{
		padding-left: 50px;
		padding-right: 50px;
	}
	#modal-thanks .modal-header
	{
		padding-top: 60px;
	}
	#modal-thanks .modal-body
	{
		padding-bottom: 60px;
		text-align: left;
	}
}
.all-contacts-link
{
	border-bottom: 1px dashed;
	display: inline-block;
	position: relative;
	top: 0;
	vertical-align: middle;
}
.all-contacts-link.link-open
{
	margin-top: 30px;
}
.all-contacts-link.link-close
{
	border-bottom: 0;
	top: 0!important;
}
.all-contacts-link.link-close .close
{
	margin-left: 14px;
}

@media only screen and (max-width :991px)
{
	.all-contacts-link
	{
		font-size: .875rem;
	}
}

@media only screen and (min-width :768px)
{
	.all-contacts-link.link-open
	{
		margin-top: 0;
	}
}

@media only screen and (min-width :768px) and (max-width :991px)
{
	.all-contacts-link
	{
		top: -2px;
	}
}
.all-contacts
{
	background-color: #fff;
	bottom: 0;
	left: 0;
	moz-transition: all .3s;
	opacity: 0;
	o-transition: all .3s;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	transition: all .3s;
	visibility: hidden;
	webkit-transition: all .3s;
	width: 100%;
	z-index: 15;
}
.all-contacts .col:last-child
{
	text-align: right;
}
.all-contacts .contacts-wrapper
{
	height: 100%;
	overflow: auto;
}
.all-contacts .contacts-heading
{
	background-color: #f7f2ea;
	padding: 35px 0;
}
.all-contacts .grid
{
	padding: 25px 0;
}
.all-contacts .grid-item,.all-contacts .grid-sizer
{
	width: 100%;
}
.all-contacts .grid-item
{
	border-bottom: 1px solid rgba(0,0,0,.07);
}
.all-contacts .grid-item:last-child
{
	border-bottom: 0;
}
.all-contacts .city
{
	cursor: pointer;
	font-family: 'AA Bebas Neue',sans-serif;
	font-size: 2.1875rem;
	padding: 25px 0;
	text-transform: uppercase;
}
.all-contacts .city .arrow
{
	float: right;
	margin-top: 16px;
	moz-transition: .3s;
	o-transition: .3s;
	transition: .3s;
	webkit-transition: .3s;
}
.all-contacts .city.active .arrow
{
	moz-transform: rotate(180deg);
	ms-transform: rotate(180deg);
	o-transform: rotate(180deg);
	transform: rotate(180deg);
	webkit-transform: rotate(180deg);
}
.all-contacts .panel
{
	max-height: 0;
	moz-transition: max-height .2s ease-out;
	o-transition: max-height .2s ease-out;
	overflow: hidden;
	transition: max-height .2s ease-out;
	webkit-transition: max-height .2s ease-out;
}
.all-contacts .address-list
{
	list-style-image: url(../images/bullet.svg);
	margin: 0 0 0 15px;
	padding: 0;
}
.all-contacts .address-list>li
{
	padding-bottom: 45px;
}
.all-contacts .address-list ul
{
	list-style: none;
	margin: 0;
	padding: 20px 0 0;
}
.all-contacts .address-list li
{
	font-size: initial;
	line-height: normal;
}
.all-contacts .address-list address
{
	font-size: 1.125rem;
	font-style: normal;
	line-height: 1.2777em;
}
.all-contacts .address-list .email-list a,.all-contacts .address-list .phone-list a
{
	font-size: .875rem;
	line-height: 1.857em;
}
.all-contacts .address-list .phone-list a
{
	font-weight: 700;
}
.all-contacts .address-list .email-list a
{
	text-decoration: underline;
}
.all-contacts.active
{
	opacity: 1;
	visibility: visible;
}
.all-contacts.active .heading
{
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}

@media only screen and (min-width :768px)
{
	.all-contacts .grid
	{
		margin: 0 5%;
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.all-contacts .gutter-sizer
	{
		width: 4%;
	}
	.all-contacts .grid-item,.all-contacts .grid-sizer
	{
		width: 48%;
	}
	.all-contacts .grid-item
	{
		border: 0;
		padding: 0 30px;
	}
	.all-contacts .city
	{
		cursor: default;
		padding: 0;
	}
	.all-contacts .city .arrow
	{
		display: none;
	}
	.all-contacts .panel
	{
		max-height: none;
		overflow: visible;
	}
	.all-contacts .address-list
	{
		margin-left: -10px;
		padding-bottom: 100px;
	}
	.all-contacts .address-list>li
	{
		padding-bottom: 0;
		padding-left: 10px;
	}
	.all-contacts .address-list>li .inner
	{
		padding: 40px 0 25px;
	}
	.all-contacts .address-list>li+li .inner
	{
		border-top: 1px solid rgba(0,0,0,.07);
	}
}

@media only screen and (min-width :992px)
{
	.all-contacts .grid
	{
		margin: 0;
		padding-bottom: 90px;
		padding-top: 90px;
	}
	.all-contacts .grid-item,.all-contacts .grid-sizer
	{
		width: 22%;
	}
}
::-webkit-input-placeholder
{
	color: rgba(0,0,0,.5);
	font-weight: 300;
}
::-moz-placeholder
{
	color: rgba(0,0,0,.5);
	font-weight: 300;
}
:-ms-input-placeholder
{
	color: rgba(0,0,0,.5);
	font-weight: 300;
}
:-moz-placeholder
{
	color: rgba(0,0,0,.5);
	font-weight: 300;
}
label
{
	display: block;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 10px;
}

@media only screen and (min-width :992px)
{
	label
	{
		font-size: .875rem;
	}
}
input[type=text],input[type=date],input[type=time],input[type=datetime],input[type=email],input[type=tel],input[type=url],input[type=password],input[type=number],input[type=search],select,textarea
{
	background: #fcfcfc;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	display: block;
	font-family: Montserrat,sans-serif;
	font-size: 1.5625rem;
	font-weight: 300;
	height: 74px;
	moz-transition: all .3s;
	o-transition: all .3s;
	outline: 0;
	padding: 0 10px;
	transition: all .3s;
	webkit-appearance: none;
	webkit-transition: all .3s;
	width: 100%;
}
input[type=text].wpcf7-not-valid,input[type=date].wpcf7-not-valid,input[type=time].wpcf7-not-valid,input[type=datetime].wpcf7-not-valid,input[type=email].wpcf7-not-valid,input[type=tel].wpcf7-not-valid,input[type=url].wpcf7-not-valid,input[type=password].wpcf7-not-valid,input[type=number].wpcf7-not-valid,input[type=search].wpcf7-not-valid,select.wpcf7-not-valid,textarea.wpcf7-not-valid
{
	animation: shake .8s;
	border: 3px solid red!important;
	webkit-animation: shake .8s;
}
input[type=text]:focus,input[type=date]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=url]:focus,input[type=password]:focus,input[type=number]:focus,input[type=search]:focus,select:focus,textarea:focus
{
	border-color: #ffc517;
	box-shadow: 0 0 0 .2rem rgba(255,197,23,.25);
	moz-box-shadow: 0 0 0 .2rem rgba(255,197,23,.25);
	outline: 0;
	webkit-box-shadow: 0 0 0 .2rem rgba(255,197,23,.25);
}
textarea
{
	min-height: 10rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
	resize: vertical;
}
.form-group
{
	margin: 0 0 45px;
	position: relative;
}
.form-group-slider input[type=text]
{
	padding: 0 10px;
	text-align: center;
}
.form-submit-group .btn,.intl-tel-input
{
	width: 100%;
}
img.ajax-loader
{
	display: inline-block;
}
.wpcf7-response-output,span.wpcf7-not-valid-tip
{
	display: none!important;
}
.add-to-cart svg path
{
	fill: #ff4200;
}
.add-to-cart:focus svg path,.add-to-cart:hover svg path
{
	fill: #f63d1f;
}
.ui-spinner
{
	display: none;
}
.ui-spinner .ui-spinner-input
{
	background: 0 0;
	border: 0;
	border-radius: 0;
	height: 31px;
	margin: 0;
	padding: 0 31px;
	text-align: center;
	width: 97px;
}
.ui-spinner .ui-spinner-button
{
	background-color: #ff4200;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 4px;
	box-shadow: none;
	cursor: pointer;
	height: 31px;
	min-height: auto;
	min-width: auto;
	moz-box-shadow: none;
	moz-transition: background .3s;
	o-transition: background .3s;
	transition: background .3s;
	webkit-box-shadow: none;
	webkit-transition: background .3s;
	width: 31px;
}
.ui-spinner .ui-spinner-button .ui-button-text
{
	color: #fff;
	font-family: Montserrat,sans-serif;
	font-size: 1.5rem;
	line-height: 74px;
	padding: 0;
}
.ui-spinner .ui-spinner-button.ui-spinner-down
{
	background-image: url(../images/minus.svg);
	left: 0;
}
.ui-spinner .ui-spinner-button.ui-spinner-up
{
	background-image: url(../images/plus.svg);
}
.ui-spinner .ui-spinner-button.ui-state-hover
{
	background-color: #ffd863;
}
.ui-spinner .ui-spinner-button.ui-state-active
{
	background-color: #ffc517;
}

@media only screen and (min-width :768px)
{
	input[type=text],input[type=date],input[type=time],input[type=datetime],input[type=email],input[type=tel],input[type=url],input[type=password],input[type=number],input[type=search],select
	{
		font-size: 1rem;
		height: 50px;
	}
	textarea
	{
		font-size: 1rem;
	}
}
.site-header
{
	padding: 35px 0;
	position: relative;
}
.site-header .col:last-child
{
	text-align: right;
}
.site-header .dropdown.dropdown-phones
{
	position: absolute;
	right: 15px;
	top: -27px;
	z-index: 20;
}
.site-header .dropdown.dropdown-phones .dropdown-menu li,.site-header .dropdown.dropdown-phones .dropdown-toggle
{
	font-family: 'AA Bebas Neue',sans-serif;
}
.site-header .dropdown.dropdown-phones .dropdown-menu li a,.site-header .dropdown.dropdown-phones .dropdown-menu li img,.site-header .dropdown.dropdown-phones .dropdown-toggle a,.site-header .dropdown.dropdown-phones .dropdown-toggle img
{
	display: inline-block;
	vertical-align: middle;
}
.site-header .dropdown.dropdown-phones .dropdown-menu li a,.site-header .dropdown.dropdown-phones .dropdown-toggle a
{
	font-size: 1.75rem;
	margin-left: 8px;
}
.site-header .dropdown.dropdown-phones .dropdown-menu li a span,.site-header .dropdown.dropdown-phones .dropdown-toggle a span
{
	font-family: Montserrat,sans-serif;
	font-size: 1.5625rem;
	vertical-align: middle;
}

@media only screen and (max-width:400px)
{
	.site-header .dropdown.dropdown-phones .operator
	{
		display: none!important;
	}
	.site-header .dropdown.dropdown-phones .dropdown-menu li a,.site-header .dropdown.dropdown-phones .dropdown-toggle a
	{
		font-size: 1.35rem;
	}
}

@media only screen and (min-width :768px)
{
	.site-header .dropdown.dropdown-phones
	{
		right: -40px;
		top: -36px;
	}
}

@media only screen and (min-width :992px)
{
	.site-header .dropdown.dropdown-phones
	{
		right: 0;
		top: -40px;
	}
	.site-header .dropdown.dropdown-phones .dropdown-menu li a,.site-header .dropdown.dropdown-phones .dropdown-toggle a
	{
		font-size: 24px;
		color: #fff;
	}
	.site-header .dropdown.dropdown-phones .dropdown-toggle:hover a {
		color: #111;
	}
}
.site-header .dropdown.dropdown-languages
{
	position: absolute;
	right: 0;
	top: -11px;
}
.site-header .dropdown.dropdown-languages .dropdown-menu li,.site-header .dropdown.dropdown-languages .dropdown-toggle
{
	font-weight: 700;
}
.site-header .dropdown.dropdown-languages .dropdown-menu li a
{
	color: rgba(0,0,0,.35);
	font-size: 1em;
}
.site-header .dropdown.dropdown-languages .dropdown-menu li a:hover
{
	color: #ff4200;
}

@media only screen and (min-width :768px)
{
	.site-header .dropdown.dropdown-languages
	{
		padding: 15px;
		top: -1rem;
	}
}
.site-header .dropdown-languages-wrapper
{
	font-size: .8125rem;
	margin-top: -5px;
	position: relative;
}
.site-header .dropdown-languages-wrapper .label
{
	display: inline-block;
	margin-right: 160px;
	white-space: nowrap;
}

@media only screen and (max-width :767px)
{
	.site-header .col:last-child
	{
		flex-basis: 100%;
		margin-top: 1rem;
		webkit-flex-basis: 100%;
	}
}

@media only screen and (min-width :992px)
{
	.site-header .col:last-child
	{
		flex-basis: auto;
		flex-grow: 0;
		webkit-flex-basis: auto;
		webkit-flex-grow: 0;
	}
}
.site-footer
{
	background: url(./bg-pattern.png) #ffc517;
	padding: 50px 0;
}
.site-footer .footer-main [class*=col-]:last-child
{
	text-align: right;
}
.site-footer .footer-main .site-brand svg .cls-1
{
	fill: #581a0e;
}
.site-footer .footer-main .site-brand .media-body
{
	max-width: 200px;
}
.site-footer .footer-main .developer span
{
	color: #581a0e;
	display: block;
	font-size: .6875rem;
	margin-bottom: 10px;
}
.site-footer .footer-main .developer path
{
	moz-transition: fill .3s ease;
	o-transition: fill .3s ease;
	transition: fill .3s ease;
	webkit-transition: fill .3s ease;
}
.site-footer .footer-main .developer a:hover path.path-1
{
	fill: #000;
}

@media only screen and (max-width :767px)
{
	.site-footer .footer-main .site-brand .media-body
	{
		display: none;
	}
}

@media only screen and (min-width :576px)
{
	.site-footer .footer-main .row
	{
		align-items: center;
	}
	.site-footer .footer-main .developer a,.site-footer .footer-main .developer span
	{
		display: inline-block;
		vertical-align: middle;
	}
	.site-footer .footer-main .developer span
	{
		font-size: 1rem;
		margin-bottom: 0;
		margin-right: 10px;
	}
}

@media only screen and (min-width :992px)
{
	.site-footer .footer-main
	{
		padding: 0 7%;
	}
}
.site-footer .screen9
{
	color: #571a0b;
	padding: 35px 0 25px;
	text-align: center;
}
.site-footer .screen9 p
{
	font-size: 1.125rem;
}
.site-footer .screen9 .wpcf7
{
	margin: 0 auto 40px;
	max-width: 715px;
}
.site-footer .screen9 .wpcf7 .form-text
{
	margin-bottom: 30px;
}
.site-footer .screen9 .wpcf7 .form-group
{
	margin-bottom: 20px;
}
.site-footer .screen9 .wpcf7 .form-group input[type=tel]
{
	box-shadow: 0 14px 29px rgba(0,0,0,.09);
	moz-box-shadow: 0 14px 29px rgba(0,0,0,.09);
	webkit-box-shadow: 0 14px 29px rgba(0,0,0,.09);
}
.site-footer .screen9 .wpcf7 .form-submit-group button
{
	width: 100%;
}
.site-footer .screen9 .prices .text
{
	margin-bottom: 20px;
}
.site-footer .screen9 .prices .col-for-retail
{
	position: relative;
	z-index: 5;
}
.site-footer .screen9 .prices .col-for-retail img
{
	float: left;
}
.site-footer .screen9 .prices .col-for-dealers
{
	position: relative;
}
.site-footer .screen9 .prices .col-for-dealers img
{
	float: right;
	margin-right: -65px;
	margin-top: 50px;
}
.site-footer .screen9 .prices button
{
	left: 50%;
	moz-transform: translateX(-50%);
	ms-transform: translateX(-50%);
	o-transform: translateX(-50%);
	position: absolute;
	text-transform: none;
	top: 40%;
	transform: translateX(-50%);
	webkit-transform: translateX(-50%);
	z-index: 10;
}

@media only screen and (max-width :575px)
{
	.site-footer .screen9 .prices button .icon-cloud
	{
		display: none;
	}
}

@media only screen and (max-width :767px)
{
	.site-footer .screen9 .prices .col-for-dealers img,.site-footer .screen9 .prices .col-for-retail img
	{
		height: auto;
		width: 130%;
	}
	.site-footer .screen9 .prices .col-for-retail img
	{
		margin-left: -45%;
	}
	.site-footer .screen9 .prices .col-for-dealers img
	{
		margin-right: -55%;
		margin-top: 0;
	}
	.site-footer .screen9 .prices button
	{
		font-size: .875rem;
		min-height: 50px;
		min-width: auto;
		top: 25%;
	}
	.site-footer .screen9 .prices button .icon-cloud
	{
		height: 27px;
		margin-right: 20px;
		width: 31px;
	}
}

@media only screen and (min-width :576px)
{
	.site-footer .screen9 .prices button
	{
		padding-left: 1.5rem;
		padding-right: 2.5rem;
	}
}

@media only screen and (min-width :768px)
{
	.site-footer .screen9
	{
		padding: 50px 0;
	}
	.site-footer .screen9 p
	{
		font-size: 1.75rem;
	}
	.site-footer .screen9 .wpcf7
	{
		margin-bottom: 105px;
	}
	.site-footer .screen9 .wpcf7 .form-text
	{
		margin-bottom: 50px;
	}
	.site-footer .screen9 .wpcf7 .wpcf7-form::after
	{
		clear: both;
		content: "";
		display: table;
	}
	.site-footer .screen9 .wpcf7 .wpcf7-form .form-group,.site-footer .screen9 .wpcf7 .wpcf7-form .form-submit-group
	{
		lh-property: 0;
		width: calc(50% - 15px);
		width: -moz-calc(50% - 15px);
		width: -webkit-calc(50% - 15px);
	}
	.site-footer .screen9 .wpcf7 .wpcf7-form .form-group
	{
		float: left;
		margin-bottom: 0;
	}
	.site-footer .screen9 .wpcf7 .wpcf7-form .form-submit-group
	{
		float: right;
	}
	.site-footer .screen9 .prices .text
	{
		margin-bottom: 25px;
	}
}

@media only screen and (min-width :768px) and (max-width :991px)
{
	.site-footer .screen9 .prices button
	{
		moz-transform: translate(0);
		ms-transform: translate(0);
		o-transform: translate(0);
		top: 30%;
		transform: translate(0);
		webkit-transform: translate(0);
	}
	.site-footer .screen9 .prices .col-for-dealers img,.site-footer .screen9 .prices .col-for-retail img
	{
		height: auto;
		width: 110%;
	}
	.site-footer .screen9 .prices .col-for-retail button
	{
		left: 8%;
	}
	.site-footer .screen9 .prices .col-for-dealers img
	{
		margin-right: -40px;
		margin-top: 0;
	}
	.site-footer .screen9 .prices .col-for-dealers button
	{
		left: auto;
		right: 8%;
	}
}

@media only screen and (min-width :992px)
{
	.site-footer .screen9 .wpcf7
	{
		margin-bottom: 150px;
	}
	.site-footer .screen9 .prices .text
	{
		margin-bottom: 55px;
	}
	.site-footer .screen9 .prices .col-for-dealers img,.site-footer .screen9 .prices .col-for-retail img
	{
		height: auto;
		width: 130%;
	}
}

@media only screen and (min-width :1500px)
{
	.site-footer .screen9 .prices button
	{
		moz-transform: translateX(-10%);
		ms-transform: translateX(-10%);
		o-transform: translateX(-10%);
		top: 44%;
		transform: translateX(-10%);
		webkit-transform: translateX(-10%);
	}
}
.error404 .hentry .row
{
	height: 100vh;
}
.error404 .hentry img
{
	height: auto;
	max-width: 100%;
	width: 100%;
}
.error404 .hentry .entry-content
{
	margin-bottom: 10%;
	text-align: center;
}
.error404 .hentry .entry-content .text-404
{
	font-family: 'AA Bebas Neue',sans-serif;
	font-size: 9.625rem;
	line-height: normal;
}
.error404 .hentry .entry-content .desc
{
	font-size: 1.75rem;
	margin: 10px auto 25px;
	max-width: 6.5em;
}
.error404 .hentry .entry-content .link a
{
	color: #ff4200;
	text-decoration: underline;
}

@media only screen and (min-width :576px)
{
	.error404 .hentry .entry-content
	{
		margin-bottom: 0;
		text-align: left;
	}
	.error404 .hentry .entry-content .desc,.error404 .hentry .entry-content .link
	{
		margin-left: 30px;
	}
	.error404 .hentry img
	{
		float: right;
		margin-right: 5%;
		margin-top: 8%;
	}
}

@media only screen and (min-width :768px)
{
	.error404 .hentry .entry-content
	{
		margin-bottom: 0;
	}
	.error404 .hentry .entry-content .text-404
	{
		font-size: 11.75rem;
	}
	.error404 .hentry .entry-content .desc,.error404 .hentry .entry-content .link
	{
		margin-left: 40px;
	}
}
.page-template-front-page .grid-img-title .item
{
	text-align: center;
	padding: 50px 10px;
	background-color: #fff;
	box-shadow: 0 19px 73px rgba(0,0,0,.05);
	border-radius: 4px;
}
.page-template-front-page .grid-img-title .item .image
{
	display: inline-block;
	position: relative;
}
.page-template-front-page .grid-img-title .item .image img
{
	display: block;
	height: auto;
	max-width: 100%;
}
.page-template-front-page .grid-img-title .item .image::before
{
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	position: absolute;
}
.page-template-front-page .grid-img-title .item .name
{
	margin-top: 20px;
	margin-bottom: 15px;
}
.page-template-front-page .grid-img-title .item p {
	font-size: 18px;
}
.page-template-front-page .grid-img-title .item.show-more .name
{
	display: none;
}
.page-template-front-page .grid-img-title .item.show-more .image
{
	text-align: center;
}
.page-template-front-page .grid-img-title .item.show-more .image::before
{
	display: none;
}
.page-template-front-page .grid-img-title .item.show-more .image::after
{
	background-color: rgba(0,0,0,.7);
	border-radius: 3px;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.page-template-front-page .grid-img-title .item.show-more .image a
{
	color: #ecbb31;
	font-family: 'AA Bebas Neue',sans-serif;
	font-size: 1.25rem;
	left: 50%;
	moz-transform: translate(-50%,-50%);
	ms-transform: translate(-50%,-50%);
	o-transform: translate(-50%,-50%);
	position: absolute;
	text-decoration: underline;
	text-transform: uppercase;
	top: 50%;
	transform: translate(-50%,-50%);
	webkit-transform: translate(-50%,-50%);
	z-index: 5;
}
.page-template-front-page .grid-img-title .item.show-more .image a:hover
{
	color: #ff4200;
}
.page-template-front-page .grid-img-title [class*=col-]
{
	margin-bottom: 40px;
}
.page-template-front-page .grid-img-title [class*=col-]:nth-child(8n+1) .item .image::before
{
	background-image: url(../images/setka-45x111.png);
	height: 76px;
	left: -13px;
	top: -13px;
	width: 31px;
	z-index: -1;
}
.page-template-front-page .grid-img-title [class*=col-]:nth-child(8n+2) .item .image::before
{
	background-image: url(../images/setka-53x54.png);
	bottom: -10px;
	height: 35px;
	right: -10px;
	width: 35px;
}
.page-template-front-page .grid-img-title [class*=col-]:nth-child(8n+3) .item .image::before
{
	background-image: url(../images/setka-89x53.png);
	height: 36px;
	right: -12px;
	top: -20px;
	width: 60px;
	z-index: -1;
}
.page-template-front-page .grid-img-title [class*=col-]:nth-child(8n+4) .item .image::before
{
	background-image: url(../images/setka-107x71.png);
	bottom: -12px;
	height: 48px;
	right: -23px;
	width: 72px;
	z-index: -1;
}
.page-template-front-page .grid-img-title [class*=col-]:nth-child(8n+5) .item .image::before
{
	background-image: url(../images/setka-107x71.png);
	height: 47px;
	left: -26px;
	moz-transform: rotate(90deg);
	ms-transform: rotate(90deg);
	o-transform: rotate(90deg);
	top: -6px;
	transform: rotate(90deg);
	webkit-transform: rotate(90deg);
	width: 71px;
	z-index: -1;
}
.page-template-front-page .grid-img-title [class*=col-]:nth-child(8n+6) .item .image::before
{
	background-image: url(../images/setka-89x53.png);
	bottom: -15px;
	height: 36px;
	left: -12px;
	width: 60px;
}
.page-template-front-page .grid-img-title [class*=col-]:nth-child(8n+7) .item .image::before
{
	background-image: url(../images/setka-107x71.png);
	height: 47px;
	right: -12px;
	top: -15px;
	width: 71px;
	z-index: -1;
}
.page-template-front-page .grid-img-title [class*=col-]:nth-child(8n+8) .item .image::before
{
	background-image: url(../images/setka-53x54.png);
	bottom: -10px;
	height: 35px;
	right: -10px;
	width: 35px;
}

@media only screen and (min-width :768px)
{
	.page-template-front-page .grid-img-title .item .name
	{
		font-size: 1.5625rem;
		margin-top: 30px;
	}
	.page-template-front-page .grid-img-title .item.show-more .image a
	{
		font-size: 2rem;
	}
	.page-template-front-page .grid-img-title [class*=col-]
	{
		margin-bottom: 65px;
	}
	.page-template-front-page .grid-img-title [class*=col-]:nth-child(8n+1) .item .image::before
	{
		height: 111px;
		left: -21px;
		top: -21px;
		width: 45px;
	}
	.page-template-front-page .grid-img-title [class*=col-]:nth-child(8n+2) .item .image::before
	{
		bottom: -15px;
		height: 54px;
		right: -15px;
		width: 53px;
	}
	.page-template-front-page .grid-img-title [class*=col-]:nth-child(8n+3) .item .image::before
	{
		height: 53px;
		right: -17px;
		top: -30px;
		width: 89px;
	}
	.page-template-front-page .grid-img-title [class*=col-]:nth-child(8n+4) .item .image::before
	{
		bottom: -18px;
		height: 71px;
		right: -35px;
		width: 107px;
	}
	.page-template-front-page .grid-img-title [class*=col-]:nth-child(8n+5) .item .image::before
	{
		height: 71px;
		left: -44px;
		top: -8px;
		width: 107px;
	}
	.page-template-front-page .grid-img-title [class*=col-]:nth-child(8n+6) .item .image::before
	{
		bottom: -20px;
		height: 53px;
		left: -20px;
		width: 89px;
	}
	.page-template-front-page .grid-img-title [class*=col-]:nth-child(8n+7) .item .image::before
	{
		height: 71px;
		right: -22px;
		top: -20px;
		width: 107px;
	}
	.page-template-front-page .grid-img-title [class*=col-]:nth-child(8n+8) .item .image::before
	{
		bottom: -15px;
		height: 54px;
		right: -15px;
		width: 53px;
	}
}

@media only screen and (min-width :1500px)
{
	.page-template-front-page .grid-img-title
	{
		padding: 0 6%;
	}
}
.page-template-front-page .screen1 .row-1 .col-text
{
	text-align: center;
}
.page-template-front-page .screen1 .row-1 .col-text .text
{
	font-size: 1.5rem;
	margin-top: 1.25em;
}
.page-template-front-page .screen1 .row-1 .col-image
{
	text-align: center;
}
.page-template-front-page .screen1 .row-1 .col-image .gabiony
{
	height: auto;
	margin-left: -15px;
	margin-top: -30px;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}
.page-template-front-page .screen1 .row-1 .col-advantages .media
{
	margin-top: 20px;
}
.page-template-front-page .screen1 .row-1 .col-advantages .media img
{
	margin-right: 25px;
}
.page-template-front-page .screen1 .row-1 .col-advantages .media .media-body
{
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}
.page-template-front-page .screen1 .row-2
{
	color: #571a0b;
	text-align: center;
}
.page-template-front-page .screen1 .row-2 .row
{
	background-color: #ffc517;
	border-radius: 3px;
}
.page-template-front-page .screen1 .row-2 .row .col-lg-6 .col-inner
{
	padding-bottom: 35px;
	padding-top: 35px;
}
.page-template-front-page .screen1 .row-2 .row .col-lg-6:last-child
{
	overflow: hidden;
	z-index: 1;
}
.page-template-front-page .screen1 .row-2 .row .col-lg-6:last-child::after
{
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -45px;
	content: '';
	height: 174px;
	position: absolute;
	right: 20px;
	width: 235px;
	z-index: -1;
}
.page-template-front-page .screen1 .row-2 .row .col-lg-6:last-child .col-inner
{
	padding-top: 15px;
}
.page-template-front-page .screen1 .row-2 .wpcf7 .form-text h3
{
	font-size: 2.1875rem;
}
.page-template-front-page .screen1 .row-2 .wpcf7 .form-text p
{
	font-size: 1.1875rem;
	margin: .5rem 0 2rem;
}
.page-template-front-page .screen1 .row-2 .wpcf7 .form-group
{
	margin-bottom: 20px;
}
.page-template-front-page .screen1 .row-2 .wpcf7 .form-submit-group button
{
	width: 100%;
}
.page-template-front-page .screen1 .row-2 .wpcf7 input[type=tel]
{
	border-color: transparent;
	box-shadow: 0 14px 29px rgba(0,0,0,.09);
	moz-box-shadow: 0 14px 29px rgba(0,0,0,.09);
	webkit-box-shadow: 0 14px 29px rgba(0,0,0,.09);
}
.page-template-front-page .screen1 .row-2 .text
{
	font-size: 1.5rem;
	margin-bottom: 3.5rem;
}
.page-template-front-page .screen1 .row-2 .text .inner
{
	margin: 0 auto;
	max-width: 20rem;
}

@media only screen and (min-width :768px)
{
	.page-template-front-page .screen1
	{
		padding: 0;
	}
	.page-template-front-page .screen1 .row-1 .col-text
	{
		text-align: left;
	}
	.page-template-front-page .screen1 .row-1 .col-text .text
	{
		font-size: 1.75rem;
	}
	.page-template-front-page .screen1 .row-1 .col-image .gabiony
	{
		margin-left: -15px;
		margin-top: 0;
	}
	.page-template-front-page .screen1 .row-2
	{
		text-align: left;
	}
	.page-template-front-page .screen1 .row-2 .row .col-lg-6:first-child
	{
		border-bottom: 1px solid #e9b518;
	}
	.page-template-front-page .screen1 .row-2 .row .col-lg-6:last-child
	{
		padding-top: 35px;
	}
	.page-template-front-page .screen1 .row-2 .row .col-lg-6:last-child::after
	{
		bottom: -175px;
		height: 325px;
		left: 25px;
		width: 426px;
	}
	.page-template-front-page .screen1 .row-2 .row .col-lg-6:last-child .col-inner
	{
		padding-bottom: 50px;
	}
	.page-template-front-page .screen1 .row-2 .row .col-lg-6 .col-inner
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-template-front-page .screen1 .row-2 .row .col-lg-6 .col-inner::after,.page-template-front-page .screen1 .row-2 .wpcf7 .wpcf7-form::after
	{
		clear: both;
		content: "";
		display: table;
	}
	.page-template-front-page .screen1 .row-2 .wpcf7 .wpcf7-form .form-group,.page-template-front-page .screen1 .row-2 .wpcf7 .wpcf7-form .form-submit-group
	{
		lh-property: 0;
		width: calc(50% - 15px);
		width: -moz-calc(50% - 15px);
		width: -webkit-calc(50% - 15px);
	}
	.page-template-front-page .screen1 .row-2 .wpcf7 .wpcf7-form .form-group
	{
		float: left;
	}
	.page-template-front-page .screen1 .row-2 .wpcf7 .wpcf7-form .form-submit-group
	{
		float: right;
	}
	.page-template-front-page .screen1 .row-2 .wpcf7 .form-text h3
	{
		font-size: 2.625rem;
	}
	.page-template-front-page .screen1 .row-2 .wpcf7 .form-text p
	{
		font-size: 1.375rem;
	}
	.page-template-front-page .screen1 .row-2 .text
	{
		font-size: 1.75rem;
		margin: 0 0 2.5rem;
	}
	.page-template-front-page .screen1 .row-2 .text .inner
	{
		margin-left: 0;
		max-width: 24rem;
	}
	.page-template-front-page .screen1 .row-2 .btn-with-icon
	{
		float: right;
		margin-right: 35px;
	}
	.page-template-front-page .screen1 .row-2 button
	{
		position: relative;
	}
	.page-template-front-page .screen1 .row-2 button::after
	{
		animation-duration: .6s;
		animation-fill-mode: both;
		animation-iteration-count: infinite;
		animation-name: pulse;
		background: url(./arrow.png) no-repeat;
		content: '';
		height: 64px;
		left: 35%;
		moz-animation-duration: .6s;
		moz-animation-fill-mode: both;
		moz-animation-iteration-count: infinite;
		o-animation-duration: .6s;
		o-animation-fill-mode: both;
		o-animation-iteration-count: infinite;
		position: absolute;
		top: -125%;
		webkit-animation-duration: .6s;
		webkit-animation-fill-mode: both;
		webkit-animation-iteration-count: infinite;
		webkit-animation-name: pulse;
		width: 58px;
	}
}

@media only screen and (min-width :768px) and (max-width :991px)
{
	.page-template-front-page .screen1 .row-2 .wpcf7 input
	{
		height: 74px;
	}
}

@media only screen and (min-width :992px)
{
	.page-template-front-page .screen1 .row-2 .row
	{
		padding: 0 40px;
	}
	.page-template-front-page .screen1 .row-2 .row .col-lg-6 .col-inner
	{
		padding: 50px 0;
	}
	.page-template-front-page .screen1 .row-2 .row .col-lg-6 .text .inner
	{
		display: inline-block;
	}
	.page-template-front-page .screen1 .row-2 .row .col-lg-6:first-child button::after
	{
		left: auto;
		right: 8%;
	}
	.page-template-front-page .screen1 .row-2 .row .col-lg-6:last-child
	{
		align-self: flex-end;
		ms-flex-item-align: end;
		text-align: right;
		webkit-align-self: flex-end;
	}
	.page-template-front-page .screen1 .row-2 .row .col-lg-6:last-child::after
	{
		bottom: -117px;
		height: 253px;
		left: 15%;
		width: 360px;
		background-image: url(./price.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page-template-front-page .screen1 .row-2 .row .col-lg-6:last-child button::after
	{
		display: none;
	}
	.page-template-front-page .screen1 .row-2 .wpcf7 .form-group
	{
		margin-bottom: 0;
	}
	.page-template-front-page .screen1 .row-2 .wpcf7 .form-text::after
	{
		bottom: 10%;
		right: 2%;
	}
	.page-template-front-page .screen1 .row-2 .wpcf7 .form-text h3
	{
		font-size: 2.1875rem;
		margin-bottom: 1rem;
	}
	.page-template-front-page .screen1 .row-2 .btn-with-icon
	{
		margin-right: 0;
	}
}

@media only screen and (min-width :1200px)
{
	.page-template-front-page .screen1 .row-1 .col-text
	{
		padding-left: 50px;
	}
	.page-template-front-page .screen1 .row-2 .wpcf7 .form-text::after
	{
		right: -15%;
	}
}

@media only screen and (min-width :1500px)
{
	.page-template-front-page .screen1 .row-2
	{
		padding: 0 4%;
	}
	.page-template-front-page .screen1 .row-2 .row .col-lg-6:first-child button::after
	{
		right: 45%;
	}
}
.page-template-front-page .screen2
{
	padding: 140px 0 60px;
	position: relative;
}
.page-template-front-page .screen2 .section-title
{
	text-align: center;
}
.page-template-front-page .screen2 .grid-img-title
{
	margin-top: 50px;
}

.page-template-front-page .screen2 .tabs-container {
	margin-top: 60px;
}
.page-template-front-page .screen2 .tabs-container .tabs-content {}
.page-template-front-page .screen2 .tabs-container .tabs-content .tab-pane {
	padding: 30px;
}
.page-template-front-page .screen2 .tabs-container .tabs-content .tab-pane table {
	width: 100%;
}
.page-template-front-page .screen2 .tabs-container .tabs-content .tab-pane table .btn-small {
	min-height: 44px;
	min-width: 160px;
	border-width: 2px;
    font-size: 12px;
	box-shadow: none;
	transition: .2s ease;
}
.page-template-front-page .screen2 .tabs-container .tabs-content .tab-pane table .btn-small:hover {
	box-shadow: none;
}



@media only screen and (min-width :768px)
{
	.page-template-front-page .screen2 .grid-img-title
	{
		margin-top: 70px;
	}
}

@media only screen and (min-width :992px)
{
	.page-template-front-page .screen2 .grid-img-title
	{
		margin-top: 80px;
	}
	.page-template-front-page .screen2 .grid-img-title [class*=col-]
	{
		margin-bottom: 0;
	}
}
.page-template-front-page .screen3
{
	padding: 50px 0 60px;
	text-align: center;
}
.page-template-front-page .screen3 .guarantees
{
	margin-bottom: 130px;
	position: relative;
}
.page-template-front-page .screen3 .guarantees .title
{
	font-size: 7.75rem;
	line-height: 1;
}
.page-template-front-page .screen3 .guarantees .title span
{
	display: block;
	font-size: .65853em;
}
.page-template-front-page .screen3 .guarantees img
{
	height: auto;
	max-width: 100%;
	position: absolute;
	right: 15px;
	top: 5px;
	width: 190px;
}
.page-template-front-page .screen3 .image
{
	text-align: center;
}
.page-template-front-page .screen3 .left-col .title
{
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
.page-template-front-page .screen3 .left-col .image
{
	padding: 0 18%;
}
.page-template-front-page .screen3 .left-col .image img
{
	height: auto;
	max-width: 100%;
}
.page-template-front-page .screen3 .left-col .map
{
	left: 0;
	moz-transform: translateX(-52%);
	ms-transform: translateX(-52%);
	o-transform: translateX(-52%);
	position: absolute;
	top: -38%;
	transform: translateX(-52%);
	webkit-transform: translateX(-52%);
	width: 360px;
	z-index: -1;
}
.page-template-front-page .screen3 .right-col
{
	margin-top: 75px;
}
.page-template-front-page .screen3 .right-col .title
{
	margin-bottom: 30px;
	max-width: 5em;
}
.page-template-front-page .screen3 .right-col .media
{
	justify-content: center;
	margin-bottom: 45px;
	moz-box-pack: center;
	ms-flex-pack: center;
	webkit-box-pack: center;
	webkit-justify-content: center;
}
.page-template-front-page .screen3 .right-col .media img
{
	margin-right: 20px;
}
.page-template-front-page .screen3 .right-col .media .media-body
{
	font-size: 1.125rem;
	max-width: 14rem;
	text-align: left;
}

@media only screen and (max-width :767px)
{
	.page-template-front-page .screen3 .right-col .media img
	{
		width: 52px;
	}
	.page-template-front-page .screen3 .right-col .image img
	{
		height: auto;
		width: 250px;
	}
}

@media only screen and (min-width :576px)
{
	.page-template-front-page .screen3 .right-col .image img
	{
		margin-left: 13%;
	}
}

@media only screen and (min-width :768px)
{
	.page-template-front-page .screen3
	{
		padding-bottom: 80px;
	}
	.page-template-front-page .screen3 .guarantees
	{
		margin-bottom: 180px;
		text-align: left;
	}
	.page-template-front-page .screen3 .guarantees .title
	{
		font-size: 13.4375rem;
	}
	.page-template-front-page .screen3 .guarantees img
	{
		right: 35px;
		top: 15px;
		width: 320px;
	}
	.page-template-front-page .screen3 .left-col .title
	{
		margin-bottom: 80px;
		margin-left: auto;
		margin-right: auto;
	}
	.page-template-front-page .screen3 .left-col .image
	{
		padding: 0;
	}
	.page-template-front-page .screen3 .left-col .image img
	{
		max-width: none;
	}
	.page-template-front-page .screen3 .left-col .map
	{
		left: 0;
		moz-transform: translateX(-52%);
		ms-transform: translateX(-52%);
		o-transform: translateX(-52%);
		top: -16%;
		transform: translateX(-52%);
		webkit-transform: translateX(-52%);
		width: auto;
	}
	.page-template-front-page .screen3 .right-col
	{
		margin-top: 160px;
	}
	.page-template-front-page .screen3 .right-col .media
	{
		justify-content: normal;
		margin-bottom: 70px;
		moz-box-pack: normal;
		ms-flex-pack: normal;
		webkit-box-pack: normal;
		webkit-justify-content: normal;
	}
	.page-template-front-page .screen3 .right-col .media img
	{
		margin-right: 30px;
	}
	.page-template-front-page .screen3 .right-col .media .media-body
	{
		font-size: 1.75rem;
		max-width: 22rem;
		text-align: left;
	}
}

@media only screen and (min-width :992px)
{
	.page-template-front-page .screen3
	{
		padding: 150px 0 100px;
		text-align: left;
	}
	.page-template-front-page .screen3 .guarantees .title
	{
		font-size: 18.3125rem;
	}
	.page-template-front-page .screen3 .guarantees img
	{
		right: -15px;
		top: -5px;
		width: 480px;
	}
	.page-template-front-page .screen3 .image
	{
		text-align: left;
	}
	.page-template-front-page .screen3 .left-col .title
	{
		margin-bottom: 45px;
		margin-left: 0;
		margin-right: 0;
	}
	.page-template-front-page .screen3 .left-col .map
	{
		left: 0;
		moz-transform: translateX(0);
		ms-transform: translateX(0);
		o-transform: translateX(0);
		top: 100px;
		transform: translateX(0);
		webkit-transform: translateX(0);
	}
	.page-template-front-page .screen3 .right-col
	{
		margin-top: 0;
	}
	.page-template-front-page .screen3 .right-col .media
	{
		margin-bottom: 100px;
		margin-top: 10px;
	}
	.page-template-front-page .screen3 .right-col .media img
	{
		margin-right: 30px;
	}
	.page-template-front-page .screen3 .right-col .media .media-body
	{
		font-size: 1.75rem;
		max-width: none;
	}
	.page-template-front-page .screen3 .right-col .image img
	{
		margin-left: 0;
	}
}

@media only screen and (min-width :1200px)
{
	.page-template-front-page .screen3 .guarantees .title
	{
		font-size: 22rem;
	}
	.page-template-front-page .screen3 .guarantees img
	{
		left: 52%;
		top: 30px;
		width: 540px;
	}
}

@media only screen and (min-width :1500px)
{
	.page-template-front-page .screen3 .guarantees .title
	{
		font-size: 26.3125rem;
	}
	.page-template-front-page .screen3 .guarantees img
	{
		left: 56%;
		top: 30px;
	}
}
.page-template-front-page .screen4
{
	padding: 60px 0 40px;
}
.page-template-front-page .screen4 .title
{
	margin-bottom: 45px;
	max-width: 5em;
}
.page-template-front-page .screen4 .photo-grid::after
{
	clear: both;
	content: '';
	display: block;
}
.page-template-front-page .screen4 .photo-grid .grid-item,.page-template-front-page .screen4 .photo-grid .grid-sizer
{
	margin-bottom: 10px;
	padding: 0 5px;
	width: 33.333%;
}
.page-template-front-page .screen4 .photo-grid .grid-item
{
	float: left;
}
.page-template-front-page .screen4 .photo-grid .grid-item img
{
	display: block;
	height: auto;
	max-width: 100%;
}
.page-template-front-page .screen4 .show-address
{
	margin: -1rem 0 2.5rem;
}
.page-template-front-page .screen4 .show-address a
{
	border-bottom: 0;
	font-size: 1.375rem;
}
.page-template-front-page .screen4 .show-address a span,.page-template-front-page .screen4 .show-address a svg
{
	vertical-align: middle;
}
.page-template-front-page .screen4 .show-address a span
{
	border-bottom: 1px dashed;
}
.page-template-front-page .screen4 .show-address a:hover span
{
	color: #ff4200;
}
.page-template-front-page .screen4 .show-address a:hover svg
{
	fill: #ff4200;
}
.page-template-front-page .screen4 .text p
{
	margin: 0 0 30px;
}
.page-template-front-page .screen4 .media
{
	margin: 45px 0;
}
.page-template-front-page .screen4 .media img
{
	margin-right: 30px;
	margin-top: 5px;
}
.page-template-front-page .screen4 .media .media-body
{
	font-size: .875rem;
	font-weight: 300;
	line-height: 1.625;
}

@media only screen and (min-width :768px)
{
	.page-template-front-page .screen4 .photo-grid .grid-item,.page-template-front-page .screen4 .photo-grid .grid-sizer
	{
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.page-template-front-page .screen4 .title
	{
		margin-bottom: 55px;
	}
	.page-template-front-page .screen4 .text
	{
		max-width: 25em;
	}
}

@media only screen and (min-width :768px) and (max-width :991px)
{
	.page-template-front-page .screen4 .title
	{
		max-width: none;
	}
}

@media only screen and (min-width :992px)
{
	.page-template-front-page .screen4
	{
		padding: 100px 0 0;
	}
	.page-template-front-page .screen4 .photo-grid
	{
		margin: -7px 11% 0;
	}
	.page-template-front-page .screen4 .media
	{
		margin-bottom: 0;
	}
}
.page-template-front-page .screen5
{
	padding: 50px 0 0;
	position: relative;
}
.page-template-front-page .screen5 .section-title
{
	text-align: center;
}
.page-template-front-page .screen5 .grid-img-title
{
	margin: 70px 30px 0;
}
.page-template-front-page .screen5 .decor
{
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	will-change: transform;
	z-index: -1;
}

.screen2 .decor {
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    will-change: transform;
}
.page-template-front-page .screen2 .decor.decor1
{
	background-image: url(./decor1.png);
	height: 180px;
	left: 64px;
	top: -15px;
	width: 220px;
}
.page-template-front-page .screen2 .decor.decor2
{
	background-image: url(./decor2.png);
	height: 180px;
	right: 48px;
	top: -20px;
	width: 220px;
}

.page-template-front-page .screen5 .decor.decor1
{
	background-image: url(../images/decor1.png);
	height: 63px;
	left: 12px;
	top: 33%;
	width: 54px;
}
.page-template-front-page .screen5 .decor.decor2
{
	background-image: url(../images/decor2.png);
	height: 58px;
	right: 0;
	top: 30%;
	width: 66px;
}
.page-template-front-page .screen5 .decor.decor3
{
	background-image: url(../images/decor3.png);
	height: 51px;
	left: 0;
	top: 54%;
	width: 62px;
}
.page-template-front-page .screen5 .decor.decor4
{
	background-image: url(../images/decor4.png);
	height: 67px;
	right: 2%;
	top: 70%;
	width: 67px;
}
.page-template-front-page .screen5 .decor.decor5
{
	background-image: url(../images/decor5.png);
	height: 48px;
	left: 0;
	top: 80%;
	width: 52px;
}
.page-template-front-page .screen5 .decor.decor6
{
	background-image: url(../images/decor6.png);
	height: 48px;
	right: 0;
	top: 95%;
	width: 52px;
}

@media only screen and (min-width :768px)
{
	.page-template-front-page .screen5
	{
		padding: 85px 0 20px;
	}
	.page-template-front-page .screen5 .grid-img-title
	{
		margin-top: 90px;
	}
	.page-template-front-page .screen5 .decor.decor1
	{
		height: 96px;
		width: 81px;
	}
	.page-template-front-page .screen5 .decor.decor2
	{
		height: 99px;
		width: 112px;
	}
	.page-template-front-page .screen5 .decor.decor3
	{
		height: 96px;
		width: 115px;
	}
	.page-template-front-page .screen5 .decor.decor4
	{
		height: 109px;
		width: 110px;
	}
	.page-template-front-page .screen5 .decor.decor5
	{
		height: 90px;
		width: 98px;
	}
	.page-template-front-page .screen5 .decor.decor6
	{
		height: 110px;
		width: 120px;
	}
}

@media only screen and (min-width :992px)
{
	.page-template-front-page .screen5
	{
		padding: 160px 0 95px;
	}
	.page-template-front-page .screen5 .container
	{
		padding-left: 60px;
		padding-right: 60px;
	}
	.page-template-front-page .screen5 .grid-img-title
	{
		margin-top: 100px;
	}
	.page-template-front-page .screen5 .decor.decor1
	{
		height: 149px;
		top: 0;
		width: 127px;
	}
	.page-template-front-page .screen5 .decor.decor2
	{
		height: 169px;
		top: 2%;
		width: 191px;
	}
	.page-template-front-page .screen5 .decor.decor3
	{
		height: 142px;
		top: 50%;
		width: 171px;
	}
	.page-template-front-page .screen5 .decor.decor4
	{
		height: 117px;
		top: 65%;
		width: 118px;
	}
	.page-template-front-page .screen5 .decor.decor5
	{
		height: 138px;
		top: 85%;
		width: 151px;
	}
	.page-template-front-page .screen5 .decor.decor6
	{
		height: 144px;
		top: 110%;
		width: 158px;
	}
}

@media only screen and (min-width :1200px)
{
	.page-template-front-page .screen5 .container
	{
		padding-left: 0;
		padding-right: 0;
	}
}
.page-template-front-page .screen6
{
	padding: 60px 0;
}
.page-template-front-page .screen6 .title
{
	margin: 0 auto 80px;
	text-align: center;
}
.page-template-front-page .screen6 .gallery-grid
{
	margin: 0 auto;
}
.page-template-front-page .screen6 .gallery-grid::after
{
	clear: both;
	content: "";
	display: table;
}
.page-template-front-page .screen6 .gallery-grid .grid-item,.page-template-front-page .screen6 .gallery-grid .grid-sizer
{
	width: 100%;
}
.page-template-front-page .screen6 .gallery-grid .gutter-sizer
{
	width: 4%;
}
.page-template-front-page .screen6 .gallery-grid .grid-item
{
	float: left;
}
.page-template-front-page .screen6 .gallery-grid .grid-item img
{
	border-radius: 5px;
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}
.page-template-front-page .screen6 .gallery-grid .grid-item .show-more
{
	position: relative;
}
.page-template-front-page .screen6 .gallery-grid .grid-item .show-more::after
{
	background-color: rgba(0,0,0,.7);
	border-radius: 5px;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.page-template-front-page .screen6 .gallery-grid .grid-item .show-more a
{
	color: #ecbb31;
	font-family: 'AA Bebas Neue',sans-serif;
	font-size: 1.75rem;
	left: 50%;
	moz-transform: translate(-50%,-50%);
	ms-transform: translate(-50%,-50%);
	o-transform: translate(-50%,-50%);
	position: absolute;
	text-decoration: underline;
	text-transform: uppercase;
	top: 50%;
	transform: translate(-50%,-50%);
	webkit-transform: translate(-50%,-50%);
	z-index: 5;
}
.page-template-front-page .screen6 .gallery-grid .grid-item .show-more a:hover
{
	color: #ff4200;
}

@media only screen and (max-width :575px)
{
	.page-template-front-page .screen6 .title
	{
		font-size: 2rem;
		max-width: none;
	}
}

@media only screen and (min-width :768px)
{
	.page-template-front-page .screen6 .gallery-grid .gutter-sizer
	{
		width: 2%;
	}
	.page-template-front-page .screen6 .gallery-grid .grid-item.grid-item-width-md-1_2
	{
		width: 49%;
	}
	.page-template-front-page .screen6 .gallery-grid .grid-item.grid-item-width-md-1_3
	{
		width: 32%;
	}
	.page-template-front-page .screen6 .gallery-grid .grid-item.grid-item-width-md-2_3
	{
		width: 66%;
	}
}

@media only screen and (min-width :992px)
{
	.page-template-front-page .screen6
	{
		padding-bottom: 150px;
	}
	.page-template-front-page .screen6 .title
	{
		max-width: 65%;
	}
	.page-template-front-page .screen6 .gallery-grid .grid-item .show-more a
	{
		font-size: 2.625rem;
	}
}

@media only screen and (min-width :1500px)
{
	.page-template-front-page .screen6 .gallery-grid
	{
		margin: 0 6%;
	}
}
.page-template-front-page .screen7
{
	background: url(./bg-pattern.png) #ffc517;
	margin-top: 100px;
	padding: 40px 0;
	text-align: center;
}
.page-template-front-page .screen7 .left-col .image
{
	margin-bottom: 3rem;
	margin-top: -25%;
	text-align: left;
}
.page-template-front-page .screen7 .left-col .image img
{
	display: block;
}
.page-template-front-page .screen7 .right-col
{
	color: #571a0b;
}
.page-template-front-page .screen7 .right-col h2
{
	font-size: 3rem;
	margin-left: auto;
	margin-right: auto;
}
.page-template-front-page .screen7 .right-col .text
{
	font-size: 1.125rem;
	margin: 25px auto 30px;
	max-width: 20em;
}

@media only screen and (max-width :575px)
{
	.page-template-front-page .screen7 .right-col h2
	{
		font-size: 1.75rem;
	}
}

@media only screen and (max-width :767px)
{
	.page-template-front-page .screen7 .left-col .image img
	{
		height: auto;
		max-width: 100%;
		width: 90%;
	}
}

@media only screen and (min-width :576px)
{
	.page-template-front-page .screen7 .left-col .image
	{
		margin-top: -20%;
	}
}

@media only screen and (min-width :768px)
{
	.page-template-front-page .screen7
	{
		padding: 60px 0;
	}
	.page-template-front-page .screen7 .left-col .image
	{
		margin-bottom: 4rem;
		margin-top: -165px;
	}
	.page-template-front-page .screen7 .right-col h2
	{
		font-size: 4.375rem;
	}
	.page-template-front-page .screen7 .right-col .text
	{
		font-size: 1.75rem;
		margin-bottom: 40px;
		margin-top: 35px;
		max-width: 20em;
	}
	.page-template-front-page .screen7 .right-col button
	{
		position: relative;
	}
	.page-template-front-page .screen7 .right-col button::after
	{
		background: url(../images/arrow2.png) no-repeat;
		content: '';
		height: 106px;
		position: absolute;
		right: -47%;
		top: -58px;
		width: 88px;
	}
}

@media only screen and (min-width :992px)
{
	.page-template-front-page .screen7
	{
		padding: 0;
		text-align: left;
	}
	.page-template-front-page .screen7 .left-col
	{
		align-self: flex-end;
		ms-flex-item-align: end;
		webkit-align-self: flex-end;
	}
	.page-template-front-page .screen7 .left-col .image
	{
		margin-bottom: 0;
		margin-left: -15%;
		text-align: center;
	}
	.page-template-front-page .screen7 .left-col .image img
	{
		height: auto;
		max-width: 100%;
		width: 500px;
	}
	.page-template-front-page .screen7 .right-col
	{
		padding-bottom: 85px;
		padding-top: 60px;
	}
	.page-template-front-page .screen7 .right-col .text
	{
		margin-left: 0;
		margin-right: 0;
		max-width: 14em;
	}
	.page-template-front-page .screen7 .right-col button::after
	{
		display: none;
	}
}

@media only screen and (min-width :1200px)
{
	.page-template-front-page .screen7 .left-col .image
	{
		margin-left: 0;
	}
}

@media only screen and (min-width :1500px)
{
	.page-template-front-page .screen7 .left-col .image img
	{
		width: auto;
	}
	.page-template-front-page .screen7 .right-col
	{
		padding-bottom: 170px;
		padding-top: 120px;
	}
}
.page-template-front-page .screen8
{
	padding: 40px 0;
}
.page-template-front-page .screen8 .construct
{
	padding-bottom: 60px;
}
.page-template-front-page .screen8 .construct h2
{
	margin-bottom: 35px;
	text-align: center;
}
.page-template-front-page .screen8 .construct .image
{
	text-align: center;
}
.page-template-front-page .screen8 .construct .image img
{
	height: auto;
	margin-right: -35px;
	max-width: 100%;
	width: 250px;
}
.page-template-front-page .screen8 .construct .text
{
	margin: 0 auto;
	max-width: 280px;
}
.page-template-front-page .screen8 .construct .prut
{
	position: relative;
}
.page-template-front-page .screen8 .construct .prut img
{
	display: block;
	height: auto;
	margin-left: -15%;
	position: relative;
	width: 95%;
	z-index: 10;
}
.page-template-front-page .screen8 .construct .prut .wire,.page-template-front-page .screen8 .construct .prut .zink
{
	font-family: 'AA Bebas Neue',sans-serif;
	font-size: 1.1875rem;
	lh-property: 0;
	margin-top: calc(-12% - 55px);
	margin-top: -moz-calc(-12% - 55px);
	margin-top: -webkit-calc(-12% - 55px);
	position: absolute;
	text-transform: uppercase;
	top: 50%;
}
.page-template-front-page .screen8 .construct .prut .wire::before,.page-template-front-page .screen8 .construct .prut .zink::before
{
	background-color: rgba(0,0,0,.4);
	content: '';
	height: 60px;
	left: 50%;
	position: absolute;
	top: 100%;
	width: 1px;
}
.page-template-front-page .screen8 .construct .prut .zink
{
	left: 27%;
}
.page-template-front-page .screen8 .construct .prut .wire
{
	right: 20%;
}
.page-template-front-page .screen8 .text-rows
{
	padding: 0 4%;
}
.page-template-front-page .screen8 .text-rows .row+.row
{
	margin-top: 60px;
}
.page-template-front-page .screen8 .text-rows .image
{
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}
.page-template-front-page .screen8 .text-rows .image::before
{
	background: url(../images/setka-45x111.png) no-repeat;
	content: '';
	height: 111px;
	left: -25px;
	position: absolute;
	top: -35px;
	width: 45px;
	z-index: -1;
}
.page-template-front-page .screen8 .text-rows .image img
{
	border-radius: 5px;
	box-shadow: 0 0 50px rgba(0,0,0,.25);
	height: auto;
	max-width: 100%;
	moz-box-shadow: 0 0 50px rgba(0,0,0,.25);
	webkit-box-shadow: 0 0 50px rgba(0,0,0,.25);
}
.page-template-front-page .screen8 .text-rows .text,.page-template-front-page .screen8 .text-rows h2
{
	padding: 0 4%;
}
.page-template-front-page .screen8 .text-rows .text
{
	margin-top: 35px;
}
.page-template-front-page .screen8 .text-rows .row:nth-child(even) .image::before
{
	background: url(../images/setka-77x77.png) no-repeat;
	height: 77px;
	left: -37px;
	top: -37px;
	width: 77px;
}

@media only screen and (max-width:400px)
{
	.page-template-front-page .screen8 .construct .prut .wire,.page-template-front-page .screen8 .construct .prut .zink
	{
		font-size: 1rem;
	}
	.page-template-front-page .screen8 .construct .prut .zink
	{
		left: 20%;
	}
	.page-template-front-page .screen8 .construct .prut .wire
	{
		right: 18%;
	}
}

@media only screen and (min-width:450px)
{
	.page-template-front-page .screen8 .construct .text
	{
		margin-top: -15%;
	}
}

@media only screen and (min-width :576px)
{
	.page-template-front-page .screen8 .construct .prut img
	{
		margin-left: -26%;
		width: 100%;
	}
	.page-template-front-page .screen8 .construct .prut .zink
	{
		left: 30%;
	}
	.page-template-front-page .screen8 .construct .prut .wire
	{
		right: 22%;
	}
}

@media only screen and (min-width :768px)
{
	.page-template-front-page .screen8
	{
		padding: 100px 0;
	}
	.page-template-front-page .screen8 .construct
	{
		padding-bottom: 100px;
	}
	.page-template-front-page .screen8 .construct h2
	{
		margin-bottom: 50px;
	}
	.page-template-front-page .screen8 .construct .image img
	{
		width: auto;
	}
	.page-template-front-page .screen8 .construct .text
	{
		font-size: 1.375rem;
		line-height: 1.4545;
		margin-top: -18%;
		max-width: 380px;
	}
	.page-template-front-page .screen8 .construct .prut img
	{
		lh-property: 0;
		margin-left: -20%;
		width: calc(100% + 4vw);
		width: -moz-calc(100% + 4vw);
		width: -webkit-calc(100% + 4vw);
	}
	.page-template-front-page .screen8 .construct .prut .wire,.page-template-front-page .screen8 .construct .prut .zink
	{
		font-size: 1.75rem;
	}
	.page-template-front-page .screen8 .text-rows .row+.row
	{
		margin-top: 80px;
	}
	.page-template-front-page .screen8 .text-rows .image
	{
		margin-bottom: 45px;
	}
	.page-template-front-page .screen8 .text-rows .image img
	{
		width: 100%;
	}
	.page-template-front-page .screen8 .text-rows .text
	{
		font-size: 1.375rem;
		margin-top: 55px;
	}
}

@media only screen and (min-width :992px)
{
	.page-template-front-page .screen8
	{
		padding: 150px 0;
	}
	.page-template-front-page .screen8 .construct
	{
		padding-bottom: 200px;
	}
	.page-template-front-page .screen8 .construct h2
	{
		margin-bottom: 75px;
		max-width: 5em;
		text-align: left;
	}
	.page-template-front-page .screen8 .construct .image
	{
		text-align: left;
	}
	.page-template-front-page .screen8 .construct .text
	{
		margin-top: -10%;
		max-width: 485px;
	}
	.page-template-front-page .screen8 .construct .prut
	{
		margin-top: -9%;
	}
	.page-template-front-page .screen8 .construct .prut img
	{
		margin-left: -30%;
		width: 130%;
	}
	.page-template-front-page .screen8 .construct .prut .wire,.page-template-front-page .screen8 .construct .prut .zink
	{
		lh-property: 0;
		margin-top: calc(-17% - 55px);
		margin-top: -moz-calc(-17% - 55px);
		margin-top: -webkit-calc(-17% - 55px);
	}
	.page-template-front-page .screen8 .construct .prut .wire
	{
		right: 0;
	}
	.page-template-front-page .screen8 .text-rows .row+.row
	{
		margin-top: 130px;
	}
	.page-template-front-page .screen8 .text-rows .row [class*=col-]:first-child
	{
		align-self: center;
		ms-flex-item-align: center;
		webkit-align-self: center;
	}
	.page-template-front-page .screen8 .text-rows h2
	{
		margin-top: 33px;
	}
	.page-template-front-page .screen8 .text-rows .image
	{
		margin-bottom: 0;
	}
}

@media only screen and (min-width :1200px)
{
	.page-template-front-page .screen8 .construct h2
	{
		margin-top: 33px;
	}
	.page-template-front-page .screen8 .construct .text
	{
		margin-top: -21%;
	}
	.page-template-front-page .screen8 .construct .prut
	{
		margin-top: -16%;
	}
	.page-template-front-page .screen8 .construct .prut img
	{
		margin-left: -42%;
		width: 140%;
	}
	.page-template-front-page .screen8 .construct .prut .wire,.page-template-front-page .screen8 .construct .prut .zink
	{
		font-size: 2.375rem;
		lh-property: 0;
		margin-top: calc(-21% - 55px);
		margin-top: -moz-calc(-21% - 55px);
		margin-top: -webkit-calc(-21% - 55px);
	}
	.page-template-front-page .screen8 .construct .prut .wire::before,.page-template-front-page .screen8 .construct .prut .zink::before
	{
		height: 80px;
	}
	.page-template-front-page .screen8 .construct .prut .zink
	{
		left: 20%;
	}
}
@media only screen and (min-width :1500px)
{
	.page-template-front-page .screen8 .construct .prut
	{
		margin-top: -157px;
	}
	.page-template-front-page .screen8 .construct .prut img
	{
		margin-left: -240px;
		width: auto;
	}
	.page-template-front-page .screen8 .construct .prut .wire::before,.page-template-front-page .screen8 .construct .prut .zink::before
	{
		height: 100px;
	}
	.page-template-front-page .screen8 .construct .prut .zink
	{
		left: 250px;
	}
	.page-template-front-page .screen8 .construct .prut .wire
	{
		right: -15px;
	}
	.page-template-front-page .screen8 .construct .text
	{
		margin-top: -210px;
		max-width: none;
		padding-left: 248px;
	}
}
.page-template-front-page .order_form
{
	background: url(./bg-pattern.png) #ffc517;
	padding: 40px 0;
}
.page-template-front-page .order_form .heading
{
	color: #571a0b;
	margin-bottom: 30px;
}
.page-template-front-page .order_form .heading p
{
	font-size: 1.0625rem;
}
.page-template-front-page .order_form .order-individual p
{
	margin: 0;
}
.page-template-front-page .order_form .order-individual label
{
	font-family: 'AA Bebas Neue',sans-serif;
	font-size: 1.375rem;
	font-weight: 400;
	margin-bottom: 20px;
}
.page-template-front-page .order_form .order-individual .form-submit-group button
{
	width: 100%;
}
.page-template-front-page .order_form .order-standard .form-order table
{
	table-layout: fixed;
	width: 100%;
}
.page-template-front-page .order_form .order-standard .form-order table td,.page-template-front-page .order_form .order-standard .form-order table th
{
	text-align: center;
}
.page-template-front-page .order_form .order-standard .form-order table td:first-child,.page-template-front-page .order_form .order-standard .form-order table th:first-child
{
	width: 130px;
}
.page-template-front-page .order_form .order-standard .form-order table th
{
	color: #c8c8c8;
	font-weight: 400;
	padding: 0 0 18px;
}
.page-template-front-page .order_form .order-standard .form-order table td
{
	font-weight: 600;
	padding: 18px 0;
}
.page-template-front-page .order_form .order-standard .form-order table td img
{
	height: auto;
	max-width: 100%;
}
.page-template-front-page .order_form .order-standard .form-order .slider-nav
{
	display: table;
	margin-bottom: 40px;
	table-layout: auto;
	width: 100%;
}
.page-template-front-page .order_form .order-standard .form-order .slider-nav .next,.page-template-front-page .order_form .order-standard .form-order .slider-nav .pager,.page-template-front-page .order_form .order-standard .form-order .slider-nav .prev
{
	display: table-cell;
	vertical-align: middle;
}
.page-template-front-page .order_form .order-standard .form-order .slider-nav .pager
{
	text-align: center;
	width: 100px;
}
.page-template-front-page .order_form .order-standard .form-order .slider-nav .next,.page-template-front-page .order_form .order-standard .form-order .slider-nav .prev
{
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: none;
	min-height: 35px;
	min-width: 100%;
	moz-box-shadow: none;
	webkit-box-shadow: none;
}
.page-template-front-page .order_form .order-standard .form-order .slider-nav .prev
{
	background-image: url(../images/prev.svg);
}
.page-template-front-page .order_form .order-standard .form-order .slider-nav .next
{
	background-image: url(../images/next.svg);
}
.page-template-front-page .order_form .order-standard .form-order .slider-produts .product ul
{
	font-weight: 600;
	list-style: none;
	margin: 0;
}
.page-template-front-page .order_form .order-standard .form-order .slider-produts .product ul li+li
{
	margin-top: .75rem;
}
.page-template-front-page .order_form .order-standard .form-order .slider-produts .product ul .add-to-cart
{
	font-size: .75rem;
	font-weight: 300;
}
.page-template-front-page .order_form .order-standard .form-order .slider-produts .product ul .add-to-cart svg
{
	margin-right: 10px;
	vertical-align: middle;
}

@media only screen and (min-width :768px) and (max-width :991px)
{
	.page-template-front-page .order_form .order-standard .form-order table td,.page-template-front-page .order_form .order-standard .form-order table th
	{
		font-size: .75rem;
	}
}
.page-template-front-page .order_form .order-standard .tab-pane-bottom .wpcf7-form p
{
	font-size: 1.125rem;
	margin-bottom: 30px;
}
.page-template-front-page .order_form .order-standard .tab-pane-bottom .wpcf7-form .form-submit-group button
{
	width: 100%;
}
@media only screen and (min-width :768px) and (max-width :991px)
{
	.page-template-front-page .order_form .order-individual .form-submit-group button,.page-template-front-page .order_form .order-standard .form-submit-group button
	{
		font-size: 1rem;
		min-width: auto;
	}
	.page-template-front-page .order_form .order-standard .add-to-cart svg
	{
		height: auto;
		width: 25px;
	}
	.page-template-front-page .order_form .order-standard .ui-spinner .ui-spinner-input
	{
		font-size: .75rem;
		font-weight: 600;
		height: 25px;
		width: 75px;
	}
	.page-template-front-page .order_form .order-standard .ui-spinner .ui-spinner-button
	{
		height: 25px;
		width: 25px;
	}
}
@media only screen and (min-width :768px)
{
	.page-template-front-page .order_form
	{
		padding: 85px 0;
	}
	.page-template-front-page .order_form .heading
	{
		margin-bottom: 80px;
	}
	.page-template-front-page .order_form .heading p
	{
		font-size: 1.75rem;
	}
	.page-template-front-page .order_form .order-standard .form-order .slider-nav,.page-template-front-page .order_form .order-standard .form-order .slider-produts
	{
		display: none!important;
	}
	.page-template-front-page .order_form .order-standard .tab-pane-bottom .wpcf7-form .form-group
	{
		margin-bottom: 0;
	}
	.page-template-front-page .order_form .order-individual label
	{
		font-size: 2.3125rem;
	}
	.page-template-front-page .order_form .order-individual .row .form-group
	{
		margin-bottom: 0;
	}
}
@media only screen and (min-width :992px)
{
	.page-template-front-page .order_form
	{
		padding: 105px 0;
	}
	.page-template-front-page .order_form .order-standard .tab-pane-bottom .wpcf7-form p
	{
		font-size: 1.125rem;
	}
	.page-template-front-page .order_form .order-individual label
	{
		font-size: 3.125rem;
	}
}
@media only screen and (min-width :1200px)
{
	.page-template-front-page .order_form .tabs-container
	{
		margin: 0 auto;
		width: 990px;
	}
}
@media only screen and (min-width :1500px)
{
	.page-template-front-page .order_form .heading
	{
		margin: 0 auto 80px;
		max-width: 70%;
	}
}

.mt50 {
	margin-top: 50px;
}
.mt100 {
	margin-top: 100px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb100 {
	margin-bottom: 100px;
}

.pt50 {
	padding-top: 50px;
}
.pt100 {
	padding-top: 100px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb100 {
	padding-bottom: 100px;
}

.page-template-front-page .screen1 {
	background-image: url(./bg-1.jpg);
	background-size: cover;
	padding-bottom: 75px;
}
.site-header .dropdown.dropdown-phones .dropdown-toggle img {
	width: 22px;
	height: 22px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
	height: 74px;
}
.btn-small {
	background-color: transparent;
	font-size: 14px;
	border: 3px solid #ff4200;
	border-radius: 5px;
	color: #111;
}
.btn-small:hover {
	background-color: #ff4200;
	color: #fff;
}
input.form-control {
	height: 74px;
	text-align: center;
}
.screen3 .right-col .media .item {
	width: 100%;

}
.screen3 .right-col .media .item img {
	width: 100%;
}