/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. General reset
   3. Common site styles
   4. Custom form styles
   5. Styles for responsive breakpoints
   ---------------------------------------------------------*/

/* ---------------------------------------------------------
1. Embedded fonts styles
---------------------------------------------------------*/

@font-face {
	font-family: "ITC Franklin Gothic Std";
	src: url("../fonts/ITCFranklinGothicStd-DmCp.woff2") format("woff2"), url("../fonts/ITCFranklinGothicStd-DmCp.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "ITC Franklin Gothic Std";
	src: url("../fonts/ITCFranklinGothicStd-DmCpIt.woff2") format("woff2"), url("../fonts/ITCFranklinGothicStd-DmCpIt.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "ITC Franklin Gothic Std Book";
	src: url("../fonts/ITCFranklinGothicStd-BkCd.woff2") format("woff2"), url("../fonts/ITCFranklinGothicStd-BkCd.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
	background: rgba(0, 0, 0, .2);
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

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

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

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

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

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

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

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

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

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

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 20px/1.2 "ITC Franklin Gothic Std", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #e41b12;
}

a:focus {
	color: black;
}

a.active {
	color: black;
}

.logo a:focus {
	outline: 2px solid black;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: none;
	border: 2px solid rgba(38, 38, 38, .5);
	margin: 0 3px 0 0;
	height: 21px;
	width: 21px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #777;
}

:root .jcf-checkbox span {
	margin: 0;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: none;
	border: 2px solid rgba(38, 38, 38, .5);
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 21px;
	width: 21px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #777;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom file input styles */

.jcf-file {
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	padding: 0 8px;
	font-size: 13px;
	line-height: 28px;
	width: 100%;
	max-width: 307px;
	height: 35px;
	border: 2px solid rgba(38, 38, 38, .5);
	background: rgba(255, 255, 255, 0);
	margin: 0 20px 12px 0;
}

.jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #777;
	margin: 0 0 0 -1px;
	padding: 6px 10px 1px;
	line-height: 1;
	font-size: 20px;
	width: 109px;
	height: 35px;
	background: #000;
	border: 0;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jcf-file .jcf-upload-button:hover {
	opacity: .7;
}

/* custom range input styles */

.jcf-range {
	display: inline-block;
	min-width: 200px;
	margin: 0 10px;
	width: 130px;
	position: relative;
}

.jcf-range:before,
.jcf-range:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 2px;
	height: 15px;
	background: #666;
}

.jcf-range:after {
	left: auto;
	right: 0;
}

.jcf-range .jcf-range-track {
	margin: 0 9px 0 0;
	position: relative;
	display: block;
}

.jcf-range .jcf-range-wrapper {
	cursor: pointer;
	background: #666;
	border-radius: 5px;
	display: block;
	margin: 14px 0;
	height: 2px;
}

.jcf-range.jcf-vertical {
	width: auto;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
	margin: 0;
	width: 10px;
	height: auto;
	padding: 20px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
	height: 180px;
	width: 10px;
}

.jcf-range.jcf-vertical .jcf-range-handle {
	left: -5px;
	top: auto;
}

.jcf-range .jcf-range-handle {
	cursor: pointer;
	position: absolute;
	border: 2px solid #666;
	background: #ccc;
	width: 9px;
	height: 31px;
	margin: -14px 0 0;
	z-index: 1;
	top: 0;
	left: 0;
}

.jcf-range.jcf-focus .jcf-range-handle {
	background: rgba(255, 255, 255, .9);
}

.jcf-range .jcf-range-mark {
	position: absolute;
	overflow: hidden;
	background: #000;
	width: 1px;
	height: 3px;
	top: -7px;
	margin: 0 0 0 9px;
}

.jcf-range.jcf-vertical .jcf-range-mark {
	margin: 0 0 9px;
	left: 14px;
	top: auto;
	width: 3px;
	height: 1px;
}

.jcf-range.jcf-disabled {
	background: none !important;
	opacity: .3;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #000 !important;
}

/* ---------------------------------------------------------
   3. Сommon site styles
   ---------------------------------------------------------*/

/* main container styles */

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: rgba(0, 0, 0, .2);
}

/* header styles */

#header {
	padding: 40px 7% 50px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#header .right-col {
	font-size: 32px;
	line-height: 1;
	text-transform: uppercase;
}

.twocolumns .twocolumns-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 140px 7%;
}

.twocolumns .twocolumns1 {
	background: #e5e5e5;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 140px 7%;
}

.twocolumns .twocolumns1 .visual {
	text-align: right;
	background: none;
}

.twocolumns .twocolumns2 {
	background: #cecece;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 140px 7%;
}

.twocolumns .twocolumns2 .visual {
	text-align: right;
	background: none;
}

