

/* Start:/bitrix/templates/tm/css/normalize.css?16851417187279*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

body {
  margin: 0;
}

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

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

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

template, /* 1 */
[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

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

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

figure {
  margin: 1em 40px;
}

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

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

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

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

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

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

optgroup {
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* End */


/* Start:/bitrix/templates/tm/icons/style.css?17157779582356*/
@font-face {
  font-family: 'icon';
  src:  url('/bitrix/templates/tm/icons/fonts/icon.eot?hhp4e6');
  src:  url('/bitrix/templates/tm/icons/fonts/icon.eot?hhp4e6#iefix') format('embedded-opentype'),
    url('/bitrix/templates/tm/icons/fonts/icon.ttf?hhp4e6') format('truetype'),
    url('/bitrix/templates/tm/icons/fonts/icon.woff?hhp4e6') format('woff'),
    url('/bitrix/templates/tm/icons/fonts/icon.svg?hhp4e6#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon_"], [class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_icon_layout_list:before {
  content: "\e900";
}
.icon_icon_layout_tile:before {
  content: "\e901";
}
.icon_icon_chair:before {
  content: "\e902";
}
.icon_icon_eye:before {
  content: "\e903";
}
.icon_icon_lab:before {
  content: "\e904";
}
.icon_icon_med:before {
  content: "\e905";
}
.icon_icon_spa:before {
  content: "\e906";
}
.icon_icon_tooth:before {
  content: "\e907";
}
.icon_icon_question:before {
  content: "\e908";
}
.icon_icon_call:before {
  content: "\e909";
}
.icon_icon_cart:before {
  content: "\e90a";
}
.icon_icon_search:before {
  content: "\e90b";
}
.icon_icon_compare:before {
  content: "\e90c";
}
.icon_icon_doc:before {
  content: "\e90d";
}
.icon_icon_fav:before {
  content: "\e90e";
}
.icon_icon_pinpoint:before {
  content: "\e90f";
}
.icon_icon_video:before {
  content: "\e910";
}
.icon_icon_car:before {
  content: "\e911";
}
.icon_icon_404:before {
  content: "\e912";
}
.icon_icon_plus:before {
  content: "\e913";
}
.icon_icon_minus:before {
  content: "\e914";
}
.icon_icon_bkwd:before {
  content: "\e915";
}
.icon_icon_fwd:before {
  content: "\e916";
}
.icon_icon_pagination_bkwd:before {
  content: "\e917";
}
.icon_icon_pagination_fwd:before {
  content: "\e918";
}
.icon_icon_vk:before {
  content: "\e919";
}
.icon_icon_fb:before {
  content: "\e91a";
}
.icon_icon_insta:before {
  content: "\e91b";
}
.icon_icon_youtube:before {
  content: "\e91c";
}
.icon_icon_twit:before {
  content: "\e91d";
}
.icon_icon_gas:before {
  content: "\e91e";
}
.icon_icon_telegram:before {
  content: "\e91f";
}
.icon_icon_telegram1:before {
  content: "\e920";
}

/* End */


/* Start:/bitrix/templates/tm/fonts/style.css?1673604100496*/
/* Copyright (c) 2014 by Vyacheslav Kirilenko, Gayane Bagdasaryan. All rights reserved. */

@font-face {
	font-family: 'GerberaLight';
	src: url('/bitrix/templates/tm/fonts/Gerbera-Light.eot');
	src:
	     url('/bitrix/templates/tm/fonts/Gerbera-Light.eot?#iefix') format('embedded-opentype'),
	     url('/bitrix/templates/tm/fonts/Gerbera-Light.woff2') format('woff2'),		 
	     url('/bitrix/templates/tm/fonts/Gerbera-Light.woff') format('woff'),
	     url('/bitrix/templates/tm/fonts/Gerbera-Light.ttf') format('truetype'),
	     url('/bitrix/templates/tm/fonts/Gerbera-Light.svg#Gerbera-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* End */


/* Start:/bitrix/templates/tm/css/bootstrap.min.css?1685141718121200*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/bitrix/templates/tm/css/../fonts/glyphicons-halflings-regular.eot);src:url(/bitrix/templates/tm/css/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/bitrix/templates/tm/css/../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/bitrix/templates/tm/css/../fonts/glyphicons-halflings-regular.woff) format('woff'),url(/bitrix/templates/tm/css/../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/bitrix/templates/tm/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.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}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
/* End */


/* Start:/bitrix/templates/tm/css/nouislider.css?16851417184594*/
/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
  margin: 27px 0;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 3px;
}
.noUi-horizontal .noUi-handle {
  height: 15px;
  width: 15px;
  left: -7px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-target {
  background: #939393;
}
.noUi-connect {
  background: #191919;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  outline: none;
  border-radius: 50%;
  background: #00bbdd;
  cursor: pointer;
}
.noUi-handle:hover {
  background: #ff3300;
}
.noUi-active {
  /*box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;*/
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: none;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/* End */


/* Start:/bitrix/templates/tm/css/slick.css?16851417181744*/
/* Slider */
.slick-slider
{
    position: relative;
    z-index: 1;
    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;
}

/* End */


/* Start:/bitrix/templates/tm/css/style.css?1752250081146547*/
@charset "utf-8";
body {
  font-size: 16px;
  font-weight: 300;
  overflow-x: hidden;
  font-family: 'GerberaLight', sans-serif;
  color: #191919;
  -webkit-font-smoothing: antialiased;
}
.setlangmob{display: none;}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
span.title {
  display: block;
  margin-top: 0;
  color: #191919;
}
h1.no-mar,
.h1.no-mar,
h2.no-mar,
.h2.no-mar,
h3.no-mar,
.h3.no-mar,
h4.no-mar,
.h4.no-mar,
h5.no-mar,
.h5.no-mar,
span.title.no-mar {
  margin-bottom: 0;
}
h1,
.h1 {
  margin-bottom: 40px;
  font-family: 'GerberaLight', sans-serif;
  color: #191919;
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
}
h2,
.h2 {
  margin-top:30px;
  margin-bottom: 15px;
  color: #191919;
  font-size: 23px;
  font-weight: 300;
  line-height: 27px;
}
h2:first-child,
h2.no_t_m,
.h2:first-child,
.h2.no_t_m{
  margin-top:0px;
}

h3,
.h3 {
margin-top: 30px;
margin-bottom: 15px;
color: #191919;
font-size: 20px;
font-weight: 300;
line-height: 22px;
}
h4,
.h4 {
  margin-bottom: 15px;
  color: #191919;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
h5,
.h5 {
  margin-bottom: 15px;
  color: #939393;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}
.lead {
  margin-bottom: 40px;
  color: #939393;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
.quot1 {
  color: #939393;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  font-style: italic;
}
.desc {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #939393;
  font-size: 23px;
  font-weight: 300;
  line-height: 22px;
}

.h2dop {
  margin-top:30px;
  margin-bottom: 15px;
  color: #191919;
  font-size: 23px !important;
  font-weight: 300;
  line-height: 27px;
}
.h12 {
  font-family: 'GerberaLight', sans-serif;
  color: #191919;
  font-weight: 300;
  line-height: 58px;
  font-size: 23px;
  margin-bottom: -30px;
}
a#srva {border: none; color: black;}
a#srva:hover {color: #ff3300;}

img + .desc,
iframe + .desc {
  line-height: normal;
  margin-top: 10px;
  font-size: 14px;
  display: block;
}
p.small {
  font-size: 14px;
}
p + p {
  margin-top: 20px;
}
p img {
  max-width: 100%;
}
.content img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.links-box ul {margin-bottom: 20px; padding-left: 1.25em;}
.links-box ul li {list-style: none; padding-left: 0; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px; line-height: 1.3;}


.content ul.ya-share2__list {margin: 0;}

.content ul.breadcrumb {margin-left: 0px;}

.content ul {margin-left: 50px; margin-top: 15px;}
.content ul > li {list-style-type: disc; padding-bottom: 5px;}

.content ol {margin-left: 50px; margin-top: 15px; margin-bottom: 0px;}
/* .content ol li {list-style: digit; margin-left: 50px; margin-top: 15px; margin-bottom: 0px;} */
.content ol > li {list-style-type: number; counter-increment: list;}

ul,
ol {
  margin-bottom: 30px;
  padding-left: 1.25em;
}
ul {
  list-style: none;
  padding-left: 0;
}
ul.half {
  padding-right: 15px;
  float: left;
  width: 50%;
}
ul.links li {
  padding-left: 20px;
}
ul.links li:before {
  vertical-align: text-bottom;
  margin: 0 7px 0 -20px;
  color: #00bbdd;
  content: '•';
}
ul.links li a {
  border-color: transparent;
  color: #191919;
}
ul.lines {margin-left: 0;}

ul.lines li {list-style-type: none;}
ul.lines a {color: red; text-decoration: none; border-bottom: 1px dashed #00bbdd;}

ul.lines li:before {
  content: '— ';
}
li {
  line-height: 19px;
  margin-bottom: 10px;
  font-size: 16px;
}
li a:hover,
li .u_hover:hover u,
li .a_ajax:hover u {
  border-color: transparent;
  color: #ff3300;
}

ul.galka li{list-style: disk; padding-left: 20px;}
ul.galka li:before {content: '\f00c'; font-family: 'FontAwesome'; margin-right: 20px;}

input,
select,
textarea,
.placeholder.value,
.label-placeholder .control-label {
  font-size: 16px;
  font-weight: 400;
  font-family: 'GerberaLight', sans-serif;
  color: #191919;
  -webkit-font-smoothing: antialiased;
  resize: none;
}
.bold,
b,
strong {
  font-weight: 700;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a u {
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
a:not(.btn),
a.a_ajax {
  color: #00bbdd;
  text-decoration: none !important;
}
a:not(.btn):hover,
a.a_ajax:hover,
a:not(.btn):active,
a.a_ajax:active {
  color: #ff3300;
}
a:not(.btn),
.u_hover u,
.a_ajax u {
  color: #00bbdd;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #a6e8f6;
}
a.a_ajax {
  border-bottom: 0 !important;
}
.a_ajax u {
  border-bottom-style: dashed;
}
a:hover,
.u_hover:hover u,
.a_ajax:hover u {
  border-color: #ff3300;
  color: #ff3300;
}
.rel {
  position: relative;
}
.overflow {
  overflow: hidden;
}
.pad {
  padding-top: 30px;
  padding-bottom: 30px;
}
.nowrap {
  white-space: nowrap;
}
img.left {
  float: left;
  margin: 0 10px 10px 0;
}
img.right {
  float: right;
  margin: 0 0 10px 10px;
}
.hr {
  width: 100%;
  height: 1px;
  margin: 30px auto;
  background: #939393;
}
.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}
.d_table {
  display: table;
  width: 100%;
}
.d_thead {
  display: table-header-group;
}
.d_tbody {
  display: table-row-group;
}
.d_tfooter {
  display: table-footer-group;
}
.d_tr {
  display: table-row;
}
.d_td,
.d_th {
  display: table-cell;
}
.va_t {
  vertical-align: top;
}
.va_m {
  vertical-align: middle;
}
.va_tt,
.va_tt img {
  vertical-align: baseline;
}
.va_b {
  vertical-align: bottom;
}
.ta_c {
  text-align: center;
}
.ta_l {
  text-align: left;
}
.ta_r {
  text-align: right;
}
.floater:after {
  display: block;
  content: '';
  clear: both;
}
.floater .floater-one {
  float: left;
}
.floater .floater-one + .floater-one {
  float: right;
}
.popup-content {
  display: none;
}
.text-clip {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.font-color-white {
  color: #fff;
}
.img-to-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.map {
/*  background: #eeeeee; */
/*  padding-bottom: 86%; */
  position: relative;
  display: block;
  width: 100%;
}
.map > * {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.videoWrapper {
  padding-bottom: 56.25%;
  margin: 30px 0 60px;
  position: relative;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  margin: 30px 0;
}
fieldset legend {
  margin-bottom: 15px;
  font-size: 18px;
  border: 0;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 40px;
  padding: 0.5em 1em;
  outline: none;
  color: #191919;
  border: 1px solid #939393;
}
.form-control:focus,
.form-control.active {
  border-color: #00bbdd;
  -webkit-box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}
.form-group {
  margin-bottom: 30px;
}
.has-error,
.has-error * {
  color: #ff3300 !important;
}
.help-block,
p.help-block {
  margin-top: 10px;
}
label {
  font-size: 14px;
  font-weight: 400;
}
label.checkbox,
label.radio {
  margin: 0;
  padding-left: 18px;
  line-height: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
}
label.checkbox.inline,
label.radio.inline {
  display: inline-block;
}
label.checkbox.inline + .checkbox,
label.radio.inline + .checkbox,
label.checkbox.inline + .radio,
label.radio.inline + .radio {
  margin-left: 30px;
  margin-top: 0;
}
label.checkbox + .checkbox,
label.radio + .checkbox,
label.checkbox + .radio,
label.radio + .radio {
  margin-top: 10px;
}
label.checkbox .control-label,
label.radio .control-label {
  font-weight: 400;
}
label.checkbox input,
label.radio input {
  display: none;
}
label.checkbox span:hover,
label.radio span:hover {
  color: #ff3300;
}
label.checkbox span:after,
label.radio span:after,
label.checkbox span:before,
label.radio span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 12px;
  height: 12px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 12px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 1px #191919;
  -moz-box-shadow: inset 0 0 0 1px #191919;
  box-shadow: inset 0 0 0 1px #191919;
}
label.checkbox.margin {
  margin-bottom: 30px;
}
label.checkbox.swither {
  padding-left: 60px;
  line-height: 24px;
}
label.checkbox.swither.inline + .inline {
  margin-left: 30px;
  margin-top: 0;
}
label.checkbox.swither + .swither {
  margin-top: 20px;
}
label.checkbox.swither span:before {
  box-shadow: inset 0 0 0 2px #191919, inset -25px 0 0 2px #191919;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  height: 24px;
  width: 50px;
}
label.checkbox.swither span:after {
  display: none;
}
label.checkbox.swither input:checked + span:before {
  box-shadow: inset 25px 0 0 2px #a6e8f6, inset 0 0 0 2px #a6e8f6;
}
label.checkbox span:after {
  top: 0;
  background: url('/bitrix/templates/tm/css/../img/checkbox.png') center no-repeat;
  height: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 0 0 0 #000;
  -moz-box-shadow: inset 0 0 0 0 #000;
  box-shadow: inset 0 0 0 0 #000;
}
label.checkbox input:checked + span:before {
  -webkit-box-shadow: inset 0 0 0 1px #191919;
  -moz-box-shadow: inset 0 0 0 1px #191919;
  box-shadow: inset 0 0 0 1px #191919;
}
label.checkbox input:checked + span:after {
  height: 12px;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
label.radio + .radio {
  margin-top: 10px;
}
label.radio span:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
label.radio span:after {
  display: none;
}
label.radio input:checked + span:before {
  -webkit-box-shadow: inset 0 0 0 3px #fff, 0 0 0 1px #191919;
  -moz-box-shadow: inset 0 0 0 3px #fff, 0 0 0 1px #191919;
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 1px #191919;
  background: #191919;
}
label.radio:after {
  display: table;
  content: '';
  clear: both;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: inherit;
}
.ya-share2{
  display: inline-block;
  vertical-align: middle;
}
.modal .modal-content {
  padding: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal .modal-content .modal-header {
  text-align: center;
  margin-bottom: 15px;
  color: #191919;
  font-family: 'GerberaLight', sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 27px;
  border-bottom: 0;
  padding: 0;
}
.modal .modal-content .modal-header .close {
  width: 25px;
  height: 25px;
  margin: -65px;
  text-align: center;
  outline: none;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal .modal-content .modal-header .close:after,
.modal .modal-content .modal-header .close:before {
  content: '';
  display: block;
  margin: 0 -2px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.modal .modal-content .modal-header .close:after {
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .modal-content .modal-header .close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .modal-content .modal-header .close:hover:after,
.modal .modal-content .modal-header .close:hover:before {
  background: #ff3300;
}
.modal .modal-content .modal-header .close:active:after,
.modal .modal-content .modal-header .close:active:before {
  background: #00bbdd;
}
.modal .modal-content .modal-body {
  padding: 0;
}
.modal .modal-content .modal-body .control-label {
  font-weight: 700;
}
.modal .modal-content .modal-footer {
  padding: 10px 0 0;
  border-top: 0;
}
.modal .modal-content .form-group {
  margin-bottom: 20px;
}
.modal .modal-dialog {
  margin: 50px auto;
  max-width: 430px;
  width: auto;
}
.popover + .popover {
  margin-left: 10px;
}
.popover.top {
  margin-bottom: 10px;
}
.popover.left {
  margin-right: 10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.bottom .arrow + .popover-title {
  position: relative;
  z-index: 2;
}
.popover.bottom .arrow + .popover-title:before,
.popover.bottom .arrow + .popover-title:after {
  border: 10px solid transparent;
  margin-left: -10px;
  border-top-width: 0;
  position: absolute;
  content: " ";
  left: 50%;
}
.popover.bottom .arrow + .popover-title:before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow + .popover-title:after {
  border-bottom-color: #eeeeee;
  top: -10px;
}
.popover-title {
  background: #eeeeee;
  padding: 12px 15px;
  font-weight: 700;
}
.popover-content {
  padding: 12px 15px 15px;
}
.prodgal {
  width: 230px;
  height: 185px;
  text-align: center;
  margin: 2px;
  font-size: 11px;
}
.prodgal img {
  border: 1px #cccccc solid;
  max-width: 100%;
  max-height: 100%;
}

.complex-bg {
  background-color: #d6f9ff;
}
.complex-item {
  display: flex;
  flex-direction: column;
  height: 710px;
  width: 100%;
}
.complex-title {
  font-size: 48px;
  font-family: 'GerberaLight', sans-serif;
  color: #191919;
  padding-top: 24px;
}
.complex-list {
  margin-left: 4px;
  margin-top: 6px;
}







.product-page__inner {
  display: grid;
  grid-template-columns: auto 292px;
  gap: 24px;
}

.product-page__left-inner {
  display: grid;
  grid-template-columns: 292px auto;
  gap: 24px;
}

div#sale_order_props div.form-group {margin-bottom: 10px;}

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

}

@media screen and (max-width: 991px) {
  .product-page__inner {
    display: flex;
    flex-direction: column;
  }
  .product-page__left-inner {
    display: block
  }
  .product-page__left {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .product-page__inner .serach-result {
    margin: 24px;
  }
  .product-page__inner .serach-result .nav-tabs {
    margin: 24px 0;
  }
  .tab-content iframe {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .b-search-result .nav-tabs {
    margin: 24px 0 !important;
  }
}

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

}








.complex-list ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.complex-list li {
  margin-bottom: 0;
  padding-bottom: 0;
  list-style-type: none;
}
.complex-bottom {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
}
.complex-text {
  max-width: 370px;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #191919;
  font-family: 'GerberaLight', sans-serif;
}
.complex-btn {
  margin-left: auto;
}
.complex-btn .btn {
  width: 270px;
  height: 50px;
  line-height: 48px;
  margin-right: 25px;
  margin-top: 9px;
}
.complex-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.complex-carousel .complex-img img {
  max-width: 768px;
  max-height: 100%;
  width: auto;
  height: auto;
}
.complex-carousel-changer {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.complex-carousel-changer a {

}
.project-list-item {
  font-size: 0;
  margin-bottom: 30px;
}
.project-list-item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 270px;
  font-size: 0;
}
.project-list-item-img {
  
}
.project-list-item-img:after {
  background: rgba(0, 34, 51, 0.9);
  background: linear-gradient(to top, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 34, 51, 0.9)), color-stop(100%, rgba(0, 34, 51, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 34, 51, 0.9)', endColorstr='rgba(0, 34, 51, 0)', GradientType=0);
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  height: 50%;
  width: 100%;
  z-index: 1;
  top: 50%;
  left: 0;
}
.project-list-item:hover .project-list-item-img:after {
  background: rgba(0, 34, 51, 0.9);
  background: linear-gradient(to top, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0.9) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0.9) 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 34, 51, 0.9)), color-stop(100%, rgba(0, 34, 51, 0.9)));
  background: -webkit-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0.9) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0.9) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 34, 51, 0.9)', endColorstr='rgba(0, 34, 51, 0.9)', GradientType=0);
  height: 100%;
  top: 0;
}

.project-list-item-content {
  z-index: 1;
  position: absolute;
  bottom: 21px;
  left: 41px;
  font-size: 14px;
  color: #ffffff;
  padding-right: 30px;
}
.project-list-item-title {
  font-size: 23px;
  margin-bottom: 6px;
}
.project-list-more {
  margin-top: 30px;
}
.project-list-more .btn {
  width: 270px;
  height: 50px;
  line-height: 48px;
  margin: 0 auto;
}

.complex-form-title {
  text-align: center;
}
.complex-form {
  display: block;
  width: 370px;
  margin: 0 auto;
  margin-bottom: 63px;
}
.complex-form-wrap {
  position: relative;
  margin-top: 54px;
}
.complex-form-wrap .container {
  position: relative;
  z-index: 1;
}
.complex-form-wrap::after {
  position: absolute;
  left: 37px;
  top: -99px;
  content: '';
  width: 100%;
  height: calc(100% + 99px);
  background-image: url(/bitrix/templates/tm/css/../img/form-bg.png);
  background-repeat: no-repeat;
} 
.complex-form input[type=submit].btn-block {
  display: block;
  width: 270px;
  height: 50px;
  line-height: 48px;
  cursor: pointer;
  margin: 0 auto;
}

div.afbf_feedback_poles1 input {border: 1px solid #939393 ! important;}
.grecaptcha-badge { visibility: hidden; }

.help {
  background-image: url(/bitrix/templates/tm/css/../img/help-bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 36px;
  padding-bottom: 33px !important;
  margin-bottom: -30px;
}
.help-wrapper {
  display: flex;
  align-items: center;
  padding: 0 70px;
}
.help-content {
  flex: 0 600px;
}
.help-title {
  font-size: 23px;
  color: #ffffff;
  margin-bottom: 4px;
}
.help-text {
  font-size: 18px;
  color: #ffffff;
}
.help-btn {
  margin-left: auto;
}
.help-btn .btn {
  width: 230px;
  background-color: #191919;
}
.help-btn .btn:hover {
  background-color: #ff3300;
}

@media screen and (max-width: 991px) {
  h1,
  .h1 {
    margin-bottom: 45px;
    line-height: 1.4;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    margin-bottom: 35px;
    line-height: normal;
    font-size: 28px;
  }
  h2,
  .h2 {
    margin-bottom: 35px;
    line-height: normal;
    font-size: 18px;
  }
  ul.half {
    padding-right: 0;
    width: 100%;
    float: none;
  }
  label.checkbox.inline,
  label.radio.inline {
    display: block;
  }
  label.checkbox.inline + .checkbox,
  label.radio.inline + .checkbox,
  label.checkbox.inline + .radio,
  label.radio.inline + .radio {
    margin-top: 30px;
    margin-left: 0;
  }
  label.checkbox.swither.inline + .inline {
    margin-top: 30px;
    margin-left: 0;
  }
  .btn:not(.btn-block) + .btn {
    margin-top: 30px;
    margin-left: 0;
  }
  .btn.btn-responsive {
    width: 100%;
  }
  .btn.btn-responsive + .btn-responsive {
    margin-left: 0;
    margin-top: 30px;
  }
  .main-nav nav a {
    border-bottom-width: 0!important;
    padding: 15px;
    display: none;
  }
  .main-nav nav a:hover,
  .main-nav nav a.active {
    border-bottom-width: 0!important;
    background-color: #bf2422;
  }
  .sandwich {
    display: inline-block;
  }
  .popover {
    left: 50%!important;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    min-width: 90%;
  }
  .popover.left,
  .popover.right {
    margin: 0!important;
  }
  .popover.left .arrow,
  .popover.right .arrow {
    border: 10px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.25);
    margin-left: -10px;
    bottom: -10px;
    border-bottom-width: 0;
    top: auto!important;
    position: absolute;
    content: " ";
    left: 50%;
  }
  .popover.left .arrow:after,
  .popover.right .arrow:after {
    border: 10px solid transparent;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
    position: absolute;
    content: " ";
    bottom: 1px;
    left: 50%;
  }
  .modal .modal-content {
    padding: 20px 15px;
  }
  .modal .modal-content .modal-header {
    margin-right: 30px;
    text-align: left;
  }
  .modal .modal-content .modal-header .close {
    margin: 0 -30px;
  }
  .modal .modal-content .modal-header .close:after,
  .modal .modal-content .modal-header .close:before {
    background: #191919;
  }
  .modal .modal-dialog {
    margin: 0;
  }
}
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
}
body {
  background: #fff;
  /*&.modal-open {
		padding-right: 0 !important;
		overflow: auto !important;
	}*/
}
.box {
  height: auto !important;
  min-height: 100%;
  height: 100%;
}
.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
header {
  position: relative;
  z-index: 4;
}
.footer_clear {
  clear: both;
}
footer {
  background: #eeeeee;
  padding: 20px 0 25px;
  position: relative;
  z-index: 1;
}
article,
section {
  padding: 30px 0;
}
section:first-child {
  padding-top: 0;
}
section:last-child {
  padding-bottom: 0;
}
.bg-red {
  background: #ff3300;
}
.bg-red-middle {
  background: #bf2422;
}
.bg-red-dark {
  background: #9d1b19;
}
.bg-blue {
  background: #a6e8f6;
}
.bg-blue-middle {
  background: #00bbdd;
}
.bg-blue-light {
  background: #d6f9ff;
}
.bg-gray-light {
  background: #eeeeee;
}
.bg-gray {
  background: #dddddd;
}
.bg-gray-middle {
  background: #939393;
}
.bg-gray-dark {
  background: #191919;
}
.bg-white {
  background: #fff;
}
.slick-slider.slick-full_height {
  height: 100%;
}
.slick-slider.slick-full_height .slick-list {
  height: 100%;
}
.slick-slider.slick-full_height .slick-list .slick-track {
  height: 100%;
}
.slick-slide {
  outline: none !important;
}
.slick-slide img {
  display: inline;
}
.slick-prev,
.slick-next {
  background: transparent;
  vertical-align: top;
  position: absolute;
  margin-top: -15px;
  cursor: pointer;
  line-height: 0;
  outline: none;
  font-size: 0;
  height: 30px;
  width: 16px;
  left: -25px;
  z-index: 2;
  padding: 0;
  border: 0;
  top: 50%;
  font-weight: 800;
}
.slick-prev:after,
.slick-next:after {
  font-family: 'icon';
  color: #191919;
  font-size: 30px;
  display: block;
}
.slick-prev:hover:after,
.slick-next:hover:after {
  color: #ff3300;
}
.slick-prev:after {
  content: "\e915";
}
.slick-next {
  left: auto;
  right: -25px;
}
.slick-next:after {
  content: "\e916";
}
.slick-dots {
  text-align: center;
  position: relative;
  list-style: none;
  margin: 20px 0 0;
  width: 100%;
  padding: 0;
  top: 100%;
  left: 0;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 16px;
  padding: 0;
  font-size: 0;
  background: transparent;
  outline: none;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 1px #191919;
  -moz-box-shadow: inset 0 0 0 1px #191919;
  box-shadow: inset 0 0 0 1px #191919;
}
.slick-dots li:hover button {
  -webkit-box-shadow: inset 0 0 0 10px #ff3300;
  -moz-box-shadow: inset 0 0 0 10px #ff3300;
  box-shadow: inset 0 0 0 10px #ff3300;
}
.slick-dots li.slick-active button {
  -webkit-box-shadow: inset 0 0 0 10px #00bbdd;
  -moz-box-shadow: inset 0 0 0 10px #00bbdd;
  box-shadow: inset 0 0 0 10px #00bbdd;
}

button.owl-next {position: absolute; right: 0px; top: 43%;}
button.owl-prev {position: absolute; left: 0px; top: 43%;}
button.owl-next span:after {font-size: 25px; color: #000; font-family: 'icon' !important; content: '\e916';}
button.owl-prev span:before {font-size: 25px; color: #000; font-family: 'icon' !important; content: '\e915';}

.owlabout img {filter: grayscale(1); transition: 1s; margin-top: 20px; height: 85px;}
.owlabout img:hover {filter: grayscale(0); transition: 200ms;}

.label-placeholder {
  position: relative;
  margin: 0 0 30px;
}
.label-placeholder .control-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  padding: 0;
  z-index: 1;
  color: rgba(25, 25, 25, 0.3);
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.label-placeholder .form-control {
  position: relative;
  height: 40px;
  padding: 0;
  color: #191919;
  background: transparent;
  border: 0;
  z-index: 2;
  border-bottom: 1px solid #939393;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.label-placeholder .form-control:focus {
  border-color: #00bbdd;
}
.label-placeholder .form-control:focus + .control-label {
  color: #00bbdd;
}
.label-placeholder .form-control:not(textarea) {
  height: 40px;
}
.label-placeholder textarea.form-control {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  height: auto;
}
.label-placeholder:focus .control-label,
.label-placeholder.value .control-label {
  height: auto;
  margin-top: -0.5em;
  font-size: 12px;
  line-height: 0;
}
.chosen-select {
  width: 100%;
}
.chosen-select-deselect {
  width: 100%;
}
.chosen-container {
  display: inline-block;
  font-size: 16px;
  position: relative;
  vertical-align: middle;
  width: 100%!important;
}
.chosen-container .chosen-drop {
  background: #fff;
  border: 1px solid #00bbdd;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  right: 0;
}
.chosen-container .chosen-results {
  color: #191919;
  margin: 0 .5em .5em 0;
  max-height: 240px;
  padding: 0 0 0 .5em;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  line-height: 15px;
  list-style: none;
  margin: 0;
  padding: .5em;
  font-size: 14px;
}
.chosen-container .chosen-results li em {
  background: #939393;
  font-style: normal;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  color: #dddddd;
  font-weight: bold;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #a6e8f6;
  background-image: none;
  color: white;
}
.chosen-container .chosen-results li.highlighted em {
  background: transparent;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #939393;
}
.chosen-container .chosen-results .no-results {
  background: #939393;
  display: list-item;
}
.chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1;
}
.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chosen-container .chosen-results-scroll-down {
  bottom: 0;
}
.chosen-container-single .chosen-single {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  border-color: #939393 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #191919 !important;
  display: block;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  padding: 0 0 0 1em;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
}
.chosen-container-single .chosen-single abbr {
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: 15px;
  width: 12px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px;
}
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}
.chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
}
.chosen-container-single .chosen-single div b {
  border-top: 4px solid #191919;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  margin: -2px -4px;
  border-bottom: 0;
  display: block;
  left: 50%;
  top: 50%;
}
.chosen-container-single .chosen-default {
  color: #939393;
}
.chosen-container-single .chosen-search {
  margin: 0;
  padding: .5em;
  position: relative;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  background: #fff;
  border: 1px solid #939393;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 1px 0;
  padding: 0.5em 1em 0.5em 0.5em;
  width: 100%;
}
.chosen-container-single .chosen-search input[type="text"]:focus {
  border: 1px solid #00bbdd;
  outline: none;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.chosen-container-single-nosearch .chosen-search {
  padding: 0;
}
.chosen-container-single-nosearch .chosen-search input {
  position: absolute;
  left: -9000px;
}
.chosen-container-single-nosearch .chosen-results {
  padding: 0;
  margin: 0;
}
.chosen-container-single-nosearch .chosen-results li {
  padding: .5em 1em;
}
.chosen-container-multi .chosen-choices {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #939393;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-field input[type="text"] {
  background: transparent !important;
  border: 0 !important;
  color: #dddddd;
  height: 38px;
  margin: 0;
  padding: .5em 1em;
  outline: 0;
}
.chosen-container-multi .chosen-choices .search-field .default {
  color: #dddddd;
}
.chosen-container-multi .chosen-choices .search-choice {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #a6e8f6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  cursor: default;
  line-height: 1.9;
  margin: 3px 0 3px 3px;
  padding: 3px 26px 3px 10px;
  position: relative;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  display: block;
  font-size: 1px;
  margin-top: -6px;
  height: 12px;
  position: absolute;
  right: 7px;
  top: 50%;
  width: 12px;
  cursor: pointer;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:after,
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:before {
  content: '';
  display: block;
  margin: 5px -1px;
  height: 1px;
  background: #fff;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:after {
  margin-top: -8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:active:after,
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:active:before {
  background: #00bbdd;
}
.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #939393;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-results li {
  padding: .5em 1em;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}
.chosen-container-active .chosen-single {
  border: 1px solid #00bbdd;
  -webkit-transition: border linear .2s, box-shadow linear .2s 0.3s ease;
  -moz-transition: border linear .2s, box-shadow linear .2s 0.3s ease;
  -o-transition: border linear .2s, box-shadow linear .2s 0.3s ease;
  transition: border linear .2s, box-shadow linear .2s 0.3s ease;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border-color: #00bbdd !important;
  -webkit-transition: border linear .2s, box-shadow linear .2s 0.3s ease;
  -moz-transition: border linear .2s, box-shadow linear .2s 0.3s ease;
  -o-transition: border linear .2s, box-shadow linear .2s 0.3s ease;
  transition: border linear .2s, box-shadow linear .2s 0.3s ease;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  border-bottom: 4px solid #191919;
  border-top: 0;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #00bbdd;
  -webkit-transition: border linear .2s, box-shadow linear .2s 0.3s ease;
  -moz-transition: border linear .2s, box-shadow linear .2s 0.3s ease;
  -o-transition: border linear .2s, box-shadow linear .2s 0.3s ease;
  transition: border linear .2s, box-shadow linear .2s 0.3s ease;
}
.chosen-container-active .chosen-choices .search-field input[type="text"] {
  color: #191919 !important;
}
.chosen-container-active.chosen-with-drop .chosen-choices {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
.chosen-rtl .chosen-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
.chosen-rtl .chosen-single div {
  left: 7px;
  right: auto;
}
.chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto;
}
.chosen-rtl .chosen-choices .search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices .search-choice {
  margin: 6px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices .search-choice .search-choice-close {
  background-position: right top;
  left: 4px;
  right: auto;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  background: #fff;
  direction: rtl;
  padding: 4px 5px 4px 20px;
}
.input-group .chosen-container:last-child .chosen-single,
.input-group .chosen-container:last-child .chosen-default,
.input-group .chosen-container:last-child .chosen-choices {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .chosen-container:not(:last-child) .chosen-single,
.input-group .chosen-container:not(:last-child) .chosen-default,
.input-group .chosen-container:not(:last-child) .chosen-choices {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.customScrollbar {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #939393;
  position: relative;
  overflow: auto;
  display: block;
  height: 200px;
}
.customScrollbar .inBox {
  box-sizing: border-box;
  display: block;
  padding: 15px;
}
.customScrollbar .mCSB_container {
  margin-right: 16px;
  padding-right: 0;
}
.customScrollbar .mCSB_container_wrapper {
  margin-bottom: 16px;
  margin-right: 16px;
}
.customScrollbar .mCSB_scrollTools {
  width: 16px;
}
.customScrollbar .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 16px;
  width: auto;
}
.customScrollbar .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer {
  bottom: 0;
  right: 0;
  left: 15px;
  top: 0;
}
.customScrollbar .mCSB_scrollTools .mCSB_draggerContainer {
  bottom: 10px;
  right: 0;
  left: 0;
  top: 10px;
}
.customScrollbar .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #eeeeee;
  width: 2px;
}
.customScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #00bbdd;
}
.customScrollbar .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.customScrollbar .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.customScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background-color: #a6e8f6;
}
.main-nav.active {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ff3300;
  position: fixed;
  overflow: auto;
  z-index: 100;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.main-nav.active a {
  font-weight: 500;
  border-bottom-width: 0!important;
  color: #000 !important;
  display: block;
}
.main-nav.active a.active {
  color: #000 !important;
}
.main-nav nav {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-nav nav:after {
  display: table;
  content: '';
  clear: both;
}
.main-nav nav a {
  border-bottom: 5px solid #fff !important;
  font-weight: 500;
  color: #000 !important;
  padding: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  transition: all 0.3 ease;
  display: inline-block;
}
.main-nav nav a:hover {
  border-bottom: 5px solid #bf2422 !important;
}
.main-nav nav a.active {
  border-bottom: 5px solid #ff3300 !important;
  color: #ff3300 !important;
  font-weight: 700;
}
.main-nav nav a u {
  text-decoration: none;
}
.sandwich {
  font-weight: 700;
  line-height: 24px;
  font-size: 24px;
  padding: 13px 7px;
  overflow: hidden;
  display: none;
  float: right;
}
.sandwich:after {
  display: table;
  content: '';
  clear: both;
}
.sandwich .sandwich-text {
  line-height: 24px;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}
.sandwich .sandwich-wrapper {
  height: 15px;
  width: 22px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.sandwich .sandwich-wrapper span {
  background: #191919;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
}
.sandwich .sandwich-wrapper span:nth-child(1) {
  top: 0;
}
.sandwich .sandwich-wrapper span:nth-child(2) {
  margin-top: -0.5px;
  top: 50%;
}
.sandwich .sandwich-wrapper span:nth-child(3) {
  bottom: 0;
}
.sandwich.active span {
  background-color: #191919;
}
.sandwich.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.sandwich.active span:nth-child(2) {
  margin-left: 50%;
  width: 0;
}
.sandwich.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 7px;
}
.btn {
  height: 40px;
  padding: 0 25px;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  background: #00bbdd;
  border: 1px solid #00bbdd;
  outline: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #fff;
  background: #ff3300;
  border-color: #ff3300;
}
.btn:focus {
  color: #fff;
}
.btn:active {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.btn.btn.disabled,
.btn.btn[disabled] {
  color: #939393;
  background: #dddddd;
  border-color: #dddddd;
  cursor: not-allowed;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.btn.btn-empty {
  color: #191919;
  border: 1px solid #00bbdd;
  background: transparent;
}
.btn.btn-empty:hover {
  background: transparent;
  border-color: #ff3300;
}
.btn.btn-empty:active {
  background: transparent;
  border-color: #ff3300;
}
.btn.btn-empty.btn.disabled,
.btn.btn-empty.btn[disabled] {
  color: #939393;
  background: transparent;
  border-color: transparent;
  cursor: not-allowed;
}
.btn.btn-icon {
  padding: 0;
}
.btn.btn-icon:hover i {
  color: #ff3300;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-icon.btn-icon-blue {
  color: #fff;
  background: #0093c9;
  -webkit-box-shadow: inset 0 0 0 40px #00afef, 0px 2px 4px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0 0 0 40px #00afef, 0px 2px 4px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 0 0 40px #00afef, 0px 2px 4px rgba(0, 0, 0, 0.19);
}
.btn.btn-icon.btn-icon-blue:hover {
  -webkit-box-shadow: inset 0 0 0 0 #00afef, 0px 2px 4px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0 0 0 0 #00afef, 0px 2px 4px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 0 0 0 #00afef, 0px 2px 4px rgba(0, 0, 0, 0.19);
}
.btn.btn-icon.btn-icon-blue:active {
  color: #00bbdd;
  -webkit-box-shadow: inset 0 0 0 40px #fff, 0px 2px 4px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0 0 0 40px #fff, 0px 2px 4px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 0 0 40px #fff, 0px 2px 4px rgba(0, 0, 0, 0.19);
}
.btn.btn-icon .flaticon {
  font-size: 16px;
}
.btn:not(.btn-block) + .btn {
  margin-left: 30px;
}
.btn-block + .btn-block {
  margin-top: 30px;
}
.form-buttons {
  margin-top: 30px;
}
.form-buttons:after {
  display: table;
  content: '';
  clear: both;
}
.nav-tabs {
  padding-bottom: 10px;
  margin-bottom: -9px;
  border-bottom: 0;
}
.nav-tabs li.active > a {
  padding-bottom: 20px;
  margin-bottom: -10px;
  color: #191919;
}
.nav-tabs li > a {
  border: 0;
  color: #a6e8f6;
}
.nav-tabs li > a span {
  vertical-align: baseline;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 10px;
  background: #ff3300;
  padding: 3px 7px;
  font-size: 12px;
  color: #fff;
}
.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{
  background: #d6f9ff;
  color: #444; 
}
.breadcrumb {
  margin-bottom: 30px;
  background: none;
  padding: 0;
}
.breadcrumb li {
  color: #191919;
  margin-bottom: 0;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb li:after {
  font-family: 'icon' !important;
  content: '\e918';
  font-size: 5px;
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb li:before {
 display: none;
}
.breadcrumb li a {
  border-bottom-color: #939393;
  color: #939393;
  font-size: 14px;
}
.breadcrumb li a:hover {
  border-bottom-color: #ff3300;
  color: #ff3300;
}
.pagination {
  position: relative;
  margin: 20px 0 0;
  z-index: 0;
}
.pagination li:before {
  display: none;
}
.pagination li.active a {
  background: #00bbdd;
  color: #fff;
}
.pagination li.active a:hover,
.pagination li.active a:active,
.pagination li.active a:focus {
  background: #00bbdd;
  color: #fff;
}
.pagination li a {
  line-height: 20px;
  color: #191919;
  font-size: 18px;
  min-width: 30px;
  margin: 0 5px;
  padding: 5px;
  height: 30px;
  border: 0;
}
.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus {
  background: transparent;
  color: #ff3300;
}
.pagination li a span[class^='icon_'],
.pagination li a span[class^=' icon_'] {
  line-height: 21px;
  font-size: 9px;
  display: block;
}
.mt30 {
  margin-top: 30px;
}
.mb0 {
  margin-bottom: 0!important;
}
.date {
  color: #939393;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1;
}
body.open-filter {
  overflow: hidden;
}
select.form-control:invalid {
  color: #dddddd;
}
.top-menu {
  background: #191919;
  margin-bottom: 27px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-menu ul:after {
  display: table;
  content: '';
  clear: both;
}
.top-menu ul li {
  padding: 12px 0;
  float: left;
}
.top-menu ul li a {
  border: 0!important;
  font-size: 13px;
  color: #fff;
}
.top-menu ul li + li {
  margin-left: 38px;
}


  .lang1 {margin-left: 23px;}
  .lang11 {margin-left: 20px;}
  .langflag {
    background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjMgMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjMDIxRjYyIiBkPSJNMCAwaDIzdjE1SDB6Ii8+PHBhdGggZD0iTTIzIDB2MTVIMFYwaDIzem0tMSAxSDF2MTNoMjFWMXoiIGZpbGw9IiNEM0QzRDMiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTMuODYgMUwyMiAxMi4yNCAyMiAxNC4wMWgtMi44M0wxIDIuNzZWMXoiLz48cGF0aCBmaWxsPSIjREUzMDIzIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0xLjk1IDFMMjIgMTMuNDF2LjZoLS45M0wxIDEuNTl2LS42eiIvPjxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE5LjE0IDFMLjk5IDEyLjI0djEuNzdoMi44NEwyMiAyLjc2IDIxLjk5IDF6Ii8+PHBhdGggZmlsbD0iI0RFMzAyMyIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMjEuMDUgMUwuOTkgMTMuNDF2LjZoLjk0TDIxLjk5IDEuNTl2LS42eiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xNCAxdjEzSDlWMXoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMSA1aDIxdjVIMXoiLz48cGF0aCBmaWxsPSIjREUzMDIzIiBkPSJNMSA2aDIxdjNIMXoiLz48cGF0aCBmaWxsPSIjREUzMDIzIiBkPSJNMTMgMXYxM2gtM1YxeiIvPjwvZz48L3N2Zz4=);
    border: 0 !important;
    font-size: 13px;
    display: inline-block;
    opacity: 0.9;
    border: none;
    text-decoration: none;
    content: ''; 
    margin-top: 0px;
    transform: translate(15%,15%);
    width: 23px;
    height: 15px;
    margin-left: 0px;
  }
.logo {
  border-bottom: 0!important;
  display: inline-block;
  max-width: 100%;
}
.logo:hover .g1 {
  fill: #fff;
}
.logo:hover .g2 {
  stroke: #00bbdd;
}
.logo:hover #pulse {
  opacity: 1;
}
.logo > * {
  display: block;
  width: 100%;
}
.logo .g1 {
  fill: #00bbdd;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logo .g2 {
  stroke: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: none;
}
.logo #pulse {
  opacity: 0;
}
.phone {
  color: #191919 !important;
  border-bottom: 0!important;
  display: inline-block;
  margin-top: 20px;
  font-size: 15.9px;
  line-height: 1;
  float: right;
  margin-left: -1px;
}
.phone:hover {
  color: #ff3300 !important;
}
.phone + .phone {
  margin-top: 5px;
}
.callback {
  margin-top: 8px;
}
.callback i {
  margin: 0 10px 0 -10px;
  color: #00bbdd;
  position: relative;
  top: 2px;
}
.roistat-lh-pulsator-phone {
    bottom: 2% !important;
    right: 1% !important;
    opacity: 1 !important;
}
.roistat-lh-pulsator-img{
	opacity: 1 !important;

}
.limiter {
  position: relative;
}
.search-form,
.favorites,
.compare,
.cart {
  color: #191919 !important;
  display: inline-block;
  vertical-align: top;
  border: 0!important;
  position: relative;
  line-height: 40px;
  margin-left: 25px;
  margin-top: 8px;
  cursor: pointer;
  font-size:16px;
}
.search-form:hover,
.favorites:hover,
.favorites.asd_faved,
.compare:hover,
.compare.in_compere,
.cart:hover {
  color: #ff3300 !important;
}
.search-form:hover i,
.favorites:hover i,
.favorites.asd_faved i,
.compare:hover i,
.compare.in_compere i,
.cart:hover i {
  color: #ff3300 !important;
}
.search-form i,
.favorites i,
.compare i,
.cart i {
  color: #00bbdd;
  position: relative;
  margin-right: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-form .messages,
.favorites .messages,
.compare .messages,
.cart .messages {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
  line-height: 15px;
  background: #ff3300;
  font-size: 13px;
  padding: 0 4px;
  display: block;
  color: #fff;
  right: 100%;
  z-index: 1;
  top: 0;
}
.search-form {
  position: relative;
}
.search-form .form-group {
  position: absolute;
  margin: 0;
  right: 0;
  top: 0;
}
.search-form .form-group .search-field {
  border-color: transparent;
  background: transparent;
  padding-left: 35px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  float: left;
  width: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  right: 0;
}
.search-form .form-group .search-field:focus {
  border-color: #939393;
  padding-right: 110px;
  background: #fff;
  cursor: text;
  width: 472px;
  opacity: 1;
}
.search-form .form-group .search-field:focus + .search-btn {
  background: #00bbdd;
  margin-left: -100px;
  color: #fff;
  width: 100px;
}
.search-form .form-group .search-field:focus + .search-btn:hover {
  background: #ff3300;
}
.search-form .form-group .search-field:focus + .search-btn + span {
  padding: 0;
  width: 0;
}
.search-form .form-group .search-field:focus + .search-btn + span + .icon {
  color: #00bbdd !important;
  z-index: 2;
}
.search-form .form-group .search-btn {
  vertical-align: top;
  margin-right: -60px;
  background: #fff;
  position: relative;
  color: #191919;
  overflow: hidden;
  font-size: 14px;
  outline: none;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  padding: 0;
  border: 0;
  width: 0;
  right: 0;
}
.search-form .form-group span {
  line-height: 40px;
  overflow: hidden;
  padding: 0 5px;
  width: 59px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-form .form-group .icon {
  color: #00bbdd;
  position: absolute;
  overflow: visible;
  margin-top: -9px;
  font-size: 18px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
  height: 0;
  left: 9px;
  width: 0;
  top: 50%;
}
.submenu {
  position: relative;
  padding-top: 40px;
  z-index: 2;
}
.submenu .submenu-wrapper {
  position: relative;
  margin: 0 -18px;
}
.submenu .submenu-wrapper:after {
  display: table;
  content: '';
  clear: both;
}
.submenu .submenu-item {
  background: transparent;
  padding: 0 15px;
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submenu .submenu-item.active {
  background: #d6f9ff;
}
.submenu .submenu-item:hover {
  background: #eeeeee;
}
.submenu .submenu-item:hover a .icon {
  color: #00bbdd;
}
.submenu .submenu-item:hover .submenu-drop-field {
  display: block;
}
.submenu .submenu-item + .submenu-item {
  margin-left: 15px;
}
.submenu .submenu-item a:not(.stock) {
  padding: 15px 0 15px 40px;
  position: relative;
  color: #191919;
  line-height: 1.2;
  font-size: 14px;
  display: block;
  border: 0;
}
.submenu .submenu-item a:not(.stock) .icon {
  position: absolute;
  margin-top: -16px;
  font-size: 32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 1px;
  top: 50%;
}
.submenu .submenu-item .submenu-drop-field {
  background: #eeeeee;
  position: absolute;
  overflow: hidden;
  display: block;
  right: -34px;
  left: -34px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  top: 100%;
  height: 0;
}
.submenu .submenu-item .submenu-drop-field .submenu-drop-field-wrapper {
  padding: 20px 35px 30px;
}
.submenu .submenu-item .submenu-drop-field .submenu-drop-field-wrapper:after {
  display: table;
  content: '';
  clear: both;
}
.submenu .submenu-item .submenu-drop-field .submenu-drop-field-wrapper ul {
  list-style: none;
  display: block;
  float: left;
  width: 25%;
  padding: 0;
  margin: 0;
}
.submenu .submenu-item .submenu-drop-field .submenu-drop-field-wrapper ul li {
  margin-bottom: 0;
}
.submenu .submenu-item .submenu-drop-field .submenu-drop-field-wrapper ul li:before {
  display: none;
}
.submenu .submenu-item .submenu-drop-field .submenu-drop-field-wrapper ul li a {
  padding: 10px 15px;
  color: #191919;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submenu .submenu-item .submenu-drop-field .submenu-drop-field-wrapper ul li a:hover {
  background: #00bbdd;
  color: #fff;
}
.submenu .submenu-item .submenu-drop-field .submenu-drop-field-wrapper .stock {
  border: 1px solid #dddddd;
  color: #191919;
  float: right;
  width: 25%;
}
.stock {
  border: 1px solid #dddddd;
  background: #fff;
  position: relative;
  display: block;
  padding: 0;
}
.stock .stock-label {
  border: 1px solid #00bbdd;
  text-transform: lowercase;
  background: #00bbdd;
  padding: 3px 5px 5px;
  text-align: center;
  position: absolute;
  font-size: 14px;
  line-height: 1;
  display: block;
  color: #fff;
  width: 70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  left: 0;
  top: 0;
}
.stock .stock-label:hover,
.stock .stock-label.red:hover {
  border: 1px solid #a6e8f6;
  background: #a6e8f6;
  color: #191919;
}
.stock .stock-label:active {
  border: 1px solid #00bbdd;
  background: #fff;
  color: #191919;
}
.stock .stock-label:active.red {
  border: 1px solid #ff3300;
  background: #fff;
  color: #191919;
}
.stock .stock-label.red {
  border: 1px solid #ff3300;
  background: #ff3300;
}
.stock .img {
  overflow: hidden;
  height: 210px;
  width: 100%;
}
.stock .img img {
  min-width: 100%;
  height: 100%;
}
.stock p {
  padding: 10px 20px 20px;
  font-size: 18px;
  margin: 0;
}
.submenu-select {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin: 0 -15px;
}
.submenu-select.active + .submenu-wrapper {
  display: block;
}
.submenu-select.active .submenu-select-wrapper:after {
  border-bottom: 6px solid #191919;
  border-top: 0;
}
.submenu-select .submenu-select-wrapper {
  position: relative;
  line-height: 1;
  padding: 15px;
}
.submenu-select .submenu-select-wrapper:after {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #191919;
  position: absolute;
  border-bottom: 0;
  margin-top: -3px;
  content: '';
  right: 15px;
  top: 50%;
}
footer .submenu {
  padding-top: 0;
}
footer .submenu .submenu-item:hover a {
  color: #ff3300;
}
footer .submenu .submenu-item:hover a .icon {
  color: #ff3300;
}
footer .footer-menu {
  margin-top: 30px;
}
footer .footer-menu ul {
  list-style: none;
  padding-left: 0;
}
footer .footer-menu ul li {
  margin-bottom: 5px;
}
footer .footer-menu ul li:first-child a {
  color: #00bbdd;
  font-size: 16px;
}
footer .footer-menu ul li:first-child a:hover {
  color: #ff3300;
}
footer .footer-menu ul li a {
  color: #191919;
  border-bottom: 0;
  font-size: 14px;
}
footer p {
  font-size: 14px;
  margin: 0;
}
footer p a {
  font-size: 15px;
}
footer a:not(.btn) {
  color: #191919;
  border-bottom: 0;
}
footer a.cont {
  display: inline-block;
  color: #00bbdd;
  border-bottom: 0;
  font-size: 25px;
  margin: 10px 0;
}
footer a.cont + .cont {
  margin-left: 8px;
}
footer .developer {
  font-size: 14px;
  font-weight: bold;
}
footer .copyright {
  font-family: sans-serif;
}
.search-results-form {
  border: 1px solid #dddddd;
  margin-left: -640px;
  background: #fff;
  position: absolute;
  padding: 30px 54px;
  display: none;
  width: 1280px;
  z-index: 3;
  top: 160px;
  left: 50%;
}
.search-results-form.active {
  display: block;
}
.search-results-form .h4 {
  margin-bottom: 20px;
}
.search-results-form .stock {
  border: 1px solid #dddddd;
  color: #191919;
}
.search-results-form ul {
  list-style: none;
  padding: 0;
}
.search-results-form ul li {
  margin-bottom: 10px;
  font-size: 14px;
}
.search-results-form a {
  color: #191919;
  border-bottom: 0;
}
.search-results-form .slick-slider {
  margin-bottom: 30px;
}
.search-results-form .all-results {
  border-top: 1px solid #dddddd;
  margin: 0 -54px -30px;
  text-align: center;
  color: #191919;
  border-bottom: 0;
  font-size: 18px;
  padding: 20px 0;
  display: block;
}
.search-results-slider .slick-slide {
  padding-right: 30px;
}
.vam-box:before {
  vertical-align: middle;
  display: inline-block;
  margin-left: -5px;
  height: 100%;
  content: '';
}
.vam-box .vam-wrapper {
  vertical-align: middle;
  display: inline-block;
  padding: 0;
}
.main-slider {
  margin: 0 20px;
}
.main-slider .slick-slide {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.main-slider .slick-slide.slick-current {
  opacity: 1;
}
.main-slider .img {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
.main-slider .img img {
  position: absolute;
  min-width: 100%;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
}
.main-slider .title {
  color: #191919;
  font-size: 48px;
}
.main-slider .subtitle {
  background: #00bbdd;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 10px 5px;
  font-size: 48px;
  line-height: 1;
  color: #fff;
}
.main-slider p {
  color: #191919;
  font-size: 23px;
}
.manufacturers-slider {
  margin: 0 20px;
}
.manufacturers-slider .slick-slide {
  margin: 0 25px;
}
.manufacturers-slider .slick-slide .vam-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.manufacturers-slider .slick-slide img {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  max-height: 55px;
  max-width: 145px;
  display: block;
  margin: 0 auto;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.manufacturers-slider .slick-slide img:hover {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}
.manufacturers-list {
  margin-top: 20px;
}
.manufacturers-list .row > *:nth-child(6n+1) {
  clear: both;
}
.manufacturers-list .one-item {
  text-align: center;
  display: block;
  border: 0;
}
.manufacturers-list .one-item .img-box {
  margin: 30px auto 10px;
  position: relative;
  height: 55px;
  width: 150px;
}
.manufacturers-list .one-item .img-box .img {
  position: absolute;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.manufacturers-list .one-item .img-box .img:before {
  vertical-align: middle;
  display: inline-block;
  height: 55px;
  content: '';
}
.manufacturers-list .one-item .img-box .img img {
  vertical-align: middle;
  display: inline-block;
  max-height: 55px;
  max-width: 145px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.manufacturers-list .one-item:hover .img-box .img img{
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}
.manufacturers-list .one-item .name {
  text-align: center;
  font-size: 18px;
}
.manufacturers-list .one-item .country {
  color: #939393;
  font-size: 14px;
}
.manufacturer-logo {
  text-align: center;
  display: block;
  float: right;
}
.manufacturer-logo:before {
  vertical-align: middle;
  display: inline-block;
  height: 55px;
  content: '';
}
.manufacturer-logo.left {
  margin-bottom: 30px;
  text-align: left;
  float: none;
}
.manufacturer-logo img {
  vertical-align: middle;
  display: inline-block;
  max-height: 55px;
  max-width: 145px;
  margin: 0 auto;
}
.manufacturer-logo a {
  border-bottom-color: #191919;
  color: #191919;
  font-size: 14px;
}
.manufacturer-logo a:hover {
  border-bottom-color: #ff3300;
  color: #ff3300;
}

.auletter-man {margin-top: 15px; margin-bottom: 35px;}
.auletter a {text-decoration: none; border-bottom: 1px dashed !important; line-height: 10px;}

.previews-slider .slick-prev,
.previews-slider .slick-next {
  background: #00bbdd;
  margin-top: -30px;
  height: 60px;
  width: 30px;
}
.previews-slider .slick-prev:after,
.previews-slider .slick-next:after {
  font-size: 20px;
  color: #fff;
}
.previews-slider .slick-prev:hover,
.previews-slider .slick-next:hover {
  background: #ff3300;
}
.previews-slider .slick-prev:hover:after,
.previews-slider .slick-next:hover:after {
  color: #fff;
}
.previews-slider .slick-prev {
  -webkit-border-radius: 0 60px 60px 0;
  -moz-border-radius: 0 60px 60px 0;
  border-radius: 0 60px 60px 0;
  padding: 20px 15px 20px 5px;
  left: 0;
}
.previews-slider .slick-next {
  -webkit-border-radius: 60px 0 0 60px;
  -moz-border-radius: 60px 0 0 60px;
  border-radius: 60px 0 0 60px;
  padding: 20px 5px 20px 15px;
  right: 0;
}
.trade-good-box {
  position: relative;
  display: block;
  margin: 15px 0;
  height: 370px;
  width: 100%;
}
.trade-good-box .trade-good-wrapper {
  border: 1px solid #dddddd;
  background: #fff;
  position: absolute;
  display: block;
  padding: 25px;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  min-height: 100%;
}
.trade-good-box .trade-good-wrapper:hover {
  z-index: 2;
}
.trade-good-box .trade-good-wrapper:hover .img .slick-slider .slick-arrow {
  opacity: 1;
}
.trade-good-box .trade-good-wrapper .trade-good-label {
  border: 1px solid #00bbdd;
  text-transform: lowercase;
  background: #00bbdd;
  padding: 3px 5px 5px;
  text-align: center;
  position: absolute;
  font-size: 14px;
  line-height: 1;
  display: block;
  color: #fff;
  width: 70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  left: 0;
  top: 0;
}
.trade-good-box .trade-good-wrapper .trade-good-label:hover,
.trade-good-box .trade-good-wrapper .trade-good-label.red:hover {
  border: 1px solid #a6e8f6;
  background: #a6e8f6;
  color: #191919;
}
.trade-good-box .trade-good-wrapper .trade-good-label:active {
  border: 1px solid #00bbdd;
  background: #fff;
  color: #191919;
}
.trade-good-box .trade-good-wrapper .trade-good-label:active.red {
  border: 1px solid #ff3300;
  background: #fff;
  color: #191919;
}
.trade-good-box .trade-good-wrapper .trade-good-label.red {
  border: 1px solid #ff3300;
  background: #ff3300;
}
.trade-good-box .trade-good-wrapper .img {
  margin: -25px -25px 15px;
  overflow: hidden;
  display: block;
  height: 192px;
}
.trade-good-box .trade-good-wrapper .img a{
  display: block;
  padding-top:15px;
  box-sizing: border-box;
  height: 192px;
  border:none;
}
.trade-good-box .trade-good-wrapper .img a::after{
  content:"";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
}
 .trade-good-box .trade-good-wrapper .img img{
    max-height: 177px;
    display: inline-block;
    vertical-align: middle;
  }
.trade-good-box .trade-good-wrapper .img .slick-slider {
  height: 100%;
}
.trade-good-box .trade-good-wrapper .img .slick-slider .slick-arrow {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.trade-good-box .trade-good-wrapper .img .slick-slider .slick-list,
.trade-good-box .trade-good-wrapper .img .slick-slider .slick-track,
.trade-good-box .trade-good-wrapper .img .slick-slider .slick-slide,
.trade-good-box .trade-good-wrapper .img .slick-slider .slick-slide img {
  min-height: 100%;
}
.trade-good-box .trade-good-wrapper .img .slick-slider .slick-slide {
  text-align: center;
}
.trade-good-box .trade-good-wrapper .product {
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 7px;
  color: #191919;
  overflow: hidden;
  font-size: 18px;
  display: block;
  height: 75px;
  border: 0;
}
.trade-good-box .trade-good-wrapper .product:hover {
  color: #ff3300;
}
.trade-good-box .trade-good-wrapper .favorites,
.trade-good-box .trade-good-wrapper .compare {
  font-size: 14px;
  float: left;
  margin: 0;
}
.trade-good-box .trade-good-wrapper .favorites:hover,
.trade-good-box .trade-good-wrapper .compare:hover {
  color: #ff3300;
}
.trade-good-box .trade-good-wrapper .favorites:hover i,
.trade-good-box .trade-good-wrapper .compare:hover i {
  color: #ff3300;
}
.trade-good-box .trade-good-wrapper .favorites.active i,
.trade-good-box .trade-good-wrapper .compare.active i {
  color: #00bbdd;
}
.trade-good-box .trade-good-wrapper .favorites i,
.trade-good-box .trade-good-wrapper .compare i {
  margin-right: 3px;
  color: #191919;
}
.trade-good-box .trade-good-wrapper .favorites i:before,
.trade-good-box .trade-good-wrapper .compare i:before {
  display: inline-block;
  text-align: right;
  min-width: 15px;
}
.trade-good-box .trade-good-wrapper .compare {
  float: right;
}
.trade-good-box .trade-good-wrapper .collapsing-box {
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0;
}
.trade-good-box .trade-good-wrapper .collapsing-box .collapsing-box-wrapper {
  padding-top: 25px;
}
.trade-good-box .trade-good-wrapper .collapsing-box .collapsing-box-wrapper p {
  word-break: break-word;
  word-wrap: break-word;
  font-size: 13px;
  margin: 0;
}
.trade-good-box .trade-good-wrapper .manufacturer {
  margin-bottom: 10px;
  color: #939393;
  line-height: 1.2;
  font-size: 14px;
}
.trade-good-box .trade-good-wrapper .trade-good-desc {
  color: #191919;
  line-height: 1.2;
  font-size: 13px;
}
.trade-good-box .trade-good-wrapper .trade-good-desc.tile,
.trade-good-box .trade-good-wrapper .tile,
.trade-good-box .trade-good-wrapper .btn {
  display: block;
}
.trade-good-box .trade-good-wrapper .manufacturer,
.trade-good-box .trade-good-wrapper .trade-good-desc.list,
.trade-good-box .trade-good-wrapper .list,
.trade-good-box .trade-good-wrapper .shipment {
  display: none;
}
.articul {
  color: #939393;
  font-size: 14px;
}
.articul span {
  color: #191919;
}
.price {
  color: #00bbdd;
  margin-top: 10px;
  font-size: 22px;
  line-height: 1;
  height: 23px;
}
.price:after {
  display: table;
  content: '';
  clear: both;
}
.price a {
  border-bottom-color: #a6e8f6;
  display: inline-block;
}
.price a:hover {
  border-bottom-color: #ff3300;
}
.price span,
.price .old {
  float: left;
}
.price .old {
  color: #939393;
  position: relative;
  padding-top: 4px;
  margin-left: 6px;
  font-size: 16px;
}
.price .old:after {
  background: #939393;
  margin: -8px -3px;
  display: block;
  height: 1px;
  content: '';
}
.layout-box.list .col-sm-6.col-lg-4,
.layout-box.list .col-xs-12.col-sm-4 {
  width: 100%;
}
.layout-box.list .trade-good-box {
  height: 200px;
}
.layout-box.list .trade-good-box .trade-good-wrapper {
  padding: 10px 0;
}
.layout-box.list .trade-good-box .trade-good-wrapper .product {
  height: 50px;
}
.layout-box.list .trade-good-box .trade-good-wrapper .trade-good-desc.tile {
  display: none;
}
.layout-box.list .trade-good-box .trade-good-wrapper .manufacturer,
.layout-box.list .trade-good-box .trade-good-wrapper .trade-good-desc.list,
.layout-box.list .trade-good-box .trade-good-wrapper .list,
.layout-box.list .trade-good-box .trade-good-wrapper .shipment {
  display: block;
}
.layout-box.list .trade-good-box .collapsing-box {
  height: auto;
}
.layout-box.list .trade-good-box .collapsing-box .collapsing-box-wrapper {
  padding-top: 0;
}
.layout-box.list .trade-good-box .col {
  padding: 0 15px;
  float: left;
  width: 33%;
}
.layout-box.list .trade-good-box .img {
  margin: -10px 0 -10px -15px;
  height: 200px;
}
.layout-box.list .trade-good-box .price {
  margin-bottom: 15px;
}
.layout-box.list .trade-good-box .trade-good-desc.list {
  position: relative;
  line-height: 1.2;
  overflow: hidden;
  font-size: 14px;
  height: 80px;
}
.layout-box.list .trade-good-box .trade-good-desc.list:after {
  background: #ffffff;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='rgba(255, 255, 255, 0)', GradientType=0);
  position: absolute;
  height: 40px;
  width: 100%;
  content: '';
  z-index: 1;
  bottom: 0;
  left: 0;
}
.category-box {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 15px 0;
  height: 370px;
  width: 100%;
  z-index: 1;
}
.category-box:hover {
  z-index: 2;
}
.category-box:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.category-box:hover .gradient-box {
  background: rgba(0, 34, 51, 0.9);
  background: linear-gradient(to top, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0.9) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0.9) 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 34, 51, 0.9)), color-stop(100%, rgba(0, 34, 51, 0.9)));
  background: -webkit-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0.9) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0.9) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 34, 51, 0.9)', endColorstr='rgba(0, 34, 51, 0.9)', GradientType=0);
  height: 100%;
  top: 0;
}
.category-box:hover .links-box {
  top: 0;
}
.category-box:hover .links-box a:first-of-type {
  padding-bottom: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.category-box .img {
  position: absolute;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  padding-top: 15px;
  box-sizing: border-box;
  font-size: 0;
  text-align: center;
}
.category-box .img::after{
  content:"";
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.category-box .img img {
  max-width: calc(100% - 1px);
  max-height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
  display: inline-block;
  vertical-align: middle;
}
.category-box .gradient-box {
  background: rgba(0, 34, 51, 0.9);
  background: linear-gradient(to top, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 34, 51, 0.9)), color-stop(100%, rgba(0, 34, 51, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 34, 51, 0.9)', endColorstr='rgba(0, 34, 51, 0)', GradientType=0);
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 50%;
  width: 100%;
  z-index: 2;
  top: 50%;
  left: 0;
}
.category-box .links-box {
  padding: 30px 25px 25px;
  word-break: break-word;
  word-wrap: break-word;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 3;
  top: 100%;
  left: 0;
}
.category-box .links-box:after {
  display: table;
  content: '';
  clear: both;
}
.category-box .links-box a {
  background: transparent;
  display: inline-block;
  margin: 0 -5px 10px;
  font-size: 18px;
  color: #fff;
  padding: 5px;
  border: 0;
}
.category-box .links-box a:first-of-type {
  padding-bottom: 50px;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  display: block;
}
.category-box .links-box a:hover {
  background: #00bbdd;
}
.category-box .links-box ul {
  padding: 0 5px 0 0;
  list-style: none;
  float: left;
  width: 100%;
  margin: 0;
}
.category-box .links-box ul:not(:only-of-type) {
  width: 50%;
}
.category-box .links-box ul li {
  margin-left: -5px;
  margin-bottom: 0;
  list-style: none;
}
.category-box .links-box ul li:before {
  display: none;
}
.category-box .links-box ul li a {
  padding: 5px!important;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  font-size: 14px;
  display: block;
  margin: 0;
}
.category-box .links-box ul li a:hover {
  background: #00bbdd;
}
.participants {
  margin-top: 40px;
}
.participants .vam-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.participants img {
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  max-width: 100%;
  opacity: 1;
}
.participants img:hover {
  opacity: 0;
}
.bg-blue-light .features {
  margin: 30px 0;
}
.features h2,
.features .h2 {
  margin-bottom: 0;
}
.features .icon {
  margin: 30px auto 10px;
}
.features p {
  font-size: 14px;
}
.complexes .one-item {
  position: relative;
  display: block;
  border: 0;
}
.complexes .one-item:hover .img:after {
  background: rgba(0, 34, 51, 0.9);
  background: linear-gradient(to top, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0.9) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0.9) 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 34, 51, 0.9)), color-stop(100%, rgba(0, 34, 51, 0.9)));
  background: -webkit-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0.9) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0.9) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 34, 51, 0.9)', endColorstr='rgba(0, 34, 51, 0.9)', GradientType=0);
  height: 100%;
  top: 0;
}
.complexes .one-item:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.complexes .one-item .img {
  position: relative;
  overflow: hidden;
}
.complexes .one-item .img:after {
  background: rgba(0, 34, 51, 0.9);
  background: linear-gradient(to top, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 34, 51, 0.9)), color-stop(100%, rgba(0, 34, 51, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 34, 51, 0.9) 0%, rgba(0, 34, 51, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 34, 51, 0.9)', endColorstr='rgba(0, 34, 51, 0)', GradientType=0);
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  height: 50%;
  width: 100%;
  z-index: 1;
  top: 50%;
  left: 0;
}
.complexes .one-item .img img {
  min-width: 100%;
  display: block;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.complexes .one-item p {
  position: absolute;
  padding: 20px;
  color: #fff;
  width: 100%;
  z-index: 2;
  margin: 0;
  bottom: 0;
  left: 0;
}
.projects-slider-wrapper {
  border: 1px solid #00bbdd;
  padding: 35px 70px;
  margin: 40px 0 0;
}
.projects-slider-wrapper .h2 {
  margin-bottom: 30px;
}
.projects-slider-wrapper .slick-slide {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.projects-slider-wrapper .slick-slide.slick-current {
  opacity: 1;
}
.projects-slider-wrapper .slick-prev {
  left: -50px;
}
.projects-slider-wrapper .slick-next {
  right: -50px;
}
.projects-slider-wrapper .img {
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
.projects-slider-wrapper .img img {
  position: absolute;
  min-width: 100%;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
}
.projects-slider-wrapper .title {
  color: #191919;
  font-size: 23px;
}
.projects-slider-wrapper .subtitle {
  margin: 10px 0 20px;
  color: #191919;
  font-size: 16px;
}
.projects-slider-wrapper p {
  color: #191919;
  font-size: 16px;
}
.news-previews.news-page {
  margin-bottom: 0;
}
.news-previews.news-page .one-item,
.news-previews.news-page .subscribe-form {
  margin-bottom: 30px;
}
.news-previews.advices .one-item {
  background: #d6f9ff;
  padding-bottom: 20px;
  border: 0;
}
.news-previews .slick-disabled {
  opacity: 0;
}
.news-previews .slick-list {
  padding-top: 5px;
}
.news-previews .slick-slide .one-item {
  margin: 0 15px;
}
.news-previews .slick-slide .trade-good-box {
  margin: 0 7px;
  width: auto;
}
.news-previews .slick-slide:first-child .one-item {
  margin-left: 0;
}
.news-previews .slick-slide:last-child .one-item {
  margin-right: 0;
}
.news-previews .one-item {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  padding: 0 20px 40px;
  position: relative;
  color: #191919;
  display: block;
  height: 400px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-previews .one-item:hover {
  box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.news-previews .one-item .img {
  margin: 0 -20px 15px;
  overflow: hidden;
  display: block;
  height: 200px;
}
.news-previews .one-item .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-previews .one-item .title {
  margin-bottom: 5px;
  font-size: 18px;
}
.news-previews .one-item p {
  color: #191919;
  margin-bottom: 0;
  line-height: 1.1;
  font-size: 14px;
}
.news-previews .one-item .date {
  color: #939393;
  position: absolute;
  font-size: 14px;
  line-height: 1;
  bottom: 20px;
  left: 20px;
}
.subscribe-form {
  padding: 40px 70px;
  background: #a6e8f6;
}
.subscribe-form.bg-white {
  border: 1px solid #a6e8f6;
  background: #fff;
}
.subscribe-form.ask h4,
.subscribe-form.ask .h4 {
  margin-bottom: 0;
}
.subscribe-form.ask p {
  font-size: 14px;
}
.subscribe-form .vam-wrapper {
  width: 100%;
}
.subscribe-form .form-group,
.subscribe-form p {
  margin-bottom: 0;
}
.subscribe-form p {
  line-height: 24px;
  font-size: 18px;
}
.help-form {
  background: #00bbdd url(/bitrix/templates/tm/css/../img/pattern.png) left top repeat;
  padding: 40px 70px;
  color: #fff;
}
.help-form h2,
.help-form .h2 {
  margin-bottom: 5px;
  color: #fff;
}
.help-form p {
  margin-bottom: 0;
}
.help-form .btn {
  background: #191919;
}
.help-form .btn:hover {
  background: #ff3300;
}
.help-form .vam-wrapper {
  width: 100%;
}
*[data-toggle="collapse"]:before {
  content: 'Скрыть';
}
*[data-toggle="collapse"].collapsed:before {
  content: 'Подробнее';
}
.appeal-box {
  margin: 30px 0 60px;
}
.appeal-box .img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 30px;
  overflow: hidden;
  height: 70px;
  width: 70px;
  float: left;
}
.appeal-box .img img {
  min-height: 100%;
  width: 100%;
}
.appeal-box .who {
  padding-top: 10px;
  min-height: 35px;
  font-size: 18px;
}
.appeal-box .status {
  min-height: 20px;
  font-size: 14px;
}
.appeal-box .appeal-text {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  padding: 20px 25px;
  background: #a6e8f6;
  margin-top: 40px;
  font-size: 16px;
}
.appeal-box .appeal-text:before {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #a6e8f6;
  position: absolute;
  border-top: 0;
  bottom: 100%;
  content: '';
  left: 25px;
}
h2 + .appeal-box,
.h2 + .appeal-box {
  margin: -15px 0 40px;
}
.bg-blue-light .appeal-box .appeal-text {
  background: #fff;
}
.bg-blue-light .appeal-box .appeal-text:before {
  border-bottom-color: #fff;
}
table tr th:first-child {
  border-bottom: 1px solid #dddddd;
}
table tr:not(:only-of-type) th,
table tr:not(:only-of-type) td {
  border-bottom: 1px solid #dddddd;
}
table tr:not(:only-of-type):last-child th,
table tr:not(:only-of-type):last-child td {
  border-bottom: 0;
}
table.ttx {margin-bottom: 20px;}
table.ttx thead, table.ttx th, table.ttx td:first-child {
  background: #d6f9ff;
}
table.ttx3 {margin-bottom: 20px;}
table.ttx3 thead, table.ttx3 th, table.ttx3 td:first-child {
  background: #d6f9ff;
}
table th,
table td {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  vertical-align: top;
  font-weight: 300;
  font-size: 16px;
  padding: 15px;
}
table th:first-child,
table td:first-child {
  border-left: 0;
}
table th:last-child,
table td:last-child {
  border-right: 0;
}

table.noborder th, table.noborder td, table.noborder tr {border: 0px; border-bottom: none;
}

table.noborder tr:not(:only-of-type) td {border: 0px; border-bottom: none;
}

.products .products-top-filter {
  margin-bottom: 30px;
}
.products .stock {
  margin-right: 13px;
  float: left;
  width: auto;
  border: 0;
}
.products .stock:last-child {
  margin-right: 0;
}
.products .stock .stock-label {
  position: relative;
}
.products .help-form {
  margin-bottom: 30px;
}
.products .sort a {
  margin-left: 30px;
  color: #191919;
  border: 0;
}
.products .sort a:hover {
  color: #ff3300;
}
.products .sort a.active {
  color: #00bbdd;
}
.products .sort a.active:after {
  border-bottom: 7px solid #00bbdd;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  margin-top: -1px;
  border-top: 0;
  content: '';
}
.products .sort a.active.invert:after {
  border-top: 7px solid #00bbdd;
  border-bottom: 0;
}
.products .layout-switcher a {
  margin-left: 15px;
  border: 0;
}
.products .layout-switcher a.active {
  color: #191919;
  cursor: default;
}
.products .products-left-filter {
  padding: 20px 0;
}
.products .products-left-filter .control-label {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1;
}
.products .products-left-filter .close {
  width: 25px;
  height: 25px;
  margin: -10px 0;
  text-align: center;
  outline: none;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}
.products .products-left-filter .close:after,
.products .products-left-filter .close:before {
  content: '';
  display: block;
  margin: 12px -2px;
  height: 1px;
  background: #191919;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.products .products-left-filter .close:after {
  margin-top: -12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.products .products-left-filter .close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.products .products-left-filter .close:hover:after,
.products .products-left-filter .close:hover:before {
  background: #ff3300;
}
.products .products-left-filter .close:active:after,
.products .products-left-filter .close:active:before {
  background: #00bbdd;
}
.products .products-left-filter .text-dark {
  border-bottom-color: #191919;
  color: #191919;
}
.products .products-left-filter .text-dark:hover {
  border-bottom-color: #ff3300;
  color: #ff3300;
}
.products .colors:after {
  display: table;
  content: '';
  clear: both;
}
.products .colors .checkbox,
.products .colors .radio {
  margin: 0 10px 10px 0;
  display: block;
  height: 20px;
  width: 20px;
  float: left;
  padding: 0;
}
.products .colors .checkbox input:checked + span:before,
.products .colors .radio input:checked + span:before {
  outline: 1px solid #00bbdd;
  outline-offset: 1px;
}
.products .colors .checkbox span.color,
.products .colors .radio span.color {
  height: 100%;
  width: 100%;
}
.products .colors .checkbox span.color:before,
.products .colors .radio span.color:before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
  height: 100%;
  width: 100%;
}
.products .colors .checkbox span.color:after,
.products .colors .radio span.color:after {
  display: none;
}
.products .colors .checkbox span.color.blue:before,
.products .colors .radio span.color.blue:before {
  background: #00bbdd;
}
.products .colors .checkbox span.color.green:before,
.products .colors .radio span.color.green:before {
  background: #00dd44;
}
.products .colors .checkbox span.color.red:before,
.products .colors .radio span.color.red:before {
  background: #ff3300;
}
.products .colors .checkbox span.color.white:before,
.products .colors .radio span.color.white:before {
  border: 1px solid #dddddd;
  background: #fff;
}
.products .colors .checkbox span.color.black:before,
.products .colors .radio span.color.black:before {
  background: #000000;
}
.products .colors .checkbox span.color.gray:before,
.products .colors .radio span.color.gray:before {
  background: #eeeeee;
}
.products .colors .checkbox span.color.aquamarine:before,
.products .colors .radio span.color.aquamarine:before {
  background: #4de5d1;
}
.products .colors .checkbox span.color.yellow:before,
.products .colors .radio span.color.yellow:before {
  background: #ffefa6;
}
.products .colors .checkbox span.color.light-aquamarine:before,
.products .colors .radio span.color.light-aquamarine:before {
  background: #beffe0;
}
.products .colors .checkbox span.color.gray-middle:before,
.products .colors .radio span.color.gray-middle:before {
  background: #555555;
}
.products .colors .checkbox span.color.pink:before,
.products .colors .radio span.color.pink:before {
  background: #ffbffd;
}
.filter-button {
  background: #d6f9ff;
  margin-bottom: 15px;
  color: #191919;
  border: 0;
}
.dash {
  position: relative;
}
.dash:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: '—';
  left: 50%;
  top: 20px;
}
.wrong-page {
  color: #00bbdd;
  font-size: 330px;
}
.share-box {
  margin-top: 30px;
  font-size: 23px;
}
.share-box a {
  border-bottom: 0;
  margin-left: 4px;
}
.news-nav {
  text-align: center;
}
.news-nav a {
  display: inline-block;
  margin-bottom: 10px;
  color: #191919;
  font-size: 18px;
  border: 0;
}
.news-nav a:hover {
  color: #ff3300;
}
.news-nav a:hover u {
  border-bottom-color: #ff3300;
}
.news-nav a i {
  font-size: 9px;
}
.news-nav a u {
  border-bottom: 1px solid #191919;
  text-decoration: none;
}
.news-nav .prev,
.news-nav .next {
  width: 300px;
}
.news-nav .prev span,
.news-nav .next span {
  color: #939393;
  font-size: 16px;
  display: block;
  border: 0;
}
.news-nav .prev {
  padding-left: 43px;
  text-align: left;
  float: left;
}
.news-nav .prev i {
  margin-right: 6px;
  margin-left: -43px;
}
.news-nav .next {
  padding-right: 43px;
  text-align: right;
  float: right;
}
.news-nav .next i {
  margin-right: -43px;
  margin-left: 10px;
}
.contacts .h2 {
  margin-bottom: 15px;
}
.contacts a {
  border-bottom-color: transparent;
}
.contacts a,
.contacts a u {
  color: #191919;
}
.contacts a.a_ajax u {
  border-bottom: 1px dashed #191919;
}
.contacts a.a_ajax.active u {
  border-bottom: 1px solid #00bbdd;
}
.contacts span {
  color: #939393;
  margin-right: 5px;
}
.contacts p + p {
  margin-top: 0;
}
.map_tooltip{
    position: absolute;
    display: none;
    width: 400px;
    background: rgba(255,255,255,0.9);
    border: solid 1px #000;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
}
.map_tooltip .title{
    font-weight: 800;
    border-bottom: solid 1px #000;
    margin: 0 -15px;
    padding: 0 15px 16px 15px;
}
.map_tooltip .subtitle{
    padding: 15px 0 0 0;
    color:#696464;
}
.map_tooltip .partner{
    padding-top: 2px;
    font-size:14px;
}
.map_tooltip .partner .city{
    float: right;
}
.delivery-map {
  margin-top: 40px;
}
.delivery-map svg {
  max-width: 100%;
}
.delivery-map svg polygon,
.delivery-map svg path{
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.delivery-map svg polygon:hover,
.delivery-map svg path:hover{
  opacity: 1;
}
.faq a:before {
  display: none;
}
.faq a:hover u,
.faq a.collapsed:hover u {
  border-bottom-color: #ff3300;
  color: #ff3300;
}
.faq a.collapsed u {
  border-bottom-color: #191919;
  color: #191919;
}
.faq a u {
  border-bottom-color: #00bbdd;
  color: #00bbdd;
  line-height: 1.4;
  font-size: 23px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq p {
  margin: 15px 0 0;
}
.faq-collapse-wrapper p {margin-top: 0px !important; margin-bottom: 15px !important;}
.faq li {
  margin-top: 20px;
}
.assistance .col-sm-4:nth-child(3n + 1) {
  clear: both;
}
.assistance .h2 {
  margin: 20px 0;
}
.assistance .h2 + p {
  margin: -15px 0 30px;
}
.assistance .h4 {
  margin-bottom: 40px;
}
.assistance label {
  line-height: 1.3;
  font-size: 16px;
}
.assistance label span:before,
.assistance label span:after {
  margin-top: 4px;
}
.assistance .form-group input,
.assistance .btn-block {
  height: 50px;
}
.serach-result {
  margin-top: 50px;
}
.serach-result .nav-tabs {
  border-bottom: 1px solid #00bbdd;
  margin-bottom: 60px;
  padding: 0;
}
.serach-result .nav-tabs li {
  margin: 0 6px -1px 0;
  background: #fff;
  text-align: center;
  padding: 0;
}
.serach-result .nav-tabs li.active {
  padding-bottom: 1px;
}
.serach-result .nav-tabs li.active a,
.serach-result .nav-tabs li.active a:hover {
  border-color: #00bbdd;
  background: #fff;
}
.serach-result .nav-tabs li a {
  border: 1px solid #eeeeee;
  border-bottom: 0!important;
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 4px 15px;
  min-height: 49px;
  display: block;
  outline: none;
  margin: 0;
}
.serach-result .nav-tabs li a:hover {
  border-color: #d6f9ff;
  background: #d6f9ff;
}
.serach-result .nav-tabs li a span {
  background: transparent;
  color: #191919;
  font-size: 16px;
  margin: 0;
}
.serach-result .result-item {
  margin-bottom: 40px;
}
.serach-result .result-item .h4 {
  margin-bottom: 20px;
}
.selected-text {
  background: #d6f9ff;
}
.tags-list a {
  display: inline-block;
  padding: 4px 10px 6px;
  margin: 0 10px 10px 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  line-height: 20px;
  background: #a6e8f6;
  color: #191919;
  font-size: 16px;
  border: 0;
}
.tags-list a.active {
  background: #00bbdd;
  color: #fff;
}
.product-page {
  position: relative;
  z-index: 1;
}
.product-page .stock {
  z-index: 2;
  border: 0;
}
.product-page .a_ajax {
  border-bottom: 1px dashed!important;
  border-bottom-color: #191919;
  color: #191919;
}
.product-page .favorites {
  margin-left: 0;
}
.product-page .favorites.active i,
.product-page .compare.active i {
  color: #00bbdd;
}
.product-page .favorites i,
.product-page .compare i {
  color: #191919;
}
.product-page .share-box {
  margin: 5px 0 20px;
}
.product-page .share-box a:first-child {
  margin-left: 0;
}
.product-page .price {
  color: #00bbdd;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 1;
}
.product-page .price:after {
  display: table;
  content: '';
  clear: both;
}
.product-page .price a {
  border-bottom-color: #a6e8f6;
  display: inline-block;
}
.product-page .price a:hover {
  border-bottom-color: #ff3300;
}
.product-page .price span {
  display: block;
}
.product-page .price .old {
  display: inline-block;
  color: #939393;
  position: relative;
  padding-top: 4px;
  margin-left: 6px;
  font-size: 20px;
  clear: both;
}
.product-page .price .old:after {
  background: #939393;
  margin: -8px -3px;
  display: block;
  height: 1px;
  content: '';
}
.product-page .assistance .btn {
  margin-bottom: 20px;
}
.product-page .lines {
  padding-left: 10px;
}
.product-page .lines li {
  margin-bottom: 0;
  font-size: 14px;
}
.product-page .delivery {
  padding-left: 23px;
  font-size: 16px;
}
.product-page .delivery .icon {
  color: #939393;
  margin-left: -23px;
  margin-top: 3px;
  float: left;
}
.product-page .delivery p {
  margin-bottom: 0;
  line-height: 1;
}
.product-page .delivery span {
  color: #939393;
  font-size: 14px;
  line-height: 1;
}
.counter {
  margin-bottom: 20px;
}
.counter .form-group {
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 10px;
  width: 70px;
}
.counter .form-group:after {
  display: table;
  content: '';
  clear: both;
}
.counter .form-group .form-control {
  border: 1px solid #939393;
  padding: .5em;
  height: 30px;
  width: 56px;
  float: left;
}
.counter .form-group .plus,
.counter .form-group .minus {
  background: #939393;
  position: relative;
  margin-left: -1px;
  cursor: pointer;
  height: 15px;
  width: 15px;
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.counter .form-group .plus:after,
.counter .form-group .minus:after {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
}
.counter .form-group .plus:hover,
.counter .form-group .minus:hover {
  background: #ff3300;
}
.counter .form-group .plus:active,
.counter .form-group .minus:active {
  background: #00bbdd;
}
.counter .form-group .plus:after {
  border-bottom: 6px solid #fff;
  margin: -4px -5.5px;
  border-top: 0;
}
.counter .form-group .minus:after {
  border-top: 6px solid #fff;
  margin: -2px -5.5px;
  border-bottom: 0;
}
.product-slider-for {
  margin-bottom: 20px;
  z-index: 1;
}
.product-slider-for .slick-slide {
  overflow: hidden;
}
.product-slider-for .slick-slide .one-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  display: block;
  outline: none;
  height: 270px;
  width: 100%;
  border: 0;
}
.product-slider-for .slick-slide .one-item img {
  position: relative;
  display: block;
  outline: none;
  height: 270px;
  width: 100%;
  border: 0;
  object-fit: contain;
}
.product-slider-for .slick-slide .one-item.video:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  position: absolute;
  display: block;
  margin: -30px;
  height: 60px;
  width: 60px;
  content: '';
  z-index: 1;
  left: 50%;
  top: 50%;
}
.product-slider-for .slick-slide .one-item.video:after {
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-left: 30px solid #fff;
  margin: -20px -11px;
  position: absolute;
  border-right: 0;
  display: block;
  content: '';
  z-index: 2;
  left: 50%;
  top: 50%;
}
.product-slider-nav {
  margin-bottom: 20px;
}
.product-slider-nav .slick-slide {
  border: 1px solid transparent;
  margin: 0 5px;
  padding: 2px;
}
.product-slider-nav .slick-slide.slick-current {
  border-color: #00bbdd;
}
.product-slider-nav .slick-slide .one-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  display: block;
  outline: none;
  height: 70px;
  width: 70px;
  border: 0;
}
.product-slider-nav .slick-slide .one-item.video:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  position: absolute;
  display: block;
  margin: -15px;
  height: 30px;
  width: 30px;
  content: '';
  z-index: 1;
  left: 50%;
  top: 50%;
}
.product-slider-nav .slick-slide .one-item.video:after {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  margin: -10px -5px;
  border-right: 0;
  display: block;
  content: '';
  z-index: 2;
  left: 50%;
  top: 50%;
}
.product-slider-nav .slick-prev {
  left: -15px;
}
.product-slider-nav .slick-next {
  right: -15px;
}
body.gallery-open {
  overflow: hidden;
}
.galleryBox {
  position: fixed;
  overflow: auto;
  display: none;
  z-index: 1000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.galleryBox .galleryBox-overlay {
  background: #000000;
  position: absolute;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.galleryBox .galleryBox-close {
  background: #000;
  text-align: center;
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 5px;
  height: 35px;
  width: 35px;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 10px;
  z-index: 4;
  top: 10px;
}
.galleryBox .galleryBox-close:after,
.galleryBox .galleryBox-close:before {
  height: 1px;
  background: #fff;
  margin: 12px -2px;
  display: block;
  content: '';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.galleryBox .galleryBox-close:after {
  margin-top: -13px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.galleryBox .galleryBox-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.galleryBox .galleryBox-close:hover:after,
.galleryBox .galleryBox-close:hover:before {
  background: #ff3300;
}
.galleryBox .galleryBox-close:active:after,
.galleryBox .galleryBox-close:active:before {
  background: #00bbdd;
}
.galleryBox .galleryBox-arrow {
  background: rgba(255, 255, 255, 0);
  vertical-align: top;
  position: absolute;
  cursor: pointer;
  line-height: 0;
  outline: none;
  font-size: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
  padding: 0;
  border: 0;
  width: 5%;
  left: 0;
  top: 0;
}
.galleryBox .galleryBox-arrow:after {
  font-family: 'icon';
  position: absolute;
  margin: -15px -8px;
  font-size: 30px;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 50%;
  top: 50%;
}
.galleryBox .galleryBox-arrow:hover {
  background: rgba(255, 255, 255, 0.1);
}
.galleryBox .galleryBox-arrow:hover:after {
  color: #ff3300;
}
.galleryBox .galleryBox-arrow.disabled {
  cursor: default;
}
.galleryBox .galleryBox-arrow.disabled:after {
  color: #939393;
}
.galleryBox .galleryBox-arrow.disabled:hover {
  background: rgba(255, 255, 255, 0);
}
.galleryBox .galleryBox-arrow.disabled:hover:after {
  color: #939393;
}
.galleryBox .galleryBox-prev:after {
  content: "\e915";
}
.galleryBox .galleryBox-next {
  left: auto;
  right: 0;
}
.galleryBox .galleryBox-next:after {
  content: "\e916";
}
.galleryBox .galleryBox-wrapper {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  display: table;
  height: 90%;
  width: 90%;
  z-index: 2;
  left: 50%;
  top: 50%;
}
.galleryBox .galleryBox-wrapper .galleryBox-content {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.galleryBox .galleryBox-wrapper .galleryBox-content .galleryBox-item {
  display: none;
}
.galleryBox .galleryBox-wrapper .galleryBox-content .galleryBox-item:after {
  content: attr(data-title);
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
  height: 28px;
  width: 100%;
  top: 100%;
  left: 0;
}
.galleryBox .galleryBox-wrapper .galleryBox-content .galleryBox-item.active {
  display: inline-block;
}
.galleryBox .galleryBox-wrapper .galleryBox-content .galleryBox-item.active.video {
  display: block;
  height: 100%;
}
.galleryBox .galleryBox-wrapper .galleryBox-content img {
  max-height: 100%;
  max-width: 100%;
  display: block;
}
.galleryBox .galleryBox-wrapper .galleryBox-content iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.faq-box {
  margin-bottom: 30px;
}
.faq-box:after {
  display: table;
  content: '';
  clear: both;
}
.faq-box .faq-item {
  display: inline-block;
  width: 19%;
  margin: 0;
}
.faq-box .faq-item.active a {
  background: #d6f9ff;
}
.faq-box .faq-item.active a u {
  border-bottom-color: transparent;
}
.faq-box .faq-item.active a i {
  opacity: 0;
}
.faq-box .faq-item a {
  background: transparent;
  display: inline-block;
  position: relative;
  line-height: 50px;
  color: #191919;
  font-size: 30px;
  padding: 0 40px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-box .faq-item a u {
  border-bottom-color: #191919;
  vertical-align: super;
  display: inline-block;
  padding-top: 15px;
  color: #191919;
  line-height: 1.1;
  font-size: 16px;
}
.faq-box .faq-item a i {
  display: inline-block;
  margin: 0 2px 0 -40px;
  line-height: inherit;
  vertical-align: top;
  opacity: 1;
}
.faq-box .faq-collapse-item {
  background: #d6f9ff;
  overflow: hidden;
  padding: 0px 40px;
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0;
}
.faq-box .faq-collapse-item.active {
  padding: 10px 40px;
}
.total {
  margin-bottom: 20px;
  padding: 10px 30px;
  font-size: 18px;
  width: 500px;
  float: right;
}
.total .total-cost {
  color: #00bbdd;
  margin-left: 40px;
  font-size: 30px;
}
.add-info {
  border: 1px solid #00bbdd;
  margin-bottom: 30px;
  padding: 12px 30px;
  line-height: 1.3;
  font-size: 14px;
  width: 500px;
  float: right;
}
.order-table {
  margin-bottom: 20px;
}
.order-table .d_th,
.order-table .d_td {
  border-bottom: 1px dotted #dddddd;
}
.order-table .d_th {
  padding: 15px 30px 15px 0;
  vertical-align: top;
  font-size: 14px;
}
.order-table .d_td {
  padding: 25px 30px 25px 0;
  vertical-align: top;
  font-size: 18px;
}
.order-table .d_td:first-child {
  width: 470px;
}
.order-table .d_td:first-child + * {
  width: 200px;
}
.order-table .d_td:first-child + * + * {
  width: 100px;
}
.order-table .d_td:last-child {
  width: 70px;
}
.order-table .img {
  display: block;
  width: 70px;
  float: left;
}
.order-table .img img {
  margin: 0!important;
  width: 100%;
}
.order-table p,
.order-table .articul {
  margin-left: 100px;
}
.order-table p {
  font-size: 18px;
}
.order-table a {
  color: #191919;
  border: 0;
}
.order-table .price span {
  display: block;
  float: none;
}
.order-table .counter,
.order-table .counter .form-group {
  margin: 0;
}
.order-table .remove {
  background: #d6f9ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  padding: 5px;
  height: 20px;
  width: 20px;
  border: 0;
}
.order-table .remove:after,
.order-table .remove:before {
  content: '';
  display: block;
  margin: 5px -2px;
  height: 1px;
  background: #191919;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.order-table .remove:after {
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.order-table .remove:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.order-table .remove:hover,
.order-table .remove:active {
  background: #ff3300;
}
.order-table .remove:hover:after,
.order-table .remove:active:after,
.order-table .remove:hover:before,
.order-table .remove:active:before {
  background: #fff;
}
.tabs-slider {
  border-bottom: 0!important;
}
.tabs-slider .slick-track {
  border-bottom: 1px solid #00bbdd;
}
.tabs-slider .slick-track .slick-slide.active {
  margin: 0 6px -1px 0;
  background: #fff;
  text-align: center;
  padding: 0;
}
.tabs-slider .slick-track .slick-slide.active a {
  border: 1px solid #eeeeee;
  border-bottom: 0!important;
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 4px 15px;
  min-height: 49px;
  display: block;
  outline: none;
  margin: 0;
}
.tabs-slider .slick-track .slick-slide.slick-current {
  padding-bottom: 1px;
}
.tabs-slider .slick-track .slick-slide.slick-current a {
  border-color: #00bbdd;
  background: #fff;
}
.btn-clear {
  text-decoration: none;
  background: #d6f9ff !important;
  color: #191919 !important;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  white-space: nowrap;
  padding: 0 10px 1px;
  line-height: 29px;
  margin-top: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-clear:hover {
  background: #ff3300 !important;
}
.btn-clear:hover .icon:after,
.btn-clear:hover .icon:before {
  background: #fff !important;
}
.btn-clear:hover span {
  color: #fff !important;
}
.btn-clear .icon {
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
  height: 20px;
  width: 20px;
}
.btn-clear .icon:after,
.btn-clear .icon:before {
  content: '';
  display: block;
  margin: 5px -2px;
  height: 1px;
  background: #191919;
}
.btn-clear .icon:after {
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-clear .icon:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-clear span {
  display: inline-block;
  font-size: 16px;
}
.compare-show-parametrs {
  margin-top: 18px;
}
.compare-show-parametrs a {
  color: #191919;
  border: 0;
}
.compare-show-parametrs a:hover {
  color: #ff3300;
}
.compare-show-parametrs a.active {
  color: #00bbdd;
  cursor: default;
}
.compare-slider .slick-slide {
  padding: 10px 20px 85px;
  position: relative;
  height: 335px;
}
.compare-slider .slick-slide:not(:last-child) {
  border-right: 1px solid #dddddd;
}
.compare-slider .slick-slide .remove {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  cursor: pointer;
  display: block;
  padding: 5px;
  height: 20px;
  width: 20px;
  right: 15px;
  z-index: 1;
  border: 0;
  top: 15px;
}
.compare-slider .slick-slide .remove:after,
.compare-slider .slick-slide .remove:before {
  content: '';
  display: block;
  margin: 5px -2px;
  height: 1px;
  background: #191919;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.compare-slider .slick-slide .remove:after {
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.compare-slider .slick-slide .remove:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.compare-slider .slick-slide .remove:hover,
.compare-slider .slick-slide .remove:active {
  background: #ff3300;
}
.compare-slider .slick-slide .remove:hover:after,
.compare-slider .slick-slide .remove:active:after,
.compare-slider .slick-slide .remove:hover:before,
.compare-slider .slick-slide .remove:active:before {
  background: #fff;
}
.compare-slider .slick-slide .img {
  margin: 0 -10px 5px;
  max-height: 150px;
  overflow: hidden;
}
.compare-slider .slick-slide .img img {
  width: 100%;
}
.compare-slider .slick-slide .product {
  margin-bottom: 3px;
  color: #191919;
  line-height: 1.3;
  overflow: hidden;
  display: block;
  height: 62px;
  border: 0;
}
.compare-slider .slick-slide .pos-box {
  position: absolute;
  padding: 0 20px;
  width: 100%;
  top: 240px;
  left: 0;
}
.compare-slider .slick-slide .price {
  margin-bottom: 5px;
  line-height: 18px;
  font-size: 16px;
}
.compare-slider .slick-slide .price .old {
  line-height: 18px;
  font-size: 12px;
  padding-top: 0;
  height: 20px;
}
.compare-slider .slick-dots {
  position: relative;
  margin: 0 0 20px;
}
.compare-table table {
  width: 100%;
}
.compare-table tr {
  background: #eeeeee;
}
.compare-table td {
  border-top: 1px solid #fff;
  border-bottom: 0!important;
  padding: 17px 23px;
  width: 18.75%;
}
.compare-table td:not(:first-child, :last-child) {
  border-right: 1px solid #dddddd;
}
.compare-table td:first-child {
  background: transparent;
  width: 25.3%;
}
.compare-table .equal {
  background: #fff;
}
.compare-table .equal:not(:first-child) td {
  border-top: 1px dotted #dddddd;
}
.img-project {
  padding-bottom: 100%;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.img-project img {
  position: absolute;
  height: 100%;
}
.content ul.offer-list{
  margin-left:0;
}
.offer-list li{
  list-style: none;
  cursor: pointer;
  border: 1px solid #00bbdd;
  display: inline-block;
  padding: 5px 10px;
}
.offer-list li.selected{
  background: #00bbdd;
  color: #FFF;
}
@media screen and (min-width: 1199px) {
  .col-lg-3 .category-box .links-box ul:last-of-type {
    display: none;
  }
  .col-lg-3 .category-box .links-box ul:first-of-type {
    display: block;
    width: 100%;
  }
}
.mobfoot {display: inline;}
.footphone {display: block;}
@media screen and (max-width: 1199px) {
.mobfoot {display: block; padding-bottom: 6px;}
.footcont {height: 8px;}
.mobfootdef {display: none;}
.mobfootbr {display: none;}
  .top-menu ul li + li {
    margin-left: 17px;
  }

  .lang1 {margin-left: 15px ! important;}
  .lang11 {margin-left: 12px ! important;}
  .langflag {
    background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjMgMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjMDIxRjYyIiBkPSJNMCAwaDIzdjE1SDB6Ii8+PHBhdGggZD0iTTIzIDB2MTVIMFYwaDIzem0tMSAxSDF2MTNoMjFWMXoiIGZpbGw9IiNEM0QzRDMiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTMuODYgMUwyMiAxMi4yNCAyMiAxNC4wMWgtMi44M0wxIDIuNzZWMXoiLz48cGF0aCBmaWxsPSIjREUzMDIzIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0xLjk1IDFMMjIgMTMuNDF2LjZoLS45M0wxIDEuNTl2LS42eiIvPjxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE5LjE0IDFMLjk5IDEyLjI0djEuNzdoMi44NEwyMiAyLjc2IDIxLjk5IDF6Ii8+PHBhdGggZmlsbD0iI0RFMzAyMyIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMjEuMDUgMUwuOTkgMTMuNDF2LjZoLjk0TDIxLjk5IDEuNTl2LS42eiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xNCAxdjEzSDlWMXoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMSA1aDIxdjVIMXoiLz48cGF0aCBmaWxsPSIjREUzMDIzIiBkPSJNMSA2aDIxdjNIMXoiLz48cGF0aCBmaWxsPSIjREUzMDIzIiBkPSJNMTMgMXYxM2gtM1YxeiIvPjwvZz48L3N2Zz4=);
    border: 0 !important;
    font-size: 13px;
    display: inline-block;
    opacity: 0.9;
    border: none;
    text-decoration: none;
    content: ''; 
    margin-top: 0px;
    transform: translate(-50%,10%);
    width: 20px;
    height: 13px;
    margin-left: 2px;
  }

  .submenu {
    padding-top: 20px;
  }
  .submenu .submenu-wrapper {
    margin: 0 -5px;
  }
  .submenu .submenu-item {
    padding: 0 5px;
  }
  .submenu .submenu-item > a:not(.stock) {
    font-size: 13px;
  }
  .submenu .submenu-item:not(:first-child) {
    padding-left: 46px;
    margin-left: 0;
  }
  .phone {
    float: none;
  }
  .search-form span,
  .favorites span,
  .compare span,
  .cart span {
    display: none;
  }
  .product-page .favorites,
  .product-page .compare {
    margin-right: 15px;
    width: auto;
  }
  .product-page .favorites i,
  .product-page .compare i {
    margin-right: 5px;
  }
  .product-page .favorites span,
  .product-page .compare span {
    display: inline-block;
  }
  .search-form .form-group .search-field {
    padding-left: 15px;
    width: 35px;
  }
  .search-form .form-group .search-field:focus {
    padding-left: 35px;
  }
  .search-results-form {
    margin-left: -485px;
    padding: 30px 15px;
    width: 970px;
  }
  .search-results-form .all-results {
    margin: 0 -15px -30px;
  }
  .trade-good-box {
    height: 395px;
  }
  .trade-good-box .trade-good-wrapper .img {
    height: 218px;
  }
  .trade-good-box .trade-good-wrapper .img a{
  height: 218px;
  }
   .trade-good-box .trade-good-wrapper .img img{
    max-height: 203px;
  }
  .trade-good-box .trade-good-wrapper .favorites span,
  .trade-good-box .trade-good-wrapper .compare span {
    display: inline-block;
  }
  .category-box {
    height: 395px;
  }
  .col-md-4 .category-box .links-box ul:first-of-type {
    display: none;
  }
  .col-md-4 .category-box .links-box ul:last-of-type {
    display: block;
    width: 100%;
  }
  .news-previews .slick-slide .one-item {
    margin: 0 10px;
  }
  .news-previews .slick-slide:last-child .one-item {
    margin-right: 2px;
  }
  .layout-box.list .trade-good-box .trade-good-wrapper .col {
    width: 35%;
  }
  .layout-box.list .trade-good-box .trade-good-wrapper .trade-good-label + .col {
    width: 30%;
  }
  .products .stock .stock-label {
    min-width: 59px;
    width: auto;
  }
  .products .products-left-filter {
    padding: 20px 0;
  }
  .subscribe-form {
    padding: 30px;
  }
  .help-form {
    padding: 30px;
  }
  .manufacturers-list .row > *:nth-child(6n+1) {
    clear: none;
  }
  .manufacturers-list .row > *:nth-child(4n+1) {
    clear: both;
  }
  .order-table .d_td:first-child {
    width: 450px;
  }
  .order-table .d_td:first-child + * {
    width: 170px;
  }
  .order-table .d_td:last-child {
    width: 50px;
  }
  .compare-table td {
    width: 25%;
  }
  .compare-table td:nth-child(4) {
    border-right: 0;
  }
  .compare-table td:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  header .container {
    padding: 15px;
  }
  .setlangmob{display: block; margin-top: 10px;}
  .setlangmob a{text-decoration: none; border: none; color: #191919;}
  .setlangmob a.classru {display: inline-block;
background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjMgMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0yMyAwdjE1SDBWMHoiLz48cGF0aCBkPSJNMjMgMHYxNUgwVjBoMjN6bS0xIDFIMXYxM2gyMVYxeiIgZmlsbD0iI0QzRDNEMyIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZmlsbD0iIzA0MzNBQyIgZD0iTTEgNWgyMXY1SDF6Ii8+PHBhdGggZmlsbD0iI0U2MDYwMCIgZD0iTTEgMTBoMjF2NEgxeiIvPjwvZz48L3N2Zz4=);
opacity: 0.9;
border: none;
text-decoration: none;
content: '';
transform: translate(10%,10%);
width: 23px;
height: 15px;}
  .setlangmob span#langflag1 {margin-left: 0px;}
  header .container .row .col-xs-6.col-sm-3.col-md-3.col-lg-5 {
    position: static;
  }
  .sandwich {
    display: block;
  }
  .top-menu {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    padding-top: 70px;
    background: #a6e8f6;
    margin-bottom: 0;
    position: fixed;
    width: 100%;
  }
  .top-menu.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 50px;
  }
  .top-menu ul {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
  }
  .top-menu ul:after {
    display: table;
    content: '';
    clear: both;
  }
  .top-menu ul li {
    padding: 0 10px;
    float: left;
    width: 50%;
  }
  .top-menu ul li:first-child a,
  .top-menu ul li:first-child + * a {
    border-top: 0!important;
  }
  .top-menu ul li a {
    border-top: 1px dotted #191919 !important;
    color: #191919;
    font-size: 16px;
    padding: 10px 0;
    display: block;
  }
  .top-menu ul li + li {
    margin-left: 0;
  }
  li.lang1 {margin-left: 0px !important; border: none !important;}
  .top-menu a.lang11 {color: #ff3300 !important; height: 14px; display: inline-block !important; margin-top: 0px; padding: 0px; margin-left: 0px !important; border: 0px !important;}
  .langflag {margin: 0px; padding-left: 10px !important; border: 0px;}
  #langflag1 {margin-left: 15px; margin-top: 0px !important; height: 15px;}
  .lang1 {display: none;}
  .callback {
    margin-top: 0;
  }
  .phone {
    margin-top: 20px;
    float: right;
  }
  .search-form,
  .favorites,
  .compare,
  .cart,
  .bx-basket{
    text-align: center;
    margin-left: 0;
    width: 35px;
  }
  .search-form i,
  .favorites i,
  .compare i,
  .cart i {
    margin-right: 0;
  }
  .search-form .messages,
  .favorites .messages,
  .compare .messages,
  .cart .messages {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .search-form {
    position: static;
  }
  .search-form .form-group {
    position: static;
  }
  .search-form .form-group .search-field {
    position: absolute;
    right: 167px;
    z-index: 2;
  }
  .search-form .form-group .search-field:focus {
    padding-right: 90px;
    width: 720px;
    z-index: 0;
    top: 68px;
    left: 0;
  }
  .search-form .form-group .search-field:focus + .search-btn {
    position: absolute;
    width: 80px;
    margin: 0;
    top: 68px;
    right: 0;
  }
  .search-form .form-group .search-field:focus + .search-btn + span + .icon {
    margin-top: 0;
    left: 11px;
    top: 79px;
  }
  .search-form .form-group .icon {
    margin-top: -12px;
    right: 194px;
    left: auto;
  }
  .submenu {
    padding-top: 0;
  }
  .submenu .submenu-item {
    width: auto;
  }
  .submenu .submenu-item:not(:first-child) {
    padding-left: 5px;
  }

  .submenu .submenu-item:nth-child(2),
  .submenu .submenu-item:nth-child(3),
  .submenu .submenu-item:nth-child(5),
  .submenu .submenu-item:nth-child(6) {
    text-align: right;
  }
  .submenu .submenu-item:nth-child(2) > a:not(.stock) {
    padding-right: 8px;
  }
  .submenu .submenu-item:nth-child(5) > a:not(.stock) {
    padding-right: 20px;
  }
  .submenu .submenu-item:nth-child(6) > a:not(.stock) {
    padding-right: 5px;
  }
  .submenu .submenu-item > a:not(.stock) {
    display: inline-block;
  }
  .submenu .submenu-item a {
    text-align: left;
  }
  .search-results-form {
    padding: 30px 15px;
    border-right: 0;
    margin-left: 0;
    border-left: 0;
    border-top: 0;
    width: 100%;
    top: 125px;
    left: 0;
  }
  .main-slider {
    margin: 0;
  }
  .main-slider .title {
    font-size: 30px;
  }
  .main-slider .subtitle {
    font-size: 30px;
  }
  .main-slider p {
    font-size: 20px;
  }
  .trade-good-box {
    height: 400px;
  }
  .trade-good-box .trade-good-wrapper {
    padding: 15px;
  }
  .trade-good-box .trade-good-wrapper .img {
    margin: -15px -15px 15px;
    height: 138px;
  }
  .trade-good-box .trade-good-wrapper .img a{
  height: 138px;
  }
   .trade-good-box .trade-good-wrapper .img img{
    max-height: 123px;
  }
  .trade-good-box .trade-good-wrapper .product {
    line-height: 1.2;
    height: 45px;
  }
  .trade-good-box .trade-good-wrapper .articul {
    font-size: 13px;
  }
  .trade-good-box .trade-good-wrapper .price {
    font-size: 23px;
    height: 42px;
  }
  .trade-good-box .trade-good-wrapper .price .old {
    padding-top: 0;
    margin-left: 0;
    display: block;
  }
  .trade-good-box .trade-good-wrapper .favorites,
  .trade-good-box .trade-good-wrapper .compare {
    line-height: 30px;
    text-align: left;
    display: block;
    width: 100%;
    margin: 0;
  }
  .trade-good-box .trade-good-wrapper .favorites i,
  .trade-good-box .trade-good-wrapper .compare i {
    margin-right: 5px;
  }
  .trade-good-box .trade-good-wrapper .favorites span,
  .trade-good-box .trade-good-wrapper .compare span {
    display: inline-block;
  }
  .trade-good-box .trade-good-wrapper .collapsing-box {
    height: auto;
    overflow: auto;
    display: block;
  }
  .trade-good-box .trade-good-wrapper .trade-good-desc.tile{
      display: none;
  }
  .trade-good-box .trade-good-wrapper .collapsing-box .collapsing-box-wrapper{
      padding-top: 0;
  }
  .trade-good-box .trade-good-wrapper .btn {
    margin-top: 8px;
  }
  .category-box {
    height: 400px;
  }
  .category-box ul {
    display: none;
  }
  .col-sm-6 .category-box .links-box ul:first-of-type {
    display: none;
  }
  .col-sm-6 .category-box .links-box ul:last-of-type {
    display: block;
    width: 100%;
  }
  .catalog .category-box ul {
    display: block;
  }
  .catalog .category-box ul:not(:only-of-type) {
    width: 100%;
  }
  .complexes .one-item .img:after {
    display: none;
  }
  .complexes .one-item .img img {
    height: auto;
    width: 100%;
  }
  .complexes .one-item p {
    margin-bottom: 10px;
    position: relative;
    color: #191919;
    padding: 10px 0;
    bottom: auto;
  }
  .projects-slider-wrapper {
    padding: 0;
    border: 0;
  }
  .subscribe-form {
    padding: 20px 15px;
  }
  .products .products-left-filter {
    background: #eeeeee;
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 280px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 100%;
    padding: 0;
    z-index: 5;
    top: 0;
  }
  .products .products-left-filter.open-filter {
    -webkit-transform: translate(280px, 0);
    -moz-transform: translate(280px, 0);
    -ms-transform: translate(280px, 0);
    -o-transform: translate(280px, 0);
    transform: translate(280px, 0);
  }
  .products .products-left-filter .bx-filter-section{
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
  }
  .products .products-left-filter .products-left-filter-box {
    padding-bottom: 55px;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
  }
  .products .products-left-filter .products-left-filter-wrapper {
    position: relative;
    padding: 20px 15px;
    max-height: 100%;
    overflow: auto;
  }
  .products .products-left-filter .filter-submit-box {
    background: #eeeeee;
    padding: 5px 15px 20px;
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0;
    left: 0;
  }
  .products .products-left-filter .form-control {
    padding: .5em;
  }
  footer .submenu .submenu-item a:not(.stock) {
    border-top: 0;
  }
  .manufacturers-list .row > *:nth-child(4n+1) {
    clear: none;
  }
  .manufacturers-list .row > *:nth-child(3n+1) {
    clear: both;
  }
  .faq-box .faq-item {
    width: 165px;
  }
  .faq-box .faq-item a {
    display: block;
  }
  *:not(.table-responsive) table,
  *:not(.table-responsive) .table {
    display: block;
  }
  *:not(.table-responsive) table thead,
  *:not(.table-responsive) .table thead,
  *:not(.table-responsive) table th,
  *:not(.table-responsive) .table th,
  *:not(.table-responsive) table .d_thead,
  *:not(.table-responsive) .table .d_thead,
  *:not(.table-responsive) table .d_th,
  *:not(.table-responsive) .table .d_th {
    display: none;
  }
  *:not(.table-responsive) table tbody,
  *:not(.table-responsive) .table tbody,
  *:not(.table-responsive) table .d_tbody,
  *:not(.table-responsive) .table .d_tbody {
    display: block;
  }
  *:not(.table-responsive) table tr,
  *:not(.table-responsive) .table tr,
  *:not(.table-responsive) table .d_tr,
  *:not(.table-responsive) .table .d_tr {
    border-bottom: 1px dotted #dddddd;
    position: relative;
    display: block;
  }
  *:not(.table-responsive) table tr:after,
  *:not(.table-responsive) .table tr:after,
  *:not(.table-responsive) table .d_tr:after,
  *:not(.table-responsive) .table .d_tr:after {
    display: table;
    content: '';
    clear: both;
  }
  *:not(.table-responsive) table td,
  *:not(.table-responsive) .table td,
  *:not(.table-responsive) table .d_td,
  *:not(.table-responsive) .table .d_td {
    padding: 10px 10px 10px 10px;
    display: block;
    width: 100%;
    float: left;
    border: 0;
  }
  *:not(.table-responsive) table td[data-title]:before,
  *:not(.table-responsive) .table td[data-title]:before,
  *:not(.table-responsive) table .d_td[data-title]:before,
  *:not(.table-responsive) .table .d_td[data-title]:before {
    content: attr(data-title);
    vertical-align: baseline;
    padding-right: 15px;
    margin-left: -100%;
    display: block;
    width: 100%;
    float: left;
  }
  table.ttx3 td {display: table-cell; width: auto; float: initial; border-bottom: 1px solid #dddddd; border-left: 1px solid #dddddd; border-right: 1px solid #dddddd;}
  table.ttx3 tr {display: table-row; border-bottom: 1px solid #dddddd;}
  table.ttx3 td:first-child {background-color: #d6f9ff;}

  table.wht td {display: table-cell; width: auto; float: initial; border-bottom: 1px solid #dddddd; border-left: 1px solid #dddddd; border-right: 1px solid #dddddd;}
  table.wht tr {display: table-row; border-bottom: 1px solid #dddddd;}
  table.wht td:first-child {background-color: #fff;}

  
  table.noborder th, table.noborder td, table.noborder tr {border: 0px; border-bottom: none;}
  table.noborder tr:not(:only-of-type) td {border: 0px; border-bottom: none;}


  .order-table {
    display: block;
  }
  .order-table .d_thead {
    display: none;
  }
  .order-table tr,
  .order-table .d_tr {
    padding: 20px 0;
  }
  .order-table .d_td {
    width: 50%!important;
    padding: 10px 0;
    display: block;
    float: left;
    border: 0;
  }
  .order-table .d_td:first-child {
    padding-right: 30px;
  }
  .order-table .d_td:last-child {
    position: absolute;
    width: 20px;
    z-index: 1;
    padding: 0;
    top: 30px;
    right: 0;
  }
  .order-table .d_td[data-title]:before {
    margin-right: 10px;
    padding-right: 0;
    margin-left: 0;
    width: auto;
    float: left;
  }
  .order-table .d_td .img {
    margin: 0 10px 30px 0;
    width: 30%;
  }
  .order-table .d_td .price {
    margin-top: 0;
  }
  .order-table .d_td .price span {
    float: left;
  }
  .order-table .d_td .counter .form-group {
    width: auto;
  }
  .order-table .d_td .counter input {
    display: inline-block;
  }
  .order-table .d_td .counter .plus,
  .order-table .d_td .counter .minus {
    background: transparent;
    display: inline-block;
    margin-left: 25px;
    height: 30px;
    width: 30px;
  }
  .order-table .d_td .counter .plus:after,
  .order-table .d_td .counter .minus:after {
    display: none;
  }
  .order-table .d_td .counter .plus .icon,
  .order-table .d_td .counter .minus .icon {
    background: #d6f9ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
    display: block;
    height: 100%;
    width: 100%;
    border: 0;
  }
  .order-table .d_td p,
  .order-table .d_td .articul {
    margin-left: 0;
  }
  .order-table .d_td .remove {
    float: right;
    margin: 5px;
  }
  .assistance .counter .form-group {
    width: auto;
  }
  .assistance .counter input {
    display: inline-block;
  }
  .assistance .counter .plus,
  .assistance .counter .minus {
    background: transparent;
    display: inline-block;
    margin-left: 25px;
    height: 30px;
    width: 30px;
  }
  .assistance .counter .plus:after,
  .assistance .counter .minus:after {
    display: none;
  }
  .assistance .counter .plus .icon,
  .assistance .counter .minus .icon {
    background: #d6f9ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
    display: block;
    height: 100%;
    width: 100%;
    border: 0;
  }
  .filter-button {
    margin-top: -10px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .auletter {margin-bottom: 20px !important;}
  .floater .floater-one {
    float: none !important;
  }
  .floater .floater-one + .floater-one {
    margin: 20px 0;
  }
  .sandwich {
    padding: 13px 0;
  }
  .top-menu {
    padding-top: 125px;
    max-height: 100%;
    overflow: auto;
  }
  .top-menu ul {
    margin: 0;
  }
  .top-menu ul li {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .top-menu ul li:first-child + * a {
    border-top: 1px dotted #191919 !important;
  }
  .top-menu ul li a {
    padding: 15px 0;
  }
  .top-menu + .container {
    transition-delay: 600ms;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
  }
  .top-menu.active + .container {
    background: #a6e8f6;
  }
  .callback {
    margin: 0 10px 20px;
    width: auto;
  }
  .phone {
    float: none;
  }
  .search-form,
  .favorites,
  .compare,
  .cart {
    text-align: center;
    margin-left: 0;
    width: 32px;
  }
  .search-form i,
  .favorites i,
  .compare i,
  .cart i {
    margin-right: 0;
  }
  .search-form .form-group .search-field {
    right: 95px;
    left: auto;
  }
  .search-form .form-group .search-field:focus {
    padding: 7px 35px 7px 10px;
    width: 100%;
    z-index: 2;
    left: auto;
    right: 0;
  }
  .search-form .form-group .search-field:focus + .search-btn {
    margin-right: 0;
    margin-left: 0;
    width: 35px;
    right: 0;
  }
  .search-form .form-group .search-field:focus + .search-btn + span + .icon {
    right: 27px;
    left: auto;
  }
  .search-form .form-group .search-btn {
    opacity: 0;
  }
  .search-form .form-group .icon {
    right: 122px;
    left: auto;
    top: 92px;
  }
  .submenu .submenu-wrapper {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    background: #fff;
    position: absolute;
    margin: -1px 0 0;
    display: none;
    width: 100%;
    top: 100%;
    left: 0;
  }
  .submenu .submenu-item {
    margin: 0!important;
    width: auto;
    float: none;
  }
  .submenu .submenu-item a:not(.stock) {
    border-top: 1px dotted #dddddd;
    padding-left: 30px;
    display: block;
  }
  .submenu .submenu-item a:not(.stock) .icon {
    margin-top: -12px;
    font-size: 25px;
  }
  .submenu .submenu-item .submenu-drop-field {
    display: none!important;
  }
  footer .submenu .submenu-wrapper {
    background: transparent;
    position: relative;
    padding-bottom: 0;
    border-bottom: 0;
    display: block;
    margin-top: 0;
    width: auto;
  }
  footer .submenu .submenu-item a {
    border-top: 0;
  }
  footer .footer-menu {
    margin-top: 15px;
  }
  footer .footer-menu ul {
    margin-bottom: 15px;
  }
  footer .footer-menu ul li {
    margin-bottom: 10px;
  }
  footer .footer-menu + .row p {
    font-size: 13px;
  }
  footer .footer-menu + .row p a {
    font-size: 13px;
  }
  footer p,
  footer a:not(.btn) {
    font-size: 14px;
    margin: 0;
  }
  .mobfoot {visibility: hidden; font-size: 5px;}
  footer br + a {
    margin-top: 8px!important;
    display: inline-block;
  }
  footer a.cont {
    margin-top: 10px;
    font-size: 25px;
  }
  .main-slider .img {
    padding-bottom: 145%;
    margin-right: -15px;
    width: auto;
  }
  .main-slider .title {
    font-size: 16px;
  }
  .main-slider .subtitle {
    font-size: 24px;
  }
  .main-slider p {
    display: none;
  }
  .category-box {
    height: 200px;
  }
  .col-sm-6 .category-box .links-box ul:last-of-type {
    display: none;
  }
  .catalog .category-box ul {
    display: none;
  }
  .projects-slider-wrapper .setequalheight {
    height: auto!important;
  }
  .projects-slider-wrapper .img {
    margin-bottom: 20px;
  }
  .news-previews {
    margin: 0 10px;
  }
  .news-previews .slick-prev {
    left: -15px;
  }
  .news-previews .slick-next {
    right: -15px;
  }
  .news-previews .slick-slide .one-item {
    margin: 0 7px;
  }
  .news-previews .slick-slide:last-child .one-item {
    margin-right: 0;
  }
  .subscribe-form .form-group,
  .subscribe-form p,
  .subscribe-form .btn {
    margin: 10px 0;
  }
  .subscribe-form .vam-box {
    height: auto!important;
  }
  .subscribe-form .vam-box:before {
    display: none;
  }
  .appeal-box .appeal-text {
    padding: 10px 15px;
  }
  .products .sort {
    margin-top: 10px;
  }
  .products .sort a {
    margin: 5px 0 0;
    display: block;
  }
  .products .products-left-filter {
    background: #eeeeee;
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 280px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 100%;
    padding: 0;
    z-index: 5;
    top: 0;
  }
  .products .products-left-filter.open-filter {
    -webkit-transform: translate(280px, 0);
    -moz-transform: translate(280px, 0);
    -ms-transform: translate(280px, 0);
    -o-transform: translate(280px, 0);
    transform: translate(280px, 0);
  }
  .products .products-left-filter .bx-filter-section{
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
  }
  .products .products-left-filter .products-left-filter-box {
    padding-bottom: 55px;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
  }
  .products .products-left-filter .products-left-filter-wrapper {
    position: relative;
    padding: 20px 15px;
    max-height: 100%;
    overflow: auto;
  }
  .products .products-left-filter .filter-submit-box {
    background: #eeeeee;
    padding: 5px 15px 20px;
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0;
    left: 0;
  }
  .products .help-form .vam-box {
    height: auto!important;
  }
  .products .help-form .vam-box:before {
    display: none;
  }
  .products .help-form .btn {
    margin-top: 20px;
  }
  .pagination {
    margin: 0;
  }
  .wrong-page {
    font-size: 187px;
  }
  .serach-result .nav-tabs {
    border-bottom: 0;
  }
  .serach-result .nav-tabs li {
    margin: 0 0 5px;
    width: 100%;
  }
  .serach-result .nav-tabs li.active {
    padding-bottom: 0;
  }
  .serach-result .nav-tabs li.active a,
  .serach-result .nav-tabs li.active a:hover {
    border-color: #d6f9ff;
    background: #d6f9ff;
  }
  .serach-result .nav-tabs li.active a span,
  .serach-result .nav-tabs li.active a:hover span {
    border-bottom: 0;
  }
  .serach-result .nav-tabs li a {
    border-color: transparent;
    background: transparent;
    height: auto!important;
    text-align: left;
    margin: 0 -30px;
    min-height: 0;
  }
  .serach-result .nav-tabs li a:before {
    display: none;
  }
  .serach-result .nav-tabs li a span {
    border-bottom: 1px dashed;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline;
    padding: 0;
  }
  .product-page + .serach-result .nav-tabs li a {
    padding-right: 30px;
    padding-left: 30px;
  }
  .manufacturers-list .row > *:nth-child(3n+1) {
    clear: none;
  }
  .manufacturers-list .row > *:nth-child(2n+1) {
    clear: both;
  }
  .manufacturer-logo {
    /* margin: 0 auto 20px; */
    /* width: 145px; */
    float: left;
    width: 100%;
  }
  .manufacturer-logo.left {
    width: auto;
    height: 55px;
  }
  .manufacturer-logo.left:before {

  }
  .manufacturer-logo img {
    margin-right: 10px;
    float: left;
    width: 100%;
  }
  .faq-box .faq-item {
    width: 100%;
    float: none;
  }
  .total .total-cost {
    margin-left: 15px;
  }
  .total,
  .add-info {
    padding: 12px 15px;
    width: 100%;
    float: none;
  }
  .order-table .d_td {
    width: 100%!important;
    padding: 10px 0;
  }
  .order-table .d_td p,
  .order-table .d_td .articul {
    font-size: 14px;
  }
  .tabs-slider .slick-track .slick-slide {
    padding: 0!important;
    margin: 0!important;
  }
  .compare-slider .slick-slide {
    margin-right: -1px;
    padding: 0 10px;
    height: 260px;
  }
  .compare-slider .slick-slide .remove {
    right: 5px;
    top: 5px;
  }
  .compare-slider .slick-slide .pos-box {
    position: relative;
    padding: 0;
    left: auto;
    top: auto;
  }
  .tabs-slider,
  .tabs-slider.nav-tabs {
    margin: 0 15px 20px;
  }
  .slick-dots li button {
    margin: 0 12px;
  }
  .compare-table {
    border-top: 1px dotted #939393;
  }
  .compare-table table td {
    padding: 40px 10px 10px;
    text-align: center;
    position: relative;
    border-right: 0;
    border-left: 0;
    width: 50%;
  }
  .compare-table table td:nth-child(2):before {
    content: attr(data-title);
    color: #939393;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    padding-right: 0;
    margin-left: 0;
    width: 150%;
    left: 100%;
    top: 5px;
  }
  .compare-table table td:nth-child(1),
  .compare-table table td:nth-child(n+4) {
    display: none;
  }
  .filter-button {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 769px) {
  .projects-slider.slick-slider{
    margin: 0 10px;
  }
  .projects-slider-wrapper .slick-prev {
    left: -20px;
  }
  .projects-slider-wrapper .slick-next {
    right: -20px;
  }
  .trade-good-box{height: auto;}
  .trade-good-box .trade-good-wrapper{
    position: static;
  }
}



@media screen and (max-width: 539px) {
    .compare-table td {
      width: 50%;
    }
    .compare-table td:nth-child(2) {
      border-right: 0;
    }
    .btn-clear.mobile-centerd {
      margin: 0 auto 30px;
      display: block;
      width: 181px;
    }
    .delivery-map {
      margin-top: 0;
    }
    .delivery-map svg {
      height: 220px;
    }
}
  .bx-basket{
    display: inline-block;
  }
  .bx-basket-block a{
  margin-right: 0 !important;
  }
  .reset_size{
  font-size: 0;
  }
  .alx_feed_back .subcat{
  display: none;
  }
  .participants .vam-box.setequalheight{
    height: 55px !important;
  }

.slider-logo .slick-prev,
.slider-logo .slick-next {
  top: 58px;
}

.slider-logo .slick-prev {
  left: -12px;
}

.slider-logo .slick-next {
  right: -12px;
}

.slider-logo__item-link {
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: center;
  border: 1px solid #ddd !important;
  padding: 16px;
}

.slider-logo__item-link:focus {
  outline: none;
}

.slider-logo__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.content img.slider-logo__image {
  margin: 0 auto;
  max-height: 40px;
}

.slider-logo__item {
  height: 100%;
  margin: 0 16px;
}

.slider-logo__title {
  margin: 12px 0 0 0;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content ul.slick-dots {
  margin: 12px 0 0 0;
}

.slick-prev:hover:after, .slick-next:hover:after {
  color: #00bbdd;
}

.slider-logo .slick-dots li button {
  margin: 0 8px;
}

@media screen and (max-width: 539px) {
  .slider-logo__item-link {
    padding: 12px;
  }
  .slider-logo__item {
    margin: 0 8px;
  }
}
/* End */


/* Start:/bitrix/templates/tm/css/owl.carousel.min.css?16851417189139*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -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 {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .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 {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -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; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  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 Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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/tm/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }



.owlabout {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owlabout .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owlabout .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owlabout .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owlabout .owl-wrapper,
  .owlabout .owl-item {
    -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); }
  .owlabout .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owlabout .owl-item img {
    display: block;
    }
  .owlabout .owl-nav.disabled,
  .owlabout .owl-dots.disabled {
    display: none; }
  .owlabout .owl-nav .owl-prev,
  .owlabout .owl-nav .owl-next,
  .owlabout .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owlabout .owl-nav button.owl-prev,
  .owlabout .owl-nav button.owl-next,
  .owlabout button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owlabout.owl-loaded {
    display: block; }
  .owlabout.owl-loading {
    opacity: 0;
    display: block; }
  .owlabout.owl-hidden {
    opacity: 0; }
  .owlabout.owl-refresh .owl-item {
    visibility: hidden; }
  .owlabout.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owlabout.owl-grab {
    cursor: move;
    cursor: grab; }
  .owlabout.owl-rtl {
    direction: rtl; }
  .owlabout.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owlabout {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owlabout .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owlabout .owl-animated-in {
  z-index: 0; }

.owlabout .owl-animated-out {
  z-index: 1; }

.owlabout .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owlabout .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */ }
  .owlabout .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owlabout .owl-item .owl-lazy[src^=""], .owlabout .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owlabout .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owlabout .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owlabout .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/tm/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owlabout .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owlabout .owl-video-playing .owl-video-tn,
.owlabout .owl-video-playing .owl-video-play-icon {
  display: none; }

.owlabout .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owlabout .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/* End */


/* Start:/bitrix/templates/tm/js/dialogs/dialogs.css?16736041001217*/
/* ---------------------------------- */
/* Диалоги */
/* ---------------------------------- */

#ilex-dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}


.ilex-dialog {
    line-height: normal;
    border: 1px solid #BACDDC;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.6);
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    overflow: hidden;
}

.ilex-dialog .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 11px;
    height: 10px;
    cursor: pointer;
    background: transparent url('/bitrix/templates/tm/js/dialogs/images/close.png') 0px 0px no-repeat;
    box-shadow: none;
    transition: none;
    line-height: normal;
    border-radius: 0;
    border: 0;
}

.ilex-dialog .close:before
{
    content: "";
}

.ilex-dialog .title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.ilex-dialog textarea {
    resize: none;
}

#error-dialog.ilex-dialog, 
#message-dialog.ilex-dialog{
    z-index: 501;
}


/* End */


/* Start:/bitrix/templates/tm/css/jquery.fancybox.css?168514171817809*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0 0 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0 0 0; }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/* End */


/* Start:/bitrix/templates/tm/components/altasib/feedback.form/callback/form_style.css?167360410044580*/
.afbf_error_block{
    display: none !important;
}
.modal_form{
        border-radius:5px;
        background:#fff;
        /*position:fixed;*/
        position:absolute;
        top:45%;
        left:50%;
        opacity:0;
        z-index:2001;
        transition:all 0.3s ease 0s;
        box-shadow:0 0 33px rgba(0,0,0,0.36);
        min-height:200px;
        height:auto;
        overflow:hidden;
        box-sizing:border-box;
        padding:40px 20px 40px;
}
.modal_close{
        width:14px;
        height:14px;
        position:absolute;
        background:#fff;
        top:20px;
        right:20px;
        cursor:pointer;
        display:block;
        overflow:hidden;
        opacity:0.6;
        -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        z-index:2;
        -webkit-transition:all .2s ease-out;
        -moz-transition:all .2s ease-out;
        -ms-transition:all .2s ease-out;
        -o-transition:all .2s ease-out;
        transition:all .2s ease-out;
}
.modal_close_ok{
        width:115px;
        height:36px;
        line-height:36px;
        background:#0097f6;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
        border-radius:2px;
        -webkit-box-shadow:0 2px 4px 2px #e6e6e6;
        -moz-box-shadow:0 2px 4px 2px #e6e6e6;
        box-shadow:0 2px 4px 2px #e6e6e6;
        border:none;
        outline:none;
        color:#fff;
        text-align:center;
        margin:0 auto 10px;
        display:block;
        cursor:pointer;
        -webkit-transition:all .2s ease-out;
        -moz-transition:all .2s ease-out;
        -ms-transition:all .2s ease-out;
        -o-transition:all .2s ease-out;
        transition:all .2s ease-out;
}
.modal_close_ok:hover{
        -webkit-box-shadow:0 2px 5px 3px #ccc;
        -moz-box-shadow:0 2px 5px 3px #ccc;
        box-shadow:0 2px 5px 3px #ccc;
}
.modal_close:hover{
        opacity:1;
        -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.modal_close__left:before{
        position:absolute;
        content:'';
        left:-3px;
        top:-5px;
        border:12px solid transparent;
        border-left-color:#767676;
}
.modal_close__left:after{
        position:absolute;
        content:'';
        left:-7px;
        top:-5px;
        border:12px solid transparent;
        border-left-color:#fff;
}
.modal_close__right:before{
        position:absolute;
        content:'';
        right:-3px;
        top:-5px;
        border:12px solid transparent;
        border-right-color:#767676;
}
.modal_close__right:after{
        position:absolute;
        content:'';
        right:-7px;
        top:-5px;
        border:12px solid transparent;
        border-right-color:#fff;
}

.alx_fb_overlay{
        z-index:2000;
        position:fixed;
        background-color:#000;
        opacity:0.2;
        width:100%;
        height:100%;
        top:0;
        left:0;
        cursor:pointer;
        display:none;
}
.alx_feedback_popup{
        cursor:pointer;
}
.alx-feedb-data-errorLoading{
        text-align:center;
        padding-top:50px;
}
.alx_fedb_wait{
        height:140px;
        left:45%;
        position:fixed;
        top:45%;
        width:140px;
        z-index:2001;
        text-align:center;
}
.alx-feedb-data{
        position:absolute;
        opacity:0;
}
.alx-feedb-data-view{
        position:relative;
        opacity:1;
        width:100%;
        transition:all 0.3s ease 0s;
}
.afbf_success_block{
        height:140px;
        display:table;
        vertical-align:middle;
        width:100%;
        margin-bottom:20px;
}
.afbf_success_block._without-popup{
        height:100px;
}
.afbf_success_block._without-popup .afbf_mess_ok{
        text-align:left;
        line-height:50px;
}
.afbf_success_block._without-popup .afbf_mess_ok .mess{
        margin-left:60px;
}
.afbf_success_block._without-popup .afbf_ok_icon{
        display:inline-block;
        width:auto;
        min-width:50px;
        float:left;
        margin-bottom:0;
}
.afbf_mess_ok{
        display:table-cell;
        vertical-align:middle;
        text-align:center;
}
/* animation loading */

@keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@-moz-keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@-webkit-keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@-o-keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@-moz-keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@-webkit-keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@-o-keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}
@-moz-keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}
@-webkit-keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}
@-o-keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}
.alx-rotate-loading, .alx-feedb-loading{
        height:120px;
        position:relative;
        width:120px;
        border-radius:100%;
}
.alx-rotate-loading{
        margin:40px auto;
}
.alx-feedb-loading{
        border:13px solid transparent;
        border-color:transparent #fff transparent #FFF;
        -moz-animation:alx-rotate-loading 2s linear 0s infinite normal;
        -moz-transform-origin:50% 50%;
        -o-animation:alx-rotate-loading 2s linear 0s infinite normal;
        -o-transform-origin:50% 50%;
        -webkit-animation:alx-rotate-loading 2s linear 0s infinite normal;
        -webkit-transform-origin:50% 50%;
        animation:alx-rotate-loading 2s linear 0s infinite normal;
        transform-origin:50% 50%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
}
.alx-rotate-loading:hover .alx-feedb-loading{
        border-color:transparent #E45635 transparent #E45635;
}
.alx-rotate-loading:hover .alx-feedb-loading, .alx-rotate-loading .alx-feedb-loading{
        -webkit-transition:all 0.5s ease-in-out;
        -moz-transition:all 0.5s ease-in-out;
        -ms-transition:all 0.5s ease-in-out;
        -o-transition:all 0.5s ease-in-out;
        transition:all 0.5s ease-in-out;
}
.alx-feedb-loading-text{
        animation:2s linear 0s normal none infinite running loading-text-opacity;
        color:#fff;
        font-size:15px;
        font-weight:bold;
        margin-top:52.5px;
        position:absolute;
        text-align:center;
        text-transform:uppercase;
        top:0px;
        width:120px;
}

/* animation popup */

@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000); animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}0%{opacity:0; -webkit-transform:translate3d(0,-3000px,0); transform:translate3d(0,-3000px,0);}60%{-webkit-transform:translate3d(0,25px,0); transform:translate3d(0,25px,0);}75%{-webkit-transform:translate3d(0,-10px,0); transform:translate3d(0,-10px,0);}90%{-webkit-transform:translate3d(0,5px,0); transform:translate3d(0,5px,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000); animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}0%{opacity:0; -webkit-transform:translate3d(0,-3000px,0); transform:translate3d(0,-3000px,0);}60%{-webkit-transform:translate3d(0,25px,0); transform:translate3d(0,25px,0);}75%{-webkit-transform:translate3d(0,-10px,0); transform:translate3d(0,-10px,0);}90%{-webkit-transform:translate3d(0,5px,0); transform:translate3d(0,5px,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0); transform:translate3d(0,10px,0);}40%,45%{opacity:1; -webkit-transform:translate3d(0,-20px,0); transform:translate3d(0,-20px,0);}to{opacity:0; -webkit-transform:translate3d(0,2000px,0); transform:translate3d(0,2000px,0);}}
@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0); transform:translate3d(0,10px,0);}40%,45%{opacity:1; -webkit-transform:translate3d(0,-20px,0); transform:translate3d(0,-20px,0);}to{opacity:0; -webkit-transform:translate3d(0,2000px,0); transform:translate3d(0,2000px,0);}}
@-moz-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000); animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}0%{opacity:0; -webkit-transform:translate3d(0,-3000px,0); transform:translate3d(0,-3000px,0);}60%{-webkit-transform:translate3d(0,25px,0); transform:translate3d(0,25px,0);}75%{-webkit-transform:translate3d(0,-10px,0); transform:translate3d(0,-10px,0);}90%{-webkit-transform:translate3d(0,5px,0); transform:translate3d(0,5px,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@-o-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000); animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}0%{opacity:0; -webkit-transform:translate3d(0,-3000px,0); transform:translate3d(0,-3000px,0);}60%{-webkit-transform:translate3d(0,25px,0); transform:translate3d(0,25px,0);}75%{-webkit-transform:translate3d(0,-10px,0); transform:translate3d(0,-10px,0);}90%{-webkit-transform:translate3d(0,5px,0); transform:translate3d(0,5px,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@-moz-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0); transform:translate3d(0,10px,0);}40%,45%{opacity:1; -webkit-transform:translate3d(0,-20px,0); transform:translate3d(0,-20px,0);}to{opacity:0; -webkit-transform:translate3d(0,2000px,0); transform:translate3d(0,2000px,0);}}
@-o-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0); transform:translate3d(0,10px,0);}40%,45%{opacity:1; -webkit-transform:translate3d(0,-20px,0); transform:translate3d(0,-20px,0);}to{opacity:0; -webkit-transform:translate3d(0,2000px,0); transform:translate3d(0,2000px,0);}}

@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,-200deg); transform:rotate3d(0,0,1,-200deg); opacity:0;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:none; transform:none; opacity:1;}}
@keyframes rotateIn{from{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,-200deg); transform:rotate3d(0,0,1,-200deg); opacity:0;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:none; transform:none; opacity:1;}}
@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center; transform-origin:center; opacity:1;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,200deg); transform:rotate3d(0,0,1,200deg); opacity:0;}}
@keyframes rotateOut{from{-webkit-transform-origin:center; transform-origin:center; opacity:1;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,200deg); transform:rotate3d(0,0,1,200deg); opacity:0;}}
@-moz-keyframes rotateIn{from{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,-200deg); transform:rotate3d(0,0,1,-200deg); opacity:0;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:none; transform:none; opacity:1;}}
@-o-keyframes rotateIn{from{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,-200deg); transform:rotate3d(0,0,1,-200deg); opacity:0;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:none; transform:none; opacity:1;}}
@-moz-keyframes rotateOut{from{-webkit-transform-origin:center; transform-origin:center; opacity:1;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,200deg); transform:rotate3d(0,0,1,200deg); opacity:0;}}
@-o-keyframes rotateOut{from{-webkit-transform-origin:center; transform-origin:center; opacity:1;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,200deg); transform:rotate3d(0,0,1,200deg); opacity:0;}}

@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0); transform:translate3d(-100%,0,0); visibility:visible;}to{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}}
@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0); transform:translate3d(-100%,0,0); visibility:visible;}to{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}}
@-webkit-keyframes slideoutright{from{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); opacity:1;}to{visibility:hidden; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0); opacity:0;}}
@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}to{visibility:hidden; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}}
@-moz-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0); transform:translate3d(-100%,0,0); visibility:visible;}to{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}}
@-o-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0); transform:translate3d(-100%,0,0); visibility:visible;}to{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}}
@-moz-keyframes slideoutright{from{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); opacity:1;}to{visibility:hidden; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0); opacity:0;}}
@-o-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}to{visibility:hidden; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}}

