.ic-hidden{
    display: none;
}

#thanks{
    min-height: 118px;
}

.image{
    float: left;
}
.subtitle.main{
    float:  left;
    margin-top: 0;
}

.subtitle.main h2 {
    margin-bottom: 20px;
}

@media screen and (max-width:540px) { /* Минимум 512 цветов */
    .column_3_block .center .column {
        width: 100%!important;;
    }

    .btn-div {
        margin: 15px;
    }

    .footer .email a {
        right: 45px;
        top: 70px;
    }

    .header .center .phone .number {
        height: 32.22px!important;
    }

    .header .center .phone {
        right: 26.8px!important;
        top: 61px!important;;
    }
}
    /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

* {
    margin: 0;
    padding: 0; }

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

ul {
    list-style: none; }

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

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

[hidden], template {
    display: none; }

a {
    background: 0 0; }

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

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

b, strong {
    font-weight: 700; }

dfn {
    font-style: italic; }

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

small {
    font-size: 80%; }

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

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

img {
    border: 0; }

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

figure {
    margin: 1em 40px; }

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

pre {
    overflow: auto; }

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0; }

option {
    border-left: none;
    border-right: solid 1px #666; }

button {
    overflow: visible; }

button, select {
    text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer; }

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

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

input {
    line-height: normal; }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0; }

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

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    border: 0;
    padding: 0; }

textarea {
    overflow: auto; }

optgroup {
    font-weight: 700; }

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

td, th {
    padding: 0; }

/*! HTML5 ? BOILERPLATE | html5boilerplate.com */
html, button, input, select, textarea {
    color: #222; }

body {
    font-size: 1em;
    line-height: 1.4; }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; }

img {
    vertical-align: middle; }

fieldset {
    border: 0;
    margin: 0;
    padding: 0; }

textarea {
    resize: vertical; }

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px; }

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
    display: none !important;
    visibility: hidden; }

