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

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

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

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

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}


/*reset to defaults*/
*{margin:0px; padding:0px; -webkit-appearance: none; box-sizing: border-box;}

ul{list-style:none;}

table{border-collapse: collapse; border-spacing: 0;}
p img {position:relative; top: 4px;}
hr {border:0; background:0; height:1px; overflow:hidden;}
a,a:visited {text-decoration:underline; cursor: pointer;}
a:hover {text-decoration:none;}

.content .noborder_ ,.content .noborder_ td {border:0 !important;}
.content .noborder, .content .noborder td, .content .noborder th {border:0;}

.content table.zero, .content table.zero td, .content table.zero tr {border:0;background:0;padding:0;}

.zero table, .zero table td, .zero table tr {border:0;background:0;padding:0px;}

.content table.nopad, .content table.nopad td, .content table.nonad tr {padding:0px;}
.nonad table,.nonad table td,.nonad table tr {padding:0px;}

.content table.nobord, .content table.nobord td, .content table.nobord tr {border:0px;}
.nobord table, .nobord table td, .nobord table tr {padding:0px;}

strong { font-weight: 700; }

img{max-width:100%;}
img.zero {border:0 !important; margin:0;}img.nobord {border:0 !important;}
img.align_left {margin-right:16px;margin-left:0px;margin-bottom:3px;margin-top:0px;}
img.align_right {margin-left:16px;margin-right:0px;margin-bottom:3px;margin-top:0px;}
img.align_none {margin-bottom:0px;}
img.icon {border: none;}

.nopad_ {padding:0 !important;} .nomarg_ {margin:0 !important;}
.nopad {padding:0;} .nomarg {margin:0;}
.nopad_1u > * {padding:0 !important;}
.nomarg_1u > * {margin:0 !important;}

input,
textarea,
button { box-sizing: border-box; }
textarea { resize: none; }
button { cursor:pointer; }

#ctrlcopy {
    color: transparent;
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
/*/reset to defaults*/
/* <class> */

.cb  { clear:both; }
.dn  { display:none; }
.dni { display:none !important; }
.db  { display:block; }
.di  { display:inline; }
.dib { display:inline-block; }
.dt  { display:table; }
.dt > div { display:table-cell; }
.dtc { display:table-cell; }
.fl  { float:left; }
.fr  { float:right; }
.fn  { float:none; }

.mc  	{ margin-left:auto; margin-right:auto; }
.top 	{ vertical-align:top; }
.middle { vertical-align:middle; }
.bottom { vertical-align:bottom; }
.left 	{ text-align:left !important; }
.right 	{ text-align:right !important; }
.center { text-align:center !important; }
.cm     { text-align:center !important; vertical-align: middle !important; }

.fix { position: fixed; }
.abs { position: absolute; }

.bold { font-weight:bold; }
.norm { font-weight:normal; }
.ital { font-style:italic; }
.medium { font-weight:500; }
.tt_upp { text-transform: uppercase; }
.tt_low { text-transform: lowercase; }

.ws_nw 	{ white-space:nowrap; }
.ws_no  { white-space: normal; }

.oh { overflow: hidden; }

.w100pr { width: 100%; }
.w50pr  { width: 50%; }

.bs_b { box-sizing: border-box; }
.half { float: left; box-sizing: border-box; width: 50%; }
.p0 { padding: 0; }
.brnn,:hover .brnn { border: none !important; }

.light {font-weight: 300;}
.regular {font-weight: 400;}
.bold {font-weight: 700;}

.show { display: block; }
.hide {display: none; }
.hiden { display: none !important; }

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

/* </class> */

@font-face {
    font-family: 'Segoe ui emoji'; 	/* имя шрифта для CSS правил */
    src: local("Segoe ui emoji.ttf"), 	/* проверяем наличие шрифта в ОС пользователя */
    url('../fonts/Segoe_ui_emoji.ttf') format('truetype'); 	/* если шрифт не установлен, тогда загружаем его по указанному пути */
}


/*!
 *  Font Awesome 4.7.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-webfont.eot?v=4.7.0');
	src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
	url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
	url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
	url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
	url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal
}
.fa {display:inline-block;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;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;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-remove:before,.fa-close: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-gear:before,.fa-cog: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-rotate-right:before,.fa-repeat: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-photo:before,.fa-image: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-warning:before,.fa-exclamation-triangle: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-gears:before,.fa-cogs: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-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars: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-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard: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-unlink:before,.fa-chain-broken: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-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw: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-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try: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-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap: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-pp: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-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-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-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-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-soccer-ball-o:before,.fa-futbol-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-shekel:before,.fa-sheqel:before,.fa-ils: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-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator: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: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-stop-o:before,.fa-hand-paper-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-tv:before,.fa-television: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"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}



@font-face {
    font-family: 'Montserrat-Light';
    src: local("Montserrat-Light.ttf"),
    url('../fonts/Montserrat-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-LightItalic';
    src: local("Montserrat-LightItalic.ttf"),
    url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: local("Montserrat-Regular.ttf"),
    url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Italic';
    src: local("Montserrat-Italic.ttf"),
    url('../fonts/Montserrat-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: local("Montserrat-Medium.ttf"),
    url('../fonts/Montserrat-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-MediumItalic';
    src: local("Montserrat-MediumItalic.ttf"),
    url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Thin';
    src: local("Montserrat-Thin.ttf"),
    url('../fonts/Montserrat-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-ThinItalic';
    src: local("Montserrat-ThinItalic.ttf"),
    url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: local("Montserrat-Bold.ttf"),
    url('../fonts/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-BoldItalic';
    src: local("Montserrat-BoldItalic.ttf"),
    url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: local("Montserrat-SemiBold.ttf"),
    url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-SemiBoldItalic';
    src: local("Montserrat-SemiBoldItalic.ttf"),
    url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
}




@font-face {
    font-family: rouble; 		/* имя шрифта для CSS правил */
    src: local("rouble"), 		/* проверяем наличие шрифта в ОС пользователя */
    url(../fonts/rouble.otf); 	/* если шрифт не установлен, тогда загружаем его по указанному пути */
}
.ruble {
	font-family: rouble;
   	font-style: normal;
}
.catalog_table .ruble {
	position: relative;
	left: -1px;
	top: 0px;
}

.logo img, .logo a:hover img {
	width: 100%;
	display: block;
	border: none;
}

/* /reset.css */

/* template */

html { height: 100%; }
body {
	min-width: 320px;
	height: 100%;
	position: relative;
	background: repeat center top url(../assets/images/fon_site.png);
}
.container {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}
header {
	flex-grow: 0;
	width: 100%;
	background: #fff;

}

header.top_fix  {
	position: fixed;
	z-index: 600;
	left: 0px;
	top: 0px;
}

header.gen {
	border-bottom: 0.1rem solid #e4e4e4;
}
.content_space {
	width: 100%;
	flex-grow: 1;
	background: #fff;
}
.page_top {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f6f6f6;
}

.page_container {
	padding-top: 35px;
	padding-bottom: 85px;
    opacity: 0.0;
}
.page_container.page_container_viz {
    opacity: 1.0;
    transition: opacity: 1.0 400ms linear;
}

footer {
	flex-grow: 0;
	width: 100%;
}
.content_wrap {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 40px 20px;
}

.content { margin: 0px; padding: 0px; }



/* /template */

