/*-- __Reset
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: none;
  -ms-interpolation-mode: bicubic;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button {
  width: auto;
  overflow: visible;
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
a {
  outline: none;
}
button {
  outline: none;
}
input,
textarea {
  -webkit-appearance: none;
}
input::-ms-clear {
  display: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*-- __Fonts
------------------------------------------------------------*/
/* Fonts path */
/* /Fonts path */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-light.eot');
  src: url('../fonts/roboto-light.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light.woff2') format('woff2'), url('../fonts/roboto-light.woff') format('woff'), url('../fonts/roboto-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-medium.eot');
  src: url('../fonts/roboto-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-medium.woff2') format('woff2'), url('../fonts/roboto-medium.woff') format('woff'), url('../fonts/roboto-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-bold.eot');
  src: url('../fonts/roboto-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold.woff2') format('woff2'), url('../fonts/roboto-bold.woff') format('woff'), url('../fonts/roboto-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/robotocondensed-regular.eot');
  src: url('../fonts/robotocondensed-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-regular.woff2') format('woff2'), url('../fonts/robotocondensed-regular.woff') format('woff'), url('../fonts/robotocondensed-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/robotocondensed-bold.eot');
  src: url('../fonts/robotocondensed-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-bold.woff2') format('woff2'), url('../fonts/robotocondensed-bold.woff') format('woff'), url('../fonts/robotocondensed-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
/* Full font Roboto */
/* /Full font Roboto */
/* Full font Roboto Condensed */
/* /Full font Roboto Condensed */
/* -- END FONTS ----- */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?u8pw08');
  src: url('../fonts/icomoon.eot?u8pw08#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?u8pw08') format('truetype'), url('../fonts/icomoon.woff?u8pw08') format('woff'), url('../fonts/icomoon.svg?u8pw08#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*-- __Icon font
------------------------------------------------------------*/
/*-- __Transitions
------------------------------------------------------------*/
/* Transition */
/* /Transition */
/* Animated */
.animated {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.opacity-animated {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
/* /Animated */
/* Arrow animation */
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/* /Arrow animation */
/* Tilt animation */
@-webkit-keyframes tilt {
  0%,
  4%,
  10%,
  17%,
  25%,
  34%,
  44%,
  55%,
  69%,
  84%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  2% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  7% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  13% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  21% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  29% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  39% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  49% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  62% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  76% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  92% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}
@keyframes tilt {
  0%,
  4%,
  10%,
  17%,
  25%,
  34%,
  44%,
  55%,
  69%,
  84%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  2% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  7% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  13% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  21% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  29% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  39% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  49% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  62% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  76% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  92% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}
/* /Tilt animation */
._tilt {
  -webkit-animation: tilt 1s linear 0s 1 normal;
  animation: tilt 1s linear 0s 1 normal;
}
/*-- __Non-semantic helpers
------------------------------------------------------------*/
/* Clearfix */
.clear {
  width: 100%;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* /Clearfix */
/* Hidden */
.hidden {
  display: none;
}
._hidden {
  visibility: hidden;
  opacity: 0;
}
/* /Hidden */
/* Inline block */
/* /Inline block */
/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/* /Image replacement */
/* Hide from both screenreaders and browsers */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* /Hide from both screenreaders and browsers */
/* Hide only visually, but have it available for screenreaders */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* /Hide only visually, but have it available for screenreaders */
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* /Hide visually and from screenreaders, but maintain layout */
/* Placeholder */
/* /Placeholder */
/* No select */
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* /No select */
/*-- __Triangle
------------------------------------------------------------*/
/* /Triangle */
/*! jQuery UI - v1.11.4 - 2016-02-18
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666666;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}
.ui-datepicker {
  border: 1px solid #ededed;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 5px;
  width: 272px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 21px 11px;
  margin: -1px 0 0 -14px;
}
.ui-datepicker:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-top: none;
  z-index: 2;
  margin-left: -5px;
}
.ui-datepicker:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ededed;
  border-top: none;
  z-index: 1;
  margin-left: -6px;
}
.ui-datepicker .ui-datepicker-title {
  font: normal 300 14px/24px 'Roboto', sans-serif;
  color: #565656;
  margin: 13px 0 5px;
}
.ui-datepicker .ui-widget-header {
  background: transparent;
  border: none;
}
.ui-datepicker .ui-datepicker-next {
  display: block;
  position: absolute;
  top: 13px;
  right: 0;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\e905";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  color: #373737;
  font-size: 13px;
  position: relative;
  left: 2px;
  top: -1px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.ui-datepicker .ui-datepicker-next:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.ui-datepicker .ui-datepicker-next:hover {
  border-color: #eb6200;
}
.ui-datepicker .ui-datepicker-next:hover:before {
  color: #eb6200;
}
.ui-datepicker .ui-datepicker-prev {
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  color: #373737;
  font-size: 13px;
  position: relative;
  right: 1px;
  top: -1px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.ui-datepicker .ui-datepicker-prev:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.ui-datepicker .ui-datepicker-prev:hover {
  border-color: #eb6200;
}
.ui-datepicker .ui-datepicker-prev:hover:before {
  color: #eb6200;
}
.ui-datepicker .ui-datepicker-calendar th {
  font: normal 500 14px/24px 'Roboto', sans-serif;
  color: #222222;
  padding: 9px 0 2px;
}
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
}
.ui-datepicker .ui-state-default {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 28px;
  height: 28px;
  background: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font: normal 300 14px/24px 'Roboto', sans-serif;
  color: #222222;
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
  padding: 1px 0 1px;
  margin: 0;
}
.ui-datepicker .ui-state-default:hover {
  border-color: #dbdbdb;
}
.ui-datepicker .ui-state-default.ui-state-active {
  color: #fff;
  background: #98c000;
  border-color: #98c000;
}
/*
      Sprites list
*/
/* Example */
/* /Example */
/*-- __Sprites helper
------------------------------------------------------------*/
/* Arrow animation */
@-webkit-keyframes arrowAnim {
  0% {
    margin-left: 0px;
  }
  25% {
    margin-left: -5px;
  }
  50% {
    margin-left: 0px;
  }
  75% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes arrowAnim {
  0% {
    margin-left: 0px;
  }
  25% {
    margin-left: -5px;
  }
  50% {
    margin-left: 0px;
  }
  75% {
    margin-left: 5px;
  }
  100% {
    margin-left: 0px;
  }
}
/* /Arrow animation */
/* Orange link */
.orange-link {
  color: #f56e00;
}
/* /Orange link */
/* RUR */
._rub {
  color: #fff;
}
._rub:before {
  content: "\e918";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
}
/* /RUR */
/* Tooltip */
.helper-tooltip {
  color: #7f7f7f;
  position: relative;
  cursor: pointer;
  width: 15px;
  height: 11px;
  padding-top: 4px;
  text-align: center;
}
.helper-tooltip:before {
  content: "\e907";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #7f7f7f;
  font-size: 7px;
  cursor: pointer;
}
.helper-tooltip:hover:before {
  color: #f56e00;
}
.helper-tooltip-img {
  display: block;
  margin: 17px 0 0 -9px;
}
.helper-tooltip-box {
  cursor: default;
  text-align: left;
  position: absolute;
  left: 20px;
  top: -23px;
  background: #fff;
  border-radius: 5px;
  color: #707070;
  font: normal 300 13px/22px 'Roboto', sans-serif;
  -webkit-box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
  z-index: 20;
  padding: 22px 44px;
  visibility: hidden;
  opacity: 0;
  margin-left: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.helper-tooltip-box._left {
  left: auto;
  right: 20px;
}
.helper-tooltip-box b {
  font-weight: 500;
}
.helper-tooltip-box a {
  color: #eb6200;
}
.helper-tooltip-box--wide {
  width: 395px;
}
.helper-tooltip-box--medium {
  width: 312px;
  padding: 20px 30px 24px;
}
.helper-tooltip-box--contacts {
  position: absolute;
  top: -197px;
  left: -20px;
  margin-left: 0;
  margin-top: -20px;
}
.helper-tooltip-box--contacts:before {
  display: none !important;
}
.helper-tooltip-box--contacts:after {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: none;
  position: absolute;
  bottom: -5px;
  left: 18px;
}
.helper-tooltip-box:before {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fff;
  border-left: none;
  position: absolute;
  top: 25px;
  left: -5px;
}
.helper-tooltip-box._left:before {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  border-right: none;
  left: auto;
  top: 25px;
  right: -5px;
}
.helper-tooltip-box--bottom {
  top: auto;
  bottom: -22px;
}
.helper-tooltip-box--bottom:before {
  top: auto;
  bottom: 25px;
}
.helper-tooltip-box--top {
  top: auto;
  bottom: 18px;
  left: 50%;
  width: 185px;
  margin-left: -92px !important;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 12px 22px 15px;
}
.helper-tooltip-box--top:before {
  top: 100%;
  left: 50%;
  margin: 0 0 0 -6px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: none;
}
.helper-tooltip-box--left {
  left: auto;
  right: 20px;
}
.helper-tooltip-box--left:before {
  left: auto;
  right: -5px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  border-right: none;
}
.helper-tooltip:hover .helper-tooltip-box {
  visibility: visible;
  opacity: 1;
  margin-left: 0px;
  margin-top: 0;
}
.helper-tooltip:hover .helper-tooltip-box--top {
  margin-bottom: 0;
}
.helper-tooltip-owner + .helper-tooltip {
  position: absolute;
  top: 0;
  left: 0;
}
/* /Tooltip */
/* Paging */
.paging {
  min-height: 60px;
  width: 870px;
  margin: 0 auto 47px;
}
.paging-more {
  max-width: 270px;
  margin: 0 auto;
}
.paging-more-block {
  text-align: center;
  padding: 17px 0 29px;
}
.paging-prev {
  display: block;
  width: 58px;
  height: 58px;
  background: #fff;
  border: #fff solid 1px;
  border-radius: 50%;
  position: relative;
  font-size: 0;
  outline: none;
  float: left;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.paging-prev._hidden {
  visibility: hidden;
}
.paging-prev:before {
  content: "\e902";
  display: block;
  position: absolute;
  left: 23px;
  top: 17px;
  opacity: 0.3;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #000;
  font-size: 23px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.paging-prev:hover {
  border-color: #f56e00;
}
.paging-prev:hover:before {
  color: #f56e00;
  opacity: 1;
}
.paging-next {
  display: block;
  width: 58px;
  height: 58px;
  background: #fff;
  border: #fff solid 1px;
  border-radius: 50%;
  position: relative;
  font-size: 0;
  outline: none;
  float: right;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.paging-next._hidden {
  visibility: hidden;
}
.paging-next:before {
  content: "\e905";
  display: block;
  position: absolute;
  right: 22px;
  top: 17px;
  opacity: 0.3;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #000;
  font-size: 23px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.paging-next:hover {
  border-color: #f56e00;
}
.paging-next:hover:before {
  color: #f56e00;
  opacity: 1;
}
.paging-pages {
  text-align: center;
}
.paging-page {
  display: inline-block;
  vertical-align: top;
  width: 58px;
  height: 58px;
  background: #fff;
  border: #fff solid 1px;
  border-radius: 50%;
  outline: none;
  text-decoration: none;
  font: normal 300 21px/58px 'Roboto', sans-serif;
  color: #858585;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.paging-page:hover {
  background: #fef0e5;
}
.paging-active {
  display: inline-block;
  vertical-align: top;
  width: 58px;
  height: 58px;
  background: #fff;
  border: #fff solid 1px;
  border-radius: 50%;
  outline: none;
  font: normal 300 21px/58px 'Roboto', sans-serif;
  color: #222222;
}
.paging-ellipsis {
  display: inline-block;
  vertical-align: top;
  width: 58px;
  height: 58px;
  background: #fff;
  border: #fff solid 1px;
  border-radius: 50%;
  outline: none;
  font: normal 300 21px/58px 'Roboto', sans-serif;
  color: #858585;
}
/* /Paging */
/* Flash message */
.flash-messages {
  width: 930px;
  position: fixed;
  left: 50%;
  top: 0;
  margin-left: -465px;
  z-index: 50;
}
.flash-messages__message {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 11px 18px rgba(0, 0, 0, 0.5);
          box-shadow: 0 11px 18px rgba(0, 0, 0, 0.5);
  position: relative;
  font: normal 300 13px/22px 'Roboto', sans-serif;
  padding: 12px 50px 16px 27px;
  margin-bottom: 10px;
}
.flash-messages__message--common {
  background: #4b4b4b;
  color: #fff;
}
.flash-messages__message--warning {
  background: #f8ba40;
  color: #000;
}
.flash-messages__message--error {
  background: #f03408;
  color: #fff;
}
.flash-messages__close {
  position: absolute;
  top: 18px;
  right: 20px;
  opacity: 0.3;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  cursor: pointer;
  text-indent: -9999px;
  outline: none;
  width: 16px;
  height: 16px;
}
.flash-messages__close:before {
  content: "\e909";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 14px;
  text-indent: 0;
}
.flash-messages__close:hover {
  opacity: 1;
}
/* Flash message */
/* Dropdown */
.dropdown {
  display: block;
  position: absolute;
  top: 75px;
  left: 50%;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 19px 29px 30px;
  text-align: center;
  margin-left: -188px;
  width: 352px;
  opacity: 0;
  visibility: hidden;
}
.dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -6px;
  z-index: 3;
}
.dropdown._shown {
  visibility: visible;
  opacity: 1;
  top: 55px;
}
.dropdown .form-error {
  margin: -13px 0 15px;
}
/* /Dropdown */
/* Unsubscribe */
.unsubscribe {
  padding-bottom: 10px;
}
/* /Unsubscribe */
@media screen and (max-width: 1600px) {
  .paging {
    width: 600px;
  }
}
/* Loading */
._loading i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spin 1.1s infinite linear;
  animation: spin 1.1s infinite linear;
  line-height: 0;
  margin-right: 5px;
}
._loading i:before {
  content: "\e916";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* /Loading */
/* File input */
.file-input {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  padding: 2px 0 0;
}
.file-input:hover * {
  color: #eb6200;
}
.file-input__file {
  opacity: 0;
  font-size: 500px;
  width: 1000px;
  height: 200px;
  position: absolute;
  left: -20px;
  top: -20px;
  cursor: pointer;
}
.file-input__label {
  color: #222222;
  font: normal 300 16px/25px 'Roboto', sans-serif;
}
.file-input__label._error,
.file-input__label._error * {
  color: #f03408;
}
.file-input__limit {
  color: #858585;
}
.file-input__file-list {
  padding: 9px 0;
}
.file-input__error {
  display: none;
}
._error .file-input__error {
  display: inline;
}
.file-input__item {
  font: normal 300 14px/25px 'Roboto', sans-serif;
  color: #222222;
  position: relative;
  margin-bottom: 3px;
  padding-left: 28px;
}
.file-input__item:last-child {
  margin-bottom: 17px;
}
.file-input__remove {
  font-size: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  left: 0;
  top: 3px;
}
.file-input__remove:before {
  content: "\e909";
  display: block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  color: #858585;
  line-height: 20px;
  font-weight: bold;
}
.file-input__remove:hover {
  color: #eb6200;
}
.file-input__remove:hover ~ *,
.file-input__remove:hover:before {
  color: #eb6200;
}
.file-input__length {
  color: #858585;
}
/* /File input */
/* Bar input */
.bar-list {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #9bc208 solid 1px;
  border-top: none;
  background: #fdfff3;
  border-radius: 0 0 5px 5px;
  z-index: 10;
  top: 37px;
  padding-top: 4px;
  opacity: 0;
  visibility: hidden;
}
.bar-list._show {
  opacity: 1;
  visibility: visible;
}
.bar-list .control-field--right {
  width: calc(100% - 11px);
  right: 0;
}
.bar-list__item {
  color: #707070;
  display: block;
  font: normal 300 14px/18px 'Roboto', sans-serif;
  padding: 6px 12px 9px;
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.bar-list__item:hover {
  background: #f7f7f7;
  color: #f56e00;
}
/* /Bar input */
.g-recaptcha {
  border: transparent 1px solid;
}
.g-recaptcha._error {
  border-color: #f03408;
}
.control-date {
  display: inline-block;
  vertical-align: middle;
  width: 144px;
  position: relative;
}
.control-date button {
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -10px;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0;
}
.control-date button:before {
  content: "\e906";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d8d8d8;
  font-size: 18px;
}
.control-date button img {
  display: none;
}
.control-date-between {
  display: inline-block;
  vertical-align: middle;
  font: normal 300 21px/26px 'Roboto', sans-serif;
  color: #222222;
  margin: 0 8px 0 10px;
}
.control-field {
  display: block;
  margin-bottom: 19px;
  position: relative;
}
.control-field._loading:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  right: 5px;
  width: 26px;
  height: 26px;
  background: url(../img/loader-mini.gif) 0 0 no-repeat;
}
.control-field._loading .helper-tooltip {
  display: none;
}
.control-field--not-padded {
  margin-bottom: 0;
}
.control-field--profile {
  margin-bottom: 40px;
}
.control-field--unsubscribe {
  margin-bottom: 30px;
  width: 353px;
}
.control-field--select .chosen-container {
  width: 100%;
}
.control-field__left {
  display: inline-block;
  vertical-align: top;
  width: 253px;
  margin-right: 29px;
}
.control-field__right {
  display: inline-block;
  vertical-align: top;
  width: 253px;
  padding-top: 7px;
}
.control-field__helper {
  position: absolute;
  right: 0;
  top: 4px;
  font: normal 300 14px/16px 'Roboto', sans-serif;
  color: #858585;
  cursor: pointer;
}
.control-field__helper:hover {
  color: #f56e00;
}
.control-field--left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.control-field--right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.control-field._disabled:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.control-select__label {
  font: normal 300 14px/16px 'Roboto', sans-serif;
  width: 80px;
  display: inline-block;
  vertical-align: middle;
}
.control-select .chosen-container {
  width: calc(100% - 80px);
}
.control-sel {
  margin-bottom: 19px;
}
.control-sel .chosen-container {
  width: 100%;
}
.control-search {
  position: relative;
}
.control-search__submit {
  display: block;
  position: absolute;
  top: 13px;
  right: 13px;
  background: none;
  border: none;
  width: 15px;
  height: 15px;
  text-decoration: none;
}
.control-search__submit:before {
  content: "\e91e";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #000;
  font-size: 14px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.control-double {
  font-size: 0;
}
.control-textarea {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: normal 300 14px/16px 'Roboto', sans-serif;
  color: #222222;
  resize: none;
  padding: 10px 14px;
  height: 121px;
}
.control-textarea::-webkit-input-placeholder {
  position: relative;
  top: 1px;
  color: #909090;
  opacity: 1;
  font-style: normal;
}
.control-textarea:-moz-placeholder {
  color: #909090;
  opacity: 1;
  font-style: normal;
}
.control-textarea::-moz-placeholder {
  color: #909090;
  opacity: 1;
  font-style: normal;
}
.control-textarea:-ms-input-placeholder {
  color: #909090;
  opacity: 1;
  font-style: normal;
}
.control-input {
  height: 41px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dbdbdb;
  padding: 0 12px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: normal 300 14px/16px 'Roboto', sans-serif;
  color: #222222;
}
.control-input::-webkit-input-placeholder {
  position: relative;
  top: 1px;
  color: #909090;
  opacity: 1;
  font-style: normal;
}
.control-input:-moz-placeholder {
  color: #909090;
  opacity: 1;
  font-style: normal;
}
.control-input::-moz-placeholder {
  color: #909090;
  opacity: 1;
  font-style: normal;
}
.control-input:-ms-input-placeholder {
  color: #909090;
  opacity: 1;
  font-style: normal;
}
.control-input--textarea {
  resize-x: none;
  padding: 12px;
  height: 110px;
  min-height: 110px;
  max-height: 200px;
}
.control-input--complaints {
  resize: none;
  padding: 12px;
  height: 267px;
}
.control-input--low {
  height: 31px;
  padding: 0 10px 1px;
}
.control-input--pass {
  padding-right: 40px;
}
.control-input--help {
  padding-right: 30px;
}
.control-input:-webkit-autofill {
  background: #fff !important;
}
.control-input:hover {
  border-color: #b8b8b8;
}
.control-input:focus {
  border-color: #9bc208;
  background: #fdfff3 !important;
}
.control-input._disabled,
.control-input._disabled:focus,
.control-input._disabled:hover {
  background: #f3f3f3 !important;
  cursor: default;
  border-color: #dbdbdb;
}
.control-input._error {
  border-color: #f03408;
  background: #fff0ec !important;
}
.control-input-phone {
  font-size: 18px;
}
.control-input--code {
  font-size: 16px;
  margin-bottom: 16px;
  width: 110px;
  padding: 0 10px 1px;
}
.control-input--code::-webkit-input-placeholder {
  position: relative;
  top: 1px;
  color: #222222;
  opacity: 1;
  font-style: normal;
}
.control-input--code:-moz-placeholder {
  color: #222222;
  opacity: 1;
  font-style: normal;
}
.control-input--code::-moz-placeholder {
  color: #222222;
  opacity: 1;
  font-style: normal;
}
.control-input--code:-ms-input-placeholder {
  color: #222222;
  opacity: 1;
  font-style: normal;
}
.control-input--code::-webkit-input-placeholder {
  top: 3px;
}
.control-input--orange {
  border-color: #f5a300;
  width: 130px;
  font: normal 500 18px/26px 'Roboto', sans-serif;
  text-align: right;
  padding: 0 15px 1px;
}
.control-input._active + .ui-datepicker-trigger:before {
  color: #f57f00;
}
.control-input__bar {
  position: relative;
}
.control-label {
  display: block;
  font: normal 300 21px/25px 'Roboto', sans-serif;
  color: #222222;
  margin-bottom: 16px;
}
.control-label._disabled {
  color: #858585;
}
.control-label--check {
  white-space: nowrap;
}
.control-label--small {
  font: normal 300 16px/25px 'Roboto', sans-serif;
  margin-bottom: 8px;
}
.control-text {
  display: block;
  font: normal 300 16px/25px 'Roboto', sans-serif;
  color: #222222;
  text-indent: -15px;
}
.select-label {
  display: inline-block;
  vertical-align: middle;
  font: normal 300 14px/16px 'Roboto', sans-serif;
  color: #858585;
  margin-right: 10px;
  padding-top: 1px;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  border: none;
  background: #f5a300;
  height: 40px;
  font: normal 400 21px/36px 'Roboto Condensed', sans-serif;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 10px;
  /*-webkit-padding-after: 7px;
  -webkit-padding-before: 3px;*/
  width: 100%;
  white-space: nowrap;
  position: relative;
}
.btn._loading,
.btn._loading:hover {
  font-size: 0;
  cursor: default;
  background: #f5a300;
}
.btn._loading:before,
.btn._loading:hover:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: url(../img/button-loader.png) 50% 50% no-repeat;
  background-size: cover;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spin 0.7s infinite linear;
  animation: spin 0.7s infinite linear;
}
.btn:hover {
  background: #f57f00;
}
.btn--unsubscribe {
  width: 240px;
}
.btn--big {
  height: 60px;
  font: normal 400 28px/56px 'Roboto Condensed', sans-serif;
}
.btn--reg-next {
  margin-top: 16px;
}
.btn--green {
  background: #98c000;
  padding: 0 5px 0;
}
.btn--green:hover {
  background: #7a9a00;
}
.btn--green._loading,
.btn--green._loading:hover {
  background: #98c000 !important;
}
.btn--green2 {
  background: #98c000;
  padding: 0 5px 10px;
}
.btn--green2:hover {
  background: #7a9a00;
}
.btn--green2._loading,
.btn--green2._loading:hover {
  background: #98c000 !important;
}
.btn--check {
  background: #98c000;
  padding: 1px 5px 0;
  font: normal 300 16px/36px 'Roboto', sans-serif;
}
.btn--check:hover {
  background: #7a9a00;
}
.btn--check:disabled {
  pointer-events: none;
  background: #ededed;
  color: #222222;
}
.btn--cancel {
  background: #858585;
  padding: 0 5px 0;
}
.btn--cancel:hover {
  background: #e5e5e5;
}
.btn--orange {
  background: #98c000;
  font: normal 300 14px/36px 'Roboto', sans-serif;
  padding: 0 18px 2px;
  width: 180px;
}
.btn--orange:hover {
  background: #7a9a00;
}
.btn--orange._loading,
.btn--orange._loading:hover {
  background: #98c000 !important;
}
.btn--question {
  font: normal 500 18px/36px 'Roboto', sans-serif;
}
.btn--gray {
  background: #ededed;
  font: normal 300 16px/36px 'Roboto', sans-serif;
  color: #222222;
  padding: 0 5px 0;
}
.btn--gray:hover {
  background: #e5e5e5;
}
.btn--gray._able {
  background: #98c000;
  padding: 0 5px 0;
  color: #fff;
}
.btn--gray._able:hover {
  background: #7a9a00;
}
.btn--gray2 {
  background: #ededed;
  color: #222222;
  padding: 0 5px 0;
  margin-top: 21px;
}
.btn--gray2:hover {
  background: #e5e5e5;
}
.btn--pay {
  background: #ededed;
  font: normal 400 21px/36px 'Roboto Condensed', sans-serif;
  color: #707070;
  padding: 0 5px 0;
}
.btn--pay:hover {
  background: #e5e5e5;
}
.btn--gray-reg {
  background: #ededed;
  font: normal 300 16px/36px 'Roboto', sans-serif;
  color: #222222;
  padding: 1px 5px 0;
}
.btn--gray-reg:hover {
  background: #fef0e5;
  color: #eb6200;
}
.btn--gray-reg._opened {
  background: #fef0e5;
  color: #eb6200;
}
.btn._disabled {
  background: #ededed;
  cursor: default;
  color: #858585;
}
.btn--comment {
  width: 353px;
  background: #98c000;
  padding-right: 30px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.btn--comment:after {
  position: absolute;
  content: "";
  display: inline-block;
  content: "\e913";
  font-family: "icomoon";
  color: #fff;
  font-size: 20px;
  top: 2px;
  right: 40px;
}
.btn--comment:hover {
  background: #7a9a00;
}
.radio-button {
  display: block;
}
.radio-button-input {
  position: fixed;
  left: -9999px;
}
.radio-button-label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: normal 300 13px/22px 'Roboto', sans-serif;
  color: #222222;
  cursor: pointer;
  padding: 0 0 0 29px;
}
.radio-button-label:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border: #a7a7a7 solid 1px;
  border-radius: 50%;
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
  left: 0;
  top: 2px;
}
.radio-button-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 5px;
  top: 7px;
  opacity: 0;
  background: #2f3436;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.radio-button-label--spoiler span {
  border-bottom: 1px dashed #707070;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.radio-button-label--spoiler span:hover {
  color: #eb6200;
  border-bottom: 1px dashed #eb6200;
}
.radio-button-input:checked + .radio-button-label:after {
  opacity: 1;
}
.radio-button-spoiler {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0;
  margin-bottom: 30px;
  width: calc(100% - 30px);
  position: relative;
  left: 30px;
}
.radio-button-input--spoiler ~ .radio-button-spoiler {
  display: block;
  margin-bottom: -13px;
}
.radio-button-input--spoiler:checked ~ .radio-button-spoiler {
  opacity: 1;
  visibility: visible;
  height: 41px;
  margin-bottom: 30px;
}
.radio-button-input ~ .btn {
  margin-top: 24px;
}
.radio-button-input:checked ~ .btn {
  background: #98c000;
  color: #fff;
}
.radio-button-input:checked ~ .btn:hover {
  background: #7a9a00;
}
.radio-button-input:checked ~ .helper {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.checkbox {
  display: block;
}
.checkbox-input {
  position: fixed;
  left: -9999px;
}
.checkbox-message {
  display: block;
  position: absolute;
  background: #fff;
  bottom: 100%;
  right: -121px;
  -webkit-box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  -webkit-transition: opacity .3s ease, margin .3s ease;
  transition: opacity .3s ease, margin .3s ease;
  font: normal 300 13px/22px 'Roboto', sans-serif;
  padding: 21px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 280px;
  z-index: 20;
  margin-bottom: 25px;
  color: #707070;
  opacity: 0;
  visibility: hidden;
}
.checkbox-message._show {
  opacity: 1;
  margin-bottom: 15px;
  visibility: visible;
}
.checkbox-message:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: none;
  left: 50%;
  margin-left: -3px;
  bottom: -6px;
}
.checkbox-label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: normal 300 16px/25px 'Roboto', sans-serif;
  color: #222222;
  cursor: pointer;
  padding: 0 0 0 31px;
}
.checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border: #a7a7a7 solid 1px;
  border-radius: 3px;
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
  left: 1px;
  top: 5px;
  background: #fff;
}
.checkbox-label:hover:before {
  background: #fdfff3;
  border-color: #9bc208;
}
.checkbox-label:after {
  content: "\e908";
  display: block;
  position: absolute;
  left: 4px;
  top: 9px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 8px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2f3436;
}
.checkbox-label--right {
  padding: 0 40px 0 0;
}
.checkbox-label--right:before {
  width: 28px;
  height: 28px;
  left: auto;
  right: 1px;
  top: -3px;
}
.checkbox-label--right:after {
  left: auto;
  right: 8px;
  top: 4px;
  font-size: 12px;
  -webkit-transform: translateY(2px);
}
.checkbox-label b {
  font-weight: 500;
}
.checkbox-label i {
  color: #707070;
}
.checkbox-label--spoiler span {
  border-bottom: 1px dashed #707070;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkbox-label--spoiler span:hover {
  color: #eb6200;
  border-bottom: 1px dashed #eb6200;
}
.checkbox-input:checked + .checkbox-label:after {
  opacity: 1;
}
.checkbox-spoiler {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0;
  margin-bottom: 30px;
  width: calc(100% - 30px);
  position: relative;
  left: 30px;
}
.checkbox-input--spoiler:checked ~ .checkbox-spoiler {
  opacity: 1;
  visibility: visible;
  height: 41px;
}
.checkbox-input:checked ~ .btn {
  background: #98c000;
  color: #fff;
}
.checkbox-input:checked ~ .btn:hover {
  background: #7a9a00;
}
.checkbox-input:checked ~ .helper {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.download {
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.download:before {
  content: "";
  width: 13px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0px;
  left: -25px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAASCAYAAACAa1QyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYyQjg3QTZGNEQ4OTExRTY5OUE0Q0VCNkVFOEFCNUY1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYyQjg3QTcwNEQ4OTExRTY5OUE0Q0VCNkVFOEFCNUY1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjJCODdBNkQ0RDg5MTFFNjk5QTRDRUI2RUU4QUI1RjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjJCODdBNkU0RDg5MTFFNjk5QTRDRUI2RUU4QUI1RjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7nED9sAAAAdklEQVR42mJUUlJiwAH+AzEjNgkmBjLAqKahp+kwENviUGcJxMexaaoF4rVAbIemwQqI1wFxAzZNB4A4FIjXIGm0ghoUD8Q7YQpZ0Ew9CMQhUI0MUA1xQLybUEAcgmp8DsSx6Bqw2YSsUYqqQc4CzWwkAYAAAwDm5BLVdWiQQAAAAABJRU5ErkJggg==');
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.download:after {
  content: "";
  width: 13px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0px;
  left: -25px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAASCAYAAACAa1QyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRGQjFCRDc1NEQ4QTExRTZCMTNEQ0I2NzkzNjNDMDQ5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRGQjFCRDc2NEQ4QTExRTZCMTNEQ0I2NzkzNjNDMDQ5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEZCMUJENzM0RDhBMTFFNkIxM0RDQjY3OTM2M0MwNDkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEZCMUJENzQ0RDhBMTFFNkIxM0RDQjY3OTM2M0MwNDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7RO/7yAAAAdUlEQVR42mJ8ncSAC/wHYkZsEkwMZIBRTUNP02EgtsWhzhKIj2PTVAvEa4HYDk2DFRCvA+IGbJoOAHEoEK9B0mgFNSgeiHfCFLKgmXoQiEOgGhmgGuKAeDehgDgE1fgciGPRNWCzCVmjFFWDnAWa2UgCAAEGAEMTE7xRbBgLAAAAAElFTkSuQmCC');
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.download:hover {
  color: #f56e00;
}
.download:hover:before {
  opacity: 0;
}
.download:hover:after {
  opacity: 1;
}
.side-vote .checkbox-label {
  font: normal 300 13px/22px 'Roboto', sans-serif;
}
.side-vote .radio-button-spoiler {
  margin-bottom: 0;
  display: none;
}
.side-vote .checkbox-spoiler {
  margin-bottom: 0;
  display: none;
}
.side-vote .radio-button-input--spoiler:checked ~ .radio-button-spoiler {
  display: block;
}
.side-vote .checkbox-input--spoiler:checked ~ .checkbox-spoiler {
  display: block;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox {
  margin: 60px 0;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  /*overflow:hidden;*/
  -webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
  max-width: none;
  background: #FFF;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*


    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #373737;
  opacity: 0.9;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
}
#cboxMiddleLeft {
  width: 21px;
}
#cboxMiddleRight {
  width: 21px;
}
#cboxTopCenter {
  height: 21px;
}
#cboxBottomCenter {
  height: 21px;
}
#cboxContent {
  background: #fff;
  /*overflow:hidden;*/
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
  display: none !important;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
  display: none !important;
}
#cboxLoadingOverlay {
  background: url(../img/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  background: none;
  border: 1px solid #FFF;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -29px;
  font-size: 0;
  height: 58px;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 58px;
}
#cboxPrevious:before {
  content: "\e902";
  display: block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  color: #FFF;
}
#cboxPrevious:hover {
  opacity: 0.8;
}
#cboxNext {
  background: none;
  border: 1px solid #FFF;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -29px;
  font-size: 0;
  height: 58px;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 58px;
}
#cboxNext:before {
  content: "\e905";
  display: block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  color: #FFF;
}
#cboxNext:hover {
  opacity: 0.8;
}
#cboxClose {
  display: block;
  position: absolute;
  right: -60px;
  top: -60px;
  font-size: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
#cboxClose:before {
  content: "\e909";
  display: block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #FFF;
}
#cboxClose:hover {
  opacity: 0.7;
}
/*-- __Layout
------------------------------------------------------------*/
html,
body {
  height: 100%;
}
body {
  background: #e2e2e2;
  min-width: 1600px;
  font: normal 300 15px/21px 'Roboto', sans-serif;
  color: #222222;
}
.page {
  min-height: 100%;
  background: #fff;
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.page-wrap {
  width: 1600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 35px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}
.clear-footer {
  clear: both;
  height: 768px;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-bottom: 32px;
}
.logo-img {
  display: inline-block;
  vertical-align: middle;
}
.logo--internal {
  left: 1px;
  position: relative;
}
.logo-slogan {
  display: inline-block;
  vertical-align: middle;
  font: normal 300 12px/18px 'Roboto', sans-serif;
  color: #fff;
  opacity: 0.8;
  padding-left: 32px;
  margin-left: 31px;
  width: 250px;
  position: relative;
  letter-spacing: 0.75px;
  top: -2px;
  -webkit-padding-before: 1px;
}
.logo-slogan:before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #fff;
  opacity: 0.6;
}
.logo-slogan--internal {
  color: #000;
  opacity: 0.7;
}
.logo-slogan--internal:before {
  background: #000;
}
.login-form {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  width: 412px;
  padding: 30px;
  position: absolute;
  left: 50%;
  margin-left: -206px;
  top: 50px;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, margin .3s ease;
  transition: opacity .3s ease, margin .3s ease;
  text-align: left;
}
.header-entered .login-form {
  margin-left: 0;
  left: auto;
  right: 0;
}
.login-form--internal {
  -webkit-box-shadow: 0 5px 45px rgba(0, 1, 1, 0.23);
          box-shadow: 0 5px 45px rgba(0, 1, 1, 0.23);
}
.login-form--in {
  opacity: 1;
  margin-top: 0px;
  visibility: visible;
  position: relative;
  left: 0;
  margin: 0 auto;
  top: 0;
}
.login-form--in:before {
  display: none !important;
}
.login-form._active {
  opacity: 1;
  margin-top: 0px;
  visibility: visible;
}
.login-form:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -6px;
}
.header-entered .login-form:before {
  margin-left: 0;
  left: auto;
  right: 104px;
}
.login-form-pre {
  font: normal 300 14px/22px 'Roboto', sans-serif;
  color: #222222;
  margin: -9px 0 15px;
}
.login-form-back {
  text-align: left;
  margin: -9px 0 13px;
}
.login-form-back--reg {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  position: relative;
  top: 2px;
  left: -10px;
}
.login-form-back-link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-decoration: none;
  color: #858585;
  padding-left: 29px;
  font: normal 300 13px/22px 'Roboto', sans-serif;
}
.login-form-back-link:after {
  content: "\e901";
  display: block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 7px;
}
.login-form-back-link:before {
  content: "";
  display: block;
  right: 0;
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: 29px;
  background: #f56e00;
  opacity: 0;
}
.login-form-back-link:hover {
  color: #f56e00;
}
.login-form-back-link:hover:before {
  opacity: 1;
}
.login-form-txt {
  font: normal 300 14px/22px 'Roboto', sans-serif;
  color: #222222;
  margin-bottom: 24px;
}
.login-form-txt--center {
  text-align: center;
  margin-bottom: 26px;
  position: relative;
  top: -8px;
}
.login-form-captcha {
  position: relative;
  padding-bottom: 19px;
  white-space: nowrap;
}
.login-form-captcha-label {
  display: inline-block;
  vertical-align: top;
  width: 166px;
  height: 41px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dbdbdb;
  margin-right: 21px;
  overflow: hidden;
}
.login-form-captcha-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 39px;
  border-radius: 5px;
}
.login-form-captcha-input {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  color: #858585;
  font-size: 18px;
  width: 166px;
}
.login-form-second {
  display: none;
}
.login-form-field {
  position: relative;
  padding-bottom: 19px;
}
.login-form-input {
  margin-bottom: 10px;
  color: #858585;
  padding-left: 152px;
  font-size: 18px;
}
.login-form-label {
  color: #858585;
  display: block;
  position: absolute;
  left: 15px;
  top: 6px;
  font: normal 300 18px/25px 'Roboto', sans-serif;
}
.login-form-label2 {
  color: #222222;
  display: block;
  font: normal 300 21px/32px 'Roboto', sans-serif;
  margin-bottom: 12px;
}
.login-form-forget {
  text-align: right;
  margin: -18px 0 22px;
  position: relative;
  z-index: 1;
}
.login-form-forget-link {
  text-decoration: none;
  color: #858585;
  font: normal 300 13px/22px 'Roboto', sans-serif;
}
.login-form-forget-link:hover {
  color: #f56e00;
  text-decoration: underline;
}
.header {
  height: 518px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.header--internal {
  overflow: visible;
  height: 181px;
  z-index: 16;
}
.header:hover .header-slider-nav {
  opacity: 1;
}
.header:hover .slick-dots {
  opacity: 1;
}
.header-slider {
  display: block;
  width: 1900px;
  height: 518px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  margin-left: -950px;
}
.header-slider-container {
  height: 100%;
}
.header-slider .slick-list {
  height: 100%;
}
.header-slider .slick-track {
  height: 100%;
}
.header-slider .slick-dots {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 173px;
  width: 60px;
  opacity: 0;
  margin-left: 720px;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0;
}
.header-slider .slick-dots li {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  margin: 8px auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  background: transparent;
}
.header-slider .slick-dots li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.header-slider .slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  opacity: 0.2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  top: -1px;
  -webkit-transform: translateY(1px);
  border: none;
}
.header-slider .slick-dots li:first-child {
  margin-top: 0;
}
.header-slider .slick-dots li:last-child {
  margin-bottom: 0;
}
.header-slider .slick-dots li:hover {
  border-color: #fff;
}
.header-slider .slick-dots li:hover button {
  opacity: 1;
}
.header-slider .slick-dots li.slick-active button {
  opacity: 1;
  background: #fff;
}
.header-slider-item {
  display: block;
  width: 1900px;
  height: 518px;
  position: relative;
}
.header-slider-item-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header-slider-item-inner {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 237px 165px 0 351px;
  z-index: 15;
}
.header-slider-item-inner a {
  display: block;
  text-decoration: none;
}
.header-slider-item-link {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.header-slider-item-title {
  display: block;
  font: normal 400 55px/55px 'Roboto Condensed', sans-serif;
  color: #fff;
  margin-bottom: 35px;
}
.header-slider-item-title a {
  color: #fff;
  text-decoration: none;
}
.header-slider-item-title a:hover {
  text-decoration: underline;
}
.header-slider-item-text {
  display: block;
  font: normal 300 18px/26px 'Roboto', sans-serif;
  color: #fff;
  width: 666px;
}
.header-slider-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.45;
}
.header-slider-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 382px;
  z-index: 2;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAF+CAYAAABDFnApAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBQUJEMTlGMTg0OUIxMUU2QTBCMEQ3OUY1Q0Q0Q0FDNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBQUJEMTlGMjg0OUIxMUU2QTBCMEQ3OUY1Q0Q0Q0FDNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFBQkQxOUVGODQ5QjExRTZBMEIwRDc5RjVDRDRDQUM3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFBQkQxOUYwODQ5QjExRTZBMEIwRDc5RjVDRDRDQUM3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Oj6S3wAAAFdJREFUeNpiYGBgsGICEgyoxH8ixaijDZs6Mm0jUy99bSNC238qu4Umtg2ASwcg4inWO1BhT7twpoflVHTGoDOFOhFAE6No51+6uZkm4UeAYCZFMUCAAQCd8zr+5E1LZQAAAABJRU5ErkJggg==');
}
.header-slider-nav {
  position: absolute;
  left: 50%;
  bottom: 173px;
  z-index: 10;
  width: 60px;
  opacity: 0;
  margin-left: 720px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.header-slider-prev {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -29px;
}
.header-slider-prev:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.header-slider-prev:after {
  content: "\e904";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  opacity: 0.3;
  position: relative;
  top: -2px;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-slider-prev:hover {
  border-color: #fff;
}
.header-slider-prev:hover:after {
  opacity: 1;
}
.header-slider-next {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -29px;
}
.header-slider-next:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.header-slider-next:after {
  content: "\e903";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  opacity: 0.3;
  position: relative;
  top: 2px;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-slider-next:hover {
  border-color: #fff;
}
.header-slider-next:hover:after {
  opacity: 1;
}
.header-slider-pagination {
  width: 22px;
  margin: 0 auto;
  text-align: center;
}
.header-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 20;
  margin: 0 auto;
  max-width: 1600px;
  padding: 33px 35px 0;
  font-size: 0;
}
.header-panel {
  position: absolute;
  top: 38px;
  right: 35px;
  text-align: right;
}
.header-registration {
  display: inline-block;
  vertical-align: middle;
  font: normal 300 16px/20px 'Roboto', sans-serif;
  color: #fff;
  text-decoration: none;
  position: relative;
  top: -2px;
  -webkit-padding-before: 1px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.header-registration:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.header-registration:hover:before {
  opacity: 1;
}
.header-registration--internal {
  color: #222222;
}
.header-registration--internal:hover {
  color: #f56e00;
}
.header-registration--internal:before {
  content: none;
}
.header-inst {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  z-index: 2;
  margin-right: 20px;
  background: url(../img/inst-main.svg) 50% 50% no-repeat;
  background-size: contain;
}
.header-inst--inner {
  background-image: url(../img/inst-inner.svg);
}
.header-tm {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  z-index: 2;
  margin-right: 20px;
  background: url(../img/tm-main.png) 50% 50% no-repeat;
  background-color: rgba(255,255,255,0.08);
  background-size: contain;
  border-radius: 4px;
}
.header-tm--inner {
  background-image: url(../img/tm-inner.png);
  background-color: none;
}
.header-login {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
  width: 169px;
  height: 41px;
  position: relative;
  z-index: 2;
}
.header-login-link {
  display: block;
  width: 169px;
  height: 41px;
  border-radius: 5px;
  color: #fff;
  font: normal 300 16px/38px 'Roboto', sans-serif;
  background: rgba(255, 255, 255, 0.08);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  text-decoration: none;
}
.header-login-link:hover {
  background: rgba(255, 255, 255, 0.25);
}
.header-login-link--internal {
  background: #f3f3f3;
  color: #222222;
}
.header-login-link--internal:hover {
  background: #e5e5e5;
}
.header-entered {
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  position: relative;
  z-index: 2;
}
.header-entered__helper {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.header-entered__user {
  width: 100%;
  display: block;
  background: #f3f3f3;
  border-radius: 5px;
  height: 41px;
  color: #222222;
  font: normal 300 16px/38px 'Roboto', sans-serif;
  text-align: left;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  padding: 0 55px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-entered__user:after {
  display: block;
  position: absolute;
  content: "\e903";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7px;
  right: 20px;
  top: 16px;
}
.header-entered__user:hover {
  background: #fef0e5;
  color: #f56e00;
}
.header-entered__user._active {
  background: #fef0e5;
  color: #f56e00;
}
.header-entered__user._active:after {
  content: "\e904";
}
.header-entered__user--main {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.header-entered__user--main:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.header-entered__user--main._active {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.header-entered-list {
  background: #fff;
  width: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ededed;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: absolute;
  left: 50%;
  margin-left: -110px;
  text-align: left;
  top: 100%;
  padding: 17px 0 8px;
  visibility: hidden;
  opacity: 0;
  z-index: 16;
  margin-top: 29px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.header-entered-list:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #ededed transparent;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: -7px;
  z-index: 2;
}
.header-entered-list:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -6px;
  z-index: 3;
}
.header-entered-list._shown {
  margin-top: 9px;
  visibility: visible;
  opacity: 1;
}
.header-entered__link {
  display: block;
  color: #707070;
  text-decoration: none;
  font: normal 300 14px/18px 'Roboto', sans-serif;
  padding: 6px 30px 9px;
  margin-bottom: -1px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.header-entered__link:hover {
  background: #f7f7f7;
  color: #f56e00;
}
.header-entered__link--quit {
  margin-top: 14px;
  position: relative;
}
.header-entered__link--quit:before {
  content: "";
  display: block;
  height: 1px;
  background: #ededed;
  position: absolute;
  left: 20px;
  right: 20px;
  top: -9px;
}
.header-search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  position: absolute;
  top: 3px;
  right: 288px;
  height: 35px;
  width: 427px;
  border-radius: 17.5px;
  background: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.header-search--no-auth {
  right: 380px;
}
.header-search-button {
  background: transparent;
  border: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  margin-right: 7px;
  width: 35px;
  height: 35px;
  position: relative;
}
.header-search-button:before {
  content: "\e91e";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 10px;
  top: 9px;
  -webkit-padding-before: 1px;
}
.header-search-button--internal {
  color: #000;
}
.header-search-input {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border: none;
  font: normal 300 14px/18px 'Roboto', sans-serif;
  color: #fff;
  width: 360px;
  margin-right: 5px;
  padding-bottom: 2px;
  -webkit-padding-after: 5px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.header-search-input::-webkit-input-placeholder {
  position: relative;
  top: 1px;
  color: #fff;
  opacity: 1;
  font-style: normal;
}
.header-search-input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-style: normal;
}
.header-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-style: normal;
}
.header-search-input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-style: normal;
}
.header-search-input--internal {
  color: #222222;
}
.header-search-input--internal::-webkit-input-placeholder {
  position: relative;
  top: 1px;
  color: #222222;
  opacity: 1;
  font-style: normal;
}
.header-search-input--internal:-moz-placeholder {
  color: #222222;
  opacity: 1;
  font-style: normal;
}
.header-search-input--internal::-moz-placeholder {
  color: #222222;
  opacity: 1;
  font-style: normal;
}
.header-search-input--internal:-ms-input-placeholder {
  color: #222222;
  opacity: 1;
  font-style: normal;
}
.header-search:hover,
.header-search._active {
  background: rgba(255, 255, 255, 0.08);
}
.header-search--internal.header-search:hover,
.header-search--internal.header-search._active {
  background: #ededed;
}
.header-search:hover .header-search-input,
.header-search._active .header-search-input {
  opacity: 1;
}
.menu {
  display: block;
  width: 100%;
  text-align: center;
  background: #98c000;
  height: 63px;
  border-radius: 5px;
}
.menu-list {
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.menu-list:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.menu-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: normal;
}
.menu-item-link {
  text-decoration: none;
  display: block;
  font: normal 700 21px/27px 'Roboto Condensed', sans-serif;
  color: #fff;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px 36px 19px;
  -webkit-padding-before: 18px;
  -webkit-padding-after: 18px;
  text-transform: uppercase;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.menu-item-link:hover,
.menu-item-link._selected {
  color: #def587;
}
.menu-item:hover .menu-submenu {
  visibility: visible;
  margin-top: 0;
  opacity: 1;
}
.menu-submenu {
  background: #fff;
  width: 210px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  margin-left: -105px;
  text-align: left;
  top: 100%;
  padding: 18px 0 17px;
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #ededed;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.menu-submenu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #ededed transparent;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: -7px;
  z-index: 2;
}
.menu-submenu:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -6px;
  z-index: 3;
}
.menu-submenu-item {
  margin-bottom: -1px;
}
.menu-submenu-item-link {
  display: block;
  color: #707070;
  text-decoration: none;
  font: normal 300 14px/18px 'Roboto', sans-serif;
  padding: 6px 29px 9px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.menu-submenu-item-link:hover {
  background: #f7f7f7;
  color: #f56e00;
}
.sidebar-left {
  width: 270px;
  float: left;
  padding: 386px 0 50px;
  position: relative;
  z-index: 1;
}
.sidebar-left--noauth {
  padding-top: 478px;
}
.sidebar-left--internal {
  padding-top: 54px;
}
.sidebar-right {
  width: 270px;
  float: right;
  padding: 45px 0 50px;
  -webkit-padding-before: 46px;
  position: relative;
  z-index: 1;
}
.sidebar-right--internal {
  padding-top: 54px;
}
.invoice-loading-content._loading {
  min-height: 400px;
  background: url(../img/loader.gif) 50% 80% no-repeat;
}
.main {
  margin: 0 315px;
  padding: 45px 0 50px;
}
.main--internal {
  padding-top: 56px;
}
.main--inner {
  padding-top: 56px;
  margin-left: 0;
  position: relative;
}
.h2 {
  font: normal 400 38px/46px 'Roboto Condensed', sans-serif;
  letter-spacing: 0.5px;
  color: #222222;
  margin-bottom: 35px;
}
.h2-link {
  color: #222222;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.h2-link:hover {
  color: #f56e00;
  -webkit-transition: none;
  transition: none;
}
.breadcrumbs {
  position: relative;
  top: -26px;
  margin-bottom: -18px;
  color: #858585;
}
.breadcrumbs__link {
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
  font-size: 12px;
  line-height: 22px;
  color: #858585;
  text-decoration: none;
}
.breadcrumbs__link:before {
  display: block;
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 8px;
}
.breadcrumbs__link:hover,
.breadcrumbs__link:hover:before {
  color: #f56e00;
}
.footer {
  margin: -768px auto 0;
  max-width: 1900px;
  background: #f3f3f3;
  z-index: 3;
  position: relative;
}
.footer-inner {
  height: 768px;
  width: 1600px;
  margin: 0 auto;
}
.footer-top {
  height: 198px;
  width: 1530px;
  margin: 0 auto;
  border-bottom: #dedede solid 1px;
  position: relative;
}
.footer-bottom {
  height: 508px;
  width: 1530px;
  margin: 0 auto;
  position: relative;
}
.footer-logo {
  display: block;
  position: absolute;
  left: 0;
  top: 81px;
}
.footer-logo-img {
  display: block;
}
.footer-phone {
  display: block;
  position: absolute;
  font: normal 400 45px/50px 'Roboto Condensed', sans-serif;
  color: #222222;
  top: 75px;
  left: 460px;
}
.footer-feedback {
  position: absolute;
  right: 0;
  top: 83px;
  width: 270px;
  text-align: center;
}
.footer-feedback-btn {
  margin-bottom: 10px;
}
.footer-feedback-text {
  color: #858585;
  display: block;
  font: normal 300 14px/20px 'Roboto', sans-serif;
}
.footer-copy {
  position: absolute;
  font: normal 300 16px/29px 'Roboto', sans-serif;
  color: #222222;
  left: 0;
  top: 62px;
}
.footer-search {
  position: absolute;
  left: 0;
  top: 190px;
}
.footer-search-input {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 273px;
  height: 35px;
  border-radius: 18px;
  background: transparent;
  border: #dedede solid 1px;
  padding: 0 40px 1px 23px;
  -webkit-padding-after: 3px;
  font: normal 300 14px/20px 'Roboto', sans-serif;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.footer-search-input::-webkit-input-placeholder {
  position: relative;
  top: 1px;
  color: #222222;
  opacity: 1;
  font-style: normal;
}
.footer-search-input:-moz-placeholder {
  color: #222222;
  opacity: 1;
  font-style: normal;
}
.footer-search-input::-moz-placeholder {
  color: #222222;
  opacity: 1;
  font-style: normal;
}
.footer-search-input:-ms-input-placeholder {
  color: #222222;
  opacity: 1;
  font-style: normal;
}
.footer-search:hover .footer-search-input,
.footer-search-input:focus {
  background: #fff;
}
.footer-search-submit {
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(1px);
}
.footer-search-submit:before {
  content: "\e91e";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #000;
  font-size: 14px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-search:hover .footer-search-submit:before,
.footer-search-input:focus + .footer-search-submit:before {
  color: #f5a300;
}
.footer-sitemap {
  font-size: 13px;
  line-height: 20px;
  color: #858585;
  position: absolute;
  bottom: 89px;
  left: 0;
  text-decoration: none;
  z-index: 2;
}
.footer-sitemap:hover {
  color: #f56e00;
}
.footer-develop {
  display: block;
  text-decoration: none;
  color: #222222;
  position: absolute;
  left: 0;
  bottom: 128px;
  font: normal 300 16px/25px 'Roboto', sans-serif;
}
.footer-develop .redramka {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 20px;
  margin-left: 8px;
}
.footer-develop .redramka:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: #ed232a solid 2px;
  left: 2px;
  top: 7px;
  -webkit-transform: translateY(-1px);
}
.footer-develop:hover .redramka {
  color: #ed232a;
}
.footer-privacy {
  position: absolute;
  width: 320px;
  left: 0;
  bottom: -8px;
  font-size: 13px;
  line-height: 20px;
  color: #858585;
}
.footer-actions {
  position: absolute;
  top: 70px;
  left: 463px;
}
.footer-actions-pay {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  margin-right: 40px;
}
.footer-actions-enter {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  margin-right: 27px;
}
.footer-actions-text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 450px;
  color: #858585;
  font: normal 300 16px/25px 'Roboto', sans-serif;
  top: -2px;
  text-indent: -17px;
}
.footer-menu {
  width: 1030px;
  position: absolute;
  left: 461px;
  top: 155px;
  font-size: 0;
}
.footer-menu-container {
  text-align: justify;
  text-justify: newspaper;
}
.footer-menu-container:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.footer-menu-item {
  font: normal 300 16px/25px 'Roboto', sans-serif;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
.footer-menu-link {
  color: #222222;
  text-decoration: none;
}
.footer-menu-link strong {
  font-weight: 500;
}
.footer-menu-link:hover {
  color: #f56e00;
  text-decoration: underline;
}
.footer-submenu {
  margin-top: 15px;
}
.footer-submenu-item {
  margin-bottom: 15px;
}
/* **************** Temp *************** */
/*.footer{
  &-copy{
    position: absolute;
    bottom: 50px !important;
    left: 318px;
    right: 0;
    top: auto;
    font-size: 14px;
    white-space: nowrap;
    br{
      display: none;
    }
  }
  &-develop{
    bottom: 53px !important;
    -webkit-transform: translateY(1px);
  }
}*/
/* **************** Temp *************** */
.footer-payments {
  font-size: 0;
  white-space: nowrap;
  position: absolute;
  left: -6px;
  top: 268px;
}
.footer-payments__img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.footer-payments__img:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1600px) {
  body {
    min-width: 1260px;
  }
  .page-wrap {
    width: 1260px;
    padding: 0 22.5px;
  }
  .header-slider .slick-dots {
    margin-left: 543px;
  }
  .header-slider-item-inner {
    max-width: 1260px;
    padding: 237px 160px 0 357px;
  }
  .header-slider-nav {
    margin-left: 543px;
  }
  .header-panel {
    right: 32.5px;
  }
  .header-wrapper {
    max-width: 1260px;
    padding: 33px 22.5px 0;
  }
  .header-login {
    margin-right: 19px;
    width: 119px;
  }
  .header-login-link {
    width: 119px;
  }
  .header-search {
    margin-right: 8px;
    width: 220px;
  }
  .header-search-input {
    width: 170px;
    padding-left: 8px;
  }
  .header-search--no-auth {
    right: 291px;
  }
  .menu-item-link {
    padding: 16px 21px 20px;
    -webkit-padding-before: 18px;
    -webkit-padding-after: 18px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.25px;
  }
  .clear-footer {
    height: 838px;
  }
  .footer {
    margin: -838px auto 0;
  }
  .footer-sitemap {
    bottom: 50px;
  }
  .footer-inner {
    width: 1260px;
    height: 838px;
  }
  .footer-top {
    height: 197px;
    width: 1215px;
  }
  .footer-bottom {
    width: 1215px;
    height: 578px;
  }
  .footer-logo {
    left: -1px;
  }
  .footer-phone {
    font-size: 36px;
    left: 397px;
  }
  .footer-feedback {
    top: 82px;
  }
  .footer-copy {
    position: absolute;
    bottom: 50px;
    left: 315px;
    top: auto;
    font-size: 14px;
    width: 500px;
  }
  .footer-copy br {
    display: none;
  }
  .footer-search {
    top: 72px;
  }
  .footer-actions {
    left: 315px;
  }
  .footer-actions-text {
    width: 284px;
    font-size: 13px;
    line-height: 20px;
    text-indent: -15px;
    top: -1px;
    left: 4px;
  }
  .footer-menu {
    left: 0;
    width: 100%;
  }
  .footer-menu-container {
    text-align: left;
  }
  .footer-menu-item {
    width: 315px;
  }
  .footer-menu-item:last-child {
    width: auto;
  }
  .footer-develop {
    bottom: 83px;
    -webkit-transform: translateY(1px);
    font-size: 13px;
  }
  .footer-privacy {
    width: 100%;
    bottom: -7px;
  }
  .footer-payments {
    left: auto;
    top: auto;
    right: -6px;
    bottom: 58px;
  }
}
.link {
  color: #f56e00;
}
.text {
  font: normal 300 15px/21px 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  padding: 0;
  margin-bottom: 45px;
}
.text.faq-spoiler {
  margin-bottom: 30px;
  padding-right: 0;
}
.text--columns {
  font-size: 0;
}
.text__left-col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 25px;
}
.text__right-col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 25px;
}
.text__block {
  padding: 0 0 35px 0;
}
.text__block + .text__block {
  padding-top: 30px;
  border-top: 1px solid #cacaca;
}
.text__block:last-child {
  padding-bottom: 0px;
}
.text__block ul li {
  margin: 20px 0;
  position: relative;
}
.text__block ul li:first-child {
  margin-top: 0px;
}
.text ul {
  margin: 18px 0;
  padding-left: 14px;
}
.text ul li {
  position: relative;
  margin: 18px 0;
}
.text ul li:before {
  content: "";
  display: block;
  background: #b2b2b2;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: -14px;
}
.text ul.agreement__list {
  padding-left: 25px;
}
.text ul.agreement__list li:before {
  display: none;
}
.text ul ul {
  padding-left: 40px;
}
.text ul ul li {
  position: relative;
}
.text ul ul li:before {
  display: none;
}
.text ul ul li:after {
  content: "–";
  display: block;
  position: absolute;
  left: -15px;
  top: 0px;
}
.text ol {
  margin: 18px 0;
  list-style: none;
  counter-reset: li;
}
.text ol li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.text ol li {
  margin: 18px 0;
  position: relative;
  padding-left: 25px;
}
.text ol li:first-child {
  margin-top: 0px;
}
.text ol ol {
  padding-left: 20px;
}
.text ol ol li {
  padding-left: 30px;
}
.text ol._bold li:before {
  font-weight: 700;
}
.text a {
  color: #f56e00;
}
.text a.btn {
  color: #fff;
}
.text p {
  margin: 20px 0;
}
.text h3 {
  font-size: 18px;
  line-height: 25px;
  margin: 20px 0;
  font-weight: 500;
}
.text h3:first-child {
  margin-top: 0;
}
.text h2 {
  font-size: 21px;
  line-height: 25px;
  margin: 20px 0;
  font-weight: 500;
}
.text h2:first-child {
  margin-top: 0;
}
.text h4 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  margin: 10px 0;
}
.text h4:first-child {
  margin-top: 0;
}
.text h5 {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  margin-top: 10px;
}
.text h5:first-child {
  margin-top: 0;
}
.text h6 {
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
}
.text img {
  max-width: 100%;
  margin: 10px 0 20px;
  display: block;
}
.text img.left,
.text a.left {
  float: left;
  margin-right: 40px;
}
.text img.right,
.text a.right {
  float: right;
  margin-left: 40px;
}
.text .comment {
  color: #aaaca5;
  font-size: 14px;
  line-height: 16px;
}
.text b {
  font-weight: 500;
}
.text hr {
  margin: 45px 0;
  color: #cacaca;
  background: #cacaca;
  border: none;
  border-top: #cacaca solid 1px;
}
.text table {
  font-size: 14px;
  line-height: 25px;
  margin: 20px 0;
  /*background: @cWhite;*/
}
.text table th {
  font-weight: 500;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  min-height: 45px;
  border-bottom: 1px solid #cacaca;
  vertical-align: top;
}
.text table th:nth-child(1) {
  width: 7%;
  padding: 10px 5px 10px 20px;
}
.text table th:nth-child(2) {
  width: 30%;
}
.text table th:nth-child(3) {
  width: 63%;
}
.text table td {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  min-height: 45px;
  vertical-align: top;
}
.text table td:nth-child(1) {
  width: 7%;
  padding: 10px 5px 10px 20px;
}
.text table td:nth-child(2) {
  width: 30%;
}
.text table td:nth-child(3) {
  width: 63%;
}
.text table tr:nth-child(1) td {
  padding-top: 20px;
}
.text table tr:nth-child(2n+1) td {
  background: #f7f7f7;
}
.text table tr:nth-child(2n+1) th {
  background: none;
}
.text .gray-block {
  background: #f3f3f3;
  padding: 45px;
  margin: 25px 0;
}
.text .gray-block table {
  background: none;
  width: 100%;
  margin: 0;
  table-layout: fixed;
}
.text .gray-block table tr td {
  padding: 0;
  background: none;
  width: 50%;
}
.text .gray-block table tr td:first-child {
  padding: 0 20px 0 0;
}
.text .gray-block table tr td:last-child {
  padding: 0 0 0 20px;
}
.text .gray-block p,
.text .gray-block ul,
.text .gray-block ol {
  margin: 15px 0;
}
.text .gray-block li {
  margin: 0;
}
.text .gray-block * {
  font-size: 16px;
  line-height: 25px;
}
.text .gray-block *:first-child {
  margin-top: 0;
}
.text .gray-block *:last-child {
  margin-bottom: 0;
}
.dashed-list-item {
  position: relative;
}
.dashed-list-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 1px;
  left: -13px;
  top: 11px;
  background: #707070;
}
.side-menu__item {
  font: normal 300 18px/24px 'Roboto', sans-serif;
  padding: 0 0 0 18px;
  position: relative;
  margin-bottom: 25px;
}
.side-menu__link {
  color: #222222;
  text-decoration: none;
  position: relative;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.side-menu__link--complex span {
  border-bottom: #d8d8d8 dashed 1px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.side-menu__link:after {
  content: "";
  display: block;
  position: absolute;
  background: #b2b2b2;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: -18px;
  top: 11px;
  z-index: 2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.side-menu__link:before {
  content: "";
  display: block;
  position: absolute;
  left: -38px;
  top: -6px;
  right: -2px;
  bottom: -10px;
  background: #f7f7f7;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.side-menu__link span {
  position: relative;
  z-index: 2;
}
.side-menu__link:hover,
.side-menu__link._active {
  color: #f56e00;
}
.side-menu__link:hover:before,
.side-menu__link._active:before {
  opacity: 1;
  visibility: visible;
}
.side-menu__link:hover:after,
.side-menu__link._active:after {
  background: #f56e00;
}
.side-menu__link--complex:hover span,
.side-menu__link--complex._active span {
  border-color: #f56e00;
}
.side-menu__sublist {
  padding-top: 22px;
  display: none;
}
.side-menu__subitem {
  font: normal 300 14px/16px 'Roboto', sans-serif;
  margin-bottom: 19px;
}
.side-menu__sublink {
  display: inline-block;
  vertical-align: middle;
  color: #707070;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.side-menu__sublink:before {
  content: "\e905";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7px;
  position: absolute;
  left: 1px;
  top: 4px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.side-menu__sublink:hover,
.side-menu__sublink._active {
  color: #f56e00;
}
.side-title {
  text-decoration: none;
  position: relative;
  font: normal 400 40px/46px 'Roboto Condensed', sans-serif;
  letter-spacing: 0.5px;
  color: #222222;
}
.side-title-link {
  padding-left: 40px;
  color: #222222;
  text-decoration: none;
  display: block;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  position: relative;
  z-index: 1;
}
.side-title-link:hover,
.side-title-link:hover * {
  color: #f56e00;
  -webkit-transition: none;
  transition: none;
}
.side-pay {
  display: block;
  width: 270px;
  height: 636px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 30px 30px;
  background: #fff;
  -webkit-box-shadow: 0 5px 49px rgba(0, 1, 1, 0.23);
          box-shadow: 0 5px 49px rgba(0, 1, 1, 0.23);
  position: absolute;
  left: 35px;
  top: -272px;
  z-index: 5;
}
.side-pay .form-error {
  margin: 3px 0 -16px;
  font-size: 11px;
  line-height: 13px;
}
.side-pay--noauth {
  height: 728px;
}
.side-pay--static {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 63px;
}
.side-pay-title {
  font: normal 400 38px/45px 'Roboto Condensed', sans-serif;
  display: block;
  position: relative;
  color: #222222;
  margin: 0 -3px 31px;
}
.side-pay-title-info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -18px;
  left: -18px;
}
.side-pay-dash-info {
  display: block;
  position: absolute;
  top: 13px;
  right: 9px;
}
.side-pay-btn {
  margin: 15px 0 31px;
}
.side-pay-info {
  display: block;
  font: normal 300 13px/22px 'Roboto', sans-serif;
  color: #222222;
  width: 220px;
}
.side-pay-info a {
  color: #f56e00;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.side-pay-info a:hover {
  color: #f57f00;
}
.side-pay-phone {
  display: block;
  font: normal 700 28px/32px 'Roboto Condensed', sans-serif;
  color: #222222;
  letter-spacing: 0.65px;
}
.side-pay-phone-zone {
  margin-top: 10px;
  padding: 32px 0 0;
  position: relative;
}
.side-pay-phone-zone--noauth {
  margin-top: 36px;
}
.side-pay-phone-zone:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("data:image/PNG;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0OThCMUZCRkEyRkMxMUU1ODU0NEJFMzk2QkI5NUI3MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0OThCMUZDMEEyRkMxMUU1ODU0NEJFMzk2QkI5NUI3MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5OEIxRkJEQTJGQzExRTU4NTQ0QkUzOTZCQjk1QjcyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ5OEIxRkJFQTJGQzExRTU4NTQ0QkUzOTZCQjk1QjcyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yAhhkgAAACZJREFUeNpi/P//P8OpU6dYGBgYWoFYH4j/ADETEM81MzNbCxBgAL29CP/7avxtAAAAAElFTkSuQmCC");
}
.side-pay-phone-text {
  display: block;
  font: normal 300 14px/22px 'Roboto', sans-serif;
  color: #222222;
  margin-bottom: 6px;
}
.side-pay--inner {
  position: relative;
  top: 0px;
  left: 0px;
}
.side-faq {
  width: 100%;
  display: block;
}
.side-faq-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: -1px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #d8d8d8;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  -webkit-transform: translateY(-1px);
}
.side-faq-title:after {
  content: "\e907";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 16px;
  left: 6px;
  color: #fff;
  font-size: 13px;
  padding-top: 1px;
}
.side-faq-title:hover:before {
  background: #f56e00;
  -webkit-transition: none;
  transition: none;
}
.side-faq-title-text:after {
  content: "";
  display: block;
  width: 117px;
  height: 1px;
  position: absolute;
  z-index: 1;
  top: 41px;
  left: 45px;
  background: #cacaca;
}
.side-faq-title-text:before {
  content: "";
  display: block;
  width: 137px;
  height: 1px;
  position: absolute;
  z-index: 1;
  top: 87px;
  left: 43px;
  background: #cacaca;
}
.side-faq-list {
  margin: 28px 0 8px;
  width: 220px;
}
.side-faq-item {
  display: block;
  position: relative;
  padding-left: 19px;
  font: normal 300 14px/24px 'Roboto', sans-serif;
  color: #707070;
  margin-bottom: 20px;
}
.side-faq-item-link {
  color: #707070;
  text-decoration: none;
}
.side-faq-item-link:hover {
  color: #f56e00;
  text-decoration: underline;
}
.side-faq-item:last-child {
  margin-bottom: 0;
}
.side-faq-item:before {
  content: "";
  display: block;
  background: #b2b2b2;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 2px;
}
.side-faq-info {
  background: #f3f3f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 33px 30px 37px;
  margin: 38px 0 60px;
  position: relative;
}
.side-faq-info--phone {
  margin: 5px 0 34px;
  padding: 30px 30px 31px;
}
.side-faq-info:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -28px;
  background: #f3f3f3;
  border-radius: 50%;
}
.side-faq-info:after {
  content: "\e90e";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -15px 0 0 -12px;
  z-index: 2;
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #d8d8d8;
  color: #fff;
  border-radius: 50%;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 3px 2px 0 0;
  -webkit-padding-before: 5px;
  text-align: center;
  font-size: 15px;
  cursor: default;
}
.side-faq-info-text {
  display: block;
  font: normal 300 14px/24px 'Roboto', sans-serif;
  color: #707070;
  margin-bottom: 21px;
  margin-right: -5px;
}
.side-faq-info__text {
  display: block;
  font: normal 300 14px/22px 'Roboto', sans-serif;
  color: #222222;
  margin-bottom: 19px;
  margin-right: -5px;
}
.side-faq-info__phone {
  display: block;
  font: normal 700 28px/32px 'Roboto Condensed', sans-serif;
  color: #222222;
}
.side-people {
  margin-bottom: 40px;
}
.side-people-title:after {
  content: "\e911";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 11px;
  padding-top: 3px;
  -webkit-padding-before: 2px;
  left: -1px;
  color: #d8d8d8;
  font-size: 21px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.side-people-title:hover:after {
  color: #f56e00;
  -webkit-transition: none;
  transition: none;
}
.side-people-list {
  margin: 18px 0 0;
  width: 220px;
}
.side-people-item {
  display: block;
  position: relative;
  padding-left: 19px;
  font: normal 300 14px/24px 'Roboto', sans-serif;
  color: #707070;
  margin-bottom: 4px;
}
.side-people-item:before {
  content: "";
  display: block;
  background: #b2b2b2;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 2px;
}
.side-people-item:last-child {
  margin-bottom: 0;
}
.side-people-item:last-child:before {
  display: none;
}
.side-people-item-link {
  color: #707070;
  text-decoration: none;
}
.side-people-item-link:hover {
  color: #f56e00;
  text-decoration: underline;
}
.side-people-item-ulink {
  color: #cacaca;
  text-decoration: underline;
}
.side-people-item-ulink:hover,
.side-people-item-ulink:hover span {
  color: #f56e00;
}
.side-people-item-ulink span {
  color: #707070;
}
.side-paying {
  margin-bottom: 35px;
}
.side-paying-title:before {
  background: #d8d8d8 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 24px;
  left: -1px;
  position: absolute;
  top: 13px;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  width: 24px;
}
.side-paying-title:after {
  content: "\e90a";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 17px;
  padding-top: 3px;
  -webkit-padding-before: 2px;
  left: 3px;
  color: #fff;
  font-size: 12px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.side-paying-title:hover:before {
  background: #f56e00;
  -webkit-transition: none;
  transition: none;
}
.side-paying-list {
  margin: 20px 0 0;
  width: 220px;
}
.side-paying-item {
  display: block;
  position: relative;
  padding-left: 19px;
  font: normal 300 14px/24px 'Roboto', sans-serif;
  color: #707070;
  margin-bottom: 20px;
}
.side-paying-item:last-child {
  margin-bottom: 0;
}
.side-paying-item:before {
  content: "";
  display: block;
  background: #b2b2b2;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 2px;
}
.side-entity {
  margin-bottom: 42px;
}
.side-entity-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: -1px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #d8d8d8;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}
.side-entity-title:after {
  content: "\e91d";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 18px;
  padding-top: 2px;
  left: 4px;
  color: #fff;
  font-size: 11px;
}
.side-entity-title:hover:before {
  background: #f56e00;
  -webkit-transition: none;
  transition: none;
}
.side-entity-list {
  margin: 18px 0 0;
  width: 220px;
}
.side-entity-item {
  display: block;
  position: relative;
  padding-left: 19px;
  font: normal 300 14px/24px 'Roboto', sans-serif;
  color: #707070;
  margin-bottom: 4px;
}
.side-entity-item:before {
  content: "";
  display: block;
  background: #b2b2b2;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 2px;
}
.side-entity-item:last-child {
  margin-bottom: 0;
}
.side-entity-item:last-child:before {
  display: none;
}
.side-entity-item-link {
  color: #707070;
  text-decoration: none;
}
.side-entity-item-link:hover {
  color: #f56e00;
  text-decoration: underline;
}
.side-entity-item-ulink {
  color: #cacaca;
  text-decoration: underline;
}
.side-entity-item-ulink:hover,
.side-entity-item-ulink:hover span {
  color: #f56e00;
}
.side-entity-item-ulink span {
  color: #707070;
}
.side-vote {
  margin-bottom: 60px;
}
.side-vote-title {
  margin-bottom: 30px;
}
.side-vote-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: -1px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #d8d8d8;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  -webkit-transform: translateY(-1px);
}
.side-vote-title:after {
  content: "\e913";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 21.5px;
  left: 6px;
  color: #fff;
  font-size: 11px;
  padding-top: 2px;
  -webkit-padding-before: 1px;
}
.side-vote-title:hover:before {
  background: #f56e00;
  -webkit-transition: none;
  transition: none;
}
.side-vote-question {
  font: normal 300 16px/25px 'Roboto', sans-serif;
  color: #222222;
  margin-bottom: 35px;
}
.side-vote-answer {
  margin-bottom: 26px;
}
.side-vote-answer .radio-button-label {
  font-size: 15px;
}
.side-vote-answer .radio-button-label:before {
  top: 3px;
}
.side-vote-answer .radio-button-label:after {
  top: 8px;
}
.side-economy {
  margin-bottom: 40px;
}
.side-economy-link {
  display: block;
}
.side-economy-img {
  display: block;
}
.side-profile {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 5px 49px rgba(0, 1, 1, 0.23);
          box-shadow: 0 5px 49px rgba(0, 1, 1, 0.23);
  height: 616px;
  margin: 11px 0 53px;
  position: relative;
  -webkit-margin-before: 10px;
  -webkit-margin-after: 54px;
  overflow: hidden;
}
.side-profile:after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #f3f3f3;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.side-profile--ullk:after {
  content: "";
  width: 136px;
  height: 126px;
  font-size: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAAB+CAYAAAD/cVlWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NzY5OEIyQzlDQ0QxMUU2QkNFNEEwMjREOEFFRjVDMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NzY5OEIyRDlDQ0QxMUU2QkNFNEEwMjREOEFFRjVDMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU3Njk4QjJBOUNDRDExRTZCQ0U0QTAyNEQ4QUVGNUMzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU3Njk4QjJCOUNDRDExRTZCQ0U0QTAyNEQ4QUVGNUMzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ouOZLAAAAtxJREFUeNrs3L9vDnEcwHGlgxhEqcTgx2SRUIlEIiISg/g/DAaTHxEGkUoYEGKy6ICFQQxikDQxiKklJoMfHVBLaRuXiIqqz8m3SQft3XP33CXk9Uo+k7vn0ztvzz1No71Zlk0ug0X0xvS5DSxmuVuAQBAIAkEgCASBIBAEAgJBIAgEgSAQBIJAEAgCAYEgEASCQBAIAkEg/G/y/1nX4zbgHQSBIBAEgkAQCAJBIAgEBIJAEAjty39Y5/eksmQgfk8qHjEIBIEgEASCQBAIAkEgbgECQSAIBIEgEASCQBAICASBIBAEgkAQCAJBIAgEBIJAEAgCQSAIBIEgEAQCAkEgCASBIBAEgkAQCAIBgSAQBIJAEAgCQSAIBIGAQBAIAkEgCASBIBAEgkBAIAgEgSAQBIJAEAgCQSAgEASCQBAIAuGf0NvSns8x4zErYjbHrG5w12TMhxT/loZ3fUnX1ROzKWZNg7um0nXluzbG9DW862PMXNPvIA9idsesj9kZsz1mbcyhmGdd3vUwZs+CXTti1sUcjHna5V2PYvamXQMLdh2IedLlXY9j9qXXn9/VH7M/ZrjLu4bT6/anPQM9WZbNNRDGbMzhmFsFj7cLMae7sOtIzNASx+T/6s7GDNbcld+rozE3CnadSddWd9exmOsFxx2PuZL21tl1MuZqW59BThTEkfuVbuRQzV2nSrxGfgPOl7jZRc4VxDG/62LMtZq7Bkt+vflf6uWauy79LY4/tTfwDvIyZlcKoIz8uT1W8Zn6Kr0VzpY8Pv888jY9Gjr1JmZbzM+Sx6+KeRezocKusbRrpuTxK2Nep89BnXofszXmR1vfxdzsII7cdPqsUnXXbAfHf425X3HX7Q7iyH2LuVNj10wHx3+PuVtx173F4mgqkNGWzsm9qHDOSMVdz1u8rpEWr2u06NvcqS4HklU4Z6Li1zFR4ZxPFXdVOWe64nmTLV7X+FJ/+FuAAQBlhm8L1ixgdwAAAABJRU5ErkJggg==');
  bottom: 34px;
  right: 0;
}
.side-profile--profile:after {
  content: "\e91a";
  font-size: 190px;
  bottom: -3px;
}
.side-profile--notifications:after {
  content: "\e91b";
  font-size: 130px;
  bottom: 35px;
}
.side-profile--accounts:after {
  content: "\e90f";
  font-size: 127px;
  bottom: 35px;
}
.side-profile--payments:after {
  content: "\e914";
  font-size: 145px;
  bottom: 35px;
}
.side-profile--settings:after {
  content: "\e912";
  font-size: 177px;
  bottom: 34px;
}
.side-profile-list {
  padding: 30px 0;
}
.side-profile-item {
  display: block;
  margin-bottom: 11px;
}
.side-profile__link {
  display: block;
  width: 100%;
  padding: 7px 10px 10px 40px;
  font: normal 500 18px/24px 'Roboto', sans-serif;
  color: #000;
  background: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.side-profile__link:hover {
  background: #f3f3f3;
}
.side-profile__link._active {
  color: #fff;
  background: #98c000;
}
.side-profile__notification {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #f57f00;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1px;
  font: normal 300 14px/22px 'Roboto', sans-serif;
}
.side-profile__quit {
  display: block;
  position: absolute;
  left: 30px;
  bottom: 31px;
  font: normal 300 14px/22px 'Roboto', sans-serif;
  color: #858585;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.side-profile__quit:after {
  content: "\e90c";
  display: block;
  position: absolute;
  top: 4px;
  right: -23px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.side-profile__quit:hover {
  color: #f57f00;
}
.side-receipt {
  display: block;
  background: transparent;
  margin: 11px 0 52px;
  position: relative;
  -webkit-margin-after: 53px;
  min-height: 350px;
  -webkit-box-shadow: 0 5px 49px rgba(0, 1, 1, 0.23);
          box-shadow: 0 5px 49px rgba(0, 1, 1, 0.23);
  background: #fff;
  z-index: 20;
}
.side-receipt-inner {
  position: absolute;
  padding: 20px 30px 25px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  background: #fff;
}
.side-receipt-inner--ul {
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 67px;
}
.side-receipt-under {
  height: 180px;
  margin-bottom: 11px;
  padding: 377px 30px 30px;
  position: relative;
  z-index: 1;
}
.side-receipt-under:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 224px;
  height: 16px;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(163, 163, 163, 0.2)), color-stop(40%, rgba(163, 163, 163, 0.1)), to(rgba(163, 163, 163, 0)));
  background: linear-gradient(to bottom, rgba(163, 163, 163, 0.2) 0%, rgba(163, 163, 163, 0.1) 40%, rgba(163, 163, 163, 0) 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.side-receipt-under._auth {
  height: 65px;
}
.side-receipt-under._auth:before {
  bottom: 109px;
}
.side-receipt__more {
  display: block;
  position: absolute;
  bottom: -11px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #fff;
  z-index: 10;
  left: 50%;
  margin-left: -12px;
  font-size: 0;
  text-align: center;
  text-decoration: none;
}
.side-receipt__more:before {
  content: "\e903";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 5px;
  color: #acacac;
  position: relative;
  top: 3px;
  -webkit-transform: translateY(-1px);
}
.side-receipt__more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.side-receipt__more._opened:before {
  content: "\e904";
}
.side-receipt__more._opened + .side-receipt-under:before {
  visibility: visible;
  opacity: 1;
}
.side-receipt-instruction {
  display: block;
  font: normal 300 13px/22px 'Roboto', sans-serif;
  margin-right: -5px;
  color: #222222;
}
.side-receipt-instruction a {
  color: #eb6200;
}
.side-receipt-phone {
  position: relative;
}
.side-receipt-phone__text {
  display: block;
  font: normal 300 14px/22px 'Roboto', sans-serif;
  color: #222222;
  margin-bottom: 6px;
}
.side-receipt-phone__num {
  display: block;
  font: normal 700 28px/32px 'Roboto', sans-serif;
  color: #222222;
  letter-spacing: -1px;
  white-space: nowrap;
}
.side-receipt-instruction + .side-receipt-phone {
  margin-top: 27px;
  padding-top: 22px;
}
.side-receipt-instruction + .side-receipt-phone:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: url("data:image/PNG;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0OThCMUZCRkEyRkMxMUU1ODU0NEJFMzk2QkI5NUI3MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0OThCMUZDMEEyRkMxMUU1ODU0NEJFMzk2QkI5NUI3MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5OEIxRkJEQTJGQzExRTU4NTQ0QkUzOTZCQjk1QjcyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ5OEIxRkJFQTJGQzExRTU4NTQ0QkUzOTZCQjk1QjcyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yAhhkgAAACZJREFUeNpi/P//P8OpU6dYGBgYWoFYH4j/ADETEM81MzNbCxBgAL29CP/7avxtAAAAAElFTkSuQmCC");
}
.side-receipt__title {
  display: block;
  position: relative;
  font: normal 300 18px/27px 'Roboto', sans-serif;
  color: #858585;
  margin-bottom: 41px;
  text-align: center;
}
.side-receipt__title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  height: 1px;
  background: url("data:image/PNG;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0OThCMUZCRkEyRkMxMUU1ODU0NEJFMzk2QkI5NUI3MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0OThCMUZDMEEyRkMxMUU1ODU0NEJFMzk2QkI5NUI3MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5OEIxRkJEQTJGQzExRTU4NTQ0QkUzOTZCQjk1QjcyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ5OEIxRkJFQTJGQzExRTU4NTQ0QkUzOTZCQjk1QjcyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yAhhkgAAACZJREFUeNpi/P//P8OpU6dYGBgYWoFYH4j/ADETEM81MzNbCxBgAL29CP/7avxtAAAAAElFTkSuQmCC");
}
.side-receipt__title-info {
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: 75px;
}
.side-receipt__choose {
  display: block;
  text-align: center;
  font: normal 400 38px/40px 'Roboto Condensed', sans-serif;
  color: #f5a300;
  margin-bottom: 42px;
  position: relative;
  opacity: 1;
  visibility: visible;
}
.side-receipt__choose:before {
  content: "\e902";
  display: block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  position: absolute;
  bottom: -26px;
  left: 86px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: arrowAnim 1.1s infinite linear;
  animation: arrowAnim 1.1s infinite linear;
}
.side-receipt__choose:after {
  content: "";
  display: block;
  width: 47px;
  height: 1px;
  background: #f5a300;
  bottom: -18px;
  left: 86px;
  position: absolute;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: arrowAnim 1.1s infinite linear;
  animation: arrowAnim 1.1s infinite linear;
}
.side-receipt__choose._hidden {
  opacity: 0;
  visibility: hidden;
}
.side-receipt-choice {
  display: block;
  position: absolute;
  top: 103px;
  left: 30px;
  right: 30px;
  height: auto;
  text-align: center;
}
.side-receipt-choice__text {
  display: block;
  font: normal 500 18px/21px 'Roboto', sans-serif;
  color: #222222;
}
.side-receipt-choice__sum {
  display: block;
  font: normal 400 38px/45px 'Roboto Condensed', sans-serif;
  color: #f5a300;
  margin-top: 5px;
}
.side-receipt__payment {
  display: inline-block;
  vertical-align: top;
  font: normal 300 13px/22px 'Roboto', sans-serif;
  color: #222222;
}
.side-receipt__payment__num {
  font-weight: 500;
}
.side-receipt__payment--important {
  color: #eb6200;
  background: #ffeecc;
  padding-bottom: 2px;
  margin-bottom: -2px;
}
.side-receipt__button {
  margin-bottom: 31px;
}
.side-receipt__button:last-child {
  margin-bottom: 10px;
}
.side-receipt__button._active {
  color: #fff;
  background: #f5a300;
}
.side-receipt__button._active:hover {
  background: #f57f00;
}
.side-receipt__button._able {
  color: #fff;
  background: #98c000;
}
.side-receipt__button._able:hover {
  background: #7a9a00;
}
.side-receipt__warning {
  display: none;
  position: absolute;
  top: 232px;
  right: 254px;
  background: #fff;
  z-index: 4;
  margin-top: -56px;
  height: 112px;
  width: 251px;
  -webkit-box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
  font: normal 300 13px/22px 'Roboto', sans-serif;
  color: #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 21px 20px 15px 31px;
  border-radius: 5px;
}
.side-receipt__warning:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  border-right: none;
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -5px;
}
.side-receipt__not-enough {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -2px;
  right: 100%;
  background: #fff;
  -webkit-box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  z-index: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 210px;
  margin-right: 20px;
  font: normal 300 13px/22px 'Roboto', sans-serif;
  color: #707070;
  padding: 21px 30px 24px;
  text-align: left;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.side-receipt__not-enough--wide {
  width: 400px;
}
.side-receipt__not-enough:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  border-right: none;
}
.side-receipt__not-enough._shown {
  opacity: 1;
  visibility: visible;
  margin-right: 0;
}
.side-receipt__not-enough i {
  font-weight: 500;
  color: #eb6200;
}
.side-subscribe {
  background-color: #f3f3f3;
  padding: 30px;
  margin-bottom: 10px;
}
.side-subscribe__title {
  font: normal 300 15px/21px 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.side-subscribe__text {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 20px;
}
.side-subscribe__text--done {
  font-size: 14px;
  margin-bottom: 0;
}
.side-subscribe__text a {
  color: #f56e00;
}
.side-subscribe__spoiler-link {
  display: inline-block;
  font-size: 13px;
  line-height: 14px;
  color: #707070;
  cursor: pointer;
  border-bottom: 1px dashed #707070;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-subscribe__spoiler-link:hover {
  color: #eb6200;
  border-bottom: 1px dashed #eb6200;
}
.side-subscribe__spoiler-body {
  display: none;
  font-size: 13px;
  line-height: 22px;
  color: #707070;
  margin-top: 20px;
}
.side-tags {
  padding: 30px;
  margin-bottom: 10px;
}
.side-tags__title {
  font: normal 300 15px/21px 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.side-tags__text {
  font-size: 0px;
  line-height: 23px;
  margin-bottom: 20px;
  position: relative;
  left: -9px;
}
.side-tags__link {
  font-size: 12px;
  display: inline-block;
  height: 24px;
  margin-right: 4px;
  padding: 0px 9px;
  text-decoration: none;
  background-color: #eaf2cc;
  color: #707070;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  white-space: nowrap;
}
.side-tags__link:hover {
  background-color: #98c000;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .side-pay {
    left: 22.5px;
  }
  .side-pay--static {
    left: 0;
  }
}
/*-- __Animation
------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.fast {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
/* Bounce in */
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bounce-in {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
/* /Bounce in */
/*-- __Popup common
------------------------------------------------------------*/
/* Container */
.popup-container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: scroll;
  overflow-x: auto;
  z-index: 1000;
  display: none;
  text-align: center;
}
.popup-container:before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.popup-container--vote-success ~ .overlay {
  display: none;
}
/* /Container */
/* Popup */
.popup {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 900px;
  margin: 70px 0;
}
.popup--success {
  background: #98c000;
  overflow: hidden;
}
.popup--success:before {
  content: "\e910";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  left: 134px;
  bottom: -96px;
  color: #fff;
  font-size: 239px;
  opacity: 0.2;
  cursor: default;
}
.popup--vote-success {
  background: #fff;
  width: 230px;
  height: 41px;
  -webkit-box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 9px;
  margin-top: -100px;
}
.popup--pay {
  width: 450px;
}
/* /Popup */
/* Close button */
.close-popup {
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  z-index: 5;
  top: 29px;
  right: 30px;
  font-size: 0;
  outline: none;
  text-decoration: none;
}
.close-popup:before {
  content: "\e909";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  color: #000;
  font-size: 21px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.close-popup:hover:before {
  opacity: 1;
}
.close-popup--success:before {
  color: #fff;
}
.close-popup--success:after {
  display: none;
}
.close-popup--success:hover:before {
  opacity: 1;
}
/* /Close button */
/* Overlay */
.overlay {
  background: #373737;
  opacity: 0.9;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
/* /Overlay */
/*-- __Popup content
------------------------------------------------------------*/
.popup-content {
  position: relative;
  z-index: 1;
}
.popup-content--success {
  font: normal 400 45px/50px 'Roboto Condensed', sans-serif;
  color: #fff;
  padding: 50px 20px 60px;
  text-align: center;
}
.popup-content--vote-success {
  color: #222222;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.popup-content--pay {
  padding: 30px 20px 20px;
}
.popup-head {
  font: normal 300 21px/25px 'Roboto', sans-serif;
  color: #858585;
  text-align: left;
  padding: 57px 0 8px 76px;
}
.popup__title {
  font: normal 300 21px/25px 'Roboto', sans-serif;
  color: #858585;
  text-align: left;
}
/*-- __Update your browser
------------------------------------------------------------*/
.update-browser {
  text-align: center;
  padding: 50px 0;
}
.update-browser__title {
  font: normal 300 45px/58px 'Roboto', sans-serif;
  color: #525252;
  margin-bottom: 22px;
}
.update-browser__title:before {
  /*content: "\e90b";*/
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 135px;
  color: #98c000;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
.update-browser__link {
  color: #eb6200;
}
.update-browser__text {
  font: normal 300 16px/25px 'Roboto', sans-serif;
  max-width: 480px;
  margin: 0 auto;
  color: #525252;
}
/*-- __Tabs
------------------------------------------------------------*/
.tabs-links {
  height: 80px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.tabs-link {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 80px;
  background: #f3f3f3;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #222222;
  font: normal 400 36px/75px 'Roboto Condensed', sans-serif;
  text-decoration: none;
}
.tabs-link:hover {
  background: #dedede;
}
.tabs-link._active {
  background: #98c000;
  color: #fff;
  cursor: default;
}
.tabs-link._disabled {
  background: #f3f3f3;
  opacity: 0.3;
  cursor: default;
}
.tabs-link._disabled:hover {
  background: #f3f3f3;
}
.tabs-block {
  display: none;
}
/* Confirm */
.confirm {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 900px;
  margin: 70px 0;
  padding: 47px 78px 80px;
}
.confirm-container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: scroll;
  overflow-x: auto;
  z-index: 1000;
  display: block;
  text-align: center;
}
.confirm-container:before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.confirm-close {
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  z-index: 5;
  top: 29px;
  right: 30px;
  font-size: 0;
  outline: none;
}
.confirm-close:before {
  content: "\e909";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  color: #000;
  font-size: 21px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.confirm-close:hover:before {
  opacity: 1;
}
.confirm-title {
  display: block;
  font: normal 400 45px/54px 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #222222;
  margin-bottom: 29px;
}
.confirm-message {
  display: block;
  font: normal 500 21px/28px 'Roboto', sans-serif;
  color: #eb6200;
  text-align: center;
  margin-bottom: 44px;
}
/* /Confirm */
/* FAQ popup */
.faq-message-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0;
  white-space: nowrap;
  z-index: 100;
  /*background: rgba(55, 55, 55, 0.9);*/
  text-align: center;
  overflow-y: scroll;
  overflow-x: auto;
  z-index: 1000;
}
.faq-message-overlay:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.faq-message {
  display: inline-block;
  vertical-align: middle;
  width: 650px;
  white-space: normal;
  position: relative;
  background: #003b0f;
  padding-bottom: 24px;
  overflow: hidden;
}
.faq-message__close {
  display: block;
  position: absolute;
  z-index: 5;
  width: 21px;
  height: 21px;
  top: 28px;
  right: 30px;
  font-size: 0;
  outline: none;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faq-message__close:before {
  content: "\e909";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #b3b3b3;
  font-size: 21px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.faq-message__content {
  display: block;
  color: #fff;
  text-align: center;
  font: normal 400 30px/36px 'Roboto Condensed', sans-serif;
  padding: 68px 10px 59px;
  background: #fff;
}
.faq-message__content:before,
.faq-message__content:after {
  content: '';
  display: block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAC+CAMAAABZNIDDAAAAmVBMVEUAAADj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+Pj4+MtKIO9AAAAMnRSTlMA+gQdC+sI8BDm9CXQYZlFOBi6pVU/2d2ge1rhKqyMNMBoyrGBSyEUbNSHdnFQxJIwtjKGg/IAAAqTSURBVHjavNvndrJAEAbgd+lVpCliw95ionP/F/edNPlMiAKz+vz2iBx2hpndEW2p/sJ2HLM4jCBJmMRDxzFflyc8i+L36Yu5DyFDMqcvohPiOXz6z6sLNmUpqBQZeIapSf/zQnAt6coeT2B5dC0DU0DXnAQPZ2T0g5OCxXilH/ouHm0m6KdIA8eWfoksPFbXpN9yMKg7KjUOD35glLwNK76rJHggJaNKB7Q2sqmKPcLjbKmavkZbMZWeFB6pSaXbSdewLAM/KJqlKdXJ9pnhsZnTX8wU/5sOot4uGkyv67DY6712VlpFsn1meIQx/e2s4cLam98VV7kyjnP6tOjeTN8lO4V0WhLv6AaRl4+ioIv4++58p/x525vJtqRHBxfyKOEqswXdNt/ggzK7CqAlPnR1+k8c4tOA7jCL2VqDDO6xY1MNL3i3jumK7lYl6t4K70Y63SfO26kBHtXPenRXmXSPHv2wBQDXpGvOXgOQUT3m4tBFe8GiT/VlMCYO/TRWAKT0S3FCSvXprwcD7WwFNaHPIvqtUACsqj7uF9TIwkIbuSAJIqV8yTGNNTTn2iRDXC4qti2am5AUEwCYkhR9FU2pQ+Iqi9+RIClyRoPM40tcoBSjqReSY1UWHXyewWjKWKYAYBUkxdBAQwOSQowAwBhLinEDDeXEV9ZUHZKiUNDQSZAMOxXv9iTFEk1IXM6vG7w7kBRdNJaTDAsN72Ykw9hAY5qUsMwUvEtIAv2EFsJCVi0CBILYzBVaUefENiibWCaRoCV3R1wzfBj1icnx0Rr/6jk+qB7xiC0YpkNiESt80Ar24mRJdeLQU3w6E8seTIFJDMMRPo2J400BV8K5D0/Fpw4xZAb4fMGoRSwJdf9YgwxbQW1FErqwSIMcB0Etjfm7RcUGkih7aqmDL4FD7cxDyPPGTZRTnZEjZNlkjO2dD6pNrfRTSBN41I7w8cUYUjvOQIMUxtKhlpwVvvWorWgKCUaMckjv4tsrtWb74FJ8ndqzXUBGNcIdFVM7xDHU8I33RV4AhtQjlp60XUhnoHCqW545Lmb8rr6lcEhMC1wcictHOxPi6uCiS1x9C21ofZmblS5xiZw9yMY/rLMEcb2hjZVDXAkuNJu4YkaeYklxYXhSIq051SYuFxfKmbgOaCUiJrG5GlNkMk9oJSAmW5OZvjO0tJd5cHogBtYsvDJhz4uUfGIpXLQXRLpgzYuUVtSe03/RwOL6naInGNUctxqx5+NDqsiZ0ztkc8Ec8XCH1Fh/sfe7GiQKp8mkcKgJ54RS4yP+XjZLXQ0PYITBIBqazU5hm3ccjj1/y11NzkIKkmPl89S6L1kxbHFYF3p0n+ktlkcVv42CZNV4AnT6MfBpRgMXVYxTMhj36LbYaDj1p0cTPw1RwcjjIRHp5xxN+DZ9GWZdVDPUqd/xRJPX1YT+ZC8OgWuhUji4XEZ0NNSWCCqJIgnxF0M9Tl4ro8Vza75Ohb2Lt6c/I0Hrdq6+vqOgptCma73BFDdsgkE81+lKFqLK7DqoxO48yUf4m5ov6IecMRFmx0fctOnmy/P37Yvxn58+Tb5vRMw722CNW057j37xFNTjUQVn/mLhNm3d3b7F8SQfGfibGgyyuLNcjTa4SQnGNlWZoha1T9X0/cnAk6i+JxgbPberBhEnFp4g3ffZQ8WbHt0wX7p4LMNfmHRDIqd5teOugodRB3fqaUdFPQe6p8hVPIKWdsy710ZNa4fu2i27kE31z3TfTO6WiD5OFEh0ettRDc4Idc2oFsfbhpBDCxY61XLWUJfrUE36pGuAzZ15VNcLajMWVJsY5xZYgsmQajObhOSWmvD2a8ZLIjKpgchAXc1HI/Q41dCcsh70xQPHu40zNVUkGhqadhzGQXsdB2pucUIT2tKkxuaoTV2VfXYjwxT1WWNqQX9vsxTcpFhqcIh7pqCW7BPqUsbUkjDtaH90N0b1btrqJfME8cy1p/3nqL9YJt21gpKV78te+jlTvyedJHB2i8nMxafZv+7OdEtRGIjCxSaLyKKCuzbYoriN1vs/3JwZnY5NjG2aao3z/dWj3ECWSqUupYZUpLHEaTkaRsHfW9FBQrShhEUKFX9UHFECqtx1qNHK0H8hLXNdwuGKCNYsZLw5EiWeRLAsLxlt8wkymhYivv5DNUNqpnAPiaa2jDvrqAxfbRnlEu5iqraMrYQrFRkwRlryhkQdNxngtJGUBO6l4SMZLOgmQCqhRTrxsp01EkYF8JiHJIkMgQ0cmQy986P9O+znI8t2y/nKgQrNHhLBshkU7HWoMGt7LFrLqh9vKGVA4iEJGte/Mxsv6VRuiJlTyoDBD0UaW03g8Ue8JNmfW6WNBKTG11WPk8pzFSAB1ozS+6h1z2HkQKf3+cno3B/4tEPk3rMFm1EYRxFuVHhRZTQVjH9aBhcQrCLKmDMVoQsz4lyod8fZbxLaRCw8utKK24OGlVBuWAXAqOc8wWfcG52bkseEFTsDrkeSubHoa5ky1yGljEOdRnGjyrQnswmkzwllzFwyv4ah5N2LbDVkfI6/Q1vW4mGqhowd90Nyfx/XWGNvyOxdOty0J1GBXdcuaUslwxoDI95L2MEQJNBwRSVjAAxn/r3U8MF6tozcgQ8agbQhzJnBk2Vou++nJXODM8uvK6NI6/fvVY0kQvepMtyiln1ux6xZ3K+1JGS8/dK+bozQrrO+F2dajoGEjLgUfvNt4SxzgT7WmtGo5vS1EWUa9ENg352HEGi2Jok4KtBC1ph+3RB+uRcn2otpKhjtHPhM4SLPaBqde6B3uyxy+VbfiWTh3RhDjO1VldkdppLpdgxnnBJ5XIPAyZFFg3r/5lOz7LaF2wniMEHzW0tg9JEno9lvSv81VmFdEWlenjWee3c4kg/ZA2gfK31noQlO/RGcxtnH4omnXz0P12PX+MuEqxSDvXaqZ1pABXMkfuPGCmtydIQv4+AuZPyenyL6IAQhcbRrDcMx8AR85EPnGt/XBV5coyVwxEm3NUyaJLXjzNI8tAiz6QG/WUqL07s+3h9SpGBzPXXTBWL0d64SnC5Pz1YVGfdqEjr4VZd9IHViZtOgPuduOTE7i2s7fYJkjKJTa5XcKEJMmOOJsntWESAhfnHqHkc84Q7gZ4izSemm823BhZ6UJt+Nbt93e+11BD9Gw2gaJpyJNKSEDbt63CwceBQTJMZuwuOJLaRmC48n9JCaPjyeHb2MCTyehF5GAI/HcZGaDJ5AgMS4S3gChYWvP1DRd/K+Ds9h4SMZ3tqEZ2Fs267GFr7fL1fypwk8EzM2GO8owb4wGA4oxBolyJW69Es6KEFvDIpyRAnsBNTEySXz6WrSTCVzAmoSWZKpaDVZyJ54VZOW9CksJdlI74QoyVT6BZ0q0uigFJqa85/0hm4EKmKk0udFVaTpvUa09wUzxP9h4tihJBMdFGSFkvhKyhigJD0lZWQoyV5JGckr7HV+TVwi/g9xk2Tn8BVdGl53D9F6vicwxFaUhcd7JgdhA8ab9uhFJr+/DK1PGo7voQ4nxlk/xUsCE9Qlan9omLRmjYobOzsy6GZKDrYfmLu5a1lupxs3rpr/rkvLsvytmhHTJY5RsOQ5hx4XTWOpAyW/AcNAEcKKthZ7AAAAAElFTkSuQmCC') 50% 50% no-repeat;
  background-size: contain;
  width: 198px;
  height: 190px;
  position: absolute;
}
.faq-message__content:before {
  left: -46px;
  top: -76px;
  opacity: 0.2;
}
.faq-message__content:after {
  right: -26px;
  bottom: -54px;
  opacity: 0.1;
}
.faq-message__title {
  color: #0f0f0f;
  font: normal 400 34px/40px 'Roboto Condensed', sans-serif;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}
.faq-message__title a {
  color: #eb6200;
}
.faq-message__text {
  color: #0f0f0f;
  font: normal 300 21px/32px 'Roboto', sans-serif;
  position: relative;
  width: 370px;
  margin: 0 auto;
  z-index: 2;
}
/* FAQ popup */
/*-- __Registration form
------------------------------------------------------------*/
.form {
  padding: 53px 78px 80px;
}
.form--side {
  padding: 0;
  margin-bottom: 20px;
}
.form-overlay {
  position: relative;
}
.form-overlay._vis:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.form-step {
  color: #222222;
  font: normal 500 21px/25px 'Roboto', sans-serif;
  position: absolute;
  top: 58px;
  right: 84px;
}
.form-step-2 {
  display: none;
}
.form-agree {
  margin: 1px 0 34px;
}
.form-row {
  white-space: nowrap;
  margin-bottom: 21px;
  font-size: 0;
}
.form-row--sms {
  height: 159px;
}
.form-show-pass {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  text-indent: -9999px;
  color: #d8d8d8;
  cursor: pointer;
  width: 39px;
  height: 39px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.form-show-pass:hover {
  color: #f56e00;
}
input[type="text"] + .form-show-pass {
  color: #f56e00;
}
.form-show-pass:before {
  content: "\e90d";
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  font-size: 10px;
  cursor: pointer;
}
.form-label {
  display: block;
  white-space: normal;
  font: normal 300 21px/25px 'Roboto', sans-serif;
  margin-bottom: 14px;
}
.form-input {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 354px;
  margin-right: 38px;
  position: relative;
}
.form-error {
  color: #f03408;
  font: normal 300 13px/22px 'Roboto', sans-serif;
  margin-top: 11px;
  display: none;
}
.form-misc {
  display: inline-block;
  vertical-align: top;
  width: 352px;
  white-space: normal;
}
.form-misc-txt {
  color: #858585;
  position: relative;
  display: block;
  top: -1px;
  min-height: 44px;
  white-space: nowrap;
}
.form-misc-txt:before {
  content: "";
  height: 44px;
  display: inline-block;
  vertical-align: middle;
}
.form-misc-txt span {
  font: normal 300 13px/22px 'Roboto', sans-serif;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.form-misc-repeat {
  display: none;
}
.form-misc-repeat--profile {
  padding-top: 39px;
}
.form-misc-repeat a {
  color: #eb6200;
}
.form-misc-timer {
  color: #f56e00;
  white-space: nowrap;
}
.form-misc-btn {
  position: relative;
  font: normal 300 16px/22px 'Roboto', sans-serif;
  padding-top: 8px;
  display: block;
  margin-bottom: 6px;
}
.form-misc-btn:before {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 15px;
  left: -25px;
  font-size: 10px;
  color: #222222;
}
.form-misc-again {
  display: block;
  font: normal 300 13px/22px 'Roboto', sans-serif;
  color: #858585;
}
.information {
  background: #fff;
  border: #f5a300 solid 3px;
  position: relative;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}
.information--ads {
  padding: 20px 0 10px 0;
}
.information.owl-carousel {
  padding-bottom: 20px;
}
.information:before {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 40px;
  z-index: 1;
  left: 50%;
  margin-left: -45px;
  top: -20px;
  background: #fff;
}
.information:after {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  left: 50%;
  top: -28px;
  margin-left: -24px;
  font-size: 48px;
  color: #f5a300;
  z-index: 2;
  cursor: default;
}
.information-block {
  padding: 36px 24px 28px 36px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
.information-block--important {
  width: 302px;
  padding: 19px 39px;
  margin-left: 0px;
  margin-bottom: 5px;
  background: #fff;
}
.information-block--important .information-block-text {
  font: normal 300 16px/25px 'Roboto', sans-serif;
  color: #707070;
}
.information-block--important:hover .information-block-text {
  color: #f56e00;
}
.information-block--single {
  text-align: center;
  display: block;
  width: 100%;
  padding: 34px 24px 28px;
}
.information-block--dual {
  width: 49.8%;
}
.information-block--triple {
  width: 33.3%;
}
.information-block-text {
  color: #222222;
  display: block;
  font: normal 300 16px/25px 'Roboto', sans-serif;
}
.information-block-text--single {
  font: normal 300 21px/32px 'Roboto', sans-serif;
}
.information-block:hover .information-block-text {
  color: #f57f00;
}
.information-block-date {
  font: normal 300 12px/25px 'Roboto', sans-serif;
  color: #858585;
  display: block;
}
.information__title {
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  color: #222222;
  margin: 22px 0;
}
.information__text,
.information p:not([class]) {
  font-size: 16px;
  line-height: 25px;
  margin: 25px 0 22px !important;
}
.information__important {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin: 22px 0;
}
.information__list {
  font-size: 16px;
  line-height: 25px;
  margin: 20px 0;
}
.information__list-item {
  margin: 20px 0;
}
.information__list-item:first-child {
  margin-top: 0px;
}
.information__list-item:last-child {
  margin-bottom: 0px;
}
.information--info {
  background: #f3f3f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 50px 15px;
  margin: 45px 0 30px;
  position: relative;
  border: none;
}
.information--info:first-child {
  margin-top: 0;
}
.information--info:last-child {
  margin-bottom: 0;
}
.information--info:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -28px;
  background: #f3f3f3;
  border-radius: 50%;
}
.information--info:after {
  content: "\e90e";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -15px 0 0 -12px;
  z-index: 2;
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #d8d8d8;
  color: #fff;
  border-radius: 50%;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 3px 2px 0 0;
  -webkit-padding-before: 5px;
  text-align: center;
  font-size: 15px;
  cursor: default;
}
.faq-spoiler .information--info,
.faq-spoiler .information--info:before {
  background: #fff;
}
.main-news {
  background: #f7f7f7;
  position: relative;
  height: 368px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 28px 0 630px;
  margin-bottom: 50px;
}
.main-news-main {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 585px;
  height: 368px;
}
.main-news-main-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 40px 45px;
}
.main-news-main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEoCAYAAACZwZvDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAItJREFUeNqkVLsSgDAIS3I6+P8/6+CgdXEBSuySOw4awqsAQD2AAD6HMkdtRsxqsqRUamarTTnC6QinUy+bzzhXhSwuzZYK6vaKwWS6pCsKatKUj/PBp7vGkrRbm+bzoNMcfzciPjXXR2VKBCFwKmLzJOmYcu5t5QOgc28/x/0q2AYcA/YB54DrFmAAmoYFB0b2I7MAAAAASUVORK5CYII=') 0 100% repeat-x;
}
.main-news-main:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.main-news-main:hover:after {
  opacity: 0.2;
  -webkit-transition: none;
  transition: none;
}
.main-news-main-img {
  display: block;
  width: 585px;
  height: 368px;
}
.main-news-main-default {
  display: block;
  width: 585px;
  height: 368px;
  background: #797979;
  overflow: hidden;
}
.main-news-main-default:before {
  content: "\e910";
  display: block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  opacity: 0.2;
  position: absolute;
  top: -40px;
  right: -60px;
  font-size: 260px;
}
.main-news-main-text {
  position: absolute;
  left: 37px;
  bottom: 37px;
  z-index: 2;
}
.main-news-main-title {
  font: normal 500 24px/32px 'Roboto', sans-serif;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
.main-news-main-date {
  font: normal 300 12px/18px 'Roboto', sans-serif;
  opacity: 0.5;
  color: #fff;
  display: block;
}
.main-news-slave {
  display: block;
  text-decoration: none;
  border-bottom: #e5e5e5 solid 1px;
  padding: 17px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33.3%;
  white-space: nowrap;
  font-size: 0;
}
.main-news-slave:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.main-news-slave-container {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.main-news-slave-date {
  display: block;
  color: #858585;
  font: normal 300 12px/22px 'Roboto', sans-serif;
}
.main-news-slave-text {
  display: block;
  color: #222222;
  font: normal 300 14px/22px 'Roboto', sans-serif;
  max-height: 66px;
}
.main-news-slave:hover .main-news-slave-text {
  color: #f56e00;
}
.main-news-slave:last-child {
  border: none;
}
.other-news {
  font-size: 0;
  width: 945px;
  margin-left: -45px;
}
.other-news--inner {
  width: 1260px;
}
.news-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 40px 45px;
  width: 270px;
  position: relative;
  text-decoration: none;
}
.news-item._x1600 {
  display: none;
}
.news-item-helper {
  display: block;
  position: relative;
}
.news-item-helper:before {
  content: "";
  display: block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABBCAYAAAAQTc7lAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEhJREFUeNp8UFsOACAIMh/d/8itWrQc9sNAmTJERFQPGJhPaGD6Lq7ZwUq5zJ0cCPiCzLxi6UdUCZzE+Me1twMjlaSathwCDADTbQFOkScxWgAAAABJRU5ErkJggg==') 0 100% repeat-x;
  width: 270px;
  height: 170px;
  position: absolute;
  left: 0;
  top: 0;
}
.news-item-helper:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.news-item:hover .news-item-helper:after {
  opacity: 0.2;
  -webkit-transition: none;
  transition: none;
}
.news-item-play {
  display: block;
  position: absolute;
  width: 58px;
  height: 58px;
  background: rgba(255, 255, 255, 0.7);
  left: 50%;
  margin-left: -29px;
  top: 52px;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: background .5s ease;
  transition: background .5s ease;
}
.news-item-play:before {
  content: "\e915";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 25px;
  color: #222222;
  position: absolute;
  left: 22px;
  top: 18px;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.news-item:hover .news-item-play {
  background: #fff;
  -webkit-transition: none;
  transition: none;
}
.news-item:hover .news-item-play:before {
  color: #f56e00;
  -webkit-transition: none;
  transition: none;
}
.news-item-img {
  display: block;
  width: 270px;
  height: 170px;
  margin-bottom: 19px;
}
.news-item-date {
  font: normal 300 12px/18px 'Roboto', sans-serif;
  opacity: 0.5;
  color: #fff;
  display: block;
  position: absolute;
  left: 22px;
  top: 136px;
}
.news-item-title {
  display: block;
  font: normal 300 16px/25px 'Roboto', sans-serif;
  color: #222222;
  padding-right: 20px;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.news-item:hover .news-item-title {
  color: #f56e00;
  -webkit-transition: none;
  transition: none;
}
.news-mini {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 40px 45px;
  width: 270px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f7f7f7;
  text-decoration: none;
  padding: 19px 29px;
}
.news-mini._x1600 {
  display: none;
}
.news-mini-date {
  font: normal 300 12px/25px 'Roboto', sans-serif;
  color: #858585;
  display: block;
  margin-bottom: 2px;
}
.news-mini-title {
  display: block;
  font: normal 300 16px/25px 'Roboto', sans-serif;
  color: #222222;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.news-mini:hover .news-mini-title {
  color: #f56e00;
  -webkit-transition: none;
  transition: none;
}
.news-ad,
.news-important {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 40px 45px;
  width: 270px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff5df;
  text-decoration: none;
  padding: 19px 29px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-ad__date,
.news-important__date {
  font: normal 300 12px/25px 'Roboto', sans-serif;
  color: #858585;
  display: block;
  margin-bottom: 2px;
}
.news-ad__title,
.news-important__title {
  display: block;
  font: normal 300 16px/25px 'Roboto', sans-serif;
  color: #222222;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.news-ad:hover,
.news-important:hover {
  background: #ffecc3;
}
.news-x__pre {
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  color: #707070;
  margin: -26px 0 -1px;
}
.news-x__text {
  margin-top: 20px;
}
.news-x__date {
  display: inline-block;
  margin-right: 20px;
}
.news-x__category {
  color: #707070;
  display: inline-block;
  margin-right: 20px;
}
.news-x__category:hover {
  color: #f56e00;
}
.news-x__source {
  margin-right: 20px;
}
.news-x__source-item {
  color: #707070;
}
.news-x__source-item:hover {
  color: #f56e00;
}
.news-x__tags {
  margin-top: -20px;
  margin-bottom: 40px;
}
.news-x__tags .side-tags__link {
  margin-bottom: 10px;
}
.news-x__comments {
  border-top: 1px solid #cacaca;
  margin-top: 60px;
  padding-top: 50px;
}
.news-x__other {
  border-top: 1px solid #cacaca;
  margin-top: 60px;
  padding-top: 50px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 1600px) {
  .main-news {
    padding: 0;
    width: 100%;
  }
  .main-news-slave {
    display: none;
  }
  .other-news {
    width: 675px;
  }
  .other-news--inner {
    width: 945px;
  }
  .news-item._x1600,
  .news-mini._x1600 {
    display: inline-block;
    vertical-align: top;
  }
  .information-block--important {
    width: 298px;
  }
}
/* inner-news.html */
.news-header {
  font-size: 0;
  white-space: nowrap;
  margin-bottom: 42px;
  position: absolute;
  top: 64px;
  right: 0;
  width: 430px;
}
.news-header a {
  color: #f56e00;
}
.news-header__left-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 50%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news-header__right-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 50%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news-header__text {
  font: normal 300 21px/32px 'Roboto', sans-serif;
}
.news-header__phone {
  font: normal 500 32px/42px 'Roboto', sans-serif;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  width: 10px;
  height: 18px;
  position: absolute;
  left: 50%;
  margin-left: -53px;
  top: auto;
  bottom: 18px;
  background: transparent;
  border: none;
  font-size: 0;
  z-index: 10;
}
.slick-prev:before {
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 16px;
  color: #000;
  z-index: 2;
  opacity: 0.35;
  position: relative;
  left: -4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-prev:hover:before {
  color: #f5a300;
  opacity: 1;
}
.slick-next {
  background: transparent;
  border: none;
  font-size: 0;
  width: 10px;
  height: 18px;
  position: absolute;
  right: 50%;
  margin-right: -53px;
  top: auto;
  bottom: 18px;
  z-index: 10;
}
.slick-next:before {
  content: "\e905";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 16px;
  color: #000;
  z-index: 2;
  opacity: 0.35;
  position: relative;
  right: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-next:hover:before {
  color: #f5a300;
  opacity: 1;
}
.slick-dots {
  text-align: center;
  margin-top: -35px;
  padding: 0 0 15px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  background: #fff;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  font-size: 0;
  border-radius: 50%;
  background: #222222;
  border: none;
  opacity: 0.1;
  margin: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
}
.slick-dots li.slick-active button {
  opacity: 1;
  background: #f56e00;
}
.auth {
  -webkit-box-shadow: 0 1px 10px rgba(0, 1, 1, 0.15);
          box-shadow: 0 1px 10px rgba(0, 1, 1, 0.15);
  margin-top: 9px;
  padding: 57px 0 48px;
}
.auth__head {
  text-align: center;
  font: normal 400 38px/40px 'Roboto Condensed', sans-serif;
  margin-bottom: 15px;
}
.auth__reg {
  text-align: center;
  font: normal 300 16px/25px 'Roboto', sans-serif;
  margin-bottom: 25px;
}
.auth__reg-link {
  color: #f56e00;
}
.payment-block {
  position: relative;
  background: #fff;
  height: 376px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 1, 1, 0.15);
          box-shadow: 0 1px 10px rgba(0, 1, 1, 0.15);
  margin: 9px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
  padding: 189px 60px 0;
}
.payment-block--success:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 124px;
  height: 115px;
  top: 52px;
  left: 50%;
  margin-left: -62px;
}
.payment-block--fail:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/sprite.png);
  background-position: -130px 0px;
  width: 124px;
  height: 115px;
  top: 52px;
  left: 50%;
  margin-left: -62px;
}
.payment-block:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 19px;
  width: 100%;
  background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAATCAYAAACHrr18AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbVJREFUeNqslLFOwzAQhmO3hNAhFRVtxwqpYmRi4Q0QA0KiTwNz3qYgxIBYGCsWnqCqhNqhD9BIIVRtXDs40eVyjlPESb/OSe37/PucMiHDqRFyWrxarV7m8/nrbDb7uhuNpur943h8NhwOTweDwbXv+zeMMc+pWdAaEvgUBMG5w1hfqifVlTrR6up3fTVHza1T0wbeLBaLew3MYB2pY6QO2ERfrVFr/wxeLpeBdgOBbSkfqY020FNrq2ozU4/jOP44arVu5XArlWgJkGEwKQ6yUuM7ip49z7uk6nNT7yeTyQOCJuh5SzwX5uoaZJCO1+v156HnXREFM8cOcM2AiYJjlX/i+M113YtajsMwfDe4gHDbu3StrlXvqKMomhqgGCYsc7a6Vimahm87rABBwaPOIiFqlXucfgLlgnWh8FZjcST4W+p4Ay6LQJ+MESqSJM2Mc0ZsxEGXUECoyk3dS3hLTbASNBtb4AyBc8fwDwHmhDgJ618/8cwJx2mPXWKhMIwLbgtN/nWNe06Nc/AB2qkwZCO0Ak7lHNwwHFcBYoMa4JVgXtGjvaAVcIc6avYfsH03sRNgAIbm0O8LwDmgAAAAAElFTkSuQmCC') 0 0 repeat-x;
}
.payment-block__title {
  font: normal 400 38px/40px 'Roboto Condensed', sans-serif;
  margin-bottom: 15px;
}
.payment-block__title._success {
  color: #87aa00;
}
.payment-block__title._fail {
  color: #eb6200;
}
.payment-block__text {
  color: #222222;
  font: normal 300 16px/25px 'Roboto', sans-serif;
}
.profile {
  font-size: 0;
  padding-top: 6px;
}
.profile-left {
  display: inline-block;
  vertical-align: top;
  width: 270px;
}
.profile-right {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  margin-left: 45px;
}
.profile-notice {
  font: normal 300 36px/46px 'Roboto', sans-serif;
  color: #525252;
  text-align: center;
  margin: -4px auto 0;
  position: relative;
}
.profile-notice:before {
  content: "";
  display: block;
  background-image: url(../img/sprite.png);
  background-position: 0px -120px;
  width: 246px;
  height: 112px;
  position: absolute;
  top: 100%;
  right: 23px;
}
.profile-notice--noimage:before {
  display: none;
}
.profile__change-pass {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #f56e00;
  font: normal 300 21px/32px 'Roboto', sans-serif;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin: -4px 0 0;
}
.profile__change-pass:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 0;
  border-bottom: 1px dashed #f56e00;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.profile__change-pass:hover {
  color: #f57f00;
}
.profile__change-pass:hover:before {
  border-color: #f57f00;
}
.profile-change {
  display: block;
  padding-top: 83px;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
}
.profile-change:before {
  content: "\e901";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 10px;
  left: -30px;
  top: 178px;
}
.profile-change._shown {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.profile-change-button {
  width: 145px;
  margin-left: 15px;
  margin-bottom: 17px;
  padding-bottom: 4px;
  font-size: 16px;
}
.profile-change-help {
  display: block;
  color: #858585;
  font: normal 300 13px/22px 'Roboto', sans-serif;
  margin-bottom: 14px;
}
.profile-change-success {
  display: none;
}
.profile-change-success__title {
  display: block;
  font: normal 500 16px/22px 'Roboto', sans-serif;
  color: #98c000;
  position: absolute;
  white-space: nowrap;
  top: 173px;
  left: 156px;
}
.profile-change-success__text {
  display: block;
  font: normal 300 13px/22px 'Roboto', sans-serif;
  color: #858585;
  position: absolute;
  top: 220px;
  left: 3px;
}
.profile-change-error {
  display: none;
  color: #eb6200;
  font: normal 500 16px/22px 'Roboto', sans-serif;
  position: absolute;
  white-space: nowrap;
  top: 173px;
  left: 136px;
}
.profile-new-pass {
  font-size: 0;
  display: none;
  padding: 3px 0 0;
  margin-bottom: -7px;
}
.profile-new-pass-column {
  display: inline-block;
  vertical-align: top;
  width: 157px;
  margin-right: 40px;
}
.profile-new-pass-field {
  position: relative;
}
.profile-buttons {
  font-size: 0;
  margin-top: 77px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.profile-buttons._shown {
  opacity: 1;
  visibility: visible;
  margin-top: 57px;
}
.profile-buttons .btn--green {
  width: 264px;
  padding: 0 5px 8px;
  line-height: 34px;
}
.profile-buttons .btn--cancel {
  width: 145px;
  margin-left: 20px;
  color: #fff;
  padding: 0 5px 8px;
  line-height: 34px;
}
.small-tabs--notifications {
  margin-top: 42px;
}
.small-tabs-links {
  height: 46px;
  font-size: 0;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #98c000;
}
.small-tabs-link {
  display: inline-block;
  vertical-align: top;
  width: 225px;
  height: 44px;
  background: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #909090;
  font: normal 400 21px/45px 'Roboto Condensed', sans-serif;
  padding: 0 0 1px;
  -webkit-padding-before: 1px;
  -webkit-padding-after: 0;
  text-decoration: none;
  text-align: center;
  border: 1px solid #d5d5d5;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  margin-right: 19px;
  position: relative;
}
.small-tabs-link:hover {
  color: #98c000;
}
.small-tabs-link._active {
  color: #98c000;
  cursor: default;
  border-color: #98c000;
}
.small-tabs-link._active:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: #fff;
}
.small-tabs-link._active:after {
  color: #98c000;
}
.small-tabs-link--unactual {
  width: 255px;
}
.small-tabs-link--unactual:after {
  content: "\e91c";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #909090;
  margin-left: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 14px;
}
.small-tabs-link--unactual:hover:after {
  color: #98c000;
}
.small-tabs-block {
  display: none;
}
.notifications-filter {
  position: relative;
  height: 41px;
  margin: 29px 0;
}
.notifications-filter-item {
  float: right;
  margin-left: 29px;
}
.notifications-filter-item--importance .active-result {
  font-weight: 500;
  color: #858585;
}
.notifications-filter-item--importance .active-result:first-child {
  font-weight: 300;
  color: #222222;
}
.notifications-filter-item--importance .active-result:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #fff;
  margin: 0 12px 2px -1px;
}
.notifications-filter-item--importance .active-result:nth-child(1):before {
  content: none;
}
.notifications-filter-item--importance .active-result:nth-child(2):before {
  background: #f3f7ed;
  border-color: #afcb83;
}
.notifications-filter-item--importance .active-result:nth-child(3):before {
  background: #fdfde0;
  border-color: #f6d998;
}
.notifications-filter-item--importance .active-result:nth-child(4):before {
  background: #fff0ec;
  border-color: #f5cabf;
}
.notifications-filter-item--importance .active-result:nth-child(5):before {
  background: #ff977f;
  border-color: #e5775e;
}
.notifications-list {
  margin-right: -15px;
  overflow: hidden;
  padding-right: 15px;
}
.notifications-list + .paging {
  margin-top: 43px;
}
.notifications-item {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease;
  margin-bottom: 30px;
  padding: 23px 27px 20px;
  position: relative;
}
.notifications-item:last-child {
  margin-bottom: 0;
}
.notifications-item--low {
  background: #f3f7ed;
  border-color: #f3f7ed;
}
.notifications-item--medium {
  background: #fdfde0;
  border-color: #fdfde0;
}
.notifications-item--high {
  background: #fff0ec;
  border-color: #fff0ec;
}
.notifications-item--highest {
  background: #ff977f;
  border-color: #ff977f;
}
.notifications-item--highest .notifications-item__delete:before {
  color: #ededed;
}
.notifications-item--unactual {
  background: #ededed;
  border-color: #ededed;
}
.notifications-item--unactual:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 10px;
  z-index: 3;
  background: transparent;
}
.notifications-item--unactual:hover {
  border-color: #ededed;
}
.notifications-item--unactual.notifications-item--low.notifications-item:before {
  background: #f3f7ed;
}
.notifications-item--unactual.notifications-item--medium.notifications-item:before {
  background: #fdfde0;
}
.notifications-item--unactual.notifications-item--high.notifications-item:before {
  background: #fff0ec;
}
.notifications-item--unactual.notifications-item--highest.notifications-item:before {
  background: #ff977f;
}
.notifications-item--new:after {
  content: "Новое";
  display: block;
  background: #f57f00;
  color: #fff;
  font: normal 300 11px/16px 'Roboto', sans-serif;
  padding: 2px 8px 5px 7px;
  position: absolute;
  z-index: 3;
  top: 9px;
  right: -11px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.notifications-item--new:hover:after {
  opacity: 0;
  visibility: hidden;
}
.notifications-item:hover .notifications-item__delete {
  opacity: 1;
  visibility: visible;
}
.notifications-item__date {
  display: block;
  float: left;
  font: normal 300 13px/22px 'Roboto', sans-serif;
  color: #222222;
  position: relative;
  top: -1px;
}
.notifications-item__text {
  display: block;
  font: normal 300 14px/22px 'Roboto', sans-serif;
  color: #000;
}
.notifications-item__place {
  display: block;
  font: normal 500 14px/28px 'Roboto', sans-serif;
  color: #222222;
  margin: -5px 0 3px;
}
.notifications-item-content {
  display: block;
  margin: 0 25px 0 82px;
}
.notifications-item__delete {
  font-size: 0;
  display: block;
  position: absolute;
  top: 28px;
  right: 27px;
  width: 20px;
  height: 20px;
  text-align: center;
  text-decoration: none;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.notifications-item__delete:before {
  content: "\e91c";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  color: #f58711;
}
.settings {
  padding: 3px 0 0;
}
.settings__title {
  display: block;
  font: normal 500 21px/32px 'Roboto', sans-serif;
  color: #222222;
  margin-bottom: 12px;
}
.settings__title-info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -9px;
  left: -7px;
}
.settings-account {
  display: block;
  font: normal 300 18px/24px 'Roboto', sans-serif;
  margin-bottom: 22px;
  position: relative;
}
.settings-account:before {
  content: "";
  display: block;
  position: absolute;
  background: #fef0e5;
  border-radius: 6px;
  left: -22px;
  top: -6px;
  bottom: -10px;
  right: -22px;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.settings-account._new:before {
  opacity: 1;
}
.settings-account__bubble {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 5px 45px rgba(0, 1, 1, 0.23);
          box-shadow: 0 5px 45px rgba(0, 1, 1, 0.23);
  border-radius: 5px;
  top: -20px;
  left: 100%;
  margin-left: 52px;
  opacity: 0;
  white-space: nowrap;
  font: normal 300 14px/22px 'Roboto', sans-serif;
  color: #222222;
  z-index: 10;
  padding: 20px 30px 25px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.settings-account__bubble._show {
  margin-left: 32px;
  opacity: 1;
}
.settings-account__bubble:before {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #fff transparent transparent;
}
.settings-account__number {
  color: #eb6200;
  position: relative;
  cursor: pointer;
}
.settings-account__number:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: 3px;
  bottom: 2px;
  height: 1px;
  background: url("data:image/PNG;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAABCAYAAADn9T9+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQ0NBNUYzMEQzQTgxMUU1OTQ0OUFBQjEyOUREMDg2NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQ0NBNUYzMUQzQTgxMUU1OTQ0OUFBQjEyOUREMDg2NSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNDQ0E1RjJFRDNBODExRTU5NDQ5QUFCMTI5REQwODY1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNDQ0E1RjJGRDNBODExRTU5NDQ5QUFCMTI5REQwODY1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+O6g9NAAAACBJREFUeNpi/P//P8ObZMY0BgaGmQzYQbrI3P+zAAIMAMj1B/+r9o+DAAAAAElFTkSuQmCC");
}
.settings-account__text {
  color: #222222;
  position: relative;
}
.settings-account__number + .settings-account__text:before {
  content: " — ";
}
.settings-account-dropdown {
  display: block;
  position: absolute;
  top: 52px;
  left: 50%;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 21px 29px 24px;
  text-align: center;
  margin-left: -95px;
  width: 138px;
  opacity: 0;
  visibility: hidden;
  cursor: default;
}
.settings-account-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -6px;
  z-index: 3;
}
.settings-account-dropdown._shown {
  opacity: 1;
  visibility: visible;
  top: 32px;
}
.settings-account__delete {
  display: block;
  font: normal 300 13px/22px 'Roboto', sans-serif;
  color: #707070;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.settings-account__delete:hover {
  color: #eb6200;
}
.settings-account__attention {
  display: block;
  font: normal 500 13px/22px 'Roboto', sans-serif;
  position: relative;
  margin-top: 31px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.settings-account__attention:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 1px;
  background: #e3e3e3;
}
.settings__add {
  width: 237px;
  margin: 5px 0 47px;
}
.settings__mail {
  margin: 22px 0 13px;
}
.settings__checkbox {
  margin: 0 0 10px;
}
.settings__checkbox:last-child {
  margin-bottom: -6px;
}
.settings__checkbox .checkbox-label {
  padding-left: 35px;
}
.settings__checkbox .checkbox-label:before {
  top: 6px;
  left: 0;
}
.settings__checkbox .checkbox-label:after {
  top: 10px;
  left: 3px;
}
.settings-addition {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.settings-addition__title {
  display: block;
  font: normal 300 21px/25px 'Roboto', sans-serif;
  color: #222222;
  margin-bottom: 11px;
}
.settings-addition__text {
  display: block;
  font: normal 300 13px/22px 'Roboto', sans-serif;
  color: #858585;
  margin-bottom: 8px;
}
.settings-addition__input {
  margin-bottom: 22px;
}
.settings-addition__input + .btn {
  padding: 0 20px 10px;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-top: 0;
  background: #fff;
}
.chosen-container .chosen-drop:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
  background: #fff;
  position: absolute;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 14px;
  height: 41px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #222222;
  text-decoration: none;
  white-space: nowrap;
  font: normal 300 14px/16px 'Roboto', sans-serif;
  line-height: 38px;
  outline: none;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 17px;
  height: 18px;
  margin-top: -9px;
  text-align: center;
  white-space: nowrap;
}
.chosen-container-single .chosen-single div:before {
  content: "\e903";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7px;
  color: #222222;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -12px;
  padding-top: 2px;
  -webkit-padding-before: 0;
}
.chosen-container-single .chosen-single div b {
  display: none;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #222222;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: -1px 0 0;
  padding: 0 0 7px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  padding: 5px 16px 7px;
  list-style: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.active-result.result-selected {
  display: none;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #f7f7f7;
  color: #eb6200;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #dbdbdb;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div:before {
  content: "\e904";
}
.chosen-container-active .chosen-choices {
  border: 1px solid #dbdbdb;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
.chosen-single div:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.chosen-single:hover div:before {
  color: #f56e00;
}
.account__without {
  display: block;
  width: auto;
  font: normal 300 18px/26px 'Roboto', sans-serif;
  float: right;
  margin-top: 18px;
  position: relative;
  letter-spacing: -0.1px;
}
.account__add {
  float: right;
  width: auto;
  margin-top: 2px;
  position: relative;
}
.account__add .btn {
  padding: 0 15px 1px;
}
.account-item {
  margin-top: 49px;
  padding-bottom: 8px;
}
.account-item:last-child {
  padding-bottom: 120px;
}
.account-item--online {
  padding-bottom: 0;
}
.account-item__head {
  display: block;
  font: normal 300 16px/16px 'Roboto', sans-serif;
  margin: 0 0 28px;
}
.account-item__number {
  color: #eb6200;
  position: relative;
  cursor: pointer;
}
.account-item__number:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: 3px;
  bottom: 0;
  height: 1px;
  background: url("data:image/PNG;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAABCAYAAADn9T9+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQ0NBNUYzMEQzQTgxMUU1OTQ0OUFBQjEyOUREMDg2NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQ0NBNUYzMUQzQTgxMUU1OTQ0OUFBQjEyOUREMDg2NSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNDQ0E1RjJFRDNBODExRTU5NDQ5QUFCMTI5REQwODY1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNDQ0E1RjJGRDNBODExRTU5NDQ5QUFCMTI5REQwODY1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+O6g9NAAAACBJREFUeNpi/P//P8ObZMY0BgaGmQzYQbrI3P+zAAIMAMj1B/+r9o+DAAAAAElFTkSuQmCC");
}
.account-item__number._only-one {
  color: #222222;
  cursor: default;
}
.account-item__number._only-one:before {
  display: none;
}
.account-item__text {
  color: #222222;
}
.account-item__number + .account-item__text:before {
  content: " — ";
}
.account-item-dropdown {
  margin-left: -99px;
  top: 57px;
}
.account-item-dropdown._shown {
  opacity: 1;
  visibility: visible;
  top: 37px;
}
.account-blank {
  display: block;
  background: #f3f7ed;
  padding: 35px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f3f7ed;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.account-blank__info {
  position: relative;
  padding: 0 29px 25px;
  border-bottom: 1px solid #d8e0cd;
}
.account-blank__counting {
  position: relative;
  padding: 6px 29px 17px;
  border-bottom: 1px solid #d8e0cd;
}
.account-blank__counting-total {
  display: block;
  text-align: right;
  font: normal 500 16px/22px 'Roboto', sans-serif;
  color: #222222;
  margin-top: 5px;
}
.account-blank__counting-total__num {
  font-size: 14px;
  font-weight: 300;
  margin-left: 11px;
}
.account-blank__paying {
  background: #f5a300;
  margin: 0 -1px -1px;
  padding: 18px 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #f5a300;
  border-right: 1px solid #f5a300;
  border-bottom: 1px solid #f5a300;
  font-size: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.account-blank._picked,
.account-blank:hover {
  border-color: #9bc208;
}
.account-blank._picked .account-blank__paying,
.account-blank:hover .account-blank__paying {
  border-color: #9bc208;
}
.account-blank-field {
  display: block;
  font: normal 300 14px/18px 'Roboto', sans-serif;
  margin-bottom: 14px;
  color: #222222;
}
.account-blank-field._padded {
  margin-right: 180px;
}
.account-blank-field:last-child {
  margin-bottom: 0;
}
.account-blank-field__left {
  color: #858585;
  width: 60px;
  float: left;
}
.account-blank-field__right {
  display: block;
  color: #222222;
  margin: 0 0 0 60px;
}
.account-blank-field__right:first-child {
  margin-right: 170px;
}
.account-blank-field__highlighted {
  background: #dff2c2;
  font-weight: 500;
  padding: 1px 0 3px;
}
.account-blank-field__warning {
  background: #f2e2c2;
  color: #eb6200;
  font-weight: 500;
  padding: 1px 0 3px;
}
.account-blank-checkbox {
  position: absolute;
  top: -4px;
  right: 29px;
}
.account-blank-total {
  display: block;
  text-align: right;
  font: normal 500 16px/22px 'Roboto', sans-serif;
  color: #222222;
  margin-top: 5px;
  padding: 7px 30px 15px;
}
.account-blank-total__lite {
  font-size: 14px;
  font-weight: 300;
}
.account-blank-total__num {
  margin-left: 11px;
  font-weight: 700;
  font-size: 14px;
}
.account-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.account-table__rowspan-2 {
  position: relative;
  top: 22px;
}
.account-table__agregate {
  position: relative;
}
.account-table__agregate:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 42px;
  right: -10px;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: #d8e0cd solid 1px;
}
.account-table__agregate._start:before {
  height: 20px;
  border-top: #d8e0cd solid 1px;
}
.account-table__agregate._end:before {
  bottom: 20px;
  height: 22px;
  border-bottom: #d8e0cd solid 1px;
}
.account-table-container {
  margin: 0 -29px;
}
.account-table-container:first-child {
  margin-bottom: -6px;
}
.account-table-container + .account-table-container {
  margin: 20px -29px 8px;
  padding-top: 10px;
  border-top: #d8e0cd solid 1px;
}
.account-table-row {
  display: table-row;
}
.account-table-cell {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  padding: 5px 0;
}
.account-table-row--low .account-table-cell {
  padding-top: 1px;
  padding-bottom: 1px;
}
.account-table-row--head .account-table-cell {
  background: #dff2c2;
  padding-top: 13px;
  padding-bottom: 13px;
  vertical-align: top;
}
.account-table-row--head + .account-table-row .account-table-cell {
  padding-top: 16px;
  vertical-align: top;
}
.account-table-row--head + .account-table-row .account-table__current {
  padding-top: 17px;
}
.account-table-row:not(.account-table-row--low):last-child .account-table-cell {
  padding-top: 10px;
}
.account-table-row:not(.account-table-row--low):last-child .account-table__current {
  padding-top: 11px;
}
.account-table__head {
  display: block;
  font: normal 500 14px/20px 'Roboto', sans-serif;
  color: #222222;
}
.account-table__text {
  display: block;
  font: normal 300 14px/26px 'Roboto', sans-serif;
  color: #222222;
  position: relative;
}
.account-table__text-info {
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 5;
  white-space: normal;
}
.account-table__text-info .helper-tooltip-box {
  padding: 22px;
  width: 150px;
}
.account-table__on-start {
  width: 24.3%;
  text-align: right;
  padding-left: 29px;
  /*white-space: nowrap;*/
}
.account-table__on-start--2 {
  width: 18.3%;
}
.account-table__added {
  width: 16.7%;
  text-align: right;
  padding-left: 20px;
}
.account-table__added--2 {
  width: 22.7%;
}
.account-table__paid {
  width: 14.5%;
  text-align: right;
  padding-left: 20px;
}
.account-table__recount {
  width: 18%;
  text-align: right;
  padding-left: 20px;
}
.account-table__on-end {
  width: 26.5%;
  text-align: right;
  padding-right: 29px;
  padding-left: 20px;
  /*white-space: nowrap;*/
}
.account-table__service {
  width: 17.1%;
  text-align: left;
  padding-left: 29px;
  white-space: nowrap;
}
.account-table__serial-number {
  text-align: right;
  white-space: nowrap;
}
.account-table__last {
  width: 14.2%;
  text-align: right;
}
.account-table__current {
  width: 15.8%;
  text-align: left;
  padding-left: 11px;
  padding-top: 6px;
  padding-bottom: 4px;
  color: #98c000;
}
.account-table__value {
  width: 8.5%;
  text-align: right;
}
.account-table__tariff {
  width: 9.2%;
  text-align: right;
}
.account-table__total {
  width: 17.6%;
  text-align: right;
  padding-right: 29px;
}
.account__text {
  display: block;
  font: normal 300 13px/20px 'Roboto', sans-serif;
  color: #707070;
  margin: 15px 0 32px;
}
.account__text a {
  color: #eb6200;
}
.account__text * {
  font-size: 13px !important;
}
.account-paying {
  /*&__sent{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }*/
}
.account-paying__title {
  text-align: right;
  font: normal 500 14px/20px 'Roboto', sans-serif;
  color: #fff;
  margin: -5px 0 12px;
}
.account-paying__print {
  position: absolute;
  left: 0;
  top: 0;
}
.account-paying__print-link {
  color: #fff;
  display: block;
  font: normal 300 14px/22px 'Roboto', sans-serif;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 16px 10px 46px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  height: 41px;
  border-radius: 20px;
  background: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(-1px);
  cursor: pointer;
}
.account-paying__print-link:before {
  content: "\e917";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 9px;
  top: 8px;
}
.account-paying__print-link:hover {
  background: #f8ba40;
}
.account-paying__print-link._opened {
  background: #f8ba40;
}
.account-paying__print-dropdown {
  width: 302px;
  margin-left: -156px;
  background: #fff;
  z-index: 10;
  padding: 17px 0 22px;
  top: 72px;
}
.account-paying__print-dropdown._shown {
  top: 52px;
}
.account-paying__print__link {
  display: block;
  text-align: left;
  position: relative;
  font: normal 300 14px/18px 'Roboto', sans-serif;
  color: #707070;
  background: transparent;
  padding: 7px 30px 8px;
  text-decoration: none;
  margin-bottom: -1px;
}
.account-paying__print__link:hover {
  background: #f7f7f7;
}
.account-paying__buttons {
  height: 40px;
  position: relative;
}
.account-paying__total {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font: normal 500 15px/26px 'Roboto', sans-serif;
  text-transform: uppercase;
  margin-right: 10px;
  -webkit-transform: translateY(1px);
  position: relative;
  top: -2px;
}
.account-paying__field {
  text-align: right;
  margin: 0 -6px 12px;
}
.account-paying__field .control-input {
  width: 110px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.account-paying__radio {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.account-paying__radio:checked + .account-paying__helper {
  background: #e38a21;
}
.account-paying__radio:checked + .account-paying__helper:before {
  opacity: 1;
}
.account-paying__radio:checked + .account-paying__helper .control-input {
  opacity: 1;
}
.account-paying__helper {
  display: inline-block;
  vertical-align: top;
  padding: 6px 6px 6px 36px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.account-paying__helper:hover {
  background: #e38a21;
}
.account-paying__helper:hover .control-input {
  opacity: 1;
}
.account-paying__helper:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 11px;
  left: 12px;
  top: 20px;
  opacity: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAMAAAB4W0xQAAAATlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////+QlxstAAAAGXRSTlMA+x327d7XwTQX8vBeRTHgnVdUQD06JwwKHobaewAAAE9JREFUCNdVztsSgCAIRVE0DMvud/7/RwMbGt1viwfmQFFHU6mWsRI3v7xqBL88WSELAtP9qd/l7JjpirPoAGkQa+lUmVO0n6sYRdbm0Oa8PLkEUfYA70MAAAAASUVORK5CYII=') 50% 50% no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.account-paying__sent-container {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.account-paying__sent-error {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -200px;
  bottom: 100%;
  margin-bottom: 40px;
  background: #fff;
  -webkit-box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  z-index: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 400px;
  font: normal 300 13px/22px 'Roboto', sans-serif;
  color: #707070;
  padding: 21px 30px 24px;
  text-align: left;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.account-paying__sent-error:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
._error .account-paying__sent-error {
  visibility: visible;
  opacity: 1;
  margin-bottom: 15px;
}
.account-paying__sent-error i {
  font-weight: 500;
  color: #eb6200;
}
.payments__intro {
  display: block;
  font: normal 300 21px/32px 'Roboto', sans-serif;
  color: #222222;
  margin: 37px 0 26px;
}
.payments-none {
  text-align: center;
  color: #525252;
  font: normal 300 45px/58px 'Roboto', sans-serif;
  padding-top: 9px;
}
.payments-none:before {
  content: "\e90e";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 33px;
  display: block;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  background: #d8d8d8;
  margin: 0 auto 10px;
}
.payments-none__text {
  font: normal 300 16px/25px 'Roboto', sans-serif;
  margin-top: 29px;
}
.payments-none__text a {
  color: #eb6200;
}
.payments-none__text .re-captcha-block {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px;
}
.payments-none__text .re-captcha-block__btn {
  display: block;
  width: 270px;
  margin: 0 auto;
}
.payments-filter {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.payments-filters {
  font-size: 0;
  margin-right: -2px;
  margin-bottom: 40px;
}
.payments-filter:last-child {
  margin-right: 0;
}
.payments-filter:nth-child(1) {
  width: 234px;
}
.payments-filter:nth-child(2) {
  width: 323px;
}
.payments-filter__label {
  display: block;
  font: normal 300 14px/16px 'Roboto', sans-serif;
  color: #707070;
  margin-bottom: 17px;
}
.payments-filter .btn {
  margin-top: 19px;
}
.payments-spoiler {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f3f7ed;
  background: #f3f7ed;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.payments-spoiler._opened {
  border-color: #9bc208;
}
.payments-spoiler._opened:last-child {
  margin-bottom: 24px;
}
.payments-spoiler:hover {
  border-color: #9bc208;
}
.payments-spoiler--gray {
  background: #f5f5f5;
}
.payments-spoiler--gray:hover {
  background: #f3f7ed;
}
.payments-spoiler--gray._opened {
  background: #f3f7ed;
}
.payments-spoiler:last-child {
  margin-bottom: 0;
}
.payments-spoiler-head {
  padding: 25px 29px 30px;
  position: relative;
  display: block;
  text-decoration: none;
}
.payments-spoiler-head:before {
  content: "\e903";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  position: absolute;
  top: 31px;
  right: 26px;
  color: rgba(23, 23, 23, 0.3);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.payments-spoiler--static .payments-spoiler-head:before{
  display: none;
}
.payments-spoiler-head:hover:before {
  color: #eb6200;
}
.payments-spoiler-body {
  display: none;
  margin-top: -4px;
  border-top: 1px solid #d8e0cd;
  padding: 31px 19px 30px 13px;
}
.payments-spoiler-body--ul {
  padding: 11px 19px 25px 13px;
}
.payments-spoiler-body--ulacc {
  padding: 17px 19px 24px 13px;
}
.payments-spoiler-body--ulacc .payments-table__link {
  margin-bottom: 11px;
}
.payments-spoiler-body--ulacc .payments-table__link:last-child {
  margin-bottom: 0;
}
.payments-spoiler._opened .payments-spoiler-head:before {
  content: "\e904";
}
.payments-spoiler__loading {
  font: normal 400 28px/36px 'Roboto Condensed', sans-serif;
  color: #98c000;
  text-align: center;
  padding-bottom: 26px;
}
.payments-spoiler__loading i {
  display: block;
  width: 20px;
  margin: 0 auto 7px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spin 1.1s infinite linear;
  animation: spin 1.1s infinite linear;
  line-height: 0;
  font-size: 0;
}
.payments-spoiler__loading i:before {
  content: "\e916";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.payments-spoiler__nothing {
  font: normal 400 28px/36px 'Roboto Condensed', sans-serif;
  color: #98c000;
  text-align: center;
  padding-bottom: 26px;
}
.payments-spoiler__nothing i {
  display: block;
  width: 25px;
  height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4px;
  background: #98c000;
  margin: 0 auto 7px;
  line-height: 0;
  font-size: 0;
  border-radius: 50%;
  color: #f3f7ed;
}
.payments-spoiler__nothing i:before {
  content: "\e90e";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.payments__title {
  display: block;
  font: normal 500 16px/25px 'Roboto', sans-serif;
  color: #222222;
  margin-right: 170px;
  margin-bottom: 7px;
}
.payments__type {
  display: inline-block;
  vertical-align: top;
  font: normal 300 14px/20px 'Roboto', sans-serif;
  color: #222222;
  padding-bottom: 4px;
}
.payments__type--green {
  background: #dff2c2;
}
.payments__address {
  display: block;
  font: normal 300 16px/20px 'Roboto', sans-serif;
  color: #222222;
  padding-bottom: 0;
  margin: -5px 0 -5px;
}
.payments__account {
  display: block;
  font: normal 300 16px/16px 'Roboto', sans-serif;
  color: #222222;
  position: absolute;
  top: 29px;
  right: 73px;
}
.payments__account--static{
  position: static;
  margin-bottom: 10px;
}
.payments__money {
  display: block;
  font: normal 500 16px/16px 'Roboto', sans-serif;
  color: #222222;
  position: absolute;
  top: 27px;
  right: 73px;
}
.payments__money--minus {
  color: #eb6200;
}
.payments-table {
  display: block;
}
.payments-table__link {
  display: block;
  text-decoration: none;
  border-radius: 21px;
  margin-bottom: -1px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: default;
}
a.payments-table__link {
  cursor: pointer;
}
.payments-table__link:last-child {
  margin-bottom: 0;
}
.payments-table__link:hover {
  background: rgba(255, 255, 255, 0.5);
}
.payments-table-row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.payments-table-cell {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.payments-table__head {
  font: normal 300 14px/25px 'Roboto', sans-serif;
  color: #858585;
}
.payments-table__thead {
  margin-bottom: -2px;
}
.payments-table__info {
  font: normal 300 18px/25px 'Roboto', sans-serif;
  color: #222222;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.payments-table__download {
  font: normal 300 18px/25px 'Roboto', sans-serif;
  color: #222222;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 21px;
  margin-right: -3px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.payments-table__download:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  width: 13px;
  height: 18px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAASCAYAAACAa1QyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QzgwQTg0MjlDQzYxMUU2ODFEQkU3NjcyQjdBRTAyRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QzgwQTg0MzlDQzYxMUU2ODFEQkU3NjcyQjdBRTAyRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVDODBBODQwOUNDNjExRTY4MURCRTc2NzJCN0FFMDJFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVDODBBODQxOUNDNjExRTY4MURCRTc2NzJCN0FFMDJFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Dq5SMgAAAH9JREFUeNpiVFJSYsAB/gMxIzYJJgYywKimoafpMBDb4lBnCcTHsWmqBeK1QGyHpsEKiNcBcQM2TQeAOBSI1yBptIIaFA/EO2EKmQUFBZFNfQjEJ6EauYHYG4jjgHg3oYA4BMQhQPwciGPRNYAACw6PgzRKUTXIWaCZjSQAEGAAWmUTRWt6feEAAAAASUVORK5CYII=');
  opacity: 1;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.payments-table__download:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  width: 13px;
  height: 18px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAASCAYAAACAa1QyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2Nzk3NDExNzlDQzYxMUU2QjA3NEExMzM1QjU4MzczQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2Nzk3NDExODlDQzYxMUU2QjA3NEExMzM1QjU4MzczQiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY3OTc0MTE1OUNDNjExRTZCMDc0QTEzMzVCNTgzNzNCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY3OTc0MTE2OUNDNjExRTZCMDc0QTEzMzVCNTgzNzNCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+B5YKxAAAAHVJREFUeNpi/JrHgAv8B2JGbBJMDGSAUU1DT9NhILbFoc4SiI9j01QLxGuB2A5NgxUQrwPiBmyaDgBxKBCvQdJoBTUoHoh3whSyoJl6EIhDoBoZoBrigHg3oYA4BNX4HIhj0TVgswlZoxRVg5wFmtlIAgABBgCU7RPSrmGV6AAAAABJRU5ErkJggg==');
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.payments-table__link:hover .payments-table__info {
  color: #f56e00;
}
.payments-table__link:hover .payments-table__download {
  color: #f56e00;
}
.payments-table__link:hover .payments-table__download:before {
  opacity: 0;
}
.payments-table__link:hover .payments-table__download:after {
  opacity: 1;
}
.payments-table__text {
  font: normal 300 18px/25px 'Roboto', sans-serif;
  color: #949494;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._success .payments-table__text {
  color: #58af0c !important;
}
._cancel .payments-table__text {
  color: #eb6200 !important;
}
._inprogress .payments-table__text {
  color: #2d9aff !important;
}
.payments-table__text--print {
  text-decoration: underline;
  position: relative;
  /*padding-left: 30px;
        margin-left: -30px;*/
}
.payments-table__sum .payments-table__text {
  color: #222222;
}
.payments-table__date {
  text-align: left;
  padding: 8px 0 8px 15px;
  width: 18%;
  /*width: 26.5%;*/
}
.payments-table__paying {
  text-align: left;
  padding: 8px 0 8px 7%;
  width: 55%;
  /*width: 18.0%;*/
  position: relative;
}
.payments-table__paying ._ico-print {
  display: block;
  width: 26px;
  height: 26px;
  left: 4px;
  top: 10px;
  position: absolute;
  z-index: 5;
}
.payments-table__paying ._ico-print:before {
  content: "\e917";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  display: block;
  position: absolute;
}
.payments-table__paying ._ico-print__message {
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  font: normal 300 13px/22px 'Roboto', sans-serif;
  text-align: center;
  padding: 9px 20px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 216px;
  left: 50%;
  margin-left: -108px;
  bottom: 100%;
  margin-bottom: 13px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 5px 45px rgba(0, 1, 1, 0.23);
          box-shadow: 0 5px 45px rgba(0, 1, 1, 0.23);
  -webkit-transition: opacity .3s ease, margin .3s ease;
  transition: opacity .3s ease, margin .3s ease;
}
.payments-table__paying ._ico-print__message:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: none;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.payments-table__paying ._ico-print:hover ._ico-print__message {
  opacity: 1;
  margin-bottom: 3px;
  visibility: visible;
}
.payments-table__method {
  text-align: left;
  padding: 8px 0 8px;
}
.payments-table__sum {
  text-align: right;
  padding: 8px 12px 8px 0;
  width: 20%;
  /*width: 18.0%;*/
}
.payments-table__acc {
  text-align: left;
  padding: 8px 0 8px 15px;
  width: 20%;
}
.payments-table__acc-date {
  text-align: left;
  padding: 8px 0 8px 7%;
  width: 53%;
}
.payments-table__down {
  text-align: right;
  padding: 8px 12px 8px 0;
  width: 20%;
}
.payments__print {
  display: block;
  position: relative;
  width: 321px;
  height: 41px;
  margin: 17px auto -1px;
  border-radius: 21px;
  background: #f5a300;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 0 0 25px;
  font: normal 300 14px/22px 'Roboto', sans-serif;
  color: #fff;
  transition: background .3s ease, opacity .3s ease;
  text-decoration: none;
}
.payments__print--abs{
  position: absolute;
  top: 0;
  right: 30px;
  opacity: 0;
}
.payments-spoiler:hover .payments__print--abs{
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  .payments__print--abs{
    width: 41px;
  }
  .payments__print--abs span{
    display: none;
  }
}
.payments__print:before {
  content: "\e917";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #fff;
  position: absolute;
  right: 9px;
  top: 8px;
}
.payments__print:hover {
  background: #f57f00;
}
.pay__variant {
  margin-bottom: 55px;
}
.pay__title {
  font-size: 21px;
  line-height: 25px;
  color: #222222;
}
.pay__title > b {
  font-weight: 500;
}
.pay__title-wrap {
  position: relative;
}
.pay__title-info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -33px;
  left: 151px;
}
.pay__form {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 49px 0px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 5px 49px 0px rgba(0, 0, 0, 0.23);
}
.pay__onmap {
  margin-top: 23px;
}
.pay__req {
  margin-top: 23px;
}
.pay__vsePlatezhi {
  margin-top: 23px;
}
.pay-form {
  font-size: 0;
}
.pay-form__left-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 50%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
.pay-form__right-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 50%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
.pay-form__form {
  font-size: 0;
}
.pay-form__btn {
  margin: 14px 0 0px;
}
.pay-form__info {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  width: 100%;
  margin: -7px 0 0;
}
.pay-form__info a {
  color: #f56e00;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.pay-form__info a:hover {
  color: #f57f00;
}
.pay-form__phone-wrap {
  margin: 21px 0 -5px;
  padding: 22px 0 0;
  position: relative;
  border-top: 1px dashed #bbbbbb;
}
.pay-form__phone {
  display: inline-block;
  vertical-align: middle;
  font: normal 700 28px/32px 'Roboto Condensed', sans-serif;
  color: #222222;
  letter-spacing: 0.65px;
}
.pay-form__phone-text {
  display: inline-block;
  vertical-align: middle;
  font: normal 300 14px/22px 'Roboto', sans-serif;
  color: #222222;
  margin: 3px 0 0 10px;
}
.pay-onmap {
  font-size: 0;
  background: #f3f3f3;
}
.pay-onmap__left-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 50%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 35px 30px 35px;
}
.pay-onmap__right-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  background: #d3e4c8;
  position: relative;
}
.pay-onmap__item {
  position: relative;
  margin-bottom: 27px;
  padding-left: 15px;
}
.pay-onmap__item:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ababab;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: absolute;
  top: 12px;
  left: 0px;
}
.pay-onmap__item--download:before {
  display: none;
}
.pay-onmap__item--download:hover:before {
  display: none;
}
.pay-onmap__item:hover:before {
  background-color: #eb6200;
}
.pay-onmap__popup-link {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  border-bottom: 1px dashed #222222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.pay-onmap__popup-link:hover {
  color: #eb6200;
  border-bottom: 1px dashed #eb6200;
}
.pay-onmap__link {
  font-size: 18px;
  line-height: 25px;
  color: #222222;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pay-onmap__link:hover {
  color: #eb6200;
}
.pay-onmap__link--download {
  position: relative;
}
.pay-onmap__link--download:before {
  display: block;
  content: "";
  position: absolute;
  width: 13px;
  height: 18px;
  top: 3px;
  left: -27px;
  border-radius: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAASCAYAAACAa1QyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYyQjg3QTZGNEQ4OTExRTY5OUE0Q0VCNkVFOEFCNUY1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYyQjg3QTcwNEQ4OTExRTY5OUE0Q0VCNkVFOEFCNUY1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjJCODdBNkQ0RDg5MTFFNjk5QTRDRUI2RUU4QUI1RjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjJCODdBNkU0RDg5MTFFNjk5QTRDRUI2RUU4QUI1RjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7nED9sAAAAdklEQVR42mJUUlJiwAH+AzEjNgkmBjLAqKahp+kwENviUGcJxMexaaoF4rVAbIemwQqI1wFxAzZNB4A4FIjXIGm0ghoUD8Q7YQpZ0Ew9CMQhUI0MUA1xQLybUEAcgmp8DsSx6Bqw2YSsUYqqQc4CzWwkAYAAAwDm5BLVdWiQQAAAAABJRU5ErkJggg==');
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pay-onmap__link--download:hover:before {
  width: 13px;
  height: 18px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAASCAYAAACAa1QyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRGQjFCRDc1NEQ4QTExRTZCMTNEQ0I2NzkzNjNDMDQ5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRGQjFCRDc2NEQ4QTExRTZCMTNEQ0I2NzkzNjNDMDQ5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEZCMUJENzM0RDhBMTFFNkIxM0RDQjY3OTM2M0MwNDkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEZCMUJENzQ0RDhBMTFFNkIxM0RDQjY3OTM2M0MwNDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7RO/7yAAAAdUlEQVR42mJ8ncSAC/wHYkZsEkwMZIBRTUNP02EgtsWhzhKIj2PTVAvEa4HYDk2DFRCvA+IGbJoOAHEoEK9B0mgFNSgeiHfCFLKgmXoQiEOgGhmgGuKAeDehgDgE1fgciGPRNWCzCVmjFFWDnAWa2UgCAAEGAEMTE7xRbBgLAAAAAElFTkSuQmCC');
}
.pay-req {
  font-size: 0;
  background: #f3f3f3;
}
.pay-req__left-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 50%;
  font-size: 16px;
  line-height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 40px 30px 50px;
}
.pay-req__right-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 25px;
  padding: 45px 45px 30px 20px;
}
.pay-req__important {
  font-weight: 500;
}
.pay-req__p {
  margin-bottom: 15px;
}
.pay-req__list {
  margin-bottom: 15px;
}
.pay-req__item {
  position: relative;
}
.pay-req__item:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ababab;
  position: absolute;
  top: 9px;
  left: -15px;
}
.pay-req a {
  color: #222222;
}
.pay-req a:hover {
  color: #eb6200;
}
.pay-vsePlatezhi {
  font-size: 0;
  background: #f3f3f3;
}
.pay-vsePlatezhi__left-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 50%;
  font-size: 16px;
  line-height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 50px 30px 50px;
}
.pay-vsePlatezhi__right-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 25px;
  padding: 45px 45px 50px 80px;
}
.pay-vsePlatezhi__link {
  display: inline-block;
  width: 297px;
  height: 43px;
  text-indent: -9999px;
  background: url('../img/logoVsePlatezhi.png');
  text-decoration: none;
}
.office-balloon {
  padding-left: 15px;
  color: #222222;
}
.office-balloon__title {
  color: #222222;
  font-size: 21px;
  line-height: 22px;
  font-weight: 500;
}
.office-balloon p {
  color: #222222;
  margin: 12px 0;
  font-size: 14px;
  line-height: 24px;
}
.office-balloon b {
  font-weight: 500;
}
.office-balloon__entry {
  color: #222222;
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 24px;
}
.office-balloon__list {
  color: #222222;
  display: block;
  margin-bottom: 12px;
}
.office-balloon__item {
  color: #222222;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.office-balloon__item:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ababab;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: absolute;
  top: 10px;
  left: -15px;
}
.office-balloon sup {
  color: #222222;
  vertical-align: super;
  font-size: 0.6em;
}
.payments-pay {
  margin: 25px 0 0;
}
.payments-pay__title {
  display: block;
  font: normal 500 18px/22px 'Roboto', sans-serif;
  color: #000;
}
.payments-pay__num {
  display: block;
  font: normal 400 38px/45px 'Roboto Condensed', sans-serif;
  color: #f56e00;
  margin: 6px 0 0;
}
.payments-pay__num:after {
  content: "\e918";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  position: relative;
  top: -2px;
  margin: 0 0 0 9px;
}
.payments-pay__question {
  display: block;
  font: normal 500 16px/22px 'Roboto', sans-serif;
  color: #222222;
  margin: 23px 0 6px;
}
.payments-pay__answer {
  display: block;
  font: normal 300 13px/22px 'Roboto', sans-serif;
  color: #222222;
}
.payments-pay-form {
  margin: 25px 0 0;
}
.payments-pay-check {
  margin: -5px 0 25px;
}
.consultant-block {
  background: #f5f5f5 url(../img/cunsult.jpg) 100% 0 no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 186px;
  padding: 46px 39px 0;
}
.consultant-block__text {
  font: normal 400 26px/30px 'Roboto Condensed', sans-serif;
  color: #222222;
  margin-bottom: 20px;
}
.consultant-block__link {
  width: 239px;
}
/*-- __Faq
------------------------------------------------------------*/
/* Button */
.faq-btn {
  width: 270px;
  position: absolute;
  top: 64px;
  right: 0;
}
/* /Button */
/* Faq header */
.faq-header {
  font-size: 0;
  white-space: nowrap;
  margin-bottom: 42px;
}
.faq-header._not-padded {
  margin-bottom: 5px;
}
.faq-header a {
  color: #f56e00;
}
.faq-header__left-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 50%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq-header__right-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 50%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq-header__text {
  font: normal 300 21px/32px 'Roboto', sans-serif;
}
.faq-header__phone {
  font: normal 500 32px/42px 'Roboto', sans-serif;
}
/* /Faq header */
/* Faq list */
.faq-list__title {
  font: normal 500 21px/32px 'Roboto', sans-serif;
  color: #222222;
  margin-bottom: 22px;
  padding-top: 17px;
}
.faq-list--inner {
  margin-bottom: 70px;
}
/* /Faq list */
/* Faq spoiler */
.gray-line {
  background: #f3f3f3;
  border: #f3f3f3 solid 1px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 30px;
  position: relative;
  padding: 15px 27px 20px 27px;
  font-size: 14px;
  line-height: 25px;
  font: normal 300 14px/25px 'Roboto', sans-serif;
  color: #222222;
}
.faq-spoiler {
  background: #f3f3f3;
  border: #f3f3f3 solid 1px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 30px;
}
.faq-spoiler:hover,
.faq-spoiler._opened {
  background: #f3f7ed;
  border-color: #9bc208;
}
.faq-spoiler__head {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 15px 80px 20px 27px;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}
.faq-spoiler__head:before {
  display: block;
  position: absolute;
  right: 21px;
  top: 24px;
  content: "\e903";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: #b2b2b2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.faq-spoiler__head:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  height: 1px;
  background: #d8e0cd;
}
.faq-spoiler__head:hover:before {
  color: #f56e00;
}
._opened .faq-spoiler__head:after {
  opacity: 1;
}
._opened .faq-spoiler__head:before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.faq-spoiler__title {
  font: normal 300 14px/25px 'Roboto', sans-serif;
  color: #222222;
}
.faq-spoiler__date {
  display: block;
  color: #858585;
  margin-top: 3px;
  font: normal 300 12px/20px 'Roboto', sans-serif;
}
.faq-spoiler__body {
  display: none;
  font: normal 300 14px/25px 'Roboto', sans-serif;
  padding: 25px 45px 20px;
}
.faq-spoiler__body > .text {
  padding: 0 20px;
}
.faq-spoiler table tbody tr:nth-child(2n+1) td {
  background: #fff;
}
.faq-spoiler table tbody tr:nth-child(2n+1) th {
  background: none;
}
/* /Faq spoiler */
/* Faq form */
.faq-form {
  background: #f3f3f3;
  border-radius: 5px;
  position: relative;
  padding: 32px 50px;
  margin-bottom: 40px;
  z-index: 2;
  display: none;
}
.faq-form:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 22px solid #f3f3f3;
  border-top: none;
  top: -11px;
  right: 113px;
}
.faq-form__required {
  position: relative;
  padding-left: 36px;
  margin-bottom: 33px;
}
.faq-form__required:before {
  content: "\e90e";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  color: #f3f3f3;
  background: #f56e00;
  left: 0;
  top: -1px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.faq-form__row {
  font-size: 0;
  white-space: nowrap;
}
.faq-form__row .side-pay-dash-info {
  top: 13px;
}
.faq-form__left-col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: normal;
  padding-right: 47px;
}
.faq-form__right-col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: normal;
  padding-left: 47px;
}
/* /Faq form */
/* Bar helper */
.bar-helper {
  cursor: default;
  text-align: left;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 292px;
  right: 100%;
  top: -14px;
  margin-top: -30px;
  margin-right: 12px;
  background: #fff;
  border-radius: 5px;
  color: #707070;
  font: normal 300 13px/22px 'Roboto', sans-serif;
  -webkit-box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
  z-index: 20;
  padding: 28px 29px;
  visibility: hidden;
  opacity: 0;
  margin-left: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.bar-helper:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  border-right: none;
  left: auto;
  top: 18px;
  right: -5px;
}
.bar-helper:after {
  content: "";
  display: block;
  width: 98px;
  height: 66px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAABCCAYAAABDy2gGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABAxJREFUeNrsnW9klmEUxp+3ZipjjDLSWGKJJfYpxigjNftUVsvShyxLLKNsNpuNNE0xTW1popGmqUwpptk0phizMfpDejWmSCPiJW/X5TnxtLY12573fjbX4eq8e21f7p9zzv3n3HexziEv5v1tycDnLdCms0XJb54sdEubM/hzbQdU0zUcOwH/DhqD3kJT9ID0UUO4ehZLJpP//SXA2Ay3ByqA8uwz/XZoBBo1jQDQrIY1RBiLQEqHK4T2m/h5Gho0OIOAM6NhTgGMBQAxag4YHHrC6IcGAGZEQ55CGPPA2QdXChVbaiOYPoB5oeFPMYw5YLYamKNWf/qgHoAZFYoUw5gHDKFUQJwg3DYwPwTDoVkqqzQwPdAtQJkUDLdQMgxIFTRr0dILMAnBcAum0KKlDGqDWtd7CossjACULLhai5brBuWnYLiFwoJfb9HSalASguEWSnYASgtT2HqBsuZgBKBwX6wROg01AEibYLiHkgt31dYqnBI/Ewz3UI7A3bBVfctanHltWC/FzyJir/34HXCqFBnRiJJ8OmjSUte4YLiHUmn1hDOuy4IRjVnXPc8/Lm6J8mHXBm+dGwZ/Gjro+YdcnwGnXJERjSjhftcDqBuAmgTDPRBuq9yF4p6/pRJXmnKXtr5CJQbjPeBUKDKiESVsmngEtQNQq2C4B5ID9xTqB5AGwXAPJMsiZBxALgiGeyDpVth53FvnojNSMP6FcgUuE+oAkCnNptzOtuo8v7F7AmAOKTKiESFstnsIlQDQgCLDbYSwDfU4Z1oAUyQY7oE8hjsFvbQ1idJUBFIWV+nFtjgcU2S4jRC2nA5DVQCTJxjugXR7/slhtTVBCIZjIO1wvMd4UTUjOjXkJlxitbdOFBnLM0LIB5RmwXCfrhK2BilfzZYgpamVpSu2BL0imNW4oygYKwfCbRNuv+9c6RGu0tTKUxa3TXgoVavIiE6EsOskDjiXFBnu7QxUal2MiowIRAdv7b6Gdi/nkZtY59CS8qJGeulAuDrPxZidU5pyX9B5g2oXoNQKRnTqRz2AFAiG++jgeoNbJlWCEQ0g3HLPQXTUCEY0jEW82boWNZtyNKMK/shCnm1payHj+fqMIiN84xMbvIlbthg/KEMwwreEza4WKub55icFIzXGZga+DTxfMee1tvsq4Kk1biCyjzddMNzbB89/zKwx8B3vGMZNghGSZS7wPS91noey5kaFYIRn7B75ZJ4ngRn2PetGB1QNbfT8BzN7//xRmsYtFDtpawu2hLI19A7EJzP4EjbPyp9DE9AbA6TICNn4CADbQo9B2zz/oTI+w3TN8/8zgK5gilJkpNZGTE0G5zD0RDBCtiVsH33pGo4xapLB31Wacme/+E9wH+u3AAMAmG+xmnLSUOcAAAAASUVORK5CYII=');
  position: absolute;
  left: 136px;
  bottom: -27px;
}
.bar-helper._vis {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
/* /Bar helper */
/* Autocomplete */
.faq-autocomplete {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 100%;
  cursor: default;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  font: normal 300 14px/25px 'Roboto', sans-serif;
  -webkit-box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
  padding: 21px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 20px;
  white-space: normal;
  opacity: 0;
  margin-top: 30px;
  visibility: hidden;
  z-index: 4;
}
.faq-autocomplete._vis {
  opacity: 1;
  visibility: visible;
  margin-top: -3px;
}
.faq-autocomplete:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-top: none;
  left: 25px;
  top: -5px;
}
.faq-autocomplete__item {
  margin-bottom: 20px;
}
.faq-autocomplete__item:last-child {
  margin-bottom: 0;
}
.faq-autocomplete__link {
  color: #222222;
}
.faq-autocomplete__link:hover {
  color: #eb6200;
}
/* /Autocomplete */
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*-- __Map
------------------------------------------------------------*/
.map {
  height: 970px;
}
.map__container {
  position: relative;
}
.map__select {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  z-index: 100;
}
.map__select .chosen-container {
  width: 100%;
}
.map__text {
  font: normal 300 21px/32px 'Roboto', sans-serif;
  color: #222222;
  margin-bottom: 49px !important;
}
.map--offices {
  height: 450px;
}
.map--sber {
  height: 340px;
}
.map-preloader {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  bottom: 0;
  right: 0;
  background: #fff;
}
.map-preloader:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -48px 0 0 -48px;
  background: url('../img/preloader.png') 50% 50% no-repeat;
  width: 96px;
  height: 96px;
  -webkit-animation: rotating 0.5s linear infinite;
  animation: rotating 0.5s linear infinite;
}
/* Popover */
.popover {
  background: #fff;
  position: absolute;
  text-align: left;
  top: 0;
  white-space: normal;
  z-index: 1010;
  -webkit-box-shadow: 0 5px 45px rgba(0, 1, 1, 0.23);
          box-shadow: 0 5px 45px rgba(0, 1, 1, 0.23);
  border-radius: 4px;
}
.popover:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: none;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.popover__close {
  color: #707070 !important;
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
  font-size: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.popover__close:hover {
  color: #f56e00 !important;
}
.popover__inner {
  font: normal 300 18px/22px 'Roboto', sans-serif;
  color: #707070;
  padding: 30px 35px;
}
/* /Popover */
.vote__header {
  font-size: 0;
  white-space: nowrap;
  margin-bottom: 42px;
  position: absolute;
  top: 64px;
  right: 0;
  width: 305px;
}
.vote__header a {
  color: #f56e00;
}
.vote__header__left-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 50%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vote__header__right-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 50%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vote__header__text {
  font: normal 300 21px/32px 'Roboto', sans-serif;
}
.vote__header__phone {
  font: normal 500 32px/42px 'Roboto', sans-serif;
}
.vote__list {
  margin-top: 52px;
}
.vote__link {
  text-decoration: none;
  display: block;
}
.vote__about {
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
  color: #98c000;
  margin-top: -27px;
  margin-bottom: -5px;
}
.vote__about--done {
  font-size: 16px;
  margin-top: -20px;
}
.vote__about-grey {
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-weight: 300;
}
.vote__back {
  font-size: 13px;
  line-height: 25px;
  color: #f56e00;
}
.vote-item {
  display: block;
  font-size: 0;
  background: #f3f7ed;
  margin: 30px 0;
  border: 1px solid #f3f7ed;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vote-item:hover {
  border: 1px solid #9bc208;
}
.vote-item__link {
  position: relative;
  min-height: 230px;
  display: block;
}
.vote-item__left-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 67%;
  padding: 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
.vote-item__right-col {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  white-space: normal;
  width: 33%;
  padding: 18px 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
.vote-item__title {
  font-size: 18px;
  line-height: 22px;
  color: #707070;
  font-weight: 500;
}
.vote-item__results {
  font-size: 14px;
  line-height: 18px;
  color: #707070;
  font-weight: 500;
  margin: 7px 0 30px;
}
.vote-item__foot {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #707070;
  margin-top: 43px;
}
.vote-item__num-people {
  font-size: 0;
}
.vote-item__num {
  font: normal 400 15px/21px 'Roboto Condensed', sans-serif;
  font-size: 46px;
  line-height: 46px;
  color: #707070;
  display: inline-block;
  vertical-align: top;
}
.vote-item__people {
  font-size: 15px;
  line-height: 18px;
  color: #707070;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  padding-left: 8px;
  padding-top: 6px;
}
.vote-item__action {
  position: absolute;
  width: 100%;
  left: 25px;
  bottom: 32px;
}
.vote-item__hint {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #707070;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.vote-item__hint._invis {
  opacity: 0;
}
.vote-item__btn {
  background: #98c000;
  width: 246px;
  margin: 17px 0 0;
  cursor: pointer;
}
.vote-item__btn._disabled {
  pointer-events: none;
}
.vote-item__btn:hover {
  background: #7a9a00;
}
.vote-item__status {
  font-size: 14px;
  line-height: 18px;
  color: #85C100;
  font-weight: 500;
  margin-top: 9px;
}
.vote-item--done .vote-item__title {
  color: #85C100;
}
.vote-item--done .vote-item__btn {
  background: #858585;
}
.vote-item--done .vote-item__btn:hover {
  background: #7a9a00;
}
.vote-item--done:hover {
  border: 1px solid #c7c7c7;
}
.vote-form {
  position: relative;
  display: block;
  padding-top: 32px;
}
.vote-form__item {
  margin-top: 15px;
  margin-bottom: 10px;
}
.vote-form__item .checkbox-spoiler,
.vote-form__item .radio-button-spoiler {
  margin-bottom: 0;
}
.vote-form__var {
  display: inline-block;
}
.vote-form__var + .radio-button-spoiler,
.vote-form__var + .checkbox-spoiler {
  margin-top: 10px;
}
.vote-form__submit {
  width: 270px;
  margin-right: 20px;
  position: relative;
}
.vote-form__helper {
  font-size: 13px;
  line-height: 18px;
  color: #707070;
  display: inline-block;
  vertical-align: middle;
  margin-top: 18px;
}
.vote-form .radio-button-label {
  font: normal 300 18px/22px 'Roboto', sans-serif;
  padding-left: 34px;
}
.vote-form .radio-button-label:before {
  left: 1px;
  top: 4px;
}
.vote-form .radio-button-label:after {
  left: 6px;
  top: 9px;
}
.vote-form .checkbox-label {
  font: normal 300 18px/22px 'Roboto', sans-serif;
  padding-left: 34px;
}
.vote-form .checkbox-label:before {
  top: 4px;
}
.vote-form .checkbox-label:after {
  top: 8px;
}
.vote-result {
  position: relative;
  margin-bottom: 45px;
  margin-top: 45px;
}
.vote-result__title {
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}
.vote-result__no-result {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  padding: 28px;
  background: #f3f3f3;
}
.vote-result__num {
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 13px;
  line-height: 18px;
  color: #707070;
}
.vote-result__list {
  list-style-type: none;
}
.vote-result__item {
  list-style-type: none;
}
.result-item {
  font-size: 0;
  margin: 6px 0;
}
.result-item__right-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  position: relative;
}
.result-item__left-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: calc(100% - 100px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  position: relative;
}
.result-item__num {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 14px;
  line-height: 18px;
  color: #85C100;
}
.result-item__var {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #222222;
  margin-bottom: 3px;
  padding-right: 100px;
}
.result-item__var--spoiler {
  display: inline-block;
  border-bottom: 1px dashed #707070;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 0;
}
.result-item__var--spoiler:hover {
  color: #eb6200;
  border-bottom: 1px dashed #eb6200;
}
.result-item__line {
  width: 100%;
  height: 18px;
  background: #fff;
}
.result-item__line-green {
  background: #98c000;
  height: 100%;
  display: block;
}
.result-item__percent {
  display: block;
  padding-left: 14px;
  font: normal 400 15px/21px 'Roboto Condensed', sans-serif;
  font-size: 36px;
  color: #707070;
  padding-top: 21px;
  text-align: right;
}
.result-item__spoiler {
  background: #fafafa;
  padding: 25px 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.result-item__spoiler-item {
  font-size: 14px;
  line-height: 25px;
  margin: 0;
}
.comments {
  position: relative;
}
.comments__load {
  display: block;
  height: 40px;
  background: #f3f3f3;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px;
  padding: 10px;
  color: #222222;
  text-decoration: none;
}
.comments .login-form {
  -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.18);
  z-index: 100;
  margin-top: 50px;
  margin-left: -120px;
}
.comments__make {
  position: relative;
  float: right;
  z-index: 5;
  white-space: nowrap;
}
.make-comment {
  margin-top: 10px;
}
.make-comment__link {
  position: absolute;
  top: 5px;
  right: 0;
  text-decoration: none;
}
.make-comment__link-text {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  color: #98c000;
  font-weight: 500;
  padding-right: 50px;
}
.make-comment__link-helper {
  font-size: 12px;
  line-height: 22px;
  color: #707070;
  text-align: center;
  width: 117px;
  height: 27px;
  -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.18);
  position: absolute;
  background: #fff;
  top: 5px;
  right: 90px;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.make-comment__link-helper:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -5px;
}
.make-comment__link:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #98c000;
  border-radius: 50%;
  content: "\e913";
  font-family: "icomoon";
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  padding-top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: -5px;
  right: 0px;
}
.make-comment__link:hover:after {
  -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.18);
}
.make-comment__link:hover .make-comment__link-helper {
  opacity: 0;
  visibility: hidden;
}
.make-comment__link--no-login {
  font-size: 14px;
  line-height: 25px;
  padding-right: 16px;
  top: -10px;
}
.make-comment__link--no-login > a {
  color: #eb6200;
}
.make-comment__link--no-login:after {
  position: relative;
  top: 6px;
  left: 16px;
  background: #858585;
}
.make-comment__link--no-login:hover:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.make-comment__form-wrap {
  position: absolute;
  top: 48px;
  right: 0px;
  -webkit-box-shadow: 0px 5px 76px 0px rgba(0, 0, 0, 0.34);
          box-shadow: 0px 5px 76px 0px rgba(0, 0, 0, 0.34);
  background: #f3f3f3;
  width: 900px;
  height: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 30px;
  z-index: 5;
}
.make-comment__form-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 6px;
  border-color: transparent transparent #f3f3f3 transparent;
}
.make-comment__close {
  position: absolute;
  top: -48px;
  right: 0;
  color: #98c000;
}
.make-comment__close:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #98c000;
  border-radius: 50%;
  content: "\e909";
  font-family: "icomoon";
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  padding-top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0px;
  right: 0px;
}
.make-comment__close:hover:after {
  -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.18);
}
.make-comment__input {
  font: normal 300 15px/21px 'Roboto', sans-serif;
  width: 100%;
  height: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  resize: none;
  font-size: 16px;
  line-height: 25px;
  padding-top: 6px;
}
.make-comment__input::-webkit-input-placeholder {
  position: relative;
  top: 1px;
  color: #707070;
  opacity: 1;
  font-style: normal;
}
.make-comment__input:-moz-placeholder {
  color: #707070;
  opacity: 1;
  font-style: normal;
}
.make-comment__input::-moz-placeholder {
  color: #707070;
  opacity: 1;
  font-style: normal;
}
.make-comment__input:-ms-input-placeholder {
  color: #707070;
  opacity: 1;
  font-style: normal;
}
.make-comment._fly:hover .make-comment__link-helper {
  opacity: 1;
  visibility: visible;
  right: 50px;
}
.make-comment._fly .make-comment__link-text {
  display: none;
}
.comments-item {
  font-size: 0;
  padding: 30px 0;
  position: relative;
}
.comments-item__left-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 27%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  padding-right: 30px;
}
.comments-item__right-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 73%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  padding: 0 5px;
}
.comments-item--answer {
  background: #f3f3f3;
}
.comments-item--answer:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 9px 8.5px;
  border-color: transparent transparent #f3f3f3 transparent;
  position: absolute;
  top: -8px;
  left: 26%;
  margin-left: 17px;
}
.comments-item--answer .comments-item__left-col {
  padding-left: 30px;
}
.comments-item__name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #222222;
  display: block;
}
.comments-item__date {
  font-size: 12px;
  line-height: 20px;
  color: #858585;
  margin-top: 5px;
  display: block;
}
.comments-item--delete .comments-item__right-col {
  color: #858585;
}
.vacancy__contact {
  font-size: 21px;
  line-height: 32px;
}
.vacancy__phone {
  font-weight: 500;
}
.vacancy__email {
  color: #eb6200;
}
.vacancy__list {
  margin-top: 40px;
}
.vacancy-item {
  font-size: 0;
  display: block;
  background: #f3f3f3;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f3f3f3;
  color: #222222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vacancy-item:hover {
  background: #f3f7ed;
  border: 1px solid #9bc208;
}
.vacancy-item__left-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 33%;
  padding: 20px 20px 20px 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 25px;
}
.vacancy-item__right-col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 67%;
  padding: 20px 25px 20px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 25px;
}
.vacancy-item__title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  color: #222222;
}
.vacancy-item__date {
  color: #858585;
  font-size: 12px;
  line-height: 30px;
}
.vacancy-contact {
  font-size: 0;
}
.vacancy-contact__title {
  font-size: 21px;
  line-height: 25px;
  margin: 20px 0;
  font-weight: 500;
}
.vacancy-contact__text {
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 73%;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vacancy-contact__button {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 27%;
  font-size: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
}
.black-list__h2 {
  font-size: 21px;
  line-height: 32px;
  font-weight: 500;
  margin: 20px 0;
}
.black-list__intro {
  font-size: 16px;
  line-height: 25px;
  margin: 20px 0;
}
.black-list__table {
  font-size: 14px;
  line-height: 25px;
  margin: 35px 0 20px;
}
.black-list__table th {
  font-weight: 500;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  min-height: 45px;
  border-bottom: 1px solid #cacaca;
  vertical-align: top;
}
.black-list__table th:nth-child(1) {
  width: 7%;
  padding: 10px 5px 10px 20px;
}
.black-list__table th:nth-child(2) {
  width: 30%;
}
.black-list__table th:nth-child(3) {
  width: 63%;
}
.black-list__table td {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  min-height: 45px;
  vertical-align: top;
}
.black-list__table td:nth-child(1) {
  width: 7%;
  padding: 10px 5px 10px 20px;
}
.black-list__table td:nth-child(2) {
  width: 30%;
}
.black-list__table td:nth-child(3) {
  width: 63%;
}
.black-list__table tr:nth-child(1) td {
  padding-top: 20px;
}
.contacts h2 {
  margin-bottom: 10px;
}
.contacts h2 + p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 25px;
}
.contacts__phone-list {
  margin: 10px 0;
}
.contacts__phone-list li {
  font-size: 14px;
  line-height: 25px;
}
.contacts__phone-list li:before {
  display: none !important;
}
.contacts__feedback {
  margin-bottom: 30px;
}
.contacts__content {
  font: normal 300 15px/21px 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  padding: 0 20px 0 0;
  margin-bottom: 45px;
}
.contacts__content h2 {
  font-size: 21px;
  line-height: 25px;
  margin: 20px 0;
  font-weight: 500;
}
.contacts__content hr {
  margin: 45px 0;
  color: #cacaca;
  background: #cacaca;
}
.contacts__content h4 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  margin: 10px 0;
}
.contacts__content h5 {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  margin-top: 10px;
}
.contacts__content h6 {
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
}
.contacts__content a {
  color: #f56e00;
}
.contacts-feedback {
  font-size: 0;
  padding: 30px 40px;
  background: #f3f7ed;
  position: relative;
}
.contacts-feedback__left-col {
  display: inline-block;
  vertical-align: top;
  width: 67%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 25px;
}
.contacts-feedback__right-col {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 25px;
}
.contacts-feedback p.contacts-feedback__phone {
  font-size: 21px;
  line-height: 32px;
  margin: 0;
}
.contacts-feedback p.contacts-feedback__phone b {
  font-weight: 500;
}
.contacts-feedback__helper {
  position: absolute;
  top: 0px;
  left: 168px;
}
.contacts-feedback__helpline {
  position: relative;
}
.contacts-feedback a.btn {
  color: #fff;
}
.search__form {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  height: 35px;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
}
.search-submit {
  border: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #080808;
  background: transparent;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.search-submit:before {
  content: "\e91e";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 10px;
  top: 10px;
}
.search-input {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  font: normal 300 14px/18px 'Roboto', sans-serif;
  color: #222222;
  padding: 2px 40px 2px 20px;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.search-input::-webkit-input-placeholder {
  position: relative;
  top: 1px;
  color: #707070;
  opacity: 1;
  font-style: normal;
}
.search-input:-moz-placeholder {
  color: #707070;
  opacity: 1;
  font-style: normal;
}
.search-input::-moz-placeholder {
  color: #707070;
  opacity: 1;
  font-style: normal;
}
.search-input:-ms-input-placeholder {
  color: #707070;
  opacity: 1;
  font-style: normal;
}
.search-input:focus {
  border: 1px solid #9bc208;
}
.search__result-title {
  margin: 35px 0 30px;
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
}
.search__empty {
  text-align: center;
  padding: 0 115px;
  margin: 40px 0;
}
.search__empty:before {
  display: inline-block;
  position: relative;
  content: "\e90e";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #d8d8d8;
  color: #fff;
  font-size: 34px;
  line-height: 54px;
  text-align: center;
}
.search__empty-title {
  font-size: 45px;
  line-height: 58px;
  color: #525252;
  margin: 15px 0 30px !important;
}
.search__empty-title + p {
  padding: 0 80px;
}
.result__item {
  margin-bottom: 35px;
}
.result__link {
  display: block;
  color: #222222;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.result__link:hover {
  color: #eb6200;
}
.result__category {
  display: inline-block;
  color: #858585;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}
.result__category:before {
  display: block;
  position: absolute;
  content: "";
  top: 6px;
  left: -2px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJGOUYxRjk3NTUzQzExRTY5NzEwODE5OTg2RDNCRURDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJGOUYxRjk4NTUzQzExRTY5NzEwODE5OTg2RDNCRURDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MkY5RjFGOTU1NTNDMTFFNjk3MTA4MTk5ODZEM0JFREMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkY5RjFGOTY1NTNDMTFFNjk3MTA4MTk5ODZEM0JFREMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6zJyWFAAAAzUlEQVR42mK8cuUKAxGgCohPA/FudAkmBuIALxBvAeI4cg0AATYgXgDElciCLDgUMwOxKxA7AbE6EOtBxRmBuA2IpYE4H4j/YjPAC4gnArEKHtdkQw2JQvdCE9SvKkR4KQCIJyC7oACIa0kIkyNAXA4zwBKIe6Ds/0B8F4jvAfFHIP4ODQMDJM0gV4YD8TcWaExMBuLXQNwLxEuA+AWabe1IBoDkk4D4NywWfIH4HRB7APEbAs4GBW4h1JXwdGAMDRBCmmuh4fQfWRAgwAA1JiXsO4M1PgAAAABJRU5ErkJggg==');
  width: 16px;
  height: 11px;
}
.result__category + .result__category {
  padding-left: 0;
}
.result__category + .result__category:before {
  display: none;
}
.sitemap {
  margin: 20px 0;
}
.sitemap li {
  position: relative;
  margin: 18px 0;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}
.sitemap li a {
  text-decoration: none;
  color: #222222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sitemap li a:hover {
  color: #f56e00;
}
.sitemap ul {
  padding-left: 40px;
}
.sitemap ul ul {
  padding-left: 40px;
}
.sitemap ul li:before {
  content: "";
  display: block;
  background: #b2b2b2;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -14px;
}
.sitemap ul ul li {
  font-weight: 300;
}
.sitemap ul ul li:before {
  display: none;
}
.sitemap ul ul li:after {
  content: "–";
  display: block;
  position: absolute;
  left: -15px;
  top: 0px;
}
.agreement__list {
  font-size: 16px;
  line-height: 25px;
  margin: 20px 0 45px !important;
  padding-left: 25px;
}
.agreement__list-item {
  margin: 20px 0;
}
.agreement__list-item:first-child {
  margin-top: 0px;
}
.agreement__list-item:last-child {
  margin-bottom: 0px;
}
.agreement__list-item > a {
  color: #222222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.agreement__list-item > a:hover {
  color: #f56e00;
}
.add-serv__table {
  width: 100%;
  margin-bottom: 45px !important;
}
.add-serv__table th:nth-child(1) {
  width: 78% !important;
}
.add-serv__table th:nth-child(2) {
  width: 22% !important;
}
.add-serv__table td:nth-child(1) {
  width: 78% !important;
}
.add-serv__table td:nth-child(2) {
  width: 22% !important;
}
.add-serv p.add-serv__intro {
  font-size: 21px;
  line-height: 32px;
}
.text.add-serv h3 {
  margin-bottom: -15px;
}
.not-found {
  padding: 140px 0;
  text-align: center;
}
.not-found__title {
  font-size: 45px;
  line-height: 58px;
  margin-top: 10px;
}
.not-found__text {
  font-size: 16px;
  line-height: 25px;
  padding: 0 370px;
  margin-top: 20px;
}
.tariff__intro {
  font: normal 300 16px/25px 'Roboto', sans-serif;
  color: #222222;
  margin: -17px 0 32px;
}
.tariff__intro a {
  color: #f56e00;
}
.tariff-table {
  display: block;
  position: relative;
  border-bottom: 1px solid #d8e0cd;
  width: 900px;
  background: none;
  /*
    &-row{
      display: table;
      table-layout: fixed;
      width: 100%;
    }
    &-cell{
      display: table-cell;
      box-sizing: border-box;
      vertical-align: top;
      &--name{
        padding: 8px 20px 4px 31px;
      }
      &--norma{
        width: 24%;
        border-left: 1px solid @cTariffBorder;
        padding: 0;
        vertical-align: middle;
      }
      &--day{
        width: 12%;
        border-left: 1px solid @cTariffBorder;
        padding: 8px 15px 4px 28px;
      }
      &--month{
        width: 12%;
        border-left: 1px solid @cTariffBorder;
        padding: 8px 15px 4px 22px;
      }
      &--tariff{
        width: 13.88%;
        border-left: 1px solid @cTariffBorder;
        padding: 8px 20px 4px 31px;
      }
      &--size{
        width: 12.11%;
        border-left: 1px solid @cTariffBorder;
        padding: 8px 15px 4px 31px;
      }
      &--head{
        border-color: @cTariffHeadBorder;
        vertical-align: middle;
      }
      &--head&--name{
        padding: 8px 20px 12px 31px;
      }
      &--head&--tariff{
        padding: 8px 20px 12px 31px;
      }
      &--head&--size{
        padding: 10px 15px 10px 23px;
      }
    }
    &__head{
      display: block;
      .fontRoboto(14px, 21px, 500);
      color: @cWhite;
      position: relative;
      text-align: center;
      &--tariff{
        text-align: left;
      }
      &--size{
        text-align: left;
      }
      &--big{
        .fontRoboto(26px, 30px, 500);
        text-align: left;
      }
      sup{
        font-size: 8px;
        position: relative;
        top: -4px;
      }
    }
    &__text{
      display: block;
      .fontRoboto(14px, 25px, 300);
      color: @cText;
      position: relative;
      &--name{
        .fontRoboto(24px, 25px, 500);
        padding: 14px 0 1px;
      }
      &--num{
        .fontRoboto(16px, 25px, 500);
        position: relative;
      }
      &__num{
        display: block;
        .fontRoboto(16px, 25px, 500);
        position: absolute;
        left: -17px;
        top: 0;
      }
      &--letter{
        .fontRoboto(14px, 25px, 300);
        position: relative;
        padding-left: 16px;
      }
      &__letter{
        display: block;
        .fontRoboto(14px, 25px, 300);
        position: absolute;
        left: 0;
        top: 0;
      }
    }
    &-trident{
      &-top{
        height: 44px;
        box-sizing: border-box;
        border-bottom: 1px solid @cTariffHeadBorder;
        padding: 10px 20px 10px 20px;
      }
      &-bottom{
        height: 41px;
        box-sizing: border-box;
        font-size: 0;
        margin-left: -1px;
      }
      &-left{
        .inline-block();
        width: 50%;
        box-sizing: border-box;
        padding: 9px 10px 8px 10px;
      }
      &-right{
        .inline-block();
        width: 50%;
        border-left: 1px solid @cTariffHeadBorder;
        box-sizing: border-box;
        padding: 9px 10px 8px 10px;
      }
    }
    &-item{
      display: block;
      width: 100%;
      &--highlighted{
        background: @cNewsBG;
        border-radius: 5px;
      }
      &--clear{
        height: 30px;
        overflow: hidden;
      }
    }
    &-item &-row:last-child &-cell{
      padding-bottom: 24px;
    }
    &-item--highlighted &-row &-cell{
      padding-top: 6px;
      padding-bottom: 9px;
    }
    &-item--highlighted &-row:last-child &-cell{
      padding-top: 6px;
      padding-bottom: 9px;
    }
    */
}
.tariff-table-head {
  display: block;
  background: #98c000;
  border-radius: 5px;
  width: 100%;
}
.tariff-table-head-sticky {
  display: block;
  background: #98c000;
  border-radius: 5px;
  position: fixed;
  top: 0;
  left: 50%;
  width: 900px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
.tariff-table-head-sticky._visible {
  opacity: 1;
  visibility: visible;
}
.tariff-table-info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -6px;
  margin: -5px -15px -5px -5px;
  padding: 5px;
}
.tariff-table-info-ico {
  display: block;
  font: normal 700 10px/20px 'Roboto', sans-serif;
  opacity: 1;
  cursor: pointer;
}
.tariff-table-info-inner {
  display: block;
  position: absolute;
  top: auto;
  bottom: 26px;
  width: 185px;
  left: 50%;
  margin-left: -93px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
  padding: 13px 20px 12px;
  z-index: 10;
  -webkit-box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 45px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.tariff-table-info-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 87px;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 6.5px 0 6.5px;
  border-color: #fff transparent transparent transparent;
}
.tariff-table-info:hover .tariff-table-info-ico {
  color: #f56e00;
}
.tariff-table-info:hover .tariff-table-info-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.tariff-table-info__text {
  display: block;
  text-align: center;
  font: normal 300 13px/21px 'Roboto', sans-serif;
  color: #222222;
}
.tariff-star {
  display: block;
  font: normal 300 14px/25px 'Roboto', sans-serif;
  color: #858585;
  margin: 20px 0 13px;
}
.tariff-stars {
  padding: 20px 0 2px;
  margin-bottom: -5px;
}
.tariff-title {
  display: block;
  font: normal 500 26px/36px 'Roboto', sans-serif;
  color: #222222;
  margin: 30px 0 31px;
}
.tariff-table-cell--wash {
  width: 50%;
  padding: 8px 20px 4px 32px;
  vertical-align: middle;
}
.tariff-table-cell--wash .tariff-table__head {
  text-align: left;
}
.tariff-table-cell--wash-norma {
  width: 50%;
  padding: 8px 20px 4px 30px;
  vertical-align: middle;
}
.tariff-table-cell--wash-norma .tariff-table__head {
  text-align: left;
}
.tariff-table-cell--head.tariff-table-cell--wash {
  padding: 20px 20px 23px 32px;
}
.tariff-table-cell--head.tariff-table-cell--wash-norma {
  border-left: 1px solid #829f12;
  padding: 19px 20px 24px 30px;
}
.tariff-table-row:first-child .tariff-table-cell--wash:not(.tariff-table-cell--head) {
  padding-top: 20px;
}
.tariff-table-row:first-child .tariff-table-cell--wash-norma:not(.tariff-table-cell--head) {
  padding-top: 20px;
}
.tariff-info {
  display: block;
  font: normal 300 14px/25px 'Roboto', sans-serif;
}
.tariff-info p {
  margin-bottom: 0;
}
.tariff-info h4 {
  margin-top: 20px;
  font-weight: 500;
}
.tariff-table-cell--fiz-num {
  width: 9.77%;
  padding: 8px 0 4px 32px;
}
.tariff-table-cell--fiz-num .tariff-table__head {
  text-align: left;
}
.tariff-table-cell--fiz-name {
  padding: 8px 20px 4px 20px;
}
.tariff-table-cell--fiz-name .tariff-table__head {
  text-align: left;
}
.tariff-table-cell--fiz-type {
  width: 16.66%;
  padding: 8px 15px 4px 20px;
}
.tariff-table-cell--fiz-type .tariff-table__head {
  text-align: left;
}
.tariff-table-cell--fiz-tariff {
  width: 15.44%;
  padding: 8px 20px 4px 19px;
}
.tariff-table-cell--fiz-tariff .tariff-table__head {
  text-align: left;
}
.tariff-table-cell--fiz-size {
  width: 23.44%;
  padding: 8px 20px 4px 20px;
}
.tariff-table-cell--fiz-size .tariff-table__head {
  text-align: left;
}
.tariff-table-cell--head.tariff-table-cell--fiz-num {
  vertical-align: middle;
  padding: 20px 0 23px 32px;
}
.tariff-table-cell--head.tariff-table-cell--fiz-name {
  vertical-align: middle;
  padding: 20px 20px 23px 20px;
}
.tariff-table-cell--head.tariff-table-cell--fiz-type {
  vertical-align: middle;
  border-left: 1px solid #829f12;
  padding: 20px 15px 23px 20px;
}
.tariff-table-cell--head.tariff-table-cell--fiz-tariff {
  vertical-align: middle;
  border-left: 1px solid #829f12;
  padding: 20px 20px 23px 19px;
}
.tariff-table-cell--head.tariff-table-cell--fiz-size {
  vertical-align: middle;
  border-left: 1px solid #829f12;
  padding: 20px 20px 23px 20px;
}
.tariff-table-row:first-child .tariff-table-cell--fiz-num:not(.tariff-table-cell--head) {
  padding-top: 20px;
}
.tariff-table-row:first-child .tariff-table-cell--fiz-name:not(.tariff-table-cell--head) {
  padding-top: 20px;
}
.tariff-table-row:first-child .tariff-table-cell--fiz-type:not(.tariff-table-cell--head) {
  padding-top: 20px;
}
.tariff-table-row:first-child .tariff-table-cell--fiz-tariff:not(.tariff-table-cell--head) {
  padding-top: 20px;
}
.tariff-table-row:first-child .tariff-table-cell--fiz-size:not(.tariff-table-cell--head) {
  padding-top: 20px;
}
.tariff-text {
  display: block;
  font: normal 300 14px/25px 'Roboto', sans-serif;
  color: #222222;
  margin: -13px 0 43px;
}
.tariff-text:last-child {
  margin-bottom: 100px;
}
.tariff-text p {
  margin-bottom: 20px;
}
.tariff-text p:last-child {
  margin-bottom: 0;
}
.tariff-text a {
  color: #f56e00;
}
.tariff-text b {
  font-weight: 400;
}
.tariff-table table {
  width: 100%;
  table-layout: fixed;
  margin: 0;
  background: none;
}
.tariff-table table th {
  font: normal 500 14px/21px 'Roboto', sans-serif;
  color: #fff;
  position: relative;
  text-align: left;
  border-left: 1px solid #829f12;
  border-bottom: 1px solid #829f12;
  padding: 9px 20px 8px 20px;
  vertical-align: middle;
}
.tariff-table table th[colspan="2"],
.tariff-table table th.col-center {
  text-align: center;
}
.tariff-table table th[rowspan="2"],
.tariff-table table th[rowspan="3"] {
  border-bottom: 0;
  text-align: left;
  padding: 8px 20px 12px 20px;
}
.tariff-table table th[rowspan="2"]:first-child,
.tariff-table table th[rowspan="3"]:first-child,
.tariff-table table th[rowspan="2"].col-title,
.tariff-table table th[rowspan="3"].col-title {
  padding: 8px 20px 12px 31px;
  font: normal 500 26px/30px 'Roboto', sans-serif;
}
.tariff-table table th.col-num:first-child {
  padding: 9px 20px 8px 20px;
  font: normal 500 14px/21px 'Roboto', sans-serif;
}
.tariff-table table tr:first-child th:first-child {
  border-left: 0;
  padding: 9px 31px 8px 31px;
}
.tariff-table table tr td {
  background: transparent !important;
}
.tariff-table table tr.highlighted td {
  background: #f7f7f7 !important;
}
.tariff-table table tr.highlighted td:first-child {
  border-radius: 5px 0 0 5px;
}
.tariff-table table tr.highlighted td:last-child {
  border-radius: 0 5px 5px 0;
}
.tariff-table table tr.second th {
  padding: 9px 20px 9px 20px;
  border-left: 1px solid #829f12;
}
.tariff-table table tr:last-child th {
  border-bottom: 0;
}
.tariff-table table tr:last-child td {
  padding-bottom: 23px;
}
.tariff-table table td {
  font: normal 300 14px/25px 'Roboto', sans-serif;
  color: #222222;
  vertical-align: top;
  border-left: 1px solid #d8e0cd;
  padding: 8px 20px 4px 20px;
}
.tariff-table table td:first-child {
  padding: 8px 20px 4px 31px;
  border-left: 0;
}
.tariff-table table td p {
  display: block;
  position: relative;
  margin: 0;
  text-indent: -16px;
  padding-left: 16px;
}
.tariff-table table td h3 {
  font: normal 500 24px/25px 'Roboto', sans-serif;
  padding: 13px 0 21px;
  margin: 0;
}
.tariff-table table td h4 {
  font: normal 500 16px/25px 'Roboto', sans-serif;
  text-indent: -17px;
  padding: 0 0 7px;
  margin: 0;
}
.tariff-table table tr:first-child td h3 {
  padding-top: 2px;
}
.tariff-table table tr.empty {
  height: 30px;
}
@media screen and (min-width: 1601px) {
  .tariff-table {
    width: 1215px;
  }
  .tariff-table-head-sticky {
    width: 1215px;
  }
  .tariff-table-cell--norma {
    width: 290px;
  }
  .tariff-table-cell--day {
    width: 145px;
  }
  .tariff-table-cell--month {
    width: 145px;
  }
}
.ullk-filter {
  width: 100%;
  padding: 30px 0 0;
  white-space: nowrap;
  margin-bottom: -9px;
}
.ullk-filter--accounts {
  margin: -7px 0 0;
  padding: 0;
}
.ullk-filter__label {
  display: inline-block;
  vertical-align: middle;
  font: normal 300 14px/16px 'Roboto', sans-serif;
  color: #707070;
  margin-right: 45px;
}
.ullk-filter .control-date {
  width: 164px;
}
.ullk-total {
  float: right;
  white-space: nowrap;
  font: normal 400 14px/22px 'Roboto', sans-serif;
  color: #222222;
  position: relative;
}
h2 .ullk-total {
  top: 20px;
}
.ullk-total__label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  letter-spacing: -0.2px;
}
.ullk-total__num {
  display: inline-block;
  vertical-align: middle;
  background: #eb6200;
  padding: 0 8px 1px 10px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.15px;
}
.ullk__account {
  display: block;
  font: normal 300 16px/16px 'Roboto', sans-serif;
  color: #222222;
  float: left;
  width: 100px;
  position: relative;
  top: 2px;
}
.ullk__account ~ .payments__title {
  margin-left: 108px;
  margin-top: -2px;
}
.ullk__account ~ .payments__address {
  margin-left: 108px;
}
.small-tabs--ul .small-tabs-link {
  width: 281px;
}
.contract-form {
  display: block;
  padding: 12px 0 10px;
}
.contract-form-total {
  text-align: center;
  padding: 2px 0 20px;
}
.contract-filter {
  position: relative;
  margin: -13px 0 35px;
}
.contract-filter .checkbox {
  display: inline-block;
  vertical-align: middle;
}
.contract-filter .checkbox-label {
  font-size: 13px;
  line-height: 20px;
}
.contract-filter .checkbox-label:before {
  top: 3px;
}
.contract-filter .checkbox-label:after {
  top: 7px;
}
.contract-spoiler {
  margin: 0 -19px 0 -13px;
  padding: 2px 30px 9px;
}
.contract-spoiler:last-child .contract-spoiler-body--gray {
  margin-bottom: -33px;
}
.contract-spoiler__link {
  display: block;
  max-width: 100%;
  color: #222222;
  font: normal 300 14px/32px 'Roboto', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.contract-spoiler__link-text {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.contract-spoiler__link-text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 1;
  background: url("data:image/PNG;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0OThCMUZCRkEyRkMxMUU1ODU0NEJFMzk2QkI5NUI3MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0OThCMUZDMEEyRkMxMUU1ODU0NEJFMzk2QkI5NUI3MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5OEIxRkJEQTJGQzExRTU4NTQ0QkUzOTZCQjk1QjcyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ5OEIxRkJFQTJGQzExRTU4NTQ0QkUzOTZCQjk1QjcyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yAhhkgAAACZJREFUeNpi/P//P8OpU6dYGBgYWoFYH4j/ADETEM81MzNbCxBgAL29CP/7avxtAAAAAElFTkSuQmCC");
}
.contract-spoiler__link-text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 2;
  opacity: 0;
  background: url("data:image/PNG;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAABCAYAAADn9T9+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQ0NBNUYzMEQzQTgxMUU1OTQ0OUFBQjEyOUREMDg2NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQ0NBNUYzMUQzQTgxMUU1OTQ0OUFBQjEyOUREMDg2NSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNDQ0E1RjJFRDNBODExRTU5NDQ5QUFCMTI5REQwODY1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNDQ0E1RjJGRDNBODExRTU5NDQ5QUFCMTI5REQwODY1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+O6g9NAAAACBJREFUeNpi/P//P8ObZMY0BgaGmQzYQbrI3P+zAAIMAMj1B/+r9o+DAAAAAElFTkSuQmCC");
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.contract-spoiler__link-text:hover {
  color: #f56e00;
}
.contract-spoiler__link-text:hover .contract-spoiler__link-text-text:after {
  opacity: 1;
}
.contract-spoiler__link--closed {
  color: #a3a3a3;
}
.contract-spoiler__link--closed .contract-spoiler__link-text {
  max-width: calc(100% - 60px);
}
.contract-spoiler__link--closed .contract-spoiler__link-text:before {
  opacity: 0.75;
}
.contract-spoiler__link--closed-info .contract-spoiler__link-text {
  max-width: calc(100% - 210px);
}
.contract-spoiler-body {
  display: none;
  margin: 11px -30px 6px;
  background: #dff2c2;
  padding: 10px 30px 30px;
  position: relative;
}
.contract-spoiler-body:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #dff2c2 transparent;
  position: absolute;
  top: -8px;
  left: 30px;
}
.contract-spoiler-body--gray {
  background: #ededed;
  padding-bottom: 0;
}
.contract-spoiler-body--gray:before {
  border-color: transparent transparent #ededed transparent;
}
.contract-spoiler-body--gray .contract-table-thead {
  border-color: #d2d2d2;
}
.contract-spoiler-body--gray .contract-table-tbody {
  padding-bottom: 13px;
}
.contract-spoiler._opened .contract-spoiler__link {
  color: #f56e00;
}
.contract-spoiler._opened .contract-spoiler__link:after {
  opacity: 1;
}
.contract-spoiler._opened .contract-spoiler-body {
  display: block;
}
.contract__closed {
  display: inline-block;
  vertical-align: top;
  background: #a3a3a3;
  color: #fff;
  position: relative;
  top: 6px;
  padding: 2px 7px 4px 6px;
  font: normal 300 11px/17px 'Roboto', sans-serif;
  max-width: 57px;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 3px;
}
.contract__closed--info {
  width: 200px;
  max-width: none;
  margin-left: 10px;
}
.contract-table {
  display: block;
}
.contract-table-thead {
  margin: -2px -30px 0;
  padding: 0 30px 8px;
  border-bottom: 1px solid #c4dd9e;
}
.contract-table-tbody {
  padding: 11px 0 25px;
}
.contract-table-row {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.contract-table-cell {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.contract-table-cell--service {
  padding: 5px 15px 5px 0;
  width: 15.2%;
  text-align: left;
}
.contract-table-cell--number {
  padding: 5px 15px 5px 0;
  text-align: left;
}
.contract-table-cell--date {
  padding: 5px 15px 5px 0;
  width: 17.9%;
  text-align: left;
}
.contract-table-cell--last {
  padding: 5px 15px 5px 0;
  width: 19.5%;
  text-align: left;
}
.contract-table-cell--current {
  padding: 5px 26px 5px 0;
  width: 20.4%;
  text-align: left;
}
.contract-table-cell--check {
  padding: 3px 0 7px 0;
  width: 16px;
  text-align: right;
}
.contract-table-cell--serviceclo {
  padding: 10px 15px 11px 0;
  width: 25%;
  text-align: left;
}
.contract-table-cell--numberclo {
  padding: 10px 15px 11px 0;
  text-align: left;
}
.contract-table-cell--dateclo {
  padding: 10px 15px 11px 0;
  width: 23.33%;
  text-align: left;
}
.contract-table-cell--lastclo {
  padding: 10px 0 11px 0;
  width: 19.5%;
  text-align: left;
}
.contract-table-thead .contract-table-cell {
  vertical-align: top;
}
.contract-table-thead .contract-table-cell--check {
  vertical-align: middle;
}
.contract-table-thead .contract-table-cell--serviceclo {
  padding-top: 5px;
  padding-bottom: 5px;
}
.contract-table-thead .contract-table-cell--numberclo {
  padding-top: 5px;
  padding-bottom: 5px;
}
.contract-table-thead .contract-table-cell--dateclo {
  padding-top: 5px;
  padding-bottom: 5px;
}
.contract-table-thead .contract-table-cell--lastclo {
  padding-top: 5px;
  padding-bottom: 5px;
}
.contract-table__title {
  display: inline-block;
  vertical-align: top;
  font: normal 500 14px/20px 'Roboto', sans-serif;
  color: #222222;
  position: relative;
}
.contract-table__text {
  display: inline-block;
  vertical-align: top;
  font: normal 300 14px/20px 'Roboto', sans-serif;
  color: #222222;
  position: relative;
}
.contract-table__text._warning {
  color: #f56e00;
}
.contract-table-help {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: -5px;
  right: -12px;
}
.contract-button {
  display: block;
  text-align: right;
}
.contract-button .btn {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}
.complaints {
  background: #f3f3f3;
  border-radius: 5px;
  position: relative;
  padding: 32px 50px 16px;
  margin-bottom: 40px;
  z-index: 2;
  font-size: 0;
}
.complaints__required {
  position: relative;
  padding-left: 36px;
  margin-bottom: 33px;
  font: normal 300 15px/21px 'Roboto', sans-serif;
}
.complaints__required:before {
  content: "\e90e";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  color: #f3f3f3;
  background: #f56e00;
  left: 0;
  top: -1px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.complaints-left {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 46px);
}
.complaints-right {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 46px);
  margin-left: 92px;
}
.complaints-text {
  margin: 41px 0 52px;
  font: normal 300 21px/32px 'Roboto', sans-serif;
}
.complaints-text p {
  margin: 10px 0;
}
.complaints-text ol {
  margin: 10px 0;
}
.complaints-text ol li {
  margin: 10px 0;
  padding-left: 23px;
}
.complaints-text ol li:first-child {
  margin-top: 0;
}
.complaints-file {
  padding: 12px 0 2px;
}
.complaints-button {
  margin: 32px 0 0;
}
.abonent {
  margin: 0;
  padding: 0;
}
.abonent__title {
  margin-top: 47px;
  margin-bottom: 25px;
}
.abonent__paging {
  margin-bottom: 130px;
  min-width: 875px;
}
.abonent-search {
  width: 100%;
  margin: 0;
  padding: 0;
}
.abonent-search__form-wrapper {
  -webkit-box-shadow: 5px 0 50px rgba(0, 0, 0, 0.18);
          box-shadow: 5px 0 50px rgba(0, 0, 0, 0.18);
}
.abonent-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}
.abonent-search__input {
  width: 298px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 44px;
  margin-bottom: 48px;
  margin-right: 15px;
}
.abonent-search__input:first-child {
  margin-left: 35px;
}
.abonent-search__button {
  width: 210px;
  margin-top: 44px;
  margin-bottom: 48px;
  margin-right: 35px;
}
.abonent-search__title {
  margin: 62px 0 30px;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
}
.abonent-search__sorting {
  margin-bottom: 8px;
}
.abonent-search__result {
  margin-bottom: 27px;
}
.abonent-search__show-button {
  width: 269px;
  margin: 0 auto;
}
.abonent-sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fbfbfb;
}
.abonent-sorting__item {
  margin-left: 30px;
}
.abonent-sorting__item--personal-account-number {
  width: 150px;
}
.abonent-sorting__item--full-name {
  width: 455px;
}
.abonent-sorting__link {
  position: relative;
  padding-right: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  color: rgba(34, 34, 34, 0.6);
  letter-spacing: 0.01em;
  text-decoration: none;
}
.abonent-sorting__up::after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 0;
  height: 0;
  border: 5px solid #b8b7b7;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.abonent-sorting__down::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 0;
  height: 0;
  border: 5px solid #b8b7b7;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
}
.abonent-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.abonent-result__item {
  margin-bottom: 4px;
  width: 100%;
}
.abonent-result__link {
  padding: 30px 26px;
  padding-right: 36px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 26px;
  color: #222222;
  text-decoration: none;
  background-color: #f3f7ed;
  outline: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.abonent-result__link:hover,
.abonent-result__link:focus,
.abonent-result__link:active {
  outline: 1px solid #b5d06f;
}
.abonent-result__link:hover .abonent-result__button,
.abonent-result__link:focus .abonent-result__button,
.abonent-result__link:active .abonent-result__button {
  background-color: #b5d06f;
}
.abonent-result__personal-account {
  width: 150px;
}
.abonent-result__full-name {
  width: 455px;
  margin-left: 30px;
}
.abonent-result__address {
  margin-left: 30px;
  margin-right: auto;
}
.abonent-result__button {
  width: 41px;
  height: 41px;
  position: relative;
  bottom: 7px;
  background-color: #e2e0e0;
  border: none;
  border-radius: 50%;
}
.abonent-result__button::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  top: 50%;
  left: 12px;
  background-color: #000;
}
.abonent-result__button::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  top: 17px;
  left: 17px;
  background-color: transparent;
  border: 1px solid #000;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header--short {
  height: 119px;
  -webkit-box-shadow: 5px 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 0 50px rgba(0, 0, 0, 0.1);
}
.abonent-table {
  width: 100%;
  border: 1px solid #e7e7e7;
  border-top: none;
}
.abonent-table--header {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Roboto', Arial, sans-serif;
  font-style: normal;
  color: #222222;
  letter-spacing: 0.01em;
  background-color: #f3f7ed;
  border: 1px solid #d7ddc0;
}
.abonent-table--header .abonent-table__row--header {
  font-weight: 500;
}
.abonent-table--header .abonent-table__row--value {
  font-weight: 300;
}
.abonent-table--header .abonent-table__cell--header {
  padding-top: 11px;
  padding-bottom: 0;
}
.abonent-table--header .abonent-table__cell--value {
  padding-bottom: 11px;
  padding-top: 0;
}
.abonent-table--header .abonent-table__cell--service {
  padding-top: 20px;
  padding-bottom: 20px;
}
.abonent-table--header .abonent-table__cell--period {
  padding-top: 20px;
  padding-bottom: 20px;
}
.abonent-table__row {
  line-height: 18px;
  font-family: 'Roboto', Arial, sans-serif;
  font-style: normal;
  color: #222222;
  letter-spacing: 0.01em;
  font-size: 13px;
  font-weight: 300;
}
.abonent-table__row--title {
  font-size: 14px;
  font-weight: 500;
}
.abonent-table__row--title .abonent-table__cell {
  padding-top: 19px;
  padding-bottom: 19px;
}
.abonent-table__row--title:hover,
.abonent-table__row--title:focus,
.abonent-table__row--title:active {
  color: #f56e00;
}
.abonent-table__row .abonent-table__cell {
  padding-top: 16px;
  padding-bottom: 13px;
}
.abonent-table__row:nth-child(2n-1) {
  background-color: #fbfbfb;
}
.abonent-table__cell {
  vertical-align: middle;
  text-align: right;
  padding-right: 20px;
}
.abonent-table__cell--service {
  padding-left: 18px;
  min-width: 103px;
  text-align: left;
}
.abonent-table__cell--period {
  min-width: 160px;
  padding-right: 10px;
  text-align: left;
}
.abonent-table__cell--balance {
  min-width: 92px;
}
.abonent-table__cell--residents {
  min-width: 60px;
}
.abonent-table__cell--tariff {
  min-width: 60px;
  padding-right: 23px;
}
.abonent-table__cell--accrued-volume {
  min-width: 80px;
  padding-right: 0;
}
.abonent-table__cell--accrued-rubles {
  min-width: 68px;
  padding-right: 19px;
}
.abonent-table__cell--recalculation-volume {
  min-width: 60px;
  padding-right: 0;
}
.abonent-table__cell--recalculation-rubles {
  min-width: 48px;
  padding-right: 17px;
}
.abonent-table__cell--total-volume {
  min-width: 60px;
  padding-right: 5px;
}
.abonent-table__cell--total-rubles {
  min-width: 50px;
}
.abonent-table__cell--payment {
  min-width: 65px;
}
.abonent-table__cell--balance-final {
  min-width: 85px;
  padding-right: 25px;
}
.abonent-table__arrow {
  width: 31px;
  height: 31px;
  position: relative;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.abonent-table__arrow::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  top: 16px;
  left: 10px;
  background-color: #3b3b3b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.abonent-table__arrow::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  top: 16px;
  left: 15px;
  background-color: #3b3b3b;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.abonent-table__arrow:hover,
.abonent-table__arrow:focus,
.abonent-table__arrow:active {
  background-color: #fef0e5;
}
.abonent-table__arrow:hover::before,
.abonent-table__arrow:focus::before,
.abonent-table__arrow:active::before,
.abonent-table__arrow:hover::after,
.abonent-table__arrow:focus::after,
.abonent-table__arrow:active::after {
  background-color: #f56e00;
}
.abonent-table__spoiler-body {
  display: none;
}
.abonent-table__wrapper {
  margin-bottom: 70px;
}
._opened .abonent-table__arrow::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
._opened .abonent-table__arrow::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
._opened .abonent-table__row--title {
  border-bottom: 1px solid #e7e7e7;
}
._opened .abonent-table__spoiler-body {
  display: table-row-group;
}
.abonent__abbreviation {
  margin-right: 32px;
  line-height: 18px;
  font-family: 'Roboto', Arial, sans-serif;
  font-style: normal;
  color: #222222;
  letter-spacing: 0.01em;
  font-size: 14px;
  font-weight: 300;
}
.abonent__abbreviation-wrapper {
  margin-top: 43px;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.abonent__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.abonent__button {
  width: 220px;
}
.abonent__breadcrumbs {
  top: 0;
  margin-top: 33px;
}
.abonent-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}
.abonent-calendar__label {
  margin-bottom: 7px;
  margin-right: 35px;
}
.abonent-information {
  margin-bottom: 49px;
  padding: 33px 45px;
  padding-bottom: 50px;
  min-width: 1215px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #f5f5f5;
  font-family: 'Roboto', Arial, sans-serif;
  font-style: normal;
  color: #222222;
  font-weight: 300;
  letter-spacing: 0;
}
.abonent-information::before {
  content: "";
  position: absolute;
  width: 317px;
  height: 172px;
  top: 0;
  right: 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAACrCAMAAAD4k0ZOAAAAn1BMVEUAAADo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Og8HmbYAAAANHRSTlMA+wSh9wzz4hTmRTEsELDu07cY3Eo4COqAblcik8C7p1Ed2MRkKIZpP6zOyV2YinOOdnmbNABC/QAACIJJREFUeNq82umSokAQBOCkBVQ8UBAvHO9b12M23//ZNgyHmVXQhWrY76dhGGlQTVFNIzN1bJdp+qUONKnprkpWd1OFom3L/LJYQUdtzy+tGooVuvxmO5CbmvxWraBI6sC/uCGkaib/MlYo0IUP2pA68MEnitPhEwcyQz4ytijKzOWTloJEt8wn5QqKoRaMWULikzFNFGPNuKqF7Co2484ogsMkfWT3iwmMAPnzekxizvBAWXj2/EndYJJyA3lTYyYr4Yca7A2a4+HfTf/DoPmxVPjRZrIdcjYb8ZUaIrU579oN3HkL3u3rsTKLO3l5Jj4f+NoHvlwNRhYKN9acEXOJO9Xia4uBV3DiyBQ33jje4k4PV7+BmyUjgtzSxHFzBaDzuE6rCkDXflxpWwBWj/9ijDcVSHnxxMkG6F6SKn31nKavsGZMcu4GJIIeU3KDfWLNBPH6D0ymVK4ju5VLuSi0jqqgthfUEgCoU0tT+BQqFwIIqSdARhPqsQBUqGeEjHrUYgKAop4WsulSj48bk1psZNOgngNufOpBRmYeK/9ALWVktKeWX7hpUkI+7PeppR+NKDqWojlObpPDP692kdWSOoa42VDHVDZ8y21xM6SGAQS0KnKFm63WqhBRE4o1cLPSaeFCqk0hU7dFTRSkrINmWzAp01aQq7R0ujhQpsjCgo6Zr9XLDpRoNaAn7FHgN+7aFPA96KrZzG6Nu9+SRhhC39YUNAZ5g7LryEPHEHZxYMCszAAy+k98DiDs4xvkY2Ayqzog7OP2ETmotJldBXd1STO0oMupMjsDXyoU8ANoUWtKVBExKGB8KsiFB4rsEalS5MOD1NSmTFt7PnYdaWaDQiVE2hQyZKk9m1InREqUqjYgcKLYNZ8fEfApdkTkSrEFBCjnIHKkmIvsupSrIeJQzIZAmWIeInWKtf7ztodCxKPYGgIrg0I9fFOUsj1InPO4sD35HUjmbFBkjB8tiphLSIWjMgUm+DGmgH+ZQcdsONobkiUknMeNw2XqIQfW9rPtMr2OcJvbbV63XeRI1ZelOVOxLfzwDKYy/71c6Yf0PMRUpqeFyX+5ZHz1a36sOxU88yoK2dQmNumWAsSp4Lyr8o3eY4DQ5hvV3SBQiAlKLmlPasjg0+Dd/thFkvD4q8VkRgePjkxm7EfDGRJ0j/vvYRGpXfmjt54hmeX0x3Y8yhDPNgaf2e2+YyHRbN2TPFSvzMcYuy1eUbXNpPywngLEOQ9f8UubusIL253xWO8rpDPis9ayi9e84eVg8OawTE7THbS+bsKndzfh7nIvfvcyZ5x7CvGOFUyn2wpea9SDIFR4Y7Z2GTdHOjaTGM0tCrRtGlqjgMsXWhsLhbCWLd2ha8GX3EuI3IUXV3+87fOdpoNcOc1cXtzW+d48vyqxNnO+V4fs9hFnj1bIwepi8x/muZ4/aHcU9HTaub7WrzENf2BBzBrMmUYt9x0x+9cKIquRzVT8QvYex9mrRHXGTOuE9AKmVz43kEHj7DO9oLAtMXeD1JZuQQfzGs7VFxwpKeCsjn91GqnyTnxmt0MqO2bnT94krzifO59SZ+k+mzx5eI3yStmVws8n0v9Tzb0uJQ4EUQA+kwQT7sHNQgIm3BQECXjp93+2rRXRSsBxYvfG2e+fVRZ0FTldk7ltniY4CVzii00GYnxugFcdnwSEzCFNtUMZ100S0TXfks0/lNEjGW2zEQ1fT+6j6B5fuCchbeQkpGP4bsGXIyQZaogvNBTJCKFIxtL0hZlPgYTcGm8j50OfRPhD0yPufH1kJGIMAzMSkSES+hwjA5IQATfEp+4qTSLzj6ENQ2JboWQ4228Gm1XLOZucYAtf09Px2ClslEqOT/FuJsWyG+wseh28SoRT2FnQh+2kdLEHUyKUj0y74bpZfN4zqeNc1yNeCvVb238FjA0ZmuW+iBj2xVHzgsoeGmJZjDRrQ1U0CyU5KZ3rOUJZvCnmPRRK4fTrLxuzut0Jq++lRn34IJFFr4OSlL5FFT5orfk9+FlMUZYKpDBSZucT9lJFZ+wU6k/EjO7wrtEUumagx07hvFSKpl2Pf7LoVNOgtafIUqGimSl0vq5j4+Cko36s6Ed8mFb7/71M0bwUrshEwsiiUNG7yi/aalbIIrtol5PCSBkfJ2NkccovWnW+c2RxNPl+Fl1+0Y+aBq2xCPDm8V8WndElo/cUdkOqYjnUZzGtUHROF3n5BL42hU5K1Wy0G/Z83L14dFFuNnvcj4NPfsclI8F7XRZvAFyv+nRBy2T2x08any06qzZn9SfRZPH+bZOCb3BFyfnay3bs4MhpUtkNayZUzT7NYvP9S3dhKURzFJ2vcmUt3RvkqIujliI9fbvujnTPbSszuGoscN9KUNO2/srKnaZBV2rXO/1z256eKnIDfOb6abPdDuI5ipxRKYWaBl2xXS9LyXdQNIkH2+3maY7qXkop1DToiu26rUrXEciJLqXQyYhjeikvEeQ4/oUUusSzP8+i70DQ7vy9MCau9dkYdQdRefnhuCU2FZUekBzCDh79dZV8NGg275jo5Or41wHigrXbc9fdj6vV+U6XqXdfPzrAP9YjGS+oz5yEqAZqMyYpLdQmISk71OaWpMxQmzZJmaA+C5KxRI0iEqF+o07PIjWvUa+xT1y/ItRtGMUv7skvMrNwT/K45eBnDYxH/hZZkJkUFvHIjA97BGRIObBGm0zNYY1ZhW201kgqrJZa45FMPcMaGzKVwxoPZGoAa4zIVAhbDMnYFWxxR+a6sESLzLVhiVsyF8EScaWpUkusyFwCS6ztnOgQmwZRAWwRkqkM1vgvh6aYUkkzj7ozt3++PG2R4aAwobF/u1vJuS/eqDa16G3rb3mxR0fb504xpXF4GnccYJv584On0mSOc5PDkq7SQwAhfwBZ4KRg0OW3/AAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-size: 401px;
  background-position: 0px -209px;
}
.abonent-information__title {
  margin-bottom: 20px;
  line-height: 52px;
  font-size: 28px;
  font-weight: 500;
}
.abonent-information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.abonent-information__item {
  width: 490px;
}
.abonent-information__item--full-name {
  margin-right: 42px;
  margin-bottom: 20px;
}
.abonent-information__item--address {
  margin-bottom: 20px;
}
.abonent-information__item--management-form {
  margin-right: 42px;
}
.abonent-information__item--management-form .abonent-information__item-nomination {
  margin-bottom: 7px;
}
.abonent-information__item--management-company .abonent-information__item-nomination {
  margin-bottom: 7px;
}
.abonent-information__item-nomination {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
}
.abonent-information__item-value {
  font-size: 21px;
  line-height: 32px;
}
.abonent-notifications__list {
  margin-top: 40px;
  margin-bottom: 108px;
}
.abonent-notifications__item {
  background-color: #f3f7ed;
  padding-top: 25px;
  padding-bottom: 41px;
  margin-bottom: 17px;
}
.abonent-notifications__item-text {
  width: 86%;
  margin-bottom: 8px;
}
.abonent-notifications__item--new {
  position: relative;
}
.abonent-notifications__item--new::after {
  content: "Новое";
  position: absolute;
  width: 47px;
  top: 13px;
  right: -10px;
  padding: 4px 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-style: normal;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.01em;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  background-color: #f57f00;
}
.abonent-payment {
  width: 100%;
  margin-bottom: 118px;
  margin-top: 29px;
  font-family: 'Roboto', Arial, sans-serif;
  font-style: normal;
  color: #222222;
  font-weight: 300;
  letter-spacing: 0.01em;
  font-size: 13px;
  line-height: 19px;
  border: 1px solid #e7e7e7;
}
.abonent-payment__head {
  font-weight: 500;
  font-size: 12px;
  background-color: #f3f7ed;
  border: 1px solid #d7ddc0;
}
.abonent-payment__head .abonent-payment__cell {
  padding-top: 18px;
  padding-bottom: 22px;
}
.abonent-payment__body .abonent-payment__row:nth-child(2n) {
  background-color: #fbfbfb;
}
.abonent-payment__cell {
  padding-top: 15px;
  padding-bottom: 14px;
}
.abonent-payment__cell--period {
  padding-left: 18px;
  min-width: 100px;
  padding-right: 18px;
}
.abonent-payment__cell--document-number {
  min-width: 127px;
  padding-right: 20px;
}
.abonent-payment__cell--payment-date {
  min-width: 75px;
  padding-right: 20px;
}
.abonent-payment__cell--amount {
  min-width: 80px;
  padding-right: 56px;
  text-align: right;
}
.abonent-payment__cell--person {
  min-width: 165px;
  padding-right: 20px;
}
.abonent-payment__cell--comment {
  min-width: 280px;
  padding-right: 25px;
}
.abonent-payment__cell--operator {
  min-width: 85px;
  padding-right: 20px;
}
.abonent-payment__cell--issue-date {
  min-width: 90px;
  padding-right: 14px;
}
.agreement-new-spoiler {
  position: relative;
  margin-bottom: -1px;
  margin-top: -1px;
  border-top: 1px solid #9D9D9D;
  border-bottom: 1px solid #9D9D9D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.agreement-new-spoiler__head {
  position: relative;
  font: normal 300 15px/21px 'Roboto', sans-serif;
  font-size: 21px;
  line-height: 25px;
  color: #000;
  padding: 17px 12px 18px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.agreement-new-spoiler__icon {
  position: absolute;
  right: 12px;
  top: 15px;
  width: 27px;
  height: 27px;
  padding: 1px;
  display: inline-block;
  border-radius: 50%;
  background-color: #000;
  -webkit-box-shadow: 0 0 1px 0 gray inset, 0 0 1px 0 gray;
          box-shadow: 0 0 1px 0 gray inset, 0 0 1px 0 gray;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.agreement-new-spoiler__icon div {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px 0 white inset, 0 0 1px 0 white;
          box-shadow: 0 0 1px 0 white inset, 0 0 1px 0 white;
}
.agreement-new-spoiler__icon:after,
.agreement-new-spoiler__icon:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 7px;
  width: 14px;
  height: 1px;
  background-color: #000;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.02s ease;
  transition: all 0.02s ease;
}
.agreement-new-spoiler__icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.agreement-new-spoiler:hover {
  z-index: 1;
  border-color: #9bc208;
}
.agreement-new-spoiler:hover .agreement-new-spoiler__icon {
  background-color: #f56e00;
  -webkit-box-shadow: 0 0 1px 0 #f57f00 inset, 0 0 1px 0 #f57f00;
          box-shadow: 0 0 1px 0 #f57f00 inset, 0 0 1px 0 #f57f00;
}
.agreement-new-spoiler:hover .agreement-new-spoiler__icon:before,
.agreement-new-spoiler:hover .agreement-new-spoiler__icon:after {
  background-color: #f56e00;
}
.agreement-new-spoiler._opened .agreement-new-spoiler__head {
  padding-left: 0;
}
.agreement-new-spoiler._opened .agreement-new-spoiler__icon:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.agreement-new-spoiler__body {
  display: none;
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #fff;
  font: normal 300 15px/21px 'Roboto', sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}
.agreement-new-spoiler__body h3,
.agreement-new-spoiler__body p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}
.agreement-new-spoiler__body h3 {
  font-weight: 500;
}
.agreement-new-spoiler__body h3 span {
  font-weight: 300;
}
.agreement-new-spoiler__body a,
.agreement-new-spoiler__body a:hover,
.agreement-new-spoiler__body a:focus {
  color: #f56e00;
}
.agreement-new-spoiler__body ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  counter-reset: myCounter;
}
.agreement-new-spoiler__body ol li {
  position: relative;
  width: calc((100% - 90px)/3);
  margin-right: 45px;
  margin-bottom: 40px;
}
.agreement-new-spoiler__body ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) '.';
  display: block;
  margin-bottom: 15px;
  font: normal 400 15px/21px 'Roboto Condensed', sans-serif;
  font-size: 38px;
  line-height: 45px;
  font-weight: 700;
  color: #98c000;
}
.agreement-new-spoiler__body ol li:nth-child(3n) {
  margin-right: 0;
}
.agreement-new-spoiler__body ol.cyrillic-list li {
  padding-top: 0;
}
.agreement-new-spoiler__body ol.cyrillic-list li::before {
  content: none;
}
.agreement-new-spoiler__body ol.cyrillic-list li div {
  display: block;
  margin-bottom: 15px;
  font: normal 400 15px/21px 'Roboto Condensed', sans-serif;
  font-size: 38px;
  line-height: 45px;
  font-weight: 700;
  color: #707070;
}
.agreement-new-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.agreement-new-files__item {
  position: relative;
  width: calc((100% - 90px)/3);
  margin-right: 45px;
  margin-bottom: 40px;
  padding-top: 60px;
  background-position: left top;
  background-repeat: no-repeat;
}
.agreement-new-files__item:nth-child(3n) {
  margin-right: 0;
}
.agreement-new-files__item--doc {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='41' height='47' viewBox='0 0 41 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 41C9 43.7614 11.2386 46 14 46H35C37.7614 46 40 43.7614 40 41V14.0196L26.9734 1H14C11.2386 1 9 3.23857 9 6V41Z' fill='white' stroke='%232181F7' stroke-width='2'/%3E%3Cpath d='M26 0H26.8824L41 14.1176V15H32C28.6863 15 26 12.3137 26 9V0Z' fill='%232181F7'/%3E%3Crect y='23' width='35' height='18' rx='3' fill='%232181F7'/%3E%3Cpath d='M5.93102 36V27.4688H8.55602C9.30602 27.4688 9.97594 27.6387 10.5658 27.9785C11.1595 28.3145 11.6224 28.7949 11.9545 29.4199C12.2865 30.041 12.4525 30.748 12.4525 31.541V31.9336C12.4525 32.7266 12.2884 33.4316 11.9603 34.0488C11.6361 34.666 11.1771 35.1445 10.5834 35.4844C9.98961 35.8242 9.31969 35.9961 8.57359 36H5.93102ZM7.68883 28.8926V34.5879H8.53844C9.22594 34.5879 9.75133 34.3633 10.1146 33.9141C10.4779 33.4648 10.6634 32.8223 10.6713 31.9863V31.5352C10.6713 30.668 10.4916 30.0117 10.1322 29.5664C9.77281 29.1172 9.24742 28.8926 8.55602 28.8926H7.68883ZM20.9835 31.9277C20.9835 32.7676 20.8351 33.5039 20.5382 34.1367C20.2413 34.7695 19.8155 35.2578 19.2609 35.6016C18.7101 35.9453 18.0773 36.1172 17.3624 36.1172C16.6554 36.1172 16.0245 35.9473 15.4698 35.6074C14.9152 35.2676 14.4855 34.7832 14.1808 34.1543C13.8761 33.5215 13.7218 32.7949 13.7179 31.9746V31.5527C13.7179 30.7129 13.8683 29.9746 14.1691 29.3379C14.4738 28.6973 14.9015 28.207 15.4523 27.8672C16.007 27.5234 16.6398 27.3516 17.3507 27.3516C18.0616 27.3516 18.6925 27.5234 19.2433 27.8672C19.798 28.207 20.2257 28.6973 20.5265 29.3379C20.8312 29.9746 20.9835 30.7109 20.9835 31.5469V31.9277ZM19.2023 31.541C19.2023 30.6465 19.0421 29.9668 18.7218 29.502C18.4015 29.0371 17.9445 28.8047 17.3507 28.8047C16.7609 28.8047 16.3058 29.0352 15.9855 29.4961C15.6652 29.9531 15.503 30.625 15.4991 31.5117V31.9277C15.4991 32.7988 15.6593 33.4746 15.9796 33.9551C16.2999 34.4355 16.7609 34.6758 17.3624 34.6758C17.9523 34.6758 18.4054 34.4453 18.7218 33.9844C19.0382 33.5195 19.1984 32.8438 19.2023 31.957V31.541ZM29.1981 33.1582C29.1317 34.0762 28.7919 34.7988 28.1786 35.3262C27.5692 35.8535 26.7645 36.1172 25.7645 36.1172C24.6708 36.1172 23.8095 35.75 23.1805 35.0156C22.5555 34.2773 22.243 33.2656 22.243 31.9805V31.459C22.243 30.6387 22.3876 29.916 22.6766 29.291C22.9657 28.666 23.3778 28.1875 23.913 27.8555C24.452 27.5195 25.077 27.3516 25.788 27.3516C26.7723 27.3516 27.5653 27.6152 28.1669 28.1426C28.7684 28.6699 29.1161 29.4102 29.2098 30.3633H27.452C27.4091 29.8125 27.2548 29.4141 26.9891 29.168C26.7274 28.918 26.327 28.793 25.788 28.793C25.202 28.793 24.7626 29.0039 24.4696 29.4258C24.1805 29.8438 24.0321 30.4941 24.0243 31.377V32.0215C24.0243 32.9434 24.163 33.6172 24.4403 34.043C24.7216 34.4688 25.163 34.6816 25.7645 34.6816C26.3075 34.6816 26.7118 34.5586 26.9774 34.3125C27.247 34.0625 27.4012 33.6777 27.4403 33.1582H29.1981Z' fill='white'/%3E%3C/svg%3E");
}
.agreement-new-files__item--xls {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='47' viewBox='0 0 41 47' fill='none'%3E%3Cpath d='M9 41C9 43.7614 11.2386 46 14 46H35C37.7614 46 40 43.7614 40 41V14.0196L26.9734 1H14C11.2386 1 9 3.23857 9 6V41Z' fill='white' stroke='%2399BF25' stroke-width='2'/%3E%3Cpath d='M26 0H26.8824L41 14.1176V15H32C28.6863 15 26 12.3137 26 9V0Z' fill='%2399BF25'/%3E%3Crect y='23' width='35' height='18' rx='3' fill='%2399BF25'/%3E%3Cpath d='M10.1966 30.4102L11.7963 27.4688H13.8177L11.3334 31.6992L13.8822 36H11.8373L10.1966 33.0117L8.55602 36H6.51109L9.05992 31.6992L6.57555 27.4688H8.59703L10.1966 30.4102ZM16.7706 34.5879H20.503V36H15.0128V27.4688H16.7706V34.5879ZM26.1805 33.7617C26.1805 33.4297 26.0634 33.1758 25.829 33C25.5946 32.8203 25.1727 32.6328 24.5634 32.4375C23.954 32.2383 23.4716 32.043 23.1161 31.8516C22.1473 31.3281 21.663 30.623 21.663 29.7363C21.663 29.2754 21.7919 28.8652 22.0497 28.5059C22.3114 28.1426 22.6845 27.8594 23.1688 27.6562C23.6571 27.4531 24.204 27.3516 24.8095 27.3516C25.4188 27.3516 25.9618 27.4629 26.4384 27.6855C26.9149 27.9043 27.2841 28.2148 27.5458 28.6172C27.8114 29.0195 27.9442 29.4766 27.9442 29.9883H26.1864C26.1864 29.5977 26.0634 29.2949 25.8173 29.0801C25.5712 28.8613 25.2255 28.752 24.7802 28.752C24.3505 28.752 24.0165 28.8438 23.7782 29.0273C23.5399 29.207 23.4208 29.4453 23.4208 29.7422C23.4208 30.0195 23.5595 30.252 23.8368 30.4395C24.118 30.627 24.5302 30.8027 25.0731 30.9668C26.0731 31.2676 26.8016 31.6406 27.2587 32.0859C27.7157 32.5312 27.9442 33.0859 27.9442 33.75C27.9442 34.4883 27.6649 35.0684 27.1063 35.4902C26.5477 35.9082 25.7958 36.1172 24.8505 36.1172C24.1942 36.1172 23.5966 35.998 23.0575 35.7598C22.5184 35.5176 22.1063 35.1875 21.8212 34.7695C21.5399 34.3516 21.3993 33.8672 21.3993 33.3164H23.163C23.163 34.2578 23.7255 34.7285 24.8505 34.7285C25.2684 34.7285 25.5946 34.6445 25.829 34.4766C26.0634 34.3047 26.1805 34.0664 26.1805 33.7617Z' fill='white'/%3E%3C/svg%3E");
}
.agreement-new-files__item--jpg {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='41' height='47' viewBox='0 0 41 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 41C9 43.7614 11.2386 46 14 46H35C37.7614 46 40 43.7614 40 41V14.0196L26.9734 1H14C11.2386 1 9 3.23857 9 6V41Z' fill='white' stroke='%23946464' stroke-width='2'/%3E%3Cpath d='M26 0H26.8824L41 14.1176V15H32C28.6863 15 26 12.3137 26 9V0Z' fill='%23946464'/%3E%3Crect y='23' width='35' height='18' rx='3' fill='%23946464'/%3E%3Cpath d='M10.0267 27.4688H11.7845V33.375C11.7845 33.918 11.6634 34.3984 11.4213 34.8164C11.183 35.2305 10.8451 35.5508 10.4076 35.7773C9.97008 36.0039 9.47594 36.1172 8.92516 36.1172C8.02281 36.1172 7.31969 35.8887 6.81578 35.4316C6.31188 34.9707 6.05992 34.3203 6.05992 33.4805H7.82945C7.82945 33.8984 7.91734 34.207 8.09313 34.4062C8.26891 34.6055 8.54625 34.7051 8.92516 34.7051C9.26109 34.7051 9.52867 34.5898 9.72789 34.3594C9.92711 34.1289 10.0267 33.8008 10.0267 33.375V27.4688ZM15.2882 32.9941V36H13.5304V27.4688H16.8585C17.4991 27.4688 18.0616 27.5859 18.546 27.8203C19.0343 28.0547 19.4093 28.3887 19.671 28.8223C19.9327 29.252 20.0636 29.7422 20.0636 30.293C20.0636 31.1289 19.7765 31.7891 19.2023 32.2734C18.632 32.7539 17.8409 32.9941 16.8292 32.9941H15.2882ZM15.2882 31.5703H16.8585C17.3234 31.5703 17.6769 31.4609 17.9191 31.2422C18.1652 31.0234 18.2882 30.7109 18.2882 30.3047C18.2882 29.8867 18.1652 29.5488 17.9191 29.291C17.673 29.0332 17.3331 28.9004 16.8995 28.8926H15.2882V31.5703ZM28.2665 34.9219C27.9501 35.3008 27.5028 35.5957 26.9247 35.8066C26.3466 36.0137 25.7059 36.1172 25.0028 36.1172C24.2645 36.1172 23.6161 35.957 23.0575 35.6367C22.5028 35.3125 22.0731 34.8438 21.7684 34.2305C21.4677 33.6172 21.3134 32.8965 21.3055 32.0684V31.4883C21.3055 30.6367 21.4481 29.9004 21.7333 29.2793C22.0223 28.6543 22.4364 28.1777 22.9755 27.8496C23.5184 27.5176 24.1532 27.3516 24.8798 27.3516C25.8915 27.3516 26.6825 27.5938 27.2528 28.0781C27.8231 28.5586 28.161 29.2598 28.2665 30.1816H26.5555C26.4774 29.6934 26.3036 29.3359 26.0341 29.1094C25.7684 28.8828 25.4012 28.7695 24.9325 28.7695C24.3348 28.7695 23.8798 28.9941 23.5673 29.4434C23.2548 29.8926 23.0966 30.5605 23.0927 31.4473V31.9922C23.0927 32.8867 23.2626 33.5625 23.6024 34.0195C23.9423 34.4766 24.4403 34.7051 25.0966 34.7051C25.7567 34.7051 26.2274 34.5645 26.5087 34.2832V32.8125H24.9091V31.5176H28.2665V34.9219Z' fill='white'/%3E%3C/svg%3E%0A");
}
.agreement-new-files__item--pdf {
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='47' viewBox='0 0 41 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 41C9 43.7614 11.2386 46 14 46H35C37.7614 46 40 43.7614 40 41V14.0196L26.9734 1H14C11.2386 1 9 3.23857 9 6V41Z' fill='white' stroke='%23FC353C' stroke-width='2'/%3E%3Cpath d='M26 0H26.8824L41 14.1176V15H32C28.6863 15 26 12.3137 26 9V0Z' fill='%23FC353C'/%3E%3Crect y='23' width='35' height='18' rx='3' fill='%23FC353C'/%3E%3Cpath d='M8.59703 32.9941V36H6.83922V27.4688H10.1673C10.808 27.4688 11.3705 27.5859 11.8548 27.8203C12.3431 28.0547 12.7181 28.3887 12.9798 28.8223C13.2416 29.252 13.3724 29.7422 13.3724 30.293C13.3724 31.1289 13.0853 31.7891 12.5111 32.2734C11.9408 32.7539 11.1498 32.9941 10.138 32.9941H8.59703ZM8.59703 31.5703H10.1673C10.6322 31.5703 10.9857 31.4609 11.2279 31.2422C11.474 31.0234 11.597 30.7109 11.597 30.3047C11.597 29.8867 11.474 29.5488 11.2279 29.291C10.9818 29.0332 10.642 28.9004 10.2084 28.8926H8.59703V31.5703ZM14.8253 36V27.4688H17.4503C18.2003 27.4688 18.8702 27.6387 19.4601 27.9785C20.0538 28.3145 20.5167 28.7949 20.8488 29.4199C21.1808 30.041 21.3468 30.748 21.3468 31.541V31.9336C21.3468 32.7266 21.1827 33.4316 20.8546 34.0488C20.5304 34.666 20.0714 35.1445 19.4777 35.4844C18.8839 35.8242 18.214 35.9961 17.4679 36H14.8253ZM16.5831 28.8926V34.5879H17.4327C18.1202 34.5879 18.6456 34.3633 19.0089 33.9141C19.3722 33.4648 19.5577 32.8223 19.5655 31.9863V31.5352C19.5655 30.668 19.3859 30.0117 19.0265 29.5664C18.6671 29.1172 18.1417 28.8926 17.4503 28.8926H16.5831ZM28.0028 32.5137H24.6278V36H22.87V27.4688H28.4247V28.8926H24.6278V31.0957H28.0028V32.5137Z' fill='white'/%3E%3C/svg%3E");
}
.agreement-new-files__title {
  margin-top: 0 !important;
  margin-bottom: 20px;
  font: normal 300 15px/21px 'Roboto', sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}
