html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

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

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

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

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}

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

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

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

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

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 0;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

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

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

pre {
    overflow: auto;
}

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

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

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

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

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

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

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

button {
    overflow: visible;
}

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

button,
select {
    text-transform: none;
}

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

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

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

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

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

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

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

input {
    line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
    overflow: auto;
}

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

optgroup {
    font-weight: bold;
}

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

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

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

td,
th {
    padding: 0;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-top-90 {
    padding-top: 90px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-bottom-70 {
    padding-bottom: 70px !important;
}

.padding-bottom-80 {
    padding-bottom: 80px !important;
}

.padding-bottom-90 {
    padding-bottom: 90px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-auto {
    margin: 0 auto !important;
    float: none !important;
}

.display-none {
    display: none;
}

.relative {
    position: relative;
}

.center {
    text-align: center;
}

.res_img {
    width: 100%;
    height: auto;
}
.border{
    border: 3px solid rgba(66,38,69, 0.44);
}
.float_l {
    float: left;
}

.float_r {
    float: right;
}

body {
    font-family: Roboto;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

.btn {
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#fffe00),color-stop(100%,#ffcf00));
    background-image: -webkit-linear-gradient(top,#fffe00,#ffcf00);
    background-image: -moz-linear-gradient(top,#fffe00,#ffcf00);
    background-image: -o-linear-gradient(top,#fffe00,#ffcf00);
    background-image: -ms-linear-gradient(top,#fffe00,#ffcf00);
    background-image: linear-gradient(top,#fffe00,#ffcf00);
    border: solid 1px #ffd800;
    text-shadow: #ffec00 1px 1px 0;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    padding: 3px 15px;
    font-weight: 400;
}

.btn:hover {
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#ffff89),color-stop(100%,#ffdf5a)) !important;
    background-image: -webkit-linear-gradient(top,#ffff89,#ffdf5a) !important;
    background-image: -moz-linear-gradient(top,#ffff89,#ffdf5a) !important;
    background-image: -ms-linear-gradient(top,#ffff89,#ffdf5a) !important;
    background-image: -o-linear-gradient(top,#ffff89,#ffdf5a) !important;
    background-image: linear-gradient(top,#ffff89,#ffdf5a) !important;
    color: #000000;
    text-decoration: none;
}
.blue{
    background-size: 100%;
    border: solid 1px #939393;
    color: #939393;
    cursor: pointer;
    display: inline-block;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    padding: 1px 10px;
    font-weight: 400;
}
.block01{
    background: rgba(0, 0, 0, 0) url("img/mainbg.jpg") no-repeat center center / cover !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2) inset;
    padding: 45px 0 30px;
    -webkit-box-shadow: #afafaf 0px 0px 10px;
    -moz-box-shadow: #afafaf 0px 0px 10px;
    box-shadow: #afafaf 0px 0px 10px;
}

.title_small {
    line-height: 32pt;
    color: #000000;
    font-size: 30px;
    font-weight: 300;
    padding-top: 10px;
    text-align: center;
}

.title_big {
    font-family: 'Open Sans Condensed';
    font-size: 42px;
    line-height: 45px;
    padding-bottom: 5px;
    text-align: center;
    text-shadow: 1px 1px 2px #fff;
    color: #2a3234;
    text-transform: uppercase;
	margin-bottom: -50px;
}

.<strong>title_pod</strong> {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
}


.text_left {
    color: #ffffff;
    display: table-cell;
    height: 266px;
    position: relative;
    padding-right: 140px;
    text-align: right;
    vertical-align: middle;
    z-index: 1;
}

.text_right {
    color: #ffffff;
    display: table-cell;
    height: 266px;
    padding-left: 140px;
    text-align: left;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.heart {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}

.arrow_bottom {
    margin: 0 auto;
    width: 25px;
}

.arrow_bottom img {
    width: 100%;
}

.width50 {
    width: 50%;
}
.zag_blue {
    color: #565656;
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
    font-size: 50px;
    line-height: 55px;
    padding: 45px 0 10px;
    text-align: center;
    margin-top: 45px;
    font-weight: 300;
}
.zag_top {
    color: #565656;
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
    font-size: 50px;
    line-height: 55px;
    padding: 15px 0 10px;
    text-align: center;
    font-weight: 300;
}
.bg-1{
    background: url(img/hr_11.png) no-repeat center top;
}
.bg-2{
    background: url(img/hr.png) no-repeat center top;
}
.zag_pod {
    color: #919191;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
}

.zag_white {
    color: #fff;
    font-family: Lobster;
    font-size: 50px;
    line-height: 60px;
    padding: 45px 0 10px;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.zag_pod_w {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    padding-top: 15px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

.img_pod {
    margin: 0 auto;
    padding-bottom: 55px;
    text-align: center;
    width: 250px;
    padding-top: 20px;
}

.block03 .img_pod {
    padding-bottom: 60px;
}

.img_pod img {
    width: 100%;
}

.uslugi {
    width: 100%;
    max-width: 293px;
}

.zag_uslugi {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0;
}
.text_uslugi {
    color: #919191;
    line-height: 18px;
    padding-bottom: 20px;
    width: 320px;
    margin: 0 auto;
}

.uslugi_more {
    border: 1px solid #e55a65;
    border-radius: 20px;
    color: #e55a65;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 15px;
    text-transform: uppercase;
}

.uslugi_more:hover {
    background: #e55a65 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    text-decoration: none;
}

.uslugi_more span {
    background: rgba(0, 0, 0, 0) url("img/arrow_right.png") no-repeat scroll right center / 8px auto;
    display: inline-block;
    float: right;
    height: 12px;
    margin-left: 8px;
    margin-top: 4px;
    width: 8px;
}

.uslugi_more:hover span {
    background: rgba(0, 0, 0, 0) url("img/arrow_right_h.png") no-repeat scroll right center / 8px auto;
}
.width100.block02 {
    padding-bottom: 60px;
}


.bg_photo03 {
    background: rgba(0, 0, 0, 0) url("img/bg_photo03.jpg") no-repeat scroll bottom center / cover;
}

.bg_photo04 {
    background: rgba(0, 0, 0, 0) url("img/bg_photo04.jpg") no-repeat scroll bottom center / cover;
}


.bg_photo06 {
    background: rgba(0, 0, 0, 0) url("img/bg_photo06.jpg") no-repeat scroll bottom center / cover;
}

.bg_photo07 {
    background: rgba(0, 0, 0, 0) url("img/bg_photo07.jpg") no-repeat scroll bottom center / cover;
}

.bg_photo08 {
    background: rgba(0, 0, 0, 0) url("img/bg_photo08.jpg") no-repeat scroll bottom center / cover;
}

.bg_photo10 {
    background: rgba(0, 0, 0, 0) url("img/bg_photo10.jpg") no-repeat scroll bottom center / cover;
}

.bg_photo11 {
    background: rgba(0, 0, 0, 0) url("img/bg_photo11.jpg") no-repeat scroll bottom center / cover;
}


.digital {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    padding-top: 25px;
}

.text_uzor {
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    padding: 0 40px;
}

.line_uzor {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    height: 1px;
    margin: 20px auto 5px;
    width: 150px;
}

.width100.block04 {
    background: rgba(0, 0, 0, 0) url("img/pattern.png") repeat scroll center center;
    padding: 20px 0 55px;
}

.block04 .img_pod {
    padding-bottom: 70px;
}

.width100.block05 {
    background: rgba(0, 0, 0, 0) url("img/bg_photo02.jpg") no-repeat scroll top center / cover;
    padding: 20px 0 85px;
}

.block055 {
    background: rgba(0, 0, 0, 0) url("img/bg_photo02.jpg") no-repeat scroll top center / cover;
    padding: 20px 0 85px;
}

.block05 .img_pod {
    padding-top: 15px;
}

.pllax-bk {
    tranform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
}

.pllax-bk {
    background: url("../../../../s3-us-west-2.amazonaws.com/s.cdpn.io/28963/st-bk2.jpg") no-repeat;
    width: 100%;
    height: 560px;
    background-size: cover;
    z-index: -1;
    position: absolute;
}


.btn.big {
    font-size: 20px;
}

.forma_in {
    padding: 40px 50px 45px;
}

.border_top {
    padding: 0 51px;
    position: absolute;
    top: 7px;
    width: 100%;
    z-index: 1;
}

.border_top_in {
    background: #ffffff none repeat scroll 0 0;
    height: 1px;
    margin: 0 0 3px;
    width: 100%;
}

.border_top_in_in {
    background: #ffffff none repeat scroll 0 0;
    height: 2px;
    width: 100%;
}

.border_bottom {
    bottom: 6px;
    padding: 0 51px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.border_bottom_in {
    background: #ffffff none repeat scroll 0 0;
    height: 2px;
    margin: 0 0 3px;
    width: 100%;
}

.border_bottom_in_in {
    background: #ffffff none repeat scroll 0 0;
    height: 1px;
    width: 100%;
}

.border_left {
    height: 100%;
    left: 7px;
    padding: 51px 0;
    position: absolute;
    width: 5px;
    z-index: 1;
}

.border_left_in {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    height: 100%;
    width: 1px;
}

.border_left_in_in {
    background: #ffffff none repeat scroll 0 0;
    float: right;
    height: 100%;
    width: 2px;
}

.border_right {
    height: 100%;
    right: 7px;
    padding: 51px 0;
    position: absolute;
    width: 5px;
    z-index: 1;
}

.border_right_in {
    background: #ffffff none repeat scroll 0 0;
    float: right;
    height: 100%;
    width: 1px;
}

.border_right_in_in {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    height: 100%;
    width: 2px;
}

.u1 {
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 9;
}

.u2 {
    height: 60px;
    top: 0;
    position: absolute;
    right: 0;
    width: 60px;
    z-index: 9;
}

.u3 {
    height: 60px;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 60px;
    z-index: 9;
}

.u4 {
    height: 60px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 60px;
    z-index: 9;
}

.zag_forma {
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
    padding-bottom: 5px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.pod_forma {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 30px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.pod_forma span {
    text-transform: uppercase;
    font-weight: bold;
}



.width100.block06 {
    padding: 10px 0 65px;
}


.img_podhod {
    margin: 0 auto;
    max-width: 125px;
}

.img_podhod img {
    width: 100%;
}

.img_znakom {
    width: 100%;
    max-width: 376px;
}

.icons_work {
    margin: 80px 0 20px;
    max-width: 179px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.digital_work {
    background: #ffffff none repeat scroll 0 0;
    border: 3px solid #e55a65;
    border-radius: 50%;
    color: #e55a65;
    display: table-cell;
    font-weight: 900;
    height: 48px;
    margin: 0 auto;
    vertical-align: middle;
    width: 48px;
}

.center_work {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 48px;
    z-index: 1;
}

.gorizont {
    margin: 0 0 -24px;
    padding: 0 120px;
}

.gorizont_in {
    background: rgba(0, 0, 0, 0) url("img/punktir_big.png") repeat-x scroll 0 0 / auto 2px;
    height: 2px;
    width: 100%;
}

.vertikal {
    background: rgba(0, 0, 0, 0) url("img/punktir_small.png") repeat-y scroll 0 0 / 2px auto;
    height: 50px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 40px;
    width: 2px;
}

.title_work {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
}

.text_work {
    color: #919191;
    line-height: 20px;
    margin: 0 0 15px;
}

.but_work {

    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px 7px;
    text-transform: uppercase;
}

/*.but_work:hover {
    background: #fff;
    color: #e55a65;
    text-decoration: none;
    border: 1px solid #e55a65;
}*/

/*.but_work:hover span {
    background: rgba(0, 0, 0, 0) url("img/arrow_right.png") no-repeat scroll right center / 8px auto;
}*/
.width100.block09 {
    background: rgba(0, 0, 0, 0) url("img/bg_photo02.jpg") no-repeat scroll center top / cover;
    padding: 20px 0 85px;
}

ul.list_heart li {
    color: #ffffff;
    font-style: italic;
    font-weight: 500;
}

li.haert_text {
    margin-bottom: 10px;
    margin-left: 40px;
}

.icons_heart {
    background: rgba(0, 0, 0, 0) url("img/icons_heart.png") repeat scroll left center / 25px auto;
    float: left;
    font-size: 13px;
    height: 22px;
    text-align: center;
    width: 25px;
}

.btn.but_heart {
    border-radius: 50px;
    font-size: 20px;
    padding: 20px 50px;
}

ul.list_heart {
    margin-bottom: 40px;
}

/**************** slicknav ********************/

.slicknav_menu {
    display: none;
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_menu {
    *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.slicknav_menu:before {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both;
}

.slicknav_nav {
    clear: both;
}

.slicknav_nav ul {
    display: block;
}

.slicknav_nav li {
    display: block;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_item a {
    display: inline;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_brand {
    float: left;
}

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    padding: 0;
}

.slicknav_menu * {
    box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
    color: #666666;
    font-weight: bold;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #666666;
}

.slicknav_btn.slicknav_open {
    background: none repeat scroll 0 0 #ACACAC;
    color: #fff !important;
    border: 1px solid #fff;
}

.slicknav_btn.slicknav_open .slicknav_menutxt {
    color: #ffffff;
    font-weight: bold;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar {
    background-color: #fff;
}

.slicknav_nav {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 3px solid #808080;
    border-left: 1px solid #808080;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #808080;
    color: #333333;
    font-size: 0.875em;
    left: 0;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 99999;
    width: 100%;
}

.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px;
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff;
}

.slicknav_nav a {
    color: #666666;
    display: block;
    font-size: 14px;
    margin: 2px 5px;
    padding: 15px 10px;
    text-decoration: none;
}

.slicknav_nav li:hover, .slicknav_nav li.active {
    background: #CACACA none repeat scroll 0 0;
    color: #fff;
}

.slicknav_nav li a:hover, .slicknav_nav li.active a {
    color: #ffffff;
    text-decoration: none;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}

/****************end slicknav **************/

.con_img {
    float: left;
    width: 32px;
}

.con_w {
    margin: 0 0 0 50px;
}

.con_title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 5px;
}

.con_text {
    font-size: 16px;
    line-height: 23px;
    color: #919191;
}

.width100.yanmap {
    height: 500px;
    width: 100%;
}

.center {
    text-align: center;
}

.cop {
    color: #919191;
    font-size: 16px;
    margin: 0 auto 10px;
}

.poltorcom {
    color: #333;
}

.poltorcom a {
    color: #e55a65;
    text-decoration: underline;
}

.poltorcom a:hover {
    text-decoration: none;
}

.hearth {
    background: #fff none repeat scroll 0 0;
    height: 36px;
    position: relative;
    text-align: center;
    width: 100%;
}

.line {
    background: #a8a8a8 none repeat scroll 0 0;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.hearth_img {
    margin: 0 auto;
    position: relative;
    width: 50px;
    z-index: 1;
}

.cont_item {
    margin-bottom: 30px;
}

.btn.bigest {
    border-radius: 50px;
    font-size: 25px;
    font-weight: 500;
    padding: 20px 50px;
}

.bg1 {
    background: rgba(0, 0, 0, 0) url("img/bg_photo02.jpg") no-repeat scroll center top / cover;
}

.faq_border {
    position: absolute;
    top: -15px;
    left: 55px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #e55a65;
}

.faq_num {
    color: #e55a65;
    float: left;
    font-family: lobster;
    font-size: 40px;
    line-height: 30px;
    margin: -5px 0 0;
}

.faq_title {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 0 55px;
}

.faq_text {
    border: 1px solid #e55a65;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 0 55px;
    padding: 15px 20px;
    position: relative;
}

.faq_item {
    margin-bottom: 50px;
}

.otziv_img {
    border-radius: 5px;
    height: auto;
    width: 100%;
}

.otziv_title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin: -5px auto 20px;
}

.otziv_text {
    color: #919191;
    font-size: 15px;
    line-height: 20px;
}

.bloq_r {
    position: absolute;
    right: 0;
    top: 0;
    width: 107px;
}

.bloq_l {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 107px;
}

.bloq_r_l {
    position: absolute;
    left: 0;
    top: 0;
    width: 107px;
}

.bloq_l_r {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 107px;
}

.otziv_bloq {
    color: #666666;
    font-size: 15px;
    font-style: italic;
    margin: 40px auto 0;
    padding: 40px 35px 45px;
    text-align: center;
}

.otziv_bloq_title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 10px;
}

.font-style-normal {
    font-style: normal;
}

.para {
    bottom: 0;
    float: none;
    left: 0;
    margin: 0 auto;
    max-width: 320px !important;
    position: absolute !important;
    right: 0;
}

.pattern {
    background: rgba(0, 0, 0, 0) url("img/pattern.png") repeat scroll center center;
}

.strahi .otziv_bloq {
    margin: 0 auto 40px;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    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;
}



.border_arr {
    background: #acacac none repeat scroll 0 0;
    height: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1px;
}

.slick-dots {
    display: none!important;
    margin: 40px auto 0;
    text-align: center;
}

.slick-dots li {
    background: #d9d9d9 none repeat scroll 0 0;
    border-radius: 50%;
    color: #666666;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 0 7px;
    text-align: center;
    width: 25px;
}

.slick-dots li.slick-active {
    background: #e55a65 none repeat scroll 0 0;
    color: #fff;
}

.slick-dots li > button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

* {
    outline: none !important;
}

.white {
    color: #fff;
}

.bold {
    font-weight: bold;
}

/*@media (min-width: 992px) {*/
/*@keyframes animatedBackground {*/
/*from { background-position: 0 0; }*/
/*to { background-position: 0 100%; }*/
/*}*/
/*body {*/
/*background: rgba(0, 0, 0, 0) url("img/pattern.png") repeat scroll center center;*/
/*animation: animatedBackground 500s linear infinite;*/
/*}*/
/*.block06, .galery, .block02, .otzivi {*/
/*background-color: #fff !important;*/
/*}*/
/*.block04, .block08 {*/
/*background-image: none !important;*/
/*}*/

/*}*/
.data_text {
    margin: 0 auto 20px;
}

.header_in {
    height: 80px;
}

.uppercase {
    text-transform: uppercase;
}

.strong {
    font-weight: bold;
}

.header_all {
    background: #F3F3F3 none repeat scroll 0 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    height: 50px;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.8s ease 0s;
    width: 100%;
    z-index: 99;
}

.main_nav {
    height: 50px;
    left: 223px;
    line-height: 50px;
    position: absolute;
    top: 0;
    transition: all 0.8s ease 0s;
}

.phone {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 10px;
    transition: all 0.8s ease 0s;
}

.header_btn {
    font-size: 14px;
    position: absolute;
    right: 14px;
    top: 12px;
    transition: all 0.8s ease 0s;
}
.menu_btn{
    font-size: 16px;
    margin-top: -7px!important;
    padding: 8px 15px;
}

.header .nav > li a:hover, .header .nav > li.active a {
    display: block;
    font-weight: 400;
    font-size: 11.5pt;
    color: #1E1E1E;
    text-decoration: none;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.strahi {
    overflow: hidden;
}

.comp .opacity-0 {
    opacity: 0;
}

.comp .opacity-0.animated {
    opacity: 1 !important;
}

.parallax {
    background-attachment: fixed !important;
}

.header .nav {
    height: 80px;
}

.logo {
    left: 15px;
    position: absolute;
    top: 8px;
    width: 170px;
    transition: all 0.8s;
}
#sub-logo {
    font-size: 13px;
    margin: -5px 0 0 57px;
    color: #943370;
}
.nav > li {
    display: inline-block;
    margin: 0 7px;
}

.logo_img {
    display: none;
    width: 100%;
}

.nav > li a {
    display: block;
    float: left;
    font-weight: 400;
    font-size: 11.5pt;
    color: #777777;
    text-decoration: none;
}

@-webkit-keyframes anim-subnav {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        opacity: .4
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1
    }
}

@keyframes anim-subnav {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        opacity: .4
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1
    }
}

.arrow_bottom {
    cursor: pointer;
    transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-name: anim-subnav;
    animation-name: anim-subnav;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.og-details > p {
    height: 100px;
    line-height: 21px !important;
    overflow-x: hidden;
}

.og-details h3 {
    line-height: 1.2;
}

.white-popup .inp_name, .white-popup .inp_phone {
    border: 2px solid #b7b6b6;
    box-shadow: none;
}

.popop_header {
    border-radius: 5px 5px 0 0;
    margin: -20px -30px 20px;
    padding: 20px;
}

a.slicknav_btn {
    position: absolute;
    top: 5px;
    right: 200px;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 10px 15px;
    line-height: 1.125em;
    cursor: pointer;
    margin: 0;
    text-decoration: none;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #9A9A9A;
    transition: all 0.8s;
}

.h-animated .header_in {
    height: 50px;
}


.h-animated .nav {
    height: 50px;
}

.alignleft {
    float: left;
    margin: 0 20px 0 0;
}

.price_w {
    background: rgba(0, 0, 0, 0) url("img/flower_patt.jpg") repeat scroll center top;
    border-radius: 6px;
    margin: 0 15px;
    padding: 5px;
    text-align: center;
}

.price_in_img {
    width: 100%;
}

.price_in {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    padding: 25px 0;
}

.paket_title {
    color: #333;
    font-family: lobster;
    font-size: 25px;
    margin: 0 auto 10px;
    padding: 0;
}

.paket_opis {
    font-size: 14px;
    font-style: italic;
}

.price_price {
    color: #e55a65;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 auto 15px;
}

.price_w .btn {
    padding: 7px 20px 7px 35px;
    text-align: center;
    width: 100%;
}

.price_price_w {
    padding: 0 10px;
}

.price_in_img_w {
    height: 250px;
    overflow: hidden;
    margin: 20px auto;
}

.popup.papup .popup_table p {
    padding-bottom: 15px;
    padding-top: 50px;
    text-align: left;
    font-size: 27px;
}

.price_table td{
    border: 1px solid #ddd;
    padding: 10px 15px;
    text-align: left;
    width: 50%;
}
.price_table th{
    border: 1px solid #ddd;
    padding: 5px 30px;
    font-size: 15px;
}
td:nth-child(3) {
    font-weight: bold;
    padding-right: 15px;
    text-align: right;
    width: 30%;
}
td:nth-child(6) {
    font-weight: bold;
    padding-right: 15px;
    text-align: left;
    width: 30%;
}
.popup_form {
    background: #fcf7f1 none repeat scroll 0 0;
    color: #666666;
    font-size: 27px;
    line-height: 1.2;
    margin-top: 50px;
    text-align: center;
}

.popup_form form {
    margin-bottom: 0;
    padding-bottom: 100px;
}

.leadForm .formHeader {
    display: block;
    padding-top: 25px;
}
.res_img {
    width: 100%;
}

.gal_pop {
    margin: 0 auto 30px;
}

.popup_table {
    color: #333;
}

.price_table {
    border: 1px solid #ddd;
}

.my_price {
    position: relative;
}

.price td:nth-child(2) {
    color: #e55a65;
    font-size: 40px;
    font-weight: bold;
    padding: 15px;
}

.itogo {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 30px;
    font-weight: bold;
}

.price {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #ddd;
}

.itogo td:nth-child(2) {
    color: #333;
    text-decoration: line-through;
}

.price > td {
    padding-bottom: 20px;
}

.itogo td:nth-child(1) {
    border-right: medium none;
    font-size: 20px;
}

.price td:nth-child(1) {
    border-right: medium none;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}

.price_table tr:first-child {
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
}

.price_table tr:first-child th:nth-child(1), .price_table tr:first-child th:nth-child(2) {
    border-right: 1px solid #ddd;
}

.itogo td:nth-child(2), .price td:nth-child(2) {
    border-right: medium none;
    text-align: right;
}

.price_table tr {
    border-bottom: 1px solid #ddd;
}

.slick-arrow.slick-disabled {
    opacity: 0.5;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .megatoryy{
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1070px;
    }

}
@media (min-width: 1600px) {
    .container {
        width: 1090px;
    }
    .uslugi_w{
        margin: 0 auto!important;
        width: 95%;    
    }
}

@media (max-width: 768px) {
    .price_table tr:first-child {
        font-size: 15px;
    }

    .otziv_img {
        margin: 0 auto 20px;
    }

    .wagwep-container ul#portfolio-filter a {
        margin: 0;
        display: block !important;
        float: none;
        padding: 15px !important;
        font-size: 16px;
        text-align: center;
    }

    .wagwep-container ul#portfolio-filter li {
        width: 100%;
        margin: 0 auto 10px !important;
        padding: 0 15px !important;
        display: block !important;
    }

    .width100.yanmap{
        display: none;
    }

    .img_znakom {
        margin-bottom: 40px;
    }

    .bez {
        margin-bottom: 30px !important;
    }

    .but_work_mob {
        margin-bottom: 50px;
    }
    .title_big{
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .price td:nth-child(1) {
        font-size: 20px;
    }
    
    .h-animated a.slicknav_btn {
        top: 4px;
        right: 320px;
    }

    .main_nav, .letter_information,
     .gal, .galery_bg, .consalting_top, 
     .border, .peopJaw,
     .no_display_forma,.adressBox, #id4{
        display: none;
    }
    .logo_img{
        display: block;
    }

    .slicknav_menu {
        display: block;
    }

    a.uslugi_more {
        margin-bottom: 50px;
    }
    
    .love_mob .text_love {
        padding-bottom: 40px;
    }

    .block08 .text_love {
        padding-bottom: 50px;
    }
    .pod_sli_in{
        margin: 0 auto;
        width: 320px;
        margin-bottom: 45px;
    }
    .gorizont {
        display: none;
    }

    .bez {
        margin-bottom: 80px;
    }
    .info_item {
        border-right: none;
        border-left: none;
        padding-bottom: 20px;
        min-height: 100%;
        margin-left: 20px;
      }
      .header_btn{
        display: none;
    }
}

@media (max-width: 1200px) {

    .main_nav {
        left: 30px;
        transition: all 0.8s ease 0s;
    }
    .consalting_top{
        display: none;
    }
    .clients_work{
        padding-bottom: 50px!important;
    }
    .h-animated .nav > li {
        display: inline-block;
        margin: 0 5px;
    }

    .h-animated .main_nav {
        left: 124px;
    }

    .h-animated .phone {
        font-size: 15px;
        top: 15px;
    }

    .price_table {
        width: 100%;
    }
}

@media (max-width: 400px) {

    .zag_blue, .zag_white {
        font-size: 42px;
        line-height: 46px;
    }

    .heart img, .gal, .comp_row{ 
        display: none;
    }

    .title_pod {
        padding-bottom: 30px;
    }
    

    .inp_name {
        background: #ffffff url("img/man.png") no-repeat scroll 15px center / 18px auto;
        font-size: 14px;
        padding-left: 40px;
    }

    .inp_phone {
        background: #FFFFFE url("img/phone.png") no-repeat scroll 15px center / 18px auto;
        font-size: 14px;
        padding-left: 40px;
    }

    .btn.big {
        font-size: 18px;
    }

    .but_work_mob {
        margin-bottom: 30px;
    }

    .bez {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 600px) {
    .price_table tr:first-child {
        font-size: 15px;
    }

    .phone, .header_btn, .border,
    .no_display, .otziv_name,
    .no_display_forma, #id4{
        display: none;
    }
    .pod_sli_in{
        margin-bottom: 45px;
    }
    
    a.slicknav_btn, .h-animated a.slicknav_btn {
        right: 15px;
    }

    .text_left, .price, .itogo {
        display: none;
    }

    .text_right, .gal {
        display: none;
    }

    .heart{
        display: none;
    }
    .price_table th:nth-child(2) th:nth-child(3) td:nth-child(5) td:nth-child(6){
        display: none!important;
    }
    .arrow_bottom {
        padding-top: 25px;
    }

    .price_in_t .zag_pod {
        margin: 0 auto 20px;
        padding-top: 0;
    }
    
}

.vk {
    background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgOTcuNzUgOTcuNzUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDk3Ljc1IDk3Ljc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQ4Ljg3NSwwQzIxLjg4MywwLDAsMjEuODgyLDAsNDguODc1UzIxLjg4Myw5Ny43NSw0OC44NzUsOTcuNzVTOTcuNzUsNzUuODY4LDk3Ljc1LDQ4Ljg3NVM3NS44NjcsMCw0OC44NzUsMHogICAgTTczLjY2Nyw1NC4xNjFjMi4yNzgsMi4yMjUsNC42ODgsNC4zMTksNi43MzMsNi43NzRjMC45MDYsMS4wODYsMS43NiwyLjIwOSwyLjQxLDMuNDcyYzAuOTI4LDEuODAxLDAuMDksMy43NzYtMS41MjIsMy44ODMgICBsLTEwLjAxMy0wLjAwMmMtMi41ODYsMC4yMTQtNC42NDQtMC44MjktNi4zNzktMi41OTdjLTEuMzg1LTEuNDA5LTIuNjctMi45MTQtNC4wMDQtNC4zNzFjLTAuNTQ1LTAuNTk4LTEuMTE5LTEuMTYxLTEuODAzLTEuNjA0ICAgYy0xLjM2NS0wLjg4OC0yLjU1MS0wLjYxNi0zLjMzMywwLjgxYy0wLjc5NywxLjQ1MS0wLjk3OSwzLjA1OS0xLjA1NSw0LjY3NGMtMC4xMDksMi4zNjEtMC44MjEsMi45NzgtMy4xOSwzLjA4OSAgIGMtNS4wNjIsMC4yMzctOS44NjUtMC41MzEtMTQuMzI5LTMuMDgzYy0zLjkzOC0yLjI1MS02Ljk4Ni01LjQyOC05LjY0Mi05LjAyNWMtNS4xNzItNy4wMTItOS4xMzMtMTQuNzA4LTEyLjY5Mi0yMi42MjUgICBjLTAuODAxLTEuNzgzLTAuMjE1LTIuNzM3LDEuNzUyLTIuNzc0YzMuMjY4LTAuMDYzLDYuNTM2LTAuMDU1LDkuODA0LTAuMDAzYzEuMzMsMC4wMjEsMi4yMSwwLjc4MiwyLjcyMSwyLjAzNyAgIGMxLjc2Niw0LjM0NSwzLjkzMSw4LjQ3OSw2LjY0NCwxMi4zMTNjMC43MjMsMS4wMjEsMS40NjEsMi4wMzksMi41MTIsMi43NmMxLjE2LDAuNzk2LDIuMDQ0LDAuNTMzLDIuNTkxLTAuNzYyICAgYzAuMzUtMC44MjMsMC41MDEtMS43MDMsMC41NzctMi41ODVjMC4yNi0zLjAyMSwwLjI5MS02LjA0MS0wLjE1OS05LjA1Yy0wLjI4LTEuODgzLTEuMzM5LTMuMDk5LTMuMjE2LTMuNDU1ICAgYy0wLjk1Ni0wLjE4MS0wLjgxNi0wLjUzNS0wLjM1MS0xLjA4MWMwLjgwNy0wLjk0NCwxLjU2My0xLjUyOCwzLjA3NC0xLjUyOGwxMS4zMTMtMC4wMDJjMS43ODMsMC4zNSwyLjE4MywxLjE1LDIuNDI1LDIuOTQ2ICAgbDAuMDEsMTIuNTcyYy0wLjAyMSwwLjY5NSwwLjM0OSwyLjc1NSwxLjU5NywzLjIxYzEsMC4zMywxLjY2LTAuNDcyLDIuMjU4LTEuMTA1YzIuNzEzLTIuODc5LDQuNjQ2LTYuMjc3LDYuMzc3LTkuNzk0ICAgYzAuNzY0LTEuNTUxLDEuNDIzLTMuMTU2LDIuMDYzLTQuNzY0YzAuNDc2LTEuMTg5LDEuMjE2LTEuNzc0LDIuNTU4LTEuNzU0bDEwLjg5NCwwLjAxM2MwLjMyMSwwLDAuNjQ3LDAuMDAzLDAuOTY1LDAuMDU4ICAgYzEuODM2LDAuMzE0LDIuMzM5LDEuMTA0LDEuNzcxLDIuODk1Yy0wLjg5NCwyLjgxNC0yLjYzMSw1LjE1OC00LjMyOSw3LjUwOGMtMS44MiwyLjUxNi0zLjc2MSw0Ljk0NC01LjU2Myw3LjQ3MSAgIEM3MS40OCw1MC45OTIsNzEuNjExLDUyLjE1NSw3My42NjcsNTQuMTYxeiIgZmlsbD0iI2U1NWE2NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
    background-size: cover;
    display: inline-block;
    height: 40px;
    max-height: 256px;
    max-width: 256px;
    position: relative;
    width: 40px;
    z-index: 99999;
    margin-right: 7px;
}

.inst {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNDkuNjUyIDQ5LjY1MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkuNjUyIDQ5LjY1MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNMjQuODI1LDI5Ljc5NmMyLjczOSwwLDQuOTcyLTIuMjI5LDQuOTcyLTQuOTdjMC0xLjA4Mi0wLjM1NC0yLjA4MS0wLjk0LTIuODk3Yy0wLjkwMy0xLjI1Mi0yLjM3MS0yLjA3My00LjAyOS0yLjA3MyAgICAgYy0xLjY1OSwwLTMuMTI2LDAuODItNC4wMzEsMi4wNzJjLTAuNTg4LDAuODE2LTAuOTM5LDEuODE1LTAuOTQsMi44OTdDMTkuODU0LDI3LjU2NiwyMi4wODUsMjkuNzk2LDI0LjgyNSwyOS43OTZ6IiBmaWxsPSIjZTU1YTY1Ii8+CgkJCTxwb2x5Z29uIHBvaW50cz0iMzUuNjc4LDE4Ljc0NiAzNS42NzgsMTQuNTggMzUuNjc4LDEzLjk2IDM1LjA1NSwxMy45NjIgMzAuODkxLDEzLjk3NSAzMC45MDcsMTguNzYyICAgICIgZmlsbD0iI2U1NWE2NSIvPgoJCQk8cGF0aCBkPSJNMjQuODI2LDBDMTEuMTM3LDAsMCwxMS4xMzcsMCwyNC44MjZjMCwxMy42ODgsMTEuMTM3LDI0LjgyNiwyNC44MjYsMjQuODI2YzEzLjY4OCwwLDI0LjgyNi0xMS4xMzgsMjQuODI2LTI0LjgyNiAgICAgQzQ5LjY1MiwxMS4xMzcsMzguNTE2LDAsMjQuODI2LDB6IE0zOC45NDUsMjEuOTI5djExLjU2YzAsMy4wMTEtMi40NDgsNS40NTgtNS40NTcsNS40NThIMTYuMTY0ICAgICBjLTMuMDEsMC01LjQ1Ny0yLjQ0Ny01LjQ1Ny01LjQ1OHYtMTEuNTZ2LTUuNzY0YzAtMy4wMSwyLjQ0Ny01LjQ1Nyw1LjQ1Ny01LjQ1N2gxNy4zMjNjMy4wMSwwLDUuNDU4LDIuNDQ3LDUuNDU4LDUuNDU3VjIxLjkyOXoiIGZpbGw9IiNlNTVhNjUiLz4KCQkJPHBhdGggZD0iTTMyLjU0OSwyNC44MjZjMCw0LjI1Ny0zLjQ2NCw3LjcyMy03LjcyMyw3LjcyM2MtNC4yNTksMC03LjcyMi0zLjQ2Ni03LjcyMi03LjcyM2MwLTEuMDI0LDAuMjA0LTIuMDAzLDAuNTY4LTIuODk3ICAgICBoLTQuMjE1djExLjU2YzAsMS40OTQsMS4yMTMsMi43MDQsMi43MDYsMi43MDRoMTcuMzIzYzEuNDkxLDAsMi43MDYtMS4yMSwyLjcwNi0yLjcwNHYtMTEuNTZoLTQuMjE3ICAgICBDMzIuMzQyLDIyLjgyMywzMi41NDksMjMuODAyLDMyLjU0OSwyNC44MjZ6IiBmaWxsPSIjZTU1YTY1Ii8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-size: cover;
    display: inline-block;
    height: 40px;
    max-height: 256px;
    max-width: 256px;
    position: relative;
    width: 40px;
    z-index: 99999;
}
.soc a {
    transition: all 0.4s;
}
.soc a:hover {
    transform: scale(1.2);
}
.translator{
    margin-top: -8px!important;
}
.translator a{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
/********************** Header ID ******************************/
.info_block{
    padding-bottom: 15px;
    background: rgba(255,255,255,0.71);
}
.text_nasterrs:after{
    content: "";
    position: absolute;
    bottom: -33px;
    left: 47.5%;
    height: 43px;
    width: 60px;
    background: url("img/triangle.png")  no-repeat 50% -1px;
}
.letter_information{
    padding-bottom: 30px;
}
.text_digital{
    padding-top: 25px;
    position: absolute;
    left:  5px;
    font-size: 36px;
    line-height: 30px;
    color: #000000;
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    text-align: left;
}
.text_digital span {
    font-size: 22px;
    color: #E41819;
    font-weight: 500;
    font-family: 'Open Sans Condensed';
}
.logo_center img{
    padding-top: 28px;
    text-align: center;
    width: 255px;
}
.phone_block{
    position: absolute;
    right: 5px;
    top: 28px;
}
.block_1-right-phone{
    text-align: right;
    font-size: 30px;
    width: 300px;
    float: right;
    line-height: 28px;
    font-weight: 400;
    padding-right: 15px;
}
.block_1-right-phone span {
    font-weight: 300;
}
.block_1-right-zvon{
    margin-top: -20px;
}
.block_1-right-zvon span {
    display: block;
    float: left;
    margin-right: -20px;
    text-align: right;
    font-family: 'Open Sans Condensed';
    font-size: 18px;
    position: relative;
    top: 5px;
}
.padding_btn{
    padding: 4px 32px;
}
.title_pod strong{
    color: #E44A4A;
    font: 500 14pt 'Roboto';
}
.text_nasterrs{
    text-align: center;
    min-height: 152px;
    background: url("img/line.png") no-repeat center top;
}
.megatoryy{
    color: #000000;
}
.small_shape {
    -webkit-animation: fadeInLeft 0.8s 1s ease both;
    -moz-animation: fadeInLeft 0.8s 1s ease both;
    -ms-animation: fadeInLeft 0.8s 1s ease both;
    -o-animation: fadeInLeft 0.8s 1s ease both;
    animation: fadeInLeft 0.8s 1s ease both;
    -webkit-box-shadow: rgba(0,0,0,0.1) 1px 1px 15px 1px;
    -moz-box-shadow: rgba(0,0,0,0.1) 1px 1px 15px 1px;
    box-shadow: rgba(0,0,0,0.1) 1px 1px 15px 1px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 10px solid rgba(255,255,255,0.4);
    position: relative;
    top: 69px;
    left: 6px;
    height: 236px;
    width: 236px;
}
.small_shape .inner {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    height: 216px;
    width: 216px;
    text-align: center;
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: rgba(0,0,0,0.6) 2px 3px 7px -1px inset;
    -moz-box-shadow: rgba(0,0,0,0.6) 2px 3px 7px -1px inset;
    box-shadow: rgba(0,0,0,0.6) 2px 3px 7px -1px inset;
    padding-top: 10px;
}
.small_shape .inner h2 {
    color: #E44A4A;
    font-size: 26pt;
    margin-top: 45px;
    font-family: "Conv_FrizQuadrataC-Bold";
}
.small_shape .inner p {
    font-size: 17pt;
    margin-top: 10px;
    line-height: 19pt;
}
.forma_vopros{
    color: #000000;
}
.big_shape {
    -webkit-animation: fadeInLeft 1.4s 0.6s ease both;
    -moz-animation: fadeInLeft 1.4s 0.6s ease both;
    -ms-animation: fadeInLeft 1.4s 0.6s ease both;
    -o-animation: fadeInLeft 1.4s 0.6s ease both;
    animation: fadeInLeft 1.4s 0.6s ease both;
    -webkit-box-shadow: rgba(0,0,0,0.1) 1px 1px 15px 1px;
    -moz-box-shadow: rgba(0,0,0,0.1) 1px 1px 15px 1px;
    box-shadow: rgba(0,0,0,0.1) 1px 1px 15px 1px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 10px solid rgba(255,255,255,0.4);
    position: relative;
    width: 318px;
    height: 318px;
    top: -59px;
    left: 151px;
}

.big_shape .inner {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: rgba(0,0,0,0.6) 2px 3px 7px -1px inset;
    -moz-box-shadow: rgba(0,0,0,0.6) 2px 3px 7px -1px inset;
    box-shadow: rgba(0,0,0,0.6) 2px 3px 7px -1px inset;
    width: 298px;
    height: 297px;
    padding-top: 1px;
    text-align: center;
    font-size: 13.5pt;
    line-height: 15pt;
}
.big_shape .inner h2 {
    color: #E44A4A;
    font-size: 23pt;
    margin-top: 95px;
    font-family: "Conv_FrizQuadrataC-Bold";
}
.big_shape .inner strong{
    color: #E44A4A;
    font-size: 20px!important;
    font: 500 14pt 'Roboto';
}
.big_shape .inner ul{
    margin-top: 7px;
}
.big_shape .inner p {
    margin-top: 8px;
}
.inner p .pack {
    line-height: 24pt;
    display: block;
    margin-bottom: 4px;
    background: url(/sites/all/themes/mytheme/images/cake_sprite.png) 73px 1px no-repeat;
}
.inner p .cake {
    line-height: 24pt;
}
.active_form{
    margin: 30px 7px 0 0;
    -webkit-box-shadow: rgba(0,0,0,0.6) 2px 3px 7px -1px;
    -moz-box-shadow: rgba(0,0,0,0.6) 2px 3px 7px -1px;
    box-shadow: rgba(0,0,0,0.6) 2px 3px 7px -1px;
    background: rgba(255,255,255,0.80);
    margin: auto;
    width: 320px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

}
.active_top{
    margin-top: 85px;
}
.popup_form_b2{
    background: rgba(255,255,255,0.90)!important;
}
.block_title {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 20pt;
    text-align: center;
    text-shadow: white 1px 1px 0;
}
.active_form form {
    -webkit-appearance: none;
}
.active_form .field-name-field-webfrom-text {
    font-family: Arial;
    -webkit-font-smoothing: antialiased;
    font-size: 8pt;
    color: #828282;
    line-height: 10pt;
    padding-bottom: 12px;
    text-align: center;
    width: 210px;
    margin: auto;
    padding-top: 10px;
}
.active_form form>div {
    width: 273px;
    margin: auto;
    padding-top: 5px;
}
.active_form form .webform-submit {
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#fffe00),color-stop(100%,#ffcf00));
    background-image: -webkit-linear-gradient(top,#fffe00,#ffcf00);
    background-image: -moz-linear-gradient(top,#fffe00,#ffcf00);
    background-image: -ms-linear-gradient(top,#fffe00,#ffcf00);
    background-image: -o-linear-gradient(top,#fffe00,#ffcf00);
    background-image: linear-gradient(top,#fffe00,#ffcf00);
    border: solid 1px #ffd800;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin: 0!important;
    width: 242px;
    height: 41px;
    font-size: 18pt;
    line-height: 31px;
    font-family: "Friz";
    text-shadow: #ffec00 1px 1px 0;
}
 .button-primary:hover{
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#ffff89),color-stop(100%,#ffdf5a)) !important;
    background-image: -webkit-linear-gradient(top,#ffff89,#ffdf5a) !important;
    background-image: -moz-linear-gradient(top,#ffff89,#ffdf5a) !important;
    background-image: -ms-linear-gradient(top,#ffff89,#ffdf5a) !important;
    background-image: -o-linear-gradient(top,#ffff89,#ffdf5a) !important;
    background-image: linear-gradient(top,#ffff89,#ffdf5a) !important;
    color: #000000;
    text-decoration: none;
}
.button-primary:active {
	position:relative;
	top:1px;
}
.active_form form .form-item input {
    background: rgba(255,255,255,0.45);
    color: #000000!important;
    width: 256px;
    height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 13pt;
    padding-left: 15px;
    -webkit-box-shadow: rgba(0,0,0,0.7) 1px 1px 4px -1px inset;
    -moz-box-shadow: rgba(0,0,0,0.7) 1px 1px 4px -1px inset;
    box-shadow: rgba(0,0,0,0.7) 1px 1px 4px -1px inset;
    border: 0;
    -webkit-appearance: none;
    margin-bottom: 17px;
}
.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
}
/*Info*/
.info{
    background: #F2F6FB;
    -webkit-box-shadow: #afafaf 0px 0px 10px;
    -moz-box-shadow: #afafaf 0px 0px 10px;
    box-shadow: #afafaf 0px 0px 10px;
}
.info_item {
    padding-bottom: 10px;
    padding: 10px 10px 0 10px;
    min-height: 105px;
}
.info_img {
    float: left;
    margin: 0 10% 0 0;
}
.info_cont{
    float: left;
    width: 65%;
}
.inf_title {
    font-size: 24px;
    line-height: 25px;
    font-weight: 500;
    margin: 0 auto 5px;
    padding: 5px 10px;
    border-bottom: 1px dotted #717171;
}
.inf_text {
    font-family: pt serif;
    font-style: italic;
    line-height: 18px;
    color: #535456;
    font: 16px/18px 'NeoSansPro-Regular';
    margin: 0;
    text-shadow: 1px 1px 2px #fff;
}
/*Galeria Convectoare*/
.usliga{
    
}
.pBtns{
    width: 310px;
    margin: 0 auto;
}
.btnMore{
    width: 137px;
    height: 36px;
    margin-left: 0px;
    margin-right: 11px;
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#f5f5f5),color-stop(100%,#cccccc));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#cccccc);
    background-image: -moz-linear-gradient(top,#f5f5f5,#cccccc);
    background-image: -ms-linear-gradient(top,#f5f5f5,#cccccc);
    background-image: -o-linear-gradient(top,#f5f5f5,#cccccc);
    background-image: linear-gradient(top,#f5f5f5,#cccccc);
    border-color: #b9b9b9;
    text-shadow: #f0f0f0 1px 1px 0;
    color: #8f8f8f;
    display: block;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #b9b9b9;          
}
.btnMore:hover {
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#ffffff),color-stop(100%,#dadada)) !important;
    background-image: -webkit-linear-gradient(top,#ffffff,#dadada) !important;
    background-image: -moz-linear-gradient(top,#ffffff,#dadada) !important;
    background-image: -ms-linear-gradient(top,#ffffff,#dadada) !important;
    background-image: -o-linear-gradient(top,#ffffff,#dadada) !important;
    background-image: linear-gradient(top,#ffffff,#dadada) !important;
}
.btnZamer{
    width: 137px;
    height: 36px;
    background-size: 100%;
    display: block;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
}
.btn_nert1{
    float: left;
}    
.btn_nert2{
    float: right;
}
.views-field{
    color: #000000;
}
.views-label-field-gallery-oldprice {
    float: left;
    font-size: 13.5pt;
    padding-right: 5px;
}
.views-field-field-gallery-oldprice .field-content {
    float: left;
    padding-right: 5px;
}
.views-field-field-gallery-oldprice .field-content:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100px;
    background: transparent;
    top: 10px;
    left: 50px;
    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    transform: rotate(17deg);
    border-bottom: solid 1px red;
}
.views-field-field-gallery-price {
    color: #9625cc;
    font-weight: 700;
    font-size: 19px;
}
.views-field-field-gallery-price
 .views-label-field-gallery-price {
    display: none;
}
.views-field-field-gallery-price span {
    color: #000;
    font-weight: 400;
    padding-left: 5px;
}
.views-field_block{
    width: 280px;
    margin: 0 auto;
    font-size: 18px;
} 
.uslugi_product{
    padding: 30px;
}
.list_avantaj{
    padding: 0 20px;
    margin: 30px 0 0 20px;
    text-align: left!important;
    border: 1px solid #ddd;
}
.list_avantaj span {
    color: #828282;
}
.info-row-list {
    padding: 8px 0 0 0;
}
.info-row-list li {
    background: url("img/ico_2.png") 0 5px no-repeat;
    padding: 0 0 0 14px;
    margin: 0 0 2px 0;
}
.glaery_img{
    margin-top: 50px;
}
.btn_nert{
    margin: 0 auto;
}
.preff div{
    margin: 0 0 20px 0;
}
.preff_left,
.preff_right{
    text-align: center;
}
.preff_left{
    float: left;
}
.preff_right{
    padding-top: 3px;
    float: right;
}
/* Forma Girl
-----------------------------------------------------------------------------*/
.clients_work{
        background: #F2F6FB;
    -webkit-box-shadow: #afafaf 0px 0px 10px;
    -moz-box-shadow: #afafaf 0px 0px 10px;
    box-shadow: #afafaf 0px 0px 10px;
}
.in_title_w {
    margin: 20px auto 0;
    position: relative;
}
 .in_title {
    background: #858585 none repeat scroll 0 0;
    bottom: 4px;
    height: 1px;
    margin: 0 -20px 0 0;
    position: absolute;
    right: 50%;
    width: 100px;
}
.in_title2 {
    background: #858585 none repeat scroll 0 0;
    bottom: 0;
    height: 1px;
    left: 50%;
    position: absolute;
    width: 100px;
    margin: 0 0 0 -20px;
} 
.preim_row{
    margin: 0 auto;
    width: 85%;   
}
.pod_title {
    color: #666666;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
}

.big_ico.side_le > img {
    height: 28px;
    margin: 0 auto;
}
.big_ico.side_le {
    position: relative;
    text-align: center;
}
.big_ico.side_le {
    float: left;
    margin: 0 10px 0 0;
}
.ico_big {
    height: 70px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 70px;
}
.ico_big.left_side {
    float: left;
    margin: 0 15px 0 0;
}
.big_ico_in > img {
    max-height: 37px;
    max-width: 45px; 
}
.big_ico_in {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    width: 70px;
}
.big_ico_t_l {
    background: #858585 none repeat scroll 0 0;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.big_ico_t_l::before {
    background: #858585 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
.big_ico_t_r {
    background: #858585 none repeat scroll 0 0;
    height: 1px;
    right: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.big_ico_t_r::before {
    background: #858585 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 20px;
    right: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
.big_ico_b_l {
    background: #858585 none repeat scroll 0 0;
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 20px;
}
.big_ico_b_l::before {
    background: #858585 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 1px;
}
.big_ico_b_r {
    background: #858585 none repeat scroll 0 0;
    height: 1px;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 20px;
}
.big_ico_b_r::before {
    background: #858585 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 20px;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 1px;
}
.big_ico_text {
    color: #fff;
    font-size: 15px;
    padding: 5px 0 0;
}
.s_title {
    display: table-cell;
    font-family: roboto slab;
    font-size: 20px;
    font-weight: bold;
    height: 70px;
    line-height: 1.3;
    text-transform: uppercase;
    vertical-align: middle;
}
.preim_text {
    color: #666666;
    font-size: 15px;
    line-height: 24px;
    margin: 20px auto;
}
.figure_animation_w {
    text-transform: uppercase;
}
.figure_animation_w p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px auto 0;
}
.figure_animation_w {
    font-family: roboto slab;
}
.figure_animation svg {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.figure_animation svg rect {
    fill: none;
    fill-rule: evenodd;
    stroke-dasharray: 1300;
    stroke-dashoffset: 1300;
    stroke-width: 6;
    transition: all 2000ms ease 0s;
}
.figure_animation {
    color: #79457E;
    box-sizing: border-box;
    max-width: 400px;
    padding: 55px 30px;
    position: relative;
    text-align: center;
}
.figure_animation svg rect {
    stroke: #79457E;
}
.ico_and_text{
    margin-top: 50px;
}
.consultation{
    margin-top: 50px;
}
.show_span {
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 1px 20px 0;
}
.chat .show_span {
    font-size: 25px;
    width: 100%;
}
.btn.show_more.chat {
    width: 80%;
}
.text_pricelist {
    background: rgba(0, 0, 0, 0) url("img/text_chat.png") no-repeat scroll right top / 128px auto;
    color: #666666;
    font-size: 18px;
    line-height: 24px;
    margin: 20px 95px;
    min-height: 85px;
    padding: 10px 150px 0 0;
}
/* @group Base Flipster Styles */
.flipster {
    display: block;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    width: 940px;
    min-height: 300px !important;
}
.flip-items,
.flip-item {
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}
.flip-items {
    width: 400px !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.flip-item {
    position: absolute;
    opacity: 0.99;
    /* Fix for strange clipping behavior on rotated elements in Chrome. */

}
.flip-past,
.flip-future,
.flip-next,
.flip-prev {
    cursor: pointer;
}
.flip-item img {
    border-radius: 5px;
    display: block;
    max-width: 400px;
    width: 100%;
}
/* @end */
/* @group Coverflow Style */
.flipster-coverflow .flip-items {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    position: relative;
    padding-top: 2%;
    padding-bottom: 5%;
}
.flipster-coverflow .flip-item {
    display: block;
    -webkit-transition: all 175ms ease-in-out;
    -moz-transition: all 175ms ease-in-out;
    -o-transition: all 175ms ease-in-out;
    -ms-transition: all 175ms ease-in-out;
    transition: all 175ms ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
    position: absolute;
    width: 30%;
}
.flipster-coverflow .flip-content {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}
.flipster-coverflow .flip-past .flip-content {
    -webkit-transform: rotateY(55deg) scale(0.75);
    -moz-transform: rotateY(55deg) scale(0.75);
    -o-transform: rotateY(55deg) scale(0.75);
    -ms-transform: rotateY(55deg) scale(0.75);
    transform: rotateY(55deg) scale(0.75);
}
.flipster-coverflow .flip-future .flip-content {
    -webkit-transform: rotateY(-55deg) scale(0.75);
    -moz-transform: rotateY(-55deg) scale(0.75);
    -o-transform: rotateY(-55deg) scale(0.75);
    -ms-transform: rotateY(-55deg) scale(0.75);
    transform: rotateY(-55deg) scale(0.75);
}

.flipster-coverflow.no-rotate .flip-past .flip-content {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform:scale(0.75);
    -ms-transform:scale(0.75);
    transform: scale(0.75);
}
.flipster-coverflow.no-rotate .flip-future .flip-content {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}


.flipster-coverflow .flip-current .flip-content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.flipster-coverflow .flip-hidden {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
/* @end */
/* @group Flip Items */
.flipster-carousel .flip-items {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}
.flipster-carousel .flip-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}
.no-csstransforms .flipster-carousel .flip-item {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.flipster-carousel .flip-items img {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.flipster-carousel .flip-past {
    -webkit-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
    -moz-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
    -o-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
    -ms-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
    transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
}
.flipster-carousel.no-rotate .flip-past {
    -webkit-transform: translateX(-80%) translateZ(0)  scale(0.65);
    -moz-transform: translateX(-80%) translateZ(0)  scale(0.65);
    -o-transform: translateX(-80%) translateZ(0)  scale(0.65);
    -ms-transform: translateX(-80%) translateZ(0) scale(0.65);
    transform: translateX(-80%) translateZ(0) scale(0.65);
}
.no-csstransforms3d .flipster-carousel .flip-past {
    -webkit-transform: translateX(-56%) scale(0.5);
    -moz-transform: translateX(-56%) scale(0.5);
    -o-transform: translateX(-56%) scale(0.5);
    -ms-transform: translateX(-56%) scale(0.5);
    transform: translateX(-56%) scale(0.5);
}
.no-csstransforms .flipster-carousel .flip-past {
    left: -20%;
    top: 40%;
    width: 50%;
    height: 50%;
}
.flipster-carousel .flip-future {
    -webkit-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
    -moz-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
    -o-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
    -ms-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
    transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
}

.flipster-carousel.no-rotate .flip-future {
    -webkit-transform: translateX(80%) translateZ(0) scale(0.65);
    -moz-transform: translateX(80%) translateZ(0) scale(0.65);
    -o-transform: translateX(80%) translateZ(0) scale(0.65);
    -ms-transform: translateX(80%) translateZ(0) scale(0.65);
    transform: translateX(80%) translateZ(0) scale(0.65);
}

.no-csstransforms3d .flipster-carousel .flip-future {
    -webkit-transform: translateX(56%) scale(0.5);
    -moz-transform: translateX(56%) scale(0.5);
    -o-transform: translateX(56%) scale(0.5);
    -ms-transform: translateX(56%) scale(0.5);
    transform: translateX(56%) scale(0.5);
}
.no-csstransforms .flipster-carousel .flip-future {
    left: 88%;
    top: 40%;
    width: 50%;
    height: 50%;
}
.flipster-carousel .flip-prev {
    -webkit-transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);
    -moz-transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);
    -o-transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);
    -ms-transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);
    transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);
}
.flipster-carousel.no-rotate .flip-prev {
    -webkit-transform: translateX(-60%) translateZ(0) scale(0.8);
    -moz-transform: translateX(-60%) translateZ(0) scale(0.8);
    -o-transform: translateX(-60%) translateZ(0) scale(0.8);
    -ms-transform: translateX(-60%) translateZ(0) scale(0.8);
    transform: translateX(-60%) translateZ(0) scale(0.8);
}
.no-csstransforms3d .flipster-carousel .flip-prev {
    -webkit-transform: translateX(-24%) scale(0.75);
    -moz-transform: translateX(-24%) scale(0.75);
    -o-transform: translateX(-24%) scale(0.75);
    -ms-transform: translateX(-24%) scale(0.75);
    transform: translateX(-24%) scale(0.75);
}
.no-csstransforms .flipster-carousel .flip-prev {
    left: -9%;
    top: 20%;
    width: 75%;
    height: 75%;
}
.flipster-carousel .flip-next {
    -webkit-transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);
    -moz-transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);
    -o-transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);
    -ms-transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);
    transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);
}
.flipster-carousel.no-rotate .flip-next {
    -webkit-transform: translateX(60%) translateZ(0)  scale(0.8);
    -moz-transform: translateX(60%) translateZ(0) scale(0.8);
    -o-transform: translateX(60%) translateZ(0) scale(0.8);
    -ms-transform: translateX(60%) translateZ(0) scale(0.8);
    transform: translateX(60%) translateZ(0) scale(0.8);
}

.no-csstransforms3d .flipster-carousel .flip-next {
    -webkit-transform: translateX(24%) scale(0.75);
    -moz-transform: translateX(24%) scale(0.75);
    -o-transform: translateX(24%) scale(0.75);
    -ms-transform: translateX(24%) scale(0.75);
    transform: translateX(24%) scale(0.75);
}
.no-csstransforms .flipster-carousel .flip-next {
    left: 39%;
    top: 20%;
    width: 75%;
    height: 75%;
}
.flipster-carousel .flip-past,
.flipster-carousel .flip-future {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    z-index: 1;
    -webkit-transition-delay: 87.5ms;
    -moz-transition-delay: 87.5ms;
    -o-transition-delay: 87.5ms;
    transition-delay: 87.5ms;
}
.flipster-carousel .flip-prev,
.flipster-carousel .flip-next {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    z-index: 2;
    -webkit-transition-delay: 58.333333333333336ms;
    -moz-transition-delay: 58.333333333333336ms;
    -o-transition-delay: 58.333333333333336ms;
    transition-delay: 58.333333333333336ms;
}
.flipster-carousel .flip-current {
    z-index: 999;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition-delay: 58.333333333333336ms;
    -moz-transition-delay: 58.333333333333336ms;
    -o-transition-delay: 58.333333333333336ms;
    transition-delay: 58.333333333333336ms;
}
.flipster-carousel .flip-hidden {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: rotateY(0deg) translateX(0) scale(0.5);
    -moz-transform: rotateY(0deg) translateX(0) scale(0.5);
    -o-transform: rotateY(0deg) translateX(0) scale(0.5);
    -ms-transform: rotateY(0deg) translateX(0) scale(0.5);
    transform: rotateY(0deg) translateX(0) scale(0.5);
    -webkit-transition-delay: 116.66666666666667ms;
    -moz-transition-delay: 116.66666666666667ms;
    -o-transition-delay: 116.66666666666667ms;
    transition-delay: 116.66666666666667ms;
}
/* @end */
.no-transition {
    -webkit-transition-duration: 0ms !important;
    -moz-transition-duration: 0ms !important;
    -o-transition-duration: 0ms !important;
    transition-duration: 0ms !important;
}
/* @end */

.flip-content > div.stop_href {
    height: 100%;
    position: absolute;
    width: 100%;
}

.flip-current .flip-content > div.stop_href {
    display: none;
}

.flipto-prev {
    background: url("img/flipto-prev.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: transparent;
    display: block;
    font: 0px/0 a;
    height: 42px;
    left: 0;
    margin: -21px 0 0;
    position: absolute;
    top: 50%;
    width: 42px;
}
.flipto-next {
    background: url("img/flipto-next.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: transparent;
    display: block;
    font: 0px/0 a;
    height: 42px;
    right: 0;
    margin: -21px 0 0;
    position: absolute;
    top: 50%;
    width: 42px;
}

.flipto-prev:hover, .flipto-next:hover {
    background-position: 0 -42px;

}
.form_center{
    width: 80%;
    margin: 0 auto;
}
.form_center h3{
    text-align: center;
    text-transform: uppercase;
    font: 24px/29px 'Ubuntu';
    position: relative;
    margin: 0 0 31px;
    color: #505050;
}
.optForm2 h4 {
    text-align: center;
    font: 18px/22px 'Ubuntu';
    margin: 0 0 25px;
}
.optForm2 .fInf {
    text-align: center;
    margin: 0;
    font: 14px/16px 'Ubuntu';
}
.optForm2{
    display: block;
    padding: 20px 0;
    border: 2px solid #dadada;
    color: #2c2c2c;
    background: url("img/optForm2.jpg") repeat;
}
.optForm2:after {
    content: '';
    display: block;
    width: 889px;
    height: 47px;
    background: url("img/optFormShad.png") no-repeat 0 0;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: auto;
}
.padd{
    padding: 2px 15px;
}
.inp_name,
.inp_phone{
    background: rgba(255,255,255,0.45);
    color: #000000!important;
    width: 256px;
    height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 13pt;
    padding-left: 15px;
    -webkit-box-shadow: rgba(0,0,0,0.7) 1px 1px 4px -1px inset;
    -moz-box-shadow: rgba(0,0,0,0.7) 1px 1px 4px -1px inset;
    box-shadow: rgba(0,0,0,0.7) 1px 1px 4px -1px inset;
    border: none;
    -webkit-appearance: none;
    margin: 0 10px 17px 10px;
}
.forma_hor{
    margin-top: 20px;
}
.optForm2 .btn_center{
    padding: 7px 35px;
}
.btn_center{
    font-size: 18px;
}
/* Block Problems
-----------------------------------------------------------------------------*/
.problems_diff{
    padding: 50px 0;
    -webkit-box-shadow: #afafaf 0px 0px 10px;
    -moz-box-shadow: #afafaf 0px 0px 10px;
    box-shadow: #afafaf 0px 0px 10px;
}
.title_www {
    color: #858585;
    font-family: 'Roboto';
    font-size: 40px;
    line-height: 41px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.in_title_w {
    margin: 20px auto 0;
    position: relative;
}
.pod_title_12 {
    color: #666666;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
}
.pod_sli_in {
    text-align: center;
}
.big_ico_title {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin: 20px auto 10px;
    color: #333333;
    text-transform: uppercase;
}
.sli_in_text {
    color: #666666;
}
/* 4 Pasi
-----------------------------------------------------------------------------*/
.maller_112{
    margin-bottom: -25px;
    margin-top: -40px;
}
.slide_it_w{
    margin-bottom: 25px;
}
.slide_it{
    margin-bottom: 20px;
}
.circle {
    background: #79457E none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font-family: "Roboto";
    font-size: 20px;
    height: 35px;
    left: 0;
    line-height: 35px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -5px;
    width: 35px;
    z-index: 2;
}
.line_vert {
    background: #761C7E none repeat scroll 0 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    z-index: -1;
}
.sm_title {
    color: #79457E;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 auto 10px;
    text-transform: uppercase;
}
.in_p_r {
    text-align: right;
    padding-right: 25px;
}
.in_p_l {
    padding-left: 25px;
}
.gray_text {
    color: #666666;
}
.btn_consult{
    padding: 10px 25px;
}
/* Company
-----------------------------------------------------------------------------*/
.short{
	padding:53px 0 33px;
	background:#f2f6fb url(img/shortBg.jpg) no-repeat center 16px;
	position:relative;
    -webkit-box-shadow: #afafaf 0px 0px 10px;
    -moz-box-shadow: #afafaf 0px 0px 10px;
    box-shadow: #afafaf 0px 0px 10px;
}
.title_company{
    margin-top: -60px;
    margin-bottom: 35px;
    background: url(img/line.png) no-repeat center bottom;
}
.shortTab{
	width:100%;
}
.shortTab td{
    border: none;
	vertical-align:top;
}
.shortTab .st1{
	width:571px;
}
.shortUl{
	margin:7px 0 0 97px;
}
.shortUl li{
	color:#535456;
	font:18px/19px 'NeoSansPro-Regular';
	margin:0 0 16px;
	padding:0 0 0 17px;
	background:url(img/shertUl.gif) no-repeat left 5px;
}
.gal {
	margin:0;
}
.gal li{
	display:-moz-inline-stack;
	display:inline-block; 
	zoom:1;
	*display:inline;
	vertical-align:top;
	margin:0 5px 0 0;
}
.gal li.first{
	display:block;
	cursor:pointer;
	margin:0 0 5px;
	min-height:164px;
}
.gal li img{
	border:1px solid #ffffff;
	position:relative;
	background:#f2f6fb;
	padding:3px 4px 3px;

}
.gal li.first img{
	border:1px solid #ffffff;
	padding:3px 5px 4px;
	width:290px;
	height:290px;
}
.gal li.hide{
	display:none;
}

/* Clienti
-----------------------------------------------------------------------------*/
.clients {
    padding: 1px 0 0;
    background:#F3F6FB url(img/clientsBg.jpg) no-repeat center;
    -webkit-box-shadow: #afafaf 0px 0px 10px;
    -moz-box-shadow: #afafaf 0px 0px 10px;
    box-shadow: #afafaf 0px 0px 10px;
    margin-bottom: -25px;
}
.title_cl{
    margin-top: -20px;
    margin-bottom: 25px;
    background: url(img/line.png) no-repeat center bottom;
}
.peopJaw{
	width:1000px;
	margin:0 auto;
	position:relative;
}
.peopJaw .peolple {
	display:block;
	margin:0 0 47px 8px;
}
.pPeople i{
	display:block;
	position:absolute;
	width:116px;
	text-align:center;
	height:23px;
	color:#000;
	font:14px/23px 'NeoSansPro-Regular';
}
.pPeople .pp2,.pPeople .pp1,.pPeople .pp3,.pPeople .pp4{top:83px;}
.pPeople .pp5,.pPeople .pp6,.pPeople .pp7,.pPeople .pp8,.pPeople .pp9{top:157px;}
.pPeople .pp10,.pPeople .pp11,.pPeople .pp12,.pPeople .pp13{top:230px;}
.pPeople .pp14,.pPeople .pp15,.pPeople .pp16{top:303px;}
.pPeople .pp5{left:12px;}
.pPeople .pp1,.pPeople .pp10{left:119px;}
.pPeople .pp6,.pPeople .pp14{left:226px;}
.pPeople .pp2,.pPeople .pp11{left:333px;}
.pPeople .pp7,.pPeople .pp15{left:440px;}
.pPeople .pp3,.pPeople .pp12{left:547px;}
.pPeople .pp8,.pPeople .pp16{left:654px;}
.pPeople .pp4,.pPeople .pp13{left:761px;}
.pPeople .pp9{left:878px;}
.peopJaw .andMore{
	text-align:center;
	color:#313233;
	font:20px/21px 'Roboto';
	margin:0 0 34px;
    padding-bottom: 10px;
    background: url(img/line.png) no-repeat center bottom;
} 
.zag_title{
    color: #565656;
    font-family: 'Open Sans Condensed';
    font-size: 36px;
    line-height: 55px;
    padding: 45px 0 10px;
    text-align: center;
    font-weight: 300;
}
/* Footer
-----------------------------------------------------------------------------*/
.forma_maps{
    background: #f4f7f5 url(img/maps.jpg) no-repeat center top;
    -webkit-box-shadow: #afafaf 0px 0px 10px;
    -moz-box-shadow: #afafaf 0px 0px 10px;
    box-shadow: #afafaf 0px 0px 10px;
    position: relative;
    height: 480px;
    z-index: 60;
}
.maps{
    position: relative;
    display: block;
}
.forma_maps_block{
    float: right;
    display: block;
    margin-top: -180px;
}

.mapBox {
    height: 520px;
    padding: 7px 0 0;
    position: relative;
    color: #000000;
    margin: 0!important;
}
.mapBox .title {
    background: rgba(251,251,251, 0.8);
    left: 0;
    position: absolute;
    top: 25px;
    width: 100%;
    padding: 10px 0;
    z-index: 2;
    color: #565656;
    font-size: 26px;
    font-family: 'Open Sans Condensed';
}
.mapBox .mapInner {
    height: 500px;
    left: 0;
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 1;
}
.mapBox .mapInner .ymaps-group, .mapBox .mapInner .ymaps-controls-righttop, .mapBox .mapInner .ymaps-copyrights-pane {
    display: none !important;
}
.mapBox .adressBox {
    background: url("img/adress.png") no-repeat scroll 0 0 transparent;
    height: 227px;
    width: 338px;
    left: 73px;
    top: 95px;
    padding: 19px 0 0 23px;
    position: absolute;
    z-index: 2;
}
.mapBox .adressBox p {
    line-height: 13pt;
    margin: 0 0 8px;
    width: 225px;
    font-family: 'Roboto';
    font-weight: 400;
}
.mapBox .adressBox p strong {
    font-family: 'Roboto';
    font-weight: 600;
}
.mapBox .form {
    margin-right: -458px;
    position: absolute;
    right: 50%;
    top: 184px;
    z-index: 2;
}
.block1, .block2{
    height: 500px;
    background-color: #000;
}
.leto{
    height: 500px;
}
/* Slyder
-----------------------------------------------------------------------------*/
.coments_slider{
    position: relative;
    margin: 0 auto;
}
.otzivi_slider{
    margin: 0 auto;
    padding: 20px 15px;
}
.otzv_block{
    margin: 0 auto;
    width: 90%;
}
.comentaries{
    padding-top: 30px;
    float: left;
    width: 80%;
    margin-bottom: 10px;
    margin-left: 59px;
}
.otziv_name{
    margin-top: 15px !important;
    font-size: 19px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #41444A;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.text_format{
    width: 310px;
    margin-left: 175px;    
}
.otziv_name h5{
    font: italic 20px/22px 'NeoSansPro-Regular';
    color: #0089cd;
    text-align: left;
    padding: 0 0 2px;
    border-bottom: 1px solid #0089cd;
    white-space: nowrap;
}
.auth_format{
    margin-top: -10px;
    margin-left: 175px;
}
.auth_format p{ 
    text-align: left;
    font: 16px/17px 'NeoSansPro-Regular';
    white-space: nowrap;
    
}
.otziv_text {
    color: #41444A;
    font-size: 16px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    font-weight: 100;
    padding: 10px 25px;
    text-align: center;
    margin-left: 25px;
    width: 85%;
}
.photo_ot {
    border-radius: 50%;
    height: 155px;
    margin: 0 auto 10px;
    overflow: hidden;
    width: 155px;
    float: left;
    border: 3px solid rgba(0, 0, 0, 0.18);
}
.photo_ot > img {
    max-width: 155px;
}
.photo_press img{
    width: 252px;
    height: 341px;
    box-shadow: 1px 3px 2px 3px rgba(65,68,74,0.17);
}
.slick-prev {
    background: rgba(0, 0, 0, 0) url("img/slick-prev.png") no-repeat scroll center center / 17px auto;
    border: medium none;
    height: 28px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 17px;
    z-index: 99;
}
.slick-next {
    background: rgba(0, 0, 0, 0) url("img/slick-next.png") no-repeat scroll center center / 17px auto;
    border: medium none;
    height: 28px;
    right: 0;
    position: absolute;
    top: 50%;
    width: 17px;
    z-index: 99;
}
/* FAQ
-----------------------------------------------------------------------------*/
.newstitle {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    margin: 5px auto 0;
}
.bot_ar_faq {
    background: #79457E url(img/bot_ar_faq.png) no-repeat center center / auto 10px;
    width: 40px;
    line-height: 50px;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.faq_w, .faq_q{
    width: 48%;
    margin: 0 auto;
}
.faq_w{
    float: left;
}
.faq_q{
    float: right;
}
.newscontent {
    border-right: 2px solid #79457E;
    border-bottom: 2px solid #79457E;
    border-left: 2px solid #79457E;
    margin: -5px 0 0 48px;
    padding: 15px 15px;
    border-radius: 0 0 5px 5px;
}
.copyright {
    margin-top: 5px;
    text-align: center;
    color: #666;
}
.info_company p{
    font-size: 19px;
    color: #535456;
    padding: 15px 120px;
}
/**********************************Blocul Pachetele de Service***************************************************/
.znachit li {
    font-size: 16px;
    line-height: 22px;

    padding: 9px 0 9px 55px;
}
.info {
    background: #F2F6FB;
    -webkit-box-shadow: #afafaf 0px 0px 10px;
    -moz-box-shadow: #afafaf 0px 0px 10px;
    box-shadow: #afafaf 0px 0px 10px;
}
.dop {
    margin-bottom: 20px;
}
.dop2 {
    margin-bottom: 10px;
}
.znachit1 {
    background: url(img/znachit1.png) no-repeat left center / 40px auto;
}
.znachit2 {
    background: url(img/znachit2.png) no-repeat left center / 40px auto;
}
.znachit3 {
    background: url(img/znachit3.png) no-repeat left center / 40px auto;
}
.znachit4 {
    background: url(img/znachit4.png) no-repeat left center / 40px auto;
}
.znachit5 {
    background: url(img/znachit5.png) no-repeat left center / 40px auto;
}
.znachit6 {
    background: url(img/znachit6.png) no-repeat left center / 40px auto;
}
.znachit7 {
    background: url(img/znachit7.png) no-repeat left center / 40px auto;
}
.znachit8 {
    background: url(img/znachit8.png) no-repeat left center / 40px auto;
}
.znachit9 {
    background: url(img/znachit9.png) no-repeat left center / 40px auto;
}
.znachit10 {
    background: url(img/znachit10.png) no-repeat left center / 40px auto;
}
.znachit11 {
    background: url(img/znachit11.png) no-repeat left center / 40px auto;
}
.znachit12 {
    background: url(img/znachit12.png) no-repeat left center / 40px auto;
}
.znachit13 {
    background: url(img/znachit13.png) no-repeat left center / 40px auto;
}
.znachit14 {
    background: url(img/znachit14.png) no-repeat left center / 40px auto;
}
.znachit15 {
    background: url(img/znachit15.png) no-repeat left center / 40px auto;
}
.znachit16 {
    background: url(img/znachit16.png) no-repeat left center / 40px auto;
}
.znachit17 {
    background: url(img/znachit17.png) no-repeat left center / 40px auto;
}
.tarif_title {
    font: 20px/22px 'Ubuntu';
    margin: 0 auto 5px;
}
.polniy .tarif_title {
    color: #000;
}
.bor-left {
    border-left: 1px solid #cfcfcf;
}
.price_tarif {
    font-size: 18px;
}
.polniy .price_tarif {
    font-weight: bold;
}
.lint_thr.sma {
    color: #9b9b9b;
    font-size: 15px;
    text-decoration: line-through;
    font-weight: normal;
}

ul {
    margin: 0;
    padding: 0;
}
.plus {
    background: rgba(0, 0, 0, 0) url("img/plus.png") no-repeat scroll center center / 30px 30px;
}
.minus {
    background: rgba(0, 0, 0, 0) url("img/minus.png") no-repeat scroll center center / 30px 30px;
}
.bold{
	font: 18px/22px 'Ubuntu';
}
.comp_row{
	width: 85%;
	margin: 0 auto;
	padding-left: 20px;
}
.table_line {
	margin-left: 180px;
    border-bottom: 1px solid #cfcfcf;
}
.tab_pl_min {
    box-sizing: content-box;
    height: 80px;
    text-align: center;
}
.doppad {
    padding-top: 9px;
    padding-bottom: 9px;
}
.meating_mob, .mop_price {
    display: none;
}
.table_line_in i{
    font-size: 12px;
	padding-top: 15px;
}
.table_line_in {
  padding: 0 0 0 55px;
  margin: 0 0 0 -15px;
  min-height: 40px;
}
