/*
Theme Name: Decorme
Description: Decorme
Author: Poltor
Author URI: http://poltor.com
Version: 1.0
*/
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 */
	float: left;
    height: 22px;
    width: 45px;
    margin-top: 4px;
}

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

input.error{ border: 1px solid #e55a65;box-shadow: inset 0px 0px 6px #e55a65; }

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

.float_l {
    float: left;
}

.float_r {
    float: right;
}

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

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

label span.one {
	display:block;
}
	
label span.two {
	display:none;
}

.zak_form {
	display: none;
}

button.loader {
    display: none;
    padding: 6px 0;
}

button.loader img {
    height: 32px;
    width: 32px;
}

.btn {
    background: #7daddb none repeat scroll 0 0;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    padding: 3px 15px;
    border: medium none;
}

.btn:hover {
    background: #548bbf none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
}

#nav a:hover, #nav li.active a {
    box-shadow: 0 -4px 0 #e55a65 inset;
}

.block01 {
    background: rgba(0, 0, 0, 0) url("img/bg_photo01.webp") no-repeat scroll center center / cover;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2) inset;
    padding: 140px 0 30px;
}

.title_small {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 10px;
    text-align: center;
    line-height: 1.2;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.title_big {
    color: #ffffff;
    font-family: Prosto One;
    font-size: 26px;
    line-height: 37px;
    padding-bottom: 20px;
    text-align: center;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.title_pod {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.width100.line_rose_all {
    background: rgba(0, 0, 0, 0) url("img/line_rose.webp") no-repeat scroll center center;
    font-size: 16px;
    line-height: 21px;
}

.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: 130%;
}

.width50 {
    width: 50%;
}

.zag_blue {
    color: #6c9eb8;
    font-family: Prosto One;
    font-size: 30px;
    line-height: 47px;
    padding: 45px 0 30px;
    text-align: center;
}

.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: Prosto One;
    font-size: 30px;
    line-height: 47px;
    padding: 45px 0 30px;
    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: 300px;
    padding-top: 20px;
	display:none;
}

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

.img_pod img {
    width: 100%;
}

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

.zag_uslugi {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0;
}

.text_uslugi {
    color: #919191;
    line-height: 20px;
    padding-bottom: 20px;
}

.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_photo02 {
    background: rgba(0, 0, 0, 0) url("img/bg_photo02.webp") no-repeat scroll bottom center / cover;
}

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

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

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

.bg_photo06 {
    background: rgba(0, 0, 0, 0) url("img/bg_photo06.webp") 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.webp") no-repeat scroll bottom center / cover;
}

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

.bg_photo555 {
	background: rgba(0, 0, 0, 0) url("img/bg_photo11.webp") no-repeat scroll bottom center / cover;
    width: 100% !important;
    background-color: white;
    background-attachment: fixed !important;
    margin-top: 0 !important;
    padding-top: 10px;
    margin-bottom: 0 !important;
    padding-bottom: 50px;
}

.img_uzor {
    margin: -12px 0 0;
    width: 60px;
}

.disc_rose {
    background: rgba(230, 91, 100, 0.8) none repeat scroll 0 0;
    border-radius: 50%;
    padding: 2px;
}

.border_rose {
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
}

.table_rose {
    height: 210px;
    width: 210px;
    display: table-cell;
    vertical-align: middle;
}

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

.zag_love {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    padding: 22px 0 15px;
}

.text_love {
    color: #dadc3f;
    line-height: 20px;
    padding-bottom: 20px;
}

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

.block055 {
    background: rgba(0, 0, 0, 0) url("img/bg_photo02.webp") 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("https://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;
}

.inp_name {
    background: #ffffff url("img/man.png") no-repeat scroll 25px center / 20px auto;
    border: 2px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
    height: 60px;
    margin: 0 auto 10px;
    max-width: 550px;
    padding-left: 65px;
    width: 100%;
}

.inp_textt {
    background: #ffffff url("img/man.png") no-repeat scroll 25px center / 20px auto;
    border: 2px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
    height: 100px;
    margin: 10px auto 10px;
    max-width: 550px;
    /*padding-left: 65px;*/
	padding-top: 10px;
    width: 100%;
}

.inp-ppp {
	text-align: left;
    margin: 5px 50px;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: white;
	font-family: Prosto One;
	line-height: 28px;
}

.inp_phone {
    background: #ffffff url("img/phone.png") no-repeat scroll 25px center / 20px auto;
    border: 2px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
    height: 60px;
    margin: 0 auto 10px;
    max-width: 550px;
    padding-left: 65px;
    width: 100%;
}

.forma .btn.big {
    border-radius: 5px;
    font-weight: 500;
    height: 60px;
    max-width: 550px;
    width: 100%;
}

.text_polt {
    background: #ffffff;
    border: 2px solid #b7b6b6;
    border-radius: 5px;
    margin: 0 auto 10px;
    max-width: 550px;
    padding: 15px;
    width: 100%;
}

.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: 4px;
    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: 4px;
    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: 4px;
}

.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: 4px;
}

