/* This aggregate contains the following files:
modules/system/system.base.css,
modules/system/system.menus.css,
modules/system/system.messages.css,
modules/system/system.theme.css,
modules/field/theme/field.css,
modules/node/node.css,
modules/search/search.css,
modules/user/user.css,
sites/all/modules/views/css/views.css,
sites/all/modules/ckeditor/css/ckeditor.css,
sites/all/modules/ctools/css/ctools.css,
modules/locale/locale.css,
sites/all/themes/trotec/css/font-awesome.min.css,
sites/all/themes/trotec/css/reset.css,
sites/all/themes/trotec/css/global.css,
sites/all/themes/trotec/css/responsive.css. */

@import url('https://fonts.googleapis.com/css?family=Play:400,700&subset=cyrillic,cyrillic-ext');/**
   * @file
   * Generic theme-independent base styles.
   */
  
  /**
   * Autocomplete.
   *
   * @see autocomplete.js
   */
  /* Suggestion list */
  #autocomplete {
    border: 1px solid;
    overflow: hidden;
    position: absolute;
    z-index: 100;
  }
  #autocomplete ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
  }
  #autocomplete li {
    background: #fff;
    color: #000;
    cursor: default;
    white-space: pre;
    zoom: 1; /* IE7 */
  }
  /* Animated throbber */
  html.js input.form-autocomplete {
    background-image: url(https://trotec.lndo.site/misc/throbber-inactive.png);
    background-position: 100% center; /* LTR */
    background-repeat: no-repeat;
  }
  html.js input.throbbing {
    background-image: url(https://trotec.lndo.site/misc/throbber-active.gif);
    background-position: 100% center; /* LTR */
  }
  
  /**
   * Collapsible fieldsets.
   *
   * @see collapse.js
   */
  html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    height: 1em;
  }
  html.js fieldset.collapsed .fieldset-wrapper {
    display: none;
  }
  fieldset.collapsible {
    position: relative;
  }
  fieldset.collapsible .fieldset-legend {
    display: block;
  }
  
  /**
   * Resizable textareas.
   *
   * @see textarea.js
   */
  .form-textarea-wrapper textarea {
    display: block;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .resizable-textarea .grippie {
    background: #eee url(https://trotec.lndo.site/misc/grippie.png) no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
  }
  
  /**
   * TableDrag behavior.
   *
   * @see tabledrag.js
   */
  body.drag {
    cursor: move;
  }
  .draggable a.tabledrag-handle {
    cursor: move;
    float: left; /* LTR */
    height: 1.7em;
    margin-left: -1em; /* LTR */
    overflow: hidden;
    text-decoration: none;
  }
  a.tabledrag-handle:hover {
    text-decoration: none;
  }
  a.tabledrag-handle .handle {
    background: url(https://trotec.lndo.site/misc/draggable.png) no-repeat 6px 9px;
    height: 13px;
    margin: -0.4em 0.5em; /* LTR */
    padding: 0.42em 0.5em; /* LTR */
    width: 13px;
  }
  a.tabledrag-handle-hover .handle {
    background-position: 6px -11px;
  }
  div.indentation {
    float: left; /* LTR */
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
    padding: 0.42em 0 0.42em 0.6em; /* LTR */
    width: 20px;
  }
  div.tree-child {
    background: url(https://trotec.lndo.site/misc/tree.png) no-repeat 11px center; /* LTR */
  }
  div.tree-child-last {
    background: url(https://trotec.lndo.site/misc/tree-bottom.png) no-repeat 11px center; /* LTR */
  }
  div.tree-child-horizontal {
    background: url(https://trotec.lndo.site/misc/tree.png) no-repeat -11px center;
  }
  .tabledrag-toggle-weight-wrapper {
    text-align: right; /* LTR */
  }
  
  /**
   * TableHeader behavior.
   *
   * @see tableheader.js
   */
  table.sticky-header {
    background-color: #fff;
    margin-top: 0;
  }
  
  /**
   * Progress behavior.
   *
   * @see progress.js
   */
  /* Bar */
  .progress .bar {
    background-color: #fff;
    border: 1px solid;
  }
  .progress .filled {
    background-color: #000;
    height: 1.5em;
    width: 5px;
  }
  .progress .percentage {
    float: right; /* LTR */
  }
  /* Throbber */
  .ajax-progress {
    display: inline-block;
  }
  .ajax-progress .throbber {
    background: transparent url(https://trotec.lndo.site/misc/throbber-active.gif) no-repeat 0px center;
    float: left; /* LTR */
    height: 15px;
    margin: 2px;
    width: 15px;
  }
  .ajax-progress .message {
    padding-left: 20px;
  }
  tr .ajax-progress .throbber {
    margin: 0 2px;
  }
  .ajax-progress-bar {
    width: 16em;
  }
  
  /**
   * Inline items.
   */
  .container-inline div,
  .container-inline label {
    display: inline;
  }
  /* Fieldset contents always need to be rendered as block. */
  .container-inline .fieldset-wrapper {
    display: block;
  }
  
  /**
   * Prevent text wrapping.
   */
  .nowrap {
    white-space: nowrap;
  }
  
  /**
   * For anything you want to hide on page load when JS is enabled, so
   * that you can use the JS to control visibility and avoid flicker.
   */
  html.js .js-hide {
    display: none;
  }
  
  /**
   * Hide elements from all users.
   *
   * Used for elements which should not be immediately displayed to any user. An
   * example would be a collapsible fieldset that will be expanded with a click
   * from a user. The effect of this class can be toggled with the jQuery show()
   * and hide() functions.
   */
  .element-hidden {
    display: none;
  }
  
  /**
   * Hide elements visually, but keep them available for screen-readers.
   *
   * Used for information required for screen-reader users to understand and use
   * the site where visual display is undesirable. Information provided in this
   * manner should be kept concise, to avoid unnecessary burden on the user.
   * "!important" is used to prevent unintentional overrides.
   */
  .element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
  }
  
  /**
   * The .element-focusable class extends the .element-invisible class to allow
   * the element to be focusable when navigated to via the keyboard.
   */
  .element-invisible.element-focusable:active,
  .element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
  }
  
  /**
   * Markup free clearing.
   *
   * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
   */
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  /* IE6 */
  * html .clearfix {
    height: 1%;
  }
  /* IE7 */
  *:first-child + html .clearfix {
    min-height: 1%;
  }
/*})'"*/

/* Above code came from modules/system/system.base.css */

/**
   * @file
   * Styles for menus and navigation markup.
   */
  
  /**
   * Markup generated by theme_menu_tree().
   */
  ul.menu {
    border: none;
    list-style: none;
    text-align: left; /* LTR */
  }
  ul.menu li {
    margin: 0 0 0 0.5em; /* LTR */
  }
  ul li.expanded {
    list-style-image: url(https://trotec.lndo.site/misc/menu-expanded.png);
    list-style-type: circle;
  }
  ul li.collapsed {
    list-style-image: url(https://trotec.lndo.site/misc/menu-collapsed.png); /* LTR */
    list-style-type: disc;
  }
  ul li.leaf {
    list-style-image: url(https://trotec.lndo.site/misc/menu-leaf.png);
    list-style-type: square;
  }
  li.expanded,
  li.collapsed,
  li.leaf {
    padding: 0.2em 0.5em 0 0; /* LTR */
    margin: 0;
  }
  li a.active {
    color: #000;
  }
  td.menu-disabled {
    background: #ccc;
  }
  
  /**
   * Markup generated by theme_links().
   */
  ul.inline,
  ul.links.inline {
    display: inline;
    padding-left: 0;
  }
  ul.inline li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }
  
  /**
   * Markup generated by theme_breadcrumb().
   */
  .breadcrumb {
    padding-bottom: 0.5em;
  }
  
  /**
   * Markup generated by theme_menu_local_tasks().
   */
  ul.primary {
    border-bottom: 1px solid #bbb;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none;
    margin: 5px;
    padding: 0 0 0 1em; /* LTR */
    white-space: nowrap;
  }
  ul.primary li {
    display: inline;
  }
  ul.primary li a {
    background-color: #ddd;
    border-color: #bbb;
    border-style: solid solid none solid;
    border-width: 1px;
    height: auto;
    margin-right: 0.5em; /* LTR */
    padding: 0 1em;
    text-decoration: none;
  }
  ul.primary li.active a {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: 1px solid #fff;
  }
  ul.primary li a:hover {
    background-color: #eee;
    border-color: #ccc;
    border-bottom-color: #eee;
  }
  ul.secondary {
    border-bottom: 1px solid #bbb;
    padding: 0.5em 1em;
    margin: 5px;
  }
  ul.secondary li {
    border-right: 1px solid #ccc; /* LTR */
    display: inline;
    padding: 0 1em;
  }
  ul.secondary a {
    padding: 0;
    text-decoration: none;
  }
  ul.secondary a.active {
    border-bottom: 4px solid #999;
  }
/*})'"*/

/* Above code came from modules/system/system.menus.css */

/**
   * @file
   * Styles for system messages.
   */
  
  div.messages {
    background-position: 8px 8px; /* LTR */
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 10px 10px 10px 50px; /* LTR */
  }
  
  div.status {
    background-image: url(https://trotec.lndo.site/misc/message-24-ok.png);
    border-color: #be7;
  }
  div.status,
  .ok {
    color: #234600;
  }
  div.status,
  table tr.ok {
    background-color: #f8fff0;
  }
  
  div.warning {
    background-image: url(https://trotec.lndo.site/misc/message-24-warning.png);
    border-color: #ed5;
  }
  div.warning,
  .warning {
    color: #840;
  }
  div.warning,
  table tr.warning {
    background-color: #fffce5;
  }
  
  div.error {
    background-image: url(https://trotec.lndo.site/misc/message-24-error.png);
    border-color: #ed541d;
  }
  div.error,
  .error {
    color: #8c2e0b;
  }
  div.error,
  table tr.error {
    background-color: #fef5f1;
  }
  div.error p.error {
    color: #333;
  }
  
  div.messages ul {
    margin: 0 0 0 1em; /* LTR */
    padding: 0;
  }
  div.messages ul li {
    list-style-image: none;
  }
/*})'"*/

/* Above code came from modules/system/system.messages.css */

/**
   * @file
   * Basic styling for common markup.
   */
  
  /**
   * HTML elements.
   */
  fieldset {
    margin-bottom: 1em;
    padding: 0.5em;
  }
  form {
    margin: 0;
    padding: 0;
  }
  hr {
    border: 1px solid gray;
    height: 1px;
  }
  img {
    border: 0;
  }
  table {
    border-collapse: collapse;
  }
  th {
    border-bottom: 3px solid #ccc;
    padding-right: 1em; /* LTR */
    text-align: left; /* LTR */
  }
  tbody {
    border-top: 1px solid #ccc;
  }
  tr.even,
  tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
  }
  
  /**
   * Markup generated by theme_tablesort_indicator().
   */
  th.active img {
    display: inline;
  }
  td.active {
    background-color: #ddd;
  }
  
  /**
   * Markup generated by theme_item_list().
   */
  .item-list .title {
    font-weight: bold;
  }
  .item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
  }
  .item-list ul li {
    margin: 0 0 0.25em 1.5em; /* LTR */
    padding: 0;
  }
  
  /**
   * Markup generated by Form API.
   */
  .form-item,
  .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  tr.odd .form-item,
  tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .form-item .description {
    font-size: 0.85em;
  }
  label {
    display: block;
    font-weight: bold;
  }
  label.option {
    display: inline;
    font-weight: normal;
  }
  .form-checkboxes .form-item,
  .form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
  }
  .form-type-radio .description,
  .form-type-checkbox .description {
    margin-left: 2.4em;
  }
  input.form-checkbox,
  input.form-radio {
    vertical-align: middle;
  }
  .marker,
  .form-required {
    color: #f00;
  }
  .form-item input.error,
  .form-item textarea.error,
  .form-item select.error {
    border: 2px solid red;
  }
  
  /**
   * Inline items.
   */
  .container-inline .form-actions,
  .container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  /**
   * Markup generated by theme_more_link().
   */
  .more-link {
    text-align: right; /* LTR */
  }
  
  /**
   * Markup generated by theme_more_help_link().
   */
  .more-help-link {
    text-align: right; /* LTR */
  }
  .more-help-link a {
    background: url(https://trotec.lndo.site/misc/help.png) 0 50% no-repeat; /* LTR */
    padding: 1px 0 1px 20px; /* LTR */
  }
  
  /**
   * Markup generated by theme_pager().
   */
  .item-list .pager {
    clear: both;
    text-align: center;
  }
  .item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.5em;
  }
  .pager-current {
    font-weight: bold;
  }
  
  /**
   * Autocomplete.
   *
   * @see autocomplete.js
   */
  /* Suggestion list */
  #autocomplete li.selected {
    background: #0072b9;
    color: #fff;
  }
  
  /**
   * Collapsible fieldsets.
   *
   * @see collapse.js
   */
  html.js fieldset.collapsible .fieldset-legend {
    background: url(https://trotec.lndo.site/misc/menu-expanded.png) 5px 65% no-repeat; /* LTR */
    padding-left: 15px; /* LTR */
  }
  html.js fieldset.collapsed .fieldset-legend {
    background-image: url(https://trotec.lndo.site/misc/menu-collapsed.png); /* LTR */
    background-position: 5px 50%; /* LTR */
  }
  .fieldset-legend span.summary {
    color: #999;
    font-size: 0.9em;
    margin-left: 0.5em;
  }
  
  /**
   * TableDrag behavior.
   *
   * @see tabledrag.js
   */
  tr.drag {
    background-color: #fffff0;
  }
  tr.drag-previous {
    background-color: #ffd;
  }
  .tabledrag-toggle-weight {
    font-size: 0.9em;
  }
  body div.tabledrag-changed-warning {
    margin-bottom: 0.5em;
  }
  
  /**
   * TableSelect behavior.
   *
   * @see tableselect.js
  */
  tr.selected td {
    background: #ffc;
  }
  td.checkbox,
  th.checkbox {
    text-align: center;
  }
  
  /**
   * Progress bar.
   *
   * @see progress.js
   */
  .progress {
    font-weight: bold;
  }
  .progress .bar {
    background: #ccc;
    border-color: #666;
    margin: 0 0.2em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .progress .filled {
    background: #0072b9 url(https://trotec.lndo.site/misc/progress.gif);
  }
/*})'"*/

/* Above code came from modules/system/system.theme.css */

/* Field display */
  .field .field-label {
    font-weight: bold;
  }
  .field-label-inline .field-label,
  .field-label-inline .field-items {
    float:left; /*LTR*/
  }
  
  /* Form display */
  form .field-multiple-table {
    margin: 0;
  }
  form .field-multiple-table th.field-label {
    padding-left: 0; /*LTR*/
  }
  form .field-multiple-table td.field-multiple-drag {
    width: 30px;
    padding-right: 0; /*LTR*/
  }
  form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
    padding-right: .5em; /*LTR*/
  }
  
  form .field-add-more-submit {
    margin: .5em 0 0;
  }
/*})'"*/

/* Above code came from modules/field/theme/field.css */

.node-unpublished {
    background-color: #fff4f4;
  }
  .preview .node {
    background-color: #ffffea;
  }
  td.revision-current {
    background: #ffc;
  }
/*})'"*/

/* Above code came from modules/node/node.css */

.search-form {
    margin-bottom: 1em;
  }
  .search-form input {
    margin-top: 0;
    margin-bottom: 0;
  }
  .search-results {
    list-style: none;
  }
  .search-results p {
    margin-top: 0;
  }
  .search-results .title {
    font-size: 1.2em;
  }
  .search-results li {
    margin-bottom: 1em;
  }
  .search-results .search-snippet-info {
    padding-left: 1em; /* LTR */
  }
  .search-results .search-info {
    font-size: 0.85em;
  }
  .search-advanced .criterion {
    float: left; /* LTR */
    margin-right: 2em; /* LTR */
  }
  .search-advanced .action {
    float: left; /* LTR */
    clear: left; /* LTR */
  }
/*})'"*/

/* Above code came from modules/search/search.css */

#permissions td.module {
    font-weight: bold;
  }
  #permissions td.permission {
    padding-left: 1.5em; /* LTR */
  }
  #permissions tr.odd .form-item,
  #permissions tr.even .form-item {
    white-space: normal;
  }
  #user-admin-settings fieldset .fieldset-description {
    font-size: 0.85em;
    padding-bottom: .5em;
  }
  
  /**
   * Override default textfield float to put the "Add role" button next to
   * the input textfield.
   */
  #user-admin-roles td.edit-name {
    clear: both;
  }
  #user-admin-roles .form-item-name {
    float: left; /* LTR */
    margin-right: 1em; /* LTR */
  }
  
  /**
   * Password strength indicator.
   */
  .password-strength {
    width: 17em;
    float: right;  /* LTR */
    margin-top: 1.4em;
  }
  .password-strength-title {
    display: inline;
  }
  .password-strength-text {
    float: right; /* LTR */
    font-weight: bold;
  }
  .password-indicator {
    background-color: #C4C4C4;
    height: 0.3em;
    width: 100%;
  }
  .password-indicator div {
    height: 100%;
    width: 0%;
    background-color: #47C965;
  }
  input.password-confirm,
  input.password-field {
    width: 16em;
    margin-bottom: 0.4em;
  }
  div.password-confirm {
    float: right;  /* LTR */
    margin-top: 1.5em;
    visibility: hidden;
    width: 17em;
  }
  div.form-item div.password-suggestions {
    padding: 0.2em 0.5em;
    margin: 0.7em 0;
    width: 38.5em;
    border: 1px solid #B4B4B4;
  }
  div.password-suggestions ul {
    margin-bottom: 0;
  }
  .confirm-parent,
  .password-parent {
    clear: left; /* LTR */
    margin: 0;
    width: 36.3em;
  }
  
  /* Generated by user.module but used by profile.module: */
  .profile {
    clear: both;
    margin: 1em 0;
  }
  .profile .user-picture {
    float: right; /* LTR */
    margin: 0 1em 1em 0; /* LTR */
  }
  .profile h3 {
    border-bottom: 1px solid #ccc;
  }
  .profile dl {
    margin: 0 0 1.5em 0;
  }
  .profile dt {
    margin: 0 0 0.2em 0;
    font-weight: bold;
  }
  .profile dd {
    margin: 0 0 1em 0;
  }
/*})'"*/

/* Above code came from modules/user/user.css */

.views-exposed-form .views-exposed-widget {
    float: left; /* LTR */
    padding: .5em 1em 0 0; /* LTR */
  }
  
  .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em;
  }
  
  .views-exposed-form .form-item,
  .views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .views-exposed-form label {
    font-weight: bold;
  }
  
  .views-exposed-widgets {
    margin-bottom: .5em;
  }
  
  /* table style column align */
  .views-align-left {
    text-align: left;
  }
  .views-align-right {
    text-align: right;
  }
  .views-align-center {
    text-align: center;
  }
  
  /* Remove the border on tbody that system puts in */
  .views-view-grid tbody {
    border-top: none;
  }
  
  .view .progress-disabled {
    float: none;
  }
/*})'"*/

/* Above code came from sites/all/modules/views/css/views.css */

/* General indentation & positioning classes */
  
  .rteindent1 {
      margin-left: 40px;
  }
  .rteindent2 {
      margin-left: 80px;
  }
  .rteindent3 {
      margin-left: 120px;
  }
  .rteindent4 {
      margin-left: 160px;
  }
  .rteleft {
      text-align: left;
  }
  .rteright {
      text-align: right;
  }
  .rtecenter {
      text-align: center;
  }
  .rtejustify {
      text-align: justify;
  }
  .ibimage_left {
      float: left;
  }
  .ibimage_right {
      float: right;
  }
/*})'"*/

/* Above code came from sites/all/modules/ckeditor/css/ckeditor.css */

.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
  }
  
  .ctools-owns-lock {
    background: #ffffdd none repeat scroll 0 0;
    border: 1px solid #f0c020;
    padding: 1em;
  }
  
  a.ctools-ajaxing,
  input.ctools-ajaxing,
  button.ctools-ajaxing,
  select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(https://trotec.lndo.site/sites/all/modules/ctools/images/status-active.gif) right center no-repeat;
  }
  
  div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(https://trotec.lndo.site/sites/all/modules/ctools/images/status-active.gif) center center no-repeat;
  }
