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

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

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

[hidden],
template {
	display: none;
}

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

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

a {
	background-color: transparent;
}

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

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

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

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

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

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

b,
strong {
	font-weight: bold;
}

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

dfn {
	font-style: italic;
}

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

h1 {
	font-size: 2em;
	margin: .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;
}

.step-list,
.info-list,
.tab-nav ul,
.boxes-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.step-list:after,
.main:after,
.tab-block:after,
.tab-content .tab:after,
.advice-info:after,
.column-row .row-holder: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: #82848e;
	background: #fff;
	font: 20px/1.2 "Open Sans", "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: #5d606e;
	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: #74d3d4;
	text-decoration: none;
	-webkit-transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
	transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
}

a:hover {
	text-decoration: underline;
}

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px 0 100px;
	line-height: 70px;
	margin: 0;
	outline: none;
	box-shadow: none;
	font-weight: 400;
	color: #333;
	outline: none;
	box-shadow: none;
	-webkit-transition: border-color .25s ease;
	transition: border-color .25s ease;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
	/*border-color: $form-element-focus-border-color;*/
}

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,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #a8a5a5;
}

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,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #a8a5a5;
}

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,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #a8a5a5;
}

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,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #a8a5a5;
}

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

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

textarea {
	width: 100%;
	min-height: 150px;
	resize: vertical;
	vertical-align: top;
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	height: 65px;
	min-width: 260px;
	line-height: 60px;
	font-size: 24px;
	padding: 0 40px;
	text-align: center;
	border: 2px solid transparent;
	background: #44c1c3;
	position: relative;
	color: #fff;
	-webkit-appearance: none;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	-webkit-transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
	transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	opacity: .9;
	text-decoration: none;
}

.btn.shadow,
button.shadow,
input[type="button"].shadow,
input[type="reset"].shadow,
input[type="file"].shadow,
input[type="submit"].shadow {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .17);
}

input:disabled {
	background: none;
}

.btn-visual:after {
	content: "";
	width: 27px;
	height: 43px;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	right: 15px;
	background: url(../images/btn-arrow.png) no-repeat;
}

.btn-visual-add:after {
	content: "";
	width: 20px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 15px;
	background: url(../images/btn-arrow02.png) no-repeat;
}

.btn-pdf:after {
	content: "";
	width: 33px;
	height: 39px;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	right: 15px;
	background: url(../images/ico-pdf.png) no-repeat;
}

.input-group {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	height: 70px;
	border: 1px solid #dfdfdf;
}

.input-group.small {
	width: 192px;
	text-align: center;
}

.input-group.small .form-control {
	padding-left: 85px;
}

form .row label {
	display: block;
	line-height: 1.3em;
	margin-bottom: 20px;
}

form .row {
	margin-bottom: 35px;
}

.input-group-addon {
	padding: 0 12px;
	width: 76px;
	line-height: 70px;
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	color: #a8a5a5;
	text-align: center;
	border-right: 1px solid #dfdfdf;
	border-radius: 0 5px 5px 0;
	background: #efefef;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group input {
	width: 100%;
}

.input-edit {
	position: relative;
	margin-left: -3px;
	margin-top: -10px;
}

.input-edit .form-control {
	font-size: 79px;
	color: #8c8d8d;
	padding: 0;
	font-weight: 200;
	width: 100%;
}

.input-edit .form-control::-webkit-input-placeholder {
	color: #8c8d8d;
}

.input-edit .form-control::-moz-placeholder {
	opacity: 1;
	color: #8c8d8d;
}

.input-edit .form-control:-moz-placeholder {
	color: #8c8d8d;
}

.input-edit .form-control:-ms-input-placeholder {
	color: #8c8d8d;
}

.input-edit .form-control.placeholder {
	color: #8c8d8d;
}

.input-edit.normal .form-control {
	font-size: 62px;
}

.input-edit.current {
	max-width: 390px;
	margin: -15px 0 0;
}

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

.current .input-edit {
	max-width: 390px;
	margin: 0 0 0 -3px;
}