.visual {
	width: calc(50% - 10px);
	margin: 0 0 25px; /*.label{
		display: block;
		font-size: 30px;
		line-height: 1;
		color: #666;
		margin: 0 0 10px;
		text-transform: uppercase;
		@include media('<desktop') {
			font-size: 24px;
		}
	}*/
}

.visual .visual-image {
	position: relative;
	background: #737373;
}

.visual .visual-image > *:not(.image-preview, .final-image) {
	pointer-events: none;
}

.final-image {
	background: #ccc;
}

.visual .croppie-container .cr-original-image {
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.visual .croppie-container .cr-viewport {
	width: 100% !important;
	height: 100% !important;
}

.visual .text-block {
	pointer-events: none;
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
	padding: 20px 14px;
	overflow: hidden;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	font-size: 4vw;
	line-height: .8;
	z-index: 10;
	border: .4vw solid #fff;
}

.visual .text-block span {
	text-transform: uppercase;
	display: block;
}

.visual .logo1 {
	pointer-events: none;
	position: absolute;
	bottom: 46px;
	right: 12%;
	max-width: 40%;
	z-index: 20;
}

.visual img {
	display: block;
	margin: 0 0 0 auto;
}

.visual img.facebook-img {
	margin: 0 0 0 -4.8vw;
	width: calc(100% + 4.8vw);
	max-width: none;
}

.visual .cr-slider-wrap {
	display: none;
}

.zoom-row {
	padding: 20px 0;
}

.zoom-row .jcf-range {
	width: 100%;
	margin: 0;
}

.content-col {
	width: calc(50% + 10px);
	padding: 0 0 0 65px;
	font-size: 20px;
	line-height: 1.2;
	color: #000;
}

.content-col h1,
.content-col h2 {
	font-size: 6.8vw;
	line-height: .8;
	font-weight: normal;
	margin: 0 -70px 40px 0;
	text-transform: uppercase;
}

.content-col p {
	max-width: 560px;
	margin: 0 0 25px;
}

.survey {
	margin: 0;
	position: relative;
}

.survey .row {
	padding: 0 0 20px;
}

.survey input {
	overflow: hidden;
	display: block;
	width: 100%;
	max-width: 307px;
	height: 35px;
	padding: 6px 8px 4px;
	margin: 0 0 13px;
	font-size: 20px;
	line-height: 31px;
	color: #666;
	border: 2px solid rgba(38, 38, 38, .5);
	background: rgba(255, 255, 255, 0);
}

.survey input::-webkit-input-placeholder {
	color: #666;
}

.survey input::-moz-placeholder {
	opacity: 1;
	color: #666;
}

.survey input:-moz-placeholder {
	color: #666;
}

.survey input:-ms-input-placeholder {
	color: #666;
}

.survey input.placeholder {
	color: #666;
}

.survey .child-input-focused input {
	background: rgba(255, 255, 255, .5);
}

.survey .select-holder {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
	max-width: 307px;
}

.survey .select-holder:after {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 9px;
	border: solid transparent;
	border-top-color: #666;
	border-width: 8px 6px;
	margin: -10px 0 0;
}

.survey select {
	display: inline-block;
	border: 2px solid rgba(38, 38, 38, .5);
	background: rgba(255, 255, 255, 0);
	color: #666;
	padding: 6px 20px 4px 8px;
	margin: 0 0 13px;
	font: inherit;
	outline: none;
	line-height: 1.2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	max-width: 307px;
	position: relative;
}

.survey select::-ms-expand {
	display: none;
}

.survey select:focus {
	background: rgba(255, 255, 255, .5);
}

.survey label,
.survey .label {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #666;
	margin: 0 0 10px;
}

.survey .jcf-file {
	margin: 0 -100px 0 0;
	font-size: 20px;
	line-height: 31px;
	color: #666;
}

.survey .jcf-file.jcf-focus .jcf-fake-input {
	background: rgba(255, 255, 255, .5);
}

.survey .jcf-file .jcf-fake-input {
	font-size: 20px;
	line-height: 31px;
	color: #666;
}

.survey .jcf-file .dropzone-input {
	left: 0;
	top: 0;
	width: 100%;
	max-width: 440px;
	height: 35px;
}

.survey .jcf-range {
	margin: 0;
	max-width: 307px;
	width: 100%;
}

.survey .colors-holder .jcf-radio {
	background: none;
	border: 2px solid transparent;
	border-radius: 0;
	margin: 0 3px 0 0;
	height: 55px;
	width: 55px;
}

.survey .colors-holder .jcf-radio.jcf-focus {
	background: rgba(255, 255, 255, .5);
}

.survey .colors-holder .jcf-radio.jcf-checked {
	border: 2px solid #666;
}

.survey .colors-holder .jcf-radio .rose + span {
	background-color: #f29fc5;
}

.survey .colors-holder .jcf-radio .green + span {
	background-color: #c3db90;
}

.survey .colors-holder .jcf-radio .blue + span {
	background-color: #83d0f5;
}

.survey .colors-holder .jcf-radio .yellow + span {
	background-color: #fff374;
}

.survey .colors-holder .jcf-radio .white + span {
	background-color: #fff;
}

.survey .colors-holder .jcf-radio span {
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background: #fff;
	border-radius: 0;
}

.survey .format-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.survey .format-holder > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 10px;
}

