@font-face {
    font-family: PtSerifRegular;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/PtSerifRegular/PtSerifRegular.woff) format("woff"), url(../fonts/PtSerifRegular/PtSerifRegular.ttf) format("truetype")
}

@font-face {
    font-family: PtSerifRegular;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/PtSerifBold/ptserifbold.woff) format("woff"), url(../fonts/PtSerifBold/ptserifbold.ttf) format("truetype")
}

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

* {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box
}

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

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

video {
    max-width: 100%;
}

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

[hidden],
template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: hsla(0, 0%, 100%, 0);
    cursor: default
}

body {
    font-size: 100%;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

a,
a:hover {
    background: transparent;
    text-decoration: none;
}

 :active,
 :focus,
 :hover {
    outline: none
}

b {
    font-weight: bold;
}

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

ol,
ul {
    list-style: none
}

pre {
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap
}

q {
    quotes: "\201C""\201D""\2018""\2019"
}

img {
    border: none
}

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

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button {
    overflow: visible
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

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

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box
}

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

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

button,
input,
select[multiple],
textarea {
    background-image: none
}

input,
select,
textarea {
    border-radius: 0;
    box-shadow: none
}

input,
textarea {
    resize: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent
}

[placeholder]:focus:-ms-input-placeholder {
    color: transparent
}

[placeholder]:focus::placeholder {
    color: transparent
}

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

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

@import url("http://allfont.ru/allfont.css?fonts=pt-serif-bold");
body,
html {
    min-height: 100%
}

html.noscroll {
    overflow: hidden;
}

body {
    background: #efefed;
    color: #fff;
    font: 16px/1 PtSerifRegular, sans-serif;
    font-weight: normal;
    width: 100%;
    overflow-x: hidden
}

a {
    color: #274067;
}

a:hover {
    color: #666;
}

.container {
    max-width: 1210px;
    padding: 0 15px;
    margin: 0 auto
}


/*!
    *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
    *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
    */

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/FontAwesome/fontawesome-webfont.eot?v=4.4.0);
    src: url(../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.4.0) format("embedded-opentype"), url(../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.4.0) format("woff2"), url(../fonts/FontAwesome/fontawesome-webfont.woff?v=4.4.0) format("woff"), url(../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.4.0) format("truetype"), url(../fonts/FontAwesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

.fa,
.fa-stack {
    display: inline-block
}

.fa-fw,
.fa-li {
    text-align: center
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right,
.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    animation: a 2s infinite linear
}

.fa-pulse {
    animation: a 1s infinite steps(8)
}

@keyframes a {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    transform: scaleY(-1)
}

 :root .fa-flip-horizontal,
 :root .fa-flip-vertical,
 :root .fa-rotate-180,
 :root .fa-rotate-270,
 :root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}


/* MODAL */

#chOverlay,
#chWrapper {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
}

#chOverlay {
    background: #efefef;
    opacity: 0.85;
    filter: alpha(opacity=85);
    cursor: pointer;
}

#chWrapper {
    pointer-events: none;
}

#chScroll {
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    left: -20px;
    right: -20px;
    height: 100%;
}

.fullsize #chScroll {
    left: 0;
    right: 0;
    overflow-y: hidden;
}

#chFlex {
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

#chFlex>* {
    pointer-events: auto;
}

#chGallery {
    position: relative;
    width: 802px;
    max-width: 96vw;
    height: 542px;
    max-height: 64vw;
    padding: 44px 48px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.fullsize #chGallery {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
}

#chModal {
    position: relative;
    max-width: 96vw;
    padding: 44px 48px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#chContent {
    position: relative;
    min-width: 80px;
    min-height: 80px;
    text-align: center;
}

#chGallery #chContent {
    width: 100%;
    height: 100%;
}

#chGallery img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

#chGallery img.watermark {
    opacity: 0 !important;
}

#chLoader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/rot.gif) no-repeat center center;
}

#chPrev,
#chNext,
#chClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

#chPrev {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -15px;
    background: url(/images/button-prev.gif) no-repeat 0 0;
    width: 15px;
    height: 29px;
    text-indent: -9999px;
}

#chPrev:hover {
    background-image: url(/images/button-prev-a.gif);
}

#chNext {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -15px;
    background: url(/images/button-next.gif) no-repeat 0 0;
    width: 15px;
    height: 29px;
    text-indent: -9999px;
}

#chNext:hover {
    background-image: url(/images/button-next-a.gif);
}

#chClose {
    position: absolute;
    top: 17px;
    right: 17px;
    background: url(/images/button-close.gif) no-repeat 0 0 / 100% auto;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
}

#chClose:hover {
    background-image: url(/images/button-close-a.gif);
}

.select2-container {
    width: 180px !important;
}

.select2-container .select2-selection--single {
    height: 32px;
    border: 1px #d2d3d1 solid;
    border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 5px 26px 5px 11px;
    font-size: 10px;
    line-height: 20px;
    color: #666;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 26px;
    height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #666 transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #666;
}

.select2-dropdown {
    border: 1px solid #d2d3d1;
}

.select2-results__option {
    padding: 5px 11px;
    font-size: 10px;
    line-height: 20px;
    color: #666;
    text-transform: uppercase;
    background: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #274067;
}


/* ALL THINGS */

@media only screen and (max-width:1024px) {
    .desktop {
        display: none;
    }
}

@media only screen and (min-width:1025px) {
    .mobile {
        display: none;
    }
}

.wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.header {
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: bold;
}

.header a {
    color: #fff;
}

.footer-wrap,
.head-group,
.header-wrap,
.header-wrap .lang,
.simple-menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.head-group,
.head-menu,
.telefon {
    width: 33.3333333333%
}
.telefon {
	width: 14.333333%;
}
.head-group{
	width:45%;
}
.header-top {
    background: #1e3a64;
    padding: 12px 0 0;
    font-size: 11px;
    position: relative
}

.header-top.scroll {
    position: fixed;
    z-index: 10;
    width: 100%
}

.head-group {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px 12px
}

.head-group .head-call {
    margin-left: 20%
}

.toggle-mnu {
    position: relative;
    display: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 3px solid #1e3a64;
    padding: 12px
}

.toggle-mnu span:after,
.toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px
}

.toggle-mnu span:after {
    top: 16px
}

.toggle-mnu span {
    position: relative;
    display: block
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
    width: 100%;
    height: 3px;
    background-color: #1e3a64;
    transition: all .3s;
    backface-visibility: hidden
}

.toggle-mnu.on span {
    background-color: transparent
}

.toggle-mnu.on span:before {
    transform: rotate(45deg) translate(-1px)
}

.toggle-mnu.on span:after {
    transform: rotate(-45deg) translate(6px, -7px)
}

.head-call:hover,
.telefon a:hover,
.lang__link:hover,
.copy__item a:hover {
    color: #557aa8;
    cursor: pointer
}

.telefon {
    font-size: 20px;
    text-align: right
}

.head-menu,
.header-wrap .telefon {
    padding-bottom: 12px
}

.simple-menu__item {
    margin-right: 15px;
    font-weight: bold;
}

.head-menu .simple-menu__item.active {
    color: #557aa8
}

.simple-menu__link {
    cursor: pointer
}

.simple-menu__link:hover {
    color: #557aa8
}

.header-wrap .lang__item:first-child {
    margin-right: 5px
}

.header-wrap .lang__item:last-child {
    margin-left: 5px
}

.lang__item.active>a,
.lang__item span {
    color: #557aa8;
    cursor: default
}

.lang__item:hover span {
    cursor: default
}

.header-bottom {
    position: relative;
    padding: 12px 0;
}

.inner .header-bottom {
    /*border-bottom: 1px solid #d2d2d0;*/
}

.header-bottom .logo,
.header-bottom img {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.header-bottom img {
    display: block;
    margin-right: 10px;
    height: auto;
}

.header-bottom .simple-menu.hidden {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: auto;
    top: 100%;
    background: #efefed;
    border-top: 1px solid #666;
    border-radius: 0 0 10px 10px;
    display: none
}

.header-bottom .simple-menu.hidden:after {
    width: 100%;
    height: 30px;
    content: "";
    display: block
}

.header-bottom .simple-menu.hidden .simple-menu__item {
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #666;
    background: #efefed;
}

.header-bottom .simple-menu.hidden .simple-menu__item:after,
.header-bottom .simple-menu.hidden .simple-menu__item i {
    display: none
}

.header-bottom .simple-menu.hidden .simple-menu__item.active {
    border-bottom: 1px solid #274067;
}

.header-bottom .simple-menu.hidden .simple-menu__link {
    padding: 25px 10px;
    display: block
}

.header-bottom .simple-menu__item {
    position: relative;
    font-size: 13px;
    white-space: initial;
    text-align: center;
}

.header-bottom .simple-menu__item.active {
    color: #274067;
}

.header-bottom .simple-menu__item:last-child:after {
    display: none
}

.header-bottom .simple-menu__item:after {
    content: "|";
    display: inline-block;
    height: 9px;
    color: #666;
    margin-left: 10px
}

.header-bottom .simple-menu__link {
    color: #666
}

.header-bottom .simple-menu__link:hover {
    color: #274067
}

.header-bottom .active .simple-menu__link {
    display: inline-block;
    color: #274067;
    /*border-bottom: 1px solid #274067;*/
}

main {
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #e8e8e6 url(../images/main-bg1.jpg) no-repeat 50% 0px;
    border-top: 1px solid #d2d2d0;
}

.inner main {
    background: #e8e8e6 url(../images/main-bg1.jpg) no-repeat 50% 0;
}

.main-img {
    background: url(../images/title.jpg) no-repeat center center / cover;
    height: 520px;
}

.main-img2 {
    background: url(../images/title2.jpg) no-repeat center center / cover;
    height: 520px;
}

@media (max-width: 640px) {
    .main-img,
    .main-img2 {
        height: 100vw;
        max-height: 100vh;
    }
}

.main-content {
    padding: 40px 40px 20px;
    max-width: 1260px;
    margin: 0 auto;
    line-height: 28px;
    color: #666;
    /*878787*/
}

.main-content h1,
.main-content .h1 {
    font-size: 36px;
    line-height: 1.1;
    color: #666;
}

.inner .main-content h1,
.inner .main-content .h1 {
    margin: 15px 0 25px;
}

.main-content h1 span,
.main-content .h1 span {
    display: block;
    font-size: 24px;
}

.main-content h2,
.main-content .h2 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #274067;
}

