/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

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

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

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

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

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

b,
strong {
    font-weight: bolder;
}

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

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

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

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

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

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

progress {
    vertical-align: baseline;
}

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

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 in Chrome and Safari on macOS.
 */

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

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

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

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

[hidden] {
    display: none;
}
body {
    font-family: 'Open Sans', sans-serif;
}

.product-gall {
    font-size:0;
    margin-top:30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-gall-item {
    margin-right: 20px;
    border: 2px solid #f2f2f2;
    padding: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}
.product-gall-item img {
    display:block;
    max-width:100%;
}

#slider2 a.object,
#slider3 a.object,
#slider4 a.object{
    display:inline-block;
    vertical-align:top;
    margin-right:10px;
}
.content-table table p[align=left],
.content-table table p[align=right]{
    text-align:center;
}
.catalogs-list.catalogs-list--full {
    margin-top:30px;
}
.catalogs-list {
    font-size:0;
    margin-left:-8px;
    margin-right:-8px;
}
.catalogs-item.catalogs-item--full {
    width: 100%;
}

.catalogs-item--full .catalogs-item__img {
    width: 160px;
}
.catalogs-item--full .catalogs-item__content {
    margin-left: 180px;
}    

.catalogs-item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom:16px;
}
.catalogs-item__box {
    border: 1px solid rgb(238, 238, 238);
}
.catalogs-item__img {
    width: 160px;
    background-color: #ecf1f6;
    height: 230px;
    float: left;
    display: block;
}
.catalogs-item__img span {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 230px;
    padding-left:20px;
    padding-right:20px;
}
.catalogs-item__img img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.catalogs-item__content {
    margin-left: 180px;
    height: 230px;
    box-sizing: border-box;
    padding-top: 15px;
    padding-right: 15px;
}
.catalogs-item__name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration:none;
}
.catalogs-item--full .catalogs-item__contents {
    
    overflow-x: auto;
    max-height: 200px;
    
}


.catalogs-item--full .catalogs-item__contents::-webkit-scrollbar {
    -webkit-appearance: none;
    }
    
.catalogs-item--full .catalogs-item__contents::-webkit-scrollbar:vertical {
        width: 5px;
    }
    
.catalogs-item--full .catalogs-item__contents::-webkit-scrollbar:horizontal {
        height: 5px;
    }
    
.catalogs-item--full .catalogs-item__contents::-webkit-scrollbar-thumb {
        background-color: #d9d9d9;
        border-radius: 0px;
        
    }
    
.catalogs-item--full .catalogs-item__contents::-webkit-scrollbar-track {
        border-radius: 10px;  
        background-color: #f2f2f2; 
    }


.catalogs-item__text {
    font-size: 14px;
    margin-top: 9px;
    line-height: 22px;
    color: #777;
}
@media (max-width: 1750px) {
    .catalogs-item {
        width: 33.3%;
    }
}
@media (max-width: 1350px) {
    .catalogs-item {
        width: 50%;
    }
}

