

/* Start:/bitrix/templates/.default/ajax/ajax.min.css?1700203692420*/
iframe.waitwindowlocal{position:absolute;border:0;z-index:9999}div.waitwindowlocal{position:absolute;width:25px;height:25px;padding:0;z-index:10000;background-color:#fcf7d1;border:1px solid #e1b52d;background-image:url(/bitrix/templates/.default/ajax/images/wait.gif);background-position:center center;background-repeat:no-repeat}div.waitwindowlocalshadow{position:absolute;z-index:9998;background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif);border:1px solid #808080}
/* End */


/* Start:/bitrix/templates/gvozdevsoft_bober_color_14/css/font-awesome/css/font-awesome.min.css?170020369337517*/
/*!
 *  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 PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url('/bitrix/templates/gvozdevsoft_bober_color_14/css/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/bitrix/templates/gvozdevsoft_bober_color_14/css/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/bitrix/templates/gvozdevsoft_bober_color_14/css/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/bitrix/templates/gvozdevsoft_bober_color_14/css/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/bitrix/templates/gvozdevsoft_bober_color_14/css/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/bitrix/templates/gvozdevsoft_bober_color_14/css/font-awesome/css/../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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;
}
/* Deprecated as of 4.4.0 */
.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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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: "\f104";
    font-size: 50px;
    color: #63514e;
}
.fa-arrow-circle-right:before {
  content: "\f105";
    font-size: 50px;
    color: #63514e;
}
.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;
}
/* End */


/* Start:/bitrix/templates/gvozdevsoft_bober_color_14/components/bitrix/menu/top/style.min.css?1700203693490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/gvozdevsoft_bober_color_14/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/components/custom/feedback.form/templates/.default/style.css?1700203661292*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}
/* End */


/* Start:/bitrix/templates/.default/components/custom/feedback.form/form.zahvat_page/style.css?1700203692292*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}
/* End */


/* Start:/bitrix/templates/.default/components/epir/medialibrary.list/template1/style.css?1700203692234*/
.item_coll li{
    float: left;
    text-align: center;
    list-style: none;
    padding-bottom: 10px;
}

.item_coll li img{
    margin: 5px;
}

.item_coll:after{
    content: '';
    clear: both;
    display: block;
}
/* End */


/* Start:/bitrix/templates/gvozdevsoft_bober_color_14/template_styles.css?173770745075722*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
/	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
/	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.filter {
    display: none;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
	
	/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

    height: 100%;
    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;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/bitrix/templates/gvozdevsoft_bober_color_14/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/gvozdevsoft_bober_color_14/./fonts/slick.eot');
    src: url('/bitrix/templates/gvozdevsoft_bober_color_14/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/gvozdevsoft_bober_color_14/./fonts/slick.woff') format('woff'), url('/bitrix/templates/gvozdevsoft_bober_color_14/./fonts/slick.ttf') format('truetype'), url('/bitrix/templates/gvozdevsoft_bober_color_14/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

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

.slick-dots
{
    position: absolute;
    bottom: -25px;

    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;
}
.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-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

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



#content .accordion h2 {
	font-size: 1.2em;
	margin: 0;
	color: #fff;
}

#content .accordion table {
	margin: 0;
}

.accordion {
	width:100%;
	margin: 0 0 30px;
}

.accordion .accordion_item {
	margin-bottom:1px;
	position:relative
}

.accordion .title_block {
	font-weight: 400;
	font-size: 18px;
	color: #eee;
	cursor:pointer;
	background: #9d9cab;
	padding:10px 55px 10px 15px;
	-webkit-transition:all .2s linear 0;
	-webkit-transition-delay:.2s 0;
	transition:all .2s linear 0
}

.accordion .title_block:before {
	content:'';
	height:8px;
	width:8px;
	display:block;
	border:2px solid #fefefe;
	border-right-width:0;
	border-top-width:0;
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	position:absolute;
	right:20px;
	top:18px
}

.accordion .active_block .title_block:before {
	border:2px solid #fefefe;
	border-left-width:0;
	border-bottom-width:0;
	top:18px
}
.accordion .title_block:hover {
	background: #9d9cab  
}

.accordion .active_block .title_block {
	background: #9d9cab;
	color:#fefefe
}

.accordion .info {
	display:none;
	overflow: hidden;
}

.accordion .info_first {
	display: block;
}

.accordion .info_item {
	margin-bottom:10px
}

.accordion .info img {
	height: auto;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.large-img {
	width: 100%;
	margin-bottom: 10px;
}

.img-left {
	width: 25%;
	float:left;
	margin:5px 15px 5px 0;
}

.img-right {
	width: 25%;
	float:right;
	margin:5px 0 5px 15px;
}


#tabs{
	display: inline-block;
	width: 100%;
}

#tabs > div{
	padding-top: 10px;
}

#content #tabs>ul{
	margin: 0px;
	padding: 0px;
}

#tabs>ul:after{
	content: "";
	display: block;
	clear: both;
	height: 7px;
	background: #9d9cab;
}

#tabs>ul>li{
	width: 23%;
	margin: 0 0 0 10px;
	padding: 0;
	cursor: pointer;
	display: block;
	float: left;
	padding: 10px 0;
	background: #e5e5e5;
	color: #000;
	text-align: center;
	font-size: 1em;
	font-weight: 600;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
}

#tabs>ul>li:first-child {
	margin-left: 0;
}

#tabs>ul>li.active, #tabs>ul>li.active:hover{
	background: #9d9cab;
	color: #fff;
	border-bottom: 0;
}

#tabs>ul>li>span {
	display: block;
	font-size: 0.7em;
	margin-top: -5px;
	color: #e4e4e4;
}


/**Top menu**/
/* block struktury */
#flvmenu {
	display: block;
	margin: 0 auto;