.inner .main-content h2,
.inner .main-content .h2 {
    display: block;
    margin-top: 25px;
}

.main-content h3,
.main-content .h3 {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
}

.main-content h3 {
    color: #777;
}

.main-content ol {
    counter-reset: ol_counter;
}

.main-content ul>li,
.main-content ol>li {
    position: relative;
    padding-left: 24px;
}

.main-content ul>li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    content: "â€”";
    content: "●";
}

.main-content ol>li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    color: #274067;
    content: counter(ol_counter)".";
    counter-increment: ol_counter;
}

.main-content .submenu {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    white-space: nowrap;
}

.main-content .submenu li {
    display: block;
    float: left;
    margin: 0 -1px -1px 0;
    padding: 10px 15px;
    font-size: 11px;
    line-height: 18px;
    border: 1px solid #d2d2d0;
}

.main-content .submenu li:after {
    content: "";
}

.main-content .submenu li a {
    color: #666;
	display:inline-block;
}

.main-content .submenu li a:hover {
    color: #274067;
}

.main-content .submenu li.highlight a {
    color: #274067;
}

.main-content .submenu li.highlight a:hover {
    color: #666;
}

.main-content .submenu li.active {
    color: #fff;
    background-color: #1e3964;
    border-color: #1e3964;
}

.main-content .submenu li.active a {
    color: #fff;
}

.main-content .submenu2 {
    display: block;
    margin: 30px 0 15px;
}

.main-content .submenu2 li {
    display: block;
    float: left;
    padding-left: 16px;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.main-content .submenu2 li:after {
    content: "|";
}

.main-content .submenu2 li:first-child {
    padding-left: 0;
}

.main-content .submenu2 li:first-child:after {
    content: "";
}

.main-content .submenu2 li a {
    color: #666;
}

.main-content .submenu2 li a:hover {
    color: #274067;
}

.main-content .submenu2 li.active {
    color: #274067;
}

.main-content .submenu2 li.active a {
    color: #274067;
}

.main-content .submenu2 li.active a:hover {
    color: #557aa8;
}

.content-photo {
    margin-top: 30px;
    text-align: center;
}

.content-photo img {
    max-width: 100%;
    border: 1px solid #959494;
    padding: 5px;
}

.main-content p {
    padding: 20px 0;
    padding-bottom: 0;
}

.main-content p.first {
    padding: 40px 0;
}

.publication-ul-small {
    margin-left: 52.6%;
}

.publication-ul {
    float: right;
    width: 73.2%;
    margin-bottom: 30px;
}

@media only screen and (max-width:1024px) {
    .publication-ul {
        float: right;
        width: 66%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:800px) {
    .publication-ul {
        float: left;
        width: 100%;
    }
    .publication-ul-small {
        margin-left: 0;
    }
}

.inner .main-content .text__content p {
    padding: 10px 0;
}

.text__content h1 a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.promo {
    margin-top: 30px;
    padding: 34px 18px 24px;
    text-align: center;
    border: 1px solid #d2d2d0;
}

.inner .main-content .promo h2,
.inner .main-content .article .promo h2,
.inner.igallery .main-content .promo h2 {
    margin-top: 0;
    padding-bottom: 30px;
}

.promo .gallery .gallery__item img {
    width: 270px;
    max-width: 100%;
}

.gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*-ms-flex-pack: justify;
    justify-content: space-between;*/
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 40px;
    max-width: 1220px;
    padding: 0 10px;
}

.gallery.centered {
    -ms-flex-pack: center;
    justify-content: center;
}

.main-content .gallery {
    margin: 0 -10px;
    padding: 0;
}

.inner .main-content .gallery {
    margin: 30px -10px 0;
    padding: 0;
}

.inner .main-content p+.gallery {
    margin-top: 15px;
}

.inner .main-content .gallery+h2 {
    margin-top: -10px;
}

.inner.igallery .main-content h2 {
    margin-top: 55px;
}

.inner .promo .gallery {
    margin-top: 0;
}

.gallery .gallery__item {
    margin: 0 10px 20px;
}

.gallery .gallery__item img {
    display: block;
}

#lightgallery_interior {
    margin: 30px -10px 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1220px;
}
#lightgallery_interior.yslugi{
    max-width: 800px;
    margin: auto;
}

#lightgallery_interior .lightgallery__item {
    margin: 0 10px 20px;
}

#lightgallery_interior .lightgallery__item img {
    display: block;
}

.gallery .small__item {
    margin: 0 13px 30px;
}

.gallery .small__item img {
    display: block;
    padding: 4px;
    border: 1px solid #949393;
}

.show__more-wrap {
    margin-top: -10px;
    text-align: center;
}

.show__more {
    display: inline-block;
    margin: 0;
    padding: 9px 14px;
    color: #666;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    border: 2px solid #1e3964;
    cursor: pointer;
}

.show__more:hover {
    color: #274067;
}

.brands {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px auto 20px;
    align-items: center;
}

.brand__item {
    position: relative;
    margin: 0 10px;
    width: 170px;
    height: 150px;
    /*border: 1px solid #949393;*/
}

.brand__item img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.feedback__map {
    position: relative;
    margin: 60px 0 40px;
    min-height: 765px;
}

.feedback {
    margin-right: 20px;
    width: 380px;
    padding: 20px 20px 30px;
    color: #fff;
    background: #1e3964;
}

.feedback h2 {
    color: #fff;
}

.inner.igallery .feedback h2 {
    margin-top: 0;
}

.feedback input,
.feedback textarea,
.feedback label {
    display: block;
}

.feedback label {
    padding: 20px 0 7px;
}

.feedback input,
.feedback textarea {
    width: 100%;
    padding: 11px;
    color: #fff;
    border: 1px solid #5c79a3;
    background: #1e3964;
}

.feedback textarea {
    height: 174px;
}

.feedback .required-hint {
    padding-top: 30px;
}

.feedback input[type=submit] {
    display: inline-block;
    margin-top: 30px;
    width: auto;
    padding: 10px 27px;
    border: 2px solid #fff;
    font-size: 11px;
    text-transform: uppercase;
}

.feedback input[type=submit]:hover {
    color: #5c79a3;
    border: 2px solid #5c79a3;
}

.feedback .error {
    border-color: #ff0000;
}

.feedback p {
    padding-top: 20px;
}

.ymap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 400px;
    right: 0;
    width: auto;
    height: auto;
}

@media only screen and (max-width:799px) {
    .feedback__map {
        min-height: auto;
    }
    .feedback {
        width: 100%;
        max-width: 380px;
    }
    .ymap {
        position: initial;
        margin-top: 20px;
        width: 100%;
        height: 300px;
    }
}

footer {
    background: #1e3a64;
    padding: 20px 0;
    white-space: nowrap;
    font-size: 13px;
    -ms-flex-positive: 0;
    flex-grow: 0
}

footer a {
    color: #fff
}

footer .icon-item a:hover,
footer .icon-item i:hover {
    color: #557aa8
}

footer .icon-item i {
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 15px
}

footer .icon-item i.fa-facebook {
    background: #fff;
    color: #557aa8;
    padding: 1px 4px 1px
}

footer .icon-item i.fa-instagram {
    background: #fff;
    color: #557aa8;
    padding: 1px 2px 1px
}

footer .telefon {
    width: auto;
    font-size: 22px;
    display: block;
}

footer .dostavka {
    text-align: right;
    margin-top: 10px;
    width: 100%;
    padding-right: 13px;
}

@media only screen and (max-width: 600px) {
    footer .dostavka {
        width: auto;
        padding-left: 15px;
    }
}

footer .copy,
footer .icon-item {
    display: inline-block;
}

footer .icon-item {
    margin-left: 50px;
}

footer .copy__item,
footer .lang__item {
    padding-bottom: 10px;
    font-size: 16px;
}

footer .copy__item:last-child,
footer .lang__item:last-child {
    padding-bottom: 0;
}

.footer-wrap .col {
    width: 240px;
    text-align: center;
}

.footer-wrap .col:first-child {
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -ms-flex-align: center;
    align-items: center;
}

.footer-wrap .col:last-child {
    text-align: right;
}

@media only screen and (max-width:1260px) {
    .header-bottom .simple-menu__item {
        font-size: 12px;
    }
}

@media only screen and (max-width:1080px) {
    .head-group,
    .head-menu,
    .telefon {
        width: auto
    }
    .header-bottom .simple-menu__item,
    .header-top {
        font-size: 11px
    }
}

@media only screen and (max-width:1023px) {
    .header-bottom .simple-menu__item,
    .header-top {
        font-size: 10px
    }
}

@media only screen and (max-width:992px) {
    .main-img {
        padding: 80px 15px
    }
}

@media only screen and (max-width:959px) {
    .header-bottom .simple-menu__item,
    .header-top {
        font-size: 9px
    }
}

@media only screen and (max-width:900px) {
    .header-bottom .simple-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .header-bottom .simple-menu__item:after {
        display: none
    }
    .header-bottom .simple-menu__item {
        padding-bottom: 10px
    }
}

@media only screen and (max-width:810px) {
    .main-img {
        padding: 60px 15px
    }
}

@media only screen and (max-width:800px) {
    .footer-wrap .col {
        width: auto;
    }
}

@media only screen and (max-width:768px) {
    .header-top .header-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .head-group .lang {
        font-size: 11px
    }
    .main-content>* {
        font-size: 12px;
        line-height: 18px;
    }
    .main-content h1,
    .main-content .h1 {
        font-size: 30px
    }
    .main-content h2,
    .main-content .h2 {
        font-size: 20px
    }
    .main-content p.first {
        padding: 20px 0
    }
    .main-content .submenu li {
        font-size: 9px;
    }
    .news .type-3 {
        margin: 10px 0;
    }
    .publications .title-3,
    .publications .button {
        font-size: 14px;
    }
}

@media only screen and (max-width:720px) {
    footer .copy__item,
    footer .lang__item {
        font-size: 14px;
    }
    footer .telefon {
        font-size: 20px;
    }
}