.survey .format-holder .jcf-radio,
.survey .format-holder .jcf-checkbox {
	margin: 0 5px 0 0;
	border-radius: 0;
}

.survey .format-holder .jcf-radio.jcf-focus,
.survey .format-holder .jcf-checkbox.jcf-focus {
	background: rgba(255, 255, 255, .5);
}

.survey .format-holder .jcf-radio span,
.survey .format-holder .jcf-checkbox span {
	border-radius: 0;
}

.survey .format-holder label {
	font-size: 20px;
	line-height: 1.2;
	margin: 0 10px 0 0;
}

.survey input[type="submit"] {
	position: absolute;
	left: 327px;
	bottom: -10px;
	border: 0;
	background: #e41b12;
	color: #fff;
	width: 109px;
	height: 35px;
	line-height: 1;
	margin: 0;
	padding: 9px 5px;
}

.link-as-button {
	display: inline-block;
	border: 0;
	background: #e41b12;
	color: #fff !important;
	width: auto;
	min-width: 150px;
	height: 35px;
	line-height: 1;
	margin: 0;
	padding: 9px 20px;
	text-decoration: none;
	text-align: center;
}

.link-as-button.secondary {
	background: #1e10a6;
}

.link-as-button.dark {
	background: black;
	color: white;
}

.survey input[type="submit"]:hover,
.survey input[type="submit"]:focus,
.link-as-button:focus {
	background: #000;
	outline: none;
}

.link-as-button.dark:focus {
	color: #e41b12 !important;
}

.survey .btn-holder {
	width: 100%;
	max-width: 307px;
	text-align: right;
}

.survey .btn-holder input[type="submit"] {
	position: relative;
	bottom: auto;
	left: auto;
	margin: 0 0 0 auto;
}

.survey legend {
	display: none;
}

.image-preview {
	width: 100%;
	padding-top: 100%;
	height: 0;
	position: relative;
}

.image-preview .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.invalid-upload-format .jcf-fake-input {
	border-color: #f00;
}

/* masonry */

.grid {
	margin: 0 -20px 0 20px;
}

.grid-sizer,
.grid-item {
	width: 65%;
	text-align: right;
}

.grid-item {
	width: 65%;
	text-align: right;
	margin-bottom: 20px;
	padding: 0 10px;
}

.grid-item img {
	width: 100%;
	height: auto;
	display: block;
}

.grid-item--width2 {
	width: 35%;
}

