

/* Start:/local/templates/cobian/css/new/normalize.css?14673605597413*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
    display: none;
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

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

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* End */


/* Start:/local/templates/cobian/css/new/font-awesome.css?146736055936686*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('/local/templates/cobian/css/new/../../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('/local/templates/cobian/css/new/../../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),
        url('/local/templates/cobian/css/new/../../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),
        url('/local/templates/cobian/css/new/../../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),
        url('/local/templates/cobian/css/new/../../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),
        url('/local/templates/cobian/css/new/../../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* End */


/* Start:/local/templates/cobian/css/new/styles.css?146858261870328*/
body {
	font-family: 'Open Sans', sans-serif;
	color: #0b0b0b;
	background-color: #fff;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.page-container {
	width: 100%;
	/*max-width: 1440px;*/
	margin: 0 auto;
}

.page-header__menu {
	display: none;
}

.page-header {
	width: 100%;
	position: relative;
}

.page-footer__menu {
	display: none;
}

.page-header__contact {
	width: 100%;
	background-image: url("/bitrix/templates/cobian/images/new/header_bg.png");
	background-position: center;
	background-size: 100% 100%;
	height: 55px;
	text-align: right;
	padding-right: 10%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.page-header__contact-box {
	position: absolute;
	width: 572px;
	left: 645px;
	right: 0;
	margin: auto;
}

.page-header__contact-item {
	font-size: 15px;
	font-weight: 400;
	color: #c3c7ce;
	line-height: 55px;
	padding: 0 20px;
	border-right: 1px solid #c3c7ce;
}

.page-header__contact-item:last-child {
	border: 0;
}

.page-header__contact-item i {
	margin-right: 5px;
}

.page-header__contact a {
	color: #777;
	text-decoration: none;
}

.page-header__contact a:hover {
	color: #777;
	text-decoration: none;
}

.page-header__nav {
	padding: 17px 230px;
	padding-top: 15px;
}

.page-header__logo-wrap {
	float: left;
	margin-right: 150px;
}

.page-header__nav-box {
	float: left;
	height: 48px;
	line-height: 48px;
}

.page-header__nav-item {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #48494b;
	text-decoration: none;
	padding: 0 15px;
}

.page-header__nav-item:hover {
	color: #48494b;
	text-decoration: none;
}

.section {
	width: 100%;
	text-align: center;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.section-main {
	width: 100%;
	background-color: #5bacc0;
	background-image: url("/bitrix/templates/cobian/images/new/main_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	height: 760px;
	padding-top: 65px;
	padding-bottom: 50px;
}

.section-main h1 {
	font-size: 49px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
	text-shadow: 0 4px 0 #4a8b9b;
}

.section-main h2 {
	font-size: 25px;
	font-weight: 400;
	color: #fff;
	margin-top: 0;
	text-shadow: 0 3px 0 #4a8b9b;
}

.section-main a {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 20px;
	background-color: #c75b5b;
	border-radius: 3px;
	text-decoration: none;
	box-shadow: 0 4px 0 0 #b14949;
	margin-top: 420px;

}

.section-main a:hover {
	text-decoration: none;
	color: #fff;
}

.section-solutions {
	text-align: center;
	padding-top: 75px;
	padding: 0 180px;
	padding-top: 75px;
	padding-bottom: 40px;
	max-width: 1440px;
	margin: 0 auto;
}

.section-solutions__head {
	font-size: 25px;
	font-weight: 700;
	color: #48494b;
	margin-top: 0;
}

.section-solutions__head-img {
	margin-bottom: 30px;
}

.section__row {
	display: table-row;
	text-align: center;
}

.section__cell {
	display: inline-block;
	width: 24%;
	padding: 20px;
	box-sizing: border-box;
}

/*.section__cell:last-child {*/
/*padding-right: 0;*/
/*}*/

.section-solutions__item-text {
	font-size: 15px;
	font-weight: 400;
	color: #838484;
	line-height: 30px;
	margin-top: 0;
}

.section-solutions__item-head {
	color: #48494b;
	margin-bottom: 10px;
	font-weight: 700;
}

.section-solutions__service {
	text-align: left;
	padding-top: 110px;
	max-width: 1440px;
}

.section-solutions__service-item {
	list-style-type: none;
}

.section-solutions__service-list {
	padding-left: 0;
}

.section-solutions__service-item::before {
	content: '\f00c';
	font-family: FontAwesome;
	display: inline-block;
	color: #c75b5b;
	margin-right: 10px;
}

.section-solutions__service-col {
	float: left;
	width: 50%;
}

.section-solutions__service-col:last-child {
	text-align: center;
}

.section-feedback {
	text-align: center;
	background-color: #5bacc0;
	background-image: url('/bitrix/templates/cobian/images/new/feed_bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 50px;
	padding-bottom: 130px;
}
.section-feedback.section-products{
	background: none;
}
.section-main-slider-wrapper{
	width: 1280px;
	margin: 0 auto;
}
.section-products .section-feedback__bar{

}
.section-products .section-slider-wrapper{
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 70px;
}
.section-products .section-feedback__name-box{
	width: 100%;
	font-size: 12px;
}
.section-products .section-feedback__name{
	height: 70px;
	box-sizing: border-box;
	padding: 0 12px;
}
.section-products .section-feedback__client-name{
	line-height: 70px;
	font-weight: 400;
}
.section-feedback__name:last-child{
	border-right: 0;
}
span.cover{
	position: absolute;
	top: 0;
	left: 50%;
	display: inline-block;
	width: 30px;
	height: 12px;
	margin-left: -10px;
	background: #4e5c72;
}
.section-slider-wrapper{
	position: absolute;
	bottom: 0;
}
.section-product__text-box{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.section-products .section-feedback__box{
	width: 100%;
}
.section-products .section-main-slider-item {
	display: block;
	height: 400px;
	width: 200px;
	padding: 14px;
}
.section-main-slider-wrap{
	padding: 0 50px;
}
.section-main-slider-item .product-bitrix{
	color: #ccc;
	font-weight: 400;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	margin: 0;
	margin-top: 18px;
}
.section-main-slider-item .product-name{
	color: #000;
	font-size: 14px;
	font-style: normal;
	padding: 0;
	line-height: 18px;
	height: 36px;
}
.section-main-slider-item .section-price__slider-price{
	padding-top: 0;
	padding-bottom: 12px;
	color: #c75b5b;
}
.section-products .section-price__slider-btn{
	background: #e8e8e8;
	box-shadow: 0 4px 0 0 #c3c7ce;
}
.section-feedback__text .product-order-link{

}
.section-feedback__item {
	display: inline-block;
}

.section-feedback__head {
	font-size: 25px;
	font-weight: 700;
	color: #fff;
}

.section-feedback__bar {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	background-image: url('/bitrix/templates/cobian/images/new/feed_bar.png');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.section-feedback__text {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	min-height: 210px
}

.section-feedback__content {

}

.section-feedback__text p {
	color: #fff;
	font-style: italic;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	padding: 0 20px;
}

.section-feedback__client-name {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.section-feedback__client-company {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.section-feedback__name-active .section-feedback__client-name {
	color: white;
}

.section-feedback__name {
	z-index: 10;
	padding: 12px 25px;
	border-right: 1px solid #7b8594;
	cursor: pointer;
	display: inline-block
}

.section-feedback__item:last-child .section-feedback__name {
	border-right: 0;
}

.section-feedback__name span {
	display: block;
	color: #7b8594;
}

.section-feedback__name .section-feedback__client-name {
	margin-bottom: 5px;
}

.section-feedback__box {
	width: 800px;
	margin: 0 auto;
}

.section-feedback__name-box {
	position: absolute;
	bottom: 0;
	z-index: 30;
	left: 50%;
	transform: translateX(-50%);
}

.section-ability {
	text-align: center;
}

.section-solutions__head-img {
	text-align: center;
}

.section-ability {
	padding: 70px 0;
	background-color: #fff;
}

.section-ability__col {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	margin: 0 20px;
}

.section-ability__col:last-child {
	text-align: left;
}

.section-ability__img {
	display: inline-block;
	vertical-align: top;
}

.section-ability__item {
	width: 210px;
	position: relative;
}

.section-ability__item-design {

}

.section-ability__item-html {
	top: 50px;
}

.section-ability__item-program {
	top: 100px;
}

.section-ability__item-routine {
}

.section-ability__item-test {
	top: 50px;
}

.section-ability__item-support {
	top: 75px;
}

.section-ability__item h3 {
	color: #48494b;
	margin-bottom: 5px;
	margin-top: 0;
}

.section-price {
	background-color: #f6f7f9;
	padding: 60px 0;
}

.section-price__dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #c3c7ce;
	border-radius: 50%;
}

.section-price__slider-wrap {
	width: 1132px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 20;
	padding: 0 30px;
}

.section-price__slider-wrap .slick-dots {
	list-style: none;
	padding-left: 0;
}

.section-price__slider-wrap .slick-dots li {
	display: inline-block;
	margin-right: 10px
}

.section-price__slider-wrap .slick-dots .slick-active span {
	background-color: #c75b5b;
}

.section-price__slider-wrap .slick-dots li:last-child {
	margin-right: 0;
}

.section-price__slider-nav, .section-product__slider-nav {
	position: absolute;
	display: inline-block;
	font-size: 60px;
	color: rgba(0, 0, 0, 0.3);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 100;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
}

.section-price__slider-nav-prev, .section-product__slider-nav-prev {
	left: 0;
}

.section-price__slider-nav-next, .section-product__slider-nav-next {
	right: 0;
}

.section-price__slider-item {
	float: left;
	width: 220px;
	margin-right: 10px;
	background-color: #fcfcfd;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;

}

.section-price__slider-item:last-child {
	margin-right: 0;
}

.section-price__slider {
	display: inline-block;
}

.section-price__slider-item h3 {
	font-size: 20px;
	font-weight: 700;
	color: #48494b;
	background-color: #c3c7ce;
	margin: 0;
	padding: 15px 20px;
	border-radius: 5px;
}

.section-price__slider-price {
	color: #4f5d73;
	padding: 25px 0;
	position: relative;
}

.section-price__slider-rouble {
	position: absolute;
	font-size: 15px;
	top: 9px;
	left: -11px;
}

.section-price__slider-price > span:first-child {
	font-size: 40px;
	font-weight: 700;
	position: relative
}

.section-price__slider-price span:last-child {
	font-size: 15px;
	font-weight: 400;
}

.section-price__slider-content {
	height: 210px;
	overflow: auto;
	text-align: left;
	margin-bottom: 25px
}

.section-price__slider-list-item {
	padding: 10px;
	background-color: #f6f7f9;
}

.section-price__slider-list-item:nth-child(2n) {
	background-color: #fcfcfd;
}

.section-price__slider-list-item label {
	font-size: 14px;
	font-weight: 400;
	color: #48494b;
}

.section-price__slider-list-item input {
	display: none;
}

.section-price__slider-input + .section-price__slider-label::before {
	content: '';
	width: 14px;
	height: 14px;
	border: 1px solid #c3c7ce;
	background-color: #fff;
	display: inline-block;
	color: #c75b5b;
	margin-right: 4px;
	border-radius: 3px;
	position: relative;
	top: 3px;
}

.section-price__slider-input:checked + .section-price__slider-label::before {
	content: '\f00c';
	font-family: FontAwesome;
	display: inline-block;
	color: #c75b5b;
	margin-right: 4px;

	width: 14px;
	height: 14px;
	border: 1px solid #c3c7ce;
	background-color: #fff;
	position: relative;
	top: 0;
}

.section-price__slider-btn {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-color: #4e5c72;
	padding: 12px 0;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
	box-shadow: 0 4px 0 0 #404b5d;
	margin-bottom: 25px;
	width: 100%;
}

.section-price__slider-item-active h3 {
	color: #fff;
	background-color: #4e5c72;
}

.section-price__slider-item-active .section-price__slider-btn {
	background-color: #c75b5b;
	box-shadow: 0 4px 0 0 #b14949;
}

.section-price .slick-slide {
	outline: 0;
}

.section-promo {
	padding: 60px 0;
	background-color: #4e5c72;

}

.section-promo__content-box {
	display: inline-block;
}

.section-promo__content {
	display: table-row;
	text-align: center;
}

.section-promo__item {
	display: table-cell;
	padding: 0 30px;
	width: 225px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.section-promo__item::after {
	content: '';
	display: inline-block;
	background-image: url("/bitrix/templates/cobian/images/new/arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 118px;
	height: 31px;
	position: absolute;
	top: 52px;
	right: -59px;
}

.section-promo__item:last-child::after {
	display: none;
}

.section-promo__item-head {
	font-size: 20px;
	font-weight: 700;
	color: #eaedf2;
	text-transform: uppercase;
	margin-bottom: 0
}

.section-promo__item-span {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: #c3c7ce;
}

.section-price__head {
	color: #c75b5b;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.section-portfolio {
	padding: 60px 150px;
}

.section-portfolio__item-container {
	text-align: left;
	width: 1160px;
	margin: 0 auto;
}

.section-portfolio__item {
	display: block;
	width: 260px;
	height: 190px;
	border-radius: 10px;
	background-image: url("/bitrix/templates/cobian/images/new/Hydrangeas.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px

}

.section-portfolio__item:hover {
	text-decoration: none;
	color: #fff;
}

.section-portfolio__item div {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	background-color: #4e5c72;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-align: center;
	min-height: 30px;
}

.section-portfolio__item span {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.section-portfolio__nav {
	margin-bottom: 30px;
}

.section-portfolio__nav-item {
	font-size: 18px;
	font-weight: 700;
	color: #48494b;
	padding: 0 10px;
	position: relative;
	cursor: pointer;
}

.section-portfolio__nav-item-active {
	color: #c75b5b;
}

.section-portfolio__nav-item::after {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #48494b;
	position: absolute;
	top: 2px;
	bottom: 0;
	margin: auto;
	right: -3px;
}

.section-portfolio__nav-item:last-child::after {
	display: none;
}

.section-contacts {
	padding: 60px 150px;
	background-color: #f6f7f9;
}

.section-contacts__row {
	text-align: left;
	width: 1132px;
	margin: 0 auto;
	padding-bottom: 48px;
}
.section-contacts__row > img{
	position: relative;
	top: 18px;
}
.section-contacts__cell {
	/*display: table-cell;*/
	/*width: 565px;*/
	text-align: left;
	float: left;
	box-sizing: border-box;
	width: 50%;
}

.section-contacts__cell:first-child {
	padding-right: 30px
}

.section-contacts__cell span {
	font-size: 15px;
	font-weight: 400;
	color: #838484;

}

.section-contacts__cell a {
	font-size: 15px;
	font-weight: 400;
	color: #838484;
	text-decoration: none
}

.section-contacts__cell p {
	margin: 0;
}

.section-contacts__cell a:hover {
	color: #838484;
	text-decoration: none
}

.section-contacts__cell div {
	display: inline-block;
	vertical-align: top;
	padding-top: 12px;
	padding-left: 10px;
}

.section-contacts__cell:last-child div {
	position: relative;
	top: 6px;
	width: 230px;
	padding-top: 7px;
}

.section-contacts__cell-bold {
	font-weight: 700;
}

.section-contacts__cell label {
	font-size: 15px;
	font-weight: 700;
	color: #000;
	display: block;
	margin-bottom: 15px;
	margin-top: 30px;
}

.section-contacts__cell input {
	display: inline-block;
	width: 100%;
	outline: 0;
	border: 1px solid #cfcfcf;
	height: 50px;
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.section-contacts__row-span {
	font-size: 15px;
	font-weight: 700;
	color: #000;
	display: block;
	margin-bottom: 15px;
	margin-top: 30px;
}

.section-contacts__row textarea {
	width: 100%;
	outline: 0;
	border: 1px solid #cfcfcf;
	height: 175px;
	resize: none;
	padding-top: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}

.section-contacts__submit {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 40px;
	background-color: #c75b5b;
	border-radius: 3px;
	text-decoration: none;
	box-shadow: 0 4px 0 0 #b14949;
	cursor: pointer;
	outline: 0;
	border: 0;
	margin-top: 20px;
	cursor: pointer;
	position: relative;
	top: -2px;
}

.section-interest {
	padding: 60px 0;
	text-align: center;
	background-color: #5bacc0;
	background-image: url('/bitrix/templates/cobian/images/new/feed_bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section-interest h2 {
	color: #fff;
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 10px;
}

.section-interest p {
	color: #fff;
	font-size: 25px;
	font-weight: 400;
	margin: 0;
	margin-bottom: 25px
}

.section-interest a {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 60px;
	background-color: #c75b5b;
	border-radius: 3px;
	text-decoration: none;
	box-shadow: 0 4px 0 0 #b14949;
	cursor: pointer;
	outline: 0;
	border: 0;
	margin-top: 20px;
	cursor: pointer;
}

.page-footer {
	background-color: #4e5c72;
	text-align: center;
	position: relative;
}

.page-footer__row {
	display: inline-block;
	padding: 60px 150px;
	text-align: left;
}

.page-footer__cell {
	width: 24%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}

.page-footer__row:last-child {
	text-align: center;
	background-color: #3a4557;
	width: 100%;
	color: #bbc0c3;
	padding: 15px 0;
}

.page-footer__cell img {
	margin-bottom: 20px;
}

.page-footer__icon {
	font-size: 25px;
	color: #cfcfcf;
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px solid #cfcfcf;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	margin-right: 5px;
}

.page-footer__icon:last-child {
	margin-right: 0;
}

.page-footer__col {
	display: table-cell;
	padding-right: 30px
}

.page-footer__col:nth-child(2) {
	padding-top: 5px;
}

.page-footer__col:last-child {
	padding-right: 0;
}

.page-footer__col a {
	display: block;
	color: #cfcfcf;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 15px;
	text-decoration: none;
}

.page-footer__cell h2 {
	color: #efefef;
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;

}

.page-footer__cell span {
	color: #cfcfcf;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 0;
	display: block;
}

.page-footer__cell:last-child span {
	display: inline-block;
	vertical-align: top;
	width: 75%;
	box-sizing: border-box;
	margin-left: 10px;
}

.page-footer__cell:last-child a {
	display: inline-block;
	vertical-align: top;
	font-size: 50px;
	color: #cfcfcf;
	float: left;
}

.section-contacts__span {
	display: inline-block;
	margin-right: 15px
}

.section-contacts__input {
	display: inline-block;
	width: 310px;
	outline: 0;
	border: 1px solid #cfcfcf;
	height: 54px;
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-right: 15px
}

.page-header__nav--fixed{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	width: 100%;
	z-index: 999999;
	box-shadow: 0 0 17px 4px rgba( 0, 0, 0, .2 );
}

@media (max-width: 1600px) {
	.page-header__logo-wrap {
		margin-right: 5%;
	}

	.page-header__nav-box {
		height: auto;
		float: none;
	}

	.page-header__nav {
		padding: 17px 100px;
	}
	.page-header__nav--fixed{
		padding: 6px 100px 0;
	}
	.section__cell {
		width: 49%;
	}
}

@media (max-width: 1350px) {
	.section-portfolio {
		padding: 60px 0;
	}

	.section-contacts__row {
		text-align: left;
		width: 660px;
		margin: 0 auto;
	}
}

@media (max-width: 1250px) {
	.page-header__contact-item {
		padding: 0 7px;
	}

	.page-header__contact-box {
		left: 495px;
	}

	.section-portfolio__item-container {
		text-align: left;
		width: 875px;
		margin: 0 auto;
	}

	.section-price__slider-wrap {
		width: 700px
	}
	.section-products .section-feedback__box{
		width: 700px;
	}

	.section-ability__img {
		display: none;
	}

	.section-solutions {
		padding: 60px 0;
		padding-left: 75px;
	}

	.page-header__nav-item {
		padding: 0 5px;
	}

	.page-footer__row {
		padding: 60px 70px;
	}

	.page-footer__icon {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 20px;
	}

	.page-footer__cell {
		width: 24%;
		display: inline-block;
		box-sizing: border-box;
		vertical-align: top;
	}

	.page-footer__cell:last-child a {
		font-size: 30px;
	}
}

@media (max-width: 1024px) {

	.section-price__slider-item h3 {
		font-size: 18px;
		font-weight: 700;
		color: #48494b;
		background-color: #c3c7ce;
		margin: 0;
		padding: 15px 0;
		border-radius: 5px;
	}

	.page-header__contact {
		background-image: none;
		text-align: center;
		background-color: #4e5c72;
		height: auto;
		padding: 15px 0;
	}

	.page-header__contact-box {
		position: relative;
		width: 320px;
		left: auto;
	}

	.page-header__contact-item {
		padding: 0 7px;
		width: 100%;
		display: inline-block;
		border: 0;
		line-height: 30px;
	}

	.page-header__logo-wrap {
		display: none;
	}

	.page-header__nav-item {
		display: block;
		text-align: center;
	}

	.section__cell {
		display: block;
		width: 100%;
		padding: 0;
	}

	.section-solutions {
		padding: 60px 20px;
	}

	.section-solutions__service-col:last-child {
		display: none;
	}

	.section-solutions__service {
		text-align: center;
		padding-top: 70px;
	}

	.section-solutions__service-col {
		float: none;
		width: auto;
		display: inline-block;
		text-align: left;
	}

	.section-promo__item::after {
		display: none;
	}

	.page-footer__row {
		display: inline-block;
		padding: 60px 20px;
		text-align: left;
		box-sizing: border-box;
		width: 320px;
	}

	.page-footer__cell {
		width: auto;
		display: inline-block;
		padding-right: 30px;
		box-sizing: border-box;
		vertical-align: top;
		padding: 20px 0;
	}

	.section-feedback__text {
		width: auto;
	}

	.section-portfolio__item-container {
		width: 320px;
		margin: 0 auto;
		text-align: center;
	}

	.section-portfolio__item {
		float: none;
		margin-right: 0;
		display: inline-block;
	}

	.section-contacts__row {
		text-align: left;
		width: 320px;
		margin: 0 auto;
	}

	.section-contacts__cell {
		display: block;
		width: 100%;
		text-align: left;
	}

	.section-feedback__box {
		width: auto;
		margin: 0 auto;
	}

	.page-header__menu {
		display: block;
		position: absolute;
		top: 6px;
		right: 0px;
		color: #fff;
		z-index: 100;
		font-size: 25px;
		width: 40px;
		height: 40px;

	}

	.page-header__nav {
		display: none;
	}

	.page-footer__info {
		display: none;
		margin: 0 auto;
		padding: 60px 0;
		text-align: center;
	}

	.page-footer__menu {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		color: #fff;
		z-index: 100;
		font-size: 25px;
		width: 40px;
		height: 40px;
	}

	.section-main a {
		margin-top: 400px;
	}

	.section-contacts__submit {
		width: 100%;
	}

	.section-contacts__input {
		width: 100%;
	}
}

@media (max-width: 770px) {
	.section-promo__item {
		display: inline-block;
		margin-bottom: 30px
	}

	.section-price__slider-wrap {
		width: 320px;
	}
	.section-products .section-feedback__box{
		width: 320px;
	}
	.section-feedback__name-box {
		position: absolute;
		bottom: 0;
		z-index: 30;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		background-color: #4e5c72;
	}

	.section-feedback__name {
		z-index: 10;
		padding: 12px 15px;
		border-right: 0;
		cursor: pointer;
		display: inline-block;
	}

	.section-main h1 {
		font-size: 25px;
		font-weight: 700;
		color: #fff;
		margin-bottom: 15px;
		text-shadow: 0 4px 0 #4a8b9b;
	}

	.section-main a {
		margin-top: 35px
	}

	.section-main {
		width: 100%;
		background-color: #5bacc0;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		text-align: center;
		height: 360px;
		padding-top: 10px;
		padding-bottom: 50px;
	}

	.section-ability__col {
		text-align: left;
	}

	.section-ability__item {
		position: static;
		margin-bottom: 20px
	}

	.section-contacts {
		padding: 60px 0;
		background-color: #f6f7f9;
	}

	.page-footer__row {
		text-align: center;
	}

	.section-feedback__bar {
		display: none;
	}

}

.section__cell {
	display: inline-block;
	width: 24%;
	padding: 20px;
	box-sizing: border-box;
	vertical-align: top;
}

.consult-form {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	text-align: center;
}

.consult-form__bg {

	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);


}

.consult-form__modal {
	position: absolute;
	width: 1000px;
	height: 80%;
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.7);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	text-align: left;
	overflow: auto;
	padding: 20px 50px;
	box-sizing: border-box;
}

.consult-form__modal-close {
	font-size: 40px;
	color: #000;
	text-decoration: none;
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
}

@media (max-width: 1000px) {
	.consult-form__modal {
		width: 660px;
	}
}
@media (max-width: 770px) {
	.consult-form__modal {
		width: 100%;
		height: 100%;
		padding: 20px 10px;
	}

	.consult-form__modal-close {
		top: 15px;
	}

	.section-main a {
		padding: 15px 10px;
	}
}


.error {
	border: 1px solid #FF0000 !important;
}

.container {

	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	z-index: 1;
}

.header .container {
	margin: 0 auto;
	float: none;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

.form-block textarea {
	width: 352px;
	border: 1px solid #ccc;
	resize: none;
	padding:10px;
// line-height: 1.4 !important;
	font-size: 18px;
	min-height: 0;
	display: inline-block;
	vertical-align: middle;

}

.type-user .radioArea {
	background: none;
	width: 322px;
	height: 40px;
	border:2px solid #CCCCCC;
	border-radius:7px;
	cursor: pointer;
	margin-right: 6px;
}
.type-user .radioAreaChecked {
	margin-right: 6px;
}


.type-user .radioArea:nth-child(1)::after {
	content: '';
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	margin: 11px auto;
	width: 322px;
	text-align: center;
}

.type-user {
	text-align: center;
	margin-bottom: 37px;
	margin-top: 48px;
}

.payments  .radioArea {
	background: none;
	width: 145px;
	height: 75px;
	display: inline-block;
	margin-right: 0;
}

.payments  .radioAreaChecked {
	background: none;
	width: 145px;
	height: 75px;
	display: inline-block;
	margin-right: 0;
}



.payments {
	text-align: center;
	margin-left: 57px;
	margin-bottom: 33px;
}

#fileList,#fileList2 {
	color: #818181;
	margin-top: 20px;

}

.file-field p {
	color: #818181;
	font-size: 15px;
	font-weight: 400;
}

.form-block .section-price__slider-list-item {
	background: transparent;
}

.radiogroup .section-price__slider-list-item {
	display: inline-block;
	vertical-align: top;
}

.element-container .section-price__slider-list-item {
	padding: 0
}

.userdata label {
	width: 231px;
	margin-right: 15px;
	float: left;
	display: block;
	text-align: right;
}

.our-brief {
	margin: 45px auto 36px auto;
	width: 509px;
	height: 32px;
	overflow: hidden;
	position: relative;
}


.our-brief input[type='text'] {
	width: 402px;
	height: 30px;
	border: 1px solid #CCCCCC;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding-left: 15px;
	padding-right: 10px;
	z-index: 2;
}

.our-brief input[type='button'] {
	width: 72px;
	height: 32px;
	border: 2px solid #ccc;
	border-radius:7px;
	color: #ccc;
	font-size: 17px;
	letter-spacing:1px;

	background: none;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 2;
}

.our-brief input[type='button'].hovered {
	color: #fff;
	background-color: #000;
	border: 2px solid #000;
}

.our-brief input[type='file'] {
	width: 509px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 3;
	opacity: 0;
}

.type-user .radioArea:nth-child(3)::after {
	content: '';
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	margin: 12px auto;
	width: 322px;
	text-align: center;

}

.type-user .radioAreaChecked:nth-child(1)::after {
	color: #fff;
	content: '';
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	margin: 11px auto;
	width: 249px;
	text-align: center;
}
.type-user .radioAreaChecked:nth-child(3)::after {
	color: #fff;
	content: '';
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	margin: 11px auto;
	width: 249px;
	text-align: center;
}

.type-user .radioAreaChecked {
	width: 322px;
	height: 40px;
	background: none;
	background-color: #ff0062;
	border: 2px solid #ff0062;
	border-radius:7px;
}
.form-block h2 {
	font-size: 30px;
	padding-top: 30px;
	margin-bottom: 20px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size: 30px;
	font-weight:normal;
	color: #000;
	text-shadow: 0 0 0 rgba(0,0,0,0);


}

.form-block textarea:focus {
	border: 1px solid #b9b9b9;

}

.man input[type='text'],.woman input[type='text'] {
	margin-top: 8px;
	margin-bottom:20px;
}

.form-block-inner h4 {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 300;
}

.radio-item {
	display: inline-block;
	margin-right: 5px;
}

.radio-item:last-child {
	margin-right: 0;
}

.radio-item__box {
	text-align: center;margin-bottom: 25px;
}

.radio-item__input {
	display: none;
}

.radio-item__input + .radio-item__label {
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	width: 322px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 12px auto;
	display: inline-block;
	border: 2px solid #CCCCCC;
	border-radius: 7px;
	cursor: pointer;
	color: #000;
}

.radio-item__input:checked + .radio-item__label {
	background-color: #ff0062;
	border: 2px solid #ff0062;
	color: #fff;
}

.radio-item__bank-input {
	display: none;
}

.radio-item__bank-input + .radio-item__bank-label {
	display: inline-block;
	content: '';
	background-color: #fff;
	background-image: url('/bitrix/templates/cobian/images/new/clip3.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	width: 145px;
	height: 75px;
	display: inline-block;
	margin-right: 0;
}

.radio-item__bank-input:checked + .radio-item__bank-label {
	box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.2);
}

.radio-item:nth-child(2) .radio-item__bank-input + .radio-item__bank-label {
	background-image: url('/bitrix/templates/cobian/images/new/clip4.png');
}

.radio-item:nth-child(3) .radio-item__bank-input + .radio-item__bank-label {
	background-image: url('/bitrix/templates/cobian/images/new/clip5.png');
}

.radio-item:last-child .radio-item__bank-input + .radio-item__bank-label {
	background-image: url('/bitrix/templates/cobian/images/new/clip6.png');
}

.form-block-inner {

	background-image: url(/bitrix/templates/cobian/images/new/paper.jpg);
	padding: 26px;

}
.form-block textarea[name="company_name"] {
	height: 10px;
}

.big_textarea-left {
	left: -4px;
}

.form-block h3 {
	border-bottom: 1px solid #CCCCCC;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-bottom: 10px;
}

.field-box label {
	width: 231px;
	margin-right: 16px;
	text-align: right;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;


}

.field-box {
	margin-top: 5px;
	margin-bottom: 5px;
}

.field-box input[type="button"] {
	background: none;
	width: 104px;
	height: 41px;
	border: 2px solid #ccc;
	border-radius:7px;
	color: #ccc;
	font-size: 17px;
	letter-spacing:1px;
	cursor: pointer;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;

}
.header {
	background-color: #000000;
	padding-bottom: 2px;
//  padding-top: 1px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;

}

.header .dev-and-lang a {
	text-decoration: underline;
	color: #000;
	margin-top: 10px;
	margin-right: 5px;
}

.contacts {
	float: right;
	width: 370px;
	margin-right: 14px;
}

.dev-and-lang {
	float: left;
	padding-top:22px;
}

.header-phone p {
	color: #fff;

	font-size: 48px;
	text-align: right;
	padding-top: 7px;
}

.link {
	text-align: center;
	float: left;
	width:98px;
	padding-top: 14px;
}

.heading {
	font-size: 24px;
	color: #818181;
}

.heading span {
	color: #000;
	text-transform:uppercase;

}

.ingheading {
	display: block;
	margin: 40px auto 30px auto;
}

.ingheading p {
	color: #000;

	font-size: 60px;
}

.consult-form input[type="submit"] {
	background: transparent;
	width: 220px;
	line-height: 47px;
	/*background-color: none;*/
	border: 3px solid #000;
	border-radius: 5px;
	color: #000;
	font-size: 25px;
	display: block;
	margin: 50px auto;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
}

.consult-form input[type="submit"]:hover {
	border: 3px solid #000;
	color:#fff;
	background-color: #000;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
}

.link a {
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
}


.header-phone p span {
	color: #fff;


	text-align: right;
	padding-top: 20px;
	vertical-align: middle;
	margin-right: 3px;
	line-height: 1.4
}
.header-phone p span:nth-child(1) {
	color: #808080;
}


.devmail {

	padding-top: 4px;

	display: inline-block;
	padding-left: 32px;
	margin-top:-1px;
	height: 20px;
	font-size: 14px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	position: relative;
}

.devmail:before {
	background-image: url(/bitrix/templates/cobian/images/new/clip2.png);
	opacity:0.5;
	background-repeat: no-repeat;
	background-position: center center;
	width: 24px;
	height: 18px;
	position: absolute;
	top: 3px;
	left: 0;
	content: '';
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
}
.devmail:hover:before,.devskype:hover:before {
	opacity: 1;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
}

.devmail:hover,.devskype:hover {
	opacity: 1;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
}

.devskype {
	font-size: 14px;

	display: inline-block;
	padding-left: 32px;
	margin-right: 40px;
	height: 24px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	position: relative;
}
.devskype:before {
	position: absolute;
	top: 3px;
	left: 0;
	background-image: url(/bitrix/templates/cobian/images/new/clip1.png);
	opacity:0.5;
	background-repeat: no-repeat;
	background-position: left center;
	width: 24px;
	height: 24px;
	content: '';
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;


}

.header .dev-and-lang a.hovered {
	color: #ED1F24;
}

.header .lang {
	margin-left: 154px;
}

.field-box input[type="button"]:hover {
	background-color: #000;
	border-color:#000;
	color: #fff;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
}

.border {
	height: 1px ;
	background-color: #CCCCCC;
	margin-top: 22px;
	margin-bottom: 22px;
}

.file-field .file-conteiner {
	width: 74px;
	height: 32px;
	position: relative;
	margin-bottom: 15px;
}

.file-field input[type="file"] {
	width: 74px;
	height: 32px;
	position: absolute;
	border: 2px solid #ccc;
	border-radius:7px;
	color: #ccc;
	font-size: 17px;
	letter-spacing:1px;

	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
}
.file-field input[type="button"] {
	height: 41px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: none;
	border: 3px solid #ccc;
	color: #ccc;
	border-radius: 7px;
	cursor: pointer;

	font-size:17px;
	letter-spacing:2px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;

}

.file-field input[type="button"]:hovered {
	color: #fff;
	background-color: #000;
	border: 3px solid #000;
	border-radius: 7px;

	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
}

.form-item .radiogroup label,.form-item .radiogroup .radioAreaChecked,.form-item .radiogroup .radioArea {
	display: inline-block;

}

.file-field {
	float: left;
	width: 231px;
	margin-right: 15px;
	margin-top: 0px;
}

.radiogroup {
	margin-top: 20px;
}

.form-item textarea.big_textarea {
	min-height: 70px !important;
	position: relative;
}

.form-item textarea.nolabel {
	margin-left: 247px;
}

.form-item .man {
	width: 244px;
	margin-left: 247px;
	float: left;
}

.form-item .woman {
	float: left;
	width: 244px;
}

.sex_and_age input[type="text"] {
	display: block;
	width: 108px;
	height: 30px;
	border: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 10px;
}

.sex_and_age input:focus {
	border: 1px solid #b9b9b9;
}

.color-block {
	margin-left: 34px;
}

.form-item .element-container .form-item {
	margin-bottom: 10px;
}

.form-item .element-container .left-side{
	width:50%;
	float: left;
}
.form-item .element-container .right-side{
	width:50%;
	float: right;
}

.form-item .element-container textarea {
	width: 320px;
}

.form-item .element-container .left-side .checkboxArea,.form-item .element-container .left-side .checkboxAreaChecked {
	margin-left: 30px;
}

.left-container {
	margin-left: 30px;
	padding-left: 36px;
	margin-top: 30px;
	float: left;
	width:304px;
	background: -moz-linear-gradient(top,#fff 90%,#C4C6B3 );
	padding-right: 0px;
	margin-top: 110px;

}

.left-container h3 {
	font-size: 17px;
	text-align: center;
	font-weight: 400;

	color: #808080;
	padding-top: 15px;
	margin-bottom: 30px;
	text-transform:uppercase;
}

.left-container ul {
	margin-top: 10px;
}

.left-container ul li {
	font-size: 16px;
	color: #8B8B8A;
	margin-bottom: 27px;
	padding-right: 15px;

}
.left-container ul li p {
	position: relative;
	top: -10px;
	line-height:22px;
}


.left-container  span {
	font-weight: 400;

	color: #00d9ff !important;
}

/*.left-container ul li:nth-child(1) {*/
	/*list-style-image: url(/bitrix/templates/cobian/images/new/mark1.png);*/
/*}*/
/*.left-container ul li:nth-child(2) {*/
	/*list-style-image: url(/bitrix/templates/cobian/images/new/mark2.png);*/
/*}*/
/*.left-container ul li:nth-child(3) {*/
	/*list-style-image: url(/bitrix/templates/cobian/images/new/mark3.png);*/
/*}*/
/*.left-container ul li:nth-child(4) {*/
	/*list-style-image: url(/bitrix/templates/cobian/images/new/mark4.png);*/
/*}*/
/*.left-container ul li:nth-child(5) {*/
	/*list-style-image: url(/bitrix/templates/cobian/images/new/mark5.png);*/
/*}*/
/*.left-container ul li:nth-child(6) {*/
	/*list-style-image: url(/bitrix/templates/cobian/images/new/mark6.png);*/
/*}*/
/*.left-container ul li:nth-child(7) {*/
	/*list-style-image: url(/bitrix/templates/cobian/images/new/mark7.png);*/
/*}*/

.left-container img {
	display: block;
	margin-left: -64px;
	position: relative;
	top: 30px;
}
.right-container {

	float: right;
	min-width: 370px;
	height: 514px;
	background-color:#f7e36b;

	margin-right: 50px;
	text-align: center;
	margin-top: 175px;
}

.right-container ul {
	display: inline-block;
	margin-top: 34px;
}

.right-container ul li {
	width: 320px;
	text-align: left;
	font-size: 16px;
	margin-bottom: 24px;
	color: #000;
	line-height:23px;



}


.right-container .order-button {
	margin: 0 auto;
	border: 2px solid #000;
	border-radius:7px;
	width: 268px;
	height: 47px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
}



.right-container .order-button p {
	width: 268px;
	height: 47px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	font-size: 24px;
	color: #000;
	text-transform: uppercase;

	letter-spacing:2px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
}

.right-container .order-button:hover {
	background-color: #000;
	border: 2px solid #000;
	border-radius:7px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;


}

.right-container .order-button:hover p {
	color: #fff;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
}

.loader {
	width: 300px;
	text-align: center;
	margin: 20px auto;
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	display: none;
}

.loader img {
	width: 40px;
	vertical-align: middle;
	display: inline;

}

.compleet-window {
	padding: 30px;
	max-width: 300px;
	border-radius: 10px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #A6CA00;
	z-index: 10;
	display: none;
}

.compleet-window h3 {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 5px;
}

.compleet-button {
	width: 40px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #fff;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	margin:0px auto;
	color: #fff;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
}

.compleet-button:hover {
	color: #000;
	background-color: #fff;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
}

.pop-up-container {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: 8;
}



.pop-up-form {
	padding: 98px 55px;
	max-width: 300px;
	border-radius: 10px;
	position: fixed;
	top: 0;
	left: 0;
	background-image: url(/bitrix/templates/cobian/images/new/bg1.png);
	background-size: cover;
	z-index: 9;
	display: none;
}

.pop-up-form h3 {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.pop-up-form input[type="text"] {
	width: 200px;
	height: 25px;
	background: #fff;
	border: 1px solid #555;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	margin: 20px auto;
}
.pop-up-form input[type="button"] {
	background: none;
	width: 100px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #fff;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	margin:0px auto;
	color: #fff;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
}

.pop-up-form input[type="button"]:hover {
	color: #000;
	background-color: #fff;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
}

.submit-button {
	width: 70px;

}

#i-menu {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0 ;
	z-index: 0;
}

#i-menu.hidden-block {
	opacity: 1 ;
	z-index: 1;
}



#i-menu .menu-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

#i-menu .menu-inner>a {
	position: relative;
	display: block;
	padding-left: 120px;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 20px;
	height: 90px;
	vertical-align: middle;
	line-height: 90px;
	font-size: 48px;

	color: #7F7F7F;
	transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;

}

#i-menu .menu-inner>a:hover {
	color: #ffffff;
	transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}

#i-menu .menu-inner:after {
	display: block;
	content: "";
	clear: both;
}

#i-menu .menu-inner>a:nth-child(2n+1) {
	float: left;
}
#i-menu .menu-inner>a:nth-child(2n) {
	float: right;
}

#i-menu .menu-inner a>span {
	position: absolute;
	display: block;
	left: 0;
	top: 0;

}


#i-menu .menu-inner a>span>span {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	top: 52%
}

#i-menu .menu-inner>a:first-child>span {
	margin-left: 0
}

#i-menu .menu-inner>a.icon1>span>span {
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/cobian/images/new/sprite.png);
	background-position: -1032px -492px;
	width: 50px;
	height: 50px
}

#i-menu .menu-inner>a.icon1.active>span>span {
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/cobian/images/new/sprite.png);
	background-position: -1032px -438px;
	width: 50px;
	height: 50px
}