@media only screen and (max-width:640px) {
    main {
        /*background: url(../images/main-bg.jpg) no-repeat 50% 10%;*/
        background: none;
    }
    .wrapper {
        display: block;
    }
    .main-img {
        height: 260px;
    }
    .main-content .submenu li {
        padding: 10px 7px;
    }
}

@media only screen and (max-width:600px) {
    .footer-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .col {
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    footer .col:first-child {
        -ms-flex-order: -1;
        order: -1;
    }
    footer .col:last-child {
        -ms-flex-order: 0;
        order: 0;
    }
    footer .telefon {
        display: inline-block;
        margin: 20px 100px 0;
    }
    footer .icon-item {
        margin-left: 30px;
    }
}

@media only screen and (max-width:550px) {
    .main-content {
        padding: 20px;
		position:relative;
    }
    .main-content h1,
    .main-content .h1 {
        font-size: 24px
    }
    .main-content p.first {
        padding: 10px 0
    }
}

@media only screen and (max-width:390px) {
    .main-img {
        padding: 15px
    }
    .footer-wrap {
        -ms-flex-align: initial;
        align-items: initial;
    }
    .footer-wrap .col:first-child {
        display: block;
    }
    footer .icon-item {
        display: block;
        margin: 10px 0 0;
    }
    footer .telefon {
        margin: 0;
    }
}

@media only screen and (max-width:380px) {
    .header-bottom .simple-menu.hidden .simple-menu__item {
        font-size: 14px
    }
}

@media only screen and (max-width:360px) {
    .head-menu .simple-menu__item {
        margin-right: 5px
    }
    .header-bottom img {
        width: 100px;
        max-width: 100px;
        height: auto;
    }
}

@media only screen and (max-width:320px) {
    .head-group .head-call,
    .head-menu {
        display: none
    }
    .toggle-mnu {
        display: block
    }
    .header-bottom .simple-menu {
        display: none
    }
    .header-bottom .simple-menu__item {
        padding-bottom: 0;
    }
}

@media only screen and (min-width:321px) {
    .header-bottom .simple-menu.hidden {
        display: none !important;
    }
}


/* INNER STUFF */

#pdf_pres {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -19px 0;
}

#pdf_pres a {
    padding: 10px 19px;
    flex: 0 0 25%;
    max-width: 300px;
}

#pdf_pres a img {
    display: block;
    width: 100%;
    border: 6px solid #fff;
}

@media only screen and (max-width:952px) {
    #pdf_pres a {
        flex: 0 0 33%;
    }
}

@media only screen and (max-width:640px) {
    #pdf_pres a {
        flex: 0 0 50%;
    }
}

@media only screen and (max-width:320px) {
    #pdf_pres a {
        flex: 0 0 100%;
    }
}

.news {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*-ms-flex-pack: justify;
    justify-content: space-between;*/
    margin: 20px -10px 0;
}

.news .item {
    margin: 0 10px 30px;
    width: 280px;
    min-height: 340px;
    padding: 4px 4px 20px;
    text-align: center;
    background: #fff none repeat scroll 0 0;
}
.news.chitms .item{
	margin-bottom:0;
}
.main-content .news .item p {
    padding: 0;
}

.news .thumb {
    margin: 0 0 15px;
}

.news .thumb img {
    display: block;
    max-width: 100%;
}

.news .date-3 {
    padding: 0 5px;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}

.news .text-3 {
    padding: 0 5px;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 5px;
}

.news .type-3 {
    display: inline-block;
    padding: 0 6px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    background: #848484;
}

.news .title-3 {
    margin: 0 0 5px;
    padding: 0 5px;
    color: #274067;
    font-size: 18px;
}

.pager {
    text-align: center;
}

.inner .main-content .article h2 {
    margin-top: 30px;
}

.inner .main-content .article p {
    padding: 10px 0;
}

.article .date {
    padding-top: 10px;
}

.article .news__back {
    color: #274067;
}

.article .news__back:hover {
    color: #848484;
}

.article .pdf {
    margin-bottom: 20px;
}

.article .photos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0;
}

.article .photos a {
    margin: 0 13px 30px;
}

.article .photos img {
    border: 1px solid #949393;
    padding: 4px;
}

.leftimg {
    float: left;
    margin: 10px 20px 10px 0;
}

.rightimg {
    float: right;
    margin: 10px 0 10px 20px;
}

@media only screen and (max-width:860px) {
    .leftimg,
    .rightimg {
        float: none;
        display: block;
        margin: 10px auto;
        max-width: 100%;
    }
}

@media only screen and (max-width:600px) {
    .leftimg,
    .rightimg,
    .article img.leftimg,
    .article img.rightimg {
        margin: 10px -40px;
        max-width: 100vw;
    }
}

@media only screen and (max-width:550px) {
    img.leftimg,
    img.rightimg,
    .article img.leftimg,
    .article img.rightimg {
        margin: 10px -20px;
    }
}

#chModal .feedback {
    margin: 0;
    padding: 0;
    width: auto;
    max-width: 380px;
    text-align: left;
    color: #666;
    background: none;
}

#chModal .feedback h2 {
    margin-top: 0;
    color: #666;
    font-size: 24px;
    line-height: 28px;
}

#chModal .feedback input,
#chModal .feedback textarea,
#chModal .feedback label {
    display: block;
}

#chModal .feedback label {
    padding: 20px 0 7px;
    color: #666;
}

#chModal .feedback input,
#chModal .feedback textarea {
    width: 100%;
    padding: 11px;
    color: #666;
    line-height: 20px;
    border: 1px solid #5c79a3;
    background: none;
}

#chModal .feedback input.error,
#chModal .feedback textarea.error {
    border: 1px solid #ff0000;
}

#chModal .feedback textarea {
    height: 174px;
}

#chModal .feedback input[type=submit] {
    display: inline-block;
    margin-top: 30px;
    width: auto;
    padding: 10px 27px;
    border: 2px solid #666;
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
}

#chModal .feedback input[type=submit]:hover {
    color: #5c79a3;
    border: 2px solid #5c79a3;
}

@media only screen and (max-width:480px) {
    #chModal .feedback label {
        color: #666;
        padding: 10px 0 5px;
    }
    #chModal .feedback input,
    #chModal .feedback textarea {
        padding: 5px;
    }
    #chModal .feedback textarea {
        height: 144px;
    }
    .feedback .required-hint {
        padding-top: 20px;
    }
    #chModal .feedback input[type="submit"] {
        margin-top: 20px;
    }
}

.contact {
    float: left;
    width: 50%;
    padding: 0 10px 10px 0;
}

@media only screen and (max-width:550px) {
    .contact {
        width: 100%;
        padding-bottom: 0;
    }
    .contact:last-of-type {
        padding-bottom: 20px;
    }
}

.projects {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px -5px 0;
}

.projects.aleft {
    -ms-flex-pack: left;
    justify-content: left;
}

.projects .item {
    margin: 0 5px 30px;
    width: 282px;
    padding: 6px 6px 20px;
    text-align: center;
    background: #fff none repeat scroll 0 0;
}

.main-content .projects .item p {
    padding: 0;
}

.projects img {
    display: block;
    margin: 0 0 15px;
    max-width: 100%;
}

.projects .text-3 {
    padding: 0 5px;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 5px;
}

.projects .title-3 {
    margin: 0 0 5px;
    padding: 0 5px;
    color: #274067;
    font-size: 18px;
}

.otz-cit {
    text-align: left;
    margin: 20px 0;
    font-weight: normal;
}

.otz-cit .ffo {
    float: left;
    background: #fff;
    padding: 6px;
    margin-right: 30px;
}

.otz-cit .ffo img {
    display: block;
}

.otz-cit .cit {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
}

.main-content .otz-cit p {
    padding: 14px 0;
}

.otz-cit .name {
    color: #274067;
    font-size: 24px;
    margin-top: 0;
}

.revi {
    float: right;
    margin-bottom: 30px;
}

.revi a {
    color: #274067;
    margin-left: 10px;
}

.review__form {
    margin: 0 auto;
    max-width: 530px;
    text-align: center;
}

.review__form h2 {
    margin-bottom: 15px;
}

.review__form form {
    text-align: left;
}

.frm_area_set,
.frm_txt_fld {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #848484;
    color: #656464;
    margin: 0 10px 0 0;
    padding: 3px 5px;
}

.frm_txt_fld {
    height: 36px;
}

.frm_txt_set {
    width: 330px;
}

.frm_area_set {
    height: 100px;
    width: 330px;
}

.alr_exst_msg,
.frm_cmn_msg,
.frm_subm_set,
.frm_div {
    padding-bottom: 14px;
}

.frm_lbl_set {
    color: #848484;
    display: inline-block;
    padding: 4px 8px 4px 0;
    text-align: right;
    line-height: 28px;
    width: 136px;
}

.frm_fld_set {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 350px;
}

.frm_fld_set .frm_lbl_set {
    width: auto;
}

.frm_cmn_msg,
.frm_subm_set {
    padding-left: 136px;
    text-align: left;
}

.frm_rel_itm label {
    display: block;
    vertical-align: top;
}

.frm_rel_itm label input {
    position: relative;
    top: 2px;
}

.review__form .error {
    border: 1px solid #ff0000;
}

.review__form input[type="submit"] {
    border: 2px solid #666;
    color: #666;
    display: inline-block;
    font-size: 11px;
    padding: 10px 27px;
    text-transform: uppercase;
    width: auto;
}

.review__form input[type="submit"]:hover {
    color: #5c79a3;
    border: 2px solid #5c79a3;
}

@media only screen and (max-width:530px) {
    .otz-cit {
        margin: 0;
    }
    .otz-cit .cit {
        font-size: 15px;
        line-height: 20px;
    }
    .otz-cit .name {
        font-size: 20px;
    }
    .frm_lbl_set {
        width: 96px;
    }
    .frm_cmn_msg,
    .frm_subm_set {
        padding-left: 96px;
    }
    .frm_fld_set {
        width: calc(100% - 100px);
    }
    .frm_txt_set,
    .frm_area_set {
        width: 100%;
    }
}

@media only screen and (max-width:440px) {
    .otz-cit .ffo {
        float: none;
        display: inline-block;
    }
}

.gallery2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto 50px;
}