@media (max-width: 899px) {
    .catalogs-item {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .catalogs-item__img {
        width:100%;
        float: inherit;
    }
    .catalogs-item__content {
        margin-left:0;
        padding:15px;
        height: auto;
    }
}
.home__right.home__right--full {
    width:100%;
    padding-right:0;
}
.header {
    background: url(../img/header.jpg) top center no-repeat;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    padding-top: 13px;
    font-size: 14px;
    color: #333;
    
}
.header.active {
    margin-bottom:60px;
}
.wrap {
    max-width: 1815px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.header .wrap {
    font-size: 0;
}
.header-calc {
    text-decoration: none;
}
.header-calc:hover span {
    text-decoration: none;
}
.page404__introtext {
    margin: 100px auto auto auto;
    font-size: 25px;
    color: #2a2f35;
    font-weight: bold;
    text-align: center;
}
.page404__title {
    margin: 15px auto auto auto;
    font-size: 187px;
    color: #2a2f35;
        font-weight: bold;
        
    
    text-align: center;
}.page404__text {
    margin-top: 36px;
    margin-bottom: 184px;
    text-align: center;
    font-size: 20px;
    color: #2a2f35;
    
}
.scroll-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 42px;
    width: 50px;
    height: 50px;
    background: #3b84ed;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 12;
    text-align: center;
}
.scroll-btn i {
    display: inline-block;
    background: url(/img/icon_top.png) 0 no-repeat;
    width: 14px;
    height: 14px;
    margin: 10px 0 1px;
}
.scroll-btn span {
    display: block;
    font-size: 10px;
    color: #fff;
    text-align: center;
}
.header-calc i {
    background: url("../img/header-calc.png") no-repeat;
    width: 14px;
    height: 17px;
}
.header-calc span {
    font-size: 14px;
    color: #333;
    margin-left: 8px;    
    text-decoration: underline;
    text-decoration-style: dotted;
}
.header-right,
.header-left {
    width: 50%;
}

.header-right {
    text-align: right;
}
.inline {
    display: inline-block;
    vertical-align: top;
}
.header-city {
    font-size: 14px;
    text-decoration: none;
}
.header-city i {
    background: url(../img/header-contact.png) no-repeat;
    width: 10px;
    height: 15px;
}
.header-city span {
    margin-left: 8px;    
}
.header-city b {
    font-weight: normal;
    text-decoration: underline;
    text-decoration-style: dotted;
    margin-left: 2px;
}
.header-phone {
    font-size: 14px;
    text-decoration: none;
    margin-left: 17px;
}
.header-phone i {
    background: url(../img/header-phone.png) no-repeat;
    width: 15px;
    height: 14px;
}
.header-phone span {
    margin-left: 8px;   
    color: #333; 
}
.nav {
    height: 60px;
    background-color: #3b84ed;
    background-image: linear-gradient(to bottom, #3d86f2 0%, #357ce6 100%);
    
}
.contact-wrap-form {
    max-width:500px;
}
.nav.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0px;
    z-index:10;
}
.nav-list {
    font-size:0;
    text-align: center;
}
.nav-logo {
    background: url("../img/logo.png") no-repeat;
    width: 197px;
    height: 42px;
    margin-top: 8px;
    float: left;
}
.clear {
    clear: bottom;
}
.nav-menu {
    /*margin-left: 12.447916666666668vw;*/
}
.nav-menu ul {
    padding: 0;
    margin: 0;
}
.nav-menu ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    /*
    margin-right: 3.385416666666667vw;*/
}
.nav-menu ul li:last-child {
    margin-right: 0;
}
.nav-menu ul li a {
    display: block;
    height: 60px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 21px;
    /*letter-spacing: 1.4px;*/
    box-sizing: border-box;
}
.nav-menu ul li.active a,
.nav-menu ul li a:hover {
    background-color: #d5e5fc;
    color: #3d87f0;
}
.search {
    float: right;
    width: 17.760416666666668vw;
    max-width:308px;
    position: relative;
}
.search input {
    width: 100%;
    max-width:308px;
    box-sizing: border-box;
    border:none;
    height: 60px;
    border-radius: 2px;
    background-color: #296dc0;
    margin-top: 0px;
    font-size: 16px;
    color: #fff;
    padding-left: 30px;
}
.search.open,
.search.open input {
    max-width:100%;
}
.search.open input {
    margin-top:20px;
}
.search button {
    background: url("../img/search_new2.png") no-repeat;
    width: 19px;
    height: 21px;
    position: absolute;
    top: 19px;
    right: 20px;
    border:none;
    cursor: pointer;
}
.search input::-webkit-input-placeholder {
    color: #fff; }
.search input::-moz-placeholder {
    color: #fff; }
.search input:-moz-placeholder {
    color: #fff; }
.search input:-ms-input-placeholder {
    color: #fff; }
.search input:focus::-webkit-input-placeholder {
    color: transparent; }
.search input:focus::-moz-placeholder {
    color: transparent; }
.search input:focus:-moz-placeholder {
    color: transparent; }
.search input:focus:-ms-input-placeholder {
    color: transparent; }

textarea:focus, input:focus{
    outline: none;
}
.home-pagetitle {
    text-align: center;
    color: #61a0e3;
    padding-top: 42px;
    font-size: 25px;
    letter-spacing: 1.4px;
}
.home-pagetitle b {
    font-weight: normal;
    text-transform: uppercase;
    color:#1c5998;
    font-size: 28px;
}
.home {
    font-size: 0;
    margin-top: 30px;
    display: flex;
    margin-bottom:6px;
}
.home__left {
    margin-bottom:6px;
}
.home__left {
    width: 17%;
}
.home__right {
    width: 83%;
    box-sizing: border-box;
    padding-right: 30px;
}
.category-list {
    font-size: 0;
    margin-left: -3px;
    margin-right: -3px;
}
.category-item {
    width: 25%;
    font-size: 0;
    box-sizing: border-box;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
}
.category-item__img {
    width: 51%;
    background-color: #ecf1f6;
    /*height: 12.03125vw;*/
    height: 230px;
}
.category-item__img span,
.category-item__name span{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 230px;
}
.category-item__name span {
    font-size: 12px;
    font-weight: 600;
    line-height: 17.94px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 100%;
    justify-content: center;
}
.category-item__img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.category-item__name {
    width: 49%;
    background-color: #3b84ed;
    height: 230px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
.catalog-menu__name {
    height: 35px;
    background-image: linear-gradient(to top, #337ce6 0%, #3e88f2 100%);
    padding-left: 14px;
    box-sizing: border-box;
    padding-top: 7px;
    display:block;
    text-decoration:none;
}
.catalog-menu {
    border-radius: 2px;
    background-color: #4f91ff;
    height: 100%;
}
.catalog-menu__name i {
    background: url("../img/catalog_icon.png") no-repeat;
    width: 15px;
    height: 21px;
}
.catalog-menu__name span {
    font-size: 16px;
    color:#fff;
    text-transform: uppercase;
    margin-left: 10px;
    position: relative;
    top:1px;
}
.catalog-menu > ul {
    padding: 0;
    margin: 0;
    padding-top: 8px;
}
.catalog-menu > ul > li {
    list-style: none;
    margin-bottom: 6px;
}
.catalog-menu > ul > li > ul {
    padding-left:20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.catalog-menu > ul > li > ul > li {
    list-style: none;
    
}
.catalog-menu > ul > li > ul > li.active > a {
       color: #333;
}
.catalog-menu > ul > li > ul > li > a {
     font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
    padding-left: 18px;
    padding-right: 18px;
    letter-spacing: -0.4px;
}
.catalog-menu > ul > li > ul > li > a:hover {
    color:#000;
}
.catalog-menu > ul > li > a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
    padding-left: 18px;
    padding-right: 18px;
    letter-spacing: -0.4px;
}
.catalog-menu > ul > li.active > a,
.catalog-menu > ul > li > a:hover {
    background-color: #dae8ff;
    color: #286dbf;
}
.catalog-menu > ul > li > ul > li > ul {
    padding-left:20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.catalog-menu > ul > li > ul > li > ul > li {
    list-style:none;
}
.catalog-menu > ul > li > ul > li > ul > li > a {
    
}
.catalog-menu > ul > li > ul > li > ul > li > a:hover {
    color:#000;
}
.catalog-menu > ul > li > ul > li > ul > li.active > a {
       color: #333;
}
.catalog-menu > ul > li > ul > li > ul > li > a {
     font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
    padding-left: 18px;
    padding-right: 18px;
    letter-spacing: -0.4px;
}
.home-pre-list {
    font-size: 0;
    margin-top: 10px;
}
.home-pre {
    width: 25%;
    position: relative;
    height: 250px;
}
.home-pre img {
    display: block;
    max-width: 100%;
}
.home-pre span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    text-shadow: -6px 4px 10px rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 27px;
    font-weight: 500;
    text-transform: uppercase;
}
.home-pre1 {
    background: url("../img/pre.jpg") no-repeat;
    background-size: cover;
}
.home-pre2 {
    background: url("../img/pre2.jpg") no-repeat;
    background-size: cover;
}
.home-pre3 {
    background: url("../img/pre3.jpg") no-repeat;
    background-size: cover;
}
.home-pre4 {
    background: url("../img/pre4.jpg") no-repeat;
    background-size: cover;
}
.home-content__list {
    display: flex;
}
.home-content__left {
    width: 53%;
    flex-shrink: 0;
    background-color: #f5f5f5;
    padding-left: 98px;
    box-sizing: border-box;
    padding-top: 43px;
    padding-right: 84px;
}
.home-content__right {
    width: 47%;
    flex-grow: 1;
    /*background: url("../img/home.jpg") top right no-repeat;
    background-size: cover;*/
    background-color: #f5f5f5;
}
.home-content__right span {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-content__right img {
    display: block;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.content-style {
    font-size: 16px;
}


.home-content .content-style h1 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 35px;
    letter-spacing: 1.8px;
}
.home-content .content-style {
    font-size: 14px;
    letter-spacing: -0.4px;
    margin-bottom: 30px;

}
.content-style {
    color: #333333;
}
.home-content-links {
    padding-bottom: 35px;
    font-size: 0;
}
.home-content-links__more {
    color: #61a2e6;
    font-size: 14px;
    text-decoration-style: dotted;
    margin-top: 3px;
}
.home-content-links__more:hover,
.home-content-links__doc:hover span,
.home-content-links__doc2:hover span{
    text-decoration:none;
}
.home-content-links__doc {
    margin-left: 43px;
    text-decoration: none;
}
.home-content-links__doc i {
    background: url("../img/doc.jpg") no-repeat;
    width: 19px;
    height: 24px;

}
.home-content-links__doc span {
    color: #333;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-style: dotted;
    margin-left: 10px;
    position: relative;
    top:3px;
}

.home-content-links__doc2 {
    margin-left: 43px;
    text-decoration: none;
}
.home-content-links__doc2 i {
    background: url("../img/doc2.jpg") no-repeat;
    width: 20px;
    height: 24px;

}
.home-content-links__doc2 span {
    color: #333;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-style: dotted;
    margin-left: 10px;
    position: relative;
    top:3px;
}
.footer {
    background-color: #f0f0f0;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-by {
    float:right;
}
/*.footer-by i {
    width: 103px;
    height: 45px;
    background: url(/f_logo.png) no-repeat;*/
}
.footer-by span {
    color: #666666;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 1px;
}
.footer-by i,
.footer-by span {
    display:inline-block;
    vertical-align:top;
}
.footer-list {
    font-size: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
   
}

.footer-nav {
    text-align: left;
}
.footer-nav ul {
    padding: 0;
    margin: 0;
}
.footer-nav li {
    list-style: none;
    margin-bottom: 20px;
}
.footer-nav li a {
    color: #666666;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.footer-nav li a:hover {
    text-decoration: none;
}

.footer-nav1 {
    margin-right: 33px;
}
.footer-adress {
    text-align: left;
    margin-right: 30px;
}
.footer-adress__name {
    color: #666666;
    font-size: 14px;
}
.footer-adress__val {
    margin-top: 20px;
}
.footer-adress__val i {
    background: url("../img/f-contact.jpg") no-repeat;
    width: 11px;
    height: 17px;
}
.footer-adress__val span {
    color: #333333;
    font-size: 14px;
    margin-left: 10px;
}
.footer-phones {
    text-align: left;
    margin-right: 30px;
}
.footer-phone {
    margin-top: 20px;
}
.footer-phone a {
    color: #333333;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
.footer-phone i {
    width: 14px;
    height: 13px;
    background: url(../img/f-phone.jpg) no-repeat;
    margin-right: 10px;
}
.footer-last {
    text-align: left;
    float:right;
}
.footer-send {
    display: block;
    text-decoration: none;
    margin-top: 28px;
}
.footer-send i {
    width: 14px;
    height: 13px;
    background: url(../img/f-send.jpg) no-repeat;
    margin-right: 10px;
    margin-top: 2px;
}
.footer-send span {
   
    font-size: 14px;
    text-decoration: underline;
    text-decoration-style: dotted;
    color: #7d7d7d;
}
.footer-send:hover span {
    text-decoration: none;
}
.footer-cop {
    font-size: 0;
    text-align: left;
    margin-top: 30px;
}
.footer-cop__left {
    color: #666666;
    font-size: 14px;
    margin-top:12px;
}
.footer-cop__right {

}
.footer-cop__left,
.footer-cop__right {
    width: 50%
}
.content-text h1 {
    margin-top: -7px;
}
.home-bottom {
    padding-bottom:40px;
}
.content-text a {
    color: #61a2e6;
    text-decoration: none;
}
.content-text a:hover {
    color: #000;
}
.content-style {
    font-size: 14px;
}
.content-style talbe {
    width:100%;
    border: 0;
}
.content-style td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 0;
    border-bottom: 1px solid #000000;
}
.content-style td p {
    margin: 0px;
}
.content-style .contentTitle {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background-color: #4f91ff;
    margin-top: 30px;
    text-align: center;
    margin-bottom:10px;
}
.content-style td {
    border-width: 1px;
    border-color: #cddded;
    border-style: solid;
    padding: 3px;
}
.content-margin p {
    margin: 0 0 10px;
}
.content-table tr:first-child td {
    background:#4f91ff;
}
.content-table tr:last-child td {
    background:#fff;
}
.content-table tr:first-child td span {
    color: #fff !important;
}

.txtcherta {
    color: #0099ff;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0099ff;
    margin-bottom: 10px;
    margin-left: 213px;
    display: block;
}
#cont_txt .contentImage {
    border-width: 2px;
    border-color: #0099ff;
    margin-bottom: 20px;
    max-width: 100%;
    display: inline;
    margin-right: 10px;
}

#cont_txt .contentText {
    clear: both;
}
.content-style .contentTitle {
    margin-top:0;
    padding-top:10px;
    padding-bottom:10px;
}
.content-style .contentTitle br {
    display:none;
}
.content-margin table {
    border-top: 0px none;
    border-bottom: 0px none;
    border-left: 0px none;
    border-right: 0px none;
}
.content-margin td {
    border-top: 0px none;
    border-bottom: 0px solid;
    border-left: 0px none;
    border-right: 0px none;
}
#cont_photo .photo#photoBrief {
    margin-bottom: 10px;
    margin-right: 10px;
    height: 150px;
    float: left;
    text-align: center;
    vertical-align: top;
}

#cont_photo .photo#photoBrief {
    height: 100%;
}
.art_bank .object {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-right: 30px;
    width: 100%;
    float: left;
}
.art_bank .object .objectImage {
    border-width: 2px;
    border-color: #0099ff;
    border-style: solid;
    margin-top: -20px;
    width: 200px;
    float: left;
    padding: 5px;
}
.art_bank .object {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-right: 30px;
    width: 100%;
    float: left;
}
.art_bank .object .link h4,
.art_bank .object .link h3{
    font-size: 18px;
    font-weight: normal;
    font-family: arial, helvetica, sans-serif;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 2px solid #0099ff;
    margin-left: 230px;
    display: block;
    height: 26px;
}
.spisoktxt {
    font-size: 16px;
}
.content-margin ul, ol {
   padding-top:10px;
   padding-bottom:10px;
}

.content-table td {
    border-width: 1px;
    border-color: #cddded;
    border-style: solid;
    padding: 3px;
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
    padding-top:7px;
    padding-bottom:7px;
}
.content-table table {
    border-collapse: collapse;
    font-size:13px;
    margin-top:20px;
    margin-bottom:20px;
}
.content-table table br {
    display:none;
}
#cont_photo #photoPrev {
    height: 100px;
    min-height: 100px;
    max-width: 200px;
    max-height: 100px;
}
#cont_photo .photo#photoBrief {
        border-width: 2px;
    border-color: #4f91ff;
    border-style: solid;
    padding: 5px;
    width: 19%;
    height: auto;
    float: inherit;
    display: inline-block;
    vertical-align: top;
}
#photoBrief.photo {
    display:inline-block;
    vertical-align:top;
    margin-right:10px;
    margin-bottom:10px;
}
#cont_txt .objectImage {
    float: left;
    max-width:150px;
}
#cont_txt img + .objectNote {
    float: left;
    width: calc(100% - 150px);
}
#cont_txt .object {
    clear: both;
}
#cont_txt .objectTitleTxt {
    color: #0080ff;
    font-size: 20px;
    font-weight: normal;
}
.vkladki .linkBox .tab {
    background-color: #929191;
    border-width: 0px;
    border-right: 3px solid #ffffff;
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
}
.vkladki .linkBox .tab table {
    border: 0px;
    width: 100%;
}
.vkladki .linkBox .tab table td {
    border-style: none;
      border-width: 0;
}
.content-table .linkBox table td {
    border:none;
}
.vkladki .linkBox {
    width:80%;
}
#content .art_bank .object .objectNote {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    margin-top: 15px;
    margin-left: 230px;
}
.content-style img.objectImage {
    display:block;
}
.buttonSend,
#content .buttonSend {
    display: inline-block;
    vertical-align: top;
    background-color: #3b84ed;
    text-align: center;
    padding: 21px 37px 21px 37px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border: none;
    /*
    margin-top: 51px;
    display: block;
    position: relative;
    top: 10px;
    clear: both;
    color: #ffffff;
    font-size: 11px;
    font-weight: bolder;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-width: 0px;
    border-color: #0080c0;
    border-style: outset;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#009be6), to(#0080c0));
    background: -webkit-linear-gradient(#009be6, #0080c0);
    background: -moz-linear-gradient(#009be6, #0080c0);
    background: -ms-linear-gradient(#009be6, #0080c0);
    background: -o-linear-gradient(#009be6, #0080c0);
    background: linear-gradient(#009be6, #0080c0);
    */
}
.buttonSend:hover,
#content .buttonSend:hover {
    background-color: #035ee2;
}

