/*!
 * Datepicker for Bootstrap v1.5.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}

.jsondiffpatch-delta {
  font-family: 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Courier, monospace;
  font-size: 12px;
  margin: 0;
  padding: 0 0 0 12px;
  display: inline-block;
}
.jsondiffpatch-delta pre {
  font-family: 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Courier, monospace;
  font-size: 12px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul.jsondiffpatch-delta {
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.jsondiffpatch-delta ul {
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.jsondiffpatch-added .jsondiffpatch-property-name,
.jsondiffpatch-added .jsondiffpatch-value pre,
.jsondiffpatch-modified .jsondiffpatch-right-value pre,
.jsondiffpatch-textdiff-added {
  background: #bbffbb;
}
.jsondiffpatch-deleted .jsondiffpatch-property-name,
.jsondiffpatch-deleted pre,
.jsondiffpatch-modified .jsondiffpatch-left-value pre,
.jsondiffpatch-textdiff-deleted {
  background: #ffbbbb;
  text-decoration: line-through;
}
.jsondiffpatch-unchanged,
.jsondiffpatch-movedestination {
  color: gray;
}
.jsondiffpatch-unchanged,
.jsondiffpatch-movedestination > .jsondiffpatch-value {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  overflow-y: hidden;
}
.jsondiffpatch-unchanged-showing .jsondiffpatch-unchanged,
.jsondiffpatch-unchanged-showing .jsondiffpatch-movedestination > .jsondiffpatch-value {
  max-height: 100px;
}
.jsondiffpatch-unchanged-hidden .jsondiffpatch-unchanged,
.jsondiffpatch-unchanged-hidden .jsondiffpatch-movedestination > .jsondiffpatch-value {
  max-height: 0;
}
.jsondiffpatch-unchanged-hiding .jsondiffpatch-movedestination > .jsondiffpatch-value,
.jsondiffpatch-unchanged-hidden .jsondiffpatch-movedestination > .jsondiffpatch-value {
  display: block;
}
.jsondiffpatch-unchanged-visible .jsondiffpatch-unchanged,
.jsondiffpatch-unchanged-visible .jsondiffpatch-movedestination > .jsondiffpatch-value {
  max-height: 100px;
}
.jsondiffpatch-unchanged-hiding .jsondiffpatch-unchanged,
.jsondiffpatch-unchanged-hiding .jsondiffpatch-movedestination > .jsondiffpatch-value {
  max-height: 0;
}
.jsondiffpatch-unchanged-showing .jsondiffpatch-arrow,
.jsondiffpatch-unchanged-hiding .jsondiffpatch-arrow {
  display: none;
}
.jsondiffpatch-value {
  display: inline-block;
}
.jsondiffpatch-property-name {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}
.jsondiffpatch-property-name:after {
  content: ': ';
}
.jsondiffpatch-child-node-type-array > .jsondiffpatch-property-name:after {
  content: ': [';
}
.jsondiffpatch-child-node-type-array:after {
  content: '],';
}
div.jsondiffpatch-child-node-type-array:before {
  content: '[';
}
div.jsondiffpatch-child-node-type-array:after {
  content: ']';
}
.jsondiffpatch-child-node-type-object > .jsondiffpatch-property-name:after {
  content: ': {';
}
.jsondiffpatch-child-node-type-object:after {
  content: '},';
}
div.jsondiffpatch-child-node-type-object:before {
  content: '{';
}
div.jsondiffpatch-child-node-type-object:after {
  content: '}';
}
.jsondiffpatch-value pre:after {
  content: ',';
}
li:last-child > .jsondiffpatch-value pre:after,
.jsondiffpatch-modified > .jsondiffpatch-left-value pre:after {
  content: '';
}
.jsondiffpatch-modified .jsondiffpatch-value {
  display: inline-block;
}
.jsondiffpatch-modified .jsondiffpatch-right-value {
  margin-left: 5px;
}
.jsondiffpatch-moved .jsondiffpatch-value {
  display: none;
}
.jsondiffpatch-moved .jsondiffpatch-moved-destination {
  display: inline-block;
  background: #ffffbb;
  color: #888;
}
.jsondiffpatch-moved .jsondiffpatch-moved-destination:before {
  content: ' => ';
}
ul.jsondiffpatch-textdiff {
  padding: 0;
}
.jsondiffpatch-textdiff-location {
  color: #bbb;
  display: inline-block;
  min-width: 60px;
}
.jsondiffpatch-textdiff-line {
  display: inline-block;
}
.jsondiffpatch-textdiff-line-number:after {
  content: ',';
}
.jsondiffpatch-error {
  background: red;
  color: white;
  font-weight: bold;
}

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

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

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

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

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

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

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

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

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

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

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

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

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

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

.likely,.likely__widget{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0;text-indent:0!important;list-style:none!important;font-weight:400;font-family:Helvetica Neue,Arial,sans-serif}.likely{display:inline-block}.likely__widget{margin:0;font-size:inherit}.likely{opacity:0;font-size:0!important}.likely_visible{opacity:1;transition:opacity .1s ease-in}.likely>*{display:inline-block;visibility:hidden}.likely_visible>*{visibility:inherit}.likely__widget{position:relative;white-space:nowrap}.likely__button,.likely__widget{display:inline-block}.likely__button,.likely__counter{text-decoration:none;text-rendering:optimizeLegibility;margin:0;outline:0}.likely__button{position:relative;user-select:none}.likely__counter{display:none;position:relative;font-weight:400}.likely_ready .likely__counter{display:inline-block}.likely_ready .likely__counter_empty{display:none}.likely__button,.likely__counter,.likely__icon,.likely__widget{vertical-align:top}.likely__widget{transition:background .33s ease-out,color .33s ease-out,fill .33s ease-out}.likely__widget:active,.likely__widget:focus,.likely__widget:hover{transition:none;cursor:pointer}@media (hover:none){.likely__widget:active,.likely__widget:focus,.likely__widget:hover{transition:background .33s ease-out,color .33s ease-out,fill .33s ease-out;cursor:unset}}.likely__icon{position:relative;text-align:left;display:inline-block}.likely svg{position:absolute;left:3px;top:3px;width:16px;height:16px}.likely__button,.likely__counter{line-height:inherit;cursor:inherit}.likely__button:empty{display:none}.likely__counter{text-align:center}.likely .likely__widget{color:#000;background:rgba(231,231,231,.8)}.likely .likely__counter{background-size:1px 1px;background-repeat:repeat-y;background-image:linear-gradient(to right,rgba(0,0,0,.2) 0,rgba(0,0,0,0) .5px,rgba(0,0,0,0) 100%)}.likely-light .likely__widget{color:#fff;fill:#fff;background:rgba(236,236,236,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}.likely-light .likely__counter{background-image:linear-gradient(to right,rgba(255,255,255,.4) 0,rgba(255,255,255,0) .5px,rgba(255,255,255,0) 100%)}.likely__widget_facebook{fill:#425497}.likely__widget_facebook:active,.likely__widget_facebook:focus,.likely__widget_facebook:hover{background:rgba(207,212,229,.8)}@media (hover:none){.likely__widget_facebook:active,.likely__widget_facebook:focus,.likely__widget_facebook:hover{background:rgba(231,231,231,.8)}}.likely-light .likely__widget_facebook:active,.likely-light .likely__widget_facebook:focus,.likely-light .likely__widget_facebook:hover{text-shadow:#425497 0 0 .25em;background:rgba(66,84,151,.7)}@media (hover:none){.likely-light .likely__widget_facebook:active,.likely-light .likely__widget_facebook:focus,.likely-light .likely__widget_facebook:hover{text-shadow:rgba(0,0,0,.2) 0 0 .33em;background:rgba(236,236,236,.16)}}.likely__widget_twitter{fill:#00b7ec}.likely__widget_twitter:active,.likely__widget_twitter:focus,.likely__widget_twitter:hover{background:rgba(191,237,250,.8)}@media (hover:none){.likely__widget_twitter:active,.likely__widget_twitter:focus,.likely__widget_twitter:hover{background:rgba(231,231,231,.8)}}.likely-light .likely__widget_twitter:active,.likely-light .likely__widget_twitter:focus,.likely-light .likely__widget_twitter:hover{text-shadow:#00b7ec 0 0 .25em;background:rgba(0,183,236,.7)}@media (hover:none){.likely-light .likely__widget_twitter:active,.likely-light .likely__widget_twitter:focus,.likely-light .likely__widget_twitter:hover{text-shadow:rgba(0,0,0,.2) 0 0 .33em;background:rgba(236,236,236,.16)}}.likely__widget_gplus{fill:#dd4241}.likely__widget_gplus:active,.likely__widget_gplus:focus,.likely__widget_gplus:hover{background:rgba(246,207,207,.8)}@media (hover:none){.likely__widget_gplus:active,.likely__widget_gplus:focus,.likely__widget_gplus:hover{background:rgba(231,231,231,.8)}}.likely-light .likely__widget_gplus:active,.likely-light .likely__widget_gplus:focus,.likely-light .likely__widget_gplus:hover{text-shadow:#dd4241 0 0 .25em;background:rgba(221,66,65,.7)}@media (hover:none){.likely-light .likely__widget_gplus:active,.likely-light .likely__widget_gplus:focus,.likely-light .likely__widget_gplus:hover{text-shadow:rgba(0,0,0,.2) 0 0 .33em;background:rgba(236,236,236,.16)}}.likely__widget_vkontakte{fill:#526e8f}.likely__widget_vkontakte:active,.likely__widget_vkontakte:focus,.likely__widget_vkontakte:hover{background:rgba(211,218,227,.8)}@media (hover:none){.likely__widget_vkontakte:active,.likely__widget_vkontakte:focus,.likely__widget_vkontakte:hover{background:rgba(231,231,231,.8)}}.likely-light .likely__widget_vkontakte:active,.likely-light .likely__widget_vkontakte:focus,.likely-light .likely__widget_vkontakte:hover{text-shadow:#526e8f 0 0 .25em;background:rgba(82,110,143,.7)}@media (hover:none){.likely-light .likely__widget_vkontakte:active,.likely-light .likely__widget_vkontakte:focus,.likely-light .likely__widget_vkontakte:hover{text-shadow:rgba(0,0,0,.2) 0 0 .33em;background:rgba(236,236,236,.16)}}.likely__widget_pinterest{fill:#cc002b}.likely__widget_pinterest:active,.likely__widget_pinterest:focus,.likely__widget_pinterest:hover{background:rgba(242,191,202,.8)}@media (hover:none){.likely__widget_pinterest:active,.likely__widget_pinterest:focus,.likely__widget_pinterest:hover{background:rgba(231,231,231,.8)}}.likely-light .likely__widget_pinterest:active,.likely-light .likely__widget_pinterest:focus,.likely-light .likely__widget_pinterest:hover{text-shadow:#cc002b 0 0 .25em;background:rgba(204,0,43,.7)}@media (hover:none){.likely-light .likely__widget_pinterest:active,.likely-light .likely__widget_pinterest:focus,.likely-light .likely__widget_pinterest:hover{text-shadow:rgba(0,0,0,.2) 0 0 .33em;background:rgba(236,236,236,.16)}}.likely__widget_odnoklassniki{fill:#f6903b}.likely__widget_odnoklassniki:active,.likely__widget_odnoklassniki:focus,.likely__widget_odnoklassniki:hover{background:rgba(252,227,206,.8)}@media (hover:none){.likely__widget_odnoklassniki:active,.likely__widget_odnoklassniki:focus,.likely__widget_odnoklassniki:hover{background:rgba(231,231,231,.8)}}.likely-light .likely__widget_odnoklassniki:active,.likely-light .likely__widget_odnoklassniki:focus,.likely-light .likely__widget_odnoklassniki:hover{text-shadow:#f6903b 0 0 .25em;background:rgba(246,144,59,.7)}@media (hover:none){.likely-light .likely__widget_odnoklassniki:active,.likely-light .likely__widget_odnoklassniki:focus,.likely-light .likely__widget_odnoklassniki:hover{text-shadow:rgba(0,0,0,.2) 0 0 .33em;background:rgba(236,236,236,.16)}}.likely__widget_telegram{fill:#34abde}.likely__widget_telegram:active,.likely__widget_telegram:focus,.likely__widget_telegram:hover{background:rgba(204,234,246,.8)}@media (hover:none){.likely__widget_telegram:active,.likely__widget_telegram:focus,.likely__widget_telegram:hover{background:rgba(231,231,231,.8)}}.likely-light .likely__widget_telegram:active,.likely-light .likely__widget_telegram:focus,.likely-light .likely__widget_telegram:hover{text-shadow:#34abde 0 0 .25em;background:rgba(52,171,222,.7)}@media (hover:none){.likely-light .likely__widget_telegram:active,.likely-light .likely__widget_telegram:focus,.likely-light .likely__widget_telegram:hover{text-shadow:rgba(0,0,0,.2) 0 0 .33em;background:rgba(236,236,236,.16)}}.likely__widget_linkedin{fill:#0077b5}.likely__widget_linkedin:active,.likely__widget_linkedin:focus,.likely__widget_linkedin:hover{background:rgba(191,221,236,.8)}@media (hover:none){.likely__widget_linkedin:active,.likely__widget_linkedin:focus,.likely__widget_linkedin:hover{background:rgba(231,231,231,.8)}}.likely-light .likely__widget_linkedin:active,.likely-light .likely__widget_linkedin:focus,.likely-light .likely__widget_linkedin:hover{text-shadow:#0077b5 0 0 .25em;background:rgba(0,119,181,.7)}@media (hover:none){.likely-light .likely__widget_linkedin:active,.likely-light .likely__widget_linkedin:focus,.likely-light .likely__widget_linkedin:hover{text-shadow:rgba(0,0,0,.2) 0 0 .33em;background:rgba(236,236,236,.16)}}.likely{margin:0 -5px -10px}.likely .likely__widget{line-height:20px;font-size:14px;border-radius:3px;height:22px;margin:0 5px 10px}.likely .likely__icon{width:22px;height:22px}.likely .likely__button{padding:1px 4px 1px 0}.likely .likely__counter{padding:1px 4px}.likely-big{margin:0 -6px -12px}.likely-big .likely__widget{line-height:28px;font-size:18px;border-radius:4px;height:32px;margin:0 6px 12px}.likely-big .likely__icon{width:32px;height:32px}.likely-big .likely__button{padding:2px 6px 2px 0}.likely-big .likely__counter{padding:2px 6px}.likely-big svg{left:4px;top:4px;width:24px;height:24px}.likely-small{margin:0 -4px -8px}.likely-small .likely__widget{line-height:14px;font-size:12px;border-radius:2px;height:18px;margin:0 4px 8px}.likely-small .likely__icon{width:18px;height:18px}.likely-small .likely__button{padding:2px 3px 2px 0}.likely-small .likely__counter{padding:2px 3px}.likely-small svg{left:3px;top:3px;width:12px;height:12px}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("/assets/fonts/OpenSansBold.eot");
  src: url("/assets/fonts/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/OpenSansBold.woff") format("woff"), url("/assets/fonts/OpenSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "OpenSans-Light";
  src: url("/assets/fonts/OpenSansLight.eot");
  src: url("/assets/fonts/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/OpenSansLight.woff") format("woff"), url("/assets/fonts/OpenSansLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("/assets/fonts/OpenSansRegular.eot");
  src: url("/assets/fonts/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/OpenSansRegular.woff") format("woff"), url("/assets/fonts/OpenSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "OpenSans-Semibold";
  src: url("/assets/fonts/OpenSansSemiBold.eot");
  src: url("/assets/fonts/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/OpenSansSemiBold.woff") format("woff"), url("/assets/fonts/OpenSansSemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/materialiconsoutlined/v56/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2") format("woff2");
}

.link_element {
  line-height: 40px;
  display: inline-block;
  color: #23A6DA;
  font-size: 14px;
  font-family: "OpenSans-Semibold", sans-serif;
  font-weight: 600;
  text-decoration: none;
  padding: 0 30px;
  border-radius: 40px;
}

.link_element.link_grey {
  background: #f9f9f9;
}

.link_element.link_white {
  background: #fff;
}

@media screen and (max-width: 959px) {
  .link_element {
    padding: 0 20px;
  }
}

.link_more {
  text-decoration: none;
  line-height: 16px;
  font-size: 14px;
  display: inline-block;
  padding-right: 25px;
  background: url("/assets/img/icons/lin_more.png") no-repeat center right;
}

.bg_grey {
  background: #f9f9f9;
}

.bg_green {
  background: rgba(143, 215, 133, 0.15);
}

.bg_blue {
  background: rgba(109, 199, 235, 0.15);
}

.bg_white {
  background: #fff;
}

h3 {
  color: #454545;
  line-height: 1.3em;
  font-weight: 300;
  font-family: "OpenSans-Light", sans-serif;
  text-align: center;
  font-size: 36px;
}

@media screen and (max-width: 1199px) {
  h3 {
    font-size: 24px;
  }
}

h3.title {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 25px;
}

@media screen and (max-width: 959px) {
  h3.title {
    margin-bottom: 30px;
  }
}

h3.title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  height: 2px;
  width: 80px;
  background: #599a4f;
}

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

body {
  color: black;
  font: 16px/1.3em "OpenSans-Regular", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

body.fixed {
  overflow: hidden;
}

body.fixed.client-ios {
  position: fixed;
  height: 100%;
  width: 100%;
}

section {
  position: relative;
  display: block;
  width: 100%;
}

a {
  border: none;
  outline: none;
  color: #23A6DA;
  font: 16px/1.3em "OpenSans-Regular", "Arial", sans-serif;
}

p {
  color: #454545;
}

img {
  border: none;
  outline: none;
  vertical-align: middle;
}

ul li {
  list-style: none;
}

hr {
  border: 0;
  display: block;
  border-top: 1px solid #454545;
  background-size: cover;
  height: 2px;
  margin: 40px 0;
}

label {
  border-radius: 0;
}

button, input, select, textarea {
  font: 16px/1.3em "OpenSans-Regular", "Arial", sans-serif;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #454545;
  outline-color: #23A6DA;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: none;
}

textarea {
  border: 1px solid #454545;
  outline: none;
  resize: none;
  outline-color: #23A6DA;
}

textarea::-webkit-input-placeholder {
  font: 16px/1.3em "OpenSans-Regular", "Arial", sans-serif;
}

textarea::-moz-placeholder {
  font: 16px/1.3em "OpenSans-Regular", "Arial", sans-serif;
}

textarea:-ms-input-placeholder {
  font: 16px/1.3em "OpenSans-Regular", "Arial", sans-serif;
}

textarea::placeholder {
  font: 16px/1.3em "OpenSans-Regular", "Arial", sans-serif;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline-color: #23A6DA;
  color: #454545;
  font: 16px/1.3em "OpenSans-Regular", "Arial", sans-serif;
}

input::-webkit-input-placeholder {
  font: 16px/1.3em "OpenSans-Regular", "Arial", sans-serif;
}

input::-moz-placeholder {
  font: 16px/1.3em "OpenSans-Regular", "Arial", sans-serif;
}

input:-ms-input-placeholder {
  font: 16px/1.3em "OpenSans-Regular", "Arial", sans-serif;
}

input::placeholder {
  font: 16px/1.3em "OpenSans-Regular", "Arial", sans-serif;
}

.checkbox input[type="checkbox"]:not(:checked), .checkbox input[type="checkbox"]:checked {
  left: -9999px;
  position: absolute;
}

.checkbox input[type="checkbox"]:not(:checked) + label, .checkbox input[type="checkbox"]:checked + label {
  cursor: pointer;
  position: relative;
  padding-left: 36px;
}

.checkbox input[type="checkbox"]:not(:checked) + label:before, .checkbox input[type="checkbox"]:checked + label:before {
  background: #eee;
  content: '';
  border: 1px solid #383838;
  left: 0;
  top: 2px;
  position: absolute;
  width: 17px;
  height: 17px;
}

.checkbox input[type="checkbox"]:not(:checked) + label:after, .checkbox input[type="checkbox"]:checked + label:after {
  border: 2px solid #000;
  border-left-color: transparent;
  border-top-color: transparent;
  content: '';
  color: #000;
  position: absolute;
  top: 2px;
  left: 7px;
  font-size: 18px;
  transition: all .2s;
  height: 10px;
  width: 3px;
}

.checkbox input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: rotate(-90deg) scale(0);
      -ms-transform: rotate(-90deg) scale(0);
          transform: rotate(-90deg) scale(0);
}

.checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: rotate(40deg) scale(1);
      -ms-transform: rotate(40deg) scale(1);
          transform: rotate(40deg) scale(1);
}

.checkbox input[type="checkbox"]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.checkbox input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.checkbox input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.checkbox input[type="checkbox"]:disabled + label {
  color: #aaa;
}

.checkbox input[type="checkbox"]:checked:focus + label:before, .checkbox input[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #777;
}

.radio input[type="radio"]:not(:checked), .radio input[type="radio"]:checked {
  left: -9999px;
  position: absolute;
}

.radio input[type="radio"]:not(:checked) + label, .radio input[type="radio"]:checked + label {
  cursor: pointer;
  position: relative;
  padding-left: 39px;
}

.radio input[type="radio"]:not(:checked) + label:before, .radio input[type="radio"]:checked + label:before {
  border-radius: 50%;
  border: 2px solid #000;
  content: '';
  left: 0;
  top: 2px;
  position: absolute;
  width: 18px;
  height: 18px;
}

.radio input[type="radio"]:not(:checked) + label:after, .radio input[type="radio"]:checked + label:after {
  content: '';
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 12px;
  height: 12px;
  transition: all .2s;
}

.radio input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.radio input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.radio input[type="radio"]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.radio input[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.radio input[type="radio"]:disabled:checked + label:after {
  color: #999;
}

.radio input[type="radio"]:disabled + label {
  color: #aaa;
}

.input-file {
  cursor: pointer;
  position: relative;
}

.input-file label {
  cursor: pointer;
  display: block;
  transition: all .4s;
}

.input-file input {
  cursor: pointer;
  display: inline-block;
  left: 0;
  opacity: 0.01;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.container {
  margin: 0 auto;
  width: 1090px;
}

@media screen and (max-width: 1199px) {
  .container {
    width: 900px;
  }
}

@media screen and (max-width: 959px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inline-layout {
  font-size: 0;
  letter-spacing: 0;
}

.inline-layout > * {
  display: inline-block;
  vertical-align: top;
  font: 16px/1.3em "OpenSans-Regular", "Arial", sans-serif;
}

.inline-layout.col-1 > * {
  width: 100%;
}

.inline-layout.col-2 > * {
  width: 50%;
}

.inline-layout.col-3 > * {
  width: 33.33333%;
}

.inline-layout.col-4 > * {
  width: 25%;
}

.inline-layout.col-5 > * {
  width: 20%;
}

.inline-layout.col-6 > * {
  width: 16.66667%;
}

.inline-layout.col-7 > * {
  width: 14.28571%;
}

.inline-layout.col-8 > * {
  width: 12.5%;
}

.inline-layout.col-9 > * {
  width: 11.11111%;
}

.inline-layout.col-10 > * {
  width: 10%;
}

.image-holder {
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.image-holder img {
  vertical-align: middle;
  width: 100%;
}

.image-holder .fake-img {
  opacity: 0;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.image-holder .img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.form-group {
  position: relative;
}

.form-group.error .error-label {
  opacity: 1;
  transition: opacity .3s;
}

.form-group.error .input-line {
  background: #f41f52;
  width: 100%;
}

.form-group .input-holder:after {
  background: #f41f52;
}

.form-group .error-label {
  color: #ff5656;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: -21px;
  transition: opacity .3s;
}

.table-holder {
  max-width: 100%;
  overflow: auto;
}

.flex-vertical {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-center,
.text-center {
  text-align: center;
}

.align-right,
.text-right {
  text-align: right;
}

.align-left,
.text-left {
  text-align: left;
}

.nowrap {
  white-space: nowrap;
}

button, .btn, input[type="button"] {
  border: none;
  background: none;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

button.focus, button:focus, button:hover, .btn.focus, .btn:focus, .btn:hover, input[type="button"].focus, input[type="button"]:focus, input[type="button"]:hover {
  text-decoration: none;
}

button:active, button:focus, .btn:active, .btn:focus, input[type="button"]:active, input[type="button"]:focus {
  outline: none;
}

.clearfix:before, .clearfix:after {
  content: '';
  height: 0;
  display: table;
  clear: both;
}

footer {
  padding: 50px 0;
}

@media screen and (max-width: 959px) {
  footer {
    padding: 30px 0 0;
  }
}

@media screen and (max-width: 959px) {
  footer .item {
    width: 50% !important;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  footer .item {
    width: 100% !important;
  }
}

footer h4 {
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 1em;
  color: #353535;
  font-family: "OpenSans-Semibold", sans-serif;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  footer h4 {
    font-size: 16px;
  }
}

footer h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 25px;
  background: #599a4f;
  width: 60px;
  height: 2px;
}

footer .list_link li {
  margin-bottom: 10px;
  line-height: 1em;
}

footer .list_link li:last-child {
  margin-bottom: 0;
}

footer .list_link li.active a {
  color: #23A6DA;
}

footer .list_link li a {
  font-size: 12px;
  color: #454545;
  line-height: 1em;
  text-decoration: none;
  transition: all 0.35s;
}

footer .list_link li a:hover {
  transition: all 0.35s;
  color: #23A6DA;
}

footer .block_contact {
  margin-bottom: 25px;
  font-size: 12px;
  color: #454545;
}

footer .block_contact strong {
  font-family: "OpenSans-Semibold", sans-serif;
  font-weight: 600;
}

footer .block_contact a {
  font-size: 12px;
  text-decoration: none;
}

footer .block_contact a.phone {
  color: #454545;
}

footer .block_contact address {
  font-size: 12px;
  color: #454545;
  font-style: normal;
}

footer .social-link li {
  margin-right: 15px;
}

footer .social-link li a {
  color: #454545;
  font-size: 20px;
  transition: all 0.35s;
  text-align: center;
  display: block;
  text-decoration: none;
}

footer .social-link li a:hover {
  transition: all 0.35s;
  color: #23A6DA;
}

footer .social-link li:last-child {
  margin-right: 0;
}
header .social-link li a{
  text-align: center;
  display: block;
  text-decoration: none;
}
footer .social-link li a span,
header .social-link li a span{
  display: block;
  font-size: 9px;


}
header {
  background: url("/assets/img/bg/bg-header.png") repeat-x bottom center;
  padding: 30px 0;
}

@media screen and (max-width: 959px) {
  header {
    display: none;
  }
}

header .container > div {
  vertical-align: middle;
}

header .social-link li {
  margin-right: 15px;
  padding-right: 18px;
  position: relative;
  vertical-align: middle;
}

header .social-link li:after {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
  background: #599a4f;
  border-radius: 3px;
}

header .social-link li a {
  color: #454545;
  font-size: 20px;
  transition: all 0.35s;
}

header .social-link li a:hover {
  transition: all 0.35s;
  color: #23A6DA;
}

header .social-link li:last-child {
  margin-right: 0;
  padding-right: 0;
}

header .social-link li:last-child:after {
  display: none;
}

header .logo {
  text-align: center;
}

header .logo a {
  display: block;
}

header .logo a img {
  height: 78px;
}

@media screen and (max-width: 959px) {
  header .logo a img {
    height: 58px;
  }
}

header .lang {
  text-align: right;
}

header .lang ul li {
  position: relative;
  margin-right: 15px;
  padding-right: 18px;
}

header .lang ul li:after {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
  background: #599a4f;
  border-radius: 3px;
}

header .lang ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

header .lang ul li:last-child:after {
  display: none;
}

header .lang ul li.active a {
  color: #454545;
}

header .lang ul li a {
  color: #23A6DA;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
}

@media screen and (max-width: 959px) {
  nav {
    display: none;
  }
}

nav li {
  position: relative;
  padding-right: 90px;
}

nav li:last-child {
  padding-right: 0;
}

nav li:last-child:after {
  display: none;
}

nav li:after {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 44px;
  background: #599a4f;
  border-radius: 3px;
}

@media screen and (max-width: 1199px) {
  nav li {
    padding-right: 60px;
  }
  nav li:after {
    right: 30px;
  }
}

nav li.active a {
  color: #599a4f;
}

nav li.active a:before {
  width: 100%;
  height: 3px;
  background: #599a4f;
  position: absolute;
  content: "";
  left: 0;
  top: -3px;
}

nav li a {
  text-decoration: none;
  transition: all 0.35s;
  line-height: 1em;
  font-size: 16px;
  color: #454545;
  position: relative;
  padding: 20px 0;
  display: block;
}

nav li a:hover {
  transition: all 0.35s;
  color: #599a4f;
}

nav li a:hover:before {
  transition: all 0.35s;
  width: 100%;
  height: 3px;
  background: #599a4f;
  position: absolute;
  content: "";
  left: 0;
  top: -3px;
}

.header.mobile {
  display: none;
  height: 60px;
}

.header.mobile .logo {
  padding: 10px 0;
  vertical-align: middle;
  position: relative;
  z-index: 11;
}

.header.mobile .logo a {
  display: block;
  width: 180px;
}

.header.mobile .logo a img {
  width: 100%;
}

.header.mobile nav {
  display: block;
  margin-bottom: 20px;
}

.header.mobile nav li {
  display: block;
  padding: 0;
}

.header.mobile nav li a {
  padding: 15px 0;
  font-size: 14px;
}

.header.mobile nav li a:before {
  display: none !important;
}

.header.mobile nav li:after {
  display: none;
}

@media screen and (max-width: 959px) {
  .header.mobile {
    display: block;
  }
}

.header.mobile .block_menu {
  vertical-align: middle;
  text-align: right;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 10;
  left: 0;
  top: 0;
  padding: 18px;
  box-sizing: border-box;
}

.header.mobile .block_menu.open .menu-holder {
  display: block;
}

.header.mobile .block_menu.open .icon-menu {
  padding: 0 4px;
  position: relative;
}

.header.mobile .block_menu.open .icon-menu .icon-bar {
  position: absolute;
  bottom: 0;
}

.header.mobile .block_menu.open .icon-menu .icon-bar:first-child {
  width: 24px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header.mobile .block_menu.open .icon-menu .icon-bar:nth-child(2) {
  width: 24px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header.mobile .block_menu.open .icon-menu .icon-bar:last-child {
  display: none;
}

.header.mobile .block_menu .icon-menu {
  cursor: pointer;
  width: 28px;
  height: 20px;
  display: inline-block;
}

.header.mobile .block_menu .icon-menu .icon-bar {
  background: #353535;
  display: block;
  width: 28px;
  height: 3px;
  margin-bottom: 5px;
}

.header.mobile .block_menu .icon-menu .icon-bar:last-child {
  margin-bottom: 0;
}

.header.mobile .block_menu .menu-holder {
  display: none;
  text-align: center;
  padding: 20px 0;
}

.header.mobile .block_menu .menu-holder .social-link {
  margin-bottom: 30px;
}

.header.mobile .block_menu .menu-holder .social-link li {
  margin-right: 15px;
  padding-right: 18px;
  position: relative;
  vertical-align: middle;
}

.header.mobile .block_menu .menu-holder .social-link li:after {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
  background: #599a4f;
  border-radius: 3px;
}

.header.mobile .block_menu .menu-holder .social-link li a {
  color: #454545;
  font-size: 20px;
  transition: all 0.35s;
}

.header.mobile .block_menu .menu-holder .social-link li a:hover {
  transition: all 0.35s;
  color: #23A6DA;
}

.header.mobile .block_menu .menu-holder .social-link li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header.mobile .block_menu .menu-holder .social-link li:last-child:after {
  display: none;
}

.header.mobile .block_menu .menu-holder .lang ul li {
  position: relative;
  margin-right: 15px;
  padding-right: 18px;
}

.header.mobile .block_menu .menu-holder .lang ul li:after {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
  background: #599a4f;
  border-radius: 3px;
}

.header.mobile .block_menu .menu-holder .lang ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header.mobile .block_menu .menu-holder .lang ul li:last-child:after {
  display: none;
}

.header.mobile .block_menu .menu-holder .lang ul li.active a {
  color: #454545;
}

.header.mobile .block_menu .menu-holder .lang ul li a {
  color: #23A6DA;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
}

.chromeperfectpixel-initial-block iframe,
#chromeperfectpixel-supported-by {
  display: none !important;
}

#__bs_notify__ {
  display: none !important;
  opacity: 0 !important;
}

body {
  font: 16px/1.3em "OpenSans-Regular", "Arial", sans-serif;
}

body.no-scroll {
  overflow: hidden;
}

* {
  transition: all .3s;
}

section.test-block {
  margin: 100px 0;
}

.block_buttom .item h3 {
  font-family: "OpenSans-Semibold", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1em;
  text-transform: uppercase;
  color: #353535;
}

@media screen and (max-width: 1199px) {
  .block_buttom .item h3 {
    font-size: 24px;
  }
}

.block_buttom.block_buttom_for_custome .item:first-child {
  width: 40%;
}

@media screen and (max-width: 959px) {
  .block_buttom.block_buttom_for_custome .item:first-child {
    width: 50%;
  }
}

.block_buttom.block_buttom_for_custome .item:last-child {
  width: 60%;
}

@media screen and (max-width: 959px) {
  .block_buttom.block_buttom_for_custome .item:last-child {
    width: 50%;
  }
}

.block_buttom.block_buttom_for_custome .item a:after {
  display: none;
}

.block_buttom.block_buttom_for_custome .item a .img-item {
  margin: 0 0 0 20px;
}

@media screen and (max-width: 1199px) {
  .block_buttom.block_buttom_for_custome .item a .img-item {
    margin: 0 0 0 15px;
  }
}

.block_buttom.block_buttom_for_custome .item.right a:before {
  display: none;
}

.block_buttom.block_buttom_for_custome .item.right a .img-item {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 1199px) {
  .block_buttom.block_buttom_for_custome .item.right a .img-item {
    margin: 0 15px 0 0;
  }
}

.block_buttom.block_buttom_for_custome .item .title h3 {
  font-size: 30px;
}

@media screen and (max-width: 1199px) {
  .block_buttom.block_buttom_for_custome .item .title h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 959px) {
  .block_buttom.block_buttom_for_custome .item .title h3 {
    font-size: 18px;
  }
}
.block_buttom.block_buttom_for_custome .item,
.block_buttom.block_buttom_for_business .item{
  position: relative;
}
.block_buttom.block_buttom_for_custome .item .buttom_registered {
  margin-left: 200px;
  vertical-align: middle;
  background: #fff;
  line-height: 36px;
  border-radius: 36px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  color: #454545;
  font-weight: 600;
  font-family: "OpenSans-Semibold", sans-serif;
  position: absolute;
  text-decoration: none;
  top: 50%;
  margin-top: -18px;
  right: 20%;

}

.block_buttom.block_buttom_for_business .item .buttom_registered {

  vertical-align: middle;
  background: #fff;
  line-height: 36px;
  border-radius: 36px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  color: #454545;
  font-weight: 600;
  font-family: "OpenSans-Semibold", sans-serif;
  position: absolute;
  text-decoration: none;
  top: 50%;
  margin-top: -18px;
  right: 20px;

}

.block_buttom.block_buttom_for_business .item p{
  margin-right: 180px;
}
@media screen and (max-width: 1199px) {
  .block_buttom.block_buttom_for_custome .item .buttom_registered {
    margin-left: 100px;
  }
}

@media screen and (max-width: 959px) {
  .block_buttom.block_buttom_for_custome .item .buttom_registered {
    display: none;
  }
}

.block_buttom.block_buttom_for_business .item:first-child {
  width: 60%;
}

@media screen and (max-width: 959px) {
  .block_buttom.block_buttom_for_business .item:first-child {
    width: 50%;
  }
}

.block_buttom.block_buttom_for_business .item:last-child {
  width: 40%;
}

@media screen and (max-width: 959px) {
  .block_buttom.block_buttom_for_business .item:last-child {
    width: 50%;
  }
}

.block_buttom.block_buttom_for_business .item a:after {
  display: none;
}

.block_buttom.block_buttom_for_business .item.left a:before {
  display: none;
}

.block_buttom.block_buttom_for_business .item .img-item {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 1199px) {
  .block_buttom.block_buttom_for_business .item .img-item {
    margin: 0 15px 0 0;
  }
}

.block_buttom.block_buttom_for_business .item .title h3 {
  font-size: 30px;
}

@media screen and (max-width: 1199px) {
  .block_buttom.block_buttom_for_business .item .title h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 959px) {
  .block_buttom.block_buttom_for_business .item .title h3 {
    font-size: 18px;
  }
}

.block_buttom.block_buttom_for_business .item p {
  vertical-align: middle;
  font-size: 16px;
  color: #353535;
  margin-left: 80px;
}

@media screen and (max-width: 1199px) {
  .block_buttom.block_buttom_for_business .item p {
    margin-left: 40px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1060px) {
  .block_buttom.block_buttom_for_business .item p {
    margin-left: 15px;
    margin-right: 15px;
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .block_buttom.block_buttom_for_business .item p {
    display: none;
  }
}

.block_buttom.block_buttom_for_business .item .buttom_registered {
  vertical-align: middle;
  background: #fff;
  line-height: 36px;
  border-radius: 36px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  color: #454545;
  font-weight: 600;
  font-family: "OpenSans-Semibold", sans-serif;
}

@media screen and (max-width: 959px) {
  .block_buttom.block_buttom_for_business .item .buttom_registered {
    display: none;
  }
}

.block_statistics {
  text-align: center;
}

.block_statistics h3 {
  margin-bottom: 20px;
}


.block_statistics h3.title{
  margin-bottom: 50px;
}

.block_statistics .title_desc {
  color: #454545;
  font-size: 16px;
  padding-bottom: 45px;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 959px) {
  .block_statistics .title_desc {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.block_statistics .title_desc a {
  text-decoration: none;
}

.block_statistics .title_desc:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  height: 2px;
  width: 80px;
  background: #599a4f;
}

.block_statistics .list_statistics li {
  position: relative;
  /*padding-right: 100px;*/
  /*vertical-align: middle;*/
}