.gallery2 .item {
    display: inline-block;
    margin: 0 10px 30px;
    width: 298px;
    padding: 4px;
    text-align: center;
    font-size: 14px;
    background: #fff none repeat scroll 0 0;
}

.gallery2 a {
    display: block;
    color: #666;
}

.gallery2 a:hover {
    color: #274067;
}

.gallery2 img {
    display: block;
}

.gallery2 .item p {
    padding: 5px 0;
}

.gallery-brands {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto 50px;
    align-items: center;
}

.gallery-brands .item {
    position: relative;
    margin: 0 10px;
    width: 170px;
    height: 150px;
    /*border: 1px solid #949393;*/
}


/*.gallery-brands .item:before {
    position: absolute;
    left: 4px;
    top: 4px;
    height: 160px;
    width: 160px;
    background: #e6e6e6 none repeat scroll 0 0;
    content: "";
    }*/

.gallery-brands .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.brand_logo_block {
    margin: 20px 0;
}

.brand_logo_block img {
    display: block;
    float: left;
    margin: 0 20px 20px 0;
    padding: 4px;
    border: 1px solid #949393;
}

.brand_logo_block .brand_text p {
    padding-top: 0;
}

.gallery-brands-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.gallery-brands-text>* {
    width: 33%;
}

@media only screen and (max-width: 540px) {
    .brand_logo_block img {
        float: none;
    }
    .gallery-brands-text>* {
        width: 50%;
    }
}

.blos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 980px;
}

.blo {
    width: 490px;
    max-width: 100%;
    padding-bottom: 30px;
    text-align: center;
}

.blo a {
    color: #274067;
    font-size: 32px;
    font-weight: normal;
    text-decoration: underline;
}

.blo a:hover {
    color: #707070;
    text-decoration: none;
}

.blo a img {
    margin: 20px auto 10px;
    padding: 5px;
    max-width: 100%;
    border: #707070 1px solid;
}

.blo p {
    margin: 0 auto;
    width: 350px;
    color: #666;
    line-height: 20px;
}

.breadcrumbs {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
}

ul.breadcrumbs>li {
    float: left;
    padding: 0 15px 0 0;
    color: #274067;
    font-size: 10px;
}

ul.breadcrumbs>li:after {
    content: none;
}

ul.breadcrumbs>li a {
    color: #666;
}

ul.breadcrumbs>li a:hover {
    color: #274067;
}

.publications .item {
    margin: 20px 0;
}

.publications .item p {
    padding: 5px 0;
}

.article img {
    max-width: 100%;
}

.gallery-old-new {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 980px;
}

.gallery-old-new .item {
    width: 490px;
    height: auto;
    max-width: 100%;
    padding: 0 32px 10px;
    text-align: center;
}

.gallery-old-new .item>a {
    display: block;
    margin: 20px auto 10px;
    padding: 5px;
    border: #707070 1px solid;
}

.gallery-old-new .item img {
    display: block;
    max-width: 100%;
    height: auto;
}

.gallery-old-new .item p {
    margin: 0 auto;
    color: #666;
    line-height: 20px;
}

.text__content .gallery-old-new .item p {
    padding: 0;
}

.compare {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.compare>img:first-child {
    display: none;
}

.compare .sliding+img {
    display: block;
}

.compare .sliding {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    border-right: 1px solid #ccc;
}

.compare .sliding img {
    width: auto;
    height: 100%;
    max-width: none;
}

#chContent .compare {
    position: absolute;
    height: 100%;
}

#chContent .compare .sliding {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

#chContent .news-anons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 150px;
}

#chContent .news-anons p {
    padding: 20px 0 0;
    color: #666;
    line-height: 20px;
}

#chContent .news-anons p.title {
    color: #274067;
    font-size: 18px;
    line-height: 24px;
}

#chContent .news-anons img {
    position: relative;
}

#chContent .news-anons .photo img {
    margin-right: 20px;
}

#chContent .news-anons .inner {
    width: 345px;
}

@media (max-width: 640px) {
    #chContent .news-anons {
        flex-wrap: wrap;
        max-width: 354px;
    }
    #chContent .news-anons img {
        max-width: 100%;
    }
    .blo p {
        width: 100%;
    }
}


/* CATALOG */

.cat-gal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px -5px 0;
}

.cat-gal .item {
    margin: 0 7px 30px;
    width: 282px;
    padding: 6px 6px 20px;
    text-align: center;
    background: #fff;
}

@media (max-width: 550px) {
    .cat-gal .item {
        width: 45%;
    }
}

.cat-gal .item.item-r {
    background: #cfcecc;
}

.main-content .cat-gal .item p {
    padding: 0;
}

.cat-gal img {
    display: block;
    margin: 0 0 15px;
    max-width: 100%;
}

.cat-gal .text-3 {
    padding: 0 5px;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 5px;
}

.cat-gal .title-3 {
    margin: 0 0 5px;
    padding: 0 5px;
    color: #274067;
    font-size: 18px;
}

.catalog__wrapper {
    margin-top: 45px;
}

.catalog__menu {
    float: left;
    margin-top: 5px;
    width: 300px;
}

.catalog__menu ul {
    display: block;
    width: 280px;
    text-transform: uppercase;
    white-space: nowrap;
}

.catalog__menu ul li {
    display: block;
    margin: 0 -1px -1px 0;
    padding: 15px 15px 15px 20px;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    border: 1px solid #d2d2d0;
}

.catalog__menu ul li:after {
    content: none;
}

.catalog__menu ul li a {
    color: #666;
}

.catalog__menu ul li a:hover {
    color: #274067;
}

.catalog__menu ul li.active {
    background-color: #1e3964;
    border-color: #1e3964;
    color: #fff;
}

.catalog__menu ul li.active a,
.catalog__menu ul li.active a:hover {
    color: #fff;
}

.catalog__menu ul li.catalog-submenu {
    padding: 0 40px;
    border-top: none;
}

.catalog__menu ul li.catalog-submenu ul {
    width: auto;
}

.catalog__menu ul li.catalog-submenu ul li {
    padding: 10px 15px 10px 0;
    font-size: 10px;
    border: none;
    border-bottom: 1px solid #d2d2d0;
}

.catalog__menu ul li.catalog-submenu ul li.catalog-submenu {
    padding: 0 0 0 20px;
}

.catalog__menu ul li.catalog-submenu ul li.active,
.catalog__menu ul li.catalog-submenu ul li.active a {
    color: #1e3964;
    background: none;
}

.catalog__menu+.catalog__content {
    float: left;
    width: calc(100% - 300px);
}

.inner .catalog__content h1,
.inner .catalog__content .h1,
.inner .catalog__content h2,
.inner .catalog__content .h2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #666;
}

.filters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 5px 0 30px;
    font-weight: bold;
    text-transform: uppercase;
}

h1+form .filters,
.h1+form .filters {
    margin-top: 20px;
}

.filters>* {
    margin-bottom: 10px;
}

.filters .select {
    width: 180px;
    padding: 5px 11px;
    font-size: 10px;
    line-height: 20px;
    background: #fff;
    border: 1px #d2d3d1 solid;
    cursor: pointer;
}

.filters .select i {
    float: right;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}

.filters label {
    font-size: 10px;
    line-height: 30px;
}

.filters input[type=checkbox] {
    float: left;
    margin: 8px 6px 8px 0;
    width: 14px;
    height: 14px;
}

.filters button {
    width: 180px;
    padding: 5px 0;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #1e3a64;
    border: none;
}

.filters button:hover {
    background: #264a80;
}

.search {
    position: relative;
    margin: 5px 0 25px;
}
.catalog_search{
	margin: 20px 0;
	margin-bottom:0;
    
}
.search .hint {
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 381px;
    max-width: calc(100% - 113px);
    min-width: 280px;
    padding: 5px;
    font-size: 14px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #d2d3d1;
}

.search .hint a {
    display: block;
    font-size: 14px;
    line-height: 22px;
}

h1+.search,
.h1+.search {
    margin-top: -10px;
}

.search input[type=text] {
    margin-right: 23px;
    width: 381px;
    max-width: calc(100% - 113px);
    height: 32px;
    padding: 5px;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #d2d3d1;
    border-radius: 0;
    background-color: #fff;
}

@media (max-width: 480px) {
    .search input[type=text] {
        font-size: 12px;
    }
}

.search button {
    width: 90px;
    padding: 5px 0;
    vertical-align: top;
    font-size: 10px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #1e3a64;
    border: none;
}

.catalog__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px -10px 0;
}

.catalog__items.countries {
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 10px;
}

.catalog__items~.text__content {
    margin-top: 30px;
}

.catalog__item {
    position: relative;
    margin: 0 10px 20px;
    width: 280px;
    font-weight: bold;
    background: #fff;
}

.catalog__item .item__link {
    color: #666;
}

.catalog__item .item__link:hover {
    color: #274067;
}

.catalog__item .item__image {
    width: 100%;
    height: 187px;
    background: url(../images/default_list.jpg) no-repeat center / cover;
}

.item__name {
    padding: 15px 16px 0;
    font-size: 14px;
    line-height: 20px;
}

.item__status {
    /*padding: 15px 16px 0;
    font-size: 14px;
    line-height: 20px;*/
    padding: 12px 16px 0;
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
}

.countries .item__name {
    padding: 15px 16px;
    text-align: center;
}

.item__price {
    padding: 12px 16px 0;
    font-size: 18px;
    line-height: 22px;
}

.item__price .special_price {
    display: inline-block;
    margin-left: 10px;
    font-size: 0.9em;
    color: #E87A1E;
}

.item__noprice {
    padding: 12px 16px 0;
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
}

.item__noprice span,
.item__status span {
    color: #007C32;
}

.item__ishit,
.item__issale,
.item__isspecial,
.item__isnew {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 13px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
    background: #007C32;
    pointer-events: none;
}

.item__ishit {
    background: #128B8B;
}

.item__issale {
    background: #E81E1E;
}

.item__isspecial {
    background: #E87A1E;
}

.item__consult {
    display: inline-block;
    margin: 0;
    padding: 5px 14px;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    border: 2px solid #1e3964;
    cursor: pointer;
	background:#1e3964;
	
}

.item__consult:hover {
    color: #666;
	background:none;
}

.item__select,
.item__order {
    display: block;
    margin: 16px 16px 20px;
    padding: 5px 0;
    font-size: 10px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #1e3a64;
    cursor: pointer;
}