@-webkit-keyframes fadeOutRight{from{opacity:1;}to{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}}
@keyframes fadeOutRight{from{opacity:1;}to{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}}
@-webkit-keyframes fadeInRight{from{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@keyframes fadeInRight{from{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@-moz-keyframes fadeOutRight{from{opacity:1;}to{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}}
@-o-keyframes fadeOutRight{from{opacity:1;}to{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}}
@-moz-keyframes fadeInRight{from{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@-o-keyframes fadeInRight{from{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}to{opacity:1; -webkit-transform:none; transform:none;}}

@keyframes bounceIn{0%{transform:scale(1); opacity:1}60%{transform:scale(1.2); opacity:1;}100%{transform:scale(0); opacity:0; display:none;}}
@keyframes pulse{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(1.5,1.5,1.5); transform:scale3d(1.5,1.5,1.5);}20%{-webkit-transform:scale3d(1.1,1.1,1.1); transform:scale3d(1.1,1.1,1.1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.03,1.03,1.03); transform:scale3d(1.03,1.03,1.03);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@keyframes pulseMess{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(0.7,0.7,0.7); transform:scale3d(0.7,0.7,0.7);}20%{-webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.01,1.01,1.01); transform:scale3d(1.01,1.01,1.01);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@-moz-keyframes bounceIn{0%{transform:scale(1); opacity:1}60%{transform:scale(1.2); opacity:1;}100%{transform:scale(0); opacity:0; display:none;}}
@-moz-keyframes pulse{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(1.5,1.5,1.5); transform:scale3d(1.5,1.5,1.5);}20%{-webkit-transform:scale3d(1.1,1.1,1.1); transform:scale3d(1.1,1.1,1.1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.03,1.03,1.03); transform:scale3d(1.03,1.03,1.03);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@-moz-keyframes pulseMess{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(0.7,0.7,0.7); transform:scale3d(0.7,0.7,0.7);}20%{-webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.01,1.01,1.01); transform:scale3d(1.01,1.01,1.01);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@-o-keyframes bounceIn{0%{transform:scale(1); opacity:1}60%{transform:scale(1.2); opacity:1;}100%{transform:scale(0); opacity:0; display:none;}}
@-o-keyframes pulse{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(1.5,1.5,1.5); transform:scale3d(1.5,1.5,1.5);}20%{-webkit-transform:scale3d(1.1,1.1,1.1); transform:scale3d(1.1,1.1,1.1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.03,1.03,1.03); transform:scale3d(1.03,1.03,1.03);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@-o-keyframes pulseMess{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(0.7,0.7,0.7); transform:scale3d(0.7,0.7,0.7);}20%{-webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.01,1.01,1.01); transform:scale3d(1.01,1.01,1.01);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@-webkit-keyframes bounceIn{0%{transform:scale(1); opacity:1}60%{transform:scale(1.2); opacity:1;}100%{transform:scale(0); opacity:0; display:none;}}
@-webkit-keyframes pulse{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(1.5,1.5,1.5); transform:scale3d(1.5,1.5,1.5);}20%{-webkit-transform:scale3d(1.1,1.1,1.1); transform:scale3d(1.1,1.1,1.1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.03,1.03,1.03); transform:scale3d(1.03,1.03,1.03);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@-webkit-keyframes pulseMess{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(0.7,0.7,0.7); transform:scale3d(0.7,0.7,0.7);}20%{-webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.01,1.01,1.01); transform:scale3d(1.01,1.01,1.01);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}

.alx-popup-show-anime1{
        animation:pulse .75s ease-in-out 0s both;
        display:block;
}
.alx-popup-hide-anime1{
        animation:bounceIn 0.5s;
}
.alx-popup-mess-show-anime1{
        animation:pulseMess .75s ease-in-out 0s both;
        max-height:100%;
        opacity:1;
        transition:all 0.8s ease 0s;
}
.alx-popup-show-anime2{
        animation:rotateIn .75s ease-in-out 0s both;
        display:block;
}
.alx-popup-hide-anime2{
        animation:rotateOut 0.5s both;
}
.alx-popup-mess-show-anime2{
        animation:rotateIn .75s ease-in-out 0s both;
        max-height:100%;
        opacity:1;
        transition:all 0.8s ease 0s;
}
.alx-popup-show-anime3{
        animation:fadeInRight .75s ease-in-out 0s both;
        display:block;
}
.alx-popup-hide-anime3{
        animation:fadeOutRight 0.5s both;
}
.alx-popup-mess-show-anime3{
        animation:fadeInRight .75s ease-in-out 0s both;
        max-height:100%;
        opacity:1;
        transition:all 0.8s ease 0s;
}
.alx-popup-show-anime4{
        animation:bounceInDown .75s ease-in-out 0s;
        display:block;
}
.alx-popup-hide-anime4{
        animation:bounceOutDown 0.5s;
}
.alx-popup-mess-show-anime4{
        animation:bounceInDown .75s ease-in-out 0s both;
        max-height:100%;
        opacity:1;
        transition:all 0.8s ease 0s;
}

/* feedb_styles */
.alx_feed_back form{
        padding:0px;
        margin:0px;
}
.modal_form .afbf_error_block{
        position:relative;
        margin-bottom:20px;
}
.modal_form .afbf_error_block:after{
        content:'';
        position:absolute;
        bottom:-10px;
        left:-20px;
        right:-20px;
        height:1px;
        background:#ccc;
}
.afbf_error_icon{
        float:left;
        margin-right:5px;
        width:50px;
        height:40px;
        background:url(/bitrix/templates/tm/components/altasib/feedback.form/callback/images/afbf_danger-sign.png) no-repeat 0 0;
}
.afbf_error_block .afbf_error_text,
.afbf_error_block .afbf_error_ftext{
        font-size:16px;
        height:40px;
        line-height:40px;
        padding-bottom:30px;
        color:#f80000;
        display:block;
}
.afbf_ok_icon{
        margin:0 0 20px 0;
        width:100%;
        height:50px;
        background:url(/bitrix/templates/tm/components/altasib/feedback.form/callback/images/afbf_check-box.png) no-repeat 50% 50%;
}

.modal_form .afbf_error_block td{
        vertical-align:top;
        text-align:left;
}
.alx-feedb-error{
        margin-top:20px;
}
.modal_form .alx-feedb-error{
        margin-top:0px;
}
.alx-feedb-error .afbf_error_block ul{
        list-style:none;
        padding-left:55px;
        font-size:14px;
        color:#f80101;
        margin:0;
}
.alx-feedb-error .afbf_error_block ul li{
        padding:0px 0px 4px 8px;
        margin:0px;
        display:block;
        list-style:none !important;
        background:transparent !important;
}
.alx-feedb-error .afbf_error_block ul li:before{
        content:'' !important;
}
.alx-feedb-error .afbf_error_block ul li span{
        position:relative;
        z-index:1;
        margin-left:-8px;
}
.modal_form .afbf_feedback_poles{
        padding:0px;
        margin:11px 0px 0px 0px;
}
.afbf_item_pole{
        position:relative;
}
*html .afbf_item_pole{
        position:relative;
        z-index:1;
        zoom:1;
}
.afbf_item_pole .afbf_name{
        padding:0px;
        margin:0px 0px 6px 0px;
}

.afbf_item_pole.item_pole__captcha .afbf_inputtext{
        box-sizing:content-box;
}
.afbf_item_pole select.afbf_inputtext.afbf_select_sect{
        height:auto;
}



/* -------- */
.afbf_item_pole .dropdownjs.feedback_dropdown> ul{
        right:0;
        left:auto;
        top:35px;
        bottom:auto;
        height:120px;
        padding:0;
        -webkit-transform-origin:top right;
        -ms-transform-origin:top right;
        transform-origin:top right;
        -webkit-box-shadow:0px 11px 22px 2px rgba(204,204,204,0.75);
        -moz-box-shadow:0px 11px 22px 2px rgba(204,204,204,0.75);
        box-shadow:0px 11px 22px 2px rgba(204,204,204,0.75);
}
.afbf_item_pole .dropdownjs.feedback_dropdown:after{
        content:'';
        position:absolute;
        right:10px;
        top:50%;
        margin-top:-2px;
        display:inline-block;
        border:5px solid transparent;
        border-top:5px solid #767676;
}
.afbf_item_pole .afbf_checkbox label{
        margin-left:20px;
        margin-bottom:5px;
        font-weight:normal;
        position:relative;
        cursor:pointer;
        font-size:14px;
        top:auto;
        left:auto;
        pointer-events:inherit;
        -webkit-transition:0.3s ease all;
        -o-transition:0.3s ease all;
        transition:0.3s ease all;
}
.afbf_checkbox{
        margin:10px 0 20px;
}
.afbf_checkbox input[type=checkbox]{
        position:absolute;
        opacity:0;
        width:0;
        height:0;
        margin:0;
        overflow:hidden;
        pointer-events:none;
}
.afbf_checkbox .afbf_checkbox_box{
        vertical-align:middle;
        position:relative;
        top:2px;
        margin-right:12px;
}
.afbf_checkbox_box .afbf_checkbox_check{
        position:relative;
        display:inline-block;
        width:18px;
        height:18px;
        border:2px solid rgba(0,0,0,.54);
        border-radius:2px;
        overflow:hidden;
        border-radius:2px;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
        z-index:1;
}
.afbf_checkbox input[type=checkbox]+ .afbf_checkbox_box .afbf_checkbox_check:before{
        content:'';
        position:absolute;
        -webkit-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
        -o-transform:rotate(45deg);
        transform:rotate(45deg);
        display:block;
        margin-top:-4px;
        margin-left:5px;
        width:0;
        height:0;
        -webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;
        box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;
}
.afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before{
        content:'';
        position:absolute;
        color:#7b7f7f;
        -webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0px 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;
        box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0px 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;
}
.afbf_checkbox input[type=checkbox]:focus:checked+.afbf_checkbox_box .afbf_checkbox_check:before{
        -webkit-animation:checkbox-on 0.3s forwards;
        -o-animation:checkbox-on 0.3s forwards;
        animation:checkbox-on 0.3s forwards;
}
.afbf_checkbox input[type=checkbox]:focus+.afbf_checkbox_box .afbf_checkbox_check:before{
        -webkit-animation:checkbox-off 0.3s forwards;
        -o-animation:checkbox-off 0.3s forwards;
        animation:checkbox-off 0.3s forwards;
}
.afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check{
        border:none;
}
.afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before{
        margin-top:-3px;
        margin-left:7px;
}
.afbf_item_pole.is_filled .afbf_name.static_name,
.afbf_item_pole.is_focused .afbf_name.static_name,
.afbf_name.static_name{
        position:static;
        color:inherit;
        font-size:inherit;
        margin-bottom:20px
}
.afbf_item_pole.item_pole__captcha .afbf_name{
        top:67px;
}
.afbf_item_pole.item_pole__captcha.is_filled .afbf_name,
.afbf_item_pole.item_pole__captcha.is_focused .afbf_name{
        top:55px;
}
.afbf_pole_captcha{
        margin-bottom:30px;
}
.afbf_pole_captcha .image{
        vertical-align:middle;
}
.afbf_pole_captcha .g-recaptcha{
        display:inline-block;
        vertical-align:middle;
}
.afbf_pole_captcha .afbf_captcha_reload{
        display:inline-block;
        vertical-align:middle;
        width:22px;
        height:16px;
        background:url(/bitrix/templates/tm/components/altasib/feedback.form/callback/images/icon_reload.png) no-repeat 0 0;
        cursor:pointer;
        margin-left:20px;
}
.afbf_submit_block{
        margin:30px 0px 0px 0px;
        padding:0px;
        display:block;
        text-align:right !important;
}

.afbf_file_button{
        position:absolute;
        right:-1px;
        height:100%;
        top:-1px;
        z-index:1;
}
*html .alx_feed_back .afbf_feedback_poles div{
        zoom:1;
}
.afbf_inputtext_bg_calendar{
        position:relative;
        z-index:2;
        zoom:1;
}
.afbf_inputtext_bg_calendar .afbf_calendar_icon{
        position:absolute;
        top:3px;
        right:5px;
}
.afbf_error_text,
.afbf_error_ftext{
        display:none;
}
.afbf_item_pole.error_pole .afbf_error_text,
.afbf_item_pole.error_fpole .afbf_error_ftext{
        position:relative;
        display:block;
        margin:5px 0 0;
        padding-right:20px;
        color:#f80000;
        font-size:12px;
}
.afbf_item_pole.error_pole .afbf_error_text:after,
.afbf_item_pole.error_fpole .afbf_error_ftext:after{
        content:'';
        position:absolute;
        right:0;
        display:inline-block;
        width:17px;
        height:16px;
        background:url(/bitrix/templates/tm/components/altasib/feedback.form/callback/images/icon_error.png) 0 0 no-repeat;
}

/* dropdown styles */

.dropdownjs{
        position:relative;
}
.dropdownjs *{
        box-sizing:border-box;
}
.dropdownjs> input{
        width:100%;
        padding-right:30px;
        text-overflow:ellipsis;
}
.dropdownjs> input.focus~ ul{
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
}
.dropdownjs> ul{
        position:absolute;
        padding:0;
        margin:0;
        min-width:200px;
        -webkit-transform:scale(0);
        -ms-transform:scale(0);
        transform:scale(0);
        z-index:10000;
}
.dropdownjs> ul[placement=top-left]{
        -webkit-transform-origin:bottom left;
        -ms-transform-origin:bottom left;
        transform-origin:bottom left;
        bottom:0;
        left:0;
}
.dropdownjs> ul[placement=bottom-left]{
        -webkit-transform-origin:top left;
        -ms-transform-origin:top left;
        transform-origin:top left;
        top:0;
        left:0;
}
.dropdownjs> ul> li{
        list-style:none;
        padding:10px 20px;
}
.dropdownjs> ul> li.dropdownjs-add{
        padding:0;
}
.dropdownjs> ul> li.dropdownjs-add> input{
        border:0;
        padding:10px 20px;
        width:100%;
}

/* Theme */

.dropdownjs> input[readonly]{
        cursor:pointer;
}
select[data-dropdownjs][disabled]+ .dropdownjs> input[readonly]{
        cursor:default;
}
.dropdownjs> ul{
        background:#FFF;
        box-shadow:0 1px 6px rgba(0,0,0,0.12),0 1px 6px rgba(0,0,0,0.12);
        -webkit-transition:-webkit-transform 0.2s ease-out;
        transition:transform 0.2s ease-out;
        padding:10px;
        overflow:auto;
        max-width:500px;
}
.dropdownjs> ul> li{
        cursor:pointer;
        word-wrap:break-word;
        -webkit-transition:background-color .15s ease 0s;
        -moz-transition:background-color .15s ease 0s;
        -ms-transition:background-color .15s ease 0s;
        -o-transition:background-color .15s ease 0s;
        transition:background-color .15s ease 0s;
}
.dropdownjs> ul> li:hover,
.dropdownjs> ul> li.selected,
.dropdownjs> ul> li:active{
        background-color:#eaeaea;
        outline:0;
}
.dropdownjs> ul> li:focus{
        outline:0;
        outline:1px solid #d4d4d4;
}
.dropdownjs> ul> li> .close:before{
        content:"\00d7";
        display:block;
        position:absolute;
        right:15px;
        float:right;
        font-size:21px;
        font-weight:700;
        line-height:1;
        color:#000;
        text-shadow:0 1px 0 #fff;
        opacity:.6;
}
.dropdownjs> ul> li:h> .close:hover:before{
        opacity:.9;
}
/* end dropdown styles */

/* Radio buttons */
.afbf_radio{
        margin:0 0 20px;
}
.afbf_radio label{
        padding-bottom:10px;
        padding-left:34px;
        position:relative;
        top:auto;
        left:auto;
        pointer-events:inherit;
        cursor:pointer;
        font-size:14px;
        color:#1b1b1b;
        line-height:20px !important;
        display:inline-block;
}
.afbf_radio input[type=radio]{
        position:absolute;
        opacity:0;
        height:0;
        width:0;
        overflow:hidden;
}
.afbf_radio span{
        display:block;
        position:absolute;
        left:0;
        -webkit-transition-duration:0.2s;
        -o-transition-duration:0.2s;
        transition-duration:0.2s;
}
.afbf_radio .afbf_radio_circle{
        border:2px solid rgba(0,0,0,.54);
        height:20px;
        width:20px;
        border-radius:50%;
}
.afbf_radio .afbf_radio_check{
        left:5px;
        top:5px;
        height:10px;
        width:10px;
        border-radius:100%;
        background-color:rgba(0,0,0,.54);
        -webkit-transform:scale3d(0,0,0);
        transform:scale3d(0,0,0);
}
.afbf_radio input[type=radio]:checked ~ .afbf_radio_check{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1);
}

/* Togglebuttons */
.afbf_checkbox.toggle{
        margin:0 0 40px;
}
.afbf_checkbox.toggle label{
        position:relative;
        cursor:pointer;
        font-size:14px;
        color:#1b1b1b;
        top:auto;
        left:auto;
        pointer-events:inherit;
}
.afbf_checkbox.toggle input[type=checkbox]{
        opacity:0;
        width:0;
        height:0;
        margin:0;
        position:absolute;
}
.afbf_checkbox.toggle label .afbf_checkbox_check{
        display:none;
}
.afbf_checkbox.toggle,
.afbf_checkbox.toggle label,
.afbf_checkbox.toggle input,
.afbf_checkbox.toggle .afbf_checkbox_box{
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none;
}
.afbf_checkbox.toggle label .afbf_checkbox_box{
        display:inline-block;
        width:36px;
        height:15px;
        background-color:#bbb9b9;
        border-radius:15px;
        margin-right:15px;
        -webkit-transition:background 0.3s ease;
        -o-transition:background 0.3s ease;
        transition:background 0.3s ease;
        vertical-align:middle;
        top:-2px;
}
.afbf_checkbox.toggle label .afbf_checkbox_box:after{
        content:"";
        display:inline-block;
        width:20px;
        height:20px;
        background-color:#f1f1f1;
        border-radius:20px;
        position:relative;
        -webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,0.4);
        box-shadow:0 1px 3px 1px rgba(0,0,0,0.4);
        left:0;
        top:-3px;
        -webkit-transition:left 0.3s ease,background 0.3s ease,-webkit-box-shadow 0.1s ease;
        -o-transition:left 0.3s ease,background 0.3s ease,box-shadow 0.1s ease;
        transition:left 0.3s ease,background 0.3s ease,box-shadow 0.1s ease;
}


/* Fileinput */
.afbf_inputtext_bg.file input[type=file]{
        opacity:0;
        position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
        width:100%;
        height:100%;
        z-index:100;
        cursor:pointer
}
.afbf_inputtext_bg.file .afbf_input_group{
        position:relative;
        display:table;
        width:100%;
        border-collapse:separate;
}
.afbf_inputtext_bg.file .afbf_input_group .afbf_inputtext{
        display:table-cell;
        width:100%;
        height:34px;
}
.afbf_inputtext_bg.file .afbf_input_group .afbf_group_btn{
        position:relative;
        display:table-cell;
        padding-left:5px;
        font-size:0;
        white-space:nowrap;
        width:1%;
        vertical-align:middle;
}
.afbf_inputtext_bg.file .afbf_input_group .afbf_group_btn .afbf_file_button{
        border-radius:50%;
        height:34px;
        margin:auto;
        width:34px;
        overflow:hidden;
        background:#fff;
        border:none;
        position:relative;
        line-height:normal;
        background:url(/bitrix/templates/tm/components/altasib/feedback.form/callback/images/icon_file.png) center no-repeat;
        cursor:pointer;
        -webkit-box-shadow:0px 1px 2px 1px rgba(231,231,231,1);
        -moz-box-shadow:0px 1px 2px 1px rgba(231,231,231,1);
        box-shadow:0px 1px 2px 1px rgba(231,231,231,1);
}
.afbf_inputtext_bg.file.load_file label{
        font-size:12px;
}
.afbf_radio .afbf_radio_circle{
        border:2px solid;
}
.afbf_checkbox.toggle label input[type=checkbox]:checked + .afbf_checkbox_box:after{
        left:15px;
}
/* -------- */


@media screen and (max-width:768px){
        .modal_form{
                width:100% !important;
                margin-left:0 !important;
                left:0;
        }
}

/* Animation */
@-webkit-keyframes checkbox-on{0%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px}50%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px}to{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}}@-o-keyframes checkbox-on{0%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px}50%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px}to{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}}@keyframes checkbox-on{0%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px}50%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px}to{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}}@-webkit-keyframes checkbox-off{0%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}25%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}50%{-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-top:-4px;margin-left:6px;width:0;height:0;-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset}51%{-webkit-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset}to{-webkit-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset}}@-o-keyframes checkbox-off{0%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}25%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}50%{-o-transform:rotate(45deg);transform:rotate(45deg);margin-top:-4px;margin-left:6px;width:0;height:0;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset}51%{-o-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset}to{-o-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset}}@keyframes checkbox-off{0%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}25%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}50%{-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);margin-top:-4px;margin-left:6px;width:0;height:0;-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset}51%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset}to{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset}}