.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: 33px;
    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;
}

.arrow_white {
    margin-left: 8px;
    width: 10px;
}

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

.width100.block08 {
    /*background: rgba(0, 0, 0, 0) url("img/pattern.png") repeat scroll center center / 412px auto;*/
    padding: 5px 0 60px;
}

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

.img_podhod img {
    width: 100%;
}

.img_znakom {
    width: 100%;
    max-width: 260px;
	display: block;
    margin: 0 auto;
}

.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 span {
    background: rgba(0, 0, 0, 0) url("img/arrow_white.png") no-repeat scroll right center / 8px auto;
    display: inline-block;
    float: right;
    height: 12px;
    margin-left: 8px;
    margin-top: 4px;
    width: 8px;
}

/*.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.webp") 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;*/
   text-align: justify;
}

.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 #7daddb;
    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 #7daddb;
    border-left: 1px solid #7daddb;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #7daddb;
    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: #7daddb 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: 5px;
    font-size: 25px;
    font-weight: 500;
    padding: 20px 50px;
}

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

.faq_border {
    position: relative;
    top: 30px;
    /*left: 55px;*/
	margin:0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0px 15px;
    border-color: #7daddb transparent transparent transparent;
}

.faq_num {
    color: #e55a65;
    float: left;
    font-family: Prosto One;
    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 #7daddb;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 30px;
    padding: 15px 20px;
    position: relative;
	background: #7daddb;
}

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

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

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

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

    display: block;
}

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

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

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

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev {
    background: rgba(0, 0, 0, 0) url("img/slick-prev.png") no-repeat scroll center center / 40px 40px;
    border: medium none;
    border-radius: 50%;
    height: 40px;
    left: 50%;
    margin: 0 0 0 -50px;
    position: absolute;
    top: 0;
    width: 40px;
}

.slick-next {
    background: rgba(0, 0, 0, 0) url("img/slick-next.png") no-repeat scroll center center / 40px 40px;
    border: medium none;
    border-radius: 50%;
    height: 40px;
    right: 50%;
    margin: 0 -50px 0 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.otzivi_arrows {
    margin: 0 auto;
    position: relative;
    width: 100px;
}

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

.slick-dots {
    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: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    height: 80px;
    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: 80px;
    left: 363px;
    line-height: 80px;
    position: absolute;
    top: 0;
    transition: all 0.8s ease 0s;
}

.kak-zakaz {
	display:inline-block;
	padding:10px;
	margin-bottom: 10px;
	background: aliceblue;
}

.kak-img {
	float:left;
	width: 300px;
	padding-right:20px;
	padding-left:10px;
}

.kak-etapu {
	font-size: 18px;
	margin: 20px;
	line-height: 30px;
	letter-spacing: 0.3px;
}

.kak-vid {
	font-family:Prosto One;
	font-size: 20px;
	color: darkorange;
}

.kak-vid-2 {
	font-family:Prosto One;
	font-size: 20px;
	color: #dadc3f;
}

.sostav-blok {
	padding-bottom: 30px;
	color: white;
	width:580px;
	margin:0 auto;
}

.sostav-img {
	float: left;
	padding-right: 10px;
}

.sostav-niz {
	padding-bottom: 30px;
}

.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: 37px;
    transition: all 0.8s ease 0s;
}