.item__select:hover {
    background: #264a80;
}

.item__order {
    background: #848684;
}

.item__order:hover {
    color: #fff;
    background: #999;
}

.item__select i {
    display: inline-block;
    margin-right: 3px;
}

.catalog__content .show__more-wrap {
    margin: 35px 0 95px;
}

.ajaxcatalog+.show__more-wrap {
    margin: 35px 0 55px;
}

.catalog__content .show__more {
    padding: 9px 75px;
}

.catalog__content .pagination {
    text-align: center;
}

.catalog__content .pagination>* {
    display: inline-block;
    margin: 0 3px;
}

.catalog__content p {
    padding-top: 0;
}

.line {
    margin: 0 0 50px;
    height: 1px;
    padding: 0;
    background: #d2d2d0;
}

.add2cart {
    width: 390px;
    color: #666;
    font-weight: bold;
    text-align: left;
}

.add2cart h2 {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
}

.cart__item {
    padding: 30px 0;
}

.cart__item a {
    color: #666;
}

.cart__item a:hover {
    color: #274067;
}

#chContent .cart__item img {
    position: relative;
    float: left;
    margin-top: 2px;
    width: 71px;
    height: auto;
}

.cart__item .item__name,
.cart__item .item__status,
.cart__item .item__price {
    float: left;
    width: 295px;
    padding: 0 0 0 20px;
}

.cart__item .item__name {
    font-size: 18px;
}

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

.cart__item .item__name,
.cart__item .item__status {
    padding-bottom: 8px;
}

.add2cart button {
    padding: 5px 18px;
    font-size: 10px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #1e3a64;
    border: none;
}

.add2cart button.link__cart {
    background: #E87A1E;
}

.add2cart button.link__cart:hover {
    background: #f29b52;
}

.add2cart button:hover {
    background: #264a80;
}

.add2cart .link__cart {
    float: right;
}

@media (max-width: 479px) {
    .add2cart {
        margin: 0 -30px;
        width: auto;
    }
    .add2cart h2 {
        font-size: 14px;
        line-height: 18px;
    }
    .cart__item .item__name,
    .cart__item .item__status,
    .cart__item .item__price {
        width: calc(100% - 71px);
    }
    .add2cart .cart__buttons {
        text-align: center;
    }
    .add2cart .link__close {
        float: none;
        margin-top: 10px;
    }
}

.cart-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.cart {
    flex-grow: 1;
    margin-right: 20px;
    min-width: 280px;
}

.cart .cart__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    min-height: 100px;
    background: #fff;
}

.cart__row .item__pic {
    display: block;
    max-width: 150px;
}

.cart__row .item__info {
    flex: 1 0;
    min-width: 240px;
    font-weight: bold;
}

@media (max-width: 639px) {
    .cart .cart__row {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .cart__row .item__info {
        -webkit-order: 3;
        order: 3;
    }
}

.cart__row .item__name,
.cart__row .item__status,
.cart__row .item__price,
.cart__row .item__noprice {
    padding-left: 20px;
}

.cart__row .item__name {
    font-size: 18px;
}

.cart__row .item__price,
.cart__row .item__noprice {
    padding-bottom: 20px;
}

.cart__row .item__count {
    flex-shrink: 0;
    margin-left: auto;
    width: 150px;
    padding: 18px 20px;
}

@media (max-width: 359px) {
    .cart__row .item__count {
        width: 120px;
    }
}

.item__count input {
    display: block;
    width: 48px;
    padding: 5px;
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    border: 1px solid #d2d2d2;
}

.item__count i {
    float: right;
    width: 18px;
    height: 18px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    border-radius: 10px;
    background: #ff0100;
    cursor: pointer;
}

.cart .send2self button {
    float: left;
    margin: 10px 0 20px;
    padding: 5px 40px;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    background: #1e3a64 none repeat scroll 0 0;
    border: none;
}

.cart .send2self button:hover {
    background: #264a80;
}

.cart .send2self input {
    display: none;
    float: left;
    margin: 10px 0 0 10px;
    width: 200px;
    padding: 4px 5px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #d2d2d2;
}

.cart .send2self input.error {
    border-color: #ff0000;
}

.cart button i {
    display: inline-block;
    margin-right: 5px;
}

.order-form-wrapper {
    flex-shrink: 0;
    width: 280px;
    padding: 16px 20px 30px;
    border: 1px solid #d2d2d2;
}

#chContent .order-form-wrapper {
    width: 350px;
    color: #666;
}

#chContent .order-form label {
    font-size: 12px;
}

@media (max-width: 470px) {
    #chContent .order-form-wrapper {
        width: 280px;
    }
    #chModal {
        padding-right: 35px;
        padding-left: 35px;
    }
}

.order-form h2 {
    margin: 0 -20px;
    padding: 0 20px 16px;
    border-bottom: 1px solid #d2d2d2;
}

.order-form input,
.order-form textarea,
.order-form label {
    display: block;
}

.order-form label {
    padding: 15px 0 5px;
    font-size: 10px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.order-form input,
.order-form textarea {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #d2d2d2;
}

.order-form textarea {
    height: 100px;
    line-height: 18px;
}

.order-form .required-hint {
    padding-top: 30px;
}

.order-form input[type=submit] {
    margin-top: 30px;
    padding: 5px 40px;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    background: #1e3a64 none repeat scroll 0 0;
    border: none;
}

.order-form input[type=submit]:hover {
    background: #264a80;
}

.order-form .error {
    border-color: #ff0000;
}

.order-form p {
    padding-top: 20px;
}

.submenu-form,
.submenu-form {
    display: none;
}

@media (max-width: 1023px) {
    .catalog .simple-menu.submenu,
    .catalog__menu {
        display: none;
    }
    .catalog .catalog__content {
        float: none;
        width: 100%;
    }
    .catalog .submenu-form {
        display: block;
    }
    .submenu-form .select2-container {
        margin: 0 20px 20px 0;
        width: 190px !important;
    }
    .submenu-form .select2-container .select2-selection--single {
        height: 40px;
        border: 1px #d2d3d1 solid;
        border-radius: 0;
        background: none;
    }
    .submenu-form .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 9px 40px 9px 13px;
        font-size: 11px;
        line-height: 20px;
        font-weight: bold;
        text-transform: uppercase;
        color: #848684;
    }
    .submenu-form .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 40px;
        height: 38px;
        border-left: 1px #d2d3d1 solid;
    }
    .submenu-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #666 transparent transparent;
    }
    .submenu-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #666;
    }
    .submenu-dropdown.select2-dropdown {
        background: #efefed;
        border: 1px solid #d2d3d1;
    }
    .submenu-dropdown .select2-results__option {
        padding: 9px 11px;
        font-size: 11px;
        line-height: 20px;
        color: #848684;
        font-weight: bold;
        text-transform: uppercase;
        background: none;
    }
    .catalog__wrapper {
        margin-top: 0;
    }
    .select2-container {
        width: 130px !important;
    }
}

@media (max-width: 720px) {
    .filters label {
        width: 130px;
    }
}

@media (max-width: 659px) {
    .catalog__item {
        width: 220px;
    }
    .simple-menu.submenu,
    .simple-menu.submenu2 {
        display: none;
    }
    .submenu-form {
        display: block;
        margin: 0 -10px;
    }
    .submenu-form .select2-container {
        margin: 0 10px 20px;
        width: calc(50% - 22px) !important;
    }
}

@media (max-width: 499px) {
    .catalog__item {
        width: 45%;
    }
    .catalog__item .item__image {
        width: 100%;
        height: 102px;
    }
    /*.submenu-form .select2-container {
    width: 190px !important;
    }*/
}

@media (max-width: 419px) {
    .catalog__item {
        width: 43%;
    }
}

@media (max-width: 479px) {
    /*.submenu-form .select2-container {
    width: 280px !important;
    }*/
}

.item__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 0 60px;
}

.catalog__content .line {
    margin-bottom: 45px;
}

@media (max-width: 768px) {
    .catalog__content .line {
        margin-bottom: 35px;
    }
}

.item__content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.item__content .active img {
    width: 100%;
}

.item__content .item__photoes {
    position: relative;
    margin-right: 20px;
    max-width: 100%;
    width: 380px;
    text-align: center;
}

.item__content .item__photoes>a {
    display: none;
}

.item__content .item__photoes .active {
    display: block;
    position: relative;
}

.item__content .item__photoes .active .zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 1px solid #c6c6c6;
    outline-offset: -8px;
}

.item__content .item__photoes .active .zoom img {
    width: auto;
    position: absolute;
    left: 17px;
    bottom: 17px;
}