/    max-width: 1100px;
	position: relative;
}
#flvmenu > ul > li > a, #flvmenu > ul > li > ul > li > a, #flvmenu > ul > li > ul > li  > ul > li > a, #flvmenu > ul > li > ul > li  > ul > li > ul > li > a {
	text-decoration: none;
	display: block;
	cursor: pointer;
}
#flvmenu > ul > li {
	display: inline-block;
	position: relative;
	margin-right: -4px;
}
#flvmenu > ul > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 1000;
}
#flvmenu > ul > li > ul  > li > ul{
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1000;
}
#flvmenu > ul > li:last-child  > ul  > li > ul{
	display: none;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 1000;
}
#flvmenu > ul > li:last-child > ul  > li > ul > li > ul{
	display: none;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 1001;
}
#flvmenu > ul > li ul li {
	display: block;
	position: relative;
}
#flvmenu > ul > li:last-child > ul {
	/*right: 0;*/
}

#flvmenu > ul > li:hover > ul {
	display: block;
}
#flvmenu > ul > li > ul > li:hover > ul {
	display: block;
}
#flvmenu > ul > li > ul > li > ul > li:hover > ul {
	display: block;
}

#flvmenu > ul > #fllast {
	display: none;
	font-weight: 500;
}

/* block stile */
#flvmenu {
/	background-color: #475465;
	background-color: #9a908a;
	font-size: 14px;
}
#flvmenu ul > li ul{
	background-color: #fff;
}
.minmenu {
	display:none;
}
#flvmenu > ul > li > a{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
#flvmenu > ul > li ul li {
	width: 230px;
	border-top: 1px solid #eeeeee;
	box-sizing: border-box;
}
#flvmenu > ul > li ul li:first-child {
	border-top: 0;
}
#flvmenu > ul > li:hover{
	background-color: #7c82bc;
}
#flvmenu > ul > li ul li:hover{
	background-color: #e0e0e0;
}
#flvmenu > ul > li ul {
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
}
#flvmenu > ul > li a {
	display: inline-block;
	padding: 15px 20px;
}

#flvmenu > ul > li:nth-child(1) a {
    display: inline-block;
    padding: 0px 20px;
    height: 48px;
}

#flvmenu > ul > li:nth-child(1) a img {
	margin-top: 10px;
    margin-bottom: -8px;
}

#flvmenu > ul > li a:hover {
	color: #fff;
}
#flvmenu > ul > li ul li a {
	padding: 15px 10px 15px 0;
	padding-left: 20px;
	color: #000;
	font-size: 1em;
}

#flvmenu > ul > li > .flarr {
	top: 16px;
	right: 0px;
}
#flvmenu > ul > li ul li .flarr {
	top: 8px;
	right: 0px;
}
#flvmenu > ul > li .flarr {
	padding: 0;
}
#flvmenu > ul > li > a.flarr:after {
	content: "\f107";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -20px;
	margin-right: 10px;
}
#flvmenu > ul > li ul li a.flarr:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	display: inline-block;
	top: 10px;
	right: 10px;
}

@media (max-width:768px){
	/* блок структуры */
	.minmenu {
		display: block;
		cursor: pointer;
	}
	.minmenu i{
		padding-left: 25px;
		line-height: 45px;
		font-size: 24px;
		color: #fff;
	}
	.minmenu a{
		padding-left: 10px;
		padding-right: 10px;
		line-height: 45px;
		font-size: 20px;
		color: #fff;
	}
	#flvmenu > ul {
		position: relative;
		left: 0;
		top: 100%;
		z-index: 999;
	}
	#flvmenu > ul  li {
		width: 100%;
	}
	#flvmenu > ul > li > ul, #flvmenu > ul > li > ul > li > ul {
		display: block;
		position: relative;
		overflow-y: hidden;
		width: auto;
		left: 0;
	}
	#flvmenu > ul > li > ul > li, #flvmenu > ul > li > ul > li > ul > li{
		width: auto;
	}
	
	/* блок стилей */
	#flvmenu > ul {
/	background-color: #475465;
	background-color: #9a908a;
		width: 100%;
	}
	#flvmenu > ul li ul{
/	background-color: #475465;
	background-color: #9a908a;
	}
	#flvmenu > ul li a{
		color: #fff !important;
		display: block;
	}
	#flvmenu > ul > li > a{
		font-size: 18px;
	}
	#flvmenu > ul > li > ul > li > a{
		font-size: 16px;
	}
	#flvmenu > ul > li > ul , #flvmenu > ul > li > ul > li > ul{
		border: none;
	}
	#flvmenu > ul > li > ul > li a {
		padding-left: 40px;
	}
	#flvmenu > ul > li > ul > li > ul > li a {
		padding-left: 35px;
	}
	#flvmenu > ul > li > a.flarr:after, #flvmenu > ul > li ul li a.flarr:after {
		content: "";
	}
	#flvmenu > ul > li ul {
		box-shadow: none;
	}
	#flvmenu > ul > li .flarr, #flvmenu > ul > li ul li a.flarr {
		position: absolute;
		top: 0;
		padding: 15px;
	}
	#flvmenu > ul > li ul li {
		border-top: 0;
	}
}
div.menu-clear-left
{
	clear:left;
}


#header .head_slide {
	left: 0;
	margin: 0;
	position: fixed;
	right: 0;
	top: -50px;
	height: 40px;
	width: 100%;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-transition: top 0.7s ease;
}

#header .hdslide_inn {
	margin: 0 auto;
	max-width: 1250px;
/	padding: 0 10px;
    width: 90%;
}

#header .hdslide_home {
  float: left;
  background: #ff6600;
  color: #fff;
}

#header  .head_slide .hdslide_home .fa {
  padding: 6px 10px;
  font-size: 1.8em;
  color: #fff;
}

#header .hdslide_logo {
	float: left;
	font-family: Play;
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

#header .hdslide_logo:hover {
	opacity: 0.7;
}

#header .hdslide_logo .container {
	background: rgba(0, 0, 0, 0) url("/bitrix/templates/gvozdevsoft_bober_color_14/../../images/logo.png") no-repeat scroll left center / auto 35px;
	display: block;
	padding-left: 50px;
	color: #000;
}

#header .hdslide_logo_slogan {
    display: block;
    font-size: 0.6em;
    color: #000;
}

#header .hdslide_contact {
	float: right;
	margin: 8px 20px 0 0;
	text-align: right;
}