/* End */


/* Start:/bitrix/templates/tm/components/altasib/feedback.form/callback/themes/theme_3578bd6d208f3593a3df445e9c801b35.css?16736041002897*/
#alx_feed_back_FID1 .afbf_radio_circle
{
	border-color:#009688;
}
#alx_feed_back_FID1 .afbf_checkbox.toggle label input[type=checkbox]:checked + .afbf_checkbox_box:after,
#alx_feed_back_FID1 .afbf_radio_check
{
	background-color:#009688;
}
#alx_feed_back_FID1 .afbf_checkbox.toggle label input[type=checkbox]:checked + .afbf_checkbox_box
{
	background-color:#ABF1E3;
}
#alx_feed_back_FID1 .afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before,
#alx_feed_back_FID1.floating_labels .afbf_item_pole.is_filled .afbf_name,
#alx_feed_back_FID1.floating_labels .afbf_item_pole.is_focused .afbf_name
{
	color:#006153;
}
#alx_feed_back_FID1.form_inputs_line .afbf_select,
#alx_feed_back_FID1.form_inputs_line .afbf_textarea,
#alx_feed_back_FID1.form_inputs_line .afbf_inputtext,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.is_focused .afbf_select,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.is_focused .afbf_textarea,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.is_focused .afbf_inputtext{
	background-image:-webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image:-webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:-o-linear-gradient(#009688, #009688), -o-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:linear-gradient(#009688, #009688), linear-gradient(#e0e0e0, #e0e0e0);
}
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole .afbf_select,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole .afbf_textarea,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole .afbf_inputtext,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_select,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_textarea,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_inputtext{
	background-image:-webkit-gradient(linear, left top, left bottom, from(#f80000), to(#f80000)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image:-webkit-linear-gradient(#f80000, #f80000), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:-o-linear-gradient(#f80000, #f80000), -o-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:linear-gradient(#f80000, #f80000), linear-gradient(#e0e0e0, #e0e0e0);
	-moz-background-size:100% 2px, 100% 1px;
	background-size:100% 2px, 100% 1px;
}
#alx_feed_back_FID1 .afbf_select, .afbf_textarea, .afbf_inputtext,
#alx_feed_back_FID1 .afbf_checkbox label
{
	color:#212121;
}
#alx_feed_back_FID1 .afbf_item_pole.is_focused .afbf_select,
#alx_feed_back_FID1 .afbf_item_pole.is_focused .afbf_textarea,
#alx_feed_back_FID1 .afbf_item_pole.is_focused .afbf_inputtext{
	border-color:#009688;
}

/* End */


/* Start:/bitrix/templates/tm/components/bitrix/menu/horizontal_multilevel1/style.css?17053270724894*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#horizontal-multilevel-menu,#horizontal-multilevel-menu ul:after
{
display: table;
content: '';
clear: both;
}


/*Links*/
#horizontal-multilevel-menu ul li a
{
border: 0 !important;
font-size: 13px;
color: #fff;
padding-top: 5px;
padding-bottom: 5px;
}

#horizontal-multilevel-menu ul li + li {
  margin-left: 43px;
}