@media screen and (max-width: 1199px) {
  .block_statistics .list_statistics li {
    /*padding-right: 75px;*/
  }
}

@media screen and (max-width: 959px) {
  .block_statistics .list_statistics li {
    /*padding-right: 30px;*/
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .block_statistics .list_statistics li {
    /*padding-right: 0;*/
    /*display: block;*/
  }
}

.block_statistics .list_statistics li .count:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
  background: #23A6DA;
  border-radius: 5px;
}
.block_statistics .list_statistics li:last-child .count:after{
  display: none;
}
/*@media screen and (max-width: 1199px) {
  .block_statistics .list_statistics li:after {
    right: 32px;
  }
}*/

@media screen and (max-width: 959px) {
  .block_statistics .list_statistics li .count:after {
    display: none;
  }
}

.block_statistics .list_statistics li:last-child {
  padding-right: 0;
}

.block_statistics .list_statistics li:last-child:after {
  display: none;
}

.block_statistics .list_statistics li .name {
  font-family: "OpenSans-Semibold", sans-serif;
  font-weight: 600;
  color: #353535;
  font-size: 16px;
  line-height: 1.3em;
  /*margin-bottom: 25px;*/
}

.block_statistics .list_statistics li .count {
  color: #599a4f;
  line-height: 1.3em;
  font-weight: 300;
  font-family: "OpenSans-Light", sans-serif;
  margin-bottom: 20px;
  font-size: 48px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .block_statistics .list_statistics li .count {
    font-size: 36px;
  }
}

.block_statistics .list_statistics li .measurement {
  font-family: "OpenSans-Semibold", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1em;
  color: #454545;
  min-height: 32px;
}