.item__content .item__photoes .loading {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.item__content .item__photoes-previews {}

.item__content .item__photoes-previews img {
    float: left;
    margin: 20px 20px 0 0;
    cursor: pointer;
}

.item__content .item__photoes-previews img:last-child {
    margin-right: 0;
}

.item__content .item__info {
    flex: 1 0 0%;
    min-width: 200px;
}

.item__content .item__info .line {
    margin: 15px 0;
}

.item__content .item__info .item__stock {
    font-size: 14px;
    line-height: 18px;
}

.item__content .item__info .not-available {
    color: #d84941;
}

.item__content .item__info .item__price,
.item__content .item__info .item__noprice {
    padding: 10px 0 10px;
}

.item__content .item__select,
.item__content .item__order {
    display: inline-block;
    margin: 10px 0 20px 10px;
    padding: 5px 14px;
}

.item__content .item__facing {
    margin-right: -20px;
}

.item__content .item__facing p {
    padding: 5px 0 0;
    font-size: 14px;
    line-height: 18px;
}

.item__content .item__facing img {
    float: left;
    margin: 20px 20px 0 0;
}

@media (max-width: 679px) {
    .item__info {
        margin-top: 20px;
    }
}

.cart__widget {
    float: right;
    margin-top: 20px;
    font-size: 10px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 550px) {
    .cart__widget {
        margin-top: 15px;
    }
}


/* interior */

.interior__wrapper {
    margin-top: 0;
}

.interior__menu {
    float: left;
    margin-top: 0;
    width: 250px;
}

.interior__menu ul {
    display: block;
    width: 240px;
    text-transform: uppercase;
    white-space: nowrap;
}

.interior__menu ul li {
    display: block;
    margin: 0 -1px -1px 0;
    padding: 15px 15px 15px 20px;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    border: 1px solid #d2d2d0;
}

.interior__menu ul li:after {
    content: none;
}

.interior__menu ul li a {
    color: #666;
}

.interior__menu ul li a:hover {
    color: #274067;
}

.interior__menu ul li.active {
    background-color: #1e3964;
    border-color: #1e3964;
    color: #fff;
}

.interior__menu ul li.active a,
.interior__menu ul li.active a:hover {
    color: #fff;
}

.interior__menu+.interior__content {
    float: left;
    width: calc(100% - 250px);
}

.interior__content .gallery2 {
    margin-top: 0;
}

.interior__content .gallery2 .item {
    margin: 0 5px 30px;
}

@media (max-width: 1023px) {
    .interior__content,
    .interior__menu+.interior__content {
        float: none;
        margin-top: 20px;
        width: 100%;
    }
    .interior__menu {
        display: none;
    }
    .interior__submenu {
        display: block;
    }
}

.email-form {
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 0;
}

.catalog__wrapper>.catalog__content>.email-form {
    margin-top: -30px;
}

.email-form input[type=text] {
    width: 250px;
}

@media (max-width: 480px) {
    .email-form input[type=text] {
        width: 125px;
    }
}


/*.main-content > .search {
    margin: 20px 0 25px;
    }*/


/*.catalog__content > .search {
    margin: -20px 0 25px;
    }*/

.img-right {
    float: right;
    padding: 0 0 10px 10px;
	max-width:500px!important;
}

@media (max-width: 800px) {
    .img-right {
        max-width: 300px !important;
        padding: 0 0 10px 10px;
    }
}

@media (max-width: 600px) {
    .img-right {
        max-width: 100% !important;
        float: inherit;
    }
    .item-country {
        width: 44%;
    }
}

.country-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -10px 0;
}

.item-country {
    margin: 0 10px 30px;
    width: 280px;
    padding: 4px 4px 20px;
    text-align: center;
    background: #fff none repeat scroll 0 0;
}
.catalog_bottom .item-country {
	margin-bottom:0;
}
.item-country .thumb {
    margin: 0 0 15px;
}

.item-country .thumb img {
    max-width: 100%;
}

.item-country .title-3 {
    color: #274067;
    font-size: 18px;
}

@media (max-width: 600px) {
    .item-country {
        width: 44%;
    }
    .catalog_mob .news .item {
        display: none;
    }
    .catalog_mob .news .item:first-child {
        display: block;
    }
}


/*tabs tovary*/

.tabs-container {
    margin-bottom: 30px;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
}

.main-content .tabs>li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    content: "";
}

.main-content .tabs>li {
    padding-left: 25px;
}

.tabs li:first-child {
    border-right: none;
}

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

.tabs li {
    padding: 10px 25px;
    border: 1px solid #d2d2d0;
}

.tabs li a {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
}

.tabs li.active {
    background: #dfdfde;
    border-bottom: 1px solid #dfdfde;
}

.tabs li:hover {
    background: #dfdfde;
}

.tabs li a:hover {
    color: #274067;
}

.tabs-content {
    position: relative;
    z-index: 2;
}

.tabs-content p {
    padding-bottom: 0;
}

.tabs-panel {
    display: none;
}

.tabs-panel.active {
    display: block;
    padding: 20px;
    background: #dfdfde;
    margin-bottom: 20px;
}

.tabs-panel p+div {
    margin-top: 15px;
}

@media screen and (max-width: 480px) {
    .tabs li {
        width: 50%;
        text-align: center;
    }
}

.text-2 p {
    padding: 10px 0;
}

.contact-item {
    display: flex;
}

.socseti {
    display: flex;
}

.socseti img {
    width: 25px;
    margin-right: 10px;
}

.content-new .submenu {
    margin-bottom: 20px;
}

.mebel-new {
    justify-content: center;
}

.countries ul {
    margin-left: 10px;
}

.country-item {
    margin: 1.5em 0;
    padding: 0;
    column-gap: 1em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}