/* wrapper */
.wrapper {
    width: 100%;
    max-width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .wrapper {
        max-width: 1024px;
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media screen and (max-width: 992px) {
    .wrapper {
        max-width: 768px;
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media screen and (max-width: 768px) {
    .wrapper {
        max-width: 576px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 576px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* wrapper end */


/* content */
html {
		font-size: 10px;
		line-height: 1.35;
}
body {
		color: #333333;
		font-size: 1.4rem;
		font-weight: 300;
		font-family: 'Montserrat-Regular', sans-serif;
}

.h1, h1, .h2, h2, h3, h4, h5, h6 {
	line-height: 1.15;
	font-family: 'Montserrat-SemiBold', sans-serif;
	font-weight: 400;
}
.h1, h1 {
	font-size: 2.4rem;
	margin: 0 0 1.0em;
	color: #2a9f30;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
.page_top h1 {
    margin: 0;
}

.popAp .h1:before, .popAp h1:before {
	display: none;
}
.h1.left {
	text-align: left;
}

@media screen and (max-width: 790px) {
	.h1, h1 {
		text-align: center;
	}
}


.h2, h2 {
		font-size: 2.2rem;
		margin: 1.3em 0 1.0em;
	 	color: #2a9f30;
}
h3 {
		font-size: 2.0rem;
		margin: 0.81em 0;
		color: #2a9f30;
}
h4 {
		font-size: 1.8rem;
		margin: 1.05em 0;
		color: #2a9f30;
}
h5 {
		font-size: 1.6rem;
		margin: 1.375em 0;
		color: #2a9f30;
}
h6 {
		font-size: 1.4rem;
		margin: 1.78em 0;
		color: #2a9f30;
}

.contenta, .content a:hover, .content a:visited {
		color: #007dbd;
}
a.email, a.email:hover, a.email:visited {
		color: #000000;
}
p {
		margin: 1em 0;
		text-align: justify;
}
p:last-child {
		margin: 1em 0 0;
}
p:first-child {
		margin: 0em 0 0;
}

.content ul, .content ol {
		margin: 0.8em 0 0.8em 2px;
		line-height: 1.3;
		padding: 0 0 0 0em;
}
.content li {
		position: relative;
		padding: 0 0 0 1.5em;
		margin-bottom: 10px;
}
.content li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 7px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #262626;

}
.table_wrap {
	overflow-x: auto;
}

table tr{
    background: #fff;
}
table tr:nth-child(2n +1) {
    background:#efefef;
}
.content table {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width:100%;
}
.content table th,
.content table thead td {
    background: #dedede;
    color: #2a9f30;
}
.content table td,.content table th {
    padding:18px 31px;
    border:1px solid #d0d0d0;
}


.border, .content img, .mapa_pro {
		border: 1px solid #cdcdcd;
        height: 380px;
}
.border_hover, .content a:hover img {
		border: 1px solid #e32a30;
}
.border_focus, .field:focus, .field.zap {
		border: 1px solid #c6c6c6;
}
.border_alert, .field.alert {
		border: 1px solid #d64900;
}

.content img {
		transition: border 0.2s ease-out 0.0s;
}
.content a:hover img {
		transition: border 0.2s ease-out 0.0s;
}
/* /content */

/* header */
.top_block {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
}
.top_block_left,
.top_block_right {
    display: flex;
    justify-content: space-between;
}
.top_block_left { padding-right: 25px; width: 58%; }
.top_block_right { padding-left: 25px; width: 42%; }


.logo {
    width: 100%;
    max-width: 350px;
    padding-top: 11px;
}
.logo img, .logo a:hover img {
	width: 100%;
	display: block;
	border: none;
}
header.top_fix .logo {
    max-width: 200px;
    padding-top: 7px;
}

.top_block_telefon {
    color: #2a9f30;
    font-size: 3.0rem;
    font-family: 'Montserrat-Bold',sans-serif;
    font-weight: 700;
    padding-top: 21px;
}
.top_block_telefon span {
    color: #a8a8a8;
    font-size: 2.4rem;
}
header.top_fix .top_block_telefon {
    font-size: 2.0rem;
    padding-top: 9px;
}
header.top_fix .top_block_telefon span  {
    font-size: 1.4rem;
}


a.mbt {
    color: #2a9f30;
    font-size: 3.0rem;
    font-family: 'Montserrat-Bold',sans-serif;
    font-weight: 700;
    padding-top: 21px;
    text-decoration: none;
}
a.mbt span {
    color: #a8a8a8;
    font-size: 2.4rem;
}
header.top_fix a.mbt {
    font-size: 2.0rem;
    padding-top: 9px;
}
header.top_fix a.mbt span  {
    font-size: 1.4rem;
}

@media screen and (max-width: 992px){
    a.mbt {
        font-size: 2.0rem;
        padding-top: 11px;
    }
    a.mbt span {
        color: #a8a8a8;
        font-size: 0.8em;
    }
}
@media screen and (max-width: 768px){
    a.mbt {
        font-size: 1.6rem;
    }
    a.mbt span {
        color: #a8a8a8;
        font-size: 0.8em;
    }
}


.wve { padding-top: 15px; }


.wve-1 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2px;
}
header.top_fix  .wve { padding-top: 7px; }
header.top_fix  .wve-1 { margin-bottom: -2px; }
/*header.top_fix .top_block {
    display: none;
}*/

.wv {
    width: 50px;
    margin-right: 9px;
}
.wv img:nth-child(2){
    position: relative;
    top: 1px;
}
.wv-tel {
    font-family: 'Montserrat-Regular', sans-serif;
}

.wve-2 {
    vertical-align: top;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.3rem;
}

.wve-2 img {
    margin-right: 15px;
    vertical-align: middle;
}

.wve-2 a, .wve-2 a:hover, .wve-2 a:visited {
    color: #333333;
    text-decoration: none;
}

.tb-address {
    padding-top: 16px;
    font-size: 1.4rem;
}
.tb-address-1 {
    margin-bottom: 10px;
}
header.top_fix .tb-address {
    padding-top: 7px;
}
header.top_fix .tb-address-1 {
    margin-bottom: 4px;
}
header.top_fix .top_block {
    padding-bottom: 5px;
}
a.tbi_mail_2,
a.tbi_mail_2:hover
a.tbi_mail_2:visited {
    color: #333;
}

/* header media */
@media screen and (max-width: 1200px) {
    .top_block { display: block; }
    .top_block_left { padding-right: 0px; width: 100%; margin-bottom: 10px; }
    .top_block_right { padding-left: 0px; width: 100%; }
}
@media screen and (max-width: 768px) {
    .top_block_left {
        margin-bottom: 2px;
    }
    .logo {
        max-width: 250px;
        padding-top: 11px;
    }
    .top_block_telefon {
        font-size: 2.0rem;
        padding-top: 15px;
    }
    .top_block_telefon span {
        font-size: 1.6rem;
    }

}

@media screen and (max-width: 576px) {
    .logo {
        max-width: 150px;
        padding-top: 7px;
    }
    header.top_fix .top_block_telefon,
    .top_block_telefon {
        font-size: 1.6rem;
        padding-top: 4px;
    }
    header.top_fix .top_block_telefon span,
    .top_block_telefon span {
        font-size: 1.2rem;
    }
    .tb-address, .wv-tel, .wve-2 a.tbi_mail_2 {
        display: none;
    }
    .wve {
        padding-top: 5px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .top_block_right {
        display: flex;
        justify-content: space-between;
    }
    .wv {
        margin-right: 7px;
        display: flex;
        justify-content: space-between;
        width: 49px;
        align-items: flex-start;
    }



}
/* header end */

/* menuMain */
.top_nav_cont {
    height: 52px;
}

.menuMain {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: transparent;
	position: relative;
	z-index: 1000;
	opacity: 0.0;
}
.menuMain.ready {
	opacity: 1.0;
	transition: opacity 1.3s linear;
}

.menuMain__items {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.menuMain__item.levels .menuMain__link {
	position: relative;
}




.menuMain__item {
	position: relative;
	height: 100%;
    flex-grow: 1;
}
.menuMain__item > a > span {
	border-bottom: 1px solid transparent;
	transition: border-bottom 0.16s linear 0.0s;
}


.menuMain__link, .menuMain__link:visited {
    background: #2a9f30;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.125;
	/*font-weight: 400;*/
	font-family: 'Montserrat-SemiBold', sans-serif;
	text-transform: none;
	text-decoration: none;
	white-space: nowrap;
}
.menuMain__item:hover .menuMain__link {
    background: #258f2a;
}


.menuMain__items_external {
	position: absolute;
	z-index: 250;
	right: 0px;
	top: 80px;
	width: auto;
	padding: 0px;
	background: rgb(79,93,115);
	background: linear-gradient(90deg, rgba(79,93,115,1) 0%, rgba(79,93,115,1) 30%, rgba(20,117,170,1) 70%, rgba(20,117,170,1) 100%);
	padding: 1px;
	display: none;
}
.menuMain__items_external li {
	background: #fff;
}

.menuMain__items_external .menuMain__link,
.menuMain__items_external .menuMain__link:visited {
   height: 32px;
   box-sizing: border-box;
   padding-left: 10px;
   padding-right: 10px;
   justify-content: flex-end;
   color: #007dbd;
}
.menuMain__items_external .menuMain__link span {
	border-bottom: 1px solid transparent;
	transition: border-bottom 0.16s linear 0.1s;
}

.menuMain__items_external .menuMain__link:hover span {
	border-bottom: 1px solid #007dbd;
	transition: border-bottom 0.16s linear 0.1s;
}

i.fa-ellipsis-v {
	background: #2d4875;  background: rgba(0,134,206,0.3);
	color: #fff;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0%,-50%);
	z-index: 10;
	width: 12px;
	height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 1.5rem;
}
i.fa-ellipsis-v:hover {}
i.fa-ellipsis-v {
	width: 16px;
}


.menuMain.add_external {
	padding-right: 24px;
}

.dots {
	width: 22px;
	height: 33px;
	padding-top: 15px;
	cursor: pointer;
	display: none;
}
.dots i {
	display: block;
	width: 22px;
	height: 3px;
	border-radius: 0px;
	background: #2a9f30;
	margin: 3px auto;
	position: relative;
	transition: all 0.2s linear 0.0s;
}

.dots i:nth-child(1) {
	margin-top: 0px;
}


.level_column .dots.active {
    position: fixed;
    z-index: 1200;
    margin: 0;
    left: auto;
    right: 10px;
    top: 10px;
}
.level_column .dots.active i {
	background: #a60024;
}



.dots.active i:nth-child(2) {
	opacity: 0.0;
	transition: opacity 0.2s linear 0.0s;
	display: none;
	transition: display 1s linear 0.5s;
}
.dots.active i:nth-child(1) {
	width: 22px;
	transform: rotate(45deg);
	top: 8px;
	transition: all 0.2s linear 0.0s;
}
.dots.active i:nth-child(3) {
	width: 22px;
	transform: rotate(-45deg);
	top: 2px;
	transition: all 0.2s linear 0.0s;
}


.menuMain__item li {
	position: relative;
}
.ur_2 {
	position: absolute;
	top: 52px;
	left: 0px;
	background: #fff;
	box-shadow: 3px 4px 25px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
}
.top_fix .top_nav_cont {
    height: 45px;
}

.top_fix .ur_2 {
	top: 45px;
}
.ur_2__link, .ur_3__link, .ur_4__link {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	color: #262626;
	line-height: 1.3;
	text-transform: none;
	text-decoration: none;
	cursor: pointer;
	display: block;
	position: relative;
	box-sizing: border-box;
}
.menuMain__item ul li:hover > a, .menuMain__item ul li.active > a {
	color: #f28400;
}
.menuMain__item ul li:hover > a span, .menuMain__item ul li.active > a span {
	border-bottom: 1px solid #f28400;
}



.level_ladder .ur_3, .level_ladder .ur_4, .level_ladder .ur_5 {
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.09);
}
.level_ladder .menuMain__item ul {
	box-sizing: border-box;
}
.level_ladder .ur_2 {
	left: -10000px;
	z-index: -1;
	opacity: 0.0;
	transition: opacity 0.5s linear 0.0s;
	padding: 20px 0px 40px;
	min-width: 201px;
	max-width: 380px;
}
.level_hover .menuMain__item:hover .ur_2 {
	left: 0px;
	z-index: 10;
	opacity: 1.0;
	transition: opacity 0.2s linear 0.1s;
}

.level_ladder .ur_2 {
	background: rgba(255,255,255,1.0); box-shadow: inset 15px 15px 15px rgba(0,0,0,0.06), 15px 15px 15px rgba(0,0,0,0.08);
}
.level_ladder .ur_3 {
	background: rgba(255,255,255,1.0); box-shadow: inset 15px 15px 15px rgba(0,0,0,0.06), 15px 15px 15px rgba(0,0,0,0.08);
}
.level_ladder .ur_4 {
	background: rgba(255,255,255,1.0); box-shadow: inset 15px 15px 15px rgba(0,0,0,0.06), 15px 15px 15px rgba(0,0,0,0.08);
}


.level_ladder .ur_3,
.level_ladder .ur_4{
	position: absolute;
	top: -20px;
	left: 100%;
	z-index: -1;
	opacity: 0.0;
	transition: opacity 0.5s linear 0.0s;
	padding: 20px 0px 40px;
	min-width: 202px;
	max-width: 380px;
}
.level_ladder.level_hover .ur_2 > li:hover .ur_3,
.level_ladder.level_hover .ur_3 > li:hover .ur_4 {
	z-index: 10;
	opacity: 1.0;
	transition: all 0.2s linear 0.09s;
}
.level_ladder .ur_2__link,
.level_ladder .ur_3__link,
.level_ladder .ur_4__link {
	padding: 10px 47px 12px;
}
.level_ladder li:hover .ur_2__link {
	position: relative;
	display: block;
}

/*.ur_2 > li.levels .ur_2__link:after,
.ur_3 > li.levels .ur_3__link:after,
.ur_4 > li.levels .ur_4__link:after {
	content: '\f0d7';
	font-family: FontAwesome;
	font-size: 1.6rem;
	position: absolute;
	right: 10px;
	top: 12px;
}
.ur_2 > li.levels:hover .ur_2__link:after,
.ur_3 > li.levels:hover .ur_3__link:after,
.ur_4 > li.levels:hover .ur_4__link:after {
		content: '\f0da';
}

.level_column .ur_2 > li.levels .ur_2__link:after,
.level_column .ur_3 > li.levels .ur_3__link:after,
.level_column .ur_4 > li.levels .ur_4__link:after {
	content: '\f0d7';
	font-family: FontAwesome;
	font-size: 1.6rem;
	position: absolute;
	right: -16px;
	top: 10px;
}*/

.level_column .ur_2 {
    background: #fff;
}
.level_column .ur_3 {
	background: transparent;
}
.level_column .ur_4 {
	background: transparent;
}


.level_column .menuMain__item ul {
	max-width: none;
}
.level_column .ur_3, .level_column .ur_4 {
	position: static;

}

.level_column .ur_2,
.level_column .ur_3,
.level_column .ur_4 {
	padding: 10px 10px 10px;
	box-sizing: border-box;
}

.level_column .ur_2__link,
.level_column .ur_3__link,
.level_column .ur_4__link {
	padding: 10px 0px 12px;
}

span.tm_back_arrow {
    display: none;
}

@media screen and (max-width: 992px) {
    .top_fix .top_nav_cont {
        height: 1px;
    }

    .menuMain {
        position: static;
    }

	.menuMain__items {
        display: block;
        height: auto;
		position: fixed;
		z-index: 700;
		left: -100%;
        transition: left 200ms linear;
		top: 135px;
		width: 100%;
		height: calc(100vh - 135px);
		background: #f1f1f1;
		box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
		box-sizing: border-box;
		padding-left: 25px;
		padding-right: 10px;
		padding-top: 24px;
		padding-bottom: 24px;
		overflow: auto;
        background: #2a9f30;
	}
    .top_fix .menuMain__items {
        top: 101px;
        height: calc(100vh - 101px);
    }
    .menuMain__items.active {
        left: 0%;
        transition: left 200ms linear;
    }

	.menuMain__item {
		height: auto;
		display: table;
	}

	.menuMain__link, .menuMain__link:visited  {
	    background: none;
		color: #fff;
		text-align: left;
		display: table;
		width: auto;
		padding-top: 11px;
		padding-bottom: 11px;
	}
    .menuMain__link.active, .menuMain__link:hover {
        color: #fff;
    }
    .menuMain__item:hover .menuMain__link {
        background: none;
    }

    .menuMain__item:hover > a > span,
    .menuMain__item > a.active > span {
        border-bottom: none;
    }
    /*.menuMain__item.levels:after {
        display: none;
    }*/

    i.fa-ellipsis-v {
        display: none;
    }

	.dots {
		display: block;
/*		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);*/
	}
	/*
	.menuMain .dots.active {
		position: fixed;
		z-index: 1200;
		margin: 0;
		left: auto;
		right: 10px;
		top: 30px;
	}
	.level_column .menuMain .dots.active i {
		background: #a60024;
	}
	*/

    .level_column .ur_2 {
        position: fixed;
        z-index: 10;
        left: 100%;
        transition: left 200ms linear;
        top: 135px;
		width: 100%;
		height: calc(100vh - 135px);
        background: transparent;
        box-shadow: none;
        opacity: 1.0;
        padding-left: 30px;
        padding-top: 40px;
        padding-bottom: 9px;
        width: 100%;
        background: #2a9f30;
        overflow: auto;
    }
    .top_fix .level_column .ur_2 {
        top: 101px;
        height: calc(100vh - 101px);
    }
    .level_column .ur_2.active {
        left: 0%;
        transition: left 200ms linear;
    }

    .level_column .ur_3 {
        position: fixed;
        z-index: 10;
        left: 100%;
        transition: left 200ms linear;
        top: 135px;
		width: 100%;
		height: calc(100vh - 135px);
        background: transparent;
        box-shadow: none;
        opacity: 1.0;
        padding-left: 30px;
        padding-top: 40px;
        padding-bottom: 9px;
        width: 100%;
        background: #2a9f30;
        overflow: auto;
    }
    .top_fix .level_column .ur_3 {
        top: 101px;
        height: calc(100vh - 101px);
    }
    .level_column .ur_3.active {
        left: 0%;
        transition: left 200ms linear;
    }

    .level_column .ur_4 {
        position: fixed;
        z-index: 10;
        left: 100%;
        transition: left 200ms linear;
        top: 135px;
		width: 100%;
		height: calc(100vh - 135px);
        background: transparent;
        box-shadow: none;
        opacity: 1.0;
        padding-left: 30px;
        padding-top: 40px;
        padding-bottom: 9px;
        width: 100%;
        background: #2a9f30;
        overflow: auto;
    }
    .top_fix .level_column .ur_4 {
        top: 101px;
        height: calc(100vh - 101px);
    }
    .level_column .ur_4.active {
        left: 0%;
        transition: left 200ms linear;
    }

    .top_nav_cont {
        padding-right: 0px;
        margin-left: 0px;
        position: static;
        width: 100%;
        min-width: 100%;
        height: 1px;
    }
	.ur_2 > li.levels .ur_2__link,
	.ur_3 > li.levels .ur_3__link,
	.ur_4 > li.levels .ur_4__link {
		display: table;
	}
	.ur_2 > li.ur_2__link,
	.ur_3 > li.ur_3__link,
	.ur_4 > li.ur_4__link {
		display: table;
	}
    .ur_2__link, .ur_3__link, .ur_4__link {
    	display: block;
    	font-family: 'Montserrat', sans-serif;
    	font-weight: 400;
    	font-size: 1.4rem;
    	color: #fff;
    	line-height: 1.3;
    	text-transform: none;
    	text-decoration: none;
    	cursor: pointer;
    	display: block;
    	position: relative;
    	box-sizing: border-box;
    }
    .menuMain__item ul li:hover > a, .menuMain__item ul li.active > a {
    	color: #fff;
    }
    .menuMain__item ul li:hover > a span, .menuMain__item ul li.active > a span {
    	border-bottom: 1px solid #fff;
    }


    span.tm_back_arrow {
        display: block;
        position: absolute;
        left: 24px;
        top: 0px;
        width: 30px;
        height: 20px;
        color: #fff;
        font-size: 42px;
        line-height: 1.0;
        cursor: pointer;
    }

}

@media screen and (max-width: 576px) {

    .menuMain {
        position: static;
    }

	.menuMain__items {
		top: 82px;
		height: calc(100vh - 82px);

	}
    .dots {
        padding-top: 10px;
    }

    .top_fix .menuMain__items {
        top: 83px;
        height: calc(100vh - 83px);
    }
    .level_column .ur_2,
    .level_column .ur_3,
    .level_column .ur_4 {
        top: 83px;
		height: calc(100vh - 83px);
    }
    .top_fix .level_column .ur_2,
    .top_fix .level_column .ur_3,
    .top_fix .level_column .ur_4  {
        top: 101px;
        height: calc(100vh - 101px);
    }
    .menuMain__link, .menuMain__link:visited {
        font-size: 16px;
    }
    .wve-2 img {
        margin-right: 0px;
    }

}


/* /menuMain */


/* grafslider */
.grafslider_container {
    position: relative;
    height: 451px;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}


.grafslider {

    width: 100%;
    height: 100%;
    position: relative;
}
.grafslider .grafslider_item {
        width: 1920px;;
        height: 100%;
	    position: absolute;
        top: 0px;
        left: 50%;
	    transform: translateX(-50%);
        display: flex;
        justify-content: space-around;
        align-items: center;
        overflow: hidden;
}
@media screen and (max-width: 1220px){
    .grafslider .grafslider_item {
        width: 100%;
    }

}

.grafslider img {
    border: none;
}
.grafslider .grafslider_item img {
    width: 100%;
    display: block;
    	position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
}
.grafslider .grafslider_item .slide_text .slide_head,
.grafslider .grafslider_item .slide_text p {
    position: relative;
    z-index: 100;
}
.grafslider .grafslider_item .slide_text {
    position: relative;
    width: 550px;
    max-height: 400px;
    border: 0;
    border-radius: 0px;
    box-sizing: border-box;
    padding: 30px;
}


.main_tft_name,
.slide_head_1 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    font-size: 3.0rem;
    line-height: 1.2;
    font-weight: 400;
    max-height: 227px;
    overflow: hidden;
    margin-bottom: 10px;
}
.main_tft_name span,
.slide_head_1 span {
        color: #b13203;
        font-size: 60px;
}

.slide_head_2 {
    color: #220000;
    font-size: 24px;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
}


.slide_button {
    width: 443px;
    height: 58px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.slide_button button, .slide_button .site_but_main {
    height: 58px;
    border-radius: 16px;
}
.slide_button a span {
        font-size: 2.4rem;
}

.slide_txt {
    padding-top: 10px;
    color: #fff;
}

.slide_text_p {
    text-shadow: 0px 0px 10px #000;
}
.grafslider .grafslider_item .rsp_left {
        transform: translate(-50%,0%);
}
.grafslider .grafslider_item .rsp_right {
        transform: translate(50%,0%);
}
.grafslider .grafslider_item .rsp_center {
    /*left: 50%;
    transform: translate(-50%,0%);*/
}
.dot_hover {
    bottom: 30px;
}
@media screen and (max-width: 1220px) {

    .grafslider .grafslider_item .rsp_left {
            transform: translate(-40%,0%);
    }
    .grafslider .grafslider_item .rsp_right {
            transform: translate(40%,0%);
    }
    .grafslider .grafslider_item .slide_text {
        position: relative;
        width: 450px;
        max-height: 300px;
        padding: 20px;
    }
    .main_tft_name,
    .slide_head_1 {
        font-size: 2.0rem;
        max-height: 180px;
        margin-bottom: 10px;
    }
    .main_tft_name span,
    .slide_head_1 span {
        font-size: 40px;
    }

    .slide_head_2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .dot_hover {
        bottom: 15px;
    }
}
@media screen and (max-width: 820px) {

    .grafslider .grafslider_item .rsp_left {
            transform:  none;
    }
    .grafslider .grafslider_item .rsp_right {
            transform:  none;
    }
    .grafslider .grafslider_item .slide_text {
        position: relative;
        width: 100%;
        max-width: 400px;
        max-height: 250px;
        padding: 20px;
    }
    .main_tft_name,
    .slide_head_1 {
        font-size: 1.8rem;
        max-height: 180px;
        margin-bottom: 10px;
    }
    .main_tft_name span,
    .slide_head_1 span {
        font-size: 30px;
    }

    .slide_head_2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .dot_hover {
        bottom: 10px;
    }
}

@media screen and (max-width: 640px) {


    .grafslider .grafslider_item .slide_text {
        position: relative;
        width: 80%;
        max-width: 400px;
        max-height: 200px;
        padding: 10px;
        text-align: center;
        background: rgba(255,255,255,0.34);
    }
    .main_tft_name,
    .slide_head_1 {
        font-size: 1.4rem;
        line-height: 1.3;
        max-height: 150px;
        margin-bottom: 5px;
    }
    .main_tft_name span,
    .slide_head_1 span {
        font-size: 20px;
    }

    .slide_head_2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .dot_hover {
        bottom: 5px;
    }

}


/* preview */
.preview_hover {
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0%;
    bottom: 0%;
}
.preview {
    left: 49%;
    width: 50%;
    position: absolute;
    bottom: 1%;
}
.preview_right {
    text-align: right;
}
.preview_left {
    text-align: left;
}
.preview_center {
    text-align: center;
}
.preview .preview_item {
    display: inline-block;
    width: 12%;
    margin: 0px 1%;
    border-radius: 3px;
    cursor: pointer;
}
.preview .preview_item img {
    width: 100%;
    display: block;
    border: 1px solid #aaaadd;
    opacity: 0.8;
    border-radius: 3px;
}
.preview .preview_item_active img {
    border: 1px solid #fff;
    opacity: 1.0;
}

/* точечки */
.dot_hover {
    position: absolute;
    left: 2%;
    width: 98%;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.dot_item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    background: transparent;
    box-sizing: border-box;
    border: none;
    border-radius: 50%;
    margin: 0px 5px;
}
.dot_item div {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    display: block;
}
.dot_item_active {
    width: 12px;
    height: 12px;
    background: #2a9f30;
    border: none;
}
.dot_item_active div {
    display: none;
}
.dot_item_hover {
    background: #fff;
    border: none;
}
.dot_item_hover div {
    width: 8px;
    height: 8px;
    background: #fff;
    display: block;
}

/* arrows */
.arrows_large_area_left,
.arrows_large_area_right {
    position: absolute;
    cursor: pointer;
    width: 20%;
    height: 100%;
}
.arrows_right,
.arrows_left {
	width: 20px;
	height: 20px;
    	position: absolute;
    	top: 50%;
    	transform: translateY(-50%);
    	cursor: pointer;
}
.arrows_left {
	left: 50%;
    margin-left: -592px;
}
.arrows_right {
	right: 50%;
    margin-right: -592px;
}
@media screen and (max-width: 1220px){
    .arrows_left {
    	left: 2%;
        margin-left: 0px;
    }
    .arrows_right {
    	right: 2%;
        margin-right: 0px;
    }
}

.arrows_right img,
.arrows_left img {
    width: 100%;
    display: block;
}
.grafslider_text__button {
    width: 260px;
    position: relative;
    z-index: 1000;
}
/* /grafslider */

/* main_advantages */
.main_advantages {
	padding-top: 50px;
    padding-bottom: 20px;
}
.main_advantages_body {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 992px){
    .main_advantages_body {
    	justify-content: space-around;
    }
}

.main_advantage_item {
	width: 220px;
	min-width: 200px;
	margin-bottom: 30px;
}

.advantage_info__hd {
	display: block;
    font-family: 'Montserrat-SemiBold';
	color: #262626; font-size: 1.4rem; line-height: 1.4;
	font-weight: 700;
	text-align: center;
    margin-bottom: 5px;
}
.advantage_info__text {
	color: #333333;font-size: 1.2rem; line-height: 1.2;
    text-align: center;
}
.advantage_icon {
	width: 55px;
	height: 57px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
    margin: 0 auto;
}
.advantage_icon img {
	display: block;
	border: none;
}
/* main_advantages end */

/* FORM */
.container form { opacity: 0.0; }
.container form.loaded { opacity: 1.0; transition: opacity 0.8s; }

.wrapBtn { display: flex; margin-top: 1.4rem; }
.wrapBtn-left { justify-content: flex-start; }
.wrapBtn-center { justify-content: center; }
.wrapBtn-right { justify-content: flex-end; }
.wrapBtn button { order: 0; }

.container button,
.container button:hover,
.container button:active,
.container button:focus {
	outline: none;
}

.container button img,
.container .Btn img,
.container a.Btn:hover img { border: none; }
img.button_icon_left {
	display: block;
	margin-right: 1.0rem;
}
img.button_icon_right {
	display: block;
	margin-left: 1.0rem;
}



.container button,
.container .Btn {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
    padding-top: 0.3rem;
    text-decoration: none;
}
.container button span,
.container .Btn span {
	line-height: 1.0;
    text-decoration: none;
	font-family: 'Montserrat-SemiBold', sans-serif;
}

.container button.Btn-sz1,
.container .Btn.Btn-sz1 {
    min-height: 4.0rem;
	font-size: 1.4rem;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	border-width: 0.2rem;
}
.container button.Btn-sz2,
.container .Btn.Btn-sz2 {
    min-height: 4.7rem;
	font-size: 1.6rem;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	border-width: 0.2rem;
}
.container button.Btn-sz3,
.container .Btn.Btn-sz3 {
    min-height: 5.7rem;
	font-size: 2.4rem;
	padding-left: 1.7rem;
	padding-right: 1.7rem;
	border-width: 0.2rem;
}

.Btn-ds1 {
	background: #2a9f30;
	border-style: solid;
	border-color: #258f2a;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0.3rem;
    color: #fff;
    transition: all 200ms linear;
}

.Btn-ds2 {
	background: #fff;
	border-style: solid;
	border-color: #339900;
    border-radius: 0.0rem;
    border-width: 0.1rem !important;
    color: #339966;

}

.Btn-ds3 {
	background: #00882d;
	border-style: solid;
    border: none;
	border-radius: 0.2rem;
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: 'Montserrat-Light';
}
.Btn-disable {
    background: #35c83c;
    color: #6a6a6a;
    cursor: default;
    transition: all 200ms linear;
}

button.Btn-ds2 img {
    margin-right: 15px;
}

.popAp .alert {
	color: #68a2c5; font-size: 2.4rem; font-weight: bold;
	padding: 6px;
}

/* select_file */
.select_file { position: relative; }
.container input[type="file"] {
	position: absolute;
	left: 0px;
	top: -40px;
}
.select_file_visible {
	display: flex;
	justify-content: space-between;
}
.select_file_text {
	flex-grow: 1;
	margin-right: 10px;
}
.formFdb_2 .select_file .select_file_text {
	margin-right: 0px;
}
button.select_file_button {
	flex-grow: 0;
	width: 150px;
	min-width: 150px;
	background: rgba(0,181,184,1.0);
	background: linear-gradient(180deg, rgba(0,181,184,1) 0%, rgba(0,145,129,1) 100%);
	border: none;
	border-bottom: 1px solid #007165;
	border-radius: 9px;
	color: #fff; font-size: 1.8rem; font-weight: 700; text-transform: uppercase;
	text-decoration: none;
	font-family: "Roboto Condensed";
}
button.select_file_button span {
	font-size: 1.4rem;
}
.select_file input[type="file"],
.formFdb_2 .select_file button.select_file_button {
	display: none;
}


/* select_file_multiple */
.select_file_multiple {
	height: 47px;
	position: relative;
	overflow: hidden;
	margin-top: 25px;
}

.select_file_multiple input[type="file"] {
	position: absolute;
	left: 0px;
	top: -60px;
	z-index: 0;
}
.formFdb_4 .select_file_multiple .label {
	flex-grow: 0;
	width: 57%;
	height: 100%;
	box-sizing: border-box;
	background: rgba(0,181,184,1.0);
	background: linear-gradient(180deg, rgba(0,181,184,1) 0%, rgba(0,145,129,1) 100%);
	border: none;
	border-bottom: 2px solid #007165;
	border-radius: 9px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 12;
}

.formFdb_4 .select_file_multiple .label span {
	position: relative;
	top: 4px;
	color: #fff; font-size: 1.8rem; line-height: 1; font-weight: 500; text-transform: uppercase;
	text-decoration: none;
	font-family: "Roboto";
}
.formFdb_4 .select_file_multiple .label img {
	margin-right: 5px;
	margin-left: 3px;
	position: relative;
	top: 2px;
}

.formFdb_4 .select_file_multiple  .file_multiple_info {
	position: absolute;
	left: 57%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 15;
	background: #fff;
	padding: 6px 5px 5px;
	font-size: 14px;
	font-family: "Roboto", sans-serif;

}

/* /select_file */

.dual_wrapForm,
.dual_wrapData {
	display: flex;
	justify-content: space-between;
}
.dual_wrapForm  >  div { width: 49%; }
.dual_wrapData  >  div { width: 49%; }
.wrapData {
	position: relative;
	margin-bottom: 13px;
}
.wrapData.wDFb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wrapData.wDFb textarea {
    flex-grow: 1;
}
.dual_wrapData .wrapData {
    margin-bottom: 9px;
}

.container .wrapData label {
    font-family: 'Montserrat-Light';
	font-size: 1.4rem;
	line-height: 1.25;
	color: #404040;
	display: block;
	margin-bottom: 0px;
}

.radioBlock_hor {
	position: relative;
	margin-bottom: 18px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}
.radioBlock_hor .radioBlock_item {
	flex-grow: 0;
	margin-right: 20px;
	margin-bottom: 10px;
}
.radioBlock_vert {
	position: relative;
	margin-bottom: 18px;
	display: flex;
	flex-direction: column;
}
.radioBlock_vert .radioBlock_item {
	flex-grow: 0;
	vertical-align: top;
	margin-bottom: 5px;
}

/* formFdb_1 */
.formFdb_1 { margin-bottom: 0px; }
.formFdb_1 label.label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1.5rem;
	background: #fff;
	transition: 0.3s;
	opacity: 1.0;
	transition: opacity 0.4s;
	z-index: 10;
	cursor: text;
}
.formFdb_1 label.label_start { opacity: 0.0; }
.formFdb_1 label.label_active { opacity: 0.0; transition: 0.4s; }



/* formFdb_2 */
.formFdb_2 { margin-bottom: 0px; }
.formFdb_2 label.label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1.5rem;
	background: #fff;
	transition: 0.4s;
	z-index: 50;
}
.formFdb_2 label.label_start,
.formFdb_2 label.label_active,
.formFdb_2 label.label.label_txtr.label_active {
	transition: 0.3s;
	top: 0%;
	transform: translateY(-50%);
	font-size: 1.3rem;
	padding: 0 9px;
}

.formFdb_1 label.label.label_txtr,
.formFdb_2 label.label.label_txtr {
    top: 20px;
}

/* formFdb_3 */
.formFdb_3 { margin-bottom: 0px; }
.formFdb_3 .wrapData {
	display: flex;
	flex-direction: row;
}
.formFdb_3 label.label {
	width: 15.0rem;
	min-width: 15.0rem;
	flex-grow: 0;
	box-sizing: border-box;
	padding-top: 0.5rem;
	padding-right: 2.0rem;
}
.formFdb_3 .field { flex-grow: 1; }
.formFdb_3 .radioBlock { margin-left: 15.0rem; }

/* formFdb_4 */
.formFdb_4 { margin-bottom: 0.0rem; }
.formFdb_4 label.label {
    display: block;
    padding-bottom: 0.1rem;
}

/* checkbox_1 */
label.checkbox_1 {
	display: inline-block;
	min-width: 16px;
	width: 21px;
    min-width: 21px;
	height: 21px;
	position: relative;
	top: 0.6rem;
	margin-right: 0.8rem;
	box-sizing: border-box;
    background: #fff;
    border: 1px solid #dcdcdc;
}
.main_form label.checkbox_1 {
    border: 1px solid #fff;
}

label.checkbox_1 img {
    position: absolute;
    left: 3px;
    top: 2px;
    display: none;
}
label.checkbox_1.active img {
    display: block;
}

/*label.checkbox_1.active:before  {
	content: '\f00c';
	display: block;
	position: absolute;
    left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #707070;
	font-size: 1.8rem;
	line-height: 1;
	font-family: FontAwesome, serif;
	font-weight: 400;
}*/
label.checkbox_1 input {
	position: absolute;
	top: -20rem;
	right: -20rem;
}

/* radio_1 */
label.radio_1 {
	display: inline-block;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 50%;
	border: 0.1rem solid #707070;
	position: relative;
	top: 0.5rem;
	margin: 0 0.8rem 0 0;
}
label.radio_1:before {
	content: '';
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 48%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: transparent;
}
label.radio_1.active:before {
	background: #623381;
}
label.radio_1 input {
	position: absolute;
	top: -20rem;
	right: -20rem;
}
.wrapData span.star,
.wrapData label span {
	color: #623381; font-size: 14px; font-weight: 500;
}
.surely {
	display: block;
	position: relative;
	top: -10px;
}
.pl20 {padding-left: 20px;}
.field {
	color: #000000;
	font-size: 1.4rem;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	border-radius: 0px;
	background: #fff;
	width: 100%;
}
.main_form .field {
    border: 1px solid #fff;
}

input.field {
	height: 4.5rem;
	padding: 0.1rem 1.0rem 0.3rem;
}
.container textarea {
	display: block;
	margin-bottom: 0.0rem;
	padding: 0.1rem 1.0rem 0.3rem;
	padding-top: 1.0rem;
}


form.formFdb_application {
    display: block;
    position: absolute;
    left: 0px;
    top: -170px;
    background: #ef3124;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    padding: 38px 50px 71px;
    border-bottom: 2px solid #b5251b;
    z-index: 1000;
}

.main_application_header {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 17px; }



form.formFdb_feedback {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
}



.confidentiality {
    display: flex;
    justify-content: flex-start;
	align-items: flex-start;
}
.confidentiality > span {
    font-size: 0.8em;
}
.confidentiality .button_text {
	font-size: 1.07em;
	font-weight: 500;
}
.conddfidentiality__text, .conddfidentiality__text:hover, .conddfidentiality__text:visited { color: #2a9f30; }
.main_form .confidentiality > span,
.main_form .conddfidentiality__text,
.main_form .conddfidentiality__text:hover,
.main_form .conddfidentiality__text:visited { color: #fff; }


/* form_mesage */
.form_mesage {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 20;
    box-sizing: border-box;
    padding-top: 15px;
    display: none;
}
.form_mesage_container {
    width: 100%;
    position: relative;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.33);
}
.form_mesage_body {
    width: 100%;
    position: relative;
    background: #f89406;
    border: 1px solid #f89406;
    z-index: 100;
    box-sizing: border-box;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.form_mesage_ugolok {
    width: 20px;
    height: 20px;
    background: #f89406;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -10px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.33);
    transform: rotate(45deg);
}
/* /form_mesage */


/*---------/FORM---------*/


/* select_block */
.select_block,
.select_right {
    height: 4.6rem;
    box-sizing: border-box;
}
.select_block {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    cursor: pointer;
    vertical-align: top;
}
.select_field {
	position: relative;
}
.select_field input.field {
	padding-right: 50px;
}
.select_field:before {
	content:'\f0dd';
    position: absolute;
    right: 1.9rem;
	top: 50%;
	transform: translateY(-50%);
	color: #e85222;
	font-size: 2.4rem;
	line-height: 1;
	margin-top: -0.6rem;
	font-family: FontAwesome, serif;
}
.select_center {
    box-sizing: border-box;
    padding-left: 14px;
    margin-right: 44px;
    background: #fff;
    border-left: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    cursor: pointer;
}
.active .select_center,
.vbr_sel .select_center {
    border-left: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}
.select_right {
    float: right;
    box-sizing: border-box;
    width: 44px;
    background: no-repeat left top url(../images/form/fs-select_zm_right.png);
    border: 1px solid #d9d9d9;
}
.active .select_right,
.vbr_sel .select_right {
    border: 1px solid #c6c6c6;
}
.select_center > span {
    display: block;
    padding: 12rem 0rem 0rem 1rem;
    overflow: hidden;
    white-space: nowrap;
}
.select_fall_out {
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0rem 0rem 0rem;
    position: absolute;
    left: 0rem;
    top: 4.5rem;
    z-index: 1000;
    background: #ffffff;
    border: 0.1rem solid #d9d9d9;

}
.select_fall_out {
    max-height: 23.3rem;
}
.select_fall_out.open {
    border: 0.1rem solid #c6c6c6;
}
.select_fall_out span {
    display: block;
    white-space: nowrap;
    box-sizing: border-box;
    min-height: 3.7rem;
    margin: 0rem 0rem;
    padding: 0.9rem 1.0rem 0.7rem;
    cursor: pointer;
    overflow: hidden;
    font-size: 1.4rem;
}
.select_fall_out span:hover {
	background: #e9e9e9;
}
/* /select_block */
/* FORM end */

/* main_form */

.main_form_container {
    background: no-repeat center top url(../images/main_form_fon.jpg);
    height: 318px;
}
.main_form_body {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}
.main_form {
    width: 612px;
}
.main_form .h1 {
    text-transform: uppercase;
}
@media screen and (max-width: 576px) {
    .main_form .dual_wrapForm {
        display: block;
    }
    .main_form .dual_wrapForm > div {
        width: 100%;
        max-width: 268px;
        margin-left: auto;
        margin-right: auto;
    }
    .main_form_container {
        padding: 30px 0px 40px;
        background: #1f1f1f;
        height: auto;
    }

}

/* main_form end */


/* main_about_block */
.main_about_block {
    display: flex;
    justify-content: space-between;
}
.main_about_block__text {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.main_about_block__foto {
    width: 46%;

}
@media screen and (max-width: 1200px) {
    .main_about_block {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .main_about_block__text {
        width: 100%;
        padding-top: 30px;
    }
    .main_about_block__foto {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

}

/* main_about_block end */

.bb_2 {
    background: #333333;
	overflow: hidden;
}
.bb_2_cont {
	padding-top: 43px;
	padding-bottom: 0px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.text-line {
    display: block;
    margin-bottom: 2px;
}

.bb_2_text {
	line-height: 1.6;
    margin-bottom: 17px;
}

.bb_2_icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bb_2_icon img {
    margin-right: 11px;
}
.bb_2_item {
    margin-bottom: 50px;
}

@media screen and (max-width: 1360px) {
	.bb_2_cont {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.bb_2_item {
		margin-bottom: 50px;
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media screen and (max-width: 760px) {
	.bb_2_cont {
		display: block;
	}
}
.bb_2_h {
    font-family: 'Montserrat-SemiBold', sans-serif;
	color: #2a9f30; font-size: 1.8rem;
	margin-bottom: 22px; text-transform: uppercase;


}
.bb_3_h {
	color: #fff; font-size: 18px; font-weight: 400;
	margin-bottom: 12px;
}

.bb_2_item {
    max-width: 310px;
}

.bb_2_item,
.bb_2_item a, .bb_2_item a:hover, .bb_2_item a:visited {
    font-family: 'Montserrat-Light', sans-serif;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
}
.bb_2_item a span {
	border-bottom: 1px solid transparent;
}
.bb_2_item a:hover span {
	border-bottom: 1px solid #fff;
}

.bb_2 ul {
	/*	max-width: 272px;*/
}
.bb_2 li {
	margin-bottom: 10px;
	display: block;
}



.bb_2_h.sec, .bb_3_h.sec {
	padding-top: 24px;
}
.bb_2 i {
	display: inline-block;
	margin-right: 10px;
}
.column_2 {
	width: 100%;
	max-width: 540px;
	column-count: 2;
	column-width: 220px;
	column-gap: 3em;
}
.column_2 li {
	break-inside: avoid;
}
.bb_2_tel {
	display: block;
	font-size: 18px;
	font-weight: 400;
	padding-top: 13px;
}
.payment_methods {
	padding-top: 10px;
}
.payment_methods img {
	margin-left: 5px;
	margin-right: 19px;
}
/* /bb_2 */


/* footer_block */
.footer_inf {
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
}


.footer_inf,
.footer_inf a,
.footer_inf a:visited,
.footer_inf a:hover {
	color: #262626;
	font-size: 1.2rem;
	line-height: 1.25em;
}
.footer_inf.sides {
	justify-content: space-between;
}
.footer_inf.center {
	justify-content: center;
}
.footer_inf.start {
	justify-content: flex-start;
}
.footer_inf.end {
	justify-content: flex-end;
}
.footer_inf.under {
	flex-direction: column;
	justify-content: center;
}
.footer_inf.toper {
	align-items: flex-start;
}
.footer_inf.midler {
	align-items: center;
}
.footer_inf.boter {
	align-items: flex-end;
}

.grx img {
	vertical-align: middle;
}
.bb_2_text {
	line-height: 1.6;
}

@media screen and (max-width: 640px) {
	.footer_inf {
		display: block;
		height: auto;
		padding-bottom: 10px;
	}
	.footer_inf .cop, .footer_inf .grx {
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
	}
}

/* /footer_block */


/* modal_window */
.dark_fon {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 1200;
	background: rgba(0,0,0,0.2);
}
.dark_fon,
.modal_window_container,
.popAp {
	display: none;
	overflow: hidden;
}
.popAp .content {
	margin-bottom: 10px;
}
.modal_window_container {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 2000;
}
.modal_window {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: none;
	z-index: 10000 !important;
}
.popap_clouse {
	width: 33px;
	height: 32px;
	background: transparent;
	position: absolute;
	right: 10px;
	top: 12px;
	cursor: pointer;
	z-index: 100;
}
.popAp {
	box-sizing: border-box;
	padding: 60px 56px 40px;
	background: #ffffff;
	border: 1px solid #dddce3;
	border-radius: 0px;
	height: 100%;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.hd {
	color: #db3838;
	font-size: 30px;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 24px;
}
.ok {
	width: 103px;
	margin: 30px auto 0;
}
.popAp .line {
	margin-bottom: 30px;
}
.popAp .h1 {
	margin-bottom: 0.5em;
}

body.mw_adpt { overflow: hidden; }
body.mw_adpt .modal_window_container {
	position: fixed;
	height: 100%;
	top: 0px;
}
body.mw_adpt .modal_window_container > div.modal_window {
	width: 100%;
	height: 100%;
	margin-top: 0px;
}
body.mw_adpt .popAp { overflow: auto; }

.modal_window form.formFdb_feedback textarea.field {
	height: 100px;
}
.error_text {
    padding-top: 2em;
    color: d02020;
    font-size: 1.5em;
}
/* /modal_window */


/* sectionBreadcrumbs */
.sectionBreadcrumbs {
	width: 100%;
	min-height: 33px;
	padding-bottom: 25px;
	position: relative;
	z-index: 20;
}

.breadcrumbs {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
}

.bx-breadcrumb-item a {
	color: #9c9c9c;
	font-size: 1.2rem;
	line-height: 1.0;
	font-weight: 400;
	text-decoration: none;
}

.bx-breadcrumb-item a span { border-bottom: 1px solid transparent;  }

.bx-breadcrumb-item a span:hover, .bx-breadcrumb-item a span:focus {
	border-bottom: 1px solid #9c9c9c; }

.separator {
	margin: 0 3px;
	display: block;
	font-size: 1.3rem;
	color: #9c9c9c;
}

.separator img {
	width: 9px;
	height: 9px;
	display: block;
	border: none;
	margin: 3px 2px 0px;
}
.separator i {
	font-size: 10px;
	position: relative;
	top: 2px;
}

.breadcrumbs .lastItem {
	font-size: 1.2rem;
	line-height: 1.2;
	color: #9c9c9c;
	font-weight: 400;
	cursor: default;
	border-bottom: 1px solid transparent;
	padding-top: 4px;
}
/* /sectionBreadcrumbs */

/* 404 */
.content a.cha1, .content  a.cha1:hover, .content  a.cha1:visited { color: #2a9f30; }
.content a.cha2, .content  a.cha2:hover, .content  a.cha2:visited { color: #f59624; }

.s404 {
	text-align: center;
	margin-top: 76px;
}

.s404 img {
	border: none;
	opacity: 0.50;
	transition: opacity 1s ease-out 0.1s; }

.s404 a:hover img {
	opacity: 1.0;
	transition: opacity 1s ease-out 0.1s; }
/* 404 end */


/* Slider */
.slick-slider
{
    position: relative;
    border: none;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-list {
	height: 100%;
}


.slick-track {
	height: 100%;
}



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

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -70px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
	border: 1px solid #c4c4c4;
	background: #fff;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
	background: #68a2c5;
    content: '';
    text-align: center;
    opacity: 0.0;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .95;
    color: black;
}


/* pages_slick_slider */
.content_galery {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

.content_galery_slick {
	margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 40px;
   	max-width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 0 50px;
}

.content_galery_slick button

.content_galery_slick button.slick-prev {
	left: -42px;
}
.content_galery_slick button.slick-next {
	right: -30px;
}

.content_galery_slick button:before,
.content_galery_slick button:after {
    	/*display: none !important; */

}

.content_galery_slick .slick_container img {
    	margin: 0 auto;
    	border: 1px solid #c4c4c4;
}

.content_galery_slick .slick__btnPrev,
.content_galery_slick .slick__btnNext {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	border: none;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}
.content_galery_slick .slick__btnPrev {
	left: 0%;   transform: translate(0px,-50%);
	/*background-image: url(../../assets/images/slick/slick_arrow_prev.png);*/
}
.content_galery_slick .slick__btnNext {
	right: 0%;   transform: translate(0,-50%);
	/*background-image: url(../../assets/images/slick/slick_arrow_next.png);*/
}

.content_galery_slick .slick__btnPrev:before {
	content: '\f060';
	font-family: FontAwesome;
	color: #d9d9d9;
	font-size: 2.9rem;
	position: absolute;
	left: 0%;
	top: 0%;
}
.content_galery_slick .slick__btnPrev:hover:before {
	color: #2a9f30;
	transition: color 100ms;
}

.content_galery_slick .slick__btnNext:before {
	content: '\f061';
	font-family: FontAwesome;
	color: #d9d9d9;
	font-size: 2.9rem;
	position: absolute;
	left: 0%;
	top: 0%;
}
.content_galery_slick .slick__btnNext:hover:before {
	color: #2a9f30;
}
/* /pages_slick_slider */


/* price_block */
.price_block { padding-top: 40px; width: 100%; }
.price_block2 { padding-top: 40px; width: 100%; max-width: 575px; }

.load_item {
	display: block;
	min-height: 36px;
	padding-left: 43px;
	padding-top: 6px;
	position: relative;
	margin-right: 30px;
	margin-bottom: 18px;
}
.load_icon {
	position: absolute;left: 0px;top: 0px;border: none;
}

.price_block2 .load_item {
    display: inline-block;
}

.load_item a,
.load_item a:hover,
.load_item a:visited {
	color: #ff8b00;
}
.load_item span { color: #595959; }


/* price_block end */


/* article_item */
.article_item {
	padding: 0px 0px;
	display: flex;
	justify-content: space-between;
    margin-top: 6px;
    padding-bottom: 24px;
	margin-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
}
.article_item.one {
    border-bottom: none;
}

.article_item_foto {
	width: 225px;
	min-width: 225px;
	position: relative;
}
.article_item_foto img {
	display: block;
	border: 1px solid #d9d9d9;
}
.article_item_text {
	flex-grow: 1;
    padding-top: 35px;
	padding-left: 31px;
}
.one .article_item_text {
    padding-top: 0px;
}

.article_item_name {
	padding-top: 0px;
	padding-bottom: 6px;
	text-align: left;
    font-family: 'Montserrat-SemiBold', sans-serif;
	color: #262626;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 500;
	margin-top: -4px;
}
.one .article_item_name {
    padding-bottom: 12px;
}

.article_item_name a, .article_item_name a:hover, .article_item_name a:visited {
    color: #262626; text-decoration: none;
}
.article_item_name a span {
    border-bottom: 1px solid transparent;
}

.article_item_name a:hover span {
    border-bottom: 1px solid #262626;
}

.article_item_date {
	color: #8c8c8c;
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 5px;
}
.one .article_item_date {
    margin-bottom: 11px;
}

.article_item_txt {
	text-align: justify;
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 15px;
	max-height: 114px;
	overflow: hidden;
}
.article_item_txt_one {
	text-align: justify;
	margin-bottom: 13px;
}
.article_item_text .cont_nav a {
	color: #68a2c5;
}
.article_item_text .cont_nav a span {
	border-bottom: 1px solid #68a2c5;
	transition: all 0.1s linear 0.0s;
}
.article_item_text .cont_nav a:hover span {
	border-bottom: 1px solid transparent;
	transition: all 0.1s linear 0.0s;
}
.article_item_text .cont_nav i.fa {
	font-size: 10px;
}

.content_link_next, .content_link_next:hover, .content_link_next:visited {
    color: #339900;
    font-weight: 400;
    text-decoration: none;
    font-family: "Roboto", sans-serif;

}
.content_link_next span {
    border-bottom: 1px solid #339900;
}
.content_link_next:hover span {
    border-bottom: 1px solid transparent;
}
.content_link_next i {
    font-size: 10px;
    position: relative;
    top: -1px;
}

.content_link_prev, .content_link_prev:hover, .content_link_prev:visited {
    color: #339900;
    font-weight: 400;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}
.content_link_prev.size_midle {
	font-size: 1.2em;
}

.content_link_prev span {
    border-bottom: 1px solid #339900;
}
.content_link_prev:hover span {
    border-bottom: 1px solid transparent;
}
.content_link_prev i {
    font-size: 10px;
    position: relative;
    top: -1px;
}
.content_link_prev.size_midle i {
	font-size: 14px;
	top: 0px;
}


/* /article_item */


/* strange_block */
.strange_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ask_a_question {
    width: 270px;
    min-width: 270px;
    margin-left: 35px;
    border: 1px solid #f1f1f1;
}
.ask_a_question img {
    display: block;
    margin: 48px auto 30px;
}
.ask_a_question_text {
    text-align: center;
    margin-bottom: 26px;
}
.ask_a_question_b {
    width: 156px;
    margin: 0 auto 39px;
}

/* strange_block end */


/* listing1 */
.listing1 {
	margin: 37px 0 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	cursor: default;
}

/* strelki */
.listing1 > a.prev, .listing1 > a.next,
.listing1 > span.prev, .listing1 > span.next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	text-decoration: none;
	color: #258f2a;
	font-size: 36px;
    line-height: 1.0;
}
.listing1 > a.prev > span, .listing1 > a.next > span {
    position: relative;
    top: -4px;
}

.listing1 > span.prev,
.listing1 > span.next {
	opacity: 0.5;
}
.listing1 > a.prev:hover,
.listing1 > a.next:hover {
	opacity: 0.8;
}

/* ciferki i kruglyshki */
.listing1 span.active,
.listing1 a.page {
	color: #258f2a;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: stretch;
	padding: 2px;
	min-width: 45px;
	height: 45px;
	border-radius: 0px;
	background: transparent;
	margin-left: 2px;
	margin-right: 2px;
}

.listing1 span.active,
.listing1 a.page:hover {
	color: #fff;
	background: #2a9f30;
}
.listing1 span.active span,
.listing1 a.page span {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0px;
}

/* more-list */
.more-list {
	text-align: center;
	padding-top: 10px;
	padding-left: 2px;
}
.more-list a, .more-list a:visited {
	color: #2a9f30;
	font-size: 1.5rem;
    font-weight: 500;
}

/* //listing1 */


body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;text-align:center;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}

/* Custom style */
.btnClose_custom {
    position: absolute;
    top: 0;
    right: 0;
}
.fancybox-infobar{
    width: 100%;
}
/*/ Custom style */


/* galery_foto */
.galery_foto_item {
    position: relative;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
    text-decoration: none;
}
.galery_foto {
	margin-top: 40px;
    display: grid;
    grid-template-columns: 254px 254px 254px 254px;
    grid-column-gap: 55px;
    grid-row-gap: 30px;
}
@media screen and (max-width: 1260px) {
    .galery_foto {
        grid-column-gap: 35px;
    }
}
@media screen and (max-width: 1200px) {
.galery_foto {
    grid-template-columns: 254px 254px 254px;
    grid-column-gap: 96px;
}

}
@media screen and (max-width: 1030px) {
.galery_foto {
    grid-template-columns: 254px 254px 254px;
    grid-column-gap: 70px;
}

}
@media screen and (max-width: 992px) {
.galery_foto {
    grid-template-columns: 254px 254px;
    grid-column-gap: 210px;
}

}
@media screen and (max-width: 768px) {
.galery_foto {
    display: block;
}
.galery_foto_item {
   margin-left: auto;
   margin-right: auto;

}

}

.galery_foto_item, .galery_foto__foto {
	display: block;
	width: 254px;
	box-sizing: border-box;
    overflow: hidden;
}
.galery_foto__foto {
    background: #000;
}

a.galery_foto_item img {
	display: block;
    transition: all 0.1s linear 0s;
    border: none;
    opacity: 1.0;
}
.galery_foto__name {
	display: flex;
    justify-content: center;
    align-items: center;
    min-height: 42px;
    margin-top: 0px;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5)
    font-size: 1.4rem;
    position: absolute;
    left: 13px;
    top: 11px;
    width: 227px;
    height: 195px;
    opacity: 0.0;
    transition: all 200ms linear;
}
.galery_foto__ramka {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 254px;
    height: 219px;
    border: 1px solid #fff;
    transition: all 200ms linear;
}
.galery_foto_item:hover .galery_foto__ramka {
    left: 13px;
    top: 11px;
    width: 227px;
    height: 195px;
    transition: all 200ms linear;
}
.galery_foto_item:hover .galery_foto__name {
    opacity: 1.0;
    transition: all 200ms linear;
}
.galery_foto_item:hover  img {
    opacity: 0.75;
}

/* /galery_foto */



body.compensate-for-scrollbar {
    overflow: hidden;
}.fancybox-active {
    height: auto;
}.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden;
}.fancybox-container {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    /*font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; */
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}.fancybox-container * {
    box-sizing: border-box;
}.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}.fancybox-bg {
    background: #000;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71);
}.fancybox-is-open .fancybox-bg {
    opacity: .91;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 1;
    position: absolute;
    transition: opacity .25s,visibility 0s linear .25s;
    visibility: visible;
    z-index: 99997;
}.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s,visibility 0s;
    visibility: visible;
}.fancybox-infobar {
    /*background: rgba(0,0,0,0.0001);  */
    color: #fff !important;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.6);
    font-size: 1.8rem;
    font-weight: 500;
    /*-webkit-font-smoothing: subpixel-antialiased; */
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
   /* mix-blend-mode: difference;*/
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 50%;
    margin-top: 270px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
span[data-fancybox-index] {
    font-size: 2.4rem;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994;
}.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}.fancybox-slide {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}.fancybox-slide:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0;
}.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block;
}.fancybox-slide--next {
    z-index: 99995;
}.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0;
}.fancybox-slide--image:before {
    display: none;
}.fancybox-slide--html {
    padding: 6px 6px 0;
}.fancybox-slide--iframe {
    padding: 44px 44px 0;
}.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
            animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 99995;
}.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor:         grab;
}.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor:         grabbing;
}.fancybox-container [data-selectable=true] {
    cursor: text;
}.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
}.fancybox-spaceball {
    z-index: 1;
}.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px;
}.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%;
}.fancybox-slide--video .fancybox-content {
    background: #000;
}.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px;
}.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}.fancybox-iframe {
    vertical-align: top;
}.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}.fancybox-button {
    background: rgba(0,0,0,0.0);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 70px;
    height: 70px;
}.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc;
}.fancybox-button:focus, .fancybox-button:hover {
    color: #fff;
}.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
}.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision;
}.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
    display: none;
}.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
    fill: currentColor;
}.fancybox-button--share svg path {
    stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
}.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s,visibility 0s,color .25s;
}.fancybox-navigation .fancybox-button:after {
    content: '';
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left { left: 50%; transform: translate(-604px,-50%); }
.fancybox-navigation .fancybox-button--arrow_right { right: 50%;  transform: translate(604px,-50%); }

@media screen and (max-width: 1280px) {
.fancybox-navigation .fancybox-button--arrow_left { left: 5px; transform: translate(0px,-50%); }
.fancybox-navigation .fancybox-button--arrow_right {right: 5px; transform: translate(0px,-50%); }
.fancybox-navigation .fancybox-button {
    background-color: rgba(0,0,0,0.4);
}

}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10;
}.fancybox-close-small svg {
    fill: transparent;
    opacity: 0.8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s;
}.fancybox-close-small:focus {
    outline: none;
}.fancybox-close-small:hover svg {
    opacity: 1;
}.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px;
}.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff;
}.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}