#i-menu .menu-inner>a.icon2>span>span {
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/cobian/images/new/sprite.png);
	background-position: -1032px -600px;
	width: 50px;
	height: 50px
}

#i-menu .menu-inner>a.icon2.active>span>span {
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/cobian/images/new/sprite.png);
	background-position: -1032px -330px;
	width: 50px;
	height: 50px
}

#i-menu .menu-inner>a.icon3>span>span {
	background-repeat: no-repeat;
	background-image: url(/local/templates/cobian/css/new/../images/sprite.png);
	background-position: -1032px -276px;
	width: 50px;
	height: 50px
}

#i-menu .menu-inner>a.icon3.active>span>span {
	background-repeat: no-repeat;
	background-image: url(/local/templates/cobian/css/new/../images/sprite.png);
	background-position: -1032px -654px;
	width: 50px;
	height: 50px
}

#i-menu .menu-inner>a.icon4>span>span {
	background-repeat: no-repeat;
	background-image: url(/local/templates/cobian/css/new/../images/sprite.png);
	background-position: -1032px -816px;
	width: 50px;
	height: 50px
}

#i-menu .menu-inner>a.icon4.active>span>span {
	background-repeat: no-repeat;
	background-image: url(/local/templates/cobian/css/new/../images/sprite.png);
	background-position: -1032px -762px;
	width: 50px;
	height: 50px
}