#header .hdslide_contact_nomer {
    font-size: 1.3em;
}

#header .hdslide_contact_callback,
#header .hdslide_contact_zayvka {
	float: right;
	margin: 0;
}

#header .hdslide_contact_callback a,
#header .hdslide_contact_zayvka a {
	display: block;
	padding: 11px 13px 12px 13px;
    cursor: pointer;
    text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #fff;
	border-right: 1px solid #eee;
}

#header .hdslide_contact_callback a {
	background-color: #FF6600;
}

#header .hdslide_contact_zayvka a {
	background-color: #555;
}

#header .hdslide_contact_callback a:hover,
#header .hdslide_contact_zayvka a:hover {
	opacity: 0.9;
}

#header .hdslide_contact_email {
    float: right;
    margin: 9px 50px 0 0;
}

#header .hdslide_contact_email a {
	color: #000;
	font-size: 1.1em;
} 

#header .head_slide .fa {
    color: #FF6600;
}

/* menu */

#header .hdtopmenu {
	display: block;
	position: relative;
	float: left;
	margin-left: 1px;
	height: 40px;
	width: 100px;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	background: #f7f7f7;
}

#header .hdtopmenu nav ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}

#header .hdtopmenu nav ul li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
}

#header .hdtopmenu ul {
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.137);
	z-index: 9999;
}

#header .hdtopmenu ul li {
	width: 200px;
	position: relative;
	list-style-type: none;
}

#header .hdtopmenu ul li a {
	display: block;
	padding: 10px 5px 10px 20px;
	color: #000;
	font-size: 0.9em;
	border-bottom: 1px solid #eee;
}

#header .hdtopmenu ul li:hover {
	background-color: #ff6600;
}

#header .hdtopmenu ul li:hover > a {
	color: #fff;
}

#header .hdmname {
	padding-top: 10px;
	padding-left: 35px;
	font-size: 1em;
	text-transform: uppercase;
	cursor: pointer;
}

#header .hdtopmenu:hover nav > ul {
	display: block;
}
#header .hdtopmenu nav > ul li:hover ul.second-lvl{
	display: block;
}

#header .hdmname::before {
	position: absolute;
	font: 0.9em FontAwesome;
	content: "\f0c9";
	top: 13px;
	left: 17px;
}

#header .head_slide .hdtopmenu .fa {
	position: absolute;
	font-size: 1em;
	color: #000;
	top: 8px;
	right: 15px;
}
.second-lvl .active  ul {
	display: block !important;
}
#header .hdtopmenu nav > ul li:hover .fa {
	color: #fff;
}

@media (max-width: 850px) {
	#header .hdslide_contact_email {
    display: none;
	}
}

@media (max-width: 768px) {
	#header .head_slide {
		display: none;
	}
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/gvozdevsoft_bober_color_14/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme {
/	height:370px;
	height:500px;
	position: relative;
}
.owl-theme .owl-nav {
	position: absolute;
	top: 42%;
	left: 0;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme:hover .owl-nav [class*='owl-']{
	display: inline-block;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 32px;
    width: 44px;
	height: 44px;
    line-height: 36px;
    display: none;
    cursor: pointer;
	box-sizing: border-box;

}
.owl-theme .owl-nav .owl-prev {
	float: left;
	margin-left: 15px;
	padding-left: 12px;
}
.owl-theme .owl-nav .owl-next {
	float: right;
	margin-right: 15px;
	padding-left: 16px;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
}
.owl-theme .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
	cursor: pointer;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 3px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.owl-theme .slideblock {
/	height:370px;
	height:500px;
	position: relative;
}
.owl-theme .slideblock img {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
}
.owl-theme .slpart{
	max-width: 1250px;
	margin: 0 auto;
}
.owl-theme .slidetext {
    color: #fff;
    left: 2%;
    position: relative;
    top: 75px;
    width: 500px;
}
.owl-theme .slidetext h2:before, .owl-theme .slidetext h2:after {
    display: none;
}
.owl-theme .slidetexthd {
color: #fff;
    margin-top: 0 !important;
    text-align: left;
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 30px;
    display: block;
}
.owl-theme .slidetextdesc {
    font-size: 1em;
    margin-bottom: 30px;
}
.owl-theme a.slidetextlink {
	color: #fff;
	border: 3px solid #ff6600;
	padding: 8px 13px;
	border-radius: 4px;
	font-size: 1.1em;
	cursor: pointer;
}
.owl-theme a.slidetextlink:hover {
	background:  #ff6600;
}
.owl-theme span.cena_color {
    font-size: 1.5em;
}
.owl-theme .slideoverlay {
    bottom: 0;
    height: 0;
    left: 0;
    position: absolute;
    width: 42%;
	height: 0;
	border-bottom: 500px solid rgba(0,0,0,0.4);
	border-right: 250px solid transparent;
}
.owl-theme svg {
    display: block;
    overflow: visible;
}
.owl-theme .slideoverlaypath {
    opacity: 0.4;
}

@media only screen and (max-width: 1900px) {
.owl-theme {
    height: 490px;
}
}

@media only screen and (max-width: 1830px) {
.owl-theme {
    height: 460px;
}
}

@media only screen and (max-width: 1740px) {
.owl-theme {
    height: 430px;
}
}

@media only screen and (max-width: 1670px) {
.owl-theme {
    height: 420px;
}
}

@media only screen and (max-width: 1600px) {
.owl-theme {
    height: 400px;
}
}

@media only screen and (max-width: 1440px) {
.owl-theme {
    height: 380px;
}
}

@media only screen and (max-width: 1440px) {
.owl-theme {
    height: 360px;
}
}


@media only screen and (max-width: 1370px) {
.owl-theme {
    height: 340px;
}
}

@media only screen and (max-width: 1290px) {
.owl-theme {
    height: 320px;
}
.owl-theme .slidetext {
    top: 45px;
}
}

@media only screen and (max-width: 1220px) {
.owl-theme {
    height: 300px;
}
}

@media only screen and (max-width: 1140px) {
.owl-theme {
    height: 280px;
}
.owl-theme .slidetexthd {
    font-size: 36px;
}
}

@media only screen and (max-width: 1060px) {
.owl-theme {
    height: 260px;
}
}

@media only screen and (max-width: 990px) {
.owl-theme {
    height: 240px;
}
}

@media only screen and (max-width: 910px) {
.owl-theme {
    height: 220px;
}
}

@media only screen and (max-width: 840px) {
.owl-theme {
    height: 200px;
}
.owl-theme .slidetexthd {
    margin-bottom: 10px;
}
}

@media only screen and (max-width: 769px) {
.owl-theme {
    height: 180px;
}
#slider_index{
/    display: block !important;
	}

.owl-theme .slidetext {
    top: 15px;
}
}


