/*! 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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 744px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1176px) {
  .container {
    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: #8594A1;
  font-size: 12px;
  line-height: 16px;
}
.help-block a {
  color: #8594A1;
  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: #8594A1 !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: #8594A1 !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: #8594A1 !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-centered {
  margin: 0 auto;
  max-width: 750px;
}
.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: -10px;
}
.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-l {
  margin-top: 50px;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .mt-l {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mt-l {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mt-l {
    margin-top: 30px;
  }
}
.mb-l {
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .mb-l {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mb-l {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mb-l {
    margin-bottom: 30px;
  }
}
.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: #8594A1;
  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: #8594A1;
}
.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: #8594A1;
}
.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: #8594A1;
}
.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: #8594A1;
  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: #8594A1;
  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: #8594A1;
  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.is-credit-cards {
  width: 159px;
  height: auto;
  background-color: #f8f8f8;
  right: 20px;
  padding: 0 7px;
}
@media (max-width: 767px) {
  .form--cards.is-credit-cards {
    width: 110px;
    height: auto;
  }
}
.form--cards-all {
  background-image: url('/s/img/service/cards.svg?v=a63a79c2');
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 100%;
  display: inline-block;
}
.form--cards-icon {
  background: #f8f8f8 left top no-repeat;
  margin: 0 10px 0 0;
  border-radius: 2px;
  background-image: url('/s/img/service/billing--icon2.svg?v=9dc3e0e9');
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 30px;
}
.form--cards-icon.smaller {
  margin-right: -5px;
}
.form--cards-icon.smaller:last-child {
  margin-right: 5px;
}
.form--cards-icon.visa {
  background-position: -5px -5px;
}
.form--cards-icon.mastercard {
  background-position: -5px -35px;
}
.form--cards-icon.qiwi {
  background-position: -5px -65px;
  width: 70px;
  height: 30px;
}
.form--cards-icon.yandex {
  background-position: 5px -158px;
  width: 43px;
  height: 30px;
}
.form--cards-icon.webmoney {
  background-position: -5px -125px;
  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-plus.png?v=efdac058');
  width: 100px;
  height: 30px;
}
.form--cards-icon.mir {
  background: #f8f8f8 url('/s/img/service/mir.svg?v=59fbd52e') center center no-repeat;
  background-size: 36px auto;
}
.form--cards-icon.sberbank {
  background: #f8f8f8 url('/s/img/service/sberbank.svg?v=a519f00a') center center no-repeat;
  background-size: auto 80%;
}
.form--cards-icon.gazprompay {
  background: #0079c2 url('/s/img/service/gazprompay.svg?v=7d51a7b6') center center no-repeat;
  width: 90px;
  height: 30px;
  background-size: auto 74%;
}
.form--cards-icon.sbp {
  background: #f8f8f8 url('data:image/svg+xml,%3Csvg%20width%3D%22100%22%20height%3D%2250%22%20viewBox%3D%220%200%20100%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2010.8838L6.05499%2021.7067V28.3084L0.00708333%2039.11L0%2010.8838Z%22%20fill%3D%22%235B57A2%22%2F%3E%3Cpath%20d%3D%22M23.2487%2017.7676L28.9224%2014.2901L40.5341%2014.2793L23.2487%2024.8685V17.7676Z%22%20fill%3D%22%23D90751%22%2F%3E%3Cpath%20d%3D%22M23.2166%2010.8196L23.2487%2025.1487L17.1795%2021.4196V0L23.217%2010.8196H23.2166Z%22%20fill%3D%22%23FAB718%22%2F%3E%3Cpath%20d%3D%22M40.5341%2014.2796L28.922%2014.2904L23.2166%2010.8196L17.1795%200L40.5337%2014.2796H40.5341Z%22%20fill%3D%22%23ED6F26%22%2F%3E%3Cpath%20d%3D%22M23.2487%2039.17V32.2179L17.1795%2028.5596L17.1829%2050.0004L23.2487%2039.17Z%22%20fill%3D%22%2363B22F%22%2F%3E%3Cpath%20d%3D%22M28.9083%2035.7242L6.05458%2021.7067L0%2010.8838L40.5095%2035.71L28.9079%2035.7242H28.9083Z%22%20fill%3D%22%231487C9%22%2F%3E%3Cpath%20d%3D%22M17.1834%2050.0004L23.2484%2039.17L28.908%2035.7241L40.5092%2035.71L17.1834%2050.0004Z%22%20fill%3D%22%23017F36%22%2F%3E%3Cpath%20d%3D%22M0.0071106%2039.1093L17.2292%2028.5593L11.4392%2025.0068L6.05502%2028.3077L0.0071106%2039.1093Z%22%20fill%3D%22%23984995%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M66.2021%2032.4228C70.1096%2032.4228%2073.0112%2030.027%2073.0112%2026.395C73.0112%2022.8794%2070.8705%2020.5971%2067.2924%2020.5971C65.6412%2020.5971%2064.2787%2021.1781%2063.2525%2022.1811C63.4974%2020.1084%2065.2504%2018.5947%2067.1803%2018.5947C67.6259%2018.5947%2070.9791%2018.5878%2070.9791%2018.5878L72.8755%2014.9591C72.8755%2014.9591%2068.6655%2015.0551%2066.7083%2015.0551C62.2367%2015.1328%2059.2162%2019.1973%2059.2162%2024.1339C59.2162%2029.8854%2062.162%2032.4228%2066.2021%2032.4228ZM66.2259%2023.8112C67.6767%2023.8112%2068.6824%2024.7646%2068.6824%2026.3946C68.6824%2027.8615%2067.7888%2029.0704%2066.2259%2029.0736C64.7308%2029.0736%2063.7249%2027.9534%2063.7249%2026.4194C63.7249%2024.789%2064.7308%2023.8112%2066.2259%2023.8112ZM88.0995%2019.7617V31.9858H83.7344V23.4108H79.5316V31.9858H75.1665V19.7609L88.0995%2019.7617ZM53.0928%2028.6C54.6325%2028.4877%2055.6632%2027.8932%2055.6632%2027.8932L57.2786%2030.8819C56.244%2031.5464%2054.5466%2031.9785%2053.3162%2032.0241C48.9141%2032.105%2045.852%2029.4264%2045.852%2025.5238C45.852%2021.6705%2049.1098%2018.928%2053.3162%2018.928C54.9828%2018.928%2056.4157%2019.3752%2057.4916%2020.1906C57.2651%2020.5918%2056.9573%2021.1476%2056.6648%2021.6794L56.1962%2022.5331L55.77%2023.3127C55.77%2023.3127%2054.2199%2022.5006%2053.0482%2022.5006C51.1374%2022.5006%2049.7458%2023.611%2049.7458%2025.5482C49.7458%2027.5347%2051.3228%2028.6525%2053.0928%2028.6Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
  width: 64px;
  height: 30px;
  background-size: auto 74%;
}
.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: #8594A1;
  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: #8594A1;
  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: #8594A1;
}
a.link.grey:hover,
a.link.grey:focus,
a.link.grey:active,
.link.grey.active {
  color: #363636;
}
.link.grey-underline {
  color: #8594A1;
}
a.link.grey-underline:hover,
a.link.grey-underline:focus,
a.link.grey-underline:active,
.link.grey-underline.active {
  text-decoration: underline;
}
.link.underline,
.link--underline {
  text-decoration: underline !important;
}
.link.simple {
  color: #8594A1;
  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: #8594A1;
  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: #8594A1;
  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: #8594A1;
  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 img {
  height: auto;
}
.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: #8594A1;
  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: #8594A1;
  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: #8594A1;
  transition: all 200ms ease;
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}
.caption:after {
  color: #8594A1;
  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: 5653px 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.ab {
  height: 9px;
  background-position: -5633px 0px;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/s/img/flags.png?v=6d69b19b");
  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=70c8ed39");
  }
}
.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: #8594A1;
  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;
}
.region-list {
  background: #f1f5f9;
  overflow: hidden;
  display: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.region-list: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;
}
.region-list: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;
}
@media (max-width: 767px) {
  .region-list {
    padding: 0 10px;
  }
}
.region-list--filter {
  padding: 17px 56px;
  border-bottom: 1px solid #d8dcde;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .region-list--filter {
    padding: 16px 30px 16px 50px;
  }
}
.region-list--filter-input {
  border: none;
  padding: 0;
  background: none;
  font-size: 18px;
  line-height: 50px;
  display: block;
  width: 100%;
  height: auto;
}
.region-list--filter-input:focus {
  outline: none!important;
}
.region-list--filter-input:invalid + .region-list--filter-close {
  display: none;
}
.region-list--filter-icon.search {
  color: #8594A1;
  position: absolute;
  top: 17px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 24px;
  line-height: 50px;
}
.region-list--filter-close {
  text-align: right;
  color: #8594A1;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 17px;
  right: 0;
  bottom: auto;
  left: auto;
  font-size: 8px;
  line-height: 50px;
  display: block;
}
.region-list--filter-close:hover,
.region-list--filter-close:focus,
.region-list--filter-close:active {
  color: #363636;
}
@media (max-width: 767px) {
  .region-list--filter-close {
    text-align: center;
    width: 30px;
    height: 50px;
  }
}
.region-list--popular {
  padding: 0 0 49px;
}
.region-list--popular-title {
  padding: 31px 0 32px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .region-list--popular-title {
    padding: 23px 0 17px;
  }
}
@media (max-width: 767px) {
  .region-list--popular {
    overflow-y: auto;
    max-width: initial;
    max-height: 355px;
  }
}
@media (min-width: 1176px) {
  .region-list--columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .region-list--columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .region-list--columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media (max-width: 767px) {
  .region-list--columns {
    color: #363636;
  }
}
.region-list--group {
  margin: 0 0 39px;
  padding: 0 0 0 30px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.region-list--group:last-of-type {
  margin: 0;
}
.region-list--letter {
  color: #00973A;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}
.region-list--item {
  color: #363636;
  display: block;
  font-size: 16px;
  line-height: 36px;
}
.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;
  font-weight: normal;
}
.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);
}
.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;
}
.socials--item.ig {
  border-color: #C13584;
  color: #C13584;
}
.socials--item.ig:hover,
.socials--item.ig:focus,
.socials--item.ig:active {
  color: #ffffff;
  background-color: #C13584;
}
.socials--item.ig i {
  font-size: 16px;
  line-height: 38px;
}
.socials--item.rutube {
  border-color: black;
  color: black;
}
.socials--item.rutube:hover,
.socials--item.rutube:focus,
.socials--item.rutube:active {
  color: white;
  background: black;
}
.socials--item.rutube i {
  font-size: 16px;
  line-height: 38px;
}
.socials--item.telegram {
  border-color: #0088cc;
  color: #0088cc;
}
.socials--item.telegram:hover,
.socials--item.telegram:focus,
.socials--item.telegram:active {
  color: white;
  background: #0088cc;
}
.socials--item.telegram i {
  font-size: 20px;
  line-height: 38px;
}
.region-map--title {
  font-size: 28px;
  line-height: 30px;
}
.region-map--tabs.m {
  margin-top: 10px;
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .region-map--tabs.m {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1175px) {
  .region-map--tabs {
    width: 100%;
    height: auto;
  }
}
.region-map--tabs.m .region-map--tab {
  margin: 0;
}
.region-map--tabs.m .region-map--tab:last-of-type {
  padding-right: 0;
}
.region-map--tab {
  padding: 0 30px 0 45px;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 30px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
}
@media (min-width: 1176px) {
  .region-map--tab {
    margin: 3px 0 -3px;
  }
  .region-map--tab:last-of-type {
    padding-right: 0;
  }
}
.region-map--tab-icon {
  color: #8594A1;
  transition: 200ms all ease;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.region-map--tab-icon.icon-list {
  font-size: 17px;
  line-height: 30px;
}
.region-map--tab-icon.icon-marker {
  font-size: 23px;
  line-height: 30px;
}
.region-map--tab:hover,
.region-map--tab:hover .region-map--tab-icon {
  color: #33a44d;
}
.region-map--tab.active,
.region-map--tab.active .region-map--tab-icon {
  color: #00973A;
}
.region-map--box {
  border: 1px solid #d8dcde;
}
@media (max-width: 767px) {
  .region-map--box {
    border: none;
  }
}
.region-map--box-head {
  padding: 30px 30px 10px;
}
@media (max-width: 767px) {
  .region-map--box-head {
    padding: 0;
  }
}
.region-map--box-list {
  padding: 50px 30px 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .region-map--box-list {
    padding: 0;
  }
}
.region-map--box-list.toggle {
  display: none;
}
.region-map--box-list.toggle.shown {
  display: block;
}
.region-map--box-list.map {
  padding: 0;
}
.region-map--box-list.map:before {
  display: none !important;
}
.region-map--box-list.map .contacts--map {
  margin: 0;
  display: block;
}
.region-map--box-list: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;
}
@media (max-width: 767px) {
  .region-map--box-list:before {
    display: none;
  }
}
.region-map--box-title {
  padding: 0 0 10px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .region-map--box-title {
    border-bottom: 1px solid #d8dcde;
  }
}
.region-map--box-title-comment {
  margin: 0 0 35px;
}
.region-map--box-title-comment * {
  font-size: 14px !important;
  line-height: 20px !important;
  color: #8594A1 !important;
}
.region-map--box-title-comment a {
  color: #8594A1 !important;
  text-decoration: underline;
}
.region-map--box-title-comment a:hover {
  color: #00973A !important;
}
@media (max-width: 767px) {
  .region-map .contacts {
    border-bottom: 1px solid #d8dcde;
    margin-bottom: 20px;
  }
}
.region-map .contacts--map {
  margin: 0 -30px;
}
@media (max-width: 767px) {
  .region-map .contacts--map {
    margin: 0;
  }
}
.contacts {
  margin: 0 0 30px;
}
.contacts--title {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.contacts--address {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 24px;
}
.contacts--address.active {
  color: rgba(54, 54, 54, 0.8);
}
.contacts--comment {
  font-size: 14px !important;
  line-height: 20px !important;
}
.contacts--comment p {
  font-size: 14px !important;
  line-height: 20px !important;
  margin-top: 5px;
}
.contacts--link {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
}
.contacts--field {
  padding: 0 0 0 30px;
  color: rgba(54, 54, 54, 0.8);
  display: block;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.contacts--field:first-of-type {
  margin: -2px 0 0;
}
.contacts--field-icon {
  color: #8594A1;
  text-align: center;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 17px;
  line-height: 30px;
  width: 17px;
  height: auto;
}
.contacts--field-icon.icon-email {
  font-size: 12px;
  line-height: 30px;
}
.contacts--map {
  margin: 25px 0 0;
  background: #d8dcde;
  width: auto;
  height: 400px;
  display: none;
  overflow: hidden;
}
.contacts--map-balloon {
  display: none;
}
.contacts--map-frame {
  width: auto;
  height: 400px;
}
.contacts--balloon {
  font: normal 14px/20px 'Roboto', Arial, Helvetica, sans-serif;
}
.contacts--balloon .contacts--field {
  font-size: 14px !important;
  line-height: 20px !important;
  margin-top: 2px;
  padding-left: 20px;
}
.contacts--balloon a {
  font-size: 14px !important;
  line-height: 20px !important;
}
.contacts--balloon .contacts--field-icon {
  font-size: 12px;
  line-height: 20px;
  top: 1px;
}
.contacts--balloon .icon-email {
  font-size: 9px;
}
.feature-slider {
  position: relative;
  background: #f1f5f9;
}
.feature-slider .slide {
  display: none;
}
.feature-slider .slide:first-of-type {
  display: block;
}
.feature-slider.slick-initialized .slide {
  display: block;
}
.feature-slider * {
  outline: none;
}
.feature-slider--item {
  background-size: 0 0;
  outline: none;
  min-height: 330px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-slider--item {
    background-size: auto;
    background-position: calc( 50% + 200px) bottom;
    background-repeat: no-repeat;
    background-size: 400px auto;
  }
}
.feature-slider--text-part {
  padding-top: 58px;
  padding-bottom: 95px;
}
@media (max-width: 1175px) {
  .feature-slider--text-part {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .feature-slider--text-part {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-slider--text-part {
    padding-bottom: 109px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .feature-slider--text-part {
    padding-bottom: 86px;
  }
}
.feature-slider--tag {
  margin: 0 0 17px;
}
.feature-slider--title {
  color: #38398d;
  margin: 0 0 14px;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
}
.feature-slider--text {
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 24px;
}
.feature-slider--slide {
  max-width: 100%;
  overflow: visible;
}
.feature-slider--flex {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature-slider--container {
  height: 100%;
}
.feature-slider--image {
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
}
.feature-slider--image-part {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-slider--image {
    background-image: none!important;
    background-position: left bottom;
  }
}
.feature-slider .slick-dots {
  position: absolute;
  bottom: 54px;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -4px;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 1175px) {
  .feature-slider .slick-dots {
    bottom: 50px;
  }
}
.feature-slider .slick-dots > li {
  display: inline-block;
  height: 10px;
}
.feature-slider .slick-dots button {
  color: transparent;
  border: none;
  padding: 0;
  display: block;
  outline: none;
  margin: 0 2px 0 0;
  background: #d8dcde;
  border: 4px solid #f1f5f9;
  width: 38px;
  height: 11px;
}
.feature-slider .slick-dots .slick-active button {
  background: #00973A;
}
.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;
}
.business-item {
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1175px) {
  .business-item {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .business-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.business-item--hr {
  margin: 0 -20px;
  background: #d8dcde;
  width: auto;
  height: 1px;
}
@media (max-width: 767px) {
  .business-item--hr {
    margin: 0;
  }
}
.business-item--photo {
  padding: 0 0 0 70px;
  cursor: pointer;
  width: 42%;
  height: auto;
}
.business-item--photo img {
  max-width: 100%;
  max-height: initial;
}
@media (max-width: 767px) {
  .business-item--photo img {
    max-width: 290px;
    max-height: initial;
  }
}
@media (max-width: 1175px) {
  .business-item--photo {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .business-item--photo {
    width: 45%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .business-item--photo {
    width: 48%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .business-item--photo {
    text-align: center;
    margin-bottom: 25px;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    height: auto;
  }
}
.business-item--text {
  width: 42%;
  height: auto;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .business-item--text {
    width: 45%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .business-item--text {
    width: 48%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .business-item--text {
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    height: auto;
  }
}
.business-item--photo + .business-item--text {
  margin-left: 16%;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .business-item--photo + .business-item--text {
    margin-left: 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .business-item--photo + .business-item--text {
    margin-left: 4%;
  }
}
@media (max-width: 767px) {
  .business-item--photo + .business-item--text {
    margin-left: 0;
  }
}
.business-item--text + .business-item--photo {
  margin-left: 16%;
  padding: 0 85px 0 0;
  text-align: right;
}
@media (max-width: 1175px) {
  .business-item--text + .business-item--photo {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .business-item--text + .business-item--photo {
    margin-left: 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .business-item--text + .business-item--photo {
    margin-left: 4%;
  }
}
@media (max-width: 767px) {
  .business-item--text + .business-item--photo {
    text-align: center;
    margin-left: 0;
    -ms-flex-order: 1;
    order: 1;
  }
}
.call-btn {
  color: #ffffff !important;
  text-align: center;
  z-index: 100;
  position: fixed;
  top: auto;
  right: 50px;
  bottom: 50px;
  left: auto;
  display: block;
}
@media (max-width: 767px) {
  .call-btn {
    position: fixed;
    top: auto;
    right: 30px;
    bottom: 30px;
    left: auto;
  }
}
.call-btn:before {
  content: "";
  background: #00973A;
  border-radius: 76px;
  opacity: 0;
  margin: -38px 0 0 -38px;
  z-index: 1;
  transition: 300ms background ease;
  display: block;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-animation: callbtn 1s 0s linear infinite;
  animation: callbtn 1s 0s linear infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.call-btn span {
  background: #00973A;
  border-radius: 50px;
  z-index: 3;
  transition: 300ms background ease;
  padding: 2px 0 0;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 50px;
  height: 50px;
}
.call-btn i {
  display: block;
  font-size: 27px;
  line-height: 48px;
}
.call-btn:hover:before,
.call-btn:hover span {
  background: #38398d;
}
@-webkit-keyframes callbtn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  60% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes callbtn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  60% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
body {
  background: #ffffff;
  font: normal normal 14px/20px 'Roboto', arial, sans-serif;
  padding: 80px 0 0;
  min-width: 320px;
  min-height: initial;
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
}
.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;
}
.landing {
  overflow: hidden;
}
.header {
  z-index: 10;
  background: #ffffff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
@media (max-width: 767px) {
  .header {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.header--logo-line {
  border-top: 1px solid #d8dcde;
}
.header--logo {
  background: center center no-repeat;
  background-size: 100% auto;
  background-image: url('/s/img/web/header--logo-2025v3.svg?v=4155a27e');
  display: block;
  width: 180px;
  height: 80px;
}
@media (max-width: 767px) {
  .header--logo {
    width: 145px;
    height: 61px;
  }
}
.header--phone {
  margin: 32px 0 30px -30px;
}
@media (max-width: 767px) {
  .header--phone {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header--phone {
    margin: 24px 0 20px -15px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .header--phone {
    margin-left: 0;
  }
}
.header--phone.is-single {
  padding: 0;
  margin-left: 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .header--phone.is-single {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.header--region {
  margin: 20px 0;
  text-transform: uppercase;
  padding: 0 16px 0 0;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .header--region {
    margin: 0;
    float: none;
    overflow: hidden;
    text-align: right;
  }
}
.header--region-label {
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .header--region-label {
    font-size: 12px;
    line-height: 40px;
    font-weight: 700;
  }
}
.header--region-label.grey {
  margin: 0 2px 0 0;
  color: #8594A1;
}
.header--region-label.blue {
  color: #38398d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  max-height: initial;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .header--region-label.blue {
    max-width: 170px;
    max-height: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header--region-label.blue {
    max-width: 115px;
    max-height: initial;
  }
}
@media (max-width: 767px) {
  .header--region-label.blue {
    max-width: 100%;
    max-height: initial;
  }
}
.header--region-icon {
  color: #38398d;
  font-size: 5px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .header--region-icon {
    font-size: 5px;
    line-height: 40px;
  }
}
.header--region-icon.up {
  display: none;
}
.header--region-icon.down {
  display: inline-block;
  vertical-align: top;
}
.header--region.active .header--region-icon.up {
  display: inline-block;
  vertical-align: top;
}
.header--region.active .header--region-icon.down {
  display: none;
}
.header--back {
  color: #8594A1;
  padding: 27px 0;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .header--back {
    padding: 17px 0;
  }
}
.header--back i {
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .header--back i {
    margin: 0;
  }
}
.header--back:hover {
  color: #363636;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1175px), (min-width: 1176px) {
  .header .region-list {
    overflow: hidden;
    max-width: initial;
    max-height: calc(100vh - 80px);
  }
  .header .region-list--popular {
    overflow: auto;
    margin: 0;
    max-width: initial;
    max-height: calc(100vh - 80px - 85px);
  }
}
.header.is-v2 .header--back {
  margin: 0 40px 0 0;
  padding: 28px 0 26px;
}
@media (max-width: 767px) {
  .header.is-v2 .header--back {
    margin: 0 15px 0 0;
    padding: 17px 0 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header.is-v2 .header--back {
    margin: 0 -1px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .header.is-v2 .header--back {
    margin: 0 9px 0 0;
  }
}
.header.is-v2 .header--logo {
  margin: 0 58px 0 0;
}
@media (max-width: 767px) {
  .header.is-v2 .header--logo {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header.is-v2 .header--logo {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .header.is-v2 .header--logo {
    margin: 0 32px 0 0;
  }
}
.header.is-v2 .header--phone {
  margin: 0;
  padding: 17px 0 0;
}
@media (max-width: 767px) {
  .header.is-v2 .header--phone {
    padding: 0;
    width: 50%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header.is-v2 .header--phone {
    padding: 11px 0 0;
  }
}
.header.is-v2 .header--phone-title {
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
.header.is-v2 .header--phone .phone {
  padding: 0;
}
.header.is-v2 .header--phone .phone.with-labels {
  padding: 0 120px 0 0;
}
@media (max-width: 767px) {
  .header.is-v2 .header--phone .phone.with-labels {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header.is-v2 .header--phone .phone.with-labels {
    padding: 0 31px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .header.is-v2 .header--phone .phone.with-labels {
    padding: 0 106px 0 0;
  }
}
.header.is-v2 .header--phone .phone--digits {
  letter-spacing: -1.2px;
}
@media (max-width: 767px) {
  .header.is-v2 .header--phone .phone--digits {
    font-size: 20px;
    line-height: 16px;
    font-weight: 500;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header.is-v2 .header--phone .phone--digits {
    font-size: 22px;
    line-height: 16px;
  }
}
.header.is-v2 .header--phone .phone--label {
  letter-spacing: initial;
  margin: -1px 0 1px 15px;
}
@media (max-width: 767px) {
  .header.is-v2 .header--phone .phone--label {
    margin: 8px 0 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header.is-v2 .header--phone .phone--label {
    margin: 0 0 2px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .header.is-v2 .header--phone .phone--label {
    margin: -1px 0 1px 10px;
  }
}
.header.is-v2 .header--region {
  margin: 17px 0 0;
}
@media (max-width: 767px) {
  .header.is-v2 .header--region {
    margin: 0;
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header.is-v2 .header--region {
    margin: 21px 0 0;
  }
}
.header.is-v2 .header--region-label {
  text-align: right;
  display: block;
  font-size: 12px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .header.is-v2 .header--region-label {
    font-size: 12px;
    line-height: 40px;
  }
}
.header.is-v2 .header--region-label.grey {
  color: #363636;
}
.header.is-v2 .header--region-label.blue {
  max-width: 210px;
  max-height: initial;
}
@media (max-width: 767px) {
  .header.is-v2 .header--region-label.blue {
    max-width: 180px;
    max-height: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header.is-v2 .header--region-label.blue {
    max-width: 120px;
    max-height: initial;
  }
}
.header.is-v2 .header--region-icon {
  top: 19px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .header.is-v2 .header--region-icon {
    top: 0;
    line-height: 40px;
  }
}
.header.is-v2 .header--showphones {
  color: #38398d;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
  font-weight: 700;
}
.header.is-v2.without-back .header--back {
  display: none;
}
@media (min-width: 1176px) {
  .header.is-v2.without-back .header--region {
    margin: 30px 0 0;
  }
  .header.is-v2.without-back .header--region-label {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 20px;
  }
  .header.is-v2.without-back .header--region-label.grey {
    margin: 0 5px 0 0;
    color: #8594A1;
  }
  .header.is-v2.without-back .header--region-label.blue {
    max-width: 260px;
    max-height: initial;
  }
  .header.is-v2.without-back .header--region-icon {
    top: 0;
    line-height: 20px;
  }
}
.xs-phones {
  background: #f1f5f9;
  border-top: 1px solid #e4e7eb;
  padding: 10px 15px 13px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: none;
}
@media (min-width: 768px) {
  .xs-phones {
    display: none !important;
  }
}
.xs-phones:before,
.xs-phones:after {
  content: "";
  border-bottom: 11px solid #e4e7eb;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  display: block;
  width: 0;
  height: auto;
  position: absolute;
  top: -11px;
  right: auto;
  bottom: auto;
  left: 40px;
}
.xs-phones:after {
  border-bottom-color: #f1f5f9;
  margin: 1px 0 0;
}
.phone {
  padding: 0 130px 0 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .phone {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .phone {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .phone {
    padding: 0 35px 0 0;
  }
}
.phone--digits {
  color: #38398d;
  white-space: nowrap;
  font-size: 24px;
  line-height: 18px;
  font-weight: 500;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .phone--digits {
    font-size: 12px;
    line-height: 40px;
    font-weight: 700;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .phone--digits {
    padding: 0 0 18px;
  }
}
.phone--label {
  text-transform: uppercase;
  color: #8594A1;
  margin: 0 0 0 20px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
  .phone--label {
    margin: 0;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
}
.phone--label.top {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 100%;
}
.phone--label.down {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -2px;
  left: 100%;
}
.banner--in {
  padding: 452px 0 0;
  background: #f1f5f9 center top no-repeat;
  width: auto;
  height: 582px;
}
@media (max-width: 320px) {
  .banner--in {
    padding: 398px 0 0;
    width: auto;
    height: 490px;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  .banner--in {
    padding: 40% 0 5%;
    background-size: 120% auto;
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner--in {
    padding: 314px 0 0;
    width: auto;
    height: 424px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .banner--in {
    padding: 400px 0 0;
    background-size: auto 100%;
    width: auto;
    height: 520px;
  }
}
.banner .btn,
.banner .richtext .button-primary,
.banner .richtext .button-secondary {
  padding: 15px 25px;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 350px;
  max-height: initial;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .banner .btn,
  .banner .richtext .button-primary,
  .banner .richtext .button-secondary {
    width: 290px;
    height: auto;
  }
}
.summary {
  background: #38398d;
  color: #ffffff;
  text-align: center;
  padding: 76px 0 67px;
}
.summary .richtext p {
  color: inherit !important;
  font-size: inherit !important;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1175px) {
  .summary {
    padding: 50px 0;
  }
}
.summary--title {
  margin: 0 0 10px;
  font: 700 36px/36px 'Roboto Condensed', Arial, Helvetica, sans-serif;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .summary--title {
    font-size: 30px;
    line-height: 36px;
  }
}
.summary--text {
  padding: 0 60px;
  font: 300 23px/40px 'Roboto Condensed', Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .summary--text {
    padding: 0 15px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .summary--text {
    padding: 0;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .summary--text {
    padding: 0;
    font-size: 21px;
    line-height: 30px;
  }
}
.steps {
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .steps {
    padding: 30px 0 0;
  }
}
.steps--title {
  text-align: center;
  margin: 0 0 8px;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .steps--title {
    text-align: left;
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 40px;
  }
}
.steps--item {
  padding: 0 0 49px;
}
.steps--photo {
  margin: 0 auto 2px;
  max-width: 360px;
  max-height: initial;
}
.steps--photo img {
  display: block;
  width: 100%;
  height: auto;
}
.steps--text {
  text-align: center;
  padding: 0 40px;
  color: rgba(54, 54, 54, 0.8);
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1175px) {
  .steps--text {
    padding: 0;
  }
}
.steps--text em {
  font-style: normal;
  font-weight: 700;
  color: #00973A;
}
.feature-promo {
  position: relative;
  background: #f1f5f9;
  outline: none;
}
@media (max-width: 767px) {
  .feature-promo {
    background-image: none !important;
  }
}
@media (min-width: 992px) {
  .feature-promo {
    background-image: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-promo {
    background-position: calc( 50% + 200px) center;
    background-repeat: no-repeat;
    background-size: 400px auto;
  }
}
.feature-promo * {
  outline: none;
}
.feature-promo--text-part {
  padding-top: 70px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1175px) {
  .feature-promo--text-part {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .feature-promo--text-part {
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .feature-promo--text-part {
    padding-bottom: 86px;
  }
}
.feature-promo--title {
  color: #38398d;
  margin: 0 0 21px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .feature-promo--title {
    font-size: 30px;
    line-height: 40px;
  }
}
.feature-promo--text {
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 24px;
}
.feature-promo--flex {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 360px;
}
@media (max-width: 767px) {
  .feature-promo--flex {
    min-height: 0;
  }
}
.feature-promo--image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-promo--image {
    background-image: none!important;
    background-position: left bottom;
  }
}
.feature-promo--image-part {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.wide-slider {
  padding: 66px 0 90px;
}
@media (max-width: 1175px) {
  .wide-slider {
    padding: 50px 0;
  }
}
.wide-slider--title {
  margin: 0 0 27px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  max-width: calc(100% - 120px);
  max-height: initial;
}
@media (max-width: 767px) {
  .wide-slider--title {
    font-size: 30px;
    line-height: 40px;
  }
}
.wide-slider--container {
  overflow-x: hidden;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wide-slider--container {
    overflow-x: scroll;
    -ms-overflow-style: none;
  }
  .wide-slider--container::-webkit-scrollbar {
    display: none;
  }
  .wide-slider--container::scrollbar {
    display: none;
  }
}
.wide-slider--container.toggle {
  display: none;
}
.wide-slider--container.toggle.shown {
  display: block;
}
.wide-slider--scroller {
  white-space: nowrap;
  overflow: visible;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 1176px) {
  .wide-slider {
    min-width: 1176px;
  }
  .wide-slider--control {
    width: 1161px;
    padding-right: 15px;
  }
  .wide-slider--content {
    width: calc(50% + 573px);
    float: right;
  }
  .wide-slider--desc-content {
    width: 392px;
    float: right;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .wide-slider {
    min-width: 960px;
  }
  .wide-slider--control {
    width: 945px;
  }
  .wide-slider--content {
    width: calc(50% + 465px);
    float: right;
  }
  .wide-slider--desc-content {
    width: 321px;
    float: right;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wide-slider {
    min-width: 744px;
  }
  .wide-slider--control {
    width: calc( 744px - 30px);
  }
  .wide-slider--desc {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wide-slider--content {
    width: calc( 50% + 357px);
    margin-left: calc( 50% - 357px);
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .wide-slider--desc {
    width: 744px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  .wide-slider--desc {
    width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 1176px) {
  .wide-slider--desc {
    width: 1176px;
  }
}
@media (max-width: 767px) {
  .wide-slider--control {
    width: 100%;
  }
  .wide-slider--container {
    margin: 0 -15px;
  }
  .wide-slider--scroller {
    padding-left: 15px;
  }
  .wide-slider--desc {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wide-slider--content {
    width: calc( 100% - 30px);
    margin-left: 15px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .wide-slider--desc {
    width: 744px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .wide-slider--desc {
    width: 960px;
  }
}
@media (max-width: 767px) and (min-width: 1176px) {
  .wide-slider--desc {
    width: 1176px;
  }
}
.wide-slider--buttons {
  float: right;
  font-size: 0;
  line-height: 0;
}
.wide-slider--button {
  outline: none;
  color: #8594A1;
  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;
}
.wide-slider--button.next {
  margin: 0 0 0 -1px;
}
.wide-slider--button:focus:not(.disabled) {
  border-color: #d8dcde;
  color: #8594A1;
}
.wide-slider--button:hover:not(.disabled),
.wide-slider--button:active:not(.disabled) {
  z-index: 2;
  border-color: #38398d;
  color: #38398d;
}
.wide-slider--button.disabled {
  opacity: 0.3;
  cursor: default;
  color: #8594A1 !important;
}
.wide-slider--tabs {
  margin: 0 0 29px;
  clear: both;
}
.wide-slider--tab {
  color: #8594A1;
  padding: 0 8px;
  margin: 0 8px 3px 0;
  border-radius: 2px;
  text-transform: uppercase;
  outline: none;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 26px;
  font-weight: 700;
}
.wide-slider--tab:hover {
  color: #38398d;
}
.wide-slider--tab.active {
  color: #ffffff;
  background: #38398d;
}
.form-box {
  background: #f1f5f9;
  padding: 43px 0 73px;
}
@media (max-width: 767px) {
  .form-box {
    padding: 40px 0;
  }
}
.form-box.is-left .form-box--in {
  margin: 0;
}
.form-box.is-left .form-box--in-title {
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
}
.form-box--title {
  color: #38398d;
  text-align: center;
  margin: 0 0 47px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .form-box--title {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
  }
}
.form-box--in {
  border: 1px solid #d8dcde;
  background: #ffffff;
  margin: 0 33px 0 35px;
  padding: 32px 0 30px;
}
@media (max-width: 767px) {
  .form-box--in {
    margin: 0;
    padding: 20px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1175px) {
  .form-box--in {
    margin: 0;
  }
}
.form-box--in-title {
  color: rgba(54, 54, 54, 0.8);
  text-align: center;
  margin: 0 0 36px;
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .form-box--in-title {
    margin: 0 10px 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-box--in-title {
    margin: 0 10px 30px;
    font-size: 16px;
    line-height: 24px;
  }
}
.form-box--in-form {
  margin: 0 auto;
  width: 445px;
  height: auto;
}
@media (max-width: 767px) {
  .form-box--in-form {
    width: auto;
    height: auto;
  }
}
.form-box--or {
  text-align: center;
  font-style: italic;
  color: #8594A1;
  padding: 24px 0 21px;
  font-size: 21px;
  line-height: 24px;
  font-weight: 300;
}
.form-box--regions .region-map {
  margin: -10px 0 0;
}
.form-box--regions .region-map--box {
  border: none;
}
.form-box--regions .region-map--box-list.map {
  border-top: 1px solid #d8dcde;
}
@media (max-width: 767px) {
  .form-box--regions .region-map--box-list.map {
    margin: 0 -15px -20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-box--regions .region-map--box-head {
    padding-top: 10px;
  }
  .form-box--regions .region-map--box-list.map {
    margin: 0 0 -30px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .form-box--regions .region-map--box-head {
    padding-top: 0;
  }
  .form-box--regions .region-map--box-list.map {
    margin: 0 0 -30px;
  }
}
@media (min-width: 1176px) {
  .form-box--regions .region-map--box-head {
    padding: 0 194px 10px 189px;
  }
  .form-box--regions .region-map--box-list {
    padding: 55px 189px 0;
  }
  .form-box--regions .region-map--box-list.map {
    padding: 0;
    margin: 0 0 -30px;
  }
}
.additional-text {
  text-align: center;
  color: #8594A1;
  font-size: 13px;
  line-height: 21px;
}
.additional-text--in {
  padding: 40px 40px 74px;
}
@media (max-width: 767px) {
  .additional-text--in {
    padding: 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .additional-text--in {
    padding: 40px 20px;
  }
}
.additional-text a {
  color: #38398d;
}
.footer {
  border-top: 1px solid #d8dcde;
  padding: 43px 0 0;
  position: relative;
}
@media (max-width: 1175px) {
  .footer {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0 0;
  }
}
.footer.is-single .container {
  position: relative;
}
.footer.is-single .footer--phone {
  margin-bottom: 48px;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 50px;
}
@media (max-width: 767px) {
  .footer.is-single .footer--phone {
    position: static;
  }
}
.footer.is-single .footer--phone .phone--digits {
  font-size: 24px;
}
.footer.is-single .footer--logo {
  width: 200px;
}
@media (max-width: 767px) {
  .footer.is-single .footer--logo {
    margin-bottom: 0;
  }
}
.footer--logo {
  background: center center no-repeat;
  background-size: 100% auto;
  margin: 0 0 32px;
  background-image: url('/s/img/web/header--logo-2025v3.svg?v=4155a27e');
  display: block;
  width: 204px;
  height: 60px;
}
.footer--copy {
  color: #8594A1;
}
.footer--copy--big {
  font-size: 14px;
  line-height: 18px;
}
.footer--copy-small {
  font-size: 12px;
  line-height: 18px;
}
.footer--phone {
  margin: 7px 0 0;
}
.footer--label {
  text-transform: uppercase;
  color: #8594A1;
  margin: 10px 0 0 62px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1175px) {
  .footer--label {
    float: none;
    margin: 0;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1175px) {
  .footer--socials {
    float: none;
    margin: 20px 0 0;
  }
}
.banner-2--in {
  padding: 405px 0 0;
  background: #f1f5f9 center top no-repeat;
  width: auto;
  height: 559px;
}
@media (max-width: 480px) {
  .banner-2--in {
    padding: 612px 0 153px;
    background-position: center 27px;
    background-size: 290px auto;
    width: auto;
    height: auto;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .banner-2--in {
    padding: 32% 0 12%;
    background-size: 160% auto;
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-2--in {
    padding: 232px 0 0;
    background-size: auto 90.5%;
    width: auto;
    height: 370px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .banner-2--in {
    padding: 315px 0 0;
    background-size: auto 100%;
    width: auto;
    height: 430px;
  }
}
.banner-2 .container {
  text-align: right;
}
.banner-2 .btn,
.banner-2 .richtext .button-primary,
.banner-2 .richtext .button-secondary {
  width: 230px;
  height: auto;
}
@media (max-width: 767px) {
  .banner-2 .btn,
  .banner-2 .richtext .button-primary,
  .banner-2 .richtext .button-secondary {
    display: block;
    width: auto;
    height: auto;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .banner-2 .btn,
  .banner-2 .richtext .button-primary,
  .banner-2 .richtext .button-secondary {
    width: 230px;
    height: auto;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-2 .btn,
  .banner-2 .richtext .button-primary,
  .banner-2 .richtext .button-secondary {
    margin-right: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .banner-2 .btn,
  .banner-2 .richtext .button-primary,
  .banner-2 .richtext .button-secondary {
    margin-right: 25px;
  }
}
.summary-2 {
  margin: -63px 0 0;
}
@media (max-width: 767px) {
  .summary-2 {
    margin: -123px 0 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .summary-2 {
    margin: -50px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .summary-2 {
    margin: -32px 0 0;
  }
}
.summary-2--box {
  background: #ffffff;
  text-align: center;
  padding: 30px;
  box-shadow: 3px 4px 15px 0 rgba(0, 41, 90, 0.1);
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .summary-2--box {
    padding: 30px 25px;
  }
}
.features {
  padding: 71px 0 75px;
}
@media (max-width: 767px) {
  .features {
    padding: 34px 0 10px;
  }
}
.features--title {
  text-align: center;
  margin: 0 0 54px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .features--title {
    margin: 0 0 39px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
  }
}
.features--icon {
  background: left top no-repeat;
  background-size: auto 100%;
  margin: 0 0 25px;
  width: auto;
  height: 60px;
}
.features--icon.i01 {
  background-image: url(/s/img/landings/gold/features--icon-01.png?v=d2fea086);
}
.features--icon.i02 {
  background-image: url(/s/img/landings/gold/features--icon-02.png?v=1261c688);
}
.features--icon.i03 {
  background-image: url(/s/img/landings/gold/features--icon-03.png?v=a7fc1fb1);
}
.features--icon.i04 {
  background-image: url(/s/img/landings/gold/features--icon-04.png?v=5a2d827a);
}
@media (max-width: 767px) {
  .features--icon {
    background-position: center center;
  }
}
.features--text {
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .features--text {
    margin: 0 0 37px;
  }
}
.banner-3--in {
  padding: 437px 0 30px;
  background: #f1f5f9 center top no-repeat;
}
@media (max-width: 320px) {
  .banner-3--in {
    background-size: 100% auto;
    padding: 345px 0 25px;
  }
}
@media (min-width: 321px) and (max-width: 991px) {
  .banner-3--in {
    background-size: 100% auto;
    padding: 42% 0 25px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .banner-3--in {
    background-size: 100% auto;
    padding: 39% 0 30px;
  }
}
.banner-3 .btn,
.banner-3 .richtext .button-primary,
.banner-3 .richtext .button-secondary {
  margin: 0 auto;
  width: 247px;
  height: auto;
  display: block;
}
.landing-intro {
  display: block;
}
.landing-intro--in {
  padding: 460px 0 0;
  background: #f1f5f9 center top no-repeat;
  text-align: center;
}
@media (max-width: 320px) {
  .landing-intro--in {
    padding: 410px 0 0;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  .landing-intro--in {
    padding: 40% 0 0;
    background-size: 120% auto;
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-intro--in {
    padding: 325px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .landing-intro--in {
    padding: 400px 0 0;
    background-size: 1650px auto;
  }
}
.landing-intro .btn,
.landing-intro .richtext .button-primary,
.landing-intro .richtext .button-secondary {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .landing-intro .btn,
  .landing-intro .richtext .button-primary,
  .landing-intro .richtext .button-secondary {
    margin: 0 auto 15px;
    max-width: 290px;
    max-height: initial;
  }
  .landing-intro .btn:last-of-type,
  .landing-intro .richtext .button-primary:last-of-type,
  .landing-intro .richtext .button-secondary:last-of-type {
    margin-bottom: 0;
  }
}
.landing-intro.with-btns .landing-intro--in {
  padding: 450px 0 60px;
}
@media (max-width: 320px) {
  .landing-intro.with-btns .landing-intro--in {
    padding: 400px 0 30px;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  .landing-intro.with-btns .landing-intro--in {
    padding: 40% 0 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-intro.with-btns .landing-intro--in {
    padding: 315px 0 50px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .landing-intro.with-btns .landing-intro--in {
    padding: 400px 0 50px;
  }
}
#internet-promo-bg {
  background-image: url('/s/landings/internet/md4.jpg?v=91f48509');
}
@media (min-width: 768px) and (max-width: 991px) {
  #internet-promo-bg {
    background-image: url('/s/landings/internet/sm4.jpg?v=764887d4');
  }
}
@media (max-width: 549px) {
  #internet-promo-bg {
    background-image: url('/s/landings/internet/xs4.jpg?v=2fa5c185');
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  #internet-promo-bg {
    background-image: url('/s/landings/internet/sm4.jpg?v=764887d4');
  }
}
#perekrestok-promo-bg {
  background-image: url('/s/landings/perekrestok/md.jpg?v=6942eaa7');
}
@media (min-width: 768px) and (max-width: 991px) {
  #perekrestok-promo-bg {
    background-image: url('/s/landings/perekrestok/sm.jpg?v=dbbf5771');
  }
}
@media (max-width: 549px) {
  #perekrestok-promo-bg {
    background-image: url('/s/landings/perekrestok/xs.jpg?v=9a45d888');
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  #perekrestok-promo-bg {
    background-image: url('/s/landings/perekrestok/sm.jpg?v=dbbf5771');
  }
}
#perekrestok-promo-bg.is-east,
#perekrestok-promo-bg.is-fareast {
  background-image: url('/s/landings/perekrestok/east-md.jpg?v=26499913');
}
@media (min-width: 768px) and (max-width: 991px) {
  #perekrestok-promo-bg.is-east,
  #perekrestok-promo-bg.is-fareast {
    background-image: url('/s/landings/perekrestok/east-sm.jpg?v=e29b0e7a');
  }
}
@media (max-width: 549px) {
  #perekrestok-promo-bg.is-east,
  #perekrestok-promo-bg.is-fareast {
    background-image: url('/s/landings/perekrestok/east-xs.jpg?v=49024829');
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  #perekrestok-promo-bg.is-east,
  #perekrestok-promo-bg.is-fareast {
    background-image: url('/s/landings/perekrestok/east-sm.jpg?v=e29b0e7a');
  }
}
.itv-banner--in {
  padding: 335px 0 155px;
  background: #f1f5f9 center top no-repeat;
  text-align: right;
}
@media (max-width: 549px) {
  .itv-banner--in {
    padding: 438px 0 122px;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .itv-banner--in {
    background-size: cover;
    padding: 25% 0 20%;
  }
  .itv-banner--in .btn,
  .itv-banner--in .richtext .button-primary,
  .itv-banner--in .richtext .button-secondary {
    margin-right: calc( 50% - 35vw) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-banner--in {
    background-size: auto auto;
    padding: 265px 0 191px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .itv-banner--in {
    background-size: cover;
    padding: 275px 0 125px;
  }
}
.itv-banner--in.is-perekrestok-banner {
  padding: 330px 0 160px;
}
.itv-banner--in.is-perekrestok-banner .btn-primary,
.itv-banner--in.is-perekrestok-banner .richtext .button-primary {
  margin-right: 0;
}
@media (max-width: 549px) {
  .itv-banner--in.is-perekrestok-banner {
    padding: 438px 0 122px;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .itv-banner--in.is-perekrestok-banner {
    padding: 25% 0 20%;
  }
  .itv-banner--in.is-perekrestok-banner .btn,
  .itv-banner--in.is-perekrestok-banner .richtext .button-primary,
  .itv-banner--in.is-perekrestok-banner .richtext .button-secondary {
    margin-right: calc( 50% - 35vw) !important;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .itv-banner--in.is-perekrestok-banner {
    background-size: auto 100%;
    padding: 270px 0 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-banner--in.is-perekrestok-banner {
    background-size: auto auto;
    padding: 265px 0 191px;
  }
}
@media (max-width: 549px) {
  .itv-banner--in.is-perekrestok-banner {
    padding: 448px 0 112px;
  }
  .itv-banner--in.is-perekrestok-banner .btn-primary,
  .itv-banner--in.is-perekrestok-banner .richtext .button-primary {
    margin: 0 auto;
  }
}
.itv-banner .btn,
.itv-banner .richtext .button-primary,
.itv-banner .richtext .button-secondary {
  margin-right: 17px;
  width: 200px;
  height: auto;
}
@media (max-width: 549px) {
  .itv-banner .btn,
  .itv-banner .richtext .button-primary,
  .itv-banner .richtext .button-secondary {
    margin: 0 auto;
    width: 290px;
    height: auto;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .itv-banner .btn,
  .itv-banner .richtext .button-primary,
  .itv-banner .richtext .button-secondary {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-banner .btn,
  .itv-banner .richtext .button-primary,
  .itv-banner .richtext .button-secondary {
    margin-right: 27px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .itv-banner .btn,
  .itv-banner .richtext .button-primary,
  .itv-banner .richtext .button-secondary {
    margin-right: 7px;
  }
}
.itv-intro {
  text-align: center;
  padding: 94px 0 19px;
}
@media (max-width: 767px) {
  .itv-intro {
    padding: 67px 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-intro {
    padding: 65px 0 19px;
  }
}
.itv-intro--title {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .itv-intro--title {
    margin: 0 0 7px;
    font-size: 30px;
    line-height: 40px;
  }
}
.itv-intro--text {
  color: #8594A1;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .itv-intro--text {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .itv-feature {
    overflow: hidden;
  }
}
.itv-feature .container {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.itv-feature--photo {
  float: left;
  padding: 0 15px;
  width: 66.66666666666666%;
  height: auto;
}
@media (max-width: 767px) {
  .itv-feature--photo {
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-feature--photo {
    width: 83.33333333333334%;
    height: auto;
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .itv-feature--photo {
    width: 58.333333333333336%;
    height: auto;
  }
}
.itv-feature--photo img {
  display: block;
}
.itv-feature--photo img {
  max-width: 750px;
}
@media (max-width: 767px) {
  .itv-feature--photo img {
    max-width: 100vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-feature--photo img {
    max-width: 590px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .itv-feature--photo img {
    max-width: 590px;
  }
}
.itv-feature--box {
  float: left;
  padding: 0 15px;
  width: 33.33333333333333%;
  height: auto;
}
@media (max-width: 767px) {
  .itv-feature--box {
    float: none;
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-feature--box {
    width: 58%;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .itv-feature--box {
    width: 41.66666666666667%;
    height: auto;
  }
}
.itv-feature--title {
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .itv-feature--title {
    padding: 0 !important;
  }
}
.itv-feature--text {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .itv-feature--text {
    padding: 0 !important;
  }
}
.itv-feature.is-f1 {
  padding: 0 0 51px;
}
@media (max-width: 767px) {
  .itv-feature.is-f1 {
    padding: 350px 0 47px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-feature.is-f1 {
    padding: 75px 0 39px;
  }
}
.itv-feature.is-f1 .itv-feature--title {
  padding: 81px 0 0 61px;
}
.itv-feature.is-f1 .itv-feature--text {
  padding: 0 0 0 61px;
}
@media (max-width: 767px) {
  .itv-feature.is-f1 .itv-feature--photo {
    position: absolute;
    top: -316px;
    right: auto;
    bottom: auto;
    left: -2px;
    width: 650px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-feature.is-f1 .itv-feature--box {
    position: absolute;
    top: -24px;
    right: 32px;
    bottom: auto;
    left: auto;
  }
}
.itv-feature.is-f2 {
  padding: 91px 0 42px;
  background: #f1f5f9;
}
@media (max-width: 767px) {
  .itv-feature.is-f2 {
    padding: 320px 0 46px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-feature.is-f2 {
    padding: 129px 0 38px;
  }
}
.itv-feature.is-f2 .itv-feature--title {
  padding: 51px 61px 0 0;
}
.itv-feature.is-f2 .itv-feature--text {
  padding: 0 61px 0 0;
}
.itv-feature.is-f2 .itv-feature--photo {
  float: right;
}
@media (max-width: 767px) {
  .itv-feature.is-f2 .itv-feature--photo {
    position: absolute;
    top: -280px;
    right: 10px;
    bottom: auto;
    left: auto;
    width: 620px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-feature.is-f2 .itv-feature--box {
    position: absolute;
    top: -56px;
    right: auto;
    bottom: auto;
    left: 30px;
  }
}
.itv-feature.is-f3 {
  padding: 52px 0 85px;
}
@media (max-width: 767px) {
  .itv-feature.is-f3 {
    padding: 391px 0 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-feature.is-f3 {
    padding: 154px 0 64px;
  }
}
.itv-feature.is-f3 .itv-feature--title {
  padding: 90px 0 0 61px;
}
.itv-feature.is-f3 .itv-feature--text {
  padding: 0 0 0 61px;
}
@media (max-width: 767px) {
  .itv-feature.is-f3 .itv-feature--photo {
    margin: 0 0 0 -240px;
    position: absolute;
    top: -360px;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 590px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-feature.is-f3 .itv-feature--box {
    position: absolute;
    top: -71px;
    right: 29px;
    bottom: auto;
    left: auto;
  }
}
.feature {
  padding: 51px 0;
  background: #f1f5f9;
}
.feature.is-reverse {
  background: white;
}
.feature.is-reverse .feature--photo {
  order: 1;
}
@media (max-width: 991px) {
  .feature.is-reverse .feature--photo {
    order: 0;
    margin: 0 0 30px 0;
  }
}
.feature.is-reverse .feature--box {
  padding: 0 30px 0 0;
}
.feature .container {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.feature .feature-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .feature .feature-content {
    flex-direction: column;
  }
}
.feature--photo {
  width: 65.33333333333333%;
  height: auto;
}
@media (max-width: 767px) {
  .feature--photo {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature--photo {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .feature--photo {
    width: 58.333333333333336%;
    height: auto;
  }
}
.feature--photo img {
  display: block;
}
.feature--photo img {
  max-width: 100%;
}
.feature--box {
  padding: 0 0 0 30px;
  width: 33.33333333333333%;
  height: auto;
}
@media (max-width: 767px) {
  .feature--box {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature--box {
    width: 58%;
    height: auto;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .feature--box {
    width: 41.66666666666667%;
    height: auto;
  }
}
.feature--title {
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .feature--title {
    padding: 0 !important;
  }
}
.feature--text {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .feature--text {
    padding: 0 !important;
  }
}
.itv-buy {
  padding: 80px 0 0;
  background: #f1f5f9;
}
@media (max-width: 767px) {
  .itv-buy {
    padding: 45px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-buy {
    padding: 71px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .itv-buy {
    padding: 60px 0 0;
  }
}
.itv-buy--title {
  margin: 0 0 28px;
  font-size: 36px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .itv-buy--title {
    margin: 0 0 80px;
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .itv-buy--title {
    font-size: 30px;
    line-height: 42px;
  }
}
.itv-buy--text {
  margin: 0 0 17px;
  padding: 0 110px 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .itv-buy--text {
    padding: 0;
    margin: 0 0 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-buy--text {
    margin: 0 0 13px;
  }
}
.itv-buy--list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
}
.itv-buy--list li {
  margin: 0 0 13px;
  padding: 0 0 0 36px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .itv-buy--list li {
    margin: 0 0 8px;
  }
}
.itv-buy--list li:before {
  content: "";
  color: #38398d;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 1px;
  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;
  font-size: 12px;
  line-height: 28px;
}
.itv-buy--bp {
  padding: 23px 0 10px;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .itv-buy--bp {
    margin: 0 auto 25px;
    padding: 0;
    width: 290px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-buy--bp {
    padding: 56px 0 0;
    margin: 0 0 -23px;
  }
}
.itv-buy--bp-item {
  display: none;
}
.itv-buy--bp-item.is-active {
  display: block;
}
.itv-buy--bp-item img {
  display: block;
  width: 100%;
  height: auto;
}
.itv-buy--sp {
  text-align: right;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .itv-buy--sp {
    text-align: center;
    margin: 0 0 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-buy--sp {
    text-align: center;
    margin: 0 0 28px;
  }
}
.itv-buy--sp-item {
  margin: 0 0 0 30px;
  opacity: 0.5;
  transition: 200ms opacity;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: auto;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.itv-buy--sp-item:first-of-type {
  margin: 0;
}
@media (max-width: 767px) {
  .itv-buy--sp-item {
    margin: 0 0 0 20px;
    width: 80px;
    height: auto;
  }
}
.itv-buy--sp-item.is-active,
.itv-buy--sp-item:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.itv-buy--sp-item img {
  display: block;
  width: 100%;
  height: auto;
}
.itv-buy--tools {
  border-top: 1px solid #d8dcde;
  padding: 40px 0 41px;
  margin: 44px 0 0;
}
@media (max-width: 767px) {
  .itv-buy--tools {
    margin: 37px 0 0;
    padding: 40px 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-buy--tools {
    margin: 32px 0 0;
    padding: 40px 0;
  }
}
.itv-buy--tools-label {
  margin: -3px 0 14px;
  color: #8594A1;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.itv-buy--tools-counters {
  white-space: nowrap;
  margin: 0 0 -3px;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .itv-buy--tools-counters {
    margin: 0 0 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-buy--tools-counters {
    margin: 0 0 28px;
  }
}
.itv-buy--tools-counters .counter {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.itv-buy--tools-counters .counter:first-of-type {
  margin: 0 52px 0 0;
}
@media (max-width: 767px) {
  .itv-buy--tools .btn,
  .itv-buy--tools .richtext .button-primary,
  .itv-buy--tools .richtext .button-secondary {
    margin: 10px 0 0;
  }
}
.itv-buy--gift {
  color: #ffffff;
  background: #38398d;
}
.itv-buy--gift .container {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.itv-buy--gift-text {
  padding: 32px 0 36px 97px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .itv-buy--gift-text {
    padding: 23px 0 27px 68px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-buy--gift-text {
    padding: 35px 100px 39px 92px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .itv-buy--gift-text {
    padding: 32px 0 32px 70px;
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
  }
}
.itv-buy--gift-text i {
  margin: -25px 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 19px;
  font-size: 50px;
  line-height: 50px;
}
@media (max-width: 767px) {
  .itv-buy--gift-text i {
    margin: 0;
    position: absolute;
    top: 30px;
    right: auto;
    bottom: auto;
    left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-buy--gift-text i {
    left: 5px;
    font-size: 44px;
    line-height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .itv-buy--gift-text i {
    left: 0;
    font-size: 44px;
    line-height: 50px;
  }
}
.itv-buy--gift-arrow {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #38398d;
  transform: translate(50%, 0);
  width: 0;
  height: auto;
  position: absolute;
  top: -15px;
  right: 12.5%;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .itv-buy--gift-arrow {
    right: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-buy--gift-arrow {
    transform: translate(-50%, 0);
    position: absolute;
    top: -15px;
    right: auto;
    bottom: auto;
    left: 16.666666%;
  }
}
.itv-channels {
  padding: 30px 0 9px;
}
@media (max-width: 767px) {
  .itv-channels {
    padding: 41px 0 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-channels {
    padding: 24px 0 26px;
  }
}
@media (max-width: 767px) {
  .itv-channels .wide-slider {
    padding: 0;
  }
}
.itv-channels .wide-slider--title {
  font-weight: 400;
}
.itv-how {
  padding: 0 0 106px;
}
@media (max-width: 767px) {
  .itv-how {
    padding: 0 0 64px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-how {
    padding: 0 0 74px;
  }
}
.itv-how.is-small .itv-how--item.is-big {
  padding: 30px 30px 0 139px;
}
.itv-how.is-small .itv-how--item.is-big .itv-how--text {
  line-height: 1.4;
  font-size: 18px;
}
.itv-how.is-small .itv-how--item.is-small {
  padding-top: 20px;
}
.itv-how.is-small .itv-how--item.is-small .itv-how--text {
  line-height: 1.4;
  font-size: 14px;
}
.itv-how--title {
  margin: 0 0 39px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .itv-how--title {
    margin: 0 0 37px;
    font-size: 30px;
    line-height: 40px;
  }
}
.itv-how--item {
  background: #f1f5f9;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.itv-how--item.is-big {
  padding: 45px 50px 0 139px;
  width: auto;
  height: 282px;
}
@media (max-width: 767px) {
  .itv-how--item.is-big {
    padding: 35px 20px 20px 88px;
    margin: 0 0 20px;
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-how--item.is-big {
    padding: 45px 30px 0 110px;
    width: auto;
    height: 362px;
  }
}
.itv-how--item.is-small {
  padding: 0px 130px 0 116px;
  width: auto;
  height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .itv-how--item.is-small {
    padding: 33px 20px 33px 88px;
    width: auto;
    height: auto;
  }
  .itv-how--item.is-small:first-of-type {
    margin: 0 0 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-how--item.is-small {
    padding: 0px 50px 0 109px;
    width: auto;
    height: 150px;
  }
  .itv-how--item.is-small:last-of-type {
    width: auto;
    height: 182px;
  }
}
.itv-how--item.is-small:first-of-type {
  margin: 0 0 30px;
}
.itv-how--icon {
  background: center center no-repeat;
  background-size: 100% 100%;
}
.itv-how--icon.i01 {
  background-image: url(/s/img/landings/itv/itv-how--icon-01.svg?v=a95597e);
  position: absolute;
  top: 52px;
  right: auto;
  bottom: auto;
  left: 50px;
  width: 48px;
  height: 46px;
}
@media (max-width: 767px) {
  .itv-how--icon.i01 {
    position: absolute;
    top: 42px;
    right: auto;
    bottom: auto;
    left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-how--icon.i01 {
    position: absolute;
    top: 52px;
    right: auto;
    bottom: auto;
    left: 32px;
  }
}
.itv-how--icon.i02 {
  background-image: url(/s/img/landings/itv/itv-how--icon-02.svg?v=12ade134);
  margin: -23px 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 40px;
  width: 48px;
  height: 42px;
}
@media (max-width: 767px) {
  .itv-how--icon.i02 {
    margin: 0;
    position: absolute;
    top: 40px;
    right: auto;
    bottom: auto;
    left: 20px;
  }
} /*

      @media @media-sm-only {
        .position-tl (absolute, 63px, 32px);
      }
      */