.header .nav > li a:hover, .header .nav > li.active a {
    display: block;
    box-shadow: 0 -4px 0 #7daddb inset;
}

.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: 13px;
    width: 200px;
    transition: all 0.8s;
}

.nav > li {
    display: inline-block;
    margin: 0 7px;
}

.logo_img {
    width: 100%;
}

.nav > li a {
    /*color: #666666;*/
    display: block;
    float: left;
    font-size: 14px;
}

@-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: 19px;
    right: 200px;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 3px 15px;
    line-height: 1.125em;
    cursor: pointer;
    margin: 0;
    text-decoration: none;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #7daddb;
    transition: all 0.8s;
}

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

.h-animated .main_nav {
    height: 50px;
    left: 262px;
    line-height: 50px;
}

.h-animated .logo {
    top: 6px;
    width: 140px;
}

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

.h-animated .phone {
    right: 173px;
    top: 15px;
}

.h-animated .header_btn {
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 11px;
}

.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: Prosto One;
    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;
}

td:nth-child(1) {
    border-right: 1px solid #ddd;
    padding: 20px 15px;
    text-align: left;
    width: 70%;
}

th:nth-child(1) {
    padding: 15px;
    text-align: left;
    width: 70%;
}

th:nth-child(2) {
    padding: 15px;
    text-align: left;
    width: 10%;
}

th:nth-child(3) {
    padding-right: 15px;
    text-align: right;
    width: 20%;
}

td:nth-child(2) {
    border-right: 1px solid #ddd;
    color: #666;
    padding: 15px;
    text-align: left;
    width: 10%;
}

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