#horizontal-multilevel-menu ul li
{
/*padding: 12px 0;
float: left;
margin-bottom: 0px;
height: 70px;*/
}

#horizontal-multilevel-menu li
{
padding: 0px;
float: left;
height: 54px;
margin-bottom: 0px;
padding-top: 12px;
}

@media screen and (max-height: 667px) {
  #horizontal-multilevel-menu li  {height: 40px;padding-top: 8px;}
  .callback {margin-bottom: 0px;}
  .top-menu ul li a {padding: 10px 0;}
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
}

#horizontal-multilevel-menu li a.root-item:hover
{
	color:#ff3300;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	color:#fff;
}



/*Child-items: hover*/
#horizontal-multilevel-menu li:hover li, #horizontal-multilevel-menu li.jshover li
{
	color:#fff;
	padding-left: 10px;
	margin-left: 0px; 
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	display:none;
	z-index:1000000;

	height:auto;
	/*width:12em;*/
	width:180px;
	background:#eeeeee;
	border:0px solid #C1C1C1;
	top: 54px;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px dashed #ccc;
	height: auto;
	padding-bottom: 12px;
	font-size: 14px;
}

#horizontal-multilevel-menu li li:last-child {border-bottom: 0px;}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
	display: inline-block;
	width: 100%;
}
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#000;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#ff3300;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

