/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-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 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
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 {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-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,
  .richtext .button-primary > .caret,
  .dropup > .richtext .button-primary > .caret,
  .richtext .button-secondary > .caret,
  .dropup > .richtext .button-secondary > .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;
  }
}
* {
  -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.428571429;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #33a44d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00973A;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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: #777777;
}
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 {
  background-color: #fcf8e3;
  padding: .2em;
}
.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: #777777;
}
.text-primary {
  color: #20559e;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #173e74;
}
.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: #20559e;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #173e74;
}
.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 #eeeeee;
}
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;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.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: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
.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,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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: 1175px) {
  .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: 1175px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1176px) {
  .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: 1176px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1176px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1176px) {
  .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: 1175px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1176px) {
  .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;
  }
}
.container,
.carousel--header {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container,
  .carousel--header {
    width: 744px;
  }
}
@media (min-width: 992px) {
  .container,
  .carousel--header {
    width: 960px;
  }
}
@media (min-width: 1176px) {
  .container,
  .carousel--header {
    width: 1176px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -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-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1176px) {
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  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.428571429;
  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;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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 {
  overflow-x: auto;
  min-height: 0.01%;
}
@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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  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;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgba(54, 54, 54, 0.8);
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgba(54, 54, 54, 0.8);
  background-color: #fff;
  background-image: none;
  border: 1px solid #e4e7eb;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, 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: #38398d;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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 {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #b4b8c2;
  background-color: #f1f5f9;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media (max-width: 767px) {
  .form-control {
    font-size: 16px;
  }
}
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: 50px;
  }
  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-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  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 {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
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: 0px;
}
.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: 0px;
}
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: 0px;
}
.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: 62.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  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-warning small.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 {
  color: #8a6d3b;
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error small.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: #ff0000;
}
.has-error .form-control {
  color: #ff0000;
  border-color: #ff0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #cc0000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #ff0000;
  border-color: #ff0000;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #ff0000;
}
.has-error small a {
  color: #ff0000;
  text-decoration: underline;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 6px;
  color: #9fa3b0;
  font-size: 12px;
  line-height: 16px;
}
.help-block a {
  color: #9fa3b0;
  text-decoration: underline;
}
.help-block a:hover {
  color: #333333;
}
@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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.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,
.richtext .button-primary,
.richtext .button-secondary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: 200ms all ease;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 19px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  .btn,
  .richtext .button-primary,
  .richtext .button-secondary {
    width: 100%;
    display: block;
  }
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.richtext .button-primary:focus,
.richtext .button-primary:active:focus,
.richtext .button-primary.active:focus,
.richtext .button-primary.focus,
.richtext .button-primary:active.focus,
.richtext .button-primary.active.focus,
.richtext .button-secondary:focus,
.richtext .button-secondary:active:focus,
.richtext .button-secondary.active:focus,
.richtext .button-secondary.focus,
.richtext .button-secondary:active.focus,
.richtext .button-secondary.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus,
.richtext .button-primary:hover,
.richtext .button-primary:focus,
.richtext .button-primary.focus,
.richtext .button-secondary:hover,
.richtext .button-secondary:focus,
.richtext .button-secondary.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active,
.richtext .button-primary:active,
.richtext .button-primary.active,
.richtext .button-secondary:active,
.richtext .button-secondary.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
a.btn.disabled,
fieldset[disabled] a.btn,
a.richtext .button-primary.disabled,
fieldset[disabled] a.richtext .button-primary,
a.richtext .button-secondary.disabled,
fieldset[disabled] a.richtext .button-secondary {
  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,
.richtext .button-primary {
  color: #fff;
  background-color: #008d21;
  border-color: #008d21;
}
.btn-primary:focus,
.btn-primary.focus,
.richtext .button-primary:focus,
.richtext .button-primary.focus {
  color: #fff;
  background-color: #005a15;
  border-color: #000e03;
}
.btn-primary:hover,
.richtext .button-primary:hover {
  color: #fff;
  background-color: #005a15;
  border-color: #005013;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.richtext .button-primary:active,
.richtext .button-primary.active,
.open > .dropdown-toggle.richtext .button-primary {
  color: #fff;
  background-color: #005a15;
  border-color: #005013;
}
.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,
.richtext .button-primary:active:hover,
.richtext .button-primary.active:hover,
.open > .dropdown-toggle.richtext .button-primary:hover,
.richtext .button-primary:active:focus,
.richtext .button-primary.active:focus,
.open > .dropdown-toggle.richtext .button-primary:focus,
.richtext .button-primary:active.focus,
.richtext .button-primary.active.focus,
.open > .dropdown-toggle.richtext .button-primary.focus {
  color: #fff;
  background-color: #00360d;
  border-color: #000e03;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.richtext .button-primary:active,
.richtext .button-primary.active,
.open > .dropdown-toggle.richtext .button-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,
.richtext .button-primary.disabled:hover,
.richtext .button-primary[disabled]:hover,
fieldset[disabled] .richtext .button-primary:hover,
.richtext .button-primary.disabled:focus,
.richtext .button-primary[disabled]:focus,
fieldset[disabled] .richtext .button-primary:focus,
.richtext .button-primary.disabled.focus,
.richtext .button-primary[disabled].focus,
fieldset[disabled] .richtext .button-primary.focus {
  background-color: #008d21;
  border-color: #008d21;
}
.btn-primary .badge,
.richtext .button-primary .badge {
  color: #008d21;
  background-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.richtext .button-primary:hover,
.richtext .button-primary:focus {
  background: #00701a !important;
  border-color: #00701a !important;
  outline: none!important;
}
.btn-primary:active,
.richtext .button-primary:active {
  background: #00701a !important;
  border-color: #00701a !important;
  box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, 0.15) !important;
  outline: none!important;
}
.btn-primary[disabled],
.richtext .button-primary[disabled] {
  cursor: not-allowed;
  color: #9fa3b0 !important;
  background: #f8fafc !important;
  border-color: #f1f3f5 !important;
  box-shadow: none!important;
}
.btn-red {
  color: #fff;
  background-color: #e71e26;
  border-color: #e71e26;
}
.btn-red:focus,
.btn-red.focus {
  color: #fff;
  background-color: #be141b;
  border-color: #790d11;
}
.btn-red:hover {
  color: #fff;
  background-color: #be141b;
  border-color: #b5131a;
}
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  color: #fff;
  background-color: #be141b;
  border-color: #b5131a;
}
.btn-red:active:hover,
.btn-red.active:hover,
.open > .dropdown-toggle.btn-red:hover,
.btn-red:active:focus,
.btn-red.active:focus,
.open > .dropdown-toggle.btn-red:focus,
.btn-red:active.focus,
.btn-red.active.focus,
.open > .dropdown-toggle.btn-red.focus {
  color: #fff;
  background-color: #9d1116;
  border-color: #790d11;
}
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  background-image: none;
}
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled.focus,
.btn-red[disabled].focus,
fieldset[disabled] .btn-red.focus {
  background-color: #e71e26;
  border-color: #e71e26;
}
.btn-red .badge {
  color: #e71e26;
  background-color: #fff;
}
.btn-red:hover,
.btn-red:focus {
  background: #d5171e !important;
  border-color: #d5171e !important;
  outline: none!important;
}
.btn-red:active {
  background: #be141b !important;
  border-color: #be141b !important;
  box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, 0.15) !important;
  outline: none!important;
}
.btn-red[disabled] {
  cursor: not-allowed;
  color: #9fa3b0 !important;
  background: #f8fafc !important;
  border-color: #f1f3f5 !important;
  box-shadow: none!important;
}
.btn-outline,
.richtext .button-secondary {
  color: #008d21;
  background-color: transparent;
  border-color: #008d21;
}
.btn-outline:focus,
.btn-outline.focus,
.richtext .button-secondary:focus,
.richtext .button-secondary.focus {
  color: #008d21;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000e03;
}
.btn-outline:hover,
.richtext .button-secondary:hover {
  color: #008d21;
  background-color: rgba(0, 0, 0, 0);
  border-color: #005013;
}
.btn-outline:active,
.btn-outline.active,
.open > .dropdown-toggle.btn-outline,
.richtext .button-secondary:active,
.richtext .button-secondary.active,
.open > .dropdown-toggle.richtext .button-secondary {
  color: #008d21;
  background-color: rgba(0, 0, 0, 0);
  border-color: #005013;
}
.btn-outline:active:hover,
.btn-outline.active:hover,
.open > .dropdown-toggle.btn-outline:hover,
.btn-outline:active:focus,
.btn-outline.active:focus,
.open > .dropdown-toggle.btn-outline:focus,
.btn-outline:active.focus,
.btn-outline.active.focus,
.open > .dropdown-toggle.btn-outline.focus,
.richtext .button-secondary:active:hover,
.richtext .button-secondary.active:hover,
.open > .dropdown-toggle.richtext .button-secondary:hover,
.richtext .button-secondary:active:focus,
.richtext .button-secondary.active:focus,
.open > .dropdown-toggle.richtext .button-secondary:focus,
.richtext .button-secondary:active.focus,
.richtext .button-secondary.active.focus,
.open > .dropdown-toggle.richtext .button-secondary.focus {
  color: #008d21;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000e03;
}
.btn-outline:active,
.btn-outline.active,
.open > .dropdown-toggle.btn-outline,
.richtext .button-secondary:active,
.richtext .button-secondary.active,
.open > .dropdown-toggle.richtext .button-secondary {
  background-image: none;
}
.btn-outline.disabled:hover,
.btn-outline[disabled]:hover,
fieldset[disabled] .btn-outline:hover,
.btn-outline.disabled:focus,
.btn-outline[disabled]:focus,
fieldset[disabled] .btn-outline:focus,
.btn-outline.disabled.focus,
.btn-outline[disabled].focus,
fieldset[disabled] .btn-outline.focus,
.richtext .button-secondary.disabled:hover,
.richtext .button-secondary[disabled]:hover,
fieldset[disabled] .richtext .button-secondary:hover,
.richtext .button-secondary.disabled:focus,
.richtext .button-secondary[disabled]:focus,
fieldset[disabled] .richtext .button-secondary:focus,
.richtext .button-secondary.disabled.focus,
.richtext .button-secondary[disabled].focus,
fieldset[disabled] .richtext .button-secondary.focus {
  background-color: transparent;
  border-color: #008d21;
}
.btn-outline .badge,
.richtext .button-secondary .badge {
  color: transparent;
  background-color: #008d21;
}
.btn-outline:hover,
.btn-outline:focus,
.richtext .button-secondary:hover,
.richtext .button-secondary:focus {
  color: #ffffff !important;
  background: #008d21 !important;
  border-color: #008d21 !important;
  outline: none!important;
}
.btn-outline:active,
.richtext .button-secondary:active {
  color: #ffffff !important;
  background: #008d21 !important;
  border-color: #008d21 !important;
  box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, 0.15) !important;
  outline: none!important;
}
.btn-success {
  color: #fff;
  background-color: rgba(28, 151, 77, 0.95);
  border-color: rgba(24, 129, 66, 0.95);
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: rgba(20, 108, 55, 0.95);
  border-color: rgba(4, 22, 11, 0.95);
}
.btn-success:hover {
  color: #fff;
  background-color: rgba(20, 108, 55, 0.95);
  border-color: rgba(14, 78, 40, 0.95);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: rgba(20, 108, 55, 0.95);
  border-color: rgba(14, 78, 40, 0.95);
}
.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: rgba(14, 78, 40, 0.95);
  border-color: rgba(4, 22, 11, 0.95);
}
.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: rgba(28, 151, 77, 0.95);
  border-color: rgba(24, 129, 66, 0.95);
}
.btn-success .badge {
  color: rgba(28, 151, 77, 0.95);
  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 {
  color: #33a44d;
  font-weight: normal;
  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: #00973A;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.richtext .button-primary,
.richtext .button-secondary {
  padding: 10px 25px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 2px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.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%;
}
.btn-mini {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: 200ms all ease;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 20px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #008d21;
  border-color: #008d21;
}
@media (max-width: 767px) {
  .btn-mini {
    width: 100%;
    display: block;
  }
}
.btn-mini:focus,
.btn-mini:active:focus,
.btn-mini.active:focus,
.btn-mini.focus,
.btn-mini:active.focus,
.btn-mini.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-mini:hover,
.btn-mini:focus,
.btn-mini.focus {
  color: #333;
  text-decoration: none;
}
.btn-mini:active,
.btn-mini.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
a.btn-mini.disabled,
fieldset[disabled] a.btn-mini {
  pointer-events: none;
}
.btn-mini:focus,
.btn-mini.focus {
  color: #fff;
  background-color: #005a15;
  border-color: #000e03;
}
.btn-mini:hover {
  color: #fff;
  background-color: #005a15;
  border-color: #005013;
}
.btn-mini:active,
.btn-mini.active,
.open > .dropdown-toggle.btn-mini {
  color: #fff;
  background-color: #005a15;
  border-color: #005013;
}
.btn-mini:active:hover,
.btn-mini.active:hover,
.open > .dropdown-toggle.btn-mini:hover,
.btn-mini:active:focus,
.btn-mini.active:focus,
.open > .dropdown-toggle.btn-mini:focus,
.btn-mini:active.focus,
.btn-mini.active.focus,
.open > .dropdown-toggle.btn-mini.focus {
  color: #fff;
  background-color: #00360d;
  border-color: #000e03;
}
.btn-mini:active,
.btn-mini.active,
.open > .dropdown-toggle.btn-mini {
  background-image: none;
}
.btn-mini.disabled:hover,
.btn-mini[disabled]:hover,
fieldset[disabled] .btn-mini:hover,
.btn-mini.disabled:focus,
.btn-mini[disabled]:focus,
fieldset[disabled] .btn-mini:focus,
.btn-mini.disabled.focus,
.btn-mini[disabled].focus,
fieldset[disabled] .btn-mini.focus {
  background-color: #008d21;
  border-color: #008d21;
}
.btn-mini .badge {
  color: #008d21;
  background-color: #fff;
}
.btn-mini:hover,
.btn-mini:focus {
  background: #00701a !important;
  border-color: #00701a !important;
  outline: none!important;
}
.btn-mini:active {
  background: #00701a !important;
  border-color: #00701a !important;
  box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, 0.15) !important;
  outline: none!important;
}
.btn-mini[disabled] {
  cursor: not-allowed;
  color: #9fa3b0 !important;
  background: #f8fafc !important;
  border-color: #f1f3f5 !important;
  box-shadow: none!important;
}
.btn-outline.border-grey,
.richtext .button-secondary.border-grey {
  color: #d8dcde;
  background-color: transparent;
  border-color: #d8dcde;
}
.btn-outline.border-grey:focus,
.btn-outline.border-grey.focus,
.richtext .button-secondary.border-grey:focus,
.richtext .button-secondary.border-grey.focus {
  color: #d8dcde;
  background-color: rgba(0, 0, 0, 0);
  border-color: #939ea4;
}
.btn-outline.border-grey:hover,
.richtext .button-secondary.border-grey:hover {
  color: #d8dcde;
  background-color: rgba(0, 0, 0, 0);
  border-color: #b7bec2;
}
.btn-outline.border-grey:active,
.btn-outline.border-grey.active,
.open > .dropdown-toggle.btn-outline.border-grey,
.richtext .button-secondary.border-grey:active,
.richtext .button-secondary.border-grey.active,
.open > .dropdown-toggle.richtext .button-secondary.border-grey {
  color: #d8dcde;
  background-color: rgba(0, 0, 0, 0);
  border-color: #b7bec2;
}
.btn-outline.border-grey:active:hover,
.btn-outline.border-grey.active:hover,
.open > .dropdown-toggle.btn-outline.border-grey:hover,
.btn-outline.border-grey:active:focus,
.btn-outline.border-grey.active:focus,
.open > .dropdown-toggle.btn-outline.border-grey:focus,
.btn-outline.border-grey:active.focus,
.btn-outline.border-grey.active.focus,
.open > .dropdown-toggle.btn-outline.border-grey.focus,
.richtext .button-secondary.border-grey:active:hover,
.richtext .button-secondary.border-grey.active:hover,
.open > .dropdown-toggle.richtext .button-secondary.border-grey:hover,
.richtext .button-secondary.border-grey:active:focus,
.richtext .button-secondary.border-grey.active:focus,
.open > .dropdown-toggle.richtext .button-secondary.border-grey:focus,
.richtext .button-secondary.border-grey:active.focus,
.richtext .button-secondary.border-grey.active.focus,
.open > .dropdown-toggle.richtext .button-secondary.border-grey.focus {
  color: #d8dcde;
  background-color: rgba(0, 0, 0, 0);
  border-color: #939ea4;
}
.btn-outline.border-grey:active,
.btn-outline.border-grey.active,
.open > .dropdown-toggle.btn-outline.border-grey,
.richtext .button-secondary.border-grey:active,
.richtext .button-secondary.border-grey.active,
.open > .dropdown-toggle.richtext .button-secondary.border-grey {
  background-image: none;
}
.btn-outline.border-grey.disabled:hover,
.btn-outline.border-grey[disabled]:hover,
fieldset[disabled] .btn-outline.border-grey:hover,
.btn-outline.border-grey.disabled:focus,
.btn-outline.border-grey[disabled]:focus,
fieldset[disabled] .btn-outline.border-grey:focus,
.btn-outline.border-grey.disabled.focus,
.btn-outline.border-grey[disabled].focus,
fieldset[disabled] .btn-outline.border-grey.focus,
.richtext .button-secondary.border-grey.disabled:hover,
.richtext .button-secondary.border-grey[disabled]:hover,
fieldset[disabled] .richtext .button-secondary.border-grey:hover,
.richtext .button-secondary.border-grey.disabled:focus,
.richtext .button-secondary.border-grey[disabled]:focus,
fieldset[disabled] .richtext .button-secondary.border-grey:focus,
.richtext .button-secondary.border-grey.disabled.focus,
.richtext .button-secondary.border-grey[disabled].focus,
fieldset[disabled] .richtext .button-secondary.border-grey.focus {
  background-color: transparent;
  border-color: #d8dcde;
}
.btn-outline.border-grey .badge,
.richtext .button-secondary.border-grey .badge {
  color: transparent;
  background-color: #d8dcde;
}
.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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.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.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #20559e;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
}
.panel-body {
  padding: 30px;
}
.panel-heading {
  padding: 30px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .panel-title {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 10px;
    font-weight: 700;
  }
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 30px;
  background-color: #f5f5f5;
  border-top: 1px solid #f1f3f5;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.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-right-radius: -1;
  border-top-left-radius: -1;
}
.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: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-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-left: 30px;
  padding-right: 30px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.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: -1;
  border-top-right-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.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-left-radius: -1;
  border-bottom-right-radius: -1;
}
.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: -1;
}
.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: -1;
}
.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 {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.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 #f1f3f5;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #f1f3f5;
}
.panel-default {
  border-color: #e6e8ec;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f9fbfd;
  border-color: #e6e8ec;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e6e8ec;
}
.panel-default > .panel-heading .badge {
  color: #f9fbfd;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e6e8ec;
}
.panel-primary {
  border-color: #20559e;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #20559e;
  border-color: #20559e;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #20559e;
}
.panel-primary > .panel-heading .badge {
  color: #20559e;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #20559e;
}
.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.modal-open {
  overflow: hidden;
  width: 100vw;
}
@supports (-webkit-overflow-scrolling: touch) {
  .modal-open {
    position: fixed;
  }
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn,
.modal-footer .richtext .button-primary + .richtext .button-primary,
.modal-footer .richtext .button-secondary + .richtext .button-secondary {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .richtext .button-primary + .richtext .button-primary,
.modal-footer .btn-group .richtext .button-secondary + .richtext .button-secondary {
  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 {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  }
  .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-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  font-size: 14px;
  line-height: 21px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -17px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 17px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 17px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -17px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 330px;
  padding: 13px 20px 14px;
  color: rgba(0, 0, 20, 0.8);
  text-align: left;
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid #d8dcde;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip-arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  display: block;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #d8dcde;
}
.tooltip.top .tooltip-arrow:before {
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
  position: absolute;
  top: -6px;
  right: auto;
  bottom: auto;
  left: -5px;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #d8dcde;
}
.tooltip.top-left .tooltip-arrow:before {
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
  position: absolute;
  top: -6px;
  right: auto;
  bottom: auto;
  left: -5px;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #d8dcde;
}
.tooltip.top-right .tooltip-arrow:before {
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
  position: absolute;
  top: -6px;
  right: auto;
  bottom: auto;
  left: -5px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #d8dcde;
}
.tooltip.right .tooltip-arrow:before {
  border-width: 5px 5px 5px 0;
  border-right-color: #ffffff;
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: 1px;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #d8dcde;
}
.tooltip.left .tooltip-arrow:before {
  border-width: 5px 0 5px 5px;
  border-left-color: #ffffff;
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: -6px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #d8dcde;
}
.tooltip.bottom .tooltip-arrow:before {
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: -5px;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #d8dcde;
}
.tooltip.bottom-left .tooltip-arrow:before {
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: -5px;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #d8dcde;
}
.tooltip.bottom-right .tooltip-arrow:before {
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: -5px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: initial;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #d8dcde;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.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 {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #d8dcde;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #d8dcde;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #d8dcde;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  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: #999999;
  border-left-color: #d8dcde;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.text-center {
  text-align: center;
}
.float--left {
  float: left;
}
.float--right {
  float: right;
}
.float--none {
  float: none;
}
@media (min-width: 1176px) {
  .lg-float--left {
    float: left;
  }
  .lg-float--right {
    float: right;
  }
  .lg-float--none {
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .md-float--left {
    float: left;
  }
  .md-float--right {
    float: right;
  }
  .md-float--none {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-float--left {
    float: left;
  }
  .sm-float--right {
    float: right;
  }
  .sm-float--none {
    float: none;
  }
}
@media (max-width: 767px) {
  .xs-float--left {
    float: left;
  }
  .xs-float--right {
    float: right;
  }
  .xs-float--none {
    float: none;
  }
}
.row.nogutter {
  margin-left: 0;
  margin-right: 0;
}
.row.nogutter > .col-xs-1,
.row.nogutter > .col-xs-2,
.row.nogutter > .col-xs-3,
.row.nogutter > .col-xs-4,
.row.nogutter > .col-xs-5,
.row.nogutter > .col-xs-6,
.row.nogutter > .col-xs-7,
.row.nogutter > .col-xs-8,
.row.nogutter > .col-xs-9,
.row.nogutter > .col-xs-10,
.row.nogutter > .col-xs-11,
.row.nogutter > .col-xs-12,
.row.nogutter > .col-sm-1,
.row.nogutter > .col-sm-2,
.row.nogutter > .col-sm-3,
.row.nogutter > .col-sm-4,
.row.nogutter > .col-sm-5,
.row.nogutter > .col-sm-6,
.row.nogutter > .col-sm-7,
.row.nogutter > .col-sm-8,
.row.nogutter > .col-sm-9,
.row.nogutter > .col-sm-10,
.row.nogutter > .col-sm-11,
.row.nogutter > .col-sm-12,
.row.nogutter > .col-md-1,
.row.nogutter > .col-md-2,
.row.nogutter > .col-md-3,
.row.nogutter > .col-md-4,
.row.nogutter > .col-md-5,
.row.nogutter > .col-md-6,
.row.nogutter > .col-md-7,
.row.nogutter > .col-md-8,
.row.nogutter > .col-md-9,
.row.nogutter > .col-md-10,
.row.nogutter > .col-md-11,
.row.nogutter > .col-md-12,
.row.nogutter > .col-lg-1,
.row.nogutter > .col-lg-2,
.row.nogutter > .col-lg-3,
.row.nogutter > .col-lg-4,
.row.nogutter > .col-lg-5,
.row.nogutter > .col-lg-6,
.row.nogutter > .col-lg-7,
.row.nogutter > .col-lg-8,
.row.nogutter > .col-lg-9,
.row.nogutter > .col-lg-10,
.row.nogutter > .col-lg-11,
.row.nogutter > .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1176px) {
  .row.lg-g20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.lg-g20 > .col-xs-1,
  .row.lg-g20 > .col-xs-2,
  .row.lg-g20 > .col-xs-3,
  .row.lg-g20 > .col-xs-4,
  .row.lg-g20 > .col-xs-5,
  .row.lg-g20 > .col-xs-6,
  .row.lg-g20 > .col-xs-7,
  .row.lg-g20 > .col-xs-8,
  .row.lg-g20 > .col-xs-9,
  .row.lg-g20 > .col-xs-10,
  .row.lg-g20 > .col-xs-11,
  .row.lg-g20 > .col-xs-12,
  .row.lg-g20 > .col-sm-1,
  .row.lg-g20 > .col-sm-2,
  .row.lg-g20 > .col-sm-3,
  .row.lg-g20 > .col-sm-4,
  .row.lg-g20 > .col-sm-5,
  .row.lg-g20 > .col-sm-6,
  .row.lg-g20 > .col-sm-7,
  .row.lg-g20 > .col-sm-8,
  .row.lg-g20 > .col-sm-9,
  .row.lg-g20 > .col-sm-10,
  .row.lg-g20 > .col-sm-11,
  .row.lg-g20 > .col-sm-12,
  .row.lg-g20 > .col-md-1,
  .row.lg-g20 > .col-md-2,
  .row.lg-g20 > .col-md-3,
  .row.lg-g20 > .col-md-4,
  .row.lg-g20 > .col-md-5,
  .row.lg-g20 > .col-md-6,
  .row.lg-g20 > .col-md-7,
  .row.lg-g20 > .col-md-8,
  .row.lg-g20 > .col-md-9,
  .row.lg-g20 > .col-md-10,
  .row.lg-g20 > .col-md-11,
  .row.lg-g20 > .col-md-12,
  .row.lg-g20 > .col-lg-1,
  .row.lg-g20 > .col-lg-2,
  .row.lg-g20 > .col-lg-3,
  .row.lg-g20 > .col-lg-4,
  .row.lg-g20 > .col-lg-5,
  .row.lg-g20 > .col-lg-6,
  .row.lg-g20 > .col-lg-7,
  .row.lg-g20 > .col-lg-8,
  .row.lg-g20 > .col-lg-9,
  .row.lg-g20 > .col-lg-10,
  .row.lg-g20 > .col-lg-11,
  .row.lg-g20 > .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mt {
  margin-top: 30px !important;
}
.mr {
  margin-right: 30px !important;
}
.mb {
  margin-bottom: 30px !important;
}
.ml {
  margin-left: 30px !important;
}
.mt266 {
  margin-top: 80px;
}
.mr266 {
  margin-right: 80px;
}
.mb266 {
  margin-bottom: 80px;
}
.ml266 {
  margin-left: 80px;
}
.mt25 {
  margin-top: 75px;
}
.mr25 {
  margin-right: 75px;
}
.mb25 {
  margin-bottom: 75px;
}
.ml25 {
  margin-left: 75px;
}
.mt2 {
  margin-top: 60px;
}
.mr2 {
  margin-right: 60px;
}
.mb2 {
  margin-bottom: 60px;
}
.ml2 {
  margin-left: 60px;
}
.mt166 {
  margin-top: 50px;
}
.mr166 {
  margin-right: 50px;
}
.mb166 {
  margin-bottom: 50px;
}
.ml166 {
  margin-left: 50px;
}
.mt15 {
  margin-top: 45px;
}
.mr15 {
  margin-right: 45px;
}
.mb15 {
  margin-bottom: 45px;
}
.ml15 {
  margin-left: 45px;
}
.mt133 {
  margin-top: 40px;
}
.mr133 {
  margin-right: 40px;
}
.mb133 {
  margin-bottom: 40px;
}
.ml133 {
  margin-left: 40px;
}
.mt08 {
  margin-top: 24px;
}
.mr08 {
  margin-right: 24px;
}
.mb08 {
  margin-bottom: 24px;
}
.ml08 {
  margin-left: 24px;
}
.mt075 {
  margin-top: 23px;
}
.mr075 {
  margin-right: 23px;
}
.mb075 {
  margin-bottom: 23px;
}
.ml075 {
  margin-left: 23px;
}
.mt066 {
  margin-top: 20px;
}
.mr066 {
  margin-right: 20px;
}
.mb066 {
  margin-bottom: 20px;
}
.ml066 {
  margin-left: 20px;
}
.mt05 {
  margin-top: 15px;
}
.mr05 {
  margin-right: 15px;
}
.mb05 {
  margin-bottom: 15px;
}
.ml05 {
  margin-left: 15px;
}
.mt04 {
  margin-top: 12px;
}
.mr04 {
  margin-right: 12px;
}
.mb04 {
  margin-bottom: 12px;
}
.ml04 {
  margin-left: 12px;
}
.mt033 {
  margin-top: 10px;
}
.mr033 {
  margin-right: 10px;
}
.mb033 {
  margin-bottom: 10px;
}
.ml033 {
  margin-left: 10px;
}
.mt02 {
  margin-top: 6px;
}
.mr02 {
  margin-right: 6px;
}
.mb02 {
  margin-bottom: 6px;
}
.ml02 {
  margin-left: 6px;
}
.mt016 {
  margin-top: 5px;
}
.mr016 {
  margin-right: 5px;
}
.mb016 {
  margin-bottom: 5px;
}
.ml016 {
  margin-left: 5px;
}
.m0 {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pt {
  padding-top: 30px;
}
.pr {
  padding-right: 30px;
}
.pb {
  padding-bottom: 30px;
}
.pl {
  padding-left: 30px;
}
.pt05 {
  padding-top: 15px;
}
.pr05 {
  padding-right: 15px;
}
.pb05 {
  padding-bottom: 15px;
}
.pl05 {
  padding-left: 15px;
}
.pt15 {
  padding-top: 45px;
}
.pr15 {
  padding-right: 45px;
}
.pb15 {
  padding-bottom: 45px;
}
.pl15 {
  padding-left: 45px;
}
.visible-xs-inline {
  display: none;
}
@media-xs-only {
  display: inline;
}
.visible-sm-inline {
  display: none;
}
@media-sm-only {
  display: inline;
}
.mt3 {
  margin-top: 90px;
}
.mb3 {
  margin-bottom: 90px;
}
.pt3 {
  padding-top: 90px;
}
.pt3.bordered {
  padding-top: 90px -1;
}
.pb3 {
  padding-bottom: 90px;
}
.pb3.bordered {
  padding-bottom: 90px -1;
}
.mt2 {
  margin-top: 60px;
}
.mb2 {
  margin-bottom: 60px;
}
.pt2 {
  padding-top: 60px;
}
.pt2.bordered {
  padding-top: 60px -1;
}
.pb2 {
  padding-bottom: 60px;
}
.pb2.bordered {
  padding-bottom: 60px -1;
}
.mt1 {
  margin-top: 30px;
}
.mb1 {
  margin-bottom: 30px;
}
.pt1 {
  padding-top: 30px;
}
.pt1.bordered {
  padding-top: 30px -1;
}
.pb1 {
  padding-bottom: 30px;
}
.pb1.bordered {
  padding-bottom: 30px -1;
}
.pl5 {
  padding-left: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pl10 {
  padding-left: 5px !important;
}
.pr10 {
  padding-right: 5px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
@media (min-width: 1176px) {
  .xs-pl0 {
    padding-left: 0 !important;
  }
  .xs-pr0 {
    padding-right: 0 !important;
  }
  .lg-pr {
    padding-right: 30px;
  }
  .lg-pr2 {
    padding-right: 60px;
  }
  .lg-mt25 {
    margin-top: 75px;
  }
  .lg-mr25 {
    margin-right: 75px;
  }
  .lg-mb25 {
    margin-bottom: 75px;
  }
  .lg-ml25 {
    margin-left: 75px;
  }
  .lg-mt2 {
    margin-top: 60px;
  }
  .lg-mr2 {
    margin-right: 60px;
  }
  .lg-mb2 {
    margin-bottom: 60px;
  }
  .lg-ml2 {
    margin-left: 60px;
  }
  .lg-pt15 {
    padding-top: 45px;
  }
  .lg-pr15 {
    padding-right: 45px;
  }
  .lg-pb15 {
    padding-bottom: 45px;
  }
  .lg-pl15 {
    padding-left: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .md-pt0 {
    padding-top: 0 !important;
  }
  .md-pr0 {
    padding-right: 0 !important;
  }
  .md-pb0 {
    padding-bottom: 0 !important;
  }
  .md-pl0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-mt {
    margin-top: 30px;
  }
  .sm-mr {
    margin-right: 30px;
  }
  .sm-mb {
    margin-bottom: 30px;
  }
  .sm-ml {
    margin-left: 30px;
  }
  .sm-pt0 {
    padding-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .xs-pl0 {
    padding-left: 0;
  }
  .xs-pr0 {
    padding-right: 0;
  }
  .xs-mt066 {
    margin-top: 20px;
  }
  .xs-mr066 {
    margin-right: 20px;
  }
  .xs-mb066 {
    margin-bottom: 20px;
  }
  .xs-ml066 {
    margin-left: 20px;
  }
  .xs-mt08 {
    margin-top: 24px !important;
  }
  .xs-mr08 {
    margin-right: 24px !important;
  }
  .xs-mb08 {
    margin-bottom: 24px !important;
  }
  .xs-ml08 {
    margin-left: 24px !important;
  }
  .xs-mt {
    margin-top: 30px;
  }
  .xs-mr {
    margin-right: 30px;
  }
  .xs-mb {
    margin-bottom: 30px;
  }
  .xs-ml {
    margin-left: 30px;
  }
  .xs-mt0 {
    margin-top: 0;
  }
  .xs-mr0 {
    margin-right: 0 !important;
  }
  .xs-mb0 {
    margin-bottom: 0;
  }
  .xs-ml0 {
    margin-left: 0;
  }
}
/** lazyload fix */
.lazyload {
  min-height: 1px;
  min-width: 1px;
}
select.bs-select-hidden,
select.selectpicker,
[data-select=region],
[data-select=city] {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;/*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: 0 !important;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: -2px 0 0;
  vertical-align: middle;
  border: none;
  color: #9fa3b0;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  font-size: 5px;
  line-height: 5px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: "\e909";
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group.open .dropdown-menu {
  opacity: 1 !important;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  border: none;
  border-top: 1px solid #e4e7eb;
  border-bottom: 1px solid #e4e7eb;
  opacity: 0;
  transition: 300ms all ease;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
  border-left: 1px solid #e4e7eb;
  border-right: 1px solid #e4e7eb;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  padding: 6px 20px;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover,
.bootstrap-select.btn-group .dropdown-menu li a:focus {
  background: #ffffff;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover:before,
.bootstrap-select.btn-group .dropdown-menu li a:focus:before {
  content: "";
  border: 1px solid #38398d;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: -1px;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li a:focus {
  outline: none!important;
}
.bootstrap-select.btn-group .dropdown-menu li.active a,
.bootstrap-select.btn-group .dropdown-menu li.active a:hover,
.bootstrap-select.btn-group .dropdown-menu li.active a:focus {
  background: #ffffff;
}
.bootstrap-select.btn-group .dropdown-menu li.active a:before,
.bootstrap-select.btn-group .dropdown-menu li.active a:hover:before,
.bootstrap-select.btn-group .dropdown-menu li.active a:focus:before {
  content: "";
  border: 1px solid #38398d;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: -1px;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a,
.bootstrap-select.btn-group .dropdown-menu li.selected a:hover,
.bootstrap-select.btn-group .dropdown-menu li.selected a:focus {
  background: #f1f5f9;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a:before,
.bootstrap-select.btn-group .dropdown-menu li.selected a:hover:before,
.bootstrap-select.btn-group .dropdown-menu li.selected a:focus:before {
  content: "";
  border: none;
  background: #00973A;
  width: 3px;
  height: auto;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.checker {
  display: block;
}
.checker + .checker {
  margin-top: 9.9px;
}
.checker + .help-block {
  margin-top: 19.8px;
}
.checker--label {
  padding: 3px 0 3px 40px;
  color: rgba(54, 54, 54, 0.8);
  cursor: pointer;
  user-select: none;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.checker--label:before {
  content: "";
  background: #ffffff;
  border: 1px solid #d8dcde;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 23px;
  height: 23px;
}
.checker--label:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  color: #00973A;
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 6px;
  display: none;
  font-size: 8px;
  line-height: 8px;
}
.checker--label:hover:before {
  background: #fafafa;
}
.checker--label .showOnCheck {
  display: none;
}
.checker--input,
.checker input {
  display: none;
}
.checker--input:checked + .checker--label:after,
.checker input:checked + .checker--label:after {
  display: block;
}
.checker--input:checked + .checker--label .showOnCheck,
.checker input:checked + .checker--label .showOnCheck {
  display: block;
}
.checker--input:disabled + .checker--label,
.checker input:disabled + .checker--label {
  cursor: default;
}
.checker--input:disabled + .checker--label:before,
.checker input:disabled + .checker--label:before {
  background: #f1f5f9;
}
.checker--input:disabled + .checker--label:after,
.checker input:disabled + .checker--label:after {
  color: #9fa3b0;
}
.checker.radiobox .checker--label:before {
  border-radius: 23px;
}
.checker.radiobox .checker--label:after {
  content: '';
  background: #00973A;
  border-radius: 11px;
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 6px;
  width: 11px;
  height: 11px;
}
.checker.radiobox .checker--input:disabled + .checker--label:after {
  background: #9fa3b0;
}
.checker.font-medium .checker--label {
  color: #363636;
  font-size: 21px;
  line-height: 17px;
  font-weight: 500;
}
label.counter {
  cursor: pointer;
}
.counter--digits {
  padding: 0 0 1px;
  font-size: 36px;
  line-height: 25px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .counter--digits {
    font-size: 30px;
    line-height: 25px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .counter--digits {
    font-size: 30px;
    line-height: 25px;
    font-weight: 400;
  }
}
.counter--label {
  text-transform: uppercase;
  margin-left: 12px;
  white-space: nowrap;
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.counter--label:after {
  content: "";
  background: #d8dcde;
  width: 23px;
  height: 1px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 1px;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .counter--label:after {
    width: 19px;
    height: 1px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 1px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .counter--label:after {
    width: 19px;
    height: 1px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 1px;
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .counter--label {
    margin-left: 7px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 500;
    position: absolute;
    top: -3px;
    right: auto;
    bottom: auto;
    left: 100%;
  }
}
@media (max-width: 767px) {
  .counter--label {
    margin-left: 7px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 500;
    position: absolute;
    top: -3px;
    right: auto;
    bottom: auto;
    left: 100%;
  }
}
.counter--in {
  text-transform: uppercase;
  margin-left: 12px;
  white-space: nowrap;
  position: absolute;
  top: 12px;
  right: auto;
  bottom: auto;
  left: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .counter--in {
    margin-left: 7px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 500;
    position: absolute;
    top: 13px;
    right: auto;
    bottom: auto;
    left: 100%;
  }
}
@media (max-width: 767px) {
  .counter--in {
    margin-left: 7px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 500;
    position: absolute;
    top: 13px;
    right: auto;
    bottom: auto;
    left: 100%;
  }
}
.counter--from {
  font-size: 50%;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 5px -100% 0;
}
.counter.mini .counter--digits {
  font-size: 26px;
  line-height: 19px;
  font-weight: 400;
}
.counter.mini .counter--label {
  margin-left: 4px;
  font-size: 9px;
  line-height: 7px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 100%;
}
.counter.mini .counter--label:after {
  width: 17px;
  height: 1px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -3px;
  left: 0;
}
.counter.mini .counter--in {
  margin-left: 4px;
  font-size: 9px;
  line-height: 7px;
  font-weight: 500;
}
.counter.xmini {
  transform: scale(0.55, 0.55);
  transform-origin: 0 0;
}
.counter.big .counter--digits {
  font-size: 48px;
  line-height: 36px;
  font-weight: 400;
}
.counter.grey {
  color: #9fa3b0;
}
.counter.line-through .counter--digits {
  text-decoration: line-through;
}
.counter.green {
  color: #00973A;
}
.counter.grey-2 {
  color: #9c9cc6;
}
.counter--wrap {
  font-size: 0;
  line-height: 0;
}
.counter--box {
  padding: 11px 40px 10px 0;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .counter--box {
    padding: 0 0 21px;
    display: block;
  }
}
.counter--btn {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .counter--btn {
    display: block;
  }
}
.counter.in-basket-header {
  color: #ffffff;
  text-align: right;
}
.counter.in-basket-header .counter--digits {
  left: -28px;
}
.counter.in-basket,
.counter.in-basket-header {
  flex-grow: 1;
}
.counter.in-basket .counter--digits,
.counter.in-basket-header .counter--digits {
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
}
.counter.in-basket .counter--digits.is-old,
.counter.in-basket-header .counter--digits.is-old {
  position: absolute;
  margin-top: -20px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #33a44d;
  text-decoration: line-through;
}
.counter.in-basket .counter--label,
.counter.in-basket-header .counter--label {
  top: -3px;
  font-size: 10px !important;
  margin-left: 7px !important;
}
.counter.in-basket .counter--label:after,
.counter.in-basket-header .counter--label:after {
  width: 19px;
}
.counter--title {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .counter--title {
    line-height: 18px;
  }
}
.form--label {
  color: #9fa3b0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
.form--value {
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.form--outlined {
  padding-bottom: 20px;
  border-bottom: 1px solid #d8dcde;
}
.form--outlined:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.form--select {
  background: #ffffff;
  border: 1px solid #d8dcde;
  padding: 6px 20px;
  border-radius: 0;
  text-transform: none;
  color: rgba(54, 54, 54, 0.8);
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
}
.form--select:hover,
.form--select:focus,
.form--select:active {
  box-shadow: none;
}
.form--select.disabled {
  color: #9fa3b0;
  background-color: #f1f5f9;
  opacity: 1;
}
.form--collapse-inner {
  border-top: 1px solid #d8dcde;
  padding-top: 30px;
}
.form--collapser {
  border-top: 1px solid #d8dcde;
  margin: 0 -30px -30px;
  text-align: center;
  color: #9fa3b0;
  padding: 26px 0;
  display: block;
  font-size: 14px;
  line-height: 21px;
}
.form--collapser-label.toShow {
  display: inline-block;
  vertical-align: top;
}
.form--collapser-label.toHide {
  display: none;
}
.form--collapser-icon {
  margin: 9px 0 0 17px;
  font-size: 5px;
  line-height: 5px;
  display: inline-block;
  vertical-align: top;
}
.form--collapser-icon.up {
  display: none;
}
.form--collapser[aria-expanded="true"] .form--collapser-label.toShow {
  display: none;
}
.form--collapser[aria-expanded="true"] .form--collapser-label.toHide {
  display: inline-block;
  vertical-align: top;
}
.form--collapser[aria-expanded="true"] .form--collapser-icon.down {
  display: none;
}
.form--collapser[aria-expanded="true"] .form--collapser-icon.up {
  display: inline-block;
  vertical-align: top;
}
.form--cards {
  text-align: right;
  font-size: 0;
  line-height: 0;
  width: 116px;
  height: auto;
  display: none;
  position: absolute;
  top: 10px;
  right: 15px;
  bottom: auto;
  left: auto;
}
.form--cards.active {
  display: block;
}
.form--cards.with-mir {
  width: 174px;
  height: auto;
}
@media (max-width: 767px) {
  .form--cards.with-mir {
    padding: 0 10px 0 0;
  }
  .form--cards.with-mir .form--cards-icon {
    margin: 0;
  }
}
.form--cards-icon {
  background: #f8f8f8 left top no-repeat;
  margin: 0 10px 0 0;
  border-radius: 2px;
  background-image: url('/s/img/service/billing--icon.svg?v=af7958f0');
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 30px;
}
.form--cards-icon.visa {
  background-position: 0 0;
}
.form--cards-icon.mastercard {
  background-position: 0 -30px;
}
.form--cards-icon.qiwi {
  background-position: 0 -60px;
  width: 70px;
  height: 30px;
}
.form--cards-icon.yandex {
  background-position: 0 -90px;
  width: 98px;
  height: 30px;
}
.form--cards-icon.webmoney {
  background-position: 0 -120px;
  width: 104px;
  height: 30px;
}
.form--cards-icon.elexnet {
  background-image: url('/s/img/service/elexnet.png?v=f6e72046');
  width: 30px;
  height: 30px;
}
.form--cards-icon.mobile {
  background-image: url('/s/img/service/mobile.png?v=efdac058');
  width: 100px;
  height: 30px;
}
.form--cards-icon.mir {
  background: #f8f8f8 url('/s/img/service/mir.svg?v=d430d7f9') center center no-repeat;
  background-size: 36px auto;
}
.form--cards-padding {
  padding-right: 126px;
}
.form--search {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.form--search .form-control {
  padding-right: 50px;
}
.form--search-submit {
  text-align: center;
  color: #9fa3b0;
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}
.helper {
  color: #9fa3b0;
  padding: 1px 0 0;
  font-size: 15px;
  line-height: inherit;
}
a,
button {
  outline: 0;
}
a:focus,
button:focus {
  -moz-outline-style: none;
  outline: 0;
}
.link {
  color: #33a44d;
  transition: 200ms all ease;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: inline-block;
  vertical-align: top;
}
.link--label {
  display: inline-block;
  vertical-align: top;
}
.link--icon {
  display: inline;
}
.link--icon.right {
  margin: 6px 0 0 10px;
  font-size: 8px;
  line-height: 8px;
}
.link--icon.delete {
  margin: 4px 0 0 14px;
  font-size: 10px;
  line-height: 10px;
}
.link--icon.down {
  margin: 8px 0 0 14px;
  font-size: 5px;
  line-height: 5px;
  display: inline-block;
  vertical-align: top;
}
.link--icon.up {
  margin: 8px 0 0 14px;
  font-size: 5px;
  line-height: 5px;
  display: inline-block;
  vertical-align: top;
}
.link--icon.warning,
.link--icon.edit,
.link--icon.history,
.link--icon.card {
  margin: 2px 14px 0 0;
  font-size: 16px;
  line-height: 16px;
}
.link--icon.clock {
  margin: 2px 14px 0 0;
  font-size: 20px;
  line-height: 16px;
}
.link:hover,
.link:focus,
.link:active,
.link.active {
  color: #00973A;
}
.link.grey {
  color: #9fa3b0;
}
a.link.grey:hover,
a.link.grey:focus,
a.link.grey:active,
.link.grey.active {
  color: #363636;
}
.link.underline,
.link--underline {
  text-decoration: underline !important;
}
.link.simple {
  color: #9fa3b0;
  padding-left: 30px;
}
.link.simple .link--icon {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.link.simple .link--icon.icon-email {
  top: 2px;
}
.link.simple .link--icon.icon-history {
  top: 2px;
}
.link.simple:hover,
.link.simple:focus,
.link.simple:active,
.link.simple.active {
  color: #33a44d;
}
.link--inherit {
  color: inherit;
}
.link--inherit:hover,
.link--inherit:focus,
.link--inherit:active {
  color: inherit;
}
.link.blue {
  color: #38398d;
}
.link.in-panel {
  margin: 3px 0 -3px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 19px;
  font-weight: 700;
  display: block;
}
@media (max-width: 767px) {
  .link.in-panel {
    margin: -4px 0 -5px;
  }
}
.link.block {
  display: block;
}
.link-arrow,
.link--arrow {
  color: #33a44d;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: inline-block;
  vertical-align: top;
}
.link-arrow:after,
.link--arrow:after {
  margin: 6px 0 0 14px;
  content: "\e90b";
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  font-size: 8px;
  line-height: 8px;
}
.link-arrow:hover,
.link--arrow:hover,
.link-arrow:focus,
.link--arrow:focus,
.link-arrow:active,
.link--arrow:active,
.link-arrow.active,
.link--arrow.active {
  color: #00973A;
}
.link.small {
  font-size: 12px;
}
.modal-header {
  padding: 0;
  border-color: #d8dcde;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.modal--close {
  color: #9fa3b0;
  padding: 28px 27px 27px;
  border-left: 1px solid #d8dcde;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: block;
}
.modal--close-icon {
  overflow: hidden;
  width: 24px;
  height: 24px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
}
.modal--close-icon:before,
.modal--close-icon:after {
  content: "";
  background: #9fa3b0;
  transition: 200ms all ease;
  width: 40px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.modal--close-icon:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal--close-icon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .modal--close-icon {
    position: absolute;
    top: 26px;
    right: auto;
    bottom: auto;
    left: 31px;
    width: 18px;
    height: 18px;
  }
}
.modal--close-label {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 69px;
  font-weight: 500;
}
.modal--close:hover {
  color: #363636;
}
.modal--close:hover .modal--close-icon:before,
.modal--close:hover .modal--close-icon:after {
  background: #363636;
}
@media (max-width: 767px) {
  .modal--close {
    border-left: none;
    border-bottom: 1px solid #d8dcde;
    padding: 0 0 0 78px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.modal--title {
  padding: 29px 30px 30px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .modal--title {
    padding: 24px 30px 25px;
  }
}
.modal--iframe {
  border: none;
  display: block;
  width: 100%;
  height: 50vh;
}
@media (max-width: 767px) {
  .modal--iframe {
    width: 100%;
    height: 80vh;
  }
}
.modal--iframe-in {
  margin: -15px;
}
.modal-dialog.package-channels {
  width: 90%;
  min-width: 320px;
  margin: 20px auto;
}
.modal .modal-form {
  padding: 30px 30px 0 30px;
}
.modal--call {
  text-align: center;
  padding: 1px 0 0;
}
.modal--call-t {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .modal--call-t {
    margin: 0 0 18px;
  }
}
.modal--call-t span {
  padding: 0 10px;
  font-size: 36px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .modal--call-t span {
    font-size: 22px;
    line-height: 20px;
  }
}
.modal--call-o {
  text-transform: uppercase;
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .modal--call-o {
    margin: 0 0 18px;
  }
}
.modal--call-l {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .modal--call-l {
    font-size: 13px;
    line-height: 20px;
  }
}
.modal--call-l a {
  color: #363636;
  border-bottom: 1px dashed #d8dcde;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.modal--call-l a:after {
  transition: 300ms all ease;
  content: '\e90b';
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 20px;
  display: block;
  position: absolute;
  top: 1px;
  right: -17px;
  bottom: auto;
  left: auto;
}
.modal--call-l a.is-active:after {
  transform: rotate(-90deg);
  top: 0;
}
.modal--call-f {
  text-align: center;
  padding: 5px 0 0;
  display: none;
  font-size: 0;
  line-height: 0;
}
.modal--call-s {
  margin: 0 15px;
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: auto;
}
.modal--call-b {
  padding: 20px 0 0;
  text-align: center;
}
.modal.is-call .modal-form {
  padding: 40px;
}
@media (max-width: 767px) {
  .modal.is-call .modal-form {
    padding: 30px;
  }
}
.modal.is-call .modal-dialog {
  width: 647px;
  height: auto;
}
@media (max-width: 767px) {
  .modal.is-call .modal-dialog {
    width: auto;
    height: auto;
  }
}
.modal.is-call .modal--title {
  padding: 22px 100px 24px 42px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .modal.is-call .modal--title {
    padding: 24px 30px 25px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -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;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.tabs--items {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #d8dcde;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs--item {
  border: 1px solid #d8dcde;
  border-left: none;
  background: #f9fbfd;
  padding: 0;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.tabs--item:first-of-type {
  border-left: 1px solid #d8dcde;
}
.tabs--item:last-of-type {
  border-right: none;
}
.tabs--item-link {
  color: #b4b8c2;
  padding: 29px 30px;
  transition: 200ms all ease;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.tabs--item-link:hover,
.tabs--item-link:focus,
.tabs--item-link:active {
  color: #333333;
  text-decoration: none;
}
@media (max-width: 767px) {
  .tabs--item-link {
    width: auto;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .tabs--item-label {
    text-align: center;
    padding: 0 10px;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    display: block;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    font-size: 12px;
    line-height: 15px;
  }
  .tabs--item-label.clearfix,
  .tabs--item-label.dl-horizontal dd,
  .tabs--item-label.container,
  .tabs--item-label.container-fluid,
  .tabs--item-label.row,
  .tabs--item-label.form-horizontal .form-group,
  .tabs--item-label.panel-body,
  .tabs--item-label.modal-header,
  .tabs--item-label.modal-footer {
    white-space: nowrap;
  }
  .tabs--item-label .float--left,
  .tabs--item-label .float--right {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
.tabs--item.active {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.tabs--item.active:before {
  content: "";
  background: #00973A;
  width: auto;
  height: 2px;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: auto;
  left: -1px;
}
.tabs--item.active .tabs--item-link {
  color: #333333;
  text-decoration: none;
}
.tabs--content {
  padding: 30px;
  background: #ffffff;
  border: 1px solid #d8dcde;
  border-top: none;
}
.tabs--pane {
  display: none;
}
.tabs--pane.active {
  display: block;
}
.tags {
  margin-left: -10px;
  font-size: 0;
  line-height: 0;
}
.tags--item {
  text-transform: uppercase;
  color: #9fa3b0;
  padding: 0 6px;
  border: 1px solid #d8dcde;
  border-radius: 2px;
  margin: 0 0 10px 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}
a.tags--item:hover {
  background: #38398d;
  border-color: #38398d;
  color: #ffffff;
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
  display: none!important;
}
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 8px;
  border-left: 1px solid #d8dcde;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
  bottom: 2px;
  left: 2px;
  width: 4px;
  height: auto;
}
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
  background: none;
}
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d8dcde;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #d8dcde;
}
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #d8dcde;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}
/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}
.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}
/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}
/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}
.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
.auth-box {
  width: 945px;
  height: auto;
}
@media (max-width: 767px) {
  .auth-box {
    margin: 0;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auth-box {
    width: 710px;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .auth-box {
    width: 930px;
    height: auto;
  }
}
.auth-box--in {
  border: none;
}
@media (min-width: 768px) {
  .auth-box--in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.auth-box--socials {
  background: #f1f5f9;
  padding: 35px 40px 0;
  width: 295px;
  height: auto;
}
@media (max-width: 767px) {
  .auth-box--socials {
    padding: 25px;
    width: auto;
    height: auto;
    font-size: 0;
    line-height: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auth-box--socials {
    padding-left: 30px;
    padding-right: 30px;
    width: 275px;
    height: auto;
  }
}
.auth-box--socials .form--label {
  display: block;
  width: 100%;
  height: auto;
}
.auth-box--socials-item {
  border-radius: 3px;
  margin: 0 0 20px;
  color: #ffffff !important;
  padding: 0 0 0 60px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 50px;
}
@media (max-width: 767px) {
  .auth-box--socials-item {
    margin: 0 20px 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    width: 50px;
    height: 50px;
  }
}
.auth-box--socials-item.vk {
  background: #2c6ea2;
}
.auth-box--socials-item.vk:hover {
  color: #ffffff;
  background: #245b86;
}
.auth-box--socials-item.fb {
  background: #3b5998;
}
.auth-box--socials-item.fb:hover {
  color: #ffffff;
  background: #314a7e;
}
.auth-box--socials-item.ok {
  background: #f58220;
}
.auth-box--socials-item.ok:hover {
  color: #ffffff;
  background: #e7700a;
}
.auth-box--socials-item-icon {
  text-align: center;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 60px;
  height: auto;
  display: block;
}
.auth-box--socials-item-icon.icon-vk {
  font-size: 11px;
  line-height: 50px;
}
.auth-box--socials-item-icon.icon-fb {
  font-size: 17px;
  line-height: 50px;
}
.auth-box--socials-item-icon.icon-ok {
  font-size: 21px;
  line-height: 50px;
}
@media (max-width: 767px) {
  .auth-box--socials-item-icon {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
}
.auth-box--socials .modal--close {
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 58px;
  height: 58px;
}
.auth-box--socials .modal--close-icon {
  overflow: hidden;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 18px;
  height: 18px;
}
.auth-box--inner {
  padding: 0 0 114px;
  width: 650px;
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: none;
}
@media (max-width: 767px) {
  .auth-box--inner {
    padding: 0 0 50px;
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auth-box--inner {
    width: 435px;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .auth-box--inner {
    width: 635px;
    height: auto;
  }
}
.auth-box--inner.shown {
  display: block !important;
}
@media (max-width: 767px) {
  .auth-box--inner .modal-header {
    border: none;
  }
}
.auth-box--inner .modal--title {
  font-size: 28px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .auth-box--inner .modal--title {
    padding: 24px 25px 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auth-box--inner .modal--title {
    font-size: 18px;
    line-height: 20px;
  }
}
.auth-box--form {
  padding: 30px 40px 0;
}
@media (max-width: 767px) {
  .auth-box--form {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auth-box--form {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.auth-box--labels {
  position: absolute;
  top: auto;
  right: 40px;
  bottom: 25px;
  left: 40px;
}
@media (max-width: 767px) {
  .auth-box--labels {
    padding: 0 25px 10px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auth-box--labels {
    left: 30px;
    right: 30px;
  }
}
.auth-box--labels .link {
  float: left;
  margin: 0 16px 10px 0;
}
.auth-box--label {
  float: left;
  margin: 0 16px 10px 0;
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .auth-box--label {
    width: 100%;
    height: auto;
  }
}
.auth-box--label.in-side {
  float: none;
  margin: 3px 0 5px 0;
}
@media (max-width: 767px) {
  .auth-box--label.in-side {
    margin: 25px 0 5px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auth-box--label.in-side {
    margin: 25px 0 5px 0;
  }
}
.auth-box--remind {
  padding: 22px 0 0;
}
@media (max-width: 767px) {
  .auth-box--remind {
    padding: 0;
  }
}
.card-list .card:nth-child(2n+1) {
  clear: both;
}
.richtext > *:last-child {
  margin-bottom: 0 !important;
}
.richtext > *:first-child {
  margin-top: 0 !important;
}
.richtext h1 {
  margin: 0 0 25px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
.richtext h2 {
  margin: 30px 0 25px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
}
.richtext h3 {
  margin: 30px 0 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
.richtext h4 {
  margin: 30px 0 20px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.richtext h5 {
  margin: 30px 0 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.richtext h1:first-child,
.richtext h2:first-child,
.richtext h3:first-child,
.richtext h4:first-child,
.richtext h5:first-child {
  margin-top: 0;
}
.richtext img,
.richtext iframe {
  max-width: 100%;
}
.richtext p {
  color: rgba(54, 54, 54, 0.8);
  margin: 0 0 28px;
  clear: both;
  font-size: 16px;
  line-height: 28px;
}
.richtext p.page--notes {
  margin: 20px 0;
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 28px;
}
.richtext ul.richtext-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.richtext ul.richtext-list li {
  margin: 0 0 12px;
  padding: 0 0 0 35px;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 24px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.richtext ul.richtext-list li:before {
  background: #9fa3b0;
  content: "";
  border-radius: 6px;
  transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 6px;
  height: 6px;
}
.richtext ol.richtext-list {
  list-style-type: none;
  list-style-position: inside;
  margin: 0 0 40px;
  padding: 0;
  counter-reset: section;
}
.richtext ol.richtext-list li {
  counter-increment: section;
  margin: 0 0 12px;
  padding: 0 0 0 35px;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 24px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.richtext ol.richtext-list li:before {
  color: #9fa3b0;
  content: counter(section) '.';
  font-size: 16px;
  line-height: 24px;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.richtext table {
  border: 1px solid #d8dcde;
  border-collapse: collapse;
  margin: 0 0 28px;
  width: 100%;
  height: auto;
}
.richtext table th,
.richtext table td {
  vertical-align: top;
  border: 1px solid #d8dcde;
}
.richtext table th {
  padding: 14px 12px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 21px;
  font-weight: 700;
}
.richtext table td {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.richtext table td a {
  color: #363636;
}
.richtext table td a:hover {
  color: #00973A;
}
/** less4j почему-то не понимает через запятую */
.richtext .button-primary + .button-primary,
.richtext .button-primary + .button-secondary,
.richtext .button-secondary + .button-primary {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .richtext .button-primary + .button-primary,
  .richtext .button-primary + .button-secondary,
  .richtext .button-secondary + .button-primary {
    margin-left: 0;
    margin-top: 20px;
  }
}
.richtext .download--file-name {
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .richtext .table-scrollBox {
    overflow: auto;
    padding: 0 15px 10px;
    margin: 0 -15px;
  }
  .richtext .table-scrollBox table {
    margin: 0 0 18px;
    width: 800px;
    height: auto;
  }
}
.caption {
  color: #363636;
  padding: 0 0 0 37px;
  margin: 0 0 25px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 32%;
  height: auto;
  font-size: 16px;
  line-height: 24px;
}
.richtext .caption {
  display: block;
  float: left;
}
.caption:before {
  text-transform: uppercase;
  color: #9fa3b0;
  transition: all 200ms ease;
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}
.caption:after {
  color: #9fa3b0;
  transition: all 200ms ease;
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 24px;
  line-height: 24px;
}
.caption:hover {
  color: #00973A;
}
.caption:hover:before,
.caption:hover:after {
  color: #00973A;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .caption {
    width: 49%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .caption {
    width: 100%;
    height: auto;
    display: block;
  }
}
.caption.email:before {
  content: "Почта";
}
.caption.email:after {
  content: "\e922";
  font-size: 18px;
  line-height: 24px;
}
.caption.skype:before {
  content: "Skype";
}
.caption.skype:after {
  content: "\e91f";
}
.caption.telegram:before {
  content: "Telegram";
}
.caption.telegram:after {
  content: "\e91e";
}
.caption.whatsapp:before {
  content: "Whatsapp";
}
.caption.whatsapp:after {
  content: "\e91c";
}
.caption.whatsappviber:before {
  content: "Whatsapp, Viber";
}
.caption.whatsappviber:after {
  content: "\e91c";
}
.caption.viber:before {
  content: "Viber";
}
.caption.viber:after {
  content: "\e91d";
}
.caption.vibertelegram:before {
  content: "Viber,Telegram";
}
.caption.vibertelegram:after {
  content: "\e91d";
}
.caption.fax:before {
  content: "Факс";
}
.caption.fax:after {
  content: "\e921";
  font-size: 22px;
  line-height: 24px;
}
.caption.phone:before {
  content: "Телефон";
}
.caption.phone:after {
  content: "\e920";
}
.caption.russia:before {
  content: "Россия";
}
.caption.russia:after {
  content: "\e920";
}
.caption.moscow:before {
  content: "Москва";
}
.caption.moscow:after {
  content: "\e920";
}
.message {
  color: rgba(54, 54, 54, 0.8);
  padding: 0 0 0 50px;
  margin-bottom: 14px;
  min-height: 46px;
  display: table;
  width: 100%;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  line-height: 46px;
}
.message:after {
  color: #00973A;
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 32px;
  line-height: 32px;
}
.message.smaller {
  padding-left: 44px;
}
.message.smaller:after {
  font-size: 26px;
  line-height: 26px;
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 0;
}
.message > p:first-child {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  line-height: 24px;
}
.message.info:after {
  content: "\e92e";
}
.message.warning:after {
  content: "\e92c";
  font-size: 30px;
  line-height: 32px;
}
.message.question:after {
  content: "\e92d";
}
.message.error:after {
  color: red;
  content: "\e92c";
}
.message.anniversary:after {
  background: url('/s/img/tmp/20years.png?v=85b07ba4');
  content: " ";
  width: 64px;
  height: 64px;
  background-size: contain;
  top: -7px;
}
.message.anniversary {
  padding: 0 0 0 90px;
}
.message.base100:after {
  background: url('/s/img/tmp/discount.svg?v=32105869');
  content: " ";
  width: 56px;
  height: 56px;
  background-size: contain;
  top: -3px;
}
.message.base100 {
  padding: 0 0 0 90px;
}
.message.mini {
  padding-left: 33px;
}
.message.mini:after {
  font-size: 20px;
}
.accordion {
  margin: -30px 0;
}
.accordion.bordered:not(:only-child) {
  border-top: 1px solid #d8dcde;
  border-bottom: 1px solid #d8dcde;
  margin: 0;
  padding: 0;
}
.accordion--item {
  border-bottom: 1px solid #d8dcde;
}
.accordion--item:last-of-type {
  border: none;
}
.accordion--item-cont > *:last-child {
  margin-bottom: 20px;
}
.accordion--tool {
  color: #363636;
  padding: 27px 0 27px 30px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.accordion--tool-icon {
  transition: 200ms all ease;
  font-size: 5px;
  line-height: 5px;
  display: block;
  position: absolute;
  top: 37px;
  right: auto;
  bottom: auto;
  left: 0;
}
.accordion--tool-label {
  display: block;
}
.accordion--tool:focus {
  color: #363636;
}
.accordion--tool:hover,
.accordion--tool:active,
.accordion--tool[aria-expanded="true"] {
  color: #38398d;
}
.accordion--tool[aria-expanded="true"] .accordion--tool-icon {
  transform: rotate(180deg);
}
.accordion--text {
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.accordion--list {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
}
.accordion--list li {
  margin-bottom: 10px;
}
.accordion--list .link {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.accordion--list .link--icon {
  margin-top: 12px;
}
.form-success {
  z-index: 5000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.form-success--in {
  background: #ffffff;
  transform: translate(-50%, -50%);
  padding: 40px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 430px;
  height: auto;
}
@media (max-width: 767px) {
  .form-success--in {
    transform: none;
    padding: 30px 20px;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: auto;
  }
}
.form-success--close {
  padding: 12px;
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: auto;
  left: auto;
}
.form-success--close-icon {
  overflow: hidden;
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.form-success--close-icon:before,
.form-success--close-icon:after {
  content: "";
  background: #d8dcde;
  transition: 200ms all ease;
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.form-success--close-icon:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.form-success--close-icon:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.form-success--close:hover .form-success--close-icon:before,
.form-success--close:hover .form-success--close-icon:after {
  background: #363636;
}
.form-success--title {
  margin: 0 0 22px;
  padding: 0 0 0 52px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.form-success--title:before {
  border-radius: 32px;
  border: 2px solid #d8dcde;
  text-align: center;
  color: #00973A;
  content: '\e90d';
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 32px;
  height: 32px;
  font-size: 10px;
  line-height: 28px;
}
.form-success--text {
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 21px;
}
.form-success--btns {
  margin: 26px 0 0;
}
.form-success--btns .btn + .btn,
.form-success--btns .richtext .button-primary + .richtext .button-primary,
.form-success--btns .richtext .button-secondary + .richtext .button-secondary {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .form-success--btns .btn + .btn,
  .form-success--btns .richtext .button-primary + .richtext .button-primary,
  .form-success--btns .richtext .button-secondary + .richtext .button-secondary {
    margin-left: 0;
    margin-top: 20px;
  }
}
.error-page {
  background: #f1f5f9;
}
.error-page--box {
  padding: 100px 0;
  margin: 0 auto;
  text-align: center;
  max-width: 460px;
  max-height: initial;
}
@media (max-width: 767px) {
  .error-page--box {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1175px) {
  .error-page--box {
    padding: 75px 0;
  }
}
.error-page--img {
  margin: 0 0 55px;
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1175px) {
  .error-page--img {
    margin: 0 auto 40px;
    width: 80%;
    height: auto;
  }
}
.intl-tel-input {
  position: relative;
  display: block;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/s/img/flags.png?v=dab9d361");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("/s/img/flags@2x.png?v=876109c0");
  }
}
.iti-flag.np {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background: #f1f5f9 !important;
  outline: none !important;
}
.intl-tel-input .country-list .country.highlight {
  background: #f1f5f9 !important;
}
.intl-tel-input .country-list {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #e4e7eb !important;
  margin-top: 2px !important;
}
.rating {
  font-size: 0;
  line-height: 0;
}
.rating--in {
  padding: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
}
.rating--in i {
  margin: 1px 4px -1px 2px;
  color: #9fa3b0;
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  line-height: 20px;
}
.rating.s1 .rating--in i:nth-child(1) {
  color: #00973A;
}
.rating.s2 .rating--in i:nth-child(1) {
  color: #00973A;
}
.rating.s2 .rating--in i:nth-child(2) {
  color: #00973A;
}
.rating.s3 .rating--in i:nth-child(1) {
  color: #00973A;
}
.rating.s3 .rating--in i:nth-child(2) {
  color: #00973A;
}
.rating.s3 .rating--in i:nth-child(3) {
  color: #00973A;
}
.rating.s4 .rating--in i:nth-child(1) {
  color: #00973A;
}
.rating.s4 .rating--in i:nth-child(2) {
  color: #00973A;
}
.rating.s4 .rating--in i:nth-child(3) {
  color: #00973A;
}
.rating.s4 .rating--in i:nth-child(4) {
  color: #00973A;
}
.rating.s5 .rating--in i:nth-child(1) {
  color: #00973A;
}
.rating.s5 .rating--in i:nth-child(2) {
  color: #00973A;
}
.rating.s5 .rating--in i:nth-child(3) {
  color: #00973A;
}
.rating.s5 .rating--in i:nth-child(4) {
  color: #00973A;
}
.rating.s5 .rating--in i:nth-child(5) {
  color: #00973A;
}
.rating--label {
  color: #00973A;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.carousel:before,
.carousel:after {
  content: " ";
  display: table;
}
.carousel:after {
  clear: both;
}
.carousel:before,
.carousel:after {
  content: " ";
  display: table;
}
.carousel:after {
  clear: both;
}
.carousel__android .carousel--slide {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.carousel__free-mode > .carousel--wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.carousel__wp8-horizontal,
.carousel__wp8-horizontal > .carousel--wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel--header {
  margin-bottom: 36px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.carousel--header:before,
.carousel--header:after {
  content: " ";
  display: table;
}
.carousel--header:after {
  clear: both;
}
.carousel--header:before,
.carousel--header:after {
  content: " ";
  display: table;
}
.carousel--header:after {
  clear: both;
}
@media (max-width: 767px) {
  .carousel--header {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel--header {
    margin-bottom: 25px;
  }
}
.carousel--title {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .carousel--title {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel--title {
    margin: 0 0 16px;
  }
}
.carousel--text {
  font-size: 16px;
  line-height: 20px;
  color: #9fa3b0;
  margin-bottom: -36px;
}
@media (max-width: 767px) {
  .carousel--text {
    margin: 31px 0 0;
  }
}
.carousel--content:before,
.carousel--content:after {
  content: " ";
  display: table;
}
.carousel--content:after {
  clear: both;
}
.carousel--content:before,
.carousel--content:after {
  content: " ";
  display: table;
}
.carousel--content:after {
  clear: both;
}
.carousel--container {
  overflow-x: hidden;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .carousel--container {
    overflow-x: scroll;
    -ms-overflow-style: none;
  }
  .carousel--container::-webkit-scrollbar {
    display: none;
  }
  .carousel--container::scrollbar {
    display: none;
  }
}
.carousel--wrapper {
  white-space: nowrap;
  overflow: visible;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.carousel--slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (min-width: 1176px) {
  .carousel {
    min-width: 1176px;
  }
  .carousel--control {
    width: 1161px;
    padding-right: 15px;
  }
  .carousel--content {
    width: calc(50% + 573px);
    float: right;
  }
  .carousel--desc-content {
    width: 392px;
    float: right;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .carousel {
    min-width: 960px;
  }
  .carousel--control {
    width: 945px;
  }
  .carousel--content {
    width: calc(50% + 465px);
    float: right;
  }
  .carousel--desc-content {
    width: 321px;
    float: right;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel {
    min-width: 744px;
  }
  .carousel--control {
    width: calc( 744px - 30px);
  }
  .carousel--desc {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .carousel--content {
    width: calc( 50% + 357px);
    margin-left: calc( 50% - 357px);
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .carousel--desc {
    width: 744px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  .carousel--desc {
    width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 1176px) {
  .carousel--desc {
    width: 1176px;
  }
}
@media (max-width: 767px) {
  .carousel--control {
    width: 100%;
  }
  .carousel--container {
    margin: 0 -15px;
  }
  .carousel--wrapper {
    padding-left: 15px;
  }
  .carousel--desc {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .carousel--content {
    width: calc( 100% - 30px);
    margin-left: 15px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .carousel--desc {
    width: 744px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .carousel--desc {
    width: 960px;
  }
}
@media (max-width: 767px) and (min-width: 1176px) {
  .carousel--desc {
    width: 1176px;
  }
}
.carousel--buttons {
  float: right;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .carousel--buttons {
    display: none;
  }
}
.carousel--button {
  outline: none;
  color: #9fa3b0;
  transition: 300ms all ease;
  border: 1px solid #9fa3b0;
  text-align: center;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 50px;
  height: 50px;
  font-size: 12px;
  line-height: 48px;
}
.carousel--button.next {
  margin: 0 0 0 -1px;
}
.carousel--button:focus:not(.disabled) {
  border-color: #d8dcde;
  color: #9fa3b0;
}
.carousel--button:hover:not(.disabled),
.carousel--button:active:not(.disabled) {
  z-index: 2;
  border-color: #38398d;
  color: #38398d;
}
.carousel--button.disabled {
  opacity: 0.3;
  cursor: default;
  color: #9fa3b0 !important;
}
body {
  background: #ffffff;
  font: normal normal 14px/20px 'Roboto', arial, sans-serif;
  min-width: 320px;
  min-height: initial;
}
.body--copyrights {
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 21px;
}
a,
button {
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
}
.static {
  position: static!important;
}
.relative {
  position: relative!important;
}
.service-nav--list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.service-nav--item {
  text-transform: uppercase;
  border: 1px solid transparent;
  border-bottom: none;
  margin: 0 -1px 0 0;
  transition: 200ms all ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 12px;
  line-height: 42px;
  font-weight: 700;
}
.service-nav--item:first-of-type:before,
.service-nav--item:after {
  z-index: 1;
  content: "";
  background: #d8dcde;
  width: 1px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: -1px;
  bottom: auto;
  left: auto;
}
.service-nav--item:first-of-type:before {
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: -1px;
}
.service-nav--item-link {
  color: #9fa3b0;
  padding: 0 20px;
  display: block;
}
.service-nav--item-link:hover,
.service-nav--item-link:focus,
.service-nav--item-link:active {
  color: #363636;
}
.service-nav--item.active {
  border: 1px solid #d8dcde;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.service-nav--item.active .service-nav--item-link {
  color: #38398d;
}
.service-nav--item.active .service-nav--item-link:hover,
.service-nav--item.active .service-nav--item-link:focus,
.service-nav--item.active .service-nav--item-link:active {
  color: #38398d;
}
.service-nav--item.sub.hover {
  border: 1px solid #d8dcde;
  border-bottom: none;
}
.service-nav--item.sub.hover .service-nav--item-link {
  color: #363636;
}
.service-nav--submenu {
  white-space: nowrap;
  background: #ffffff;
  z-index: 10;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #d8dcde;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: none;
  min-width: calc(100% + 2px);
  min-height: initial;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: -1px;
}
.service-nav--submenu-item {
  margin: 0 19px;
  text-transform: none;
  border-bottom: 1px solid #d8dcde;
}
.service-nav--submenu-item:last-of-type {
  border: none;
}
.service-nav--submenu-item-link {
  padding: 13px 0;
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  display: block;
}
.service-nav--submenu-item-link:hover,
.service-nav--submenu-item-link:focus,
.service-nav--submenu-item-link:active {
  color: #38398d;
}
.service-nav--xs-select {
  background: #f1f5f9;
  overflow: hidden;
  display: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.service-nav--xs-select:before {
  content: "";
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: -2px;
  right: 0;
  bottom: auto;
  left: 0;
}
.service-nav--xs-select:after {
  content: "";
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -2px;
  left: 0;
}
.service-nav--xs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-nav--xs-item {
  border-bottom: 1px solid #d8dcde;
  display: block;
  font-size: 12px;
  line-height: 70px;
  font-weight: 700;
}
.service-nav--xs-item:last-of-type {
  border: none;
}
.service-nav--xs-item-l {
  padding: 0 10px;
  text-transform: uppercase;
  color: #363636;
  display: block;
}
.service-nav--xs-item-l:hover,
.service-nav--xs-item-l:focus,
.service-nav--xs-item-l:active {
  color: #363636;
}
.service-nav--sm-list {
  list-style: none;
  margin: 0;
  padding: 0 19px;
}
.service-nav--sm-item {
  border-bottom: 1px solid #d8dcde;
  display: block;
  font-size: 14px;
  line-height: 53px;
}
.service-nav--sm-item:first-of-type {
  font-size: 14px;
  line-height: 45px;
}
.service-nav--sm-item:first-of-type .service-nav--sm-item-l {
  padding-bottom: 4px;
}
.service-nav--sm-item:last-of-type {
  border: none;
}
.service-nav--sm-item-l {
  color: #363636;
  display: block;
}
.service-nav--sm-item-l:hover,
.service-nav--sm-item-l:focus,
.service-nav--sm-item-l:active {
  color: #363636;
}
.service-nav--toggle {
  overflow: hidden;
  text-transform: uppercase;
  color: #38398d;
  padding: 0 16px 0 0;
  max-width: 47%;
  max-height: initial;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .service-nav--toggle.alt {
    max-width: initial;
    max-height: initial;
  }
}
.service-nav--toggle:hover,
.service-nav--toggle:focus,
.service-nav--toggle:active {
  color: #38398d;
}
.service-nav--toggle-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 43px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  max-height: initial;
}
.service-nav--toggle-icon {
  color: #38398d;
  font-size: 5px;
  line-height: 43px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.service-nav--toggle-icon.up {
  display: none;
}
.service-nav--toggle-icon.down {
  display: inline-block;
  vertical-align: top;
}
.service-nav--toggle.active .service-nav--toggle-icon.up {
  display: inline-block;
  vertical-align: top;
}
.service-nav--toggle.active .service-nav--toggle-icon.down {
  display: none;
}
.service-nav--drop {
  white-space: nowrap;
  cursor: pointer;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 0;
  line-height: 0;
}
.service-nav--drop-label {
  text-transform: uppercase;
  color: #38398d;
  font-size: 12px;
  line-height: 43px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
}
.service-nav--drop-icon {
  margin: 0 0 0 8px;
  color: #38398d;
  font-size: 5px;
  line-height: 43px;
  display: inline-block;
  vertical-align: top;
}
.service-nav--drop-menu {
  border: 1px solid #d8dcde;
  z-index: 10;
  cursor: default;
  background: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  top: -1px;
  right: auto;
  bottom: auto;
  left: -15px;
}
.service-nav--drop-head {
  padding: 0 14px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .m-menu {
    float: none;
    background: #f1f5f9;
    margin: 0 -15px;
    background-color: white;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  }
}
.m-menu--list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-menu--list {
    display: block!important;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .m-menu--list {
    display: block!important;
  }
}
@media (min-width: 1176px) {
  .m-menu--list {
    display: block!important;
  }
}
@media (max-width: 767px) {
  .m-menu--list {
    padding: 0 15px;
    display: none;
  }
  .m-menu--list.shown {
    display: block;
  }
}
.m-menu--item {
  float: left;
  padding: 0 20px;
  font-size: 18px;
  line-height: 69px;
  font-weight: 500;
}
.m-menu--item:first-of-type {
  padding-left: 0 !important;
}
.m-menu--item-open {
  display: none;
}
.m-menu--item.simple {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-menu--item.is-compact {
    padding: 0 14px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .m-menu--item.is-compact {
    padding: 0 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-menu--item {
    padding: 0 15px;
    font-size: 16px;
    line-height: 69px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .m-menu--item {
    float: none;
    margin: 0;
    border-bottom: 1px solid #d8dcde;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 69px;
    font-weight: 400;
  }
  .m-menu--item.sub .m-menu--item-open {
    color: #9fa3b0;
    display: block;
    float: right;
    font-size: 6px;
    line-height: 69px;
    transition: all 200ms;
    position: relative;
  }
}
.m-menu--item:last-of-type {
  margin: 0;
  border-bottom: none!important;
}
.m-menu--item-link {
  color: #363636;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .m-menu--item-link {
    padding: 0 11px;
    color: rgba(54, 54, 54, 0.8);
  }
}
.m-menu--item.active .m-menu--item-link {
  color: #00973A;
}
@media (max-width: 767px) {
  .m-menu--item.active .m-menu--item-link {
    color: rgba(54, 54, 54, 0.8);
  }
}
.m-menu--item.active .m-menu--item-open {
  transform: rotate(180deg);
  color: #00973A;
}
@media (max-width: 767px) {
  .m-menu--item.active .m-menu--submenu {
    display: block;
  }
}
.m-menu--item-icon {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(231, 234, 238, 0.8);
  margin: 0 0 0 -8px;
  display: none;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
}
@media (max-width: 767px) {
  .m-menu--item-icon {
    display: none!important;
  }
}
.m-menu--item span.is-count {
  margin: 28px 0 0 10px;
  text-align: center;
  color: #ffffff;
  background: #9fa3b0;
  border-radius: 15px;
  padding: 0 5px;
  transition: 200ms all ease;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 15px;
  min-width: 15px;
  min-height: initial;
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
}
.m-menu--item:hover .m-menu--item-link,
.m-menu--item:active .m-menu--item-link,
.m-menu--item:focus .m-menu--item-link {
  color: #00973A;
}
.m-menu--item:hover .m-menu--more-icon,
.m-menu--item:active .m-menu--more-icon,
.m-menu--item:focus .m-menu--more-icon {
  color: #363636;
}
.m-menu--more-icon {
  font-size: 6px;
  line-height: 69px;
  cursor: pointer;
  color: #9fa3b0;
}
.m-menu--submenu {
  list-style: none;
  margin: 0;
  z-index: -1;
  background: white;
  display: none;
}
.m-menu--submenu-item {
  padding: 12px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: block;
}
.m-menu--submenu-item-l {
  color: rgba(54, 54, 54, 0.8);
  display: block;
}
.m-menu--submenu-item-l:hover,
.m-menu--submenu-item-l:focus,
.m-menu--submenu-item-l:active {
  color: #38398d;
}
.m-menu--submenu-head {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .m-menu--submenu-head {
    display: none;
  }
}
.m-menu--submenu-list {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 25%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-menu--submenu-list {
    width: 33.333333%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .m-menu--submenu-list {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-menu--submenu {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  }
  .m-menu--submenu.simple {
    padding: 20px 35px;
    white-space: nowrap;
    transform: translate(-50%, 0);
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 50%;
  }
  .m-menu--submenu.complicated {
    padding: 25px 35px 20px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 0;
  }
}
@media (min-width: 768px) and (min-width: 1146px) and (max-width: 1280px), (min-width: 768px) and (min-width: 960px) and (max-width: 1050px) {
  .m-menu--item:first-child .m-menu--submenu.simple {
    left: 0;
    transform: none;
  }
}
@media (max-width: 767px) {
  .m-menu--submenu {
    z-index: 1;
    padding: 10px 0 10px 20px;
    font-size: 14px;
    display: none;
    border-top: 1px solid #d8dcde;
  }
  .m-menu--submenu-item {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
}
.m-menu--mobile {
  border-left: 1px solid #d8dcde;
  width: 61px;
  height: 61px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.m-menu--mobile:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  margin: 0 0 0 -8px;
  transition: 200ms all ease;
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
}
.m-menu--mobile-icon {
  background: #9fa3b0;
  margin: -1px 0 0 -12px;
  width: 24px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.m-menu--mobile-icon:before,
.m-menu--mobile-icon:after {
  content: "";
  background: #9fa3b0;
  width: 24px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
}
.m-menu--mobile-icon:before {
  margin: -9px 0 0;
}
.m-menu--mobile-icon:after {
  margin: 7px 0 0;
}
.m-menu--mobile:hover .m-menu--mobile-icon,
.m-menu--mobile:focus .m-menu--mobile-icon,
.m-menu--mobile:active .m-menu--mobile-icon {
  background: #363636;
}
.m-menu--mobile:hover .m-menu--mobile-icon:before,
.m-menu--mobile:focus .m-menu--mobile-icon:before,
.m-menu--mobile:active .m-menu--mobile-icon:before,
.m-menu--mobile:hover .m-menu--mobile-icon:after,
.m-menu--mobile:focus .m-menu--mobile-icon:after,
.m-menu--mobile:active .m-menu--mobile-icon:after {
  background: #363636;
}
.m-menu--mobile.active:after {
  opacity: 1;
}
.m-menu--mobile.active .m-menu--mobile-icon {
  background: none;
  margin: -9px 0 0 -9px;
  overflow: hidden;
  width: 18px;
  height: 18px;
}
.m-menu--mobile.active .m-menu--mobile-icon:before,
.m-menu--mobile.active .m-menu--mobile-icon:after {
  background: #363636;
  margin: 0;
  width: 40px;
  height: 2px;
}
.m-menu--mobile.active .m-menu--mobile-icon:before {
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.m-menu--mobile.active .m-menu--mobile-icon:after {
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.m-menu--user {
  background: #ffffff;
  margin: 0 -15px;
  padding: 23px 24px 23px 70px;
  border-bottom: 1px solid #d8dcde;
  color: #363636;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 16px;
  line-height: 24px;
}
.m-menu--user-i,
.m-menu--user-icon {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 24px;
  display: block;
}
.m-menu--user-i {
  overflow: hidden;
  border-radius: 30px;
  width: 30px;
  height: 30px;
}
.m-menu--user-icon {
  color: #9fa3b0;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  width: 30px;
  height: auto;
}
.m-menu--user span.is-balance {
  margin: 2px 0 0 7px;
  background: #00973A;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
}
.tag {
  color: #ffffff;
  padding: 0 8px;
  border-radius: 2px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 26px;
  font-weight: 700;
}
.tag.blue {
  background: #38398d;
}
.tag.green {
  background: #00973A;
}
.inner--title {
  margin: -8px 0 18px;
  font-size: 36px;
  line-height: 40px;
}
.inner--desc {
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 24px;
}
.channels--sub-title {
  margin: 49px 0 33px;
  font-size: 24px;
  line-height: 40px;
}
.channels--download {
  margin: 23px 0 65px;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .channels--download {
    margin: 26px 0 50px;
  }
}
.channels--text {
  padding: 34px 0 0;
}
.channels--text p {
  color: #9fa3b0;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 24px;
}
.socials {
  font-size: 0;
  line-height: 0;
}
.socials--item {
  border: 1px solid;
  border-radius: 2px;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 991px) {
  .socials--item {
    margin-right: 15px;
  }
  .socials--item:last-of-type {
    margin: 0;
  }
}
.socials--item i {
  display: block;
}
.socials--item.vk {
  border-color: #4680C2;
  color: #4680C2;
}
.socials--item.vk:hover,
.socials--item.vk:focus,
.socials--item.vk:active {
  color: #ffffff;
  background-color: #4680C2;
}
.socials--item.vk i {
  font-size: 20px;
  line-height: 38px;
}
.socials--item.fb {
  border-color: #3c5899;
  color: #3c5899;
}
.socials--item.fb:hover,
.socials--item.fb:focus,
.socials--item.fb:active {
  color: #ffffff;
  background-color: #3c5899;
}
.socials--item.fb i {
  font-size: 16px;
  line-height: 38px;
}
.socials--item.tw {
  border-color: #41abe1;
  color: #41abe1;
}
.socials--item.tw:hover,
.socials--item.tw:focus,
.socials--item.tw:active {
  color: #ffffff;
  background-color: #41abe1;
}
.socials--item.tw i {
  font-size: 13px;
  line-height: 38px;
}
.socials--item.ok {
  border-color: #ed812b;
  color: #ed812b;
}
.socials--item.ok:hover,
.socials--item.ok:focus,
.socials--item.ok:active {
  color: #ffffff;
  background-color: #ed812b;
}
.socials--item.ok i {
  font-size: 17px;
  line-height: 38px;
}
.socials--item.yt {
  border-color: #E02F2F;
  color: #E02F2F;
}
.socials--item.yt:hover,
.socials--item.yt:focus,
.socials--item.yt:active {
  color: #ffffff;
  background-color: #E02F2F;
}
.socials--item.yt i {
  font-size: 16px;
  line-height: 38px;
}
.design-by {
  padding: 0 73px 0 0;
  color: #9fa3b0;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
}
.design-by--icon {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: auto;
  left: auto;
  font-size: 30px;
  line-height: 30px;
}
.design-by:hover,
.design-by:focus,
.design-by:active {
  color: #363636;
}
@media (min-width: 1176px) {
  .design-by.gs-margin {
    margin-right: 315px;
  }
}
.app-link {
  border: 1px solid #d8dcde;
  border-radius: 2px;
  text-align: center;
  color: #9fa3b0;
  width: 145px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
}
.app-link--icon {
  font-size: 29px;
  line-height: 38px;
}
.app-link:hover,
.app-link:focus,
.app-link:active {
  border-color: #9fa3b0;
  color: #363636;
}
@media (max-width: 767px) {
  .app-link {
    margin: 0 !important;
  }
  .app-link:first-of-type {
    border-radius: 2px 0 0 2px;
  }
  .app-link:last-of-type {
    border-left: none;
    border-radius: 0 2px 2px 0;
  }
}
.popover-box {
  display: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.popover-box.connect {
  padding: 0 30px;
  width: 330px;
  height: auto;
}
.popover-box.connect .popover-box--item {
  padding: 22px 0 20px;
  border-bottom: 1px solid #d8dcde;
}
.popover-box.connect .popover-box--item:last-of-type {
  border: none;
}
.popover-box.connect .popover-box--item .link {
  font-size: 16px;
  line-height: 19px;
}
.popover-box.connect .popover-box--item .link--icon {
  margin-top: 5px;
}
.popover-box.connect .popover-box--label {
  color: #9fa3b0;
  margin: 1px 0 0;
  font-size: 12px;
  line-height: 17px;
}
.popover-box.order {
  padding: 0 30px;
  width: 330px;
  height: auto;
}
@media (max-width: 767px) {
  .popover-box.order {
    width: 300px;
    height: auto;
  }
}
.popover-box.order .popover-box--item {
  padding: 18px 0;
  border-bottom: 1px solid #d8dcde;
  display: block;
}
@media (max-width: 767px) {
  .popover-box.order .popover-box--item {
    padding: 22px 0 20px;
  }
}
.popover-box.order .popover-box--item:last-of-type {
  border: none;
}
.popover-box.order .popover-box--item .link-arrow {
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .popover-box.order .popover-box--item .link-arrow {
    font-size: 14px;
  }
}
.popover-box.order .popover-box--item .link-arrow--icon {
  margin-top: 4px;
}
.popover-box.order .popover-box--label {
  color: #9fa3b0;
  margin: 3px 0 0;
  display: block;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 767px) {
  .popover-box.order .popover-box--label {
    margin: 1px 0 0;
    font-size: 12px;
    line-height: 17px;
  }
}
.popover-box.star {
  cursor: default;
  padding: 20px 30px 30px;
  color: #363636;
  width: 330px;
  height: auto;
}
.popover-box.star .popover-box--close {
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto;
  display: block;
  width: 14px;
  height: 14px;
}
.popover-box.star .popover-box--close:before,
.popover-box.star .popover-box--close:after {
  content: "";
  background: #9fa3b0;
  transition: 200ms all ease;
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.popover-box.star .popover-box--close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popover-box.star .popover-box--close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popover-box.star .popover-box--close:hover:before,
.popover-box.star .popover-box--close:focus:before,
.popover-box.star .popover-box--close:active:before,
.popover-box.star .popover-box--close:hover:after,
.popover-box.star .popover-box--close:focus:after,
.popover-box.star .popover-box--close:active:after {
  background: #363636;
}
.popover-box.star .popover-box--title {
  margin: 0 0 9px;
  font-size: 21px;
  line-height: 31px;
  font-weight: 500;
}
.popover-box.star .popover-box--text {
  font-size: 14px;
  line-height: 21px;
}
.popover-box.star .popover-box--footer {
  border-top: 1px solid #d8dcde;
  margin: 0 -30px;
  padding: 22px 30px 0;
}
.popover-box.star .popover-box--label {
  color: #9fa3b0;
  margin: 0 0 11px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
}
.popover-box.help {
  cursor: default;
  padding: 20px 30px;
  color: #363636;
  background: white;
  width: 330px;
  height: auto;
}
.popover-box.help p:last-child {
  margin-bottom: 0;
}
.popover-box.channel {
  cursor: default;
  color: #363636;
  margin: -1px;
  width: 285px;
  height: auto;
}
.popover-box.channel .popover-box--poster {
  display: block;
  width: 285px;
  height: 214px;
}
.popover-box.channel .popover-box--in {
  padding: 20px 30px 30px;
}
.popover-box.channel .popover-box--title {
  margin: 0 0 5px;
  color: #363636;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
.popover-box.channel .popover-box--title:hover {
  color: #00973A;
}
.popover-box.channel .popover-box--desc {
  color: #9fa3b0;
  margin: 0 0 13px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.popover-box.channel .popover-box--text {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 22px;
}
.popover-box.channel .popover-box--rating {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.popover-box.channel .popover-box--rating-label {
  text-transform: uppercase;
  color: #9fa3b0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.popover-box.channel .popover-box--rating-value {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.popover-box.channel-alt {
  cursor: default;
  color: #363636;
  margin: -1px;
  width: 285px;
  height: auto;
}
.popover-box.channel-alt .popover-box--header {
  border-bottom: 1px solid #d8dcde;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.popover-box.channel-alt .popover-box--img {
  border-right: 1px solid #d8dcde;
  width: 80px;
  height: 79px;
}
.popover-box.channel-alt .popover-box--img img {
  display: block;
  width: 100%;
  height: auto;
}
.popover-box.channel-alt .popover-box--title {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: 110px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.popover-box.channel-alt .popover-box--desc {
  padding: 25px 30px;
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 20px;
}
.popover-box.channel-alt .popover-box--desc p {
  margin: 0 0 15px;
}
.popover-box.channel-alt .popover-box--desc p:last-of-type {
  margin: 0;
}
.popover-box.channel-alt .popover-box--label {
  text-transform: uppercase;
  color: #9fa3b0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.popover-box.channel-alt .popover-box--packages {
  padding: 0 30px 20px;
  border-top: 1px solid #d8dcde;
}
.popover-box.channel-alt .popover-box--packages-title {
  padding: 25px 0 11px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.popover-box.channel-alt .popover-box--packages-tags {
  margin: 0 -10px 0 0;
  font-size: 0;
  line-height: 0;
}
.popover-box.channel-alt .popover-box--packages-tags .tags--item {
  font-weight: 500;
  margin: 0 10px 10px 0;
}
.popover-box.list {
  cursor: default;
  margin: -1px;
}
.popover-box.list .popover-box--list {
  list-style: none;
  margin: 0;
  padding: 15px 0;
}
.popover-box.list .popover-box--item {
  white-space: nowrap;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.popover-box.list .popover-box--link {
  color: rgba(54, 54, 54, 0.8);
  padding: 9px 30px;
  display: block;
}
.popover-box.list .popover-box--link:hover {
  color: #00973A;
}
.popover-box.is-chat {
  cursor: default;
  color: #363636;
  white-space: nowrap;
}
.popover-box--chat-t {
  color: #9fa3b0;
  text-transform: uppercase;
  display: block;
  font-size: 10px;
  line-height: 16px;
}
.popover-box--chat-p {
  padding: 1px 0 2px;
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.popover-box--chat-d {
  color: #9fa3b0;
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.popover-box--chat-l {
  color: #363636 !important;
  padding: 11px 17px 10px;
  display: block;
}
.aside-layout {
  margin-top: 30px;
}
@media (min-width: 1176px) {
  .aside-layout {
    margin-top: 60px;
  }
}
.aside--inner {
  width: 100%;
}
@media (max-width: 991px) {
  .aside--inner.sm-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.aside--spacer {
  width: 100% !important;
}
.page--title {
  margin: 0 0 25px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
.page--sub-title {
  margin: 0 0 16px;
  padding: 2px 0 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
.page--summary {
  padding: 0 0 0 30px;
  margin: 0 0 30px;
  color: rgba(54, 54, 54, 0.8);
  border-left: 3px solid #d8dcde;
  display: block;
  font-size: 20px;
  line-height: 32px;
}
.page--date {
  text-transform: uppercase;
  color: #9fa3b0;
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
}
.page--notes {
  margin: 20px 0 0;
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 28px;
}
.sec-nav {
  border-bottom: 1px solid #d8dcde;
  display: block;
}
.sec-nav--links {
  list-style: none;
  margin: 0;
  padding: 0;
  color: rgba(54, 54, 54, 0.8);
}
@media (max-width: 991px) {
  .sec-nav--links {
    display: none;
  }
}
@media (min-width: 992px) {
  .sec-nav--links {
    display: block!important;
  }
}
.sec-nav--sm-head {
  border: 1px solid #d8dcde;
  border-bottom: none;
  padding: 11px 20px;
  color: rgba(54, 54, 54, 0.8);
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 22px;
  display: block;
}
.sec-nav--sm-head-icon {
  color: #9fa3b0;
  transition: 300ms all ease;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: auto;
  left: auto;
  font-size: 6px;
  line-height: 44px;
}
.sec-nav--sm-head-icon.active {
  transform: rotate(180deg);
}
.sec-nav--item {
  display: block;
}
.sec-nav--item.active {
  background: #f1f5f9;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.sec-nav--item.active:after {
  content: "";
  background: #00973A;
  display: block;
  position: absolute;
  top: 1px;
  right: auto;
  bottom: 0;
  left: 0;
  width: 3px;
  height: auto;
}
.sec-nav--item-l {
  color: inherit!important;
  border: 1px solid #d8dcde;
  border-bottom: none;
  padding: 13px 20px;
  font-weight: 500;
  display: block;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.sec-nav--item-l:before {
  content: "";
  z-index: 2;
  background: #38398d;
  opacity: 0;
  transition: 200ms all ease;
  display: block;
  position: absolute;
  top: auto;
  right: -1px;
  bottom: -1px;
  left: -1px;
  width: auto;
  height: 1px;
}
.sec-nav--item-l:hover {
  border-color: #38398d;
  color: inherit;
}
.sec-nav--item-l:hover:before {
  opacity: 1;
}
.sec-nav--item-nowrap {
  white-space: nowrap;
}
.sec-nav--item-nowrap:before {
  content: '\FEFF';
}
.sec-nav--item-i {
  transition: 300ms all ease;
  margin: 0 0 0 20px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  font-size: 5px;
  line-height: 22px;
}
.sec-nav--item-i.active {
  transform: rotate(180deg);
}
.sec-nav--sub {
  border: 1px solid #d8dcde;
  border-bottom: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f1f5f9;
  display: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.sec-nav--sub:before,
.sec-nav--sub:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: block;
  width: 0;
  height: auto;
}
.sec-nav--sub:before {
  border-bottom: 6px solid #d8dcde;
  position: absolute;
  top: -6px;
  right: auto;
  bottom: auto;
  left: 22px;
}
.sec-nav--sub:after {
  border-bottom: 6px solid #f1f5f9;
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: 22px;
}
.sec-nav--sub.open {
  display: block;
}
.sec-nav--sub-item {
  color: rgba(54, 54, 54, 0.8);
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.sec-nav--sub-item:before,
.sec-nav--sub-item:after {
  content: "";
  background: #d8dcde;
  width: auto;
  height: 1px;
}
.sec-nav--sub-item:before {
  display: none;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: auto;
  left: 0;
}
.sec-nav--sub-item:after {
  display: block;
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 0;
  left: 20px;
}
.sec-nav--sub-item:last-of-type:after {
  display: none;
}
.sec-nav--sub-item.active:before {
  display: block;
}
.sec-nav--sub-item.active:after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.sec-nav--sub-item.active .sec-nav--sub-item-l:before {
  content: "";
  background: #00973A;
  z-index: 1;
  display: block;
  position: absolute;
  top: -1px;
  right: auto;
  bottom: 0;
  left: -1px;
  width: 3px;
  height: auto;
}
.sec-nav--sub-item:hover,
.sec-nav--sub-item.active {
  color: #363636;
}
.sec-nav--sub-item-l {
  color: inherit!important;
  padding: 13px 20px 14px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 22px;
}
.star-btn {
  border: 1px solid #d8dcde;
  border-radius: 2px;
  padding: 13px 17px 11px 43px;
  text-transform: uppercase;
  color: #9fa3b0;
  cursor: pointer;
  font-size: 10px;
  line-height: 12px;
  font-weight: 900;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.star-btn:hover,
.star-btn:focus,
.star-btn:active,
.star-btn.active {
  color: #00973A;
  outline: none;
}
.star-btn--icon {
  transform: translate(0, -50%);
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 15px;
}
@media (max-width: 1175px) {
  .star-btn--icon {
    transform: none;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    font-size: 18px;
    line-height: 50px;
  }
}
.star-btn--baloon-icon {
  transform: translate(0, -50%);
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 15px;
}
@media (max-width: 1175px) {
  .star-btn--baloon-icon {
    transform: none;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    font-size: 22px;
    line-height: 50px;
  }
}
@media (max-width: 1175px) {
  .star-btn {
    border: none;
    padding: 0 10px;
    margin: 0 -10px 0 0;
  }
}
@media (max-width: 767px) {
  .star-btn {
    margin: 0;
    position: absolute;
    top: 12px;
    right: 15px;
    bottom: auto;
    left: auto;
  }
}
.tv-genres--list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tv-genres--list:after {
  content: "";
  z-index: 1;
  background: #d8dcde;
  width: auto;
  height: 1px;
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.tv-genres--item {
  color: rgba(54, 54, 54, 0.8);
  z-index: 2;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.tv-genres--item.active,
.tv-genres--item:hover {
  color: #00973A;
}
.tv-genres--more {
  padding: 2px 0 0;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.tv-genres--more-label {
  border-bottom: 1px dashed;
  transition: 200ms all ease;
  display: inline-block;
  vertical-align: top;
}
.tv-genres--more:hover {
  color: #363636;
}
.tv-genres--more:focus {
  outline: none;
}
.tv-genres--item,
.tv-genres--more {
  text-align: center;
  flex-grow: 1;
  cursor: pointer;
}
.tv-genres--item:first-of-type,
.tv-genres--more:first-of-type {
  text-align: left;
  flex-grow: 0.5;
}
.tv-genres--item.last,
.tv-genres--more.last,
.tv-genres--item:last-of-type,
.tv-genres--more:last-of-type {
  text-align: right;
  flex-grow: 0.5;
}
.tv-genres--item.active .tv-genres--link:after {
  content: "";
  background: #00973A;
  width: auto;
  height: 2px;
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.tv-genres--link {
  padding: 2px 0 26px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.tv-days--list {
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
}
.tv-days--item {
  float: left;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
}
.tv-days--item.highlight {
  color: #e64545;
}
.tv-days--item:hover,
.tv-days--item.active {
  color: #00973A;
}
.tv-days--more {
  float: left;
  padding: 7px 15px 0;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.tv-days--more-label {
  border-bottom: 1px dashed;
  transition: 200ms all ease;
  display: inline-block;
  vertical-align: top;
}
.tv-days--more:hover {
  color: #363636;
}
.tv-days--more:focus {
  outline: none;
}
.tv-days--link {
  color: inherit!important;
  padding: 0 14px;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tv-days--link {
    padding: 0 11px;
  }
}
.tv-days--item:first-of-type .tv-days--link {
  padding-left: 0;
}
.tv-days.bordered .tv-days--link {
  padding: 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.tv-days.bordered .tv-days--item {
  padding: 0 14px;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .tv-days.bordered .tv-days--item {
    padding: 0 9px;
  }
}
@media (min-width: 1176px) {
  .tv-days.bordered .tv-days--item {
    padding: 0 12px;
  }
}
.tv-days.bordered .tv-days--item:first-of-type {
  padding-left: 0;
}
.tv-days.bordered .tv-days--item.active .tv-days--link:after {
  content: "";
  background: #00973A;
  display: block;
  width: auto;
  height: 2px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -21px;
  left: 0;
}
.tv-search {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 312px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tv-search {
    width: 130px;
    height: auto;
  }
}
.tv-search--input {
  padding: 10px 10px 10px 57px;
  border: 1px solid #d8dcde;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 28px;
}
.tv-search--input:focus {
  outline: none!important;
}
.tv-search--submit {
  border: none;
  padding: 0;
  background: none;
  text-align: right;
  color: #9fa3b0;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 40px;
  height: 50px;
  font-size: 18px;
  line-height: 54px;
}
.tv-search--submit:hover {
  color: #33a44d;
}
.tv-search--submit:focus {
  outline: none;
}
.tv-timezone {
  margin: 8px 30px 0 0;
}
.tv-timezone.no-search {
  margin-right: 0;
}
.tv-timezone--label {
  padding: 0 30px 0 20px;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
}
.tv-timezone--label:focus {
  outline: none;
}
.tv-timezone--label-icon {
  display: block;
  font-size: 5px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: auto;
  left: auto;
}
.tv-tools {
  padding: 30px 0;
}
.tv-tools.bordered {
  border-bottom: 1px solid #d8dcde;
}
.tv-layout {
  z-index: 1;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.tv-layout--title {
  border-bottom: 1px solid #d8dcde;
  padding: 0 0 4px;
  margin: 0 0 25px;
}
.tv-layout--group {
  padding: 0 0 31px;
  margin: 0 0 33px;
  border-bottom: 1px solid #d8dcde;
}
.tv-layout--group:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.tv-layout--gtitle {
  margin: 0 0 36px;
  font-size: 24px;
  line-height: 24px;
}
.tv-layout--list.index {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tv-layout--list.index .tv-schedule {
  padding: 0 15px;
  width: 33.333333%;
  height: auto;
}
@media (max-width: 767px) {
  .tv-layout--list.index .tv-schedule {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tv-layout--list.index .tv-schedule {
    width: 50%;
    height: auto;
  }
}
.tv-layout--more {
  border: 1px solid;
  text-align: center;
  display: block;
  width: auto;
  height: 100%;
  min-width: auto;
  min-height: 250px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.tv-layout--more:before {
  content: "";
  background: #E4E7EB;
  margin: -62px 0 0 -25px;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 50px;
  height: 40px;
}
.tv-layout--more:after {
  content: "";
  background: #00973A;
  margin: -18px 0 0 -15px;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 30px;
  height: 2px;
}
.tv-layout--more span {
  transform: translate(-50%, -50%);
  padding: 40px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 120px;
  height: auto;
}
.tv-schedule {
  margin: 0 0 30px 0;
}
.tv-schedule--inner {
  border: 1px solid #d8dcde;
  width: auto;
  height: 100%;
}
.tv-schedule--list {
  padding: 25px 0 5px;
}
.tv-schedule--header {
  padding-left: 80px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #9fa3b0;
}
.tv-schedule--item {
  padding: 0 30px 0 80px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 18px;
}
.tv-schedule--item.passed {
  color: #9fa3b0;
}
.tv-schedule--item.current {
  color: #00973A;
}
.tv-schedule--item.current .tv-schedule--item-title {
  padding-bottom: 33px;
}
.tv-schedule--item.current:before {
  content: "";
  border-top: 4px solid transparent;
  border-left: 8px solid #00973A;
  border-bottom: 4px solid transparent;
  width: 0;
  height: auto;
  display: block;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 13px;
}
.tv-schedule--item.live:before {
  content: "";
  border-radius: 8px;
  background: #38398d;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 13px;
}
.tv-schedule--item.dvr:before {
  content: "";
  border-top: 4px solid transparent;
  border-left: 8px solid #9fa3b0;
  border-bottom: 4px solid transparent;
  width: 0;
  height: auto;
  display: block;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 13px;
}
.tv-schedule--item-time {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.tv-schedule--item-title {
  color: inherit;
  padding: 0 0 15px;
  display: inline-block;
  vertical-align: top;
}
a.tv-schedule--item-title:hover {
  color: #00973A;
}
a.tv-schedule--item-title:focus {
  outline: none;
}
.tv-schedule--item-watch {
  color: #9fa3b0;
  margin-top: -10px;
  padding-bottom: 15px;
  font-size: 12px;
  display: block;
}
.current .tv-schedule--item-watch {
  margin-top: -27px;
  padding-bottom: 27px;
}
a.tv-schedule--item-watch:hover {
  color: #00973A;
}
a.tv-schedule--item-watch:focus {
  outline: none;
}
.in-widget .tv-schedule--item-watch {
  padding-bottom: 0px;
  margin-top: 5px;
}
.tv-schedule--item-watch::after {
  margin-left: 7px;
  font-size: 6px;
  position: relative;
  top: -1px;
}
.tv-schedule--item-progress {
  background: #d8dcde;
  width: auto;
  height: 2px;
  position: absolute;
  top: auto;
  right: 30px;
  bottom: 16px;
  left: 30px;
}
.tv-schedule--item-progress-in {
  background: #00973A;
  transition: width 1s;
  width: auto;
  height: 100%;
}
.tv-schedule--item.in-widget {
  padding: 29px 0 29px 160px;
  border-bottom: 1px solid #d8dcde;
  font-size: 16px;
  line-height: 20px;
}
.tv-schedule--item.in-widget.current:before,
.tv-schedule--item.in-widget.dvr:before {
  position: absolute;
  top: 35px;
  right: auto;
  bottom: auto;
  left: 0;
}
.tv-schedule--item.in-widget.live:before {
  position: absolute;
  top: 35px;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 767px) {
  .tv-schedule--item.in-widget {
    padding-left: 30px;
  }
}
.tv-schedule--item.in-widget .tv-schedule--item-time {
  position: absolute;
  top: 29px;
  right: auto;
  bottom: auto;
  left: 30px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .tv-schedule--item.in-widget .tv-schedule--item-time {
    margin: 0 0 5px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.tv-schedule--item.in-widget .tv-schedule--item-title {
  padding: 0;
}
.tv-schedule--item.in-widget .tv-schedule--item-progress {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -1px;
  left: 0;
}
.tv-schedule--group {
  text-align: center;
  text-transform: uppercase;
  color: #9fa3b0;
  padding: 8px 0 15px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
.tv-schedule--group:first-child {
  padding-top: 0;
}
.tv-schedule.full .tv-schedule--list {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .tv-schedule.full .tv-schedule--list {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tv-schedule.full .tv-schedule--list {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.loader {
  width: auto;
  height: 60px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.loader div {
  background: #00973A;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.loader div:nth-child(1),
.loader div:nth-child(2),
.loader div:nth-child(3) {
  border-radius: 60px;
  opacity: 0;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  -webkit-animation: loader 1s 0s linear infinite;
  animation: loader 1s 0s linear infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.loader div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}
.loader div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}
.loader div:nth-child(4) {
  margin: -11px 0 0 -11px;
  border-radius: 22px;
  width: 22px;
  height: 22px;
}
.loader div:nth-child(4):before {
  content: "";
  background: #ffffff;
  border-radius: 5px;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 5px;
}
@-webkit-keyframes loader {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes loader {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.program--title {
  margin: 0 0 6px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
.program--desc {
  margin: 0 0 42px;
  color: #9fa3b0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}
.program--text {
  margin: 0 0 32px;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 28px;
}
.program--sliders {
  margin: 0 0 22px;
}
.program--sliders-full {
  margin: 0 0 4px;
  border: 1px solid #d8dcde;
}
.program--sliders-full .slide {
  display: none;
}
.program--sliders-full .slide:first-of-type {
  display: block;
}
.program--sliders-full.slick-initialized .slide {
  display: block;
}
.program--sliders-full .slide img {
  display: block;
  width: 100%;
  height: auto;
}
.program--sliders-full .slick-arrow {
  z-index: 3;
  border: 1px solid #d8dcde;
  transform: translate(0, -50%);
  background: #ffffff;
  text-align: center;
  color: #9fa3b0;
  cursor: pointer;
  transition: 200ms all ease;
  opacity: 0;
  width: 49px;
  height: 50px;
  font-size: 12px;
  line-height: 48px;
}
.program--sliders-full .slick-arrow:hover {
  color: #363636;
  opacity: 1 !important;
}
.program--sliders-full .slick-arrow.slick-prev {
  border-left: none;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
}
.program--sliders-full .slick-arrow.slick-next {
  border-right: none;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
}
.program--sliders-full:hover .slick-arrow {
  opacity: 0.7;
}
.program--sliders-short .slide {
  display: none;
}
.program--sliders-short .slide:first-of-type {
  display: block;
}
.program--sliders-short.slick-initialized .slide {
  display: block;
}
.program--sliders-short .slide {
  padding: 0 5px 0 0;
  cursor: pointer;
  width: 105px !important;
  height: auto !important;
}
.program--sliders-short .slide-inner {
  background: #d8dcde;
}
.program--sliders-short .slide img {
  opacity: 0.3;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  display: block;
  width: 100%;
  height: auto;
}
.program--sliders-short .slide:focus {
  outline: none;
}
.program--sliders-short .slick-active {
  cursor: default;
}
.program--sliders-short .slick-active .slide {
  cursor: default;
}
.program--sliders-short .slick-active img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.program--rating {
  padding: 0 0 0 50px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.program--rating-box {
  margin-bottom: 22px;
}
.program--rating-logo {
  overflow: hidden;
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
  width: 36px;
  height: auto;
}
.program--rating-label {
  text-transform: uppercase;
  color: #9fa3b0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.program--rating-value {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}
.program--fields {
  border-top: 1px solid #d8dcde;
}
.program--fields.zero-tb,
.program--fields.no-border {
  border: none;
}
.program--fields-item {
  padding: 22px 0 20px;
  border-bottom: 1px solid #d8dcde;
}
.program--fields-key {
  margin: 0 0 7px;
  text-transform: uppercase;
  color: #9fa3b0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
.program--fields-value {
  color: rgba(54, 54, 54, 0.8);
  font-size: 13px;
  line-height: 17px;
}
.program--fields.no-border .program--fields-item {
  padding-top: 0;
  border: none;
}
.channel--title {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
.channel--logo-svg {
  width: 100%;
  height: 100%;
}
.channel--logo-svg text {
  font-size: 40px;
  font-family: 'Roboto';
}
.channel--text {
  margin: 0 0 30px;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 28px;
}
.channel--stitle {
  font-size: 24px;
  line-height: 28px;
}
.channel-box {
  width: 754px;
  height: auto;
}
@media (max-width: 767px) {
  .channel-box {
    margin: 0;
    width: 100%;
    height: auto;
  }
}
.channel-box--in {
  border: none;
  box-shadow: none;
}
.channel-box--header {
  padding: 0 79px 0 0;
}
@media (max-width: 767px) {
  .channel-box--header {
    padding-right: 0;
  }
}
.channel-box--content {
  padding: 25px 30px 40px;
}
.channel-box--title {
  margin: 0 0 5px;
  color: rgba(54, 54, 54, 0.8);
  font-size: 24px;
  line-height: 28px;
}
.channel-box--desc {
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 24px;
}
.channel-box--text {
  color: rgba(54, 54, 54, 0.8);
  margin: 0 0 35px;
  font-size: 16px;
  line-height: 24px;
}
.channel-link {
  text-align: center;
  border: 1px solid #d8dcde;
  color: rgba(196, 204, 215, 0.8);
  padding: 10px 0 0;
  overflow: hidden;
  margin: 0 -1px -1px 0;
  display: block;
  width: 125px;
  height: 125px;
  font-size: 12px;
  line-height: 13px;
  font-weight: 500;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.channel-link--grid {
  padding: 0 0 1px 0;
  display: inline-block;
  vertical-align: top;
}
.channel-link--image {
  margin: 0 auto;
  transition: 200ms all ease;
  opacity: 0.6;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  display: block;
  width: 88px;
  height: 88px;
}
.channel-link--image img {
  display: block;
  max-width: 100%;
  max-height: initial;
}
.channel-link--label {
  padding: 0 5px;
  white-space: normal;
  display: block;
  text-align: center;
}
.channel-link:hover {
  color: rgba(54, 54, 54, 0.8);
  outline: none;
  border-color: #38398d;
  z-index: 2;
}
.channel-link:hover .channel-link--image {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.sales .panel-body {
  padding-left: 15px;
  padding-right: 15px;
}
.sales .slide {
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
.sales .slide:first-of-type {
  display: block;
}
.sales--slider.slick-initialized .slide {
  display: block;
}
.sales--header-badge {
  text-transform: uppercase;
  border-radius: 2px;
  color: #ffffff;
  padding: 0 8px;
  background: #38398d;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
}
.sales--title {
  color: #363636;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sales--title:hover,
.sales--title:focus,
.sales--title:active {
  color: #00973A;
  text-decoration: none;
}
.sales--text {
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 21px;
}
.sales--date {
  color: #9fa3b0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
.sales--footer {
  border-top: 1px solid #d8dcde;
}
.sales--icon {
  display: inline-block;
  vertical-align: top;
}
.sales--icon.left {
  margin: 7px 9px 0 0;
  font-size: 8px;
  line-height: 8px;
}
.sales--icon.right {
  margin: 7px 0 0 9px;
  font-size: 8px;
  line-height: 8px;
}
.sales--btn {
  text-align: center;
  padding: 20px;
  color: #9fa3b0;
  transition: 200ms all ease;
  display: block;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.sales--btn.br {
  border-right: 1px solid #d8dcde;
}
.sales--btn:hover,
.sales--btn:focus,
.sales--btn:active {
  color: #363636;
  text-decoration: none;
}
.sales--btn:hover .sales--icon.left,
.sales--btn:focus .sales--icon.left,
.sales--btn:active .sales--icon.left {
  background-position: -10px -8px;
}
.sales--btn:hover .sales--icon.right,
.sales--btn:focus .sales--icon.right,
.sales--btn:active .sales--icon.right {
  background-position: -10px 0;
}
.channel-header {
  border-bottom: 1px solid #d8dcde;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: 79px;
}
.channel-header.bordered {
  border: 1px solid #d8dcde;
}
.channel-header.no-border {
  border: none;
  width: auto;
  height: 78px;
}
.channel-header--logo {
  border-right: 1px solid #d8dcde;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 79px;
  height: auto;
}
.channel-header--logo-img {
  display: block;
  width: 100%;
  height: auto;
}
.channel-header--title {
  transform: translate(0, -50%);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 78px;
  bottom: auto;
  left: 110px;
}
.channel-header--title-dot {
  background: #00973A;
  border-radius: 12px;
  margin: -6px 0 0;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -27px;
}
.channel-header--connect {
  position: absolute;
  top: 20px;
  right: 48px;
  bottom: auto;
  left: auto;
  width: 30px;
  height: 38px;
}
.channel-header--connect:before,
.channel-header--connect:after {
  content: "";
  background: #9fa3b0;
  transform: translate(-50%, -50%);
  transition: all 200ms ease;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.channel-header--connect:before {
  width: 16px;
  height: 2px;
}
.channel-header--connect:after {
  width: 2px;
  height: 16px;
}
.channel-header--connect:hover:before,
.channel-header--connect:hover:after {
  background: #00973A;
}
.channel-header--connect-2 {
  position: absolute;
  top: 19px;
  right: 62px;
  bottom: auto;
  left: auto;
}
.channel-header--connected {
  text-transform: uppercase;
  color: #00973A;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  position: absolute;
  top: 29px;
  right: 62px;
  bottom: auto;
  left: auto;
  display: block;
}
.channel-header--connected:before {
  content: "";
  margin: 4px 9px 0 0;
  border-radius: 12px;
  background: #00973A;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: top;
}
.channel-header--connected.alt {
  text-align: center;
  margin: 10px 0 30px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.channel-header--connected.alt2 {
  text-align: center;
  padding: 0 0 20px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.channel-header--fav {
  color: #9fa3b0;
  text-align: center;
  display: block;
  position: absolute;
  top: 20px;
  right: 10px;
  bottom: auto;
  left: auto;
  width: 38px;
  height: 38px;
}
.channel-header--fav:focus {
  color: #9fa3b0;
}
.channel-header--fav:hover {
  color: #33a44d;
}
.channel-header--fav.active {
  color: #33a44d;
}
.channel-header--fav.active:hover {
  color: #00973A;
}
.channel-header--fav.active:focus {
  color: #00973A;
}
.channel-header--fav-icon {
  display: block;
  font-size: 17px;
  line-height: 38px;
}
.channel-header--fav.active .channel-header--fav-icon:before {
  content: "\e93a";
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.channel-header .tooltip {
  margin-top: 15px;
}
.channel-header--title-dot {
  display: none;
}
.channel-header.column .channel-header--connected,
.channel-header.column .channel-header--connect-2 {
  display: none;
}
.channel-header.column.connected .channel-header--title {
  left: 137px;
}
.channel-header.column.connected .channel-header--title-dot {
  display: block;
}
.channel-header.column.connected .channel-header--connect {
  display: none;
}
.channel-header.full .channel-header--title-dot,
.channel-header.full .channel-header--connect {
  display: none;
}
.channel-header.full .channel-header--connected {
  display: none;
}
@media (max-width: 767px) {
  .channel-header.full .channel-header--connect {
    display: block;
  }
  .channel-header.full .channel-header--connected,
  .channel-header.full .channel-header--connect-2 {
    display: none;
  }
}
.channel-header.full.connected .channel-header--connected {
  display: block;
}
.channel-header.full.connected .channel-header--connect-2 {
  display: none;
}
@media (max-width: 767px) {
  .channel-header.full.connected .channel-header--connect,
  .channel-header.full.connected .channel-header--connected {
    display: none;
  }
  .channel-header.full.connected .channel-header--title {
    left: 137px;
  }
  .channel-header.full.connected .channel-header--title-dot {
    display: block;
  }
}
.channel-header.in-tv .channel-header--connect {
  right: 10px;
}
.channel-header.in-tv .channel-header--connect-2,
.channel-header.in-tv .channel-header--connected {
  right: 20px;
}
@media (max-width: 767px) {
  .channel-header.in-tv.full .channel-header--title {
    right: 50px;
  }
}
@media (max-width: 767px) {
  .channel-header.in-tv.full.connected .channel-header--title {
    right: 30px;
  }
}
.package-item {
  border: 1px solid #d8dcde;
}
.package-item--head {
  padding: 24px 60px 24px 30px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.package-item--head.disabled .package-item--info,
.package-item--head.disabled .package-item--counter {
  color: #9fa3b0;
}
.package-item--head .checker {
  margin: 13px 12px 14px 0;
}
@media (max-width: 767px) {
  .package-item--head .checker {
    float: none;
    margin: 0;
    position: absolute;
    top: 25px;
    right: auto;
    bottom: auto;
    left: 30px;
  }
}
.package-item--head.in-tabs {
  margin: -5px 0 -9px;
  padding: 0 30px 0 0;
}
@media (max-width: 767px) {
  .package-item--head.in-tabs {
    margin: -15px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .package-item--head.in-tabs {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .package-item--head {
    padding: 24px 30px;
  }
}
.package-item--info {
  max-width: 420px;
  max-height: initial;
}
@media (max-width: 767px) {
  .package-item--info {
    float: none;
    margin: 0 0 20px;
  }
  .package-item--info.with-radio {
    margin-left: 30px;
  }
}
.package-item--counter {
  text-align: right;
  margin: 12px 0;
  width: 104px;
  height: auto;
}
.package-item--head.in-tabs .package-item--counter {
  margin: 16px 0 0;
  width: auto;
  height: auto;
}
.package-item--btn {
  margin: 0 -40px 0 60px;
  width: 160px;
  height: auto;
}
@media (max-width: 767px) {
  .package-item--btn {
    margin: 30px 0 0;
    float: none;
    width: auto;
    height: auto;
  }
}
.package-item--title {
  margin: 1px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
label.package-item--title {
  cursor: pointer;
}
.package-item--title .helper {
  margin: 1px 0 -2px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .package-item--head.in-tabs .package-item--title {
    margin-left: 0 !important;
  }
}
.package-item--desc {
  color: #9fa3b0;
  padding: 0 0 4px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
label.package-item--desc {
  cursor: pointer;
  margin: 0;
  display: block;
}
.package-item--desc .link-arrow {
  margin: 2px 0 -2px;
}
.package-item--desc .link {
  margin-top: 1px;
}
.package-item--desc .link--icon {
  margin-left: 10px !important;
}
.package-item--desc > label {
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer;
}
.package-item--tabs,
.package-item--channels {
  border-top: 1px solid #d8dcde;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.package-item--tabs.toggle,
.package-item--channels.toggle {
  display: none;
}
.package-item--tabs.toggle.active,
.package-item--channels.toggle.active {
  display: block;
}
.package-item--channels.b0 {
  border: none;
}
.package-item--channels-inner {
  z-index: 1;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.package-item--channels-inner[data-scroll="custom"] {
  left: 0 !important;
  margin-left: 0 !important;
  top: 0 !important;
  margin-top: 0 !important;
  max-height: 466px !important;
  height: 466px !important;
}
.package-item--channels-inner:not(.scroll-content):before {
  z-index: 2;
  content: "";
  background: linear-gradient(to bottom, #f0f1f3 0%, rgba(255, 255, 255, 0) 100%);
  display: block;
  width: auto;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
.package-item--channels-title {
  padding: 18px 30px 11px;
  margin: 0 0 -34px;
  text-transform: uppercase;
  color: #9fa3b0;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
}
.package-item--channels-list {
  padding: 34px 10px 10px 7px;
  font-size: 0;
  line-height: 0;
}
.package-item--channels-list.alt-padding {
  padding: 34px 30px 10px;
}
.package-item--channels-hide {
  text-align: center;
  color: #363636;
  background: #f1f5f9;
  border-top: 1px solid #d8dcde;
  padding: 14px 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.package-item--channels-hide:hover,
.package-item--channels-hide:focus,
.package-item--channels-hide:active {
  color: #363636;
}
.package-item--channels-hide-icon {
  color: #9fa3b0;
  margin: 9px 0 0 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 5px;
  line-height: 5px;
}
.package-item--channel {
  text-align: center;
  margin: 0 7px 24px;
  color: #9fa3b0;
  display: inline-block;
  vertical-align: top;
  width: calc(20% - 14px);
  height: auto;
  font-size: 12px;
  line-height: 13px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .package-item--channel {
    width: calc(50% - 14px);
    height: auto;
  }
}
.package-item--channel-image {
  margin: 0 auto;
  transition: 200ms all ease;
  opacity: 0.95;
  -webkit-filter: grayscale(0.1);
  -moz-filter: grayscale(0.1);
  -ms-filter: grayscale(0.1);
  -o-filter: grayscale(0.1);
  filter: grayscale(0.1);
  display: block;
  width: 88px;
  height: 88px;
}
.package-item--channel-image img {
  display: block;
  max-width: 100%;
  max-height: initial;
}
.package-item--channel:hover,
.package-item--channel:focus,
.package-item--channel:active {
  color: rgba(54, 54, 54, 0.8);
}
.package-item--channel:hover .package-item--channel-image,
.package-item--channel:focus .package-item--channel-image,
.package-item--channel:active .package-item--channel-image {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.package-item--show,
.package-item--hide {
  display: none;
}
.package-item--show.active,
.package-item--hide.active {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .package-item--show .link--icon,
  .package-item--hide .link--icon {
    margin-top: 5px !important;
  }
}
@media (max-width: 767px) {
  .package-item--show .counter,
  .package-item--hide .counter {
    margin: 9px 0 -9px;
  }
}
.package-item--list {
  border-bottom: 1px solid #d8dcde;
}
.package-item--list .package-item {
  border-bottom: none;
}
.package-item--list.base {
  margin: 39px 0 0;
}
.package-item--label {
  margin: 0 0 9px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .package-item.open .package-item--info {
    margin: 0;
  }
}
.package-item.mini {
  margin: 0 0 -1px;
}
@media (min-width: 768px) {
  .package-item.mini {
    border-left: none;
    border-right: none;
  }
  .package-item.mini .package-item--head {
    padding: 15px 23px 14px 0;
  }
  .package-item.mini .package-item--head .checker {
    margin: 13px 2px 0 0;
  }
  .package-item.mini .package-item--head .star-btn {
    margin: 13px 0 0;
    border: none;
    padding: 0 0 0 17px;
    width: auto;
    height: 22px;
  }
  .package-item.mini .package-item--head .star-btn--label {
    padding: 0 0 0 11px;
    display: block;
  }
  .package-item.mini .package-item--head .star-btn--icon {
    transform: none;
    position: absolute;
    top: 2px;
    right: auto;
    bottom: auto;
    left: 0;
    font-size: 18px;
    line-height: 18px;
  }
  .package-item.mini .package-item--head .star-btn--baloon-icon {
    transform: none;
    position: absolute;
    top: 2px;
    right: auto;
    bottom: auto;
    left: 2px;
    font-size: 22px;
    line-height: 22px;
  }
  .package-item.mini .package-item--title {
    margin: 4px 0 2px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  .package-item.mini .package-item--desc {
    color: #9fa3b0;
    padding: 0 0 4px;
    font-size: 14px;
    line-height: 20px;
  }
  .package-item.mini .package-item--counter {
    margin: 15px 0;
    width: 76px;
    height: auto;
  }
}
.slider-arrows {
  margin: -5px 0;
  font-size: 0;
  line-height: 0;
}
.slider-arrows--btn {
  outline: none;
  color: #9fa3b0;
  transition: 300ms all ease;
  border: 1px solid #d8dcde;
  text-align: center;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 50px;
  height: 50px;
  font-size: 12px;
  line-height: 48px;
}
.slider-arrows--btn.next {
  margin: 0 0 0 -1px;
}
.slider-arrows--btn:focus:not(.slick-disabled),
.slider-arrows--btn:focus:not(.disabled) {
  border-color: #d8dcde;
  color: #9fa3b0;
}
.slider-arrows--btn:hover:not(.slick-disabled),
.slider-arrows--btn:active:not(.slick-disabled),
.slider-arrows--btn:hover:not(.disabled),
.slider-arrows--btn:active:not(.disabled) {
  z-index: 2;
  border-color: #38398d;
  color: #38398d;
}
.slider-arrows.is-white .slider-arrows--btn:hover:not(.slick-disabled),
.slider-arrows.is-white .slider-arrows--btn:active:not(.slick-disabled),
.slider-arrows.is-white .slider-arrows--btn:hover:not(.disabled),
.slider-arrows.is-white .slider-arrows--btn:active:not(.disabled) {
  border-color: white;
  color: white;
}
.slider-arrows--btn.slick-disabled,
.slider-arrows--btn.disabled {
  opacity: 0.3;
  cursor: default;
  border-color: #d8dcde !important;
  color: #9fa3b0 !important;
}
.header {
  z-index: 10;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.header--top-line {
  z-index: 5;
  background: #ffffff;
  border-bottom: 1px solid #d8dcde;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.header--top-line.region-active:after {
  content: "";
  background: #d8dcde;
  display: block;
  width: auto;
  height: 1px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -1px;
  left: 0;
}
.header--info-line {
  z-index: 4;
  background: #ffffff;
  border-bottom: 1px solid #d8dcde;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .header--info-line {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  }
}
.header--nav-line {
  z-index: 2;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.header--nav-shadow {
  z-index: 1;
  background: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 -69px;
  width: auto;
  height: 69px;
}
.header--nav-search {
  margin: 0 -15px 0 0;
  text-align: center;
  color: #9fa3b0;
  display: block;
  width: 54px;
  height: 69px;
}
.header--nav-search:hover,
.header--nav-search:focus,
.header--nav-search:active {
  color: #363636;
}
.header--nav-search i {
  display: block;
  font-size: 24px;
  line-height: 69px;
}
.header--logo {
  background: url(/s/img/ntvplustv/logotype-new-v2.svg?v=bccf07c4) center center no-repeat;
  background-size: 357px 27px;
  display: block;
  width: 357px;
  height: 80px;
}
@media (max-width: 767px) {
  .header--logo {
    margin: 0 0 0 15px;
    background-size: 171px 13px;
    width: 171px;
    height: 61px;
  }
}
.header--user {
  padding: 17px 0 0 60px;
  white-space: nowrap;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.header--user-photo {
  overflow: hidden;
  border-radius: 42px;
  transition: all 200ms ease;
  display: block;
  position: absolute;
  top: 19px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 42px;
  height: 42px;
}
.header--user-photo:hover {
  opacity: 0.6;
}
.header--user-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.header--user-icon {
  text-decoration: none;
  color: #9fa3b0;
  position: absolute;
  top: 19px;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
}
.header--user-icon:hover {
  color: #363636;
}
.header--user-icon i {
  display: block;
  font-size: 42px;
  line-height: 42px;
}
.header--user-big {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header--user-big a {
  color: #363636;
  display: inline-block;
  vertical-align: top;
}
.header--user-big a:hover,
.header--user-big a:active,
.header--user-big a:focus {
  color: #00973A;
  text-decoration: none;
}
.header--user-big a:not(.is-balance) {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 170px;
  max-height: initial;
}
.header--user-big a.is-balance {
  margin: 0 0 0 15px;
  background: #00973A;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 20px;
}
.header--user-big a.is-balance:hover,
.header--user-big a.is-balance:active,
.header--user-big a.is-balance:focus {
  color: #ffffff;
  background: #33a44d;
}
.header--user-small {
  text-transform: uppercase;
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}
.header--user-small a {
  color: #9fa3b0;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #d8dcde;
  display: inline-block;
  vertical-align: top;
}
.header--user-small a:last-of-type {
  padding: 0;
  border: none;
  margin: 0;
}
.header--user-small a span {
  margin: 2px 0 0 8px;
  text-align: center;
  color: #ffffff;
  background: #9fa3b0;
  border-radius: 15px;
  padding: 0 5px;
  transition: 200ms all ease;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 15px;
  min-width: 15px;
  min-height: initial;
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
}
.header--user-small a:hover,
.header--user-small a:active,
.header--user-small a:focus {
  color: #363636;
  text-decoration: none;
}
.header--user-small a:hover span,
.header--user-small a:active span,
.header--user-small a:focus span {
  background: #363636;
}
.header--user-toggle {
  text-align: center;
  color: #9fa3b0;
  border-left: 1px solid #d8dcde;
  width: 61px;
  height: 61px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.header--user-toggle-arrow {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  margin: 0 0 0 -8px;
  transition: 200ms all ease;
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
}
.header--user-toggle-icon {
  font-size: 24px;
  line-height: 61px;
}
.header--user-toggle-icon.alt {
  display: none;
}
.header--user-toggle-img {
  overflow: hidden;
  border-radius: 30px;
  margin: 15px 0 0;
  width: 30px;
  height: 30px;
}
.header--user-toggle:hover,
.header--user-toggle:focus,
.header--user-toggle:active {
  color: #363636;
}
.header--user-toggle.active {
  color: #363636;
}
.header--user-toggle.active .header--user-toggle-arrow {
  opacity: 1;
}
.header--user-toggle.active .header--user-toggle-img {
  display: none;
}
.header--user-toggle.active .header--user-toggle-icon {
  margin: -9px 0 0 -9px;
  overflow: hidden;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  font-size: 0;
  line-height: 0;
}
.header--user-toggle.active .header--user-toggle-icon.alt {
  display: block;
}
.header--user-toggle.active .header--user-toggle-icon:before,
.header--user-toggle.active .header--user-toggle-icon:after {
  content: "";
  background: #363636;
  margin: 0;
  width: 40px;
  height: 2px;
}
.header--user-toggle.active .header--user-toggle-icon:before {
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.header--user-toggle.active .header--user-toggle-icon:after {
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.header--pg18 {
  padding: 0 0 0 1px;
  margin: 7px 0 0 14px;
  text-align: center;
  border-radius: 29px;
  border: 1px solid #d8dcde;
  color: #9fa3b0;
  width: 29px;
  height: 29px;
}
.header--pg18 i {
  display: block;
  font-size: 9px;
  line-height: 27px;
}
.header--socials {
  border-right: 1px solid #d8dcde;
  margin: 10px 0 0;
  padding: 0 10px;
  width: auto;
  height: 24px;
  font-size: 0;
  line-height: 0;
}
.header--socials-item {
  padding: 0 10px;
  color: #d8dcde;
  display: inline-block;
  vertical-align: top;
}
.header--socials-item i {
  display: block;
  font-size: 20px;
  line-height: 24px;
}
.header--socials-item i.icon-vk {
  font-size: 14px;
  line-height: 24px;
}
.header--socials-item i.icon-fb {
  font-size: 16px;
  line-height: 24px;
}
.header--socials-item i.icon-tw {
  font-size: 14px;
  line-height: 24px;
}
.header--socials-item i.icon-ok {
  font-size: 18px;
  line-height: 24px;
}
.header--socials-item i.icon-in {
  font-size: 18px;
  line-height: 24px;
}
.header--socials-item.vk:hover {
  color: #45668e;
}
.header--socials-item.fb:hover {
  color: #3b5998;
}
.header--socials-item.tw:hover {
  color: #1da1f2;
}
.header--socials-item.ok:hover {
  color: #ed812b;
}
.header--socials-item.in:hover {
  color: #833ab4;
}
.header--apps {
  margin: 20px 0 0 75px;
}
.header--apps .app-link:first-of-type {
  margin: 0 30px 0 0;
}
.header--score {
  float: right;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: block;
}
@media (max-width: 767px) {
  .header--score {
    float: none;
    border-bottom: 1px solid #d8dcde;
    padding: 3px 15px 0;
  }
}
.header--score-in {
  color: #9fa3b0;
  padding: 10px 15px 13px 30px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.header--score-in:before {
  content: "";
  background: #d8dcde;
  border-radius: 12px;
  transition: 300ms all ease;
  display: block;
  position: absolute;
  top: 14px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 20px;
  height: 12px;
}
.header--score-in:after {
  content: "";
  background: #ffffff;
  border-radius: 8px;
  transition: 300ms all ease;
  display: block;
  position: absolute;
  top: 16px;
  right: auto;
  bottom: auto;
  left: 2px;
  width: 8px;
  height: 8px;
}
.header--score input {
  display: none;
}
input:checked + .header--score-in:before {
  background: #00973A;
}
input:checked + .header--score-in:after {
  left: 10px;
}
.header.is-ny .header--logo {
  background-image: url(/s/img/ntvplustv/logotype-ny.png?v=3bb47ff7);
  background-position: left 40%;
  margin-right: -30px;
  width: 400px;
  height: 80px;
}
@media (max-width: 767px) {
  .header.is-ny .header--logo {
    margin-right: 0;
    background-position: left center;
    width: 166px;
    height: 61px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header.is-ny .header--logo {
    margin-right: 0;
    background-position: left 45%;
    width: 370px;
    height: 80px;
  }
}
@media (min-width: 1176px) {
  .header.is-ny .header--info-line {
    background: #ffffff url(/s/img/web/new-year/header--bg.svg?v=e61ffdb4) center center repeat-x;
    background-size: auto 100%;
  }
}
.footer {
  clear: both;
}
.footer--nav-line {
  border-top: 1px solid #d8dcde;
  padding: 80px 0 30px;
}
@media (max-width: 1175px) {
  .footer--nav-line {
    padding: 50px 0 30px;
  }
}
@media (max-width: 767px) {
  .footer--nav-line {
    padding: 30px 0 30px;
  }
}
.footer--app-line {
  border-top: 1px solid #d8dcde;
  padding: 50px 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 1175px) {
  .footer--app-line {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .footer--app-line {
    border: none;
    padding: 0 0 30px;
  }
}
.footer--app-line .container {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.footer--logo {
  background: center center no-repeat;
  background-size: 100% auto;
  margin: 0 0 26px;
  background-image: url('/s/img/web/header--logo-xs.svg?v=de6a7bad');
  display: block;
  width: 204px;
  height: 30px;
}
.footer--copy {
  color: #9fa3b0;
}
.footer--copy--big {
  font-size: 14px;
  line-height: 18px;
}
.footer--copy-small {
  font-size: 12px;
  line-height: 18px;
}
.footer--copy-small a {
  display: inline-block;
  margin-top: 5px;
  color: #9fa3b0;
  text-decoration: underline;
}
.footer--copy-small a:hover {
  color: #363636;
}
.footer--list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer--list li {
  margin: -6px 0 30px;
  text-transform: uppercase;
  color: #9fa3b0;
  white-space: nowrap;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.footer--list li a {
  color: #9fa3b0;
}
.footer--list li a:hover,
.footer--list li a:focus,
.footer--list li a:active {
  color: #363636;
}
.footer--project {
  margin: 0 0 30px;
}
.footer--project-link {
  opacity: 0.7;
  transition: 200ms opacity;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
.footer--project-link:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.footer--project-image {
  display: block;
  max-width: 100%;
  max-height: initial;
}
.footer--app-box {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
@media (max-width: 767px) {
  .footer--app-box {
    transform: none;
    margin: 30px 0 0;
    float: left;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer--app-box {
    padding-left: 50px;
  }
}
.home-intro {
  background: #f1f5f9 url(/s/img/ntvplustv/home-intro.png?v=5db15e7) center bottom no-repeat;
  background-size: auto 100%;
  width: auto;
  height: 560px;
}
@media (max-width: 767px) {
  .home-intro {
    background-image: url(/s/img/ntvplustv/home-intro--xs.png?v=aae62cd0);
    background-size: 400px auto;
    background-position: center 258px;
    padding: 0 0 50px;
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-intro {
    background-position: 60% bottom;
  }
}
.home-intro--title {
  margin: 118px 0 30px auto;
  color: #38398d;
  text-align: right;
  letter-spacing: -2px;
  width: 600px;
  height: auto;
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .home-intro--title {
    margin: 19px auto 23px;
    width: 290px;
    height: auto;
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-intro--title {
    margin: 100px 0 35px auto;
    font-size: 52px;
    line-height: 56px;
    width: 500px;
    height: auto;
  }
}
.home-intro--text {
  margin: 0 0 43px auto;
  color: rgba(54, 54, 54, 0.8);
  text-align: right;
  width: 415px;
  height: auto;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .home-intro--text {
    margin: 0 auto 229px;
    width: 290px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-intro--text {
    margin-bottom: 36px;
    width: 360px;
    height: auto;
  }
}
.home-intro--btns {
  text-align: right;
}
@media (max-width: 767px) {
  .home-intro--btns {
    margin: 0 auto;
    width: 290px;
    height: auto;
  }
}
.home-intro--btns .btn:first-of-type,
.home-intro--btns .richtext .button-primary:first-of-type,
.home-intro--btns .richtext .button-secondary:first-of-type {
  margin: 0 30px 0 0;
}
@media (max-width: 767px) {
  .home-intro--btns .btn:first-of-type,
  .home-intro--btns .richtext .button-primary:first-of-type,
  .home-intro--btns .richtext .button-secondary:first-of-type {
    margin: 0 0 20px;
  }
}
.home-features {
  padding: 73px 0 82px;
}
@media (max-width: 767px) {
  .home-features {
    padding: 43px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-features {
    padding: 46px 0 52px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .home-features {
    padding: 56px 0 61px;
  }
}
.home-features--title {
  margin: 0 0 61px;
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .home-features--title {
    margin: 0 0 38px;
    font-size: 35px;
    line-height: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-features--title {
    margin: 0 0 41px;
  }
}
.home-features--list:before,
.home-features--list:after {
  content: " ";
  display: table;
}
.home-features--list:after {
  clear: both;
}
.home-features--list:before,
.home-features--list:after {
  content: " ";
  display: table;
}
.home-features--list:after {
  clear: both;
}
.home-features--item {
  float: left;
}
.home-features--item.i01 {
  margin: 0 233px 0 0;
  width: 210px;
  height: auto;
}
.home-features--item.i02 {
  margin: 0 248px 0 0;
  width: 190px;
  height: auto;
}
.home-features--item.i03 {
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  .home-features--item {
    margin: 0 0 42px !important;
    width: 100% !important;
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-features--item {
    margin: 0 !important;
    width: 33.333333333333336% !important;
    height: auto !important;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .home-features--item {
    margin: 0 8.333333333333334% 0 0 !important;
    width: 25% !important;
    height: auto !important;
  }
}
.home-features--icon {
  background: left top no-repeat;
  background-size: auto 100%;
  margin: 0 0 35px;
  width: auto;
  height: 100px;
}
@media (max-width: 767px) {
  .home-features--icon {
    background-position: center top;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-features--icon {
    margin: 0 0 24px;
    width: auto;
    height: 84px;
  }
}
.home-features--text {
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 24px;
}
.home-features--item.i01 .home-features--icon {
  background-image: url(/s/img/ntvplustv/home-features--icon-01.svg?v=16a89c21);
}
.home-features--item.i02 .home-features--icon {
  background-image: url(/s/img/ntvplustv/home-features--icon-02.svg?v=22f3b093);
}
.home-features--item.i03 .home-features--icon {
  background-image: url(/s/img/ntvplustv/home-features--icon-03.svg?v=f9bf8cdd);
}
.home-item {
  background: #f1f5f9;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.home-item--photo {
  background: center bottom no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 0;
  left: 15px;
}
.home-item--photo-col {
  padding: 15px 15px 0;
  width: 50%;
  height: auto;
  min-width: initial;
  min-height: 485px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .home-item--photo-col {
    z-index: 1;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 100px;
    left: auto;
    width: 190px;
    height: 193px;
    min-width: initial;
    min-height: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-item--photo-col {
    min-width: initial;
    min-height: 460px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .home-item--photo-col {
    min-width: initial;
    min-height: 460.75px;
  }
}
.home-item--in {
  padding: 73px 0;
}
@media (max-width: 767px) {
  .home-item--in {
    padding: 43px 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-item--in {
    padding: 43px 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .home-item--in {
    padding: 54px 0;
  }
}
.home-item--in-col {
  padding: 0 15px;
  align-self: center;
  width: 50%;
  height: auto;
}
@media (max-width: 767px) {
  .home-item--in-col {
    z-index: 2;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
}
.home-item--title {
  margin: 0 0 5px;
  color: #363636;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  display: block;
}
a.home-item--title:hover {
  color: rgba(54, 54, 54, 0.8);
}
.home-item--title a {
  color: #363636;
}
.home-item--title a:hover {
  color: rgba(54, 54, 54, 0.8);
}
.home-item--desc {
  color: #9fa3b0;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 20px;
  display: block;
}
a.home-item--desc:hover {
  color: rgba(54, 54, 54, 0.8);
}
.home-item--text {
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 24px;
}
.home-item--channels {
  padding: 19px 0 18px;
}
.home-item--channels:before,
.home-item--channels:after {
  content: " ";
  display: table;
}
.home-item--channels:after {
  clear: both;
}
.home-item--channels:before,
.home-item--channels:after {
  content: " ";
  display: table;
}
.home-item--channels:after {
  clear: both;
}
@media (max-width: 767px) {
  .home-item--channels {
    padding: 7px 0 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-item--channels {
    padding: 9px 0 10px;
  }
}
.home-item--channels .link-arrow {
  margin: 12px 0 0;
  float: right;
  color: #9fa3b0;
}
.home-item--channels .link-arrow:hover {
  color: #00973A;
}
.home-item--tools {
  border-top: 1px solid #d8dcde;
  padding: 31px 0 0;
}
.home-item--tools:before,
.home-item--tools:after {
  content: " ";
  display: table;
}
.home-item--tools:after {
  clear: both;
}
.home-item--tools:before,
.home-item--tools:after {
  content: " ";
  display: table;
}
.home-item--tools:after {
  clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-item--tools {
    padding: 20px 0 0;
  }
}
.home-item--counter {
  float: left;
  padding: 8px 0 0;
}
@media (max-width: 767px) {
  .home-item--counter {
    padding: 6px 0 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-item--counter {
    padding: 16px 0 0;
  }
}
.home-item--btn {
  float: right;
}
.home-item--btn.is-primary {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .home-item--btn.is-primary {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .home-item--btn {
    width: 100%;
    height: auto;
  }
}
.home-item--done {
  color: #00973A;
  margin: 0 29px 0 0;
  padding: 16px 0 0;
  float: right;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .home-item--done {
    margin: 0 0 20px;
    float: none;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-item--done {
    margin: 0 0 20px;
    float: none;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .home-item--done {
    margin-right: 20px;
  }
}
.home-item--done i {
  background: #00973A;
  color: #ffffff;
  border-radius: 20px;
  text-align: center;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  font-size: 7px;
  line-height: 20px;
}
.home-item--done.in-price {
  margin: 0 22px 0 20px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-item--done.in-price {
    padding: 16px 0 0;
  }
}
.home-item--done.in-xsprice {
  text-align: center;
}
.home-item--box {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-item.is-alt {
  background: none;
}
.home-item.is-intro .home-item--title {
  font-weight: 700;
  color: #38398d;
}
.home-item.is-intro .home-item--tools {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .home-item.is-intro.is-connected .home-item--photo-col {
    bottom: 0;
  }
}
.home-now {
  background: #f1f5f9;
  padding: 76px 0 80px;
}
@media (max-width: 767px) {
  .home-now {
    padding: 46px 0 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-now {
    padding: 46px 0 50px;
  }
}
.home-now.is-white {
  background: white;
}
.home-now--in {
  margin: 0 0 38px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .home-now--in {
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-now--in {
    margin: 0 0 25px;
  }
}
.home-now--title {
  margin: 0 0 22px;
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .home-now--title {
    margin: 0 0 18px;
    font-size: 35px;
    line-height: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-now--title {
    margin: 0 0 17px;
  }
}
.home-now--more {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .home-now--more {
    margin: 31px 0 0;
  }
}
.home-now--slider:before,
.home-now--slider:after {
  content: " ";
  display: table;
}
.home-now--slider:after {
  clear: both;
}
.home-now--slider:before,
.home-now--slider:after {
  content: " ";
  display: table;
}
.home-now--slider:after {
  clear: both;
}
.home-now--arrows {
  position: absolute;
  top: 15px;
  right: 0;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .home-now--arrows {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.home-now--btns {
  padding: 42px 0 0;
}
@media (max-width: 767px) {
  .home-now--btns {
    margin: 0 0 -20px;
  }
  .home-now--btns .btn,
  .home-now--btns .richtext .button-primary,
  .home-now--btns .richtext .button-secondary {
    margin: 0 0 20px;
  }
}
.home-history {
  padding: 73px 0 80px;
}
@media (max-width: 767px) {
  .home-history {
    padding: 44px 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-history {
    padding: 44px 0 50px;
  }
}
.home-history--title {
  margin: 0 0 39px;
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .home-history--title {
    margin: 0 0 20px;
    font-size: 35px;
    line-height: 42px;
  }
}
.home-history--text {
  margin: -22px 0 37px;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 24px;
}
.home-history--list {
  font-size: 0;
  line-height: 0;
}
.home-history--list.in-price {
  padding: 0 0 31px;
}
.home-history--item {
  border: 1px solid #d8dcde;
  text-align: center;
  color: #9fa3b0;
  margin: 0 -1px -1px 0;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 11.11111111111111%;
  height: 126px;
}
@media (max-width: 767px) {
  .home-history--item {
    width: 50%;
    height: 126px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-history--item {
    width: 16.666666666666668%;
    height: 126px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .home-history--item {
    width: 14.285714285714286%;
    height: 126px;
  }
}
.home-history--item:hover {
  z-index: 2;
  color: rgba(54, 54, 54, 0.8);
  border-color: rgba(54, 54, 54, 0.8);
}
.home-history--item.is-more span {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 15px;
  bottom: auto;
  left: 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.home-history--list.is-more {
  display: none;
}
.home-history--list.in-price .home-history--item {
  width: 12.5%;
  height: 126px;
}
@media (max-width: 767px) {
  .home-history--list.in-price .home-history--item {
    width: 50%;
    height: 126px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-history--list.in-price .home-history--item {
    width: 20%;
    height: 126px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .home-history--list.in-price .home-history--item {
    width: 16.666666666666668%;
    height: 126px;
  }
}
.home-history--image {
  margin: 8px auto 3px;
  transition: 200ms all ease;
  opacity: 0.6;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  display: block;
  width: 88px;
  height: 88px;
}
.home-history--image img {
  display: block;
  max-width: 100%;
  max-height: initial;
}
.home-history--label {
  font-size: 12px;
  line-height: 13px;
  font-weight: 500;
}
.home-history--item:hover .home-history--image {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.home-todo {
  padding: 74px 0 36px;
}
@media (max-width: 767px) {
  .home-todo {
    padding: 44px 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-todo {
    padding: 43px 0 18px;
  }
}
.home-todo--title {
  margin: 0 0 32px;
  font-size: 36px;
  line-height: 42px;
}
@media (max-width: 767px) {
  .home-todo--title {
    margin: 0 0 16px;
    font-size: 34px;
    line-height: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-todo--title {
    margin: 0 0 16px;
  }
}
.home-todo--text {
  color: rgba(54, 54, 54, 0.8);
  margin: 0 0 56px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-todo--text {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .home-todo--btns {
    margin: 8px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-todo--btns {
    margin: 0 -15px 0 0;
  }
}
.home-todo--btns .btn,
.home-todo--btns .richtext .button-primary,
.home-todo--btns .richtext .button-secondary {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .home-todo--btns .btn,
  .home-todo--btns .richtext .button-primary,
  .home-todo--btns .richtext .button-secondary {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-todo--btns .btn,
  .home-todo--btns .richtext .button-primary,
  .home-todo--btns .richtext .button-secondary {
    margin: 0 15px 0 0;
  }
}
.home-todo--counter {
  text-transform: uppercase;
  margin: 0 0 15px;
  font-size: 42px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.home-todo--counter:after {
  content: "";
  background: #d8dcde;
  margin: 15px 0 0;
  display: block;
  width: 70px;
  height: 1px;
}
.home-todo--counter.is-big {
  margin: 0 0 25px;
  font-size: 120px;
  line-height: 104px;
}
@media (max-width: 767px) {
  .home-todo--counter.is-big {
    margin-top: -18px;
  }
}
.home-todo--counter.is-big:after {
  margin: 20px 0 0;
}
.home-todo--counter.is-big span {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.home-todo--label {
  color: #9fa3b0;
  padding: 0 75px 0 0;
  margin: 0 0 29px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .home-todo--label {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-todo--label {
    padding: 0;
  }
}
.home-app {
  background: #f1f5f9;
}
@media (max-width: 767px) {
  .home-app {
    background: #f1f5f9 url(/s/img/ntvplustv/home-app--xs.png?v=d945ca1c) center bottom no-repeat;
  }
}
.home-app.is-white {
  background: white;
}
.home-app--photo {
  margin: 0 -32px 0 -46px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-app--photo {
    margin: 0 -44px 0 -235px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .home-app--photo {
    margin: 0 -32px 0 -96px;
  }
}
.home-app--photo img {
  display: block;
  width: 100%;
  height: auto;
}
.home-app--in {
  padding: 96px 0 0;
}
@media (max-width: 767px) {
  .home-app--in {
    padding: 43px 0 420px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-app--in {
    padding: 45px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .home-app--in {
    padding: 57px 0 0;
  }
}
.home-app--title {
  margin: 0 0 35px;
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .home-app--title {
    margin: 0 0 15px;
    font-size: 35px;
    line-height: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-app--title {
    margin: 0 0 16px;
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .home-app--title {
    margin: 0 0 29px;
  }
}
.home-app--text {
  color: rgba(54, 54, 54, 0.8);
  margin: 0 0 37px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .home-app--text {
    margin: 0 0 27px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-app--text {
    margin: 0 0 25px;
  }
}
.home-app--links .app-link:first-of-type {
  margin: 0 20px 0 0;
}
.home-slider--container {
  overflow-x: hidden;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .home-slider--container {
    overflow-x: scroll;
    -ms-overflow-style: none;
  }
  .home-slider--container::-webkit-scrollbar {
    display: none;
  }
  .home-slider--container::scrollbar {
    display: none;
  }
}
.home-slider--scroller {
  white-space: nowrap;
  overflow: visible;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 1176px) {
  .home-slider {
    min-width: 1176px;
  }
  .home-slider--control {
    width: 1161px;
    padding-right: 15px;
  }
  .home-slider--content {
    width: calc(50% + 573px);
    float: right;
  }
  .home-slider--desc-content {
    width: 392px;
    float: right;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .home-slider {
    min-width: 960px;
  }
  .home-slider--control {
    width: 945px;
  }
  .home-slider--content {
    width: calc(50% + 465px);
    float: right;
  }
  .home-slider--desc-content {
    width: 321px;
    float: right;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider {
    min-width: 744px;
  }
  .home-slider--control {
    width: calc( 744px - 30px);
  }
  .home-slider--desc {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-slider--content {
    width: calc( 50% + 357px);
    margin-left: calc( 50% - 357px);
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .home-slider--desc {
    width: 744px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  .home-slider--desc {
    width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 1176px) {
  .home-slider--desc {
    width: 1176px;
  }
}
@media (max-width: 767px) {
  .home-slider--control {
    width: 100%;
  }
  .home-slider--container {
    margin: 0 -15px;
  }
  .home-slider--scroller {
    padding-left: 15px;
  }
  .home-slider--desc {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-slider--content {
    width: calc( 100% - 30px);
    margin-left: 15px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .home-slider--desc {
    width: 744px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .home-slider--desc {
    width: 960px;
  }
}
@media (max-width: 767px) and (min-width: 1176px) {
  .home-slider--desc {
    width: 1176px;
  }
}
.home-slider--buttons {
  float: right;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 991px) {
  .home-slider--buttons {
    float: none;
    text-align: center;
  }
}
.home-slider--button {
  outline: none;
  color: #9fa3b0;
  transition: 300ms all ease;
  border: 1px solid #d8dcde;
  text-align: center;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 50px;
  height: 50px;
  font-size: 12px;
  line-height: 48px;
}
.home-slider--button.next {
  margin: 0 0 0 -1px;
}
.home-slider--button:focus:not(.disabled) {
  border-color: #d8dcde;
  color: #9fa3b0;
}
.home-slider--button:hover:not(.disabled),
.home-slider--button:active:not(.disabled) {
  z-index: 2;
  border-color: #38398d;
  color: #38398d;
}
.home-slider--button.disabled {
  opacity: 0.3;
  cursor: default;
  color: #9fa3b0 !important;
}
.home-channel {
  margin: 0 6px 0 0;
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 52px;
  height: auto;
}
@media (max-width: 767px) {
  .home-channel {
    margin-right: 3px;
  }
  .home-channel:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-channel {
    margin-right: 3px;
  }
  .home-channel:last-of-type {
    margin-right: 0;
  }
}
.home-channel--image {
  margin: 0 auto;
  transition: 200ms all ease;
  opacity: 0.8;
  -webkit-filter: grayscale(0.4);
  -moz-filter: grayscale(0.4);
  -ms-filter: grayscale(0.4);
  -o-filter: grayscale(0.4);
  filter: grayscale(0.4);
  display: block;
  width: 47px;
  height: 47px;
}
.home-channel--image img {
  display: block;
  max-width: 100%;
  max-height: initial;
}
.home-channel--image:hover,
.home-channel--image:focus,
.home-channel--image:active {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.home-channel--group {
  margin: -15px 0 0;
  padding: 0 0 15px;
}
.home-channel--group:before,
.home-channel--group:after {
  content: " ";
  display: table;
}
.home-channel--group:after {
  clear: both;
}
.home-channel--group:before,
.home-channel--group:after {
  content: " ";
  display: table;
}
.home-channel--group:after {
  clear: both;
}
.home-channel--group .home-channel--image {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.home-others {
  padding: 76px 0 40px;
  font-size: 36px;
  line-height: 42px;
}
@media (max-width: 767px) {
  .home-others {
    pading: 30px 0 0;
    margin: 0 0 -30px;
    font-size: 35px;
    line-height: 42px;
  }
}
.home-hr {
  padding-top: 40px;
  margin-bottom: 60px;
  border-bottom: 2px solid rgba(216, 220, 222, 0.9);
  border-top: 0;
}
.tv-channel {
  background: #ffffff;
  margin: 0 30px 0 0;
  border: 1px solid #d8dcde;
  display: inline-block;
  vertical-align: top;
  width: 330px;
  height: auto;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .tv-channel {
    width: 223px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tv-channel {
    width: 310px;
    height: auto;
  }
}
.tv-channel--photo {
  background: center center no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: 247px;
}
@media (max-width: 767px) {
  .tv-channel--photo {
    width: auto;
    height: 166px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tv-channel--photo {
    width: auto;
    height: 227px;
  }
}
.tv-channel--play {
  color: #ffffff;
  transition: 300ms all ease;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tv-channel--play:before {
  content: '\e945';
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tv-channel--play:after {
  transition: 300ms all ease;
  opacity: 0;
  content: '\e946';
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tv-channel--play:before,
.tv-channel--play:after {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 21px;
  left: auto;
  display: block;
}
.tv-channel--play span {
  transition: 300ms all ease;
  opacity: 0;
  display: block;
  position: absolute;
  top: auto;
  right: 51px;
  bottom: 22px;
  left: auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.tv-channel--progress {
  background: #f1f5f9;
  display: block;
  width: auto;
  height: 2px;
}
.tv-channel--progress span {
  background: #00973A;
  display: block;
  width: auto;
  height: 2px;
}
.tv-channel--in {
  padding: 12px 24px 15px 66px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.tv-channel--logo {
  display: block;
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 8px;
  width: 50px;
  height: 50px;
}
.tv-channel--logo img {
  display: block;
  max-width: 100%;
  max-height: initial;
}
.tv-channel--title {
  text-transform: uppercase;
  color: #363636;
  margin: 0 0 -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  width: auto;
  height: 20px;
}
.tv-channel--text {
  color: #9fa3b0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  line-height: 20px;
  width: auto;
  height: 20px;
}
.tv-channel:hover .tv-channel--play {
  background: rgba(0, 0, 0, 0.5);
}
.tv-channel:hover .tv-channel--play:after,
.tv-channel:hover .tv-channel--play span {
  opacity: 1;
}
.tv-channel.in-list {
  margin: 0 0 30px;
  width: auto;
  height: auto;
  display: block;
}
.tv-channel.in-list .tv-channel--photo {
  width: auto;
  height: 196px;
}
@media (max-width: 767px) {
  .tv-channel.in-list .tv-channel--photo {
    width: auto;
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tv-channel.in-list .tv-channel--photo {
    width: auto;
    height: 140px;
  }
}
.tv-channel.is-more {
  margin: 0 0 30px;
  width: auto;
  height: 266px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .tv-channel.is-more {
    width: auto;
    height: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tv-channel.is-more {
    width: auto;
    height: 210px;
  }
}
.tv-channel.is-more span {
  text-align: center;
  transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 80px;
  bottom: auto;
  left: 80px;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tv-channel.is-more span {
    position: absolute;
    top: 50%;
    right: 40px;
    bottom: auto;
    left: 40px;
  }
}
.tv-channel.is-more span:before {
  content: "";
  background: #e4e7eb;
  border-radius: 2px;
  margin: 0 auto 34px;
  display: block;
  width: 42px;
  height: 30px;
}
.tv-channel.is-more span:after {
  content: "";
  background: #008d21;
  margin: 0 0 0 -11px;
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  top: 33px;
  right: auto;
  bottom: auto;
  left: 50%;
}
.auth-page {
  padding: 30px 0 60px;
}
.app-link2 {
  background: #ffffff;
  border: 1px solid #d8dcde;
  padding: 25px 0 23px 65px;
  color: #9fa3b0;
  transition: 200ms all ease;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.app-link2--label {
  text-transform: uppercase;
  display: block;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}
@media (max-width: 1175px) {
  .app-link2--label {
    font-size: 8px;
    line-height: 10px;
    font-weight: 700;
  }
}
.app-link2--store {
  margin: 2px 0 0;
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}
@media (max-width: 1175px) {
  .app-link2--store {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }
}
.app-link2--icon {
  transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 25px;
}
.app-link2--icon.apple {
  font-size: 32px;
  line-height: 32px;
}
@media (max-width: 1175px) {
  .app-link2--icon.apple {
    font-size: 26px;
    line-height: 26px;
  }
}
.app-link2--icon.google {
  font-size: 26px;
  line-height: 26px;
}
@media (max-width: 1175px) {
  .app-link2--icon.google {
    font-size: 21px;
    line-height: 21px;
  }
}
@media (max-width: 1175px) {
  .app-link2--icon {
    left: 19px;
  }
}
@media (max-width: 1175px) {
  .app-link2 {
    padding: 16px 0 14px 50px;
  }
}
.app-link2:hover,
.app-link2:focus,
.app-link2:active {
  text-decoration: none;
  border-color: #00973A;
  color: #00973A;
}
.video-frame {
  margin: 0 0 45px;
  overflow: hidden;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 56.25% 0 0;
}
@media (max-width: 767px) {
  .video-frame {
    margin: 30px -15px;
    padding: 0;
    width: auto;
    height: 56.25vw;
  }
}
.video-frame--box {
  padding: 56% 0 0;
  background: white center center no-repeat;
  background-size: cover;
  border: 1px solid #d8dcde;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  top: 0;
  left: 0;
}
.video-frame--box.is-blurred {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.video-frame--box.is-blurred * {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
.video-frame--in {
  transform: translate(-50%, -50%);
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.78);
  color: #ffffff;
  text-align: center;
  padding: 27px 25px 30px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 400px;
  height: auto;
}
@media (max-width: 767px) {
  .video-frame--in {
    padding: 14px 14px 16px;
    width: 290px;
    height: auto;
    font-size: 12px;
    line-height: 16px;
  }
}
.video-frame--title {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .video-frame--title {
    margin: 0 0 8px;
    overflow: hidden;
    text-overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    line-height: 26px;
  }
}
.video-frame--text {
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .video-frame--text {
    margin: 0 0 10px;
  }
}
.video-frame--iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.my-channels {
  background: #f1f5f9;
  padding: 53px 0 30px;
}
.my-channels.is-alt {
  background: none;
}
.my-channels--title {
  margin: 0 0 32px;
  font-size: 36px;
  line-height: 42px;
}
.my-channels--list.is-more {
  display: none;
}
.prices-box {
  padding: 50px 0 80px;
}
.prices-box--title {
  margin: 0 0 38px;
}
.prices-box--title:before,
.prices-box--title:after {
  content: " ";
  display: table;
}
.prices-box--title:after {
  clear: both;
}
.prices-box--title:before,
.prices-box--title:after {
  content: " ";
  display: table;
}
.prices-box--title:after {
  clear: both;
}
.prices-box--title-in {
  font-size: 36px;
  line-height: 40px;
}
.prices-box--stitle {
  padding: 30px 0 20px;
  font-size: 24px;
  line-height: 32px;
}
.price-item {
  border: 1px solid #d8dcde;
  border-bottom: none;
}
.price-item:last-of-type {
  border-bottom: 1px solid #d8dcde;
}
.price-item--head {
  padding: 25px 34px;
}
.price-item--head:before,
.price-item--head:after {
  content: " ";
  display: table;
}
.price-item--head:after {
  clear: both;
}
.price-item--head:before,
.price-item--head:after {
  content: " ";
  display: table;
}
.price-item--head:after {
  clear: both;
}
@media (max-width: 767px) {
  .price-item--head {
    padding: 20px 14px;
  }
}
.price-item--info {
  float: left;
  padding: 2px 0 0;
  max-width: 600px;
  max-height: initial;
}
@media (max-width: 767px) {
  .price-item--info {
    max-width: calc(100% - 100px);
    max-height: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-item--info {
    max-width: 260px;
    max-height: initial;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .price-item--info {
    max-width: 400px;
    max-height: initial;
  }
}
.price-item--title {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 20px;
}
.price-item--desc {
  color: #9fa3b0;
  font-size: 16px;
  line-height: 20px;
}
.price-item--counter {
  float: right;
  padding: 14px 51px 10px 0;
}
@media (max-width: 767px) {
  .price-item--counter {
    padding: 12px 30px 12px 0;
  }
}
.price-item--action {
  float: right;
  margin-right: 30px;
}
.price-item--btns {
  float: right;
}
@media (max-width: 767px) {
  .price-item--btns {
    float: none;
    padding: 0 14px 18px;
  }
}
.price-item--btns .btn,
.price-item--btns .richtext .button-primary,
.price-item--btns .richtext .button-secondary {
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  .price-item--btns .btn,
  .price-item--btns .richtext .button-primary,
  .price-item--btns .richtext .button-secondary {
    margin: 0 0 14px;
  }
  .price-item--btns .btn:last-child,
  .price-item--btns .richtext .button-primary:last-child,
  .price-item--btns .richtext .button-secondary:last-child {
    margin: 0;
  }
}
.price-item--toggle {
  margin: 0 0 0 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .price-item--toggle {
    margin: 0;
  }
}
.price-item--toggle i {
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 5px;
  line-height: 20px;
}
.price-item--toggle a:nth-child(1) {
  display: inline-block;
  vertical-align: top;
}
.price-item--toggle a:nth-child(2) {
  display: none;
}
.price-item--toggle.is-active a:nth-child(1) {
  display: none;
}
.price-item--toggle.is-active a:nth-child(2) {
  display: inline-block;
  vertical-align: top;
}
.price-item--body {
  border-top: 1px solid #d8dcde;
  padding: 35px 34px 2px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: none;
}
@media (max-width: 767px) {
  .price-item--body {
    padding: 22px 14px 2px;
    margin: 0 0 25px;
    border-bottom: 1px solid #d8dcde;
  }
}
.price-item--body:before {
  content: "";
  background: linear-gradient(to bottom, #f0f1f3 0%, rgba(255, 255, 255, 0) 100%);
  display: block;
  width: auto;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
.price-item--hide {
  margin: 2px -14px -2px;
  border-top: 1px solid #d8dcde;
  text-align: center;
  background: #f1f5f9;
  color: #363636;
  padding: 14px 0;
  font-size: 14px;
  line-height: 20px;
}
.price-item--hide i {
  margin: 1px 0 -1px 10px;
  color: #9fa3b0;
  display: inline-block;
  vertical-align: top;
  font-size: 7px;
  line-height: 20px;
}
.price-item--text {
  color: rgba(54, 54, 54, 0.8);
  margin: 0 0 36px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .price-item--text {
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 20px;
  }
}
.simple-ch {
  margin: 0 0 23px;
  color: #9fa3b0;
  height: 70px !important;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 20%;
  height: auto;
}
@media (max-width: 767px) {
  .simple-ch {
    margin: 0 0 10px;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .simple-ch {
    width: 33.333333333333336%;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .simple-ch {
    width: 25%;
    height: auto;
  }
}
.simple-ch img {
  opacity: 0.6;
  transition: 200ms all ease;
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.simple-ch span,
.simple-ch h4 {
  transform: translate(0, -50%);
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: 80px;
}
.simple-ch:hover {
  color: rgba(54, 54, 54, 0.8);
}
.simple-ch:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.simple-ch--group {
  padding: 0 0 7px;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .simple-ch--group {
    padding: 0 0 20px;
  }
}
.simple-ch--group.is-castrate .simple-ch {
  width: 25%;
  height: auto;
}
@media (max-width: 767px) {
  .simple-ch--group.is-castrate .simple-ch {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .simple-ch--group.is-castrate .simple-ch {
    width: 33.333333333333336%;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .simple-ch--group.is-castrate .simple-ch {
    width: 33.333333333333336%;
    height: auto;
  }
}
.pay-modal {
  min-width: 300px;
  min-height: initial;
  width: 754px;
  height: auto;
}
@media (max-width: 767px) {
  .pay-modal {
    width: auto;
    height: auto;
  }
}
.pay-modal .modal--title {
  z-index: 1;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.pay-modal .modal--title .counter {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 125px;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .pay-modal .modal--title .counter {
    transform: none;
    margin: 15px 0 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.pay-modal .modal--close {
  z-index: 2;
}
.pay-modal--title {
  padding: 15px 30px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.pay-modal--title-in {
  margin: 0 0 2px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.pay-modal--title .counter {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 125px;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .pay-modal--title .counter {
    transform: none;
    margin: 15px 0 5px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.pay-modal--back .link {
  font-size: 14px;
  line-height: 20px;
}
.pay-modal--back .link--icon {
  margin: -1px 10px 0 0;
  font-size: 10px;
  line-height: 20px;
}
.pay-modal--balance {
  color: rgba(54, 54, 54, 0.8);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 104px;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .pay-modal--balance {
    right: 30px;
    font-size: 0;
    line-height: 0;
  }
}
.pay-modal--balance span {
  background: #00973A;
  color: #ffffff;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 0 7px;
  margin: 0 0 0 10px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
.pay-modal--content .package-item {
  border: none;
  border-bottom: 1px solid #d8dcde;
}
.pay-modal--content .package-item--list {
  border-bottom: none;
  margin: 0 0 25px;
}
.pay-modal--form {
  padding: 30px 30px 5px;
}
.pay-modal--form .episode {
  max-width: 300px;
  max-height: initial;
}
.pay-modal--next {
  text-align: center;
  padding: 0 30px 25px;
}
.pay-modal--static {
  text-align: center;
  padding: 60px 30px 70px;
}
.pay-modal--static-title {
  margin: 15px 0 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.pay-modal--static-text {
  color: #363636;
  margin: 10px auto 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  max-width: 400px;
  max-height: initial;
}
.pay-modal--image {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.pay-modal--success {
  margin: 0 auto;
  border: 2px solid #d8dcde;
  border-radius: 60px;
  color: #00973A;
  width: 60px;
  height: 60px;
}
.pay-modal--success i {
  display: block;
  font-size: 20px;
  line-height: 56px;
}
.pay-modal--success i.icon-delete {
  color: #e64545;
}
.pay-modal--body {
  border-bottom: 1px solid #d8dcde;
  margin: 0 0 25px;
  padding: 30px 30px 10px;
}
@media (max-width: 767px) {
  .pay-modal--btn {
    width: 100%;
    height: auto;
  }
}
.pay-modal--counter {
  padding: 12px 30px 0 0;
}
@media (max-width: 767px) {
  .pay-modal--counter {
    padding: 0 30px 0 0;
  }
}
.pay-modal--total {
  font-size: 18px;
  line-height: 26px;
}
.pay-modal--label {
  padding: 7px 0 0 20px;
  color: #9fa3b0;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .pay-modal--label {
    padding: 20px 0 15px;
    width: 100%;
    height: auto;
  }
}
.profile-page {
  background: #f1f5f9;
  padding: 30px 0 50px;
}
.profile-ch {
  margin: 0 0 30px;
  background: #ffffff;
  border: 1px solid #d8dcde;
  padding: 26px 30px;
}
.profile-ch--btn {
  position: relative;
  top: -4px;
}
.profile-ch--head {
  padding: 3px 0 23px;
  margin: 0 0 25px;
  border-bottom: 1px solid #d8dcde;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.profile-ch--head .counter {
  position: absolute;
  top: 0;
  right: 35px;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .profile-ch--head .counter {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.profile-ch--title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .profile-ch--title {
    margin: 0 0 15px;
  }
}
.profile-ch--label {
  color: #9fa3b0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .profile-ch--label {
    margin: 0 0 10px;
  }
}
.profile-ch--text {
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 18px;
}
.profile-ch--check {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .profile-ch--check {
    margin: 0 0 15px;
  }
}
.profile-ch--check-in {
  padding: 0 0 0 30px;
  color: rgba(54, 54, 54, 0.8);
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.profile-ch--check-in:before {
  content: "";
  border-radius: 12px;
  background: #9fa3b0;
  transition: 200ms all ease;
  display: block;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 20px;
  height: 12px;
}
.profile-ch--check-in:after {
  content: "";
  border-radius: 8px;
  background: #ffffff;
  transition: 200ms all ease;
  display: block;
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 10px;
  width: 8px;
  height: 8px;
}
.profile-ch--check input {
  display: none;
}
input:checked + .profile-ch--check-in:before {
  background: #00973A;
}
input:checked + .profile-ch--check-in:after {
  left: 2px;
}
.profile-balance {
  border-top: 1px solid #d8dcde;
  border-bottom: 1px solid #d8dcde;
  padding: 30px 35px 30px 0;
  margin: 0 0 30px;
}
.profile-balance--label {
  color: #9fa3b0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}
.profile-balance + .profile-balance {
  margin-top: -31px;
  border-top: none;
}
.profile-user {
  margin: -10px 0 0;
  padding: 0 0 25px;
}
.profile-user .header--user-big a:not(.is-balance) {
  max-width: 100%;
  max-height: initial;
}
.sales-box {
  width: 100%;
  background-color: #444;
  position: relative;
  opacity: 0;
  transition: opacity 100ms;
  overflow: hidden;
  background-size: cover;
  padding: 24px 0px;
}
.sales-box.is-ready {
  opacity: 1;
}
@media (min-width: 992px) {
  .sales-box.is-big {
    padding-top: 85px;
  }
  .sales-box.is-big .offer-card {
    width: 300px !important;
  }
}
.sales-box:before {
  content: "";
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sales-box--title {
  color: white;
  font-size: 20px;
  text-align: center;
  margin-top: 5px;
}
.sales-box--desc {
  color: white;
  font-size: 14px;
  margin: 0px 0 15px;
  text-align: center;
}
.sales-box--slider {
  position: relative;
  z-index: 2;
  padding: 0 50px !important;
  overflow: visible !important;
}
@media (min-width: 992px) and (max-width: 1175px), (max-width: 767px) {
  .sales-box--slider {
    padding: 0 24px !important;
  }
}
@media (max-width: 767px) {
  .sales-box--wrapper {
    flex-direction: column;
  }
}
.sales-box--footer {
  margin-top: 23px;
  position: relative;
  z-index: 2;
}
.sales-box--buttons {
  float: right;
  margin-right: 14px;
  transform: scale(0.8);
}
@media (max-width: 767px) {
  .sales-box--buttons {
    display: none;
  }
}
.sales-box--login {
  color: white;
  text-align: center;
  margin-top: 15px;
  line-height: 48px;
}
.sales-box--login a {
  text-decoration: underline;
  color: white;
}
.sales-box--payments {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.sales-box--payment {
  margin: 0 4px;
  background: url(/s/img/sport/stream--play-w.png?v=7d47b7d) left top no-repeat;
  background-size: auto 100%;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 26px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .sales-box--payment {
    margin: 0 4px 10px;
  }
}
.sales-box--payment.is-s1 {
  background-position: 0 0;
}
.sales-box--payment.is-s2 {
  background-position: -48px 0;
}
.sales-box--payment.is-s3 {
  background-position: -96px 0;
}
.sales-box--payment.is-s4 {
  background-position: -144px 0;
}
.sales-box--payment.is-s5 {
  background-position: -192px 0;
}
.sales-box--payment.is-s6 {
  background-position: -240px 0;
}
.sales-box--payment.is-s7 {
  background-position: -288px 0;
}
.sales-box--payment.is-s8 {
  background-position: -336px 0;
}
.offer-card {
  width: 275px !important;
  min-height: 355px;
  height: auto !important;
  border: 1px solid white;
  border-radius: 2px;
  transition: transform 500ms, -webkit-transform 500ms, background-color 500ms, color 500ms !important;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 32px 22px 23px;
  background-color: white;
  color: #333;
}
@media (max-width: 767px) {
  .offer-card {
    margin-bottom: 20px;
    width: auto !important;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .offer-card {
    width: 250px !important;
    min-height: 320px;
  }
}
.offer-card--title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 33px;
}
.offer-card--desc {
  color: #9fa3b0;
  margin-bottom: 14px;
}
.offer-card--features {
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  padding-bottom: 15px;
}
.offer-card--features > li {
  margin-bottom: 7px;
}
.offer-card--features > li > em {
  font-weight: bold;
  color: #00973A;
  font-style: normal;
}
.offer-card--btn {
  line-height: 30px;
}
@media (min-width: 768px) {
  .offer-card.is-hidden {
    cursor: pointer;
    background-color: transparent;
    color: #9fa3b0 !important;
    border-color: #9fa3b0;
  }
  .offer-card.is-hidden .offer-card--features > li > em {
    color: #9fa3b0;
  }
  .offer-card.is-hidden .btn,
  .offer-card.is-hidden .richtext .button-primary,
  .offer-card.is-hidden .richtext .button-secondary {
    background: transparent;
    border: 1px solid #9fa3b0;
    color: #9fa3b0;
    pointer-events: none;
  }
}
.poster-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.poster {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1176px) {
  .poster {
    width: 174.33333333333334px;
    min-height: 232.38633333333334px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .poster {
    width: 170px;
    min-height: 215.946px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .poster {
    width: 126.8px;
    min-height: 169.02439999999999px;
  }
}
@media (max-width: 767px) {
  .poster {
    width: 120px;
    min-height: 160px;
  }
}
.poster.is-catalogue {
  margin-bottom: 20px;
}
@media (min-width: 1176px) {
  .poster.is-catalogue {
    width: 271.5px;
    min-height: 361.9095px;
  }
  .poster.is-catalogue:nth-child(4n) {
    margin-right: 0;
  }
  .poster.is-catalogue .poster--title {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .poster.is-catalogue {
    width: 217.5px;
    min-height: 269.9325px;
  }
  .poster.is-catalogue:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .poster.is-catalogue {
    width: 163.5px;
    min-height: 217.94549999999998px;
  }
  .poster.is-catalogue:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .poster.is-catalogue {
    width: calc( (100vw - 20px  - 30px) / 2);
    min-height: calc( (100vw - 20px - 30px) / 2*1.333);
  }
  .poster.is-catalogue:nth-child(2n) {
    margin-right: 0;
  }
}
.poster--rating {
  z-index: 4;
  background: rgba(0, 151, 58, 0.8);
  padding: 0 4px;
  border-radius: 2px;
  color: white;
  display: block;
  position: absolute;
  top: 30px;
  left: -4px;
  font-size: 12px;
  line-height: 21px;
  font-weight: 700;
}
.poster--image {
  width: 100%;
  display: block;
  position: relative;
  flex-grow: 0;
  border-radius: 2px;
  overflow: hidden;
}
.poster--image img {
  width: 100%;
}
.poster--image.is-quarter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.poster--quarter-image {
  width: 50% !important;
  height: auto;
}
@media (max-width: 767px) {
  .poster--quarter-image {
    height: 80px;
  }
}
.poster--category {
  flex-grow: 0;
  display: block;
  font-size: 13px;
  line-height: 15px;
  margin-top: 5px;
  color: #9fa3b0;
}
.poster--title {
  display: block;
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
  color: #363636;
  margin-top: 10px;
  white-space: pre-wrap;
}
.poster--title:hover,
.poster--title:focus {
  color: #363636;
}
.poster:hover .poster--title {
  color: #00973A;
}
.poster--play {
  transition: 300ms all ease;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  opacity: 0;
  border-radius: 2px;
}
.poster:hover .poster--play {
  opacity: 1;
}
.poster--play > i {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  margin: 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.poster--play > i:after {
  font-family: 'ntv-s' !important;
  content: '\e946';
  font-style: normal;
  line-height: 43px;
}
.poster--play > span {
  margin-top: 15px;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .poster--play {
    display: none;
  }
}
@media (max-width: 767px) {
  .poster--play {
    display: none;
  }
}
.poster--library {
  margin-top: 3px;
  font-size: 10px;
  color: rgba(56, 57, 141, 0.95);
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 0;
}
.poster--library.is-access {
  color: #00973A;
}
.poster--more {
  width: 100%;
  padding-bottom: 141%;
  background: #f1f5f9;
  border-radius: 2px;
  position: relative;
}
.poster--more:hover {
  color: #38398d;
}
.poster--more-text {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.poster--more-text i.icon-right {
  font-size: 9px;
  padding-left: 7px;
}
.carousel--container.is-posters {
  padding-left: 4px;
  margin-left: -4px;
}
.search-box {
  z-index: 1000;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.search-box--form {
  background: #ffffff;
  margin: -38px 0 0;
  border-radius: 2px;
  box-shadow: 0 3px 15px 0 rgba(0, 41, 90, 0.1);
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.search-box--form i.icon-search {
  text-align: center;
  color: #9fa3b0;
  z-index: 102;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
  width: 88px;
  height: auto;
  font-size: 24px;
  line-height: 75px;
}
@media (max-width: 767px) {
  .search-box--form i.icon-search {
    width: 62px;
    height: auto;
    font-size: 24px;
    line-height: 65px;
  }
}
.search-box--input {
  border: none;
  outline: none!important;
  padding: 20px 15px 20px 88px;
  z-index: 101;
  background: #ffffff;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 75px;
  font-size: 22px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .search-box--input {
    padding: 15px 15px 15px 62px;
    font-size: 16px;
    line-height: 35px;
    width: 100%;
    height: 65px;
  }
}
.search-box--submit {
  position: absolute;
  top: 12px;
  right: 13px;
  bottom: auto;
  left: auto;
}
.search-box .twitter-typeahead {
  z-index: 1;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block !important;
}
.search-box--item {
  padding: 21px 15px 20px 150px;
  color: #363636 !important;
  border: 1px solid transparent;
  border-bottom: 1px solid #d8dcde;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .search-box--item {
    padding-left: 100px;
  }
}
.search-box--item-img {
  overflow: hidden;
  transform: translate(0, -50%);
  background: center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 30px;
  width: 90px;
  height: 68px;
  display: block;
}
@media (max-width: 767px) {
  .search-box--item-img {
    left: 15px;
    width: 70px;
    height: 53px;
  }
}
.search-box--item-title {
  margin: 0 0 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.search-box--item-caption {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #9fa3b0;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.search-box--item em {
  color: #363636;
  background: #d8dcde;
  font-style: normal;
}
.search-box--item.tt-cursor {
  border-color: #38398d;
  color: #00973A !important;
}
.search-box--item:hover {
  color: #00973A !important;
}
.search-box--empty {
  text-align: center;
  color: #9fa3b0;
  padding: 20px 0;
  border-bottom: 1px solid #d8dcde;
  font-size: 14px;
  line-height: 20px;
}
.search-box .tt-menu {
  z-index: 100 !important;
  background: #f9fbfd;
  border-top: 1px solid #d8dcde;
  box-shadow: 0 3px 15px 0 rgba(0, 41, 90, 0.2);
  overflow: auto;
  display: block;
  width: 100%;
  height: auto;
  max-width: initial;
  max-height: 400px;
}
@media (max-width: 991px) {
  .search-box .tt-menu {
    max-width: initial;
    max-height: 300px;
  }
}
.search-box .tt-menu.is-superempty {
  display: block !important;
}
.search-box .tt-menu.is-superempty:before {
  content: "Ничего не найдено";
  text-align: center;
  color: #9fa3b0;
  padding: 20px 0;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.search-box .tt-menu.is-superempty > * {
  display: none !important;
}
.search-box.inHeader {
  z-index: 1002;
  position: fixed;
  top: 100px;
  right: 0;
  bottom: auto;
  left: 0;
  display: none;
}
.search-box.inHeader .search-box--form {
  margin: 0;
}
.search-box--overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.search-box--overlay-close {
  color: #ffffff;
  padding: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: block;
}
.search-box--overlay-close-i {
  overflow: hidden;
  width: 24px;
  height: 24px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
}
.search-box--overlay-close-i:before,
.search-box--overlay-close-i:after {
  content: "";
  background: #ffffff;
  transition: 200ms all ease;
  width: 40px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.search-box--overlay-close-i:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search-box--overlay-close-i:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.search-box--category {
  text-transform: uppercase;
  background: #ffffff;
  border-bottom: 1px solid #d8dcde;
  color: #9fa3b0;
  padding: 10px 30px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .search-box--category {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.channel-page {
  padding: 60px 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .channel-page {
    padding-top: 0;
  }
}
.channel-page--title {
  padding: 52px 0 20px;
  font-size: 24px;
  line-height: 34px;
}
.channel-page--title.is-alt {
  padding-bottom: 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .channel-side {
    padding: 25px 0 40px;
  }
  .channel-side.xs-hidden {
    display: none;
  }
  .channel-side.xs-overlay {
    z-index: 3000;
    background: #ffffff;
    padding: 0 15px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
  }
  .channel-side.xs-overlay .channel-list {
    border: none;
    margin: 0 -15px;
  }
  .channel-side.xs-overlay .channel-side--in {
    overflow: auto;
    padding: 0 15px;
    margin: 0 -15px;
    border-top: 1px solid #d8dcde;
    width: auto;
    height: calc(100% - 69px - 25px - 50px - 25px);
  }
  .channel-side.xs-overlay .channel-side--close {
    display: block;
  }
}
.channel-side--in {
  z-index: 1;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.channel-side--close {
  padding: 25px 15px;
  border-bottom: 1px solid #d8dcde;
  margin: 0 -15px 25px;
  color: #9fa3b0;
  text-transform: uppercase;
  display: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.channel-side--close i {
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 18px;
}
.channel-search {
  border: 1px solid #d8dcde;
  margin: 0 0 20px;
  z-index: 2;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .channel-search {
    margin: 0 0 25px;
  }
}
.channel-search.in-prices {
  margin: 0;
  width: 360px;
  height: auto;
}
.channel-search--input {
  border: none;
  padding: 14px 56px 14px 20px;
  outline: none!important;
  display: block;
  width: 100%;
  height: 48px;
  font-size: 14px;
  line-height: 20px;
}
.channel-search--submit {
  text-align: center;
  padding: 0;
  background: none;
  border: none;
  transition: 200ms all ease;
  color: #9fa3b0;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 56px;
  height: 48px;
}
.channel-search--submit:hover {
  color: #363636;
}
.channel-search--submit i {
  display: block;
  font-size: 17px;
  line-height: 48px;
}
.channel-search .twitter-typeahead {
  z-index: 1;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block !important;
}
.channel-search--empty {
  text-align: center;
  color: #9fa3b0;
  padding: 20px 0;
  border-bottom: 1px solid #d8dcde;
  font-size: 14px;
  line-height: 20px;
}
.channel-search .tt-menu {
  z-index: 100 !important;
  background: #ffffff;
  border: 1px solid #d8dcde;
  border-top: none;
  box-shadow: 0 3px 15px 0 rgba(0, 41, 90, 0.2);
  overflow: auto;
  margin: 1px -1px 0;
  display: block;
  width: calc(100% + 2px);
  height: auto;
  max-width: initial;
  max-height: 400px;
}
@media (max-width: 991px) {
  .channel-search .tt-menu {
    max-width: initial;
    max-height: 300px;
  }
}
.channel-search .tt-menu::-webkit-scrollbar-track {
  background: #ffffff;
  border-left: 1px solid #d8dcde;
}
.channel-search .tt-menu::-webkit-scrollbar {
  width: 6px;
  background: none;
}
.channel-search .tt-menu::-webkit-scrollbar-thumb {
  background: #d8dcde;
}
.channel-list {
  border: 1px solid #d8dcde;
  border-bottom: none;
}
@media (max-width: 767px) {
  .channel-list {
    margin: 0 -15px;
    border-left: none;
    border-right: none;
  }
}
.channel-list--current {
  border-bottom: 1px solid #d8dcde;
}
.channel-list--head {
  border-bottom: 1px solid #d8dcde;
  color: #9fa3b0;
  padding: 14px 15px 11px;
  cursor: pointer;
  transition: 200ms all ease;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.channel-list--head:hover {
  background: rgba(241, 245, 249, 0.6);
}
.channel-list--head:after {
  text-align: center;
  transform: rotate(180deg);
  transition: 200ms all ease;
  content: '\e908';
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  font-size: 6px;
  line-height: 68px;
  width: 56px;
  height: auto;
}
.channel-list--body {
  border-bottom: 1px solid #d8dcde;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: none;
}
.channel-list--body .scrollbar-outer {
  overflow: auto;
  width: auto;
  height: 420px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .channel-list--body .scrollbar-outer {
    max-width: initial;
    max-height: initial;
  }
}
.channel-list--edit {
  padding: 10px 20px;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.channel-list--group {
  border-bottom: 1px solid #d8dcde;
  padding: 25px 0 10px;
  color: rgba(54, 54, 54, 0.8);
  background: #ffffff;
  margin: 0 -1px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .channel-list--group {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.channel-list--group:first-child {
  padding-top: 5px;
  margin-top: -1px;
}
.channel-list--title {
  margin: 0 0 3px;
  transition: 200ms all ease;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.channel-list--title i {
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 19px;
}
.channel-list--count {
  font-size: 14px;
  line-height: 20px;
}
.channel-list--item.is-active .channel-list--head {
  background: #f1f5f9;
}
.channel-list--item.is-active .channel-list--head:after {
  transform: none;
}
.channel-list--item.is-active .channel-list--title {
  color: #363636;
}
.channel-list--item.is-active .channel-list--body {
  display: block;
}
.channel-banner {
  margin: 30px 0 0;
  border: 1px solid #d8dcde;
  display: block;
}
.channel-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.channel-item {
  padding: 16px 20px 13px 95px;
  border-bottom: 1px solid #d8dcde;
  cursor: pointer;
  color: inherit;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
}
.channel-item.tt-cursor:before {
  content: "";
  border: 1px solid #38398d;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.channel-item:last-of-type {
  border: none;
}
.channel-item--logo {
  position: absolute;
  top: 15px;
  right: auto;
  bottom: auto;
  left: 10px;
  width: 75px;
  height: auto;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .channel-item--logo {
    top: 10px;
  }
}
.channel-item--logo img {
  display: block;
  width: 100%;
  height: auto;
}
.channel-item--title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  margin: 0 0 4px;
  transition: 200ms all ease;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
.channel-item--text {
  overflow: hidden;
  color: #9fa3b0;
  transition: 200ms all ease;
  width: auto;
  height: 66px;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .channel-item--text {
    width: auto;
    height: 44px;
  }
}
.channel-item--progress {
  background: #d8dcde;
  transition: 200ms all ease;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: auto;
  height: 2px;
}
.channel-item--start {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.channel-item--end {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.channel-item--start,
.channel-item--end {
  color: #9fa3b0;
  opacity: 0;
  padding: 0 8px 2px;
  transition: 200ms all ease;
  font-size: 12px;
  line-height: 18px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .channel-item--start,
  .channel-item--end {
    opacity: 1;
  }
}
.channel-item--sort {
  text-align: center;
  color: #9fa3b0;
  display: block;
  width: 26px;
  height: 26px;
}
.channel-item--sort:hover {
  color: #33a44d;
}
.channel-item--sort.is-up {
  position: absolute;
  top: 14px;
  right: 6px;
  bottom: auto;
  left: auto;
}
.channel-item--sort.is-up:before {
  content: '\e944';
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 26px;
}
.channel-item--sort.is-down {
  position: absolute;
  top: 40px;
  right: 6px;
  bottom: auto;
  left: auto;
}
.channel-item--sort.is-down:before {
  content: '\e943';
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 26px;
}
.channel-item.is-live .channel-item--text:before {
  content: "Live";
  text-transform: uppercase;
  background: #9fa3b0;
  color: #ffffff;
  padding: 0 5px;
  margin: 1px 10px 0 0;
  transition: 200ms all ease;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 21px;
  font-size: 14px;
  line-height: 21px;
}
.channel-item.is-locked .channel-item--title {
  color: #999999;
}
.channel-item.is-locked .channel-item--title:before {
  margin: 0 8px 0 0;
  color: #7f7f7f;
  display: inline-block;
  vertical-align: top;
  content: '\e93b';
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 18px;
}
.channel-item:not(.in-search).is-active .channel-item--title,
.channel-item:not(.in-search):hover .channel-item--title,
.channel-item:not(.in-search):focus .channel-item--title,
.channel-item:not(.in-search):active .channel-item--title {
  color: #363636;
}
.channel-item:not(.in-search).is-active .channel-item--text,
.channel-item:not(.in-search):hover .channel-item--text,
.channel-item:not(.in-search):focus .channel-item--text,
.channel-item:not(.in-search):active .channel-item--text {
  color: #00973A;
}
.channel-item:not(.in-search).is-active .channel-item--text:before,
.channel-item:not(.in-search):hover .channel-item--text:before,
.channel-item:not(.in-search):focus .channel-item--text:before,
.channel-item:not(.in-search):active .channel-item--text:before {
  background: #00973A;
}
.channel-item:not(.in-search).is-active .channel-item--progress,
.channel-item:not(.in-search):hover .channel-item--progress,
.channel-item:not(.in-search):focus .channel-item--progress,
.channel-item:not(.in-search):active .channel-item--progress {
  background: #00973A;
}
.channel-item:not(.in-search):hover .channel-item--start,
.channel-item:not(.in-search):focus .channel-item--start,
.channel-item:not(.in-search):active .channel-item--start,
.channel-item:not(.in-search):hover .channel-item--end,
.channel-item:not(.in-search):focus .channel-item--end,
.channel-item:not(.in-search):active .channel-item--end {
  opacity: 1;
}
.channel-item.in-search .channel-item--logo {
  top: 50%;
  transform: translate(0, -50%);
}
.channel-item.in-search .channel-item--text {
  width: auto;
  height: auto;
}
.channel-item.in-search:hover,
.channel-item.in-search:focus,
.channel-item.in-search:active {
  background: #f1f5f9;
  color: #363636;
}
.channel-item.in-sort {
  padding: 18px 45px 19px 116px;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .channel-item.in-sort {
    margin: 0;
    padding-left: 90px;
  }
}
.channel-item.in-sort .channel-item--logo {
  width: 66px;
  height: auto;
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 20px;
}
@media (max-width: 767px) {
  .channel-item.in-sort .channel-item--logo {
    left: 10px;
  }
}
.channel-item.in-sort .channel-item--title {
  margin: 0 0 5px;
}
.channel-item.in-sort .channel-item--text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  height: auto;
}
.channel-program {
  border: 1px solid #d8dcde;
  padding: 27px 40px 24px 85px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .channel-program {
    padding-right: 50px;
  }
}
.channel-program--logo {
  position: absolute;
  top: 15px;
  right: auto;
  bottom: auto;
  left: 10px;
  width: 65px;
  height: auto;
}
.channel-program--logo img {
  display: block;
  width: 100%;
  height: auto;
}
.channel-program--fav {
  color: #9fa3b0;
  text-align: center;
  display: block;
  position: absolute;
  top: 17px;
  right: 32px;
  bottom: auto;
  left: auto;
  width: 38px;
  height: 38px;
}
@media (max-width: 767px) {
  .channel-program--fav {
    position: absolute;
    top: 18px;
    right: 10px;
    bottom: auto;
    left: auto;
  }
}
.channel-program--fav i {
  display: block;
  font-size: 22px;
  line-height: 38px;
}
@media (max-width: 767px) {
  .channel-program--fav i {
    font-size: 18px;
    line-height: 38px;
  }
}
.channel-program--fav:focus,
.channel-program--fav:hover {
  color: #9fa3b0;
}
.channel-program--fav.active {
  color: #33a44d;
}
.channel-program--fav.active:focus,
.channel-program--fav.active:hover {
  color: #00973A;
}
.channel-program--fav:focus i:before,
.channel-program--fav:hover i:before,
.channel-program--fav.active i:before {
  content: "\e93a";
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.channel-program--title {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.channel-program--desc {
  color: #9fa3b0;
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 20px;
}
.channel-program--progress {
  margin: 0 40px 25px;
  background: #d8dcde;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .channel-program--progress {
    margin-left: -25px;
    margin-right: 10px;
  }
}
.channel-program--progress div {
  background: #00973A;
  width: auto;
  height: 2px;
}
.channel-program--progress span {
  margin: -9px 0 0;
  color: #9fa3b0;
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.channel-program--progress span.is-start {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -40px;
}
.channel-program--progress span.is-end {
  position: absolute;
  top: 50%;
  right: -40px;
  bottom: auto;
  left: auto;
}
.channel-program--text {
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .channel-program--text {
    margin-left: -65px;
    margin-right: -30px;
  }
}
.channel-video {
  margin: 0 0 30px;
}
.channel-video .video-frame {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.channel-toggler {
  text-align: center;
  color: #00973A;
  padding: 25px 0;
  display: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.channel-toggler.xs-visible {
  display: block;
}
.channel-toggler i {
  margin: 0 10px 0 0;
  border: 2px solid #00973A;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  font-size: 8px;
  line-height: 16px;
}
.channel-modal {
  width: 645px;
  height: auto;
}
@media (max-width: 767px) {
  .channel-modal {
    width: auto;
    height: auto;
  }
}
.channel-modal--list {
  border-bottom: 1px solid #d8dcde;
}
.channel-modal--list .scrollbar-outer {
  overflow: hidden;
  max-width: initial;
  max-height: 420px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .channel-modal--list .scrollbar-outer {
    max-width: initial;
    max-height: initial;
  }
}
.channel-modal--btn {
  padding: 30px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .channel-modal--btn {
    padding: 20px;
  }
}
.main-banner {
  background: #f1f5f9;
}
.main-banner .slide {
  display: none;
}
.main-banner .slide:first-of-type {
  display: block;
}
.main-banner.slick-initialized .slide {
  display: block;
}
.main-banner--slide {
  width: auto;
  height: 490px;
}
@media (max-width: 768px) {
  .main-banner--slide {
    width: auto;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .main-banner--slide {
    width: auto;
    height: calc(318.5px);
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .main-banner--slide {
    width: auto;
    height: calc(416.5px);
  }
}
@media (min-width: 1921px) {
  .main-banner--slide {
    width: auto;
    height: 25.52vw;
  }
}
.main-banner--link {
  background: center center no-repeat;
  background-size: cover;
  display: block;
  width: auto;
  height: 100%;
}
@media (max-width: 768px) {
  .main-banner--link {
    padding: 0 0 58.59375%;
    width: auto;
    height: auto;
  }
}
.main-banner .slick-arrow {
  border: 1px solid #d8dcde;
  z-index: 2;
  text-align: center;
  color: #9fa3b0;
  cursor: pointer;
  opacity: 0;
  transition: 200ms all ease;
  display: block;
  width: 50px;
  height: 50px;
}
.main-banner .slick-arrow:hover {
  border-color: #00973A;
  color: #00973A;
  z-index: 3;
}
.main-banner .slick-arrow i {
  font-size: 12px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .main-banner .slick-arrow {
    display: none !important;
  }
}
.main-banner:hover .slick-arrow {
  opacity: 1;
}
.main-banner .slick-prev {
  margin-left: -573px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 80px;
  left: 50%;
}
@media (max-width: 767px) {
  .main-banner .slick-prev {
    margin-left: 0;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 40px;
    left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-banner .slick-prev {
    margin-left: -357px;
    bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .main-banner .slick-prev {
    margin-left: -465px;
  }
}
.main-banner .slick-next {
  margin-left: -524px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 80px;
  left: 50%;
}
@media (max-width: 767px) {
  .main-banner .slick-next {
    margin-left: 0;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 40px;
    left: 64px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .main-banner .slick-next {
    margin-left: -416px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-banner .slick-next {
    margin-left: -308px;
    bottom: 40px;
  }
}
.score-row {
  border-bottom: 1px solid #d8dcde;
  width: auto;
  height: 109px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .score-row {
    padding: 14px 15px 19px;
    width: auto;
    height: auto;
  }
}
.score-row--state {
  transform: translate(0, -50%);
  color: #363636;
  z-index: 2;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 20px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .score-row--state {
    text-align: center;
    transform: none;
    margin: 0 0 15px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
  }
}
.score-row--state:hover {
  opacity: 0.8;
  color: #363636;
}
.score-row--state.is-live {
  padding-left: 30px;
  color: #00973A !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .score-row--state.is-live {
    padding: 0;
    font-size: 12px;
    line-height: 14px;
  }
}
.score-row--state.is-live:before {
  content: '\e935';
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 767px) {
  .score-row--state.is-live:before {
    display: none;
  }
}
.score-row--league {
  text-align: center;
  text-transform: uppercase;
  color: #9fa3b0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
  display: block;
  position: absolute;
  top: 28px;
  right: 185px;
  bottom: auto;
  left: 185px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .score-row--league {
    margin: 0 0 16px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    font-size: 12px;
    line-height: 14px;
  }
}
.score-row--info {
  position: absolute;
  top: 56px;
  right: 185px;
  bottom: auto;
  left: 185px;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .score-row--info {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.score-row--team {
  color: #363636 !important;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 22px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .score-row--team {
    width: 50%;
    height: auto;
  }
}
.score-row--logo {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .score-row--logo {
    display: none;
  }
}
.score-row--logo img {
  display: block;
  width: 100%;
  height: auto;
}
.score-row--name {
  transform: translate(0, -50%);
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 74px;
  max-width: auto;
  max-height: 36px;
}
@media (max-width: 767px) {
  .score-row--name {
    transform: none;
    padding: 0 0 0 42px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    font-size: 12px;
    line-height: 14px;
    width: auto;
    height: 28px;
  }
}
.score-row--team:nth-child(1) .score-row--logo {
  position: absolute;
  top: 0;
  right: 40px;
  bottom: auto;
  left: auto;
}
.score-row--team:nth-child(1) .score-row--name {
  text-align: right;
  position: absolute;
  top: 50%;
  right: 74px;
  bottom: auto;
  left: 0;
}
@media (max-width: 767px) {
  .score-row--team:nth-child(1) .score-row--name {
    padding: 0 42px 0 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.score-row--label {
  transform: translate(-50%, 0);
  color: #363636 !important;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: 50%;
}
@media (max-width: 767px) {
  .score-row--label {
    top: -3px;
  }
}
.score-row--hl {
  z-index: 2;
  color: #00973A;
  text-align: center;
  padding: 5px 0;
  transform: translate(0, -50%);
  display: block;
  width: 36px;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 136px;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .score-row--hl {
    display: none !important;
  }
}
.score-row--hl:before {
  content: '\e940';
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.score-row--hl:hover {
  opacity: 0.8;
}
.score-row--hl.is-hidden {
  display: none;
}
.score-row--price {
  z-index: 2;
  transform: translate(0, -50%);
  text-transform: uppercase;
  border: 1px solid #00973A;
  border-radius: 2px;
  color: #00973A;
  text-align: center;
  padding: 4px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  width: 104px;
  height: auto;
}
@media (max-width: 767px) {
  .score-row--price {
    transform: none;
    margin: 17px auto 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.score-row--price:hover {
  background: #00973A;
  color: #ffffff;
}
.score-row--box {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 185px;
  bottom: auto;
  left: 150px;
}
@media (max-width: 767px) {
  .score-row--box {
    transform: none;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.score-row--box .score-row--league {
  text-align: left;
  margin: 0 0 6px;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}
@media (max-width: 767px) {
  .score-row--box .score-row--league {
    text-align: center;
    margin: 0 0 16px;
  }
}
.score-row--event {
  overflow: hidden;
  color: #363636 !important;
  display: block;
  font-size: 16px;
  line-height: 18px;
  max-width: auto;
  max-height: 36px;
}
@media (max-width: 767px) {
  .score-row--event {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    width: auto;
    height: 28px;
  }
}
.score-row--progress {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .score-row--progress {
    display: none;
  }
}
.score-row--progress div {
  background: #00973A;
  width: auto;
  height: 2px;
  position: absolute;
  top: -1px;
  right: auto;
  bottom: auto;
  left: 0;
}
.score-row.in-streams .score-row--state {
  left: 0;
}
@media (max-width: 767px) {
  .score-row.in-streams .score-row--state {
    left: auto;
  }
}
.score-row.in-streams .score-row--league,
.score-row.in-streams .score-row--info {
  left: 165px;
  right: 165px;
}
@media (max-width: 767px) {
  .score-row.in-streams .score-row--league,
  .score-row.in-streams .score-row--info {
    left: auto;
    right: auto;
  }
}
.score-row.in-streams .score-row--box {
  left: 130px;
  right: 165px;
}
@media (max-width: 767px) {
  .score-row.in-streams .score-row--box {
    left: auto;
    right: auto;
  }
}
.score-row.in-streams .score-row--hl {
  right: 116px;
}
.score-row.in-streams .score-row--price {
  right: 0;
}
@media (max-width: 767px) {
  .score-row.in-streams .score-row--price {
    right: auto;
  }
}
.search-item--stream {
  z-index: 1;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.search-item--stream.tt-cursor {
  z-index: 2;
}
.search-item--stream.tt-cursor:before {
  content: "";
  border: 1px solid #38398d;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.search-item--team {
  border-bottom: 1px solid #d8dcde;
  z-index: 1;
  padding: 16px 15px 15px 110px;
  color: #363636 !important;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .search-item--team {
    padding: 16px 10px 15px 80px;
  }
}
.search-item--team-i {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 30px;
  width: 50px;
  height: 50px;
  display: block;
}
@media (max-width: 767px) {
  .search-item--team-i {
    left: 15px;
  }
}
.search-item--team-n {
  margin: 0 0 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.search-item--team-t {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #9fa3b0;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.search-item--team em {
  color: #363636;
  background: #d8dcde;
  font-style: normal;
}
.search-item--team.tt-cursor {
  z-index: 2;
  color: #00973A !important;
}
.search-item--team.tt-cursor:before {
  content: "";
  border: 1px solid #38398d;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.search-item--team:hover {
  color: #00973A !important;
}
.search-item--footer {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #d8dcde;
}
@media (max-width: 767px) {
  .search-item--footer {
    padding: 15px;
  }
}
/*# sourceMappingURL=ntvplustv.css.map */