@media only screen and (max-width: 680px) {
.owl-theme {
    height: 160px;
}

.owl-theme .slidetexthd {
    font-size: 30px;
}
}

@media only screen and (max-width: 610px) {
.owl-theme {
    height: 140px;
}

.owl-theme .slidetextdesc {
    margin-bottom: 15px;
}
}

@media only screen and (max-width: 530px) {
.owl-theme {
    height: 120px;
}

.owl-theme .slidetexthd {
    font-size: 20px;
}
.owl-theme .slidetextdesc {
    font-size: 12px;
}
}

@media only screen and (max-width: 450px) {
.owl-theme {
    height: 100px;
}

.owl-theme .slidetexthd {
    font-size: 16px;
    margin-bottom: 5px;
}

.owl-theme a.slidetextlink {
    padding: 5px 13px;
    font-size: 14px;
}
}

@media only screen and (max-width: 380px) {
.owl-theme {
    height: 80px;
}
}
#arrup {
	height: 35px;
	width: 35px;
	font-size: 26px;
    line-height: 32px;
	text-align: center;
    background-color: #fff;
    color: #334051;
    border: 2px solid;
	border-color: #334051;
    border-radius: 50%;
    position: fixed;
	bottom: 30px;
    right: 20px;
    opacity: 0;
    transition: color 0.2s ease 0s, background 0.2s ease 0s, opacity 0.2s ease 0s, border 0.2s ease 0s;
    visibility: hidden;
    z-index: 1003;
	cursor: pointer;
}
#arrup.arvis {
    opacity: 1;
    visibility: visible;
}


/* FORM */

#form_vopros,
#form_contacts,
#form_zayvka_popup,
#form_callback_popup {
	background: #f7f7f7 !important;
}

.feedback input[type="text"],
.feedback textarea {
	box-sizing: border-box;
	padding: 7px 15px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	font-family: inherit;
	font-size: 1em;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

form .garant {
	font-size: 0.9em;
	margin: 10px 0 30px;
}

form .garant a {
	vertical-align: top;
	text-decoration: underline;
}

form .garant a:hover {
	text-decoration: none;
}

form .garant label {
	vertical-align: top;
}

form .garant #garant_error {
	color: red;
}

/* FORM EXPERT */

#form_vopros {
/	width: 98%;
	box-sizing: border-box;
	margin: 30px 0;
	padding: 30px 5%;
	text-align: center;
	border: 10px solid #9d9cab;
    border-radius: 4px;
	box-shadow: 0 15px 10px -14px #9d9cab;
	overflow: hidden;
}

#form_vopros .left {
	float: left;
	width: 70%;	
}


#form_vopros .right {
	float: right;	
}

#form_vopros .text {
	margin-bottom: 20px;
}

#form_vopros .prorab img {
	width: 200px;
	height: auto;
}

#form_vopros .prorab p {
	font-size: 0.9em;
}

#form_vopros .text .title {
	margin: 10px 0 20px 0;
	font-size: 1.4em;
}

#form_vopros p {
	font-size: 1em;
	font-family: "Open Sans",Helvetica, Arial, sans-serif;
    line-height: 1.5;
	margin-bottom: 20px;
}

#form_vopros input[type="text"] {
	width: 46%;
	margin-bottom: 10px;
}

#form_vopros button {
	display: block;
    margin: 10px auto 0 auto;
}

@media screen and (max-width: 768px){
	
	#form_vopros {
		padding: 20px;
	}
	
	#form_vopros .left {
		float: none;
		width: 100%;
	}
	
#form_vopros .right {
    width: 100%;
    margin-top: 20px;
}
	
	#form_vopros .text {
		margin-bottom: 10px;
	}
	
	#form_vopros .text .title {
		margin: 0 0 20px 0;
	}
	
	#form_vopros p {
		margin-bottom: 10px;
	}
	
	#form_vopros input[type="text"] {
		width: 100%;
	}
	
}

/* FORM CONTACTS */

#form_contacts {
	width: 100%;
	min-width: 300px;
	margin: 0;
	padding: 20px 25px;
	text-align: center;
	border: 1px solid #ccc;
    border-radius: 4px;
	box-shadow: 0 15px 10px -14px #9d9cab;
	overflow: hidden;
}

#form_contacts .title {
	margin: 0 0 20px;
	font-size: 1.4em;
}

#form_contacts input[type="text"] {
	width: 49.2%;
	margin-bottom: 10px;
	font-size: 0.9em;
}

#form_contacts textarea {
	width: 100%;
	height: 60px;
	font-size: 0.9em;
}

#form_contacts button {
	display: block;
    margin: 10px auto 0 auto;
}

@media screen and (max-width: 768px){
	
	#form_contacts {
		width: 100%;
		box-sizing: border-box;
	}
	
	#form_contacts input[type="text"] {
		width: 100%;
	}
	
	#form_contacts textarea {
		width: 100%;
		height: 100px;
	}
	
}

/* ZAYVKA POPUP */

#form_zayvka_popup {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	border: 10px solid #9d9cab;
    border-radius: 4px;
}

#form_zayvka_popup .title {
	font-size: 1.4em;
	margin: 0 0 20px;
}

#form_zayvka_popup p {
	font-size: 0.9em;
	font-family: "Open Sans",Helvetica, Arial, sans-serif;
    line-height: 1.5;
	margin-bottom: 20px;
}