.fancybox-caption {
    top: 50%;
    margin-top: 340px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
    text-align: center;
}.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1;
    display: none;
}.fancybox-caption:after {
    border-bottom: 1px solid hsla(0,0%,100%,.3);
    content: '';
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0;
    display: none;
}.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
            animation: a .8s infinite linear;
    background: transparent;
    border: 6px solid hsla(0,0%,39%,.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999;
}@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }to {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }to {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1);
}.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
}.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
}.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5,1.5,1.5);
            transform: scale3d(1.5,1.5,1.5);
}.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5,.5,.5);
            transform: scale3d(.5,.5,.5);
}.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
}.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
}.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
            transform: scale3d(0,0,0) translate3d(-100%,0,0);
}.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
            transform: scale3d(0,0,0) translate3d(100%,0,0);
}.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
            transform: scaleX(1) translateZ(0);
}.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
            transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
            transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
}.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}.fancybox-share p {
    margin: 0;
    padding: 0;
}.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
}.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff;
}.fancybox-share__button:hover {
    text-decoration: none;
}.fancybox-share__button--fb {
    background: #3b5998;
}.fancybox-share__button--fb:hover {
    background: #344e86;
}.fancybox-share__button--pt {
    background: #bd081d;
}.fancybox-share__button--pt:hover {
    background: #aa0719;
}.fancybox-share__button--tw {
    background: #1da1f2;
}.fancybox-share__button--tw:hover {
    background: #0d95e8;
}.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}.fancybox-share__button svg path {
    fill: #fff;
}.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}.fancybox-thumbs-x > ul {
    overflow: hidden;
}.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}.fancybox-thumbs-loading {
    background: rgba(0,0,0,.1);
}.fancybox-thumbs > ul > li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}.fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991;
}.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px;
    }.fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }.fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}