.current .input-edit .form-control {
	font-size: 59px;
	color: #8c8d8d;
}

.current .input-edit .form-control::-webkit-input-placeholder {
	color: #8c8d8d;
}

.current .ico-edit {
	position: absolute;
	top: -2px;
	right: 0;
}

.current label {
	letter-spacing: .5px;
}

.btn-send {
	text-align: right;
	margin-bottom: 20px;
}

.btn-send .btn {
	min-width: 345px;
}

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	height: 100%;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #111415;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: .63;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
	display: block;
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 15px;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: grabbing;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 5px;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	min-width: inherit;
	outline: none;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 40px/40px "Open Sans", Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}

/* Caption */

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}

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

/* Buttons */

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: .5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Loading spinner */

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span {
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

.gray {
    opacity: 0.2;
}

/* Styling for Small-Screen Devices */

html {
	zoom: .8;
	zoom: 80%;
}

html,
body {
	display: table;
	height: 100%;
	width: 100%;
}

body {
	display: table-cell;
	vertical-align: middle;
	background: url(../images/bg-bottom.png) repeat-x 50% 100%;
	margin: 0;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.wrapper-holder {
	padding: 100px 0 350px;
}

.home-page .wrapper-holder {
	padding-bottom: 250px;
}

.container {
	max-width: 1440px;
	padding: 0 15px;
	margin: 0 auto;
}

.main-heading {
	text-align: center;
	font-size: 42px;
	line-height: 1.3em;
	font-weight: 300;
}

.main-heading h1 {
	color: #5d606e;
	font-size: 74px;
	line-height: 1.2em;
	margin-bottom: .3em;
	font-weight: normal;
	text-transform: uppercase;
}

.main-heading p {
	margin-bottom: 1.4em;
}

.step-content {
	max-width: 1050px;
	padding: 60px 0;
	margin: 0 auto;
}

.step-list {
	margin: 0 -60px;
}

.step-list li {
	width: 33.3%;
	float: left;
	padding: 0 60px;
}

.step-list a {
	display: block;
	color: #5e606e;
	position: relative;
}

.step-list a:before {
	content: "";
	opacity: 0;
	width: 318px;
	height: 306px;
	background: url(../images/bg-hover.png) no-repeat 50% 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -153px;
}

.step-list a:hover {
	text-decoration: none;
}

.step-list a:hover .step {
	border-color: #dfdcdc;
	box-shadow: 0 0 35px #dfdcdc;
}

.step-list a:hover:before {
	opacity: 1;
}

.step-list .step {
	background: #efefef;
	padding: 35px 10px 20px;
	text-align: center;
	min-height: 270px;
	border: 2px solid #fff;
	position: relative;
	z-index: 10;
}

.step-list .step p {
	margin-bottom: 0;
}

.step-list .step .img {
	margin-bottom: 20px;
}

.step-list .step h4 {
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}

.main {
	max-width: 1014px;
	margin: 0 auto;
	padding: 60px 0;
}

.content {
	width: 434px;
	float: left;
}

.sidebar {
	width: 430px;
	float: right;
	position: relative;
	padding: 0 5px 5px;
}

.calculated .ttl-holder {
	margin-bottom: 10px;
}

.calculated .ttl {
	display: inline-block;
	vertical-align: middle;
}

.calculated .price {
	font-size: 60px;
	font-weight: 300;
	line-height: 1em;
	color: #8c8d8d;
	display: block;
	word-wrap: break-word;
}

.calculated.add .tooltip {
	margin: 0;
}

.calculated.add .ttl {
	margin-bottom: 20px;
}

.input-edit,
.input-edit.normal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 79px;
	line-height: 1;
	font-weight: 200;
}

.input-edit .btnEdit,
.input-edit.normal .btnEdit {
	top: 0;
	font-size: 15px;
	line-height: 1em;
	font-weight: 500;
}

.input-edit.normal {
	font-size: 62px;
	max-width: 190px;
}

.ico-edit {
	display: inline-block;
	padding: 0 4px;
	vertical-align: middle;
}

.ico-edit a {
	color: #2aa1a3;
	font-size: 15px;
	line-height: 1em;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 5px;
	letter-spacing: 1.2px;
	border-radius: 5px;
	background: #e0e0e0;
}

.ico-edit a:hover {
	text-decoration: none;
}

.ico-info {
	width: 18px;
	height: 18px;
	margin: 0 5px 0 2px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/ico-info.png) no-repeat;
	position: relative;
}