#form_zayvka_popup input[type="text"] {
	width: 49.4%;
	margin-bottom: 10px;
}

#form_zayvka_popup textarea {
	width: 100%;
	height: 80px;
}

#form_zayvka_popup button {
	display: block;
    margin: 10px auto 0 auto;
}

@media screen and (max-width: 768px){
	
	#form_zayvka_popup {
		width: 100%;
		box-sizing: border-box;
	}
	
	#form_zayvka_popup input[type="text"] {
		width: 100%;
	}
	
	#form_zayvka_popup textarea {
		width: 100%;
		height: 100px;
	}
	
}


/* CALLBACK POPUP */

#form_callback_popup, .feedback-all {
	position: relative;
	max-width: 400px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px 40px;
	text-align: center;
	border: 10px solid #9d9cab;
    border-radius: 4px;
}

#form_callback_popup .title {
	font-size: 1.4em;
	margin: 0 0 20px;
}

#form_callback_popup p {
	font-size: 0.9em;
	font-family: "Open Sans",Helvetica, Arial, sans-serif;
    line-height: 1.5;
	margin-bottom: 20px;
}

#form_callback_popup input[type="text"], .feedback-all input[type="text"]{
	width: 80%;
	margin-bottom: 10px;
}

#form_callback_popup button, .feedback-all button{
	display: block;
    margin: 10px auto 0 auto;
}

@media screen and (max-width: 768px){
	#form_callback_popup , .feedback-all{
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
	}
	
	#form_callback_popup input[type="text"], .feedback-all input[type="text"]{
		width: 100%;
	}
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}
.fancybox-popup .fancybox-skin{
	background:none;
}
.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background:url(/bitrix/templates/gvozdevsoft_bober_color_14/../img/fancybox/fancybox_sprite.png) no-repeat;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background:url(/bitrix/templates/gvozdevsoft_bober_color_14/../images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -3px;
	right: -29px;
	cursor: pointer;
	z-index: 8040;
	background:url(/bitrix/templates/gvozdevsoft_bober_color_14/../images/fancybox/fancy_close.png) no-repeat 0 0;
	width: 29px;
	height: 29px;
	display:block;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/gvozdevsoft_bober_color_14/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */
/* alexa edit/delete */
.fancybox-lock {
   width: auto;
}

/* alexa edit/delete end */
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background:url(/bitrix/templates/gvozdevsoft_bober_color_14/../images/fancybox/fancybox_overlay.png) repeat;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background:url(/bitrix/templates/gvozdevsoft_bober_color_14/..img/fancybox/fancybox_sprite@2x.png) no-repeat;
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background:url(/bitrix/templates/gvozdevsoft_bober_color_14/..img/fancybox/fancybox_loading@2x.gif) no-repeat;
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* STYLE SITE */

#content i.fa {
	font-style: normal;
}

/* GLAVNAYA STRANICA */

/* kompaniya */

#content .index_plus {
	margin: 30px 0;
}

#content .index_plus_block {
	margin: 20px 0 25px;
}

#content .index_plus_block .left {
	float: left;
}

#content .index_plus_block .block {
	margin-left: 55px;
}

#content .index_plus  .fa {
	margin: 3px 0 0 10px;
	font-size: 2.5em;
	color: #FF6600;
}

#content .index_plus .title {
	font-size: 1.1em;
	margin-bottom: 0;
}

#content .index_plus .text {
	font-size: 1em;
	margin-bottom: 0;
}

/* shagi zakaza */

#content ol.index_zakaz {
	margin: 20px 0 30px;
	counter-reset: myCounter;
}

#content ol.index_zakaz li {
	list-style: none;
}

#content ol.index_zakaz li:before {
	counter-increment: myCounter;
	content:counter(myCounter);
	color: white;
	background: #FF6600;
	display: inline-block;
	text-align: center;
	margin: 5px 10px;
	line-height: 37px;
	width: 37px;
	height: 37px;
	font-size: 1.2em;
}

/* STRANICA AKCII */

#content .block_promo {
	width: 600px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 15px 10px -14px #9d9cab;
	margin: 0 auto 50px auto;
	padding-bottom: 10px;
}

#content .block_promo img {
	width: 100%;
	height: auto;
}

#content .block_promo_text_1 {
	padding: 5px 20px 10px 20px;
	font-style: italic;
	font-size: 0.8em;
	color: #666666;
}

#content .block_promo_text_2 {
	padding: 0 20px 10px 20px;
	font-size: 1.2em;
}

#content .block_promo_text_2 a {
	color: #000;
}

#content .block_promo_text_2 p {
	margin: 10px 0 0 0;
	color: #000;
	font-size: 0.7em;
}

/* STRANICA USLUGI */

#content .block_uslugi {
	overflow: hidden;	
}

#content .block_uslugi_1, #content .block_uslugi_2 {
	float: left;
	width: 43%;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 15px 10px -14px #9d9cab;
	background: #fff;
	margin-bottom: 40px;
}

#content .block_uslugi_1 {
	margin-right: 5%;
}

#content .block_uslugi_text {
	padding: 5px 20px 10px 20px;
}

#content .block_uslugi_text a {
	font-style: italic;
	font-size: 0.8em;
	margin-right: 10px;
}

#content .block_uslugi_text h2{
	margin: 10px 0;
}

#content .block_uslugi img:hover {
	opacity: 0.8;	
}

/* STRANICA USLUGI VNUTR */

/* slider */

#slider_uslugi {
	position: relative;
	width: 100%;
	height: auto;
}

#slider_uslugi img {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

#slider_uslugi  .slider_text {
	position: absolute;
    top: 30%;
    margin-left: 50px;
	padding: 25px 40px 40px 40px;
    color: #fff;
	border-radius: 7px;
	background: rgba(0, 0, 0, 0.4);
}

#slider_uslugi .slider_text_title {
	font-size: 1.8em;
	text-shadow: 1px 1px 1px #000;
}

#slider_uslugi .slick-dots {
    top: 90%;
	z-index: 2;
}

#slider_uslugi ul.slick-dots {
	margin: 0;
	padding: 0;
}