#i-menu .menu-inner>a.icon5>span>span {
	background-repeat: no-repeat;
	background-image: url(/local/templates/cobian/css/new/../images/sprite.png);
	background-position: -1032px -708px;
	width: 50px;
	height: 50px
}

#i-menu .menu-inner>a.icon5.active>span>span {
	background-repeat: no-repeat;
	background-image: url(/local/templates/cobian/css/new/../images/sprite.png);
	background-position: -1032px -870px;
	width: 50px;
	height: 50px
}

#i-menu .menu-inner>a.icon6>span>span {
	background-repeat: no-repeat;
	background-image: url(/local/templates/cobian/css/new/../images/sprite.png);
	background-position: -1032px -384px;
	width: 50px;
	height: 50px
}

#i-menu .menu-inner>a.icon6.active>span>span{
	background-repeat: no-repeat;
	background-image: url(/local/templates/cobian/css/new/../images/sprite.png);
	background-position: -1032px -546px;
	width: 50px;
	height: 50px
}


#i-menu .menu-inner>a.icon7>span>span {
	background-repeat: no-repeat;
	background-image: url(/local/templates/cobian/css/new/../images/sprite.png);
	background-position: -729px -967px;
	width: 50px;
	height: 50px
}

#i-menu .menu-inner>a.icon7.active>span>span{
	background-repeat: no-repeat;
	background-image: url(/local/templates/cobian/css/new/../images/sprite.png);
	background-position: -801px -967px;
	width: 50px;
	height: 50px
}