td:nth-child(3) {
    font-weight: bold;
    padding-right: 15px;
    text-align: right;
    width: 20%;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-size: 35px;
    text-align: center;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
form {
    margin: 20px 0;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
.box-modal form button.loader {
    display: none;
    padding: 6px 0;
}
.box-modal form button {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 0;
    border-radius: 4px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
}
.box-modal form button.loader img {
    height: 32px;
    width: 32px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 46px;
    padding-left: 14px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(236,196,82,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(236,196,82,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(236,196,82,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(236,196,82,.6);
}

/*#user_phone {
	width: 300px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px 8px 8px 8px;
	height: 40px;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #363636;
}
#user_phone:focus {
	outline: none;
	border-color: #363636;
}
input#user_phone:-moz-placeholder {
	color: #363636;
}
input#user_phone::-webkit-input-placeholder {
	color: #363636;
}
.inp_phone {
	position: relative;
}
.inp_phone:before {
	content: "+7";
	display: block;
	height: 40px;
	color: #363636;
	position: absolute;
	top: 6px;
	left: 7px;
	font-size: 16px;
}
.btn {
	height: 30px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: #363636;
	color: #fff;
	border: none;
	width: 120px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.btn.disabled {
	color: #363636;
	background: #ccc;
}*/

.res_img {
    width: 100%;
}

.gal_pop {
    margin: 0 auto 30px;
}

.popup_table {
    color: #333;
}

.price_table {
    border: 1px solid #ddd;
    margin: 0 auto;
    width: 90%;
}

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

}

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

}

/*Максимальная ширина*/

@media (max-width: 767px) {
    .price_table tr:first-child {
        font-size: 15px;
    }
	
	.inp_name {
		height: 40px;
		margin: 0 auto 5px;
	}
	
	.inp_phone {
		height: 40px;
		margin: 0 auto 5px;
	}
	
	.inp_textt {
		height: 40px;
		margin: 5px auto 5px;
		padding-top: 5px;
	}
	
	.zag_forma {
		font-size: 30px;
	}

    .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;
		display:none;
    }

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

    .but_work_mob {
        margin-bottom: 50px;
    }
	
	.kak-etapu {
		font-size: 16px;
	}
	
	.kak-vid {
		font-size: 18px;
	}
	
	.kak-vid-2 {
		font-size: 18px;
	}

}

@media (max-width: 992px) {
    .price td:nth-child(1) {
        font-size: 20px;
    }

    .h-animated a.slicknav_btn {
        top: 11px;
        right: 320px;
    }

    .main_nav {
        display: none;
    }

    .slicknav_menu {
        /*display: block;*/
    }

    a.uslugi_more {
        margin-bottom: 50px;
    }

    .disc_rose {
        margin-bottom: 50px;
    }

    .love_mob .text_love {
        padding-bottom: 40px;
    }

    .block08 .text_love {
        padding-bottom: 50px;
    }

    .gorizont {
        display: none;
    }

    .bez {
        margin-bottom: 80px;
    }
	
	div .kak-etapu {
		margin: 0 10px;
	}

}

@media (max-width: 1200px) {

    .main_nav {
        left: 255px;
        transition: all 0.8s ease 0s;
    }
    
    .inp-ppp {
    margin: 0;
    }

    .h-animated .nav > li {
        display: inline-block;
        margin: 0 5px;
    }

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

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

    .price_table {
        width: 100%;
    }
	
	.kak-etapu {
    margin: 10px;
	}

}

@media (max-width: 400px) {

    .zag_blue, .zag_white {
        font-size: 30px;
        line-height: 38px;
    }
	
	.logo {
		width: 150px;
		top: 21px;
	}
	
	label span.one {
		display:none;
	}
	
	label span.two {
		display:block;
	}

    .heart img {
        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: 5px;
    }

    .inp_phone {
        background: #FFFFFE url("img/phone.png") no-repeat scroll 15px center / 18px auto;
        font-size: 14px;
        padding-left: 5px;
    }
	
	.inp_textt {
		padding-left: 5px;
	}
	
	.pod_forma {
		display: none;
	}
	
	.zag_forma {
		padding-bottom: 25px;
	}

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

    .but_work_mob {
        margin-bottom: 30px;
    }

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

}

@media (max-width: 485px) {
	a.modal_btn {display: none;}
	.h-animated .phone {right: 15px;}
	.phone {top: 30px}
	div .kak-img {width: 300px;}
}

@media (max-width: 600px) {
    .price_table tr:first-child {
        font-size: 18px;
    }
	
	.col-xs-4 {
		width: 100% !important;
	}
	
	.inp-ppp {
		    margin: 5px 0px;
	}

    .phone, .header_btn {
        /*display: none;*/
    }

    a.slicknav_btn, .h-animated a.slicknav_btn {
        right: 15px;
    }

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

    .text_right {
        display: none;
    }

    .heart {
        display: none;
    }

    .arrow_bottom {
        /*padding-top: 25px;*/
    }

    .popup_img, th:nth-child(2), th:nth-child(3), td:nth-child(2), td:nth-child(3), .popup_table .zag_blue, .pr_h, .price_in_t .img_pod {
        display: none;
    }

    .price_in_t .zag_pod {
        margin: 0 auto 20px;
        padding-top: 0;
    }
	
	.kak-img {
		float: none;
		display: block;
		margin: 0 auto;
		padding-bottom: 10px;
		width: auto;
		padding-right: 10px;
	}
	
	.sostav-blok {
		width: auto;
		margin: 0 20px;
	}
}

@media (max-width: 360px) {
	.title_big {
		font-size: 22px;
	}
	
	.zag_blue, .zag_white {
		font-size: 24px;
		line-height: 30px;
	}
	.block01 {
		background: rgba(0, 0, 0, 0) url(img/bg_photo01.webp) no-repeat scroll center / cover;
	}
	
	.zakaz_sit {
		font-size: 26px;
		line-height: 32px;
	}
	
	.inp-ppp {
		text-align: center;
	}
	
	.btn.bigest {
		font-size: 22px;
	}
}

@media (max-width: 326px) {
	input[type="checkbox"], input[type="radio"] {
		float:none;
	}
}

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