/* Custom style */
/*.btnClose_custom {
    position: absolute;
    top: 0;
    right: 0;
}
.fancybox-infobar {
    width: 100%;
}*/
/*/ Custom style */

/* catalog */
.catalog {
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
}
.catalog_left {
    width: 324px;
    min-width: 324px;
    margin-right: 47px;
}

@media screen and (max-width: 992px) {
    .catalog_left {
        display: none;
    }

}



/* catalog end  */


/*---------VERTMENU-----------*/
ul.vertmenu {
	padding: 0px;
	border: 1px solid #bebebe;
}
ul.vertmenu li {
	margin-bottom: 0px;
	padding-left: 0px;
	overflow: visible;
	position: relative
}
ul.vertmenu ul {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.vertmenu  ul {

}

/* level 1 */
ul.vertmenu ul {
	padding-left: 0px; }

ul.vertmenu li.folding_ur_1 {
	position: relative;
	background: none;
	margin-bottom: 0px;
}
ul.vertmenu li.folding_ur_1:last-child {
	padding-bottom: 0px;
}

ul.vertmenu li.folding_ur_1 > a {
	display: block;
	width: 100%;
	color: #262626;
	font-size: 1.8rem;
	font-weight: 400;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
	transition-delay: 0.06s;
	font-family: 'Montserrat-SemiBold', sans-serif;
	border-bottom: 1px solid #bebebe;
	padding: 12px 30px 12px 22px;
    position: relative;
}
ul.vertmenu li.folding_ur_1 > a > i {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -15px;
    padding-top: 2px;
    font-style: normal;
}
ul.vertmenu li.folding_ur_1 > a > i:hover {
    background: rgba(0,0,0,0.2);
}

ul.vertmenu li.folding_ur_1.opened > a > i {
    color: #f59624;
}
ul.vertmenu li.folding_ur_1 > a.last > i {
    display: none;
}
ul.vertmenu li.folding_ur_1.opened > a.last > i {
    display: block;
    transform: rotateZ(-90deg);
    margin-top: -5px;
    right: 18px;
}

ul.vertmenu li.folding_ur_1:last-child > a {
	border-bottom: none;
}

ul.vertmenu li.folding_ur_1 > a:hover {
	color: #262626;
	transition: color 0.1s ease-in-out;
	transition-delay: 0.06s; }



ul.vertmenu li.folding_ur_1.opened {
	padding-bottom: 0px;
}

ul.vertmenu li.folding_ur_1.opened > a {
	color: #262626;
}

ul.vertmenu li.folding_ur_1.opened > a:hover {
	color: #262626;
	background: transparent;
}

/* /level 1 */
/* level 2 */
ul.vertmenu li.folding_ur_2 {
	position: relative;
	padding-left: 0px;
	background: none;
}



ul.vertmenu li.folding_ur_2:last-child {
	padding-bottom: 0px;
}

ul.vertmenu li.folding_ur_2 > a {
	display: block;
	width: 100%;
	color: #262626;
	font-size: 1.8rem;
	font-weight: 400;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
	transition-delay: 0.06s;
	font-family: 'Montserrat-SemiBold', sans-serif;
    background: #fbfbfb;
	border-bottom: 1px solid #bebebe;
	padding: 12px 30px 12px 38px;
    position: relative;
}
ul.vertmenu li.folding_ur_2 > a > i {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -15px;
    padding-top: 2px;
    font-style: normal;
}
ul.vertmenu li.folding_ur_2 > a > i:hover {
    background: rgba(0,0,0,0.2);
}
ul.vertmenu li.folding_ur_2.opened > a > i {
    color: #f59624;
}
ul.vertmenu li.folding_ur_2 > a.last > i {
    display: none;
}
ul.vertmenu li.folding_ur_2.opened > a.last > i {
    display: block;
    transform: rotateZ(-90deg);
    margin-top: -5px;
    right: 18px;
}

ul.vertmenu li.ur_2 > a:hover {
	color: #262626;
	transition: color 0.1s ease-in-out;
	transition-delay: 0.06s; }

ul.vertmenu li.folding_ur_2 > a > span {
	display: table-cell;
	text-align: left;
	vertical-align: middle; }

ul.vertmenu li.folding_ur_2.opened {
	padding-bottom: 0px; }

ul.vertmenu li.folding_ur_2.opened > a {
	color: #262626; }

ul.vertmenu li.folding_ur_2.opened > a:hover {
	color: #262626;
	background: transparent;
}



/* /level 2 */
/* level 3 */
ul.vertmenu li.ur_3 {
	position: relative;
	padding-left: 23px;
	background: none;
	margin-bottom: -1px;
}

ul.vertmenu li.folding_ur_3:last-child {
	padding-bottom: 0px;
}


ul.vertmenu li.folding_ur_2 ul  { border-bottom: 1px solid #bebebe; }
ul.vertmenu li.folding_ur_3 > a {
	display: block;
	width: 100%;
	color: #262626;
	font-size: 1.8rem;
	font-weight: 400;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
	transition-delay: 0.06s;
	font-family: 'Montserrat-SemiBold', sans-serif;
    background: #f1f1f1;
	padding: 12px 30px 12px 52px;
    position: relative;
}
ul.vertmenu li.folding_ur_3 > a > i {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -12px;
    font-style: normal;
    display: none;
}
ul.vertmenu li.folding_ur_3 > a.last > i {
    display: none;
}
ul.vertmenu li.folding_ur_3.opened > a > i {
    display: block;
    color: #f59624;
    transform: rotateZ(-90deg);
    margin-top: -5px;
    right: 18px;
}


ul.vertmenu li.folding_ur_3:last-child > a {
	border-bottom: none;
}

ul.vertmenu li.folding_ur_3.opened > a,
ul.vertmenu li.folding_ur_3 > a:hover {
	color: #f59624;
	transition: color 0.1s ease-in-out;
	transition-delay: 0.06s;
}

ul.vertmenu li.folding_ur_3 > a > span { border-bottom:transparent; }
ul.vertmenu li.folding_ur_3.opened > a > span { border-bottom: 1px solid #f59624; }


/* /level 3 */
/*---------/VERTMENU-----------*/


a.content_linc,
a.content_linc:hover,
a.content_linc:visited {
    color: #2a9f30;
    font-size: 1.6rem;
    font-family: 'Montserrat-SemiBold', sans-serif;
}

.contact_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 57px;
}
.contact_block:last-child {
    margin-bottom: 0px;
}

.contact_left {
    width: 354px;
    min-width: 354px;
    margin-right: 40px;
}
.contact_right {
    flex-grow: 1;
}

.contact_text {
    margin-bottom: 33px;
}

.contact_info_item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 13px;
}
.contact_info_item > img {
    width: 36px;
    min-width: 36px;
    margin-right: 20px;
}
.contact_info_item > span {
    color: #262626;
    font-family: 'Montserrat-SemiBold', sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 36px;
}

.zv {
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #262626;
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.confidentiality > span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 32px;
}

@media screen and (max-width: 992px) {
    .contact_block {
        display: block;
    }
    .contact_left {
        width: 100%;
        margin-bottom: 40px;
    }

}

@media screen and (max-width: 576px) {
    .contact_form .dual_wrapForm {
        display: block;
    }
    .contact_form .dual_wrapForm > div {
        width: 100%;
        max-width: 268px;
        margin-left: auto;
        margin-right: auto;
    }

}

.catalog_right {
    flex-grow: 1;
    max-width: calc(100% - 369px);
}

@media screen and (max-width: 992px) {
.catalog_right {

    max-width: 100%;
}
}

.oz {
    padding: 45px 40px 47px;
    display: flex;
    justify-content: space-between;
    background: #e3e3e3;
}
.oz_left {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.oz_left img {
    margin-right: 25px;
    width: 40px;
    min-width: 40px;
    height: 48px;
    border: none;
}

.oz_right {
    width: 163px;
    min-width: 163px;
    margin-left: 40px;
}
@media screen and (max-width: 576px) {
.oz {
    display: block;
}
.oz_left {
    width: 100%;
    margin-bottom: 20px;
}
.oz_right {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

}


/* table_card_block */
.table_card_block {
    background: #fff;
    display: none;
    /*position: fixed;
    z-index: 1600;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;*/
    overflow: auto;
    padding: 50px 20px 10px;
    box-sizing: border-box;
}

.table_card {
    margin: 0px auto 40px;
    width: 100%;
    max-width: 900px;
    padding: 2px;
    border: 0.1rem solid #d0d0d0;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.18);
}
.tc_td {
    padding: 0px;
    display: flex;
    justify-content: flex-start;
}
.tc_td_hd {
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 0.1rem solid #d0d0d0;
    background: #dedede;
    color: #2a9f30;
    font-weight: 500;
    text-align: left;
    width: 50%;
}
.tc_td_txt {
    border-bottom: 0.1rem solid #d0d0d0;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tc_td_hd2 {
    box-sizing: border-box;
    padding: 10px;
    background: #eeeeee;
    border-bottom: 0.1rem solid #d0d0d0;
    color: #ef7f1a;
    font-weight: 500;
    text-align: center;
    width: 100%;
}
.tc_td_txt2 {
    border-bottom: 0.1rem solid #d0d0d0;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tc_td:last-child .tc_td_hd {
    border: none;
}
.tc_td_txt2:last-child,
.tc_td:last-child .tc_td_txt {
    border: none;
}

.col .tc_td {
    display: block;
}
.col .tc_td_hd,
.col .tc_td_txt {
    width: 100%;
    text-align: center;
}



.application_form textarea {
    height: 103px;
}

.bb_2 {
    position: relative;
}

/*---------GO_TOP---------*/
#Go_Top {
	width: 30px;
	height: 40px;
	background: transparent;
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	z-index: 700;
}
#Go_Top img {
	border: none;
}
@media screen and (max-width: 1350px) {
	#Go_Top {
		right: 10px;
	}

}
/*---------/GO_TOP---------*/



/* mob_menu_close */
.mob_menu_close {
    width: 17px;
    height: 17px;
    position: fixed;
    z-index: 2000;
    right: 20px;
    bottom: 10px;
    display: none;
}
.mob_menu_close i {
    font-size: 18px;
    color: #fff;
}

.mob_menu_close.active {
    display: block;
}



/* /mob_menu_close */


.mobile_device .decstop {
    display: none;
}
.mobale {
    display: none;
}
.mobile_device .mobale {
    display: block;
}