.knopkaprise {
    /*
    color: #ffffff;
    font-size: 11px;
    font-weight: bolder;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-width: 0px;
    border-color: #0080c0;
    border-style: outset;
    position: relative;
    margin-top:20px;
    margin-bottom:20px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#009be6), to(#0080c0));
    background: -webkit-linear-gradient(#009be6, #0080c0);
    background: -moz-linear-gradient(#009be6, #0080c0);
    background: -ms-linear-gradient(#009be6, #0080c0);
    background: -o-linear-gradient(#009be6, #0080c0);
    background: linear-gradient(#009be6, #0080c0);
    */
    display: inline-block;
    vertical-align: top;
    background-color: #3b84ed;
    text-align: center;
    padding: 21px 37px 21px 37px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border: none;
}
.knopkaprise:hover {
    background-color: #035ee2;
}
.clear {
    clear:both;
}
.tablizazag {
    color: #ffffff;
    background-color: #4f91ff;
    text-align: center;
}
.content-table table {
    width:100%;
}
.content-table table ul {
    text-align:left;
}
#slider6 img,
#slider5 img{
        border-style: none;
    display: inline;
    max-width: 100%;
    max-height: 70px;
    margin-right:10px;
    margin-bottom:10px;
}
.content-table table tbody br {
    display:block;
}
.art_bank .record-item::after {
    content: '';
    clear:both;
}
#cont_rattxt .contentImage {
    margin-bottom: 10px;
    margin-left: 10px;
    float: right;
}