#i-menu .menu-inner>a.icon8>span>span {
	background-repeat: no-repeat;
	background-image: url(/local/templates/cobian/css/new/../images/sprite.png);
	background-position: -867px -962px;
	width: 50px;
	height: 50px
}

#i-menu .menu-inner>a.icon8.active>span>span{
	background-repeat: no-repeat;
	background-image: url(/local/templates/cobian/css/new/../images/sprite.png);
	background-position: -931px -962px;
	width: 50px;
	height: 50px
}


#i-menu .menu-inner a>span {
	-webkit-animation: pulse 3s ease-in-out infinite;
	animation: pulse 3s ease-in-out infinite;
	cursor: pointer;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;

	z-index: 0;

	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out
}

#i-menu .menu-inner a>span:after {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	content: '';
	position: absolute;
	right: -49px;
	top: 50%;
	-webkit-transform: translate(0%,-50%) rotateZ(90deg);
	-ms-transform: translate(0%,-50%) rotateZ(90deg);
	transform: translate(0%,-50%) rotateZ(90deg);
	border: 30px solid transparent
}

#i-menu .menu-inner a.active>span:after {
	opacity: 1;
	filter: alpha(opacity=100)
}

#i-menu .menu-inner a.active span.item-dot-1 {
	background-color: #ff744f;
	border-color: #ff744f
}