#horizontal-multilevel-menu li.menusub:before {
	content: "\f107";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: -1.6em;
	width: 1.3em;
	color: white;
	float: right;
	margin-top: 2.3px;
}

#horizontal-multilevel-menu li.menusub {
	margin-right: 15px;
}

#horizontal-multilevel-menu li.menusub:hover {
	color:#ff3300;
}



/* End */


/* Start:/bitrix/templates/tm/components/bitrix/search.title/visual/style.css?16736041004338*/
.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 2px 0 0 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 12px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background: #1484CE;
}


div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 370px;
	margin-top:-3px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/tm/components/bitrix/search.title/visual/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 40px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 10px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 10px;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 14px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7;}
.bx_item_block.all_result .all_result_title a:hover{color: #ff3300;}
.bx_item_block.all_result a{
	margin-top: 0;
}

.bx_item_element a.price1 {border: none; margin-top: initial; color: #191919; font-size: 12px;}

.bx_item_element a:hover {color: #ff3300;}
.bx_searche .bx_item_element a:hover b{color: #ff3300;}
.bx_item_element a {border: none;}
.all_result_title a:hover {color: #ff3300;}
/* End */


/* Start:/bitrix/templates/tm/components/asd/asd.favorite.likes/favorites/style.css?1673604100394*/
.asd_fav_item {
	margin-bottom: 15px;
	position: relative;
}
.asd_fav_item img {
	float: left;
	margin: 0 5px 5px 0;
	border: none;
}
.asd_clear {
	clear: both;
}
.asd_fav_menu {
	font-size: 11px;
}
.asd_fav_menu a {
	font-size: 11px;
	text-decoration: none;
	font-style: italic;
	color: #666;
}
.asd_fav_menu select {
	display: none;
	font-size: 10px;
	height: 16px;
}
/* End */


/* Start:/bitrix/templates/tm/components/bitrix/catalog.compare.list/in_header/style.css?167360410065*/
.bx_catalog-compare-list{
    display: inline-block !important;
}
/* End */


/* Start:/bitrix/templates/tm/components/bitrix/sale.basket.basket.line/template/style.css?16736041004103*/
.bx-basket {}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 998;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.bx-basket-fixed.top	  {top:10px}
	.bx-basket-fixed.right  {right:10px}
	.bx-basket-fixed.bottom{bottom:10px}
	.bx-basket-fixed.left	 {left:10px}
	.bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 998;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-button-container a.btn
{
	color: #dddddd;
	text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active
{
	color: #ffffff;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	white-space: normal;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.bx-basket-item-list-item-img img{
	max-width: 90px;
	height: auto;
	border: 1px solid #E6E6E6;
}
.bx-basket-item-list-item-name
{
	padding-bottom: 5px;
}
.bx-basket-item-list-item-name a
{
	font-size: 13px;
	color: #3F3F3F;
	text-decoration: none;
	white-space: normal;
	line-height: 16px;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.bx-basket-item-list-item-remove:hover{
	opacity: .7;
}
.bx-basket-item-list-item-price-block{
	padding-bottom: 5px;
	font-size: 12px;
}
.bx-basket-item-list-item-price{
	display: inline-block;
	margin-right: 5px;
}
.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}

/* End */


/* Start:/bitrix/templates/tm/mbt/mbt-style.css?16891671475952*/
:root {
    /* Размеры мультикнопки ПК версия */
    --btn-size-pc-w: 80px; /* Ширина */
    --btn-size-pc-h: 80px; /* Высотаа */
    
    /* Размеры мультикнопки МОБ версия */
    --btn-size-mob-w: 50px; /* Ширина */
    --btn-size-mob-h: 50px; /* Высотаа */

    /* Основные цвета мультикнопки */
    --btn-bgcolor: rgba(244,67,54,1);
    --btn-hover-color: #00bbdd;
    --btn-shadow-color1: #0071db;
    --btn-shadow-color2: rgba(0, 132, 255, 0.7);
    --btn-shadow-color3: rgba(0, 113, 219, 0);
    --btn-shadow-color4: rgba(0, 132, 255, 0);

    /* Цвет фона пунктов меню */
    --btn-bg-title: rgba(0,0,0,0.8);
     /* Цвет фона при наведении */
    --btn-bg-title-hover: #0084ff;

    /* Основные цвета кнопок пунктов меню */
    --icon-color1: #20A0E1;
    --icon-color2: #30d64f;
    --icon-color3: #30d64f;
    --icon-color4: #7b519d;
    --icon-color5: #ff2241;
   
    /* Цвет svg иконок */
    --svg-color: #fff;

   /* Положение мультикнопки на сайте, значения можно задать в px или % */
   --right: 2%;
   --bottom: 3%;
}
/* Основной код */

.photo-container-4 {
    width: 40%;
    margin: 0 auto;
    position: relative;
}
.photo-container-4 img {
    width: 100%;
}
.photo-container-4 .photo-1 {
    position: relative;
    animation: rotateY1 7s linear infinite;
    backface-visibility: hidden;
}
.photo-container-4 .photo-2 {
    position: absolute;
    top: 0;
    animation: rotateY2 7s linear infinite;
    backface-visibility: hidden;
}
@keyframes rotateY1 {
    0% {
        transform: rotateY(-180deg);
    }
    40% {
        transform: rotateY(-180deg);
    }    
    50% {
        transform: rotateY(0);
    }
    90% {
        transform: rotateY(0);
    }    
    100% {
        transform: rotateY(180deg);
    } 
}    
@keyframes rotateY2 {
    0% {
        transform: rotateY(0);
    } 
    40% {
        transform: rotateY(0);
    } 
    50% {
        transform: rotateY(180deg);
    }    
    90% {
        transform: rotateY(180deg);
    }    
    100% {
        transform: rotateY(360deg);
    } 
}

.mbt__title {
    font-color: white;
}

a.mbt__title {color: white !important; padding: 10px 15px; font-size: 14px;}

.multibutton {
    position: fixed;
    right: var(--right);
    bottom: var(--bottom);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transition: 0.2s ease;
    z-index: 9999;
}

.mbt__button {
    width: var(--btn-size-pc-w);
    height: var(--btn-size-pc-h);
    background: var(--btn-bgcolor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mbt__button svg {
    width: 40%;
    height: 40%;
    fill: var(--svg-color);
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
}


.multibutton:hover .mbt__list {
    position: relative;
    top: auto;
    bottom: 10px;
    visibility: visible;
}

.multibutton:hover .mbt__item {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
    transform: scaleX(1) scaleY(1) translateY(0);
}

.mbt__list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 7%;
    top: 80px;
    visibility: hidden;
    transition: 0.3s ease;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mbt__title {
    font-size: 12px;
    color: var(--svg-color);
    text-decoration: none;
    background-color: #383838;
    padding: 10px;
    border-radius: 30px;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.mbt__title:hover {
    color: #00bbdd;
    -webkit-box-shadow: 0px 0px 5px 0px var(--btn-bg-title-hover);
    -moz-box-shadow: 0px 0px 5px 0px var(--btn-bg-title-hover);
    box-shadow: 0px 0px 5px 0px var(--btn-bg-title-hover);
}

.mbt__item {
    display: flex;
    align-items: center;
    margin: 4px 0;
    transform: scaleX(0.4) scaleY(0.4) translateY(150px);
    opacity: 0;
    visibility: hidden;
}


.mbt__item:nth-child(1) .mbt__icon{
    background: var(--icon-color1);
}

.mbt__item:nth-child(2) .mbt__icon{
    background: var(--icon-color2);
}

.mbt__item:nth-child(3) .mbt__icon{
    background: var(--icon-color3);
}

.mbt__item:nth-child(4) .mbt__icon{
    background: var(--icon-color4);
}

.mbt__item:nth-child(5) .mbt__icon{
    background: var(--icon-color5);
}

.mbt__icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

.mbt__icon:hover {
  -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.mbt__icon svg{
    width: 70%;
    height: 70%;
    fill: var(--svg-color);
}




.mbt__btn {
    margin-top: 20;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: var(--btn-bgcolor);
    padding: 15px;
    border: none;
    border-radius: 4px;
    color: var(--svg-color);
    font-size: 18px;
    cursor:pointer;
    transition: all 0.3s;
}

.mbt__btn:hover {
    background: var(--btn-hover-color);
 }


@media (min-width: 320px) and (max-width: 800px) {
    .mbt__button {
    width: var(--btn-size-mob-w);
    height: var(--btn-size-mob-h);
}
}
/* End */


/* Start:/bitrix/templates/tm/template_styles.css?1706633436221*/
.submenu-item:nth-child(1) .submenu-drop-field-wrapper ul:nth-child(1) > li:nth-child(-n+2) a { color: red; }
.manufacturer-logo.left {
    margin-bottom: 0px;
}
.manufacturer-logo + .auletter {
    margin-bottom: 10px;
}
/* End */
/* /bitrix/templates/tm/css/normalize.css?16851417187279 */
/* /bitrix/templates/tm/icons/style.css?17157779582356 */
/* /bitrix/templates/tm/fonts/style.css?1673604100496 */
/* /bitrix/templates/tm/css/bootstrap.min.css?1685141718121200 */
/* /bitrix/templates/tm/css/nouislider.css?16851417184594 */
/* /bitrix/templates/tm/css/slick.css?16851417181744 */
/* /bitrix/templates/tm/css/style.css?1752250081146547 */
/* /bitrix/templates/tm/css/owl.carousel.min.css?16851417189139 */
/* /bitrix/templates/tm/js/dialogs/dialogs.css?16736041001217 */
/* /bitrix/templates/tm/css/jquery.fancybox.css?168514171817809 */
/* /bitrix/templates/tm/components/altasib/feedback.form/callback/form_style.css?167360410044580 */
/* /bitrix/templates/tm/components/altasib/feedback.form/callback/themes/theme_3578bd6d208f3593a3df445e9c801b35.css?16736041002897 */
/* /bitrix/templates/tm/components/bitrix/menu/horizontal_multilevel1/style.css?17053270724894 */
/* /bitrix/templates/tm/components/bitrix/search.title/visual/style.css?16736041004338 */
/* /bitrix/templates/tm/components/asd/asd.favorite.likes/favorites/style.css?1673604100394 */
/* /bitrix/templates/tm/components/bitrix/catalog.compare.list/in_header/style.css?167360410065 */
/* /bitrix/templates/tm/components/bitrix/sale.basket.basket.line/template/style.css?16736041004103 */
/* /bitrix/templates/tm/mbt/mbt-style.css?16891671475952 */
/* /bitrix/templates/tm/template_styles.css?1706633436221 */