.knopkanazad {
margin-top:40px;
    display: inline-block;
    vertical-align: top;
    background-color: #3b84ed;
    text-align: center;
    padding: 21px 37px 21px 37px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border: none;
}
.knopkanazad:hover {
	 background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0080c0), to(#0080c0)); background: -webkit-linear-gradient(#0080c0, #0080c0); background: -moz-linear-gradient(#0080c0, #0080c0); background: -ms-linear-gradient(#0080c0, #0080c0); background: -o-linear-gradient(#0080c0, #0080c0); background: linear-gradient(#0080c0, #0080c0); -pie-background: linear-gradient(#0080c0, #0080c0); 
}
.knopkanazad a {
	 color:#ffffff; font-size:18px; text-decoration:none;
}
.content::after {
    display: block;
    content: "";
    clear: both;
}
.home-txt .catalog-menu {
    height: auto;
    padding-bottom:20px;
}
.content-style img {
        display: inline;
        max-width: 100%;
        min-width: 40px;
    }
.pop {
    display: none;
    max-width: 770px;
    border-radius: 5px;
    background-color: #f2f1f0;
    padding: 76px 70px 60px 70px;
    overflow: visible;
    width: 100%;
}
.fancybox-close-small {
    top: -44px;
    right: -44px;
    color: #fff;
}
.pop.pop-min {
    max-width: 430px;
    padding: 84px 60px 75px 60px;
}
.rev-form-name {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.pop-min .rev-form-name {
    text-align: center;
}
.default-input {
    border-radius: 25px;
    border: 1px solid #d7d7d7;
    height: 50px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 22px;
    transition: all .3s ease-in-out;
    margin-bottom: 20px;
}
.default-textarea {
    border-radius: 25px;
    border: 1px solid #d7d7d7;
    height: 100px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 22px;
    transition: all .3s ease-in-out;
    margin-bottom: 20px;
    padding-top: 15px;
    resize:none;
}
.file-label {
    display:block;
    margin-bottom:10px;
}
.pop-min .btn--1 {
    margin-left: auto;
    margin-right: auto;
    width: 230px;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
}
a.btn--1,
button.btn--1{
    display: inline-block;
    vertical-align: top;
    background-color: #3b84ed;
    text-align: center;
    padding: 21px 37px 21px 37px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border: none;
}
.btn--1:hover {
    background-color: #035ee2;
}
.subscription input.error, .default-input.error, .default-textarea.error {
    border-color: brown;
}

.shopmini .object .objectImage .objectImg {
	 margin-left:20px; min-width:200px; max-height:300px;
}
.shopmini .object {
	 background-color:#f4f4f4; padding-left:5px; padding-right:5px; border-width:3px; border-color:#0089cd; border-style:solid; width:250px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; behavior: url(/lib/js/pie.htc) url(lib/js/pie.htc);
}
.shopmini {
	 min-width:800px;
}
.shopmini .object .specprice {
	 color:#0095de; position:relative; bottom:38px; left:130px;
}
.shopmini .object {
    background-color: #f4f4f4;
    padding-left: 5px;
    padding-right: 5px;
    border-width: 3px;
    border-color: #0089cd;
    border-style: solid;
    width: 20%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display:inline-block;
    vertical-align:top;
}
.shopmini .object .specprice {
    color: #0095de;
    position: relative;
    bottom: 38px;
    left: 130px;
}
.contacts-name {
    font-weight: bold;
    font-size: 16px;
    color: #0080ff;
    margin-bottom:20px;
}
.contacts-rec {
    margin-bottom:30px;
}
.contacts-rec__item {
    float:left;
    width:50%;
}
.contacts-tab-item__link:hover {
        background-color: #3b84ed;
}
.contacts-tab-item__link br {display:none;}
.contacts-tab-item__link {
   min-height: 45px;
    border-radius: 2px 2px 0 0;
    background-color: #9ca4ad;
    display: block;
    margin-top: 30px;
    text-decoration: none;
    box-sizing: border-box;
    padding-left: 25px;
    padding-top: 14px;
    padding-bottom:14px;
    position: relative;
}
.contacts-tab-item__link span {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 70%;
}
.contacts-tab-item__link i {
    width: 15px;
    height: 2px;
    border-radius: 1px;
    background-color: #ffffff;
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
}
.contacts-tab-item__link.active b {
    display:none;
}
.contacts-tab-item__link b {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 15px;
    height: 2px;
    border-radius: 1px;
    background-color: #ffffff;
    display: block;
}
.contacts-tab-item__content {
    display:none;
}
.contacts-tab-item__content.active {
    display: block;
    padding-top: 20px;
}
.contacts-tab-item__content iframe {
    display:block;
    margin-top:20px;
}
.contacts-tab {
    margin-bottom:30px;
}

.img-center {
    color: #0080ff;
}
.img-center img {
    vertical-align: middle;
}
.shops {
    margin-left:-5px;
    margin-right:-5px;
    font-size:0;
}
.shops-item {
    display:inline-block;
    vertical-align:top;
    width:20%;
    box-sizing:border-box;
    padding-left:5px;
    padding-right:5px;
    font-size: 14px;
    margin-bottom:20px;
}
.shops-item__box {
    border:3px solid #0089cd;
    border-radius:6px;
    background-color: #f4f4f4;
    padding-top:15px;
    padding-left: 15px;
    padding-right: 15px;
    position:relative;
}
.shops-item__name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom:15px;
}
.shops-item__img {
    margin-bottom:15px;
}
.shops-item__img img {
    display:block;
    max-width:100%;
    margin:0 auto;
    max-height: 250px;
}
.shops-item-sales a {
    color: #ffffff;
    font-size: 11px;
    font-weight: bolder;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-width: 0px;
    border-color: #0080c0;
    border-style: outset;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#009be6), to(#0080c0));
    background: -webkit-linear-gradient(#009be6, #0080c0);
    background: -moz-linear-gradient(#009be6, #0080c0);
    background: -ms-linear-gradient(#009be6, #0080c0);
    background: -o-linear-gradient(#009be6, #0080c0);
    background: linear-gradient(#009be6, #0080c0);
    display: block;
    width: 85px;
    text-align: center;
    position: absolute;
    right: 30px;
    bottom: 0;
}
.shops-item-price {
    padding-bottom:50px;
}
.shops-item-price__name {
    font-weight: bold;
}
.shops-item-price__val {
    color: #0095de;
    font-size:20px;
    padding-left:5px;
}
.shops-item-price__rub {
    color: #0095de;
}
.home-pre {
    position:relative;
}
.home-pre:hover .home-pre__shadow {
    visibility: visible;
    opacity: 1;
}
.home-pre__shadow {
    position:absolute;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.footer-phones,
.footer-adress {
    
}
.head-bottom {
    background: #f9f9f9;
    padding-top:25px;
    padding-bottom:25px;
}
.head-bottom h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    color: #383838;
}
.breadcrumbs a span, .breadcrumbs span {
    color: #b6b5b5;
    font-size: 12px;
}
.breadcrumbs {
    margin-top:10px;
}
.breadcrumbs a {
    text-decoration: none;
}
.breadcrumbs a:hover span {
    color:#3b84ed;
}
.breadcrumbs ul {
    padding:0;
    margin:0;
    font-size:0;
}
.breadcrumbs ul li {
    list-style:none;
    display:inline-block;
    vertical-align:top;
}
.breadcrumbs ul li:after {
    content:'-';
    display:inline-block;
    vertical-align:top;
    color: #b6b5b5;
    font-size: 12px;
    margin-left:5px;
    margin-right:5px;
}
.breadcrumbs ul li:last-child:after {
    display:none;
    font-size:0;
    content:'';
}
.header-phones {
    display: inline-block;
    position: relative;
}
.table-scroll {
        width: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
.header-phones:hover .header-phone-all {
    opacity: 1;
    visibility: visible;
}
.header-phones > a {
    padding-bottom:4px;
}
.header-phones > a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #4087f4;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -1px;
}
.content-text a.cloned {
    display:none;
}
.header-phone-all {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    min-width: 300px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    z-index: 2;
    background: #FFF;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    margin-left: -70px;
}
.header-phone-all .header-phone {
    padding: 15px 22px;
    display: block;
    border-top: 1px solid #f2f2f2;
    margin-left: 0;
    font-weight: bold;
    text-align: left;
}

.content-table.table_nobg tr:first-child td {
    background: #fff;
    color: #333;
}
.content-table.table_nobg tr:first-child td span {
    color: #333 !important;
}

.content-table.table_left tr:first-child td {
    background: #fff;
    color: #333;
}
.content-table.table_left  tr:first-child td span {
    color: #333 !important;
}

.content-table.table_left tr td:first-child {
    background: #4f91ff;
    color:#fff;
}
.content-table.table_left tr td:first-child span {
    color: #fff !important;
}
.list-catalog {
    margin-top:60px;
}
.list-catalog-item {
    margin-bottom:60px;
}
.list-catalog-item__img {
    padding: 5px;
    border: 2px solid #0099ff;
    width: 214px;
    float: left;
    box-sizing: border-box;
}
.list-catalog-item__img img {
    display:block;
    max-width:100%;
}
.list-catalog-item__content {
    margin-left:230px;
    position:relative;
    top:-30px;
}
.list-catalog-item__name {
    color: #0099ff;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0099ff;
    margin-bottom: 10px;
    display: block;
}
.list-catalog-item__name h3 {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
}
.catalogs-item--full .catalogs-item__contents {
    padding-right:10px;
}
@media (max-width: 1770px) {
    .category-item{width: 33.33333333%;}
    .shops-item {
        width: 25%;
    }
}
@media (max-width: 1675px) {
    .category-item__img img {
        max-height: 80%;
    }
    .nav {
        position:relative;
    }
    .search {
        display:none;
    }
    .search.open button {
        right:64px;
        top:43px;
    }
    .search.open .search_close {
        font-size: 20px;
        color: #000;
        position: absolute;
        right: 20px;
        font-weight: bold;
        top: 38px;
        cursor: pointer;
    }
    .search.open {
        display:block;
        float: inherit;
        position: absolute;
        left: 0;
        top: 61px;
        background: #e0e7ea;
        border: none;
        box-shadow: 0 1px 0 rgba(0,0,0,.1);
        width: 100%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 50px;
        padding-bottom: 20px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .search-icon {
        background: url(../img/search_new.png) no-repeat;
        width: 17px;
        height: 17px;
        position: absolute;
        top: 20px;
        right: 14px;
        border: none;
        cursor: pointer;
    }
}
@media (max-width: 1810px) {
    .wrap {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
}
@media (max-width: 1505px) {
  .home-content-links__doc2 {
        margin-left: 0;
        display: block;
        margin-top: 15px;
  }  
} 
@media (max-width: 1440px) {
    .nav-menu ul li a {
        padding-left:15px;
        padding-right:15px;
        font-size:15px;
    }
    .shops-item {
        width: 33.33333333%;
    }
    
}
@media (max-width: 1290px) { 
    .home__left {
        width:25%;
    }
    .home__right {
        width:75%;
    }
    .category-item {
        width:50%;
    }
}
@media (max-width: 1200px) {
    .home-content__left {
        width:100%;
    }
    .home-content__right {
        display:none;
    }
    
     .nav-menu {
        display:none;
    }
    .nav-menu.open {
        display:block;
        clear: both;
    }
    .nav {
        height: auto;
        min-height: 69px;
    }
    .nav-burger {
        float:left;
        display:block;
        margin-top: 22px;
    }
    .nav-burger span {
        display: block;
        width: 40px;
        height: 4px;
        background-color: #fff;
        margin-bottom: 6px;
    }
    .nav-logo {
        float:right;
        margin-top:12px;
    }
    .search-icon {
        display:none;
    }
    .nav-menu ul li {
        display:block;
    }
    .shops-item {
        width: 50%;
    }
}

@media (max-width: 1022px) and (min-width: 769px) {
    .footer-adress {
        margin-right:100px;
    }
    .footer-nav {
        margin-top:25px;
    }
    .footer-last {
        text-align: left;
        float: inherit;
        margin-top: 25px;
        margin-left: 40px;
    }
}
.footer-adress-mob {
    display:none;
}
@media (max-width: 1022px) and (min-width: 769px) {
    .footer-adress {
        margin-right:0px;
    }
    .footer-adress-mob {
        content: '';
        display:block;
        width:100%;
    }
    .footer-nav {
        margin-top:25px;
    }
    .footer-last {
        text-align: left;
        float: inherit;
        margin-top: 25px;
        margin-left: 40px;
    }
}
@media (max-width: 768px) { 
    .catalogs-item__text {
        line-height: 17px;
    }
    .list-catalog-item__content {
        margin-left: 0;
        position: relative;
        top: 0;
        margin-top: 20px;
    }
    .list-catalog-item__img {
        float: inherit;
    }
    .footer-adress {
        margin-right:100px;
    }
    .footer-nav {
        margin-top:25px;
    }
    .footer-last {
        text-align: left;
        float: inherit;
        margin-top: 25px;
        margin-left: 40px;
    }
    .category-item {
        width:100%;
    }
    .home-pre span {
        font-size:17px;
    }
    .shops-item {
        width: 100%;
    }
}
@media (max-width: 600px) and (min-width: 100px) {
    .catalogs-item--full .catalogs-item__img {
        width: 100%;
        float: inherit;
    }
    .catalogs-item--full .catalogs-item__contents {
            max-height: initial;
            padding-right:0;
    }
    .catalogs-item--full .catalogs-item__content {
        margin-left: 0px;
        padding-left:15px;
    }
    
    .page404__title {
        font-size:0;
    }
    .txtcherta {
        margin-left:0px;
    }
    .footer-by {
    float: inherit;
    margin-top: 10px;
    display: block;
}
    .fancybox-close-small {
   top: 0;
    right: 0;
    color: #000;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
.pop.pop-min {
    padding-left:20px;
    padding-right:20px;
}
.footer-adress {
    margin-top:15px;
    margin-bottom:15px;
}
    body,html {
        overflow-x: hidden;
    }
    .contacts-rec__item {
        width:100%;
    }
    .home {
        display: flex;
        flex-wrap: wrap;
    }
    .home__left {
         -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
    }
    .home__right {
         -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2;
    }
    .content-style blockquote {
        margin-left:0px;
    }
    .home-content__list {
        display:block;
        margin-left:-15px;
        margin-right:-15px;
    }
    .home-content__left {
        width:100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
    }
    .home-pre {
        width:100%;
    }
    .footer-last {
        display:none;
    }
    .footer-cop__left, .footer-cop__right {
        width:100%;
    }
    .footer-adress,
    .footer-phones {
        margin-left:0;
    }
    .footer-adress__val {
        margin-bottom:20px;
    }
    .home-pre-list {
        margin-left:-15px;
        margin-right:-15px;
    }
    .home-content__right {
        width:100%;
        display:none;
    }
    .home-content-links__more,
    .home-content-links__doc,
    .home-content-links__doc2 {
        display: block;
        margin-bottom: 15px;
        margin-left:0;
    }
    .home__left {
        width:100%;
    }
    .home__right {
        width:100%;
        padding-right:0;
    }
    .catalog-menu {
        height: auto;
    }
    .category-item {
        width:100%;
        padding-left:0;
        padding-right:0;
    }
    .category-item__img,
    .category-item__name,
    .category-item__name span,
    .category-item__img span, .category-item__name span{
        height: 170px;
    }
    .category-item__img img {
        max-height: 100%;
    }
    .category-item__img span {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .category-list {
        margin-left: -15px;
        margin-right: -15px;
    }
    .category-item__name span {
        font-size:11px;
    }
    .home-pre-list {
        margin-top:0;
    }
    .category-item:last-child {
        margin-bottom:0px;
    }
    .catalog-menu {
        margin-left:-15px;
        margin-right:-15px;
        margin-bottom:6px;
    }
    .catalog-menu ul {
        display:none;
    }
    .catalog-menu.open > ul {
        display:block;
    }
    .home-pagetitle {
        font-size:16px;
        padding-top:30px;
    }
    .header-right, .header-left {
        width:100%;
    }
    .header {
        padding-top:15px;
        height: 70px;
    }
    .header-right {
        text-align:left;
    }
    .header-phone {
        margin-left:0;
        margin-top:10px;
    }
    .header-city {
        margin-top:10px;
    }
    .search {
        display:none;
    }
    .nav-logo {
        background: url(../img/logo.png) no-repeat;
        width: 143px;
        height: 31px;
        margin-top: 20px;
        float: right;
        background-size: 100%;
    }
    .nav-menu ul li {
        display:block;
    }
    .nav-menu {
        display:none;
    }
    .nav-menu.open {
        display:block;
        clear: both;
    }
    .nav {
        height: auto;
        min-height: 69px;
    }
    .nav-burger {
        float:left;
        display:block;
        margin-top: 22px;
    }
    .nav-burger span {
        display: block;
        width: 40px;
        height: 4px;
        background-color: #fff;
        margin-bottom: 6px;
    }
    .table-scroll {
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #cont_photo .photo#photoBrief {
       width: 100%;
        box-sizing: border-box;
        padding: 5px;
    }
    #cont_photo #photoPrev {
        height: 100px;
        min-height: 100px;
        max-width: 90%;
        max-height: 90%;
        margin-bottom: 10px;
    }
    .content-text h1 {
        margin-top:20px;
        margin-bottom:20px;
    }
    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    
    ::-webkit-scrollbar:vertical {
        width: 12px;
    }
    
    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }
    
    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }
    
    ::-webkit-scrollbar-track {
        border-radius: 10px;  
        background-color: #ffffff; 
    }
    .content-table-mob table td  {
        display:block;
    }
    .content-table-mob table img {
        display:block;
        max-width:100%;
        margin-bottom:20px;
    }
    
}

/* BUTTON OUTLINE FIX */
button, 
button:active, 
button:focus {
    outline: none;
}