#i-menu .menu-inner a.active span.item-dot-1:after {
	border-bottom: 30px solid #ff744f
}

#i-menu .menu-inner span.item-dot-2 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

#i-menu .menu-inner a.active span.item-dot-2 {
	background-color: #ff9125;
	border-color: #ff9125
}

#i-menu .menu-inner a.active span.item-dot-2:after {
	border-bottom: 30px solid #ff9125
}

#i-menu .menu-inner span.item-dot-3 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

#i-menu .menu-inner a.active span.item-dot-3 {
	background-color: #fb0;
	border-color: #fb0
}

#i-menu .menu-inner a.active span.item-dot-3:after {
	border-bottom: 30px solid #fb0
}

#i-menu .menu-inner span.item-dot-4 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

#i-menu .menu-inner a.active span.item-dot-4 {
	background-color: #b1e700;
	border-color: #b1e700
}

#i-menu .menu-inner a.active span.item-dot-4:after {
	border-bottom: 30px solid #b1e700
}

#i-menu .menu-inner span.item-dot-5 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

#i-menu .menu-inner a.active span.item-dot-5 {
	background-color: #62e2d3;
	border-color: #62e2d3
}

#i-menu .menu-inner a.active span.item-dot-5:after {
	border-bottom: 30px solid #62e2d3
}