.block_video {
  height: 190px;
  background: url("/assets/img/content/bg_video.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 959px) {
  .block_video {
    height: 100px;
  }
}

.block_video h3 {
  width: calc( 50% - 50px);
  padding-top: 35px;
}

@media screen and (max-width: 959px) {
  .block_video h3 {
    padding-top: 5px;
    width: calc( 50% - 20px);
    font-size: 14px;
  }
}

.block_video .play {
  background: url("/assets/img/icons/play.png") no-repeat center;
  background-size: cover;
  width: 92px;
  height: 92px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -46px;
  margin-left: -46px;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .block_video .play {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
  }
}

.block_form_tabs {
  padding-top: 17px;
}

@media screen and (max-width: 959px) {
  .block_form_tabs {
    padding-top: 30px;
  }
}

.block_form_tabs h3 {
  margin-bottom: 60px;
}

@media screen and (max-width: 959px) {
  .block_form_tabs h3 {
    margin-bottom: 30px;
  }
}

.block_form_tabs .tabs-menu li {
  color: #23A6DA;
  font-size: 18px;
  line-height: 1em;
  margin-right: 40px;
  padding-bottom: 15px;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.35s;
  position: relative;
}

.block_form_tabs .tabs-menu li:last-child {
  margin-right: 0;
}

.block_form_tabs .tabs-menu li:hover {
  transition: all 0.35s;
  color: #454545;
}

.block_form_tabs .tabs-menu li.active {
  transition: all 0.35s;
  color: #454545;
}

.block_form_tabs .tabs-menu li.active:after {
  width: 100%;
  height: 3px;
  background: #599a4f;
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
}

.block_form_tabs .tab-content .tab-pane {
  display: none;
  background: #f5f5f5;
}

.block_form_tabs .tab-content .tab-pane.active {
  display: block;
}

.block_form_tabs .tab-content .tab-pane img {
  max-width: 100%;
}

.block_last_changes_legislation {
  padding: 70px 0;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .block_last_changes_legislation {
    padding: 30px 0;
  }
}

.block_last_changes_legislation .link_legislation {
  padding: 0 25px;
}

.block_last_changes_legislation .list_last_changes_legislation {
  text-align: left;
  margin-bottom: 50px;
}

@media screen and (max-width: 959px) {
  .block_last_changes_legislation .list_last_changes_legislation {
    margin-bottom: 30px;
  }
}

.block_last_changes_legislation .list_last_changes_legislation li {
  background: #fff;
  width: calc((100% - 60px)/3);
  height: 240px;
  padding: 30px;
  box-sizing: border-box;
  margin-right: 30px;
  position: relative;
}

@media screen and (max-width: 762px) {
  .block_last_changes_legislation .list_last_changes_legislation li {
    margin: 0 auto 30px;
    width: 100%;
    display: block;
  }
  .block_last_changes_legislation .list_last_changes_legislation li:last-child {
    margin-bottom: 0;
  }
}

.block_last_changes_legislation .list_last_changes_legislation li:last-child {
  margin-right: 0;
}

.block_last_changes_legislation .list_last_changes_legislation li .data {
  background: url("/assets/img/icons/data-icon.png") no-repeat center left;
  padding-left: 25px;
  font-size: 12px;
  color: #454545;
  margin-bottom: 30px;
}

.block_last_changes_legislation .list_last_changes_legislation li .data span,
.block_last_changes_legislation .list_last_changes_legislation li .data span{
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.block_last_changes_legislation .list_last_changes_legislation li .data span:before,
.block_last_changes_legislation .list_last_changes_legislation li .data span:before{
  position: absolute;
  content: "";
  top: 50%;
  left: 9px;
  border-radius: 3px;
  width: 3px;
  height: 3px;
  margin-top: -1px;
  background: #599a4f;
}

@media screen and (max-width: 1199px) {
  .block_last_changes_legislation .list_last_changes_legislation li .data {
    margin-bottom: 15px;
  }
}

.block_last_changes_legislation .list_last_changes_legislation li a {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .block_last_changes_legislation .list_last_changes_legislation li a {
    line-height: 1.3em;
    font-size: 14px;
  }
}

.block_last_changes_legislation .list_last_changes_legislation li a.link_more {
  position: absolute;
  bottom: 30px;
  font-size: 14px;
}

.block_perevagu .list_block_perevagu .item {
  width: calc((100% - 60px)/3);
  margin-right: 30px;
}

.block_perevagu .list_block_perevagu .item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 762px) {
  .block_perevagu .list_block_perevagu .item {
    margin: 0 auto 30px;
    width: 100%;
    display: block;
  }
  .block_perevagu .list_block_perevagu .item:last-child {
    margin-bottom: 0;
  }
  .block_perevagu .list_block_perevagu .item:last-child {
    margin-right: 0;
  }
}

.block_perevagu .list_block_perevagu .item h4 {
  text-transform: uppercase;
  background-color: #f9f9f9;
  padding: 20px 60px 20px 25px;
  font-size: 18px;
  color: #353535;
  font-family: "OpenSans-Semibold", sans-serif;
  font-weight: 600;
  line-height: 1.3em;
  min-height: 86px;
}

@media screen and (max-width: 1199px) {
  .block_perevagu .list_block_perevagu .item h4 {
    padding: 15px 60px 15px 15px;
    font-size: 14px;
    background-position: 95% center !important;
    min-height: 70px;
  }
}

.block_perevagu .list_block_perevagu .item .block_desc {
  padding: 30px;
  color: #454545;
  font-size: 14px;
  line-height: 2em;
}

@media screen and (max-width: 1199px) {
  .block_perevagu .list_block_perevagu .item .block_desc {
    padding: 15px;
  }
}

.block_legislation, .block_text_seminar {
  padding: 0 0 140px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .block_legislation, .block_text_seminar {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 959px) {
  .block_legislation, .block_text_seminar {
    padding-bottom: 30px;
  }
}

.block_legislation .block_desc, .block_text_seminar .block_desc {
  width: 900px;
  margin: auto;
}

@media screen and (max-width: 1199px) {
  .block_legislation .block_desc, .block_text_seminar .block_desc {
    width: 100%;
  }
}

.block_legislation .block_desc h4, .block_text_seminar .block_desc h4 {
  color: #454545;
  line-height: 1.3em;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 24px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .block_legislation .block_desc h4, .block_text_seminar .block_desc h4 {
    font-size: 18px;
  }
}

.block_legislation .block_desc p, .block_text_seminar .block_desc p {
  font-size: 16px;
  line-height: 2em;
  color: #454545;
}

@media screen and (max-width: 1199px) {
  .block_legislation .block_desc p, .block_text_seminar .block_desc p {
    font-size: 14px;
  }
}

.block_text_seminar {
  padding: 70px 0;
}

@media screen and (max-width: 1199px) {
  .block_text_seminar {
    padding: 60px 0;
  }
}

@media screen and (max-width: 959px) {
  .block_text_seminar {
    padding: 30px 0;
  }
}

.block_electronic {
  padding: 60px 0;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .block_electronic {
    padding: 30px 0;
  }
}

.block_electronic .list_type_electronic li {
  padding: 0 50px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .block_electronic .list_type_electronic li {
    padding: 0 30px;
  }
}

@media screen and (max-width: 600px) {
  .block_electronic .list_type_electronic li {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 30px;
  }
  .block_electronic .list_type_electronic li:last-child {
    margin-bottom: 0;
  }
}

.block_electronic .list_type_electronic li a,
.block_electronic .list_type_electronic li h4{
  display: block;
  font-size: 24px;
  line-height: 1.5em;
  text-decoration: none;
  color: #599a4f;
  margin-bottom: 20px;
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  .block_electronic .list_type_electronic li a {
    font-size: 18px;
  }
}

.block_electronic .list_type_electronic li a.link_more {
  color: #23A6DA;
  line-height: 16px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
}

.block_electronic .list_type_electronic li .desc {
  margin-bottom: 25px;
}

.block_electronic .list_type_electronic li .desc p {
  color: #353535;
  font-size: 16px;
  line-height: 1.5em;
}

@media screen and (max-width: 1199px) {
  .block_electronic .list_type_electronic li .desc p {
    font-size: 14px;
  }
}

.block_buttom_customer {
  padding: 50px 0;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .block_buttom_customer {
    padding: 30px 0;
  }
}

.block_buttom_customer .item {
  width: calc((100% - 60px)/3);
  margin-right: 30px;
}

@media screen and (max-width: 700px) {
  .block_buttom_customer .item {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .block_buttom_customer .item:last-child {
    margin-bottom: 0;
  }
}

.block_buttom_customer .item:last-child {
  margin-right: 0;
}

.block_buttom_customer .item a {
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 100%;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "OpenSans-Semibold", sans-serif;
}

@media screen and (max-width: 1199px) {
  .block_buttom_customer .item a {
    font-size: 14px;
  }
}

@media screen and (max-width: 959px) {
  .block_buttom_customer .item a {
    line-height: 40px;
  }
}

.block_buttom_customer .item.green a {
  background: #599a4f;
  color: #fff;
}

.block_buttom_customer .item.blue a {
  background: #23A6DA;
  color: #fff;
}

.block_infograf {
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .block_infograf {
    padding: 30px 0;
  }
}

.block_infograf .block_desc {
  width: 900px;
  margin: auto;
  margin-bottom: 70px;
}

@media screen and (max-width: 1199px) {
  .block_infograf .block_desc {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .block_infograf .block_desc {
    margin-bottom: 30px;
  }
}

.block_infograf .block_desc h4 {
  color: #454545;
  line-height: 1.3em;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 24px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .block_infograf .block_desc h4 {
    font-size: 18px;
  }
}

.block_infograf .block_desc p {
  font-size: 16px;
  line-height: 2em;
  color: #454545;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .block_infograf .block_desc p {
    font-size: 14px;
  }
}

.block_infograf .block_desc .link_more {
  padding: 0 25px;
  font-size: 16px;
  line-height: 40px;
}

@media screen and (max-width: 1199px) {
  .block_infograf .block_desc .link_more {
    font-size: 14px;
  }
}

.block_infograf .item {
  margin-bottom: 70px;
}

@media screen and (max-width: 959px) {
  .block_infograf .item {
    margin-bottom: 30px;
  }
}

.block_infograf .item:last-child {
  margin-bottom: 0;
}

.block_infograf .item h4 {
  color: #454545;
  line-height: 1.3em;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 24px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .block_infograf .item h4 {
    font-size: 18px;
  }
}

.block_text_proposition {
  padding: 70px 0;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .block_text_proposition {
    padding: 30px 0;
  }
}

.block_text_proposition h3 {
  text-transform: uppercase;
}

.block_text_proposition .block_desc {
  width: 900px;
  margin: auto;
}

@media screen and (max-width: 1199px) {
  .block_text_proposition .block_desc {
    width: 100%;
  }
}

.block_text_proposition .block_desc p {
  font-size: 16px;
  line-height: 2em;
  color: #454545;
  margin-bottom: 20px;
}

.block_text_proposition .block_desc p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .block_text_proposition .block_desc p {
    font-size: 14px;
  }
}

.block_text_proposition .block_desc p a {
  text-decoration: none;
}

.block_advice {
  text-align: center;
}

.block_advice .link_blog {
  padding: 0 40px;
}

.block_advice .list_advice {
  text-align: left;
  margin-bottom: 40px;
}

.block_advice .list_advice .item {
  width: calc((100% - 60px)/3);
  margin-right: 30px;
  background: #fff;
  padding: 30px 30px 150px 30px;
  position: relative;
  box-sizing: border-box;
  height: 350px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .block_advice .list_advice .item {
    padding: 20px 20px 130px 20px;
    height: 320px;
  }
}

@media screen and (max-width: 762px) {
  .block_advice .list_advice .item {
    margin: 0 auto 30px;
    width: 100%;
    display: block;
    height: auto;
  }
  .block_advice .list_advice .item:last-child {
    margin-bottom: 0;
  }
}

.block_advice .list_advice .item:last-child {
  margin-right: 0;
}

.block_advice .list_advice .item .data {
  background: url("/assets/img/icons/data-icon.png") no-repeat center left;
  padding-left: 25px;
  font-size: 14px;
  color: #454545;
  margin-bottom: 20px;
}
.block_advice .list_advice .item .data span{
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.block_advice .list_advice .item .data span:before{
  position: absolute;
  content: "";
  top: 50%;
  left: 9px;
  border-radius: 3px;
  width: 3px;
  height: 3px;
  margin-top: -1px;
  background: #599a4f;
}
.block_advice .list_advice .item .name {
  font-size: 16px;
  color: #454545;
  line-height: 1.3em;
  margin-bottom: 20px;
  max-height: 80px;
  overflow: hidden;
  text-decoration: none;
}
.block_advice .list_advice .item a{
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  .block_advice .list_advice .item .name {
    font-size: 14px;
  }
}

.block_advice .list_advice .item .link_more {
  margin-bottom: 30px;
}

.block_advice .list_advice .item .block_person {
  border-top: 1px solid #f9f9f9;
  padding: 20px 30px 30px;
  left: 0;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 1199px) {
  .block_advice .list_advice .item .block_person {
    padding: 20px;
  }
}

.block_advice .list_advice .item .block_person .img-holder {
  height: 90px;
  border-radius: 90px;
  overflow: hidden;
  margin-right: 20px;
  width: 90px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .block_advice .list_advice .item .block_person .img-holder {
    width: 60px;
    height: 60px;
  }
}

.block_advice .list_advice .item .block_person .img-holder img {
  height: 100%;
}

.block_advice .list_advice .item .block_person .block_info {
  width: calc(100% - 110px);
}

@media screen and (max-width: 1199px) {
  .block_advice .list_advice .item .block_person .block_info {
    width: calc(100% - 80px);
  }
}

.block_advice .list_advice .item .block_person .block_info .name_person {
  color: #599a4f;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.3em;
}

@media screen and (max-width: 1199px) {
  .block_advice .list_advice .item .block_person .block_info .name_person {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.block_advice .list_advice .item .block_person .block_info .about {
  font-size: 12px;
  color: #454545;
  line-height: 1.3em;
  max-height: 45px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .block_advice .list_advice .item .block_person .block_info .about {
    max-height: 60px;
  }
}

.block_sertification{
  padding: 70px 0;
  text-align: center;
}

.block_sertification h3, .block_text_common h3 {
  margin-bottom: 20px;
}

.block_sertification .title_desc, .block_text_common .title_desc {
  color: #454545;
  font-size: 16px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 959px) {
  .block_sertification .title_desc, .block_text_common .title_desc {
    margin-bottom: 30px;
  }
}

.block_sertification .title_desc a, .block_text_common .title_desc a {
  text-decoration: none;
}

.block_sertification .title_desc:after, .block_text_common .title_desc:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  height: 2px;
  width: 80px;
  background: #599a4f;
}

/*.block_sertification .block_desc, .block_text_common .block_desc {
  width: 900px;
  margin: auto;
}*/

@media screen and (max-width: 1199px) {
  .block_sertification .block_desc, .block_text_common .block_desc {
    width: 100%;
  }
}

.block_sertification .block_desc p, .block_text_common .block_desc p {
  font-size: 14px;
  line-height: 2em;
  color: #454545;
  margin-bottom: 20px;
}

.block_sertification .block_desc p a, .block_text_common .block_desc p a {
  text-decoration: none;
}

.block_sertification .link_mail, .block_text_common .link_mail{
  color: #454545;
}

@media screen and (max-width: 959px) {
  .block_sertification .link_mail, .block_text_common .link_mail {
    padding: 0 20px;
  }
}

.block_sertification .link_mail a, .block_text_common .link_mail a {
  text-decoration: none;
  color: #23A6DA;
  font-size: 14px;
  font-weight: 600;
  font-family: "OpenSans-Semibold", sans-serif;
}

.block_faq {
  text-align: center;
}

.block_faq .link_faq {
  padding: 0 60px;
}

.block_faq .list_faq {
  text-align: left;
  margin-bottom: 50px;
}

@media screen and (max-width: 762px) {
  .block_faq .list_faq {
    margin-bottom: 30px;
  }
}

.block_faq .list_faq .item {
  width: calc((100% - 60px)/3);
  margin-right: 30px;
  background: #f9f9f9;
  padding: 30px;
  position: relative;
  box-sizing: border-box;
  height: 180px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .block_faq .list_faq .item {
    padding: 20px;
  }
}

@media screen and (max-width: 762px) {
  .block_faq .list_faq .item {
    margin: 0 auto 30px;
    width: 100%;
    display: block;
    height: auto;
  }
  .block_faq .list_faq .item:last-child {
    margin-bottom: 0;
  }
}

.block_faq .list_faq .item:last-child {
  margin-right: 0;
}

.block_faq .list_faq .item a {
  font-size: 16px;
  color: #23A6DA;
  line-height: 1.5em;
  max-height: 120px;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 1199px) {
  .block_faq .list_faq .item a {
    font-size: 14px;
  }
}

@media screen and (max-width: 762px) {
  .block_faq .list_faq .item a {
    max-height: inherit;
  }
}

.block_specification {
  padding: 70px 0;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .block_specification {
    padding: 30px 0;
  }
}

.block_specification .link_specification {
  padding: 0 50px;
}

@media screen and (max-width: 1199px) {
  .block_specification .link_specification {
    padding: 0 30px;
  }
}

.block_specification .list_specification {
  margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
  .block_specification .list_specification {
    margin-bottom: 20px;
  }
}

.block_specification .list_specification .item {
  width: 160px;
  margin-right: 25px;
  background: #f9f9f9;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
  .block_specification .list_specification .item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 450px) {
  .block_specification .list_specification .item {
    margin: 0 auto 30px;
    display: block;
  }
}

.block_specification .list_specification .item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 450px) {
  .block_specification .list_specification .item:last-child {
    margin-right: auto;
  }
}

.block_specification .list_specification .item a {
  text-decoration: none;
  display: block;
}

.block_specification .list_specification .item a .img-holder {
  padding: 50px 0;
  width: 100%;
  background: #fff;
  /*margin-bottom: 20px;*/
}

.block_specification .list_specification .item a .img-holder img {
  height: 65px;
}

.block_specification .list_specification .item a .block-info {
  font-size: 14px;
  line-height: 1.5em;
}

.block_specification .list_specification .item a .block-info .name {
  color: #454545;
}

.block_specification .list_specification .item a .block-info .name_doc {
  color: #23A6DA;
}

.block_specification .list_specification .item a .block-info .size {
  color: #b7b7b7;
}

.block_logo_brands {
  text-align: center;
}

.block_logo_brands.block_padding {
  padding-bottom: 150px;
}

@media screen and (max-width: 1199px) {
  .block_logo_brands.block_padding {
    padding-bottom: 30px;
  }
}

.block_logo_brands h3,  .block_team h3{
  margin-bottom: 20px;
}

.block_logo_brands h3.title, .block_team h3.title {
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.block_logo_brands .title_desc , .block_team .title_desc {
  color: #454545;
  font-size: 16px;
  line-height: 2em;
  padding-bottom: 25px;
  position: relative;
  width: 900px;
  margin: 0 auto 45px;
}

@media screen and (max-width: 1199px) {
  .block_logo_brands .title_desc, .block_team .title_desc {
    width: 100%;
    font-size: 14px;
    margin-bottom: 35px;
  }
}

.block_logo_brands .title_desc a {
  text-decoration: none;
}

.block_logo_brands .title_desc:after, .block_team .title_desc:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  height: 2px;
  width: 80px;
  background: #599a4f;
}

.block_logo_brands .list_logo_brands .item {
  vertical-align: middle;
  /*margin-bottom: 50px;*/
}

@media screen and (max-width: 1199px) {
  .block_logo_brands .list_logo_brands .item {
    width: 25%;
  }
}

@media screen and (max-width: 959px) {
  .block_logo_brands .list_logo_brands .item {
    width: 33%;
  }
}

@media screen and (max-width: 600px) {
  .block_logo_brands .list_logo_brands .item {
    width: 50%;
  }
}

.block_logo_brands .list_logo_brands .item .image-holder {
  max-width: 130px;
  max-height: 70px;
  margin: auto;
}

.block_logo_brands .list_logo_brands .item .image-holder img {
  max-height: 100%;
}

.block_logo_brands.block_logo_brands_work {
  padding: 100px 0;
}

@media screen and (max-width: 1199px) {
  .block_logo_brands.block_logo_brands_work {
    padding: 60px 0;
  }
}

@media screen and (max-width: 959px) {
  .block_logo_brands.block_logo_brands_work {
    padding: 30px 0;
  }
}

.block_logo_brands.block_logo_brands_work .list_logo_brands .item {
  padding: 0 5px;
}

.block_logo_brands.block_logo_brands_work .list_logo_brands .item .image-holder {
  max-width: 100%;
  max-height: 115px;
  margin: auto;
  width: auto;
  height: auto;
}

.block_logo_brands.block_logo_brands_work .list_logo_brands .item .image-holder img {
  width: auto;
  height: auto;
}

.block_no_competitors {
  padding: 60px 0;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .block_no_competitors {
    padding: 30px 0;
  }
}

@media screen and (max-width: 762px) {
  .block_no_competitors .list_no_competitors .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .block_no_competitors .list_no_competitors .item:last-child {
    margin-bottom: 0;
  }
}

.block_no_competitors .list_no_competitors .item:last-child .number:after {
  display: none;
}

.block_no_competitors .list_no_competitors .item .number {
  margin-bottom: 30px;
  color: #599a4f;
  font-size: 48px;
  line-height: 1em;
  font-weight: 300;
  font-family: "OpenSans-Light", sans-serif;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .block_no_competitors .list_no_competitors .item .number {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.block_no_competitors .list_no_competitors .item .number:after {
  content: "";
  border-radius: 5px;
  background: #23A6DA;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
}

@media screen and (max-width: 762px) {
  .block_no_competitors .list_no_competitors .item .number:after {
    display: none;
  }
}

.block_no_competitors .list_no_competitors .item .desc {
  color: #353535;
  font-size: 16px;
  line-height: 1.5em;
}

@media screen and (max-width: 1199px) {
  .block_no_competitors .list_no_competitors .item .desc {
    font-size: 14px;
  }
}

.block_proposition {
  text-align: center;
}

.block_proposition .list_proposition {
  margin-bottom: 50px;
}

.block_proposition .list_proposition .item {
  padding: 0 20px;
}

@media screen and (max-width: 762px) {
  .block_proposition .list_proposition .item {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .block_proposition .list_proposition .item:last-child {
    margin-bottom: 0;
  }
}

.block_proposition .list_proposition .item .number {
  color: #599a4f;
  font-size: 36px;
  font-weight: 600;
  font-family: "OpenSans-Semibold", sans-serif;
  border-radius: 50%;
  background-color: #f9f9f9;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto 25px;
}

@media screen and (max-width: 1199px) {
  .block_proposition .list_proposition .item .number {
    font-size: 24px;
  }
}

.block_proposition .list_proposition .item .desc {
  color: #454545;
  font-size: 14px;
  line-height: 1.5em;
}

.block_proposition .list_proposition .item .desc strong {
  font-weight: 600;
  font-family: "OpenSans-Semibold", sans-serif;
}

.block_step {
  text-align: center;
}

.block_step .list_step .item {
  padding: 0 10px;
  position: relative;
}

@media screen and (max-width: 762px) {
  .block_step .list_step .item {
    display: block;
    margin: 0 auto 30px;
    padding: 0;
    width: 100%;
  }
  .block_step .list_step .item:last-child {
    margin-bottom: 0;
  }
}

.block_step .list_step .item:last-child:after {
  display: none;
}

.block_step .list_step .item:after {
  /*width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 30px;
  right: -5px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #cdcdcd;
  border-radius: 3px;*/

  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 30px;
  right: -5px;
  background: #599a4f;
  border-radius: 5px;

}

@media screen and (max-width: 762px) {
  .block_step .list_step .item:after {
    display: none;
  }
}

.block_step .list_step .item .img-holder {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: #f9f9f9;
  margin: 0 auto 30px;
  padding: 25px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
  .block_step .list_step .item .img-holder {
    width: 60px;
    height: 60px;
    padding: 20px 0;
    margin-bottom: 20px;
  }
}

.block_step .list_step .item .img-holder img {
  height: 30px;
}

@media screen and (max-width: 1199px) {
  .block_step .list_step .item .img-holder img {
    height: 20px;
  }
}

.block_step .list_step .item .block-info .name {
  color: #599a4f;
  font-size: 36px;
  line-height: 1.3em;
  margin-bottom: 30px;
  font-weight: 300;
  font-family: "OpenSans-Light", sans-serif;
}

@media screen and (max-width: 1199px) {
  .block_step .list_step .item .block-info .name {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: "OpenSans-Regular", sans-serif;
  }
}

.block_step .list_step .item .block-info .desc {
  color: #454545;
  font-size: 14px;
  line-height: 1.5em;
}

.block_text_torgu {
  text-align: center;
}
.block_text_torgu.block_text_torgu_nopaddindtop{
  padding-top: 0;
  margin-top: -55px;
}

.block_text_torgu h3 {
  margin-bottom: 20px;
}

.block_text_torgu .link_torgu {
  padding: 10px 40px;
  line-height: 1.5em;
}

.block_text_torgu .title_desc {
  color: #454545;
  font-size: 16px;
  padding-bottom: 30px;
  position: relative;
  width: 900px;
  margin: 0 auto 60px;
  line-height: 2em;
}

@media screen and (max-width: 1199px) {
  .block_text_torgu .title_desc {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .block_text_torgu .title_desc {
    margin-bottom: 30px;
    font-size: 14px;
  }
}

.block_text_torgu .title_desc:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  height: 2px;
  width: 80px;
  background: #599a4f;
}

.block_text_torgu .block_desc p {
  font-size: 16px;
  line-height: 2em;
  color: #454545;
  font-family: "OpenSans-Semibold", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .block_text_torgu .block_desc p {
    font-size: 14px;
  }
}

.block_buy, .block_categories_filter {
  text-align: center;
}

@media screen and (max-width: 959px) {
  .block_buy .link_element,
  .block_categories_filter .link_element{
    font-size: 12px;
    padding: 0 6px;
  }
}

.block_buy .list_last_changes_legislation {
  text-align: left;
  margin-bottom: 50px;
}

@media screen and (max-width: 762px) {
  .block_buy .list_last_changes_legislation {
    margin-bottom: 30px;
  }
}

.block_buy .list_last_changes_legislation li {
  background: #fff;
  width: calc((100% - 60px)/3);
  height: 320px;
  padding: 30px;
  box-sizing: border-box;
  margin-right: 30px;
  position: relative;
}
.block_buy.tender_page .list_last_changes_legislation li{
  background: #fff;
  width: calc((100% - 40px)/3);
  height: 320px;
  padding: 20px;
  box-sizing: border-box;
  margin-right: 20px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .block_buy .list_last_changes_legislation li {
    padding: 20px;
  }
}

@media screen and (max-width: 762px) {
  .block_buy .list_last_changes_legislation li {
    margin: 0 auto 30px;
    width: 100%;
    display: block;
  }
  .block_buy.tender_page .list_last_changes_legislation li{
    width: calc((100% - 20px)/2);
    display: inline-block;
  }
  .block_buy.tender_page .list_last_changes_legislation li:nth-child(3n){
    margin-right: 20px;
  }
  .block_buy.tender_page .list_last_changes_legislation li:nth-child(2n){
    margin-right: 0;
  }

  .block_buy .list_last_changes_legislation li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px){
  .block_buy.tender_page .list_last_changes_legislation li{
    width: 100%;
    display: block;
    margin: 0 auto 20px!important;
  }

}

.block_buy .list_last_changes_legislation li:last-child {
  margin-right: 0;
}

.block_buy.tender_page .list_last_changes_legislation li:last-child {
  margin-right: auto;
}

.block_buy.tender_page .list_last_changes_legislation li:nth-child(3n) {
	margin-right: 0;
}


.block_buy.tender_page .list_last_changes_legislation li{
	margin-bottom: 20px;
}

.block_buy .list_last_changes_legislation li .city {
  background: url("/assets/img/icons/icon-point.png") no-repeat center left;
  padding-left: 20px;
  font-size: 14px;
  color: #454545;
  margin-bottom: 15px;
  line-height: 1em;
}

.block_buy .list_last_changes_legislation li .link_more {
  position: absolute;
  bottom: 30px;
  font-size: 14px;
}

.block_buy .list_last_changes_legislation li .company {
  color: #454545;
  font-size: 14px;
}

.block_buy .list_last_changes_legislation li .company strong {
  display: block;
  font-weight: 600;
  font-family: "OpenSans-Semibold", sans-serif;
  max-height: 60px;
  overflow: hidden;
}

.block_buy .list_last_changes_legislation li .price {
  font-size: 22px;
  font-family: "OpenSans-Semibold", sans-serif;
  font-weight: 300;
  color: #599a4f;
  line-height: 1em;
  margin-bottom: 5px;
}

@media screen and (max-width: 1199px) {
  .block_buy .list_last_changes_legislation li .price {
    font-size: 24px;
  }
}

.block_buy .list_last_changes_legislation li .price span {
  font-size: 20px;
  /*font-family: "OpenSans-Regular", sans-serif;*/
}

@media screen and (max-width: 1199px) {
  .block_buy .list_last_changes_legislation li .price span {
    font-size: 16px;
  }
}

.block_buy .list_last_changes_legislation li .name {
  font-size: 14px;
  line-height: 1.3em;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
  height: 70px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .block_buy .list_last_changes_legislation li .name {
    font-size: 16px;
    height: 60px;
  }
}

.block_text_tender {
  text-align: center;
}

.block_text_tender .block_desc {
  width: 700px;
  margin: auto;
}

@media screen and (max-width: 1199px) {
  .block_text_tender .block_desc {
    width: 100%;
  }
}

.block_text_tender .block_desc p {
  font-size: 16px;
  line-height: 2em;
  color: #454545;
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .block_text_tender .block_desc p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 762px) {
  .block_text_tender .link_element {
    padding: 0 20px;
  }
}

.block_text_tender .list_text_tender {
  margin-bottom: 30px;
}

@media screen and (max-width: 762px) {
  .block_text_tender .list_text_tender {
    margin-bottom: 0;
  }
}

.block_text_tender .list_text_tender .colum {
  width: calc((100% - 20px)/2);
  margin-right: 20px;
}

/*@media screen and (max-width: 762px) {
  .block_text_tender .list_text_tender .colum {
    width: 100%;
  }
}*/

@media screen and (max-width: 600px) {
  .block_text_tender .list_text_tender .colum {
    width: calc((100% - 10px)/2);
    margin-right: 10px;
  }
  .block_text_tender .list_text_tender .colum:last-child {
    margin-right: 0;
  }
}

.block_text_tender .list_text_tender .colum:last-child {
  margin-right: 0;
}

.block_text_tender .list_text_tender .colum .row {
  margin-bottom: 20px;
}

.block_text_tender .list_text_tender .colum .row.col-2 .item {
  width: calc((100% - 20px)/2);
  margin-right: 20px;
}

/*@media screen and (max-width: 600px) {
  .block_text_tender .list_text_tender .colum .row.col-2 .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .block_text_tender .list_text_tender .colum .row.col-2 .item:last-child {
    margin-bottom: 0;
  }
}*/
@media screen and (max-width: 600px) {
  .block_text_tender .list_text_tender .colum .row{

    margin-bottom: 10px;
  }
  .block_text_tender .list_text_tender .colum .row.col-2 .item {
    width: calc((100% - 10px)/2);
    margin-right: 10px;
  }
  .block_text_tender .list_text_tender .colum .row.col-2 .item:last-child {
    margin-right: 0;
  }

}



.block_text_tender .list_text_tender .colum .row.col-2 .item:last-child {
  margin-right: 0;
}

.block_text_tender .list_text_tender .colum .item {
  height: 150px;
  overflow: hidden;
}

/*@media screen and (max-width: 762px) {
  .block_text_tender .list_text_tender .colum .item {
    height: auto;
    padding: 20px;
  }
}*/

.block_text_tender .list_text_tender .colum .item .text-holder {
  display: table;
  width: 100%;
  height: 100%;
}

.block_text_tender .list_text_tender .colum .item .text-holder div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.block_text_tender .list_text_tender .colum .item .text-holder div p {
  color: #454545;
  font-size: 16px;
  font-family: "OpenSans-Semibold", sans-serif;
  font-weight: 600;
  line-height: 1.5em;
}

@media screen and (max-width: 1199px) {
  .block_text_tender .list_text_tender .colum .item .text-holder div p {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .block_text_tender .list_text_tender .colum .item .text-holder div p{
    font-size: 12px;
  }
}

.block_text_tender .list_text_tender .colum .item .text-holder div p span {
  display: block;
  font-size: 14px;
  font-family: "OpenSans-Regular", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .block_text_tender .list_text_tender .colum .item .text-holder div p span{
    font-size: 10px;
  }
}
.block_sidebar {
  width: 290px;
  padding: 50px 0 100px;
}

@media screen and (max-width: 959px) {
  .block_sidebar {
    width: 100%;
    padding: 30px 0;
  }
}

.block_sidebar h4 {
  padding-bottom: 25px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1em;
  color: #454545;
  font-weight: 400;
  position: relative;
}

.block_sidebar h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #599a4f;
  width: 40px;
  height: 2px;
}

.block_advice_sidebar .list_advice {
  text-align: left;
  margin-bottom: 40px;
}

.block_advice_sidebar .list_advice .item {
  width: 100%;
  margin-right: 30px;
  background: #f9f9f9;
  padding: 20px 20px 150px 20px;
  position: relative;
  box-sizing: border-box;
  height: 320px;
  overflow: hidden;
}

.block_advice_sidebar .list_advice .item:last-child {
  margin-right: 0;
}

.block_advice_sidebar .list_advice .item .data {
  background: url("/assets/img/icons/data-icon.png") no-repeat center left;
  padding-left: 25px;
  font-size: 14px;
  color: #454545;
  margin-bottom: 20px;
}
.block_advice_sidebar .list_advice .item .data span{
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.block_advice_sidebar .list_advice .item .data span:before{
  position: absolute;
  content: "";
  top: 50%;
  left: 9px;
  border-radius: 3px;
  width: 3px;
  height: 3px;
  margin-top: -1px;
  background: #599a4f;
}
.block_advice_sidebar .list_advice .item .name {
  font-size: 16px;
  color: #454545;
  line-height: 1.3em;
  margin-bottom: 20px;
  max-height: 60px;
  overflow: hidden;
  text-decoration: none;
}
.block_advice_sidebar .list_advice .item a{
  text-decoration: none;
}


.block_advice_sidebar .list_advice .item .link_more {
  margin-bottom: 30px;
}

.block_advice_sidebar .list_advice .item .block_person {
  border-top: 1px solid #fff;
  padding: 20px 20px 20px;
  left: 0;
  position: absolute;
  bottom: 0;
}

.block_advice_sidebar .list_advice .item .block_person .img-holder {
  height: 90px;
  border-radius: 90px;
  overflow: hidden;
  margin-right: 20px;
  width: 90px;
  position: relative;
}

.block_advice_sidebar .list_advice .item .block_person .img-holder img {
  height: 100%;
}

.block_advice_sidebar .list_advice .item .block_person .block_info {
  width: calc(100% - 110px);
}

.block_advice_sidebar .list_advice .item .block_person .block_info .name_person {
  color: #599a4f;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.3em;
}

.block_advice_sidebar .list_advice .item .block_person .block_info .about {
  font-size: 11px;
  color: #454545;
  line-height: 1.3em;
  max-height: 45px;
  overflow: hidden;
}

.block_last_news {
  margin-bottom: 50px;
}

.block_last_news .list_last_news .item {
  border-bottom: 1px solid #f9f9f9;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.block_last_news .list_last_news .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.block_last_news .list_last_news .item .data {
  background: url("/assets/img/icons/data-icon.png") no-repeat center left;
  padding-left: 25px;
  font-size: 12px;
  color: #454545;
  margin-bottom: 10px;
}

.block_last_news .list_last_news .item .data span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.block_last_news .list_last_news .item .data span:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 9px;
  border-radius: 3px;
  width: 3px;
  height: 3px;
  margin-top: -1px;
  background: #599a4f;
}

.block_last_news .list_last_news .item a {
  font-size: 18px;
  text-decoration: none;
  line-height: 1.5em;
}

@media screen and (max-width: 959px) {
  .block_last_news .list_last_news .item a {
    font-size: 16px;
  }
}

.block_calendar {
  width: calc(100% - 350px);
  margin-right: 60px;
  padding: 50px 0 100px;
}

@media screen and (max-width: 959px) {
  .block_calendar {
    width: 100%;
    padding: 30px 0;
    margin-right: 0;
  }
}

.block_calendar h4 {
  padding-bottom: 25px;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1em;
  color: #454545;
  font-family: "OpenSans-Light", sans-serif;
  font-weight: 300;
  position: relative;
}

@media screen and (max-width: 959px) {
  .block_calendar h4 {
    font-size: 24px;
  }
}

.block_calendar h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #599a4f;
  width: 80px;
  height: 2px;
}

.block_calendar #calendar td {
  border: 0;
}

.block_calendar #calendar .fc-toolbar {
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 0;
}

.block_calendar #calendar .fc-toolbar .fc-center h2 {
  color: #454545;
  font-size: 18px;
  line-height: 20px;
  background: url("/assets/img/icons/icon-calendar.png") no-repeat center left;
  padding-left: 25px;
  font-weight: normal;
}

.block_calendar #calendar .fc-head .fc-day-header {
  border: 10px solid #fff;
  text-align: right;
  padding: 20px 0;
}

.block_calendar #calendar .fc-head .fc-day-header span {
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  line-height: 1em;
}

