/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */


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

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


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

body {
    margin: 0;
}


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


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

article,
aside,
details,

/* 1 */

figcaption,
figure,
footer,
header,
main,

/* 2 */

menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}


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

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


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

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


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

progress {
    vertical-align: baseline;
}


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

template,

/* 1 */

[hidden] {
    display: none;
}


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


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

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


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

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


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


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

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


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

b,
strong {
    font-weight: inherit;
}


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

b,
strong {
    font-weight: bolder;
}


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

dfn {
    font-style: italic;
}


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

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


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

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


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

small {
    font-size: 80%;
}


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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


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


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

img {
    border-style: none;
}


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

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


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


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

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


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

figure {
    margin: 1em 40px;
}


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

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


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


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

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


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

optgroup {
    font-weight: bold;
}


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

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


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

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


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

button,
html [type="button"],

/* 1 */

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


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

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


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

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


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

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


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

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


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

textarea {
    overflow: auto;
}


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

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


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

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


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

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


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

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


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

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


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

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


/* baron scrollbar
   ==========================================================================
   */

.baron__scroller::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.baron__track {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.baron._scrollbar .baron__track {
    display: block;
}

.baron__free {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.baron__bar {
    display: none;
    position: absolute;
    right: 0;
    z-index: 1;
    width: 10px;
    background: #999;
}

.baron._scrollbar .baron__bar {
    display: block;
}

.baron__control {
    display: none;
}


/* SIMPLE */

.baron._simple .baron__track {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 10px;
    bottom: 10px;
    right: 5px;
    width: 8px;
    border-radius: 5px;
    background: #ddf;
    background: rgba(0, 0, 255, .1);
    pointer-events: none;
}

.baron._simple._scrollbar .baron__track {
    opacity: 1;
}

.baron._simple .baron__bar {
    position: absolute;
    z-index: 1;
    width: 8px;
    border-radius: 3px;
    background: #987;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    pointer-events: auto;
}

.baron._simple .baron__bar:hover {
    opacity: .8;
}

.baron._simple.baron .baron__bar {
    opacity: .6;
}


/* Mac OS X */

.baron._macosx .baron__track {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 2px;
    bottom: 2px;
    right: 2px;
    width: 0;
}

.baron._macosx._scrollbar .baron__track {
    opacity: 1;
}

.baron._macosx .baron__bar {
    position: absolute;
    z-index: 1;
    width: 6px;
    border-radius: 3px;
    background: #333;
    opacity: 0;
    transition: .1s opacity .4s linear;
    pointer-events: auto;
}

.baron._dragging .baron__bar {
    /*opacity: 1;*/
}

.baron._macosx .baron__bar:hover,
.baron._scrolling .baron__bar {
    transition-duration: 0s;
    transition-delay: 0s;
    opacity: .5;
}


/* Windows XP */

.baron._winxp .baron__scroller {
    padding-right: 17px;
}

.baron._winxp .baron__track {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15px;
    overflow: hidden;
    background-image: linear-gradient(to right, #f2f1ec, #fdfef9);
    border: 1px solid #ecede5;
}

.baron._winxp._scrollbar .baron__track {
    opacity: 1;
}

.baron._winxp .baron__control {
    display: block;
}

.baron._winxp .baron__control,
.baron._winxp .baron__bar {
    border: 1px solid #f3ffff;
    box-shadow: 1px 1px 1px #b7caf5 inset, 1px 1px 1px #7b9fd3;
    border-radius: 3px;
    background-image: linear-gradient(to right, #c9d7fc, #baccf4);
    text-align: center;
    font-size: 8px;
    line-height: 14px;
    color: #4e6287;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.baron._winxp .baron__control:hover,
.baron._winxp .baron__bar:hover {
    background-image: linear-gradient(to right, #d9e7ff, #cadcff);
}

.baron._winxp .baron__up,
.baron._winxp .baron__down {
    position: absolute;
    z-index: 1;
    width: 15px;
    height: 16px;
    box-sizing: border-box;
}

.baron._winxp .baron__up {
    top: 0;
}

.baron._winxp .baron__down {
    bottom: 0;
}

.baron._winxp .baron__free {
    position: absolute;
    top: 18px;
    bottom: 18px;
    right: 0;
    width: 0;
}

.baron._winxp .baron__bar {
    position: absolute;
    z-index: 1;
    width: 15px;
    box-sizing: border-box;
    border: 1px solid #f3ffff;
    box-shadow: 1px 1px 1px #b7caf5 inset, 1px 1px 1px #7b9fd3;
    border-radius: 3px;
    background-image: linear-gradient(to right, #c9d7fc, #baccf4);
    opacity: 1;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    pointer-events: auto;
}

.baron._winxp .baron__bar:before {
    content: '';
    position: absolute;
    top: 45%;
    left: 3px;
    width: 6px;
    height: 7px;
    z-index: 1;
    background-image: linear-gradient( to bottom, #f0f4ff 0px, #f0f4ff 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 2px, #f0f4ff 2px, #f0f4ff 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 4px, #f0f4ff 4px, #f0f4ff 5px, rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0) 6px, #f0f4ff 6px, #f0f4ff 7px, rgba(255, 255, 255, 0) 7px, rgba(255, 255, 255, 0) 8px);
}

.baron._winxp .baron__bar:after {
    content: '';
    position: absolute;
    top: 47%;
    left: 4px;
    width: 6px;
    height: 7px;
    background-image: linear-gradient( to bottom, #8aaff6 0px, #8aaff6 1px, rgba(138, 175, 246, 0) 1px, rgba(138, 175, 246, 0) 2px, #8aaff6 2px, #8aaff6 3px, rgba(138, 175, 246, 0) 3px, rgba(138, 175, 246, 0) 4px, #8aaff6 4px, #8aaff6 5px, rgba(138, 175, 246, 0) 5px, rgba(138, 175, 246, 0) 6px, #8aaff6 6px, #8aaff6 7px, rgba(138, 175, 246, 0) 7px, rgba(138, 175, 246, 0) 8px);
}

.baron._winxp._dragging .baron__bar,
.baron._winxp .baron__bar:hover {
    background-image: linear-gradient(to right, #d9e7ff, #cadcff);
}


/* Ubuntu */

.baron._ubuntu12 .baron__scroller {
    padding-right: 14px;
}

.baron._ubuntu12 .baron__track {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    width: 14px;
    box-sizing: border-box;
    border: 1px solid #c5c1bd;
    border-radius: 7px;
    background-image: linear-gradient(to right, #d3d3d3, #e5e5e5);
}

.baron._ubuntu12._scrollbar .baron__track {
    opacity: 1;
}

.baron._ubuntu12 .baron__bar {
    position: absolute;
    z-index: 1;
    width: 12px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 6px;
    background-image: linear-gradient(to right, #fcfbfb, #eeeceb);
    opacity: 1;
    pointer-events: auto;
    box-shadow: 0 0 1px #d6d3d0;
}

.baron._ubuntu12 .baron__bar:hover,
.baron._ubuntu12._dragging .baron__bar {
    background-image: linear-gradient(to right, #e96d3a, #f58050);
    border-color: #e1632f;
}

.baron._dragging .baron__bar {
    /*opacity: 1;*/
}

.baron._ubuntu12 .baron__bar:hover,
._scrolling .baron__bar {}

.baron__clipper {
    position: relative;
    overflow: hidden;
}

.baron__scroller {
    overflow-y: scroll;
    -ms-overflow-style: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    /* remove line to customize scrollbar in iOs */
}


/* Fonts
   ==========================================================================
   */


/* font-family: "PTSansRegular"; */

@font-face {
    font-family: "PTSansRegular";
    src: url("../fonts/PTSansRegular/PTSansRegular.eot");
    src: url("../fonts/PTSansRegular/PTSansRegular.eot?#iefix")format("embedded-opentype"), url("../fonts/PTSansRegular/PTSansRegular.woff") format("woff"), url("../fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/* font-family: "PTSansItalic"; */

@font-face {
    font-family: "PTSansItalic";
    src: url("../fonts/PTSansItalic/PTSansItalic.eot");
    src: url("../fonts/PTSansItalic/PTSansItalic.eot?#iefix")format("embedded-opentype"), url("../fonts/PTSansItalic/PTSansItalic.woff") format("woff"), url("../fonts/PTSansItalic/PTSansItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/* font-family: "PTSansBold"; */

@font-face {
    font-family: "PTSansBold";
    src: url("../fonts/PTSansBold/PTSansBold.eot");
    src: url("../fonts/PTSansBold/PTSansBold.eot?#iefix")format("embedded-opentype"), url("../fonts/PTSansBold/PTSansBold.woff") format("woff"), url("../fonts/PTSansBold/PTSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/* Overall style
  ==========================================================================
  */

* {
    margin: 0;
    padding: 0;
    font-family: "PTSansRegular";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-weight: 400;
}

.wrapper {
    width: 1260px;
    margin: 0 auto;
}

.background-main {
    background: #e4e4e4;
}

.slide-toggle {
    display: none;
    position: absolute;
}

img {
    max-width: 100%;
}

.line-top {
    border-top: 2px solid #ea3433;
}


/* section {
    width: 100%;
    display: table;
    } */

.wrp-box {
    background: #fff;
}

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


/* Grid
  ==========================================================================
  */

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    float: left;
}

.cnt-flex .grid_1,
.cnt-flex .grid_2,
.cnt-flex .grid_3,
.cnt-flex .grid_4,
.cnt-flex .grid_5,
.cnt-flex .grid_6,
.cnt-flex .grid_7,
.cnt-flex .grid_8,
.cnt-flex .grid_9,
.cnt-flex .grid_10,
.cnt-flex .grid_11,
.cnt-flex .grid_12 {
    float: none;
}

.grid_1 {
    width: 8.33333333%;
}

.grid_2 {
    width: 16.66666667%;
}

.grid_3 {
    width: 25%;
}

.grid_4 {
    width: 33.33333333%;
}

.grid_5 {
    width: 41.66666665%;
}

.grid_6 {
    width: 50%;
}

.grid_7 {
    width: 58.33333335%;
}

.grid_8 {
    width: 66.66666667%;
}

.grid_9 {
    width: 75%;
}

.grid_10 {
    width: 83.33333333%;
}

.grid_11 {
    width: 91.66666667%;
}

.grid_12 {
    width: 100%;
}

.cnt-flex {
    max-width: 1260px;
    /* exlorer */
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}


/* Button style
  ==========================================================================
  */

.btn-gray {
    color: #212121;
    border-radius: 2px;
    border: 1px solid #bababa;
    background: -webkit-linear-gradient(90deg, #cdcdcd 0%, #f8f8f8 100%);
    background: -moz-linear-gradient(90deg, #cdcdcd 0%, #f8f8f8 100%);
    background: -o-linear-gradient(90deg, #cdcdcd 0%, #f8f8f8 100%);
    background: -ms-linear-gradient(90deg, #cdcdcd 0%, #f8f8f8 100%);
    background: linear-gradient(0deg, #cdcdcd 0%, #f8f8f8 100%);
}

.btn-red {
    color: #fff;
    border-radius: 2px;
    border: 1px solid #834241;
    background: url(../images/fon/btn-red.png) repeat;
}

.btn_green {
    color: #fff;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(255, 255, 255, 0.18) 100%);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(255, 255, 255, 0.18) 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(255, 255, 255, 0.18) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(255, 255, 255, 0.18) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.18) 0%, rgba(255, 255, 255, 0.18) 100%);
    background-color: #53ae26;
}


/* добавить */

.btn-gray:hover {
    background: -webkit-linear-gradient(90deg, #ebebeb 0%, #fcfcfc 100%);
    background: -moz-linear-gradient(90deg, #ebebeb 0%, #fcfcfc 100%);
    background: -o-linear-gradient(90deg, #ebebeb 0%, #fcfcfc 100%);
    background: -ms-linear-gradient(90deg, #ebebeb 0%, #fcfcfc 100%);
    background: linear-gradient(0deg, #ebebeb 0%, #fcfcfc 100%);
}

.btn-red:hover {
    background: url(../images/fon/btn-red-hov.png) repeat;
}

.btn_green:hover {
    background-color: #60c52c;
}


/* конец */

.btn_1 {
    width: auto;
    float: right;
    display: block;
    font-size: 20px;
    margin-top: 57px;
    text-decoration: none;
    padding: 5px 20px 5px 43px;
}

.btn_2 {
    width: auto;
    width: 100%;
    font-size: 20px;
    margin-top: 25px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 0px 20px 6px 43px;
}


/* Typography
  ==========================================================================
  */

ul {
    list-style: none;
}

a {
    color: #21204a;
}

h1,
h1.title-main,
h2.title-main {
    margin: 34px 0;
    color: #212121;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}

h2 {
    color: #212121;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 11px 0;
}

h3 a,
h3 {
    color: #212121;
    margin: 0 0 11px 0;
    font-weight: 400;
    font-size: 17px;
    text-decoration: none;
}

.content p {
    color: #404040;
    margin: 12px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}


/*  Header
  ==========================================================================
  */

#header {
    color: #212121;
    font-size: 15px;
}

.block-head {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.46);
}

.block-head:last-child {
    border-right: none;
}

.logo-head {
    padding: 0 0 0 11px;
    display: table-cell;
    vertical-align: middle;
}

.descpt-title {
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.descpt-head {
    width: 239px;
    /* height: 80px; */
    display: none;
    font-size: 12.5px;
    line-height: 17px;
    padding: 0 19px 0 37px;
    display: table-cell;
    vertical-align: middle;
}

.back-call {
    color: #21204a;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
    border-bottom: 1px dashed #21204a;
}


/* правка9(замена) */

.phone-head .sel-ic {
    position: relative;
    padding: 8px 10px 0 0;
}


/* конец */

.burger-ic:before,
.map-head-ic:before,
.phone-head-ic:before {
    content: "";
    float: left;
    display: block;
    position: relative;
}

.phone-head-ic:before {
    top: 2px;
    width: 33px;
    height: 36px;
    background: url(../images/sprites/spritesheet.png) no-repeat -5px -152px;
}

.phone-head:hover .phone-head-ic:before,
.block-head.act-head-menu .phone-head-ic:before {
    background: url(../images/sprites/spritesheet-3.png) no-repeat -209px -5px;
}

.sel-ic:after {
    content: "";
    right: 0;
    display: block;
    position: absolute;
    top: 7px;
    width: 9px;
    height: 6px;
    cursor: pointer;
    background: url(../images/sprites/spritesheet.png) no-repeat -302px -5px;
}

.phone-head:hover .sel-ic:after,
.block-head.act-head-menu .sel-ic:after {
    width: 9px;
    height: 6px;
    background: url(../images/sprites/sel-w-min.png) no-repeat;
}

.map-head-ic {
    min-width: 130px;
    text-align: left;
    position: relative;
    height: 80px;
    padding: 0 25px;
    vertical-align: middle;
    display: table-cell;
}

.map-head-ic:before {
    left: 0;
    width: 48px;
    height: 33px;
    margin: 0 15px 0 0;
    background: url(../images/sprites/spritesheet.png) no-repeat -192px -79px;
}

.wrp-map:hover .map-head-ic:before,
.block-head.act-head-menu .map-head-ic:before {
    background: url(../images/sprites/spritesheet-3.png) no-repeat -121px -107px;
}

.burger-ic:before {
    left: 0;
    top: 31px;
    width: 16px;
    height: 14px;
    background: url(../images/sprites/spritesheet.png) no-repeat -57px -79px;
}

.wrp-menu-main:hover .burger-ic:before,
.block-head.act-head-menu .burger-ic:before {
    background: url(../images/sprites/spritesheet-3.png) no-repeat -36px -5px;
}

.act-head-menu .ui-selectmenu-button .ui-icon,
.wrp-location:hover .ui-selectmenu-button .ui-icon,
.wrp-len-switch:hover .ui-selectmenu-button .ui-icon {
    background: url(../images/sprites/sel-w-min.png) no-repeat;
}

.phone-head:hover .back-call,
.head-top .act-head-menu .back-call {
    border-bottom: 1px dashed #fff;
}

.wrp-map:hover,
.search-wrp:hover,
.wrp-location:hover,
.wrp-len-switch:hover,
.wrp-menu-main:hover,
.phone-head:hover,
.head-top .act-head-menu {
    background: #EA3433;
}

.wrp-map:hover .map-head-ic,
.wrp-location:hover,
.wrp-location:hover span,
.wrp-len-switch:hover,
.wrp-menu-main:hover .burger-ic,
.map-head:hover,
.phone-head:hover .phone-ic-head,
.phone-head:hover .back-call,
.block-head.act-head-menu .back-call,
.block-head.act-head-menu .burger-ic,
.block-head.act-head-menu .map-head-ic,
.block-head.act-head-menu .phone-ic-head,
.act-head-menu.wrp-len-switch,
.wrp-location.act-head-menu span,
.wrp-location.act-head-menu {
    color: #fff;
}

.wrp-logo {
    width: 16.8%;
    border: none;
}

.search-ic {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    background: url(../images/sprites/magnifier.png) no-repeat center;
    -webkit-background-size: 23px 22px;
    -moz-background-size: 23px 22px;
    -o-background-size: 23px 22px;
    background-size: 23px 22px;
}

.act-head-menu .search-ic,
.search-wrp:hover .search-ic {
    background: url(../images/sprites/magnifier-w.png) no-repeat center;
}

.search-wrp {
    width: 6%;
    height: 20px;
}

.phone-head {
    width: 17%;
    height: 80px;
    padding: 17px 25px;
}

.wrp-map {
    width: 13.18%;
}

.wrp-location {
    width: 15.04%;
    color: #5a5a5a;
    text-align: center;
}

.wrp-location .wrp-slide {
    padding: 29px 5px;
}

.wrp-location .wrp-slide a {
    color: #212121;
    text-decoration: none;
}

.wrp-location.act-head-menu .wrp-slide a,
.wrp-location:hover .wrp-slide a {
    color: #fff;
}

.wrp-location span {
    color: #212121;
}

.wrp-slide span {
    padding: 0 0 0 3px;
}

.wrp-len-switch {
    padding: 0 15px;
}

.wrp-menu-main,
.wrp-len-switch {
    width: 8.41%;
}

.flag-ic {
    padding: 0 0 0 24px;
    position: relative;
}

.flag-ic:before {
    content: '';
    left: 0;
    width: 21px;
    height: 22px;
    display: block;
    position: absolute;
    background: url(../images/sprites/spritesheet.png) no-repeat -161px -49px;
}

.wrp-len-switch.act-head-menu .flag-ic:before,
.wrp-len-switch:hover .flag-ic:before {
    background: url(../images/sprites/spritesheet-3.png) no-repeat -147px -5px;
}

.head-top {
    width: 100%;
    display: table;
    position: relative;
}

.block-menu-phone-l {
    float: left;
    width: 72.7%;
}

.block-menu-phone-r {
    width: 27.3%;
    float: right;
    background: #fff;
    margin-bottom: 153px;
    border: 1px solid #e1e1e1;
    border-left: none;
}

.block-menu-phone-r img {
    display: block;
    margin: 20px auto;
}

.title-menu {
    font-size: 20px;
    padding: 15px 24px 15px 58px;
    border: 1px solid #e1e1e1;
    border-left: none;
}

.phone-contact-wrp {
    line-height: 20px;
    padding: 18px 24px 17px 58px;
    border-right: 1px solid #e1e1e1;
}

.phone-contact-wrp ul,
.block-deckrp p {
    margin: 0 0 10px 0;
}

.phone-num {
    float: left;
    width: 34.5%;
}

.block-deckrp {
    overflow: hidden;
}

.phone-num li {
    line-height: 25px;
}

.block-menu-phone-b {
    padding: 24px 18px;
}

.link-map {
    display: block;
    text-decoration: none;
    padding: 10px 0 0 40px;
}

.location-ic,
.stamp-ic,
.life-ic,
.vodafone-ic,
.kyivstar-ic,
.door-menu-ic,
.question-ic {
    position: relative;
}

.question-ic:before,
.door-menu-ic:before {
    content: '';
    top: 11px;
    left: 24px;
    position: absolute;
    background: url(../images/sprites/spritesheet-2.png) no-repeat;
}

.door-menu-ic:before {
    width: 21px;
    height: 32px;
    background-position: -5px -5px;
}

.question-ic:before {
    width: 19px;
    height: 33px;
    background-position: -77px -43px;
}

.life-ic:before,
.vodafone-ic:before,
.kyivstar-ic:before {
    content: '';
    left: -33px;
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    background: url(../images/sprites/spritesheet-2.png) no-repeat;
}

.life-ic:before {
    background-position: -67px -5px;
}

.vodafone-ic:before {
    height: 22px;
    background-position: -106px -43px;
}

.kyivstar-ic:before {
    background-position: -36px -5px;
}

.stamp-ic:before {
    content: '';
    left: 50%;
    width: 156px;
    height: 156px;
    display: block;
    bottom: -144px;
    text-align: center;
    position: absolute;
    margin: 0 0 0 -78px;
    background: url(../images/stamp-min.png) no-repeat;
}

.ukrtelecom-ic {
    position: relative;
}

.ukrtelecom-ic:before {
    content: '';
    left: 0;
    width: 60px;
    height: 21px;
    display: block;
    position: absolute;
    background: url(../images/p.png) no-repeat center left;
}

.location-ic:before {
    content: '';
    left: 0;
    top: 7px;
    width: 21px;
    height: 28px;
    display: block;
    position: absolute;
    background: url(../images/sprites/spritesheet-2.png) no-repeat -98px -5px;
}

.search-wrp .slide-toggle,
.wrp-menu-main .slide-toggle,
.phone-head .slide-toggle,
.wrp-map .slide-toggle {
    top: 80px;
    z-index: 3;
    text-align: left;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.search-wrp .slide-toggle {
    right: 0;
    z-index: 1;
    width: 50%;
    background: #fff;
}

.search-box {
    padding: 24px;
    background: #e4e4e4;
}

.search-box .ui-btn {
    display: none;
}

.ui-input-search {
    width: 72%;
}

.search-box input {
    width: 100%;
}

.search-box input.search-btn {
    width: 24%;
    height: 41px;
    margin: 0 0 0 10px;
}

.search-box input,
.ui-input-search {
    display: inline-block;
    vertical-align: middle;
}

.search-btn {
    display: block;
}

.phone-head .slide-toggle {
    right: 0;
    width: 80.2%;
    background: #f6f6f6;
}

.wrp-map .slide-toggle {
    left: 0;
    width: 100%;
    background: #fff;
}

.wrp-map .title-menu {
    border: none;
}

.wrp-slide {
    cursor: pointer;
}

.burger-ic.wrp-slide {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    line-height: 80px;
}

.nav-map {
    width: 25.2%;
    border: 2px solid #e1e1e1;
    border-bottom: none;
}

.wrp-menu-main a,
.nav-map a {
    color: #212121;
    text-decoration: none;
}

.wrp-menu-main a,
.parent-it a {
    display: block;
    font-size: 17px;
    padding: 6px 24px;
    background: #f6f6f6;
}

.sub-menu a,
.child-it a {
    display: block;
    font-size: 15px;
    position: relative;
    background: #ededed;
    padding: 7px 24px 8px 63px;
}

.child-it a.act-item {
    background: #fff;
}

.parent-it,
.menu-top li,
.child-it li {
    border-top: 1px solid #e1e1e1;
}

.parent-it.last {
    border-bottom: 1px solid #e1e1e1;
}

.sub-menu a:after,
.child-it a:after {
    content: '';
    top: 14px;
    left: 38px;
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    background: #d42219;
}

.harFull {
    position: relative;
}

.harFull:before {
    content: '';
    top: 14px;
    right: 24px;
    width: 13px;
    height: 6px;
    display: block;
    position: absolute;
    background: url(../images/sprites/arrow-nav-menu-min.png);
}

.harFull.harOpen:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.harFull.act-item.harOpen:before,
.act-item:before {
    content: '';
    top: 10px;
    width: 7px;
    right: 24px;
    height: 13px;
    display: block;
    position: absolute;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    background: url(../images/sprites/spritesheet.png) no-repeat -92px -5px;
}

.nav-map img {
    display: block;
    margin: 50px auto;
}

.cnt-map {
    padding: 0 24px 24px 24px;
}

.title-coord p {
    color: #404040;
    padding: 13px 0;
    font-size: 17px;
}

.title-coord span {
    color: #ea3433;
}

.wrp-menu-main .slide-toggle {
    right: 0;
}

.menu-top:first-child {
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    border-top: none;
}

.menu-top:last-child {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-left: none;
}

.title-menu-main {
    font-size: 20px;
    padding: 15px 24px;
    border: 1px solid #e1e1e1;
    border-right: none;
}

.title-menu-main:first-child {
    border-left: none;
}

.menu-top:last-child a {
    background: #fff;
}

.menu-top li:last-child {
    border-bottom: 1px solid #e1e1e1;
}

.menu-top:last-child .menu-item-has-children ul a {
    background: #fbfbfb;
}

.menu-top:last-child .menu-item-has-children ul a:hover,
.menu-top a:hover {
    color: #fff;
    background: #ea3433;
}

.sub-menu a:hover:after {
    background: #fff;
}

.current-menu-item a {
    color: #d42219;
}

.menu-top .harFull:hover:before {
    width: 13px;
    background: url(../images/sprites/menu-sel-hov-min.png)no-repeat;
}


/*  head-bot
  ==========================================================================
*/

.hed-menu-bot {
    display: table;
    width: 100%;
    position: relative;
}

.head-bot .menu-item-has-children {
    width: 25%;
    float: left;
    font-size: 20px;
    text-align: center;
    border-left: 1px solid #e1e1e1;
    border-bottom: none;
}

.head-bot .menu-item-has-children .harOpen,
.head-bot .menu-item-has-children:hover {
    background: #fff;
}

.head-bot .menu-item-has-children:last-child {
    border-right: 1px solid #e1e1e1;
}

.head-bot:after {
    content: '';
    left: 0;
    top: 80px;
    width: 100%;
    z-index: -1;
    height: 74px;
    position: absolute;
    background: url(../images/fon/fon-menu-but-min.png);
}

.head-bot .menu-item-has-children > a {
    width: 1%;
    height: 74px;
    padding: 0 24px;
    display: table-cell;
    vertical-align: middle;
}

.head-bot a {
    text-decoration: none;
}

.head-bot .harFull:before {
    display: none;
}

.sub-menu-bot {
    z-index: 2;
    width: 100%;
    left: 0;
    display: none;
    font-size: 15px;
    background: #fff;
    text-align: left;
    max-width: 1260px;
    position: absolute;
}

.menu-item-has-children:hover .sub-menu-bot {
    display: block;
}

.sub-menu-bot li {
    width: 20%;
    position: relative;
    display: table-cell;
    border: 1px solid #e1e1e1;
    border-right: none;
}

.sub-menu-bot a {
    display: block;
    padding: 15px 22px 22px;
}

.head-bot .sub-menu-bot a {
    display: block;
    padding: 30px 22px 22px;
}

.sub-menu-bot li:last-child {
    border-right: 1px solid #e1e1e1;
}

.sub-menu-bot p.title-menu-head-bot,
.title-menu-head-bot {
    margin: 0;
    font-size: 20px;
    color: #212121;
    font-weight: 700;
    margin: 0 0 8px 0;
    padding: 0 0 0 0;
    text-align: right;
    font-family: "PTSansBold";
}

.menu-price {
    bottom: 15px;
    right: 22px;
    color: #404040;
    position: absolute;
}

.sub-menu-bot p {
    color: #212121;
}

.sub-menu-bot li:hover p,
.sub-menu-bot li:hover .menu-price,
.sub-menu-bot li:hover {
    background: #ea3433;
    color: #fff;
}

.door_1,
.door_2,
.door_3,
.door_4,
.door_5 {
    position: relative;
}

.door_1:before,
.door_2:before,
.door_3:before,
.door_4:before,
.door_5:before {
    content: '';
    left: 0;
    top: -35px;
    display: block;
    position: absolute;
    background: url(../images/sprites/spritesheet.png) no-repeat;
}

.door_1:before {
    top: -38px;
    width: 21px;
    height: 34px;
    background-position: -169px -5px;
}

.sub-menu-bot .seria {
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "PTSansBold";
    text-align: right;
    color: #212121;
}
.sub-menu-bot li:hover .t-price strong,
.sub-menu-bot .current-menu-ancestor .t-price strong,
.sub-menu-bot li:hover .seria,
.sub-menu-bot .current-menu-ancestor .seria {
    color: #fff;
}


/* правка9(замена) */

.menu-item-has-children .current-menu-ancestor .door_1:before,
.sub-menu-bot li:hover .door_1:before {
    background: url(../images/sprites/spritesheet-3.png) no-repeat -116px -5px;
}

.door_2:before {
    width: 21px;
    height: 31px;
    background: url(../images/sprites/spritesheet-3.png) no-repeat -213px -92px;
}

.menu-item-has-children .current-menu-ancestor .door_2:before,
.sub-menu-bot li:hover .door_2:before {
    background-position: -5px -133px;
}

.door_3:before {
    width: 21px;
    height: 31px;
    background: url(../images/sprites/spritesheet-3.png) no-repeat -5px -5px;
}

.menu-item-has-children .current-menu-ancestor .door_3:before,
.sub-menu-bot li:hover .door_3:before {
    background: url(../images/sprites/spritesheet.png) no-repeat -138px -5px;
}

.door_4:before {
    width: 21px;
    height: 31px;
    background-position: -205px -152px;
}

.menu-item-has-children .current-menu-ancestor .door_4:before,
.sub-menu-bot li:hover .door_4:before {
    background: url(../images/sprites/spritesheet-3.png) no-repeat -182px -51px;
}

.door_5:before {
    width: 21px;
    height: 31px;
    background: url(../images/sprites/spritesheet-3.png) no-repeat -213px -51px;
}

.menu-item-has-children .current-menu-ancestor .door_5:before,
.sub-menu-bot li:hover .door_5:before {
    background-position: -182px -92px;
}

.head-bot .menu-item-has-children.current-menu-item > a {
    color: #fff;
    background: #ff3130;
}

.menu-item-has-children .current-menu-ancestor .menu-price,
.menu-item-has-children .current-menu-ancestor p,
.menu-item-has-children .current-menu-ancestor {
    color: #fff;
    background: #ea3433;
}

.head-top .wrp-location.block-head.act-head-menu span,
.head-top .wrp-location.block-head.act-head-menu {
    color: #5a5a5a;
    background: transparent;
}

.alignnone,
.attachment-medium,
.aligncenter,
.alignleft,
.alignright {
    height: auto;
}


/* конец */


/*  ui-selector
  ==========================================================================
  */


/* правка8(замена) */

.ui-selectmenu-menu {
    top: 0;
    left: 0;
    display: none;
    position: fixed;
}


/* конец */

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

#lan-switch-menu .ui-menu-item,
#sel-loc-menu .ui-menu-item {
    background: #E4E4E4;
    padding: 4px 1em 3px .4em;
    border-bottom: 1px solid #F0F0F0;
}

#sel-loc-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
    padding: 31px 0 0 0;
    position: absolute;
    right: -107px;
    width: 239px !important;
}

.ui-menu .ui-menu-item {
    min-height: 0;
    cursor: pointer;
    position: relative;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button .ui-icon {
    right: -18px;
    left: auto;
    width: 9px;
    height: 6px;
    margin-top: -8px;
    position: absolute;
    top: 77%;
    background: url(../images/sprites/spritesheet.png) no-repeat -302px -5px;
}

#lan-switch-menu {
    background: #E4E4E4;
    border: 1px solid #e1e1e1;
}

#sel_address-button .ui-selectmenu-text {
    color: #212121;
    font-size: 17px;
    text-align: left;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #e1e1e1;
    padding: 0.4em 2.1em 0.4em 1em;
}

#sel_address-button .ui-icon {
    top: 25px;
    width: 9px;
    height: 6px;
    right: 24px;
    display: block;
    float: right;
    position: relative;
}

.ui-selectmenu-button {
    outline: none;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ui-selectmenu-menu {
    z-index: 3;
}

#sel_address-menu {
    background: #fff;
}

#sel_address-menu {
    background: #fff;
    border: 1px solid #e1e1e1;
}

.wrp-sel {
    width: 52%;
    float: left;
    margin: 6px 55px 0 0;
    position: relative;
}

.coord {
    color: #404040;
    font-size: 17px;
    line-height: 24px;
}

.ui-selectmenu-menu {
    top: 10px;
}

.wrp-coord {
    margin: 0 0 24px;
}


/*  Sections slide main home
  ==========================================================================
  */

.slide-box {
    text-align: center;
    position: relative;
}

.slide-title {
    top: 50%;
    bottom: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    display: table;
    position: absolute;
    text-align: center;
    -webkit-transform: translate3d(0, -88%, 0);
    transform: translate3d(0, -88%, 0);
}

.slide-box img {
    width: 100%;
    max-height: 580px;
}

.slide-title p {
    font-size: 52px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.slide-title span {
    font-size: 36px;
    display: block;
}

.slide-main .slick-dots {
    width: 100%;
    bottom: 53px;
    position: absolute;
    text-align: center;
}

.slick-dots li.slick-active button {
    background: #ea3433;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    width: 13px;
    height: 13px;
    font-size: 0;
    border: none;
    outline: none;
    margin: 0 14px;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

.slide-main .slide-prev,
.slide-main .slide-next {
    top: 50%;
    width: 15px;
    height: 34px;
    display: block;
    cursor: pointer;
    position: absolute;
    background: url(../images/sprites/spritesheet.png) no-repeat;
    -webkit-transform: translate3d(0, -193%, 0);
    transform: translate3d(0, -193%, 0);
}

.slide-main .slide-prev {
    left: 12%;
    z-index: 1;
    background-position: -66px -5px;
}

.slide-main .slide-next {
    right: 12%;
    background-position: -41px -5px;
}


/*  Sections advertising
  ==========================================================================
  */

.slide-advertising.slick-slider {
    float: left;
    width: 16.6%;
}

.cnt-advertising {
    float: left;
    width: 83.4%;
    height: 407px;
    background: url(../images/img-adv-min.png);
}

.grid_home {
    width: 20%;
    float: left;
}

.wrp-adv-img {
    padding: 0 25px;
    max-height: 336px;
    min-height: 336px;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
}

.adv-title {
    width: 1%;
    /* height: 71px; */
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    /* border: 1px solid #e1e1e1;
    border-top: none; */
}

.advertising-sections .adv-title h2 {
    padding: 0 25px;
}

.adv-item {
    color: #fff;
    height: 100%;
    line-height: 20px;
    text-align: center;
    padding: 20px 17px;
    border-left: 1px solid rgba(225, 225, 225, 0.2);
}

.grid_4.adv-item {
    height: 57.2%;
    overflow: hidden;
    border-left: 1px solid rgba(225, 225, 225, 0.2);
}

.grid_6.adv-item {
    height: 42.8%;
    overflow: hidden;
    border-top: 1px solid rgba(225, 225, 225, 0.2);
    border-left: 1px solid rgba(225, 225, 225, 0.2);
}

.advertising-sections p {
    color: #c5c5c5;
    font-size: 15px;
}

.advertising-sections h2 {
    margin: 0;
    font-size: 17px;
    padding: 6px 0 4px;
}

.cnt-advertising h2 {
    color: #fff;
}

.wrp-adv-img {
    text-align: center;
    line-height: 313px;
}

.slide-advertising .wrp-adv-img img {
    width: auto;
    max-height: 287px;
    display: inline-block;
    vertical-align: middle;
}

.slide-advertising .slick-dots {
    display: none!important;
}

.slide-advertising .slide-prev,
.slide-advertising .slide-next {
    z-index: 1;
    width: 24px;
    height: 24px;
    bottom: 25px;
    display: block;
    cursor: pointer;
    position: absolute;
    background-size: 8px 15px;
}

.slide-advertising .slide-prev {
    left: 1px;
    background: url(../images/sprites/arrow-dark-l-min.png) no-repeat center #fff;
}

.slide-advertising .slide-next {
    right: 1px;
    background: url(../images/sprites/arrow-dark-r-min.png) no-repeat center #fff;
}

.choice-ic,
.door-tr-ic,
.map-b-ic,
.ok-ic,
.guarantee-ic {
    position: relative;
}

 .door-template-default h2.title-two {
    text-align: center;
    font-size: 26px;
    padding: 21px 0 17px 0;
}

.choice-ic:before,
.door-tr-ic:before,
.map-b-ic:before,
.ok-ic:before,
.guarantee-ic:before {
    content: '';
    display: block;
    margin: 0 auto 25px;
    position: relative;
    background: url(../images/sprites/spritesheet.png) no-repeat;
}

.guarantee-ic:before {
    width: 79px;
    height: 69px;
    background-position: -57px -115px;
}

.choice-ic:before {
    width: 59px;
    height: 59px;
    background-position: -92px -46px;
    margin: 0 auto 29px;
}

.door-tr-ic:before {
    width: 42px;
    height: 65px;
    background-position: -5px -49px;
    margin: 0 auto 29px;
}

.map-b-ic:before {
    width: 92px;
    height: 64px;
    background-position: -200px -5px;
    margin: 0 auto 30px;
}

.ok-ic:before {
    width: 63px;
    height: 63px;
    background-position: -250px -79px;
    margin: 0 auto 28px;
}

.adv-box-l {
    width: 31.3%;
    position: relative;
    padding: 0 0 241px 0;
    border-right: 1px solid #e1e1e1;
}

.adv-box-r {
    width: 68.7%;
    padding: 0 0 47px 0;
}

.adv-head {
    margin: 0 0 22px 0;
    padding: 23px;
    background: url(../images/fon/adv-fon-head.png);
}

.adv-head .btn_2 {
    margin: 0;
    font-size: 17px;
    text-align: left;
    line-height: 20px;
    padding: 10px 20px 10px 80px;
}

.adv-foot .btn_2 {
    font-size: 17px;
}

.adv-foot {
    bottom: 0;
    width: 100%;
    padding: 12px;
    position: absolute;
    background: url(../images/fon/adv-fon-f.png);
}

.adv-foot .grid_6 {
    width: 49%;
    font-size: 17px;
    padding: 12px;
    vertical-align: top;
    display: inline-block;
}

.adv-foot .btn_2 {
    margin: 0;
    height: 84px;
    padding: 10px;
}

.advertising-sections-inner {
    margin: 47px 0 0 0;
}

.list-btn-ic,
.reviews-btn-ic,
.choise-btn-ic,
.door-btn-ic,
.rulers-ic {
    position: relative;
}

.door-btn-ic:before {
    content: '';
    top: 50%;
    width: 17px;
    height: 23px;
    margin: -12px 0;
    position: absolute;
    margin: -13px 0 13px -33px;
    background: url(../images/sprites/small-door-min.png);
    background-size: contain;
}

.rulers-ic:before {
    content: '';
    top: 9px;
    width: 34px;
    height: 28px;
    position: absolute;
    margin: 0 0 0 -41px;
    background: url(../images/sprites/ruler.png);
}

.question-w-ic:before,
.door-knob-ic:before,
.door-btn-ic-2:before,
.choise-btn-ic:before {
    content: '';
    display: block;
    margin: 0 auto;
    position: relative;
}

.door-btn-ic-2:before {
    width: 25px;
    height: 39px;
    background: url(../images/sprites/door-tr-min.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.question-w-ic:before {
    width: 21px;
    height: 38px;
    background: url(../images/sprites/question-w.png);
}

.door-knob-ic:before {
    width: 27px;
    height: 43px;
    background: url(../images/sprites/door-1.png);
}

.choise-btn-ic:before {
    width: 36px;
    height: 37px;
    background: url(../images/sprites/choise.png);
}

.adv-box-r .btn-wrp,
.inner-tab-box {
    padding: 0 54px;
}

.adv-box-r .btn-red {
    height: 49px;
    line-height: 49px;
    background: url(../images/fon/btn-red-2.png) repeat;
}


/* добавить */

.adv-box-r .btn-red:hover {
    background: url(../images/fon/btn-red-2-hov.png) repeat;
}


/* конец */

.adv-box-l h2 {
    margin: 15px 0;
}

.list-btn-ic:before {
    content: '';
    top: 50%;
    left: 17px;
    width: 13px;
    height: 13px;
    margin: -6px 0;
    position: absolute;
    background: url(../images/sprites/list.png);
}

.ui-tabs-active.list-btn-ic:before {
    background: url(../images/sprites/list-r.png) no-repeat;
}

.reviews-btn-ic:before {
    content: '';
    top: 50%;
    left: 17px;
    width: 16px;
    height: 16px;
    margin: -8px 0;
    position: absolute;
    background: url(../images/sprites/reviews.png);
}

.ui-tabs-active.reviews-btn-ic:before {
    background: url(../images/sprites/reviews-r.png) no-repeat;
}

.ui-tabs-active.door-btn-sm-ic:before {
    background: url(../images/sprites/door-btn-sm.png) no-repeat;
}

.door-btn-sm-ic:before {
    content: '';
    top: 50%;
    left: 17px;
    width: 13px;
    height: 18px;
    margin: -9px 0;
    position: absolute;
    background: url(../images/sprites/door-btn-sm-g.png) no-repeat;
}

.content-block #tabs > ul li:after {
    display: none;
}

.adv-box-r .ui-tabs-nav li {
    padding: 7px 24px 8px 42px;
}

.ui-tabs-nav li.door-btn-sm-ic {
    border-left: none;
}

.privat-ic,
.masterCart-ic,
.visa-ic {
    display: inline-block;
    margin: 0 11px;
}


/*  Sections production
  ==========================================================================
  */

.tab-prod iframe {
    width: 100% !important;
    height: 422px !important;
}

.tabs-box {
    padding: 24px;
}

.ui-tabs-nav {
    background: #f6f6f6;
    border-bottom: 1px solid #e1e1e1;
}

.ui-tabs-nav li {
    width: auto;
    height: 48px;
    outline: none;
    color: #212121;
    padding: 0 24px;
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #e1e1e1;
}

.ui-tabs-nav li a {
    outline: none;
    color: #767676;
    font-size: 17px;
    text-decoration: none;
}

.ui-tabs-nav li:last-child {
    border-right: 1px solid #e1e1e1;
}

.ui-tabs-nav li.ui-tabs-active {
    bottom: -1px;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #fff;
}

.ui-tabs-nav li.ui-tabs-active a {
    color: #212121;
}

.img-single {
    float: left;
    margin: 0 29px 0 0;
}

.box-prd-single .img-single img {
    max-width: 139px;
}

.box-prd-single:nth-child(2n-1) .img-single {
    float: right;
    margin: 0 0 0 29px;
}

.box-prd-single {
    padding: 24px;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.box-prd-single p {
    overflow: hidden;
}

.box-prd-single:last-child {
    border-bottom: none;
}

.box-prd-single h3 {
    margin: 0;
}


/*  Sections certificat
  ==========================================================================
  */

.key-box {
    /* overflow: hidden; */
    /* min-height: 762px; */
    position: relative;
    background: url(../images/00-kommudoor-fon-min.png);
}

.img_1 {
    top: 53px;
    max-width: 718px;
}

.img_2 {
    top: 38px;
    left: -51px;
}

.img_3 {
    bottom: 27px;
    right: 24px;
}

.img_4 {
    bottom: 211px;
    right: 187px;
}
.slide-1 .block-img-abs h2 {
    color: #fff;
    padding: 24px 24px 0 24px;
}

.slide-2 .block-img-abs {
    padding: 24px;
}

.block-img-abs h2 {
    bottom: 29px;
    font-size: 24px;
}

.crt-box h2 {
    font-size: 24px;
}
.slide-2 .key-box {
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
}
.slide-2 .crt-box {
    border: 1px solid #e1e1e1;
    border-left: none;
}

.cnt-flex-between {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-webkit-flex-flow: row wrap;
    -moz-webkit-flex-flow: row wrap;
    -ms-webkit-flex-flow: row wrap;
    -o-webkit-flex-flow: row wrap;
    webkit-flex-flow: row wrap;
     -ms-flex-pack: justify;
    justify-content: space-between;
}
.cnt-flex-column {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}
.content-present {
    padding-top: 10px;
}
.slide-1 .crt-present img:last-child {
    float: right;
}
.slide-1 .crt-present img:first-child {
    float: left;
}
.content-present-l {
    text-align: right;
    padding: 0 0 0 34px;
}
.content-present p {
    max-width: 158px;
    margin: 0 0 0 auto;
}
.slider-one .key-box {
    width: 51%;
}
.slider-one .crt-box {
    width: 49%;
}
.arrow-top,
.arrow-right {
    position: relative;
}
.content-present-l > div {
    padding: 33px 0 26px 0;
}
.arrow-top:before,
.arrow-right:before {
    content: "";
    top: 15px;
    right: 0;
    position: absolute;
    width: 0;
    height: 0;
    border: 9px solid transparent;
}

.arrow-top:before {
    border-top: 0;
    border-bottom-color: #ea3433;  
}
.arrow-right:before {
    top: 6px;
    border-right: 0;
    border-left-color: #ea3433;  
}
.slide-1 .key-box img {
    margin-top: -13px;
}

.crt-text {
    position: absolute;
    z-index: 1;
    color: #2b55a2;
    width: 272px;
    font-size: 12px;
    left: 103px;
    top: 126px;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.slide-2 .link-more {
    text-align: right;
    display: block;
    text-decoration: none;
    color: #404040;
}
.slide-2 img {
    display: block;
    margin: 0 auto;
}
.slide-2 .key-box p {
    margin: 0;
}

.slide-2 .key-box img {
    margin-bottom: 20px;
}
.crt-box {
    padding: 24px;
}
.slide-2 img {
    max-width: 474px;
}

.crt-present {
    text-align: center;
    margin: 0 0 16px 0;
}

.crt-present a {
    margin: 0 0 0 6px;
    line-height: 85px;
    min-width: 51px;
    min-height: 85px;
    display: inline-block;
}

.crt-present a img {
    max-width: 53px;
    max-height: 85px;
    display: inline-block;
    vertical-align: bottom;
    text-decoration: none;
}

.crt-present a:first-child {
    float: left;
    min-width: 191px;
    min-height: 285px;
    line-height: 285px;
    margin: 0 14px 0 0;
    text-decoration: none;
}

.crt-present a:first-child img {
    max-width: 191px;
    max-height: 285px;
    vertical-align: middle;
}

.crt-present a:nth-child(4),
.crt-present a:nth-child(3),
.crt-present a:nth-child(2) {
    min-width: 116px;
    min-height: 189px;
    line-height: 189px;
    margin-bottom: 12px;
    text-decoration: none;
}

.crt-present a:nth-child(4) img,
.crt-present a:nth-child(3) img,
.crt-present a:nth-child(2) img {
    max-width: 116px;
    max-height: 189px;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
}

.crt-box h3 {
    max-width: 191px;
    text-align: center;
    margin: 0 0 32px 0;
}


/*  Sections design
  ==========================================================================
  */

.sections-about .wrp-box {
    position: relative;
    background: #f6f6f6;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.comment-wrp {
    position: relative;
    background: #f6f6f6;
    padding: 24px 24px 12px 0;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.vacancy {
    top: 35px;
    right: 24px;
    color: #212121;
    font-size: 15px;
    position: absolute;
}

.people-ic:before {
    content: '';
    left: -67px;
    width: 49px;
    height: 31px;
    display: block;
    position: absolute;
    background: url(../images/sprites/spritesheet.png) no-repeat -146px -152px;
}

.vacancy a {
    color: #21204a;
}

.comment-wrp > h2 {
    padding: 0 24px;
}

.comment-box {
    padding: 24px 0 0 0;
    margin: 0 0 24px 24px;
    border-top: 1px solid #e1e1e1;
}

.comment-box:nth-child(2) {
    border-top: none;
}

.comment-box p {
    overflow: hidden;
    margin-bottom: 0;
}

.name {
    display: inline-block;
}

.data {
    float: right;
    color: #767676;
    display: block;
    font-size: 14px;
}


/* замена */

.comment-wrp .more-link {
    width: 100%;
    right: 24px;
    bottom: 20px;
    top: inherit;
    color: #21204a;
    display: block;
    text-align: right;
    position: absolute;
    text-decoration: underline;
}


/* конец */

.design-descpt {
    margin: 0 -4px 0 0;
    background: url(../images/fon/des-fon.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.design-descpt-box {
    padding: 24px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.2);
}

.design-descpt-box:last-child {
    border-bottom: none;
}

.design-descpt-box h3 {
    color: #fff;
}

.design-descpt-box p {
    color: #9a9a9a;
}

.arrow-descpt {
    color: #fff;
    max-width: 178px;
    position: relative;
    background: #53ae26;
    margin: 24px 21px 0 -24px;
    padding: 24px 0 24px 24px;
    display: inline-block;
}
.descpt p {
    font-size:  20px;
    color: #fff;
    font-weight: bold;
    text-align: center; 
}
.btn-green {
    color: #fff;
    text-shadow: 0.5px 0.866px 0px rgb( 86, 96, 81 );
    background: #61bc2d;
    background: -moz-linear-gradient(top, #61bc2d 0%, #53ae26 50%, #45a120 74%, #45a120 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #61bc2d), color-stop(50%, #53ae26), color-stop(74%, #45a120), color-stop(100%, #45a120));
    background: -webkit-linear-gradient(top, #61bc2d 0%, #53ae26 50%, #45a120 74%, #45a120 100%);
    background: -o-linear-gradient(top, #61bc2d 0%, #53ae26 50%, #45a120 74%, #45a120 100%);
    background: -ms-linear-gradient(top, #61bc2d 0%, #53ae26 50%, #45a120 74%, #45a120 100%);
    background: linear-gradient(to bottom, #61bc2d 0%, #53ae26 50%, #45a120 74%, #45a120 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61bc2d', endColorstr='#45a120', GradientType=0 );
}
.btn-green.small-door:before {
    top: 11px;
    left: 17px;
    background: url(../images/w-door-ic.png) no-repeat;
}
.arrow-descpt:after {
    content: '';
    top: 0;
    right: -74px;
    position: absolute;
    border: 54px solid transparent;
    border-left: 20px solid #53ae26;
}
.descpt {
    margin: 30px 0;
}
.center {
    text-align: center;
}
.design-descpt-box .btn_1 {
    display: inline-block;  
    float: none;   
    margin: 0; 
    padding: 11px 20px 11px 43px;
}

.tools-ic,
.small-door {
    position: relative;
}

.small-door:before .tools-ic:before {}

.small-door:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 21px;
    width: 17px;
    height: 23px;
    background: url(../images/sprites/spritesheet.png) no-repeat -236px -152px;
}

.tools-ic:before {
    content: '';
    top: 7px;
    width: 29px;
    height: 30px;
    margin: 0 9px 0 0;
    position: relative;
    display: inline-block;
    background: url(../images/sprites/spritesheet-2.png) no-repeat -77px -86px;
}

.items-slider-container {
    margin-top: -2px;
    max-width: 1260px;
}

.slider-for.slick-slider {
    float: left;
    width: 40.714%;
    line-height: 500px;
    /* text-align: center; */
}

.item {
    position: relative;
}

.box-text {
    right: 0;
    top: 88px;
    bottom: 88px;
    text-align: left;
    overflow: hidden;
    padding: 21px 23px;
    position: absolute;
    line-height: normal;
    border: 1px solid #e9e9e9;
    background: rgba(0, 0, 0, .64);
}

.box-text h3,
.box-text h4 {
    color: #fff;
}

.box-text p {
    color: #9a9a9a;
}

.slider-for.slick-slider img {
    max-width: 513px;
    max-height: 500px;
    display: inline-block;
    vertical-align: middle;
}

.slider-nav.slick-slider {
    width: 59.286%;
    margin: 93px 0;
    display: inline-block;
}

.slider-nav.slick-slider .item {
    outline: none;
    line-height: 312px;
}

.slider-nav.slick-slider img {
    /*max-width: 215px;*/
    max-height: 312px;
    display: inline-block;
    vertical-align: middle;
}

.slider-nav .slide-prev,
.slider-nav .slide-next {
    z-index: 2;
    width: 24px;
    height: 24px;
    bottom: 25px;
    bottom: -59px;
    display: block;
    cursor: pointer;
    position: absolute;
    -webkit-background-size: 8px 15px;
    -moz-background-size: 8px 15px;
    -o-background-size: 8px 15px;
    background-size: 8px 15px;
}

.slider-nav .slide-prev {
    left: 41.5%;
    background: url(../images/sprites/arrow-dark-l-min.png) no-repeat center #fff;
}

.slider-nav .slide-next {
    right: 41.5%;
    background: url(../images/sprites/arrow-dark-r-min.png) no-repeat center #fff;
}


/* правка8(замена) */

.slider-nav .count-slide {
    width: 100%;
    color: #212121;
    bottom: -59px;
    position: absolute;
    text-align: center;
    left: inherit;
}


/* конец */


/*  Sections news
  ==========================================================================
  */

.box-news {
    padding: 24px;
}

.box-news.grid_3 {
    display: inline-block;
    float: none;
    width: 24.6%;
    vertical-align: top;
}

.box-news a {
    display: block;
    text-decoration: none;
}

.box-news h3 {
    margin: 10px 0;
    color: #21204a;
}

.review {
    color: #767676;
    margin: 0 0 0 30px;
    position: relative;
    display: inline-block;
}

.review:before {
    content: '';
    top: 4px;
    left: -30px;
    width: 20px;
    height: 12px;
    display: block;
    position: absolute;
    background: url(../images/sprites/spritesheet.png) no-repeat -57px -49px;
}


/*  Scrollbar
  ==========================================================================
  */

.box-scroll {
    margin-top: 45px;
    padding: 46px 24px;
}

.baron {
    width: 99%;
    height: 202px;
    overflow: hidden;
    position: relative;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
}

.box-scroll .baron__control {
    display: none;
}

.box-scroll .baron._ubuntu12 .baron__free {
    top: 0;
    bottom: 0;
}

.box-scroll .baron._ubuntu12 .baron__track {
    width: 6px;
    background: #fff;
    border-radius: 0px;
    background-image: none;
    border: 1px solid #e1e1e1;
}

.box-scroll .baron._ubuntu12 .baron__bar {
    width: 4px;
    border: none;
    border-radius: 0;
    background: #ea3433;
    background-image: none;
}

.box-scroll .baron._ubuntu12 .baron__scroller {
    padding-right: 36px;
}

.box-scroll p {
    margin: 0 0 17px 0;
}

.box-scroll .baron._ubuntu12 .baron__bar:hover,
.box-scroll .baron._ubuntu12._dragging .baron__bar {
    background: #ea3433;
}


/*  Footer
  ==========================================================================
  */

.footer {
    overflow: hidden;
    background: #333;
    padding: 43px 24px 63px 24px;
}

.footer h3 {
    color: #999;
    margin: 0;
    font-size: 18px;
}

.footer a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.footer p {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.contact-wrp-footer {
    float: right;
}

.contact-footer,
.footer li {
    margin: 10px 0;
}

.map-site {
    display: block;
    margin: 46px 0 0 0;
}

.fixet-block {
    top: 30%;
    right: 0;
    z-index: 11;
    width: 1260px;
    position: fixed;
}

.soc-button {
    right: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
}

.soc-button h3,
.soc-button ul,
.soc-button li {
    color: #b7b7b7;
    display: block;
}

.soc-button h3 {
    margin: 0 10px 0 0;
}

.soc-button li {
    margin: 2px;
}

.soc-button a {
    width: 36px;
    height: 36px;
    display: block;
}

.vk-ic a {
    background: url(../images/sprites/vk-min.png) no-repeat center rgba(91, 127, 166, 0.4);
    -webkit-background-size: 13px 16px;
    -moz-background-size: 13px 16px;
    -o-background-size: 13px 16px;
    background-size: 13px 16px;
}

.in-ic a {
    background: url(../images/sprites/in-min.png) no-repeat center rgba(194, 146, 135, 0.4);
    -webkit-background-size: 19px 18px;
    -moz-background-size: 19px 18px;
    -o-background-size: 19px 18px;
    background-size: 19px 18px;
}

.fb-ic a {
    background: url(../images/sprites/fb-min.png) no-repeat center rgba(65, 90, 153, 0.4);
    -webkit-background-size: 10px 20px;
    -moz-background-size: 10px 20px;
    -o-background-size: 10px 20px;
    background-size: 10px 20px;
}

.yt-ic a {
    background: url(../images/sprites/yt-min.png) no-repeat center rgba(234, 52, 51, 0.4);
    -webkit-background-size: 20px 15px;
    -moz-background-size: 20px 15px;
    -o-background-size: 20px 15px;
    background-size: 20px 15px;
}

.but-top a {
    background: url(../images/sprites/arrow-top-min.png) no-repeat center rgba(255, 255, 255, 0.15);
    -webkit-background-size: 19px 11px;
    -moz-background-size: 19px 11px;
    -o-background-size: 19px 11px;
    background-size: 19px 11px;
}

.menu-mob-header,
.burger-footer {
    display: none;
}


/*  Inner page
  ==========================================================================
  */

.wrapper-bread {
    padding: 9px 0;
    background: #d9d9d9;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}


/* правка11(замена) */

.breadcrumbs {
    z-index: 1;
    color: #404040;
    font-size: 15px;
    text-align: left;
    position: relative;
}


/* конец */


/*  table sections
  ==========================================================================
  */

table {
    width: 100%;
    border-collapse: collapse;
}

.table-width {
    max-width: 1260px;
}


/*  правка6(замена) */

.table-wrapper {
    padding: 18px 20px 18px 20px;
    padding: 0 20px 18px 20px;
    border-top: 2px solid #ea3433;
    background: url(../images/fon/table-fon.png) no-repeat #fff;
    border-bottom: 1px solid #e1e1e1;
    -webkit-background-size: 100% 85px;
    -moz-background-size: 100% 85px;
    -o-background-size: 100% 85px;
    background-size: 100% 85px;
}

/* .table-wrapper.img-size {
    -webkit-background-size: 100% 98px;
    -moz-background-size: 100% 98px;
    -o-background-size: 100% 98px;
    background-size: 100% 98px;
} */


/* конец */

.first-col {
    display: none;
}

.table-overflow {
    width: 100%;
    overflow: hidden;
}

.table-width {
    max-width: 1217px;
}

.table-first h2 {
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
}

.table-center tr.transform td {
    padding: 6px;
}

.table-first {
    color: #fff;
}

.table-first tr:last-child td {
    position: relative;
    padding: 20px 3px;
    background: #e7e7e7;
    border: 2px solid #fff;
    width: 116px;
    border-top: 3px solid #fff;
    border-bottom: 4px solid #fff;
}

.table-first tr:last-child td.act-row {
    border-top: 3px solid #ea3433;
    border-bottom: 4px solid #ea3433;
} 
.table-center tr:last-child td {
    border-bottom: 3px solid #fff;
}
.table-center tr:last-child td.act-row {
    border-bottom: 3px solid #ea3433;
}
.table-center tr:nth-child(2n-1) td:hover,
.table-center tr td:hover {
    background: url(../images/pls.png) no-repeat center center rgba(33, 33, 33, 0.30);
    cursor: pointer;
}

.table-center tr:nth-child(2n-1) td:hover img,
.table-center tr td:hover img {
    opacity: .4;
}
.table-center tr td:first-child:hover {
    /* background: #f6f6f6; */
    background: #e7e7e7;
    background-image: none;
}
.table-center tr:first-child td:first-child,
.table-center tr:nth-child(2n) td:first-child {
    background: #f1f1f1;
}
.table-center tr:first-child td:first-child:hover p,
.table-center tr:nth-child(2n) td:first-child:hover p {
    opacity: 1;
}
.table-center tr td:first-child {
    background: none;
}

/* правка10(добавить) */

.ios.ipad.tablet .table-first tr:last-child td.act-row:first-child:after,
.ios.ipad.tablet .table-first tr:last-child td:first-child:after {
    height: 119px;
}

/* .table-first tr:last-child td.act-row:first-child:after,
.table-first tr:last-child td:first-child:after {
    content: '';
    top: 0;
    right: 0;
    width: 40px;
    height: 114px;
    position: absolute;
    background: url(../images/sprites/arrow-table.png) bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
 */

/* конец */

.table-first tr:first-child td.act-row:first-child {
    background: transparent;
}

.table-first tr:last-child td:first-child {
    padding: 20px 65px 20px 10px;
}

.table-first tr:first-child td {
    height: 88px;
    text-align: right;
    padding: 0 0 0 12px;
    border: 2px solid transparent;
}

.table-first img,
.table-last img,
.table-center img {
    opacity: .6;
}


/* замена */

.table-first tr:first-child td,
.table-last td:first-child,
.table-center td:first-child {
    width: 39px;
    text-align: left;
    padding: 0 4px 0 10px;
}


/* конец */


/* добавить */

.isChrome .table-center tr.transform td {
    padding: 6px;
}


/* правка10(добавить) */

.isSafari .table-first tr:first-child td,
.isSafari .table-last td:first-child,
.isSafari .table-center td:first-child {
    padding: 0 3px 0 17px;
}

.isSafari .table-last td:first-child {
    padding: 2px 84px 2px 85px;
}

.ios.ipad.tablet .table-first tr:first-child td,
.ios.ipad.tablet .table-last td:first-child,
.ios.ipad.tablet .table-center td:first-child {
    width: 56px;
    padding: 0 3px 0 9px;
}

.ios.ipad.tablet .table-last td:first-child {
    padding: 2px 84px 2px 80px;
}


/* конец */

.isChrome .table-first tr:first-child td,
.isChrome .table-last td:first-child,
.isChrome .table-center td:first-child {
    padding: 0 3px 0 10px;
}

.isChrome .table-last td:first-child {
    padding: 2px 84px 2px 85px;
}

.table-first tr:first-child td:first-child {
    text-align: right;
}

.transform td:nth-child(2) {
    padding: 0 3px 0 10px;
}


/* новый стиль 2 (замена)*/
table.table-center tr.transform td:first-child,
.table-center tr:nth-child(2n-1) td {
    background: #e7e7e7;
    /* background: #f6f6f6; */
}

.table-center tr:first-child td {
    background: #fff;
}

.transform td:first-child p {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.transform td:nth-child(2),
.table-center tr td:first-child {
    background: #e7e7e7;
    /* background: #f6f6f6; */
}

.table-center td {
    text-align: center;
    padding: 20px 3px;
    border: 2px solid #fff;
}

.table-first tr:first-child td,
.table-last td,
.table-center td {
    width: 116px;
    font-size: 15px;
    line-height: 22px;
}

.table-last td {
    border: 2px solid #fff;
}

.table-last span,
.table-first a {
    display: block;
}


/* добавить */

.page-template-page-constructor1 .table-first,
.page-template-page-constructor1 .table-center,
.page-template-page-constructor1 .table-last {
    margin-top: -2px;
}


/* конец */


/* замена */

.btn_table_1 {
    width: 94px;
    height: 25px;
    margin: 7px auto 0;
    position: relative;
    padding: 0 0 0 33px;
    text-decoration: none;
}


/* конец */

.btn_table_1:before {
    content: '';
    width: 12px;
    top: 50%;
    height: 17px;
    margin: -8px 0 0 -19px;
    position: absolute;
    background: url(../images/sprites/spritesheet-4.png) -78px -5px;
}

.btn-table-2 {
    width: 98%;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    border-top: none;
    text-align: center;
    text-decoration: none;
}

.btn-gray.btn-table-2 {
    width: 104px;
}

.btn-red.btn-table-2 {
    line-height: 34px;
    font-size: 17px;
    height: 34px;
}

.table-last td {
    padding: 2px 3px;
    text-align: center;
}

.table-last td:first-child {
    padding: 2px 84px 2px 85px;
}

.table-price {
    font-size: 20px;
    padding: 17px 0;
    font-family: "PTSansBold";
}

.table-last td.act-row {
    border-bottom: 2px solid #ea3433;
}

.table-wrapper td.act-row {
    position: relative;
}

.table-wrapper td.act-row img {
    opacity: 1;
}

.table-first tr:last-child td.act-row:before {
    left: -3px;
}

.table-first tr:last-child td:before {
    left: 0;
}

.table-first tr:last-child td.act-row:before,
.table-first tr:last-child td:before {
    content: '';
    right: 0;
    top: -3px;
    height: 3px;
    background: #ea3433;
    position: absolute;
}

.table-first tr:last-child td.act-row:before,
.table-wrapper td.act-row:after,
.table-wrapper td.act-row:before {
    content: '';
    width: 3px;
    top: -3px;
    z-index: 1;
    height: inherit;
    bottom: -9px;
    position: absolute;
    background: #ea3433;
    height: 106%;
}

.table-first tr:first-child td.act-row {
    background: #ea3433;
    border-top: 2px solid #ea3433;
}

.table-wrapper td.act-row:after {
    right: -3px;
}

.table-wrapper td.act-row:before {
    left: -3px;
}

.table-wrapper th.act-row {
    background: #ea3433;
}

.table-center tr td.act-row:first-child:before {
    display: none;
}


/* .table-wrapper tr td.act-row:first-child:before,
.table-wrapper tr td.act-row:first-child:after {
    display: none;
} */


/*  gift sections
  ==========================================================================
  */

.gift-sections {
    background: #fff;
    padding: 30px 20px 30px 20px;
    border-bottom: 1px solid #e1e1e1;
}

.gift-wrp {
    position: relative;
}

.gift-col:first-child {
    color: #53ae26;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "PTSansBold";
}

.gift-col {
    width: 13.6%;
    float: left;
    margin: 0 2px;
    text-align: center;
    background: url(../images/fon/arrow-step.png) no-repeat;
    background-position: 0 21px;
    -webkit-background-size: 100% 32px;
    -moz-background-size: 100% 32px;
    -o-background-size: 100% 32px;
    background-size: 100% 32px;
}

.master-ic .sprite-ic,
.ruler-ic .sprite-ic,
.truck-ic .sprite-ic,
.stairs-ic .sprite-ic,
.dismantling-ic .sprite-ic {
    background: url(../images/sprites/spritesheet-5.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.gift-ic .sprite-ic,
.key-ic .sprite-ic {
    background: url(../images/sprites/spritesheet-4.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.gift-ic .sprite-ic {
    width: 29px;
    height: 31px;
    background-position: -146px -5px;
}

.master-ic .sprite-ic {
    width: 37px;
    height: 23px;
    background-position: -89px -52px;
}

.ruler-ic .sprite-ic {
    width: 33px;
    height: 33px;
    background-position: -5px -5px;
}

.truck-ic .sprite-ic {
    width: 40px;
    height: 25px;
    background-position: -48px -5px;
}

.stairs-ic .sprite-ic {
    width: 31px;
    height: 31px;
    background-position: -48px -40px;
}

.dismantling-ic .sprite-ic {
    width: 29px;
    height: 37px;
    background-position: -98px -5px;
}

.key-ic .sprite-ic {
    width: 32px;
    height: 33px;
    background-position: -5px -94px;
}

.stamp-img {
    float: right;
    width: 156px;
    height: 156px;
    display: block;
    background: url(../images/stamp-min.png) no-repeat;
}

.gift-wrp {
    float: left;
    width: 87%;
    /* background: url(../images/fon/gift-line.png) no-repeat 15px 22px; */
}

.circle-red {
    background: #ea3433;
}

.circle-green {
    background: #53ae26;
}

.circle-white {
    background: #fff;
    border: 2px solid #53ae26;
}

.circle-white,
.circle-red,
.circle-green {
    width: 75px;
    height: 75px;
    line-height: 70px;
    border-radius: 50%;
    margin: 0 0 10px 0;
    text-align: center;
    display: inline-block;
}

.title-col {
    line-height: 40px;
}

.title-col p {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.wrp-more {
    padding: 12px 0;
    background: #fff;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-top: none;
    background: #f6f6f6;
    clear: both;
}

.btn_3 {
    color: #333;
    font-size: 15px;
    padding: 8px 24px;
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
}


/*  on stock
  ==========================================================================
  */

.on-stock-filter {
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    border-top: none;
    text-align: center;
    width: 100%;
    padding: 17px 25px;
}

.on-stock-filter span {
    width: 1%;
    color: #404040;
    font-size: 17px;
    display: table-cell;
    vertical-align: middle;
}

.on-stock-filter span:first-child {
    width: 2%;
    color: #212121;
    font-size: 20px;
    text-align: left;
}

.on-stock-filter span:last-child {
    text-align: right;
}

.column {
    width: 25%;
    background: #fff;
    float: left;
    display: block;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.column:last-child {
    border-right: 1px solid #e1e1e1;
}

.wrp-col-img {
    padding: 23px 0;
    text-align: center;
}

.column img {
    max-height: 360px;
    display: inline-block;
}


/* правка13(замена) */

.tbl-stock {
    padding: 7px 0;
    min-height: 164px;
    line-height: 100px;
    background: #f6f6f6;
}


/* конец */

.tbl-stock table {
    width: 100%;
    font-size: 15px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.tbl-stock td:nth-child(2n) {
    text-align: right;
    padding: 4px 16% 4px 0;
}

.tbl-stock table td {
    width: 1%;
    vertical-align: top;
    padding: 4px 0 4px 16%;
}

.cl-btn-wrp {
    padding: 22px 16%;
}

.cl-btn-wrp .btn_2 {
    margin: 0;
    padding: 4px 0;
    font-size: 17px;
}

.further-arr-ic {
    position: relative;
}

.further-arr-ic:after {
    content: '';
    top: 2px;
    width: 13px;
    height: 15px;
    margin: 0 0 0 12px;
    position: relative;
    display: inline-block;
    background: url(../images/sprites/further-arr.png) no-repeat;
}

input[type=checkbox] {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 19px;
    height: 19px;
}

input[type=checkbox] + label {
    cursor: pointer;
}

input[type=checkbox]:not(checked) {
    position: absolute;
    opacity: 0;
    top: 0;
    cursor: pointer;
    margin: 0 0 0 9px;
    display: none;
}

input[type=checkbox]:not(checked) + label {
    position: relative;
    margin: 10px 0 10px 37px;
    display: block;
}

input[type=checkbox]:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 2px;
    width: 19px;
    height: 19px;
    margin: 0 0 0 -37px;
    background: url(../images/sprites/ch-no-act.png) no-repeat;
}

input[type=checkbox]:checked + label:before {
    background: url(../images/sprites/ch-act.png) no-repeat;
}

.ui-checkbox {
    position: relative;
}

.ui-checkbox-on:after {
    width: 19px;
    height: 19px;
    background: url(../images/sprites/ch-act.png) no-repeat;
}

.ui-checkbox-off:after {
    width: 19px;
    height: 19px;
    background: url(../images/sprites/ch-no-act.png) no-repeat;
}

.ui-btn {
    text-align: left;
    padding: 0 0 0 2.5em;
}

.ui-mobile label,
.ui-controlgroup-label {
    margin: 0;
}

.ui-btn-icon-notext:after,
.ui-btn-icon-left:after,
.ui-btn-icon-right:after {
    margin-top: -10px;
}


/*  galleryblog
  ==========================================================================
  */

.section-sidebar-wrp {
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    border-top: 2px solid #ea3433;
    position: relative;
}
.section-sidebar-wrp.clearfix:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    right: 25.3%;
    z-index: 1;
    background: #e1e1e1;
    height: 100%;
    display: block;
}

.content-left {
    float: left;
    width: 74.7%;
    position: relative;
    padding: 0 0 60px 0;
    /* border-right: 1px solid #e1e1e1; */
}

.sidebar-right {
    float: right;
    width: 25.3%;
}

.gallery-in {
    display: block;
    /* max-height: 291px; */
    border: 1px solid #e1e1e1;
}

.gallery-in iframe {
    display: block;
    width: 100% !important;
    height: 291px !important;
}


/* правка8(замена) */

.box-gallery.grid_6 {
    padding: 12px;
    /* float: left; */
    display: inline-block;
    width: 49.5%;
}


/* конец */

.gallery-descrip {
    padding: 11px 24px;
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    border-top: none;
}

.box-gallery {
    padding: 12px;
}

.title-gallery,
.data-gallery {
    width: 1%;
    display: table-cell;
    vertical-align: middle;
}

.data-gallery {
    color: #767676;
    font-size: 14px;
    text-align: right;
}

.title-gallery {
    color: #21204a;
    font-size: 17px;
    line-height: 20px;
}

.gallery-in img {
    display: block;
    margin: 0 auto;
}

.wp-pagenavi {
    padding: 18px 0;
    font-size: 17px;
    text-align: center;
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.wp-pagenavi span,
.wp-pagenavi a {
    margin: 0 10px;
    display: inline-block;
}

.sdb-box-first {
    padding: 23px;
    border-bottom: 1px solid #e1e1e1;
}

.btn_4 {
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    display: block;
    padding: 7px 0;
}

.menu-sdb {
    background: #fff;
}

.menu-sdb a {
    display: block;
    background: #fff;
    text-decoration: none;
}

.menu-sdb ul a:hover {
    color: #fff;
    background: #EA3433;
}

.menu-sdb > li>a {
    padding: 7px 24px 8px 24px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.36);
}

.menu-sdb .sub-menu li {
    border-bottom: 1px solid rgba(225, 225, 225, 0.36);
}


/* .menu-sdb > li > a:after,
.menu-sdb .sub-menu a:before {
    content: '';
    position: absolute;
    right: 22px;
    width: 17px;
    height: 17px;
    background: url(../images/sprites/dn-ic.png) no-repeat;
}

.menu-sdb > li > a:after {
    right: 44px;
}

 */

.sdb-stock {
    padding: 23px;
    border-top: 1px solid #e1e1e1;
    background: url(../images/img-adv-min.png);
}

.sdb-stock .btn_4 {
    padding: 8px 12px;
}

.slide-adv-inner {
    text-align: center;
}

.slide-adv-inner .slick-slide img {
    max-height: 404px;
    display: inline-block;
}

.sidebar-right .slide-adv-inner {
    padding: 39px 0 0 0;
}

.sidebar-right .slide-adv-inner h2 {
    margin: 15px 0 11px 0;
}

.sidebar-right .cnt-advertising {
    width: 100%;
}

.sidebar-right .guarantee-ic:before {
    width: 56px;
    height: 48px;
    background: url(../images/sprites/spritesheet-3.png) no-repeat -116px -49px;
}

.sidebar-right .ok-ic:before {
    width: 45px;
    height: 45px;
    background: url(../images/sprites/spritesheet-3.png) no-repeat -121px -150px;
}

.sidebar-right .map-b-ic:before {
    width: 64px;
    height: 44px;
    background: url(../images/sprites/spritesheet-3.png) no-repeat -47px -107px;
}

.sidebar-right .door-tr-ic:before {
    width: 32px;
    height: 49px;
    background: url(../images/sprites/spritesheet-3.png) no-repeat -5px -49px;
}

.sidebar-right .choice-ic:before {
    width: 44px;
    height: 44px;
    background: url(../images/sprites/spritesheet-3.png) no-repeat -62px -5px;
}

.sidebar-right .ok-ic:before,
.sidebar-right .map-b-ic:before,
.sidebar-right .choice-ic:before,
.sidebar-right .door-tr-ic:before,
.sidebar-right .guarantee-ic:before {
    left: 0;
    margin: 0;
    position: absolute;
}

.sidebar-right .adv-item {
    border: 0;
    width: 100%;
    height: 16.666%;
    text-align: left;
    padding: 20px 22px;
}

.sidebar-right .adv-item h2 {
    font-size: 17px;
    padding: 6px 0 4px 79px;
}


/* правка8(замена) */

.sidebar-right .cnt-advertising {
    background: url(../images/fon/fon-sdb.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* конец */

.sidebar-right .cnt-advertising .btn_2 {
    margin: 0;
    padding: 0px 20px 9px 22px;
}

.comments-ic,
.quest-ic {
    position: relative;
}

.quest-ic:before {
    content: '';
    width: 16px;
    height: 28px;
    position: absolute;
    margin: 0 0 0 -30px;
    background: url(../images/sprites/quest-btn.png);
}

.comments-ic:before {
    content: '';
    width: 20px;
    height: 21px;
    position: absolute;
    margin: 5px 0 0 -30px;
    background: url(../images/sprites/cm-ic.png);
}

.sdb-box-first .btn_4 {
    padding: 7px 0 7px 30px;
}


/*  testimonials
  ==========================================================================
  */

.star-rating {
    position: relative;
}

.star-rating {
    width: 83px;
    height: 16px;
    line-height: 1;
    font-size: 1em;
    overflow: hidden;
    position: relative;
    margin: 3px 30px 0 0;
    display: inline-block;
}

.star-rating span {
    top: 0;
    left: 0;
    width: 100%;
    float: left;
    position: absolute;
    padding-top: 1.5em;
    background: url(../images/sprites/star-y.png);
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px 17px;
    -o-background-size: 17px 17px;
    background-size: 17px 17px;
}

.star-rating span:before {
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    height: 17px;
    width: 84px;
    position: absolute;
    background: url(../images/sprites/star-w.png) no-repeat;
    -webkit-background-size: 84px 17px;
    -moz-background-size: 84px 17px;
    -o-background-size: 84px 17px;
    background-size: 84px 17px;
}

.comment article {
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
}

.children .comment article {
    background: rgba(246, 246, 246, 0.5);
}

.row-fluid {
    padding: 22px 24px;
}

.children .row-fluid {
    padding: 22px 24px 22px 128px;
}

.gallery-wrp {
    padding: 12px;
    background: #fff;
}

.title-name i {
    width: 120px;
    height: 21px;
    display: inline-block;
}

.fn {
    color: #212121;
    font-size: 17px;
    font-style: normal;
    display: block;
}

.head-l {
    float: left;
}

.head-r {
    float: right;
    margin: 35px 0 0 0;
}

.head-r time {
    color: #767676;
    display: inline-block;
}

.comment-content {
    clear: both;
}

.title-name {
    margin: 14px 0;
    display: block;
    text-decoration: none;
}

.comment-reply-link {
    margin: 10px 0 0 0;
    display: block;
}

.comment:last-child article {
    border: none;
}

.sdb-box-first p {
    margin: 10px 0 0 0;
}

.last-sidebar .content-left {
    padding: 0;
    background: #fff;
}

.last-sidebar {
    margin: 46px 0 0 0;
}

.sidebar-right .box-news {
    border-bottom: 1px solid #e1e1e1;
}

.sidebar-right .box-news:last-child {
    border-bottom: none;
}

.content-left .title-sidebar {
    background: #fff;
}

.title-sidebar {
    width: 100%;
    padding: 19px 24px 0;
}

.title-sidebar h2 {
    font-size: 26px;
    width: 1%;
    display: table-cell;
}

.title-sidebar span {
    width: 1%;
    text-align: right;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
}

.page .door-page .step-num {
    line-height: 67px;
}


/*  news
  ==========================================================================
*/

.news-category {
    background: #fff;
}

.news-category .box-news {
    padding: 24px 12px 24px 24px;
}

.news-category .grid_4 {
    width: 32.9%;
    display: inline-block;
    vertical-align: top;
}

.news-category .grid_6 {
    float: left;
    margin: 0 0 19px 0;
}

.news-category .wrp-box {
    display: table;
    width: 100%;
}

.box-vertical-news .box-img {
    float: left;
    max-width: 132px;
    max-height: 101px;
    margin: 0 24px 0 0;
    line-height: 89px;
}

.box-vertical-news {
    padding: 24px 24px 0 12px;
}

.box-vertical-news h3 {
    margin: 0 0 15px 0;
}

.box-vertical-news img {
    vertical-align: middle;
    display: inline-block;
}

.box-vertical-news h3 a {
    color: #21204a;
}

.position {
    position: relative;
}

.more-link {
    right: 0;
    top: 50%;
    margin: -10px 0;
    position: absolute;
}


/*  constructor step
  ==========================================================================
*/
.step-nav-other,
.step-nav {
    background: url(../images/fon/fon-door-p.png);
    background-position: 0;
}

.step-num {
    padding: 0 0 5px 0;
    position: relative;
}

.step-num span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    position: relative;
    text-decoration: none;
    padding: 9px 59px 8px 59px;
    text-transform: uppercase;
    border-bottom: 3px solid #ea3433;
}

/* .door-page .step-num span {
    width: 1%;
    display: table-cell;
    vertical-align: bottom;
    padding: 0;
} */


/* новый стиль 2 (замена)*/

.door-page .step-num span {
    padding: 0;
    width: 100%;
    border: none;
    position: static;
    line-height: normal;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0 0 24px;
}

.door-page .step-inner .step-num {
    padding: 5px 11px 5px;
}

.door-page .step-num span span {
    display: block;
    font-size: 15px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: "PTSansRegular";
}

.practice-door-ic > span:before,
.standard-door-ic > span:before,
.aurora-door-ic > span:before,
.vanguard-door-ic > span:before,
.copyright-door-ic > span:before {
    content: '';
    left: 11px;
    top: 11px;
    display: block;
    position: absolute;
    background: url(../images/sprites/spritesheet.png) no-repeat;
}

.step-box-cnt {
    top: 0;
    position: absolute;
}

.step-box-bottom {
    position: relative;
}


/* конец */

.copyright-door-ic > span:before {
    width: 21px;
    height: 34px;
    background-position: -169px -5px;
}

.vanguard-door-ic > span:before {
    width: 21px;
    height: 34px;
    background: url(../images/sprites/vanguard-door-min.png) no-repeat;
}

.aurora-door-ic > span:before {
    width: 21px;
    height: 31px;
    background: url(../images/sprites/spritesheet-3.png) no-repeat;
    background-position: -5px -5px;
}

.practice-door-ic > span:before {
    width: 21px;
    height: 31px;
    background-position: -205px -152px;
}

.standard-door-ic > span:before {
    width: 21px;
    height: 31px;
    background: url(../images/sprites/spritesheet-3.png) no-repeat;
    background-position: -213px -51px;
}

.door-page .step-num {
    padding: 0 11px 5px;
    margin: 0 0 5px 0;
    line-height: 71px;
    text-align: right;
    border-bottom: 3px solid #ea3433;
}

.door-page .step-box {
    padding: 0;
    text-align: left;
    position: relative;
    line-height: normal;
}

.drawing-ic {
    position: relative;
}

.drawing-ic:before {
    content: '';
    width: 12px;
    top: 50%;
    height: 17px;
    margin: -8px 0 0 -19px;
    position: absolute;
    background: url(../images/sprites/spritesheet-4.png) -78px -5px;
}

.step-box-top {
    height: 98px;
    padding: 10px 11px;
}

.step-box-middle {
    padding: 0 11px;
    height: 61px;
    color: #212121;
    font-size: 20px;
    font-weight: 700;
    line-height: 61px;
    background: #f6f6f6;
    position: absolute;
    top: 98px;
    width: 100%;
}

.step-box-bottom {
    padding: 61px 11px 10px 11px;
}

.step-box-bottom .btn_2 {
    margin: 0 auto;
    display: block;
}


/* новый стиль 2 (замена)*/

.step-img {
    /* margin: 19px 0; */
    text-align: center;
}

.pr-bl-step p span {
    display: inline-block;
    /* margin: 0 0 0 3px; */
}

.pr-bl-step p span strong {
    font-size: 18px;
    color: #000;
    font-family: "PTSansBold";
}


/* конец */

.step-img img {
    margin: 0 auto;
}

.link-block {
    padding: 11px;
}

.youtube-ic {
    text-decoration: none;
}


/* замена */

.photo-ic,
.youtube-ic {
    position: relative;
    padding: 0 20px 0 25px;
    margin: 0 0 0 10px;
}


/* конец */

.photo-ic:before,
.youtube-ic:before {
    content: '';
    left: 0;
    position: absolute;
}

.photo-ic:before {
    width: 19px;
    height: 17px;
    background: url(../images/sprites/photo.png) no-repeat;
}


/* правка10(замена) */

.youtube-ic:before {
    top: 3px;
    width: 19px;
    height: 14px;
    background: url(../images/sprites/youtube.png) no-repeat;
}


/* конец */


/* правка9(добавить) */

.youtube-ic.vlink {
    text-decoration: underline;
}


/* конец */

.step-next,
.step-prev {
    top: 50%;
    z-index: 1;
    width: 30px;
    height: 30px;
    margin: -20px 0;
    position: absolute;
}

.step-next {
    right: 11px;
    background: url(../images/sprites/ar-st-naw-gr.png);
}

.step-prev {
    left: 11px;
    display: none;
    background: url(../images/sprites/ar-st-naw-red.png);
}

.step-inner {
    width: 274px;
    float: left;
    display: block;
    padding: 0 3px;
}

.step-box {
    padding: 0 11px;
    font-size: 14px;
    background: #fff;
    text-align: center;
    line-height: 100px;
    border: 1px solid #e1e1e1;
}

.step-box table {
    width: inherit;
    text-align: left;
    line-height: 24px;
    vertical-align: middle;
    display: inline-block;
}

.step-box th,
.step-box td {
    color: #404040;
    padding: 0 7px;
    font-size: 14px;
    font-weight: 400;
}
.step-nav-other,
.step-nav {
    padding: 18px 21px;
}

.step-box h3 {
    margin: 0;
    color: #212121;
    font-size: 14px;
    font-weight: 700;
}

.step-box a {
    word-break: break-word;
}

.current-step-inner .step-num {
    background: #ea3433;
}

.current-step-inner .step-box {
    border: 2px solid #ea3433;
    border-top: none;
}

.descript-step {
    background: #fff;
}

.box-step-l {
    width: 40.5%;
    border: 1px solid #e1e1e1;
}

.box-step-r {
    width: 59.6%;
    border: 1px solid #e1e1e1;
    /* border-bottom: none; */
    border-left: none;
}

.title-step {
    width: 100%;
    background: #f6f6f6;
    padding: 19px 24px 19px;
    border-bottom: 1px solid #e1e1e1;
}

.title-step h2 {
    font-size: 26px;
    display: table-cell;
}

.title-step span {
    width: 1%;
    color: #ea3433;
    min-width: 80px;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}

.box-step-img {
    text-align: center;
    padding: 28px 0 21px 0;
}

.box-step-img figure {
    margin: 0 6px;
    display: inline-block;
}

.box-step-img img {
    height: auto;
}

.box-step-img figcaption {
    color: #212121;
    font-size: 20px;
}

.door-options figure {
    margin: 0;
    margin: 23px 0;
    text-align: center;
}

.step-foot-box {
    padding: 19px 25px;
    display: table-cell;
    vertical-align: middle;
}

.step-foot-box:first-child {
    width: 57%;
}

.step-foot-box td {
    padding: 6px 0;
}

.step-foot-box:last-child {
    width: 43%;
    background: #f6f6f6;
    border-left: 1px solid #e1e1e1;
}

.outside td,
.from-within td {
    width: 1%;
}

.outside td,
.from-within td,
.opt-table td {
    padding: 9px 0;
}

.step-foot-box tr:first-child td:last-child {
    color: #212121;
    font-size: 20px;
}

.step-foot-box tr:last-child td:last-child {
    color: #212121;
    font-size: 20px;
    font-weight: 700;
}

.step-foot-box .btn_2 {
    padding: 4px;
    margin: 6px 0;
}

.further-arr-ic-w {
    position: relative;
}

.further-arr-ic-w:after {
    content: '';
    top: 2px;
    width: 13px;
    height: 15px;
    margin: 0 0 0 12px;
    position: relative;
    display: inline-block;
    background: url(../images/sprites/further-arr-w.png) no-repeat;
}

.door-options .grid_3 {
    float: left;
    clear: none;
}

.door-options {
    padding: 20px 16px 20px 15px;
    border-bottom: 1px solid #e1e1e1;
}

.opt-table {
    padding: 20px 50px 0 50px;
    border-bottom: 1px solid #e1e1e1;
}

.two-step .outside {
    float: left;
    padding: 0 25px 0 0;
}

.outside table,
.from-within table {
    margin: 0 24px;
}

.two-step .from-within {
    float: right;
    padding: 0 0 0 24px;
}

.two-step .ui-checkbox {
    clear: both;
    padding: 42px 0 0 0;
}

.from-within a,
.from-within,
.from-within h3 {
    color: #9c9c9c;
}

.two-step {
    padding: 30px 24px 81px 24px;
    border-bottom: 1px solid #e1e1e1;
}

.two-step .quest-sm-ic a:before {
    left: -20px;
}

.step-foot {
    /* border-bottom: 1px solid #e1e1e1; */
}

.opt-table table {
    width: 70%;
}

.opt-table .ui-selectmenu-button {
    width: 100%;
    width: 165px !important;
    display: block;
    font-size: 17px;
    padding: 7px 18px;
    border: 1px solid #e1e1e1;
}

.opt-table .ui-selectmenu-button .ui-icon {
    right: 3px;
}

.ui-selectmenu-open {
    display: block;
    background: #fff;
}

.ui-selectmenu-open ul {
    /* border: 1px solid #e1e1e1; */
    border-top: none;
}

.ui-selectmenu-open li {
    padding: 7px 18px;
}

.opt-table .ui-selectmenu-button .ui-icon {
    margin: -12px 7px 0 0;
}

.door-options p {
    clear: both;
    text-align: center;
    color: #9c9c9c;
    font-size: 15px;
}

.sections-foot {
    background: #f6f6f6;
    border-top: 1px solid #e1e1e1;
    border-top: none;
    padding: 21px 24px;
}

.sections-foot span {
    display: inline-block;
    color: #000;
}

.box-cnt:last-child {
    text-align: right;
}

.box-cnt .life-ic {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0 12px;
    padding: 0 0 0 32px;
}

.purse-ic,
.headphones-ic {
    position: relative;
    padding: 0 0 0 63px;
    display: inline-block;
}

.purse-ic:before,
.headphones-ic:before {
    content: '';
    left: 0;
    top: 50%;
    width: 39px;
    display: block;
    position: absolute;
    background: url(../images/sprites/spritesheet-4.png) no-repeat;
}

.purse-ic:before {
    height: 31px;
    margin: -15px 0;
    background-position: -185px -5px;
}

.headphones-ic:before {
    height: 38px;
    margin: -19px 0;
    background-position: -146px -46px;
}

.box-cnt .life-ic:before {
    left: 0;
    top: 50%;
    margin: -10px 0;
}

.findings-table {
    margin: 0 10px;
}

.findings-table td {
    font-size: 15px;
    padding: 7px 26px;
}

.findings-table td sup {
    display: inline-block;
}

.add-opt a {
    color: #9c9c9c;
}

.quest-sm-ic {
    position: relative;
}

.quest-sm-ic a {
    color: #212121;
    text-decoration: none;
}

.quest-sm-ic a:before {
    content: '';
    left: 0;
    top: 50%;
    width: 16px;
    height: 28px;
    position: absolute;
    background: url(../images/sprites/quest-btn.png) no-repeat;
    margin: -14px 0;
}

.cnf-table-last,
.cnf-table-first {
    background: #f6f6f6;
}

.cnf-table-middle-r,
.cnf-table-middle-l {
    background: #fafafa;
}

.cnf-table-middle-r td,
.cnf-table-middle-l td,
.cnf-table-last td,
.cnf-table-first td {
    color: #404040;
    padding: 6px 0;
    font-size: 15px;
    border: 2px solid #fff;
}

.cnf-table-middle-r,
.cnf-table-middle-l {
    width: 50%;
    float: left;
}

.cnf-table-last td:nth-child(2n),
.cnf-table-first td:nth-child(2n) {
    width: 75px;
    text-align: center;
    vertical-align: middle;
}

.cnf-table-last td:first-child,
.cnf-table-first td:first-child {
    width: 53%;
    padding: 6px 24px;
}

.cnf-table-last td:last-child,
.cnf-table-first td:last-child {
    width: 34.5%;
    text-align: right;
    padding: 6px 24px;
}

.cnf-table-middle-r td:nth-child(2n),
.cnf-table-middle-l td:nth-child(2n) {
    width: 15.5%;
    padding: 6px 24px;
    text-align: right;
    border-right: none;
}

.cnf-table-middle-r td:nth-child(2n+1),
.cnf-table-middle-l td:nth-child(2n+1) {
    width: 34%;
    padding: 6px 42px;
}

.cnf-table-middle-l tr:last-child td,
.cnf-table-middle-r tr:last-child td {
    border-bottom: none;
}

.cnf-table-middle-l tr:first-child td,
.cnf-table-middle-r tr:first-child td {
    border-top: none;
    text-align: left;
    padding: 6px 24px;
    border-right: none;
}

.amount-table td:last-child {
    text-align: right;
}

.amount-table td:first-child {}

.amount-table td {
    padding: 8px 0;
    font-size: 17px;
}

.amount-table {
    padding: 15px 24px;
    border-bottom: 1px solid #e1e1e1;
}

.cnf-gift-box {
    display: table-cell;
    vertical-align: top;
}

.cnf-gift-box:first-child {
    width: 53%;
}

.cnf-gift-box:nth-child(2) {
    width: 75px;
    text-align: center;
}

.cnf-gift-box:last-child {
    width: 34.5%;
    text-align: right;
}

.wrp-cnf-gift {
    padding: 15px 24px;
}

.cnf-gift {
    width: 100%;
    display: table;
}

.wrp-cnf-gift h3 {
    color: #53ae26;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.wrp-cnf-gift li {
    padding: 9px 0;
    font-size: 17px;
}

.wrp-cnf-gift .stamp-img {
    width: 180px;
    height: 180px;
    background: url(../images/stamp-b.png);
}

.total-title {
    float: left;
    font-size: 20px;
    margin: 3px 0 0 0;
}

.total {
    float: right;
    font-size: 24px;
    font-weight: 700;
}

.payment-amount {
    background: #f6f6f6;
    padding: 25px 24px 21px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.btn-order {
    padding: 42px 24px;
    /* border-bottom: 1px solid #e1e1e1; */
}

.btn-order a:first-child {
    width: 39%;
    padding: 7px 0;
    /* min-width: 270px; */
    margin: 0 12px 0 0;
}

.btn-order a:last-child {
    width: 56%;
    padding: 7px 0;
    /* min-width: 390px; */
    margin: 0 0 0 12px;
}

.content-step {
    padding: 0 24px;
    font-size: 15px;
    padding: 0 24px 24px;
    border-top: 1px solid #e1e1e1;
}

h3 {
    font-size: 20px;
    color: #212121;
    margin: 18px 0 8px;
}

.content-block li {
    position: relative;
    padding: 7px 24px 8px 30px;
}

.content-block li:after {
    content: '';
    top: 11px;
    left: 13px;
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    background: #d42219;
}
.door_hint {
    text-transform: capitalize;
    text-align: center;
    padding: 30px 0;
    font-weight: bold;
    font-size: 17px;
}

.content-step .phone-num li:after {
    display: none;
}

.content-step .phone-num {
    float: none;
    width: auto;
}

.content-step .phone-num li {
    padding: 0 0 0 38px;
}

.content-step .phone-num li:before {
    left: 0;
}

.content-block p {
    margin: 15px 0;
}

.ban-img img {
    width: 100%;
}


/*  banner section
  ==========================================================================
*/

.banner-section .cnt-advertising {
    width: 100%;
    height: 419px;
    background: url(../images/fon/fon-ban.png);
}

.banner-section .grid_4.adv-item,
.banner-section .grid_6.adv-item {
    float: left;
}

.banner-section {
    margin: 50px auto 0;
}

.banner-section .guarantee-ic:before {
    width: 56px;
    height: 48px;
    background: url(../images/sprites/spritesheet-3.png) no-repeat -116px -49px;
}

.banner-section .ok-ic:before {
    width: 45px;
    height: 45px;
    background: url(../images/sprites/spritesheet-3.png) no-repeat -121px -150px;
}

.banner-section .map-b-ic:before {
    width: 64px;
    height: 44px;
    background: url(../images/sprites/spritesheet-3.png) no-repeat -47px -107px;
}

.banner-section .door-tr-ic:before {
    width: 32px;
    height: 49px;
    background: url(../images/sprites/spritesheet-3.png) no-repeat -5px -49px;
}

.banner-section .choice-ic:before {
    width: 44px;
    height: 44px;
    background: url(../images/sprites/spritesheet-3.png) no-repeat -62px -5px;
}

.banner-section h2 {
    font-size: 17px;
}

.banner-section .adv-item {
    padding: 22px;
}

.banner-section .arrow-descpt {
    margin: 0 21px 0 0;
    padding: 18px 0 18px 24px;
}

.banner-section .arrow-descpt:after {
    content: '';
    top: 0;
    right: -68px;
    position: absolute;
    border: 48px solid transparent;
    border-left: 20px solid #53ae26;
}

.banner-section .grid_4.adv-item {
    height: 40.2%;
}

.banner-section .grid_6.adv-item {
    height: 37%;
}

.banner-section .btn_1 {
    margin: 25px;
}


/* .banner-section .grid_12 {
    border-top: 1px solid rgba(225, 225, 225, 0.2);
} */

.ban-img {
    position: relative;
}

.tite-ban {
    top: 38px;
    width: 100%;
    color: #fff;
    position: absolute;
    text-align: center;
}

.tite-ban h2 {
    margin: 0;
    font-size: 26px;
    color: #fff;
}

.ui-popup-screen.in {
    opacity: 1;
    background: url(../images/fon/popup-fon.png);
}

#back-call-popup {
    position: fixed;
    width: 665px;
    border: none;
}

.pop-cnt-bc {
    width: 100%;
    background: #fff;
}

.pop-cnt-bc h2 {
    margin: 0;
    font-size: 26px;
    text-align: center;
}

.wrp-title-pop {
    padding: 28px 0;
    border-bottom: 1px solid #e1e1e1;
}

.cnt-form {
    background: #f6f6f6;
    padding: 15px 18px 24px;
}

.btn_2.submit-call {
    margin: 6px 0 0 0;
    height: 41px;
    outline: none;
    line-height: 41px;
}

.cnt-form > p {
    padding: 0 6px 6px;
}

.cnt-form > p span {
    color: #ea3433;
}

.cnt-form input[type="number"],
.cnt-form input[type="text"] {
    width: 100%;
    height: 41px;
    outline: none;
    padding: 0 16px;
    border: 1px solid #e1e1e1;
}

.input-wrp {
    padding: 6px;
}

.fancybox-inner {
    margin-top: 19px;
}

.close {
    top: -22px;
    right: 0;
    position: absolute;
    background: url(../images/sprites/close.png) no-repeat;
    width: 18px;
    height: 17px;
}

.ui-popup > .ui-btn-right {
    right: -55px;
    top: 0;
    outline: none;
}

#last-step,
.cnt-step {
    width: 1070px;
}

.cnt-step .tabs-box {
    padding: 0;
}

.door-sel {
    width: 20%;
    float: left;
}

.door-sel {
    width: 20%;
    float: left;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    border-left: none;
    border-bottom: none;
}

.door-sel:nth-child(6),
.door-sel:first-child {
    border-left: 1px solid #e1e1e1;
}
.door-sel .img-door-sel {
    max-height: 275px;
    background: black;
    padding: 30px 0 23px 0;
    background: url(../images/pattern-back.png) center;
}

.img-door-sel img {
    display: block;
    margin: 0 auto;
}

.cnt-step .wp-pagenavi {
    clear: both;
    position: static;
}

.dsript-door-sel {
    padding: 22px;
}

.dsript-door-sel h3 {
    text-align: center;
    margin: 0 0 8px 0;
}

.pr-cost > p,
.basic-equipment > p {
    position: relative;
    padding: 0 0 0 33px;
}

.basic-equipment > p:before,
.pr-cost > p:before {
    content: '';
    left: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0;
    position: absolute;
}

.basic-equipment > p:before {
    background: url(../images/sprites/ch-gr.png) no-repeat;
}

.pr-cost > p:before {
    background: url(../images/sprites/pl-y.png) no-repeat;
}

.door-sel:hover .dsript-door-sel,
.door-sel:hover .dsript-door-sel h3,
.door-sel-activ .dsript-door-sel h3,
.door-sel-activ .dsript-door-sel {
    color: #fff;
    background: #ea3433;
}

.door-sel:hover .pr-cost > p:before,
.door-sel-activ .pr-cost > p:before {
    background: url(../images/sprites/pl-w.png) no-repeat;
}

.door-sel:hover .basic-equipment > p:before,
.door-sel-activ .basic-equipment > p:before {
    background: url(../images/sprites/ch-w.png) no-repeat;
}

#last-step .box-step-l,
#last-step .box-step-r {
    width: 50%;
}

#last-step .ui-checkbox {
    margin: 20px 0;
}

#last-step .content-step {
    padding: 0;
}

.in-box {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 24px 24px;
}

.in-box:last-child {
    border-bottom: none;
}

.table-last-step td {
    padding: 6px 24px;
    border: 2px solid #fff;
}

.table-last-step td:first-child {
    background: #f6f6f6;
}

.table-last-step td:last-child {
    text-align: right;
    background: #fafafa;
}

.table-last-step {
    padding: 24px 24px 0 24px;
}

.wrp-cnf-gift li {
    height: 45px;
}

#last-step input[type="number"],
#last-step input[type="text"] {
    width: 100%;
    margin: 6px 0;
}

input[type="number"],
input[type="search"],
input[type="text"] {
    height: 41px;
    outline: none;
    padding: 0 16px;
    border: 1px solid #e1e1e1;
}

.pop-contact {
    background: #f6f6f6;
    padding: 0 24px 22px;
}

#last-step .payment-amount {
    background: #fff;
    margin: 4px 0 0 0;
}

.pop-contact h3 {
    margin: 0;
    padding: 18px 0 8px;
}

#last-step .btn-order {
    padding: 26px 24px;
}

#last-step .btn-order a:first-child {
    width: 48.5%;
    float: left;
    margin: 0;
}

#last-step .btn-order a:last-child {
    width: 48.5%;
    float: right;
    margin: 0;
}

.wrp-discount {
    padding: 20px 10px 0;
    border-bottom: 1px solid #e1e1e1;
    background: url(../images/fon/fon-door-p.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.box-discount a {
    color: #fff;
    position: relative;
    display: block;
}

.box-discount {
    padding: 24px 16px;
}

.fon-discount {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 23px;
    position: absolute;
    background: url(../images/fon/popup-fon.png);
}

.box-discount img {
    margin: 0 auto;
    display: block;
}

.wrp-discount h2 {
    color: #fff;
    font-size: 26px;
}

.discount {
    color: #53ae26;
    font-size: 70px;
    padding: 0 12px 0 0;
    display: table-cell;
    vertical-align: middle;
}

.fon-discount p {
    display: table-cell;
    vertical-align: middle;
}

#gallery-video,
#gallery-photo {
    /* width: 1047px; */
    /*  position: fixed; */
}

#gallery-video {
    width: 1047px;
}

.gallery-box-l {
    float: left;
    width: 36%;
}

.gallery-box-r {
    float: right;
    width: 64%;
}

.gallery-box-r iframe {
    width: 100% !important;
}

.gallery-box-l.box-scroll {
    margin-top: 0;
    padding: 0;
}

.gallery-box-l.box-scroll .baron._ubuntu12 .baron__scroller {
    padding-right: 6px;
}

.gallery-box-l.box-scroll .baron {
    height: 590px;
}

.gallery-box-l.box-scroll .baron._ubuntu12 .baron__bar {
    min-height: 100px;
}

.gallery-box-l .baron._ubuntu12 .baron__track {
    opacity: 1 !important;
}

.gallery-box-l .baron__bar,
.gallery-box-l .baron__track {
    display: block !important;
}

.gallery-box-l .parent-it > a {
    padding: 17px 24px;
}

.gallery-box-l .parent-it {
    border-bottom: 1px solid #e1e1e1;
}
.gallery-slide img {
    max-width: 320px;
    display: block;
    margin: 0 auto;
}
.pop-cnt-bc .cnt-step .tabs-box {
    padding-bottom: 0;
}
.pop-cnt-bc .cnt-step .slick-track {
    margin: 0 auto;
}
.catalog-wrp {
    padding: 17px 0;
    text-align: center;
}

.catalog-text,
.catalog-outer {
    margin: 0 14px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

#btn {
    float: right;
    width: 9px;
    height: 6px;
    margin: 10px 0;
    cursor: pointer;
    background: url(../images/sprites/spritesheet.png) no-repeat -302px -5px;
}

.catalog_list span {
    display: inline-block;
}

.catalog_list a {
    color: #212121;
    text-decoration: none;
}

.catalog_list {
    z-index: 11;
    width: 388px;
    cursor: pointer;
    background: #fff;
    text-align: left;
    padding: 4px 16px;
    position: relative;
    border: 1px solid #e1e1e1;
}

.dsript-door-sel {
    background: #fff;
}
.dsript-door-sel.colAlignment {
    min-height: 154px;
}
#color-step .cnt-step,
#color2-step .cnt-step,
#pattern-step .cnt-step {
    background: #f6f6f6;
}

.catalog_box .ui-tabs-nav li {
    border-left: none;
}

.catalog_box .ui-tabs-nav li:last-child {
    border-right: none;
}

.catalog_box .ui-tabs-nav li.ui-tabs-active {
    border-bottom: 1px solid #e1e1e1;
}

.cities_list {
    margin-top: 0;
    z-index: 10;
    background: #fff;
    position: absolute;
    width: 388px;
    padding: 0;
    border: 1px solid #e1e1e1;
    display: none;
}

.cities_list li {
    padding: 0;
    display: block;
    cursor: pointer;
    text-align: left;
    list-style-type: none;
    border-bottom: 1px solid #e1e1e1;
}

.cities_list li a {
    width: 100%;
    height: 100%;
    padding: 13px 9px;
    display: inline-block;
}

.cities_list li:hover {
    background: #f6f6f6;
}

.catalog_box .catalog_text {
    padding: 3px 5px;
    margin: 5px 0 0 3px;
}

#color-step .door-sel,
#color2-step .door-sel {
    width: 14.285%;
}

#color-step .img-door-sel,
#color2-step .img-door-sel {
    /* max-height: 150px; */
    background: #fff;
    padding: 24px;
}

#color-step .cnt-step,
#color2-step .cnt-step {
    max-width: 1216px;
    width: inherit;
}

#color-step .door-sel:nth-child(6),
#color-step .door-sel:first-child,
#color2-step .door-sel:nth-child(6),
#color2-step .door-sel:first-child {
    border-left: none;
}

#color-step .pr-cost > p:before,
#color-step .basic-equipment > p:before,
#color2-step .pr-cost > p:before,
#color2-step .basic-equipment > p:before {
    display: none;
}

#color-step .dsript-door-sel,
#color2-step .dsript-door-sel {
    width: 1%;
    padding: 0;
    height: 60px;
    font-size: 17px;
    text-align: center;
    display: table-cell;
    background: #f6f6f6;
    vertical-align: middle;
    border-top: 1px solid #e1e1e1;
}

#color-step .dsript-door-sel p,
#color2-step .dsript-door-sel p {
    padding: 0;
}

#color-step .door-sel:hover .dsript-door-sel,
#color-step .door-sel-activ .dsript-door-sel,
#color2-step .door-sel:hover .dsript-door-sel,
#color2-step .door-sel-activ .dsript-door-sel {
    color: #fff;
    background: #ea3433;
}

.filter-color .catalog-text,
.ui-checkbox,
.filter-color {
    display: inline-block;
    vertical-align: middle;
}

#color-step .catalog_list,
#color2-step .catalog_list {
    width: 295px;
}

.disabled,
input[type=checkbox].disabled {
    color: #aaaaaa;
}

.ui-checkbox-off:after {
    background-color: #fff;
}

.disabled.ui-checkbox-off:after {
    background-color: #f6f6f6;
}


/* правка10(добавить)*/

.ui-checkbox .ui-btn {
    white-space: inherit;
}

.fancybox-close,
.ui-popup > .ui-btn-right {
    right: 0;
    top: -31px;
    background-position: right;
}

.fancybox-close {
    background: url(../images/sprites/close.png) no-repeat right;
}

.descript-step-last .btn-order {
    bottom: 0;
}

.choise-content .btn_2 {
    margin: 0;
}

.door-choice .wrapper-choice {
    width: 100%;
}

.ui-page .door-choice {
    margin: 0;
    position: static;
}


/*конец*/

.outer-wrp-btn {
    display: flex;
    max-width: 207px;
    position: absolute;
}

.sub-menu-bot li {
    padding: 0 0 100px 0;
}

.outer-wrp-btn {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    /* правка5 (замена)*/
    max-width: 251px;
    position: absolute;
    bottom: 73px;
}

.outer-wrp-btn span.photo-ic {
    margin: 0 7px;
}

.outer-wrp-btn span.btn_table_1 {
    padding: 2px 6px 0 23px;
}

.outer-wrp-btn span {
    margin: 0;
    font-size: 12px;
    width: auto;
    height: 22px;
    padding: 3px 14px 0 25px;
}


/* конец */

.outer-wrp-btn .ui-btn {
    padding: 0 1em 0 2em;
}

.menu-price {
    color: #212121;
    font-size: 17px;
    font-family: "PTSansBold";
}

.sub-menu-bot p.title-menu-head-bot,
.title-menu-head-bot {
    text-transform: uppercase;
}

.outer-wrp-btn .photo-ic:before,
.outer-wrp-btn .youtube-ic:before {
    left: 3px;
}

.outer-wrp-btn .photo-ic:before {
    top: 2px;
}

.filall .phone-num {
    float: none;
    width: inherit;
    margin: 15px 0 0 0;
}

.filall .phone-num ul {
    margin: 0 0 12px 0;
}

.filall .life-ic:before,
.filall .vodafone-ic:before,
.filall .kyivstar-ic:before {
    left: 0;
}

.filall .phone-num li {
    padding-left: 69px;
}

.filall .city-filial {
    width: 50%;
    float: left;
    display: block;
    margin: 15px 0;
    font-size: 15px;
    height: inherit;
    position: relative;
    padding: 0 0 0 50px;
}


/* правка5 (замена)*/

.filall .city-filial:before {
    content: '';
    left: 0;
    width: 31px;
    height: 33px;
    position: absolute;
    background: url(../images/sprites/location-min.png);
}


/* конец */

#map {
    width: 100% !important;
}


/* в new.css удалить блок:
.city-filial {
    display: block;
    width: 48%;
    float: left;
    margin: 1%;
    height: 55px;
} */


/* конец */


/* правка9(добавить) */

.title-desk {
    display: block;
}

.title-tablet {
    display: none;
}


/* конец */


/* правка12(добавить) */

.news-category .box-news {
    overflow: hidden;
}

.box-img-wrp {
    float: left;
    width: 170px;
    margin: 0 26px 0 0;
}

.news-category .box-news {
    padding: 12px 24px;
}

.box-news h3 {
    margin: 0;
}

.news-data {
    margin: 13px 0;
}

.news-data .data {
    float: none;
    display: inline-block;
    margin: 0 0 0 40px;
}

.news-category .wrp-box {
    border-bottom: 1px solid #e1e1e1;
}

.page .pull-choice {
    z-index: 1;
    position: relative;
    padding: 9px 15px 9px 11px;
}

.page .door-choice {
    top: 155px;
    width: 100%;
    left: inherit;
    right: inherit;
    position: absolute;
}

.page .wrapper-choice {
    width: 1260px;
    margin: 0 auto;
    position: static;
}

.breadcrumbs {
    position: relative;
    padding: 0 328px 0 0;
}

.page .toggle-choice {
    width: 315px;
}

.page-id-3870 .door-page .step-num span {
    vertical-align: top;
    padding: 19px 0 0 24px;
}


/* конец */


/* правка13(добавить) */

.page-template-page-gallery .box-gallery .gallery-in img,
.page-template-page-portfolio .gallery-in .box-gallery img {
    max-height: 358px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.page-template-page-gallery .gallery-wrp .box-gallery .gallery-in,
.page-template-page-portfolio .gallery-wrp .box-gallery .gallery-in {
    height: 360px;
    text-align: center;
    line-height: 355px;
}

.tbl-stock table {
    vertical-align: top;
}

.sdb-filter h4 {
    padding: 20px 0 10px 0;
}


/* конец */


/* Новые стили 1 */

.wrp-adv-cmr .adv-box-l {
    width: 19%;
    padding: 0;
}

.wrp-adv-cmr .adv-box-r {
    width: 81%;
    padding: 0;
}

.wrp-adv-cmr .slick-list {
    margin: 21px 0 0 0;
}

.wrp-adv-cmr .slide-adv-inner .slick-slide img {
    max-height: 282px;
}

.adv-box-c {
    width: 16%;
    padding: 3px 20px;
    min-width: 163px;
    border-right: 1px solid #e1e1e1;
}

.wrp-adv-cmr #tabs {
    width: 84%;
}

.gift-sections .gift-wrp,
.wrp-adv-cmr .gift-wrp {
    width: 84%;
}

.wrp-adv-cmr .choise-btn-ic:before {
    width: 25px;
    height: 24px;
    background: url(../images/sprites/choise.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.wrp-adv-cmr .door-knob-ic:before {
    width: 27px;
    height: 29px;
    background: url(../images/sprites/door-1.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.wrp-adv-cmr .door-btn-ic-2:before {
    width: 16px;
    height: 26px;
    background: url(../images/sprites/door-tr-min.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.wrp-adv-cmr .question-w-ic:before {
    width: 18px;
    height: 28px;
    background: url(../images/sprites/question-w.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.wrp-adv-cmr .question-w-ic:before,
.wrp-adv-cmr .door-knob-ic:before,
.wrp-adv-cmr .door-btn-ic-2:before,
.wrp-adv-cmr .choise-btn-ic:before {
    top: 3px;
    left: 10px;
    position: absolute;
}

.adv-box-c .btn_2 {
    font-size: 13px;
    padding: 8px 9px 8px 33px;
    position: relative;
    margin: 15px 0;
}

.wrp-adv-cmr .gift-sections {
    background: #fff;
    padding: 12px 20px 6px 20px;
    border-bottom: none;
    border-top: 1px solid #e1e1e1;
}

.wrp-adv-cmr .adv-title {
    border: none;
}

.wrp-adv-cmr .adv-title a {
    text-decoration: none;
}

.wrp-adv-cmr .inner-tab-box {
    padding: 0 25px;
}

.wrp-adv-cmr .adv-box-r .btn-wrp {
    padding: 7px 13px;
}

.wrp-adv-cmr .content-block li {
    padding: 3px 24px 3px 30px;
    font-size: 15px;
}

.wrp-adv-cmr .content-block .commentlist li {
    padding: 3px 24px 3px 13px;
}

.wrp-adv-cmr .gift-col {
    font-size: 13px;
}

.stamp-img {
    margin-top: -32px;
}

.wrp-adv-cmr .btn-wrp .btn_3 {
    font-size: 14px;
    padding: 6px 8px 7px;
    margin: 0 30px 0 0;
}

.wrp-adv-cmr .btn-wrp .btn_2 {
    width: auto;
    height: 33px;
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    padding: 3px 20px 6px 43px;
}

.wrp-adv-cmr .rulers-ic:before {
    top: 6px;
    width: 24px;
    height: 18px;
    margin: 0 0 0 -30px;
    background: url(../images/sprites/ruler.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.page-template h2.title-two {
    text-align: center;
    font-size: 26px;
    padding: 21px 0 17px 0;
}

.wrp-adv-cmr .row-fluid {
    padding: 0;
}

.wrp-adv-cmr .title-name,
.wrp-adv-cmr .content-block p,
.page-template-page-constructor1 .wrp-adv-cmr .row-fluid .head-r {
    margin: 0;
}

.last-sidebar .gallery-in iframe {
    height: 528px !important;
}

.page-template-page-constructor1 .last-sidebar h2 {
    font-size: 26px;
}

.news-data .data {
    float: right;
}

.page .table-first span {
    padding: 0;
    margin: 0;
    color: #343434;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 17px;
}

.btn-table-2 {
    margin: 2px auto 8px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    max-width: 93px;
    border-radius: 3px;
    padding: 0px 0 3px;
    display: inline-block;
}

.table-first tr:nth-child(2) td {
    position: relative;
    border: 2px solid #fff;
}

.table-first tr:nth-child(2) td:before,
.table-first tr:last-child td:before {
    content: '';
    right: 0;
    top: inherit;
    height: 3px;
    left: 0;
    background: #ea3433;
    position: absolute;
    z-index: 1;
}

.table-first tr:nth-child(2) td.act-row:before, .table-first tr:last-child td.act-row:before {
    content: '';
    height: inherit;
    left: -3px;
    background: #ea3433;
    position: absolute;
    z-index: 1;
    top: -2px;
}

.table-first tr:nth-child(2) td:before {
    bottom: -3px;
}

.table-first tr:last-child td:before {
    bottom: -3px;
}

.table-first tr:first-child td {
    padding: 0;
    height: 55px;
}

.page-template-page-constructor1 h2 {
    margin: 0;
}

.table-wrapper {
    background: url(../images/fon/table-fon.png) no-repeat #fff;
    -webkit-background-size: 100% 52px;
    -moz-background-size: 100% 52px;
    -o-background-size: 100% 52px;
    background-size: 100% 52px;
}

.btn_table_1 {
    width: auto;
    height: auto;
    position: relative;
    padding: 0 20px 0 25px;
    text-decoration: underline;
}

.table-first tr:last-child td:first-child {
    padding: 0 64px 10px 10px;
}

.table-first .photo-ic,
.table-first .youtube-ic,
.table-first .btn_table_1 {
    font-size: 13px;
    margin: 15px 0 10px 10px;
}

.table-first tr:last-child td {
    padding: 0 3px 10px;
}

.btn_table_1:before {
    margin: -8px 0 0 -22px;
}

.page .adv-title h2 {
    margin: 8px 0 10px 0;
}

.banner-section .grid_banner.adv-item {
    width: 20%;
    height: auto;
    background: #fff;
    padding: 22px 32px;
    border-left: 1px solid #e1e1e1;
}

.banner-section .cnt-advertising {
    height: auto;
}

.banner-section .cnt-advertising h2 {
    color: #212121;
}

.banner-section .arrow-descpt {
    padding: 33px 0 25px;
    max-width: 100%;
    position: relative;
    background: transparent;
    display: block;
    text-align: center;
    margin: 0;
    font-size: 24px;
}

.banner-section .arrow-descpt:after {
    display: none;
}

.banner-section .btn_1 {
    margin: 0 0 33px 0;
    display: inline-block;
    float: none;
    width: auto;
}

.banner-section .grid_12 {
    text-align: center;
    background: url(../images/fon/fon-door-p.png);
}

.banner-section .cnt-advertising {
    background: transparent;
}

.banner-section .line-top {
    border-top: 2px solid #ea3433;
}

.banner-section .small-door:before {
    top: 10px;
    left: 21px;
    background: url(../images/dr-btn-w.png) no-repeat;
}

.banner-section .btn_1 {
    border-radius: 3px;
    padding: 10px 20px 10px 61px;
}

.further-arr-ic:after {
    background: url(../images/further-arr-w.png) no-repeat;
}

.step-box-bottom .btn_2 {
    font-size: 16px;
    padding: 8px 20px 9px 43px;
}

.step-inner .photo-ic {
    margin: 0 0 0 10px;
}

.step-inner .drawing-ic,
.step-inner .photo-ic {
    padding: 0 0 0 25px;
}

.step-inner .photo-ic,
.step-inner .youtube-ic {
    padding: 0 0 0 25px;
}

.step-inner .drawing-ic,
.step-inner .youtube-ic {
    margin: 0;
    width: 33.33%;
}

.step-inner .youtube-ic.vlink {
    width: auto;
}

.step-inner .link-block {
    margin: 0 -11px 90px;
    background: #f6f6f6;
    padding: 21px 11px;
    height: auto;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.step-inner .link-block.first-block-link {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.pr-bl-step span {
    color: #404040;
    font-size: 13px;
    display: block;
}

.pr-bl-step p {
    font-size: 20px;
    margin: 5px 0 0 0;
    font-family: "PTSansBold";
}

.pr-bl-step {
    position: absolute;
    bottom: 74px;
}

.page .door-page .step-nav-other,
.page .door-page .step-nav {
    padding: 0 21px 32px;
}

.step-box {
    font-size: 15px;
}


/* новый стиль 3 (добавить)*/

.tex-top {
    margin: -17px 0 22px;
}

.tex-top p {
    /* font-size: 1.09em; */
    font-size: 16px;
    text-align: center;
}

.box-cnt:last-child {
    text-align: left;
}

.sidebar-right .guarantee-ic:before,
.guarantee-ic:before,
.banner-section .guarantee-ic:before {
    width: 60px;
    height: 63px;
    margin: 0 auto 10px;
    background: url(../images/ic-1.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.guarantee-ic:before {
    width: 65px;
    height: 81px;
}

.sidebar-right .guarantee-ic:before {
    width: 50px;
}

.sidebar-right .door-tr-ic:before,
.door-tr-ic:before,
.banner-section .door-tr-ic:before {
    width: 66px;
    height: 34px;
    margin: 10px auto 30px;
    background: url(../images/ic-2.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.sidebar-right .door-tr-ic:before {
    width: 60px;
}

.door-tr-ic:before {
    width: 87px;
    height: 54px;
}

#news .wrp-box {
    position: relative;
}

#news .wrp-box .box-news:before {
    content: '';
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e1e1e1;
    height: 100%;
    position: absolute;
    margin: 0 0 0 -24px;
}


/* конец */


/* новый стиль 2 (замена)*/

.step-box-bottom {
    padding: 24px 11px 24px 11px;
}


/* конец */

.step-box-top {
    height: 134px;
}

.construct-step .stamp-img {
    margin-top: -36px;
    float: right;
    width: 16%;
    height: 140px;
    display: block;
    background: url(../images/stamp-min.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.construct-step .descript-step-last .stamp-img,
.page-template-page-constructor5 .construct-step .stamp-img {
    width: 180px;
    height: 180px;
}

.construct-step .gift-sections {
    padding: 63px 20px 30px 20px;
}

.construct-step .gift-col {
    /* width: 13.9%; */
}

.page-template-page-constructor1 .cmmt-tab .head-r {
    float: left;
    padding: 0 24px 0 13px;
    margin: 0;
}

.cmmt-tab .head-l {
    float: left;
    padding: 0 0 0 13px;
}

.cmmt-tab .comment-meta {
    padding: 9px 0;
}

.cmmt-tab .btn-wrp .btn_3 {
    float: left;
}

.cmmt-tab .btn-wrp .btn_2 {
    float: left;
    margin: 0 30px 0 0;
}

.ui-tabs-nav li.door-btn-sm-ic {
    position: relative;
}

.action-cmmt {
    overflow: hidden;
    position: relative;
    top: -4px;
}

.table-wrapper-other.table-wrapper {
    background: #fff;
    border: none;
    padding-bottom: 18px;
    margin-top: -1px;
}

.table-wrapper {
    padding-bottom: 0;
}

.top-padding {
    padding-top: 230px;
}

#fixed-table {
    border-bottom: 0;
}

.page-template-page-constructor1 .inner-page {
    margin-bottom: 0;
}


/* конец */


/* меню */

.menu-price {
    right: 0;
    width: 100%;
    padding: 0 22px;
    font-size: 20px;
}
.t-price strong {
    font-size: 18px;
    color: #000;
    font-family: "PTSansBold";
    display: block;
}
    


/* конец */
.box-hidden {
    display: none;
}

.slick-nav .slick-current img {
    display: none;
}

.mobile-version {
    display: none;
}

.s-btn-wrp {
    text-align: center;
    padding-bottom: 10px;
}


/* new table */

.container-table {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.tablesaw-swipe .tablesaw-cell-persist {
    box-shadow: none;
}

.tablesaw thead tr:first-child th {
    visibility: none;
    padding: 0;
    border:  none;
}
.tablesaw-wrp { 
    padding: 0 20px 18px 20px;
    position: relative;
    background: #fff;
}

/* .tablesaw tr:first-child {
    border-top: 2px solid #ea3433;
} */
.tablesaw tr td:first-child .table_hlayout-top:after {
    content: '';
    right: 0px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    background: #ea3433;
}
.tablesaw tr td:first-child .table_hlayout-top:before {
    content: '';
    position: absolute;
    height: 52px;
    left: 0px;
    right: 0px;
    top: 0;
    z-index: 0;
    background: url(../images/fon/table-fon.png) no-repeat #fff;
    -webkit-background-size: 100% 52px;
    -moz-background-size: 100% 52px;
    -o-background-size: 100% 52px;
    background-size: 100% 52px;
}
.tablesaw tr.wrp-fixed td:first-child .table_hlayout-top:after,
.tablesaw tr.wrp-fixed td:first-child .table_hlayout-top:before {
    left: -20px;
    right: -1px;
}
.tablesaw tr td .table_hlayout-top * {
    position: relative;
    z-index: 1;
}
.tablesaw-bar {
    position: absolute;
    z-index: 10;
    top:  280px;
    left: 0;
    right: 0;
} 
table.tablesaw {
    width: auto;
}
.tablesaw-advance a.tablesaw-nav-btn.disabled {
    opacity: 0;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
    border:  none;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left {
    background: url(../images/sprites/arrow-prev-min.png) center #fff no-repeat;
    -webkit-background-size: 10px 26px;
    -moz-background-size: 10px 26px;
    -o-background-size: 10px 26px;
    background-size: 10px 26px;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right {
    background: url(../images/sprites/arrow-next-min.png) center #fff no-repeat;
    -webkit-background-size: 10px 26px;
    -moz-background-size: 10px 26px;
    -o-background-size: 10px 26px;
    background-size: 10px 26px;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
    position: absolute;
    margin-left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #ea3433;
    border-radius: 0;
}
.tablesaw-advance {
    float: none;
    width: 100%;
    position: absolute;
    height: 39px;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right {
    right: 0;
}
.tablesaw thead {
    border: 0;
    visibility: hidden;
}
.table_hlayout-top {
    text-align: right;
    color: #fff;
}
.tablesaw td {
    font-size: 15px;
    line-height: 22px;
    border: 2px solid #fff;
    padding: 10px 2px;
}
.table_hlayout-top h2 {
    font-size: 18px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
.table_hlayout-bottom a {
    display: block;
    margin: 15px 0 10px 10px;
}
.table_hlayout-bottom a:first-child {
    margin: 0 0 10px 10px;
}
.table_hlayout-bottom a:last-child {
    margin: 15px 0 0 10px;
}
.tablesaw tr:nth-child(3) td {
    padding: 0
}
.tablesaw tr:first-child td {
    padding: 0px 3px 0 10px;
    height: 52px;
    border: none;
}
.tablesaw tr:nth-child(2) td {
    border-top: none;
    border-bottom: none;
    padding: 0 3px;
}

.tablesaw tr td:first-child {
    width: 123px;
    background: #f1f1f1;
    text-align: left;
    padding: 0 9px;
}
.tablesaw tr td:first-child:hover {
    background: #f1f1f1;
    cursor: inherit;
}
.tablesaw tr:nth-child(3) td {
    text-align: left;
}
.tablesaw tr:nth-child(3) td,
.tablesaw tr:nth-child(2n) td {
    background: #e7e7e7;
}
.tablesaw tr:nth-child(3) td:first-child:hover,
.tablesaw tr:nth-child(2n) td:first-child:hover {
    background: #e7e7e7;
    cursor: inherit;
}
.tablesaw tr:nth-child(4) td:first-child {
    background: #f1f1f1;
}
.tablesaw tr:nth-child(4) td:first-child:hover {
    background: #f1f1f1;
    cursor: inherit;
}
.tablesaw tr:nth-child(4) td,
.tablesaw tr:first-child td:first-child {
    background: transparent;
}
.tablesaw tr:nth-child(2) td:first-child:hover {
    background: #fff;
}
.tablesaw tr:nth-child(3) td:first-child {
    padding: 0;
}
.tablesaw tr:nth-child(1) td:first-child,
.tablesaw tr:nth-child(2) td:first-child,
.tablesaw tr:nth-child(3) td:first-child {
    width: 183px;
}
.tablesaw tr.transform td:first-child {
    width: 55px;
    background: #e7e7e7;
}
.tablesaw tr.transform td:first-child:hover {
    background: #e7e7e7;
}
.table_hlayout-bottom {
    padding: 10px 3px;
    border-top: 2px solid #ea3433;
    border-bottom: 2px solid #ea3433;
}
.tablesaw tr td {
    width: 115px;
    vertical-align: middle;
    text-align: center;
    height: 77px;
}
.tablesaw tr:nth-child(2) td:hover {
    background: #fff;
    cursor: inherit;
}
.tablesaw tr:nth-child(1) td:hover {
    background: inherit;
    cursor: inherit;
}
.tablesaw tr:nth-child(3) td:hover {
    cursor: inherit;
    background: #e7e7e7;
}
.tablesaw tr td:hover {
    background: url(../images/pls.png) no-repeat center center rgba(33, 33, 33, 0.30);
    cursor: pointer;
}
.tablesaw td .pos-img {
    opacity: .6;
    position: absolute;
    top: 0;
    /* bottom: 0; */
    left: 0;
    /* right: 0; */
    z-index: 0;
    /* height: 100%; */
    /* width: 100%; */
    /* line-height: 77px; */
    top: 50%;
    margin: -32px 0;
}
.fancybox-inner #handle-step {
    overflow-x: initial;
}
.fancybox-inner #handle-step .door-sel {
    background: #fff;
}
.tablesaw td .pos-img img {
    width: 84%;
}
.tablesaw td p {
    position: relative;
    display: block;

}
.tablesaw tr.sticky td {
    position: static;
}
.tablesaw td {
    position: relative;
}
.tablesaw tr.vr-tb-1 td img {
    opacity: .6;
    position: static;
    width: auto;
    height: auto;
}
.tablesaw tbody tr {
    border: none;
}
.table_hlayout-middle {
    text-align: center;
}
.table_hlayout-middle span {
    font-size: 17px;
}
.tablesaw tr td.act-row {
    position: relative;
}
.tablesaw tr td.act-row:before {
    content: '';
    position: absolute;
    width: 2px;
    top: -2px;
    bottom: -2px;
    background: #ea3433;
    left: -2px;
}
.tablesaw tr td.act-row:after{
    content: '';
    position: absolute;
    width: 2px;
    top: -2px;
    bottom: -2px;
    background: #ea3433;
    right: -2px;
}
.tablesaw tr:last-child td.act-row {
    border: 2px solid #ea3433;
}
.tablesaw tr:first-child td.act-row {
    background: #ea3433;
}
.tablesaw tr:first-child td.act-row:after,
.tablesaw tr:first-child td.act-row:before {
    display: none;
}
.tablesaw tr:nth-child(2) td {
    background: #fff;
}
.accordion {
    padding: 15px;
    background: url(../images/00-kommudoor-fon-min.png);
}
.accordion .step-inner {
    width: 100%;
    float: none;
}
.accordion_header {
    background: #f7f7f7;
    position: relative;
    height: auto !important;
}
.step-num.accordion_header span {
    text-align: left;
    padding: 0 0 0 55px;
    font-family: "PTSansRegular";
    font-weight: normal;
    font-size: 20px;
}
.door-page .step-num.accordion_header span span {
    display: inline-block;
    vertical-align: baseline;
    width: auto;
    padding: 0 8px 0 0;
    text-transform: lowercase;
    font-size: 20px;
}
.page .door-page .step-num.accordion_header {
    line-height: normal;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 10px;
    border-radius: 6px;
    padding: 15px 11px 15px;
    position: relative;
}
.page .door-page .step-num.accordion_header:before {
    content: '';
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin: -3px 0;
    position: absolute;
    border-top: 1px solid #212121;
    border-right: 1px solid #212121;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);

}
.page .door-page .step-num.ui-accordion-header-active:before {
    border-top: 1px solid #ea3433;
    border-right: 1px solid #ea3433;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.page .door-page .step-num.accordion_header .ui-accordion-header-icon {
    display: none;
}
.page .door-page .step-num.ui-accordion-header-active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.step-num.accordion_header span {
    color: #212121;
}
* {
    outline: none !important;
}
.step-dsk-mob {
    display: block;
}
.step-nav-mob {
    display: none;
}
.tb-col-wrp {
    position: relative;
}
.tb-col:before {
    content: '';
    position: absolute;
    background: url(../images/block-table.jpg);
    width: 696px;
    height: 134px;
    top: 0;
    z-index: 2;
    background-size: contain;
    left: 0;
}
.tb-col-2:before {
    content: '';
    position: absolute;
    background: url(../images/block-table-2.jpg);
    width: 696px;
    height: 66px;
    top: -2px;
    z-index: 2;
    background-size: contain;
    left: -2px;
    border: 2px solid #fff;
}
.tb-row-wrp td {
    background: #e7e7e7;
}
.tablesaw .tb-row-wrp td {
    padding: 4px 2px;
    height: auto;
}
.tablesaw tr.tb-row-wrp td:hover {
    background-color: rgba(33, 33, 33, 0.30);
    background-image: none;
    cursor: pointer;
}
.tablesaw-mob {
    display: none;
}
/*  @media 1300
  ==========================================================================
*/

@media only screen and (min-width: 1300px) {
    .sidebar-right .colAlignment {
        height: auto !important;
    }
}


/*  @media 1300px
  ==========================================================================
  */

@media only screen and (min-width: 1001px) and (max-width: 1300px) {
    .tb-col-2:before {
        width: 703px;
        top: -1px;
        left: -1px;
        border: 1px solid #fff;
    }
    .items-slider-container,
    .sub-menu-bot,
    .cnt-flex {
        max-width: 960px;
    }
    .fixet-block,
    .wrapper {
        width: 960px;
    }
    .outer-wrp-btn {
        display: block;
    }
    .outer-wrp-btn span.photo-ic {
        margin: 0 0 0 6px;
    }
    /* правка9 (замена)*/
    .outer-wrp-btn span {
        display: inline-block;
        width: 45%;
        text-align: center;
        vertical-align: middle;
    }
    /* конец */
    .outer-wrp-btn span.btn_table_1 {
        width: 93%;
        margin: 5px 0 0 0;
    }
    .sub-menu-bot li {
        padding: 0 0 105px 0;
    }
    .tablesaw tr td:first-child {
        width: 187px !important;
    }
}


/*  header 1300px
  ==========================================================================
  */

@media only screen and (max-width: 1300px) {
    .tb-col:before {
        width: 703px;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .sticky {
        position: static !important;
        width: auto !important;
    }
    .tablesaw tr:nth-child(4) td {
        padding-top: 0 !important;
    }
    .section-sidebar-wrp.clearfix:before {
        display: none;
    }
    .arrow-descpt:after,
    .back-call,
    .flag-ic:before,
    .phone-ic-head.sel-ic:after {
        display: none;
    }
    .descpt-head,
    .logo-head img,
    .burger-ic:before,
    .map-head-ic:before,
    .phone-head-ic:before {
        float: none;
        margin: 0 auto;
    }
    .descpt-head {
        padding: 0;
        width: inherit;
    }
    .wrp-menu-main,
    .wrp-map,
    .phone-ic-head {
        font-size: 0;
    }
    .wrp-logo {
        width: 19.473%;
    }
    .phone-head {
        width: 8%;
    }
    .wrp-map {
        width: 12.369%;
    }
    .map-head-ic {
        width: auto;
    }
    .wrp-location {
        width: 26.036%;
        text-align: center;
    }
    /* правка8(замена) */
    .head-top .burger-ic.wrp-slide {
        line-height: 66px;
    }
    /* конец */
    .phone-head,
    .flag-ic {
        padding: 0;
    }
    /* правка8(замена) */
    .head-top .phone-head .wrp-slide {
        padding: 10px 0;
    }
    /* конец */
    .wrp-len-switch {
        width: 8.723%;
    }
    .logo-head {
        padding: 0 24px 0 11px;
    }
    .phone-head .slide-toggle {
        width: 78.3%;
    }
    .nav-map {
        width: 36.2%;
    }
    .cnt-map {
        width: 63.8%
    }
    #sel-loc-menu {
        right: -125px;
        width: 297px !important;
    }
    .sub-menu-bot p.title-menu-head-bot,
    .title-menu-head-bot {
        padding: 0px 50px 0 0;
    }
    .sub-menu-bot a {
        padding: 15px 15px 22px;
    }
    .img_1 {
        top: 53px;
        max-width: 521px;
    }
    .sections-certificat .slider-one .cnt-flex {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-webkit-flex-flow: row wrap;
        -moz-webkit-flex-flow: row wrap;
        -ms-webkit-flex-flow: row wrap;
        -o-webkit-flex-flow: row wrap;
        webkit-flex-flow: row wrap;
    }
    .sections-certificat.present-home .crt-box {
        display: block;
    }
    .sections-certificat.present-home .content-present,
    .sections-certificat.present-home .crt-present {
        width: 100%;
    }
    .sections-certificat.present-home .crt-present {
        padding: 0;
    }
    .slide-1 .crt-present img {
        width: 50%;
    }
    .sections-certificat.present-home .crt-present {
        padding: 0 10px 0 0;
    }
    .content-present p {
        max-width: inherit;
    }
    .sections-certificat .content-present {
        padding: 0;
    }
    .content-present-l > div {
        padding: 22px 0 5px 0;
    }
    .content-present-l {
        text-align: right;
        padding: 0 10px 0 0;
    }
    .slide-2 .block-img-abs,
    .sections-certificat.present-home .crt-box {
        padding: 15px;
    }
    .slide-1 .block-img-abs h2 {
        padding: 15px 15px 0 15px;
    }
    .slide-1  .img_1 {
        max-width: 479px;
    }
    .slide-2 img,
    .slide-2 .key-box img {
        max-width: 100%;
        max-height: 164px;
    }
    .tablesaw tr:nth-child(1) td:first-child, .tablesaw tr:nth-child(2) td:first-child, .tablesaw tr:nth-child(3) td:first-child {
        width: 250px;
    }
    .tablesaw tr td {
        width: 118px;
        vertical-align: middle;
        text-align: center;
    }

    /*  advertising 1300px
  ==========================================================================
  */
    .slide-main .slide-next {
        right: 2%;
    }
    .slide-main .slide-prev {
        left: 2%;
    }
    .cnt-advertising {
        padding: 28px 0;
    }
    .cnt-advertising,
    .slide-advertising.slick-slider {
        width: 50%;
    }
    .banner-section .cnt-advertising {
        padding: 0;
    }
    .banner-section .grid_banner.adv-item {
        width: 100%;
        text-align: left;
    }
    .banner-section .cnt-flex {
        display: block;
    }
    .advertising-sections p {
        display: none;
    }
    /* правка4(замена) */
    /*  .grid_6.adv-item,
   .grid_4.adv-item {
       border: 0;
       width: 100%;
       height: 20%;
       text-align: left;
       padding: 20px 50px;
   } */
    /* на */
    .grid_home.adv-item,
    .grid_home.adv-item {
        border: 0;
        width: 100%;
        height: 20%;
        text-align: left;
        padding: 20px 50px;
    }
    /* конец */
    .ok-ic:before,
    .map-b-ic:before,
    .choice-ic:before,
    .door-tr-ic:before,
    .guarantee-ic:before {
        left: 0;
        margin: 0;
        position: absolute;
    }
    .advertising-sections h2 {
        padding: 6px 0 4px 102px;
    }
    .production-sections .grid_6 {
        width: 100%;
    }
    .guarantee-ic:before {
        width: 56px;
        height: 48px;
        background: url(../images/sprites/spritesheet-3.png) no-repeat -116px -49px;
    }
    .ok-ic:before {
        width: 45px;
        height: 45px;
        background: url(../images/sprites/spritesheet-3.png) no-repeat -121px -150px;
    }
    .map-b-ic:before {
        width: 64px;
        height: 44px;
        background: url(../images/sprites/spritesheet-3.png) no-repeat -47px -107px;
    }
    .door-tr-ic:before {
        width: 32px;
        height: 49px;
        background: url(../images/sprites/spritesheet-3.png) no-repeat -5px -49px;
    }
    .choice-ic:before {
        width: 44px;
        height: 44px;
        background: url(../images/sprites/spritesheet-3.png) no-repeat -62px -5px;
    }
    /*  certificat 1300px
  ==========================================================================
  */
    .sections-certificat .cnt-flex {
        display: block;
    }
    .sections-certificat .grid_6 {
        width: 100%;
    }
    .img_4 {
        right: 389px;
    }
    .img_3 {
        right: 93px;
    }
    .img_2 {
        left: 48px;
    }
    .img_1 {
        right: 110px;
    }
    .crt-present a:first-child {
        float: none;
        margin: 0;
        display: block;
    }
    .crt-box h3 {
        margin: 0 auto 28px;
    }
    .crt-present a {
        display: none;
    }
    .sections-certificat h2 {
        text-align: center;
    }
    .tablet-box {
        display: block;
        text-align: center;
    }
    .tablet-box a img {
        max-width: 53px;
        max-height: 85px;
        display: inline-block;
        vertical-align: bottom;
        text-decoration: none;
    }
    .tablet-box a {
        margin: 0 0 12px 6px;
        line-height: 85px;
        min-width: 51px;
        min-height: 85px;
        display: inline-block;
    }
    /* правка9(добавить) */
    .title-desk {
        display: none;
    }
    .title-tablet {
        display: block;
    }
    .present-home .content-present,
    .present-home .crt-present {
        width: 50%;
    }
    .present-home .crt-present {
        position: relative;
        border-right: 1px solid #e1e1e1;
        margin: 0;
        padding: 0 0 62px 0;
    }
    .present-home .crt-box h3 {
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        padding: 17px 0;
        max-width: inherit;
        text-align: center;
        position: absolute;
        background: #f6f6f6;
        border-top: 1px solid #e1e1e1;
    }
    .sections-certificat.present-home h2 {
        text-align: left;
    }
    .sections-certificat .grid_6 {
        overflow: hidden;
        position: relative;
    }
    .present-home .crt-box {
        padding: 0;
        max-width: 1000px;
        /* exlorer */
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
    }
    .content-present {
        padding: 24px;
    }
    /* конец */
    /*  design 1300px
  ==========================================================================
  */
    .arrow-descpt {
        margin: 0;
        width: 100%;
        max-width: 100%;
        padding: 13px 37px;
        text-align: center;
    }
    .design-descpt-box {
        padding: 24px 0;
    }
    .des-content {
        padding: 0 21px;
    }
    .btn_2,
    .btn_1 {
        float: none;
        text-align: center;
        margin: 21px 21px 0;
    }
    /* правка9(замена) */
    .wrp-box .design-descpt-box .btn_2,
    .wrp-box .design-descpt-box .btn_1 {
        width: 91.5%;
    }
    /* конец */
    .small-door:before {
        left: inherit;
    }
    .img-single img {
        max-height: 72px;
    }
    .comment-box p {
        clear: both;
        overflow: inherit;
    }
    .box-text {
        top: auto;
        bottom: 0;
        width: 100%;
        border-right: none;
        background: rgb(89, 89, 89);
    }
    .slider-for.slick-slider img {
        max-width: 385px;
        max-height: 375px;
        margin-bottom: 126px;
    }
    .slider-nav.slick-slider {
        width: 61%;
    }
    .slider-for.slick-slider {
        line-height: normal;
    }
    .items-slider-container {
        margin-top: 0;
    }
    .slider-for.slick-slider {
        float: left;
        width: 39%
    }
    /*  news 1300px
  ==========================================================================
*/
    .box-news.grid_3 {
        width: 49.5%;
    }
    .box-news img {
        margin: 0 auto;
        display: block;
        max-height: 168px;
    }
    .box-news.grid_3 {
        padding-top: 0;
    }
    .box-news.grid_3:nth-child(2),
    .box-news.grid_3:first-child {
        padding-top: 24px;
    }
    /*  constructor step 1300px
  ==========================================================================
*/
    .box-step-img img {
        width: auto;
        max-height: 318px;
    }
    .title-step h2 {
        font-size: 20px;
        height: 65px;
        vertical-align: middle;
    }
    .box-step-img figure {
        margin: 0;
    }
    .box-step-img figcaption,
    .title-step span {
        font-size: 17px;
    }
    .descript-step.cnt-flex {
        display: block;
    }
    .box-step-l {
        width: 50%;
        /* width: 49.4%; */
        float: left;
        border: none;
        border-top: 1px solid #e1e1e1;
    }
    .box-step-r {
        width: auto;
    }
    .door-options {
        width: 49.5%;
        float: left;
        border-bottom: none;
        border-left: 1px solid #e1e1e1;
    }
    .current-step-inner .step-prev {
        display: block;
    }
    .step-foot {
        border-top: 1px solid #e1e1e1;
        /* border-bottom: 1px solid #e1e1e1; */
        clear: both;
    }
    .title-step {
        width: auto;
        overflow: hidden;
        padding: 0 24px 0;
        border-left: 1px solid #e1e1e1;
    }
    .opt-table {
        overflow: hidden;
        padding: 20px 24px 0 24px;
        border-left: 1px solid #e1e1e1;
    }
    .step-foot-box td:last-child {
        text-align: right;
    }
    .btn_2,
    .btn_1 {
        width: 100%;
    }
    .step-foot {
        width: 100%;
        display: table;
    }
    .opt-table table {
        width: 100%;
    }
    .box-step-img {
        padding: 15px 0 0 0;
    }
    .descript-step-last.cnt-flex {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        position: relative;
        padding: 0 0 87px 0;
    }
    #last-step .descript-step-last.cnt-flex {
        padding: 0;
        max-width: inherit;
    }
    .descript-step-last .box-step-r {
        width: 50%;
        border-bottom: none;
        border-left: 1px solid #e1e1e1;
    }
    .descript-step-last .door-options {
        border: none;
        float: none;
        width: 100%;
    }
    .descript-step-last .title-step {
        border-left: none;
    }
    .descript-step-last .box-step-img {
        padding: 15px 0;
    }
    .descript-step-last .box-step-l {
        border-bottom: 1px solid #e1e1e1;
    }
    .descript-step-last .btn-order {
        padding: 24px;
        position: absolute;
        width: 100%;
        left: 0;
    }
    .cnf-table-middle-r,
    .cnf-table-middle-l {
        width: 100%;
        float: left;
    }
    .cnf-gift-box:first-child {
        width: 85%;
        float: left;
    }
    .cnf-gift-box {
        display: block;
        margin: 0 auto -37px;
        position: relative;
    }
    .cnf-gift-box:nth-child(2) {
        width: 15%;
        text-align: center;
        overflow: hidden;
    }
    .wrp-cnf-gift .stamp-img {
        float: none;
        width: 156px;
        height: 156px;
        clear: both;
        background: url(../images/stamp-min.png) no-repeat;
    }
    ul.cnf-gift-box {
        margin: 0;
    }
    .door-options .grid_3 {
        width: 50%;
    }
    .cnf-table-middle-l tr:first-child td,
    .cnf-table-middle-r tr:first-child td,
    .cnf-table-last td:last-child,
    .cnf-table-first td:last-child,
    .cnf-table-last td:first-child,
    .cnf-table-first td:first-child {
        padding: 6px 10px;
    }
    .cnf-table-middle-r td:nth-child(2n+1),
    .cnf-table-middle-l td:nth-child(2n+1) {
        padding: 6px 22px;
    }
    /* правка9(замена) */
    .circle-white,
    .circle-red,
    .circle-green {
        width: 66px;
        height: 66px;
        line-height: 60px;
    }
    /* конец */
    .gift-col {
        background-position: 0 18px;
        -webkit-background-size: 100% 28px;
        -moz-background-size: 100% 28px;
        -o-background-size: 100% 28px;
        background-size: 100% 28px;
    }
    .title-col p {
        font-size: 14px;
        padding: 0 3px;
    }
    .gift-col {
        width: 13.5%;
    }
    .gift-wrp {
        width: 86%;
    }
    .stamp-img {
        width: 90px;
        height: 90px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
    .step-nav-other,
    .step-nav {
        padding: 18px 0;
    }
    .door-page .step-nav-prev {
        background: url(../images/sprites/arrow-prev-min.png) center #fff no-repeat;
        left: 24px;
    }
    .door-page .step-nav-next {
        background: url(../images/sprites/arrow-next-min.png) center #fff no-repeat;
        right: 24px;
    }
    .door-page .step-nav-prev,
    .door-page .step-nav-next {
        z-index: 1;
        top: 50%;
        width: 30px;
        height: 30px;
        margin: -8px 0;
        cursor: pointer;
        position: absolute;
        border: 1px solid #ea3433;
        -webkit-background-size: 10px 26px;
        -moz-background-size: 10px 26px;
        -o-background-size: 10px 26px;
        background-size: 10px 26px;
    }
    .two-step {
        float: left;
        width: 49%;
        padding: 0 24px 24px 24px;
        border-left: 1px solid #e1e1e1;
    }
    .two-step .outside,
    .two-step .from-within {
        float: none;
        width: 100%;
        padding: 0;
    }
    /*  on stock 1300px
 ==========================================================================
*/
    .column {
        width: 33.333%;
    }
    .on-stock-filter span:first-child {
        width: inherit;
        text-align: left;
        display: block;
        float: left;
        width: 35%;
        padding: 0;
    }
    .on-stock-filter span {
        width: inherit;
        vertical-align: middle;
        display: inline-block;
        width: 32%;
        font-size: 15px;
        text-align: left;
        padding: 0 0 0 38px;
    }
    .on-stock-filter span:last-child {
        text-align: left;
    }
    .on-stock-filter {
        width: 100%;
    }
    input[type=checkbox]:not(checked) + label {
        position: relative;
        padding: 0 0 0 37px;
        display: block;
        margin: 3px 0;
    }
    input[type=checkbox]:not(checked) + label:before {
        top: 0;
    }
    /*  news 1300px
  ==========================================================================
*/
    .section-sidebar-wrp.cnt-flex {
        display: block;
    }
    .content-left {
        float: none;
        width: 100%;
    }
    .sidebar-right {
        float: none;
        width: 100%;
    }
    .slide-adv-inner {
        width: 50%;
        float: left;
    }
    .sidebar-right .cnt-advertising {
        border-top: 1px solid #e1e1e1;
    }
    .sidebar-right .cnt-advertising,
    .sdb-stock {
        width: 50%;
        float: right;
    }
    .logo-head img {
        min-width: 126px;
    }
    .sdb-box-first {
        padding: 24px;
    }
    .sdb-box-first {
        float: left;
        width: 50%;
        padding: 23px;
    }
    .box-gallery.grid_3 {
        width: 50%;
    }
    .box-news img {
        max-height: 276px;
    }
    .btn_4 {
        font-size: 15px;
    }
    .quest-ic:before {
        top: 3px;
    }
    .gallery-in iframe {
        height: 218px !important;
    }
    .more-link {
        right: 5px;
    }
    .children .row-fluid {
        padding: 22px 24px 22px 73px;
    }
    .last-sidebar.cnt-flex {
        max-width: 1260px;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
    }
    .last-sidebar .sidebar-right {
        float: right;
        width: 40%;
    }
    .last-sidebar .content-left {
        width: 60%;
        float: none;
    }
    .last-sidebar .box-gallery.grid_6 {
        float: none;
        width: 100%;
        display: none;
    }
    .last-sidebar .box-gallery.grid_6:nth-child(2),
    .last-sidebar .box-gallery.grid_6:first-child {
        display: block;
    }
    .door-page .banner-section .grid_12 {
        display: block;
    }
    .banner-section .grid_6.adv-item,
    .banner-section .grid_4.adv-item {
        height: 20%;
    }
    .cnt-advertising h2 {
        padding: 0 0 0 86px;
    }
    .ban-img img {
        width: auto;
        min-height: 419px;
    }
    #last-step .ui-popup > .ui-btn-right,
    #pattern-step-popup .ui-popup > .ui-btn-right {
        right: -10px;
        top: -28px;
    }
    #last-step,
    #pattern-step-popup {
        width: 96%;
    }
    .cnt-step {
        width: 100%;
    }
    .dsript-door-sel {
        padding: 18px;
        font-size: 14px;
    }
    .adv-box-l .slide-adv-inner {
        width: 100%;
        float: none;
    }
    .adv-foot .grid_6 {
        padding: 5px;
    }
    .adv-box-r .btn-wrp,
    .inner-tab-box {
        padding: 0 24px;
    }
    .adv-box-r {
        width: 61.7%;
        padding: 0 0 24px 0;
    }
    .adv-box-l {
        width: 38.3%;
    }
    .adv-head .btn_2,
    .adv-foot .btn_2 {
        font-size: 15px;
        width: 100%;
    }
    .adv-head {
        padding: 10px;
    }
    /* правка10(добавить) */
    .link-block {
        padding: 11px 11px 11px 0;
    }
    .youtube-ic {
        margin: 0;
    }
    .door-page .step-nav .step-nav-prev,
    .door-page .step-nav .step-nav-next {
        margin: 16px 0;
    }
    .table-last .photo-ic,
    .table-first .youtube-ic {
        margin: 0 0 0 10px;
    }
    /* конец */
    /* правка12(добавить) */
    .page .wrapper-choice {
        width: 960px;
    }
    .breadcrumbs {
        padding: 0 250px 0 0;
    }
    .page .toggle-choice {
        width: 240px;
    }
    .choice-btn {
        padding: 10px;
    }
    .wrapper-choice .choice-btn {
        padding: 13px;
    }
    /* правка13(добавить) */
    .page-template-page-gallery .box-gallery .gallery-in img,
    .page-template-page-portfolio .gallery-in .box-gallery img {
        padding: 10px;
    }
    /* конец */
    .menu-price {
        font-size: 15px;
    }
    .head-bot .sub-menu-bot a {
        padding: 30px 15px 22px;
    }
    body .door-choice {
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        margin: 0;
        position: absolute;
    }
}


/* правка10(добавить) */


/*  @media 1024px
  ==========================================================================
*/

@media only screen and (max-width: 1024px) {
    .menu-item-has-children:hover .sub-menu-bot {
        display: none !important;
    }
    #gallery-video {
        width: 100%;
        max-width: 700px
    }
}


/* конец */


/*  @media 1000px
  ==========================================================================
*/

@media only screen and (max-width: 1000px) {
    .tablesaw-mob {
        display: block;
    }
    .tablesaw-desctop {
        display: none;
    }
    .section-sidebar-wrp.clearfix:before {
        display: none;
    }
    .design-descpt-box .btn-green.btn_1 {
        line-height: 31px;
    }
    .btn-green.small-door:before {
        top: 3px;
        left: -21px;
    }
    .descpt p {
        font-size: 16px;
    }
    .items-slider-container,
    .sub-menu-bot,
    .cnt-flex {
        max-width: 100%;
    }
    .descpt-head {
        height: 61px;
    }
    .fixet-block,
    .wrapper {
        width: 100%;
    }
    .block-head {
        height: 64px;
    }
    .head-bot .menu-item-has-children > a {
        font-size: 17px;
        padding: 0 10px;
    }
    .search-wrp .slide-toggle {
        width: 65%;
    }
    .sub-menu-bot li,
    .phone-head .slide-toggle,
    .wrp-menu-main .slide-toggle {
        width: 100%;
    }
    .sub-menu-bot li {
        display: block;
    }
    #sel-loc-menu {
        right: -95px;
        width: 236px !important;
    }
    #sel-loc-menu {
        padding: 23px 0 0 0;
    }
    .slide-title p {
        font-size: 48px;
        padding: 0 31px;
    }
    .slide-title {
        width: 50%;
        -webkit-transform: translate3d(0, -68%, 0);
        transform: translate3d(50%, -68%, 0);
    }
    .slide-box img {
        max-height: 526px;
    }
    h1.title-main,
    h2.title-main {
        font-size: 30px;
    }
    .ui-tabs-nav li {
        font-size: 15px;
    }
    .btn_1 {
        padding: 9px 15px;
    }
    .btn_2 {
        width: 94%;
        text-align: center;
        padding: 0 0 7px 0;
        margin: 21px 3% 0 3%;
    }
    .design-descpt-box .btn_2 {
        padding: 0 11px 7px 11px;
        margin: 21px auto 0;
        width: 94% !important;
        display: block;
    }
    .btn_2,
    .btn_1 {
        font-size: 18px;
    }
    .comment-box .data {
        display: none;
    }
    .vacancy a {
        display: block;
    }
    .slider-nav.slick-slider {
        /* width: 48.886%; */
        width: 55.886%;
    }
    .slider-for.slick-slider {
        /* width: 51%; */
        width: 44%;
    }
    /* правка8(удалить) */
    /* .count-slide {
        left: 33px;
    } */
    /* конец */
    .slider-nav .slide-next {
        right: 32.5%;
    }
    .ui-selectmenu-button .ui-icon {
        right: -13px;
    }
    .small-door:before {
        top: 4px;
        margin: 0 7px 0 0;
        display: inline-block;
        position: relative;
    }
    .banner-section .small-door:before {
        top: 10px;
        left: 21px;
        background: url(../images/dr-btn-w.png) no-repeat;
        position: absolute;
    }
    #footer .act-head-menu {
        background: #333;
    }
    .slider-for.slick-slider img {
        max-width: 435px;
        max-height: 424px;
    }
    .total-title {
        width: 60%;
    }
    /* правка4(замена) */
    .grid_6.adv-item,
    .grid_4.adv-item {
        padding: 20px 24px;
    }
    /* на */
    .grid_home.adv-item,
    .grid_home.adv-item {
        padding: 20px 24px;
    }
    /* конец */
    #back-call-popup {
        width: 500px;
    }
    .door-sel {
        width: 33.333%;
        border-bottom: 1px solid #e1e1e1;
        border-top: none;
    }
    .dsript-door-sel {
        padding: 10px;
        line-height: 19px;
    }
    .cnt-step .ui-tabs-nav li {
        font-size: 13px;
        width: 33.33%;
        float: left;
        display: block;
        border-left: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }
    .ui-tabs-nav li.ui-tabs-active {
        bottom: 0;
    }
    .wrp-cnf-gift,
    .table-last-step {
        padding: 10px 10px 0 10px;
    }
    .img_1 {
        right: 62px;
    }
    .img_2 {
        left: -45px;
    }
    .img_3 {
        right: 93px;
    }
    .img_4 {
        right: 297px;
    }
    .cnt-step .cities_list li {
        display: block;
        float: none;
        width: 100%;
    }
    .cities_list,
    .catalog_list {
        width: 320px;
    }
    #color2-step .cnt-step,
    #color-step .cnt-step {
        max-width: 500px;
    }
    #color-step .img-door-sel,
    #color2-step .img-door-sel {
        padding: 20px;
    }
    #color-step .door-sel,
    #color2-step .door-sel {
        width: 33.33%;
    }
    .catalog-wrp {
        padding: 17px 10px;
        text-align: center;
    }
    /* правка4(добавить) */
    .filall .city-filial {
        width: 100%;
        float: none;
    }
    /* конец */
    /* правка8(добавить) */
    .slider-nav .slide-prev {
        left: 32.5%;
    }
    /* конец */
    /* правка10(добавить) */
    .payment-amount {
        position: absolute;
        bottom: 87px;
        width: 50%;
    }
    .wrp-cnf-gift .stamp-img {
        z-index: 1;
        position: relative;
    }
    .cnt-step .catalog_box .ui-tabs-nav li {
        width: 100%;
        height: auto;
    }
    .menu-item-has-children:hover .sub-menu-bot {
        display: none !important;
    }
    .photo-ic,
    .youtube-ic {
        padding: 0 0px 0 25px;
    }
    .table-last .photo-ic,
    .table-first .youtube-ic {
        padding: 0 20px 0 25px;
    }
    .cities_list li a {
        padding: 3px 9px;
    }
    /* конец */
    /* правка12(добавить) */
    .page .wrapper-choice {
        width: 100%;
    }
    /* конец */
    .section-sidebar-wrp.cnt-flex.last-sidebar {
        display: block;
    } 
    .section-sidebar-wrp.cnt-flex.last-sidebar .sidebar-right,
    .section-sidebar-wrp.cnt-flex.last-sidebar .content-left {
        width: 100%;
        float: none;
    }
}

/*  @media 900px
  ==========================================================================
  */

@media only screen and (max-width: 900px) {
    .sections-certificat .slider-one .cnt-flex {
        display: block; 
    }
    .slider-one .crt-box,
    .slider-one .key-box {
        width:  100%;
    }
    .sections-certificat.present-home h2 {
        text-align: center; 
    }
    .slide-1  .img_1 {
        margin: 0 auto;
    }
    .slide-2 .block-img-abs, 
    .sections-certificat.present-home .crt-box {
        padding: 15px;
        max-width: 481px;
        margin: 0 auto;
    }
    .slide-2 .crt-box {
        border: none;
    }
    .mobile-version {
        display: block;
    }
    .desktop-version {
        display: none;
    }
    .advertising-sections-inner .cnt-flex {
        display: block;
    }
    .adv-box-c {
        border: none;
    } 
    .wrp-adv-cmr .adv-box-l {
        width: 100%;
    }
    .advertising-sections-inner .adv-box-c,
    .advertising-sections-inner .adv-box-l .slide-adv-inner {
        float: left;
        width: 50%;
    }
    .advertising-sections-inner .adv-box-c {
        padding: 35px 60px;
    }
    .advertising-sections-inner .adv-box-l .slide-adv-inner {
        border-right: 1px solid #e1e1e1;
    }
    .s-btn-wrp {
        clear: both;
        border-top: 1px solid #e1e1e1;
        padding: 20px 0;
    }
    .wrp-adv-cmr #tabs {
        border-top: 1px solid #e1e1e1;
    }
    .wrp-adv-cmr .gift-wrp,
    .wrp-adv-cmr #tabs,
    .wrp-adv-cmr .adv-box-r {
        width: 100%;
    }
    .construct-step .stamp-img,
    .advertising-sections-inner .stamp-img {
        margin: 0 auto;
    }
}


/*  @media 700px
  ==========================================================================
  */

@media only screen and (max-width: 700px) {
    .construct-step .stamp-img {
        width: 156px;
        height: 156px;
        float: none;
        clear: both;
        position: relative;
        background: url(../images/stamp-min.png) no-repeat;
    }
    .gift-sections .gift-wrp {
        font-size: 13px;
    }
    .gift-sections .gift-wrp br {
        display: none;
    }
    .construct-step .gift-sections {
        padding: 15px 20px 15px 20px;
    }
    .gift-sections .gift-wrp, .wrp-adv-cmr .gift-wrp {
        width: 100%;
    }
    /* правка10(добавить) */
    .payment-amount {
        position: static;
        width: 100%;
    }
    .door-page .step-nav .step-nav-prev,
    .door-page .step-nav .step-nav-next {
        margin: 16px 0;
    }
    .step-dsk-mob {
        display: none !important;
    }
    .step-nav-mob {
        display: block;
    }
    .step-box-top {
        height: auto;
    }
    .construct-step.line-top {
        border-top: none;
    }
    /* конец */
    /*  on stock 700px
 ==========================================================================
*/
    .column {
        width: 50%;
    }
    .on-stock-filter span:first-child {
        float: none;
        width: auto;
        padding: 0 0 11px 0;
    }
    .on-stock-filter span {
        width: 49%;
        padding: 0 19px 0 0;
    }
    .tbl-stock td:nth-child(2n) {
        padding: 4px 7% 4px 0;
    }
    .tbl-stock table td {
        padding: 4px 0 4px 7%;
    }
    /*  constructor step 700px
  ==========================================================================
*/
    .box-step-r,
    .box-step-l {
        border: none;
    }
    .box-step-r,
    .box-step-l,
    .door-options,
    #last-step .box-step-l,
    #last-step .box-step-r,
    .descript-step-last .box-step-l,
    .descript-step-last .box-step-r {
        width: 100%;
        float: none;
    }
    .box-step-img figcaption {
        font-size: 14px;
    }
    .box-step-img {
        padding: 15px 0 15px 0;
    }
    .step-foot {
        border-bottom: 1px solid #e1e1e1;
    }
    .gift-col:first-child,
    .gift-wrp {
        width: 100%;
    }
    .gift-col {
        width: 49%;
        background: none;
    }
    .stamp-img {
        width: 156px;
        height: 156px;
        float: none;
        clear: both;
        margin: 0 auto -42px;
        position: relative;
        background: url(../images/stamp-min.png) no-repeat;
    }
    .advertising-sections-inner .cnt-flex,
    .descript-step-last.cnt-flex {
        padding: 0;
        display: block;
    }
    .adv-box-r,
    .adv-box-l {
        width: 100%;
        float: none;
    }
    .sections-foot .privat-ic,
    .sections-foot .masterCart-ic,
    .sections-foot .visa-ic {
        display: none;
    }
    .descript-step-last .btn-order {
        position: relative;
    }
    .step-nav-other,
    .step-nav {
        padding: 18px 21px;
    }
    .news-category .grid_4 {
        width: 50%;
    }
    .box-discount.grid_4 {
        width: 100%;
        float: none;
        margin: 0 auto;
        height: 140px;
        overflow: hidden;
    }
    .fon-discount {
        top: 0;
    }
    .wrp-discount {
        padding: 20px 10px 20px;
    }
    .pop-contact,
    .in-box {
        padding: 0 10px 10px;
    }
    #last-step .btn-order a:last-child,
    #last-step .btn-order a:first-child {
        float: none;
        width: 100%;
        margin: 11px 0;
    }
    .wrp-location .wrp-slide {
        padding: 20px 5px;
    }
    .search-wrp {
        width: 11%;
    }
    .map-head-ic {
        height: inherit;
        min-width: inherit;
    }
    .two-step {
        float: none;
        width: 100%;
    }
    /* правка12(добавить) */
    .page .door-choice {
        top: 193px;
    }
    .page .pull-choice {
        padding: 5px 15px 5px 11px;
    }
    .breadcrumbs {
        padding: 0;
    }
    /* конец */
}


/*  @media 640px
  ==========================================================================
*/

@media only screen and (max-width: 640px) {
    .wrp-location,
    .slide-main .slide-prev,
    .slide-main .slide-next {
        display: none !important;
    }
    .slide-title p {
        font-size: 28px;
    }
    .slide-title span {
        font-size: 20px;
    }
    .slide-main .slick-dots {
        bottom: 38px;
    }
    h1.title-main,
    h2.title-main {
        margin: 29px 0;
        font-size: 20px;
    }
    .cnt-advertising,
    .slide-advertising.slick-slider {
        width: 100%;
        float: none;
    }
    .slide-advertising .wrp-adv-img img {
        max-height: 274px;
    }
    .wrp-adv-img {
        line-height: 335px;
    }
    .wrp-adv-img {
        max-height: 335px;
        min-height: 335px;
    }
    .cnt-advertising {
        padding: 21px 0;
        float: left;
        height: auto;
    }
    .search-wrp .slide-toggle {
        width: 100%;
    }
    .search-wrp .slide-toggle,
    .wrp-menu-main .slide-toggle,
    .phone-head .slide-toggle,
    .wrp-map .slide-toggle,
    .head-bot:after {
        top: 64px;
    }
    /* .ok-ic:before,
    .map-b-ic:before,
    .choice-ic:before,
    .door-tr-ic:before,
    .guarantee-ic:before {
        top: -8px;
        } */
    /* правка4(замена) */
    .grid_6.adv-item,
    .grid_4.adv-item {
        min-height: 71px;
        padding: 14px 18px;
    }
    /* на */
    .grid_home.adv-item,
    .grid_home.adv-item {
        min-height: 71px;
        padding: 14px 18px;
    }
    /* конец */
    .advertising-sections h2 {
        margin: 6px 0;
        padding: 6px 0 4px 75px;
    }
    .tab-prod iframe {
        height: 228px !important;
    }
    .tabs-box {
        padding: 0;
    }
    .box-prd-single .img-single {
        display: none;
    }
    .box-prd-single {
        padding: 15px 12px;
    }
    .comment-wrp > h2 {
        padding: 0 12px;
        text-align: center;
    }
    .menu-mob-header,
    .cnt-flex {
        display: block;
    }
    .comment-wrp {
        padding: 20px 12px 12px 0;
    }
    .design-descpt,
    .comment-wrp {
        width: 100%;
    }
    .comment-box {
        padding: 12px 0 0 0;
        ;
        margin: 0 0 12px 12px;
    }
    .design-descpt-box h3 {
        text-align: center;
    }
    .des-content {
        padding: 0 12px;
    }
    .arrow-descpt {
        width: 96%;
        margin: 0 2%;
    }
    .design-descpt-box {
        border-bottom: 1px solid #fff;
    }
    .people-ic:before {
        left: 12px;
    }
    .vacancy {
        top: 0;
        right: 0;
        margin: 16px 0;
        position: relative;
        padding: 0 0 0 76px;
    }
    .vacancy a {
        display: inline-block;
    }
    .slider-for.slick-slider {
        width: 100%;
    }
    .slider-for.slick-slider img {
        display: block;
        margin: 0 auto;
        max-width: inherit;
        max-height: inherit;
    }
    .box-text {
        padding: 14px 12px;
        position: static;
        border: none;
    }
    .item .slick-slide {
        text-align: center;
    }
    .slider-nav.slick-slider {
        width: 100%;
    }
    .slider-nav.slick-slider {
        width: 100%;
        margin: 0;
    }
    .slider-nav.slick-slider .item {
        line-height: normal;
    }
    .slider-nav .slide-prev,
    .slider-nav .slide-next {
        bottom: 0;
    }
    .box-scroll {
        margin-top: 33px;
        padding: 19px 12px;
    }
    .menu-tablet.slide-toggle {
        position: static;
    }
    .head-bot .menu-item-has-children,
    .cnt-map,
    .nav-map,
    .phone-num,
    .block-menu-phone-l,
    .box-news.grid_3,
    .grid_6,
    .grid_3 {
        width: 100%;
        float: none;
        clear: both;
    }
    .hed-menu-bot,
    .slider-nav .slick-list.draggable,
    .head-bot:after,
    .nav-map img,
    .block-menu-phone-r {
        display: none;
    }
    #header.act-head-menu {
        background: #e4e4e4;
    }
    /* правка8(замена) */
    #header .menu-mob-header {
        width: 100%;
        background: #fff;
        padding: 7px 10px;
        position: relative;
        border: 1px solid #e1e1e1;
    }
    /* конец */
    .head-bot {
        cursor: pointer;
        padding: 6px 12px;
    }
    .head-bot .menu-item-has-children > a:hover,
    .head-bot {
        background: -webkit-linear-gradient(90deg, #cdcdcd 0%, #f8f8f8 100%);
        background: -moz-linear-gradient(90deg, #cdcdcd 0%, #f8f8f8 100%);
        background: -ms-linear-gradient(90deg, #cdcdcd 0%, #f8f8f8 100%);
        background: -o-linear-gradient(90deg, #cdcdcd 0%, #f8f8f8 100%);
        background: linear-gradient(0deg, #cdcdcd 0%, #f8f8f8 100%);
    }
    /* правка5(замена) */
    #header .menu-mob-header.sel-ic:after {
        top: 8px;
        right: 9px;
    }
    /* конец */
    .head-bot .menu-item-has-children {
        border: none;
    }
    .head-bot .menu-item-has-children > a {
        width: auto;
        height: auto;
        display: block;
        text-align: left;
        background: #fff;
        padding: 7px 10px;
        border: 1px solid #e1e1e1;
    }
    .sub-menu-bot {
        position: static;
    }
    .head-bot .menu-item-has-children {
        display: inherit;
    }
    .sub-menu-bot a {
        padding: 15px 15px 42px;
    }
    .burger-footer {
        float: right;
        width: 16px;
        height: 14px;
        display: block;
        cursor: pointer;
        position: relative;
        margin: 0 0 0 -24px;
        background: url(../images/sprites/spritesheet-3.png) no-repeat -36px -5px;
    }
    .logo-head,
    .search-wrp,
    .phone-head {
        padding: 0 10px;
    }
    .adv-box-r .btn-red {
        font-size: 15px;
        width: 100%;
        padding: 0 0 0 33px;
        margin: 0;
    }
    .adv-box-r .btn-wrp,
    .inner-tab-box {
        padding: 0 10px;
    }
    .img_3,
    .img_1,
    .block-img-abs h2 {
        display: none;
    }
    .img_4 {
        bottom: 107px;
        right: 0;
    }
    .slider-one .crt-box, .slider-one .key-box {
        width: 100%;
        min-height: 100%;
    }
    .slide-1 .img_1 {
        max-width: 100%;
    }
    /*  constructor step 640px
  ==========================================================================
*/
    .box-cnt:last-child {
        width: 100%;
        text-align: left;
        padding: 30px 0 0px;
    }
    .sections-certificat.present-home h2 {
        display: block; 
    }
    .step-foot-box:last-child,
    .step-foot-box:first-child {
        width: 100%;
        display: block;
    }
    .step-foot-box:last-child {
        border-top: 1px solid #e1e1e1;
    }
    .step-foot-box .btn_2 {
        display: block;
        margin: 6px auto;
    }
    .wrapper-bread {
        padding: 9px 14px;
    }
    .descript-step-last .btn-order {
        padding: 19px 25px;
    }
    .btn-order a:last-child,
    .btn-order a:first-child {
        width: 94%;
        display: block;
        margin: 6px auto;
    }
    /*  news 640px
  ==========================================================================
*/
    .news-category .grid_6 {
        float: none;
    }
    .box-vertical-news p {
        clear: both;
    }
    .box-vertical-news .box-img {
        margin: 0 24px 9px 0;
    }
    .box-gallery.grid_3,
    .slide-adv-inner,
    .sidebar-right .cnt-advertising,
    .sdb-stock,
    .sdb-box-first {
        float: none;
        width: 100%;
    }
    .box-vertical-news {
        padding: 24px 24px 20px 12px;
        border-bottom: 1px solid #e1e1e1;
    }
    .box-vertical-news:last-child {
        border: none;
    }
    .sidebar-right .colAlignment {
        height: auto !important;
    }
    .last-sidebar.cnt-flex {
        display: block;
    }
    .last-sidebar .content-left,
    .last-sidebar .sidebar-right {
        float: none;
        width: 100%;
    }
    .section-sidebar-wrp.last-sidebar {
        border-top: none;
        margin: 0;
    }
    .last-sidebar .sidebar-right .title-sidebar,
    .last-sidebar .content-left .title-sidebar {
        background: #e4e4e4;
        padding: 29px 24px 29px;
        border-bottom: 2px solid #ea3433;
    }
    .title-sidebar h2 {
        font-size: 20px;
    }
    #back-call-popup {
        width: 90%;
    }
    .input-wrp.grid_5,
    .input-wrp.grid_7 {
        width: 100%;
    }
    .ui-popup > .ui-btn-right {
        right: -22px;
        top: -25px;
    }
    .content-step {
        padding: 0 10px 10px
    }
    .box-discount {
        padding: 35px 3px;
    }
    .box-discount.grid_4 {
        height: 123px;
    }
    .discount {
        font-size: 47px;
    }
    .fon-discount p {
        font-size: 14px;
    }
    .fon-discount {
        padding: 10px;
    }
    #last-step .box-step-img img {
        max-height: 221px;
    }
    .phone-head,
    .flag-ic,
    .map-head-ic,
    .burger-ic.wrp-slide {
        padding: 0 5px;
    }
    .burger-ic.wrp-slide {
        line-height: 33px;
    }
    .search-wrp {
        padding: 0;
    }
    .wrp-logo {
        width: 44.5%;
    }
    .search-wrp {
        width: 18%;
    }
    .wrp-menu-main,
    .wrp-map {
        padding: 0;
        width: 14.75%;
    }
    .phone-head .wrp-slide {
        padding: 0 10px;
    }
    /* правка8(замена) */
    .block-head .burger-ic:before {
        top: 32px;
    }
    /* конец */
    .cnt-step .cities_list li {
        display: block;
        float: none;
        width: 100%;
    }
    .cities_list,
    .catalog_list {
        width: 320px;
    }
    #color-step .cnt-step,
    #color2-step .cnt-step {
        max-width: inherit;
        width: 100%;
    }
    #color-step .img-door-sel,
    #color2-step .img-door-sel {
        padding: 20px;
    }
    #color-step .door-sel,
    #color2-step .door-sel {
        width: 33.33%;
    }
    .catalog-wrp {
        padding: 17px 10px;
        text-align: center;
    }
    #color-step.ui-popup > a.close,
    #color2-step.ui-popup > a.close,
    #pattern-step-popup .ui-popup > .ui-btn-right {
        right: 17px;
        top: 7px;
    }
    /* правка8(добавить) */
    .box-gallery.grid_6 {
        width: 100%;
    }
    /* конец */
    /* правка9(добавить) */
    .present-home .crt-box {
        display: block;
    }
    .present-home .content-present,
    .present-home .crt-present {
        width: 100%;
    }
    .present-home .crt-box h3 {
        position: static;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }
    .title-tablet.title-mob,
    .title-mob {
        display: block;
    }
    .title-tablet {
        display: none;
    }
    .present-home .crt-box {
        padding: 15px 0;
    }
    .content-present {
        padding: 15px;
    }
    .sections-certificat.present-home h2 {
        text-align: center;
    }
    .present-home .crt-present {
        padding: 0;
    }
    /* конец */
    /* правка10(добавить) */
    .ui-popup .pop-cnt-bc {
        width: 100%;
    }
    /* конец */
    /* правка12(добавить) */
    .page .door-choice {
        top: 166px;
    }
    .advertising-sections-inner .adv-box-c {
        padding: 35px 20px;
    }
    .action-cmmt {
        width: 100%;
        top: 0;
        margin-top: 40px;
    }
    .wrp-adv-cmr .content-block .commentlist li {
        padding: 0;
    }
    .wrp-adv-cmr .adv-box-r .btn-wrp {
        padding: 10px 0;
    }
    .last-sidebar .gallery-in iframe {
        height: 215px !important;
    }
    .banner-section .arrow-descpt {
        width: 100%;
    }
}


/*  @media 480px
  ==========================================================================
  */

@media only screen and (max-width: 480px) {
    .banner-section .btn_1 {
        max-width: 280px;
        padding: 10px 15px 10px 42px;
        font-size: 14px;
    }
    .banner-section .small-door:before {
        top: 6px;
        left: 15px;
    }
    .slide-2 .block-img-abs, .sections-certificat.present-home .crt-box {
        max-width:  100%;
    }
    .content-present-l {
        text-align: center;
        padding: 0 10px;
    }
    .content-present-l > div {
        padding: 10px 0;
    }
    .arrow-top:before, 
    .arrow-right:before {
        display: none;  
    }
    .cnt-flex-column,
    .cnt-flex-between {
        display: block; 
    }
    .block-img-abs h2 {
        font-size: 18px;    
    }
    .slide-2 img, .slide-2 .key-box img {
        max-height: 100%;
    }
    .slide-1 .content-present img {
        display: block; 
        margin: 0 auto;
    }
    .wrp-len-switch {
        display: none;
    }
    .wrp-menu-main {
        width: 11.41%;
    }
    .logo-head {
        padding: 0;
        text-align: center;
    }
    .ui-tabs-nav li {
        font-size: 13px;
        padding: 0 12px;
    }
    .ui-tabs-nav li a {
        font-size: 13px;
    }
    .slide-box img {
        max-height: 371px;
    }
    .slide-title {
        width: 20%;
        -webkit-transform: translate3d(0, -68%, 0);
        transform: translate3d(200%, -68%, 0);
    }
    .footer {
        padding: 43px 10px 63px 10px;
    }
    .tite-ban h2 {
        font-size: 20px;
    }
    .search-box {
        padding: 10px;
    }
    .logo-head img {
        min-width: inherit;
    }
    /* правка10(добавить) */
    .door-page .step-nav .step-nav-prev,
    .door-page .step-nav .step-nav-next {
        margin: 17px 0;
    }
    /* конец */
    /* правка4(добавить) */
    .slider-for.slick-slider img {
        width: 100%;
    }
    /* конец */
    /*  constructor step 480px
  ==========================================================================
*/
    .gift-col {
        width: 100%;
        text-align: left;
    }
    .title-col {
        width: 75%;
        display: inline-block;
    }
    .box-cnt .life-ic {
        margin: 0;
        padding: 0;
        font-size: 15px;
    }
    .box-cnt .life-ic:before {
        display: none;
    }
    .wrp-cnf-gift,
    .payment-amount,
    .descript-step-last .btn-order,
    .gift-sections,
    .door-options,
    .sections-foot,
    .step-foot-box {
        padding: 19px 10px;
    }
    .findings-table {
        margin: 0;
    }
    /* правка9(замена) */
    .circle-white,
    .circle-red,
    .circle-green {
        width: 57px;
        height: 57px;
        line-height: 57px;
    }
    /* конец */
    .box-step-img img {
        max-height: 276px;
    }
    .step-nav-other,
    .step-nav {
        padding: 12px;
    }
    .findings-table td {
        padding: 4px 18px;
    }
    .quest-sm-ic a:before {
        width: 13px;
        height: 20px;
        margin: -10px 0;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
    .purse-ic,
    .headphones-ic {
        padding: 0 0 0 49px;
    }
    .opt-table {
        padding: 20px 10px 0 10px;
    }
    .title-step {
        padding: 0 10px;
    }
    /* .cnf-gift-box:last-child {
        width: 100%;
    } */
    .cnf-gift-box:nth-child(2) {
        text-align: right;
    }
    .total {
        font-size: 20px;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .total-title {
        font-size: 17px;
        float: none;
        display: inline-block;
    }
    .amount-table td {
        font-size: 15px;
    }
    .amount-table {
        padding: 0 10px 15px;
    }
    /*  on stock 480px
 ==========================================================================
*/
    .column {
        width: 100%;
    }
    .column img {
        max-height: 270px;
    }
    .on-stock-filter span {
        width: 100%;
    }
    /*  news 480px
  ==========================================================================
*/
    .news-category .grid_4 {
        width: 100%;
        float: none;
    }
    .breadcrumbs {
        text-align: left;
    }
    .news-category .box-news {
        padding: 10px;
    }
    .box-news h3,
    .title-sidebar h2 {
        font-size: 17px;
        display: block;
        width: 100%;
    }
    .title-sidebar h2 {
        margin: 0;
        text-align: center;
    }
    .box-news,
    .row-fluid {
        padding: 22px 10px;
    }
    .box-gallery.grid_6 {
        padding: 12px 0;
    }
    .last-sidebar .sidebar-right .title-sidebar,
    .last-sidebar .content-left .title-sidebar {
        padding: 29px 10px 29px;
    }
    .last-sidebar .sidebar-right,
    .last-sidebar .content-left {
        padding: 0 0 53px 0;
        position: relative;
    }
    .title-sidebar span {
        width: auto;
        right: 10px;
        bottom: 22px;
        display: block;
        position: absolute;
    }
    .children .row-fluid {
        padding: 22px 24px;
    }
    .head-r,
    .head-l {
        float: none;
    }
    .head-r {
        margin: 0 0 5px 0;
    }
    .title-name {
        margin: 10px 0 5px;
    }
    .comment:last-child article {
        border-bottom: 1px solid #e1e1e1;
    }
    .cnt-form > p {
        display: none;
    }
    .cnt-step .ui-tabs-nav li,
    .door-sel {
        width: 50%;
    }
    .wrp-title-pop {
        padding: 12px 0;
    }
    .table-last-step td {
        padding: 6px;
    }
    .gift-col p {
        display: inline-block;
    }
    .two-step {
        padding: 0 10px 10px;
    }
    .img_4 {
        bottom: 91px;
        right: 22px;
        width: 110px;
    }
    .img_2 {
        top: 38px;
        left: 0;
    }
    .key-box {
        min-height: 432px;
    }
    /* новые стили для попапа: "Выбор узора" */
    .cities_list,
    .catalog_list {
        width: 230px;
    }
    .catalog-text,
    .catalog-outer {
        font-size: 14px;
    }
    .cnt-step .cities_list li {
        padding: 0;
        width: 100%;
        height: 33px;
    }
    .cities_list li a {
        padding: 7px 9px;
    }
    #btn {
        margin: 7px 0;
    }
    #color-step .door-sel,
    #color2-step .door-sel {
        width: 100%;
    }
    .catalog-text,
    .filter-color .catalog-text {
        display: none;
    }
    .filter-color {
        text-align: left;
    }
    #color-step .catalog_list,
    #color2-step .catalog_list {
        width: 250px;
    }
    .cities_list,
    .catalog_list {
        width: 230px;
    }
    .catalog-text,
    .catalog-outer {
        font-size: 14px;
    }
    .cnt-step .cities_list li {
        padding: 0;
        width: 100%;
        height: 33px;
    }
    .cities_list li a {
        padding: 7px 9px;
    }
    #btn {
        margin: 7px 0;
    }
    #color-step .door-sel,
    #color-step .door-sel {
        width: 100%;
    }
    .catalog-text,
    .filter-color .catalog-text {
        display: none;
    }
    .filter-color {
        text-align: left;
    }
    #color-step .catalog_list,
    #color-step .catalog_list {
        width: 250px;
    }
    /* конец */
    /* правка4(добавить) */
    .items-slider-container {
        padding: 0 0 21px;
    }
    .wrp-logo .logo-head {
        padding: 0 0 0 10px;
    }
    /* правка8(замена) */
    .slider-nav .count-slide,
    .sections-about .slider-nav .slide-prev,
    .sections-about .slider-nav .slide-next {
        bottom: -18px;
    }
    /* конец */
    /* правка8(удалить) */
    /* .slide-prev .count-slide {
        left: 34px;
    } */
    /* конец */
    /* правка9(добавить) */
    .head-top .search-wrp .slide-toggle,
    .head-top .wrp-menu-main .slide-toggle,
    .head-top .phone-head .slide-toggle,
    .head-top .wrp-map .slide-toggle {
        top: 60px;
    }
    .head-top .block-head {
        height: 53px;
    }
    .head-top .burger-ic.wrp-slide {
        line-height: 30px;
    }
    .block-head .burger-ic:before {
        top: 25px;
    }
    .head-top .phone-head .wrp-slide {
        padding: 0;
    }
    .head-top .logo-head img {
        padding: 4px 0 0;
    }
    .phone-head .sel-ic {
        padding: 0px 10px 0 0;
    }
    /* конец */
    .wrp-adv-cmr .slide-adv-inner .slick-slide img {
        max-height: 188px;
    }
    .advertising-sections-inner .adv-box-c {
        padding: 0 20px;
    }
    .adv-box-c .btn_2 {
        margin: 10px 0;
    }
    .s-btn-wrp .btn_3 {
        width: 88%;
    }
    .adv-box-c {
        min-width: inherit;
    }
    .advertising-sections-inner .adv-box-c {
        padding: 10px 12px;
    }
    .adv-box-r .ui-tabs-nav li {
        padding: 7px 18px 8px 35px;
    }
    .tablesaw tr td:first-child {
        padding: 0 5px;
    }
    .tablesaw-wrp {
        padding: 0 0 18px 0;
    }
    .container-table {
        width: 99%;
        margin: 0 auto;
    }
    .tablesaw tr td {
        width: 140px;
    }
    .tablesaw tr td:first-child {
        width: 88px;
    }
    .tablesaw-bar {
        top: 50% !important;
        bottom: inherit;
    }
}


/*  Slick slider
  ==========================================================================
  */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

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

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

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

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

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

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

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    outline: none;
    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-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;
}

.page-error {
    margin: 0 0 110px 0;
}

.page-error .content-block .grid_4,
.page-error .content-block .grid_8 {
    float: left;
}

.box-error-right,
.box-error-left {
    border: 1px solid #e1e1e1;
    border-top: none;
}

.box-error-left {
    background: #f6f6f6;
    padding: 7px 24px 35px;
}

.box-error-right {
    background: #fff;
    border-left: none;
    padding: 7px 50px 35px;
}

.page-error .phone-num {
    width: 100%;
    padding: 0 0 0 35px;
}

.page-error .phone-num li {
    margin: 7px 0;
}

.page-error p {
    margin: 22px 0;
}

.page-error .btn_2 {
    width: auto;
    width: 61%;
    padding: 10px 0;
    margin: 10px 0 24px 0;
    border-top: 1px solid #e1e1e1;
    background: url(../images/fon/btn-red-fon.png) repeat;
}

.box-error-right a {
    display: block;
    text-decoration: none;
}

.page-error .map-site> a {
    font-size: 17px;
    margin: 10px 0;
}

.page-error .map-site {
    margin: 4px 0 0 0;
}

.under-construction {
    left: 0;
    right: 0;
    top: 50%;
    bottom: 50%;
    margin: -217px 0;
    position: absolute;
}

.wrp-construction {
    max-width: 843px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.bl-left {
    float: left;
    width: 49%;
}

.bl-right {
    float: right;
    width: 50%;
}

.wrp-construction h1 {
    margin: 0;
    text-align: left;
    font-size: 34.5px;
}

.wrp-construction p {
    margin: 26px 0;
}

.wrp-construction .phone-num {
    width: 100%;
    background: #f6f6f6;
    padding: 0 0 18px 0;
    border: 1px solid #e1e1e1;
}

.wrp-construction .bl-left {
    width: 45%;
}

.wrp-construction .bl-right {
    width: 55%;
}

.wrp-construction .phone-num .bl-right,
.wrp-construction .phone-num .bl-left {
    padding: 0 0 0 13%;
}

.wrp-construction .phone-num h3 {
    font-size: 17px;
    margin: 18px 0;
}

.wrp-construction .phone-num li {
    margin: 10px 0;
    font-size: 15px;
}

.default_content ul {
    margin: 0 0 12px;
}