.visuallyhidden {
    border: 0;
    clip: rect(0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    margin: -1px;
    padding: 0; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    width: auto;
    margin: 0; }

.invisible {
    visibility: hidden; }

.clearfix:before, .clearfix:after {
    content: " ";
    display: table; }

.clearfix:after {
    clear: both; }

.clearfix {
    zoom: 1;
    clear: both; }

::-moz-selection, ::selection {
    background: #b3d4fc;
    text-shadow: none; }

/*! Sticky footer css */
body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

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

/* Font init */
body {
    font: 14px "Calibri", Arial, sans-serif;
    font-weight: normal; }

.yscroll {
    overflow-y: scroll; }

br {
    clear: both; }

.center {
    max-width: 804px;
    margin: 0 auto;
    position: relative; }

.clr {
    clear: both; }

ol {
    list-style-position: inside;
    padding-left: 20px;
    margin: 20px 0; }

/* Sites dialogs */
.dialog_white_box {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.0;
    position: fixed;
    left: 0;
    top: 0; }

.dialog_frame {
    width: 600px;
    display: none;
    border-radius: 10px;
    border: solid 1px #666;
    position: fixed;
    background-color: #fff;
    min-height: 60px;
    overflow: hidden; }
.dialog_frame .close_btn {
    width: 27px;
    height: 27px;
    background: url("../images/icons/sprite.png") no-repeat -6px -175px #fff;
    cursor: pointer;
    border: solid 1px #ddd;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 27px; }
.dialog_frame .close_btn:hover {
    border: solid 1px #999; }
.dialog_frame .close_btn:active {
    border: solid 1px #999; }
.dialog_frame .inner_container {
    position: relative; }

._admin_dialogs {
    z-index: 1000000; }

._info_dialogs {
    z-index: 100000 !important; }

.ui-dialog {
    z-index: 999999 !important; }

.wait_indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -64px;
    width: 128px;
    height: 128px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    border: solid 1px #bbb;
    display: none; }
.wait_indicator img {
    position: absolute;
    top: 32px;
    left: 32px;
    display: block; }

/* Page styles */
._pager {
    text-align: center;
    margin: 20px 0; }
._pager span {
    display: inline-block !important;
    margin-right: 5px;
    vertical-align: middle;
    width: 26px;
    height: 26px; }
._pager span a {
    font: 18px "Arial", sans-serif;
    font-weight: bold;
    color: #212c43;
    white-space: nowrap;
    background: transparent;
    display: inline !important;
    text-decoration: none; }
._pager span a.visited {
    color: #212c43; }
._pager span:last-child {
    margin-right: 0; }
._pager span.active {
    border: 1px solid #e5e5da;
    background-color: #e5e5da;
    border-radius: 50%; }

.button {
    font: 16.08px "Arial", sans-serif;
    font-weight: normal;
    color: #fff;
    border-radius: 10px;
    padding: 10.05px 33.5px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.75); }
.button.green {
    background-color: #72bf44; }

h1, h2 {
    margin: 0; }

.header {
    background: url("../images/bg_header.jpg") no-repeat right top #fff;
    background-size: cover; }
.header .center {
    position: relative; }
.header .center .logo {
    position: absolute;
    top: 30.15px;
    left: 26.8px;
    width: 30%;
    height: 89.78px;
    background: url("../images/header_logo.png") no-repeat top left;
    background-size: contain; }
.header .center .menu {
    position: absolute;
    right: 26.8px;
    top: 46.9px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.header .center .menu a {
    display: inline-block;
    font: 16.08px "Calibri", Arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #333; }
.header .center .menu span {
    font: 16.08px "Calibri", Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    width: 16.08px;
    color: #333;
    display: inline-block; }
.header .center .phone {
    position: absolute;
    right: 26.8px;
    top: 40px;
    text-align: right; }
.header .center .phone .number {
    font: 29.48px "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #333;
    padding-left: 56.95px;
    background: url("../images/bg_header_phone.png") left center no-repeat;
    background-size: contain;
    height: 44.22px; }
.header .center h1 {
    padding: 125px 0 0 26px;
    font: 34.84px "Arial", sans-serif;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px; }
.header .center .subtitle {
    margin: 26px 0 0 26px;
    font: 18.76px "Calibri", Arial, sans-serif;
    font-weight: normal;
    color: #333;
    letter-spacing: 1px;
    }


.decreasing {
    background-color: #f4f4f4; }
.decreasing .center {
    color: #4c4d4f;
    padding: 27px 0;
    text-align: center; }
.decreasing .center .title {
    margin: 0 20% 16px 20%;
    font: 28.14px "Arial", sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    display: block; }

.decreasing .center.no-pad{
    margin: 0;
}

.decreasing .center.no-pad.white{
    background: #fff;
}

.column_3_block {
    color: #4c4d4f;
    padding: 6px 0; }
.column_3_block .center {
    width: 95%;
    max-width: 871px; }
.column_3_block .center h2 {
    text-align: center;
    font: 28.14px "Arial", sans-serif;
    font-weight: normal;
    margin-bottom: 40.2px;
    color: #333; }
.column_3_block .center .column {
    width: 30%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 4%; }
.column_3_block .center .column:nth-of-type(3) {
    margin-right: 0; }
.column_3_block .center .column .node {
    margin-bottom: 44.22px; }
.column_3_block .center .column .node .icon {
    text-align: center; }
.column_3_block .center .column .node .icon img {
    display: inline-block;
    width: 119.26px; }
.column_3_block .center .column .node .header {
    margin-top: 46.9px;
    font: 18.76px "Calibri", Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 20.1px;
    margin-bottom: 20.1px;
    border-bottom: solid 2px #4c4d4f;
    background: none; }
.column_3_block .center .column .node .text {
    font: 16.08px "Calibri", Arial, sans-serif;
    font-weight: normal; }
.column_3_block .center .column .node .text span {
    font: 18.76px "Calibri", Arial, sans-serif;
    font-weight: normal; }
.column_3_block .center .column .node .container_center {
    text-align: center; }

.column {
    width: 294.8px;
    float: left; }
.column:nth-of-type(2) {
    float: right; }
.column img {
    width: 119.26; }

.optimal .column .node {
    position: relative;
    height: 871px; }
.optimal .column .node .column_button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
@media all and (max-width: 670px) {
    .optimal .column .node {
        position: relative;
        height: inherit;
        margin-bottom: 60.3px; }
    .optimal .column .node .column_button {
        position: static; } }


.footer {
    background-color: #f4f4f4;
    height: 167.5px; }
.footer .phone {
    position: absolute;
    left: -40px;
    top: 40.2px;
    font: 24.12px "Roboto Condensed", sans-serif;
    font-weight: 400;
    padding: 16.75px 0 0 60.3px;
    /*background: url("../images/bg_footer_phone.png") no-repeat left 7.37px;*/
    background-size: 36.85px auto;
    color: #0c3e85; }
.footer .phone span {
    font: 20.1px "Roboto Condensed", sans-serif;
    font-weight: 400; }
.footer .email a {
    display: block;
    position: absolute;
    right: 70px;
    top: 40.2px;
    font: 24.12px "Roboto Condensed", sans-serif;
    font-weight: 400;
    padding: 16.75px 0 0 60.3px;
    /*background: url("../images/bg_footer_email.png") no-repeat left 11.39px;*/
    background-size: 44.22px auto;
    color: #0c3e85;
    text-decoration: none; }

.steps .column .node .icon {
    margin-bottom: 46.9px; }
.steps .column .node .text {
    text-align: left; }

.review {
    padding: 49.58px 13.4px 60.3px 13.4px;
    background-color: #f4f4f4;
    color: #333; }
.review h2 {
    font: 28.14px "Arial", sans-serif;
    font-weight: normal;
    margin-bottom: 38.86px;
    text-align: center; }
.review table {
    width: 100%;
    max-width: 804px;
    margin: 0 auto; }
.review .image {
    width: 234.5px;
    padding-right: 40.2px;
    vertical-align: top; }
.review .image img {
    width: 100%; }
.review .info {
    vertical-align: top; }
.review .info .author {
    font: 16.08px "Calibri", Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 10px; }
.review .info .text {
    font: 16.08px "Calibri", Arial, sans-serif;
    font-weight: normal; }
.review .info .text p {
    margin-bottom: 10px; }
.review .notes {
    width: 100%;
    max-width: 804px;
    margin: 0 auto;
    font: 16.08px "Calibri", Arial, sans-serif;
    font-weight: normal; }
.review .notes p {
    margin-top: 33.5px; }

.form {
    padding: 50.25px 113.9px 60.3px;
    background: url("../images/bg_form.jpg") no-repeat center;
    background-size: cover; }
.form h2 {
    font: 40.2px "Arial", sans-serif;
    font-weight: normal;
    margin-bottom: 43.55px;
    text-transform: uppercase;
    text-align: center; }
.form .data {
    border-radius: 10px;
    background-color: #f4f4f4;
    padding: 53.6px 67px 60.3px 67px; }
.form .data .header {
    font: 18.76px "Calibri", Arial, sans-serif;
    font-weight: normal;
    color: #333;
    padding-bottom: 18.76px;
    margin-bottom: 21.44px;
    border-bottom: solid #333 2px;
    background: none;
    text-transform: uppercase; }
.form .data table {
    width: 100%;
    color: #333; }
.form .data table .hdr {
    font: 20.1px "Calibri", Arial, sans-serif;
    font-weight: normal; }
.form .data table td.fields {
    vertical-align: top;
    padding-right: 46.9px; }
.form .data table td.fields input[type=text] {
    font: 16.08px "Arial", sans-serif;
    font-weight: normal;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 10px;
    width: 99%;
    margin-bottom: 10.05px;
    outline: none; }
.form .data table td.fields input[type=text]:last-child {
    margin-bottom: 0; }
.form .data table .position {
    vertical-align: top;
    width: 214.4px; }
.form .data table .position .hdr {
    margin-bottom: 20.1px; }
.form .data table .position .row {
    font: 16.08px "Calibri", Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 9.38px; }
.form .data table .position .row label {
    margin-left: 10.05px; }
.form .data table .position .row:last-child {
    margin-bottom: 0; }
.form .data .button {
    margin-top: 20.1px;
    display: inline-block; }

/*# sourceMappingURL=template.css.map */