.item-spisok {
    display: inline-block;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media only screen and (min-width: 400px) {
    .country-item {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 700px) {
    .country-item {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 900px) {
    .country-item {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 1100px) {
    .country-item {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (max-width: 560px) {
    .item-spisok {
        width: 100%;
    }
}

.filters a {
    text-transform: capitalize;
    border-bottom: 1px dashed;
    margin-right: 15px;
    font-size: 14px;
}

.filters a:hover {
    border-bottom: 1px dashed #efefed;
    color: #264a80;
}

@media screen and (max-width: 480px) {
    .filters button {
        margin-top: 10px;
    }
}

.cs-placeholder {
    display: none;
}

@media screen and (max-width: 3550px) {
    .cs-placeholder {
        display: block;
        width: 100%;
        padding: 0 0 0 60px;
        text-align: left;
        font-size: 16px;
        line-height: 48px;
        border: 0;
        background-color: #fff;
        background-image: url(/images/2019/equalazer.svg);
        background-repeat: no-repeat;
        background-position: 20px center;
        background-size: 20px 18px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-bottom: 10px;
        border: 1px #d2d3d1 solid;
        cursor: pointer;
    }
    .filters {
        display: none;
        margin-bottom: 0;
    }
    .filters.active {
        display: flex;
    }
    .filters-mob {
        /* margin-bottom: 25px; */
    }
    .button-filters {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
    }
}

form[name="filters"] {
    height: 100%;
}

.filters-mob {
    margin-top: -70px;
    float: right;
    min-width: 15vw;
}

.filters-mob.on {
    margin-top: -30px;
}

.cs-placeholder {
    padding-right: 20px;
}

@media screen and (max-width: 768px) {
    .filters-mob.on {
        margin-top: -20px;
    }
}

@media screen and (max-width: 725px) {
    .filters-mob {
        margin-top: -65px;
    }
    .filters-mob.on {
        margin-top: -20px;
    }
}

@media screen and (max-width: 630px) {
    .filters-mob {
        margin-top: -65px;
    }
}

.catalog__items {
    min-width: 100%;
}


/*  */

@media screen and (max-width: 630px) {
    .cs-placeholder {
        display: block;
        width: 100%;
        padding: 0 0 0 60px;
        text-align: left;
        font-size: 16px;
        line-height: 48px;
        border: 0;
        background-color: #fff;
        background-image: url(/images/2019/equalazer.svg);
        background-repeat: no-repeat;
        background-position: 20px center;
        background-size: 20px 18px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-bottom: 10px;
        border: 1px #d2d3d1 solid;
        cursor: pointer;
    }
    .filters {
        display: none;
        margin-bottom: 0;
    }
    .filters.active {
        display: flex;
    }
    .filters-mob {
        margin-top: -20px;
        float: initial;
        margin-bottom: 25px;
    }
    .button-filters {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
    }
}

.menu-mobile {
    display: none;
}

@media screen and (max-width: 550px) {
    .menu-laptop {
        display: none;
    }
    .menu-mobile {
        display: block;
        position: relative;
    }
	.menu-mobile1{
		display:block;
	}
    .menu-mobile1 .menu-btn {
        position: absolute;
        width: 45px;
        height: 45px;
        right: 22px;
        top: 9px;
        border: 1px solid;
        background: #274067;
    }
    .menu-mobile1 .menu-btn span {
        display: block;
        position: absolute;
        top: 19px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 20px;
        height: 3px;
        background: #fff;
    }
    .menu-mobile1.menu-btn span {
        transition: background 0.3s;
    }
    .menu-mobile1 .menu-btn.on span {
        background: transparent;
    }
    .menu-mobile1 .menu-btn span:before,
    .menu-mobile1 .menu-btn span:after {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        height: 3px;
        background: #fff;
        content: "";
    }
    .menu-mobile1 .menu-btn span:before {
        top: -8px;
    }
    .menu-mobile1 .menu-btn span:after {
        bottom: -8px;
    }
    .menu-mobile1 .menu-btn span:before,
    .menu-mobile1 .menu-btn span:after {
        transition: all 0.3s;
    }
    .menu-mobile1 .menu-btn.on span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menu-mobile1 .menu-btn.on span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .header-menu {
        background: #1e3a64;
        padding: 10px 20px;
        height: 67px;
        display: flex;
        align-items: center;
    }
    .header-menu .telefon a {
        color: #fff;
    }
    .menu-mobile .sidebar {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: fixed;
        z-index: 10;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
    }
    .menu-mobile .sidebar {
        overflow-x: hidden;
        overflow-y: scroll;
        width: 100%;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    }
    .menu-mobile .sidebar {
        width: 100%;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .menu-mobile .sidebar.on {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .menu-mobile .sidebar .menu {
        font-size: 16px;
        position: relative;
        color: #1e3a64;
        height: 100vh;
    }
    .menu-mobile .sidebar .menu li {
        position: static;
		display:flex;
		justify-content: space-between;
		border-bottom: 1px solid #eee;
		margin:0 25px;
		padding-left: 0;		
    }
	.menu-mobile .sidebar .menu li.back{
		margin:0;
		padding-left:25px;
	}
    .menu-mobile .sidebar .menu li a,
    .menu-mobile .sidebar .menu li span {
        display: block;
        position: relative;
        padding: 11px 20px 13px;
        color: #1e3a64;
    }
    .menu-mobile .sidebar .menu li a,
    .sidebar .menu li span {
        display: block;
        position: relative;
        padding: 11px 20px 13px;
    }
    .menu-mobile .sidebar .menu li:after {
        display: block;
        margin: 0 20px;
        border-bottom: 1px solid #1e3a64;
        content: "";
    }
    .menu-mobile .sidebar .menu li ul,
    .menu-mobile .sidebar .menu li ul li ul {
        display: none;
        position: absolute;
        z-index: 11;
        left: 100%;
        top: 0;
        margin: 0;
        width: 100%;
        background: #fff;
    }
    .menu-mobile .sidebar .menu li ul,
    .menu-mobile .sidebar .menu li ul li ul {
        display: block;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    }
    .menu-mobile .sidebar .menu li ul,
    .menu-mobile .sidebar .menu li ul li ul {
        width: 100%;
        font-size: 14px;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    .menu-mobile .sidebar .menu li:after,
    .menu-mobile .sidebar .menu ul.on li:after,
    .menu-mobile .sidebar .menu li ul li.parent:after,
    .menu-mobile .sidebar .menu li ul li ul li:after {
        content: "";
        border-bottom: 1px solid #eee;
    }
    .menu-mobile .sidebar .menu li ul.on,
    .menu-mobile .sidebar .menu li ul li ul.on {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
		height:100vh;
		background:#fff;
    }
    .menu-mobile .sidebar .menu .back {
        font-size: 15px;
        font-weight: 500;
    }
    .menu-mobile .sidebar .menu li ul li:after {
        content: none;
    }
    .menu-mobile .sidebar .menu li ul li.back:after {
        content: "";
    }
    .menu-mobile ul>li:after {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        content: "â€”";
    }
    .menu-mobile .sidebar .menu .fa {
        margin-top: 6px;
        color: #1e3a64;
        font-size: 12px;
        transition: inherit;
    }
    .menu-mobile .sidebar .menu .fa-chevron-left {
        position: absolute;
        left: 0px;
        top: 8px;
        bottom: 0;
        color: #1e3a64;
        font-size: 13px;
    }
    .menu-mobile .sidebar .menu .fa-chevron-right {
        float: right;
    }
    .menu-mobile .sidebar .sidebar .menu .fa {
        font-size: 14px;
    }
    .menu-mobile .close-menu {
        position: absolute;
        width: 50px;
        height: 50px;
        right: 10px;
        top: 15px;
        z-index: 9999;
    }
    .menu-mobile .close-menu span {
        display: block;
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 30px;
        height: 2px;
        background: #1e3a64;
    }
    .menu-mobile .sidebar .close-menu span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menu-mobile .sidebar .close-menu span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-mobile .sidebar .close-menu span:before,
    .menu-mobile .sidebar .close-menu span:after {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        content: "";
    }
}

.text_over {
    margin-top: -20px;
    margin-bottom: 20px;
}

.tabs-link {
    margin-top: 20px;
}
.tabs-link1 {
    margin-top: 20px;
}
.tabs-link .simple-menu__item {
    cursor: pointer;
}

.tabs-link .simple-menu__item.active {
    cursor: auto;
}

.tabs-cont {
    display: none;
}

.tabs-cont.active {
    display: block;
}

.text__content {
    padding-bottom: 20px;
}

.tabs-contanier {
    margin-bottom: -15px;
}

.main-content .gallery {
    padding-top: 15px;
}

.find-price-n {
    display: flex;
}

.item__noprice-find {
    margin-left: 10px;
    color: red;
    cursor: pointer;
}

@media screen and (max-width: 550px) {
    .hidden_mob {
        display: none;
    }
}

.gallery_news .item {
    min-height: 245px;
}


/*.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}
.select2-container .select2-search--inline {
    float: left
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}
.select2-results {
    display: block
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}
.select2-results__option[aria-selected] {
    cursor: pointer
}
.select2-container--open .select2-dropdown {
    left: 0
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.select2-search--dropdown {
    display: block;
    padding: 4px
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}
.select2-search--dropdown.select2-search--hide {
    display: none
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}
.select2-container--default .select2-results__option[role=group] {
    padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}
.select2-container--classic .select2-dropdown--below {
    border-top: none
}
.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}
.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
	
}*/

.img_news_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.img_news_flex img {
    width: 350px;
    margin-bottom: 10px;
}

.material_flex {
    column-count: 2;
    column-gap: 0;
    margin-bottom: 25px;
}

.material_items {}

.catalog__content .delivery h2 {
    font-size: 20px;
}

@media (max-width: 479px) {
    .add2cart .link__cart {
        float: none;
        margin-left: 10px;
    }
}

.sort_block {
    /*margin-top: -20px;*/
    margin-bottom: 30px;
}

.sort_block a {
    margin: 0 15px;
}

.sort_block a span {
    border-bottom: 1px dashed;
    font-size: 13px;
    font-weight: 700;
    color: #274067;
}

.sort_block a:hover span {
    cursor: pointer;
    border-bottom: 1px dashed #efefed;
}

.sort_block a .asc:before {
    content: '↑';
}

.sort_block a .desc:before {
    content: '↓';
}

@media (max-width: 600px) {
    .sort_block {
        margin-top: -10px;
        margin-bottom: 40px;
    }
	.sort_block a {
		margin: 0 5px;
	}
	.sort_block a span{
		font-size: 11px;
	}
}

.interior_galery .gallery2 {
    margin-bottom: 0;
}

.interior_galery .gallery2 .item {
    width: initial;
    height: initial;
    max-width: 560px;
    /*max-height: 500px;*/
}

.interior_galery .gallery2.right {
    float: right;
}

.on_page_galereia_v_moskve .gallery2 {
    margin-bottom: 0;
    margin-top: 15px;
}

.catalog__content .interior_list {
    margin-top: -20px;
    margin-bottom: -40px;
}


/* .catalog__item .item__price.old{
    text-decoration: line-through;
    color: gray;
}
.item__info .item__price.old{
    text-decoration: line-through;
    color: gray;
} */

.item__price.new {
    color: #274067;
}

.item__price.old .discount {
    margin-left: 10px;
    background: aliceblue;
    padding: 5px 10px;
    color: #274067;
}

.item__price.old .price {
    text-decoration: line-through !important;
    color: gray;
}

#adminForm .old_price span {
    text-decoration: line-through !important;
    color: gray;
}

.cart_prices {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

.cart_prices .item__price {
    padding-bottom: 0;
}

.catalog_category {
    display: flex;
    flex-wrap: wrap;
    /* column-count: 4; */
    justify-content: center;
}

.catalog_category a {
    display: block;
    color: #666;
}

.catalog_category .item {
    margin: 0 5px 30px;
    display: inline-block;
    margin: 0 10px 30px;
    width: 23%;
    padding: 4px;
    text-align: center;
    font-size: 14px;
    background: #fff none repeat scroll 0 0;
    min-width: 270px;
}

.catalog_category .item img {
    width: 100%;
}

.catalog_category .item p {
    padding: 5px 0;
}

.main-content .tabs-contanier .submenu2 li {
    line-height: 25px;
}

.catalog_anchor {
    cursor: pointer;
}

@media (max-width: 550px) {
    .catalog_mob .simple-menu.submenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .main-content .submenu li {
        padding: 10px 20px;
    }
    .main-content .submenu .simple-menu__item {
        width: 33.333%;
        text-align: center;
        padding: 10px 0;
    }
}


/*подвал new каталог*/

.catalog_footer {
    background: #1e3a64;
    padding: 30px 0;
    font-size: 13px;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.footer_main_c {}

.footer_main_c,
.main_footer {
    display: flex;
    flex-wrap: wrap;
}

.footer_main_c {
    padding-bottom: 0px;
}

.footer_item {}

.footer_main_c h4 {
    padding: 0;
    margin: 0 0 21px;
    line-height: 24px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.footer_item:first-child {
    width: 75%;
}

.main_footer ul {
    width: 25%;
    margin: 0;
    padding: 0 20px 0 0;
    list-style: none;
    line-height: 18px;
    font-size: 14px;
}

.main_footer ul li ul {
    width: 100%;
}

.main_footer ul li {
    color: #8795af;
}

.main_footer ul li a {
    color: #8795af;
    text-decoration: none;
}

.main_footer li {
    line-height: 25px;
}

.head_name {
    font-weight: bold;
}

.main_footer ul.height_ul {
    margin-top: 8px;
}

.main_footer a:hover {
    color: #fff;
}

.left_footer ul {
    width: 100%;
    padding-right: 0;
}

.left_footer {
    height: 90%;
}

.left_footer .telefon {
    font-size: 17px;
    margin-top: 10px;
}

.end_self {
    align-self: flex-end;
}

.hidden_desc {
    display: none;
}

@media (max-width: 767px) {
    .main_footer ul {
        width: 50%;
    }
    .footer_item:first-child {
        width: 100%;
        margin-bottom: 30px;
    }
    .main_footer.left_footer ul {
        width: 50%;
    }
    .hidden_mob {
        display: none;
    }
    .footer_item {
        width: 100%;
    }
    .end_self {
        align-self: flex-start;
    }
    .hidden_desc {
        display: block;
    }
}

@media screen and (max-width: 725px) {
    .sort_block {
        margin-top: 0px;
    }
}

@media screen and (max-width: 499px) {
    .item__price.old .discount {
        margin-left: 0px;
        padding: 5px 5px;
        font-size: 12px;
    }
    .item__price {
        font-size: 14px;
        line-height: 20px;
    }
    .catalog__items {
        margin: 5px -20px 0;
    }
    .country-main {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 20px -17px 0;
    }
}

@media screen and (max-width: 359px) {
    .item__price {
        font-size: 13px;
        line-height: 20px;
    }
    .item__price.old .discount {
        margin-left: 0px;
        padding: 5px 5px;
        font-size: 10px;
    }
}

.asset_actions {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}

.btn_asset_ac {
    border: 1px solid #999;
    color: #999;
    padding: 0 6px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 14px;
    margin-bottom: 10px;
    font-size: 13px;
}

.btn_asset_ac.active {
    border: 1px solid #666;
    color: #666;
}

.btn_asset_ac.active:hover {
    border: 1px solid #999;
    color: #999;
}

.btn_asset_ac:hover {
    border: 1px solid #666;
    color: #666;
}

.btn_asset_ac:last-child {
    margin-right: 0;
}

.btn_asset_ac:before {
    color: inherit;
    width: 22px;
    line-height: 11.9px;
    font-family: FontAwesome;
}

.icon-heart-on:before {
    content: "\f004";
}

.icon-folder2_plus:before {
    content: "\f07b";
}

.icon-share:before {
    content: "\f1e0";
}

.new-string {
    display: none;
    width: 100%;
}

@media screen and (max-width: 787px) {
    .btn_asset_ac {
        padding: 8px 10px;
    }
    .new-string {
        display: block;
    }
}

.interior_galery .gallery2 .big_foto {
    max-width: 100%;
}

.country_catalog__menu.owl-theme .item {
    display: block;
    margin: 0 0 0 0;
    padding: 15px 15px 15px 20px;
    font-weight: bold;
    /* border: 1px solid #d2d2d0; */
    background: white;
    min-height: 272px;
    max-width: 380px;
    width: 100%;
}

.country_catalog__menu {
    margin-bottom: 20px;
}

.country_catalog__menu .item__name {
    font-size: 18px;
    text-align: center;
}

.catalog__items .ajax_show_more_wrap {
    width: 100%;
}

.ajax_show_more_wrap {}

.country_catalog__menu .catalog-menu__item img {
    /* width: 100%; */
    width: initial !important;
    height: 187px;
    margin: auto;
}

.country_catalog__menu.without-carousel {
    display: flex;
    width: 100%;
    justify-content: center;
}

.country_catalog__menu.without-carousel .item {
    margin: 0 10px;
}

.country_catalog__menu.without-carousel a {
    display: grid;
}

.country_catalog__menu.without-carousel img {
    justify-self: center;
}


/* @charset "UTF-8"; */


/* line 1, insales.ui.swiper.css */

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}


/* line 1, insales.ui.swiper.css */

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}


/* line 1, insales.ui.swiper.css */

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 0;
    right: auto;
}


/* line 1, insales.ui.swiper.css */

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}


/* line 1, insales.ui.swiper.css */

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}


/* line 1, insales.ui.swiper.css */

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 0;
    left: auto;
}


/* line 1, insales.ui.swiper.css */

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}


/* line 1, insales.ui.swiper.css */

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}


/* line 1828, _layout.scss */

[data-slider-controls] {
    display: flex !important;
    justify-content: center;
}


/* line 1831, _layout.scss */

[data-slider-controls] [data-slider-prev],
[data-slider-controls] [data-slider-next],
[data-slider-controls] [data-slider-prev1],
[data-slider-controls] [data-slider-next1] {
    position: relative;
    height: 60px;
    width: 60px;
    /*border: 3px solid #000000;*/
    background: transparent;
    outline: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 20px;
    /*opacity: 0.3; */
}


/* line 1844, _layout.scss */

[data-slider-controls] [data-slider-prev].is-disabled,
[data-slider-controls] [data-slider-next].is-disabled,
[data-slider-controls] [data-slider-prev1].is-disabled,
[data-slider-controls] [data-slider-next1].is-disabled {
    opacity: 0.1;
}


/* line 1846, _layout.scss */

[data-slider-controls] [data-slider-prev].is-disabled:hover,
[data-slider-controls] [data-slider-next].is-disabled:hover,
[data-slider-controls] [data-slider-prev1].is-disabled:hover,
[data-slider-controls] [data-slider-next1].is-disabled:hover {
    /*background: transparent;*/
    /* border: 3px solid #000000; */
}


/* line 1850, _layout.scss */

[data-slider-controls] [data-slider-prev].is-disabled:hover svg path,
[data-slider-controls] [data-slider-next].is-disabled:hover svg path,
[data-slider-controls] [data-slider-prev1].is-disabled:hover svg path,
[data-slider-controls] [data-slider-next1].is-disabled:hover svg path {
    fill: #000000;
}


/* line 1856, _layout.scss */

[data-slider-controls] [data-slider-prev]:hover,
[data-slider-controls] [data-slider-next]:hover,
[data-slider-controls] [data-slider-prev1]:hover,
[data-slider-controls] [data-slider-next1]:hover {
    /*background: #645F58;*/
    border: none;
}


/* line 1861, _layout.scss */

[data-slider-controls] [data-slider-prev]:hover svg path,
[data-slider-controls] [data-slider-next]:hover svg path,
[data-slider-controls] [data-slider-prev1]:hover svg path,
[data-slider-controls] [data-slider-next1]:hover svg path {
    fill: #fff;
}

.slider-control-desktop span {
    color: #274067;
}

.slider-control-desktop {
    position: relative;
    width: 100%;
}

.slider-control-desktop .block-subcategories_slider_prev {
    position: absolute;
    left: -75px;
    right: auto;
    z-index: 2;
    top: 5px;
    height: 272px;
    margin: 0;
    width: 75px;
    background: #777;
    opacity: 0.15;
}

.slider-control-desktop .block-subcategories_slider_next {
    position: absolute;
    right: -75px;
    z-index: 2;
    top: 5px;
    height: 272px;
    margin: 0;
    width: 75px;
    background: #777;
    opacity: 0.15;
}

@media screen and (max-width: 1359px) {
    .country_catalog__menu.owl-theme .item {
        max-width: 100%;
        width: 100%;
    }
    .slider-control-desktop .block-subcategories_slider_prev {
        left: 0px;
        opacity: 0.15;
    }
    .slider-control-desktop .block-subcategories_slider_next {
        right: 0px;
        opacity: 0.15;
    }
}

@media screen and (max-width: 767px) {}

.country_catalog__menu .owl-nav {
    display: none;
}

.next_svg {
    transform: rotate(180deg);
}

.slider-control-desktop span img {}

.galery_main_brands_chars {
    display: flex;
	flex-wrap:wrap;
}

.galery_main_brands_chars .char {
    margin: 10px;
}

.galery_main_brands_chars .active {
    text-decoration: underline;
    font-weight: 600;
}

.galery_main_brands_chars .enabled {
    cursor: pointer;
    color: #274067;
}

.galery_main_brands .ajax_show_more_wrap {
    width: 100%;
    margin-top: 20px;
}

.asset_share_list ul li {
    padding: 0;
    list-style-type: none!important;
}

.asset_share_list ul li::after {
    content: none;
}

.asset_share_list {
    display: none;
    z-index: 2;
    position: absolute;
    margin-top: 190px;
    background-color: white;
    padding: 5px;
    margin-left: -10px;
}

.product_carousel {
	margin-top:20px;
	
}
.main-content .blos{
	margin-top:20px;	
}
.main-content h1 a{
	display: block;
	margin-top:20px;
}


.searched_product_not_found_form_body .input_block {
    margin: 10px 0 10px 0;
}
.searched_product_not_found_form .send_form{
    margin: 0 0 0 auto;
    display: flex;
}


.searched_product_not_found_form{
	    padding: 40px;
    background: #fff;
	margin-top:18px;
}
#h2formname{
	margin-bottom:20px;
}

.searched_product_not_found_form  input, .searched_product_not_found_form  textarea {
    width: 100%;
    padding: 11px;
    color: #666;
    line-height: 20px;
    border: 1px solid #5c79a3;
    background: none;
}
.terms_agree input{
	width:auto;
}
.required-hint {
	margin:20px 0;
}

.searched_product_not_found_form .send_form {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: auto;
	background: #1e3a64;
	color:#fff;
}
.bg_white{
	background:#fff;
	color:#000;
}   

.flex_form_input_main{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.flex_form_input_main .input_block{
	margin-right:20px;
	width:31.333%;
}
.flex_form_input_main .input_block:last-child{
	margin-right:0px;
}
@media screen and (max-width: 767px) {
	.flex_form_input_main .input_block{
	margin-right:0px;
	width:100%;
}
	
}
.flex_img{
	display:flex;
	justify-content:Center;
	flex-wrap:wrap;
}
.flex_img img{
	margin:10px;
}

.new_search_block{
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 0 20px;
	flex-wrap:wrap;
}
.brand_search_new{
	margin-top:20px;
	margin-left:60px;
	margin-bottom:0px;
}
@media screen and (max-width: 767px) {
	.brand_search_new{
		margin-top:20px;
		margin-left:0px;
		margin-bottom:0px;
	}
	.country_catalog__menu .catalog-menu__item img{
		display: block;
		max-width: 58%;
		width: 100% !important;
		height: auto;
		margin: auto;
	}
	.tityl_country_new .slider-control-desktop .block-subcategories_slider_prev{
		height: 221px;
	}
	.tityl_country_new .slider-control-desktop .block-subcategories_slider_next{
		height: 221px;
	}
	.tityl_country_new .country_catalog__menu.owl-theme .item{
		min-height: 221px;
	}
	.new_search_block .search input[type=text]{
		width:220px;
	}
}
.relative_div{
	position:relative;
}
.link_menu_m{
	position: absolute;
	width:30%;
	height:42px;
	padding:0!important;
	right:0;
}
.li_parent{
	position:relative;
	display:flex;
	justify-content: space-between;
}

.menu-mobile .sidebar .menu .fa-chevron-right{
	margin-top:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	margin-right:25px;
}
@media (max-width: 360px) {
	.item__name, .item__status, .item__price {
		padding: 5px 10px 0;
		font-size: 12px;
	}
	.item__name{
		min-height:50px;
	}
	.catalog__items{
		margin-top:15px;
	}
	.tabs li a{
		font-size:13px;
	}
	.item__content .item__photoes{
		margin-bottom:15px;
	}
}
#lightgallery_interior1{
	    margin: 30px -10px 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1220px;
}
#lightgallery_interior1 img{
	margin: 0 10px 20px;
	height:400px;
}
.flex_poisk_new{
	float:right;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	margin-top: 20px;
}
.flex_poisk_new .search {
    position: relative;
    margin: 0;
}
.flex_poisk_new .cart__widget{
	float:inherit;
	display:block;
	margin-top: 0px;
	margin-left:20px;
}
@media (max-width: 1023px) {
	.flex_poisk_new .search input[type=text]{
		width:100%;
	}
}
@media (max-width: 767px){
	.flex_poisk_new{
		float:initial;
		justify-content: flex-start;
	}
}
.h1_none{
	display:none;
}
@media (max-width: 1300px){
	.country_catalog__menu {
		max-width:1024px;
		margin: 5px auto 0;
		float: initial;
	}
}
@media (max-width: 1279px){
	.country_catalog__menu {
		max-width:792px;
		margin: 5px auto 0;
		float: initial;
	}
	.country_catalog__menu .catalog-menu__item img{
		width:100%!important;
		height:auto;
	}
}
@media (max-width: 1023px){
	.country_catalog__menu {
		max-width:525px;
		margin: 5px auto 0;
		float: initial;
	}
}	

.Spoiler .Spoiler__ShowMore,
.Spoiler .Spoiler__Hide{
    text-decoration: underline;
}
.Spoiler .Spoiler__ShowMore:hover,
.Spoiler .Spoiler__Hide:hover{
    cursor:pointer;
    color: #274067;
}
.catalog__content .Spoiler{
    margin-bottom: 20px;
}