#i-menu .menu-inner span.item-dot-6 {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s
}

#i-menu .menu-inner a.active span.item-dot-6 {
	background-color: #3fbcdc;
	border-color: #3fbcdc
}

#i-menu .menu-inner a.active span.item-dot-6:after {
	border-bottom: 30px solid #3fbcdc
}
#i-menu .menu-inner a.active span.item-dot-7 {
	background-color: #4D7DFF;
	border-color: #4D7DFF;
}

#i-menu .menu-inner a.active span.item-dot-7:after {
	border-bottom: 30px solid #4D7DFF
}
#i-menu .menu-inner a.active span.item-dot-8 {
	background-color: #AC26FA;
	border-color: #AC26FA
}

#i-menu .menu-inner a.active span.item-dot-8:after {
	border-bottom: 30px solid #AC26FA
}


#i-menu .menu-inner>a.icon1.active {

	color: #ff744f;
}
#i-menu .menu-inner>a.icon2.active {

	color: #ff9125;
}
#i-menu .menu-inner>a.icon3.active {

	color: #fb0;
}
#i-menu .menu-inner>a.icon4.active {

	color: #b1e700;
}
#i-menu .menu-inner>a.icon5.active {

	color: #62e2d3;
}
#i-menu .menu-inner>a.icon6.active {

	color: #3fbcdc;
}
#i-menu .menu-inner>a.icon7.active {

	color: #4D7DFF;
}
#i-menu .menu-inner>a.icon8.active {

	color: #AC26FA;
}

/***/
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
	background: rgba(244,247,231,.98);
}

.overlay .slider-form {
	background: none;
}