#slider_uslugi ul.slick-dots li {
	background-image: none;
	padding: 0;
}

#slider_uslugi li button {
	content: "";
	background-color: transparent;
	color: transparent;
	font-size: 20px;
}

#slider_uslugi .slick-dots li button:before {
	opacity: 1;
    border: 2px solid rgba(255, 255, 255, 0.8);
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: none;
	color: transparent;
}	

#slider_uslugi li.slick-active button:before {
	content: "";
	width: 10px;
    height: 10px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.9);
	}	

#slider_uslugi .prevarr, #slider_uslugi .nextarr {
	font-size: 2.5em;
	color: #fff;
	opacity: 0.6;
	text-shadow: 0 0 1px #000;
}

#slider_uslugi .prevarr:hover, #slider_uslugi .nextarr:hover {
	opacity: 0.9;
}

#slider_uslugi .nextarr {
	position: absolute;
	bottom: 45%;
	right: 2%;
	cursor: pointer;
}

#slider_uslugi .prevarr {
	position: absolute;
	bottom: 45%;
	right: 8%;
	z-index: 1;
	cursor: pointer;
}

#top_img {
	margin-bottom: 20px;
}

#top_img img {
	border: 1px solid #ececec; 
	width: 798px;
	height: auto;
}

/* slider bottom */

#carousel_photo {
	margin: 10px 0 30px;
	padding: 20px 45px 20px 40px;
	background: #f7f7f7;
/	border-radius: 7px;
box-shadow: 0 7px 14px rgba(1,3,14,.14);

}

#carousel_photo div {
	margin: 1px;
	width: 100%;
/	height: 170px;
}

#carousel_photo img {
	width: 100%;
    min-height: 170px;
}

#carousel_photo img:hover {
	opacity: 0.5;
}

#carousel_photo .prevarr, #carousel_photo .nextarr {
	font-size: 2em;
	color: #b1b1b1;
}

#carousel_photo .prevarr:hover, #carousel_photo .nextarr:hover {
	color: #888;
}

#carousel_photo {
	position: relative;
}

#carousel_photo .nextarr {
	position: absolute;
	bottom: 40%;
	right: 8px;
	cursor: pointer;
}

#carousel_photo .prevarr {
	position: absolute;
	bottom: 40%;
	left: 8px;
	z-index: 1;
	cursor: pointer;
}

/* STRANICA CENY */

#content .accordion table td:first-child {
	width: 70%;
}

/* STRANICA PORTFOLIO */

#content .fotogallery_main_block {
	margin-top: 20px;
}

#content .fotogallery_main_block ul {
	list-style: none;
	margin:0;
	padding: 0;
}

#content .fotogallery_main_block ul  li {
	float: left;
	width: 230px;
	height: 160px;
	padding: 0 30px 50px 0;
	text-align: center;
}

#content .fotogallery_main_block img {
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 15px 10px -14px #9d9cab;
}

#content .fotogallery_main_block img:hover {
	opacity: 0.5;
}

#content .fotogallery_block {
	margin: 20px 0;
	overflow: hidden;
}

#content .fotogallery_block ul {
	list-style: none;
	margin:0;
	padding: 0;
}

#content .fotogallery_block ul  li {
	float: left;
	width: 200px;
	height: 150px;
	padding: 2px;
}

#content .fotogallery_block img {
	width: 100%;
	height: 100%;
}

#content .fotogallery_block img:hover {
	opacity: 0.5;
}

/* STRANICA PROEKTY */

.br30 {
	margin-bottom: 30px;
}

#proecty {
	margin-bottom: 30px;
}

#proecty a.button {
	padding: 10px 12px;
	border-radius: 4px;
	background: #FF6600;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#proecty  a.button:hover {
	text-decoration: none;
	opacity: 0.9;
}

#proecty .portfolio_block {
	overflow: hidden;
	padding: 30px 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

#proecty .portfolio_block img {
	float: left;
	width: 300px;
	height: 215px;
	border-radius: 4px;
}

#proecty .portfolio_block img:hover {
	opacity: 0.7;
}

#proecty .portfolio_block .text {
	margin-left: 320px;
}

#proecty .portfolio_block .text p {
	margin-bottom: 5px;
}

#proecty .portfolio_block .text p span {
	font-weight: 600;
}

/* PROEKTY VNUTRENNIE STRANICY */

#proecty_top {
    padding: 10px 0 0;
	margin: 0 0 50px;
}

#proecty_top img {
	display: inline-block;
	vertical-align: top;
	width: 51%;
	height: auto;
	border-radius: 4px;
	margin: 4px 20px 0 0;
}

#proecty_top .text {
	display: inline-block;
	width: 44%;
}

#proecty_top .text p {
	margin-bottom: 7px;
}

#proecty_top .text p>span {
	font-weight: 600;
}

#content .fotogallery_block {
	margin: 20px 0;
	overflow: hidden;
}

#content .fotogallery_block ul {
	list-style: none;
	margin:0;
	padding: 0;
}

#content .fotogallery_block ul  li {
	float: left;
	width: 195px;
	height: 142px;
	padding: 2px;
}

#content .fotogallery_block img {
	width: 100%;
	height: 100%;
}

#content .fotogallery_block img:hover {
	opacity: 0.5;
}

/* block podelitsya */

#content .block_friends {
	margin: 15px 0 0 0;
	border-top: 1px solid #ccc;
}


/* STRANICA KONTAKTY */

#contacts {
	margin: 50px 0 50px;
	overflow: hidden;
}

#contacts .left {
	float: left;
	width: 43%;
	margin-right: 7%;
}

#contacts .left .fa {
	font-size: 2em;
	color: #ff6600;
	margin-right: 15px;
	width: 30px;
height: 60px;
}

#contacts .left  p {
	margin-bottom: 20px;
clear: both;
}

#contacts .left  p>span {
	font-weight: 600;
}

#contacts .left  p>i {
	float: left;
}

#contacts .right {
	float: left;
	width: 45%;
}

/* STRANICA OTZYVY */

#otzyv .top {
	margin: 0 0 20px;
}