.block_calendar #calendar .fc-body .fc-widget-content .fc-scroller {
  overflow: visible !important;
  height: auto !important;
}

.block_calendar #calendar .fc-body .fc-row {
  min-height: 120px;
}

@media screen and (max-width: 1199px) {
  .block_calendar #calendar .fc-body .fc-row {
    min-height: 90px;
  }
}

@media screen and (max-width: 762px) {
  .block_calendar #calendar .fc-body .fc-row {
    min-height: 65px;
  }
}

.block_calendar #calendar .fc-body .fc-day {
  background: #f9f9f9;
  width: 100px;
  height: 100px;
  border: 10px solid #fff !important;
  margin: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
  .block_calendar #calendar .fc-body .fc-day {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 762px) {
  .block_calendar #calendar .fc-body .fc-day {
    width: auto;
    border: 1px solid #fff !important;
    height: 60px;
  }
}

.block_calendar #calendar .fc-body .fc-today {
  background: #c7cacf;
}

.block_calendar #calendar .fc-body .fc-today.fc-day-top {
  background: none;
}

.block_calendar #calendar .fc-body .fc-day-top a {
  font-family: "OpenSans-Semibold", sans-serif;
  color: #454545;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  padding-top: 20px;
  padding-right: 10px;
  text-decoration: none;
  line-height: 1em;
}

@media screen and (max-width: 1199px) {
  .block_calendar #calendar .fc-body .fc-day-top a {
    font-size: 14px;
  }
}

@media screen and (max-width: 762px) {
  .block_calendar #calendar .fc-body .fc-day-top a {
    padding-top: 5px;
    padding-right: 5px;
  }
}

.block_calendar #calendar .fc-body .fc-day-grid-event .fc-content {
  white-space: normal;
}
.fc-unthemed .fc-popover .fc-header{
  background: none;
  border-bottom: 1px solid #ddd;
}
.fc-ltr .fc-popover .fc-header .fc-title{
  color:  #666666;
  font-size: 16px;
}

.block_calendar #calendar .fc-body .fc-day-grid-event .fc-content{
  color:  #666666;
  font-size: 10px;
  background-color:  #deebf0;
  padding: 5px 10px;
  border-left: 2px solid #6dc7eb;
}
.block_calendar #calendar .fc-body .fc-event-container .fc-event {
  margin: 0 5px !important;
  padding: 0 5px !important;
  background: none;
  border-radius: 0;
  color: #23A6DA;
  font-size: 10px;
  border: 0;
}

@media screen and (max-width: 762px) {
  .block_calendar #calendar .fc-body .fc-event-container .fc-event {
    padding: 0 !important;
  }
}

.block_calendar #calendar .fc-body .fc-event-container .fc-event span {
  display: block;
}

.block_calendar #calendar .fc-body .fc-event-container .fc-event span.fc-title {
  max-height: 40px;
  overflow: hidden;
  position: relative;

}

/*.block_calendar #calendar .fc-body .fc-event-container .fc-event span.fc-title:after {
  content: "...";
}*/

.block_calendar #calendar .fc-body .fc-row:first-child .fc-bg {
  border-top: 10px solid #fff;
}

.tender .table{
  width: 100%;
}
.block_calendar #calendar .fc-more-cell >div{
  margin: 0 5px !important;
  padding: 0 5px !important;
}
.block_calendar #calendar .fc-more{
  font-size: 10px;
  padding: 5px 10px !important;
  display: block;
  color:  #666666;
  background-color:  #deebf0;
  border-left: 2px solid #6dc7eb;
  margin: 2px 0 0!important;
}
.fc-row.fc-rigid .fc-content-skeleton{
  bottom: 0;
}

.block_calendar #calendar .fc-popover .fc-body  .fc-day-grid-event .fc-content{
  background: none;
  border: 0;
  padding: 0;
}


.block_calendar #calendar .fc-toolbar button {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 0;
  text-shadow: none;
  box-shadow: none;
  background: url("/assets/img/icons/next2_calendar.png") no-repeat center right;
  background-size: 100%;
}

.block_calendar #calendar .fc-toolbar button.fc-prevYear-button,
.block_calendar #calendar .fc-toolbar button.fc-nextYear-button{
  background: url("/assets/img/icons/next_calendar.png") no-repeat center right;
  background-size: 100%;
}

.block_calendar #calendar .fc-toolbar .fc-right button{
  transform: rotate(180deg);
}
.block_calendar #calendar .fc-toolbar button span{
  display: none;
}
.fc .fc-toolbar > * > *{
  margin-left: 20px;
}
@media screen and (max-width: 762px) {
  .block_calendar #calendar .fc-body .fc-row:first-child .fc-bg {
    border: 0;
  }
}

.block_person_work {
  padding: 70px 0 50px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .block_person_work {
    padding: 30px 0;
  }
}

.block_person_work h3.title {
  margin-bottom: 50px;
  padding-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .block_person_work h3.title {
    margin-bottom: 30px;
  }
}

.block_person_work .list_person_work .item {
  padding: 0 15px;
  margin-bottom: 50px;
}

@media screen and (max-width: 959px) {
  .block_person_work .list_person_work .item {
    margin-bottom: 30px;
    width: 33%;
  }
  .block_person_work .list_person_work .item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 762px) {
  .block_person_work .list_person_work .item {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .block_person_work .list_person_work .item {
    width: 100%;
  }
}

.block_person_work .list_person_work .item .img-holder {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background: #f9f9f9;
  margin: 0 auto 20px;
  overflow: hidden;
}

.block_person_work .list_person_work .item .img-holder img {
  height: 100%;
}

.block_person_work .list_person_work .item .block-info .name {
  color: #599a4f;
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 15px;
}

.block_person_work .list_person_work .item .block-info .desc {
  color: #454545;
  font-size: 12px;
  line-height: 1.3em;
}

.block_study_number {
  padding: 60px 0 0;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .block_study_number {
    padding-top: 30px;
  }
}

.block_study_number .bg_grey {
  padding: 60px 0;
}

@media screen and (max-width: 959px) {
  .block_study_number .bg_grey {
    padding: 30px 0;
  }
}

.block_study_number .bg_grey h4 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  color: #454545;
  line-height: 1.3em;
  font-weight: normal;
}

@media screen and (max-width: 1199px) {
  .block_study_number .bg_grey h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 959px) {
  .block_study_number .bg_grey h4 {
    margin-bottom: 30px;
  }
}

.block_study_number .bg_grey .text_description {
  font-size: 12px;
  line-height: 1.3em;
  color: #454545;
}

.block_study_number .list_study_number {
  margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
  .block_study_number .list_study_number {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 762px) {
  .block_study_number .list_study_number .item {
    margin: 0 auto 30px;
    width: 100%;
    display: block;
  }
  .block_study_number .list_study_number .item:last-child {
    margin-bottom: 0;
  }
}

.block_study_number .list_study_number .item:last-child .number:after {
  display: none;
}

.block_study_number .list_study_number .item .number {
  margin-bottom: 30px;
  color: #599a4f;
  font-size: 48px;
  line-height: 1em;
  font-weight: 300;
  font-family: "OpenSans-Light", sans-serif;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .block_study_number .list_study_number .item .number {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.block_study_number .list_study_number .item .number:after {
  content: "";
  border-radius: 5px;
  background: #23A6DA;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
}

@media screen and (max-width: 762px) {
  .block_study_number .list_study_number .item .number:after {
    display: none;
  }
}

.block_study_number .list_study_number .item .desc {
  color: #353535;
  font-size: 16px;
  line-height: 1.5em;
}

.block_text_zamovnukiv, .block_text_postachalnuk {
  padding: 60px 0;
}

@media screen and (max-width: 959px) {
  .block_text_zamovnukiv, .block_text_postachalnuk {
    padding: 30px 0;
  }
}

.block_text_zamovnukiv h4, .block_text_postachalnuk h4 {
  text-align: center;
  text-transform: uppercase;
  color: #599a4f;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: "OpenSans-Semibold", sans-serif;
  line-height: 1.3em;
}

@media screen and (max-width: 1199px) {
  .block_text_zamovnukiv h4, .block_text_postachalnuk h4 {
    font-size: 20px;
  }
}

.block_text_zamovnukiv .item, .block_text_postachalnuk .item {
  width: calc((100% - 20px)/2);
  margin-right: 20px;
}

@media screen and (max-width: 762px) {
  .block_text_zamovnukiv .item, .block_text_postachalnuk .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .block_text_zamovnukiv .item:last-child, .block_text_postachalnuk .item:last-child {
    margin-bottom: 0;
  }
}

.block_text_zamovnukiv .item:last-child, .block_text_postachalnuk .item:last-child {
  margin-right: 0;
}

.block_text_zamovnukiv .item h4, .block_text_postachalnuk .item h4 {
  color: #353535;
  text-align: left;
  font-weight: 600;
  font-family: "OpenSans-Semibold", sans-serif;
  padding: 20px 30px;
  height: 80px;
  overflow: hidden;
  font-size: 18px;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .block_text_zamovnukiv .item h4, .block_text_postachalnuk .item h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 762px) {
  .block_text_zamovnukiv .item h4, .block_text_postachalnuk .item h4 {
    height: auto;
    padding: 15px;
  }
}

.block_text_zamovnukiv .item h5, .block_text_postachalnuk .item h5 {
  color: #454545;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5em;
  font-weight: 600;
  font-family: "OpenSans-Semibold", sans-serif;
}

.block_text_zamovnukiv .item p, .block_text_postachalnuk .item p {
  color: #454545;
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 2em;
}

.block_text_zamovnukiv .item p a, .block_text_postachalnuk .item p a {
  text-decoration: none;
  font-size: 14px;
}

.block_text_zamovnukiv .item p strong, .block_text_postachalnuk .item p strong {
  font-weight: 600;
  font-family: "OpenSans-Semibold", sans-serif;
}

.block_text_zamovnukiv .item p:last-child, .block_text_postachalnuk .item p:last-child {
  margin-bottom: 0;
}

.block_text_zamovnukiv .item ul, .block_text_zamovnukiv .item ol, .block_text_postachalnuk .item ul, .block_text_postachalnuk .item ol {
  margin-bottom: 30px;
}

.block_text_zamovnukiv .item ul:last-child, .block_text_zamovnukiv .item ol:last-child, .block_text_postachalnuk .item ul:last-child, .block_text_postachalnuk .item ol:last-child {
  margin-bottom: 0;
}

.block_text_zamovnukiv .item ul li, .block_text_zamovnukiv .item ol li, .block_text_postachalnuk .item ul li, .block_text_postachalnuk .item ol li {
  color: #454545;
  font-size: 14px;
  line-height: 2em;
}

.block_text_zamovnukiv .item ul li a, .block_text_zamovnukiv .item ol li a, .block_text_postachalnuk .item ul li a, .block_text_postachalnuk .item ol li a {
  text-decoration: none;
  font-size: 14px;
}

.block_text_zamovnukiv .item ul li strong, .block_text_zamovnukiv .item ol li strong, .block_text_postachalnuk .item ul li strong, .block_text_postachalnuk .item ol li strong {
  font-weight: 600;
  font-family: "OpenSans-Semibold", sans-serif;
}

.block_text_zamovnukiv .item ul li, .block_text_postachalnuk .item ul li {
  position: relative;
}

.block_text_zamovnukiv .item ul li:before, .block_text_postachalnuk .item ul li:before {
  margin-right: 10px;
  content: "";
  width: 3px;
  height: 3px;
  background: #599a4f;
  border-radius: 3px;
  display: inline-block;
  line-height: 2em;
  font-size: 14px;
  vertical-align: middle;
}

.block_text_zamovnukiv .item .block_text, .block_text_postachalnuk .item .block_text {
  padding: 30px;
}

@media screen and (max-width: 762px) {
  .block_text_zamovnukiv .item .block_text, .block_text_postachalnuk .item .block_text {
    padding: 15px;
  }
}

.block_list_news {
  width: calc(100% - 350px);
  margin-right: 60px;
  padding: 50px 0 100px;
}

@media screen and (max-width: 959px) {
  .block_list_news {
    width: 100%;
    padding: 30px 0;
    margin-right: 0;
  }
}

.block_list_news h4 {
  padding-bottom: 25px;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1em;
  color: #454545;
  font-family: "OpenSans-Light", sans-serif;
  font-weight: 300;
  position: relative;
}

@media screen and (max-width: 959px) {
  .block_list_news h4 {
    font-size: 24px;
  }
}

.block_list_news h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #599a4f;
  width: 80px;
  height: 2px;
}

.block_list_news .list_news {
  margin-bottom: 50px;
}

.block_list_news .list_news .item {
  border-bottom: 1px solid #f9f9f9;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.block_list_news .list_news .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.block_list_news .list_news .item .data {
  background: url("/assets/img/icons/data-icon.png") no-repeat center left;
  padding-left: 25px;
  font-size: 12px;
  color: #454545;
  margin-bottom: 10px;
}

.block_list_news .list_news .item .data span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.block_list_news .list_news .item .data span:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 9px;
  border-radius: 3px;
  width: 3px;
  height: 3px;
  margin-top: -1px;
  background: #599a4f;
}

.block_list_news .list_news .item .desc {
  font-size: 14px;
  color: #454545;
  position: relative;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.block_list_news .list_news .item .desc:after {
  content: "...";
}

.block_list_news .list_news .item a {
  font-size: 18px;
  text-decoration: none;
  line-height: 1.5em;
  margin-bottom: 15px;
  display: block;
}

@media screen and (max-width: 959px) {
  .block_list_news .list_news .item a {
    font-size: 16px;
  }
}

.block_list_news .list_news .item a.link_more {
  font-size: 14px;
  margin-bottom: 0;
  display: inline-block;
}

.list_pagination li {
  margin: 0 5px;
}

.list_pagination li.prev a, .list_pagination li.next a {
  position: relative;
  background: #f9f9f9;
  padding: 0;
}

.list_pagination li.prev a:after, .list_pagination li.next a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url("/assets/img/icons/next-pagination.png") no-repeat center;
  left: 0;
  top: 0;
}

.list_pagination li.prev a:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.list_pagination li.disabled {
  opacity: 0.8;
}

.list_pagination li.active a {
  background: #599a4f;
  color: #fff;
}

.list_pagination li a {
  display: block;
  min-width: 30px;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 30px;
}

.block_text_news {
  width: calc(100% - 350px);
  margin-right: 60px;
  padding: 50px 0 100px;
}

@media screen and (max-width: 959px) {
  .block_text_news {
    width: 100%;
    padding: 30px 0;
    margin-right: 0;
  }
}

.block_text_news .article h1 {
  margin-bottom: 20px;
  line-height: 1.3em;
  font-size: 36px;
  font-weight: 300;
  font-family: "OpenSans-Light", sans-serif;
  color: #454545;
}


.block_text_news.block_event .article h1{
  margin-bottom: 35px;
}
.block_text_news .article h2 {
  margin-bottom: 20px;
  line-height: 1.3em;
  font-size: 30px;
  font-weight: 300;
  font-family: "OpenSans-Light", sans-serif;
  color: #454545;
}
.block_text_news .article table {
  margin-bottom: 30px;
  width: 100%;
}

.block_text_news .article table th, .block_text_news .article table td {
  border: 1px solid #ebebeb;
  padding: 10px;
}
@media screen and (max-width: 959px) {
  .block_text_news .article h1 {
    font-size: 24px;
  }
}

.block_text_news .article h4 {
  line-height: 1.3em;
  font-size: 18px;
  font-weight: 600;
  font-family: "OpenSans-Semibold", sans-serif;
  color: #454545;
  text-transform: uppercase;
}

@media screen and (max-width: 959px) {
  .block_text_news .article h4 {
    font-size: 16px;
  }
}

.block_text_news .article h5 {
  margin-bottom: 20px;
  line-height: 1.3em;
  font-size: 18px;
  font-weight: 400;
  color: #454545;
}

@media screen and (max-width: 959px) {
  .block_text_news .article h5 {
    font-size: 16px;
  }
}

.block_text_news .article .data {
  background: url("/assets/img/icons/data-icon.png") no-repeat center left;
  padding-left: 25px;
  font-size: 12px;
  color: #454545;
  margin-bottom: 20px;
}

.block_text_news .article .data span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.block_text_news .article .data span:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 9px;
  border-radius: 3px;
  width: 3px;
  height: 3px;
  margin-top: -1px;
  background: #599a4f;
}