/*})'"*/

/* Above code came from sites/all/modules/ctools/css/ctools.css */

.locale-untranslated {
    font-style: normal;
    text-decoration: line-through;
  }
  
  #locale-translation-filter-form .form-item-language,
  #locale-translation-filter-form .form-item-translation,
  #locale-translation-filter-form .form-item-group {
    float: left; /* LTR */
    padding-right: .8em; /* LTR */
    margin: 0.1em;
    /**
     * In Opera 9, DOM elements with the property of "overflow: auto"
     * will partially hide its contents with unnecessary scrollbars when
     * its immediate child is floated without an explicit width set.
     */
    width: 15em;
  }
  #locale-translation-filter-form .form-type-select select {
    width: 100%;
  }
  #locale-translation-filter-form .form-actions {
    float: left; /* LTR */
    padding: 3ex 0 0 1em; /* LTR */
  }
  .language-switcher-locale-session a.active {
    color: #0062A0;
  }
  .language-switcher-locale-session a.session-active {
    color: #000000;
  }
/*})'"*/

/* Above code came from modules/locale/locale.css */

@font-face{font-family:'FontAwesome';src:url(https://trotec.lndo.site/sites/all/themes/trotec/fonts/fontawesome-webfont.eot?v=4.4.0);src:url(https://trotec.lndo.site/sites/all/themes/trotec/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'),url(https://trotec.lndo.site/sites/all/themes/trotec/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'),url(https://trotec.lndo.site/sites/all/themes/trotec/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'),url(https://trotec.lndo.site/sites/all/themes/trotec/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'),url(https://trotec.lndo.site/sites/all/themes/trotec/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal} 
 /*!
   *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
   *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
   */.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}
/*})'"*/

/* Above code came from sites/all/themes/trotec/css/font-awesome.min.css */

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

/* Above code came from sites/all/themes/trotec/css/reset.css */


  * {
  	outline: none;
  }
  *, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  html {
  	background-color: #ffffff;
  }
  html, body {
    height: 100%;
  }
  body {
  	font-family: 'Play', sans-serif;
      font-size: 14px;
      color: #5e5e5d;
  	line-height: 1.1;
  	font-weight: normal;
  	min-width: 320px;
  	overflow-x: hidden;
  }
  .item-list ul li {
  	margin: 0;
  }
  a {
  	color: #5e5e5d;
  }
  h2 {
      font-size: 30px;
      text-transform: uppercase;
      line-height: 30px; 
  }
  h3 {
  	text-transform: uppercase;
  	margin-bottom: 18px;
  }
  .node em,
  .node i{
  	font-style: italic;
  }
  #wrap {
      width: 100%;
      min-height: 100%;
  }
  .container {
      width: 990px;
      margin-left: auto;
      margin-right: auto;
  }
  .container .inner {
  	padding-left: 10px;
  	padding-right: 10px;
  }
  .container .inner-flex {
  	    display: flex;
      align-items: center;
      justify-content: space-between;
      height: 70px;
  }
  
  .left-head {
  		    display: flex;
      align-items: center;
  }
  
  .block-locale {
  	position: relative;
  	z-index: 6;
  	margin-left: 10px;
  }
  /*.block-locale ul {
  	margin-top: 18px;
  }*/
  .block-locale li {
  	display: inline-block;
  }
  .block-locale li:first-child {
  	margin-right: 3px;
  	padding-right: 3px;
  	border-right: 1px solid #5e5e5d
  }
  .block-locale a {
  	text-transform: uppercase;
  	text-decoration: none;
  	color: #5e5e5d;
  }
  .block-locale .active a {
  	text-decoration: underline;
  }
  
  
  
  #header {
      height: 70px;
      left: 0;
      top: 0px;
      width: 100%;
      z-index: 200;
      color: #5e5e5d;
  	position: relative;
  }
  #header.grey-header {
  	background-color: #efefef;
  	  height: 67px;
  	  margin-top: 60px;
  	  margin-bottom: 50px;
  }
  #header.absolute-head {
  	position: absolute;
  	color: #fff;
  }
  .front-head {
  	  margin-top: 30px;
  }
  .admin-menu #header.main-head, .admin-menu #header.absolute-head {
  
  }
  #header .main-menu {
      float: left;
      margin-top: 25px;
      z-index: 50;
      position: relative;
  	padding-left: 10px;
  }
  #header .main-menu .menu-drop {
      text-transform: uppercase;
      cursor: pointer;
  }
  #header .main-menu .menu-drop:before {
      content: " ";
  }
  #header .catalog-menu {
      float: left;
      /*padding-top: 25px;*/
      z-index: 50;
      position: relative; 
  }
  #header .catalog-menu a {
      text-transform: uppercase;
      text-decoration: none;
      color: #5e5e5d;
  }
  #header .catalog-menu a {
  	margin-right: 27px;
  	font-size: 16px;
  }
  #header .site-logo {
      position: absolute;
      text-align: center;
      left: 0;
      top: 18px;
      width: 100%;
      z-index: 5;
  }
  #header .site-logo a {
  	width: 237px;
  	height: 32px;
      display: inline-block;
      background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/trotec.png) 0px 0px no-repeat;
  }
  #header .contacts {
  	float: right;
  	/*margin-top: 25px;*/
  	position: relative;
  	z-index: 100;
  	font-size: 16px;
  }
  .contacts a {
  	text-decoration: none;
  }
  #header.absolute-head .contacts a {
  	color: #fff;
  }
  #header.absolute-head .site-logo a {
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/logotype-small.png) 0px 0px no-repeat;
  	height: 38px;
  	width: 40px;
  }
  #header.absolute-head .catalog-menu a {
  	color: #fff;
  }
  .not-front #header.main-head {
  	top: 0;
  }
  .main-menu:before {
  	content: " ";
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/b-m-d.png) 0px 0px no-repeat;
  	width: 3px;
  	height: 9px;
  	position: absolute;
  	left: 0;
  	top: 3px;
  }
  .absolute-head .main-menu:before {
  	content: " ";
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/b-m-w.png) 0px 0px no-repeat;
  	width: 3px;
  	height: 9px;
  	position: absolute;
  	left: 0;
  	top: 3px;
  }
  
  
  .menu-list {
  	display: none;
  	position: absolute;
  	z-index: 400;
  	background-color: rgba(94, 94, 93, 0.94);
  	left: 0px;
  	top: 32px;
  	padding: 10px 0px 0px 0px;
  }
  .menu-list:before {
  	content: "";
  	position: absolute;
  	top: -9px;
  	left: 13px;
  	border-left: 9px solid rgba(0,0,0,0);
  	border-right: 9px solid rgba(0,0,0,0);
  	border-bottom: 9px solid rgba(94, 94, 93, 0.94);
  	width: 0;
  	height: 0;
  	overflow: hidden;
  }
  .menu-list ul.menu li {
  	list-style: none;
  	padding: 0;
  	margin: 0;
  }
  .menu-list ul.menu li a {
  	color: #fff;
  	  text-decoration: none;
  	  white-space: nowrap;
  	  display: block;
  	  border-top: 1px solid #888;
  	  padding: 4px 18px;
  }
  .menu-list ul.menu li:first-child a {
  	border-top: none;
  }
  .menu-list ul.menu li a:hover {
  	background-color: #7d7d7d;
  }
  .menu-list ul.menu li.expanded ul {
  	
  }
  .menu-list ul.menu li.expanded ul li a {
  	border-top: none;
  	padding-left: 37px;
  }
  .menu-list ul.menu li.expanded ul li:hover a {
  	background-color: #7d7d7d;
  }
  .menu-list ul.menu li.expanded ul li {
  	position: relative;
  }
  .menu-list ul.menu li.expanded ul li:hover ul {
  	position: absolute;
  	display: block;
  	left: 100%;
  	top: 0;
  	z-index: 50;
  	background-color: rgba(125, 125, 125, 0.95);
  }
  .menu-list ul.menu li.expanded ul ul {
  	display: none;
  }
  .menu-list ul.menu li.expanded ul li li a:hover {
  	background-color: rgba(94, 94, 93, 0.94);
  }
  .menu-list ul.menu li.expanded ul ul li a {
  	padding: 4px 18px;
  }
  
  #header.front-head.fix {
  	position: fixed;
  	left: 0;
  	top: 0;
  	z-index: 555;
  	width: 100%;
  	margin-top: 0;
    background-color: #efefef;
    transition: all 0.2s ease;
  }
  
  #front-head {
      height: 580px;
      background: #8f9092 url(https://trotec.lndo.site/sites/all/themes/trotec/images/main.png) 75% center no-repeat;
  }
  .row-title {
      font-size: 50px;
      text-transform: uppercase;
      text-align: center;
      padding: 80px 0px;
  }
  .view-advantages {
      overflow: hidden;
  }
  .view-advantages .views-row {
      width: 300px;
      margin-right: 30px;
      float: left;
      text-align: center;
  }
  .view-advantages .views-row.views-row-last {
      margin-right: 0;
  }
  .view-advantages .views-row .views-field-title {
      font-size: 18px;
      line-height: 20px;
      padding: 23px 50px;
      min-height: 88px;
  }
  .view-advantages .views-row .views-field-body {
      text-align: left;
  	line-height: 20px;
  }
  .product-line-category {
      font-size: 20px;
      text-transform: uppercase;
      line-height: 20px;
      margin-top: 10px;
      margin-bottom: 30px;
      padding-left: 20px;
      padding-bottom: 10px;
      border-bottom: 1px solid #e3e3e3;
  }
  .product-line-category a {
      color: #5e5e5d;
      text-decoration: none;
  }
  .view-category-product {
  
  }
  .view-category-product .views-row {
      width: 169px;
      float: left;
  	margin-right: 25px;
  	margin-bottom: 25px;
  	min-height: 270px;
  }
  #block-system-main .view-category-product {
  	
  }
  #block-system-main .view-category-product .views-row {
  	display: inline-block;
    vertical-align: top;
    width: 310px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
    float: none;
    min-height: inherit;
  	margin-right: 10px;
  }
  #block-system-main .view-category-product .views-row .product-box {
  	margin-bottom: 0;
  }
  
  .view-category-product .views-row .views-field-field-photo {
      text-align: center;
      margin-bottom: 17px;
  }
  .view-category-product .views-row .views-field-field-photo li {
  	display: table-cell;
  	vertical-align: middle;
  	height: 146px;
  	width: 140px;
  	text-align: center;
  }
  .view-category-product .views-row .views-field-field-serial {
      font-size: 20px;
      text-transform: uppercase;
  }
  .view-category-product .views-row .views-field-field-serial a {
      color: #5e5e5d;
      text-decoration: none;
  }
  .sales-points {
      background-color: #ebebeb;
      box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.17);
      -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.17);
      -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.17);
      margin-bottom: 90px;
      margin-top: 90px;
      padding: 30px 0px;
      overflow: hidden;
  }
  .sales-points .sales-text {
      float: left;
      width: 410px;
      margin-top: 42px;
  }
  .sales-points .sales-text p {
      line-height: 17px;
      margin: 24px 0px;
  }
  .sales-points .sales-map {
      float: right;
  }
  .standart-link a {
      background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/btn-sprite.png) 0px 0px no-repeat;
      width: 390px;
      height: 50px;
      display: inline-block;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 49px;
      padding-right: 44px;
      text-align: center;
  }
  .standart-link a:hover {
      background-position: 0px -50px;
  }
  .standart-link a:active {
      background-position: 0px -100px;
  }
  .small-title {
      font-size: 20px;
      text-transform: uppercase;
      line-height: 20px;
      margin-top: 100px;
      margin-bottom: 30px;
      padding-left: 20px;
      padding-bottom: 30px;
      border-bottom: 1px solid #e3e3e3;
  }
  .small-title a {
      color: #5e5e5d;
      text-decoration: none;
  }
  .view-front-news {
      overflow: hidden;
  }
  .view-front-news .views-row {
      width: 470px;
      float: right;
      display: block;
      margin-bottom: 25px;
  }
  .view-front-news .views-row .views-field-field-news-photo {
      width: 222px;
      float: left;
      margin-right: 25px;
  }
  .view-front-news .views-row.views-row-first {
      width: 470px;
      float: left;
      margin-bottom: 0;
  }
  .view-front-news .views-row.views-row-first .views-field-field-news-photo {
      width: 100%;
      float: none;
      margin-right: 0;
  }
  .view-front-news .views-row .views-field-title {
      text-transform: uppercase;
      padding-bottom: 20px;
  }
  .view-front-news .views-row .views-field-title a {
      font-size: 14px;
      color: #5e5e5d;
      text-decoration: none;
  }
  .view-front-news .views-row.views-row-first .views-field-title {
      padding-top: 20px;
  }
  .view-front-news .views-row .views-field-body {
      overflow: hidden;
      height: 75px;
  }
  .view-front-news .views-row.views-row-first .views-field-body {
      height: auto;
      overflow: visible;
  }
  .view-blog-front {
      overflow: hidden;
  }
  .view-blog-front .views-row {
      width: 222px;
      float: left;
      margin-right: 27px;
  }
  .view-blog-front .views-row.views-row-last {
      margin-right: 0;
  }
  .view-blog-front .views-field-title {
      margin-top: 5px;
  }
  .view-blog-front .views-field-title a {
      color: #5e5e5d;
      text-decoration: none;
  }
  .contacts {
      
  }
  .contacts span {
      margin-right: 0;
      padding-right: 0;
  }
  .contacts span:first-child {
      margin-right: 9px;
      padding-right: 9px;
  }
  #header .contacts span{
  	position: relative;
  }
  #header .contacts span img {
  	vertical-align: top;
    margin-top: -2px;
    padding-right: 6px;
  }
  #header .contacts span + span{
  	margin-left: 10px
  }
  #header .contacts span .la-phone2{
  	position: absolute;
  	top: 20px;
  	left: 0;
  	z-index: 1;
  	width: 110%;
  	padding: 0;
  	margin: 0;
  	border: none;
  }
  #footer .contacts span.la-phone{
  	position: relative;
  	margin-right: 10px;
  }
  #footer .contacts span .la-phone2{
  	position: absolute;
  	top: 20px;
  	left: 0;
  	z-index: 1;
  	width: 110%;
  	padding: 0;
  	margin: 0;
  	border: none;
  	text-align: left;
  }
  #footer .la-contacts{
  	position: relative;
  }
  #footer .la-contacts .la-youtube{
  	position: absolute;
  	right: -35px;
  	top: 2px;
  	outline: none;
  	text-decoration: none;
  	display: block;
  }
  #footer .la-contacts .la-youtube .fa{
  	color: #fff;
  	font-size: 21px;
  	line-height: 25px;
  	background: #f13224;
  	padding: 2px 8px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius: 5px;
  }
  #footer .la-contacts .la-facebook{
  	position: absolute;
  	right: -75px;
  	top: 2px;
  	outline: none;
  	text-decoration: none;
  	display: block;
  }
  #footer .la-contacts .la-facebook .fa{
  	color: #fff;
  	font-size: 21px;
  	line-height: 25px;
  	background: #4267b2;
  	padding: 2px 8px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius: 5px;
  }
  
  
  .pre-footer .block {
      padding: 90px 0px; 
  }
  .front-head-text {
      padding-top: 90px;
      color: #fff;
  }
  .front-head-text .site-name {
      font-size: 30px;
      text-transform: uppercase;
      line-height: 30px;
      padding-top: 40px;
  }
  .front-head-text .site-name h1 {
  	display: inline-block;
  	vertical-align: top;
  }
  .front-head-text .site-country {
      font-size: 48px;
      color: #f7e91c;
      line-height: 48px;
      text-transform: uppercase;
  }
  .front-head-text p {
      
  }
  .front-head-text ul, .accessories-line-body ul {
      margin-top: 20px;
      margin-bottom: 30px;
  }
  .front-head-text ul li, .accessories-line-body ul li {
      position: relative;
      padding-left: 15px;
      margin-left: 11px;
      margin-bottom: 4px;
  }
  .front-head-text ul li:before, .accessories-line-body ul li:before {
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      position: absolute;
      left: 0px;
      top: 6px;
      background-color: #f7e91c;
  }
  .front-head-text ul li a {
      color: #fff;
      text-decoration: none;
  }
  .catalog-link {
      margin-top: 14px;
  }
  .catalog-link a {
      text-decoration: none;
      color: #fff;
      font-size: 18px;
  }
  
  
  
  
  
  .not-front #wrap {
    margin-bottom: -102px;
  }
  .not-front .push {
    height: 128px;
  }
  #footer {
  clear: both;
    height: 165px;
    background-color: #303030;
    color: #fff;
  }
  #footer .footer-content {
      padding-top: 13px;
  }
  .footer-left {
      float: left;
      width: 238px;
      margin-top: 8px;
  }
  .footer-logotype {
    float: left;
    padding-top: 25px;
  }
  
  
  .not-front #header {
  	position: relative;
  	color: #5e5e5d;
  	top: 0;
  }
  .not-front #header .catalog-menu a {
  	color: #5e5e5d;
  }
  .not-front #header .site-logo a {
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/trotec.png) 0px 0px no-repeat;
  	width: 240px;
  }
  #content-area h1 {
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    line-height: 42px;
    margin-top: 55px;
    margin-bottom: 25px;
  }
  .page-taxonomy-term #content-area h1 {
  	font-weight: 700;
    text-transform: none;
    color: #000;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 14px;
  }
  .breadcrumb {
  	
  }
  .breadcrumb a {
  	color: #5e5e5d;
  	text-decoration: none;
  }
  .breadcrumb span.separator {
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/br-separator.png) 0px 0px no-repeat;
  	width: 6px;
  	height: 6px;
  	display: inline-block;
  	text-indent: -9999px;
  	margin: 5px 12px;
  }
  sup {
  	font-size: 10px;
  }
  
  
  .page-taxonomy #content-area .product-line {
  	overflow: hidden;
  	border-top: 1px solid #e3e3e3;
  }
  #content-area .product-line .product-photo {
  	width: 410px;
  	height: 307px;
  	text-align: center;
  	float: left;
  }
  #content-area .product-line .product-photo .product-photo-align {
  	width: 410px;
  	height: 307px;
  	text-align: center;
  	vertical-align: middle;
  	display: table-cell;
  }
  #content-area .product-line .product-info {
  	padding-top: 63px;
  	float: right;
  	width: 558px;
  }
  #content-area .product-line .product-model span {
  	font-weight: bold;
  }
  #content-area .product-line .product-table {
  	width: 300px;
  }
  #content-area .product-line .table-row {
  	margin-bottom: 10px;
  }
  #content-area .product-line .table-row span {
  	float: right;
  	text-align: left;
  }
  #content-area .product-line .product-model {
  	text-transform: uppercase;
  	font-size: 18px;
  	margin-bottom: 16px;
  }
  #content-area .product-line .more-link {
  	
  }
  #content-area .product-line .more-link a {
  	text-transform: uppercase;
  	text-decoration: none;
  	font-size: 18px;
  	font-weight: bold;
  	color: #5e5e5d;
  	position: relative;
  	padding-right: 22px;
  }
  #content-area .product-line .more-link a:after {
  	content: " ";
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/more-link.png) 0px 0px no-repeat;
  	width: 15px;
  	height: 17px;
  	position: absolute;
  	top: 2px;
  	right: 0px;
  }
  #content-area .product-line:hover .more-link a:after {
  	background-position: 0px -17px;
  }
  #content-area .product-line:hover .more-link a, #content-area .product-line:hover .product-model {
  	color: #2796cd;
  }
  .product-top .product-photo {
  	width: 400px;
  	float: left;
  	text-align: center;
  }
  .product-top .product-photo .main-photo {
  	width: 400px;
  	height: 368px;
  }
  .product-top .product-photo .main-photo .product-photo-align {
  	width: 400px;
  	height: 368px;
  	text-align: center;
  	vertical-align: middle;
  	display: table-cell;
  }
  .product-tabs {
  	
  }
  .product-tabs .tabs {
  	height: 50px;
  	background-color: #f3f3f3;
  	position: relative;
  	margin-bottom: 50px;
  }
  .product-tabs .tabs:before {
  	content: "";
  	width: 5000px;
  	height: 50px;
  	background-color: #f3f3f3;
  	top: 0px;
  	left: -5000px;
  	position: absolute;
  }
  .product-tabs .tabs:after {
  	content: "";
  	width: 5000px;
  	height: 50px;
  	background-color: #f3f3f3;
  	top: 0px;
  	right: -5000px;
  	position: absolute;
  }
  .product-tabs .tabs .tab {
  	float: left;
  	text-transform: uppercase;
  	font-size: 14px;
  	padding: 17px 0px;
  	height: 50px;
  	width: 242px;
  	text-align: center;
  	cursor: pointer;
  }
  .product-tabs .tabs .tab.active {
  	background-color: #f8e91c;
  	font-weight: bold;
  }
  .product-top {
  	margin-bottom: 60px;
  	overflow: hidden;
  }
  .node-product .product-info {
  	width: 466px;
  	float: right;
  }
  .node-product .product-info .where-buy {
  	text-align: center;
  	margin-top: 40px;
  }
  .node-product .product-info .h2 {
  	text-transform: none;
  	font-weight: bold;
  	font-size: 18px;
  	line-height: 20px;
  	margin-bottom: 36px;
  }
  .product-thumbs {
  	text-align: left;
  }
  .node-product .product-thumbs a {
  	text-decoration: none;
  	display: inline-block;
  	vertical-align: text-bottom;
  	margin: 10px 22px;
  }
  .field-name-field-declination {
  	display: inline-block;
  }
  .field-name-field-declination .field-label {
  	display: none;
  }
  .field-name-body p, .pre-footer p {
  	margin-bottom: 8px;
  	color: #303030;
  }
  .field-name-body ul, .field-name-body ol, .pre-footer ul {
      margin-top: 20px;
      margin-bottom: 20px;
  }
  .field-name-body ol {
  	padding: 14px;
  }
  .field-name-body ul li, .field-name-body ol li, .pre-footer ul li {
    position: relative;
    padding-left: 24px;
    margin-left: 0;
    margin-bottom: 12px;
    color: #303030;
  }
  .field-name-body ul li:before, .pre-footer ul li:before {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0px;
    top: -1px;
      background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/list-icon.png) 0px 0px no-repeat;
  }
  .field-name-body ol li {
  	list-style: decimal;
  	padding-left: 0;
  }
  .field-name-body h2, .pre-footer h2 {
    font-weight: 700;
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: none;
  }
  .field-name-body h3, .pre-footer h3 {
  	  font-weight: 700;
    color: #000;
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: none;
  }
  .field-name-body a {
  	color: #2c97cf;
  	text-decoration: none;
  }
  .field-name-body a:hover {
  	text-decoration: underline;
  }
  .field-name-body blockquote {
  	position: relative;
  	font-size: 16px;
  	line-height: 26px;
  	margin: 54px 0px 54px 50px;
  }
  .field-name-body blockquote:before {
  	content: " ";
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/blockquote-before.png) 0px 0px no-repeat;
  	width: 55px;
  	height: 29px;
  	position: absolute;
  	left: 0;
  	z-index: 2;
  	top: -6px;
  }
  .field-name-body blockquote:after {
  	content: " ";
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/blockquote-after.png) 0px 0px no-repeat;
  	width: 55px;
  	height: 29px;
  	position: relative;
  	right: 45px;
  	z-index: 2;
  	bottom: 7px;
  	display: inline-block;
  }
  .field-name-body blockquote p {
    z-index: 10;
    position: relative;
    display: inline;
  }
  .field-name-body table {
  	width: 100%;
  	border: none;
  }
  .field-name-body table thead th {
  	background-color: #f8e91c;
  	font-weight: bold;
  	  padding: 5px;
  }
  .field-name-body table tbody td {
  	  background-color: #fff;
  	    padding: 5px;
  }
  
  .view-blog .views-row, .view-news-page .views-row {
  	overflow: hidden;
  	margin-bottom: 80px;
  	position: relative;
  }
  .view-blog .views-row .views-field-field-blog-photo, .view-news-page .views-row .views-field-field-news-photo {
  	float: left;
  	margin-right: 26px;
  }
  .view-blog .views-row .views-field-title a, .view-news-page .views-row .views-field-title a {
  	text-decoration: none;
  	text-transform: uppercase;
  	font-size: 18px;
  	display: block;
  }
  .view-blog .views-row .views-field-created, .view-news-page .views-row .views-field-created {
  	font-size: 13px;
  	margin-top: 20px;
  	margin-bottom: 20px;
  }
  .view-blog .views-row .views-field-body .views-more-link, .view-news-page .views-row .views-field-body .views-more-link {
  	text-transform: uppercase;
  	text-decoration: none;
  	font-size: 16px;
  	color: #5e5e5d;
  	position: absolute;
  	padding-right: 15px;
  	right: 0;
  	bottom: 5px;
  }
  .view-blog .views-row .views-field-body .views-more-link:after, .view-news-page .views-row .views-field-body .views-more-link:after {
  	content: " ";
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/more-link.png) 0px 0px no-repeat;
  	width: 10px;
  	height: 13px;
  	position: absolute;
  	top: 2px;
  	right: 0px;
  	background-size: 100%;
  }
  .view-blog .views-row:hover .views-field-body .views-more-link, .view-blog .views-row:hover .views-field-title a, .view-news-page .views-row:hover .views-field-body .views-more-link, .view-news-page .views-row:hover .views-field-title a {
  	color: #2796cd;
  }
  .view-blog .views-row:hover .views-field-body .views-more-link:after, .view-news-page .views-row:hover .views-field-body .views-more-link:after {
  	background-position: 0px -13px;
  }
  .item-list .pager {
  	margin-top: 15px;
  }
  .item-list .pager li {
  	font-weight: 100;
  	font-size: 20px;
  	padding: 0;
    margin: 0px 4px;
  }
  .item-list .pager li.pager-current {
    background-color: #f8e91c;
    color: #303030;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    border-radius: 5px;
    padding: 0;
  }
  .item-list .pager li a {
  	text-decoration: none;
  }
  .item-list .pager li.pager-item a {
    width: 45px;
    height: 45px;
    display: inline-block;
    border: 1px solid #e6e8ed;
    line-height: 42px;
    border-radius: 5px;
  	color: #303030;
  }
  .item-list .pager li.pager-item a:hover {
  	border: 1px solid #f8e91c;
  	background-color: #f8e91c;
  }
  .item-list .pager li.pager-next a, .item-list .pager li.pager-last a, .item-list .pager li.pager-first a, .item-list .pager li.pager-previous a {
    border: 1px solid #e6e8ed;
    line-height: 42px;
    border-radius: 5px;
    color: #303030;
    display: inline-block;
    padding: 0px 12px;
  }
  .item-list .pager li.pager-next a:hover, .item-list .pager li.pager-last a:hover, .item-list .pager li.pager-first a:hover, .item-list .pager li.pager-previous a:hover {
  	border: 1px solid #f8e91c;
  	background-color: #f8e91c;
  }
  .dealer-row {
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/dealer-back.png) center center no-repeat;
  	width: 100%;
  	background-size: cover;
  	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.17);
  	-webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.17);
  	-moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.17);
  }
  .dealer-row .inner {
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/dealer-map.png) center center no-repeat;
  	padding: 55px 10px;
  	overflow: hidden;
  }
  .not-front.page-dealer .push {
  	height: 88px;
  }
  .form-text {
  	border: 2px solid #f6ea1c;
  	height: 40px;
  	font-family: 'Play', sans-serif;
  	font-size: 20px;
  	color: #999;
  	text-indent: 10px;
  }
  .form-select {
  	border: 2px solid #f6ea1c;
  	height: 40px;
  	font-family: 'Play', sans-serif;
  	font-size: 20px;
  	color: #999;
  	width: 100%;
  	background-color: #fff;
  	background: #fff url(https://trotec.lndo.site/sites/all/themes/trotec/images/select.png) right 0px no-repeat;
  	text-indent: 10px;
  	cursor: pointer;
  }
  .form-type-select {
  	position: relative;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form-type-select:before {
  	/*
  	content: " ";
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/select.png) 0px 0px no-repeat;
  	width: 36px;
  	height: 36px;
  	position: absolute;
  	z-index: 10;
  	top: 2px;
  	right: 2px;
  	*/
  }
  .form-textarea-wrapper textarea {
  	padding: 10px;
  	border: 2px solid #f6ea1c;
  	font-family: 'Play', sans-serif;
  	font-size: 20px;
  	color: #999;
  	width: 100%;
  }
  .grippie {
  	display: none;
  }
  .form-submit {
      background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/btn-sprite.png) 0px 0px no-repeat;
      width: 390px;
      height: 50px;
      display: inline-block;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 49px;
      padding-right: 44px;
      text-align: center;
  	border: none;
  	cursor: pointer;
  }
  .form-submit:hover {
      background-position: 0px -50px;
  }
  .form-submit:active {
      background-position: 0px -100px;
  }
  ::-webkit-input-placeholder {color:#999;}
  ::-moz-placeholder          {color:#999;}/* Firefox 19+ */
  :-moz-placeholder           {color:#999;}/* Firefox 18- */
  :-ms-input-placeholder      {color:#999;}
  
  .dealer-form {
  	float: left;
  }
  .dealer-form, .dealer-form .form-text {
  	width: 472px;
  }
  .dealer-bottom .dealer-form-title {
  	text-transform: none;
  	text-align: center;
  	margin-bottom: 30px;
  	  font-size: 30px;
    line-height: 30px;
  }
  .dealer-contact {
  	width: 472px;
  	height: 210px;
  	background-color: #fff;
  	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
  	float: left;
  	margin-left: 25px;
  	margin-top: 68px;
  }
  .dealer-contact .dealer-logo {
  	margin-left: 20px;
  	margin-top: 20px;
  	margin-bottom: 10px;
  	opacity: 0.4;
  }
  .dealer-contact .center {
  	text-align: center;
  }
  .dealer-contact .text {
  	font-size: 20px;
  	margin-bottom: 20px;
  }
  .dealer-contact .phone {
  	font-size: 40px;
  }
  .dealer-contact .left-text {
  	color: #d2d2d2;
  	font-size: 18px;
  	padding-top: 23px;
  	padding-left: 20px;
  }
  .dealer-top {
  	overflow: hidden;
  	margin-bottom: 50px;
  }
  .dealer-top .dealer-left {
  	float: left;
  	padding-top: 44px;
    margin-bottom: 18px;
  }
  .dealer-top .dealer-right {
  	float: right;
  }
  .dealer-top .dealer-left p {
  	font-size: 16px;
  	margin-bottom: 8px;
  }
  .dealer-top .dealer-left strong {
  	font-weight: bold;
  }
  .dealer-top .dealer-left ul {
      margin-top: 20px;
      margin-bottom: 30px;
  }
  .dealer-top .dealer-left ul li {
      position: relative;
      padding-left: 15px;
      margin-left: 11px;
      margin-bottom: 4px;
  }
  .dealer-top .dealer-left ul li:before {
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      position: absolute;
      left: 0px;
      top: 6px;
      background-color: #f7e91c;
  }
  
  .contacts-page-info, .contacts-page-form {
  	float: left;
  	width: 50%;
  }
  .contacts-page-info {
  	padding-right: 20px;
  }
  .contacts-page-form {
  	padding-left: 20px;
  }
  .contacts-page-form .form-text {
  	width: 100%;
  }
  .contacts-page-form #edit-actions {
  	text-align: right;
  }
  .contacts-page .small-title {
  	margin-top: 0;
  }
  .contacts-page-map {
  	margin-top: 40px;
  }
  .contacts-page-info p {
  	font-weight: bold;
  	overflow: hidden;
  	margin-bottom: 20px;
  }
  .contacts-page-info p span {
  	font-weight: 100;
  	float: right;
  	text-align: left;
  	width: 330px;
  }
  .side-bar {
  	width: 225px;
  	float: left;
  	margin-right: 25px;
  }
  .check-box a {
  	position: relative;
  	  text-decoration: none;
  	  padding-left: 17px;
  	  margin-bottom: 12px;
  	  display: block;
  }
  .check-box a:before {
  	content: " ";
  	width: 10px;
  	height: 10px;
  	border: 2px solid #6b6b6b;
  	position: absolute;
  	left: 0px;
  	top: 3px;
  }
  .check-box a:hover:before, .check-box a.active:before {
  	border: 2px solid #f7e81d;
  }
  .check-box a.active:after {
    content: " ";
    background-color: #f7e81d;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 3px;
    top: 6px;
  }
  .check-box a span {
  	margin-left: 8px;
  	color: #999;
  }
  .filter-title {
  	font-weight: bold;
    margin-bottom: 20px;
  }
  .filter-box {
  	margin-bottom: 20px;
  }
  .main-content {
  	float: right;
  	width: 718px;
  }
  
  .sale-point {
  overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 33px;
    margin-bottom: 33px;
  }
  .sale-point .point-logo {
  	  float: left;
    margin-right: 25px;
      width: 220px;
  	text-align: center;
  }
  .sale-point .point-logo a {
    display: table-cell;
    width: 220px;
    text-align: center;
    vertical-align: middle;
    height: 120px;
  }
  .sale-point .point-info {
  	  float: right;
    width: 470px;
    position: relative;
  }
  .sale-point .point-info .point-name {
  	font-weight: bold;
  	font-size: 20px;
  }
  .sale-point .point-info p {
  	
  }
  .sale-point .point-info .point-link {
  	  margin-top: 20px;
    margin-bottom: 20px;
  }
  .sale-point .point-info .point-link a {
  	color: #2997cc;
  	text-decoration: none;
  }
  .sale-point .point-info .point-address {
  	  width: 230px;
  }
  .sale-point .point-info .point-phones {
  	position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .sale-point .point-info .point-phones a {
  	text-decoration: none;
  }
  .sale-point .point-mail {
  	margin-top: 3px;
  }
  .sale-point .point-mail a {
  	text-decoration: none;
  }
  
  .table-box {
  	margin-bottom: 20px;
  }
  .table-box .table-box-head {
  	background-color: #f8e91c;
  	  font-weight: bold;
  	    padding: 8px 10px;
  }
  .table-box .table-box-row {
  	  font-weight: bold;
  	  border-bottom: 1px solid #f8e91c;
  	    padding: 8px 10px;
  }
  .table-box .table-box-line {
  	  padding: 8px 0px 8px 370px;
  }
  .table-box .table-box-line span {
  	float: right;
    padding-right: 10px;
  }
  .table-box .table-box-line.even {
  	background-color: #fff;
  }
  .table-box .table-box-line.odd {
  	background-color: #f5f5f5;
  }
  
  .doc-line {
  	text-align: center;
  }
  .doc-line a {
  	text-decoration: none;
  	font-size: 18px;
  	text-align: center;
  	padding-left: 70px;
  	height: 53px;
  	display: inline-block;
  	margin-bottom: 30px;
  	padding-top: 18px;
  }
  .doc-line.pdf a {
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/pdf-ico.png) 0px 0px no-repeat;
  }
  .doc-line.pptx a {
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/pptx-ico.png) 0px 0px no-repeat;
  }
  .doc-line a div {
  	font-size: 13px;
  }
  .video {
  	text-align: center;
  }
  .tabs-content {
  	margin-bottom: 40px;
  	position: relative;
  }
  .tabs-content:before {
  	content: " ";
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/anhor.png) 0px 0px no-repeat;
  	width: 46px;
  	height: 46px;
  	position: absolute;
  	left: -60px;
  }
  
  .views-exposed-widget .form-type-select:before {
  	display: none;
  }
  .bef-checkboxes .form-item span {
    margin-left: 8px;
    color: #999;
  }
  .views-exposed-form label {
  	margin-bottom: 20px;
  }
  .views-exposed-form .views-widget label {
  	font-weight: normal;
  	margin-bottom: 0;
  }
  
  
  .bef-checkboxes input {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
  }
  .bef-checkboxes input + label {
    cursor: pointer;
  }
  .bef-checkboxes input:not(checked) {
    position: absolute;
    opacity: 0;
  }
  .bef-checkboxes input:not(checked) + label {
  	position: relative;
  	padding: 0 0 0 18px;
  }
  .bef-checkboxes input:not(checked) + label:before {
  	content: '';
  	position: absolute;
  	top: 3px;
  	left: 0;
      width: 10px;
  	height: 10px;
  	border: 2px solid #6b6b6b;
  }
  .bef-checkboxes input:checked + label:before {
    border: 2px solid #f7e81d;
  }
  .bef-checkboxes input:hover + label:before {
    border: 2px solid #f7e81d;
  }
  .bef-checkboxes input:checked + label:after {
   content: " ";
    background-color: #f7e81d;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 3px;
    top: 6px;
  }
  .views-exposed-form .form-item {
  	margin-bottom: 12px;
  }
  #edit-field-city-tid-wrapper {
  	margin-bottom: 20px;
  }
  .page-sale-point .views-exposed-widget.views-submit-button {
  	display: none !important;
  }
  #t-overlay {
  	position: fixed;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	z-index: 800;
  	background-color: rgba(255, 255, 255, 0.88);
  	display: none;
  }
  .thank {
  	position: fixed;
  	top: 50%;
  	left: 50%;
  	z-index: 900;
  	width: 580px;
  	text-align: center;
  	margin-left: -290px;
  	margin-top: -90px;
  }
  .thank h1 {
  	font-size: 46px;
  	line-height: 100px;
  	text-transform: uppercase;
  }
  .thank p {
  	font-size: 27px;
  }
  .edit-link {
  	display: none;
  }
  .edit-link a {
  	color: #4c4c4c;
    background-color: #f7e91c;
    text-decoration: none;
    display: inline-block;
    padding: 4px 17px;
  }
  .admin-menu .edit-link {
  	display: block;
  }
  .cliks img {
  	-webkit-filter: blur(1px);
   filter: blur(1px);
   filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='1');
  }
  .cliks.active img {
  	-webkit-filter: blur(0px);
   filter: blur(0px);
   filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  }
  
  
  /* IMAGE LIGHTBOX SELECTOR */
  
  		#imagelightbox
  		{
  			cursor: pointer;
  			position: fixed;
  			z-index: 10000;
  
  			-ms-touch-action: none;
  			touch-action: none;
  
  			-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
  			box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
  		}
  
  
  		/* ACTIVITY INDICATION */
  
  		#imagelightbox-loading,
  		#imagelightbox-loading div
  		{
  			border-radius: 50%;
  		}
  		#imagelightbox-loading
  		{
  			width: 2.5em; /* 40 */
  			height: 2.5em; /* 40 */
  			background-color: #444;
  			background-color: rgba( 0, 0, 0, .5 );
  			position: fixed;
  			z-index: 10003;
  			top: 50%;
  			left: 50%;
  			padding: 0.625em; /* 10 */
  			margin: -1.25em 0 0 -1.25em; /* 20 */
  
  			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
  			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
  		}
  			#imagelightbox-loading div
  			{
  				width: 1.25em; /* 20 */
  				height: 1.25em; /* 20 */
  				background-color: #fff;
  
  				-webkit-animation: imagelightbox-loading .5s ease infinite;
  				animation: imagelightbox-loading .5s ease infinite;
  			}
  
  			@-webkit-keyframes imagelightbox-loading
  			{
  				from { opacity: .5;	-webkit-transform: scale( .75 ); }
  				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
  				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
  			}
  			@keyframes imagelightbox-loading
  			{
  				from { opacity: .5;	transform: scale( .75 ); }
  				50%	 { opacity: 1;	transform: scale( 1 ); }
  				to	 { opacity: .5;	transform: scale( .75 ); }
  			}
  
  
  		/* OVERLAY */
  
  		#imagelightbox-overlay
  		{
  			background-color: rgba(88, 88, 88, 0.9);
  			position: fixed;
  			z-index: 9998;
  			top: 0;
  			right: 0;
  			bottom: 0;
  			left: 0;
  		}
  
  
  		/* "CLOSE" BUTTON */
  
  		#imagelightbox-close {
    background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/close-gal.png) center center no-repeat;
    width: 24px;
    height: 24px;
    position: fixed;
    z-index: 9999;
    top: 48px;
    right: 48px;
    outline: none;
    border: none;
    cursor: pointer;
  		}
  
  
  		/* CAPTION */
  
  		#imagelightbox-caption
  		{
  			display: none !important;
  		}
  
  
  		/* NAVIGATION */
  
  		#imagelightbox-nav
  		{
  			background-color: #444;
  			background-color: rgba( 0, 0, 0, .5 );
  			border-radius: 20px;
  			position: fixed;
  			z-index: 10001;
  			left: 50%;
  			bottom: 3.75em; /* 60 */
  			padding: 0.313em; /* 5 */
  
  			-webkit-transform: translateX( -50% );
  			-ms-transform: translateX( -50% );
  			transform: translateX( -50% );
  		}
  			#imagelightbox-nav button
  			{
  				width: 1em; /* 20 */
  				height: 1em; /* 20 */
  				background-color: transparent;
  				border: 1px solid #fff;
  				border-radius: 50%;
  				display: inline-block;
  				margin: 0 0.313em; /* 5 */
  			}
  			#imagelightbox-nav button.active
  			{
  				background-color: #fff;
  			}
  
  
  		/* ARROWS */
  
  		.imagelightbox-arrow
  		{
  		 position: fixed;
    z-index: 10001;
    width: 64px;
    height: 64px;
    top: 50%;
    margin-top: -32px;
  	cursor: pointer;
  	border: none;
    outline: none;
  		}
  			.imagelightbox-arrow-left
  			{
  				background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/prev.png) center center no-repeat;
  				left: 2.5em; /* 40 */
  			}
  			.imagelightbox-arrow-right
  			{
  				background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/next.png) center center no-repeat;
  				right: 2.5em; /* 40 */
  			}
  
  
  		#imagelightbox-loading,
  		#imagelightbox-overlay,
  		#imagelightbox-close,
  		#imagelightbox-caption,
  		#imagelightbox-nav,
  		.imagelightbox-arrow
  		{
  			-webkit-animation: fade-in .25s linear;
  			animation: fade-in .25s linear;
  		}
  			@-webkit-keyframes fade-in
  			{
  				from	{ opacity: 0; }
  				to		{ opacity: 1; }
  			}
  			@keyframes fade-in
  			{
  				from	{ opacity: 0; }
  				to		{ opacity: 1; }
  			}@media only screen and (max-width: 41.250em) /* 660 */ {
 #container
  			{
  				width: 100%;
  			}
  			#imagelightbox-close
  			{
  				top: 1.25em; /* 20 */
  				right: 1.25em; /* 20 */
  			}
  			#imagelightbox-nav
  			{
  				bottom: 1.25em; /* 20 */
  			}
  
  			.imagelightbox-arrow
  			{
  				width: 2.5em; /* 40 */
  				height: 3.75em; /* 60 */
  				margin-top: -2.75em; /* 30 */
  			}
  			.imagelightbox-arrow-left
  			{
  				left: 1.25em; /* 20 */
  			}
  			.imagelightbox-arrow-right
  			{
  				right: 1.25em; /* 20 */
  			} 
}@media only screen and (max-width: 20em) /* 320 */ {
 .imagelightbox-arrow-left
  			{
  				left: 0;
  			}
  			.imagelightbox-arrow-right
  			{
  				right: 0;
  			} 
}.main-photo a {
  	display: none;
  }
  .main-photo a:first-child {
  	display: block;
  }
  .main-photo.click a {
  	display: none;
  }
  .main-photo.click a.show {
  	display: block;
  }
  .instr-list a {
  	text-decoration: none;
  	position: relative;
  }
  .instr-list span.pdf a:before {
    content: " ";
    background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/pdf-ico.png) 0px 0px no-repeat;
    background-size: 100%;
    width: 20px;
    height: 22px;
    position: absolute;
    top: -3px;
    left: -26px;
  }
  .instr-list span.pptx a:before {
  	content: " ";
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/pptx-ico.png) 0px 0px no-repeat;
  	background-size: 100%;
    width: 20px;
    height: 22px;
    position: absolute;
    top: -3px;
    left: -26px;
  }
  .pres-link a {
  	  background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/pptx-ico.png) 0px 0px no-repeat;
  	  text-decoration: none;
    font-size: 18px;
    text-align: center;
    padding-left: 58px;
    height: 53px;
    display: inline-block;
    margin-bottom: 30px;
    padding-top: 18px;
  }
  .about-links {
  text-align: center;
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
    margin-top: 20px;
  }
  .about-links div {
  	  display: inline-block;
    margin: 0px 30px;
  }
  .form-text:focus, textarea:focus {
  	border-color: #ffd200;
  }
  .form-item input.error, .form-item textarea.error, .form-item select.error {
    border-color: #f76e1d;
  }
  .field-name-field-news-photo, .field-name-field-blog-photo {
  	  float: left;
    margin-right: 30px;
    margin-bottom: 18px;
  }
  .page-page-404 .overlay-404 {
  	  background-color: rgba(0, 0, 0, 0.92);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
  }
  .page-page-404 {
  	overflow: hidden;
  }
  .page-page-404 #header .site-logo {
  	display: none; 
  }
  .page-page-404 #header a, .page-page-404 #header {
  	color: #fff !important;
  }
  .over-content {
  	  z-index: 100;
    position: relative;
    color: #fff;
    text-align: center;
  }
  .over-content h1 {
  color: #f7e91c;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .over-content p {
  	  font-size: 30px;
  }
  .over-content p.small {
  	  color: #f7e91c;
    font-size: 16px;
    margin-top: 42px;
    margin-bottom: 20px;
  }
  .over-content li a {
  display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 8px 0px;
    border-bottom: 1px solid #000;
  }
  .over-content li a:hover {
  	border-bottom: 1px solid #f7e91c;
  }
  .footer-center {
  	float: left;
    margin-left: 148px;
    padding-top: 56px;
  }
  
  .footer-right {
    float: right;
    width: 280px;
    position: relative;
    margin-top: -5px;
  }
  .footer-right:before {
    content: " ";
    width: 1px;
    height: 68px;
    background-color: rgba(255, 255, 255, 0.36);
    position: absolute;
    left: 138px;
    top: 10px;
  }
  .footer-right .content ul {
  	
  }
  .footer-right .content ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 130px;
    text-align: right;
    margin-top: 10px;
  }
  .footer-right .content ul li:nth-child(even) {
  	text-align: left;
  	margin-left: 18px;
  }
  .footer-right .content ul li a {
  	  color: #fff;
    text-decoration: none;
  }
  .footer-right .content ul li a:hover {
  	text-decoration: underline;
  }
  img.align-left {
  	float: left;
  	margin-right: 20px;
  	margin-bottom: 8px;
  }
  .align-center {
  	text-align: center;
  }
  img.align-right {
  	float: right;
  	margin-left: 20px;
  	margin-bottom: 8px;
  }
  strong {
  	font-weight: bold;
  }
  .view-category-product .views-field-field-performance, .view-category-product .views-field-field-air-exchange, .view-category-product .views-field-field-consumption-food {
  	font-size: 11px;
  	margin-top: 4px;
  }
  #footer .contacts a {
  	color: #fff;
  }
  .pre-footer .content a {
  	  color: #2c97cf;
    text-decoration: none;
  }
  .pre-footer .content a:hover {
  	text-decoration: underline;
  }
  .admin-menu #header.front-head.fix {
  	top: 29px;
  }
  div.error {
  	  background-color: rgba(197, 3, 3, 0.59);
    color: #fff;
    padding: 20px;
    background-image: none;
    border: none;
    margin-bottom: 20px;
  }
  .search-box {
  	float: left;
  	position: relative;
    /*margin-top: 23px;*/
  	z-index: 111;
  }
  .absolute-head .search-link {
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/s-w.png) 0px 0px no-repeat;
  	width: 23px;
  	height: 23px;
  	cursor: pointer;
  }
  .main-head .search-link, .front-head .search-link {
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/s-d.png) 0px 0px no-repeat;
  	width: 23px;
  	height: 23px;
  	cursor: pointer;
  }
  .search-block {
  	  position: absolute;
    top: 28px;
    width: 320px;
    left: -29px;
  }
  .search-block .form-submit {
  	display: none;
  }
  .search-block .form-text {
  	  width: 284px;
    height: 36px;
    font-size: 14px;
  }
  html.js input.form-autocomplete {
  	background-image: none;
  }
  #autocomplete {
  	border: none;
  }
  #autocomplete li.live-result-search-item-wrapper {
  	  background-color: #f5f5f5;
    margin: 1px;
    padding: 9px 12px;
  }
  #autocomplete li.live-result-search-item-wrapper.selected {
  	background-color: #e0dfdf;
  }
  #autocomplete li.live-result-search-item-wrapper a {
  	color: #5e5e5d !important;
  }
  .search-block:before {
    content: " ";
    position: absolute;
    top: -5px;
    left: 33px;
    border-left: 6px solid rgba(0,0,0,0);
    border-right: 6px solid rgba(0,0,0,0);
    border-bottom: 6px solid #f6ea1c;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .page-search #block-system-main h1 {
  	display: none;
  }
  .page-search #block-system-main form .form-text {
  	height: 48px;
  }
  .page-search #block-system-main form {
  	  margin-bottom: 10px;
  }
  .search-api-page-results h2 {
  	  margin-bottom: 20px;
  }
  .search-snippet-info {
  	display: none;
  }
  .search-results .product-line {
  	overflow: hidden;
  }
  .product-info ul {
      margin-top: 20px;
      margin-bottom: 30px;
  }
  .product-info ul li {
      position: relative;
      padding-left: 15px;
      margin-left: 11px;
      margin-bottom: 4px;
  }
  .product-info ul li:before {
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      position: absolute;
      left: 0px;
      top: 6px;
      background-color: #f7e91c;
  }
  
  .pre-footer ol{
  counter-reset: myCounter;
  }
  .pre-footer ol li {
  list-style: none;
    position: relative;
    display: block;
    padding-left: 40px;
    margin-bottom: 15px;
    line-height: 23px;
    color: #303030;
  }
  .pre-footer ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    background: #f8e91c;
    display: inline-block;
    text-align: center;
    margin: 5px 12px 5px 0px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    font-weight: 700;
    color: #000;
    border-radius: 26px;
    font-size: 15px;
    position: absolute;
    left: 0px;
    top: -6px;
  }
  
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row:before,
  .row:after {
    content: " ";
    display: table;
  }
  .row:after {
    clear: both;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    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%;
  }@media (min-width: 768px) {
 .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
      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%;
    } 
}.advantages-block { text-transform: uppercase; }
  .advantages-block h4 { font-size: 20px; padding: 35px 20px; border-bottom: 1px solid #e3e3e3; }
  .advantages-block .col-sm-4 { margin-top: 25px; text-align: center; }
  .advantages-block .name { width: 95%; margin: auto; margin-top: 10px; font-size: 18px; }
  .advantages-block .advantages-footer { text-align: center; font-size: 24px; margin: 50px 0; line-height: 50px; }
  .advantages-block .link-to-brief { 
      background: url("/sites/default/files/advantages/brief_icon.png") no-repeat center; 
      width: 51px;
      height: 50px;
      display: inline-block;
  }
  
  #brief-page-form label {
      float: left;
      font-size: 22px;
      line-height: 30px;
      padding-left: 15px;
  }
  #brief-page-form .form-text {
      height: 30px;
      border: 0;
  }
  #brief-page-form .form-textarea {
      border: 0;
      height: 60px;
      resize: none;
  }
  #brief-page-form .form-common {
      width: 70%;
      margin-left: 15%;
  }
  #brief-page-form .form-common [type="text"], 
  #brief-page-form .form-main [type="text"] {
      float: right;
  }
  #brief-page-form .form-item {
      margin: 5px 0;
  }
  #brief-page-form .form-item:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
  }
  #brief-page-form .form-common label {
      text-transform: uppercase;
      width: 40%;
      background: #f6f6f6;
  }
  #brief-page-form .form-common .form-text {
      width: 59%;
      background: #f6f6f6;
  }
  #brief-page-form .form-item-apart-character label,
  #brief-page-form .form-item-ventilation-system label,
  #brief-page-form .form-item-productions label,
  #brief-page-form .form-item-sources-moisture label,
  #brief-page-form .form-item-description-problems label,
  #brief-page-form .form-item-technological-process label,
  #brief-page-form .form-item-fact-apart-temperature label,
  #brief-page-form .form-item-need-apart-temperature label
  {
      font-weight: bold;
  }
  #brief-page-form .form-main .form-item:nth-child(odd) label,
  #brief-page-form .form-main .form-item:nth-child(odd) .form-text,
  #brief-page-form .form-main .form-item:nth-child(odd) .form-textarea
  {
      background: #f6f6f6;
  }
  #brief-page-form .form-main label {
      width: 70%;
  }
  #brief-page-form .form-main .form-text {
      width: 29%;
  }
  #brief-page-form .form-item-sources-moisture label,
  #brief-page-form .form-item-description-problems label,
  #brief-page-form .form-item-technological-process label {
      width: 100%;
  }
  #brief-page-form label[for="edit-ventilation-type"] {
      width: 30%;
  }
  #brief-page-form .form-checkboxes {
      width: 70%;
      float: left;
  }
  #brief-page-form .form-checkboxes .form-item {
      float: left;
      width: 50%;
  }
  #brief-page-form .form-checkboxes label {
      width: 45%;
      float: none;
      line-height: 14px;
      background: transparent !important;
  }
  #brief-page-form label[for="edit-conditioning-system"] {
      width: 58%
  }
  #brief-page-form .form-item-conditioning-system .form-checkboxes {
      width: 39%;
      margin-left: 3%;
  }
  #brief-page-form .form-actions {
      margin-top: 60px;
      text-align: center;
      text-transform: uppercase;
      font-size: 24px;
  }
  #brief-page-form .form-actions a,
  #brief-page-form .form-actions [type="submit"] {
      background: transparent;
      border: 2px dotted #dedede;
      color: #5e5e5d;
      line-height: 45px;
      padding-left: 20px;
      padding-right: 70px;
      border-radius: 5px;
      position: relative;
  }
  #brief-page-form .form-actions a {
      display: inline-block;
      text-decoration: none;
      margin-right: 70px;
  }
  #brief-page-form .form-actions a:after {
      content: " ";
      position: absolute;
      width: 51px;
      height: 50px;
      background: url("/sites/default/files/advantages/download_icon.png") center center no-repeat;
      top: -2px;
      right: -2px;
  }
  #brief-page-form .form-actions [type="submit"] {
      width: auto;
      background: url("/sites/default/files/advantages/submit_icon.png") center right no-repeat;
  }
  
  .accessories-line {
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  .product-accessories .table-box-head, .product-other .table-box-head {
  	margin-bottom: 30px;
  }
  .accessories-line:last-child {
  	border-bottom: none;
  }
  .accessories-line .accessories-line-photo {
    width: 140px;
    float: left;
    text-align: center;
  }
  .accessories-line .accessories-line-content {
  	padding-left: 173px;
  	padding-top: 10px;
  }
  .accessories-line .accessories-line-content .accessories-line-title {
  	font-weight: bold;
  	margin-bottom: 6px;
  }
  .accessories-line .accessories-line-content .accessories-line-body {
  	
  }
  .video-boxes {
  	overflow: hidden;
  }
  .video-boxes .video-box {
  	
  }
  .video-boxes .video-box iframe {
  	width: 316px;
  	float: left;
  	margin-right: 12px;
  }
  .video-link {
  	float: right;
  	  margin-top: 40px;
  }
  .tabs-content.main ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .tabs-content.main ul li {
    position: relative;
    padding-left: 15px;
    margin-left: 11px;
    margin-bottom: 4px;
  }
  .tabs-content.main ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 6px;
    background-color: #f7e91c;
  }
  
  .tabs-content ol {
  	counter-reset: myCounter;
  	  margin: 19px 0px;
  }
  .tabs-content ol li {
  	list-style: none;
  }
  .tabs-content ol li:before {
  	counter-increment: myCounter;
  	content: counter(myCounter);
  	color: #4a4a4a;
  	background: #f8e91c;
  	display: inline-block;
  	text-align: center;
  	margin: 5px 12px 5px 0px;
  	line-height: 30px;
  	width: 30px;
  	height: 30px;
  }
  .page-catalog #content-area h1 {
  	font-size: 44px;
  }
  .page-catalog #content-area #block-block-3 p {
  	font-size: 18px;
  }
  #up {
  	display: none;
  	text-align: center;
  	text-transform: uppercase;
  	position: fixed;
  	z-index: 100;
  	right: 22px;
  	bottom: 35px;
  	background-color: #fff;
  	padding: 5px;
  	width: 52px;
  	height: 52px;
  	font-size: 10px;
  	cursor: pointer;
  	font-weight: 800;
  	color: #909193;
  }
  #up img {
  	width: 20px;
  	margin-bottom: 4px;
  	margin-top: 5px;
  }
  .callback-form {
  	width: 353px;
  	height: 206px;
  	background-color: #fff;
  	box-shadow: 0px 0px 12px #eaeaea;
  	overflow: hidden;
  	display: block;
  	margin-top: 0;
  	margin-bottom: 8px;
  	float: left;
  	margin-right: 20px;
  }
  .callback-form .callback-form-title {
  	background-color: #fbe61d;
  	text-align: center;
  	font-size: 18px;
  	padding: 7px 0px;
  }
  .callback-form .callback-form-content {
  	padding: 0px 23px;
  }
  .callback-form .callback-form-content .form-text {
  	background-color: #f6f6f6;
  	border: 1px solid #e8e8e8;
  	width: 100%;
  	font-size: 15px;
  	height: 37px;
  }
  .callback-form .callback-form-content .form-text.error {
  	border-color: #ff0000;
  }
  .callback-form .callback-form-content .submit-form {
  	text-align: center;
  }
  .callback-form .callback-form-content .submit-form a {
  	border: 2px dotted #e7e7e7;
  	border-radius: 4px;
  	display: inline-block;
  	text-transform: uppercase;
  	color: #565656;
  	font-size: 18px;
  	padding: 9px 56px 10px 18px;
  	position: relative;
  }
  .callback-form .callback-form-content .submit-form a span {
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/clb-send.png) 0px 0px no-repeat;
  	display: inline-block;
  	width: 43px;
  	height: 42px;
  	position: absolute;
  	top: -2px;
  	right: -2px;
  }
  .callback-form .callback-form-content .submit-form a:hover {
  	text-decoration: none;
  	border: 2px dotted #f9e717;
  }
  .callback-form .result-head {
  	background-color: #fbe61d;
  	position: relative;
  	height: 94px;
  	color: #6b6c6e;
  	text-transform: uppercase;
  	font-size: 18px;
  	padding: 24px 0px 0px 122px;
  	text-align: center;
  }
  .callback-form .result-head span {
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/send-icon.png) 0px 0px no-repeat;
  	width: 102px;
  	height: 94px;
  	position: absolute;
  	top: 0;
  	left: 18px;
  }
  .callback-form .result-content {
  	text-align: center;
  	font-size: 18px;
  	line-height: 20px;
  	padding-top: 23px;
  }
  #edit-field-related-equipment-und{width: 100%;height: 300px;}
  .advantages-boxes {
  	width: 100%;
  	overflow: hidden;
  	text-align: center;
  }
  .advantages-boxes .advantages-box {
  	display: inline-block;
  	vertical-align: top;
  	text-transform: uppercase;
  	font-size: 18px;
  	  width: 288px;
    margin-bottom: 40px;
  }
  .advantages-boxes .advantages-box:nth-child(2), .advantages-boxes .advantages-box:nth-child(5) {
  	margin: 0px 50px;
  }
  .advantages-boxes .advantages-box p {
  	margin-top: 14px;
  }
  .advantages {
  	margin-top: 40px;
  	text-align: center;
  }
  .advantages h2 {
  	border-bottom: 1px solid #e8e8e8;
    margin-bottom: 34px;
    padding-bottom: 25px;
  	text-align: left;
  }
  .advantages a {
    background: transparent;
    border: 2px dotted #dedede;
    color: #5e5e5d;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 70px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 60px;
    text-decoration: none;
  }
  .advantages a:hover {
  	text-decoration: none;
  }
  .advantages a:after {
  	  content: " ";
    position: absolute;
    width: 51px;
    height: 50px;
    background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/brief_icon.png) center center no-repeat;
    top: -2px;
    right: -2px;
  }
  .tabs-content.main iframe {
  	  transform: translateX(35%);
  }
  .tab.product-other-tab.totop span {
  	  position: relative;
    top: -7px;
  }
  .form-item-checkspm {
  	display: none;
  }
  .node-type-blog h2, .node-type-blog h3, .node-type-blog h4 {
  	font-weight:bold;
  	color:#3e3e3d;
  	border-bottom:2px solid #f7e91c;
  	display:inline-block;
      margin-bottom: 18px;
  	clear:both;
  }
  .node-type-blog h3, .node-type-blog h4 {
  	line-height:30px;
  }
  .group-product-blocks {
  	width:100%;
  	display:flex;
  }
  .group-product-blocks > div{
  	position:relative;
  	width:33.3%;
  }
  .group-product-blocks .field-type-text {
  	position:absolute;
  	top:25%;
  	right:0;
  	width:50%;
  	background:#f7e91c;
  	padding:10px 15px;
  }
  .group-product-blocks .field-type-node-reference {
  	text-align:center;
  }
  .group-product-blocks .field-type-node-reference a {
  	display:inline-block;
  	text-decoration:none;
  	font-weight:bold;
  	text-align:center;
  	border-bottom:2px solid transparent;
  }
  .group-product-blocks .field-type-node-reference a:hover {
  	border-bottom:2px solid #f7e91c;
  }
  .form-error {
  	border:1px solid red !important;
  }@media (max-width: 767px) {
 .group-product-blocks {
  		display:block;
  	}
  	.group-product-blocks > div {
  		width:100%;
  	} 
}/* 11.07.2019 */
  .trotec-menu {
  	background-color: #303030;
  	height: 55px;
  	margin-bottom: 20px;
  }
  .front .trotec-menu {
  	margin-bottom: 0;
  }
  .trotec-menu .menu {
  	
  }
  .trotec-menu .menu > li {
  	list-style: none;
    padding: 0;
    margin: 0;
    float: left;
  	position: relative;
  }
  .trotec-menu .menu > li:before {
  	content: "";
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/m-separator.png) center no-repeat;
  	position: absolute;
  	width: 2px;
  	height: 55px;
  	top: 0px;
  	right: 0px;
  }
  .trotec-menu .menu > li:last-child:before {
  	display: none;
  }
  .trotec-menu .menu li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding: 19px 24px 19px 24px;
    display: inline-block;
    position: relative;
  }
  .trotec-menu .menu li:hover > a, .trotec-menu .menu li.active-trail > a {
  	background-color: #f7e91c;
  	color: #303030;
  	z-index: 5;
  }
  .trotec-menu .menu > li:last-child {
  	margin-right: 0;
  	padding-right: 0;
  }
  .trotec-menu .menu li ul {
  	display: none;
    position: absolute;
    left: 0;
    top: 55px;
    background-color: #fff;
    z-index: 200;
    border-top: 3px solid #f7e91c;
  	box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.18);
  }
  .trotec-menu .menu li:hover > ul {
  	display: block;
  }
  .trotec-menu .menu li ul li {
  	float: none;
  	display: block;
  }
  .trotec-menu .menu li ul li:before {
  	display: none;
  }
  .trotec-menu .menu li ul li a {
    color: #303030;
    white-space: nowrap;
    display: block;
  }
  .trotec-menu .menu li ul li ul {
  	display: none;
  	  left: 100%;
    top: 0px;
    z-index: -4;
    box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.18);
  	border-top: 0;
  }
  .trotec-menu .menu li:nth-child(4) ul li ul {
  
  }
  .trotec-menu .menu li ul li.first ul {
  	top: -3px;
  	border-top: 3px solid #f7e91c;
  }
  .field-name-field-category-articles {
  	  margin: 20px 0px 58px 0px;
  }
  .field-name-field-category-articles .field-item {
    display: inline-block;
    vertical-align: top;
    width: 310px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding-top: 15px;
  	border-radius: 3px;
    overflow: hidden;
  }
  .field-name-field-category-articles .field-item.odd {
  	margin: 0px 20px;
  }
  .field-name-field-category-articles .field-item .post-title {
  	  font-size: 17px;
    font-weight: 700;
    color: #000;
    line-height: 21px;
    margin-top: 8px;
    margin-bottom: 16px;
    padding: 0px 20px;
    height: 42px;
    overflow: hidden;
  }
  .field-name-field-category-articles .field-item a.readmore {
    background-color: #feea00;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 9px 0px;
  	position: relative;
  }
  .field-name-field-category-articles .field-item a.readmore:after {
  	content: "";
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/readmore-arrow.png) 0px 0px no-repeat;
  	display: inline-block;
    width: 15px;
    height: 9px;
    margin-left: 7px;
  }
  .field-name-field-category-articles .field-item a.readmore:hover {
  	background-color: #ead800;
  }
  .field-name-field-category-articles .block-title {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 24px;
  }
  .field-name-field-category-articles .block-title span {
  	text-transform: lowercase;
  }
  .field-name-field-before-body {
  	  font-size: 15px;
    color: #000;
    line-height: 21px;
  	margin-bottom: 40px;
  }
  .field-name-field-before-body .field-items {
  height: 163px;
    overflow: hidden;
    position: relative;
  }
  .field-name-field-before-body.active .field-items {
  	height: auto;
  }
  .field-name-field-before-body .field-items:after {
  	content: "";
  	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
  }
  .field-name-field-before-body.active .field-items:after {
  	display: none;
  }
  .field-name-field-before-body .read-link {
  	text-align: center;
    padding-top: 12px;
  }
  .field-name-field-before-body .read-link div {
  	  text-transform: uppercase;
    color: #6b6b6d;
    border-bottom: 2px solid #fde900;
    display: inline-block;
  	cursor: pointer;
  }
  .field-name-field-before-body .read-link div i {
  background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/down_arrow.png) center right no-repeat;
    display: inline-block;
    width: 7px;
    height: 19px;
    vertical-align: top;
    padding-left: 13px;
  }
  .field-name-field-before-body .read-link div i.reverse {
  	  transform: rotate(-180deg);
    padding-left: 0;
    margin-left: 13px;
  }
  .catalog-title {
  	  font-weight: 700;
    text-align: center;
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
  }
  #block-system-main .product-box {
  	display: inline-block;
    vertical-align: top;
    width: 310px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    overflow: hidden;
  	  margin-bottom: 30px;
  }
  #block-system-main .product-box.pr-1, #block-system-main .product-box.pr-4, #block-system-main .product-box.pr-7 {
  	margin: 0px 16px;
  }
  #block-system-main .product-box .photo a {
  	  display: table;
    text-align: center;
    width: 100%;
  }
  #block-system-main .product-box .photo a.vertical {
  	  display: table-cell;
    vertical-align: middle;
  }
  #block-system-main .product-box .product-title {
  	  font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    color: #303030;
    border-bottom: 2px solid #ececec;
    padding-bottom: 7px;
    margin-bottom: 5px;
  	margin-left: 15px;
  	margin-right: 15px;
  	  min-height: 49px;
  }
  #block-system-main .product-box .product-link {
  	  background-color: #f4f4f4;
    text-align: center;
  }
  #block-system-main .product-box .product-link a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #303030;
    display: block;
    padding: 13px 0px;
    box-shadow: inset 0px 4px 3px #e9e9e9;
  }
  #block-system-main .product-box .product-link:hover {
  	  background-color: #f8e91c;
  }
  #block-system-main .product-box .product-params {
  	color: #303030;
  	  min-height: 42px;
  }
  #block-system-main .product-box .product-params div {
  	  margin: 12px 15px;
  }
  #block-system-main .product-box .product-params div img {
  	  margin-right: 6px;
    vertical-align: top;
    padding-top: 1px;
  }
  #block-system-main .product-box .product-params div span {
  	  float: right;
  }
  #block-system-main .product-box .photo a img {
  
  }
  .product-lines .product-line:first-child {
  	display: none;
  }
  .page-catalog .after-title {
  	margin-bottom: 40px;
  }
  .footer-top {
  	height: 55px;
  	overflow: hidden;
  	background-color: #242424;
  }
  #footer a {
  	color: #fff;
  	text-decoration: none;
  }
  .footer-top ul.menu {
  	text-align: left;
  }
  .footer-top ul.menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .footer-top ul.menu li a {
    display: block;
    font-size: 16px;
    padding: 18px 33px;
  }
  .footer-top ul.menu li.first a {
  	padding-left: 0;
  }
  .footer-top ul.menu li.last a {
  	padding-right: 0;
  }
  .footer-top ul.menu li a:hover, .footer-top ul.menu li a.active {
  	  color: #fcea00 !important;
  }
  .f-phone, .f-mail, .f-social {
    float: left;
    padding: 44px 17px;
  }
  .f-social a {
  	padding: 44px 14px;
  }
  .f-social a:last-child {
  	padding-right: 0;
  }
  .footer-logotype {
  	margin-right: 70px;
  }
  .f-phone img, .f-mail img, .f-social img {
    position: relative;
    top: -3px;
    margin-right: 4px;
  }
  .footer-logotype div {
    padding-top: 12px;
    font-size: 12px;
  }
  .f-social {
  	padding-right: 0;
  }
  .node-use .field-name-field-application-area-photo {
  	  width: 655px;
    display: inline-block;
    vertical-align: top;
  }
  .node-use .field-name-field-application-area .field-collection-view-links, .node-use .field-collection-container .action-links-field-collection-add {
  	display: none !important;
  }
  .node-use .field-name-field-application-area .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  .node-use .field-collection-container {
    border-bottom: none;
    margin: 0;
      display: inline-block;
    vertical-align: top;
    margin-left: 25px;
  }
  .node-use .field-name-field-use-icon {
  position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 31px;
  }
  .node-use .field-name-field-use-icon:before {
  	content: "";
  	background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/ic-mask.png) 0px 0px no-repeat;
  	width: 57px;
  	height: 47px;
  	  position: absolute;
    left: 0;
    top: 0;
  }
  .node-use .field-name-field-use-icon .field-items {
  	  width: 37px;
    height: 37px;
    border-radius: 37px;
    overflow: hidden;
    position: relative;
    top: 6px;
    left: 5px;
  }
  .node-use .field-name-field-use-name {
  font-weight: 700;
    font-size: 20px;
    color: #000;
    display: inline-block;
    vertical-align: top;
    padding-top: 11px;
  }
  .node-use .field-name-field-application-area .field-item {
    margin-bottom: 13px !important;
  }
  .node-use .field-name-field-use-articles-title {
  	  font-weight: 700;
    font-size: 22px;
    color: #000;
  	text-align: center;
  	margin-top: 40px;
    margin-bottom: 30px;
  }
  .node-unpublished {
    background-color: #ffffff;
  }
  .field-name-field-use-select-articles {
  	
  }
  .field-name-field-use-select-articles .field-item {
    display: inline-block;
    vertical-align: top;
    width: 228px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding-top: 10px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 17px;
  }
  .field-name-field-use-select-articles .field-item:nth-child(4n+4) {
    margin-right: 0;
  }
  .field-name-field-use-select-articles .post-photo {
  	  padding: 0px 11px;
  }
  .field-name-field-use-select-articles .post-photo a {
  	display: block;
  	border-radius: 3px;
  	overflow: hidden;
  }
  .field-name-field-use-select-articles .field-item .post-title {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    line-height: 21px;
    margin-top: 8px;
    margin-bottom: 16px;
    padding: 0px 20px;
    height: 42px;
    overflow: hidden;
  }
  .field-name-field-use-select-articles .field-item a.readmore {
    background-color: #feea00;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 9px 0px;
    position: relative;
  }
  .field-name-field-use-select-articles .field-item a.readmore:after {
    content: "";
    background: url(https://trotec.lndo.site/sites/all/themes/trotec/images/readmore-arrow.png) 0px 0px no-repeat;
    display: inline-block;
    width: 15px;
    height: 9px;
    margin-left: 7px;
  }
  .field-name-field-use-select-articles .field-item a.readmore:hover {
    background-color: #ead800;
  }
  .get-product a {
  	display: inline-block;
    background-color: #feea00;
    text-decoration: none;
    color: #303032;
    padding: 15px 51px;
    border-radius: 3px;
    margin-bottom: 42px;
  }
  .get-product a:hover {
  	background-color: #ead800;
  }
  .node-use .field-name-body {
    font-size: 15px;
    color: #000;
    line-height: 21px;
    margin-bottom: 40px;
  }
  .node-use .field-name-body .field-items {
    height: 163px;
    overflow: hidden;
    position: relative;
  }
  .node-use .field-name-body .field-items:after {
    content: "";
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
  }
  .node-use .field-name-body .read-link {
    text-align: center;
    padding-top: 12px;
  }
  .node-use .field-name-body .read-link div {
    text-transform: uppercase;
    color: #6b6b6d;
    border-bottom: 2px solid #fde900;
    display: inline-block;
    cursor: pointer;
  }
  .node-use .field-name-body .read-link div i {
    background: url(https://trotec.com.ua/sites/all/themes/trotec/images/down_arrow.png) center right no-repeat;
    display: inline-block;
    width: 7px;
    height: 19px;
    vertical-align: top;
    padding-left: 13px;
  }
  .node-use .field-name-body .read-link div i.reverse {
    transform: rotate(-180deg);
    padding-left: 0;
    margin-left: 13px;
  }
  .node-use .field-name-body.active .field-items {
    height: auto;
  }
  .node-use .field-name-body.active .field-items:after {
  	display: none;
  }
  
  
  #lid-popup-form{
      width: 526px;
      height: 369px;
      box-sizing: border-box;
      position: fixed;
      z-index: 30;
      bottom: 10px;
      right: 90px;
      /**/
  }
  #lid-popup-form > form{
      display: block;
      box-sizing: border-box;
      width: 526px;
      height: 333px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: linear-gradient(287.39deg, #575756 0.44%, #3C3C3C 81.74%);
      border-radius: 10px;
  }
  #lid-popup-form > form .form-item,
  #lid-popup-form > form .form-actions{
      padding: 0;
      margin: 0;
  }
  #lid-popup-form > div.bg1{   
      background-image: url(https://trotec.lndo.site/sites/all/themes/trotec/images/21.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      position: absolute;
      z-index: 10;
      top: 0;
      left: 21px;
      width: 206px;
      height: 345px;
  }
  #lid-popup-form > div.bg2{   
      background-image: url(https://trotec.lndo.site/sites/all/themes/trotec/images/Vector.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      position: absolute;
      z-index: 5;
      top: 244px;
      left: 150px;
      width: 50px;
      height: 212px;
  }
  #lid-popup-form > div.bg3{   
      background-image: url(https://trotec.lndo.site/sites/all/themes/trotec/images/Vector-1.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      position: absolute;
      z-index: 10;
      top: 166px;
      left: 478px;
      width: 200px;
      height: 55px;
  }
  #lid-popup-form > form .webform-component-markup{
      margin-left: 220px;
  }
  #lid-popup-form .webform-component-markup > div > div{
      margin-left: 22px;
      padding-top: 20px;
      margin-bottom: 9px;
      font-style: normal;
      font-weight: bold;
      font-size: 28px;
      line-height: 100%;
      display: flex;
      align-items: center;
      letter-spacing: -0.01em;
      color: #ffffff;
  }
  #lid-popup-form .webform-component-markup > div > p{
      background: #F7E91C;
      padding: 4px 0 5px 22px;
      font-size: 18px;
      line-height: 22px;
      color: #3C3C3C;
      margin-bottom: 12px;
  }
  #lid-popup-form > form fieldset{
      margin-left: 244px;
  }
  #lid-popup-form > form fieldset .field-first-name input,
  #lid-popup-form > form fieldset .field-telephone input,
  #lid-popup-form > form fieldset .field-problem textarea{
      width: 204px;
      height: 35px;
      opacity: 0.6;
      border: 1px solid #FFFFFF;
      box-sizing: border-box;
      border-radius: 5px;
      font-size: 10px;
      line-height: 12px;
      padding: 1.4px 0 1.4px 0;
      background: none;
      margin-bottom: 10px;
      color: #ffffff;
  }
  #lid-popup-form > form fieldset .field-problem textarea{
      width: 254px;
      margin-bottom: 15px;
      padding-top: 10px;
      padding-left: 10px;
  }
  #lid-popup-form > form fieldset .field-first-name input::placeholder,
  #lid-popup-form > form fieldset .field-telephone input::placeholder,
  #lid-popup-form > form fieldset .field-problem textarea::placeholder{
      color: #ffffff;
      font-size: 10px;
      line-height: 12px;
  }
  #lid-popup-form > form .form-actions{
      margin-left: 244px;
  }
  #lid-popup-form > form .form-submit{
      width: 180px;
      height: 34px;
      background: #F7E91C;
      border-radius: 1.65px;
      font-weight: 600;
      font-size: 12px;
      line-height: 17px;
      align-items: center;
      text-align: center;
      color: #515150;
      text-transform: none;
      padding: 2px 0;
  }
  #lid-popup-form .lid-form-title span{
      color: #ffffff;
      text-transform: uppercase;
      font-size: 18px;
      position: absolute;
      top: 45px;
      right: 15px;
      cursor: pointer;
  }
  .lid-popup-form-dialog{
      position: fixed;
      top: 90px;
      left: 0;
      width: 100%;
      z-index: 250;
  }
  .lid-popup-form-dialog > div{
      width: 320px;
      margin: 60px auto;
      background: #ffffff;
      border-radius: 4px;
  }
  .lid-popup-form-dialog .dialog-title{
      text-align-last: right;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 2px 10px 2px 0;
      color: #3C3C3C;
      background: #F7E91C;
      border-radius: 4px 4px 0 0;
  }
  .lid-popup-form-dialog .dialog-title span{
      cursor: pointer;
  }
  .lid-popup-form-dialog .dialog-body{
      padding: 2px 20px 10px 20px;
      text-align: center;
      font-size: 14px;
      border-left: 1px solid #d2d5d8;
      border-right: 1px solid #d2d5d8;
      border-bottom: 1px solid #d2d5d8;
  }
  
  
  .cookie-info-block{
      width: 300px;
      margin: 20px auto;
      border: 1px solid #d2d5d8;
      border-radius: 4px;
      padding: 10px 20px;
      position: fixed;
      bottom: 20px;
      right: 90px;
      background: #ffffff;
      z-index: 10;
  }
  .cookie-info-block::before,
  .cookie-info-block::after{
      content: '';
      display: block;
      clear: both;
      visibility: hidden;
      height: 0;
  }
  .cookie-info-block .cookie-info-content{
      margin-bottom: 15px;
  }
  .cookie-info-block .cookie-info-content > p{
      font-size: 16px;
  }
  .cookie-info-block .buttons-block{
      display: flex;
      justify-content: space-between;
  }
  .cookie-info-block .buttons-block > div:first-child{
      width: 45%;
      min-width: unset;
      font-size: 16px;
      color: #000;
      text-transform: uppercase;
      font-weight: 400;
      line-height: 20px;
      padding: 10px 20px 10px 20px;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      text-align: center;
      position: relative;
      background: none;
      box-shadow: none;
  }
  .cookie-info-block .buttons-block > div:last-child{
      width: 45%;
      min-width: unset;
      font-size: 16px;
      color: #5e5e5d;
      text-transform: uppercase;
      font-weight: 400;
      line-height: 20px;
      padding: 10px 20px 10px 20px;
      cursor: pointer;
      text-decoration: none;
      outline: none;
      text-align: center;
      position: relative;
      background: #f8e91c;
      border-radius: 4px;
      box-shadow: none;
  }
  .cookie-info-block .buttons-block > div::before{
      display: none;
  }@media only screen and (max-width: 980px) {
 .node-use .field-name-field-application-area-photo {
    width: 100%;
    display: block;
    text-align: center;
  }
  .node-use .field-collection-container {
      border-bottom: none;
    margin: 0;
    display: block;
    vertical-align: top;
    text-align: left;
    margin-top: 50px;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .field-name-field-use-select-articles {
    text-align: center;
  }
  .field-name-field-use-select-articles .field-item, .field-name-field-use-select-articles .field-item:nth-child(4n+4) {
  	  margin-right: 17px;
    margin-left: 17px;
    margin-bottom: 20px;
  } 
}@media only screen and (max-width: 340px) {
 #header .contacts {
  		font-size: 13px;
  	} 
}@media only screen and (max-width: 1000px) {
 .container .inner-flex {
  		flex-direction: column;
  		height: auto;
  		-ms-align-items: flex-start;
  		align-items: flex-start;
  		padding: 10px;
  	}
  	#header .site-logo {
  		width: auto;
  		left: inherit;
      text-align: right;
      right: 10px;
  
  		 
  	}
  	.left-head > div{
  		margin-bottom: 10px;
  	}
  
  	#header .contacts {
  		width: auto !important;
  	} 
}/*new fix*/
  
  .front-head {
  	display: none;
  }
  .front-head.fix {
  	display: block;
  	top: 0;
  }@media only screen and (max-width: 600px) {
 .container .inner-flex {
  		-ms-align-items: center;
  		align-items: center;
  		padding-top: 50px;
  	}
  	#header .inner-flex .site-logo {
  		top: 10px;
  		left: auto;
  		right: auto;
  
  	}
  	div#header {
  		min-height: 115px;
  	}
  	#header .left-head .catalog-menu {
  		display: block;
  	}
  	 .inner-flex  .search-box {
  		margin-left: 0;
  	}
  	#header .contacts span + span{
  		margin: 0;
  	} 
}.price {
      font-size: 44px;
      font-weight: 800;
  }
  .price.euro-price {
      font-size: 28px;
  }
  .price .currency {
      font-size: 18px;
      display: inline-block;
      vertical-align: baseline;
      margin-left: 3px;
  }
  .product-info p {
      padding-bottom: 18px;
  }
  .link-buy {
      margin-top: 10px;
  }
  .in-stock {
      color: #4CAF50;
      font-size: 18px;
      padding-top: 5px;
  }
  #buy-popup {
      box-sizing: border-box;
      width: 526px;
      background: #fff;
      border-radius: 10px;
      color: #5e5e5d;
      position: fixed;
      top: 50%;
      left: 50%;
      z-index: 555;
      box-shadow: 0px 10px 30px rgb(0 0 0 / 23%);
      transform: translate(-50%, -50%);
  }
  #buy-popup .buy-popup-head {
  
  }
  #buy-popup .buy-popup-head .close-popup {
      font-size: 18px;
      text-transform: uppercase;
      position: absolute;
      top: 10px;
      right: 13px;
      cursor: pointer;
  }
  #buy-popup .buy-popup-head .title {
      text-align: center;
      font-size: 32px;
      font-weight: 800;
      padding-top: 20px;
      margin-bottom: 10px;
  }
  #buy-popup .buy-popup-head .product-title {
      color: #3c3c3c;
      text-align: center;
      background-color: #F7E91C;
      font-size: 18px;
      padding: 7px 0px;
  }
  #buy-popup .popup-form {
      max-width: 300px;
      margin: auto;
      padding-bottom: 40px;
  }
  #buy-popup .popup-form .form-item {
  
  }
  #buy-popup .popup-form .form-item .form-text {
      border: 1px solid #ccc;
      background-color: transparent;
      font-size: 16px;
      border-radius: 5px;
      width: 100%;
  }
  #buy-popup .popup-form .form-item .form-text.error {
      border-color: #f76e1d;
  }
  #buy-popup .popup-form .form-send a {
      background: #F7E91C;
      border-radius: 1.65px;
      text-transform: none;
      text-decoration: none;
      padding: 10px 30px;
      line-height: 1.4;
      font-size: 21px;
      display: block;
      text-align: center;
  }
  #buy-popup .popup-form .result-head {
      font-size: 21px;
      text-align: center;
      padding: 14px 0px;
  }
  .loader {
      display: none;
      background-color: rgb(0 0 0 / 41%);
      background-image: url(https://trotec.lndo.site/sites/all/themes/trotec/images/Spinner-1s-200px.svg);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9999;
      background-position: center;
      background-repeat: no-repeat;
  }
/*})'"*/

/* Above code came from sites/all/themes/trotec/css/global.css */

.front #block-system-main .product-box, .page-catalog #block-system-main .product-box {
      display: block;
    width: auto;
    margin: 0 !important;
    box-shadow: none;
    overflow: inherit;
    border-radius: 0;
  }
  .trotec-smart-menu {
    display: none;
  }@media only screen and (max-width: 660px) {
 .front #block-system-main .view-category-product .views-row {
      margin-right: 0;
    }
    p iframe {
      width: auto;
    }
    .field-name-field-category-articles .field-item.odd {
      margin: 0;
      margin-bottom: 20px;
    } 
}@media only screen and (max-width: 980px) {
 .trotec-menu #block-menu-menu-catalogue-menu {
      display: none;
    }
    .trotec-menu {
      position: relative;
    }
    .trotec-menu.open #block-menu-menu-catalogue-menu {
    display: block;
    position: absolute;
    top: 55px;
    background-color: #303030;
    left: 0;
    width: 100%;
    z-index: 500;
    }
    .trotec-menu .menu > li {
      float: none;
  padding-bottom: 0;
    }
    .trotec-menu .menu > li:before {
      display: none;
    }
    .trotec-menu .menu li a {
      display: block;
      padding: 10px 7px 10px 7px;
    }
    .trotec-menu .menu li ul {
        position: relative;
    top: inherit;
    display: block;
    background-color: transparent;
    color: #fff;
    border-top: 0;
    box-shadow: none;
    }
    .trotec-menu .menu li ul li {
    float: none;
    display: block;
    padding-bottom: 0;
  }
    .trotec-menu .menu li ul li a {
    color: #ffffff;
    white-space: normal;
    display: block;
    padding: 4px 18px;
  }
  .trotec-menu .menu li:nth-child(4) ul li ul, .trotec-menu .menu li ul li ul {
      left: inherit;
    right: inherit;
    box-shadow: none;
    display: block;
    z-index: auto;
    
  }
  .trotec-menu .menu li ul li ul li a {
    padding-left: 26px;
    font-size: 13px;
  }
  .trotec-menu .menu li ul li ul li ul a {
  padding-left: 33px;
  }
    .trotec-smart-menu {
        position: relative;
    top: 17px;
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    cursor: pointer;
    }
      .trotec-smart-menu span {
         width: 34px;
    height: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
      }
      .trotec-smart-menu span:before {
         content: "";
    width: 34px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 7px;
      }
    #block-system-main .product-box, #block-system-main .product-box.pr-1, #block-system-main .product-box.pr-4, #block-system-main .product-box.pr-7 {
      margin: 0px 10px;
      margin-bottom: 30px;
    }
    .taxonomy-products #block-system-main {
      text-align: center;
    }
    .taxonomy-products #block-system-main .vocabulary-catalog {
      text-align: left;
    }
    .field-name-field-category-articles {
      text-align: center;
    }
    .field-name-field-category-articles .field-item, .field-name-field-category-articles .field-item.odd {
      margin-bottom: 20px;
    }
    #footer {
      height: auto;
    }
    .footer-top {
      height: auto;
      text-align: center;
        padding: 12px 0px;
    }
    .footer-top ul.menu {
      text-align: center;
    }
    .footer-top ul.menu li a, .footer-top ul.menu li.first a, .footer-top ul.menu li.last a {
          padding: 4px 0px;
    }
    .footer-top ul.menu li {
      display: block;
    }
    .f-social a {
      display: block;
    }
    .f-social a {
    padding: 12px 0px;
  }
    .footer-logotype {
        float: none;
    text-align: center;
    margin-right: 0;
    padding-bottom: 25px;
    }
    .f-phone, .f-mail, .f-social {
    float: none;
    padding: 7px 0px;
    text-align: center;
  }
  .not-front .push {
    height: inherit;
  }
  .not-front #wrap {
    margin-bottom: 0;
  }
  .f-social {
    padding-bottom: 25px;
  }
    .video-boxes .video-box iframe {
      display: inline-block;
      float: none;
      vertical-align: top;
      margin-left: 6px;
      margin-right: 6px;
    }
    .video-boxes .video-box {
      text-align: center;
    }
    .video-link {
      float: none;
      text-align: center;
    }
    .product-tabs .tabs {
      display: none;
    }
    .tabs-content.main {
      display: none;
    }
    .container {
      width: 100%;
    }
    #front-head {
      background: #8f9092;
      height: inherit;
      padding-bottom: 50px;
      text-align: center;
    }
    .front-head-text {
      padding-top: 90px;
    }
    .front-head-text ul li {
      display: inline-block;
    }
    .front-head-text ul li:first-child:before {
      display: none;
    }
    .view-advantages .views-row {
      float: none;
      margin-left: auto;
      margin-right: auto;
    }
    .view-advantages .views-row.views-row-last {
      margin-right: auto;
    }
    .sales-points .sales-text {
      float: none;
      width: 100%;
      text-align: center;
    }
    .sales-points .sales-map {
      float: none;
      text-align: center;
      margin-top: 40px;
    }
    .view-front-news .views-row, .view-front-news .views-row.views-row-first {
      float: left;
      width: 100%;
      margin-left: auto;
      margin-bottom: 44px;
    }
    .view-front-news .views-row .views-field-field-news-photo {
      float: none;
      width: 100%;
      text-align: center;
    }
    .view-front-news .views-row .views-field-title {
      padding-top: 20px;
    }
    #content-area .product-line .product-photo {
      width: 100%;
      height: auto;
      float: none;
    }
    #content-area .product-line .product-photo .product-photo-align {
        display: block;
      height: auto;
      width: 100%;
    }
    #content-area .product-line .product-info {
      float: none;
      margin-left: auto;
      margin-right: auto;
      padding-top: 20px;
      width: 100%;
    }
    .page-taxonomy #content-area .product-line {
      padding-bottom: 20px;
    }
    .main-content {
      float: none;
      width: 100%;
    } 
}@media only screen and (max-width: 920px) {
 .contacts-page-info, .contacts-page-form {
          float: none;
          width: 100%;
          padding-left: 0;
      }
      .footer-right, .footer-center {
        display: none;
      }
      .footer-left {
        width: 100%;
        text-align: center;
        float: none;
      }
      .product-top .product-photo {
        width: 100%;
        float: none;
        margin-bottom: 30px;
          height: auto;
      }
      .node-product .product-info {
          width: 100%;
    float: none;
      }
      .product-top .product-photo .main-photo, .product-top .product-photo .main-photo .product-photo-align {
          height: auto;
    width: 100%;
    text-align: center;
    display: block;
      }
      #footer .la-contacts .la-youtube{
        position: static;
        display: inline-block;
        margin: 2px 10px 0 0;
      }
      #footer .la-contacts .la-facebook{
        position: static;
        display: inline-block;
        margin: 2px 10px 0 0;
      } 
}@media only screen and (max-width: 850px) {
 #header {
          min-height: 100px;
          text-align: center;
      }
      #header .site-logo {
          left: inherit;
          text-align: right;
          right: 10px;
      }
      #header .contacts {
  		width:100%;
  /*        display: none;*/
      }
  	.front-head-text {
  		padding-top: 110px;
  	}
  	.search-box {
  		margin-right:0;
  		margin-left:15px;
  	}
      #header.absolute-head .site-logo {
          display: none;
      }
      .view-blog .views-row .views-field-field-blog-photo, .view-news-page .views-row .views-field-field-news-photo {
          float: none;
          margin-right: 0;
          text-align: center;
          margin-bottom: 25px;
      }
      .view-blog .views-row .views-field-body .views-more-link, .view-news-page .views-row .views-field-body .views-more-link {
            position: relative;
    bottom: 0;
    float: right;
    margin-top: 20px;
      } 
}@media only screen and (max-width: 805px) {
 .tabs-content.video {
      display: none;
    } 
}@media only screen and (max-width: 765px) {
 .side-bar {
      width: 100%;
      float: none;
      margin-right: 0;
      background-color: #f5f5f5;
      padding: 0px 15px;
    } 
}@media only screen and (max-width: 730px) {
 .video-boxes .video-box iframe {
      margin-bottom: 8px;
    }
      .row-title {
          font-size: 30px;
          padding: 40px 0px;
        }
        #content-area h1 {
          font-size: 38px;
            line-height: 40px;
          margin-top: 30px;
          margin-bottom: 30px;
        }
        .table-box .table-box-line {
        padding: 8px 0px 8px 10px;
      } 
}@media only screen and (max-width: 540px) {
 .view-blog-front .views-row, .view-blog-front .views-row.views-row-last {
          margin-right: auto;
          margin-left: auto;
          float: none;
          margin-bottom: 25px;
      }
      .accessories-line .accessories-line-photo {
          float: none;
          display: block;
          width: 100%;
      }
      .accessories-line .accessories-line-content {
        padding-left: 0;
      } 
}@media only screen and (max-width: 510px) {
 #header .catalog-menu {
          display: none;
      }
      .contacts-page-info p span {
            display: block;
          float: none;
          width: 100%;
          margin-top: 4px;
      }
      .sale-point .point-logo {
          float: none;
    width: 100%;
    margin-right: 0;
      }
      .sale-point .point-logo a {
          display: block;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
      }
      .sale-point .point-info {
        float: none;
        width: 100%;
      } 
}@media only screen and (max-width: 415px) {
 #content-area h1, .page-catalog #content-area h1 {
    font-size: 20px;
    line-height: 23px;
  }
      .standart-link a, .form-submit {
          width: 320px;
          height: 41px;
          background-size: 100%;
          font-size: 18px;
          line-height: 42px;
      }
      .standart-link a:hover, .form-submit:hover {
          background-position: 0px -41px;
      }
      .standart-link a:active, .form-submit:active {
          background-position: 0px -82px;
      }
      .row-title {
      font-size: 20px;
      padding: 28px 0px;
    }
    .view-category-product .views-row {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 28px;
  }
  .view-category-product .views-row .views-field-field-photo li {
    display: block;
    width: 100%;
    height: auto;
  }
  .about-links div {
    display: block;
    margin: 0;
    margin-bottom: 10px;
  }
  .dealer-form, .dealer-form .form-text {
      width: 100%;
  }
  .dealer-contact {
      width: 100%;
    margin-left: 0;
    padding: 5px;
    height: auto;
  }
  .thank {
      width: 100%;
    left: 0;
    margin-left: 0;
  }
  .thank h1 {
    font-size: 32px;
    line-height: 60px;
    text-transform: uppercase;
  }
  .thank p {
    font-size: 18px;
  } 
}@media only screen and (max-width: 530px) {
 #buy-popup {
          width: 94%;
      } 
}
/*})'"*/

/* Above code came from sites/all/themes/trotec/css/responsive.css */