.ico-info.hover .tooltip-text {
	display: block;
}

.tooltip-text {
	position: absolute;
	left: 100%;
	bottom: 100%;
	display: none;
	width: 200px;
	font-size: 14px;
	line-height: 1.2em;
	color: #fff;
	z-index: 1;
}

.tooltip-holder {
	background: #44c1c3;
	border-radius: 5px;
	padding: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.box {
	background: #efefef;
	border-radius: 5px;
	padding: 25px 35px 65px;
	position: relative;
}

.box:after {
	content: "";
	width: 489px;
	height: 454px;
	position: absolute;
	bottom: 100px;
	left: -35px;
	z-index: -1;
	background: url(../images/bg-hover-02.png) no-repeat;
}

.box.box-add {
	padding: 0;
}

.box.box-add .advice .btn-holder {
	margin: 0;
	margin-top: -3px;
}

.box.box-add .info-list {
	padding-bottom: 0;
}

.box.box-add .info-list li {
	border-bottom: 1px solid #c7c5c5;
	padding: 30px 40px 20px;
}

.box.box-add .info-list li:last-child {
	border: none;
}

.box.border {
	border-top: 1px solid #c7c5c5;
}

.box.border:after {
	bottom: 170px;
}

.box .info-list li {
	padding: 18px 15px;
}

.saving-page .box-add:after {
	bottom: 280px;
}

.info-list {
	text-align: center;
	padding: 0 0 28px;
}

.info-list li {
	padding: 0 0 40px;
}

.title {
	display: inline-block;
	position: relative;
	line-height: 1.3em;
}

.title.calculade span:before {
	width: 16px;
	height: 27px;
	background: url(../images/ico-calculade.png) no-repeat;
}

.title.graph span:before {
	width: 23px;
	height: 25px;
	margin-left: -28px;
	background: url(../images/ico-graph.png) no-repeat;
}

.title.money span:before {
	width: 14px;
	height: 25px;
	background: url(../images/ico-money.png) no-repeat;
}

.title.money02 span:before {
	width: 14px;
	height: 26px;
	background: url(../images/ico-money02.png) no-repeat;
}

.title span {
	display: inline-block;
	position: relative;
}

.title span:before {
	content: "";
	position: absolute;
	top: 0;
	margin-left: -18px;
}

.price {
	display: block;
	font-size: 70px;
	font-weight: 300;
	color: #8c8d8d;
}

.advice .btn-holder {
	margin: 0 -35px -65px;
}

.advice .btn {
	height: 90px;
	width: 100%;
	font-size: 30px;
	line-height: 90px;
}

.row-holder {
	padding-bottom: 40px;
}

.row-holder:last-child {
	padding-bottom: 0;
}

.row-holder .ttl {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 35px;
}

.tab-block {
	max-width: 1268px;
	margin: 0 auto;
	padding: 25px 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tab-block.full {
	max-width: inherit;
}

.tab-block.full .col-info {
	width: 520px;
}

.tab-block.full .tab-content {
	padding: 30px 75px 30px 90px;
}

.tab-block.full form .row label {
	margin: 0 0 10px;
}

.tab-block form .row label {
	margin-bottom: 15px;
}

.tab-block form .row {
	margin-bottom: 32px;
}

.tab-nav {
	width: 230px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	left: 1px;
	z-index: 10;
}

.tab-nav ul li {
	padding-bottom: 5px;
}

.tab-nav a {
	display: block;
	padding: 21px;
	font-size: 21px;
	text-align: center;
	border-radius: 5px 0 0 5px;
	background: #efefef;
	color: #aaa9a9;
	border: 1px solid #e1e1e1;
	border-right: none;
}

.tab-nav a.active,
.tab-nav a:hover {
	text-decoration: none;
	background: #fff;
	color: #82848e;
}

.tab-content {
	padding: 25px 60px 30px 40px;
	border: 1px solid #ebebeb;
	border-radius: 0 5px 5px 5px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.tab-content.transition {
	-webkit-transition: height .5s ease;
	transition: height .5s ease;
}

.slide-tabset .tab {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
}

.slide-tabset .tab.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.fade-tabset .tab {
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.fade-tabset .tab.active {
	opacity: 1;
}

.custom-tabset .tab {
	color: #fc0;
	-webkit-transform: rotate(-18deg) scale(.75) translateX(-5%);
	-ms-transform: rotate(-18deg) scale(.75) translateX(-5%);
	transform: rotate(-18deg) scale(.75) translateX(-5%);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.custom-tabset .tab.active {
	color: #f00;
	-webkit-transform: rotate(0) scale(1) translateX(0);
	-ms-transform: rotate(0) scale(1) translateX(0);
	transform: rotate(0) scale(1) translateX(0);
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.col-info {
	width: 425px;
	float: left;
}

.total-block {
	background: #2a7d7e;
	padding: 30px;
	text-align: center;
	color: #fff;
}

.total-block .price {
	color: #fff;
	padding-top: 5px;
}

.ttl-add {
	font-size: 21px;
	line-height: 1.2em;
	color: #82848e;
	font-weight: 600;
	border-bottom: 1px solid #b6b5b5;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.block-item {
	max-width: 770px;
	margin: 0 auto;
}

.table {
	width: 100%;
	display: table;
	background: url(../images/bg-decor.png) no-repeat 50% 100%;
	padding-bottom: 145px;
	margin-bottom: 18px;
}

.table .row-head {
	display: table-row;
}

.table .row-head h4 {
	font-size: 30px;
	color: #82848e;
	font-weight: 600;
	margin: 0;
}

.table .row-head.tr .row-info {
	padding: 15px 0;
	border-radius: 0 !important;
	border-bottom: 2px solid #b6b5b5;
}

.table .row-head.tr .row-info {
	width: 50%;
}

.table .row-head.tr .row-info:first-child {
	padding-left: 60px;
}

.table .row-head.tr .row-info:last-child {
	padding-right: 105px;
}

.table .row-frame {
	display: table-row;
}

.table .row-frame.tr:nth-child(odd) {
	background: #f5f5f5;
	border-radius: 5px;
}

.table .row-info {
	display: table-cell;
	vertical-align: middle;
	width: 33.3%;
	text-align: center;
}

.table .tr .row-info {
	padding: 47px 20px;
}

.table .tr .row-info:first-child {
	text-align: left;
	padding-left: 60px;
	border-radius: 5px 0 0 5px;
}

.table .tr .row-info:last-child {
	padding-right: 120px;
	border-radius: 0 5px 5px 0;
}

.table .prices {
	color: #44c1c3;
	font-weight: 600;
	font-size: 20px;
}

.table p {
	margin: 0;
}

.table .total-row {
	background: #f5f5f5;
}

.table .total-row h2 {
	font-size: 48px;
	font-weight: 600;
	margin: 0;
}

.table .total-row .row-info {
	width: 50%;
	border-width: 2px 0;
	border-style: solid;
	padding: 70px 20px;
	border-color: #b6b5b5;
	border-radius: 0 !important;
}

.table .total-row .row-info:last-child {
	text-align: center;
	padding-right: 50px;
}

.table .divider-row {
	height: 3px;
	background: #fff;
	display: block;
}

.table .total-box {
	display: table;
	width: 100%;
}

.green {
	color: #44c1c3;
}

.boxes-info {
	max-width: 1110px;
	margin: 0 auto 160px;
	padding: 0 15px;
}

.boxes-info h2 {
	font-size: 52px;
	letter-spacing: 1px;
	margin-bottom: 90px;
	color: #5d606e;
	text-align: center;
}

.boxes-list {
	font-size: 0;
	margin: 0 -50px;
}

.boxes-list li {
	width: 50%;
	display: inline-block;
	padding: 0 50px;
}

.boxes-list .box-info {
	background: #f5f5f5;
	padding: 40px;
	border-radius: 5px;
	position: relative;
}

.boxes-list .box-info h3 {
	font-size: 38px;
	line-height: 1.4em;
	margin: 0;
	font-weight: normal;
}

.boxes-list .box-info h3 br {
	display: block;
}

.boxes-list .btn {
	position: absolute;
	bottom: -25px;
	right: -20px;
	min-width: 250px;
}

.advice-info {
	padding-bottom: 40px;
	margin-bottom: 50px;
	border-bottom: 1px solid #b6b5b5;
	line-height: 27px;
}

.advice-info .image {
	float: left;
	margin: 0 45px 0 0;
}

.advice-info .description {
	overflow: hidden;
}

.number-block {
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	position: relative;
	min-height: 260px;
	margin-bottom: 47px;
}

.number-block .panel {
	width: 77px;
	height: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	background: #efefef;
	border-right: 1px solid #e1e1e1;
	border-radius: 0 5px 5px 0;
}

.number-block .number-content {
	margin-left: 77px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 260px;
	text-align: center;
	overflow: hidden;
}

.number-block .number-content .form-control {
	font-size: 185px;
	font-weight: 300;
	border: none;
	outline: none;
	text-align: center;
}

.arrow-holder {
	width: 30px;
	position: absolute;
	left: 50%;
	margin: -93px 0 0 -15px;
	top: 50%;
}

.btn-arrow {
	width: 0;
	height: 0;
	display: block;
	margin: 47px 0;
	padding: 0;
	min-width: inherit;
	background: none;
	border-radius: 0;
	border-style: solid;
}

.btn-arrow.arrow-top {
	border-width: 0 15px 27px 15px;
	border-color: transparent transparent #41c0c2 transparent;
}

.btn-arrow.arrow-bottom {
	border-width: 27px 15px 0 15px;
	border-color: #41c0c2 transparent transparent transparent;
}

.popup {
	width: 1038px;
	display: none;
	border-radius: 25px;
}

.popup .popup-holder {
	padding: 25px;
}

.popup .title {
	font-size: 40px;
	margin-bottom: 36px;
	color: #82848e;
}

.popup .title.title-pdf {
	background: url(../images/ico-pdf.png) no-repeat 100% 50%;
	padding: 3px 50px 3px 0;
}

.form-personal.form label {
	margin-bottom: 5px;
}

.column-row {
	padding: 0 0 40px;
	margin: 0 0 40px;
	overflow: hidden;
	border-bottom: 1px solid #eae9e9;
}

.column-row .row-holder {
	padding: 0;
	margin: 0 -33px;
}

.column-row .row {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0 33px;
}

.form-column .column-row:last-child {
	border: none;
	padding: 0;
}

.ico-personal {
	width: 23px;
	height: 29px;
	display: block;
	margin: 20px auto;
	background: url(../images/ico-personal.png) no-repeat;
}

.ico-email {
	width: 29px;
	height: 19px;
	display: block;
	margin: 25px auto;
	background: url(../images/ico-email.png) no-repeat;
}

.add-recipient {
	display: block;
	margin: 0 0 10px;
}

.add-recipient a:hover {
	text-decoration: none;
}

.hover-tooltip {
	background: #44c1c3;
	border-radius: 5px;
	padding: 10px;
	max-width: 200px;
	font-size: 14px;
	line-height: 1.2em;
	color: #fff;
	position: absolute;
	margin-left: 50px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.btn-visual:after {
		background: url(../images/btn-arrow@2x.png) no-repeat;
		background-size: 27px 43px;
	}

	.btn-visual-add:after {
		background: url(../images/btn-arrow02@2x.png) no-repeat;
		background-size: 20px 30px;
	}

	.btn-pdf:after {
		background: url(../images/ico-pdf@2x.png) no-repeat;
		background-size: 33px 39px;
	}

	body {
		background: url(../images/bg-bottom@2x.png) repeat-x 50% 100%;
		background-size: 4800px 342px;
	}

	.step-list a:before {
		background: url(../images/bg-hover@2x.png) no-repeat 50% 50%;
		background-size: 318px 306px;
	}

	.ico-info {
		background: url(../images/ico-info@2x.png) no-repeat;
		background-size: 18px 18px;
	}

	.box:after {
		background: url(../images/bg-hover-02@2x.png) no-repeat;
		background-size: 489px 454px;
	}

	.title.calculade span:before {
		background: url(../images/ico-calculade@2x.png) no-repeat;
		background-size: 16px 27px;
	}

	.title.graph span:before {
		background: url(../images/ico-graph@2x.png) no-repeat;
		background-size: 23px 25px;
	}

	.title.money span:before {
		background: url(../images/ico-money@2x.png) no-repeat;
		background-size: 14px 25px;
	}

	.title.money02 span:before {
		background: url(../images/ico-money02@2x.png) no-repeat;
		background-size: 14px 26px;
	}

	.table {
		background: url(../images/bg-decor@2x.png) no-repeat 50% 100%;
		background-size: 187px 145px;
	}

	.popup .title.title-pdf {
		background: url(../images/ico-pdf@2x.png) no-repeat 100% 50%;
		background-size: 33px 39px;
	}

	.ico-personal {
		background: url(../images/ico-personal@2x.png) no-repeat;
		background-size: 23px 29px;
	}

	.ico-email {
		background: url(../images/ico-email@2x.png) no-repeat;
		background-size: 29px 19px;
	}
}

@media (max-width: 1599px) {
	.popup {
		width: 100%;
	}
}

@media (max-width: 1439px) {
	.tab-block.full .col-info {
		width: 50%;
		padding: 0 20px 0 0;
	}

	.tab-block.full .tab-content {
		padding: 30px 20px;
	}

	.tab-block.full .sidebar {
		width: 50%;
	}
}

@media (max-width: 1259px) {
	.home-page .wrapper-holder {
		padding-top: 0;
	}

	.sidebar {
		width: 50%;
	}

	.col-info {
		width: 50%;
		padding: 0 20px 0 0;
	}
}

@media (max-width: 1199px) {
	.input-edit .form-control {
		font-size: 60px;
	}

	.step-list {
		margin: 0 -15px;
	}

	.step-list li {
		padding: 0 15px;
	}

	.input-edit,
	.input-edit.normal {
		font-size: 60px;
	}

	.price {
		font-size: 60px;
	}

	.tab-block .sidebar {
		width: 50%;
	}

	.tab-nav {
		width: 200px;
	}

	.tab-nav a {
		font-size: 18px;
	}

	.tab-content {
		padding: 25px 20px 30px 20px;
	}
}

@media (max-width: 1023px) {
	.btn,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		height: 55px;
		line-height: 50px;
		font-size: 18px;
	}

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

	.main-heading {
		font-size: 36px;
	}

	.main-heading h1 {
		font-size: 56px;
	}

	.content {
		width: 100%;
		float: none;
		padding: 0 0 50px;
	}

	.sidebar {
		width: 100%;
		float: none;
	}

	.box:after {
		display: none;
	}

	.tab-block {
		padding: 0;
	}

	.tab-block.full .col-info {
		width: 100%;
		padding: 0;
	}

	.tab-block.full .sidebar {
		width: 100%;
		padding: 0;
	}

	.tab-block .sidebar {
		width: 100%;
		padding: 0;
	}

	.col-info {
		width: 100%;
		float: none;
	}

	.ttl-add {
		font-size: 18px;
	}

	.boxes-info {
		margin-bottom: 50px;
	}

	.boxes-info h2 {
		font-size: 42px;
		letter-spacing: 0;
	}

	.boxes-list {
		margin: 0 -15px;
	}

	.boxes-list li {
		padding: 0 15px;
	}

	.boxes-list .box-info h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.boxes-list .btn {
		position: relative;
		bottom: 0;
		right: 0;
		margin-top: 10px;
	}

	.popup .popup-holder {
		padding: 25px 15px;
	}

	.form-column .column-row:last-child {
		margin-bottom: 20px;
	}

	.add-recipient {
		margin: 0 0 20px;
	}

	br {
		display: none;
	}
}

@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}

	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
}

@media (max-width: 767px) {
	.input-edit .form-control {
		font-size: 48px;
	}

	.input-edit.normal .form-control {
		font-size: 48px;
	}

	.current .input-edit .form-control {
		font-size: 42px;
	}

	body {
		background-size: auto 70px !important;
	}

	.wrapper-holder {
		padding: 50px 0 90px;
	}

	.home-page .wrapper-holder {
		padding: 50px 0 90px;
	}

	.main-heading {
		font-size: 24px;
	}

	.main-heading h1 {
		font-size: 47px;
	}

	.step-content {
		padding: 0 0 60px;
	}

	.step-list {
		margin: 0;
	}

	.step-list li {
		width: 100%;
		padding: 15px 0;
	}

	.step-list .step {
		min-height: inherit;
		padding: 30px;
		height: auto !important;
	}

	.main {
		padding: 30px 0 60px;
	}

	.sidebar {
		width: 100%;
		float: none;
		padding: 0;
	}

	.input-edit,
	.input-edit.normal {
		font-size: 48px;
	}

	.tooltip-text {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 140px;
	}

	.box {
		padding: 30px 0;
	}

	.price {
		font-size: 48px;
	}

	.advice .btn-holder {
		margin: 0 0 -30px;
	}

	.row-holder .ttl {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.row-holder {
		padding-bottom: 0;
	}

	.tab-block {
		display: block;
	}

	.tab-nav {
		width: 100%;
		float: none;
		left: 0;
		margin-bottom: 30px;
	}

	.tab-nav a {
		border-radius: 5px;
		border: 1px solid #e1e1e1 !important;
	}

	.tab-content {
		padding: 25px 15px !important;
		border-radius: 5px;
	}

	.table .tr .row-info {
		padding: 20px 20px !important;
	}

	.table .total-row h2 {
		font-size: 32px;
	}

	.table .total-row h2.order {
		text-align: right;
	}

	.table .total-row .row-info {
		width: 100%;
		border: none;
		padding: 40px 20px !important;
	}

	.boxes-list .box-info {
		padding: 20px;
	}

	.number-block .number-content .form-control {
		font-size: 80px;
	}

	.popup {
		padding: 24px 0 0;
		border-radius: 10px;
	}

	.popup .title {
		font-size: 30px;
	}

	.column-row .row-holder {
		margin: 0;
	}

	.column-row .row {
		width: 100%;
		float: none;
		padding: 0 0 15px;
	}

	.hover-tooltip {
		margin: 0;
	}
}

@media (max-width: 666px) {
	.main-heading h1 {
		font-size: 37px;
	}

	.table {
		display: block;
		margin-bottom: 50px;
	}

	.table .row-head {
		display: none;
	}

	.table .row-head.tr .row-info {
		width: 100%;
	}

	.table .row-frame {
		display: block;
		padding: 20px 0;
		height: auto !important;
	}

	.table .row-info {
		display: block;
		width: 100%;
	}

	.table .tr .row-info {
		padding: 10px 20px !important;
	}

	.table .tr .row-info:first-child {
		text-align: center;
	}

	.table .total-row h2.order {
		text-align: center;
	}

	.table .total-row .row-info {
		width: 100%;
		border: none;
		padding: 10px 20px !important;
	}

	.boxes-info h2 {
		margin-bottom: 30px;
	}

	.boxes-list {
		margin: 0;
	}

	.boxes-list li {
		width: 100%;
		padding: 15px 0;
	}

	.boxes-list .btn {
		min-width: inherit;
		width: 100%;
	}
}

@media (max-width: 479px) {
	.btn-send .btn {
		min-width: inherit;
		width: 100%;
	}

	.advice-info .image {
		float: none;
		margin: 0 0 30px;
		text-align: center;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