.itv-how--icon.i03 {
  background-image: url(/s/img/landings/itv/itv-how--icon-03.svg?v=2011d890);
  margin: -23px 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 40px;
  width: 48px;
  height: 42px;
}
@media (max-width: 767px) {
  .itv-how--icon.i03 {
    margin: 0;
    position: absolute;
    top: 40px;
    right: auto;
    bottom: auto;
    left: 20px;
  }
} /*

      @media @media-sm-only {
        .position-tl (absolute, 63px, 32px);
      }
      */
.itv-how--icon.j01 {
  background-image: url(/s/landings/internet/oborudovanie.svg?v=8f39341c);
  position: absolute;
  top: 40px;
  right: auto;
  bottom: auto;
  left: 50px;
  width: 48px;
  height: 46px;
}
@media (max-width: 767px) {
  .itv-how--icon.j01 {
    position: absolute;
    top: 42px;
    right: auto;
    bottom: auto;
    left: 20px;
  }
} /*

      @media @media-sm-only {
        .position-tl (absolute, 52px, 32px);
      }
      */
.itv-how--icon.j02 {
  background-image: url(/s/landings/internet/montage.svg?v=d4be1637);
  margin: -23px 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 40px;
  width: 48px;
  height: 42px;
}
@media (max-width: 767px) {
  .itv-how--icon.j02 {
    margin: 0;
    position: absolute;
    top: 40px;
    right: auto;
    bottom: auto;
    left: 20px;
  }
} /*

      @media @media-sm-only {
        .position-tl (absolute, 63px, 32px);
      }
      */
