/*! 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 */
	font-variant-ligatures: none;
}

/**
 * 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 */
	font-variant-ligatures: none;
}

/**
 * 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,
.container:after,
.form-box .label-box:after,
.btn-box: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: #fff;
	background: #BC0B07;
	font: 20px/1.3 "Ciutadella", "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: 400;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 51px;
	line-height: 1.1;
}

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}

@font-face {
	font-family: "Ciutadella";
	src: url("../fonts/QaCi1000-Rg.woff?v20171205") format("woff"), url("../fonts/QaCi1000-Rg.ttf?v20171205") format("truetype"); /* Safari, Android, iOS */
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Ciutadella";
	src: url("../fonts/QaCi1000-Md.woff?v20171205") format("woff"), url("../fonts/QaCi1000-Md.ttf?v20171205") format("truetype"); /* Safari, Android, iOS */
	font-style: normal;
	font-weight: 500;
}

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: none;
	background: #d20000;
	padding: 5px 12px 6px;
	font-size: 18px;
	line-height: 23px;
	outline: none;
}

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: #323232;
}

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: #323232;
}

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: #323232;
}

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: #323232;
}

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

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;
}

html {
	height: 100%;
	min-height: 100%;
	background: #BC0B07; /* Old browsers */ /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, #f70500 25%, #d20000 80%); !* Chrome10-25,Safari5.1-6 *!*/
	/*background: linear-gradient(to bottom, #f70500 25%, #d20000 80%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f70500', endColorstr='#d20000',GradientType=0 ); /* IE6-9 */
}

body {
	background: #BC0B07; /* Old browsers */ /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, #f70500 25%, #d20000 80%); !* Chrome10-25,Safari5.1-6 *!*/
	/*background: linear-gradient(to bottom, #f70500 25%, #d20000 80%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
	background-color: #BC0B07;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f70500', endColorstr='#d20000',GradientType=0 ); /* IE6-9 */
}

#wrapper {
	max-width: 1042px;
	margin: 0 auto;
	padding: 20px;
	min-height: 100vh;
}

h1 {
	margin-bottom: 20px;
}

.preview {
	text-align: center;
	/*border: 2px solid #fff;*/
	padding: 14px 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.preview .txt {
	display: block;
	text-align: left;
	margin-bottom: 10px;
}

.preview .visual {
	margin-bottom: 9px;
}

.preview visual card-img1 img {border: 2px solid #fff;}

.preview h3 {
    font-size: 25px;
	line-height: 28px;
	margin: 0 auto 30px;
	max-width: 436px;
	letter-spacing:0.8px;
}

.preview .preview-text {
	margin: 24px auto 20px;
	max-width: 386px;
	font: 14px/23px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.preview .preview-text .field-text {
	display: block;
}

.preview h2 {
	font-size: 43px;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: 2px;
}

.form-box {
	padding: 21px 0;
}

.form-box input[type="text"],
.form-box input[type="tel"],
.form-box input[type="email"],
.form-box input[type="search"],
.form-box input[type="password"],
.form-box textarea {
	width: 100%;
	display: block;
	margin-bottom: 25px;
	height: 34px;
	font-variant-ligatures: none;
}

.form-box textarea {
	min-width: 100%;
	max-width: 100%;
	height: 127px;
	min-height: 127px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 23px;
    font-variant-ligatures: none;
	background-color:#ffffff;
	color:#000000;
}

.form-box .inp-box {
	position: relative;
}
.form-box .inp-box input, .form-box .inp-box input::placeholder {
	background-color: white;
	color: #323232;
}

textarea:-moz-placeholder, /* Firefox 18- */
textarea::-moz-placeholder, /* Firefox 19+ */
textarea:-ms-input-placeholder, /* IE 10+ */
textarea::-webkit-input-placeholder, /* Webkit based */
textarea::placeholder { /* Modern browsers */
  color: #323232; 
}

.form-box .inp-box .error-note {
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	position: absolute;
	left: 0;
	top: 110%;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	color: #d20000;
	font-size: 14px;
	line-height: 16px;
	padding: 5px 10px;
}

.form-box .inp-box .error-note:before {
	position: absolute;
	top: -10px;
	left: 10px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #fff transparent;
}

.form-box .inp-box.input-error .error-note {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

.form-box .label-box {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 8px;
}

.form-box .label-box .max-char, .form-box .label-box .max-words {
	float: right;
	margin-left: -120px;
	max-width: 120px;
}

.form-box .label-box label {
	float: left;
	font-size: 18px;
	padding-right: 130px;
}

.form-box .note {
	display: block;
	padding: 0 0 38px;
}

.btn-box {
	line-height: 20px;
	padding-bottom: 15px;
}

.validation-msg {
	overflow: hidden;
	display: block;
	padding-bottom: 5px;
}

.validation-msg .title {
	display: none;
	margin-bottom: 10px;
}

.form-error .validation-msg .title {
	display: block;
}

.btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
	display: inline-block;
	outline: none;
	vertical-align: top;
	margin-bottom: 15px;
	background: #8de2e0;
	border: none;
	color: #323232;
	text-decoration: none;
	font-size: 20px;
	line-height: 33px;
	padding: 5px 15px;
	min-width: 119px;
}

.btn:hover {
	background: #fff;
	color:#323232;
	box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}
@media (max-width: 1010px) {

}

@media (min-width: 768px) {
	#wrapper {
		padding: 39px 20px 20px;
	}

	.form-col {
		float: left;
		width: 48%;
	}

	.preview {
		float: right;
		width: 50%;
	}

	.preview .txt {
		margin-bottom: 14px;
		margin-left: 18px;
	}

	.preview .logo-box {
		margin-bottom: 23px;
	}

	.form-box .label-box label {
		font-size: 20px;
	}

	.btn-box .btn {
		float: left;
		margin-right: 24px;
	}
}

@media (min-width: 1024px) {
	.form-col {
		width: 45.5%;
	}

	.preview {
		width: 53.5%;
		margin-top: 5px;
	}
}


@media (max-width: 768px) {
	.visual-img {
		width: 100%;
	}
	.visual.card-img1 {
		margin-top: -50px;
	}
}

/* body {
	background-image: url('/images/2021/2021-site-bg-V2.jpg');
	background-size: 100% auto;
	background-repeat: no-repeat;
}*/
.btn-2024 {
	border-radius: 20px;
	background-color: #323232;
	color: white;
	border: solid 2px white;
}

/*.btn-2024:hover {
	background: #fff;
	text-color:#323232;
	box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}*/

.card-2024 {
	font-size: 26pt;
	margin-top: 40px;
	font-family: "Ciutadella";
	line-height: 32pt;
	margin-bottom: 27px;
}

@font-face {
	font-family: "Ciutadella";
	/*src: url("../fonts/QaCi1000-Rg.woff") format("woff"), url("../fonts/QaCi1000-Rg.ttf") format("truetype"); !* Safari, Android, iOS *!*/
	src: url("../fonts/2024/WEB/QantasSans-Regular.woff") format("woff"), url("../fonts/2024/TTF/QantasSans-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
	font-style: normal;
	font-weight: 400;
}