

/* Start:/static/build/custom-common-js.css?1750769950356859*/
@font-face {
    font-family: "LatoRegular";
    src: url(/static/build/./fonts/LatoRegular.eot);
    src: url(/static/build/./fonts/LatoRegular.eot?#iefix) format("embedded-opentype"),
    url(/static/build/./be5acba9675aaffbeec76acd99f96488.woff) format("woff"),
    url(/static/build/./fonts/Lato-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "LatoBold";
    src: url(/static/build/./fonts/LatoBold.eot);
    src: url(/static/build/./fonts/LatoBold.eot?#iefix) format("embedded-opentype"),
    url(/static/build/./a0ca2cecf74466e56d30ce73067707f4.woff) format("woff"),
    url(/static/build/./fonts/LatoBold.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "LatoItalic";
    src: url(/static/build/./fonts/LatoItalic.eot);
    src: url(/static/build/./fonts/LatoItalic.eot?#iefix) format("embedded-opentype"),
    url(/static/build/./312ac39db35534f0cf4b212b2417f4f0.woff) format("woff"),
    url(/static/build/./fonts/LatoItalic.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "LatoLight";
    src: url(/static/build/./fonts/LatoLight.eot);
    src: url(/static/build/./fonts/LatoLight.eot?#iefix) format("embedded-opentype"),
    url(/static/build/./88ed952df90974932cf540e13c9fb8d8.woff) format("woff"),
    url(/static/build/./fonts/LatoLight.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "LatoBoldItalic";
    src: url(/static/build/./fonts/LatoBoldItalic.eot);
    src: url(/static/build/./fonts/LatoBoldItalic.eot?#iefix) format("embedded-opentype"),
    url(/static/build/./c7066a4aa4c2515bb742dd0d51d7b42e.woff) format("woff"),
    url(/static/build/./fonts/LatoBoldItalic.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "LatoLightItalic";
    src: url(/static/build/./fonts/LatoLightItalic.eot);
    src: url(/static/build/./fonts/LatoLightItalic.eot?#iefix) format("embedded-opentype"),
    url(/static/build/./e20cab7ee40e8a6470bc857e12970777.woff) format("woff"),
    url(/static/build/./fonts/LatoLightItalic.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'LatoSemibold';
    src: url(/static/build/./fonts/Lato-Semibold.eot); /* IE9 Compat Modes */
    src: url(/static/build/./fonts/Lato-Semibold.eot?#iefix) format('embedded-opentype'),  url(/static/build/./8b4f872c5de19974857328d06d3fe48f.woff2) format('woff2'),  url(/static/build/./c2b50f4a7d908c8d06f5b05ec135e166.woff) format('woff'),  url(/static/build/./fonts/Lato-Semibold.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoMedium';
    src: url(/static/build/./fonts/Lato-Medium.eot); /* IE9 Compat Modes */
    src: url(/static/build/./fonts/Lato-Medium.eot?#iefix) format('embedded-opentype'),  url(/static/build/./0996d39c4cf5d223a14559dfa37047fd.woff2) format('woff2'),  url(/static/build/./acbd6ecc97c80340e9bf00ea80063234.woff) format('woff'),  url(/static/build/./fonts/Lato-Medium.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'OfficinaSansMediumC';
    src: url(/static/build/./fonts/OfficinaSansMediumC.eot);
    src: url(/static/build/./188b4d1c7a71a269945f622d44f2772d.woff) format('woff'), url(/static/build/./fonts/OfficinaSansMediumC.ttf) format('truetype'), url(/static/build/./images/OfficinaSansMediumC.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    /*color: #468847;*/
    background-color: transparent;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: transparent;
    border-bottom: 1px solid #f33245;
}

.parsley-errors-list {
    margin: 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #f33245;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.select-place .parsley-errors-list {
    font-family: 'LatoRegular', sans-serif;
    margin-top: 10px;
    margin-left: 5px;
    position: absolute;
    top: 35px;
}/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url(/static/build/./fonts/glyphicons-halflings-regular.eot);
  src: url(/static/build/./fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/static/build/./448c34a56d699c29117adc64c43affeb.woff2) format('woff2'), url(/static/build/./fa2772327f55d8198301fdb8bcfc8158.woff) format('woff'), url(/static/build/./fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/static/build/./images/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270F";
}
.glyphicon-glass:before {
  content: "\E001";
}
.glyphicon-music:before {
  content: "\E002";
}
.glyphicon-search:before {
  content: "\E003";
}
.glyphicon-heart:before {
  content: "\E005";
}
.glyphicon-star:before {
  content: "\E006";
}
.glyphicon-star-empty:before {
  content: "\E007";
}
.glyphicon-user:before {
  content: "\E008";
}
.glyphicon-film:before {
  content: "\E009";
}
.glyphicon-th-large:before {
  content: "\E010";
}
.glyphicon-th:before {
  content: "\E011";
}
.glyphicon-th-list:before {
  content: "\E012";
}
.glyphicon-ok:before {
  content: "\E013";
}
.glyphicon-remove:before {
  content: "\E014";
}
.glyphicon-zoom-in:before {
  content: "\E015";
}
.glyphicon-zoom-out:before {
  content: "\E016";
}
.glyphicon-off:before {
  content: "\E017";
}
.glyphicon-signal:before {
  content: "\E018";
}
.glyphicon-cog:before {
  content: "\E019";
}
.glyphicon-trash:before {
  content: "\E020";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-file:before {
  content: "\E022";
}
.glyphicon-time:before {
  content: "\E023";
}
.glyphicon-road:before {
  content: "\E024";
}
.glyphicon-download-alt:before {
  content: "\E025";
}
.glyphicon-download:before {
  content: "\E026";
}
.glyphicon-upload:before {
  content: "\E027";
}
.glyphicon-inbox:before {
  content: "\E028";
}
.glyphicon-play-circle:before {
  content: "\E029";
}
.glyphicon-repeat:before {
  content: "\E030";
}
.glyphicon-refresh:before {
  content: "\E031";
}
.glyphicon-list-alt:before {
  content: "\E032";
}
.glyphicon-lock:before {
  content: "\E033";
}
.glyphicon-flag:before {
  content: "\E034";
}
.glyphicon-headphones:before {
  content: "\E035";
}
.glyphicon-volume-off:before {
  content: "\E036";
}
.glyphicon-volume-down:before {
  content: "\E037";
}
.glyphicon-volume-up:before {
  content: "\E038";
}
.glyphicon-qrcode:before {
  content: "\E039";
}
.glyphicon-barcode:before {
  content: "\E040";
}
.glyphicon-tag:before {
  content: "\E041";
}
.glyphicon-tags:before {
  content: "\E042";
}
.glyphicon-book:before {
  content: "\E043";
}
.glyphicon-bookmark:before {
  content: "\E044";
}
.glyphicon-print:before {
  content: "\E045";
}
.glyphicon-camera:before {
  content: "\E046";
}
.glyphicon-font:before {
  content: "\E047";
}
.glyphicon-bold:before {
  content: "\E048";
}
.glyphicon-italic:before {
  content: "\E049";
}
.glyphicon-text-height:before {
  content: "\E050";
}
.glyphicon-text-width:before {
  content: "\E051";
}
.glyphicon-align-left:before {
  content: "\E052";
}
.glyphicon-align-center:before {
  content: "\E053";
}
.glyphicon-align-right:before {
  content: "\E054";
}
.glyphicon-align-justify:before {
  content: "\E055";
}
.glyphicon-list:before {
  content: "\E056";
}
.glyphicon-indent-left:before {
  content: "\E057";
}
.glyphicon-indent-right:before {
  content: "\E058";
}
.glyphicon-facetime-video:before {
  content: "\E059";
}
.glyphicon-picture:before {
  content: "\E060";
}
.glyphicon-map-marker:before {
  content: "\E062";
}
.glyphicon-adjust:before {
  content: "\E063";
}
.glyphicon-tint:before {
  content: "\E064";
}
.glyphicon-edit:before {
  content: "\E065";
}
.glyphicon-share:before {
  content: "\E066";
}
.glyphicon-check:before {
  content: "\E067";
}
.glyphicon-move:before {
  content: "\E068";
}
.glyphicon-step-backward:before {
  content: "\E069";
}
.glyphicon-fast-backward:before {
  content: "\E070";
}
.glyphicon-backward:before {
  content: "\E071";
}
.glyphicon-play:before {
  content: "\E072";
}
.glyphicon-pause:before {
  content: "\E073";
}
.glyphicon-stop:before {
  content: "\E074";
}
.glyphicon-forward:before {
  content: "\E075";
}
.glyphicon-fast-forward:before {
  content: "\E076";
}
.glyphicon-step-forward:before {
  content: "\E077";
}
.glyphicon-eject:before {
  content: "\E078";
}
.glyphicon-chevron-left:before {
  content: "\E079";
}
.glyphicon-chevron-right:before {
  content: "\E080";
}
.glyphicon-plus-sign:before {
  content: "\E081";
}
.glyphicon-minus-sign:before {
  content: "\E082";
}
.glyphicon-remove-sign:before {
  content: "\E083";
}
.glyphicon-ok-sign:before {
  content: "\E084";
}
.glyphicon-question-sign:before {
  content: "\E085";
}
.glyphicon-info-sign:before {
  content: "\E086";
}
.glyphicon-screenshot:before {
  content: "\E087";
}
.glyphicon-remove-circle:before {
  content: "\E088";
}
.glyphicon-ok-circle:before {
  content: "\E089";
}
.glyphicon-ban-circle:before {
  content: "\E090";
}
.glyphicon-arrow-left:before {
  content: "\E091";
}
.glyphicon-arrow-right:before {
  content: "\E092";
}
.glyphicon-arrow-up:before {
  content: "\E093";
}
.glyphicon-arrow-down:before {
  content: "\E094";
}
.glyphicon-share-alt:before {
  content: "\E095";
}
.glyphicon-resize-full:before {
  content: "\E096";
}
.glyphicon-resize-small:before {
  content: "\E097";
}
.glyphicon-exclamation-sign:before {
  content: "\E101";
}
.glyphicon-gift:before {
  content: "\E102";
}
.glyphicon-leaf:before {
  content: "\E103";
}
.glyphicon-fire:before {
  content: "\E104";
}
.glyphicon-eye-open:before {
  content: "\E105";
}
.glyphicon-eye-close:before {
  content: "\E106";
}
.glyphicon-warning-sign:before {
  content: "\E107";
}
.glyphicon-plane:before {
  content: "\E108";
}
.glyphicon-calendar:before {
  content: "\E109";
}
.glyphicon-random:before {
  content: "\E110";
}
.glyphicon-comment:before {
  content: "\E111";
}
.glyphicon-magnet:before {
  content: "\E112";
}
.glyphicon-chevron-up:before {
  content: "\E113";
}
.glyphicon-chevron-down:before {
  content: "\E114";
}
.glyphicon-retweet:before {
  content: "\E115";
}
.glyphicon-shopping-cart:before {
  content: "\E116";
}
.glyphicon-folder-close:before {
  content: "\E117";
}
.glyphicon-folder-open:before {
  content: "\E118";
}
.glyphicon-resize-vertical:before {
  content: "\E119";
}
.glyphicon-resize-horizontal:before {
  content: "\E120";
}
.glyphicon-hdd:before {
  content: "\E121";
}
.glyphicon-bullhorn:before {
  content: "\E122";
}
.glyphicon-bell:before {
  content: "\E123";
}
.glyphicon-certificate:before {
  content: "\E124";
}
.glyphicon-thumbs-up:before {
  content: "\E125";
}
.glyphicon-thumbs-down:before {
  content: "\E126";
}
.glyphicon-hand-right:before {
  content: "\E127";
}
.glyphicon-hand-left:before {
  content: "\E128";
}
.glyphicon-hand-up:before {
  content: "\E129";
}
.glyphicon-hand-down:before {
  content: "\E130";
}
.glyphicon-circle-arrow-right:before {
  content: "\E131";
}
.glyphicon-circle-arrow-left:before {
  content: "\E132";
}
.glyphicon-circle-arrow-up:before {
  content: "\E133";
}
.glyphicon-circle-arrow-down:before {
  content: "\E134";
}
.glyphicon-globe:before {
  content: "\E135";
}
.glyphicon-wrench:before {
  content: "\E136";
}
.glyphicon-tasks:before {
  content: "\E137";
}
.glyphicon-filter:before {
  content: "\E138";
}
.glyphicon-briefcase:before {
  content: "\E139";
}
.glyphicon-fullscreen:before {
  content: "\E140";
}
.glyphicon-dashboard:before {
  content: "\E141";
}
.glyphicon-paperclip:before {
  content: "\E142";
}
.glyphicon-heart-empty:before {
  content: "\E143";
}
.glyphicon-link:before {
  content: "\E144";
}
.glyphicon-phone:before {
  content: "\E145";
}
.glyphicon-pushpin:before {
  content: "\E146";
}
.glyphicon-usd:before {
  content: "\E148";
}
.glyphicon-gbp:before {
  content: "\E149";
}
.glyphicon-sort:before {
  content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}
.glyphicon-sort-by-order:before {
  content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}
.glyphicon-sort-by-attributes:before {
  content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}
.glyphicon-unchecked:before {
  content: "\E157";
}
.glyphicon-expand:before {
  content: "\E158";
}
.glyphicon-collapse-down:before {
  content: "\E159";
}
.glyphicon-collapse-up:before {
  content: "\E160";
}
.glyphicon-log-in:before {
  content: "\E161";
}
.glyphicon-flash:before {
  content: "\E162";
}
.glyphicon-log-out:before {
  content: "\E163";
}
.glyphicon-new-window:before {
  content: "\E164";
}
.glyphicon-record:before {
  content: "\E165";
}
.glyphicon-save:before {
  content: "\E166";
}
.glyphicon-open:before {
  content: "\E167";
}
.glyphicon-saved:before {
  content: "\E168";
}
.glyphicon-import:before {
  content: "\E169";
}
.glyphicon-export:before {
  content: "\E170";
}
.glyphicon-send:before {
  content: "\E171";
}
.glyphicon-floppy-disk:before {
  content: "\E172";
}
.glyphicon-floppy-saved:before {
  content: "\E173";
}
.glyphicon-floppy-remove:before {
  content: "\E174";
}
.glyphicon-floppy-save:before {
  content: "\E175";
}
.glyphicon-floppy-open:before {
  content: "\E176";
}
.glyphicon-credit-card:before {
  content: "\E177";
}
.glyphicon-transfer:before {
  content: "\E178";
}
.glyphicon-cutlery:before {
  content: "\E179";
}
.glyphicon-header:before {
  content: "\E180";
}
.glyphicon-compressed:before {
  content: "\E181";
}
.glyphicon-earphone:before {
  content: "\E182";
}
.glyphicon-phone-alt:before {
  content: "\E183";
}
.glyphicon-tower:before {
  content: "\E184";
}
.glyphicon-stats:before {
  content: "\E185";
}
.glyphicon-sd-video:before {
  content: "\E186";
}
.glyphicon-hd-video:before {
  content: "\E187";
}
.glyphicon-subtitles:before {
  content: "\E188";
}
.glyphicon-sound-stereo:before {
  content: "\E189";
}
.glyphicon-sound-dolby:before {
  content: "\E190";
}
.glyphicon-sound-5-1:before {
  content: "\E191";
}
.glyphicon-sound-6-1:before {
  content: "\E192";
}
.glyphicon-sound-7-1:before {
  content: "\E193";
}
.glyphicon-copyright-mark:before {
  content: "\E194";
}
.glyphicon-registration-mark:before {
  content: "\E195";
}
.glyphicon-cloud-download:before {
  content: "\E197";
}
.glyphicon-cloud-upload:before {
  content: "\E198";
}
.glyphicon-tree-conifer:before {
  content: "\E199";
}
.glyphicon-tree-deciduous:before {
  content: "\E200";
}
.glyphicon-cd:before {
  content: "\E201";
}
.glyphicon-save-file:before {
  content: "\E202";
}
.glyphicon-open-file:before {
  content: "\E203";
}
.glyphicon-level-up:before {
  content: "\E204";
}
.glyphicon-copy:before {
  content: "\E205";
}
.glyphicon-paste:before {
  content: "\E206";
}
.glyphicon-alert:before {
  content: "\E209";
}
.glyphicon-equalizer:before {
  content: "\E210";
}
.glyphicon-king:before {
  content: "\E211";
}
.glyphicon-queen:before {
  content: "\E212";
}
.glyphicon-pawn:before {
  content: "\E213";
}
.glyphicon-bishop:before {
  content: "\E214";
}
.glyphicon-knight:before {
  content: "\E215";
}
.glyphicon-baby-formula:before {
  content: "\E216";
}
.glyphicon-tent:before {
  content: "\26FA";
}
.glyphicon-blackboard:before {
  content: "\E218";
}
.glyphicon-bed:before {
  content: "\E219";
}
.glyphicon-apple:before {
  content: "\F8FF";
}
.glyphicon-erase:before {
  content: "\E221";
}
.glyphicon-hourglass:before {
  content: "\231B";
}
.glyphicon-lamp:before {
  content: "\E223";
}
.glyphicon-duplicate:before {
  content: "\E224";
}
.glyphicon-piggy-bank:before {
  content: "\E225";
}
.glyphicon-scissors:before {
  content: "\E226";
}
.glyphicon-bitcoin:before {
  content: "\E227";
}
.glyphicon-btc:before {
  content: "\E227";
}
.glyphicon-xbt:before {
  content: "\E227";
}
.glyphicon-yen:before {
  content: "\A5";
}
.glyphicon-jpy:before {
  content: "\A5";
}
.glyphicon-ruble:before {
  content: "\20BD";
}
.glyphicon-rub:before {
  content: "\20BD";
}
.glyphicon-scale:before {
  content: "\E230";
}
.glyphicon-ice-lolly:before {
  content: "\E231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}
.glyphicon-education:before {
  content: "\E233";
}
.glyphicon-option-horizontal:before {
  content: "\E234";
}
.glyphicon-option-vertical:before {
  content: "\E235";
}
.glyphicon-menu-hamburger:before {
  content: "\E236";
}
.glyphicon-modal-window:before {
  content: "\E237";
}
.glyphicon-oil:before {
  content: "\E238";
}
.glyphicon-grain:before {
  content: "\E239";
}
.glyphicon-sunglasses:before {
  content: "\E240";
}
.glyphicon-text-size:before {
  content: "\E241";
}
.glyphicon-text-color:before {
  content: "\E242";
}
.glyphicon-text-background:before {
  content: "\E243";
}
.glyphicon-object-align-top:before {
  content: "\E244";
}
.glyphicon-object-align-bottom:before {
  content: "\E245";
}
.glyphicon-object-align-horizontal:before {
  content: "\E246";
}
.glyphicon-object-align-left:before {
  content: "\E247";
}
.glyphicon-object-align-vertical:before {
  content: "\E248";
}
.glyphicon-object-align-right:before {
  content: "\E249";
}
.glyphicon-triangle-right:before {
  content: "\E250";
}
.glyphicon-triangle-left:before {
  content: "\E251";
}
.glyphicon-triangle-bottom:before {
  content: "\E252";
}
.glyphicon-triangle-top:before {
  content: "\E253";
}
.glyphicon-console:before {
  content: "\E254";
}
.glyphicon-superscript:before {
  content: "\E255";
}
.glyphicon-subscript:before {
  content: "\E256";
}
.glyphicon-menu-left:before {
  content: "\E257";
}
.glyphicon-menu-right:before {
  content: "\E258";
}
.glyphicon-menu-down:before {
  content: "\E259";
}
.glyphicon-menu-up:before {
  content: "\E260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  /*-webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);*/
}
.modal.in .modal-dialog {
  /*-webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);*/
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203A';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*modal slider*/
.terminal-modal-slider-list.slick-slider .slick-prev {
  left: 0;
  top: 50%;
  height: 40px;
  background-image: url(/static/build/./images/slider_arrow_prev.png);
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 100;
}
.terminal-modal-slider-list.slick-slider .slick-prev:before {
  content: none;
}
.terminal-modal-slider-list.slick-slider .slick-next {
  right: 0;
  top: 50%;
  height: 40px;
  background-image: url(/static/build/./images/slider_arrow_next.png);
  background-repeat: no-repeat;
  display: inline-block;
  curesor: pointer;
  position: absolute;
  z-index: 100;
}
.terminal-modal-slider-list.slick-slider .slick-next:before {
  content: none;
}
.terminal-modal-slider-list.slick-slider .slick-slide {
  display: inline-block;
  height: 250px;
}
.terminal-modal-slider-list.slick-slider .slick-slide img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100px;
  max-width: 100%;
}
.terminal-modal-slider-list.slick-slider .slick-center img {
  max-height: 250px;
  width: auto;
  height: auto;
  transition: all 0.2s ease;
}
.terminal-modal-detail .terminal-modal-detail-price {
  padding: 26px 32px 26px 32px;
  background: #f9f9fb;
  font-family: 'LatoRegular', sans-serif;
  font-size: 14px;
}
.terminal-modal-detail .terminal-modal-detail-price .pay-result {
  font-size: 43px;
}
.terminal-modal-detail .terminal-modal-detail-price .btn-wrapper {
  margin-top: 6px;
}
.terminal-modal-detail .terminal-modal-detail-price dl {
  font-family: 'LatoSemibold', sans-serif;
}
.terminal-modal-detail .terminal-modal-detail-price dl dt {
  margin-bottom: 10px;
  color: #858585;
}
.terminal-modal-detail .terminal-modal-detail-price dl dd {
  padding-left: 18px;
}
.terminal-modal-detail .terminal-modal-detail-price dl .b-info {
  position: absolute;
  right: -20px;
  top: 2px;
}
.terminal-modal-detail .terminal-modal-detail-price dl span.chars-text {
  position: relative;
  display: inline-block;
}
.terminal-modal-detail .terminal-modal-detail-info {
  padding-top: 26px;
  font-size: 14px;
  line-height: 1.5;
}
.terminal-modal-detail .terminal-modal-detail-info .title {
  margin-bottom: 0px;
}
.terminal-modal-detail .terminal-modal-detail-info > div {
  color: #797979;
  padding: 15px 26px 20px;
}
.terminal-modal-detail .terminal-modal-detail-info .technic-chars {
  line-height: 1.7;
}
.terminal-modal-detail .terminal-modal-detail-info .technic-chars .desc-info {
  color: #333333;
  margin-left: 4px;
}
.modal-footer {
  text-align: center;
  padding: 20px 10%;
  position: relative;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .anketa-help {
  margin-top: 0px;
  color: #797979;
}
.modal-open {
  overflow-y: scroll;
  padding-right: 0 !important;
}
/**/
.modal .modal-dialog.modal-small {
  max-width: 500px;
}
@media (min-width: 992px) {
  .terminal-modal-detail-price-wrapper {
    width: 47%;
  }
  .terminal-modal-detail-info-wrapper {
    width: 53%;
  }
}
@media (max-width: 767px) {
  .modal-footer {
    padding: 20px 15px;
  }
  .terminal-modal-slider-list.slick-slider .slick-slide {
    height: 150px;
  }
  .terminal-modal-slider-list.slick-slider .slick-center img {
    max-height: 150px;
  }
}
@media (max-height: 500px) {
  .b-line ~ .modal-footer {
    max-height: 200px;
  }
}
.header {
  background: #fff;
  padding: 16px 0;
  border-bottom: 1px solid #E3E2EE;
  position: relative;
  z-index: 999;
}
.header__wrapper {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
.header-logo,
.header-phone {
  max-width: 287px;
  width: 100%;
}
.header-logo {
  font-size: 0;
}
.header-logo__link {
  display: inline-block;
}
.header-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header-phone__link {
  font-size: 16px;
  line-height: 20px;
  color: #333;
}
.header-phone__link:hover,
.header-phone__link:focus {
  color: #333;
  text-decoration: none;
}
.header-phone__text {
  font-size: 12px;
  line-height: 20px;
  color: #9C9AB1;
}
.header-btn {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}
.header-btn__basket,
.header-btn__burger {
  font-size: 0;
}
.header-btn__basket {
  margin-right: 30px;
  position: relative;
}
.header-btn__burger {
  border: none;
  background: transparent;
  padding: 0;
}
.header-btn__burger .header-btn__icon:last-child {
  display: none;
}
.header-btn__icon .color-fill,
.header-btn__icon .color-stroke {
  transition: .3s;
}
.header-btn__icon .color-fill {
  fill: #333333;
}
.header-btn__icon .color-stroke {
  stroke: #333333;
}
.header-btn__icon:hover .color-fill {
  fill: #9C9AB1;
}
.header-btn__icon:hover .color-stroke {
  stroke: #9C9AB1;
}
.header-basket-items {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #83B143;
  position: absolute;
  top: 8px;
  left: 6px;
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  pointer-events: none;
}
.header-basket-items:empty {
  display: none;
}
.header-menu {
  position: absolute;
  top: calc(100% + 1px);
  width: 100%;
  background: #fff;
  padding: 30px 0;
  display: none;
}
.header-menu__wrapper {
  display: flex;
  column-gap: 15px;
}
.header-menu__item {
  max-width: 287px;
  width: 100%;
}
.header-menu__title,
.header-menu-list {
  line-height: 16px;
}
.header-menu__title {
  font-size: 14px;
  color: #9C9AB1;
  margin: 0;
  text-transform: uppercase;
}
.header-menu-list {
  list-style: none;
  padding: 30px 0 0;
  margin: 0;
}
.header-menu-list__item:not(:last-child) {
  margin-bottom: 30px;
}
.header-menu-list__link {
  color: #000000;
  font-size: 14px;
}
.header-menu-list__link:hover,
.header-menu-list__link:focus {
  text-decoration: none;
}
.header-menu-list__link:focus {
  color: #000000;
}
.header-menu-list__link:hover {
  color: #9C9AB1;
}
.header.active .header-btn__icon:first-child {
  display: none;
}
.header.active .header-btn__icon:last-child {
  display: block;
}
@media (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
  .header__wrapper {
    flex-wrap: wrap;
  }
  .header-logo {
    width: auto;
  }
  .header-phone {
    padding: 20px 0;
    max-width: 100%;
    order: 2;
    position: relative;
    display: none;
  }
  .header-phone:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #F5F5F8;
    z-index: -1;
    border-top: 1px solid #E3E2EE;
  }
  .header-menu {
    height: calc(100vh - 100% - 1px);
    top: auto;
    overflow-x: hidden;
  }
  @supports (height: 100dvh) {
    .header-menu {
      height: calc(100dvh - 100% - 1px);
    }
  }
  .header-menu .container {
    box-sizing: content-box;
    overflow-y: scroll;
    height: 100%;
  }
  .header-menu__wrapper {
    flex-wrap: wrap;
  }
  .header-menu__item {
    max-width: 100%;
  }
  .header-menu__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .header-menu__title {
    font-size: 12px;
  }
  .header-menu__title:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 11px;
    background: url(/static/build/./images/arrow-accordion.svg) no-repeat center / cover;
    margin-right: 9px;
  }
  .header-menu__title.active:before {
    transform: rotate(90deg);
  }
  .header-menu-list {
    display: none;
    padding: 30px 15px 0;
  }
  .header-menu-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .header.active {
    border-bottom: none;
    padding-bottom: 0;
  }
  .header.active .header-phone {
    margin-top: 10px;
    display: flex;
  }
}
@media (pointer: coarse) {
  .header-btn__icon:hover .color-fill {
    fill: #333333;
  }
  .header-btn__icon:hover .color-stroke {
    stroke: #333333;
  }
}
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
.h_auto {
  height: auto !important;
}
th {
  text-align: inherit;
}
/*colors*/
.color-white {
  color: #f3eae6;
}
.color-grey {
  color: #868686;
}
.color-lgrey {
  color: #777777;
}
.color-lightgrey {
  color: #9a9a99;
}
.color-darkgrey {
  color: #454644;
}
.color-green {
  color: #83b143;
}
.bg-athens-gray {
  background: #f4f4f6;
}
.bg-white {
  background: white;
}
.bg-catskill-white {
  background: #e2e9f3;
}
.bg-catskill-white .b-order-consultation .wrapper-text .services-menu label {
  background: transparent;
  border: 2px solid white;
}
.bg-circle {
  background: #fff url(/static/build/./images/circle_fon.png) no-repeat 0% 10%;
}
.bb_grey {
  border-bottom: 1px solid #e3e5e5;
}
.bl_grey {
  border-left: 1px solid #e3e5e5;
}
@media (min-width: 769px) {
  .bl_grey-sm {
    border-left: 1px solid #e3e5e5;
  }
}
@media (min-width: 992px) {
  .bb_grey-md {
    border-bottom: 1px solid #e3e5e5;
  }
}
.card_shadow {
  box-shadow: 0px 25px 40px 0px rgba(51, 62, 62, 0.14);
  border-radius: 14px;
}
/*fonts*/
.font_50 {
  font-size: 50px;
}
.font_40 {
  font-size: 40px;
}
.font_38 {
  font-size: 38px;
}
.font_34 {
  font-size: 34px;
}
.font_30 {
  font-size: 30px;
}
.font_28 {
  font-size: 28px;
}
.font_24 {
  font-size: 24px;
}
.font_22 {
  font-size: 22px;
}
.font_20 {
  font-size: 20px;
}
.font_18 {
  font-size: 18px;
}
.font_15 {
  font-size: 15px;
}
.font_14 {
  font-size: 14px;
}
.font_12 {
  font-size: 12px;
}
@media (max-width: 768px) {
  .font_38,
  .font_34 {
    font-size: 27px;
  }
}
.font_semibold {
  font-family: 'LatoSemibold', sans-serif;
}
.bold {
  font-family: 'LatoBold', sans-serif;
}
.boldItalic {
  font-family: 'LatoBoldItalic', sans-serif;
}
.italic {
  font-family: 'LatoItalic', sans-serif;
}
.OfficinaSansMediumC {
  font-family: 'OfficinaSansMediumC', sans-serif;
}
.input-place input[type="radio"] + label:not(:last-child) {
  margin-bottom: 8px;
}
.input-place input[type="checkbox"] + label:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .line-through {
    position: relative;
    z-index: 0;
  }
  .line-through:after {
    content: "";
    position: absolute;
    width: 78%;
    height: 1px;
    background: #ddd;
    right: 0;
    top: 50%;
    z-index: -1;
  }
}
/* blocks */
.block_p_20 {
  padding: 20px;
}
.block_ml_0 {
  margin-left: 0;
}
.block_ml_20 {
  margin-left: 20px;
}
.block_ml_155 {
  margin-left: 155px;
}
.block_mr_20 {
  margin-right: 20px;
}
.block_mb_90 {
  margin-bottom: 90px;
}
.block_mb_100 {
  margin-bottom: 100px;
}
.block_mb_80 {
  margin-bottom: 80px;
}
.block_mb_70 {
  margin-bottom: 70px;
}
.block_mb_60 {
  margin-bottom: 60px;
}
.block_mb_65 {
  margin-bottom: 65px;
}
.block_mb_50 {
  margin-bottom: 50px;
}
.block_mb_45 {
  margin-bottom: 45px;
}
.block_mb_40 {
  margin-bottom: 40px;
}
.block_mb_30 {
  margin-bottom: 30px;
}
.block_mb_25 {
  margin-bottom: 25px;
}
.block_mb_20 {
  margin-bottom: 20px;
}
.block_mb_-20 {
  margin-bottom: -20px;
}
.block_mb_15 {
  margin-bottom: 15px;
}
.block_mb_10 {
  margin-bottom: 10px;
}
.block_mb_0 {
  margin-bottom: 0px;
}
.block_mt_80 {
  margin-top: 80px;
}
.block_mt_60 {
  margin-top: 60px;
}
.block_mt_40 {
  margin-top: 40px;
}
.block_mt_20 {
  margin-top: 20px;
}
.block_mt_-20 {
  margin-top: -2.4vw;
}
.block_mt_10 {
  margin-top: 10px;
}
.block_mt_m30 {
  margin-top: -30px;
}
.block_pt_20 {
  padding-top: 20px;
}
.block_pt_30 {
  padding-top: 30px;
}
.block_pt_45 {
  padding-top: 45px;
}
.block_pt_50 {
  padding-top: 50px;
}
.block_pt_60 {
  padding-top: 60px;
}
.block_pt_70 {
  padding-top: 70px;
}
.block_pt_85 {
  padding-top: 85px;
}
.block_pt_100 {
  padding-top: 100px;
}
.block_pb_40 {
  padding-bottom: 40px;
}
.block_pb_45 {
  padding-bottom: 45px;
}
.block_pb_50 {
  padding-bottom: 50px;
}
.block_pb_60 {
  padding-bottom: 60px;
}
.block_pb_65 {
  padding-bottom: 65px;
}
.block_pb_85 {
  padding-bottom: 85px;
}
.block_pl_20 {
  padding-left: 20px;
}
.block_pl_30 {
  padding-left: 30px;
}
.block_pl_40 {
  padding-left: 40px;
}
.block_pt_120 {
  padding-top: 120px;
}
.block_pl_50 {
  padding-left: 50px;
}
.block_pl_70 {
  padding-left: 70px;
}
.block_pl_100 {
  padding-left: 100px;
}
.block_pr_50 {
  padding-right: 50px;
}
.block_pr_70 {
  padding-right: 70px;
}
.block_pr_100 {
  padding-right: 100px;
}
@media (max-width: 768px) {
  .block_mb_100,
  .block_mb_70,
  .block_mb_60 {
    margin-bottom: 50px;
  }
  .block_pt_100,
  .block_pt_70 {
    padding-top: 50px;
  }
  .block_sm_pt_55 {
    padding-top: 55px;
  }
  .block_sm_pt_60 {
    padding-top: 60px;
  }
  .block_sm_pb_60 {
    padding-bottom: 60px;
  }
  .block_sm_pb_65 {
    padding-bottom: 65px;
  }
  .block_sm_mb_30 {
    margin-bottom: 30px;
  }
  .block_sm_mb_40 {
    margin-bottom: 40px;
  }
  .block_sm_mb_50 {
    margin-bottom: 50px;
  }
  .block_sm_ml_0 {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .block_xs_ml_0 {
    margin-left: 0;
  }
  .block_xs_mb_10 {
    margin-bottom: 10px;
  }
  .block_xs_mb_30 {
    margin-bottom: 30px;
  }
  .block_xs_mb_35 {
    margin-bottom: 35px;
  }
  .block_xs_mb_85 {
    margin-bottom: 85px;
  }
  .block_xs_pt_0 {
    padding-top: 0;
  }
  .block_xs_pb_0 {
    padding-bottom: 0;
  }
}
.mg-left-5 {
  margin-left: 5px;
}
.mg-left-10 {
  margin-left: 10px;
}
.mg-left-15 {
  margin-left: 15px;
}
.mg-left-20 {
  margin-left: 20px;
}
.mg-left-25 {
  margin-left: 25px;
}
.mg-left-40 {
  margin-left: 40px;
}
/* max-width */
.mw-240 {
  max-width: 239px;
}
.mw-286 {
  max-width: 285px;
}
.mw-300 {
  max-width: 299px;
}
.mh-100 {
  min-height: 100px;
}
.img-responsive.inline {
  display: inline-block;
}
.inline {
  display: inline-block;
}
.block {
  display: block;
}
@media (max-width: 768px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-center {
    text-align: center;
  }
}
.c-table {
  display: table;
  width: 100%;
}
.c-tr {
  display: table-row;
}
.c-td {
  display: table-cell;
  vertical-align: middle;
}
.va-top {
  vertical-align: top;
}
.va-middle {
  vertical-align: middle;
}
.va-bottom {
  vertical-align: bottom;
}
.align-right {
  text-align: right;
}
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.wrapper-text {
  padding: 40px 45px 15px 56px;
}
@media (max-width: 768px) {
  .wrapper-text {
    padding: 10px;
  }
  .block_mb_100,
  .block_mb_70 {
    margin-bottom: 40px;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: gray;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%);
}
input,
textarea,
button,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input[type="checkbox"]:focus {
  outline: 0;
}
body {
  background-color: #f7f9f9;
  font: 16px/1.2 'LatoRegular', sans-serif;
  min-width: 320px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  transition: all 0.2s ease-out;
}
h1,
h2,
h3 {
  position: relative;
  font-family: 'LatoRegular', sans-serif;
  margin-top: 0;
}
h4,
h5,
h6 {
  position: relative;
  margin-top: 0;
}
h1 {
  font-size: 34px;
  margin-bottom: 24px;
}
h1.with-arrow {
  padding-left: 50px;
}
h1.with-arrow a.arrow-backward {
  position: absolute;
  left: -5px;
  top: 0;
  background: url(/static/build/./images/arrow.png) no-repeat center / 10px 18px;
  width: 40px;
  height: 100%;
}
.with-arrow {
  position: relative;
  padding-left: 35px;
}
.with-arrow a.arrow-backward {
  position: absolute;
  left: -5px;
  top: 0;
  background: url(/static/build/./images/arrow.png) no-repeat center;
  width: 40px;
  height: 100%;
}
h2 {
  font-size: 27px;
  margin-bottom: 18px;
}
h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
h4 {
  font-size: 21px;
  margin-bottom: 16px;
}
h5 {
  font-size: 17px;
  margin-bottom: 12px;
}
h6 {
  font-size: 14px;
  margin-bottom: 8px;
}
.parsley-errors-list {
  margin-top: 7px;
}
a:hover,
a:active,
a:focus {
  color: #83b143;
  text-decoration: underline;
}
.a-under {
  text-decoration: underline;
  color: #333;
}
.a-under_white {
  text-decoration: underline;
  color: #fff;
}
ol.list li {
  margin-bottom: 20px;
  padding-left: 20px;
}
ul.list {
  list-style-type: none;
  position: relative;
}
ul.list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}
ul.list li:before {
  content: '\2014\A0';
  float: left;
  color: #95082b;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
dl {
  width: 100%;
  padding: 0;
  margin: 0;
}
dt {
  clear: left;
  float: left;
  width: 50%;
  padding: 0;
}
dd {
  float: left;
  width: 50%;
  padding: 0;
}
input[type=checkbox] {
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}
label {
  margin: 0px;
  font-family: 'LatoSemibold', sans-serif;
}
.auto {
  margin-left: auto;
  margin-right: auto;
}
.pos_rel {
  position: relative;
}
.pos_absolute {
  position: absolute;
}
.right_0 {
  right: 0;
}
.top_30 {
  top: 30px;
}
.bottom_0 {
  bottom: 0;
}
.overflow_hidden {
  overflow: hidden;
}
.b-line {
  border-bottom: 1px solid #dbe1e1 !important;
}
.w-content {
  padding: 52px 0px 33px;
}
.container > .inner-padding {
  padding: 0px 21px 0px;
}
.modal {
  z-index: 9999;
}
.modal .modal-body {
  padding: 24px;
  max-height: 500px;
  overflow-y: auto;
}
.modal .modal-body::-webkit-scrollbar-track {
  border-radius: 7px;
  background-color: #F5F5F5;
}
.modal .modal-body::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.modal .modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
  background-color: #e4eaeb;
}
.modal .modal-dialog {
  max-width: 830px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal .modal-header {
  border-bottom: none;
  text-align: center;
  line-height: 1.2;
  padding: 32px 15px 15px 15px;
}
.modal .modal-header .modal-title {
  font-weight: normal;
  font-family: 'LatoRegular', sans-serif;
}
.modal .modal-header .modal-title span {
  font-size: 10px;
  padding-left: 2px;
  color: #b8b8b8;
  font-family: 'LatoRegular', sans-serif;
}
.modal .modal-header button.close {
  position: absolute;
  display: inline-block;
  background-image: url(/static/build/./images/x-copy.png);
  height: 15px;
  width: 15px;
  opacity: 1;
  z-index: 100;
  right: 19px;
  top: 23px;
}
.modal.modal-top .modal-dialog {
  -ms-transform: translateY(-48%);
  -webkit-transform: translateY(-48%);
  -o-transform: translateY(-48%);
  transform: translateY(-48%);
}
.modal-open .modal {
  padding: 0 !important;
}
@media (max-height: 500px) {
  .modal .modal-body {
    max-height: 400px;
  }
}
@media (max-height: 650px) {
  .modal .modal-body {
    max-height: 580px;
  }
}
@media (min-width: 992px) {
  .md-pl-10 {
    padding-left: 10px;
  }
  .md-pl-20 {
    padding-left: 20px;
  }
  .md-pl-30 {
    padding-left: 30px;
  }
  .md-pl-40 {
    padding-left: 40px;
  }
  .md-pl-50 {
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 499px) {
  h1 {
    margin-bottom: 16px;
    font-size: 28px;
  }
  h1.with-arrow {
    padding-left: 20px;
  }
  h1.with-arrow a.arrow-backward {
    top: 0;
    left: 0;
    width: 20px;
  }
  h2 {
    font-size: 22px;
    margin-bottom: 14px;
  }
  h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  h4 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .container > .inner-padding {
    padding: 0px 0px 0px;
  }
}
@media (max-height: 900px) {
  .modal .modal-body {
    max-height: 400px;
  }
}
@media (max-width: 767px), (max-device-width: 1024px) and (orientation: landscape) {
  .modal .modal-dialog,
  .modal.modal-top .modal-dialog {
    top: 0;
    -ms-transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
  }
  .modal.modal-top .modal-body {
    max-height: 400px;
  }
}
@media (max-width: 500px) {
  .modal.modal-top .modal-dialog {
    top: 0;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
a,
a:focus {
  outline: none !important;
}
.bg-black-haze {
  background-color: #F0F2F2;
}
.flex {
  display: flex;
}
.flex-bl {
  display: flex;
  flex-flow: row wrap;
}
.flex-st {
  display: flex;
  flex-direction: row;
}
.flex_align-items_center {
  align-items: center;
}
.flex_align-items_stretch {
  align-items: stretch;
}
.flex_align-items_end {
  align-items: flex-end;
}
.flex_align-self_center {
  align-self: center;
}
.flex_justify-content_center {
  justify-content: center;
}
.flex_justify-content_around {
  justify-content: space-around;
}
.flex_justify-content_between {
  justify-content: space-between;
}
.flex_justify-content_end {
  justify-content: flex-end;
}
.flex_column {
  flex-direction: column;
}
.header-container {
  border-radius: 0 0 5px 5px;
  box-shadow: 0 2px 1px #eceeee;
  position: relative;
  min-height: 208px;
  background: url(/static/build/./images/handshake_desktop.jpg) no-repeat right / cover;
  color: #333;
}
.header-container .title {
  display: inline-block;
  position: relative;
  font-size: 34px;
  font-family: 'LatoRegular', sans-serif;
  margin-bottom: 7px;
}
.header-container .inner-content {
  padding: 51px 70px;
  position: relative;
}
.header-container .inner-content .text-content {
  width: 70%;
}
.header-container .header-terminal {
  position: absolute;
  right: 6.7%;
}
.b-advantages .inner-content {
  padding: 40px 38px 15px;
}
.b-advantages .title {
  font-size: 34px;
  font-family: 'LatoRegular', sans-serif;
  color: #50514f;
  margin-left: 13px;
}
.b-advantages .item {
  margin-top: 13px;
  color: #454644;
  display: table;
}
.b-advantages .item .icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
.b-advantages .item .icon .circle-big {
  height: 120px;
  width: 120px;
  border-radius: 70px;
  position: relative;
  display: inline-block;
  background-color: #f3f6f8;
}
.b-advantages .item .icon .circle-big .circle-small {
  height: 88px;
  width: 88px;
  border-radius: 50px;
  position: absolute;
  display: inline-block;
  background-color: #ecf0f6;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.b-advantages .item .icon .circle-big .circle-small img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
}
.b-advantages .item .icon .circle-big .circle-small img.terminal-image {
  margin-left: -11px;
}
.b-advantages .item .advantage-text {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-family: 'LatoMedium', sans-serif;
  line-height: 2.4rem;
}
.b-bank-services {
  margin-top: 19px;
}
.b-bank-services .item {
  position: relative;
  margin-bottom: 28px;
  background-size: cover;
  overflow: hidden;
}
.b-bank-services .item .link-more-block {
  display: none;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.b-bank-services .item .inner-content {
  padding-left: 69px;
  padding-right: 69px;
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative;
}
.b-bank-services .item .text-content {
  width: 70%;
  min-height: 136px;
}
.b-bank-services .item .img-fluid {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 80%;
}
.b-bank-services .item .img-fluid_lg {
  height: 100%;
  right: -60px;
}
.b-bank-services .item .title {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 14px;
}
.b-bank-services .item .title .arrow {
  display: none;
  position: absolute;
  top: 7px;
}
.b-bank-services .item .description {
  margin-bottom: 20px;
}
.b-bank-services .item .link-more-wrapper {
  display: inline-block;
  margin-left: 30px;
}
.b-bank-services .item a {
  text-decoration: underline;
}
.b-bank-services .item a:hover {
  text-decoration: none;
}
.b-bank-services .item .link-more {
  font-size: 15px;
  margin-top: 6px;
  display: inline-block;
}
.b-bank-services .item.black-background .title {
  color: white;
}
.b-bank-services .item.black-background .description {
  color: white;
}
.b-bank-services .item-wrapper.double-item .title {
  font-size: 34px;
}
.b-bank-services .item-wrapper.double-item .inner-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.b-bank-services .item-wrapper.double-item .text-content {
  min-height: 151px;
}
.b-bank-services .item-wrapper.double-item .img-fluid {
  height: 130%;
}
.b-cooperation-company {
  padding-bottom: 40px;
}
.b-cooperation-company .title.current,
.b-cooperation-company .title,
.b-cooperation-company ul[role=tablist],
.b-cooperation-company li[role=tab] {
  display: block;
}
.b-cooperation-company .cooperation-company-wrapper {
  z-index: 999999999;
  width: 100%;
  height: auto;
}
.b-cooperation-company .cooperation-company-wrapper .wrapper-text {
  padding: 50px 17px 35px 17px;
  background-color: transparent;
}
.b-cooperation-company .cooperation-company-wrapper .wrapper-text .cooperation-company-name {
  text-align: center;
  font-size: 32px;
  color: #454644;
  font-weight: 500;
}
.b-cooperation-company .cooperation-company-wrapper .wrapper-text .cooperation-company-name span {
  color: #83b143;
}
.b-cooperation-company .slick-slide {
  display: inline-block;
  vertical-align: middle;
  float: none;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .375s;
  transition-property: filter opacity;
  transform: translate3d(0, 0, 0);
  opacity: .5;
  object-fit: contain;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: grayscale(1);
  filter: gray;
  padding: 0 10px;
}
.b-cooperation-company .slick-slide:hover {
  opacity: 1;
  filter: grayscale(0);
}
.b-cooperation-company .slick-initialized .slick-slide {
  display: inline-block;
}
.b-reviews-company {
  background-color: #f7f9f9;
  padding: 50px 25px 25px 25px;
  background-color: transparent;
}
.b-reviews-company .reviews-company-name {
  text-align: center;
  font-size: 32px;
  font-family: 'LatoRegular', sans-serif;
  color: #454644;
  display: inherit;
}
.b-reviews-company .reviews-company-menu {
  margin-left: 0;
  padding-left: 0;
  border-bottom: 1px solid #dfe0e1;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.b-reviews-company .reviews-company-menu li {
  display: inline-block;
  text-decoration: none;
  margin-left: 0;
  padding-left: 0;
  margin-right: 20px;
  position: relative;
  padding-bottom: 12px;
  padding-top: 12px;
}
.b-reviews-company .reviews-company-menu li a {
  color: #646464;
  font: 15px 'LatoMedium', sans-serif;
}
.b-reviews-company .reviews-company-menu li a:hover {
  color: #83b143;
  cursor: pointer;
  text-decoration: none;
}
.b-reviews-company .reviews-company-menu li.active:after {
  background-color: #83b143;
  font-weight: bold;
  bottom: -1px;
  position: absolute;
  content: '';
  left: 0;
  height: 5px;
  right: 0;
  margin: auto;
}
.b-reviews-company .reviews-company-menu li.active a {
  color: #83b143;
  cursor: pointer;
  text-decoration: none;
}
.b-reviews-company .reviews-company-tab-list {
  position: relative;
}
.b-reviews-company .reviews-company-tab-list .reviews-company-tab {
  z-index: 999999999;
}
.b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-item {
  margin-top: 20px;
}
.b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-item .slick-center {
  height: 220px;
  width: 208px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-image: url(/static/build/./images/rev_wrapper_active.png);
}
.b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-item .slick-center .reviews-company-brand-name {
  display: none;
}
.b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-item .reviews-company-brand {
  display: inline-block;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-item .reviews-company-brand .reviews-company-brand-name {
  color: #9e9f9e;
  margin-top: 15px;
  font: 18px 'LatoRegular', sans-serif;
  padding: 0 4px;
  text-align: center;
  max-width: 200px;
}
.b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-item .reviews-company-img {
  text-align: center;
  width: 100%;
}
.b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-item .reviews-company-img img {
  max-height: 130px;
  max-width: 130px;
  width: 130px;
  border-radius: 50%;
}
.b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-opinion {
  margin-top: 13px;
}
.b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-opinion .reviews-company-header {
  color: #454644;
  text-align: center;
  padding-left: 31px;
  font: 24px 'LatoRegular', sans-serif;
  padding-left: 0;
}
.b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-opinion .wrapper-text {
  padding: 9px 48px 50px 48px;
}
.b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-opinion .wrapper-text .reviews-company-text {
  color: #696a68;
  white-space: normal;
  font: 16px/2.5rem 'LatoRegular', sans-serif;
}
.b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-opinion .wrapper-text .reviews-company-footer-text {
  color: #696a68;
  white-space: normal;
  font: 16px/2.3rem 'LatoRegular', sans-serif;
  margin-top: -5px;
}
.b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-opinion .wrapper-text .reviews-company-footer-name {
  color: #5d5e5c;
  margin-top: 25px;
  font: 16px 'LatoBold', sans-serif;
}
.b-reviews-company .slick-prev {
  top: 37%;
}
.b-reviews-company .slick-next {
  top: 37%;
}
.b-reviews-company .opacity-none {
  opacity: 0;
  position: absolute;
  top: -99999px;
  z-index: 9999;
  width: 100%;
  left: -9999px;
}
@media (min-width: 1200px) {
  .b-bank-services .item-wrapper:nth-child(2n) {
    padding-left: 10px;
    padding-right: 0px;
  }
  .b-bank-services .item-wrapper:nth-child(2n+1) {
    padding-left: 0px;
    padding-right: 10px;
  }
  .b-bank-services .item-wrapper.double-item {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 1250px) {
  .cooperation-company-items .slick-prev {
    left: 0;
  }
  .cooperation-company-items .slick-next {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .b-reviews-company {
    padding: 40px 10px 25px 10px;
  }
  .b-reviews-company .reviews-company-menu {
    text-align: center;
  }
  .b-reviews-company .li-active:not(:last-child):after {
    bottom: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .b-reviews-company .reviews-company-menu li p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .b-advantages {
    display: none;
  }
  .b-bank-services .item .inner-content {
    padding-left: 36px;
    padding-right: 36px;
  }
  .b-bank-services .item .img-fluid {
    height: 100%;
  }
  .b-bank-services .item .img-fluid_lg {
    height: 100%;
  }
  .header-container .inner-content {
    padding-left: 36px;
    padding-right: 36px;
  }
  .b-advantages .inner-content {
    padding: 40px 17px 15px;
  }
}
@media (max-width: 768px) {
  .flex_sm {
    display: flex;
  }
}
@media (max-width: 767px) {
  .header-info {
    background: url(/static/build/./images/header_bg.png) no-repeat center / cover;
  }
  .header-container {
    background: url(/static/build/./images/handshake.png) no-repeat right / auto 120%;
  }
  .header-container .inner-content .text-content {
    width: 100%;
  }
  .header-container .header-terminal {
    display: none;
  }
  .b-bank-services .item-wrapper {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .b-bank-services .item-wrapper .description {
    display: none;
  }
  .b-bank-services .item-wrapper.double-item .text-content {
    width: 100%;
  }
  .b-bank-services .item-wrapper.double-item .link-more-wrapper {
    display: none;
  }
  .b-bank-services .item-wrapper.double-item .img-fluid {
    height: 90%;
  }
  .b-bank-services .item-wrapper .link-more-block {
    display: block;
  }
  .b-bank-services .b-advantages .inner-content {
    padding: 30px 15px 25px;
  }
  .hidden_xs {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .flex_xs_wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .flex_sm_wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 499px) {
  .b-bank-services .item-wrapper .item .inner-content {
    padding: 20px;
    min-height: 260px;
  }
  .b-bank-services .item-wrapper .item .img-fluid {
    height: 80%;
  }
  .b-bank-services .item-wrapper .item .img-fluid_min {
    height: 70%;
  }
  .b-bank-services .item-wrapper .item .img-fluid_lg {
    height: 100%;
  }
  .b-bank-services .item-wrapper .item .img-fluid_min {
    height: 60%;
  }
  .b-bank-services .item-wrapper .item .text-content {
    width: 100%;
    min-height: 60px;
  }
  .b-bank-services .item-wrapper .item .text-content .description {
    display: none;
  }
  .b-bank-services .item-wrapper .item .btn-wrapper {
    text-align: left;
  }
  .b-bank-services .item-wrapper .item .link-more-wrapper {
    display: block;
    margin-top: 10px;
    margin-left: 0px;
  }
  .b-bank-services .item-wrapper.double-item .title {
    font-size: 28px;
  }
  .b-bank-services .item-wrapper.double-item .inner-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .b-bank-services .item-wrapper.double-item .link-more-wrapper {
    display: none;
  }
  .header-container {
    background-size: auto 100%;
    background-position: 76%;
    color: #333;
    min-height: 380px;
  }
  .header-container .inner-content {
    padding: 25px 20px;
  }
  .header-container .title {
    font-size: 28px;
  }
  .b-advantages {
    border-radius: 0;
  }
  .b-advantages .inner-content {
    padding: 25px 0px 15px 0px;
  }
  .b-advantages .title {
    margin-left: 10px;
    font-size: 28px;
  }
  .b-advantages .item {
    padding-left: 0px;
    margin-top: 13px;
    color: #454644;
  }
  .b-advantages .item .icon .circle-big {
    height: 90px;
    width: 90px;
  }
  .b-advantages .item .icon .circle-big .circle-small {
    height: 70px;
    width: 70px;
  }
  .b-advantages .item .icon .circle-big .circle-small img {
    height: 60px;
    width: 60px;
  }
  .b-advantages .item .icon .circle-big .circle-small img.terminal-image {
    margin-left: 6px;
  }
  .b-advantages .item .advantage-text {
    font-size: 18px;
  }
  .b-cooperation-company {
    padding-bottom: 20px;
    margin-top: 15px;
  }
  .b-cooperation-company .cooperation-company-wrapper .wrapper-text {
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 2%;
    background-color: transparent;
  }
  .b-cooperation-company .cooperation-company-wrapper .wrapper-text .cooperation-company-name {
    font-size: 26px;
  }
  .b-cooperation-company .slick-initialized .slick-slide {
    text-align: inherit;
  }
  .b-reviews-company {
    padding-top: 29px;
    padding-bottom: 35px;
    background-color: transparent;
  }
  .b-reviews-company .reviews-company-name {
    font-size: 26px;
  }
  .b-reviews-company .reviews-company-menu {
    text-align: center;
  }
  .b-reviews-company .reviews-company-menu li {
    margin-right: 0px;
    display: inline-block;
    width: 100%;
  }
  .b-reviews-company .reviews-company-menu li:hover:after {
    height: 2px;
  }
  .b-reviews-company .reviews-company-menu li a {
    font-size: 15px;
  }
  .b-reviews-company .reviews-company-menu li.active:after {
    bottom: 9px;
    height: 2px;
  }
  .b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-item {
    margin-top: 20px;
  }
  .b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-item .slick-center {
    height: 208px;
    width: 208px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-image: none;
  }
  .b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-item .reviews-company-brand .reviews-company-brand-name {
    font-size: 14px;
  }
  .b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-opinion .reviews-company-header {
    font-size: 20px;
  }
  .b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-opinion .wrapper-text {
    padding: 0;
  }
  .b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-opinion .wrapper-text .reviews-company-text {
    font-size: 15px;
    line-height: 2.5rem;
  }
  .b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-opinion .wrapper-text .reviews-company-footer-text {
    font-size: 14px;
    line-height: 2.3rem;
  }
  .b-reviews-company .reviews-company-tab-list .reviews-company-tab .reviews-company-opinion .wrapper-text .reviews-company-footer-name {
    font-size: 15px;
  }
  .b-reviews-company .slick-list {
    padding: 0 !important;
  }
}
.p-0 {
  padding: 0;
}
.link_hover_black {
  display: inline-block;
}
.link_hover_black:hover {
  text-decoration: none;
  color: #333333;
}
.anketa-select-city ~ .select2-container--open.select2-container,
.anketa-select-city-common ~ .select2-container--open.select2-container {
  z-index: auto;
}
.anketa-select-city .select2-container--open .select2-dropdown--below {
  margin-top: -25px;
}
.anketa-select-city-common .select2-container--open .select2-dropdown--below {
  margin-top: -35px;
}
.top-banner .container {
  position: relative;
}
.top-banner .banner-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.top-banner .banner-bg .banner-bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: unset;
  object-fit: unset;
}
.top-banner .banner-bg .banner-bg-video_mh-100 {
  min-height: 100% !important;
  min-width: 100% !important;
  height: auto !important;
  width: auto !important;
}
.top-banner .banner-bg .banner-bg-video-ie {
  height: 100%;
  position: absolute;
}
.top-banner .banner-bg_product-acquiring {
  background: url(/static/build/./images/product-acquiring-banner.jpg) no-repeat center / cover;
}
.top-banner .inner-content {
  padding: 120px 70px;
  position: relative;
  z-index: 1;
}
.top-banner .description {
  line-height: 22px;
}
@media (max-width: 991px) {
  .top-banner .inner-content {
    padding: 80px 36px;
  }
}
@media (max-width: 768px) {
  .top-banner .banner-bg .banner-bg-video-ie {
    width: 200%;
    bottom: 0;
    right: 0;
  }
  .top-banner .banner-bg_product-acquiring {
    background-position-x: 57%;
  }
  .top-banner .inner-content_product-acquiring {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 499px) {
  .top-banner .inner-content {
    padding: 30px 20px;
  }
  .top-banner .banner-bg .banner-bg-video-ie {
    width: 300%;
  }
}
/*iphone video fix*/
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  position: relative;
  min-height: 100%;
}
footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.footer {
  background-color: #43444E;
}
.footer-grid {
  padding: 30px 0;
  display: grid;
  grid-template-rows: auto 1fr;
  /* NEW */
  grid-template-columns: auto 220px;
  grid-column-gap: 20px;
  grid-template-areas: "top services" "bottom services";
}
@media (max-width: 767px) {
  .footer-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "top" "services" "bottom";
  }
}
.footer__header {
  grid-area: top;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .footer__header {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer__header {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.footer__text-block {
  font: 14px/1 'LatoMedium', sans-serif;
  color: #ACACAC;
  grid-area: bottom;
  display: flex;
  flex-direction: column;
}
.footer__text-copy {
  font-family: 'LatoMedium', sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 25px;
}
.footer__text-doc {
  color: #83b143;
  font-family: 'LatoMedium', sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  display: block;
}
.footer__text-doc:hover {
  color: #83b143;
}
.footer__services {
  grid-area: services;
}
@media (max-width: 767px) {
  .footer__services {
    margin-bottom: 30px;
  }
}
.footer__logo {
  width: 185px;
  margin-right: 120px;
}
@media (max-width: 767px) {
  .footer__logo {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .footer__logo {
    margin-bottom: 30px;
    margin-right: 20px;
  }
}
.footer__contact {
  display: flex;
  flex-direction: column;
}
.footer__contact-link {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.footer__contact-link:hover {
  color: #fff;
}
.footer__contact-subtitle {
  font-family: 'LatoMedium', sans-serif;
  color: #CFCFCF;
  font-size: 12px;
  line-height: 20px;
}
.footer__title-text {
  font-family: 'LatoRegular', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__list-link {
  font-family: 'LatoRegular', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #CFCFCF;
}
.footer #cookie-block-link {
  cursor: pointer;
}
.basket-list.b-bottom {
  border-bottom: 4px solid #eef1f6;
}
.basket-list.no-br {
  border-bottom: none;
}
.basket-list .basket-items-name {
  padding-top: 27px;
}
.basket-list .basket-items-name span img {
  font-size: 30px;
  vertical-align: baseline;
}
.basket-list .basket-items-name .page-name-text {
  padding-left: 43px;
  font-size: 34px;
  font-family: 'LatoRegular', sans-serif;
  margin-top: 35px;
  color: #454644;
}
.basket-list .basket-item {
  padding: 25px 6px 20px 32px;
  margin-bottom: 4px;
}
.basket-list .basket-item:nth-child(2n) {
  background-color: #eef1f6;
}
.basket-list .basket-item:nth-child(2n) .basket-item-img .img-wrapper {
  background-color: #fafafa;
}
.basket-list .basket-item .basket-item-img {
  position: absolute;
}
.basket-list .basket-item .basket-item-img .img-wrapper {
  padding-left: 35px;
  height: 90px;
  width: 90px;
  border-radius: 45px;
  position: relative;
  display: inline-block;
  background-color: #eef1f6;
}
.basket-list .basket-item .basket-item-img .img-wrapper img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.basket-list .basket-item .basket-item-info {
  display: inline-block;
  padding: 17px 30px 17px 117px;
}
.basket-list .basket-item .basket-item-info .basket-item-name {
  font-size: 24px;
  font-family: 'LatoRegular', sans-serif;
  color: #50514f;
  display: block;
  transition: all 0.2s ease-out;
}
.basket-list .basket-item .basket-item-info .basket-item-text {
  color: #83b143;
  font-size: 16px;
  display: inline;
  font-family: 'LatoMedium', sans-serif;
  transition: all 0.2s ease-out;
}
.basket-list .basket-item .basket-item-info .basket-item-text:hover {
  text-decoration: underline;
  color: #83b143;
}
.basket-list .basket-item .btn-wrapper {
  padding: 21px 10px;
  text-align: right;
}
.basket-items-result {
  font-size: 22px;
  font-family: 'LatoRegular', sans-serif;
  margin-top: 40px;
  color: #50514f;
  text-align: center;
}
.basket-items-result span {
  color: #83b143;
  margin-left: 1rem;
  font-family: 'LatoBold', sans-serif;
}
.basket-items-btn-form {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.basket-items-result {
  font-size: 22px;
  font-family: 'LatoRegular', sans-serif;
  margin-top: 35px;
  color: #50514f;
  text-align: center;
}
.basket-items-result span {
  color: #83b143;
  margin-left: 1rem;
  font-family: 'LatoBold', sans-serif;
}
@media (max-width: 992px) {
  .basket-list .basket-item {
    padding: 25px 20px 20px;
    margin-bottom: 4px;
  }
  .basket-list .basket-item .img-wrapper {
    display: none;
  }
  .basket-list .basket-item .basket-item-info {
    top: 10px;
    display: block;
  }
  .basket-list .basket-item .btn-wrapper {
    text-align: right;
  }
  .basket-list .basket-item .btn-wrapper .bank-services-btn {
    width: 180px;
  }
  .basket-list .basket-item .btn-wrapper .bank-services-btn.grey-back {
    background-color: #9e9f9e;
  }
  .basket-list .basket-item .btn-wrapper .bank-services-btn.grey-back span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .basket-list .basket-item {
    padding: 15px 10px 10px;
    margin-bottom: 4px;
  }
  .basket-list .basket-item:nth-child(1) {
    margin-top: 34px;
  }
  .basket-list .basket-item .basket-item-img {
    display: none;
  }
  .basket-list .basket-item .basket-item-info {
    top: 10px;
    padding-left: 0;
  }
  .basket-list .basket-item .btn-wrapper {
    text-align: right;
  }
  .basket-list .basket-item .btn-wrapper .bank-services-btn {
    width: 180px;
  }
  .basket-list .basket-item .btn-wrapper .bank-services-btn.grey-back {
    background-color: #9e9f9e;
  }
  .basket-list .basket-item .btn-wrapper .bank-services-btn.grey-back span {
    font-size: 14px;
  }
  .basket-items-result {
    font-size: 22px;
    font-family: 'LatoRegular', sans-serif;
    margin-top: 35px;
    color: #50514f;
    text-align: center;
  }
  .basket-items-result span {
    color: #83b143;
    margin-left: 1rem;
    font-family: 'LatoBold', sans-serif;
  }
}
@media (max-width: 500px) {
  .basket-list .basket-item {
    padding: 10px 0px 8px;
    margin-bottom: 4px;
  }
  .basket-list .basket-item:nth-child(1) {
    margin-top: 34px;
  }
  .basket-list .basket-item .basket-item-img .img-wrapper {
    display: none;
  }
  .basket-list .basket-item .basket-item-img .img-wrapper img {
    height: 40px;
    width: auto;
  }
  .basket-list .basket-item .basket-item-info {
    top: -2px;
    padding: 10px;
  }
  .basket-list .basket-item .basket-item-info .basket-item-name {
    font-size: 17px;
    margin-left: 0;
  }
  .basket-list .basket-item .basket-item-info .basket-item-text {
    font-size: 13px;
    margin-left: 0;
    padding-bottom: 1%;
  }
  .basket-list .basket-item .btn-wrapper {
    padding: 15px 10px;
  }
  .btn-wrapper .btn {
    margin-left: -5px;
    padding: 10px 12px;
  }
  .btn-wrapper .btn.btn-gray {
    background-color: #9e9f9e;
    font-size: 14px;
  }
  .basket-items-result {
    font-size: 21px;
    font-family: 'LatoRegular', sans-serif;
    margin-top: 35px;
    color: #50514f;
    text-align: center;
  }
  .basket-items-result span {
    color: #83b143;
    margin-left: 1rem;
    font-family: 'LatoBold', sans-serif;
  }
}
.btn {
  position: relative;
  background-color: #bbbbbb;
  color: white;
  border-radius: 20px;
  border: none;
  padding: 10px 30px;
  font-family: 'LatoMedium', sans-serif;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  box-shadow: 7px 15px 22px rgba(30, 30, 30, 0.14);
  transition: all 0.2s ease-out;
}
.btn:focus {
  color: white;
  outline: 0 !important;
}
.btn:hover {
  color: white;
}
.btn:disabled {
  background-color: #dfdfdf !important;
}
.btn:active {
  box-shadow: 7px 8px 22px rgba(30, 30, 30, 0.14);
}
.btn.active {
  box-shadow: 7px 8px 22px rgba(30, 30, 30, 0.14);
}
.btn.btn-green {
  background-color: #83b143;
  color: white;
  min-width: 175px;
}
.btn.btn-green:hover,
.btn.btn-green:active {
  background-color: #71a02e;
}
.btn.btn-auto {
  width: auto;
}
.btn.btn-to-basket {
  padding-left: 65px;
  width: 200px !important;
  z-index: 10;
}
.btn.btn-to-basket:before {
  background-image: url(/static/build/./images/basket.svg);
  position: absolute;
  width: 26px;
  height: 22px;
  top: 8px;
  left: 27px;
  content: '';
}
.btn.btn-to-basket.active:before {
  background-image: url(/static/build/./images/basket-fill.svg);
}
.btn.btn-in-basket {
  padding-left: 65px;
  width: 200px;
  cursor: auto;
}
.btn.btn-in-basket:before {
  background-image: url(/static/build/./images/basket-fill.svg);
  position: absolute;
  width: 26px;
  height: 22px;
  top: 8px;
  left: 27px;
  content: '';
}
.btn.btn-in-basket:active {
  box-shadow: 7px 15px 22px rgba(30, 30, 30, 0.14);
}
.btn.btn-in-basket:focus,
.btn.btn-in-basket:active:focus,
.btn.btn-in-basket.active:focus {
  outline: none;
  outline-offset: 0;
}
.btn.btn-lightgreen {
  background-color: #bed59f;
  color: white;
  width: 175px;
}
.btn.btn-lightgreen:hover,
.btn.btn-lightgreen:active {
  background-color: #99c163;
}
.btn.btn-gray {
  background-color: #989c9d;
  color: white;
}
.btn.btn-gray:hover,
.btn.btn-gray:active {
  background-color: #8f9090;
}
@media (max-width: 768px) {
  .btn-wrapper .btn.btn-remove,
  .btn.btn-remove {
    font-size: 0;
    line-height: 1;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .btn-wrapper .btn.btn-remove:before,
  .btn.btn-remove:before {
    content: "\E020";
    font: 18px/40px 'Glyphicons Halflings';
    text-align: center;
    margin-left: -2px;
  }
  .btn-wrapper .btn.btn-small,
  .btn.btn-small {
    width: auto;
  }
}
.b-order-consultation {
  padding-bottom: 30px;
  padding-top: 20px;
}
.b-order-consultation .wrapper-text {
  padding: 0;
}
.b-order-consultation .wrapper-text h3 {
  text-align: center;
  font-family: 'LatoBold', sans-serif;
}
.b-order-consultation .wrapper-text .parsley-errors-list {
  margin-top: 5px;
}
.b-order-consultation .wrapper-text .order-consultation-success {
  text-align: center;
  font-family: 'LatoRegular', sans-serif;
  font-size: 20px;
  color: #83b143;
  transition: .3s;
}
.b-order-consultation .wrapper-text .services-menu {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.b-order-consultation .wrapper-text .services-menu input[type=checkbox] {
  display: none;
}
.b-order-consultation .wrapper-text .services-menu input[type=checkbox]:checked + label {
  border: 2px solid #83b143;
}
.b-order-consultation .wrapper-text .services-menu label {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px;
  border: 2px solid #e2e2e4;
  border-radius: 28px;
  padding: 11px 13px 9px;
  font-family: 'LatoRegular', sans-serif;
  background-color: white;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 16px;
  color: #454644;
}
.b-order-consultation .wrapper-text .services-menu label:before {
  content: none;
}
.b-order-consultation .wrapper-text .consultation-btn {
  text-align: center;
  margin-top: 20px;
}
.b-order-consultation .wrapper-text .consultation-btn .btn {
  width: 200px;
}
.b-order-consultation form .col-md-4 {
  padding-right: 25px;
}
.b-order-consultation_pt_85 {
  padding-top: 85px;
}
.b-order-consultation_pb_75 {
  padding-bottom: 75px;
}
@media (max-width: 1199px) {
  .b-order-consultation .wrapper-text .services-menu {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .b-order-consultation_pt_sm_55 {
    padding-top: 55px;
  }
  .b-order-consultation_pb_sm_65 {
    padding-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .b-order-consultation .wrapper-text .services-menu {
    max-width: 400px;
  }
  .b-order-consultation .wrapper-text .services-menu label {
    width: 100%;
    padding: 6px 13px 6px;
  }
}
.w-anketa {
  padding: 20px 0px 20px;
}
.w-anketa h2 {
  font-size: 30px;
  margin-bottom: 18px;
}
.w-anketa h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.w-anketa h4 {
  font-size: 21px;
  margin-bottom: 16px;
}
.w-anketa .row.anketa-btn-row {
  padding-top: 41px;
  padding-bottom: 14px;
}
.w-anketa .row-md {
  padding-top: 20px;
  padding-bottom: 28px;
}
.w-anketa .row-lg {
  padding-top: 20px;
  padding-bottom: 28px;
}
.w-anketa .b-anketa-inner {
  padding: 25px 0px 25px;
}
.anketa-small-text {
  font-size: 11px;
  text-align: right;
  margin-bottom: 16px;
  display: inline-block;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
  font-size: 16px;
}
.input-text {
  position: absolute;
  top: 6px;
  left: 5px;
  font-size: 14px;
  font-family: 'LatoMedium', sans-serif;
  color: #989a99;
  display: none;
}
.input-text-active {
  top: -17px;
  font-size: 12px;
  color: #989a99;
  display: block;
  left: 24px;
}
.anketa-input-help {
  font-size: 12px;
  top: 32px;
  padding: 0px 7px;
  color: #99999b;
  display: block;
  margin-top: 4px;
}
.clone-item {
  padding-top: 8px;
}
.edit-user-code.close {
  right: 15px;
  top: 5px;
}
.terminal-list-wrapper .error-wrapper {
  margin-top: -28px;
  margin-left: 12px;
  position: absolute;
  z-index: 100;
}
.terminal-list.b-terminal-list-choose .terminal-list-item {
  background-color: white;
  margin-bottom: 18px;
  padding: 22px 15px;
}
.terminal-list.b-terminal-list-choose .terminal-list-item:hover {
  box-shadow: 1px 5px 25px rgba(30, 30, 30, 0.14);
}
.terminal-list.b-terminal-list-trade-point {
  margin-top: 20px;
  margin-bottom: 20px;
}
.terminal-list.b-terminal-list-trade-point .terminal-list-item:not(:last-child) {
  border-bottom: 1px solid #ccd5d7;
}
.terminal-list.b-terminal-list-basket {
  margin-bottom: 20px;
}
.terminal-list.b-terminal-list-basket .terminal-list-item:not(:last-child) {
  border-bottom: 1px solid #ccd5d7;
}
.terminal-list .terminal-head {
  padding: 22px 15px;
}
.terminal-list .terminal-head .c-td {
  padding: 0px 6px;
}
.terminal-list .terminal-head .checkbox-wrapper {
  width: 45px;
}
.terminal-list .terminal-head .img-wrapper {
  width: 160px;
}
.terminal-list .terminal-head .quantity-wrapper {
  width: 150px;
}
.terminal-list .terminal-head .price-wrapper {
  width: 130px;
  text-align: right;
}
.terminal-list .terminal-list-item {
  padding: 16px 0px;
  position: relative;
}
.terminal-list .terminal-list-item .c-td {
  padding: 0px 6px;
}
.terminal-list .terminal-list-item .checkbox-wrapper {
  width: 45px;
  line-height: 0;
}
.terminal-list .terminal-list-item .img-wrapper {
  width: 160px;
}
.terminal-list .terminal-list-item .img-wrapper .img-responsive {
  margin: 0 auto;
}
.terminal-list .terminal-list-item .quantity-wrapper {
  width: 150px;
}
.terminal-list .terminal-list-item .quantity-wrapper .terminal-count {
  font-family: 'LatoRegular', sans-serif;
  font-size: 10px;
  color: #999999;
}
.terminal-list .terminal-list-item .price-wrapper {
  width: 130px;
  text-align: right;
}
.terminal-list .terminal-list-item .terminal-title {
  font-family: 'OfficinaSansMediumC', sans-serif;
  font-size: 21px;
}
.terminal-list .terminal-list-item .terminal-title span {
  color: #cfcfcf;
  font-size: 11px;
  padding-left: 2px;
  font-family: 'LatoRegular', sans-serif;
}
.terminal-list .terminal-list-item .terminal-info {
  display: inline-block;
  cursor: pointer;
  color: #83b143;
  font-size: 16px;
  margin-top: 6px;
}
.terminal-list .terminal-list-item .anketa-change-kol {
  vertical-align: baseline;
}
.terminal-list .terminal-list-item .terminal-price {
  font-size: 25px;
}
.terminal-list .terminal-list-item.not-active {
  opacity: 0.5;
}
.terminal-list .terminal-result {
  text-align: right;
  font-size: 20px;
}
.terminal-list .terminal-result .pay-total-rubles {
  color: #83b143;
  font-size: 25px;
  margin-left: 10px;
}
.terminal__back-link {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 30px 0 rgba(212, 212, 212, 0.6);
}
.terminal__back-link:before {
  content: url(/static/build/./images/arrow_green.png);
  font-family: 'LatoMedium';
  width: 1rem;
  height: 1.8rem;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.paysystem-table table {
  width: 100%;
  font-family: 'LatoRegular', sans-serif;
}
.paysystem-table table thead {
  color: #979998;
  text-transform: uppercase;
  font-size: 11px;
}
.paysystem-table table thead th {
  padding: 15px 10px;
}
.paysystem-table table tbody {
  background-color: white;
  border-radius: 5px;
  font-family: 'LatoSemibold', sans-serif;
}
.paysystem-table table tbody td {
  padding: 15px 10px;
  position: relative;
  font-size: 16px;
}
.paysystem-table table tbody td.img-wrapper {
  width: 125px;
  text-align: center;
}
.paysystem-table table tbody td.value-wrapper {
  width: 100px;
  text-align: center;
}
.remove-item-wrapper {
  text-align: right;
}
.remove-item-wrapper .remove-item {
  color: #a81c37;
  cursor: pointer;
  font-family: 'LatoSemibold', sans-serif;
  font-size: 16px;
  position: relative;
}
.remove-item-wrapper .remove-item:before {
  position: absolute;
  left: -27px;
  top: -3px;
  content: '\2716';
  font-size: 18px;
}
.switch {
  background-color: white;
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #f2f4f3;
  font-family: 'LatoMedium', sans-serif;
  color: black;
  font-size: 14px;
  border-radius: 20px;
  z-index: 99;
  box-shadow: 1px 4px 6px #f3f4f3;
}
.switch .option {
  position: relative;
  width: 50%;
  height: 100%;
  line-height: 38px;
  float: left;
}
.switch .option label {
  border-radius: 18px;
  position: absolute;
  left: 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: transform 0.1s, color 0.1s, background-color 0.1s;
  font-weight: normal;
  margin: 0;
}
.switch .option label:before {
  content: none;
}
.switch .option input[type="radio"] {
  appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
}
.switch .option input[type="radio"]:focus {
  outline: 0;
  outline-offset: 0;
}
.switch .option input[type="radio"]:checked ~ label {
  background-color: #83b143;
  color: white;
}
.switch .option input[type="radio"]:active ~ label {
  transform: scale(1.05);
}
.datepicker-img {
  position: relative;
}
.datepicker-img:after {
  position: absolute;
  display: block;
  background: url(/static/build/./images/calendar.png) no-repeat center;
  height: 20px;
  width: 20px;
  content: '';
  top: 0;
  right: 0;
  z-index: -1;
}
.datepicker-img input[type=text] {
  padding-right: 28px;
}
.datepicker-img .input-text-active {
  left: 9px;
}
.bold {
  font-family: 'LatoBold', sans-serif;
}
.additional-options {
  display: none;
}
.additional-options__mid {
  display: none;
}
.additional-options__radio:last-child div[class^="col-"] {
  min-height: 30px;
}
@media (max-width: 768px) {
  .datepicker-img:after {
    top: 15px;
  }
}
.anketa-add-block {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-left: 53px;
  font-size: 16px;
  color: #83b143;
  font-family: 'LatoSemibold', sans-serif;
}
.anketa-add-block:before {
  position: absolute;
  left: -54px;
  display: block;
  background-image: url(/static/build/./images/add.png);
  content: '';
  width: 36px;
  height: 34px;
  font-size: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  color: #83b143;
}
.paysystem-wrapper {
  margin-top: 20px;
}
.paysystem-item {
  background-color: white;
  margin-bottom: 20px;
  border-top: 13px solid white;
}
.paysystem-item.active {
  box-shadow: 7px 15px 22px rgba(30, 30, 30, 0.2);
  border-top: 13px solid #83b143;
}
.paysystem-item .inner-padding {
  padding: 48px 50px;
}
.paysystem-item h4 {
  margin-bottom: 11px;
}
.paysystem-item .anketa-btn {
  margin-top: 20px;
}
.anketa-help {
  position: relative;
  margin-left: 60px;
  font-size: 14px;
  font-family: 'LatoMedium', sans-serif;
  color: #797979;
}
.anketa-help:before {
  position: absolute;
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 35px;
  background-color: #efc415;
  border-radius: 50%;
  content: '!';
  text-align: center;
  left: -57px;
  margin: auto;
  color: white;
  top: 50%;
  transform: translateY(-50%);
}
.anketa-select {
  position: relative;
  outline: none;
  /*border: none;
    border-bottom: 1px solid #cbd5d7;
    background-color: transparent;
    outline: none;
    width: 100%;
    font-size: 15px;
    padding: 1px 0;
    font-family: 'LatoMedium', sans-serif;
    margin-top: 16px;*/
}
.anketa-select:focus,
.anketa-select:active {
  outline: none;
}
.anketa-input,
.select2-search__field {
  border: none;
  border-bottom: 1px solid #cbd5d7;
  background-color: transparent;
  outline: none;
  width: 100%;
  font-size: 16px;
  padding-left: 8px;
  font-family: 'LatoRegular', sans-serif;
  height: 30px;
}
.anketa-input::placeholder,
.select2-search__field::placeholder {
  font-size: 16px;
  color: #a2a4a3;
}
.input-img {
  position: absolute;
  right: 8%;
  top: 6px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #83b143;
  background-color: #fff;
}
.select2-results__options::-webkit-scrollbar {
  width: 6px;
  margin-right: 20px;
}
.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #f2f2f2;
}
.steps .title.current,
.steps .title,
.steps ul[role=tablist],
.steps li[role=tab] {
  display: none;
}
.fallback {
  width: 100%;
  display: inline-block;
  height: 200px;
  border: 1px dotted black;
}
a {
  color: #83b143;
  text-decoration: none;
}
.input-table {
  width: 70px;
}
.input-table:not([readonly]) {
  border-bottom: 1px solid #83b143;
  background: url(/static/build/./images/pen_icon.png) no-repeat right top / auto 80%;
}
.input-table,
.input-kol {
  border: none;
}
.input-kol {
  width: 50px;
  text-align: center;
  font-family: 'LatoMedium', sans-serif;
  font-size: 25px;
  height: 25px;
}
html input[disabled] {
  background-color: transparent;
}
.input-table:focus,
.input-kol:focus {
  outline: none;
}
@media (max-width: 1199px) {
  .w-anketa .row-lg {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .w-anketa .row-md {
    padding-top: 20px;
    padding-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .w-anketa .row-md {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .w-anketa .row-sm {
    padding-top: 20px;
    padding-bottom: 28px;
  }
  .b-info {
    right: 20px;
    top: 117%;
  }
  .b-info .b-info-text {
    right: 8px;
    width: 200px;
    padding: 10px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .w-anketa .row-sm {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .w-anketa .row-xs {
    padding-top: 14px;
    padding-bottom: 22px;
  }
  .w-anketa .input-text-active {
    top: -2px;
  }
  .terminal-list .terminal-head {
    margin-bottom: 8px;
    padding: 11px 15px 16px;
  }
  .terminal-list .terminal-head .c-td {
    text-align: center;
  }
  .terminal-list .terminal-head .checkbox-wrapper {
    width: auto;
    display: none;
  }
  .terminal-list .terminal-head .img-wrapper {
    width: auto;
    display: none;
  }
  .terminal-list .terminal-head .terminal-wrapper,
  .terminal-list .terminal-head .quantity-wrapper,
  .terminal-list .terminal-head .price-wrapper {
    width: auto;
    display: block;
  }
  .terminal-list .terminal-list-item .c-table {
    display: block;
  }
  .terminal-list .terminal-list-item .c-tr {
    display: block;
  }
  .terminal-list .terminal-list-item .c-td {
    padding-top: 6px;
    display: block;
    text-align: center;
  }
  .terminal-list .terminal-list-item .checkbox-wrapper {
    width: auto;
  }
  .terminal-list .terminal-list-item .img-wrapper {
    width: auto;
  }
  .terminal-list .terminal-list-item .quantity-wrapper {
    width: auto;
  }
  .terminal-list .terminal-list-item .price-wrapper {
    width: auto;
  }
  .terminal-list .terminal-list-item .parsley-errors-list {
    top: -19px;
  }
  .b-info {
    top: 100%;
  }
}
.option__name label {
  padding-right: 20px;
}
@media (max-width: 499px) {
  .w-anketa .row.anketa-btn-row {
    padding-top: 22px;
    padding-bottom: 14px;
  }
  .w-anketa .row-xs {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .w-anketa .row-2xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .w-anketa .input-text-active {
    top: -4px;
    max-height: 16px;
    overflow: hidden;
  }
  .terminal-list.b-terminal-list-trade-point,
  .terminal-list .b-terminal-list-basket {
    margin-bottom: 20px;
  }
  .terminal-list.b-terminal-list-trade-point .terminal-list-item:not(:last-child),
  .terminal-list .b-terminal-list-basket .terminal-list-item:not(:last-child) {
    border-bottom: 1px solid #ccd5d7;
  }
  .anketa-header .anketa-name .wrapper-text {
    padding: 25px 0 0 0;
  }
  .paysystem-item .inner-padding {
    padding: 30px 30px;
  }
  .dropzone {
    margin-bottom: 30px;
  }
  .anketa-add-block {
    display: block;
  }
  .anketa-step-menu {
    padding-left: 22px;
  }
  .anketa-step-menu:before {
    left: auto !important;
  }
  .anketa-step-menu:before li {
    display: none;
  }
  .anketa-input-help {
    font-size: 10px;
    display: block;
  }
  .input-text {
    font-size: 12px;
  }
  .switch {
    margin-bottom: 15px;
  }
  .paysystem-item .wrapper-text-mini {
    padding: 2% 2%;
  }
  .paysystem-item .wrapper-text-mini .pay-text {
    font-size: 15px;
  }
  .paysystem-item .btn.btn-green,
  .paysystem-item .btn.btn-lightgreen {
    width: 140px !important;
  }
  .b-info .b-info-text {
    right: 8px;
    width: 200px;
    padding: 10px;
    left: auto;
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  .input-kol {
    width: 30px;
  }
  .anketa-step-menu {
    padding-left: 10px;
  }
  .anketa-step-menu:before {
    left: auto !important;
  }
  .anketa-step-menu:before li {
    display: none;
  }
  .anketa-step-line {
    left: auto !important;
  }
}
@media (max-width: 767px) {
  .anketa-help {
    font-size: 13px;
  }
}
#slidepos.slide_n0 .slick-list {
  height: auto !important;
}
#slidepos.slide_n0 #slidedetail {
  height: 1px !important;
}
.b-info {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 18px;
  border: 1px solid #88b544;
  border-radius: 50%;
  cursor: pointer;
  color: #88b544;
  margin-left: 8px;
  font-size: 12px;
  position: absolute;
  right: -17px;
  top: 9px;
}
.b-info:hover .b-info-text,
.b-info:hover:after {
  display: block;
}
.b-info:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -16px;
  border: 10px solid transparent;
  border-bottom: 10px solid white;
  display: none;
  transition: .6s;
}
.b-info .b-info-ico {
  position: absolute;
  left: 0;
  width: 15px;
  margin: auto;
  color: #88b544;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}
.b-info .b-info-text {
  display: none;
  transition: .6s;
  position: absolute;
  left: -18px;
  width: 300px;
  background-color: white;
  color: #c0c0c0;
  top: 35px;
  z-index: 9999;
  box-shadow: 3px 8px 21px rgba(30, 30, 30, 0.2);
  padding: 20px;
  border-radius: 3px;
  font-family: 'LatoRegular', sans-serif;
}
.b-info.pos_rel {
  position: relative;
  top: auto;
  right: auto;
}
.with-info {
  width: 90%;
  width: calc(100% - 30px);
  display: inline-block;
}
.with-info + .b-info {
  position: relative;
  top: auto;
  right: 0;
}
.header-small {
  color: #797979;
  font-size: 14px;
  margin-bottom: 4px;
}
.anketa-head-links {
  text-align: right;
  margin-right: 22px;
}
.anketa-header-small {
  font-size: 14px;
  text-align: right;
  margin-left: 5px;
  display: inline-block;
}
.anketa-step-line.back-line {
  position: absolute;
  top: 17px;
  height: 12px;
  border-radius: 5px;
  z-index: 20;
  margin-left: 4px;
}
.anketa-step-line.front-line {
  position: absolute;
  top: 17px;
  background-color: #83b143;
  height: 12px;
  border-radius: 6px;
  z-index: 20;
}
.anketa-step-menu {
  display: table;
  position: relative;
  padding-top: 38px;
  margin: 0;
  width: 100%;
  padding-left: 0;
}
.anketa-step-menu:before {
  position: absolute;
  display: inline-block;
  height: 12px;
  width: 100%;
  background-color: #e8e9eb;
  border-radius: 7px;
  content: '';
  top: 17px;
}
.anketa-step-menu .anketa-step-menu-item {
  display: table-cell;
  list-style: none;
  text-decoration: none;
  padding-top: 12px;
  font-size: 16px;
  font-family: 'LatoSemibold', sans-serif;
  position: relative;
  color: #797979;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
}
.anketa-step-menu .anketa-step-menu-item.anketa-step-menu-active {
  font-family: 'LatoSemibold', sans-serif;
  display: table-cell;
  color: #333333;
  text-shadow: 1px 0px 1px rgba(121, 121, 121, 0.5);
}
.anketa-step-menu .anketa-step-menu-item.anketa-step-menu-active:not(:last-child):before {
  height: 17px;
  width: 2px;
  background: #83b143;
}
.anketa-step-menu .anketa-step-menu-item:not(:last-child):before {
  position: absolute;
  height: 13px;
  width: 1px;
  background-color: #c1c1c1;
  top: 0;
  right: 0;
  content: '';
}
a.anketa-small-text:hover {
  color: #999999;
}
@media (max-width: 992px) {
  .anketa-head-links-wrapper input {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .anketa-head-links-wrapper input {
    margin-bottom: 30px;
  }
  .anketa-step-menu .anketa-step-menu-item {
    width: auto;
    display: none;
  }
  .anketa-step-menu .anketa-step-menu-item:before {
    display: none;
  }
  .anketa-step-menu:before {
    left: auto;
  }
  .anketa-step-menu:after {
    width: 100%;
  }
}
.anketa-result .inner-padding {
  padding: 127px 35px 146px 155px;
}
.anketa-result.success-result .title {
  position: relative;
}
.anketa-result.success-result .title:before {
  content: ' ';
  width: 79px;
  height: 79px;
  background: url(/static/build/./images/specials.png) no-repeat center center;
  display: block;
  position: absolute;
  left: -110px;
  top: 50%;
  transform: translateY(-50%);
}
.anketa-result-info {
  background-color: #f4f4f6;
}
.anketa-result-info .inner-padding {
  padding: 52px 155px 38px;
}
.anketa-result-info.in-payment-page {
  padding-top: 45px;
  margin-top: -100px;
}
.anketa-result-info.in-payment-page .inner-padding {
  padding: 52px 155px 10px;
}
.anketa-result-info h4 img.icon-delivery {
  position: absolute;
  left: -69px;
  top: 12px;
}
.anketa-result-info h4 img.icon-connection {
  position: absolute;
  left: -54px;
  top: 4px;
}
.anketa-result-info .address-text {
  font-size: 11px;
  margin-top: 1px;
  line-height: 20px;
  text-transform: uppercase;
  color: #999;
}
.anketa-result-info .row {
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .anketa-result .inner-padding {
    padding: 75px 25px 75px 130px;
  }
  .anketa-result-info.in-payment-page .inner-padding {
    padding: 45px 99px 26px;
  }
  .anketa-result-info .inner-padding {
    padding: 45px 99px 26px;
  }
}
@media (max-width: 500px) {
  .anketa-result .inner-padding {
    padding: 50px 10px 50px;
  }
  .anketa-result.success-result .title:before {
    content: '';
    display: none;
  }
  .anketa-result-info.in-payment-page .inner-padding {
    padding: 40px 10px 18px;
  }
  .anketa-result-info .inner-padding {
    padding: 40px 10px 18px;
  }
  .anketa-result-info h4 img.icon {
    display: none;
  }
}
.b-slider-service {
  background-color: #e2e9f3;
}
.b-slider-service .inner-padding {
  padding: 44px 0px 52px 0px;
}
.slider-service-list .slick-track {
  display: flex;
  padding: 11px 0;
}
.slider-service-list .single {
  margin: 0 auto;
}
.slider-service-list_next,
.slider-service-list_prev {
  position: absolute;
  display: inline-block;
  background: url(/static/build/./images/slider-service_arrow.png);
  width: 22px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .2;
}
.slider-service-list_next:not(.slick-disabled),
.slider-service-list_prev:not(.slick-disabled) {
  cursor: pointer;
  opacity: 1;
}
.slider-service-list_prev {
  left: -35px;
}
.slider-service-list_next {
  right: -35px;
  transform: translateY(-50%) rotate(180deg);
}
.slider-service-list__dots {
  top: 100%;
}
.slider-service-item {
  margin: 0 15px;
  display: inline-block;
  height: 270px;
  border-radius: 5px;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 0px 0px 20px rgba(193, 193, 193, 0.8);
  color: #454644;
}
.slider-service-item.black-background {
  color: #f7f9f9;
}
.slider-service-item.slick-slide {
  text-align: left;
}
.slider-service-item .inner-content {
  padding: 35px 71px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.slider-service-item .text-content {
  width: 65%;
  overflow: hidden;
}
.slider-service-item .btn-wrapper {
  margin-top: 20px;
}
.slider-service-item .img-fluid {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.slider-service-item .slider-service-name {
  font-size: 23px;
}
.slider-service-item .slider-service-name span {
  position: relative;
}
.slider-service-item .slider-service-name span .arrow {
  display: none;
  position: absolute;
  top: 7px;
}
.slider-service-title {
  font-size: 34px;
  color: #50514f;
  text-align: center;
  margin-bottom: 31px;
  transition: all 0.2s ease-out;
}
.slider-service-text {
  font-family: 'LatoMedium', sans-serif;
  font-size: 15px;
  margin-top: 11px;
  margin-bottom: 20px;
}
@media (max-width: 1250px) {
  .slider-service-list_next,
  .slider-service-list_prev {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .slider-service-item .inner-content {
    padding: 36px 36px;
  }
}
@media (max-width: 767px) {
  .slider-service-item {
    margin: 0px 3px;
    box-shadow: 0px 0px 4px rgba(193, 193, 193, 0.8);
  }
}
@media (max-width: 499px) {
  .b-slider-service .inner-padding {
    padding: 20px 0px 30px 0px;
  }
  .slider-service-item {
    height: auto;
    margin: 0px 03px;
  }
  .slider-service-item.slick-slide {
    text-align: center;
  }
  .slider-service-item .inner-content {
    padding: 30px 20px;
  }
  .slider-service-item .text-content {
    width: 100%;
  }
  .slider-service-item .btn-wrapper {
    margin-top: 20px;
  }
  .slider-service-item .img-fluid {
    display: none;
  }
  .slider-service-title {
    font-size: 28px;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin:0 auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

   height:auto;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    text-align: center;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    /*text-align: center;*/
    outline: none;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/static/build/./images/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/static/build/./fonts/slick.eot);
    src: url(/static/build/./fonts/slick.eot?#iefix) format('embedded-opentype'), url(data:application/font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format('woff'), url(/static/build/./fonts/slick.ttf) format('truetype'), url(/static/build/./images/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    /*background: transparent;*/
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 49px;
    /*line-height: 1;*/
    opacity: .75;
    color: #c1c3c2;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2039';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2039';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\203A';
}
[dir='rtl'] .slick-next:before
{
    content: '\203A';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;


    color: #cecfd0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{

    color: #83b143;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 30px;
    user-select: none;
    -webkit-user-select: none
}
.bx-ie .select2-container .select2-selection--single{
    height: 25px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 30px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 90%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 90%;
    z-index: 1051;
    box-shadow: 1px 6px 14px rgba(204, 206, 205, .4);
}

.select2-results {
    display: block;
    padding-right: 5px;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'LatoRegular', sans-serif;
}


.select2-results__option {
    padding: 6px;
    padding-left: 20px;
    user-select: none;
    cursor: pointer;
    -webkit-user-select: none;
    width: 98%;
}
.select2-results__option:hover {
    background-color: #f2f2f2;
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #cbd5d7;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 8px;
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-container .select2-container--default .select2-container--open {
    margin-top: 8px;
}


.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 90%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    /*border: 0 !important;*/
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 100px !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    cursor: text;
    border-bottom: 1px solid #cbd5d7;
}

.select2-container--default .select2-selection--single:focus {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
    padding-bottom: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border: none;
    cursor: text;
    border-bottom: 1px solid #cbd5d7;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 90%;
    margin-top: -2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    display: none;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 4px;
    cursor: default;
    /*float: left;*/
    margin-right: 5px;
    margin-top: 5px;
    color: #464646;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: none;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple.select2-container--default.select2-container--focus .select2-selection--multiple {

    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    border-radius: 3px;

}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd;
    /*color: black*/
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
    outline: none;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    padding-left: 60px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
    margin-top: 8px;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: 1px solid #cbd5d7;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: 1px solid #cbd5d7;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: 1px solid #cbd5d7
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    cursor: pointer;
}

.select2-results__option {
    position: relative;
}

.select2-results__option:after {
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #f2f2f2;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    bottom: 0;
}

.select2-container--classic .select2-results__option[role=group] {
    cursor: pointer;
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    cursor: pointer;
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    cursor: pointer;
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

/* ---> */

.select2-container--default li.select2-results__option {
    margin:0;
}

.select2-container--default li.select2-results__option:before, .select2-container--default li.select2-results__option:after {
    content:none;
}

select.select2-hidden-accessible.parsley-error + 
.select2-container--default .select2-selection {
    border-bottom: 1px solid #f33245;
}.dropDoc_block {
  min-height: 150px;
  border: 1px dashed #cdd5d7;
  background: transparent;
  padding: 20px 0;
  margin-top: 20px;
  cursor: pointer;
}
.dropDoc_block.dz-clickable .dz-message,
.dropDoc__block.dz-clickable .dz-message * {
  cursor: pointer;
  font-family: 'LatoSemibold', sans-serif;
  font-size: 16px;
}
.dropDoc_block .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropDoc_img {
  background: url(/static/build/./images/doc.png) no-repeat;
  width: 29px;
  height: 39px;
  display: inline-block;
}
.dropDoc_preview .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #333;
}
.dropDoc_preview .dz-preview .dz-details {
  z-index: 20;
  display: inline-block;
  opacity: 1;
  font-size: 13px;
  padding: 0 1em;
  color: #333;
  max-width: 200px;
  min-height: 45px;
  overflow: hidden;
}
.dropDoc_preview .dz-preview .dz-image {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 10;
}
.dropDoc_preview .dz-preview .dz-image img {
  display: block;
  background-repeat: no-repeat;
}
.dropDoc_preview .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropDoc_preview .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropDoc_preview .dz-preview .dz-success-mark svg,
.dropDoc_preview .dz-preview .dz-error-mark svg {
  display: none;
  width: 54px;
  height: 54px;
}
.dropDoc_preview .dz-preview.dz-error .dz-error-message {
  display: none;
}
.dropDoc_preview .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropDoc_preview .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border: none;
  text-decoration: none;
  right: 0;
  top: 36%;
}
.datepicker--cells {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.datepicker--cell.-focus- {
    color: #83b143;
}

/*.datepicker--cell.datepicker--cell-day.-current- {*/
    /*color: white;*/
    /*z-index: 9999999;*/
    /*background-color: #83b143;*/
    /*border-radius: 50%;*/
/*}*/




.datepicker--cell.-current-.-focus- {
    color: #83b143;
}

.datepicker--cell.-current-.-in-range- {
    color: #4EB5E6;
}



.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    color: #4a4a4a;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 0 4px 4px 0
}

.datepicker--cell.datepicker--cell-day.-selected-, .datepicker--cell.-selected-.-current- {
    color: white;
    z-index: 9999999;
    background-color: #83b143;
    border-radius: 50%;
}

.datepicker--cell.datepicker--cell-month.-selected- {
    color: white;
    z-index: 9999999;
    background-color: #83b143;
    border-radius: 20px;
}
.datepicker--cell.datepicker--cell-year.-selected- {
    color: white;
    z-index: 9999999;
    background-color: #83b143;
    border-radius: 20px;
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    border: none
}

.datepicker--cell.-selected-.-focus- {

    background-color: #83b143;

}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name {
    color: #FF9A19;
    display: none;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--cell-day {
    width: 14.28571%;
    /*position: relative;*/
    /*margin: 3px 0;*/
}

/*.datepicker--cell-day:after {*/
    /*position: absolute;*/
    /*height: 1px;*/
    /*width: 100%;*/
    /*display: block;*/
    /*content: '';*/
    /*bottom: -3px;*/
    /*background-color: #eeefef;*/
    /*left: 0;*/
    /*right: 0;*/
/*}*/


.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--cells-years, .datepicker--years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
    z-index: 100;
    padding: 15px;
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

/*.datepicker.-from-left- {*/
    /*-webkit-transform: translateX(-8px);*/
    /*transform: translateX(-8px)*/
/*}*/

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {

}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
    right: 20px;
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2)
}

.datepicker--body.active {
    display: block
}

.datepicker--nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action, .datepicker--nav-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'OfficinaSansMediumC', sans-serif;
    font-size: 20px;
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    color: #83b143;
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--buttons, .datepicker--time {
    border-top: 1px solid #efefef;
    padding: 4px
}

.datepicker--nav-title i {
    font-style: normal;
    color: #83b143;
    margin-left: 5px
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: 0 0
}

.datepicker--buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.datepicker--button {
    color: #4EB5E6;
    cursor: pointer;
    border-radius: 4px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0
}

.datepicker--time {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
    -ms-flex: 0 1 138px;
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -webkit-flex: 0 1 153px;
    -ms-flex: 0 1 153px;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: 0 0;
    cursor: pointer;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: 0
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s;
    margin-top: -6px
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: 0 0
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px)
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
    font-family: 'OfficinaSansMediumC', sans-serif;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #83b143;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}


@media (max-width: 500px) {
    @media (min-width: 270px) {
        .datepicker {
            width: 225px;
        }
    }
}.round-ol {
  counter-reset: item;
}
.round-ol_num {
  margin-right: 20px;
}
.round-ol_num:before {
  content: counter(item);
  counter-increment: item;
}
.round-ol_title {
  vertical-align: middle;
  display: inline-block;
  width: 70%;
  width: calc(100% - 75px);
  font: 24px/1 LatoRegular;
}
.round-ol_text {
  padding-left: 75px;
}
.round_num {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 2px solid #83b143;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  background: #f7f9f9;
}
@media (max-width: 768px) {
  .round-ol_num {
    margin-right: 5px;
    vertical-align: top;
  }
  .round-ol_title {
    width: 80%;
    width: calc(100% - 45px);
    font-size: 18px;
  }
  .round-ol_text {
    padding-left: 0;
  }
  .round-ol .round_num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}
.round-icon_img {
  width: 106px;
  height: 106px;
  border: 2px solid #83b143;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.round-icon_img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 65px;
  max-height: 55px;
}
.round-icon_img-borderNone {
  border: none;
}
.round-icon_img-borderNone img {
  max-width: 100%;
  max-height: none;
}
.round-icon_img-borderBig {
  border-width: 3px;
}
.round-icon_img.round_icon_img_bc-gray {
  border-color: #777777;
}
.round-icon_img.round-icon_img-t img {
  top: -10px;
}
.round-icon_img.round-icon_img-tr img {
  top: -5px;
  right: -5px;
}
.round-icon_img.round-icon_img-r img {
  right: -15px;
}
.round-icon_img.round-icon_img-rb img {
  right: -9px;
  bottom: -10px;
}
.round-icon_img.round-icon_img-b img {
  bottom: -6px;
}
.round-icon_img.round-icon_img-l img {
  left: -13px;
}
.round-icon_img.round-icon-big {
  width: 125px;
  height: 125px;
}
.round-icon_img.round-icon-big img {
  max-width: none;
  max-height: none;
}
.round-icon h2 {
  font-size: 24px;
}
@media (min-width: 769px) {
  .round-icon_title {
    width: 80%;
    width: calc(100% - 135px);
    margin-left: 20px;
    vertical-align: middle;
  }
  .round-icon_text {
    width: 80%;
    width: calc(100% - 135px);
    margin-left: 20px;
    vertical-align: middle;
  }
  .round-icon_text_ml_0 {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .round-icon .round-icon_img {
    margin: 0 auto 10px;
    display: block;
  }
  .round-icon_title {
    margin-bottom: 10px;
  }
}
.info-block {
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(25, 30, 30, 0.08);
  border-radius: 4px;
}
.info-block_title {
  padding: 30px;
  border-bottom: 1px solid #e3e5e5;
  text-align: center;
  font-size: 24px;
  color: #83b143;
}
.info-block_title + .info-block_title {
  border-left: 1px solid #e3e5e5;
}
.info-block_text {
  padding: 25px 35px;
}
.info-block_centerIcon {
  width: 82px;
  height: 82px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 768px) {
  .info-block_text {
    padding: 15px;
  }
}
.vertical-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vertical-center_40 {
  width: 40%;
}
.vertical-center_45 {
  width: 45%;
}
.vertical-center_50 {
  width: 50%;
}
.vertical-center_60 {
  width: 60%;
}
@media (max-width: 768px) {
  .vertical-center {
    flex-direction: column;
    justify-content: center;
  }
  .vertical-center > * {
    padding: 10px 0;
  }
  .vertical-center_40,
  .vertical-center_45,
  .vertical-center_50,
  .vertical-center_60 {
    width: 100%;
  }
}
/*scheme*/
.scheme_arrowHorizontal {
  width: 76%;
  padding-left: 20px;
}
.scheme_arrowTop {
  margin-bottom: 30px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.scheme_arrowDownLeft {
  margin-top: 27px;
  margin-bottom: -43px;
  margin-left: -83px;
}
.scheme_icons {
  transform: translateY(-34%);
  text-align: center;
}
.scheme_info img {
  margin-right: 20px;
}
@media (min-width: 993px) {
  .scheme_block {
    width: 80%;
  }
  .scheme_blockSm {
    width: 65%;
  }
  .scheme_blockTop {
    position: absolute;
    bottom: 110%;
  }
  .round_num_left {
    position: relative;
    left: -8px;
  }
}
/*ul-style*/
.not-style-ul {
  padding: 0;
  list-style: none;
}
.simple-ul {
  padding-left: 15px;
}
.simple-ul li {
  margin-bottom: 18px;
  color: #454545;
  list-style: none;
  position: relative;
}
.simple-ul li:before {
  background-color: #999999;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  content: '';
  top: 6px;
  margin: auto;
  left: -16px;
}
.simple-ul .simple-ul__item {
  color: #ffffff;
}
.simple-ul.green li:before {
  background-color: #83b143;
}
.small-ul {
  padding-left: 10px;
  margin-bottom: 0;
}
.small-ul li {
  list-style: none;
  position: relative;
}
.small-ul li:not(:last-child) {
  margin-bottom: 15px;
}
.small-ul li:before {
  content: '';
  position: absolute;
  display: inline-block;
  background-color: #83b143;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  top: 5px;
  left: -10px;
}
.small-ul.small-ul-margin {
  margin: 10px 0 10px 40px;
}
.check-ul {
  padding-left: 25px;
  margin-bottom: 0;
}
.check-ul li {
  list-style-image: url(/static/build/./images/check_icon.png);
  padding-left: 5px;
}
.check-ul li:not(:last-child) {
  margin-bottom: 15px;
}
.arrow-ul {
  padding-left: 35px;
  margin-bottom: 0;
}
.arrow-ul li {
  list-style-image: url(/static/build/./images/arrow-small_icon.png);
  padding-left: 5px;
}
.arrow-ul li:not(:last-child) {
  margin-bottom: 20px;
}
.big-ul {
  padding-left: 60px;
  font-size: 32px;
}
.big-ul li {
  list-style: none;
  position: relative;
}
.big-ul li:before {
  position: absolute;
  content: '';
  background: #83b143;
  left: -50px;
  width: 40px;
  height: 4px;
  display: inline-block;
  top: 15px;
}
.doc-ul {
  padding-left: 34px;
  margin-bottom: 0;
}
.doc-ul li {
  list-style: none;
  position: relative;
}
.doc-ul li a:active,
.doc-ul li a:visited {
  color: #333;
}
.doc-ul li:not(:last-child) {
  margin-bottom: 23px;
}
.doc-ul li:before {
  content: '';
  position: absolute;
  display: inline-block;
  background: url(/static/build/./images/doc.png) no-repeat center / contain;
  width: 20px;
  height: 26px;
  top: -6px;
  left: -31px;
}
.doc-ul span {
  color: #83b143;
}
.close {
  position: absolute;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.close:hover:before,
.close:hover:after {
  background: #999999;
}
.close:before,
.close:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.close.small {
  width: 15px;
  height: 15px;
}
.close.small:before,
.close.small::after {
  width: 15px;
}
@media (max-width: 1600px) {
  .big-ul {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .big-ul {
    font-size: 20px;
    padding-left: 65px;
  }
}
input[type="radio"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
}
input[type="radio"] + label:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid #ccd5d7;
}
input[type="radio"] + label.label-radio-centered:before {
  transform: translateY(-50%);
  top: 50%;
}
input[type="radio"]:checked.input-radio + label:after {
  content: " ";
  position: absolute;
  background: #83b143;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  left: 4px;
  top: 4px;
}
input[type="radio"] {
  display: none;
}
input[type="radio"].input-radio-small + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 0;
}
input[type="radio"].input-radio-small + label:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid #ccd5d7;
}
input[type="radio"].input-radio-small:checked + label:after {
  content: " ";
  position: absolute;
  background: #83b143;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  left: 4px;
  top: 6px;
}
/* checkbox */
input[type=checkbox] + label {
  line-height: 26px;
  font-family: 'LatoSemibold', sans-serif;
  vertical-align: middle;
}
input[type=checkbox] + label:before {
  content: '';
  display: block;
  margin-top: 1px;
  margin-bottom: 1px;
  height: 25px;
  width: 25px;
  border: 1px solid #ccd5d7;
  border-radius: 3px;
  float: left;
  margin-right: 8px;
  cursor: pointer;
}
input[type=checkbox]:checked + label:before {
  background-color: #83b143;
  border: none;
  background-image: url(/static/build/./images/check.png);
  text-align: center;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  float: left;
}
input.checkbox-small[type=checkbox]:disabled:checked + label,
input[type=checkbox]:disabled + label {
  color: #868686;
}
input.checkbox-small:disabled:checked + label:before,
.input.checkbox-small:disabled:not(:checked) + label:before {
  border-color: #868686;
  background-color: #ddd;
}
input[type=checkbox]:disabled:checked + label:after {
  color: #999;
}
input.checkbox-small[type=checkbox] + label {
  line-height: 1.3;
  float: none;
  display: inline-block;
}
input.checkbox-small[type=checkbox] + label span {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
  width: calc(100% - 40px);
}
input.checkbox-small[type=checkbox] + label:before {
  display: inline-block;
  vertical-align: middle;
  float: none;
  background-size: 72%;
  height: 18px;
  width: 18px;
  margin-right: 20px;
}
input.checkbox-small[type=checkbox] ~ label {
  cursor: pointer;
}
input.checkbox-small[type=checkbox]:checked ~ label {
  color: #83b143;
}
input[type=checkbox].readonly:checked + label:before {
  background-color: #aaaaaa;
}
.w-checkbox-tab {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.wrap-w-checkbox-tab {
  display: inline-block;
  margin-left: -4px;
  margin-right: 20px;
}
.wrap-w-checkbox-tab .checkbox-tab {
  position: absolute;
  opacity: 0;
  top: 0;
}
.wrap-w-checkbox-tab .checkbox-tab:checked + label,
.wrap-w-checkbox-tab .checkbox-tab:checked + label.checkbox-tab__label {
  border-color: #83b143;
}
.wrap-w-checkbox-tab .checkbox-tab + label {
  position: relative;
  display: inline-block;
  border: 2px solid #dfe2e6;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 25px;
  font-weight: 400;
  border-radius: 50px;
  cursor: pointer;
}
.wrap-w-checkbox-tab .checkbox-tab + label:before {
  display: none;
}
.wrap-w-checkbox-tab .checkbox-tab + label.label_mr_0 {
  margin-right: 0;
}
.terminal-detail {
  /*.slick-current{
    border: 1px solid #83b143;
  }*/
}
.slick-current .terminal-detail_item {
  border: 1px solid #83b143;
}
.terminal-detail-center {
  position: relative;
}
.terminal-detail-center_prev {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  background: url(/static/build/./images/pop_arrow_prev.png) no-repeat center;
  width: 12px;
  height: 32px;
  cursor: pointer;
}
.terminal-detail-center_next {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background: url(/static/build/./images/pop_arrow_next.png) no-repeat center;
  width: 12px;
  height: 32px;
  cursor: pointer;
}
.terminal-detail-center .slick-track {
  display: flex;
  flex-flow: row wrap;
}
.terminal-detail-center .slick-slide {
  margin: auto;
  width: 100%;
  height: 100%;
}
/* default slider arrows */
.slider_prev {
  background: url(/static/build/./images/sliderArrow.png);
  width: 16px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
}
.slider_prev:active {
  background: url(/static/build/./images/sliderArrowActive.png);
}
.slider_prev.slick-disabled {
  opacity: .4;
  cursor: auto;
}
.slider_next {
  background: url(/static/build/./images/sliderArrow.png);
  transform: rotate(180deg);
  width: 16px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
}
.slider_next:active {
  background: url(/static/build/./images/sliderArrowActive.png);
}
.slider_next.slick-disabled {
  opacity: .4;
  cursor: auto;
}
@media (max-width: 768px) {
  .terminal-detail-center_prev,
  .terminal-detail-center_next {
    display: none;
  }
}
.tooltip__container {
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 1;
}
.question-tooltip {
  display: inline-block;
  background: url(/static/build/./images/question-icon.png);
  width: 18px;
  height: 18px;
  margin-left: 7px;
  vertical-align: middle;
  cursor: help;
  z-index: 1;
}
/* tooltip */
.tooltip-inner {
  font: 14px/1.4 "LatoRegular";
  text-align: left;
  background: #fff;
  color: #797979;
  border: none;
  padding: 20px 25px;
  max-width: 350px;
  min-width: 200px;
  box-shadow: 2px 4px 14px 2px rgba(30, 30, 30, 0.2);
}
.tooltip.in {
  opacity: 1;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fff;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}
[data-toggle],
[data-toggleclick] {
  cursor: pointer;
}
[data-toggleclick] ~ .tooltip {
  width: 300px;
}
@media (max-width: 380px) {
  [data-toggleclick] ~ .tooltip {
    width: 90%;
  }
}
@media (max-width: 767px) {
  body {
    cursor: pointer;
  }
}
.fade {
  transition: none;
}
.inputSvg .input-img {
  position: absolute;
  top: -20px;
  left: 13px;
  max-width: 33px;
}
.inputSvg {
  position: relative;
  height: 40px;
  margin-top: 40px;
}
.inputSvg .anketa-input {
  line-height: 2.7rem;
  padding-bottom: 10px;
  font-size: 18px;
  padding-left: 60px;
  color: #333;
  height: auto;
}
/* svg select */
.inputSvg .select2-container--default .select2-selection--single,
.inputSvg .select2-container--default .select2-selection--multiple {
  margin-top: 10px;
}
.inputSvg .select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #9b9d9d;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 70px;
  margin-top: 0px;
  float: left;
  height: 25px;
  max-width: 80%;
}
/*select-count*/
.inputSvg .select2-container--default .select2-selection--multiple .select-count {
  display: none;
}
.inputSvg .select-more.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: none;
}
.inputSvg .select-more.select2-container--default .select2-selection--multiple .select-count {
  display: inline-block;
}
/*end select-count*/
.inputSvg .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 55px !important;
  max-height: 25px;
  display: inline-block;
}
.select2-selection.select2-selection--multiple {
  max-height: 30px;
  overflow: hidden;
  outline: none;
}
.inputSvg .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 60px;
  position: absolute;
  top: 0;
}
.inputSvg .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
  outline: none;
}
.select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  padding-bottom: 10px;
}
.select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: -5px;
}
/* active */
.inputSvg .input-text-active {
  left: 60px;
}
.inputSvg .input-text-active {
  top: -20px;
  font-size: 12px;
  color: #989a99;
  display: block !important;
  left: 60px;
}
/* inputSvg parsley left */
.inputSvg .parsley-errors-list {
  margin-left: 60px;
}
/* select2 for modal */
.select2-container--open.select2-container {
  z-index: 9999;
}
/* select2 arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  background: url(/static/build/./images/slide_icon.png) no-repeat center;
  cursor: pointer;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow,
.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .inputSvg .input-img {
    top: -10px;
    width: 22px;
  }
}
.order-number {
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 10px;
}
.order-number_icon {
  z-index: 1;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.order-number_num {
  position: absolute;
  top: -20px;
  left: -20px;
  color: #dfe0e1;
  font-size: 70px;
  z-index: -1;
}
.order-number_numBig {
  position: absolute;
  top: -30px;
  left: -20px;
  color: #dfe0e1;
  font-size: 75px;
  z-index: -1;
}
.order-number_arrow {
  background: url(/static/build/./images/order_arrow.png);
  width: 16px;
  height: 27px;
  position: absolute;
  right: 0;
  top: 52px;
  transform: translateX(50%) translateY(-50%);
}
.f0f6f8 {
  background: #f0f6f8;
}
.f7f9f9 {
  background: #f7f9f9;
}
.color_777777 {
  color: #777777;
}
.vertical-end {
  display: flex;
}
.vertical-end .vertical-end_block {
  align-self: flex-end;
}
.line-h_10 {
  line-height: 10px;
}
.float-none {
  float: none;
}
.inline-b {
  display: inline-block;
}
.prod-rko-list {
  display: flex;
  justify-content: center;
}
.margin-lr {
  margin: 0;
}
.margin-t_-20 {
  margin-top: -2vw;
}
.p_ml_-22 {
  margin-left: -22px;
}
.p-before {
  position: relative;
}
.p-before:before {
  content: '';
  position: absolute;
  display: inline-block;
  background-color: #83b143;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  top: 5px;
  left: -10px;
}
@media (min-width: 1700px) {
  .vertical-end_50 {
    width: 50%;
  }
  .vertical-end_60 {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .prod-rko-list {
    display: block;
  }
  .p_title {
    text-align: center;
  }
  .h2_rko.font_38 {
    font-size: 30px;
  }
  .round-icon_reset {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .hide_md {
    display: none;
  }
  .margin-lr {
    margin: 0 auto;
  }
  .prod-list_wrap {
    flex-wrap: wrap;
  }
  .feature_item-text {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .feature_item.round-icon_img {
    margin: 0 auto 10px;
    display: block;
  }
  .card-img {
    order: -1;
    width: 100%;
    padding-left: 0;
  }
}
.slide_a {
  line-height: 1;
  font-size: 20px;
  color: #83b143;
  display: inline-block;
  cursor: pointer;
}
.slide_a span {
  border-bottom: 1px dashed #83b143;
}
.slide_a span:before {
  content: "\441\432\435\440\43D\443\442\44C";
}
.slide_a:after {
  display: inline-block;
  content: "";
  background: url(/static/build/./images/slide_icon.png);
  transform: rotate(180deg);
  width: 7px;
  height: 4px;
  margin-left: 10px;
  transition: .5s;
}
.slide_a.slide_a-closed span:before {
  content: "\440\430\437\432\435\440\43D\443\442\44C";
}
.slide_a.slide_a-closed:after {
  transform: rotate(0deg);
}
.slide_text-closed {
  display: none;
}
.slideLine {
  position: relative;
  cursor: pointer;
}
.slideLine:after {
  position: absolute;
  top: 5px;
  content: "";
  height: 7px;
  margin-left: 14px;
  border-top: 5px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.slideLine--cell {
  display: none;
}
.slideLine-open:after {
  transform: rotate(180deg);
  margin-bottom: 3px;
}
.slideLine_text {
  display: none;
  padding-top: 20px;
}
.topicSelect {
  display: block;
  width: 100%;
  padding-left: 60px;
  overflow: hidden;
  white-space: nowrap;
}
.topicSelect.anketa-input {
  font-size: 16px;
  color: #a2a4a3;
}
.topicSelect:after {
  content: '';
  right: 0;
  height: 26px;
  width: 20px;
  background: url(/static/build/./images/slide_icon.png) no-repeat center;
  border: none;
}
.topicSelect__title {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 15px 20px;
  margin: 0 -20px 20px;
}
.topicSelect__list {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 20px 20px;
  font-size: 15px;
}
.topicSelect__list input + label {
  width: 100%;
  cursor: pointer;
}
.topicSelect__list input + label:before {
  margin-right: 20px;
}
.topicSelect__list .parsley-errors-list {
  display: none;
}
.topicSelect__error {
  position: absolute;
  top: 100%;
  left: 60px;
  font-size: 14px;
  color: #f33245;
}
.basket-item-cell .slideLine--cell {
  display: block;
}
#slidedetail {
  min-height: 1px;
  height: 100%;
}
@media (max-width: 767px) {
  .slideLine {
    display: block;
    position: relative;
  }
  .slideLine:after {
    position: absolute;
    right: 0;
    top: 35%;
  }
  .slideLine-xs {
    display: block;
    position: relative;
  }
  .slideLine-xs:after {
    display: inline-block;
    content: "";
    height: 7px;
    margin-left: 14px;
    border-top: 5px solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .slideLine-xs-open:after {
    transform: rotate(180deg);
    margin-bottom: 3px;
  }
  .slideLine-xs_text {
    display: none;
    padding-top: 10px;
  }
}
.list-numbers {
  list-style-type: none;
}
.list-numbers li {
  counter-increment: step-counter;
  position: relative;
  padding-left: 60px;
  margin-bottom: 25px;
}
.list-numbers li:before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: -8px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  border: 1px solid #cacaca;
  border-radius: 50%;
}
.list-numbers li:not(:last-of-type):after {
  content: "";
  position: absolute;
  left: 15px;
  border-left: 1px solid #ccc;
  top: 29px;
  bottom: -12px;
}
@media (max-width: 768px) {
  .list-numbers {
    padding-left: 0;
  }
  .list-numbers li {
    padding-left: 45px;
  }
}
.default-table {
  width: 100%;
  padding-right: 0;
  margin-bottom: 40px;
}
.default-table table {
  width: 100%;
  border-radius: 5px;
}
.default-table table thead {
  background-color: #ffffff;
}
.default-table table thead th {
  padding: 20px;
  font-family: 'LatoSemibold', sans-serif;
}
.default-table table thead th:nth-child(1) {
  text-align: left;
}
.default-table table thead th img {
  display: block;
  margin: 0 auto;
}
.default-table table tbody {
  border-radius: 5px;
  font-family: 'LatoSemibold', sans-serif;
}
.default-table table tbody tr {
  background-color: #f6f6f6;
}
.default-table table tbody tr:nth-child(2n) {
  background-color: white;
}
.default-table table tbody td {
  padding: 20px;
  position: relative;
}
.default-table table tbody td:nth-child(1) {
  text-align: left;
}
.default-table table tbody td img {
  display: block;
  margin: 0 auto;
}
.default-table col:not(:last-of-type) {
  border-right: 1px solid #e4e4e4;
}
.default-table_dark-odd tbody tr:nth-child(odd) {
  background: #f6f6f6;
}
.default-table_dark-odd tbody tr:nth-child(even) {
  background: #fff;
}
.default-table_dark-head thead tr {
  color: #ffffff;
  background: #b7b7b7;
}
@media (max-width: 767px) {
  .default-table table thead th {
    padding: 15px 5px;
  }
  .default-table table tbody td {
    padding: 5px;
  }
  .default-table td:nth-child(3),
  .default-table th:nth-child(3) {
    display: none;
  }
}
@media (max-width: 500px) {
  .default-table {
    font-size: 14px;
  }
  .default-table table tbody td {
    padding: 10px;
  }
}
/* quantity -/+ */
.input-quantity {
  width: 50px;
  text-align: center;
  font-family: 'LatoMedium', sans-serif;
  font-size: 25px;
  height: 25px;
  border: none;
  background: transparent;
  display: inline-block;
}
.input-quantity.input-quantity-big {
  height: 35px;
  font-size: 35px;
  width: 65px;
}
.change-quantity {
  display: inline-block;
  cursor: pointer;
}
.change-quantity img {
  vertical-align: baseline;
}
/* end quantity */
.basket-item {
  background: #fff;
  margin-bottom: 30px;
  display: flex;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -ms-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.basket-item-cell {
  padding: 20px 20px 60px;
  flex-direction: column;
  position: relative;
}
.basket-item-cell .basket-item_img {
  height: 140px;
}
.basket-item-cell .basket-item_text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.basket-item-cell label,
.basket-item-cell img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.basket-item-cell .basket-item_label {
  position: absolute;
}
.basket-item-cell .basket-item_add {
  order: 1;
}
.basket-item-cell .basket-item_quantity {
  width: 50%;
}
.basket-item-cell .basket-item_price {
  order: 2;
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
}
.basket-item-cell .basket-item_img,
.basket-item-cell .basket-item_text,
.basket-item-cell .basket-item_title,
.basket-item-cell .basket-item_a,
.basket-item-cell .basket-item_add,
.basket-item-cell .basket-item_options {
  width: 100%;
}
.basket-item-cell .basket-item_calc {
  position: absolute;
  left: 0;
  top: 108%;
}
.basket-item-list {
  display: flex;
  padding: 30px 60px 30px 20px;
}
.basket-item-list .basket-item_img {
  width: 20%;
}
.basket-item-list .basket-item_img img {
  display: inline-block;
  max-width: 150px;
}
.basket-item-list label,
.basket-item-list img {
  display: inline-block;
}
.basket-item-list label {
  position: static;
  cursor: pointer;
}
.basket-item-list .basket-item_text {
  flex-direction: row;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}
.basket-item-list .basket-item_title {
  width: 65%;
  align-self: flex-end;
}
.basket-item-list .basket-item_price {
  width: 35%;
  align-self: flex-end;
  text-align: right;
  order: unset;
}
.basket-item-list .basket-item_a {
  width: 65%;
}
.basket-item-list .basket-item_add {
  width: 35%;
  order: unset;
}
.basket-item-list .basket-item_options {
  width: 75%;
}
.basket-item-list .basket-item_options a {
  border-bottom: 1px dotted #83b143;
  padding-bottom: 2px;
  text-decoration: none;
}
.basket-item-list .basket-item_calc {
  position: absolute;
  left: 0;
  top: 108%;
}
.basket-header {
  display: flex;
  display: none;
  justify-content: flex-end;
  padding: 0 60px 0 20px;
}
.basket-header_title {
  width: 55%;
}
.basket-header_price {
  width: 12.5%;
}
.attention {
  position: relative;
  padding-left: 45px;
  color: #83b143;
  font-size: 15px;
  height: 35px;
}
.attention:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(/static/build/./images/attention.png) no-repeat center;
  width: 34px;
  min-height: 35px;
}
.attention:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.attention span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .input-quantity.input-quantity-big {
    height: 27px;
    font-size: 27px;
    width: 50px;
  }
}
input[type="radio"] + .filter_cell {
  background: url(/static/build/./images/filter_icons.png) no-repeat 0 -42px;
  width: 42px;
  height: 42px;
}
input[type="radio"] + .filter_cell:before {
  display: none !important;
}
input[type="radio"]:checked + .filter_cell {
  background: url(/static/build/./images/filter_icons.png) no-repeat -42px -42px;
}
input[type="radio"] + .filter_line {
  background: url(/static/build/./images/filter_icons.png) no-repeat 0 0;
  width: 42px;
  height: 42px;
  margin-left: 7px;
}
input[type="radio"] + .filter_line:before {
  display: none !important;
}
input[type="radio"]:checked + .filter_line {
  background: url(/static/build/./images/filter_icons.png) no-repeat -42px 0;
}
.clear-filter {
  display: inline-block;
  vertical-align: middle;
  color: #9a9a99;
  cursor: pointer;
}
.clear-filter:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  background: url(/static/build/./images/clear-icon.png) no-repeat center;
  width: 23px;
  height: 20px;
  margin-right: 10px;
}
.terminal-item {
  padding: 25px 6px 20px 32px;
  margin-bottom: 4px;
}
.terminal-item:nth-child(2n) {
  background-color: #eef1f6;
}
.terminal-item:nth-child(2n) .terminal-item-img .img-wrapper {
  background-color: #fafafa;
}
.terminal-item .terminal-item-img {
  position: absolute;
}
.terminal-item .terminal-item-img .img-wrapper {
  padding-left: 35px;
  height: 90px;
  width: 90px;
  border-radius: 45px;
  position: relative;
  display: inline-block;
  background-color: #eef1f6;
}
.terminal-item .terminal-item-img .img-wrapper img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.terminal-item .terminal-item-info {
  display: inline-block;
  padding: 17px 30px 17px 117px;
}
.terminal-item .terminal-item-info .terminal-item-name {
  font-size: 24px;
  font-family: 'LatoRegular', sans-serif;
  color: #50514f;
  display: block;
  transition: all 0.2s ease-out;
}
.terminal-item .terminal-item-info .terminal-item-text {
  color: #83b143;
  font-size: 16px;
  display: inline;
  font-family: 'LatoMedium', sans-serif;
  transition: all 0.2s ease-out;
}
.terminal-item .terminal-item-info .terminal-item-text:hover {
  text-decoration: underline;
  color: #83b143;
}
.terminal-item .btn-wrapper {
  padding: 21px 10px;
  text-align: right;
}
/**/
@keyframes terminal-check {
  0% {
    position: relative;
    left: 0;
  }
  90% {
    left: -200%;
    height: 0;
    overflow: hidden;
  }
  100% {
    left: -200%;
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
  }
}
/**/
/* quantity -/+ */
.input-quantity {
  width: 50px;
  text-align: center;
  font-family: 'LatoMedium', sans-serif;
  font-size: 25px;
  height: 25px;
  border: none;
  background: transparent;
  display: inline-block;
}
.input-quantity.input-quantity-big {
  height: 35px;
  font-size: 35px;
  width: 65px;
}
.change-quantity {
  display: inline-block;
  cursor: pointer;
}
.change-quantity img {
  vertical-align: baseline;
}
/* end quantity */
.terminal-item {
  background: #fff;
  margin-bottom: 30px;
  display: flex;
  transition: all .5s;
  position: relative;
  left: 0;
}
.terminal-item:hover {
  -webkit-box-shadow: 7px 15px 15px rgba(30, 30, 30, 0.14);
  box-shadow: 7px 15px 15px rgba(30, 30, 30, 0.14);
}
.terminal-item-cell {
  padding: 20px 20px 60px;
  flex-direction: column;
  position: relative;
}
.terminal-item-cell .terminal-item_img {
  height: 140px;
}
.terminal-item-cell .terminal-item_text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.terminal-item-cell label,
.terminal-item-cell img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.terminal-item-cell .terminal-item_label {
  position: absolute;
}
.terminal-item-cell .terminal-item_add {
  order: 1;
}
.terminal-item-cell .terminal-item_quantity {
  width: 50%;
}
.terminal-item-cell .terminal-item_price {
  order: 2;
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
}
.terminal-item-cell .terminal-item_img,
.terminal-item-cell .terminal-item_text,
.terminal-item-cell .terminal-item_title,
.terminal-item-cell .terminal-item_a,
.terminal-item-cell .terminal-item_add,
.terminal-item-cell .terminal-item_options {
  width: 100%;
}
.terminal-item-cell .terminal-item_calc {
  position: absolute;
  left: 0;
  top: 108%;
}
.terminal-item-list {
  display: flex;
  padding: 30px 60px 30px 20px;
}
.terminal-item-list .terminal-item_img {
  width: 20%;
}
.terminal-item-list .terminal-item_img img {
  display: inline-block;
  max-width: 150px;
}
.terminal-item-list label,
.terminal-item-list img {
  display: inline-block;
}
.terminal-item-list label {
  position: static;
  cursor: pointer;
}
.terminal-item-list .terminal-item_text {
  flex-direction: row;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}
.terminal-item-list .terminal-item_title {
  width: 65%;
  align-self: flex-end;
}
.terminal-item-list .terminal-item_price {
  width: 35%;
  align-self: flex-end;
  text-align: right;
  order: unset;
}
.terminal-item-list .terminal-item_a {
  width: 65%;
}
.terminal-item-list .terminal-item_add {
  width: 35%;
  order: unset;
}
.terminal-item-list .terminal-item_options {
  width: 75%;
}
.terminal-item-list .terminal-item_options a {
  border-bottom: 1px dotted #83b143;
  padding-bottom: 2px;
  text-decoration: none;
}
.terminal-item-list .terminal-item_calc {
  position: absolute;
  left: 0;
  top: 108%;
}
.terminal-item-left {
  animation: terminal-check 1s forwards;
}
.terminal-header {
  display: flex;
  display: none;
  justify-content: flex-end;
  padding: 0 60px 0 20px;
}
.terminal-header_title {
  width: 55%;
}
.terminal-header_price {
  width: 12.5%;
}
.attention {
  position: relative;
  padding-left: 45px;
  color: #83b143;
  font-size: 15px;
  height: 35px;
}
.attention:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(/static/build/./images/attention.png) no-repeat center;
  width: 34px;
  min-height: 35px;
}
.attention:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.attention span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .input-quantity.input-quantity-big {
    height: 27px;
    font-size: 27px;
    width: 50px;
  }
}
.height-auto {
  height: auto !important;
}
.terminals {
  font-size: 0;
}
.terminals_slider {
  display: inline-block;
  width: 80%;
  font-size: 16px;
}
.terminals_block {
  vertical-align: bottom;
  font-size: 16px;
}
.terminals_block > div {
  padding: 20px;
}
.terminals_block > div:nth-child(odd) {
  background: #fff;
}
.terminals_block > div:nth-child(even) {
  background: #f6f6f6;
}
.terminals_capture {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  color: #5e5e5e;
}
.terminals_bottom {
  position: absolute;
  bottom: 30px;
}
/* default slider arrows */
.slider_prev {
  background: url(/static/build/./images/sliderArrow.png);
  width: 16px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
}
.slider_prev:active {
  background: url(/static/build/./images/sliderArrowActive.png);
}
.slider_next {
  background: url(/static/build/./images/sliderArrow.png);
  transform: rotate(180deg);
  width: 16px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
}
.slider_next:active {
  background: url(/static/build/./images/sliderArrowActive.png);
}
@media (max-width: 992px) {
  .terminals_block > div {
    padding: 10px;
  }
  .terminals_bottom {
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .terminals_slider,
  .terminals_block {
    width: 50%;
  }
}
.toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  line-height: 1;
  background: rgba(0, 0, 0, 0.5);
}
.toggle_item {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 5px;
  color: #fff;
}
.toggle_item a {
  color: #fff;
}
.toggle_item.active {
  font-weight: bold;
}
.toggle-slide {
  width: 55px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.toggle-slide:after {
  content: '';
  position: absolute;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  left: -1px;
}
.toggle-slide.right:after {
  left: calc(100% - 22px);
}
@media (max-width: 768px) {
  .toggle {
    position: relative;
    text-align: center;
  }
}
.accordion .title {
  padding: 21px 50px 23px 63px;
  margin: 10px 0px 10px 0px;
  font-size: 28px;
  font-family: 'LatoRegular', sans-serif;
}
.accordion .panel {
  margin: 0px;
}
.accordion .panel:last-child .accordion-title {
  border-bottom: none;
}
.accordion .accordion-title {
  font-family: 'LatoRegular', sans-serif;
  padding: 21px 50px 23px 63px;
  border-bottom: 1px solid #dfe0e1;
  color: #333;
  display: block;
  position: relative;
  font-size: 28px;
  text-decoration: none !important;
}
.accordion .accordion-title .accordion-link {
  display: block;
  position: relative;
  padding-right: 28px;
}
.accordion .accordion-title .accordion-link:after {
  width: 22px;
  height: 13px;
  background-image: url(/static/build/./images/arr_grey_down.png);
  content: ' ';
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  transform: rotate(0deg);
}
.accordion .accordion-title.collapsed .accordion-link:after {
  transform: rotate(180deg) !important;
}
.accordion .accordion-content {
  background-color: #f6f6f6;
}
ul.file-list {
  padding: 5px 0px 0px 0px;
  margin: 0px;
}
ul.file-list li {
  font-family: 'LatoRegular', sans-serif;
  list-style: none;
  padding-left: 120px;
  border-bottom: 1px solid #dfe0e1;
  padding: 17px 60px 17px 118px;
}
ul.file-list li a {
  color: #333;
  position: relative;
}
ul.file-list li a:before {
  position: absolute;
  height: 32px;
  width: 25px;
  background-image: url(/static/build/./images/doc.svg);
  content: '';
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
}
ul.file-list li a:hover {
  color: #92ba5b;
}
ul.file-list li a.doctype-img:before {
  background-image: url(/static/build/./images/jpg.svg);
}
@media (max-width: 767px) {
  .accordion .title {
    padding: 25px 40px 25px 40px;
    font-size: 24px;
  }
  .accordion .accordion-title {
    padding: 25px 40px 25px 40px;
    font-size: 24px;
  }
  ul.file-list li {
    padding: 25px 30px 25px 65px;
  }
  ul.file-list li a:before {
    left: -40px;
  }
}
@media (max-width: 499px) {
  .accordion .title {
    padding: 25px 28px 25px 28px;
    font-size: 20px;
  }
  .accordion .accordion-title {
    padding: 25px 28px 25px 28px;
    font-size: 20px;
  }
}
.howitworks {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto;
}
.howitworks .inner_content {
  padding: 66px 0 54px 0;
}
.vertical-list {
  font-size: 20px;
}
.vertical-list .vertical-list-item:not(:last-child) {
  margin-bottom: 45px;
}
.vertical-list .vertical-list-item:not(:last-child) .vertical-list-img:after {
  position: absolute;
  background-image: url(/static/build/./images/arr_down.png);
  height: 16px;
  width: 28px;
  content: '';
  background-repeat: no-repeat;
  left: -22px;
  right: 0;
  margin: auto;
  bottom: -29px;
}
.vertical-list .vertical-list-item .vertical-list-img {
  padding-right: 20px;
  position: relative;
}
.vertical-list .vertical-list-item .vertical-list-img img {
  width: 122px;
  height: auto;
}
@media (max-width: 500px) {
  .howitworks .inner_content {
    padding: 30px 0 30px 0;
  }
  .vertical-list {
    font-size: 16px;
  }
  .vertical-list .vertical-list-item .vertical-list-img img {
    width: 90px;
    height: auto;
  }
}
.line-obj__span {
  font-family: 'LatoRegular', sans-serif;
  font-size: 20px;
  color: #333;
}
.line-obj__img {
  display: inline-block;
  white-space: normal;
}
.line-obj__img-notlast {
  position: relative;
}
.line-obj__img-notlast:not(:last-child):after {
  position: absolute;
  display: inline-block;
  background-image: url(/static/build/./images/arr_down.png);
  height: 15px;
  width: 30px;
  content: '';
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
}
.line-obj__text {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  margin-left: 15px;
  width: 80%;
}
.prod-advantages-4 .row * {
  padding: 0;
}
.b-online-credit {
  background-color: #f1efed;
  position: relative;
  line-height: 24px;
  font-size: 17px;
}
.b-online-credit .inner-content {
  padding: 61px 61px 61px 61px;
}
.b-online-credit .img-back {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline;
}
.b-online-credit .prod-advantage-icon {
  margin-top: 39px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.b-online-credit .prod-advantage-icon .wrapper-circle-small {
  height: 75px;
  width: 75px;
  border-radius: 70px;
  position: relative;
  display: inline-block;
  border: 2px solid #83b143;
}
.b-online-credit .prod-advantage-icon .wrapper-circle-small img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.b-online-credit .prod-advantage-icon h2 {
  display: inline-block;
  vertical-align: top;
  margin-left: 23px;
  font-size: 38px;
  font-family: 'LatoRegular', sans-serif;
}
.cooperation .wrapper-circle-big {
  width: 125px;
  height: 125px;
  position: relative;
  background-color: #f7f9f9;
}
.cooperation .prod-advantage-icon {
  position: relative;
}
.cooperation .prod-advantage-icon:before {
  position: absolute;
  display: inline-block;
  color: #dfe0e1;
  content: '';
  font-size: 72px;
  top: -48px;
  font-family: 'LatoMedium', sans-serif;
}
.cooperation .prod-advantage-icon-1:before {
  content: '1';
}
.cooperation .prod-advantage-icon-1:after,
.cooperation .prod-advantage-icon-2:after {
  position: absolute;
  display: inline-block;
  background-image: url(/static/build/./images/arr_down.png);
  height: 15px;
  width: 30px;
  content: '';
  background-repeat: no-repeat;
  right: -30px;
  margin: auto;
  top: 0;
  bottom: 0;
  transform: rotate(-90deg);
}
.cooperation .prod-advantage-icon-2:before {
  content: '2';
}
.cooperation .prod-advantage-icon-3:before {
  content: '3';
}
.block-info-credit {
  position: relative;
  background: #eef4f4;
}
.block-info-credit:before {
  content: "";
  position: absolute;
  background: url(/static/build/./images/passport.png) no-repeat left bottom / auto 100%;
  width: 100%;
  height: 113%;
  bottom: 0;
  left: 0;
}
.default-tab-nav {
  padding: 20px 0;
}
.default-tab-nav li {
  font-size: 18px;
  color: #333;
  cursor: pointer;
  margin-right: 40px;
  display: inline-block;
}
.default-tab-nav li a {
  color: inherit;
  text-decoration: none !important;
}
.default-tab-nav li.active {
  position: relative;
  font-family: 'LatoBold', sans-serif;
}
.default-tab-nav li.active:after {
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #83b143;
  content: '';
  display: inline-block;
  bottom: -8px;
  left: 0;
}
.btn-gray {
  color: #797979;
  border: 1px solid #e0e2e4;
  border-radius: 20px;
  padding: 10px 25px;
  display: inline-block;
  cursor: pointer;
  background: none;
  outline: none;
}
.partners-list {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
.partners-list .partners-item {
  display: inline-block;
  padding: 15px;
}
.b-documents .inner-content {
  padding: 56px 0px 62px 0px;
}
.document-list .document-item {
  background-color: white;
  box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.12);
  padding: 30px;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 15px;
}
.document-list .document-item .document-item-img {
  padding-right: 20px;
}
.document-list .document-item .document-item-text {
  font-size: 24px;
  color: #333;
  position: relative;
  width: 100%;
}
.document-list .document-item .document-item-text:after {
  position: absolute;
  display: inline-block;
  height: 12px;
  width: 10px;
  background-image: url(/static/build/./images/arr_green.png);
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  background-repeat: no-repeat;
}
@media (max-width: 1600px) {
  .block-info-credit:before {
    background-size: auto 74%;
  }
}
@media (max-width: 1200px) {
  .block-info-credit:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .b-online-credit .img-back {
    display: none;
  }
  .howitworks {
    background-image: none !important;
  }
  .block-info-credit:before {
    display: none;
  }
  .cooperation .prod-advantage-icon-1:after,
  .cooperation .prod-advantage-icon-2:after {
    display: none;
  }
  .prod-header .container {
    background-image: none !important;
  }
  .block-info .text-right {
    text-align: left;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .b-online-credit .inner-content {
    padding: 36px 36px;
  }
}
@media (max-width: 499px) {
  .line-obj__text {
    width: 45%;
  }
  .line-obj__text .line-obj__span {
    font-size: 14px;
  }
  .b-online-credit .inner-content {
    padding: 30px 20px;
  }
  .block-info img {
    width: 77%;
  }
  .block-info span {
    font-size: 14px;
    white-space: normal;
  }
  .block-info span:after {
    right: -60px;
  }
  .block-info .line-obj__text {
    margin-left: 0;
  }
  .info_block {
    padding: 20px;
  }
  .prod-advantages-4 .row * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-title .wrapper-circle-small {
  height: 75px;
  width: 75px;
  border-radius: 70px;
  position: relative;
  display: inline-block;
  border: 2px solid #83b143;
  margin-right: 27px;
}
.product-title .wrapper-circle-small img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 43px;
}
.product-title .product-title-text {
  width: 100%;
}
.b-tariff .inner-content {
  padding: 55px 0px;
}
.b-tariff .product-title {
  margin-left: 56px;
}
.b-get-acquiring .inner-content {
  padding: 58px 57px 46px;
}
.b-terminals .inner-content {
  padding: 55px 55px 55px;
}
.b-terminals .product-title {
  margin-left: 70px;
}
.b-why-rsb {
  background-image: url(/static/build/./images/why-person.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.b-why-rsb .inner-content {
  padding: 54px 58px 52px;
}
.b-why-rsb .why-rsb-list {
  margin-top: 62px;
  margin-left: 17px;
}
.b-why-rsb .why-rsb-list .why-rsb-item {
  margin-bottom: 40px;
}
.b-why-rsb .why-rsb-list .why-rsb-item:last-child {
  margin-bottom: 0px;
}
.b-why-rsb .why-rsb-list .why-rsb-item .why-rsb-icon {
  margin-right: 19px;
  position: relative;
  top: -5px;
}
.b-why-rsb .why-rsb-list .why-rsb-item .why-rsb-text {
  font-size: 24px;
  width: 100%;
}
.b-bank-online .inner-content {
  padding: 55px 20px;
}
.b-bank-online .bank-online-list {
  width: 800px;
  margin: 0 auto;
  padding-top: 4px;
}
.b-bank-online .bank-online-list .bank-online-item {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px 35px;
  border: 3px solid #e3e3e3;
  box-shadow: 1px 10px 20px rgba(30, 30, 30, 0.12);
  margin-top: 20px;
  margin-bottom: 5px;
  min-height: 445px;
}
.b-bank-online .bank-online-list .bank-online-item.active {
  border: 3px solid #83b143;
}
.b-bank-online .bank-online-list .bank-online-item.active li:before {
  background-color: #83b143;
}
.b-bank-online .bank-online-list .bank-online-item .bank-online-icon {
  margin-right: 10px;
}
.b-bank-online .bank-online-list .bank-online-item .bank-online-title {
  font-size: 24px;
  width: 100%;
}
@media (max-width: 991px) {
  .b-get-acquiring .inner-content {
    padding: 58px 36px;
  }
  .b-terminals .inner-content {
    padding: 40px 0px 40px;
  }
  .b-bank-online .inner-content {
    padding: 55px 20px;
  }
  .b-bank-online .bank-online-list {
    width: auto;
  }
  .b-why-rsb {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .b-tariff .product-title {
    margin-left: 0px;
  }
  .b-terminals .product-title {
    margin-left: 0px;
  }
  .b-bank-online .bank-online-list .bank-online-item {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 27px;
  }
  .b-why-rsb .inner-content {
    padding: 36px 36px 36px;
  }
}
@media (max-width: 499px) {
  .b-tariff .inner-content {
    padding: 30px 0px;
  }
  .b-get-acquiring .inner-content {
    padding: 30px 20px;
  }
  .b-terminals .inner-content {
    padding: 20px 0px 20px;
  }
  .b-bank-online .inner-content {
    padding: 30px 0px;
  }
  .b-why-rsb .inner-content {
    padding: 30px 20px;
  }
  .b-why-rsb .why-rsb-list {
    margin-top: 30px;
    margin-left: 0px;
  }
  .b-why-rsb .why-rsb-list .why-rsb-item .why-rsb-text {
    font-size: 18px;
  }
}
.tariff-table {
  display: flex;
  width: 100%;
  font-family: 'LatoSemibold', sans-serif;
}
.tariff-table .tariff-table__title,
.tariff-table .tariff-table__item,
.tariff-table .tariff-table__slide-item {
  font-size: 16px;
  font-family: 'LatoSemibold', sans-serif;
}
.tariff-table__head {
  display: block;
  flex-direction: column;
  min-width: 160px;
  width: 25%;
  padding: 0;
  border-right: 1px solid #e6e5e5;
}
@media (max-width: 767px) {
  .tariff-table__head {
    width: 32%;
  }
}
@media (max-width: 650px) {
  .tariff-table__head {
    width: 40%;
  }
}
@media (max-width: 476px) {
  .tariff-table__head {
    width: 60%;
    font-size: 14px;
  }
}
.tariff-table__title {
  padding: 20px;
  background-color: #fff;
}
.tariff-table__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tariff-table__item {
  padding: 20px;
  background-color: #f6f6f6;
}
.tariff-table__item:nth-child(2n) {
  background-color: #fff;
}
.tariff-table__body {
  position: relative;
  display: block;
  width: 75%;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tariff-table__body {
    width: 68%;
  }
}
@media (max-width: 650px) {
  .tariff-table__body {
    width: 60%;
  }
}
@media (max-width: 476px) {
  .tariff-table__body {
    width: 40%;
    font-size: 14px;
  }
}
.tariff-table__slider {
  width: 100%;
}
.tariff-table__slide {
  border-right: 1px solid #e6e5e5;
}
.tariff-table__slide-title {
  padding-top: 30px;
  background-color: #fff;
  text-align: center;
}
.tariff-table__slide-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tariff-table__slide-item {
  padding: 20px;
  background-color: #f6f6f6;
  text-align: center;
}
.tariff-table__slide-item:nth-child(2n) {
  background-color: #fff;
}
.prod-advantages-list {
  display: flex;
  justify-content: space-around;
}
.prod-advantages-list > div {
  width: 20%;
}
.prod-header .wrapper-text {
  padding-top: 134px;
  padding-bottom: 101px;
}
.prod-header .wrapper-text .wrapper-text-mini {
  padding: 18px 0 0 0px;
  width: 59%;
  line-height: 2rem;
}
.prod-header .wrapper-text .wrapper-text-mini .btn-form {
  margin-top: 34px;
}
.product-title {
  font-size: 38px;
}
.prod-advantages {
  padding: 66px 0 42px 0;
}
.prod-advantages .prod-advantages-item {
  text-align: center;
  margin-bottom: 25px;
}
.prod-advantages .wrapper-circle-big {
  height: 106px;
  width: 106px;
  border-radius: 70px;
  position: relative;
  display: block;
  border: 2px solid #83b143;
  margin: 0 auto;
}
.prod-advantages .wrapper-circle-big img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ekv-info {
  background: #f0efed;
}
.ekv-info .container {
  background: url(/static/build/./images/internet-acq-ipad.png) no-repeat center right / 48%;
}
.ekv-info_online-pay .container {
  background: url(/static/build/./images/online-pay.png) no-repeat center right / auto 316px;
}
.ekv-edge-item {
  margin-bottom: 40px;
}
.ekv-edge-icon {
  text-align: center;
}
.ekv-edge-icon img {
  display: inline-block;
}
.ekv-edge-header {
  text-align: center;
  color: #83b143;
  font-size: 25px;
  margin-top: 38px;
  line-height: 3rem;
  font-family: 'LatoMedium', sans-serif;
}
.ekv-edge-text {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .prod-advantages-list {
    flex-wrap: wrap;
  }
  .prod-advantages-list > div {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .product-title {
    font-size: 28px !important;
  }
  .prod-advantages {
    padding: 30px 0 23px 0;
  }
  .prod-advantages .prod-advantages-item .wrapper-circle-big {
    height: 90px;
    width: 90px;
  }
  .prod-advantages .prod-advantages-item .wrapper-circle-big img {
    max-width: 60px;
  }
  .ekv-edge {
    margin-top: 85px;
    margin-bottom: 40px;
  }
  .ekv-edge-item {
    margin-bottom: 40px;
  }
  .ekv-edge-icon {
    text-align: center;
  }
  .ekv-edge-icon img {
    display: inline-block;
    max-width: 150px;
  }
  .ekv-edge-header {
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;
  }
  .ekv-edge-text {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .ekv-info .container {
    background: none;
  }
}
.navigation {
  border-bottom: 1px solid #dfe0e1;
  padding-left: 0;
}
.navigation li {
  font-size: 16px;
  font-family: 'LatoRegular', sans-serif;
  color: #333;
  cursor: pointer;
  margin-left: 40px;
  display: inline-block;
}
.navigation li a {
  padding: 20px 0;
  color: inherit;
  text-decoration: none !important;
  display: block;
}
.navigation li.active {
  position: relative;
  font-family: 'LatoBold', sans-serif;
}
.navigation li.active:after {
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: #83b143;
  content: '';
  display: inline-block;
  bottom: 0px;
  left: 0;
}
.any-systems {
  background-color: #f2f2f2;
}
@media (max-width: 768px) {
  .any-systems {
    background-position: 1000% 1000%,left top;
  }
}
.rs-express {
  background: #eff1f2 url(/static/build/./images/rs-express_back.png) no-repeat right center / 40% auto;
  padding: 40px 0 50px 0;
}
.rs-express .prod-advantage-icon {
  position: relative;
}
.rs-express .prod-advantage-icon .wrapper-circle-small {
  height: 75px;
  width: 75px;
  border-radius: 70px;
  position: relative;
  display: inline-block;
  margin-right: 27px;
  border: 2px solid #83b143;
}
.rs-express .prod-advantage-icon .wrapper-circle-small img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1200px) {
  .rs-express {
    background-image: none;
  }
}
#card2account .prod-advantages {
  padding: 60px 0 60px 0;
}
@media (min-width: 270px) and (max-width: 560px) {
  .prod-text-1 {
    font-size: 32px;
  }
  .prod-nav span {
    font-size: 12px;
    margin-left: 10px;
  }
  .card2 .prod-advantages .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .card2 .prod-advantages .container .font_18 {
    font-size: 14px;
  }
  .card2 .prod-advantages .container .prod-advantages-items-item {
    padding: 5px;
  }
  .rs-express .prod-advantage-icon .wrapper-circle-small {
    display: none;
  }
  #card2account .prod-advantages {
    margin: 0;
  }
}
.sta-notebook {
  transform: translateX(-38%) translateY(7%);
}
@media (max-width: 1000px) {
  .sta-notebook {
    transform: none;
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.eff2f5 {
  background: #eff2f5;
  background: linear-gradient(135deg, #eff2f5 0%, #f7fafd 100%);
}
.f2f8fe {
  background: #f2f8fe;
  background: linear-gradient(45deg, #f2f8fe 0%, #eaf4fd 100%);
  position: relative;
}
.f2f8fe:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 113%;
  bottom: 0;
  right: 0;
  background: url(/static/build/./images/best_offers.png) no-repeat right bottom / contain;
}
@media (max-width: 768px) {
  .f2f8fe:before {
    display: none;
  }
}
.online-credits-how_img {
  width: 25%;
}
@media (min-width: 1200px) {
  .online-credits-how_text {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .online-credits-how_img {
    width: 30%;
  }
}
.slidepos_prev,
.slidepos_next {
  cursor: pointer;
}
.visa .banner__shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-image: url(/static/build/./images/video-DL.png);
}
.visa .banner-row {
  background-image: url(/static/build/./images/back-img.png);
}
.visa .banner-title {
  padding-left: 55px;
  padding-top: 60px;
  padding-bottom: 300px;
  margin-bottom: 40px;
}
.visa .banner-title .br__left {
  display: none;
}
.visa .banner-card {
  width: 100%;
  box-shadow: 40px 0 40px -40px #fff, -40px 0 40px -40px #fff;
}
.visa .banner-list {
  list-style: none;
  margin-bottom: 40px;
  padding-left: 16px;
}
.visa .banner-list__box {
  position: absolute;
  left: 55px;
  bottom: 5%;
}
.visa .banner-list__li {
  position: relative;
}
.visa .banner-list__li:before {
  content: '';
  display: block;
  background-color: #83b143;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 30%;
  left: -16px;
}
.top-banner button.btn.banner-btn {
  margin-bottom: 50px;
  width: 200px;
}
.d-service {
  background-image: url(/static/build/./images/man&phone_img.png);
  background-repeat: no-repeat;
  background-position: 61vw bottom;
  background-color: #f2f2f2;
}
.d-service_span {
  display: block;
  margin-bottom: 2px;
}
.d-service-item {
  display: flex;
  flex-shrink: none;
  align-content: center;
  margin-bottom: 50px;
}
.d-service-item:last-child {
  margin-bottom: 0;
}
.d-service-list {
  list-style: none;
}
.d-service img {
  display: block;
}
.d-service .span-wrap {
  margin-left: 20px;
}
.form-box {
  background-color: #f2f2f2;
  padding-top: 40px;
  padding-bottom: 60px;
}
.form-box img.banner-card {
  margin-top: 0;
}
.form-box button.btn {
  width: 200px;
}
.form-inputs {
  padding: 35px;
}
.span-icon {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
}
.span-icon__proc {
  font-size: 50px;
}
.steps br {
  display: none;
}
@media (max-width: 991px) {
  .row.flex {
    display: block;
  }
  .visa .banner-card {
    width: auto;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .visa .banner-title {
    padding-bottom: 0;
  }
  .visa .banner-list__box {
    position: relative;
    left: 0;
    bottom: 0;
    margin-left: 55px;
  }
  .mw-286.text-center {
    text-align: left;
    margin-left: 40px;
  }
  .mw-286.auto {
    margin: 0;
  }
  .mw-286 {
    padding: 110px 0;
    padding-left: 260px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .span-wrap {
    max-width: 330px;
  }
  .steps-img {
    position: absolute;
    top: -8px;
    left: 30px;
  }
  .form-box img.banner-card {
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
    box-shadow: none;
  }
  .form-box button.btn {
    margin-top: 30px;
  }
  .img-wrap {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .visa .banner-bg {
    display: none;
  }
  .visa .banner__shadow {
    display: none;
  }
  .visa .banner-row {
    background: url(/static/build/./images/back_mobile.jpg) no-repeat center center / cover;
  }
  .visa .banner .flex {
    display: block;
  }
  .steps br {
    display: block;
  }
}
@media (max-width: 580px) {
  .visa .banner-title {
    padding-left: 0;
    text-align: center;
  }
  .visa .banner-list__box {
    margin-left: 30px;
  }
  .d-service {
    background-image: none;
  }
  .d-service-wrap {
    width: 100%;
  }
  .d-service-list {
    padding-left: 0;
  }
  .mw-286.text-center {
    text-align: center;
    margin-left: 40px;
  }
  .mw-286.auto {
    margin: 0 auto;
  }
  .mw-286 {
    padding: 0;
    padding-left: 0;
    max-width: 286px;
    margin-bottom: 30px;
  }
  .steps .col-md-4 {
    margin-bottom: 60px;
  }
  .steps-img {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media (max-width: 350px) {
  .visa .banner-title .br__left {
    display: block;
  }
}
#product-legal .bg-blue {
  background: #85c3e8;
}
#product-legal .container {
  padding-left: 40px;
  padding-right: 40px;
}
#product-legal .row {
  margin-left: -40px;
  margin-right: -40px;
}
#product-legal .row.nomargin {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  #product-legal .row.nomargin_mobile {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#product-legal .flat .round-icon_wrapper {
  display: flex;
  align-items: center;
}
#product-legal .flat .round-icon_wrapper .round-icon_text {
  margin-left: 20px;
}
#product-legal .service-provider {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}
#product-legal .service-provider__item {
  display: flex;
  justify-content: flex-end;
}
#product-legal .service-provider__title {
  color: #83b143;
  font-size: 14px;
  font-family: 'LatoBold', sans-serif;
  text-align: right;
  text-transform: uppercase;
}
#product-legal .service-provider__num {
  font-size: 40px;
}
#product-legal .service-provider__text {
  width: 66.66666667%;
  margin-left: 20px;
  font-size: 18px;
  color: #7a7677;
  align-self: flex-end;
  margin-bottom: 16px;
}
#product-legal img.img-responsive.inline.book {
  right: -9px;
  bottom: -10px;
}
#product-legal .table-arrows {
  display: none;
  justify-content: flex-end;
}
#product-legal .table-arrows_arrow {
  border: solid #b7b7b7;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 8px;
}
#product-legal .left_arrow_wrapper {
  padding: 20px;
}
#product-legal .right_arrow_wrapper {
  padding: 20px;
}
#product-legal .rightarrow {
  transform: rotate(-45deg);
}
#product-legal .leftarrow {
  transform: rotate(135deg);
  border-color: #cacccc;
}
@media (max-width: 767px) {
  #product-legal .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #product-legal .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  #product-legal .font_40 {
    font-size: 34px;
  }
  #product-legal .font_38 {
    font-size: 34px;
  }
  #product-legal .service-provider__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 13px;
  }
  #product-legal .service-provider__title {
    text-align: left;
    margin-bottom: 0;
  }
  #product-legal .service-provider__text {
    width: 100%;
    align-self: flex-start;
    margin-left: 0;
  }
  #product-legal .row.flex {
    flex-direction: column;
  }
  #product-legal .flat .round-icon {
    margin-bottom: 10px;
  }
  #product-legal .flat .round-icon_wrapper {
    display: flex;
  }
  #product-legal .flat .round-icon_img {
    flex-shrink: 0;
  }
  #product-legal .flat .round-icon_text {
    text-align: left;
  }
  #product-legal .hide_sm {
    display: none;
  }
  #product-legal .table-arrows {
    display: flex;
  }
  #product-legal .default-table {
    margin-left: -20px;
    margin-right: -20px;
  }
  #product-legal .default-table table {
    width: 100vw;
  }
}
@media (max-width: 991px) {
  #product-legal .feature_item-text {
    width: calc(100% - 135px);
    margin-left: 20px;
    text-align: left;
    vertical-align: middle;
  }
  #product-legal .feature_item.round-icon_img {
    margin: initial;
    display: inline-block;
  }
}
#product-legal .row.flex {
  display: flex;
}
@media (max-width: 768px) {
  #product-legal .round-icon .round-icon_img {
    margin: initial;
    display: inline-block;
  }
  #product-legal .round-icon_title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #product-legal .round-icon .round-icon_img {
    margin: 0 auto 10px;
    display: block;
  }
  #product-legal .feature_item-text {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.program-table {
  display: flex;
  width: 100%;
  font-family: 'LatoSemibold', sans-serif;
}
.program-table__head {
  display: block;
  flex-direction: column;
  min-width: 160px;
  width: 60%;
  padding: 0;
}
@media (max-width: 476px) {
  .program-table__head {
    font-size: 14px;
  }
}
.program-table__title {
  padding: 20px;
  color: #fff;
  background-color: #b7b7b7;
}
.program-table__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.program-table__item {
  padding: 20px;
  background-color: #f6f6f6;
}
.program-table__item:nth-child(2n) {
  background-color: #fff;
}
.program-table__item:last-child {
  font-family: 'LatoBold', sans-serif;
  color: #333;
}
.program-table__body {
  position: relative;
  display: block;
  width: 40%;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 476px) {
  .program-table__body {
    font-size: 14px;
  }
}
.program-table__slider {
  width: 100%;
}
.program-table__slide-title {
  padding: 20px;
  background-color: #fff;
}
.program-table__slide-title:first-child {
  background-color: #b7b7b7;
  color: #fff;
}
.program-table__slide-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.program-table__slide-item {
  padding: 20px;
  background-color: #f6f6f6;
}
.program-table__slide-item:nth-child(2n) {
  background-color: #fff;
}
.program-table__slide-item:last-child {
  font-family: 'LatoBold', sans-serif;
  color: #333;
}
#oplata-s-chaevymi .row.nomargin {
  margin-left: 0;
  margin-right: 0;
}
#oplata-s-chaevymi .flat .round-icon_wrapper {
  display: flex;
  align-items: center;
}
#oplata-s-chaevymi .flat .round-icon_wrapper .round-icon_text {
  margin-left: 20px;
}
#oplata-s-chaevymi .service-provider {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}
#oplata-s-chaevymi .service-provider__item {
  display: flex;
}
#oplata-s-chaevymi .service-provider__item_right__item {
  display: flex;
  justify-content: flex-end;
}
#oplata-s-chaevymi .service-provider__title {
  color: #83b143;
  font-size: 14px;
  font-family: 'LatoBold', sans-serif;
  text-transform: uppercase;
  text-align: right;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 0;
  line-height: 2em;
}
#oplata-s-chaevymi .service-provider__title span {
  text-transform: none;
}
#oplata-s-chaevymi .service-provider__num {
  font-size: 40px;
}
#oplata-s-chaevymi .service-provider__text {
  width: 66.66666667%;
  margin-left: 20px;
  font-size: 18px;
  color: #7a7677;
  align-self: flex-end;
  margin-bottom: 0;
}
#oplata-s-chaevymi .service-provider_inline {
  flex-direction: row;
}
@media (max-width: 991px) {
  #oplata-s-chaevymi .service-provider {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding: 0 100px;
  }
  #oplata-s-chaevymi .service-provider__item {
    align-items: flex-start;
    padding: 0 13px;
    margin-bottom: 15px;
  }
  #oplata-s-chaevymi .service-provider__item > p {
    width: 50%;
  }
  #oplata-s-chaevymi .service-provider__title {
    margin-bottom: 0;
    margin-right: 15px;
  }
  #oplata-s-chaevymi .service-provider__text {
    width: 100%;
    align-self: flex-start;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #oplata-s-chaevymi .service-provider {
    padding: 0;
  }
  #oplata-s-chaevymi .service-provider__item {
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
  }
  #oplata-s-chaevymi .service-provider__item > p {
    width: 100%;
    text-align: center;
  }
  #oplata-s-chaevymi .service-provider__title {
    margin: 0 0 15px 0;
    text-align: center;
  }
  #oplata-s-chaevymi .service-provider__text {
    width: 100%;
    align-self: flex-start;
    margin-left: 0;
  }
}
#oplata-s-chaevymi img.img-responsive.inline.book {
  right: -9px;
  bottom: -10px;
}
#oplata-s-chaevymi .round-icon_img {
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  #oplata-s-chaevymi .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #oplata-s-chaevymi .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  #oplata-s-chaevymi .container_2 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #oplata-s-chaevymi .container_2 .col-sm-4.block_mb_20 {
    margin-bottom: 50px;
  }
  #oplata-s-chaevymi .row.flex {
    flex-direction: column;
  }
  #oplata-s-chaevymi .flat .round-icon {
    margin-bottom: 10px;
  }
  #oplata-s-chaevymi .flat .round-icon_wrapper {
    margin-bottom: 50px;
  }
  #oplata-s-chaevymi .flat .round-icon_wrapper .round-icon_text {
    margin-left: 0;
  }
  #oplata-s-chaevymi .flat .round-icon_img {
    flex-shrink: 0;
  }
  #oplata-s-chaevymi .flat .round-icon_text {
    text-align: center;
    max-width: 200px;
  }
  #oplata-s-chaevymi .hide_sm {
    display: none;
  }
}
@media (max-width: 768px) {
  #oplata-s-chaevymi .flat .round-icon_wrapper {
    display: flex;
    flex-direction: column;
  }
}
#oplata-s-chaevymi .service-banner {
  background-image: url(/static/build/./images/oplata-s-chaevymi-service-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#oplata-s-chaevymi .process-banner {
  background-image: url(/static/build/./images/oplata-s-chaevymi-process-banner.jpg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
#oplata-s-chaevymi .banner-bg {
  background-repeat: no-repeat;
  background-position: 60% top;
  background-size: cover;
}
@media (max-width: 991px) {
  #oplata-s-chaevymi .process-banner {
    background-position: 125% bottom;
  }
  #oplata-s-chaevymi .service-banner {
    background-position: 75%;
  }
}
@media (max-width: 767px) {
  #oplata-s-chaevymi .process-banner {
    background-size: calc(20vw + 130px);
    background-position: calc(100% + 90px) bottom;
  }
  #oplata-s-chaevymi .service-banner {
    background-position: 50%;
  }
  #oplata-s-chaevymi .banner-bg {
    background-position: 70% top;
  }
}
@media (max-width: 991px) {
  #oplata-s-chaevymi .feature_item-text {
    width: calc(100% - 135px);
    margin-left: 20px;
    text-align: left;
    vertical-align: middle;
  }
  #oplata-s-chaevymi .feature_item.round-icon_img {
    margin: initial;
    display: inline-block;
  }
}
#oplata-s-chaevymi .row.flex {
  display: flex;
}
@media (max-width: 768px) {
  #oplata-s-chaevymi .round-icon .feature_item.round-icon_img {
    margin-left: 0;
  }
  #oplata-s-chaevymi .round-icon_title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #oplata-s-chaevymi .round-icon .round-icon_img {
    margin-bottom: 10px;
    display: block;
  }
  #oplata-s-chaevymi .feature_item-text {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  #oplata-s-chaevymi .p_title {
    text-align: left;
  }
}
#oplata-s-chaevymi .mw-205 {
  max-width: 205px;
}
#oplata-s-chaevymi .mw-220 {
  max-width: 220px;
}
#oplata-s-chaevymi .mx_auto {
  margin-left: auto;
  margin-right: auto;
}
#sbp .row.nomargin {
  margin-left: 0;
  margin-right: 0;
}
#sbp .flat .round-icon_wrapper {
  display: flex;
  align-items: center;
}
#sbp .flat .round-icon_wrapper .round-icon_text {
  margin-left: 20px;
}
#sbp .service-provider {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}
#sbp .service-provider_p .service-provider__item {
  align-items: center;
}
#sbp .service-provider__item {
  display: flex;
  align-items: flex-start;
}
#sbp .service-provider__item_right__item {
  display: flex;
  justify-content: flex-end;
}
#sbp .service-provider__item_mr {
  margin-right: 25px;
}
#sbp .service-provider__title {
  color: #83b143;
  font-family: 'LatoBold', sans-serif;
  text-transform: uppercase;
  text-align: right;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 0;
  min-width: 89px;
}
#sbp .service-provider__title span {
  text-transform: none;
}
#sbp .service-provider__num {
  font-size: 40px;
}
#sbp .service-provider__text {
  width: 66.66666667%;
  margin-left: 20px;
  font-size: 18px;
  color: #454644;
  align-self: center;
  margin-bottom: 0;
}
#sbp .service-provider_inline {
  flex-direction: row;
}
#sbp .service-provider__list {
  margin: 0 0 0 20px;
  padding: 20px 0 0 0;
  font-size: 18px;
  list-style: none;
}
#sbp .service-provider__list-container {
  padding-top: 10px;
}
@media (max-width: 991px) {
  #sbp .service-provider__list-container {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #sbp .service-provider__list-container .service-provider__text {
    padding-bottom: 10px;
  }
}
#sbp .service-provider__list-item {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
#sbp .service-provider__list-item:before {
  content: '\2014';
  position: absolute;
  top: 0;
  left: 0;
}
#sbp .service-provider__list_dashes {
  margin: 0;
}
@media (max-width: 991px) {
  #sbp .service-provider {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  #sbp .service-provider_p {
    padding: 0 100px;
    align-items: center;
  }
  #sbp .service-provider_p > .service-provider__item .service-col {
    width: 50%;
  }
  #sbp .service-provider__item {
    align-items: flex-start;
    padding: 0 13px;
    margin-bottom: 15px;
  }
  #sbp .service-provider__item_mr {
    margin-right: 0;
  }
  #sbp .service-provider__title {
    margin-bottom: 0;
    margin-right: 15px;
  }
  #sbp .service-provider__text {
    width: 100%;
    align-self: flex-start;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #sbp .service-provider {
    padding: 0 15px;
  }
  #sbp .service-provider_p > .service-provider__item .service-col {
    width: 100%;
    text-align: center;
  }
  #sbp .service-provider__item {
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
  }
  #sbp .service-provider__item > p {
    width: 100%;
    text-align: left;
  }
  #sbp .service-provider__list {
    padding: 0;
    margin: 0;
  }
  #sbp .service-provider__title {
    margin: 0;
    text-align: center;
  }
  #sbp .service-provider__text {
    width: 100%;
    align-self: flex-start;
    margin-left: 0;
  }
}
#sbp img.img-responsive.inline.book {
  right: -9px;
  bottom: -10px;
}
#sbp .round-icon_img {
  border: 5px solid #83b143;
  max-width: 100%;
  max-height: 100%;
}
#sbp .round-icon_img img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  #sbp .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #sbp .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  #sbp .container_2 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #sbp .container_2 .col-sm-4.block_mb_20 {
    margin-bottom: 50px;
  }
  #sbp .row.flex {
    flex-direction: column;
  }
  #sbp .flat .round-icon {
    margin-bottom: 10px;
  }
  #sbp .flat .round-icon_wrapper {
    margin-bottom: 50px;
  }
  #sbp .flat .round-icon_wrapper .round-icon_text {
    margin-left: 0;
  }
  #sbp .flat .round-icon_img {
    flex-shrink: 0;
  }
  #sbp .flat .round-icon_text {
    text-align: center;
    max-width: 200px;
  }
  #sbp .hide_sm {
    display: none;
  }
}
@media (max-width: 768px) {
  #sbp .flat .round-icon_wrapper {
    display: flex;
    flex-direction: column;
  }
}
#sbp .tariff {
  background-color: #e2e9f3;
  background-image: url(/static/build/./images/tariff-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 660px;
}
#sbp .static-qr {
  background-color: #ffffff;
  background-image: url(/static/build/./images/qr-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 690px;
}
#sbp .service-banner {
  background-color: #2a2c2f;
  background-image: url(/static/build/./images/feature-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#sbp .service-banner_white {
  background-color: #ffffff;
  background-image: url(/static/build/./images/feature-white-banner.jpg);
  background-size: auto;
  background-position: right bottom;
}
#sbp .sbp-info {
  background-image: url(/static/build/./images/sbp-info-banner.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
  min-height: 550px;
}
#sbp .process-banner {
  background-image: url(/static/build/./images/oplata-s-chaevymi-process-banner.jpg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
#sbp .banner-bg {
  background-repeat: no-repeat;
  background-position: 60% top;
  background-size: cover;
  top: -1px;
}
#sbp .qr-pay {
  background-color: #575756;
}
#sbp .qr-pay__image {
  text-align: right;
}
@media (max-width: 767px) {
  #sbp .qr-pay__image {
    text-align: center;
  }
}
#sbp .qr-pay .round-icon_img {
  width: 43px;
  height: 43px;
  border: 3px solid #83b143;
}
#sbp .qr-pay .round-icon__wrapper {
  display: flex;
  align-items: center;
}
#sbp .qr-pay .round-icon__text {
  margin: 0;
}
@media (max-width: 991px) {
  #sbp .process-banner {
    background-position: 125% bottom;
  }
  #sbp .service-banner {
    background-position: 75%;
  }
  #sbp .service-banner_white {
    background-position: 100%;
  }
}
@media (max-width: 767px) {
  #sbp .process-banner {
    background-size: calc(20vw + 130px);
    background-position: calc(100% + 90px) bottom;
  }
  #sbp .service-banner {
    background-position: right;
  }
  #sbp .service-banner_white {
    background-image: none;
  }
  #sbp .sbp-info {
    padding-bottom: 250px;
    background-size: 70%;
  }
  #sbp .banner-bg {
    background-position: left;
  }
  #sbp .tariff {
    background-position: right;
  }
  #sbp .static-qr {
    background-position: right;
  }
}
@media (max-width: 991px) {
  #sbp .feature_item-text {
    width: calc(100% - 135px);
    margin-left: 20px;
    text-align: left;
    vertical-align: middle;
  }
  #sbp .feature_item.round-icon_img {
    margin: initial;
    display: inline-block;
  }
}
#sbp .row.flex {
  display: flex;
}
@media (max-width: 768px) {
  #sbp .round-icon .feature_item.round-icon_img {
    margin-left: auto;
    margin-right: auto;
  }
  #sbp .qr-pay .round-icon .feature_item.round-icon_img {
    margin-left: 0;
    margin-right: 10px;
  }
  #sbp .round-icon_title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #sbp .round-icon .round-icon_img {
    margin-bottom: 10px;
    display: block;
  }
  #sbp .qr-pay .feature_item-text {
    width: 80%;
    text-align: left;
  }
  #sbp .feature_item-text {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  #sbp .p_title {
    text-align: center;
  }
}
#sbp .mw-205 {
  max-width: 205px;
}
#sbp .mw-220 {
  max-width: 220px;
}
#sbp .mx_auto {
  margin-left: auto;
  margin-right: auto;
}
.block-video {
  padding: 0;
  border: none;
  position: relative;
  width: 100%;
  background: transparent;
}
.block-video__img {
  width: 100%;
  border: 1px solid #d0cdcd;
  border-radius: 4px;
  box-shadow: 9px 9px 18px 0 rgba(9, 10, 12, 0.15);
}
.block-video__play {
  width: 83px;
  height: 83px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/static/build/./images/icn-play-state1.svg) no-repeat center / cover;
  border-radius: 50%;
}
.block-video:hover .block-video__play {
  background-image: url(/static/build/./images/icn-play-state2.svg);
}
.modal-video {
  display: none;
  position: fixed;
  z-index: 1041;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 560px;
  height: 315px;
  border: none;
  background: #000;
}
.modal-backdrop {
  pointer-events: none;
}
.modal-backdrop_pointer {
  pointer-events: auto;
}
@media (max-width: 576px) {
  .modal-video {
    width: 100%;
  }
}
.pay-banner {
  display: flex;
  align-items: center;
  min-height: 392px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-color: #E5E5E5;
}
@media (max-width: 767px) {
  .pay-banner {
    min-height: 300px;
    max-height: 300px;
    background-image: none !important;
  }
}
@media (max-width: 992px) {
  .pay-banner {
    background-position: 66%;
  }
}
@media (max-width: 767px) {
  .pay-banner__title {
    font-size: 28px;
  }
}
.services {
  padding: 60px 0;
  background-color: #F7F9F9;
}
.services__text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
.services__title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .services__title {
    font-size: 28px;
  }
}
.services__cont {
  display: flex;
  justify-content: center;
}
.services__link {
  display: block;
  width: 219px;
  height: 114px;
  margin-bottom: 35px;
  background-color: #FFFFFF;
  box-shadow: 5px -5px 10px rgba(230, 230, 230, 0.2), 5px 5px 13px rgba(230, 230, 230, 0.9), inset -1px -1px 2px rgba(230, 230, 230, 0.5);
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
.desc {
  padding: 70px 0 40px 0;
  background-color: #ffffff;
}
.desc__title {
  font-size: 38px;
}

/* End */


/* Start:/local/templates/main/css/main.css?1605026212167*/
#ac-wizard > .content > h2.title {
    display:none;
}

#ac-wizard > h2 {
    display:none;
}

#ac-wizard > .steps {
    display:none;
}

.d-none{
    display: none;
}
/* End */
/* /static/build/custom-common-js.css?1750769950356859 */
/* /local/templates/main/css/main.css?1605026212167 */