.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 32px;
	top: 90px;
	overflow: hidden;
	border: none;
	color: transparent;
	outline: none;
	z-index: 100;
}

.overlay .overlay-close span {
	display: inline-block;
	vertical-align: top;
	background-image: url(/local/templates/cobian/css/new/../images/sprite.png);
	background-position: -1032px -63px;
	width: 57px;
	height: 57px;
}

.overlay .inner-popup {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	position: relative;
	top: 50%;
	max-height: 80%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay .inner-popup .slider-form {
	float: none;
	margin: 0 auto;
}

.content .overlay .inner-popup {
	overflow: hidden;
}

.overlay .inner-popup .wrapper-button {
	width: auto!important;
}

.overlay .inner-popup .title {
	text-transform: uppercase;
	color: #fff;
}

.overlay .inner-popup .choise {
	color: #e7512a;
	margin: 18px 0 76px;
}

.overlay .inner-popup .inf {
	color: #fdfeff;
	margin: 17px 0 37px;
}

.overlay-cornershape {
	background: transparent;
	visibility: hidden;
	-webkit-transition: visibility 0.5s;
	transition: visibility 0.5s;
}

.overlay-cornershape.open {
	visibility: visible;
	-webkit-transition: none;
	transition: none;
}

.overlay-cornershape svg {
	position: absolute;
	top: 0;
	left: 0;
}

.overlay-cornershape .overlay-path {
// fill: #fff;
}

.overlay-cornershape .inner-popup,.overlay-cornershape .overlay-close {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.overlay-cornershape.open .inner-popup,.overlay-cornershape.open .overlay-close {
	background: none;
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.overlay-cornershape.close nav,.overlay-cornershape.close .overlay-close {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.vinilla-select {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.vinilla-select * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.vinilla-select__short {
	width: 370px;
	display: inline-block;
	vertical-align: top;
}

.vinilla-select-options {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 100%;
	width: 100%;
	display: none;
	overflow: auto;
	max-height: 298px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.vinilla-select-input {
	display: none!important;
}

.vinilla-select-current {
	border-bottom: 1px solid #e6e6e6;
}

.vinilla-select-current .js-vinilla-select-option-value {
	color: #00d8ff;
}

.vinilla-select-input,.vinilla-select-current {
	outline: none;
	cursor: pointer;
	width: 100%;
	height: 60px!important;
	color: #00d8ff;
	position: relative;
	z-index: 0;

	line-height: 1;
	font-size: 52px;
}

.vinilla-select-input.js-vinilla-select_state_active+.vinilla-select-options,.vinilla-select-current.js-vinilla-select_state_active+.vinilla-select-options {
	display: block;
}

.vinilla-select-input:after,.vinilla-select-current:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background-image: url(/local/templates/cobian/css/new/../images/sprite.png);
	background-position: -1074px -192px;
	width: 14px;
	height: 8px;
}

.calculator .vinilla-select-input:after,.calculator .vinilla-select-current:after {
	background-image: url(/local/templates/cobian/css/new/../images/sprite.png);
	background-position: -1010px -346px;
	width: 11px;
	height: 7px;
}

.vinilla-select-option {
	background-color: #fff;
	color: #00d8ff;
	cursor: pointer;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #d9d9d9;
	padding: 5px;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.vinilla-select-option:first-child {
	border-top: none;>
}

.vinilla-select-option:hover .vinilla-select-option__value {
	color: #ff0062;
}

.vinilla-select-option__value {
	color: gray;
}

/******/
.form-validate.form-popup h2 {
	text-align: center;
	color: #000;
	text-transform: uppercase;

	line-height: 1;
	font-size: 36px;
}

.form-validate.form-popup>div {
	text-align: left;
	margin-top: 14px;
}

.form-validate.form-popup>div:first-child {
	margin-top: 0
}

.form-validate.form-popup>div.part {
	text-align: left;
	width: 477px;
	margin-top: 74px;
	display: inline-block;
	vertical-align: top;
}

.form-validate.form-popup>div.part.part-left {
	position: relative;
	z-index: 3;
}

.form-validate.form-popup>div input {
	height: 119px;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	display: block;
	color: #00d8ff;

	line-height: 1;
	font-size: 111px;
}

.form-validate.form-popup>div>label {
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
}

.form-validate.form-popup>div>label span {
	color: #7f7f7f;

	line-height: 1;
	font-size: 18px;
}

.form-validate.form-popup>div.wrapper-send {
	margin-top: 30px;
	text-align: center
}

.form-validate.form-popup>div.wrapper-send .send {
	overflow: hidden;
	position: relative;
	z-index: 0;
	border-radius: 6px;
	display: inline-block;
	vertical-align: middle;
	padding: 3px 28px 6px;
	border: 3px solid #000;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.form-validate.form-popup>div.wrapper-send .send:hover>span:nth-child(2) {
	top: 0;
}

.form-validate.form-popup>div.wrapper-send .send>span:first-child {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	height: 31px;
	display: inline-block;
	vertical-align: top;
	color: #000;

	line-height: 1;
	font-size: 36px;
	border-radius: 6px;
}

.form-validate.form-popup>div.wrapper-send .send>span:nth-child(2) {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	display: block;
	position: absolute;
	z-index: 1;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	height: 105%;
	top: -105%;
	left: -5px;
	background-color: #000;
}

.form-validate.form-popup>div.wrapper-send .send>span:nth-child(2):after {
	content: "\f00c";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -12px;
	color: #fff;
	font: normal normal normal 30px/1 FontAwesome;
}

.time-to-call {
	display: inline-block!important;
	vertical-align: top!important;
	width: 370px!important;
	height: 60px!important;
	font-size: 54px!important;
}

.label-call {
	margin-left: 107px;
}

input[type="reset"] {
	display: none !important;

}
.left_header_all_pages {float: left;margin-left: 34px;margin-top: 0px;}
.left_header_all_pages img {float: left; margin-left: 34px; margin-right: 2px; padding: 15px 0 0;}
.left_header_all_pages a:nth-child(2),.left_header_all_pages a:nth-child(3),.left_header_all_pages a:nth-child(4),.left_header_all_pages a:nth-child(5),.left_header_all_pages a:nth-child(6) {
	color: #fff; cursor: pointer; font-size: 14px;   float: left; padding: 30px 0 29px 63px;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;line-height: 1.4;
}

.left_header_all_pages a {
	position: relative;
}

.left_header_all_pages a::before {opacity: 0.5;top: 50%;transform: translate(0,-50%);-moz-transform: translate(0,-50%);-webkit-transform: translate(0,-50%);-o-transform: translate(0,-50%);-ms-transform: translate(0,-50%);}

.left_header_all_pages a.mainlink {margin-left: 0px; margin-right: 2px; float: left; padding: 15px 0 0; }
.left_header_all_pages a.mainlink::before {
	background: url('/local/templates/cobian/css/new/../images/left_menu.png') no-repeat -181px -1px; display: block; opacity: 1; content: ""; display: inline-block;  height: 50px; width: 161px;top: 0%;transform: translate(0,0);-moz-transform: translate(0,0);-webkit-transform: translate(0,0);-o-transform: translate(0,0);-ms-transform: translate(0,0);
}

.left_header_all_pages a.menulink { letter-spacing: 2px;font-size: 18px;line-height: 0.9;}
.left_header_all_pages a.menulink::before {
	background: url('/local/templates/cobian/css/new/../images/icon/menu1.png'); content: ""; display: inline-block; margin-left: -29px; position: absolute; height: 32px; width: 24px;left:42px;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;background-repeat: no-repeat;
}
.left_header_all_pages a.menulink:hover::before {
	opacity: 1;
	-webkit-transition:  0.5s ease; -moz-transition:  0.5s ease; -o-transition:  0.5s ease; -ms-transition:  0.5s ease; transition:  0.5s ease;
}

.left_header_all_pages a.brieflink {}
.left_header_all_pages a.brieflink::before {
	background: url('/local/templates/cobian/css/new/../images/icon/brief1.png'); content: ""; display: inline-block; margin-left: -24px; position: absolute; height: 30px; width: 29px;left: 44px;background-size: 29px 30px;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;
}
.left_header_all_pages a.brieflink:hover::before {
	opacity: 1;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;
}

.left_header_all_pages a.reviewlink {}
.left_header_all_pages a.reviewlink::before {
	background: url('/local/templates/cobian/css/new/../images/contacts/png/left_menu.png') no-repeat -44px 0; content: ""; display: inline-block; margin-left: -32px; position: absolute; height: 23px; width: 22px;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;
}
.left_header_all_pages a.reviewlink:hover::before {
	opacity: 1;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;
}

.left_header_all_pages a.bloglink {}
.left_header_all_pages a.bloglink::before {
	background: url('/local/templates/cobian/css/new/../images/contacts/png/left_menu.png') no-repeat -67px 0; content: ""; display: inline-block; margin-left: -32px; position: absolute; height: 23px; width: 24px;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;
}
.left_header_all_pages a.bloglink:hover::before {
	opacity: 1;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;
}

.left_header_all_pages a.contactslink {}
.left_header_all_pages a.contactslink::before {
	background: url('/local/templates/cobian/css/new/../images/icon/contacty1.png'); content: ""; display: inline-block; margin-left: -32px; position: absolute; height:30px; width: 31px;left: 42px;background-size: 31px 30px;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;
}
.left_header_all_pages a.contactslink:hover::before {
	opacity: 1;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;
}

.left_header_all_pages a.videolink {}
.left_header_all_pages a.videolink::before {
	background: url('/local/templates/cobian/css/new/../images/icon/video1.png'); content: ""; display: inline-block; margin-left: -19px; position: absolute; height: 24px; width: 35px;left:42px;background-size: 35px 24px;opacity: 0.5;
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;opacity: 0.5;
}
.left_header_all_pages a.videolink:hover::before {
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;opacity: 1;
}

.alert {
	display: none;
	text-align: center;
	position: fixed;
	z-index: 10000;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #fff
}

.alert .close {
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 30px;
	right: 30px;
	background-image: url(/local/templates/cobian/css/new/../images/sprite.png);
	background-position: -1032px -63px;
	width: 57px;
	height: 57px
}

.inner-alert {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center
}

.inner-alert h1 {

	line-height: 1;
	font-size: 200px;
	color: #00d9ff
}

.inner-alert p:first-of-type {

	line-height: 1;
	font-size: 90px;
	color: #00d9ff
}

.inner-alert p:nth-of-type(2) {
	color: #000;

	line-height: 1;
	font-size: 24px;
	margin-top: 35px
}

textarea:focus {
	outline: 0;
}

input:focus {
	outline: 0;
}

.form-block .textarea-error {
	border-color: #ff0062
}

@media (max-width: 1000px) {
	.field-box input[type="button"] {
		width: 110px;
	}

	.form-block textarea {
		width: 200px;
	}

	.field-box label {
		width: 135px;
		text-align: left;
	}
	.form-item textarea.nolabel {
		margin-left: 150px;
	}

	.form-item .man {
		margin-left: 0;
	}

	.form-item .element-container textarea {
		width: 210px;
	}

	.form-item .element-container .right-side textarea {
		margin-left: 0;
	}
	.userdata label {
		width: auto;
	}
	.file-field {
		width: auto;
	}

	.form-item:last-child .element-container textarea {
		width: 420px;
	}
}
@media (max-width: 770px) {
	.form-block textarea {
		width: 96%;
		margin-top: 20px;
		margin-bottom: 20px
	}

	.field-box label {
		width: auto;
	}

	.form-item textarea.nolabel {
		margin-left: 0;
	}
	.radio-item {
		margin-right: 0;
	}

	.radio-item__input + .radio-item__label {
		width: 280px;
	}

	.userdata label {
		text-align: left;
	}

	.our-brief input[type='file'] {
		width: 280px;
	}

	.our-brief input[type='text'] {
		width: 280px;
	}

	.form-item .element-container .left-side {
		width: auto;
		float: none;
	}

	.form-item .element-container .right-side {
		width:auto;
		float: none;
	}

	.form-item .element-container textarea {
		width: 280px;
	}

	.color-block {
		margin-left: 0;
	}
}
#overlay{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba( 0, 0, 0, .8 );
	z-index: 9999;
}
.body-fixed{
	overflow: hidden;
}
.b-portfolio-popup{
	display: none;
	width: 1140px;
	height: 560px;
	background: #fff;
	position: fixed;
	z-index: 10000;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -570px;
	box-sizing: border-box;
	padding: 0 32px 32px;
	border-radius: 4px;
}
.b-portfolio-popup .b-popup-close{
	position: absolute;
	right: 30px;
	top: 17px;
	cursor: pointer;
	font-size: 32px;
}
.b-popup__h3{
	height: 76px;
	line-height: 76px;
	border-bottom: 1px solid #333;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}
.b-popup__slider{
	width:640px;
	padding: 0;
	padding-right: 40px;
	padding-top: 32px;
	height: 100%;
	margin: 0;
	box-sizing: border-box;
	float: left;
}
.b-popup__slider-main{
	width:100%;
	height: 360px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.b-popup__slider-main__item{
	width: 100%;
	height: 360px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.b-popup__slider-main__item img{
	width: 100%;
	height: 100%;
}
.b-popup__slider-main__item:first-child{
	display: block;
}
.b-popup__slider-page{
	position: relative;
	width: 640px;
	height: 56px;
	overflow: hidden;
	padding-right: 40px;
	box-sizing: border-box;
}
.b-popup__slider-page__item{
	position: relative;
	float: left;
	width: 94px;
	height: 100%;
	box-sizing: border-box;
	margin-right: 6px;
	opacity: 0.3;
	transition: opacity 0.2s ease;
	cursor: pointer;
}
.b-popup__slider-page__item:last-child{
	margin-right: 0;
}
.b-popup__slider-page__item img{
	width: 100%;
	height: 100%;
}
.b-popup__slider-page__item--active{
	opacity: 1;
}
.b-popup__slider-page__item:last-child{
	margin: 0;
}
.b-popup__info{
	width:400px;
	height: 410px;
	overflow: auto;
	margin: 0;
	padding: 0;
	float: left;
	padding-top: 32px;
}
.b-popup__2col{
	width: 100%;
	padding: 0;
}
.b-popup__halfw{
	width: 50%;
	box-sizing: border-box;
	float: left;
	margin-bottom: 24px;
}
.b-popup__halfw:first-child{
	padding-right: 2%;
}
.b-popup__info .b-popup__info-text:first-child{
	margin-top: 0;
}
.b-portfolio-popup .section-price__slider-list-item{
	background: none;
}
.b-portfolio-popup .section-price__slider-btn{
	width: 230px;
	float: right;
	text-align: center;
	background: #c75b5b;
	box-shadow: 0 4px 0 0 #b14949;
}

.b-footer__menu{
	padding-top: 30px;
	text-align: center;
	padding-bottom: 50px;
}
.b-footer__menu--item{
	color: #fff;
	margin-right: 32px;
}
.b-footer__menu--item:last-child{
	margin-right: 0;
}
.page-footer__row.page-footer__info{
	width: 1280px;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0;
}
.page-footer__info .page-footer__cell{
	float: left;
	width: 420px;
	color: #ccc;
	text-align: center;
}
.page-footer__info .page-footer__cell p{
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.page-footer__info .page-footer__cell--right{
	width:350px;
	float: right;
	color: #fff;
}
.page-footer__info .page-footer__cell--left{
	width:510px;
	color: #ccc;
	padding-left: 60px;
	position: relative;
	box-sizing: border-box;
	font-size: 12px;
	padding-top: 8px;
	line-height: 24px;
}
.page-footer__info .page-footer__cell--left .fa-twitter{
	font-size: 45px;
	color: #ccc;
	position: absolute;
	left: 16px;
	top: 10px;
}
.page-footer__info .page-footer__cell--left > a{
	color: #fff;
}
/* End */


/* Start:/local/templates/cobian/css/new/slick.css?14673605591729*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */
/* /local/templates/cobian/css/new/normalize.css?14673605597413 */
/* /local/templates/cobian/css/new/font-awesome.css?146736055936686 */
/* /local/templates/cobian/css/new/styles.css?146858261870328 */
/* /local/templates/cobian/css/new/slick.css?14673605591729 */