.itv-how--icon.j03 {
  background-image: url(/s/landings/internet/eartch.svg?v=7adc8050);
  margin: -23px 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 40px;
  width: 48px;
  height: 42px;
}
@media (max-width: 767px) {
  .itv-how--icon.j03 {
    margin: 0;
    position: absolute;
    top: 40px;
    right: auto;
    bottom: auto;
    left: 20px;
  }
} /*

      @media @media-sm-only {
        .position-tl (absolute, 63px, 32px);
      }
      */
.itv-how--text {
  z-index: 2;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .itv-how--text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .itv-how--text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
}
.itv-how--btn {
  z-index: 2;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 50px;
  left: 50px;
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  .itv-how--btn {
    position: relative;
    margin: 20px 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-how--btn {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 40px;
    left: 32px;
    width: 192px;
    height: auto;
  }
}
.itv-how--number {
  color: #dfe2e6;
  z-index: 1;
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 0;
  left: auto;
  font-size: 200px;
  line-height: 130px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .itv-how--number {
    right: -15px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-how--number {
    right: 0px;
  }
}
.itv-how--item.is-small .itv-how--text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-how--item.is-small .itv-how--text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .itv-how--item.is-small .itv-how--text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
}
.itv-how--item.is-small .itv-how--number {
  right: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-how--item.is-small .itv-how--number {
    right: -10px;
  }
}
.itv-form {
  padding: 0 0 100px;
}
@media (max-width: 767px) {
  .itv-form {
    padding: 0 0 50px;
  }
}
.itv-form--title {
  margin: 0 0 53px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .itv-form--title {
    margin: 0 0 26px;
    font-size: 30px;
    line-height: 36px;
  }
}
.itv-form .form--label {
  margin: 0 0 11px;
}
.itv-form .form-group {
  margin: 0 0 34px;
}
.itv-video {
  background: #f1f5f9;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.itv-video--poster {
  cursor: pointer;
  background: url(/s/img/landings/itv/itv-video--poster.png?v=8e29a22a) center bottom no-repeat;
  background-size: cover;
  transition: 300ms opacity;
  width: auto;
  height: 600px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .itv-video--poster {
    width: auto;
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-video--poster {
    width: auto;
    height: 330px;
  }
}
.itv-video--poster i.icon-play {
  background: #00973A;
  margin: -32px 0 0 -32px;
  border-radius: 64px;
  text-align: center;
  color: #ffffff;
  padding: 0 0 0 5px;
  transition: 300ms opacity;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 64px;
  height: 64px;
  font-size: 26px;
  line-height: 64px;
}
.itv-video--poster.is-disabled {
  cursor: default;
  opacity: 0.4;
}
.itv-video--poster.is-disabled i.icon-play {
  opacity: 0;
}
.itv-video--frame {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 890px;
  height: 500px;
  display: none;
}
@media (max-width: 767px) {
  .itv-video--frame {
    width: 290px;
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .itv-video--frame {
    width: 490px;
    height: 275px;
  }
}
.itv-video--frame iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.itv-text {
  color: rgba(54, 54, 54, 0.8);
  padding: 53px 0 55px;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .itv-text {
    font-size: 14px;
    line-height: 18px;
  }
}
.itv-text p {
  margin: 0 0 28px;
}
.itv-text p:last-of-type {
  margin: 0;
}
@media (max-width: 767px) {
  .itv-text p {
    margin: 0 0 18px;
  }
}
.fk-banner--in {
  padding: 390px 0 80px;
  background: #f4f5f6 center top no-repeat;
  text-align: right;
}
@media (max-width: 549px) {
  .fk-banner--in {
    padding: 450px 0 50px;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .fk-banner--in {
    background-size: 95% auto;
    padding: 40% 0 12%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-banner--in {
    padding: 295px 0 90px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .fk-banner--in {
    padding: 377px 0 94px;
  }
}
.fk-banner .btn,
.fk-banner .richtext .button-primary,
.fk-banner .richtext .button-secondary {
  margin: 0 22px 0 0;
  width: 180px;
  height: auto;
}
@media (max-width: 549px) {
  .fk-banner .btn,
  .fk-banner .richtext .button-primary,
  .fk-banner .richtext .button-secondary {
    margin: 0 auto;
    width: 290px;
    height: auto;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .fk-banner .btn,
  .fk-banner .richtext .button-primary,
  .fk-banner .richtext .button-secondary {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-banner .btn,
  .fk-banner .richtext .button-primary,
  .fk-banner .richtext .button-secondary {
    margin-right: 13px;
  }
}
.fk-what.is-horeca .fk-what--in {
  background-image: url('/s/landings/2017/100rub.png?v=31e7c42f');
}
.fk-what.is-horeca .fk-what--photo {
  background-image: url('/s/landings/2017/100rub.png?v=31e7c42f');
}
.fk-what--in {
  padding: 74px 0 80px;
  background: url(/s/img/landings/4k/4k-what.png?v=e4e07f91) right 79px no-repeat;
}
@media (max-width: 767px) {
  .fk-what--in {
    background: none !important;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-what--in {
    padding: 64px 0 90px;
    background-size: 340px auto;
    background-position: right 145px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .fk-what--in {
    padding-bottom: 140px;
    background-size: 500px auto;
  }
}
.fk-what--title {
  margin: 0 0 33px;
  font-size: 36px;
  line-height: 42px;
}
@media (max-width: 767px) {
  .fk-what--title {
    font-size: 30px;
    line-height: 36px;
  }
}
.fk-what--photo {
  background: url(/s/img/landings/4k/4k-what.png?v=e4e07f91) center top no-repeat;
  background-size: auto 100%;
  margin: 0 -15px 36px;
  width: auto;
  height: 205px;
}
.fk-what--list {
  list-style: none;
  margin: 0 0 138px;
  padding: 0;
  max-width: 45%;
}
@media (max-width: 767px) {
  .fk-what--list {
    margin-bottom: 37px;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-what--list {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .fk-what--list {
    margin-bottom: 60px;
  }
}
.fk-what--list li {
  padding: 0 0 0 36px;
  margin: 0 0 18px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .fk-what--list li {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 24px;
  }
}
.fk-what--list li:before {
  content: "";
  color: #38398d;
  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: 5px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}
.fk-what--btn {
  width: 180px;
  height: auto;
}
@media (max-width: 767px) {
  .fk-what--btn {
    width: auto;
    height: auto;
  }
}
.fk-slider {
  background: #333333;
  color: #ffffff;
}
.fk-slider--in .slide {
  display: none;
}
.fk-slider--in .slide:first-of-type {
  display: block;
}
.fk-slider--in.slick-initialized .slide {
  display: block;
}
.fk-slider .slick-arrow {
  outline: none;
  color: #ffffff;
  transition: 300ms all ease;
  border: 1px solid #d8dcde;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 50px;
  height: 50px;
  font-size: 12px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .fk-slider .slick-arrow {
    background: rgba(51, 51, 51, 0.7);
  }
}
.fk-slider .slick-arrow.slick-prev {
  margin: 0 0 0 -573px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 80px;
  left: 50%;
}
@media (max-width: 767px) {
  .fk-slider .slick-arrow.slick-prev {
    margin: 0;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 40px;
    left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-slider .slick-arrow.slick-prev {
    margin-left: -357px;
    bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .fk-slider .slick-arrow.slick-prev {
    margin-left: -465px;
  }
}
.fk-slider .slick-arrow.slick-next {
  margin: 0 0 0 -524px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 80px;
  left: 50%;
}
@media (max-width: 767px) {
  .fk-slider .slick-arrow.slick-next {
    margin: 0;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 40px;
    left: 64px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-slider .slick-arrow.slick-next {
    margin-left: -308px;
    bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .fk-slider .slick-arrow.slick-next {
    margin-left: -416px;
  }
}
.fk-slider .slick-arrow:focus:not(.slick-disabled) {
  border-color: #d8dcde;
  color: #ffffff;
}
.fk-slider .slick-arrow:hover:not(.slick-disabled),
.fk-slider .slick-arrow:active:not(.slick-disabled) {
  z-index: 2;
  background: #ffffff;
  border-color: #ffffff;
  color: #333333;
}
.fk-slider .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
  color: #8594A1 !important;
}
.fk-channel--photo {
  background: center bottom no-repeat;
  background-size: contain;
  width: auto;
  height: 520px;
}
@media (max-width: 767px) {
  .fk-channel--photo {
    background-size: auto 100%;
    margin: 0 -15px;
    width: auto;
    height: 390px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-channel--photo {
    margin: 0 -25px 0 0;
    width: auto;
    height: 410px;
  }
}
.fk-channel--in {
  margin: 0 0 36px;
  overflow: hidden;
  text-align: right;
  padding: 74px 0 0;
  width: auto;
  height: 354px;
}
@media (max-width: 767px) {
  .fk-channel--in {
    margin: 0;
    padding: 45px 0 0;
    text-align: left;
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-channel--in {
    padding: 46px 0 0;
    width: auto;
    height: 284px;
  }
}
.fk-channel--title {
  margin: 0 0 31px;
  font-size: 36px;
  line-height: 42px;
}
@media (max-width: 767px) {
  .fk-channel--title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-channel--title {
    margin: 0 0 30px;
  }
}
.fk-channel--text {
  font-size: 16px;
  line-height: 28px;
}
.fk-channel--btn {
  margin: 0 0 0 auto;
  width: 150px;
  height: auto;
}
@media (max-width: 767px) {
  .fk-channel--btn {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 40px;
    left: 129px;
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .fk-item {
    padding: 44px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-item {
    padding: 53px 0 0;
  }
}
.fk-item--in {
  padding: 67px 0 0;
}
@media (max-width: 767px) {
  .fk-item--in {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-item--in {
    padding: 0;
  }
}
.fk-item--title {
  margin: 0 0 19px;
  font-size: 36px;
  line-height: 42px;
}
@media (max-width: 767px) {
  .fk-item--title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-item--title {
    margin: 0 0 21px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .fk-item--title {
    font-size: 34px;
    line-height: 42px;
  }
}
.fk-item--text {
  padding: 0 100px 0 0;
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .fk-item--text {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-item--text {
    padding: 0;
    margin: 0 0 24px;
  }
}
.fk-item--tools {
  border-top: 1px solid #d8dcde;
  border-bottom: 1px solid #d8dcde;
  margin: 0 0 40px;
  padding: 25px 0 28px;
}
@media (max-width: 767px) {
  .fk-item--tools {
    padding-bottom: 5px;
  }
  .fk-item--tools .counter {
    margin: 0 0 23px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-item--tools {
    padding-bottom: 5px;
  }
  .fk-item--tools .counter {
    margin: 0 0 23px;
  }
}
.fk-item--label {
  text-transform: uppercase;
  color: #8594A1;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .fk-item--label {
    font-size: 12px;
    line-height: 18px;
  }
}
.fk-item--btn {
  width: 180px;
  height: auto;
}
@media (max-width: 767px) {
  .fk-item--btn {
    width: auto;
    height: auto;
  }
}
.fk-item--photo {
  background: url(/s/img/landings/4k/4k-item.png?v=959aad32) right center no-repeat;
  width: auto;
  height: 520px;
}
@media (max-width: 767px) {
  .fk-item--photo {
    background-size: contain;
    background-position: center center;
    margin: 0 0 15px;
    width: auto;
    height: 275px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-item--photo {
    background-size: contain;
    width: auto;
    height: 390px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .fk-item--photo {
    background-size: contain;
    width: auto;
    height: 500px;
  }
}
.fk-item--hr {
  background: #d8dcde;
  width: auto;
  height: 1px;
}
@media (max-width: 767px) {
  .fk-item--hr {
    margin: 50px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-item--hr {
    margin: 60px 0 0;
  }
}
.fk-channels {
  padding: 19px 0 0;
}
@media (max-width: 767px) {
  .fk-channels {
    padding: 41px 0 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-channels {
    padding: 14px 0 26px;
  }
}
.fk-channels .wide-slider {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .fk-channels .wide-slider {
    padding: 0;
  }
}
.fk-channels .wide-slider--title {
  font-weight: 400;
}
.fk-how {
  padding: 90px 0 90px;
}
@media (max-width: 767px) {
  .fk-how {
    padding: 22px 0 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-how {
    padding: 48px 0 80px;
  }
}
.fk-how--title {
  margin: 0 0 39px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .fk-how--title {
    margin: 0 0 37px;
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-how--title {
    margin: 0 0 40px;
    font-size: 34px;
    line-height: 40px;
  }
}
.fk-how--step {
  background: #f4f5f6;
  border-radius: 3px;
  overflow: hidden;
  padding: 50px 160px 50px 118px;
  margin: 0 0 30px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .fk-how--step {
    padding: 43px 30px 43px 83px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-how--step {
    padding: 43px 20px 43px 110px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .fk-how--step {
    padding-right: 120px;
    margin-bottom: 40px;
  }
}
.fk-how--step:last-of-type {
  margin: 0;
}
.fk-how--icon {
  background: center center no-repeat;
  background-size: 100% 100%;
  transform: translate(0, -50%);
}
.fk-how--icon.i01 {
  background-image: url(/s/img/landings/4k/4k-step-01.svg?v=3a05f3a0);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 38px;
  width: 48px;
  height: 46px;
}
@media (max-width: 767px) {
  .fk-how--icon.i01 {
    left: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-how--icon.i01 {
    left: 28px;
  }
}
.fk-how--icon.i02 {
  background-image: url(/s/img/landings/4k/4k-step-02.svg?v=292cd983);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 40px;
  width: 48px;
  height: 42px;
}
@media (max-width: 767px) {
  .fk-how--icon.i02 {
    left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-how--icon.i02 {
    left: 30px;
  }
}
.fk-how--icon.i03 {
  background-image: url(/s/img/landings/4k/4k-step-03.svg?v=3385242a);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 40px;
  width: 48px;
  height: 42px;
}
@media (max-width: 767px) {
  .fk-how--icon.i03 {
    left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-how--icon.i03 {
    left: 30px;
  }
}
.fk-how--text {
  z-index: 2;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .fk-how--text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }
}
.fk-how--number {
  color: #dfe2e6;
  z-index: 1;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: auto;
  left: auto;
  font-size: 240px;
  line-height: 156px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .fk-how--number {
    right: -10px;
    font-size: 200px;
    line-height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .fk-how--number {
    right: 10px;
  }
}
.fk-form {
  background: #f4f5f6;
  padding: 26px 70px 32px 40px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .fk-form {
    padding: 25px 20px 30px;
    margin: 30px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-form {
    padding: 25px 30px 28px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .fk-form {
    padding: 25px 30px 29px;
  }
}
.fk-form--title {
  color: #6a6a6b;
  margin: 0 0 30px;
  padding: 0 100px 0 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .fk-form--title {
    padding: 0;
    margin: 0 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fk-form--title {
    padding: 0;
    margin: 0 0 25px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .fk-form--title {
    padding: 0;
  }
}
.btn-dark {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #000000;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #141414;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #141414;
}
.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
  color: #fff;
  background-color: #080808;
  border-color: #000000;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus {
  background-color: #333333;
  border-color: #333333;
}
.btn-dark .badge {
  color: #333333;
  background-color: #fff;
}
.btn-dark:hover,
.btn-dark:focus {
  background: #262626 !important;
  border-color: #262626 !important;
  outline: none!important;
}
.btn-dark:active {
  background: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, 0.15) !important;
  outline: none!important;
}
.btn-light {
  color: #fff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-light:focus,
.btn-light.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-light:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-light:active:hover,
.btn-light.active:hover,
.open > .dropdown-toggle.btn-light:hover,
.btn-light:active:focus,
.btn-light.active:focus,
.open > .dropdown-toggle.btn-light:focus,
.btn-light:active.focus,
.btn-light.active.focus,
.open > .dropdown-toggle.btn-light.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  background-image: none;
}
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled.focus,
.btn-light[disabled].focus,
fieldset[disabled] .btn-light.focus {
  background-color: transparent;
  border-color: #ffffff;
}
.btn-light .badge {
  color: transparent;
  background-color: #fff;
}
@media (max-width: 767px) {
  .btn-light {
    background: rgba(51, 51, 51, 0.7);
  }
}
.btn-light:hover,
.btn-light:focus {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #333333 !important;
  outline: none!important;
}
.btn-light:active {
  background: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, 0.15) !important;
  outline: none!important;
}
.btn-dark[disabled],
.btn-light[disabled] {
  cursor: not-allowed;
  color: #8594A1 !important;
  background: #f8fafc !important;
  border-color: #f1f3f5 !important;
  box-shadow: none!important;
}
.l-banner {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.l-banner--in {
  padding: 440px 0 80px;
  background: #f1f5f9 center top no-repeat;
  text-align: right;
}
@media (max-width: 549px) {
  .l-banner--in {
    padding: 490px 0 60px;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .l-banner--in {
    background-size: 95% auto;
    padding: 42% 0 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-banner--in {
    padding: 324px 0 74px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .l-banner--in {
    padding: 390px 0 80px;
  }
}
.l-banner .btn,
.l-banner .richtext .button-primary,
.l-banner .richtext .button-secondary {
  margin: 0 22px 0 0;
  width: 180px;
  height: auto;
}
@media (max-width: 549px) {
  .l-banner .btn,
  .l-banner .richtext .button-primary,
  .l-banner .richtext .button-secondary {
    margin: 0 auto;
    width: 290px;
    height: auto;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .l-banner .btn,
  .l-banner .richtext .button-primary,
  .l-banner .richtext .button-secondary {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-banner .btn,
  .l-banner .richtext .button-primary,
  .l-banner .richtext .button-secondary {
    margin-right: 13px;
  }
}
.l-why {
  padding: 58px 0 0;
}
.l-why--title {
  margin: 0 0 52px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-why--title {
    font-size: 30px;
    line-height: 40px;
  }
}
.l-why--item {
  padding: 0 0 40px;
}
.l-why--icon {
  background: left top no-repeat;
  background-size: auto 100%;
  margin: 0 0 29px;
  width: auto;
  height: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-why--icon {
    width: auto;
    height: 80px;
  }
}
.l-why--icon.i01 {
  background-image: url(/s/img/landings/l-why--icon-01.svg?v=26478778);
}
.l-why--icon.i02 {
  background-image: url(/s/img/landings/l-why--icon-02.svg?v=b0d011c2);
}
.l-why--icon.i03 {
  background-image: url(/s/img/landings/l-why--icon-03.svg?v=9e83951a);
}
.l-why--label {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}
.l-why--text {
  font-size: 16px;
  line-height: 28px;
}
.l-why--hr {
  background: #d8dcde;
  margin: 31px 0 0;
  width: auto;
  height: 1px;
}
@media (max-width: 767px) {
  .l-why--hr {
    margin: 10px 0 0;
  }
}
.l-packages {
  padding: 67px 0 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .l-packages {
    padding: 40px 0 0;
  }
}
.l-packages--title {
  margin: 0 0 34px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-packages--title {
    font-size: 30px;
    line-height: 40px;
  }
}
.l-packages--list {
  margin: 0 0 30px;
}
.l-packages--tools {
  border-top: 1px solid #d8dcde;
  padding: 30px 0 78px;
}
.l-packages--tools:before,
.l-packages--tools:after {
  content: " ";
  display: table;
}
.l-packages--tools:after {
  clear: both;
}
.l-packages--tools:before,
.l-packages--tools:after {
  content: " ";
  display: table;
}
.l-packages--tools:after {
  clear: both;
}
.l-packages--tools-left {
  float: left;
  margin: 0 40px 0 0;
}
.l-packages--tools-right {
  float: right;
  width: 180px;
  height: auto;
}
@media (max-width: 767px) {
  .l-packages--tools {
    padding-bottom: 30px;
  }
  .l-packages--tools-left {
    margin: 0 0 20px;
    width: 50%;
    height: auto;
  }
  .l-packages--tools-right {
    width: 100%;
    height: auto;
  }
}
.l-packages--label {
  text-transform: uppercase;
  color: #8594A1;
  margin: -3px 0 0;
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-packages--label {
    padding-right: 10px;
  }
}
.l-packages--counter {
  padding: 13px 0 0;
}
.l-packages--hr {
  background: #d8dcde;
  width: auto;
  height: 1px;
}
.l-package {
  border: 1px solid #d8dcde;
  border-bottom: none;
}
.l-package:last-of-type {
  border-bottom: 1px solid #d8dcde;
}
.l-package--head {
  padding: 25px 34px;
}
.l-package--head:before,
.l-package--head:after {
  content: " ";
  display: table;
}
.l-package--head:after {
  clear: both;
}
.l-package--head:before,
.l-package--head:after {
  content: " ";
  display: table;
}
.l-package--head:after {
  clear: both;
}
@media (max-width: 767px) {
  .l-package--head {
    padding: 20px 14px;
  }
}
.l-package--info {
  float: left;
  padding: 2px 0 0;
  max-width: 600px;
  max-height: initial;
}
@media (max-width: 767px) {
  .l-package--info {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-package--info {
    max-width: 260px;
    max-height: initial;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .l-package--info {
    max-width: 400px;
    max-height: initial;
  }
}
.l-package--title {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 20px;
}
.l-package--desc {
  color: #8594A1;
  font-size: 16px;
  line-height: 20px;
}
.l-package--counter {
  float: right;
  padding: 14px 40px 10px 20px;
}
@media (max-width: 767px) {
  .l-package--counter {
    padding: 17px 30px 5px 0;
    width: 50%;
    height: auto;
  }
}
.l-package--btns {
  float: right;
}
@media (max-width: 767px) {
  .l-package--btns {
    float: none;
    padding: 0 14px 18px;
  }
}
.l-package--btns .btn,
.l-package--btns .richtext .button-primary,
.l-package--btns .richtext .button-secondary {
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  .l-package--btns .btn,
  .l-package--btns .richtext .button-primary,
  .l-package--btns .richtext .button-secondary {
    margin: 0 0 14px;
  }
  .l-package--btns .btn:last-child,
  .l-package--btns .richtext .button-primary:last-child,
  .l-package--btns .richtext .button-secondary:last-child {
    margin: 0;
  }
}
.l-package--toggle {
  margin: 0 0 0 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
}
.l-package--toggle i {
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 5px;
  line-height: 20px;
}
.l-package--toggle a:nth-child(1) {
  display: inline-block;
  vertical-align: top;
}
.l-package--toggle a:nth-child(2) {
  display: none;
}
.l-package--toggle.is-active a:nth-child(1) {
  display: none;
}
.l-package--toggle.is-active a:nth-child(2) {
  display: inline-block;
  vertical-align: top;
}
.l-package--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) {
  .l-package--body {
    padding: 22px 14px 2px;
    margin: 0 0 25px;
    border-bottom: 1px solid #d8dcde;
  }
}
.l-package--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;
}
.l-package--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;
}
.l-package--hide i {
  margin: 1px 0 -1px 10px;
  color: #8594A1;
  display: inline-block;
  vertical-align: top;
  font-size: 7px;
  line-height: 20px;
}
.l-package--text {
  color: rgba(54, 54, 54, 0.8);
  margin: 0 0 36px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .l-package--text {
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 20px;
  }
}
.l-wradio {
  padding: 32px 160px 34px 144px;
  border: 1px solid #d8dcde;
  border-top: none;
  z-index: 1;
  cursor: pointer;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .l-wradio {
    padding: 20px 19px 0;
  }
}
.l-wradio.with-two-items {
  padding-right: 370px;
}
@media (max-width: 767px) {
  .l-wradio.with-two-items {
    padding: 20px 19px 0;
  }
}
.l-wradio.no-image {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .l-wradio.no-image {
    padding-left: 20px;
  }
  .l-wradio.no-image .l-wradio--title,
  .l-wradio.no-image .l-wradio--text {
    padding-left: 0;
  }
}
.l-wradio:before {
  content: "";
  background: #d8dcde;
  display: block;
  width: auto;
  height: 1px;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: auto;
  left: -1px;
}
.l-wradio--photo {
  position: absolute;
  top: 15px;
  right: auto;
  bottom: auto;
  left: 30px;
  width: 84px;
  height: auto;
}
@media (max-width: 767px) {
  .l-wradio--photo {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 86px;
    left: 24px;
    width: 60px;
    height: auto;
  }
}
.l-wradio--photo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .l-wradio--photo img {
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
  }
}
.l-wradio--title {
  margin: 0 0 2px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-wradio--title {
    padding-left: 84px;
    font-size: 14px;
    line-height: 18px;
  }
}
.l-wradio--text {
  color: #8594A1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-wradio--text {
    padding: 0 0 19px 84px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .l-wradio--items {
    border-top: 1px solid #d8dcde;
    font-size: 0;
    line-height: 0;
  }
}
.l-wradio--item {
  cursor: pointer;
  margin: 0;
  padding: 0 0 0 36px;
  display: block;
  position: absolute;
  top: 26px;
  right: 64px;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .l-wradio--item {
    transform: scale(0.9, 0.9);
    transform-origin: 0 0;
    padding: 20px 0 14px 30px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: auto;
  }
}
.l-wradio--item.is-second {
  right: 215px;
}
@media (max-width: 767px) {
  .l-wradio--item.is-second {
    right: auto;
  }
}
.l-wradio--item .checker {
  position: absolute;
  top: 38px;
  right: auto;
  bottom: auto;
  left: 1px;
}
@media (max-width: 767px) {
  .l-wradio--item .checker {
    position: absolute;
    top: 46px;
    right: auto;
    bottom: auto;
    left: 0;
  }
}
.l-wradio--item .helper {
  margin: -1px -22px 1px 6px;
  display: inline-block;
  vertical-align: top;
}
.l-wradio[data-checked="true"] {
  z-index: 2;
  border-color: #38398d;
}
.l-wradio[data-checked="true"]:before {
  background: #38398d;
}
.l-wradio--label {
  color: #8594A1;
  text-transform: uppercase;
  margin: 0 0 17px;
  white-space: nowrap;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-wradio--label {
    margin: 0 0 7px;
    font-size: 12px;
    line-height: 18px;
  }
}
.l-wradio--label .counter {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 52px;
}
@media (max-width: 767px) {
  .l-wradio--label .counter {
    left: 45px;
  }
}
.l-additional {
  margin: 0;
  border: 1px solid #d8dcde;
  border-bottom: none;
  padding: 32px 0 34px 72px;
  cursor: pointer;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .l-additional {
    padding: 19px 0 22px 55px;
  }
}
.l-additional:last-of-type {
  border-bottom: 1px solid #d8dcde;
}
.l-additional--check {
  position: absolute;
  top: 33px;
  right: auto;
  bottom: auto;
  left: 29px;
}
@media (max-width: 767px) {
  .l-additional--check {
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 15px;
  }
}
.l-additional--title {
  margin: 0 0 2px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.l-additional--text {
  color: #8594A1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.l-additional--counter {
  position: absolute;
  top: 46px;
  right: 64px;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .l-additional--counter {
    margin: 12px 0 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.l-steps {
  padding: 67px 0 80px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .l-steps {
    padding: 40px 0 60px;
  }
}
.l-steps--title {
  margin: 0 0 32px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-steps--title {
    font-size: 30px;
    line-height: 40px;
  }
}
.l-steps--item {
  background: #f1f5f9;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.l-steps--item.is-big {
  padding: 45px 50px 0 139px;
  width: auto;
  height: 282px;
}
@media (max-width: 767px) {
  .l-steps--item.is-big {
    padding: 35px 20px 137px 88px;
    margin: 0 0 20px;
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-steps--item.is-big {
    padding: 45px 30px 0 110px;
    width: auto;
    height: 330px;
  }
}
.l-steps--item.is-small {
  padding: 33px 100px 0 116px;
  width: auto;
  height: 126px;
}
@media (max-width: 767px) {
  .l-steps--item.is-small {
    padding: 33px 20px 33px 88px;
    width: auto;
    height: auto;
  }
  .l-steps--item.is-small:first-of-type {
    margin: 0 0 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-steps--item.is-small {
    padding: 20px 40px 0 100px;
    width: auto;
    height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .l-steps--item.is-small {
    padding-top: 31px;
  }
}
.l-steps--item.is-small:first-of-type {
  margin: 0 0 30px;
}
.l-steps--icon {
  background: center center no-repeat;
  background-size: 100% 100%;
}
.l-steps--icon.i01 {
  background-image: url(/s/img/landings/itv/itv-how--icon-01.svg?v=a95597e);
  position: absolute;
  top: 52px;
  right: auto;
  bottom: auto;
  left: 50px;
  width: 48px;
  height: 46px;
}
@media (max-width: 767px) {
  .l-steps--icon.i01 {
    position: absolute;
    top: 42px;
    right: auto;
    bottom: auto;
    left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-steps--icon.i01 {
    position: absolute;
    top: 52px;
    right: auto;
    bottom: auto;
    left: 32px;
  }
}
.l-steps--icon.i02 {
  background-image: url(/s/img/landings/itv/itv-how--icon-02.svg?v=12ade134);
  margin: -23px 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 40px;
  width: 48px;
  height: 42px;
}
@media (max-width: 767px) {
  .l-steps--icon.i02 {
    margin: 0;
    position: absolute;
    top: 40px;
    right: auto;
    bottom: auto;
    left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-steps--icon.i02 {
    position: absolute;
    top: 63px;
    right: auto;
    bottom: auto;
    left: 32px;
  }
}
.l-steps--icon.i03 {
  background-image: url(/s/img/landings/itv/itv-how--icon-03.svg?v=2011d890);
  margin: -23px 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 40px;
  width: 48px;
  height: 42px;
}
@media (max-width: 767px) {
  .l-steps--icon.i03 {
    margin: 0;
    position: absolute;
    top: 40px;
    right: auto;
    bottom: auto;
    left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-steps--icon.i03 {
    position: absolute;
    top: 63px;
    right: auto;
    bottom: auto;
    left: 32px;
  }
}
.l-steps--text {
  z-index: 2;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-steps--text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .l-steps--text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
}
.l-steps--btn {
  z-index: 2;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 50px;
  left: 50px;
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  .l-steps--btn {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 40px;
    left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-steps--btn {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 40px;
    left: 32px;
    width: 192px;
    height: auto;
  }
}
.l-steps--number {
  color: #dfe2e6;
  z-index: 1;
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 0;
  left: auto;
  font-size: 200px;
  line-height: 130px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-steps--number {
    right: -15px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-steps--number {
    right: 0px;
  }
}
.l-steps--item.is-small .l-steps--text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .l-steps--item.is-small .l-steps--text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
}
.l-steps--item.is-small .l-steps--number {
  right: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-steps--item.is-small .l-steps--number {
    right: -10px;
  }
}
.l-gift {
  background: #f1f5f9;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-gift {
    background: #f1f5f9 url(/s/img/landings/l-gift--in.png?v=1e7fff00) 120% bottom no-repeat;
  }
}
.l-gift--in {
  padding: 77px 0 81px;
  background: url(/s/img/landings/l-gift--in.png?v=1e7fff00) right bottom no-repeat;
}
@media (max-width: 767px) {
  .l-gift--in {
    background: none;
    padding: 50px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-gift--in {
    background: none;
  }
}
.l-gift--title {
  margin: 0 0 21px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-gift--title {
    font-size: 30px;
    line-height: 40px;
  }
}
.l-gift--text {
  margin: 0 0 31px;
  font-size: 16px;
  line-height: 28px;
}
.l-channels {
  padding: 8px 0 80px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .l-channels {
    padding: 50px 0 60px;
  }
}
.l-channels .wide-slider {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .l-channels .wide-slider {
    padding: 0;
  }
}
.l-channels .wide-slider--title {
  font-weight: 400;
}
.l-video {
  background: #f1f5f9;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.l-video--poster {
  cursor: pointer;
  background: center bottom no-repeat;
  background-size: cover;
  transition: 300ms opacity;
  width: auto;
  height: 600px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .l-video--poster {
    width: auto;
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-video--poster {
    width: auto;
    height: 330px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .l-video--poster {
    width: auto;
    height: 425px;
  }
}
.l-video--poster i.icon-play {
  background: #00973A;
  margin: -32px 0 0 -32px;
  border-radius: 64px;
  text-align: center;
  color: #ffffff;
  padding: 0 0 0 5px;
  transition: 300ms opacity;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 64px;
  height: 64px;
  font-size: 26px;
  line-height: 64px;
}
.l-video--poster.is-disabled {
  cursor: default;
  opacity: 0.4;
}
.l-video--poster.is-disabled i.icon-play {
  opacity: 0;
}
.l-video--frame {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 890px;
  height: 500px;
  display: none;
}
@media (max-width: 767px) {
  .l-video--frame {
    width: 250px;
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-video--frame {
    width: 490px;
    height: 275px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .l-video--frame {
    width: 668px;
    height: 375px;
  }
}
.l-video--frame iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-form {
  background: #f1f5f9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-form {
    background: #f1f5f9 url(/s/img/landings/l-form--in.png?v=72844e62) 120% bottom no-repeat;
    background-size: auto 375px;
  }
}
.l-form--in {
  padding: 67px 0 80px;
  background: url(/s/img/landings/l-form--in.png?v=72844e62) right bottom no-repeat;
}
@media (max-width: 767px) {
  .l-form--in {
    padding: 50px 0 60px;
    background: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-form--in {
    background: none;
  }
}
.l-form--title {
  margin: 0 0 28px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-form--title {
    font-size: 30px;
    line-height: 40px;
  }
}
.l-form--text {
  color: rgba(54, 54, 54, 0.8);
  margin: 0 0 35px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  max-width: 330px;
  max-height: initial;
}
.l-form--box {
  max-width: 460px;
  max-height: initial;
}
.l-how {
  padding: 67px 0 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.l-how--title {
  margin: 0 0 24px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-how--title {
    font-size: 30px;
    line-height: 40px;
  }
}
.l-how--text {
  margin: 0 0 43px;
  font-size: 16px;
  line-height: 28px;
}
.l-how--text.is-alt {
  margin: 0;
}
.l-how--item {
  padding: 0 0 40px 41px;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.l-how--item span {
  color: #00973A;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 50px;
  line-height: 56px;
  font-weight: 500;
}
.l-where {
  padding: 55px 0 0;
}
.l-where--title {
  margin: 0 0 44px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-where--title {
    font-size: 30px;
    line-height: 40px;
  }
}
.l-where--list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
}
.l-where--list li {
  margin: 0 0 16px;
  padding: 0 0 0 40px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.l-where--list li:before {
  color: #38398d;
  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;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 12px;
  line-height: 26px;
}
.l-info {
  color: #8594A1;
  padding: 28px 0 71px;
  font-size: 16px;
  line-height: 28px;
}
.business-order {
  background: #f1f5f9;
  padding: 46px 0 60px;
}
@media (max-width: 1175px) {
  .business-order {
    padding: 36px 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .business-order {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .business-order {
    padding-bottom: 20px;
  }
}
.business-order--title {
  margin: 0 0 30px;
  color: #38398d;
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .business-order--title {
    font-size: 36px;
    line-height: 45px;
    font-weight: 400;
  }
}
@media (min-width: 1176px) {
  .business-order--form {
    margin-right: -6px;
  }
}
.business-order--format {
  border: 1px solid #d8dcde;
  background: #ffffff;
  margin: 0 0 19px;
  text-transform: uppercase;
  color: #8594A1;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: 107px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}
.business-order--format:hover {
  color: #363636;
  border-color: #8594A1;
}
.business-order--format.active {
  border-color: #38398d;
}
.business-order--format-label {
  transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: auto;
  left: 105px;
}
.business-order--format-icon {
  background: no-repeat;
  background-size: auto 100%;
  transform: translate(0, -50%);
  display: block;
  background-image: url('/s/img/web/business-order--format-icon.svg?v=df1abaf3');
}
.business-order--format-icon.i1 {
  background-position: 0 0;
  width: 44px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 31px;
}
.business-order--format-icon.i2 {
  background-position: -44px 0;
  width: 44px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 30px;
}
.business-order--format-icon.i3 {
  background-position: -88px 0;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 28px;
}
.business-order--format-icon.i4 {
  background-position: -136px 0;
  width: 50px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 28px;
}
.business-order--format-icon.i5 {
  background-position: -186px 0;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 28px;
}
.business-order--format-icon.i6 {
  background-position: -234px 0;
  width: 40px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 32px;
}
.business-order--btns-more {
  padding: 16px 0 15px 30px;
}
.business-order--btns-more:focus {
  outline: none;
}
@media (max-width: 767px) {
  .business-order--btns-more {
    text-align: center;
    padding: 15px 0;
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1176px) {
  .business-order--info {
    padding-top: 30px;
    margin-left: -15px;
  }
}
@media (max-width: 991px) {
  .business-order--info {
    margin: 50px 0 0;
    padding: 50px 0 0;
    border-top: 1px solid #d8dcde;
  }
}
@media (max-width: 767px) {
  .business-order--info {
    margin: 30px 0 0;
    padding: 40px 0 0;
    border-top: 1px solid #d8dcde;
  }
}
.business-order--info-box1 {
  margin: 0 0 36px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .business-order--info-box1 {
    width: calc(50% + 15px);
    height: auto;
  }
}
@media (max-width: 991px) {
  .business-order--info-box1 {
    padding: 0 0 0 94px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
@media (max-width: 767px) {
  .business-order--info-box1 {
    padding: 0 0 0 84px;
    margin: 0 0 25px;
  }
}
.business-order--avatar {
  overflow: hidden;
  border-radius: 109px;
  margin: 0 0 40px;
  width: 109px;
  height: auto;
}
.business-order--avatar-img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .business-order--avatar {
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    width: 63px;
    height: auto;
  }
}
.business-order--name {
  margin: 0 0 12px;
  font-size: 27px;
  line-height: 27px;
}
.business-order--post {
  font-size: 12px;
  line-height: 18px;
}
.business-order--phone {
  color: #38398d;
  margin: 0 0 16px;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.business-order--field {
  margin: 0 0 8px;
  padding: 0 0 0 31px;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
}
.business-order--field-icon {
  text-align: center;
  color: #8594A1;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 21px;
  height: auto;
}
.business-order--field-icon.icon-phone {
  font-size: 20px;
  line-height: 30px;
}
.business-order--field-icon.icon-fax {
  font-size: 20px;
  line-height: 30px;
}
.business-order--field-icon.icon-email {
  font-size: 14px;
  line-height: 30px;
}
.new-package {
  margin: 0 0 30px;
  border: 1px solid #d8dcde;
}
.new-package--desc {
  margin: -7px 30px 0;
  padding: 0 0 21px;
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .new-package--desc {
    padding: 0 0 20px;
    margin: 0;
  }
}
.new-package--channels {
  margin: 0 30px;
  padding: 20px 0;
  border-top: 1px solid #d8dcde;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1175px), (min-width: 1176px) {
  .new-package--channels {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .new-package--channels {
    display: none;
  }
}
.new-package--channels-label {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.new-package--channels-group.to-show {
  display: none;
}
@media (max-width: 767px) {
  .new-package--channels-group.to-show {
    display: block;
  }
}
@media (max-width: 767px) {
  .new-package--channels-group.is-best {
    display: none;
  }
}
.new-package--channels-group + .new-package--channels-group {
  margin-top: 30px;
}
.new-package--trigger {
  text-align: center;
  border-top: 1px solid #d8dcde;
  background: #f1f5f9;
  color: #363636;
  padding: 11px 0;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.new-package--trigger i {
  margin: 0 0 0 8px;
  display: inline-block;
  vertical-align: top;
  font-size: 5px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .new-package--trigger {
    display: none;
  }
}
.new-package--channel {
  color: #8594A1;
  padding: 5px 0 5px 12px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  left: -12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  width: 33.333333%;
  height: 50px;
}
@media (min-width: 1176px) {
  .new-package--channel.is-fullwidth {
    width: 25%;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .new-package--channel {
    width: 100%;
    height: 50px;
  }
}
.new-package--channel img {
  display: block;
  width: 40px;
  height: auto;
}
.new-package--channel span {
  transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: 60px;
}
.show-online .new-package--channel.is-online:before {
  background: #38398d;
  content: ' ';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  left: 0px;
  border-radius: 4px;
}
.new-package--cont {
  margin: -30px;
  padding: 23px 0 0;
}
.new-package--cont .new-package--desc {
  margin: 0 30px;
  padding: 0 0 21px;
}
@media (max-width: 767px) {
  .new-package--cont .new-package--channels {
    display: block;
  }
}
.new-package--show,
.new-package--hide {
  display: none;
}
.new-package--show.active,
.new-package--hide.active {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .new-package--show .link--icon,
  .new-package--hide .link--icon {
    margin-top: 5px !important;
  }
}
@media (max-width: 767px) {
  .new-package--show .counter,
  .new-package--hide .counter {
    margin: 9px 0 -9px;
  }
}
.new-package--btn {
  text-align: center;
  margin: 0 30px 20px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.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: #8594A1;
}
.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: #8594A1;
  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: #8594A1;
  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: #8594A1;
  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: #8594A1;
  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: #8594A1;
    padding: 0 0 4px;
    font-size: 14px;
    line-height: 20px;
  }
  .package-item.mini .package-item--counter {
    margin: 15px 0;
    width: 76px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .package-item.mini .package-item--info {
    margin-left: 34px;
  }
  .package-item.mini .counter {
    color: inherit;
  }
}
/* Icons from directory "" */
.online-icon {
  margin-right: 5px;
  transition: opacity 200ms;
  opacity: 0.5;
}
.online-icon:hover {
  opacity: 1;
}
.online-android-tv {
  background-image: url('/s/img/icons/online/icons2.svg?v=48eee77f');
  background-position: 0 -35px;
  background-repeat: no-repeat;
}
.online-android-tv-dims {
  width: 105px;
  height: 35px;
  display: inline-block;
}
.-online-android-tv:hover {
  background-image: url('/s/img/icons/online/icons2.svg?v=48eee77f');
  background-position: 0 -35px;
  background-repeat: no-repeat;
}
.online-apple-tv {
  background-image: url('/s/img/icons/online/icons2.svg?v=48eee77f');
  background-position: 0 -105px;
  background-repeat: no-repeat;
}
.online-apple-tv-dims {
  width: 58px;
  height: 35px;
  display: inline-block;
}
.-online-apple-tv:hover {
  background-image: url('/s/img/icons/online/icons2.svg?v=48eee77f');
  background-position: 0 -105px;
  background-repeat: no-repeat;
}
.online-appstore {
  background-image: url('/s/img/icons/online/icons2.svg?v=48eee77f');
  background-position: 0 -175px;
  background-repeat: no-repeat;
}
.online-appstore-dims {
  width: 105px;
  height: 35px;
  display: inline-block;
}
.-online-appstore:hover {
  background-image: url('/s/img/icons/online/icons2.svg?v=48eee77f');
  background-position: 0 -175px;
  background-repeat: no-repeat;
}
.online-googleplay {
  background-image: url('/s/img/icons/online/icons2.svg?v=48eee77f');
  background-position: 0 -245px;
  background-repeat: no-repeat;
}
.online-googleplay-dims {
  width: 105px;
  height: 35px;
  display: inline-block;
}
.-online-googleplay:hover {
  background-image: url('/s/img/icons/online/icons2.svg?v=48eee77f');
  background-position: 0 -245px;
  background-repeat: no-repeat;
  display: inline-block;
}
.online-ntvplus {
  background-image: url('/s/img/icons/online/icons2.svg?v=48eee77f');
  background-position: 0 -315px;
  background-repeat: no-repeat;
}
.online-ntvplus-dims {
  width: 85px;
  height: 35px;
  display: inline-block;
}
.-online-ntvplus:hover {
  background-image: url('/s/img/icons/online/icons2.svg?v=48eee77f');
  background-position: 0 -315px;
  background-repeat: no-repeat;
}
.online-smart-tv {
  background-image: url('/s/img/icons/online/icons2.svg?v=48eee77f');
  background-position: 0 -385px;
  background-repeat: no-repeat;
}
.online-smart-tv-dims {
  width: 75px;
  height: 35px;
  display: inline-block;
}
.-online-smart-tv:hover {
  background-image: url('/s/img/icons/online/icons2.svg?v=48eee77f');
  background-position: 0 -385px;
  background-repeat: no-repeat;
}
.online-sputnikovoe-tv {
  background-image: url('/s/img/icons/online/icons2.svg?v=48eee77f');
  background-position: 0 -455px;
  background-repeat: no-repeat;
}
.online-sputnikovoe-tv-dims {
  width: 118px;
  height: 35px;
  display: inline-block;
}
.-online-sputnikovoe-tv:hover {
  background-image: url('/s/img/icons/online/icons2.svg?v=48eee77f');
  background-position: 0 -455px;
  background-repeat: no-repeat;
}
.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: #8594A1;
  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: #8594A1;
  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: #8594A1;
  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--text.is-bigger {
  font-size: 16px;
  line-height: 24px;
}
.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: #8594A1;
  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: #8594A1;
  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: #8594A1;
  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: #8594A1;
  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: #8594A1;
  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: #8594A1;
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.popover-box--chat-l {
  color: #363636 !important;
  padding: 11px 17px 10px;
  display: block;
}
.main-banner {
  background: #f1f5f9;
  position: relative;
  overflow: hidden;
}
.main-banner .slide {
  display: none;
}
.main-banner .slide:first-of-type {
  display: block;
}
.main-banner.slick-initialized .slide {
  display: block;
}
.main-banner--erid {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  font-size: 11px;
  bottom: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.7);
  z-index: 100;
  padding: 2px 5px;
}
@media (max-width: 991px) {
  .main-banner--erid {
    font-size: 10px;
    padding: 1px 3px;
  }
}
.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: 490px;
  }
}
.main-banner--link {
  background: center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  height: 100%;
}
@media (min-width: 1920px) {
  .main-banner--link {
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .main-banner--link {
    padding: 0 0 58.59375%;
    width: auto;
    height: auto;
  }
}
.main-banner--helper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  background-size: cover;
}
@media (min-width: 1920px) {
  .main-banner--helper {
    display: block;
    filter: blur(2px);
  }
}
.main-banner .slick-arrow {
  border: 1px solid #d8dcde;
  z-index: 2;
  text-align: center;
  color: #8594A1;
  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;
  }
}
.con-list {
  padding: 25px 0 0;
}
.con-equipment {
  margin: 0 0 90px;
}
@media (max-width: 767px) {
  .con-equipment {
    margin: 0 0 70px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-equipment {
    margin: 0 0 100px;
  }
}
.con-equipment--photo {
  padding: 0 20px 0 0;
}
@media (max-width: 767px) {
  .con-equipment--photo {
    padding: 0;
    margin: 0 auto 40px;
    width: 200px;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-equipment--photo {
    padding: 0;
  }
}
.con-equipment--photo img {
  display: block;
  width: 100%;
  height: auto;
}
.con-equipment--title {
  margin: 0 0 7px;
  color: #363636;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  display: block;
}
.con-equipment--desc {
  color: #8594A1;
  margin: 0 0 27px;
  font-size: 16px;
  line-height: 20px;
}
.con-equipment--rating {
  margin: -16px 0 18px;
}
.con-equipment--additional {
  padding: 10px 0;
  margin: 8px 0 0;
  border-top: 1px solid #d8dcde;
}
.con-equipment--checker {
  padding: 19px 0 14px 49px;
  cursor: pointer;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.con-equipment--checker .checker {
  position: absolute;
  top: 27px;
  right: auto;
  bottom: auto;
  left: 0;
}
.con-equipment--checker-title {
  margin: 0 0 1px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.con-equipment--checker-text {
  color: #8594A1;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.con-equipment--checker-text .helper {
  margin: 0 0 0 9px;
  display: inline-block;
  vertical-align: top;
}
.con-equipment--features {
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
}
.con-equipment--features li {
  padding: 0 0 17px 45px;
  color: rgba(54, 54, 54, 0.8);
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .con-equipment--features li {
    padding-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-equipment--features li {
    padding-left: 30px;
  }
}
.con-equipment--features li:before {
  color: #38398d;
  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;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: 0;
}
.con-equipment--channels {
  margin: 0 0 28px;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .con-equipment--channels {
    text-align: center;
  }
}
.con-equipment--channels .link-arrow {
  margin: 12px 0 0 15px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .con-equipment--channels .link-arrow {
    margin-left: 0;
    display: block;
  }
}
.con-equipment--tools {
  border-top: 1px solid #d8dcde;
  padding: 21px 0 0;
}
.con-equipment--label {
  color: #8594A1;
  text-transform: uppercase;
  margin: 0 0 11px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 12px;
  line-height: 18px;
}
.con-equipment--label .counter {
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 45px;
}
.con-equipment--installment {
  color: #8594A1;
  padding: 23px 0 0;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-equipment--installment {
    padding-left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-equipment--installment {
    padding: 32px 0 0 10px;
  }
}
.con-equipment--installment .helper {
  margin: -1px 0 0 9px;
  display: inline-block;
  vertical-align: top;
}
.con-equipment--btn {
  padding: 10px 0 0;
}
@media (max-width: 767px) {
  .con-equipment--btn {
    padding: 20px 0 0;
  }
}
.con-equipment--info {
  margin: 0 0 0 -40px;
}
@media (max-width: 767px) {
  .con-equipment--info {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-equipment--info {
    margin: 0;
  }
}
.con-equipment.is-standalone {
  padding: 25px 0 0;
  margin: 0 0 80px;
}
@media (max-width: 767px) {
  .con-equipment.is-standalone {
    margin: 0 0 50px;
  }
}
.con-equipment.is-big {
  margin: 0;
}
.con-equipment.is-big .con-equipment--photo {
  padding: 0 63px 0 43px;
}
@media (max-width: 767px) {
  .con-equipment.is-big .con-equipment--photo {
    padding: 0;
    margin: 0 auto 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-equipment.is-big .con-equipment--photo {
    padding: 0 20px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-equipment.is-big .con-equipment--photo {
    padding: 0 40px 0 0;
  }
}
.con-equipment.is-big .con-equipment--title {
  margin: 0 0 8px;
  font-size: 36px;
  line-height: 46px;
}
.con-equipment.is-big .con-equipment--desc {
  margin: 0 0 31px;
}
.con-equipment.is-big .con-equipment--installment {
  margin-left: 30px;
  margin-right: -10px;
}
.con-equipment.is-big .con-equipment--features {
  padding: 0 0 23px;
}
.con-equipment.is-big .con-equipment--btn {
  padding: 20px 0 0;
}
@media (max-width: 767px) {
  .con-equipment.is-alt-view .con-equipment--info {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-equipment.is-alt-view .con-equipment--info {
    margin: 0;
  }
}
.con-equipment.is-alt-view .con-equipment--photo {
  padding: 0 43px 0 63px;
}
@media (max-width: 767px) {
  .con-equipment.is-alt-view .con-equipment--photo {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-equipment.is-alt-view .con-equipment--photo {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-equipment.is-alt-view .con-equipment--photo {
    padding: 0 0 0 40px;
  }
}
.con-description {
  padding: 12px 0 0;
}
@media (max-width: 767px) {
  .con-description {
    padding: 0;
    margin: -10px -15px -30px;
  }
}
.con-description--text {
  color: rgba(54, 54, 54, 0.8);
  margin: 0 0 31px;
  font-size: 16px;
  line-height: 24px;
}
.con-description--docs {
  padding: 0 0 12px;
}
.con-description--doc {
  padding: 0 0 0 34px;
  margin: 0 0 20px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.con-description--doc i {
  display: block;
  position: absolute;
  top: 9px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 22px;
  line-height: 22px;
}
.con-description--doc span {
  color: #8594A1;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.con-description--item {
  margin: 0 0 27px;
  color: rgba(54, 54, 54, 0.8);
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 16px;
  line-height: 20px;
}
.con-description--item:before,
.con-description--item:after {
  content: " ";
  display: table;
}
.con-description--item:after {
  clear: both;
}
.con-description--item:before,
.con-description--item:after {
  content: " ";
  display: table;
}
.con-description--item:after {
  clear: both;
}
@media (max-width: 767px) {
  .con-description--item {
    font-size: 14px;
    line-height: 20px;
  }
}
.con-description--item:before {
  content: "";
  z-index: 1;
  border-bottom: 1px dotted #d8dcde;
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 5px;
  left: 0;
}
.con-description--item-l {
  float: left;
  background: #ffffff;
  z-index: 2;
  padding: 0 10px 0 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.con-description--item-r {
  float: right;
  background: #ffffff;
  z-index: 2;
  padding: 0 0 0 10px;
  width: 64px;
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .con-description--item-r {
    width: auto;
    height: auto;
  }
}
.con-description--item .helper {
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;
}
.con-channel {
  display: inline-block;
  vertical-align: top;
  width: 52px;
  height: auto;
}
.con-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;
}
.con-channel--image img {
  display: block;
  max-width: 100%;
  max-height: initial;
}
.con-channel--image:hover,
.con-channel--image:focus,
.con-channel--image:active {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.con-channel.is-big {
  width: 90px;
  height: auto;
}
@media (max-width: 767px) {
  .con-channel.is-big {
    width: 60px;
    height: auto;
  }
}
.con-channel.is-big .con-channel--image {
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .con-channel.is-big .con-channel--image {
    width: 50px;
    height: 50px;
  }
}
.con-channels {
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .con-channels {
    padding: 0;
    margin: 0 -15px;
  }
}
.con-channels--list {
  padding: 0 50px;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .con-channels--list {
    padding: 0;
    margin: 0 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-channels--list {
    padding: 0;
  }
}
.con-channels--text {
  padding: 0 75px;
  margin: 0 0 35px;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .con-channels--text {
    padding: 0;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-channels--text {
    padding: 0;
  }
}
.con-channels--text em {
  color: #00973A;
  font-style: normal;
}
.con-sliders {
  margin: 0 0 22px;
}
.con-sliders,
.con-sliders * {
  outline: none!important;
}
.con-sliders--full {
  margin: 0 0 20px;
}
.con-sliders--full .slide {
  display: none;
}
.con-sliders--full .slide:first-of-type {
  display: block;
}
.con-sliders--full.slick-initialized .slide {
  display: block;
}
@media (max-width: 767px) {
  .con-sliders--full {
    margin: 0 auto 20px;
    width: 200px;
    height: auto;
  }
}
.con-sliders--full a {
  display: block;
}
.con-sliders--full img {
  display: block;
  width: 100%;
  height: auto;
}
.con-sliders--full .slick-arrow {
  z-index: 3;
  border: 1px solid #d8dcde;
  transform: translate(0, -50%);
  background: #ffffff;
  text-align: center;
  color: #8594A1;
  cursor: pointer;
  transition: 200ms all ease;
  opacity: 0;
  width: 49px;
  height: 50px;
  font-size: 12px;
  line-height: 48px;
}
@media (min-width: 768px) {
  .con-sliders--full .slick-arrow:hover {
    color: #363636;
    opacity: 1 !important;
  }
}
.con-sliders--full .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
}
.con-sliders--full .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
}
@media (min-width: 768px) {
  .con-sliders--full:hover .slick-arrow {
    opacity: 0.7;
  }
}
.con-sliders--short {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.con-sliders--short .slide {
  display: none;
}
.con-sliders--short .slide:first-of-type {
  display: block;
}
.con-sliders--short.slick-initialized .slide {
  display: block;
}
.con-sliders--short .slide {
  cursor: pointer;
}
.con-sliders--short .slide--in {
  border: 1px solid transparent;
  padding: 78px 0 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.con-sliders--short .slide img {
  transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  max-width: 70%;
  max-height: 70%;
}
.con-sliders--short .slide:focus {
  outline: none;
}
.con-sliders--short .slide.slick-current {
  cursor: default;
}
.con-sliders--short .slide.slick-current .slide--in {
  border-color: #d8dcde;
}
.con-sliders--short .slide-static {
  display: inline-block;
  vertical-align: top;
  width: 33.333333333333336%;
  height: auto;
}
@media (max-width: 767px) {
  .con-sliders--short .slide-static {
    max-width: 80px;
    max-height: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-sliders--short .slide-static {
    width: 50%;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-sliders--short .slide-static {
    width: 50%;
    height: auto;
  }
}
.con-sliders--short .slide-static a {
  padding: 78px 0 0;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.con-sliders--short .slide-static img {
  transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  max-width: 70%;
  max-height: 70%;
}
.con-msliders {
  padding: 25px 30px 15px;
}
.con-msliders,
.con-msliders * {
  outline: none!important;
}
.con-msliders--full {
  margin: 0 0 10px;
}
.con-msliders--full .slide {
  display: none;
}
.con-msliders--full .slide:first-of-type {
  display: block;
}
.con-msliders--full.slick-initialized .slide {
  display: block;
}
.con-msliders--full .slide img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: initial;
}
.con-msliders--full .slick-arrow {
  z-index: 3;
  border: 1px solid #d8dcde;
  transform: translate(0, -50%);
  background: #ffffff;
  text-align: center;
  color: #8594A1;
  cursor: pointer;
  transition: 200ms all ease;
  width: 49px;
  height: 50px;
  font-size: 12px;
  line-height: 48px;
}
.con-msliders--full .slick-arrow:hover {
  color: #363636;
}
.con-msliders--full .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
}
.con-msliders--full .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
}
.con-msliders--full .slick-arrow.slick-disabled {
  display: none !important;
}
.con-msliders--short .slide {
  display: none;
}
.con-msliders--short .slide:first-of-type {
  display: block;
}
.con-msliders--short.slick-initialized .slide {
  display: block;
}
.con-msliders--short .slide {
  cursor: pointer;
  width: 80px;
  height: auto;
}
.con-msliders--short .slide--in {
  border: 1px solid transparent;
  padding: 78px 0 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.con-msliders--short .slide img {
  transform: translate(-50%, -50%);
  display: block;
  width: 70%;
  height: auto;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.con-msliders--short .slide:focus {
  outline: none;
}
.con-msliders--short .slide.slick-current {
  cursor: default;
}
.con-msliders--short .slide.slick-current .slide--in {
  border-color: #d8dcde;
}
.con-subtitle {
  text-transform: uppercase;
  padding: 47px 0 28px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.con-slist {
  border-bottom: 1px solid #d8dcde;
}
.con-sequip {
  padding: 27px 150px 22px 164px;
  border-top: 1px solid #d8dcde;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #363636 !important;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .con-sequip {
    padding: 24px 20px;
  }
}
.con-sequip:hover {
  border-left-color: #d8dcde;
  border-right-color: #d8dcde;
}
.con-sequip--photo {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 42px;
  width: 80px;
  height: auto;
}
@media (max-width: 767px) {
  .con-sequip--photo {
    display: none;
  }
}
.con-sequip--photo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .con-sequip--info {
    margin: 0 0 20px;
  }
}
.con-sequip--title {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.con-sequip--text {
  margin: 0 0 7px;
  color: #8594A1;
  font-size: 16px;
  line-height: 20px;
}
.con-sequip--counters {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 138px;
  height: auto;
}
@media (max-width: 767px) {
  .con-sequip--counters {
    transform: none;
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .con-sequip--counters .counter.xmini {
    position: absolute;
    top: 6px;
    right: auto;
    bottom: auto;
    left: 110px;
  }
}
.con-reviews {
  padding: 5px 0;
}
@media (max-width: 767px) {
  .con-reviews {
    padding: 0;
    margin: -10px -15px 0;
  }
}
.con-reviews--btns {
  padding: 28px 0 0;
}
@media (max-width: 767px) {
  .con-reviews--btns {
    margin: 0 -15px -10px;
  }
}
.con-counter {
  font-style: normal;
  border-radius: 22px;
  background: #8594A1;
  color: #ffffff;
  margin: 0 0 0 10px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .con-counter {
    margin: 4px auto 0;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .con-questions {
    margin: 0 -15px;
  }
}
.con-review {
  padding: 0 0 28px;
  margin: 0 0 28px;
  border-bottom: 1px solid #d8dcde;
}
.con-review:last-of-type {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.con-review--title {
  margin: 0 0 11px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.con-review--title span {
  color: #8594A1;
  padding: 0 0 0 15px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.con-review--rating {
  margin: 0 0 12px;
}
.con-review--text {
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 24px;
}
.con-review--text.is-full {
  display: none;
}
.con-review--more {
  padding: 4px 0 0;
}
@media (max-width: 767px) {
  .con-steps {
    border-bottom: 1px solid #d8dcde;
    margin: 0 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-steps {
    border-bottom: 1px solid #d8dcde;
    margin: 0 0 35px;
  }
}
.con-steps--in {
  padding: 27px 0 27px 126px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .con-steps--in {
    padding: 15px 0 15px 89px;
  }
}
.con-steps--current {
  color: #8594A1;
  position: absolute;
  top: 27px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .con-steps--current {
    top: 15px;
    font-size: 14px;
    line-height: 20px;
  }
}
.con-steps--name {
  color: #00973A;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .con-steps--name {
    font-size: 14px;
    line-height: 20px;
  }
}
.con-steps--tags {
  position: absolute;
  top: 25px;
  right: 0;
  bottom: auto;
  left: auto;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .con-steps--tags {
    margin: 6px 0 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.con-steps--tags span {
  background: #e4e7eb;
  text-transform: uppercase;
  border-radius: 2px;
  margin: 0 0 0 20px;
  padding: 4px 11px 3px;
  color: #777879;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .con-steps--tags span {
    margin: 0 10px 0 0;
    padding: 5px 9px 3px;
    font-size: 10px;
    line-height: 16px;
  }
  .con-steps--tags span:last-of-type {
    margin: 0;
  }
}
.con-steps--title {
  text-transform: uppercase;
  padding: 15px 0 49px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.con-steps--item {
  color: #8594A1;
  padding: 0 0 0 42px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: 100px;
}
.con-steps--item:before {
  content: "";
  border-left: 1px solid #d8dcde;
  display: block;
  position: absolute;
  top: 8px;
  right: auto;
  bottom: -8px;
  left: 9px;
}
.con-steps--item-i {
  border-radius: 7px;
  background: #d8dcde;
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 6px;
  width: 7px;
  height: 7px;
}
.con-steps--item-t {
  font-size: 16px;
  line-height: 22px;
}
.con-steps--item-l {
  margin: 7px 0 0 -3px;
  font-size: 0;
  line-height: 0;
}
.con-steps--item-l span {
  background: #e4e7eb;
  text-transform: uppercase;
  border-radius: 2px;
  margin: 0 20px 0 0;
  padding: 4px 11px 3px;
  color: #777879;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.con-steps--item.js-con-side {
  cursor: pointer;
}
.con-steps--item.js-con-side:hover {
  color: #00973A;
}
.con-steps--item.dashed-border:before {
  border-left-style: dashed;
}
.con-steps--item.no-border:before {
  display: none;
}
.con-steps--item.no-border .con-steps--item-i {
  background: #ffffff;
  border: 1px solid #d8dcde;
}
.con-steps--item.is-active {
  color: #00973A;
}
.con-steps--item.is-active .con-steps--item-i {
  background: #00973A;
  border-radius: 29px;
  color: #ffffff;
  text-align: center;
  background-clip: content-box;
  border: 5px solid rgba(0, 151, 58, 0.4);
  width: 29px;
  height: 29px;
  position: absolute;
  top: -4px;
  right: auto;
  bottom: auto;
  left: -5px;
}
.con-steps--item.is-active .con-steps--item-i:after {
  content: "";
  background: rgba(0, 151, 58, 0.2);
  z-index: 1;
  border-radius: 39px;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
.con-steps--item.is-active .con-steps--item-i:before {
  padding: 0 0 0 1px;
  z-index: 2;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  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: 9px;
  line-height: 19px;
}
.con-steps--item.is-done {
  color: #00973A;
}
.con-steps--item.is-done:before {
  border-left-color: #00973A;
}
.con-steps--item.is-done .con-steps--item-i {
  background: #00973A;
  border-radius: 19px;
  color: #ffffff;
  text-align: center;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: 0;
}
.con-steps--item.is-done .con-steps--item-i:before {
  padding: 0 0 0 1px;
  z-index: 2;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  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;
  font-size: 7px;
  line-height: 19px;
}
.con-wform {
  padding: 17px 0 30px;
}
@media (max-width: 991px) {
  .con-wform {
    padding: 0;
  }
}
.con-wform .form--label {
  margin-bottom: 11px;
}
.con-wform .form-group {
  margin-bottom: 14px;
}
.con-wtools {
  border-top: 1px solid #d8dcde;
  padding: 22px 0 100px;
}
@media (max-width: 991px) {
  .con-wtools {
    border: none;
    padding: 18px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-wtools .btn-outline,
  .con-wtools .richtext .button-secondary {
    color: #ffffff;
    border-color: #ffffff;
  }
}
.con-wtools--in {
  margin: -10px 0 0;
  background: #38398d;
  color: #ffffff;
}
@media (max-width: 767px) {
  .con-wtools--in {
    margin: -38px 0 0;
  }
}
.con-wtools--label {
  color: #8594A1;
  text-transform: uppercase;
  margin: -4px 0 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .con-wtools--label {
    color: #ffffff;
    font-weight: 400;
  }
}
.con-wradios {
  padding: 26px 0 44px;
}
@media (max-width: 767px) {
  .con-wradios {
    padding: 11px 0 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-wradios {
    padding: 11px 0 0;
  }
}
.con-wradio {
  padding: 25px 160px 29px 117px;
  border: 1px solid #d8dcde;
  border-top: none;
  z-index: 1;
  cursor: pointer;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .con-wradio {
    padding: 20px 19px 0;
  }
}
.con-wradio.with-two-items {
  padding-right: 310px;
}
@media (max-width: 767px) {
  .con-wradio.with-two-items {
    padding: 20px 19px 0;
  }
}
.con-wradio:before {
  content: "";
  background: #d8dcde;
  display: block;
  width: auto;
  height: 1px;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: auto;
  left: -1px;
}
.con-wradio--photo {
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 30px;
  width: 65px;
  height: auto;
}
@media (max-width: 767px) {
  .con-wradio--photo {
    position: absolute;
    top: 24px;
    right: auto;
    bottom: auto;
    left: 24px;
  }
}
.con-wradio--photo img {
  display: block;
  width: 100%;
  height: auto;
}
.con-wradio--title {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .con-wradio--title {
    padding-left: 90px;
    font-size: 14px;
    line-height: 18px;
  }
}
.con-wradio--text {
  color: #8594A1;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .con-wradio--text {
    padding: 0 0 19px 90px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .con-wradio--items {
    border-top: 1px solid #d8dcde;
    font-size: 0;
    line-height: 0;
  }
}
.con-wradio--item {
  cursor: pointer;
  margin: 0;
  padding: 22px 0 26px 36px;
  transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .con-wradio--item {
    transform: scale(0.9, 0.9);
    transform-origin: 0 0;
    padding: 20px 0 24px 30px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: auto;
  }
}
.con-wradio--item.is-second {
  right: 177px;
}
@media (max-width: 767px) {
  .con-wradio--item.is-second {
    right: auto;
  }
}
.con-wradio--item .checker {
  position: absolute;
  top: 49px;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 767px) {
  .con-wradio--item .checker {
    top: 47px;
  }
}
.con-wradio--item .helper {
  margin: -1px -22px 1px 6px;
  display: inline-block;
  vertical-align: top;
}
.con-wradio[data-checked="true"] {
  z-index: 2;
  border-color: #38398d;
}
.con-wradio[data-checked="true"]:before {
  background: #38398d;
}
.con-wcheckers {
  border-top: 1px solid #d8dcde;
  padding: 0 0 44px;
}
@media (max-width: 767px) {
  .con-wcheckers {
    padding: 0 0 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-wcheckers {
    padding: 0;
  }
}
.con-wcheckers--text {
  color: rgba(54, 54, 54, 0.8);
  padding: 20px 0 38px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .con-wcheckers--text {
    padding: 5px 0 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-wcheckers--text {
    padding: 4px 0 38px;
  }
}
.con-wchecker {
  margin: 0;
  padding: 28px 145px 28px 67px;
  cursor: pointer;
  border: 1px solid #d8dcde;
  border-top: none;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .con-wchecker {
    padding: 24px 15px 24px 56px;
  }
}
.con-wchecker .checker {
  position: absolute;
  top: 37px;
  right: auto;
  bottom: auto;
  left: 30px;
}
@media (max-width: 767px) {
  .con-wchecker .checker {
    position: absolute;
    top: 33px;
    right: auto;
    bottom: auto;
    left: 19px;
  }
}
.con-wchecker .counter {
  position: absolute;
  top: 39px;
  right: 54px;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .con-wchecker .counter {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.con-wchecker--title {
  margin: 0 0 2px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .con-wchecker--title {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.con-wchecker--text {
  color: #8594A1;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .con-wchecker--text {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 20px;
  }
}
.con-slider--title {
  margin: 0 0 27px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  max-width: calc(100% - 120px);
  max-height: initial;
}
@media (max-width: 767px) {
  .con-slider--title {
    font-size: 30px;
    line-height: 40px;
  }
}
.con-slider--container {
  overflow-x: hidden;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .con-slider--container {
    overflow-x: scroll;
    -ms-overflow-style: none;
  }
  .con-slider--container::-webkit-scrollbar {
    display: none;
  }
  .con-slider--container::scrollbar {
    display: none;
  }
}
.con-slider--scroller {
  white-space: nowrap;
  overflow: visible;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 1176px) {
  .con-slider {
    min-width: 1176px;
  }
  .con-slider--control {
    width: 1161px;
    padding-right: 15px;
  }
  .con-slider--content {
    width: calc(50% + 573px);
    float: right;
  }
  .con-slider--desc-content {
    width: 392px;
    float: right;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-slider {
    min-width: 960px;
  }
  .con-slider--control {
    width: 945px;
  }
  .con-slider--content {
    width: calc(50% + 465px);
    float: right;
  }
  .con-slider--desc-content {
    width: 321px;
    float: right;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-slider {
    min-width: 744px;
  }
  .con-slider--control {
    width: calc( 744px - 30px);
  }
  .con-slider--desc {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .con-slider--content {
    width: calc( 50% + 357px);
    margin-left: calc( 50% - 357px);
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .con-slider--desc {
    width: 744px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  .con-slider--desc {
    width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 1176px) {
  .con-slider--desc {
    width: 1176px;
  }
}
@media (max-width: 767px) {
  .con-slider--control {
    width: 100%;
  }
  .con-slider--container {
    margin: 0 -15px;
  }
  .con-slider--scroller {
    padding-left: 15px;
  }
  .con-slider--desc {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .con-slider--content {
    width: calc( 100% - 30px);
    margin-left: 15px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .con-slider--desc {
    width: 744px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .con-slider--desc {
    width: 960px;
  }
}
@media (max-width: 767px) and (min-width: 1176px) {
  .con-slider--desc {
    width: 1176px;
  }
}
.con-slider--buttons {
  float: right;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 991px) {
  .con-slider--buttons {
    float: none;
    text-align: center;
  }
}
.con-slider--button {
  outline: none;
  color: #8594A1;
  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;
}
.con-slider--button.next {
  margin: 0 0 0 -1px;
}
.con-slider--button:focus:not(.disabled) {
  border-color: #d8dcde;
  color: #8594A1;
}
.con-slider--button:hover:not(.disabled),
.con-slider--button:active:not(.disabled) {
  z-index: 2;
  border-color: #38398d;
  color: #38398d;
}
.con-slider--button.disabled {
  opacity: 0.3;
  cursor: default;
  color: #8594A1 !important;
}
.con-slider--tabs {
  margin: 0 0 29px;
  clear: both;
}
.con-slider--tab {
  color: #8594A1;
  padding: 0 8px;
  margin: 0 8px 3px 0;
  border-radius: 2px;
  text-transform: uppercase;
  outline: none;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 26px;
  font-weight: 700;
}
.con-slider--tab:hover {
  color: #38398d;
}
.con-slider--tab.active {
  color: #ffffff;
  background: #38398d;
}
.con-main--title {
  text-align: center;
  margin: 0 0 14px;
  z-index: 2;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 767px) {
  .con-main--title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-main--title {
    font-size: 36px;
    line-height: 42px;
  }
}
.con-main--text {
  text-align: center;
  color: #8594A1;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 16px;
  line-height: 24px;
  max-width: 600px;
  max-height: initial;
}
.con-intro {
  background: #f1f5f9 center center no-repeat;
  text-align: right;
  padding: 434px 0 76px;
}
@media (max-width: 767px) {
  .con-intro {
    padding: 605px 0 30px;
    background-position: center top;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-intro {
    padding: 380px 0 40px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-intro {
    padding: 411px 0 60px;
  }
}
.con-intro .btn-outline,
.con-intro .richtext .button-secondary {
  margin: 0 0 0 30px;
}
@media (max-width: 767px) {
  .con-intro .btn-outline,
  .con-intro .richtext .button-secondary {
    margin: 20px auto 0 !important;
  }
}
@media (max-width: 767px) {
  .con-intro .btn,
  .con-intro .richtext .button-primary,
  .con-intro .richtext .button-secondary {
    margin: 0 auto;
    width: 270px;
    height: auto;
    display: block;
  }
}
.con-intro2 {
  display: block;
}
.con-intro2--in {
  padding: 460px 0 0;
  background: #f1f5f9 center top no-repeat;
  text-align: center;
}
@media (max-width: 320px) {
  .con-intro2--in {
    padding: 410px 0 0;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  .con-intro2--in {
    padding: 40% 0 0;
    background-size: 120% auto;
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-intro2--in {
    padding: 325px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-intro2--in {
    padding: 400px 0 0;
    background-size: 1650px auto;
  }
}
.con-intro2 .btn,
.con-intro2 .richtext .button-primary,
.con-intro2 .richtext .button-secondary {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .con-intro2 .btn,
  .con-intro2 .richtext .button-primary,
  .con-intro2 .richtext .button-secondary {
    margin: 0 auto 15px;
    max-width: 290px;
    max-height: initial;
  }
  .con-intro2 .btn:last-of-type,
  .con-intro2 .richtext .button-primary:last-of-type,
  .con-intro2 .richtext .button-secondary:last-of-type {
    margin-bottom: 0;
  }
}
.con-intro2.with-btns .con-intro2--in {
  padding: 450px 0 60px;
}
@media (max-width: 320px) {
  .con-intro2.with-btns .con-intro2--in {
    padding: 400px 0 30px;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  .con-intro2.with-btns .con-intro2--in {
    padding: 40% 0 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-intro2.with-btns .con-intro2--in {
    padding: 315px 0 50px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-intro2.with-btns .con-intro2--in {
    padding: 400px 0 50px;
  }
}
.con-isteps {
  padding: 93px 0 97px;
}
@media (max-width: 767px) {
  .con-isteps {
    padding: 31px 0 37px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-isteps {
    padding: 35px 0 47px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-isteps {
    padding: 53px 0 57px;
  }
}
.con-isteps--list {
  padding: 58px 0 0;
}
@media (max-width: 767px) {
  .con-isteps--list {
    padding: 5px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-isteps--list {
    padding: 44px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-isteps--list {
    padding: 38px 0 0;
  }
}
.con-istep {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .con-istep {
    padding: 34px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-istep {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-istep {
    padding: 0;
  }
}
.con-istep--icon {
  background: 45px center no-repeat;
  margin: 0 0 36px;
  width: auto;
  height: 115px;
}
@media (max-width: 767px) {
  .con-istep--icon {
    background-position: center center;
    margin: 0 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-istep--icon {
    background-position: left center;
    background-size: auto 100%;
    margin: 0 0 49px;
    width: auto;
    height: 88px;
  }
}
.con-istep--icon.i1 {
  background-image: url(/s/img/web/connection/con-istep--icon-01.png?v=4ab70657);
}
.con-istep--icon.i2 {
  background-image: url(/s/img/web/connection/con-istep--icon-02.png?v=af6506ce);
}
.con-istep--icon.i3 {
  background-image: url(/s/img/web/connection/con-istep--icon-03.png?v=5ed7c8fc);
}
.con-istep--title {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-istep--title {
    margin: 0 0 29px;
    font-size: 20px;
    line-height: 24px;
  }
}
.con-istep--text {
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 24px;
}
.con-item {
  background: #f1f5f9;
  padding: 102px 0 91px;
}
@media (max-width: 767px) {
  .con-item {
    padding: 37px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-item {
    padding: 51px 0 59px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-item {
    padding: 52px 0 59px;
  }
}
.con-item.is-alt {
  background: #ffffff;
}
.con-sales {
  padding: 91px 0 0;
  overflow: hidden;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .con-sales {
    padding: 34px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-sales {
    padding: 35px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-sales {
    padding: 51px 0 0;
  }
}
.con-sales--bubbles {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
.con-sales--bubbles i {
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
}
.con-sales--bubbles i:nth-child(1) {
  margin: 45px 0 0 -458px;
  border-radius: 86px;
  width: 86px;
  height: 86px;
}
.con-sales--bubbles i:nth-child(2) {
  margin: 165px 0 0 -421px;
  border-radius: 12px;
  width: 12px;
  height: 12px;
}
.con-sales--bubbles i:nth-child(3) {
  margin: 189px 0 0 -337px;
  border-radius: 26px;
  width: 26px;
  height: 26px;
}
.con-sales--bubbles i:nth-child(4) {
  margin: 45px 0 0 371px;
  border-radius: 22px;
  width: 22px;
  height: 22px;
}
.con-sales--bubbles i:nth-child(5) {
  margin: 78px 0 0 304px;
  border-radius: 49px;
  width: 49px;
  height: 49px;
}
.con-sales--bubbles i:nth-child(1),
.con-sales--bubbles i:nth-child(5) {
  background-image: linear-gradient(to bottom, #fafafc 0%, #f5f5f8 100%);
}
.con-sales--bubbles i:nth-child(2),
.con-sales--bubbles i:nth-child(3),
.con-sales--bubbles i:nth-child(4) {
  background-image: linear-gradient(to bottom, #b0b2f0 0%, #9b9dd5 100%);
}
.con-sales--in {
  margin: -54px 0 0;
}
@media (max-width: 767px) {
  .con-sales--in {
    margin: 28px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-sales--in {
    margin: 30px 0 0;
  }
}
.con-sales--grid {
  padding: 76px 0 110px;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 991px) {
  .con-sales--grid {
    padding: 30px 0 40px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-sales--grid {
    padding: 76px 0 60px;
  }
}
.con-sales--item {
  margin: 0 0 0 30px;
  white-space: initial;
  display: inline-block;
  vertical-align: top;
  width: 364px;
  height: auto;
}
@media (max-width: 767px) {
  .con-sales--item {
    margin: 0 20px 0 0;
    width: 235px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-sales--item {
    margin: 0 30px 0 0;
  }
}
.con-sales--item-i {
  border: 1px solid #d8dcde;
  transition: 200ms all ease;
  background: center center no-repeat;
  background-size: cover;
  transform-origin: 50% 50%;
  margin: 0 0 30px;
  display: block;
  width: auto;
  height: 202px;
}
@media (max-width: 767px) {
  .con-sales--item-i {
    margin: 0 0 15px;
    width: auto;
    height: 130px;
  }
}
.con-sales--item-t {
  color: #363636;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .con-sales--item:hover .con-sales--item-i {
    transform: scale(1.08, 1.08);
    box-shadow: 8px 13px 35px 0 rgba(19, 47, 66, 0.1);
  }
  .con-sales--item:hover .con-sales--item-t {
    color: #00973A;
  }
}
.con-packages {
  background: #f1f5f9;
  padding: 57px 0 101px;
}
@media (max-width: 767px) {
  .con-packages {
    padding: 31px 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-packages {
    padding: 33px 0 40px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-packages {
    padding: 51px 0 60px;
  }
}
.con-packages.is-white {
  background: none;
}
.con-packages--list {
  padding: 55px 0 0;
}
@media (max-width: 767px) {
  .con-packages--list {
    padding: 28px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-packages--list {
    padding: 48px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-packages--list {
    padding: 38px 0 0;
  }
}
.con-packages--btn {
  padding: 10px 0 0;
  text-align: center;
}
@media (max-width: 991px) {
  .con-packages--btn {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-packages--btn {
    padding: 11px 0 0;
  }
}
.con-package {
  border: 1px solid #d8dcde;
  background: #ffffff;
  margin: 0 0 30px;
  color: #363636 !important;
  transition: 200ms all ease;
  padding: 26px 0 0 43px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: 197px;
}
@media (max-width: 767px) {
  .con-package {
    padding: 22px 0 0 28px;
    width: auto;
    height: 225px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-package {
    margin: 0 0 40px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-package {
    padding: 21px 0 0 27px;
    width: auto;
    height: 156px;
  }
}
.con-package:hover {
  box-shadow: 8px 13px 35px 0 rgba(19, 47, 66, 0.1);
}
.con-package--photo {
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.con-package--photo img {
  display: block;
  width: 100%;
  height: auto;
}
.con-package--photo.is-second {
  display: none;
}
@media (max-width: 767px) {
  .con-package--photo.is-first {
    display: none;
  }
  .con-package--photo.is-second {
    display: block;
  }
}
.con-package--title {
  margin: 0 0 4px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .con-package--title {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-package--title {
    margin: 0;
  }
}
.con-package--text {
  color: #8594A1;
  display: block;
  font-size: 18px;
  line-height: 22px;
}
.con-package--price {
  color: #38398d;
  transform-origin: 0 100%;
  transform: scale(1.3, 1.3);
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 31px;
  left: 41px;
}
@media (max-width: 767px) {
  .con-package--price {
    transform: scale(1.55, 1.55);
    position: absolute;
    top: auto;
    right: auto;
    bottom: 25px;
    left: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-package--price {
    transform: scale(1.25, 1.25);
    position: absolute;
    top: auto;
    right: auto;
    bottom: 25px;
    left: 27px;
  }
}
.con-package.with-bubbles {
  background: #ffffff url(/s/img/web/connection/con-package--bubbles.png?v=490ff0eb) right top no-repeat;
  background-size: auto 100%;
}
@media (min-width: 992px) {
  .con-package.is-big {
    padding: 50px 0 0 47px;
    width: auto;
    height: 424px;
  }
  .con-package.is-big .con-package--photo.is-first {
    display: none;
  }
  .con-package.is-big .con-package--photo.is-second {
    display: block;
  }
  .con-package.is-big .con-package--title {
    margin: 0 0 2px;
    font-size: 32px;
    line-height: 42px;
  }
  .con-package.is-big .con-package--price {
    transform: scale(1.7, 1.7);
    position: absolute;
    top: auto;
    right: auto;
    bottom: 56px;
    left: 41px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1175px) {
  .con-package.is-big {
    padding: 21px 0 0 27px;
    width: auto;
    height: 342px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1175px) {
  .con-package.is-big .con-package--photo.is-second {
    padding: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1175px) {
  .con-package.is-big .con-package--title {
    margin: 0 0 -2px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1175px) {
  .con-package.is-big .con-package--price {
    transform: scale(2.1, 2.1);
    position: absolute;
    top: auto;
    right: auto;
    bottom: 24px;
    left: 28px;
  }
}
.con-faq {
  overflow: hidden;
  padding: 90px 0 100px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .con-faq {
    padding: 31px 0 37px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-faq {
    padding: 33px 0 40px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-faq {
    padding: 51px 0 60px;
  }
}
.con-faq--bubbles {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
.con-faq--bubbles i {
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
}
.con-faq--bubbles i:nth-child(1) {
  margin: 84px 0 0 -384px;
  border-radius: 51px;
  width: 51px;
  height: 51px;
}
.con-faq--bubbles i:nth-child(2) {
  margin: 143px 0 0 -527px;
  border-radius: 12px;
  width: 12px;
  height: 12px;
}
.con-faq--bubbles i:nth-child(3) {
  margin: 157px 0 0 -446px;
  border-radius: 26px;
  width: 26px;
  height: 26px;
}
.con-faq--bubbles i:nth-child(4) {
  margin: 63px 0 0 412px;
  border-radius: 57px;
  width: 57px;
  height: 57px;
}
.con-faq--bubbles i:nth-child(5) {
  margin: 169px 0 0 496px;
  border-radius: 26px;
  width: 26px;
  height: 26px;
}
.con-faq--bubbles i:nth-child(6) {
  margin: 196px 0 0 365px;
  border-radius: 86px;
  width: 86px;
  height: 86px;
}
.con-faq--bubbles i:nth-child(1),
.con-faq--bubbles i:nth-child(6) {
  background-image: linear-gradient(to bottom, #fafafc 0%, #f5f5f8 100%);
}
.con-faq--bubbles i:nth-child(2),
.con-faq--bubbles i:nth-child(3),
.con-faq--bubbles i:nth-child(4),
.con-faq--bubbles i:nth-child(5) {
  background-image: linear-gradient(to bottom, #b0b2f0 0%, #9b9dd5 100%);
}
.con-faq--in {
  margin: 58px auto 0;
  border: 1px solid #d8dcde;
  padding: 25px 66px 20px;
  max-width: 950px;
  max-height: initial;
}
@media (max-width: 767px) {
  .con-faq--in {
    margin: 28px 0 0;
    padding: 20px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-faq--in {
    margin: 27px 0 0;
    padding: 20px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-faq--in {
    margin: 40px auto 0;
    padding: 38px 50px;
  }
}
.con-create {
  background: #f1f5f9;
  padding: 90px 0 100px;
}
@media (max-width: 767px) {
  .con-create {
    padding: 30px 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-create {
    padding: 33px 0 40px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .con-create {
    padding: 51px 0 60px;
  }
}
.con-create--in {
  margin: 31px auto 0;
  max-width: 754px;
  max-height: initial;
}
.con-create--in .form--label {
  margin: 0 0 11px;
}
.con-create--in .form-group {
  margin: 0 0 14px;
}
.con-tabs .tabs--item-link {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.modal.iframe.is-gallery .modal--iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 767px) {
  .modal.iframe.is-gallery .modal-dialog {
    margin: 0;
  }
  .modal.iframe.is-gallery .modal-content {
    border: none;
  }
  .modal.iframe.is-gallery .modal--iframe {
    width: 100%;
    height: calc(100vh - 140px);
  }
}
.js-con-step {
  display: none;
}
.js-con-step[data-shown="true"] {
  display: block;
}
[data-step-hidden="true"] {
  display: none !important;
}
.glass {
  background: url(/s/img/landings/glass.png?v=6329b258) no-repeat;
  pointer-events: none;
  z-index: 2;
  transform-origin: 0 0;
  display: block;
}
.glass.is-01 {
  margin: 0 0 0 90px;
  position: absolute;
  top: -4px;
  right: auto;
  bottom: auto;
  left: 50%;
  background-position: -5px -5px;
  width: 214px;
  height: 126px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .glass.is-01 {
    margin: 15px 0 0 55px;
    transform: scale(0.7, 0.7);
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .glass.is-01 {
    margin: -8px 0 0 237px;
    transform: scale(0.7, 0.7);
  }
}
.glass.is-02 {
  margin: 0 0 0 410px;
  position: absolute;
  top: 271px;
  right: auto;
  bottom: auto;
  left: 50%;
  background-position: -229px -5px;
  width: 189px;
  height: 81px;
}
.glass.is-03 {
  margin: 0 0 0 -657px;
  position: absolute;
  top: 412px;
  right: auto;
  bottom: auto;
  left: 50%;
  background-position: -428px -5px;
  width: 84px;
  height: 69px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .glass.is-03 {
    margin: -4px 0 0 -444px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .glass.is-03 {
    margin: 0 0 0 -559px;
  }
}
.glass.is-04 {
  margin: 0 0 0 -37px;
  position: absolute;
  top: 418px;
  right: auto;
  bottom: auto;
  left: 50%;
  background-position: -522px -5px;
  width: 274px;
  height: 207px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .glass.is-04 {
    margin: -58px 0 0 -25px;
    transform: scale(0.65, 0.65);
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .glass.is-04 {
    margin: 16px 0 0 -10px;
    transform: scale(0.7, 0.7);
  }
}
.glass.is-05 {
  margin: 0 0 0 -443px;
  position: absolute;
  top: 529px;
  right: auto;
  bottom: auto;
  left: 50%;
  background-position: -806px -5px;
  width: 118px;
  height: 95px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .glass.is-05 {
    margin: -116px 0 0 -261px;
    transform: scale(0.6, 0.6);
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .glass.is-05 {
    margin: -36px 0 0 -385px;
    transform: scale(0.7, 0.7);
  }
}
.glass.is-06 {
  margin: 0 0 0 -357px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 25px;
  left: 50%;
  background-position: -934px -5px;
  width: 107px;
  height: 191px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .glass.is-06 {
    margin: 0 0 -20px -166px;
    transform: scale(0.8, 0.8);
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .glass.is-06 {
    margin: 0 0 -28px -185px;
    transform: scale(0.8, 0.8);
  }
}
.glass.is-07 {
  margin: 0 0 0 -56px;
  position: absolute;
  top: 83px;
  right: auto;
  bottom: auto;
  left: 50%;
  background-position: -1051px -5px;
  width: 89px;
  height: 123px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .glass.is-07 {
    margin: 2px 0 0 -6px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .glass.is-07 {
    margin: -2px 0 0 -32px;
  }
}
.glass.is-08 {
  margin: 0 0 0 -148px;
  position: absolute;
  top: 157px;
  right: auto;
  bottom: auto;
  left: 50%;
  background-position: -5px -206px;
  width: 205px;
  height: 208px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .glass.is-08 {
    margin: 53px 0 0 -92px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .glass.is-08 {
    margin: 104px 0 0 -116px;
  }
}
.glass.is-09 {
  margin: 0 0 0 -370px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 88px;
  left: 50%;
  background-position: -229px -138px;
  width: 117px;
  height: 45px;
}
.glass.is-10 {
  margin: 0 0 0 211px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 469px;
  left: 50%;
  background-position: -356px -138px;
  width: 84px;
  height: 126px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .glass.is-10 {
    margin: 0;
    position: absolute;
    top: auto;
    right: 163px;
    bottom: 476px;
    left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .glass.is-10 {
    margin: 0 0 0 108px;
  }
}
.glass.is-11 {
  margin: 0 0 0 171px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 334px;
  left: 50%;
  background-position: -806px -138px;
  width: 70px;
  height: 127px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .glass.is-11 {
    margin: 0;
    position: absolute;
    top: auto;
    right: 217px;
    bottom: 341px;
    left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .glass.is-11 {
    margin: 0 0 0 64px;
  }
}
.glass.is-12 {
  margin: 0 0 0 239px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 359px;
  left: 50%;
  background-position: -1051px -138px;
  width: 66px;
  height: 104px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .glass.is-12 {
    margin: 0;
    position: absolute;
    top: auto;
    right: 153px;
    bottom: 366px;
    left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .glass.is-12 {
    margin: 0 0 0 132px;
  }
}
.glass.is-13 {
  margin: 0 0 0 480px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 147px;
  left: 50%;
  background-position: -220px -252px;
  width: 98px;
  height: 83px;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .glass.is-13 {
    margin: 0 0 -2px 356px;
  }
}
.glass.is-14 {
  margin: 0 0 0 -239px;
  position: absolute;
  top: 160px;
  right: auto;
  bottom: auto;
  left: 50%;
  background-position: -450px -252px;
  width: 159px;
  height: 101px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .glass.is-14 {
    margin: 28px 0 0 -147px;
    transform: scale(0.8, 0.8);
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .glass.is-14 {
    margin: 0 0 0 -137px;
    transform: scale(0.8, 0.8);
  }
}
.glass.is-15 {
  margin: 0 0 0 123px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 134px;
  left: 50%;
  background-position: -619px -252px;
  width: 100px;
  height: 133px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .glass.is-15 {
    margin: 0 0 -17px 214px;
    transform: scale(0.8, 0.8);
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .glass.is-15 {
    margin: 0 0 -23px 230px;
    transform: scale(0.8, 0.8);
  }
}
.glass.is-16 {
  margin: 0 0 0 328px;
  position: absolute;
  top: -17px;
  right: auto;
  bottom: auto;
  left: 50%;
  background-position: -886px -252px;
  width: 193px;
  height: 63px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .glass.is-16 {
    margin: -11px 0 0 179px;
    transform: scale(0.85, 0.85);
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .glass.is-16 {
    margin: -88px 0 0 252px;
    transform: scale(0.85, 0.85);
  }
}
.glass.is-17 {
  margin: 0 0 0 151px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -85px;
  left: 50%;
  background-position: -729px -325px;
  width: 313px;
  height: 199px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .glass.is-17 {
    margin: 0 0 144px -139px;
    transform: scale(0.6, 0.6);
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .glass.is-17 {
    margin: 0 0 130px -141px;
    transform: scale(0.85, 0.85);
  }
}
.glass.is-18 {
  margin: -50px auto 0;
  background-position: -5px -534px;
  width: 1155px;
  height: 116px;
}
.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;
  }
}