.grid-item--width3 {
	padding: 0 10px 0 100px;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.croppie-container {
	width: 100%;
	height: 100%;
}

.croppie-container .cr-image {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	max-height: none;
	max-width: none;
}

.croppie-container .cr-boundary {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
}

.croppie-container .cr-resizer {
	z-index: 2;
	box-shadow: none;
	pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
	position: absolute;
	pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
	display: block;
	position: absolute;
	box-sizing: border-box;
	border: 1px solid black;
	background: #fff;
	width: 10px;
	height: 10px;
	content: "";
}

.croppie-container .cr-resizer-vertical {
	bottom: -5px;
	cursor: row-resize;
	width: 100%;
	height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
	left: 50%;
	margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
	right: -5px;
	cursor: col-resize;
	width: 10px;
	height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
	top: 50%;
	margin-top: -5px;
}

.croppie-container .cr-original-image {
	display: none;
}

.croppie-container .cr-vp-circle {
	border-radius: 50%;
}

.croppie-container .cr-overlay {
	z-index: 1;
	position: absolute;
	cursor: move;
	-ms-touch-action: none;
	touch-action: none;
}

.croppie-container .cr-slider-wrap {
	width: 75%;
	margin: 15px auto;
	text-align: center;
}

.croppie-result {
	position: relative;
	overflow: hidden;
}

.croppie-result img {
	position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

/*************************************/

/***** STYLING RANGE INPUT ***********/

/*************************************/

/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */

/*************************************/

.cr-slider {
	-webkit-appearance: none; /*removes default webkit styles*/ /*border: 1px solid white; */ /*fix for FF unable to apply focus style bug */
	width: 300px; /*required for proper track sizing in FF*/
	max-width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
	width: 100%;
	height: 3px;
	background: rgba(0, 0, 0, .5);
	border: 0;
	border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top: -6px;
}

.cr-slider:focus {
	outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
	width: 100%;
	height: 3px;
	background: rgba(0, 0, 0, .5);
	border: 0;
	border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top: -6px;
}

/*hide the outline behind the border*/

.cr-slider:-moz-focusring {
	outline: 1px solid white;
	outline-offset: -1px;
}

.cr-slider::-ms-track {
	width: 100%;
	height: 5px;
	background: transparent; /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	border-color: transparent; /*leave room for the larger thumb to overflow with a transparent border */
	border-width: 6px 0;
	color: transparent; /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
}

.cr-slider::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
	background: rgba(0, 0, 0, .5);
}

.cr-slider:focus::-ms-fill-upper {
	background: rgba(0, 0, 0, .5);
}

/*******************************************/

/***********************************/

/* Rotation Tools */

/***********************************/

.cr-rotate-controls {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 1;
}

.cr-rotate-controls button {
	border: 0;
	background: none;
}

.cr-rotate-controls i:before {
	display: inline-block;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
}

.cr-rotate-l i:before {
	content: "↺";
}

.cr-rotate-r i:before {
	content: "↻";
}

/* GDPR checkbox */

.gdpr-accept-block {
	position: absolute;
	top: 39px;
	left: 327px;
	width: 50%;
}

.gdpr-accept-block label,
.gdpr-accept-block a {
	display: inline;
	line-height: 125%;
	font-size: 20px;
	color: #666;
}

/* Deny use of photo checkbox */

.use-photo-deny-block {
	position: absolute;
	top: 125px;
	left: 327px;
	width: 50%;
}

.use-photo-deny-block label {
	display: inline;
	line-height: 125%;
	font-size: 20px;
	color: #666;
}

input[type="submit"][disabled],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background-color: gray;
	color: black;
}

@media (max-width: 1023px) {
	.visual .logo1 {
		bottom: 20px;
		right: 30px;
		width: 40%;
	}

	.survey label,
	.survey .label {
		font-size: 24px;
	}

	.survey .jcf-file {
		display: block;
	}

	.survey .jcf-file .jcf-fake-input {
		margin: 0 0 12px;
	}

	.survey .jcf-file .jcf-upload-button {
		width: 307px;
		max-width: 100%;
		margin: 0 0 12px;
	}

	.survey .jcf-file .dropzone-input {
		height: 82px;
	}

	.survey input[type="submit"] {
		max-width: 307px;
		width: 100%;
		display: block;
		position: relative;
		bottom: auto;
		left: auto;
		margin-top: -20px;
	}

	.gdpr-accept-block,
	.use-photo-deny-block {
		position: static;
		width: 100%;
		padding: 15px 0;
	}

	.gdpr-accept-block label,
	.gdpr-accept-block a,
	.use-photo-deny-block label {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	#header .right-col {
		font-size: 12px;
		margin: 0 0 7px;
	}

	.twocolumns .twocolumns-inner {
		display: block;
		padding: 140px 7% 40px;
	}

	.twocolumns .twocolumns1 {
		display: block;
		padding: 80px 7% 40px;
	}

	.twocolumns .twocolumns1:first-child {
		padding-top: 140px;
	}

	.twocolumns .twocolumns2 {
		display: block;
		padding: 80px 7% 40px;
	}

	.visual {
		width: 100%;
	}

	.visual .text-block {
		font-size: 8vw;
	}

	.visual img.facebook-img {
		margin: 0;
		width: 100%;
	}

	.content-col {
		width: 100%;
		padding: 0;
	}

	.content-col h1,
	.content-col h2 {
		font-size: 15vw;
		margin: 0 0 25px;
	}

	.survey .jcf-file {
		max-width: 307px;
		width: 100%;
	}

	.grid {
		margin: 0;
	}

	.grid-item--width3 {
		padding: 0 10px 0 20px;
	}
}

.hidden {
	display: none;
}

.input-error-msg {
	margin-bottom: 25px;
	font-style: italic;
	color: #800;
}

/* Combobox */
[role=combobox] [role=listbox] {
	position: absolute;
	z-index: 1;
	border: 1px solid black;
	background: white;
}

[role=combobox] [role=option] {
	cursor: default;
	padding: 10px 10px 5px;
}

[role=combobox] [role=option]:hover {
	background: lightgray;
}

[role=combobox] [role=option][aria-selected=true],
[role=combobox] [role=option][aria-selected=true]:hover {
	background: black;
	color: white;
}