#otzyv .block {
	padding: 15px;
	border-radius: 4px;
	border: 1px dashed #ccc;
	margin: 0 0 30px;
	background: #f7f7f7;
}

#otzyv .name_date {
	margin: 0 0 10px;
}

#otzyv .name {
	font-weight: 600;
	margin-right: 20px;
}

#otzyv .date {
	font-style: italic;
}

/* SIDEBAR */

/* fix */

#sidebar_fixed {
	margin: 50px 0 0 0;
	width: 250px;
}

#sidebar_fixed .block_1 {
	padding: 20px 10px;
	border: 1px solid #f7f7f7;
	border-radius: 4px;
	background: #f7f7f7;
	margin-bottom: 20px;
}

#sidebar_fixed .block_1 a {
	color: #606060;
	text-decoration: underline;
	font-size: 0.9em;
}

#sidebar_fixed .block_1 a:hover {
	text-decoration: none;
}

#sidebar_fixed .block_1 .title {
	margin-bottom: 10px;
	color: #2e2e2e;
	font-size: 1.1em;
	text-transform: uppercase;
}

#sidebar_fixed .block_1 .line {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;	
}

#sidebar_fixed .block_1 ul li {
	padding: 0 0 30px 70px;
}

#sidebar_fixed .block_1 ul li span {
	color: #bbbbbb;
	font-size: 0.8em;
}

#sidebar_fixed .block_1 ul li.li_1 {
	background: url(/bitrix/templates/gvozdevsoft_bober_color_14/../images/pdf.png) no-repeat top left;
	background-size: 60px auto;
}

#sidebar_fixed .block_1 ul li.li_2 {
	background: url(/bitrix/templates/gvozdevsoft_bober_color_14/../images/xls.png) no-repeat top left;
	background-size: 60px auto;
}

/* slider photo */

#sidebar_photo_block {
	position: relative;
	margin: 50px 0 0;
	padding: 15px 0;
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
	border-radius: 4px;
}

#sidebar_photo_block .title {
	font-size: 1.1em;
	margin: 0 0 10px 15px;
	text-transform: uppercase;
}

#sidebar_photo_block img {
	width: 100%;
	height: 170px;
	padding: 0 0 45px;
}

#sidebar_photo_block .prevarr, #sidebar_photo_block .nextarr {
	font-size: 2em;
	color: #b1b1b1;
}

#sidebar_photo_block .prevarr:hover, #sidebar_photo_block .nextarr:hover {
	color: #888;
}

#sidebar_photo {
	position: relative;
}

#sidebar_photo_block .nextarr {
	position: absolute;
	bottom: 0;
	right: 15px;
	cursor: pointer;
}

#sidebar_photo_block .prevarr {
	position: absolute;
	bottom: 0;
	right: 50px;
	z-index: 1;
	cursor: pointer;
}

#sidebar_photo_block .portfolio {
	position: absolute;
	bottom: 24px;
	left: 15px;
}

#sidebar_photo_block .portfolio a {
	text-decoration: underline;
}

#sidebar_photo_block .portfolio a:hover {
	text-decoration: none;
}


/* ADAPTIV */

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

	#wrapper {
	box-sizing: border-box;
	}

}

@media screen and (max-width: 1024px) {
	
	#content {
		margin-right: 20px;
	}
	
	#portfolio_top .text {
		width: 40%;
	}
	
	#portfolio_top button.button_submit {
		font-size: 1em;
	}
	
	#slider form {
		right: 5%;
	}
	
	#slider_slick .slick-dots {
		right: 500px;
	}
	
	#carousel_photo div {
		margin: 1px;
		width: 100%;
/		height: auto;
	}
}

@media screen and (max-width: 768px) {
	
	#header,
	#top_menu,
	#slider_index,
	#footer_top, 
	#footer_bottom, 
	#footer_center {
		width: 100%;
		min-width: 100%;
	}
	
	#header_main, 
	#top_menu_main,
	#wrapper,
	#footer_top_main, 
	#footer_bottom_main, 
	#footer_center_main {
		max-width: 100%;
		min-width: 100%;
	}
	
	#slider_index,
	#slider_uslugi,
	#block_company,
	#sidebar,
	#zayvka_popup,
	#contacts_zayvka {
		display: none;
	}
	
	/* HEADER */
	
	#header,
	#header_main,
	#header_logo,
	#header_callback ,
	#header_contact,
	#header_nomer,
	#header_address {
		float: none;
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	
	#header_main {
		padding: 10px 0 0px 0;
		border-top: 2px solid #ccc;
	}
	
	#header_logo {
		margin-bottom: 45px;
		font-size: 2em;
	}
	
	#header_logo .block {
		padding-left: 0;
		background: none;
	}
	
	#header_callback {
		margin-bottom: 20px;
	}
	
	#header_callback a {
		padding: 5px 15px;
	}
	
	#header_contact {
		margin-bottom: 30px;
	}
	
	#header_nomer {
		background: none;
		margin-bottom: 10px;
		font-size: 2em;
	}
	
	#header_address  {
		background: none;
		border: 0;
	}
	
	#header_address_fa {
		float: none;
		display: inline-block;
	}
	
	#header .fa {
		font-size: 0.8em;
	}
	
	/* TOP MENU */
	
	#top_menu a {
		padding-left: 10px;
	}
	
	/* WRAPPER */
	
	#wrapper {
		min-height: auto;
		padding: 0;
	}
	
	/* CONTENT */
	
	#content {
		margin: 0;
		padding: 20px 3%;
		width: 94%;
	}
	
	#content td, #content th {
		border: 0;
		padding: 15px 1%;
	}
	
	#content th {
		padding: 15px 2%;
	}
	
	#content table td:first-child {
		padding-left: 2%;
	}
	
	/*FOOTER*/
	
	#footer_top,
	#footer_center,
	#footer_bottom,
	#footer_top_main,
	#footer_telefon,
	#footer_callback,
	#footer_email,
	#footer_address,
	#footer_center_main,
	#footer_menu ul li,
	#footer_bottom_main,
	#footer_social,
	#footer_copyrait {
		float: none;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	#footer_top_main {
		padding: 20px 0;
		border: 0;
	}
	
	#footer_telefon {
		font-size: 2em;
		margin-bottom: 25px;
	}
	
	#footer_callback {
		margin-bottom: 40px;
	}
	
	#footer_callback a {
		padding: 10px 20px;
		font-size: 1.2em;
	}
	
	#footer_email {
		width: 180px;
		margin: 0 auto 10px auto;
		padding-left: 13px;
		background-position: center left;
	}
	
	#footer_address {
		width: 300px;
		margin: 0 auto;
		padding-left: 15px;
		background-position: top left;
	}
	
	#footer_center_main {
		display: none;
		padding: 30px 0;
		text-align: center;
	}
	
	#footer_menu ul li {
		padding: 0 0 30px 0;
		font-size: 1.3em;
		text-transform: uppercase;
	}
	
	#footer_menu ul li:last-child {
		padding: 0;
	}
	
	#footer_bottom_main {
		padding: 10px 0;
	}
	
	#footer_social {
		width: 175px;
		margin: 0 auto 10px auto;
		overflow: hidden;
	}
	
	/* STRANICA AKCII */
	
	#content .block_promo {
		max-width: 500px;
		width: 100%;
	}	
	
	/* STRANICA PROEKTY */
	
	#proecty .portfolio_block img {
		float: none;
		height: auto;
		width: 100%;
		margin-bottom: 10px;
	}
	
	#proecty .portfolio_block .text {
		margin-left: 0;
	}
	
	/* PROEKTY VNUTRENNIE STRANICY */
	
	#proecty_top img {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	
	#proecty_top .text {
		width: 100%;
		margin-left: 0;
	}
	
	#tabs{
		display: block;
		width: 100%;
	}
	
	#tabs>ul>li{
		width: 100%;
		margin: 0 0 10px 0;
		padding: 10px 0;
	}
	
	#tabs>ul:after{
		height: 0;
	}
	
	/* STRANICA KONTAKTY */
	
	#contacts {
		margin: 10px 0;
	}
	
	#contacts #form_contacts {
		display: none;
	}
	
	#contacts .left {
		float: none;
		width: 100%;
	}
	
	/* STRANICA USLUGI */
	
	#content .block_uslugi_1, #content .block_uslugi_2 {
		width: 99%;
	}
	
	/* USLUGI VNUTR */
	
	#slider {