.agreement-new-files__info {
  font: normal 300 15px/21px 'Roboto', sans-serif;
  color: #909090;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

.btn--sber{
  background-color: #21A038;
  font-family: 'Roboto', 'San Francisco';
  font-size: 17px;
  height: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--sber:hover{
  background-color: #116621
}
.sber-img{
  width: 47px;
  margin-left: 5px;
  object-fit: contain;
  height: 17px;
}

.btn--sber-bunner {
  height: 100%;
  width: 100%;
  padding: 0;
  line-height: 0px;
  width: fit-content;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
}

.sber-bunner-img {
  width: 100%;
}

.field--sber-bunner {
  display: flex;
  justify-content: center;
}

.popup--leaf {
    border-radius: 0.5rem;
    width: 525px;
}

.popup--leaf .popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
}

.popup--leaf .popup-content h3 {
    color: #98C000;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 24px;
}
.popup--leaf .popup-content img {
    height: 64px;
    width: 64px;
    margin-bottom: 16px;
}

.popup--leaf .popup-content span {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.popup--leaf .popup-content .popup-content__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 16px;
    margin-bottom: 12px;
}
.popup--leaf .btn {
    text-align: center;
    font-family: Roboto;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    padding: 0 5px 0;
    height: 44px;
}

#trcInvoiceForm .checkbox-label,
.login-form-second .checkbox-label,
#subscribeNewsForm .checkbox-label{
    font: normal 300 12px / 16px 'Roboto', sans-serif;
    padding: 0 0 0 20px;
}
.login-form-second .form-agree{
	margin-top:10px
}
#trcInvoiceForm .form-agree{
	margin: 0;
} 
.checkbox.form-agree .checkbox-input.j-agree{
	position: absolute;
    left: inherit;
    width: 15px;
    height: 15px;
    z-index: 5000000;
}

.cookie_alert
{
	background:rgba(16, 26, 43, 0.8);
	padding:15px 40px;
	font-size:15px;
	color:#ffffff;
	max-width:560px;
	position: fixed;
    bottom: 30px;
    left: 30px;
	z-index:999999999999999;
}
.cookie_alert a
{
	color:#ffffff;
	text-decoration:underline;
}
.cookie_alert button
{
	width:180px;
	margin-top:15px;
	font-size:16px;
}

@media (max-width: 991px) {
	.cookie_alert {
		padding: 15px 15px 30px 15px;
		font-size: 15px;
		bottom: 0;
		left: 0;
			font-size:14px;


	}
}