.block_text_news .article, .block_text_news .article p , .block_text_news .article div{
  color: #454545;
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 2em;
}

.block_text_news .article img{
  max-width: 100%;
  margin-bottom: 30px;
}
.block_text_news .article p img, .block_text_news .article div img{
  margin-bottom: 0;
}
.block_text_news .article p a, .block_text_news .article a {
  text-decoration: none;
  font-size: 14px;
}

.block_text_news .article p strong, .block_text_news .article strong {
  font-weight: 600;
  font-family: "OpenSans-Semibold", sans-serif;
}

.block_text_news .article p:last-child {
  margin-bottom: 0;
}

.block_text_news .article ul, .block_text_news .article ol {
  margin-bottom: 30px;
}

.block_text_news .article ul:last-child, .block_text_news .article ol:last-child {
  margin-bottom: 0;
}

.block_text_news .article ul li, .block_text_news .article ol li {
  color: #454545;
  font-size: 14px;
  line-height: 2em;

}


.block_text_news .article ul li{
  padding-left: 20px;
}

.block_text_news .article ul li a, .block_text_news .article ol li a {
  text-decoration: none;
  font-size: 14px;
}

.block_text_news .article ul li strong, .block_text_news .article ol li strong {
  font-weight: 600;
  font-family: "OpenSans-Semibold", sans-serif;
}

.block_text_news .article ul li {
  position: relative;
}

.block_text_news .article ul li:before {
  margin-right: 10px;
  content: "";
  width: 3px;
  height: 3px;
  background: #599a4f;
  border-radius: 3px;
  display: inline-block;
  line-height: 2em;
  font-size: 14px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 12px
}
.block_text_news .article .social_like{
  margin-top: 20px;
  margin-bottom: 0;
}

.block_text_news .article .social_like div{
  margin-bottom: 0;
}
.block_text_news .article .social_like .social_title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  color: #454545;
  font-family: "OpenSans-Semibold", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.block_text_news .article .social_like .ya-share2,
.block_text_news .article .social_like .likely_visible
{
  display: inline-block;
  vertical-align: middle;
}

.block_text_news .article .social_like .ya-share2 .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon:before,
.block_text_news .article .social_like .likely__widget.likely__widget_facebook .likely__icon:before{
  content: "\f09a";

}

.block_text_news .article .social_like .ya-share2 .ya-share2__container_size_m .ya-share2__item_service_linkedin .ya-share2__icon:before,
.block_text_news .article .social_like .likely__widget.likely__widget_linkedin .likely__icon:before{
  content: "\f0e1";
}

.block_text_news .article .social_like .ya-share2 .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon:before ,
.block_text_news .article .social_like .likely__widget.likely__widget_twitter .likely__icon:before{
  content: "\f099";
}

.block_text_news .article .social_like .ya-share2 .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon:before,
.block_text_news .article .social_like .likely__widget.likely__widget_vkontakte .likely__icon:before{
  content: "\f189";

}

.block_text_news .article .social_like li {
  margin-right: 10px;
}

.block_text_news .article .social_like li:before {
  display: none;
}

.block_text_news .article .social_like .ya-share2__badge {
  background: none !important;
}

.block_text_news .article .social_like .ya-share2__icon ,
.block_text_news .article .social_like .likely__widget .likely__icon
{


  position: relative;
  font: normal normal normal 16px/32px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  width: 32px;
  height: 32px;

}
.block_text_news .article .likely .likely__widget{
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: #f9f9f9;
  color: #454545;
  font-size: 16px;
}
.block_text_news .article .likely .likely__widget:hover{
  background-color: #6dc7eb;
  color: #fff;
}
.block_text_news .article .social_like .likely__widget .likely__icon svg{
  display: none;
}
.block_text_news .article .social_like a {
  color: #454545;
  font-size: 18px;
  line-height: 32px;
}

.block_text_news .article .social_like a:hover .ya-share2__icon {
  background-color: #23A6DA;
  transition: all 0.35s;
  color: #fff;
}
.block_text_news .breadcrumbs ul li:before{
  display: none;
}
.breadcrumbs ul li a {
  padding-bottom: 25px;
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 1em;
  color: #454545;
  font-weight: 400;
  position: relative;
  display: block;
  text-decoration: none;
  padding-left: 30px;
}

@media screen and (max-width: 959px) {
  .breadcrumbs ul li a {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.breadcrumbs ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #23A6DA;
  background: url("/assets/img/icons/next-pagination.png") no-repeat center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.breadcrumbs ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #599a4f;
  width: 80px;
  height: 2px;
}

#overlay {
  z-index: 11;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  transition: all 0.35s;
}

#overlay.show {
  display: block;
}

.modal_div {
  display: none;
  opacity: 0;
  position: fixed;
  width: 60%;
  left: 20%;
  height: 60vh;
  background: #fff;
  z-index: 12;
  margin-top: -30vh;
  transition: all 0.35s;
}

/*.modal_div.show {
  display: block;
  opacity: 1;
}*/

.modal_div .modal_close {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/assets/img/icons/close.png") no-repeat;
  background-size: 100%;
  top: 10px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
}


@media screen and (max-width: 959px) {
  .modal_div .modal_close {
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
  }
}

.modal_div .modal-content {
  padding: 40px;
  height: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 959px) {
  .modal_div .modal-content {
    padding: 20px;
  }
}

.modal_div#video {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0 !important;
  margin-top: 0;
}

.modal_div#video .modal-content iframe {
  width: 100%;
  height: 100%;
}

.modal_div#welcome_modal{
  width: 370px;
  height: 370px;
  top: 50%;
  left: 50%;
  margin-top: -185px;
  margin-left: -185px;
  padding: 40px;
  border-radius: 2px;
  background-color: #f9f9f9;
  box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.5);

}
.modal_div#welcome_modal .logo{
  display: block;
  margin-bottom: 25px;
}
.modal_div#welcome_modal .logo img{
  max-width: 100%;
}
.modal_div#welcome_modal h3{
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
  font-family: "OpenSans-Bold", sans-serif;
  color: #000;
}
.modal_div#welcome_modal p{
  font-size: 20px;
  margin-bottom: 40px;
  color: #000;
}
.modal_div#welcome_modal .link_more{
  width: 177px;
  height: 45px;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 1px 1px 3px 0 rgba(148, 148, 148, 0.5);
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #23a6da;
  font-size: 18px;
  line-height: 45px;
  padding: 0;

}
.modal_div#welcome_modal .modal_close{
  width: 27px;
  height: 27px;
  top: 15px;
  right: 15px;
  background: url('/assets/img/icons/close_modal.svg') no-repeat;
  background-size: 100%;
}
.warning-icon {
  width: 15px;
  height: 15px;
  background: url('/assets/img/icons/warning-24px.svg') no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-bottom: -2px;
}
@media screen and (max-width: 480px) {
  .modal_div#welcome_modal {
    padding: 20px;
    width: calc(100% - 30px);
    height: 300px;
    margin-top: -150px;
    margin-left: 0;
    left: 15px;
  }
  .modal_div#welcome_modal .modal_close{
    top: 5px;
    right: 5px;
  }
  .modal_div#welcome_modal p{
    margin-bottom: 20px;
    font-size: 16px;
  }
  .modal_div#welcome_modal h3{
      font-size: 24px
  }
}
.block_text_news.block_event .article .event_contact{
  padding: 0 40px;
  width: 49%;
}

.block_text_news.block_event .article .event_contact >div{
  margin-bottom: 10px;
  padding-left: 40px;

}
.block_text_news.block_event .article .event_contact div,
.block_text_news.block_event .article .event_contact address{
  color:  #454545;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 2em;
}

.block_text_news.block_event .article .event_contact a{
  color:  #23A6DA;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  line-height: 2em;
}
.block_text_news.block_event .article .event_contact div.event_time{
  background: url("/assets/img/icons/icon-date.png") no-repeat left 5px;
}
.block_text_news.block_event .article .event_contact div.event_address{
  background: url("/assets/img/icons/icon-point2.png") no-repeat left 5px;
}
.block_text_news.block_event .article .event_contact div.event_phone{
  background: url("/assets/img/icons/icon-phone.png") no-repeat left 5px;
}
.block_text_news.block_event .article .event_contact div.event_email{
  background: url("/assets/img/icons/icon-mail.png") no-repeat left 5px;
}


.block_text_news.block_event .article .event_map{
  width: 49%;
  height: 250px;
  border: 2px solid #ccc;
}
@media screen and (max-width: 700px){
  .block_text_news.block_event .article .event_contact,.block_text_news.block_event .article .event_map{
    padding: 0;
    width: 100%;
  }
}

/*search*/