/		display: none;
	}
	
	#content .carousel_block {
		margin: 0;
	}
	
	/* STRANICA NEWS */
	
	#content .news_list img.preview_picture {
		float: none;
		max-width: 100%;
		width: 100%;
		height: auto;
		margin: 0 0 10px;
	}
	
	#content .news_list a.link {
		display: block;
		margin: 0;	
	}
	
	#content .news_list .right_text {
		float: none;
		width: 100%;
	}
	
	/* CALLBACK */
	
	#cb_form {
	    left: 2px !important;
		right: 2px !important;
		max-width: 400px;
		width: 95%;
		margin: 0 auto;
		padding: 0;
	}
	
	#cb_form .cd_form_body input {
		max-width: 300px;
		width: 100%;
	}
}

a {color: #910300;}
.button {background: #910300;}
#header_logo_logo {color: #910300;}
#header_callback a {border-color: #910300; background: #910300;}
#header .hdslide_home {background: #910300;}
#header .hdslide_contact_callback a {background: #910300;}
#header .head_slide .fa {color: #910300;} 
#header .hdtopmenu ul li:hover {background: #910300;}
#top_menu ul li:hover {background: #910300 !important;}
#top_menu ul li.root-item-selected {background: #910300;}
#top_menu ul li.item-selected {background: #910300;}
#slider_index .owl-theme a.slidetextlink {border: 3px solid #910300;}
#slider_index .owl-theme a.slidetextlink:hover {background:  #910300;}
#sidebar_menu ul li a:hover, #sidebar_menu ul li a.selected {background: #910300;}
#content .index_plus .fa {color: #910300;}
#content ol.index_zakaz li:before {background: #910300;}
#proecty a.button {background: #910300;}
#contacts  .left .fa {color: #910300;}

.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/bitrix/templates/gvozdevsoft_bober_color_14/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/bitrix/templates/gvozdevsoft_bober_color_14/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}

.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}



.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
	cursor: pointer;
	min-height: 225px;
	width: 100% !important;
	height: auto !important;
}
.youtube .play {
    background: url('/bitrix/templates/gvozdevsoft_bober_color_14/images/youtube-play-btn.png') no-repeat;
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.youtube:hover .play {
    background-position: 0 0;
}


.youtube_popap iframe {
	position: unset;
width: 100% !important;
height: 600px !important;

}

.youtube_popap_wrap {
	position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
}

.youtube_popap {
    max-width: 900px;
    position: relative;
    width: 100%;
    max-height: 320px;
    height: 100%;
    display: block;
	top: -13%;
	z-index: 2;
}

.youtube_popap_exit {
	width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
	z-index: 1;
	background-color: #00000061;
}

/*ФОРМЫ*/
.form_calc .success, .form_calc .error, .form_calc .error_inp, .form_calc .error_agreement {
	display: none;
	color: red;
	margin: 10px 0px;
}
.form_calc .success {
	color: green;
}

/* End */
/* /bitrix/templates/.default/ajax/ajax.min.css?1700203692420 */
/* /bitrix/templates/gvozdevsoft_bober_color_14/css/font-awesome/css/font-awesome.min.css?170020369337517 */
/* /bitrix/templates/gvozdevsoft_bober_color_14/components/bitrix/menu/top/style.min.css?1700203693490 */
/* /bitrix/components/custom/feedback.form/templates/.default/style.css?1700203661292 */
/* /bitrix/templates/.default/components/custom/feedback.form/form.zahvat_page/style.css?1700203692292 */
/* /bitrix/templates/.default/components/epir/medialibrary.list/template1/style.css?1700203692234 */
/* /bitrix/templates/gvozdevsoft_bober_color_14/template_styles.css?173770745075722 */