/*!
 * Datepicker for Bootstrap v1.5.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #454545 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}






.block_form_tabs .tabs-menu li a{
  text-decoration: none;
}

.block_form_tabs .tab-content .tab-pane{
  padding: 20px 0;
}
.query_input {
  float: left;
  margin-bottom: 10px;
  padding: 10px 0 8px 30px;
  outline: none;
  box-shadow: none;
  border: none;
}
.query_input.no_blocks {
  width: 100%;
}
#blocks {
  position: relative;
  padding: 8px 50px 0 8px;
  background-color: #fff;
  border-radius: 60px;
  border: 1px solid #dedddd;
}


#search_button{
  position: absolute;
  display: block;
  top: 13px;
  right: 15px;
  text-transform: uppercase;
  width: 28px;
  height: 28px;
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  border: none;
  outline: none;
  background: url("/assets/img/icons/search.png") no-repeat center center;
  background-size: 18px;
  cursor: pointer;
}
.none {
  display: none;
}
.buttons button:not(:last-child) {
  margin-right: 5px;
}
.search-form--add-cryteria{
  margin-top: 20px;
}
.buttons button {
  margin-bottom: 5px;
  padding: 5px 10px 5px 35px;
  background: #fff url("/assets/img/icons/plus.png") no-repeat 10px center;
  background-size: 18px;
  box-shadow: none;
  border: none;
  outline: none;
  border-radius: 30px;
  color:  #4e4e4e;
  font-size: 13px;

}

.buttons button:hover{
  background: #23A6DA url("/assets/img/icons/plus-hover.png") no-repeat 10px center;
  background-size: 18px;
  color:  #fff;
}
.block {
  position: relative;
  float: left;
  height: 40px;
  margin-bottom: 8px;
  margin-right: 10px;
  padding: 9px 30px 6px 15px;
  border-radius: 40px;
  background-color: #DBF8D7;
}
.block-query .block-key {
  display: inline-block;
  margin-right: 5px;
  margin-top: 4px;
  font-size: 11px;
}
.block-query input[type="text"], .block-tid input[type="text"], .block-value input[type="text"] {
  display: inline-block;
  width: auto;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  font-weight: bold;
  line-height: 16px;
  font-size: 13px;
  outline: none;
  transition: none;
}

.delete {
  position: absolute;
  display: block;
  width: 23px;
  height: 40px;
  line-height: 40px;
  padding-right: 6px;
  outline: none;
  font-size: 24px;
  color: #454545;
  background: transparent;
  background-position: -1px center;
  z-index: 2;
  top: -2px;
  right: -2px;
  text-decoration: none;

}
.selectize-control.single.loading + .delete{
  color: transparent;
  background: url("/assets/img/icons/ajax-loader.gif") no-repeat -1px center;
}

.delete:hover {
  text-decoration: none;
}

.block-date-tooltip {
  display: none;
  visibility: visible;
  width: 200px !important;
  /*left: 0px;
  top: 41px;*/
  left: -2px;
  top: 39px;
  min-width: 200px;
  position: absolute;
  z-index: 10;
  border: 1px solid #eee;
  background: #fff;
  margin: -1px 0 0 0;
  box-sizing: border-box;
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 5px 5px 0 rgba(226,235,230,.5);
  -moz-box-shadow: 5px 5px 0 rgba(226,235,230,.5);
  box-shadow: 5px 5px 0 rgba(226,235,230,.5);
}
.block-date-tooltip div {
  position: relative;
  padding: 5px 8px;
  cursor: pointer;
  overflow: hidden;
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
  box-sizing: border-box;
}
.block-date-tooltip div:hover {
  background-color: #f5fafd;
}
.block-date-tooltip div.active {
  background-color: #dae9f2;
}
.block-date-tooltip div.disabled {
  color: #EEE;
}
.block-date-arrow {
  position: absolute;
  /*left: 10px;
  top: 11px;
  color: black;*/
  left: -2px;
  top: -2px;
  width: 30px;
  height: 40px;
  background: url('/assets/img/arrow-bt.png') no-repeat 11px 17px;
}
.block-date-arrow:hover, .block-date-arrow:active, .block-date-arrow:focus {
  text-decoration: none;
  color: black;
}
.dateselect .block-key {
  margin-left: 18px;
}
.block-date-picker {
  float: left;
}
.block-date-picker input {
  background: none;
  border: none;
  border-bottom: 1px solid black;
  font-weight: bold;
  line-height: 1.2;
  color: #303030;
  font-size: 13px;
  width: 78px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.block-date-picker input:focus {
  outline:0;
}
.datepicker.dropdown-menu {
  top: 100px;
}
.datepicker.datepicker-dropdown{
  margin-top: 16px;
}


.suggest {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  margin-top: -1px;
  padding: 0;
  background:#FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
  border: 1px solid #b8b8b8;
  z-index:100;
}
.suggest a {
  display: block;
  width: 100%;
  padding: 5px 8px;
  font-size: 13px;
  color: #303030;
}
.suggest a:hover,
.suggest a:focus,
.suggest .selected {
  text-decoration: none;
  background-color: #c6e7f4;
  color: #23527c;
}
.block .selectize-control,
.block-key {
  float: left;
}
.block .selectize-control {
  margin-top: 1px;
}
.block-comment {
  margin-left: 2px;
  margin-top: 4px;
  font-size: 11px;
  display: inline-block;
}
.block-key {
  margin-right: 5px;
  margin-top: 4px;
  font-size: 11px;
}
.block,
.block .selectize-control,
.block .selectize-control.single .selectize-input {
  background: #DBF8D7;
}
.block .selectize-control.single .selectize-input {
  padding: 0 5px;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectize-dropdown {
  top: 29px!important;
  min-width: 500px;
  background: #fff;
  border-top: 1px solid #b8b8b8;
}
.selectize-input {
  font-weight: bold;
}
.block .selectize-control.single .selectize-input:after {
  display: none;
}
.selectize-dropdown [data-value] {
  position: relative;
}
.selectize-dropdown input[type="checkbox"] {
  position: relative;
  top: -1px;
  margin-right: 8px;
}

.delete:hover {
  text-decoration: none;
}

.block, .block .selectize-control, .block .selectize-control.single .selectize-input,
.block .selectize-control.single .selectize-input.input-active{
  background: #DBF8D7;
}
.selectize-dropdown input[type="checkbox"] {
  position: relative;
  top: -1px;
  margin-right: 8px;
}
.ch {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #d6d6d6;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 1;
}
input:checked + .ch,
.selected .ch
{
  background: url('/assets/img/icons/checked.png') no-repeat 0px 0px;
  border-color: #6ec8eb;
}
.block-cpv button,
.block-dkpp button,
.block-cav button{
  z-index: 100;
  /*margin-top: 6px;
  margin-left: 8px;*/
  box-shadow: none;
  border: none;
  background-color: #6ec8eb;
  color: #fff;
  padding: 10px 15px;
  font-size: 1.14em;
  outline: none;

}
.block .selectize-control.single .selectize-input.input-active:before{
  display: none!important;
}

.suggest, .selectize-dropdown, .datepicker.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 5px 5px 0 rgba(226,235,230,.5);
  -moz-box-shadow: 5px 5px 0 rgba(226,235,230,.5);
  box-shadow: 5px 5px 0 rgba(226,235,230,.5);
  border-color: #eee;
}
.datepicker.datepicker-dropdown {
  margin-top: 16px;
}

.search-form--filter .result-all-link {
  display: block;
  font-size: 21px;
  line-height: 1;
}
.mob-visible .result-all {
  margin-top: 20px;
  margin-bottom: 15px;
}

/*result*/
.no-results{
  border-color: #ec7e7f;
  /*box-shadow: 0px 0px 4px red;*/
}
.result-all {
  font-size: 36px;
  margin-top: 30px;
  line-height: 1.42857143;
}
.result-title {
  margin: 0;
  font-weight: normal;
  font-size: 20px;
  color: #1689b3;
}

.result > .container .row {
  overflow: hidden;
}
.amount {
  text-transform: lowercase;
  font-size: 34px;
  font-weight: 400;
  color: #599a4f;
}
.amount-number {
  font-size: 56px;
}
.result-date {
  padding-top: 12px;
  font-size: 	16px;
}

.delete-result {
  position: relative;
  top: 3px;
  margin-left: 20px;
  display: inline-block;
  width: 17px;
  height: 17px;
}
.result-date-text {
  margin-right: 5px;
}


[class^="sprite-"], [class*=" sprite-"] {
  display: inline-block;
  background: url("/assets/img/icons/sprite.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: middle;
  text-align: left;
}

.items-list--item a:hover .sprite-mouse-icon, .items-list--item .active .sprite-mouse-icon, .items-list--item .sprite-mouse-icon-a, .items-list--item .sprite-mouse-icon, .items-list--item .sprite-pen-icon, .items-list--item a:hover .sprite-pen-icon, .items-list--item .active .sprite-pen-icon, .items-list--item .sprite-pen-icon-a {
  width: 30px;
  height: 29px;
  background: url("/assets/img/icons/sprite-sm.png") no-repeat;
}

.items-list--header .cell {
  display: table-cell;
  vertical-align: middle;
}

.items-list .items-list--header i {
  float: left;
  margin-right: 10px;
}
.items-list--header {
  font-size: 18px;
  line-height: 1.5em;
  display: table;
  text-decoration: none;

}
.items-list .items-list--item {
  padding: 30px 0 30px;
  border-bottom: 1px solid #f9f9f9;
}
.items-list .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.main-result .breadcrumb {
  background: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
}

.main-result .breadcrumb li {
  padding: 0 5px;
  font-size: 12px;
  color: #454545;
}
.breadcrumb > li {
  display: inline-block;
}

.breadcrumb .marked {
  background: #a5df9d;
  border-radius: 20px;
}


.description-wr.open .description {
  max-height: 100%;
  margin-bottom: 10px;
}
.description-wr .description p {
  margin: 0 0 10px;
  line-height: 1.42857143;
  color: #454545;
  font-size: 14px;
}
.description-wr.croped .description {
  max-height: 60px;
  overflow: hidden;
}
.description-wr.open .description {
  max-height: 100%;
}


.description-wr .search-form--open {
  overflow: hidden;
}
.search-form--open:hover span {
  text-decoration: underline;
}

.search-form--save,
.search-form--open {
  line-height: 23px;
  display: inline-block;
}

.search-form--open {
  margin: 0 0 15px;
  font-size: 12px;
  text-decoration: none;
}
.main-result .sprite-arrow-right,
.search-form--open .sprite-arrow-right {
  background: url("/assets/img/icons/icon-up.png") no-repeat;
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.search-form--open .sprite-arrow-right {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: rotate 0.2s ease;
  -moz-transition: rotate 0.2s ease;
  -o-transition: rotate 0.2s ease;
  transition: rotate 0.2s ease;
}
.description-wr.open .search-form--open .sprite-arrow-right {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.description-wr .search-form--open {
  overflow: hidden;
}
.search-form--open:hover span {
  text-decoration: underline;
}

.description-wr .search-form--open span:nth-child(2){
  display: inline-block;
}
.description-wr .search-form--open span:nth-child(3){
  display: none;
}

.description-wr.open .search-form--open span:nth-child(2){
  display: none;
}
.description-wr.open .search-form--open span:nth-child(3){
  display: inline-block;
}
.items-list-item-description {
  margin-bottom: 10px;
  font-size: 14px;
  color: #454545;
}

.items-list--tem-id {
  font-size: 14px;
  color: #454545;
}
.row .items-list--item--price {
  font-size: 44px;
  line-height: .8;
  color: #599a4f;
  font-family: "OpenSans-Light", sans-serif;
}

.row .items-list--item--price.red, .row .items-list--item--price.red *{
    color: #e85d57!important;
}

.price-description {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #599a4f;
  text-transform: lowercase;
  text-align: right;
}
.uah {
  display: inline-block;
  margin-top: 5px;
  color: #599a4f;
  font-size: 16px;

}
.items-list--item--date {
  padding-top: 12px;
  font-size: 14px;
  line-height: 23px;
  color: #454545;
}



.items-list--item .row{
  font-size: 0;
  letter-spacing: 0;
}


.items-list--item .row> *{
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      color: #000;
}

.items-list--item .row .col-md-8 {
  width: 65%;
}
.items-list--item .row .col-md-4 {
  width: 35%;
  padding: 0 15px;
  text-align: right;
}



@media screen and (max-width: 959px) {
  .items-list--item .row .col-md-8{
    width: 100%;
    margin-bottom: 30px;
  }
  .items-list--item .row .col-md-4 {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}


.show-more {
  box-shadow: none;
  border: none;
  max-width: 310px;
  margin: 30px auto;
  position: relative;


  outline: none;
  padding: 0 15px;
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 100%;
  background: #23A6DA;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "OpenSans-Semibold", sans-serif;
}

/*.show-more:before {
  position: absolute;
  top: 15px;
  left: 18px;
  display: block;
  content: '';
  width: 25px;
  height: 25px;
  background: url(/assets/img/icons/sprite.png) no-repeat;
  background-position: 0 -388px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}*/






.suggest {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  margin-top: -1px;
  padding: 0;
  background: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
  border: 1px solid #b8b8b8;
  z-index: 100;
}

.suggest, .selectize-dropdown, .datepicker.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 5px 5px 0 rgba(226,235,230,.5);
  -moz-box-shadow: 5px 5px 0 rgba(226,235,230,.5);
  box-shadow: 5px 5px 0 rgba(226,235,230,.5);
  border-color: #eee;
}

.suggest .tender-search-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.suggest .selected, .suggest a:focus, .suggest a:hover {
  background: none;
  text-decoration: underline;
  color: #1689b3;
}

.suggest a {
  display: block;
  width: 100%;
  padding: 5px 8px;
  font-size: 13px;
  color: #303030;
}
.suggest a:hover,
.suggest a:focus,
.suggest .selected {
  text-decoration: none;
  background-color: #c6e7f4;
  color: #23527c;
}

.suggest {
  width: auto;
  margin-top: 57px;
  margin-left: 28px;
  padding: 10px 0;
}

.blocks-wr{
  position: relative;
}








/*-----one-tender-----*/
.tender .tender--head {
  padding: 50px 0;
}
.gray-bg {
  background: #f0f5f2;
}
.active-auctions .gray-bg.padding{
  height:100%;
}
.tender .tender--head .container {
  position: relative;
}
.tender .tender--head .tender--head--title {
  margin-bottom: 20px;
  line-height: 1.3em;
  font-size: 36px;
  font-weight: 300;
  font-family: "OpenSans-Light", sans-serif;
  color: #454545;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.tender .tender--head .breadcrumb_custom {
  margin: 30px 0;
}
.gray-bg .breadcrumb_custom a {
  background: #fff;
}
.gray-bg .breadcrumb_custom a.active {
  background: #a5df9d;
}
.gray-bg .breadcrumb_custom a:before {
  border-color: transparent transparent transparent #f0f5f2;
  _border-color: #000000 #000000 #000000 #f0f5f2;
}
.gray-bg .breadcrumb_custom a:after {
  border-color: transparent transparent transparent #fff;
  _border-color: #000000 #000000 #000000 #fff;
}
.gray-bg .breadcrumb_custom a.active:after {
  border-color: transparent transparent transparent #a5df9d;
}
.tender .tender--head .tender--head--company {
  font-size: 1.5em;
  padding-bottom: 25px;
}
.tender .tender--head .tender--head--inf,
.tender .tender_sign_check{
  margin: 0 0 10px;
  line-height: 2;
  color: #454545;
  font-size: 14px;
}
.marked {
  background-color: #a2dd9b;
  display: inline-block;
  padding: 0 5px;
  border-radius: 20px;
  line-height: 1.42857143;
}
.marked.yellow {
  background-color: #ffb300;
}
.marked.red {
  background-color: #f5aba8;
}
.marked.cyan {
  background-color: #9ED6EC;
}
.tender .tender--menu {
  position: absolute;
  max-width: 293px;
  background: #fff;
  border: 2px solid #ededed;
  border-bottom: 5px solid #ededed;
  right: 0;
  font-size: 1.28em;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 10;
  top: 110px;
  text-align: center;
}
.tender .tender--menu h3{
  text-align: center;
}
.word-break {
  word-break: break-word;
}
.back-tender {
  display: inline-block;
  margin-bottom: 15px;
}
.tender_menu_fixed {
  top: -80px !important;
  z-index: 13;
  transition: none;
  margin: 0 auto;
  width: 1170px;
}
.tender_menu_fixed .request-trigger {
  border-top: 1px solid #ededed;
  margin: 20px -15px 0;
  padding: 20px 13px 0;
}
.sprite-arrow-left {
  background-position: -0px -468px;
  width: 21px;
  height: 21px;
  margin-bottom: 3px;
}
.tender .tender--menu .blue-btn {
  margin: 0 0 15px;
}
.tender .tender--menu .nav.nav-list {
/*   border-top: 1px solid #ededed; */
  margin: 0 -15px;
  padding: 0 15px;
}
.blue-btn {
  padding: 12px 28px;
  background: #6dc8eb;
  color: #fff;
  display: inline-block;
}
.blue-btn:hover {
  color: #fff;
}
.nav-list.nav > li {
  padding: 10px 0;
}
.nav-list.nav > li > a:hover, .nav-list.nav > li > a:active, .nav-list.nav > li > a:focus {
  background: none;
}
.sprite-star {
  background-position: -26px -394px;
  width: 17px;
  height: 17px;
  margin-bottom: 3px;
}
.sprite-close-blue {
  background-position: -28px -360px;
  width: 17px;
  height: 17px;
  margin-bottom: 3px;
}
.sprite-warning {
  background-position: -0px -507px;
  width: 18px;
  height: 18px;
  margin-bottom: 3px;
}
.tender .tender--menu .nav.nav-list {
/*   border-top: 1px solid #ededed; */
  margin: 0 -15px;
  padding: 0 15px;
}
.tender .tender--menu .nav.nav-list.last {
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}
.nav-list.nav > li > a {
  padding: 0;
  display: inline-block;
}
.sprite-print {
  background-position: -0px -489px;
  width: 18px;
  height: 18px;
  margin-bottom: 3px;
}
.sprite-download {
  background-position: -21px -468px;
  width: 18px;
  height: 18px;
  margin-bottom: 3px;
}
.sprite-share {
  background-position: -18px -504px;
  width: 18px;
  height: 21px;
  margin-bottom: 3px;
}
.sprite-link {
  background-position: -21px -486px;
  width: 18px;
  height: 18px;
  margin-bottom: 3px;
}
.sprite-zip {
  background-position: -0px -525px;
  width: 21px;
  height: 21px;
}
.tender .tender--description {
  font-size: 14px;
}

.go-back{
  background-color: #C2D8DE;
  padding: 24px 0;
  cursor: pointer;
}

.go-back__title{
  font-family: "OpenSans-Semibold", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
}

.go-back__container{
  display: flex;
  align-items: center;
}

.material-icons.outlined{
  display: inline-flex;
  font-family: "Material Icons Outlined",sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.ml-2{
  margin-left: 0.2rem!important;
}

.border-bottom {
  border-bottom: 2px solid #ededed;
}
.margin-bottom {
  margin-bottom: 15px;
}
.margin-bottom-xl {
  margin-bottom: 40px;
}
.sprite-arrow-down {
  background-position: 0 -388px;
  width: 26px;
  height: 26px;
}
.tender .tender--description .tender--description--text {
  margin-bottom: 10px;
}
.tender .tender--description .tender--description--number, .tender .tender--description .tender--description--cost {
  font-size: 1.125em;
  text-align: center;
}
.gray-bg.padding {
  padding: 15px;
}
.blue {
  color: #24a7d3;
}
.green {
  color: #599a4f;
}
.tender .tender--description .tender--description--cost--number {
  font-size: 1.875em;
}
.tender .tender--customer {
  width: 100%;
}
.wrapper-main .tender .tender--customer--table td {
  padding: 3px 0px 3px 15px;
}
.wrapper-main .tender .tender--customer--table td:last-child {
  padding: 3px 0px 3px 0px;
}
.tender .tender--customer td, .tender .tender--customer th {
  /*float: left;*/
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}
table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.tender .tender--platforms .tender--platforms--list .item {
  position: relative;
  float: left;
  /*width: 12.5%;*/
  width: 20%;
  text-align: center;
  margin-top: 30px;
  /*height: 180px;*/
  padding: 0 15px;

}

.tender--platforms--list .img-wr {
  position: relative;
  z-index: 3;
  padding: 5px;
}

.img-wr {
  height: 110px;
  display: table;
  width: 100%;
}
.tender--platforms--list .img-wr a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.tender--platforms--list .item .img-wr a img {
  width: auto;
  max-width: 85%;
  max-height: 100%;
  height: auto;
}
.border-hover {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 120px;
  background-color: #fff;
  padding: 10px 0 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 2px solid #ededed;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: -webkit-opacity .2s ease-in-out;
  -moz-transition: -moz-opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
}

.tender--platforms--list .item:hover .border-hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.tender--platforms--list .btn-wr {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding-bottom: 20px;
}

.tender--platforms--list .btn {
  padding: 10px;
  background: #6dc8eb;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 17.92px;
}

.tender--platforms--list .item:hover {
  position: relative;
  z-index: 11;
}


.tender .more {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  width: auto;
  height: auto;
  background-image: none;
  color: #1689b3;
  text-transform: none;
}
.tender .more .sprite-arrow-down {
  background-position: 0 -388px;
  width: 26px;
  height: 26px;
}
.tender .tender--offers {
  font-size: 1.125em;
}
.tender .tender--offers .nav a {
  font-size: 0.777em;
}
.tender .tender--complaint {
  font-size: 1.125em;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
  border-top: 0;
}
.table > thead > tr > th {
  border-bottom: none;
  background: #d5ecf3;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-striped > tbody > tr:nth-of-type(2n) {
  background: #f0f5f2;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background: none;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table>thead>tr>th{
    font-size: 12px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-top: none;
}
.tender .tender--complaint .table a {
  font-size: 0.777em;
}
.tender .tender--description {
  font-size: 14px;
}
.tender--simmilar .tender--simmilar--item.active {
  position: absolute;
  z-index: 2;
  background: #fff;
  border: 2px solid #ededed;
  border-right: 5px solid #ededed;
  border-bottom: 5px solid #ededed;
}
.tender--simmilar .tender--simmilar--item {
  position: relative;
  font-size: 0.875em;
}
.tender--simmilar .tender--simmilar--item--control {
  position: absolute;
  right: 15px;
}
.tender--simmilar .tender--simmilar--item .tender--simmilar--item--cost {
  font-size: 2.57em;
}
.tender--simmilar .tender--simmilar--item a.title {
  font-size: 1.285em;
  display: block;
}
.tender--simmilar .tender--legend {
  padding: 10px 0 0;
}
.tender--simmilar .tender--simmilar--item.active .tender--simmilar--item--hidden-part {
  display: block;
}
.tender--simmilar .tender--simmilar--text {
  margin-top: 10px;
  min-height: 38px;
}
.tender .sprite-arrow-right {
  background-position: 0 -414px;
  width: 21px;
  height: 21px;
}
.tender--simmilar .tender--simmilar--item--hidden-part {
  display: none;
}

.tender--head .container{
  font-size: 0;
  letter-spacing: 0;
}
.tender--head .container > .col-sm-9, .tender--head .container > .col-sm-3{
    display: inline-block;
    vertical-align: top;
}

.tender .tender--head .container >.col-sm-9{
  width: 60%;
  padding-right: 20px;
}

.tender .tender--head .container >.col-md-3{
  width: 40%;
}

.tender .tender--head .tender--description--cost{
  font-size: 18px;
  line-height: 1.42857143;
}
.tender .tender--head .tender--description--cost.red *{
    color: #e85d57!important;
}

.tender .tender--head .container .row{
  font-size: 14px;
}
.tender .tender--head .container .row a{
  text-decoration: none;

}

.tender .col-sm-9 > h2{
  margin-top: 30px;
  margin-bottom: 20px;
}
.tender .tender--head .tender--description--cost--number{
  font-size: 45px;
  line-height: .8;
  color: #599a4f;
  font-family: "OpenSans-Light", sans-serif;
  text-align: right;
}
.tender .tender--head .tender--description--cost--number strong{
  font-weight: normal;
  font-family: "OpenSans-Light", sans-serif;
  white-space: nowrap;
}
.tender .tender--head .tender--description--cost--number span{
  display: block;
  margin-top: 5px;
  color: #599a4f;
  font-size: 16px;
}
.tender .tender--head .tender--description--cost--number .price-description{
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #599a4f;
  text-transform: lowercase;
  text-align: right;
}


/*----tender--offers documents---*/
.overlay-documents,
.overlay-documents-all,
.overlay-info-all {
  display: none;
}
.overlay.open {
  display: block;
}
.tender--offers .document-link {
  /*font-size: 0.87em;*/
}
.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  text-align: center;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(0,0,0,0.85);
  cursor: default;
  z-index: 1000;
}
.overlay-box {
  position: relative;
  width: 560px;
  max-width: 85%;
  margin: 70px auto;
  padding: 30px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
}
.document-info {
  padding: 10px 0;
  font-size: .7em;
  overflow: hidden;
}
.document-date,
.document-name {
  width: 50%;
}
.document-name {
  float: left;
}
.document-date {
  float: right;
  text-align: right;
}
.overlay-title {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: .7em;
  font-weight: bold;
}
.tender--offers.documents last-child .document-info {
  margin-bottom: 40px;
}
.tender--offers.documents:first-child .overlay-title:first-child {
  margin-top: 0;
}
.overlay-box {
  position: relative;
  z-index: 10;
}
.overlay-box.large {
  width: 960px;
}
.overlay-box .overlay-close {
  position: absolute;
  top: 20px;
  right: 16px;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
.overlay-box .overlay-close .sprite-close-grey {
  margin-top: 12px;
  background-position: 0px -450px;
  width: 17px;
  height: 17px;
}
.overlay-close-layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.blue-btn:focus {
  color: #fff;
  text-decoration: none;
}
.blue-btn:hover {
  text-decoration: underline;
}
.table-striped td {
  font-size: .89em;
}
.tender p{
  color: #333333;
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.tender a{
  text-decoration: none;
  font-size: 14px;
}
.tender .tender--menu{
  width: 25%;
  padding: 15px;
  color: #333333;
}

.tender .tender--menu p{
  font-size: 18px;

}

.tender .tender--menu a{
  font-size: 14px;
}

.tender .col-sm-4 {
  width: 40%;
  /*padding: 15px  15px 15px 0;*/
}


.tender td:first-child{
  padding-right: 15px;
}

.tender  .col-sm-6 {
  width: 59%;
  /*padding: 15px;*/
}
.col-sm-9 {
  width: 75%;
}


.tender .col-sm-2{
  width: 20%;
  /*padding: 15px;*/
}
.tender .col-sm-6{
  width: 50%;
  /*padding: 15px;*/
}
.tender h3{
  text-align: left;
  margin-bottom: 20px;
  font-size: 32px;
}

.tender h2 {
  color: #454545;
  line-height: 1.3em;
  font-weight: 300;
  font-family: "OpenSans-Light", sans-serif;
  font-size: 36px;
  margin-bottom: 40px;

}


.tender h3 + div, .tender h2 + div{
  margin-top: 0!important;;
}


.tender  .nav-tabs {
  border-bottom: 1px solid #f5f5f5;
}

.tender  .nav-tabs > li > a {

  position: relative;
  display: block;
  padding: 0 0 15px 0;
  border-bottom: 3px solid transparent;
}
.tender  .nav-tabs > li.active > a,
.tender  .nav-tabs > li.active > a:hover,
.tender  .nav-tabs > li.active > a:focus,
.tender  .nav-tabs > li > a:hover {
  /*color: #454545;*/
  /*cursor: default;*/
  border-bottom: 3px solid #599a4f;
}
.tender  .nav-tabs > li {
  display: inline-block;
  position: relative;
  margin-right: 40px;

}
.tender  .nav-tabs > li:last-child{
  margin-right: 0;
}


.tender .tab-content{
  display: none;
}


.tender .tab-content.active{
  display: block;
}

.tender a.stroked {
  text-decoration: line-through;
}

.grey-light {
  color: #999;
}
.size12 {
  font-size: 12px;
}
.question-date {
  margin-bottom: 10px;
}
.tender{
  font-size: 14px;
  color: #454545;
}
.tender .contacts_info_tender p,
.tender .contacts_info_tender a{
  color: #454545;
  font-size: 12px;
  line-height: 1.4em;
  display: block;
  text-align: center;
}
.tender .contacts_info_tender .name_contact_tender{
  color: #599a4f;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.4em;
}

b, strong {
  font-weight: 600;
  font-family: "OpenSans-Bold", sans-serif;
}

.questions-block {
  margin-bottom: 40px;
}
.questions {
  margin-top: 20px;
}
.question-one,
.answer {
  padding-left: 26px;
}
.question-date {
  margin-bottom: 10px;
}
.question--open {
  display: inline-block;
  cursor: pointer;
}
.question--open:hover {
  text-decoration: none;
}
.question--open:hover .question-up,
.question--open:hover .question-down {
  text-decoration: underline;
}
.questions-row {
  margin-bottom: 35px;
}
.question-one {
  background: url('/assets/img/icons/question.png') no-repeat 0 0;
}
.answer {
  background: url('/assets/img/icons/answer.png') no-repeat 0 0;
}


.question--open .question-up{
  display: inline-block;
}
.question--open .question-down{
  display: none;
}

.question--open.open .question-up{
  display: none;
}

.question--open.open .question-down{
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .items-list--item .row .col-md-8{
    width: 100%;
    margin-bottom: 30px;
  }
  .items-list--item .row .col-md-4 {
    width: 100%;
    padding: 0;
  }


  .tender .tender--head .container >.col-sm-9{
    width: 100%;
    padding-right: 0;
  }

  /*.tender .col-sm-4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .tender  .col-sm-6 {
    width: 100%;
  }*/
  .col-sm-9 {
    width: 100%;
  }
  .tender .tender--offers{
    overflow-x: scroll;
  }
}
.block_team{
  padding: 70px 0 20px;
}
.block_team .list_team{
  text-align: center;
}
.block_team .list_team .item{
  margin-bottom: 80px;
  padding: 0 30px;
}
.block_team .list_team .item .image-holder{
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin: 0 auto 20px;
}
.block_team .list_team .item  .name{
  color:  #599a4f;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.block_team .list_team .item  .position{
  color:  #454545;
  font-size: 12px;
  line-height: 1.4em;
}

.block_team .list_team .item  .phone a{
  color:  #454545;
  font-size: 12px;
  text-decoration: none;
  line-height: 1.4em;
}

.block_text_common ul, .block_text_common ol,
.block_text_news ul, .block_text_news ol{
  margin-bottom: 20px;
}

.block_text_common ol,
.block_text_news ol{
  margin-left: 20px;
}
.block_text_common ul li, .block_text_common ol li,
.block_text_news ul li, .block_text_news ol li{
  padding: 0;
  font-size: 14px;
  line-height: 2em;
  color: #454545;
  position: relative;
}
.block_text_common ul li:before,
.block_text_news ul li:before
{
  margin-right: 10px;
  content: "";
  width: 3px;
  height: 3px;
  background: #599a4f;
  border-radius: 3px;
  display: inline-block;
  line-height: 2em;
  font-size: 14px;
  vertical-align: middle;
}
.block_text_common h2{
  color: #454545;
  line-height: 1.3em;
  font-weight: 300;
  font-family: "OpenSans-Light", sans-serif;
  margin-bottom: 20px;
  font-size: 28px;
}
footer .item{
  padding-right: 15px;
}

.block_text_common a, .block_proposition a{
  text-decoration: none;
}



.block_photo_longread{
  padding: 55px 0;
  text-align: center;

}


.block_photo_longread .item{
  padding: 15px;
  text-decoration: none;
}


.block_photo_longread .item > div{
  padding: 20px;
  background: #fff;
}


.block_photo_longread .item .image-holder{
  height: 265px;
  max-width: 100%;
  width: auto;
  margin-bottom: 20px;
  display: inline-block;
}
.block_photo_longread .item .image-holder img{
  max-width: 100%;
  width: auto;
}
.block_photo_longread .item .name{
  color: #606060;
  font-size: 14px;
}
.block_photo_longread a.item:hover .name{
  color: #23A6DA;
}
.block-center{
  text-align: center;
}

.faq-group{
  margin-bottom: 50px;
}
.faq-group .list_faq_group{
  background: #f9f9f9;
  padding: 20px;
}
.faq-group .list_faq_group .item{
  margin-bottom: 15px;
}

.faq-group .list_faq_group .item a{
  text-decoration: none;
  font-size: 18px;
}

.block_faq_answer .item .faq-question, .block_faq_answer .item .faq-question p{
  color: #23A6DA;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 15px;
  line-height: 1.5em;
}

.block_faq_answer .article h1{
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}

.block_faq_answer .article h1:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color:  #599a4f;
  width: 80px;
  height: 2px;
}
.block_faq_answer .item{
  margin-bottom: 30px;
  border-bottom: 1px solid #f9f9f9;
  padding-bottom: 15px;
}
.block_faq_answer .item .faq-question p:last-child{
  margin-bottom: 0;
}


.block_faq_answer .item .faq-answer{
  display: none;
  margin-bottom: 15px;
  position: relative;
}

.block_faq_answer .item .faq-answer > div:last-child{
  margin-bottom: 0;
}

.block_faq_answer .item .up_button{
  background: url("/assets/img/icons/icon-up.png") no-repeat center;
  width: 15px;
  height: 15px;
  float: right;
  margin-top: 27px;
  cursor: pointer;
  margin-bottom: 0;


}
img{
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .block_team{
    padding: 40px 0 10px;
  }
  .block_team .list_team .item{
    margin-bottom: 30px;
    padding: 0 20px;
    width: 33%;
  }
  .block_text_common h2{
    font-size: 20px;
  }

  .block_statistics .list_statistics li{
    width: 33%;
  }

  .block_photo_longread .item{
    width: 50%;
  }
  .block_faq_answer .item{
    margin-bottom: 0!important;
  }
}


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

  .block_team .list_team .item{
    padding: 0 10px;
    width: 50%;
  }

  footer .item{
    padding-right: 0;
  }
  .block_statistics .list_statistics li{
    width: 50%;
  }

  .block_photo_longread .item{
    width: 100%;
  }
}

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

  .block_team .list_team .item{
    padding: 0;
    width: 100%;
  }
  .block_statistics .list_statistics li{
    width: 100%;
  }
}


.block_text_nopaddindbottom{
  padding-bottom: 0;
}

.block_text_common.block_text_nopaddindbottom .title_desc{
  margin-bottom: 0;
}


.faq-group .list_faq_group .item:last-child{
  margin-bottom: 0;
 }
.block_list_news .list_news .item .img-holder{
  width: 150px;
  height: 150px;
  float: left;
  border-radius: 150px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
.block_text_news .article .img-holder.photo-author{
  width: 120px;
  height: 120px;
  float: left;
  border-radius: 150px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
.block_list_news .list_news .item .img-holder img,
.block_text_news .article .img-holder.photo-author img{
  height: 100%;
}

.block_list_news .list_news .item .name_author,.block_text_news .article .name_author{
  color: #599a4f;
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 1.3em;
}

.block_text_news .article .article-desc{
  clear: both;
}
@media screen and (max-width: 450px) {
  .block_list_news .list_news .item .img-holder,
  .block_text_news .article .img-holder.photo-author{
    float: none;
    margin: 0 auto 15px;
  }

}

.main-result .result-all{
  padding-bottom: 25px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1em;
  color: #454545;
  font-family: "OpenSans-Light", sans-serif;
  font-weight: 300;
  position: relative;
}
.main-result .result-all:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #599a4f;
  width: 80px;
  height: 2px;
}

.block_list_news .list_news .item .info-item{
  overflow: hidden;
}



.img-holder .fake-img {
  opacity: 0;
  position: relative;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  z-index: 1;
}

.img-holder .img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.fa-youtube-play{
  color: #e62117;
}
.fa-facebook{
  color: #3b5998;
}
.fa-slideshare{
  color: #067ab6;
}
.fa-twitter{
  color: #00aced;
}
.fa-instagram{
  color: #bc2a8d;
}
.block_text_more .link_more{
  background: none;
  padding: 0;
  display: block;
  text-align: center;
}
.block_text_more .link_more_show{
  position: relative;
  font-size: 14px;
  color: #23A6DA;
  padding-right: 20px;
  cursor: pointer;
  display: inline-block;
}

.block_text_more .link_more_show:after{
  background: url('/assets/img/icons/icon-up.png') no-repeat center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
}

.block_text_more .link_more_hide{
  background: url('/assets/img/icons/icon-up.png') no-repeat center;
  width: 15px;
  height: 15px;
  display: none;
  cursor: pointer;
  margin: auto;
}
.block_text_more .item.hide{
  display: none;
}

.block_buttom{
  position: relative;
}

.tender .date, .tender .document-date,
.tender .table-date,
.tender .question-date{
  background: url('/assets/img/icons/data-icon.png') no-repeat center left;
  padding-left: 25px;
  font-size: 12px;
  color: #454545;
  margin-bottom: 10px;
}
.tender .date span, .tender .document-date span,
.tender .table-date span, .tender .question-date span{
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.tender .date span:after, .tender .document-date span:after,
.tender .table-date span:after, .tender .question-date span:after{
  position: absolute;
  content: "";
  top: 50%;
  left: 9px;
  border-radius: 3px;
  width: 3px;
  height: 3px;
  margin-top: -1px;
  background: #599a4f;
}


.block_buttom.block_buttom_for_business .item.left a{
  padding-right: 20px;
}


@media screen and (max-width: 959px){
  .main-result .result-all {
    font-size: 24px;
  }

  .tender .tender--platforms .tender--platforms--list .item {
    width: 33%;
  }
}


@media screen and (max-width: 600px){
  .tender .tender--platforms .tender--platforms--list .item{
    width: 50%;
  }
}

.block_buy,
.block_statistics,
.block_text_common,
.block_perevagu,
.block_logo_brands,
.block_proposition,
.block_text_tender,
.block_text_torgu,
.block_advice,
.block_step,
.block_faq {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media screen and (max-width: 1199px) {
    .block_buy,
    .block_statistics,
    .block_text_common,
    .block_perevagu,
    .block_logo_brands,
    .block_proposition,
    .block_text_tender,
    .block_text_torgu,
    .block_advice,
    .block_step,
    .block_faq {
      padding-top: 40px;
      padding-bottom: 40px;
    }
}

@media screen and (max-width: 959px) {
    .block_buy,
    .block_statistics,
    .block_text_common,
    .block_perevagu,
    .block_logo_brands,
    .block_proposition,
    .block_text_tender,
    .block_text_torgu,
    .block_advice,
    .block_step,
    .block_faq {
      padding-top: 30px;
      padding-bottom: 30px;
    }
}
.list_logo_brands.jsBrandsSlider {
    overflow: hidden;
    max-height: 160px;
}
.list_logo_brands.jsBrandsSlider .item {
    opacity: 0;
    transition: 0.2s;
}
.list_logo_brands.slick-slider .slick-slide {
    opacity: 1;
}
.list_logo_brands.slick-slider {
    overflow: hidden;
    position: relative;
    transition: 0.3s;
}
.list_logo_brands.slick-slider .slick-list {
    width: 100%;
}
.list_logo_brands.slick-slider .slick-slide {
    display: inline-block;
}
.list_logo_brands.slick-slider .slick-slide:active,
.list_logo_brands.slick-slider .slick-slide:focus {
    outline: none;
}
.list_logo_brands.slick-slider .slick-dots li {
    display: inline-block;
    width: 5px;
    height: 5px;
    overflow: hidden;
    margin: 0 7px;
}
.list_logo_brands.slick-slider .slick-dots li button {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: #869791;
    opacity: 0.5;
    text-indent: 1000px;
}
.list_logo_brands.slick-slider .slick-dots li.slick-active button {
    opacity: 1;
}
.list_logo_brands.slick-slider .slick-dots {
    width: auto;
    margin-left: auto;
    margin-right: auto;

}

.list_logo_brands.slick-slider .slick-arrow {
    display: block;
    width: 20px;
    height: 30px;
    position: absolute;
    bottom: 11px;
    background-image: url('/assets/img/icons/slick-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: 1000px;
    overflow: hidden;
    margin: 0!important;
    margin-top: -15px!important;
    top: 50%;
    z-index: 1;
}
.list_logo_brands.slick-slider .slick-arrow.slick-next {
    right: 0;
}
.list_logo_brands.slick-slider .slick-arrow.slick-prev {
    left: 0;
    transform: rotate(180deg);
}
.block_form_tabs .tabs-menu li.title {
  color: #599a4f;
  text-transform: uppercase;
  font-weight: 300;
  cursor: default;

}


.list_logo_brands.slick-slider .slick-list{
  padding: 0 30px;
}

.search-form--filter .result-all{
  margin-bottom: 30px;
}

.table.table-search{
  border-spacing: 0;
}
.table.table-search>thead>tr>th{
  font-size: 14px;
  color: #fff;
  background: #23A6DA;
  vertical-align: middle;
}

.table.table-search td{
  font-size: 12px;
  color: #454545;
  max-width: 30%;
}


.table.table-search td:nth-child(4){
  width: 18%;
}
.table.table-search td a{
  text-decoration: none;
}
.table.table-search td a.img-holder{
    padding:20px;
    text-align: center;
}
.table>thead>tr>th{
  font-family: "OpenSans-Semibold", sans-serif;
}

.table.table-search  .price{
  font-size: 24px;
  line-height: 1em;
  color: #599a4f;
  font-family: "OpenSans-Light", sans-serif;

}


.table.table-search  .price span{
  display: inline-block;
  margin-top: 5px;
  color: #599a4f;
  font-size: 12px;
  text-transform: uppercase;
}


.tender_menu_fixed{
  z-index: 13!important;
}

@media screen and (max-width: 959px){
  .tender_menu_fixed{
    top: inherit!important;
    position: relative!important;
    padding-top: 20px;
  }
  .tender .tender--menu{
    width: 100%;
    position: relative;
    top: inherit;
  }

  .tender .tender--head .container >.col-md-3{
    width: 100%;
    text-align: left;
  }

  .tender .tender--head .tender--description--cost--number,
  .tender .price-description{
    text-align: left;
  }
}

.error500 h3{
  color:  #ec1010;
}

.error404{
  text-align: center;
  padding: 50px 0;
}

.error404 h3{
  font-family: "OpenSans-Bold", sans-serif;
  color:  #599a4f;
  font-size: 136px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 30px;
}

.error404 p{
  color:  #454545;
  font-size: 24px;
  margin-bottom: 15px;

}

.error404 a{
  background-color:  #f9f9f9;
  font-size: 16px;
}


/*.tender .tab-document-content .date{
  padding-left: 0;
  background: none;
}*/


.items-list .items-list--header i+span{
  overflow: hidden;
  width: calc(100% - 40px);
  display: inline-block;
}

.tender .date.nobackground,
.tender .document-date.nobackground,
.tender .table-date.nobackground,
.tender .question-date.nobackground{
  background: none;
  padding: 0;
}


.block-platform{
  padding-top: 35px;
  padding-bottom: 35px;
  overflow: hidden;
}
.block-platform h3{
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1em;
  color: #454545;
  font-family: OpenSans-Light,sans-serif;
  font-weight: 300;
  position: relative;
  text-align: left;

}
.block-platform h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #599a4f;
  width: 80px;
  height: 2px;
}
.block-platform table{
  width: 100%;
}
.block-platform table tr td{
  padding: 10px;
}

.block-platform table tr th{
  padding: 20px 10px;
}
.block-platform table h4{
  font-family: "OpenSans-Semibold", Arial, sans-serif;
  font-size: 14px;
}
.block-platform table h4 a{
  font-family: "OpenSans-Semibold", Arial, sans-serif;
  color: #23A6DA;
}
.block-platform table a{
  color: #23A6DA;
  font-size: 14px;
  display: block;
}
.block-platform table p{
  font-size: 14px;
}
.block-platform table .img-holder{
  text-align: left;
  max-width: 250px;

}
.block-platform table tr td:first-child{
  max-width: 30%;
}
.block-platform table .img-holder img{
  height: auto;
  max-width: 100%;
}

.block-platform table td{
  max-width: 33%;
}
.dozorro_link_mini{
  margin-top: 30px;
}
.dozorro_link_mini a{
  font-family: "OpenSans-Semibold", Arial, sans-serif;
  font-size: 14px;
  color: #23A6DA;


}
.dozorro_link_mini img{
  vertical-align: middle;
  margin-left: 15px;
}

.info_dozorro{
  border-top: 1px solid #ededed;
  margin: 20px -15px 0;
  padding: 20px 15px 0;
  text-align: center;
}

.info_dozorro .logo{
  margin-bottom: 20px;
  display: inline-block;
}

.info_dozorro h4{
  color:  #565656;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
}

.info_dozorro .block_rating{
  margin-bottom: 20px;
}
.info_dozorro .block_rating  .item-rating{
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  background: url('/assets/img/icons/rating1.png') no-repeat center;

}
.info_dozorro .block_rating  .item-rating:last-child{
  margin-right: 0;
}
.info_dozorro .block_rating  .item-rating.active{
  background: url('/assets/img/icons/rating2.png') no-repeat center;
}
.info_dozorro p:last-child{
  margin-bottom: 0;
}

.info_dozorro p a{
  color:  #565656;
  font-size: 14px;
}
.info_dozorro .button{
  background-color:  #e55166;
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 12px!important;
  font-family: "OpenSans-Semibold", Arial, sans-serif;
  color: #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  margin-bottom: 15px;
  text-decoration: none;
}

.title_prozorro_sale{
  background: #f59277;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  padding: 15px 0 14px;
}

.block_prozorro_sale {

  padding: 30px 0;

}

.block_prozorro_sale .img-holder{
  width: 353px;
  padding-right: 30px;
  border-right: 1px solid #e0e0e0;
  text-align: right;


}
.block_prozorro_sale .img-holder img{
  width: 220px;
}
.block_prozorro_sale .block_prozorro_sale__info{
  width: calc(100% - 353px);
  padding-left: 30px;
}
.block_prozorro_sale__info p{
  margin-bottom: 20px;
  color: #353535;
}
.block_prozorro_sale__info h4{
  text-transform: uppercase;
  color: #353535;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "OpenSans-Semibold", sans-serif;
}
.block_prozorro_sale__info ol{
  margin-bottom: 15px;
  counter-reset: counter_prozorro;
}
.block_prozorro_sale__info ol li{
  margin-bottom: 15px;
  margin-right: 15px;
  color: #353535;
  font-size: 16px;
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.block_prozorro_sale__info ol li::before{
  display: block;
  counter-increment: counter_prozorro;
  content: counter(counter_prozorro)'. ';
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #f59277;
  font-size: 16px;
}

.block_prozorro_sale__info ol li:last-child{
  margin-right: 0;
}

@media screen and (max-width: 959px){
  .error404{
    padding: 70px 0;
  }
  .tender .tender--head .tender--head--title{
    font-size: 28px;
  }
  .tender h2{
    font-size: 26px;
  }

  .tender h3{
    font-size: 24px;
  }
  .tender h4{
    font-size: 20px;
  }

  .block-platform .wide-table{
    overflow-x: scroll;
  }
  .block_prozorro_sale .img-holder{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    border: 0;
    text-align: left;
  }
  .block_prozorro_sale .block_prozorro_sale__info{
    width: 100%;
  }
}


@media screen and (max-width: 450px){
  .tender .tender--head .tender--description--cost--number{
    font-size: 36px;
  }
  .gray-bg.padding{
    padding: 0;
  }
  .tender .tender--customer td,
  .tender .tender--customer th{
    float: none;
  }

  .tender .col-sm-2{
    width: 50%;
  }

  table table.tender--customer td{
    width: 50%!important;
  }

  table table.tender--customer{
    margin-left: -120px;
    width: calc(100% + 120px)!important;
    margin-top: 20px;
  }

  .tender--offers .document-date, .tender--offers .date{
    background: none;
    padding-left: 0;
  }
  .tender--offers.documents .document-name{
    word-break: break-word;
  }

  .block_form_tabs .tabs-menu li{
    margin-right: 8px;
  }

}

.block-tabs-filter{
  padding-bottom: 100px;
  text-align: center;

}
.block-tabs-filter .tabs-filter1{
  margin-bottom: 50px;
}
.block-tabs-filter .tabs-filter1 div{
  padding: 20px 20px;
  position: relative;
  font-size: 16px;
  line-height: 1em;
  color: #787878;
  cursor: pointer;
}

.block-tabs-filter .tabs-filter1 div:after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #ebebeb;
}

.block-tabs-filter .tabs-filter1 div.active{
  color: #333333;

}
.block-tabs-filter .tabs-filter1 div.active:after{
  height: 4px;
  background: #51b6fe;
}

.block-tabs-filter .contents{
  text-align: left;
}
.block-tabs-filter .contents .tabs-menu{
  width: 250px;
  padding-right: 20px;
  box-sizing: border-box;
}
.block-tabs-filter .contents .tab-content{
  width: calc(100% - 250px);

}
.block-tabs-filter .contents .tab-content.width100{
  width: 100%;
}
.block-tabs-filter .tabs-filter2 li{
  margin-bottom: 30px;
}

.block-tabs-filter .tabs-filter2 li a{
  line-height: 1em;
  font-size: 16px;
  color: #51b6fe;
  text-decoration: none;

}

.block-tabs-filter .tabs-filter2 li a.active{
  color: #f69378;
}



.block-tabs-filter .tab-content .auction{

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  padding: 0 10px 20px;
}

.block-tabs-filter .tab-content .auction > div{
  background: #f6f6f6;
  padding: 20px;
}

.block-tabs-filter .tab-content .auction .img-holder{
  width: 100%;
  margin-bottom: 20px;
}
.block-tabs-filter .tab-content .auction .img-holder img{
  width: 100%;
  margin-bottom: 10px;
}

.block-tabs-filter .tab-content .auction .title{
  font-size: 18px;
  color: #F69379;
  line-height: 1.1em;
  text-decoration: none;
  height: 41px;
  overflow: hidden;
  display: block;
}

.block-tabs-filter a.list_more {
  display: inline-block;
  color: #23a6da;
  font-size: 14px;
  font-family: OpenSans-Semibold,sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-radius: 40px;
  background: #fff;
  padding: 10px 40px;
  line-height: 1.5em;

}


.block-tabs-filter .tab-content .auction .date{
  font-size: 14px;
  color: #4eb7fe;
  margin-bottom: 10px;
  margin-top: 5px;
  font-family: "Lato-Regular", sans-serif;
}
.block-tabs-filter .tab-content .auction .date i{
  margin-right: 8px;
}

.block-tabs-filter .tab-content .auction div{
  font-size: 14px;
  color: #878787;
}


.block-tabs-filter .tab-content .auction .price,
.block-tabs-filter .tab-content .auction .currency{
  color: #66be59;
  display: inline-block;

}




.block-tabs-filter .tab-content .auction .price,
.block-tabs-filter .tab-content .auction .currency{

  vertical-align: bottom;
  line-height: 1em;
}

.block_categories_filter .item{
  text-align: left;
  background: #fff;
  width: calc((100% - 60px)/3);
  height: 200px;
  padding: 20px;
  box-sizing: border-box;
  margin-right: 20px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #EEE;
}

.block_categories_filter .item:nth-child(3n){
  margin-right: 0;
}

@media screen and (max-width: 959px){
  .block_categories_filter .item{
    width: calc((100% - 40px)/2);
  }
  .block_categories_filter .item:nth-child(3n){
    margin-right: 20px;
  }
  .block_categories_filter .item:nth-child(2n){
    margin-right: 0;
  }
}
@media screen and (max-width: 762px){
  .block_categories_filter .item{
    width: calc((100% - 20px)/1);
  }
  .block_categories_filter .item:nth-child(2n){
    margin-right: 20px;
  }
  .block_categories_filter .item:nth-child(1n){
    margin-right: 0;
  }
}
@media screen and (max-width: 600px){
  .block_categories_filter .item{
    width: 100%;
    margin: 0 auto 20px!important;
  }

}

.block_categories_filter .item .name{
  font-size: 14px;
  line-height: 1.3em;
  text-decoration: none;
  margin-bottom: 15px;
  margin-top: 5px;
  display: block;
  height: 70px;
  overflow: hidden;
}

.block_categories_filter .date{
  background: url(/assets/img/icons/data-icon.png) no-repeat center left;
  padding-left: 25px;
  font-size: 12px;
  color: #454545;
  margin-bottom: 10px;
}
.block_categories_filter .item .price{
  font-size: 22px;
  font-family: "OpenSans-Semibold", sans-serif;
  font-weight: 300;
  color: #599a4f;
  line-height: 1em;
  margin-bottom: 15px;
}
.block_categories_filter .item .price span{
  font-size: 20px;
  font-family: "OpenSans-Regular", sans-serif;
}

.block_categories_filter .item .status{
  color: #454545;
  font-size: 14px;
}
.block_categories_filter .item .company {
  color: #454545;
  font-size: 14px;
}
.block_categories_filter .item strong {
  display: block;
  font-weight: 600;
  font-family: "OpenSans-Semibold", sans-serif;
  max-height: 60px;
  overflow: hidden;
}

.block_categories_filter .item  .city {
  background: url(/assets/img/icons/icon-point.png) no-repeat center left;
  padding-left: 20px;
  font-size: 14px;
  color: #454545;
  margin-bottom: 15px;
  line-height: 1em;
}


@media screen and (max-width: 959px){
  .block-tabs-filter .contents .tabs-menu{
    width: 100%;
    padding-bottom: 30px;
  }

  .block-tabs-filter .contents .tab-content{
    width: 100%;
  }
}


@media screen and (max-width: 600px){
  .block-tabs-filter .tab-content .auction{
    width: 100%;
    padding: 0 0 20px;
  }
  .block-tabs-filter a.list_more{
    padding: 20px 40px;
    font-size: 16px;
  }

  .block-tabs-filter .tabs-filter1 div{
    padding: 20px 12px;
  }
  .block-tabs-filter .tabs-filter2 li{
    margin-bottom: 15px;
  }
  .block_categories_filter .item{
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
}

.block-tabs-filter .tab-content .auction .block-img{
  height: 215px;
  margin-bottom: 10px;
}
.block-tabs-filter .tab-content .auction .block-img .image-holder{
  height: 100%;
}

.color-stopping,
.color-stopped,
.color-mistaken,
.color-invalid,
.color-declined {
    background-color: #f5aba8;
}

.block_text_common table tbody td {
  font-weight: normal;
  padding: 8px;
  font-size: 14px;
  color: #454545;
}
.block_text_common table tbody td a { font-size: 14px; }
.block_text_common table tbody tr:first-child td {
    padding: 14px;
    /*font-size: .89em;*/
    line-height: 1.42857143;
    border-bottom: none;
    background: #D0EDF4 !important;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    font-family: "OpenSans-Regular", sans-serif;
    /*text-transform: uppercase;*/
}
.block_text_common table tbody tr:nth-child(odd) td {
    background: #f0f5f2;
}

.hint{
    font-size: 12px;
    color: #888;
    margin-left: 20px;
    margin-top: 10px;
}
.hint a{
    font-size: 12px;
    color: #23a6da;
}


#tender .blocks-wr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#tender #blocks {
  width: 100%;
}

#tender .search-exapmle-link {
  font: 12px/1.3em "OpenSans-Regular", "Arial", sans-serif;
  margin-top: 10px;
  display: block;
  line-height: normal;
  margin-right: 20px;
}
.block-upcoming-events {
  padding-bottom: 50px;
}
.block-upcoming-events h3 {
  position: relative;
  padding-bottom: 50px;
  margin-top: 30px;
  margin-bottom: 0;
}
.block-upcoming-events h3:after {
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  bottom: 25px;
  background: #599a4f;
  width: 60px;
  height: 2px;
  display: block;
}
.upcoming-events-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.upcoming-event-item {
  max-width: 295px;
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #e4e4e4;
  text-decoration: none;
  color: #4e4e4e;
}
.upcoming-event-item:not(:last-child) {
  margin-right: 35px;
}

.upcoming-event-month {
  background: #599A4F;
  color: #fff;
  text-transform: uppercase;
  width: 66px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
}
.upcoming-event-day {
  width: 66px;
  height: 50px;
  line-height: 50px;
  color: #454545;
  text-align: center;
  background: #f5f5f5;
  font-family: "OpenSans-Bold";
  font-size: 30px;
}
.upcoming-event-title {
  color: #454545;
  text-align: center;
  font-family: "OpenSans-Semibold";
  margin-top: 20px;
  width: 100%;
}
.upcoming-event-time {
  margin-top: 20px;
  font-family: "OpenSans-Light";
  font-size: 14px;
}
.upcoming-event-city {
  margin-top: 20px;
  font-family: "OpenSans-Light";
  font-size: 14px;
  margin-left: 20px;
}
.upcoming-event-descr {
  margin-top: 25px;
  font-family: "OpenSans-Light";
  font-size: 14px;
  text-align: center;
}

.more-events-button {
  font-family: "OpenSans-Light";
  font-size: 16px;
  color: #23a6da;
  background: #f9f9f9;
  text-align: center;
  width: 220px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-decoration: none;
  display: block;
  margin: 45px auto 0;
}

.block-calendar-container .block-upcoming-events .container {
  width: 100%;
  max-width: 100%;
}
.block-calendar-container .upcoming-event-item:not(:last-child) {
    margin-right: 15px;
}
.block-calendar-container .upcoming-event-item {
    max-width: 295px;
    padding: 20px 15px;
}
.block-calendar-container .block-upcoming-events h3 {
  text-align: left;
}
.block-upcoming-events h3:after {
  left: 0;
}

@media screen and (max-width: 1199px) {
  .block-calendar-container .upcoming-events-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .block-calendar-container .upcoming-event-item:not(:last-child) {
      margin-right: 0px;
      margin-bottom: 30px;
  }
  .block-calendar-container .upcoming-event-item {
      max-width: 100%;
      padding: 20px 15px;
  }

}


@media screen and (max-width: 991px) {
  .upcoming-event-item:not(:last-child) {
    margin-right: 15px;
  }
  .upcoming-event-item {
    max-width: 295px;
    padding: 15px 20px;
  }
}

@media screen and (max-width: 767px) {
  .upcoming-event-item {
    max-width: 295px;
    padding: 10px;
  }
  .upcoming-event-descr {
    margin-top: 15px;
  }
}
@media screen and (max-width: 630px) {
  .upcoming-events-container {
    flex-wrap: wrap;
  }
  .upcoming-event-item {
    max-width: 100%;
    padding: 20px;
  }
  .upcoming-event-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }

}






/* New styles */
.infobox-link {
  padding: 10px 0;
}
.infobox-link a {
  font-weight: 900;
  font-style: italic;
  font-size: 13px !important;
  color: grey;
}
.infobox-link a i {
  font-size: 15px;
  margin-right: 5px;
}

.monitorings h4 {
  margin-top: 10px;
}
.monitorings .post-answer {
  margin-left: 40px;
}
.monitorings ol li {
  list-style: decimal !important;
  list-style-type: decimal !important;
  margin-left: 16px;
}

.toggle__label {
  display: flex;
  align-item: center;
  transition: 0.5s;
  color: #23a6da;
}
.toggle__label:hover {
  cursor: pointer;
}
.toggle__label:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #23a6da;
  margin-right: 7px;
  position: relative;
  top: 7px;
}
.toggle__label:after {
  content: 'Розгорнути';
}
.toggle__content {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.toggle__input {
  display: none;
}
.toggle__input:checked ~ .toggle__content {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}
.toggle__input:checked ~ .toggle__label:before {
  transform: rotate(180deg);
}
.toggle__input:checked ~ .toggle__label:after {
  content: 'Згорнути';
}

.table__row {
  text-align: left;
}

.black-list__table tr:nth-child(4n+6) td {
  border-bottom:1pt solid gray;
}

.approved {
  position: relative;
  padding-left: 20px;
}

.approved::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  background: url(/assets/img/icons/approved.png) center 0 no-repeat;
}

@charset "UTF-8";
.mt_0 {
  margin-top: 0; }

.mt_10 {
  margin-top: 10px; }

.mt_20 {
  margin-top: 20px; }

.hidden {
  display: none; }

.split {
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  .split__side {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
    .split__side_left {
      -ms-flex-pack: end;
      justify-content: flex-end;
      background-color: #9ae490;
      text-align: right; }
      .split__side_left .split__heading {
        margin-right: 50px; }
    .split__side_right {
      -ms-flex-pack: start;
      justify-content: flex-start;
      background-color: #8cd2ee;
      text-align: left; }
      .split__side_right .split__heading {
        margin-left: 50px; }
  .split__heading {
    padding: 30px 0;
    vertical-align: middle; }
  .split__title {
    margin-bottom: 20px;
    color: #353535;
    font-family: "OpenSans-Semibold", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    text-align: inherit; }
  .split__floated-title, .split__floated-title-mobile {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    font-family: "OpenSans-Semibold", sans-serif;
    text-align: center; }
  .split__floated-title {
    top: 10px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: #353535; }
  .split__floated-title-mobile {
    top: 25px;
    display: none;
    color: #535050;
    font-size: 9px;
    line-height: 1.2;
    text-transform: uppercase; }
    .split__floated-title-mobile b {
      color: #4d7c46;
      font-weight: bold; }
  @media only screen and (max-width: 1199px) {
    .split__title {
      font-size: 24px; } }
  @media only screen and (max-width: 959px) {
    .split {
      border-top: 1px solid #c4c4c4;
      border-bottom: 1px solid #c4c4c4; }
      .split__side {
        background: none; }
        .split__side_left .split__heading {
          margin-right: 5px;
          text-align: right; }
        .split__side_right .split__heading {
          margin-left: 5px;
          text-align: left; }
      .split__heading {
        padding-top: 40px; }
      .split__title {
        display: none; }
      .split__activity-counter, .split__floated-title {
        display: none !important; }
      .split__floated-title-mobile {
        display: block; } }

.btn-split {
  display: inline-block;
  padding: 15px 40px;
  min-width: 138px;
  background-color: #ccc;
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer; }
  .btn-split_bg_second {
    background-color: #98db8e; }
    .btn-split_bg_second:hover {
      background-color: rgba(185, 245, 175, 0.75); }
  .btn-split_bg_third {
    background-color: rgba(143, 198, 220, 0.72); }
    .btn-split_bg_third:hover {
      background-color: rgba(128, 215, 251, 0.72); }
  .btn-split_business::before, .btn-split_provider::before {
    content: attr(data-text-desktop); }
  @media only screen and (max-width: 1199px) {
    .btn-split {
      padding: 10px 15px;
      font-size: 18px; } }
  @media only screen and (max-width: 959px) {
    .btn-split {
      font-size: 12px;
      line-height: 14px;
      color: #000; }
      .btn-split_business::before, .btn-split_provider::before {
        content: attr(data-text-mobile); } }

.activity-counter {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 150px;
  width: 200px;
  height: inherit;
  background-color: rgba(255, 255, 255, 0.15);
  text-align: center; }
  .activity-counter__value {
    padding: 7px 20px;
    border-radius: 35px;
    background-color: rgba(255, 255, 255, 0.5);
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 20px;
    white-space: nowrap;
    line-height: 1; }
  .activity-counter__description {
    margin-top: 10px;
    max-width: 140px;
    font-size: 12px;
    font-family: "OpenSans-Bold", sans-serif;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase; }

.toggle__label {
  display: -ms-flexbox;
  display: flex;
  align-item: center;
  transition: 0.5s;
  color: #23a6da; }

.toggle__label::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #23a6da;
  margin-right: 7px;
  position: relative;
  top: 7px; }

.toggle__label::after {
  content: 'Розгорнути'; }

.toggle__label:hover {
  cursor: pointer; }

.toggle__content {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden; }

.toggle__input {
  display: none; }

.toggle__input:checked ~ .toggle__content {
  max-height: 5000px !important;
  transition: max-height 0.25s ease-in; }

.toggle__input:checked ~ .toggle__label::before {
  transform: rotate(180deg); }

.toggle__input:checked ~ .toggle__label::after {
  content: 'Згорнути'; }

.table__row {
  text-align: left; }

.table__head {
  padding-right: 4em !important; }

.toggle-text__label {
  position: relative; }
  .toggle-text__label::after, .toggle-text__label::before {
    color: #23a6da;
    cursor: pointer;
    transition: opacity 0.35s ease; }
  .toggle-text__label::before {
    content: 'Детальний опис...'; }
  .toggle-text__label::after {
    content: 'Сховати опис';
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }

.toggle-text__input {
  display: none; }
  .toggle-text__input:checked ~ .toggle-text__label::after {
    opacity: 1; }
  .toggle-text__input:checked ~ .toggle-text__label::before {
    opacity: 0; }
  .toggle-text__input:checked ~ .toggle-text__content {
    max-height: 5000px !important;
    transition-duration: 0.5s; }

.toggle-text__content {
  max-height: 0;
  transition: max-height 0.25s ease;
  overflow: hidden; }

.request {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 14;
  padding: 50px 40px;
  max-width: 688px;
  width: 100%;
  height: 100%;
  color: #242638;
  background-color: #fff; }
  .request.active {
    display: block; }
  .request.animation-in {
    animation: slideIn 200ms forwards; }
  .request.animation-out {
    animation: slideOut 200ms forwards; }
  .request__close {
    position: absolute;
    top: 50px;
    right: 40px;
    width: 21px;
    height: 21px;
    color: #939393;
    cursor: pointer; }
    .request__close::before, .request__close::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 29.694px;
      height: 2px;
      background-color: currentColor; }
    .request__close::before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .request__close::after {
      transform: translate(-50%, -50%) rotate(-45deg); }
    .request__close:hover {
      color: #515151; }
  .request__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
  .request__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 40px;
    padding: 0;
    background: none; }
  .request__title {
    padding-right: 60px;
    font-size: 24px;
    font-weight: bold; }
    .request__title .result-icon {
      display: none;
      position: relative;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 10px;
      width: 28px;
      height: 28px;
      border-radius: 50%; }
      .request__title .result-icon::after {
        content: ''; }
      .request__title .result-icon i {
        display: none; }
    .request__title.success {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .request__title.success .result-icon {
        display: block;
        background-color: #00e280; }
        .request__title.success .result-icon::after {
          margin-top: 3px;
          margin-left: 9px;
          display: inline-block;
          transform: rotate(45deg);
          width: 7.5px;
          height: 15px;
          border-bottom: 2px solid #fff;
          border-right: 2px solid #fff; }
    .request__title.error {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .request__title.error .result-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #e24242; }
        .request__title.error .result-icon i {
          display: block;
          width: 13px;
          height: 13px;
          color: #fff; }
          .request__title.error .result-icon i::before, .request__title.error .result-icon i::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 18.382px;
            height: 2px;
            background-color: currentColor; }
          .request__title.error .result-icon i::before {
            transform: translate(-50%, -50%) rotate(45deg); }
          .request__title.error .result-icon i::after {
            transform: translate(-50%, -50%) rotate(-45deg); }
  .request__subtitle {
    margin-top: 15px;
    font-size: 16px;
    font-family: "OpenSans-Regular ", "Arial", sans-serif;
    text-align: left; }
  .request__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    height: 100%; }
  .request__main-inputs {
    position: relative; }
  .request__main-inputs-lock {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7; }
    .request__main-inputs-lock.active {
      display: -ms-flexbox;
      display: flex; }
      .request__main-inputs-lock.active::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 25px;
        height: 20px;
        border-radius: 3px;
        background-color: #2070d1; }
      .request__main-inputs-lock.active::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, calc(-50% + -8px));
        width: 15px;
        height: 27px;
        border-radius: 35px 35px 0 0;
        border: 3px solid #2070d1; }
  .request__section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto; }
    .request__section_relative {
      position: relative; }
    .request__section + .request__section {
      margin-top: 40px; }
  .request__group {
    margin-bottom: 15px; }
    .request__group .label-v2 {
      display: block;
      margin-top: 20px;
      margin-bottom: 5px; }
      .request__group .label-v2:first-of-type {
        margin-top: 0; }
    .request__group .input-v2,
    .request__group .select-v2 {
      width: 350px; }
    .request__group .textarea-v2,
    .request__group .select-custom {
      width: 100%; }
    .request__group .btn-v2:not(:first-child) {
      margin-left: 10px; }
  .request__fieldset {
    display: -ms-flexbox;
    display: flex;
    border: none; }
  .request__form-header {
    margin-bottom: 20px; }
    .request__form-header .request__description {
      margin-top: 5px; }
  .request__form-title {
    font-size: 16px;
    font-weight: bold;
    text-align: left; }
  .request__form-description {
    margin-top: 5px;
    max-width: 400px;
    color: #939393;
    font-style: italic;
    font-size: 14px; }
    .request__form-description.attention {
      padding: 3px 6px;
      color: #2070d1;
      border-radius: 3px;
      border: 1px solid #2070d1;
      font-style: normal; }
  .request__status {
    padding: 15px;
    color: #599a4f;
    border-radius: 3px;
    background-color: #e2f7dc;
    word-break: break-all; }
  .request__eds-lock {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7; }
    .request__eds-lock.locked {
      display: -ms-flexbox;
      display: flex; }
      .request__eds-lock.locked::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 25px;
        height: 20px;
        border-radius: 3px;
        background-color: #2070d1; }
      .request__eds-lock.locked::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, calc(-50% + -8px));
        width: 15px;
        height: 27px;
        border-radius: 35px 35px 0 0;
        border: 3px solid #2070d1; }
    .request__eds-lock.loading {
      display: -ms-flexbox;
      display: flex; }
      .request__eds-lock.loading .loader {
        display: block; }
    .request__eds-lock.done {
      display: -ms-flexbox;
      display: flex; }
      .request__eds-lock.done::after {
        content: '';
        display: inline-block;
        transform: rotate(45deg);
        width: 14.5px;
        height: 29px;
        border-bottom: 3px solid green;
        border-right: 3px solid green; }
    .request__eds-lock .loader {
      display: none; }
  .request__switcher {
    display: inline-block;
    color: #2070d1;
    font-size: 14px;
    border-bottom: 1px dotted;
    cursor: pointer; }
  .request__footer {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 40px;
    padding: 0; }
    .request__footer .loader {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -20px; }
  .request__widget {
    width: auto;
    height: 420px;
    margin-right: 1em; }
  @media only screen and (max-width: 959px) {
    .request__header {
      display: block; } }
  @media only screen and (max-width: 688px) {
    .request {
      padding: 40px 10px; }
      .request__close {
        position: absolute;
        top: 50px;
        right: 40px;
        width: 16px;
        height: 16px;
        color: #939393;
        cursor: pointer; }
        .request__close::before, .request__close::after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          width: 22.624px;
          height: 2px;
          background-color: currentColor; }
        .request__close::before {
          transform: translate(-50%, -50%) rotate(45deg); }
        .request__close::after {
          transform: translate(-50%, -50%) rotate(-45deg); }
        .request__close:hover {
          color: #515151; }
      .request__title {
        font-size: 20px;
        line-height: 28px; }
        .request__title.success, .request__title.error {
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-align: start;
          align-items: flex-start; }
        .request__title .result-icon {
          margin-bottom: 10px; }
      .request__group .input-v2,
      .request__group .select-v2 {
        width: 100%; }
      .request__group .btn-v2 {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .request__btn-send {
        width: 100%; } }

@keyframes slideIn {
  from {
    right: -688px; }
  to {
    right: 0; } }

@keyframes slideOut {
  from {
    right: 0; }
  to {
    right: -688px; } }

.col-8__item {
  width: 60%;
  float: left;
  padding-bottom: 2.4%;
  padding-right: 5%; }

.col-4__item {
  width: 40%;
  float: left;
  padding-bottom: 2.5%;
  padding-right: 5%; }

.columns__container {
  word-wrap: break-word; }

.columns__container:after {
  content: '';
  display: block;
  clear: both; }

.title__block {
  padding: 1% 0; }

.input-v2 {
  padding: 9px;
  border: 1px solid #c2d8de;
  border-radius: 3px;
  font-size: 16px; }
  .input-v2_size_s {
    width: 100px; }
  .input-v2_size_full {
    width: 100%; }
  .input-v2_hidden {
    display: none; }
  .input-v2.error {
    border-color: #d70c17; }
  .input-v2:disabled, .input-v2:read-only {
    color: #545454;
    background-color: #f9f9f9;
    cursor: default; }

.select-custom {
  position: relative;
  padding: 8px;
  border: 1px solid #c2d8de;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer; }
  .select-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #939393 transparent transparent transparent; }
  .select-custom.active .select-custom__dropdown {
    display: block; }
  .select-custom.error {
    border-color: #d70c17; }
  .select-custom__dropdown {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    overflow-y: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    max-height: 400px;
    width: 100%;
    border: 1px solid #c2d8de;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(103, 123, 147, 0.35); }
  .select-custom__item {
    padding: 8px 15px;
    color: #242638;
    font-size: 14px; }
    .select-custom__item:hover {
      background-color: #f0f4f5; }

.select-v2 {
  position: relative; }
  .select-v2::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #939393 transparent transparent transparent; }
  .select-v2.error {
    border-color: #d70c17; }
  .select-v2__input {
    padding: 8px;
    width: 100%;
    border: 1px solid #c2d8de;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer; }
    .select-v2__input:disabled {
      color: #545454;
      background-color: #f9f9f9;
      cursor: default; }

.textarea-v2 {
  padding: 8px;
  border: 1px solid #c2d8de;
  border-radius: 3px;
  font-size: 16px;
  resize: vertical; }
  .textarea-v2.error {
    border-color: #d70c17; }
  .textarea-v2:disabled, .textarea-v2:read-only {
    color: #545454;
    background-color: #f9f9f9;
    cursor: default; }

.btn-v2 {
  padding: 10px 40px;
  color: #fff;
  background-color: #2070d1;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  cursor: pointer; }
  .btn-v2:hover:not(:disabled) {
    background-color: #237be6; }
  .btn-v2:disabled {
    background-color: rgba(32, 112, 209, 0.5);
    cursor: default; }
  .btn-v2_outline {
    color: #23a6da;
    border: 1px solid currentColor;
    background: none; }
    .btn-v2_outline:hover {
      color: #fff;
      background-color: #23a6da; }
  .btn-v2_narrow {
    padding-left: 10px;
    padding-right: 10px; }
  .btn-v2_rect {
    border-radius: 0; }

.checkbox-v2__input {
  position: absolute;
  opacity: 0; }
  .checkbox-v2__input:disabled + .checkbox-v2__label, .checkbox-v2__input:read-only + .checkbox-v2__label {
    color: #c4c4c4;
    cursor: default; }
    .checkbox-v2__input:disabled + .checkbox-v2__label::before, .checkbox-v2__input:read-only + .checkbox-v2__label::before {
      border-color: #c4c4c4; }
  .checkbox-v2__input:checked + .checkbox-v2__label::before {
    background-color: #2070d1;
    border-color: #2070d1; }
  .checkbox-v2__input:checked + .checkbox-v2__label::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 6px;
    display: inline-block;
    transform: rotate(45deg);
    width: 4.5px;
    height: 9px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff; }
  .checkbox-v2__input:checked:disabled + .checkbox-v2__label::before, .checkbox-v2__input:checked:read-only + .checkbox-v2__label::before {
    background-color: #f9f9f9;
    border-color: #c4c4c4; }
  .checkbox-v2__input:checked:disabled + .checkbox-v2__label::after, .checkbox-v2__input:checked:read-only + .checkbox-v2__label::after {
    display: inline-block;
    transform: rotate(45deg);
    width: 4.5px;
    height: 9px;
    border-bottom: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8; }

.checkbox-v2__label {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  color: #000;
  font-size: 14px;
  cursor: pointer; }
  .checkbox-v2__label::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    border: 1px solid #c2d8de;
    border-radius: 1px; }

.details summary {
  outline: none;
  cursor: pointer; }

.details .content {
  overflow: auto; }

.label-v2 {
  color: #939393;
  font-family: OpenSans, Arial, sans-serif;
  font-size: 16px; }

.request-trigger__header {
  text-align: center; }

.request-trigger__title {
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase; }

.request-trigger__title, .request-trigger__subtitle {
  margin: 0;
  padding: 0;
  color: #454545;
  letter-spacing: 0.01em;
  line-height: 20px;
  font-size: 14px !important; }

.request-trigger__content {
  margin: 20px 0; }

.request-trigger__btn {
  width: 100%;
  font-size: 14px; }

.request-trigger__info {
  padding-left: 10px;
  padding-right: 10px;
  display: -ms-flexbox;
  display: flex;
  color: #808080;
  font-size: 13px !important;
  font-style: italic;
  font-weight: 600;
  text-align: left; }
  .request-trigger__info i {
    margin-right: 5px; }

.shadow {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }
  .shadow.active {
    display: block; }
  .shadow.animation-in {
    animation: fadeIn 200ms forwards; }
  .shadow.animation-out {
    animation: fadeOut 200ms forwards; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.loader {
  transform: translateZ(0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-top: 3px solid rgba(32, 112, 209, 0.2);
  border-right: 3px solid rgba(32, 112, 209, 0.2);
  border-bottom: 3px solid rgba(32, 112, 209, 0.2);
  border-left: 3px solid #2070d1;
  animation: load8 500ms infinite linear; }
  .loader.size_s {
    width: 20px;
    height: 20px;
    border-width: 2px; }
  .loader.color_white {
    border-top-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-left-color: #fff; }

@keyframes load8 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.sign-loader {
  position: relative;
  height: 4em; }

.appeal {
  word-break: break-all; }
  .appeal__gray {
    color: #999; }
  .appeal__mt-3 {
    margin-top: 1.5em; }
  .appeal__mb-5 {
    margin-bottom: 2.5em; }
  .appeal .appeal__text-align-left {
    text-align: left; }
  .appeal .appeal__text-align-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .appeal__list {
    padding-left: 1.25em; }
    .appeal__list_item {
      list-style: disc; }
  .appeal__d-none {
    display: none !important;
    opacity: 0; }
  .appeal .toggle__label::before {
    display: none; }
  .appeal .toggle__input:checked ~ .toggle__label .sprite-arrow-down {
    transform: rotate(180deg);
    transition: 0.2s all; }
  .appeal__modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(15, 15, 15, 0.6);
    z-index: 99;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.5s all;
    opacity: 1; }
    .appeal__modal-content {
      background-color: #fff;
      padding: 2em;
      transition: 0.5s all; }
    .appeal__modal-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 1.5em; }
    .appeal__modal-close {
      display: inline-block;
      width: 0.75em;
      height: 0.75em;
      background-image: url("/assets/img/icons/close.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      margin-left: 3em; }
  .appeal__paginate {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .appeal__paginate_btn {
      margin-right: 0.5em;
      width: 2em;
      height: 2em;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50%;
      color: #454545;
      transition: 0.3s all; }
      .appeal__paginate_btn.next, .appeal__paginate_btn.prev, .appeal__paginate_btn:not(.not-active):hover {
        background-color: #F9F9F9; }
      .appeal__paginate_btn.next, .appeal__paginate_btn.prev {
        display: inline-block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 25%; }
      .appeal__paginate_btn.prev {
        background-image: url("/assets/img/icons/arrow-blue-prev.png"); }
      .appeal__paginate_btn.next {
        background-image: url("/assets/img/icons/arrow-blue-next.png"); }
      .appeal__paginate_btn.active {
        color: #999;
        background: #F9F9F9; }
  .appeal__btn {
    display: inline-block;
    text-align: center;
    width: auto;
    height: auto;
    background-image: none;
    color: #23A6DA;
    font-size: 14px; }
  .appeal__row-content-between {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }

@media (min-width: 600px) {
  .appeal__modal-content {
    min-width: 560px;
    margin-top: -25vh; } }

.qualification-box {
  width: 680px; }

.qualification .overlay-title {
  font-size: 12px; }

.qualification .nav-tabs li a {
  padding: 0 0 8px 0; }

.qualification .criteria-content__criteria {
  width: 540px; }
  .qualification .criteria-content__criteria h5 {
    font-size: 18px;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    line-height: 18px;
    margin: 8px 0; }
  .qualification .criteria-content__criteria table .highlight-top td {
    padding-top: 10px; }
  .qualification .criteria-content__criteria table td {
    font-size: 14px;
    line-height: 21px;
    padding: 0 10px 4px 0; }
    .qualification .criteria-content__criteria table td.label {
      color: #999999; }
  .qualification .criteria-content__criteria .toggle-text {
    font-size: 14px; }
  .qualification .criteria-content__criteria .confirmation-block {
    padding: 8px 0 0 16px; }
    .qualification .criteria-content__criteria .confirmation-block__content {
      padding: 0 0 8px 8px;
      font-size: 14px; }
      .qualification .criteria-content__criteria .confirmation-block__content__text {
        display: -ms-flexbox;
        display: flex;
        margin-left: -7px;
        margin-top: 10px; }
        .qualification .criteria-content__criteria .confirmation-block__content__text::before {
          content: "•";
          padding-right: 4px; }
    .qualification .criteria-content__criteria .confirmation-block h6 {
      font-size: 14px;
      font-family: OpenSans, sans-serif;
      font-weight: 700;
      line-height: 21px; }

.criterion-answer {
  padding: 1%; }
  .criterion-answer__content {
    background-color: #F0F5F2;
    padding: 2%;
    margin: 2% 1%; }
  .criterion-answer .criterion-confirmation {
    padding: 1%; }
  .criterion-answer .toggle-text {
    font-size: 14px; }

/*# sourceMappingURL=app.css.map */

/*# sourceMappingURL=site.css.map */

/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #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;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\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";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

/*# sourceMappingURL=vendor.css.map */

/*# sourceMappingURL=app.css.map */
