table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgba(54, 54, 54, 0.8);
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgba(54, 54, 54, 0.8);
  background-color: #fff;
  background-image: none;
  border: 1px solid #e4e7eb;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #38398d;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #b4b8c2;
  background-color: #f1f5f9;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media (max-width: 767px) {
  .form-control {
    font-size: 16px;
  }
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 50px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 62.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-warning small.help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  color: #8a6d3b;
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error small.help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ff0000;
}
.has-error .form-control {
  color: #ff0000;
  border-color: #ff0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #cc0000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #ff0000;
  border-color: #ff0000;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #ff0000;
}
.has-error small a {
  color: #ff0000;
  text-decoration: underline;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 6px;
  color: #9fa3b0;
  font-size: 12px;
  line-height: 16px;
}
.help-block a {
  color: #9fa3b0;
  text-decoration: underline;
}
.help-block a:hover {
  color: #333333;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn,
.richtext .button-primary,
.richtext .button-secondary,
.richtext-small .button-primary,
.richtext-small .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,
  .richtext-small .button-primary,
  .richtext-small .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,
.richtext-small .button-primary:focus,
.richtext-small .button-primary:active:focus,
.richtext-small .button-primary.active:focus,
.richtext-small .button-primary.focus,
.richtext-small .button-primary:active.focus,
.richtext-small .button-primary.active.focus,
.richtext-small .button-secondary:focus,
.richtext-small .button-secondary:active:focus,
.richtext-small .button-secondary.active:focus,
.richtext-small .button-secondary.focus,
.richtext-small .button-secondary:active.focus,
.richtext-small .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,
.richtext-small .button-primary:hover,
.richtext-small .button-primary:focus,
.richtext-small .button-primary.focus,
.richtext-small .button-secondary:hover,
.richtext-small .button-secondary:focus,
.richtext-small .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,
.richtext-small .button-primary:active,
.richtext-small .button-primary.active,
.richtext-small .button-secondary:active,
.richtext-small .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,
a.richtext-small .button-primary.disabled,
fieldset[disabled] a.richtext-small .button-primary,
a.richtext-small .button-secondary.disabled,
fieldset[disabled] a.richtext-small .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,
.richtext-small .button-primary {
  color: #fff;
  background-color: #008d21;
  border-color: #008d21;
}
.btn-primary:focus,
.btn-primary.focus,
.richtext .button-primary:focus,
.richtext .button-primary.focus,
.richtext-small .button-primary:focus,
.richtext-small .button-primary.focus {
  color: #fff;
  background-color: #005a15;
  border-color: #000e03;
}
.btn-primary:hover,
.richtext .button-primary:hover,
.richtext-small .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,
.richtext-small .button-primary:active,
.richtext-small .button-primary.active,
.open > .dropdown-toggle.richtext-small .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,
.richtext-small .button-primary:active:hover,
.richtext-small .button-primary.active:hover,
.open > .dropdown-toggle.richtext-small .button-primary:hover,
.richtext-small .button-primary:active:focus,
.richtext-small .button-primary.active:focus,
.open > .dropdown-toggle.richtext-small .button-primary:focus,
.richtext-small .button-primary:active.focus,
.richtext-small .button-primary.active.focus,
.open > .dropdown-toggle.richtext-small .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,
.richtext-small .button-primary:active,
.richtext-small .button-primary.active,
.open > .dropdown-toggle.richtext-small .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,
.richtext-small .button-primary.disabled:hover,
.richtext-small .button-primary[disabled]:hover,
fieldset[disabled] .richtext-small .button-primary:hover,
.richtext-small .button-primary.disabled:focus,
.richtext-small .button-primary[disabled]:focus,
fieldset[disabled] .richtext-small .button-primary:focus,
.richtext-small .button-primary.disabled.focus,
.richtext-small .button-primary[disabled].focus,
fieldset[disabled] .richtext-small .button-primary.focus {
  background-color: #008d21;
  border-color: #008d21;
}
.btn-primary .badge,
.richtext .button-primary .badge,
.richtext-small .button-primary .badge {
  color: #008d21;
  background-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.richtext .button-primary:hover,
.richtext .button-primary:focus,
.richtext-small .button-primary:hover,
.richtext-small .button-primary:focus {
  background: #00701a !important;
  border-color: #00701a !important;
  outline: none!important;
}
.btn-primary:active,
.richtext .button-primary:active,
.richtext-small .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],
.richtext-small .button-primary[disabled] {
  cursor: not-allowed;
  color: #9fa3b0 !important;
  background: #f8fafc !important;
  border-color: #f1f3f5 !important;
  box-shadow: none!important;
}
.btn-red {
  color: #fff;
  background-color: #e71e26;
  border-color: #e71e26;
}
.btn-red:focus,
.btn-red.focus {
  color: #fff;
  background-color: #be141b;
  border-color: #790d11;
}
.btn-red:hover {
  color: #fff;
  background-color: #be141b;
  border-color: #b5131a;
}
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  color: #fff;
  background-color: #be141b;
  border-color: #b5131a;
}
.btn-red:active:hover,
.btn-red.active:hover,
.open > .dropdown-toggle.btn-red:hover,
.btn-red:active:focus,
.btn-red.active:focus,
.open > .dropdown-toggle.btn-red:focus,
.btn-red:active.focus,
.btn-red.active.focus,
.open > .dropdown-toggle.btn-red.focus {
  color: #fff;
  background-color: #9d1116;
  border-color: #790d11;
}
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  background-image: none;
}
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled.focus,
.btn-red[disabled].focus,
fieldset[disabled] .btn-red.focus {
  background-color: #e71e26;
  border-color: #e71e26;
}
.btn-red .badge {
  color: #e71e26;
  background-color: #fff;
}
.btn-red:hover,
.btn-red:focus {
  background: #d5171e !important;
  border-color: #d5171e !important;
  outline: none!important;
}
.btn-red:active {
  background: #be141b !important;
  border-color: #be141b !important;
  box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, 0.15) !important;
  outline: none!important;
}
.btn-red[disabled] {
  cursor: not-allowed;
  color: #9fa3b0 !important;
  background: #f8fafc !important;
  border-color: #f1f3f5 !important;
  box-shadow: none!important;
}
.btn-outline,
.richtext .button-secondary,
.richtext-small .button-secondary {
  color: #008d21;
  background-color: transparent;
  border-color: #008d21;
}
.btn-outline:focus,
.btn-outline.focus,
.richtext .button-secondary:focus,
.richtext .button-secondary.focus,
.richtext-small .button-secondary:focus,
.richtext-small .button-secondary.focus {
  color: #008d21;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000e03;
}
.btn-outline:hover,
.richtext .button-secondary:hover,
.richtext-small .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,
.richtext-small .button-secondary:active,
.richtext-small .button-secondary.active,
.open > .dropdown-toggle.richtext-small .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,
.richtext-small .button-secondary:active:hover,
.richtext-small .button-secondary.active:hover,
.open > .dropdown-toggle.richtext-small .button-secondary:hover,
.richtext-small .button-secondary:active:focus,
.richtext-small .button-secondary.active:focus,
.open > .dropdown-toggle.richtext-small .button-secondary:focus,
.richtext-small .button-secondary:active.focus,
.richtext-small .button-secondary.active.focus,
.open > .dropdown-toggle.richtext-small .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,
.richtext-small .button-secondary:active,
.richtext-small .button-secondary.active,
.open > .dropdown-toggle.richtext-small .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,
.richtext-small .button-secondary.disabled:hover,
.richtext-small .button-secondary[disabled]:hover,
fieldset[disabled] .richtext-small .button-secondary:hover,
.richtext-small .button-secondary.disabled:focus,
.richtext-small .button-secondary[disabled]:focus,
fieldset[disabled] .richtext-small .button-secondary:focus,
.richtext-small .button-secondary.disabled.focus,
.richtext-small .button-secondary[disabled].focus,
fieldset[disabled] .richtext-small .button-secondary.focus {
  background-color: transparent;
  border-color: #008d21;
}
.btn-outline .badge,
.richtext .button-secondary .badge,
.richtext-small .button-secondary .badge {
  color: transparent;
  background-color: #008d21;
}
.btn-outline:hover,
.btn-outline:focus,
.richtext .button-secondary:hover,
.richtext .button-secondary:focus,
.richtext-small .button-secondary:hover,
.richtext-small .button-secondary:focus {
  color: #ffffff !important;
  background: #008d21 !important;
  border-color: #008d21 !important;
  outline: none!important;
}
.btn-outline:active,
.richtext .button-secondary:active,
.richtext-small .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,
.richtext-small .button-primary,
.richtext-small .button-secondary {
  padding: 10px 25px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 2px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-mini {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: 200ms all ease;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 20px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #008d21;
  border-color: #008d21;
}
@media (max-width: 767px) {
  .btn-mini {
    width: 100%;
    display: block;
  }
}
.btn-mini:focus,
.btn-mini:active:focus,
.btn-mini.active:focus,
.btn-mini.focus,
.btn-mini:active.focus,
.btn-mini.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-mini:hover,
.btn-mini:focus,
.btn-mini.focus {
  color: #333;
  text-decoration: none;
}
.btn-mini:active,
.btn-mini.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
a.btn-mini.disabled,
fieldset[disabled] a.btn-mini {
  pointer-events: none;
}
.btn-mini:focus,
.btn-mini.focus {
  color: #fff;
  background-color: #005a15;
  border-color: #000e03;
}
.btn-mini:hover {
  color: #fff;
  background-color: #005a15;
  border-color: #005013;
}
.btn-mini:active,
.btn-mini.active,
.open > .dropdown-toggle.btn-mini {
  color: #fff;
  background-color: #005a15;
  border-color: #005013;
}
.btn-mini:active:hover,
.btn-mini.active:hover,
.open > .dropdown-toggle.btn-mini:hover,
.btn-mini:active:focus,
.btn-mini.active:focus,
.open > .dropdown-toggle.btn-mini:focus,
.btn-mini:active.focus,
.btn-mini.active.focus,
.open > .dropdown-toggle.btn-mini.focus {
  color: #fff;
  background-color: #00360d;
  border-color: #000e03;
}
.btn-mini:active,
.btn-mini.active,
.open > .dropdown-toggle.btn-mini {
  background-image: none;
}
.btn-mini.disabled:hover,
.btn-mini[disabled]:hover,
fieldset[disabled] .btn-mini:hover,
.btn-mini.disabled:focus,
.btn-mini[disabled]:focus,
fieldset[disabled] .btn-mini:focus,
.btn-mini.disabled.focus,
.btn-mini[disabled].focus,
fieldset[disabled] .btn-mini.focus {
  background-color: #008d21;
  border-color: #008d21;
}
.btn-mini .badge {
  color: #008d21;
  background-color: #fff;
}
.btn-mini:hover,
.btn-mini:focus {
  background: #00701a !important;
  border-color: #00701a !important;
  outline: none!important;
}
.btn-mini:active {
  background: #00701a !important;
  border-color: #00701a !important;
  box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, 0.15) !important;
  outline: none!important;
}
.btn-mini[disabled] {
  cursor: not-allowed;
  color: #9fa3b0 !important;
  background: #f8fafc !important;
  border-color: #f1f3f5 !important;
  box-shadow: none!important;
}
.btn-outline.border-grey,
.richtext .button-secondary.border-grey,
.richtext-small .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,
.richtext-small .button-secondary.border-grey:focus,
.richtext-small .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,
.richtext-small .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,
.richtext-small .button-secondary.border-grey:active,
.richtext-small .button-secondary.border-grey.active,
.open > .dropdown-toggle.richtext-small .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,
.richtext-small .button-secondary.border-grey:active:hover,
.richtext-small .button-secondary.border-grey.active:hover,
.open > .dropdown-toggle.richtext-small .button-secondary.border-grey:hover,
.richtext-small .button-secondary.border-grey:active:focus,
.richtext-small .button-secondary.border-grey.active:focus,
.open > .dropdown-toggle.richtext-small .button-secondary.border-grey:focus,
.richtext-small .button-secondary.border-grey:active.focus,
.richtext-small .button-secondary.border-grey.active.focus,
.open > .dropdown-toggle.richtext-small .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,
.richtext-small .button-secondary.border-grey:active,
.richtext-small .button-secondary.border-grey.active,
.open > .dropdown-toggle.richtext-small .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,
.richtext-small .button-secondary.border-grey.disabled:hover,
.richtext-small .button-secondary.border-grey[disabled]:hover,
fieldset[disabled] .richtext-small .button-secondary.border-grey:hover,
.richtext-small .button-secondary.border-grey.disabled:focus,
.richtext-small .button-secondary.border-grey[disabled]:focus,
fieldset[disabled] .richtext-small .button-secondary.border-grey:focus,
.richtext-small .button-secondary.border-grey.disabled.focus,
.richtext-small .button-secondary.border-grey[disabled].focus,
fieldset[disabled] .richtext-small .button-secondary.border-grey.focus {
  background-color: transparent;
  border-color: #d8dcde;
}
.btn-outline.border-grey .badge,
.richtext .button-secondary.border-grey .badge,
.richtext-small .button-secondary.border-grey .badge {
  color: transparent;
  background-color: #d8dcde;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #20559e;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
}
.panel-body {
  padding: 30px;
}
.panel-heading {
  padding: 30px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .panel-title {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 10px;
    font-weight: 700;
  }
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 30px;
  background-color: #f5f5f5;
  border-top: 1px solid #f1f3f5;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 30px;
  padding-right: 30px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #f1f3f5;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #f1f3f5;
}
.panel-default {
  border-color: #e6e8ec;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f9fbfd;
  border-color: #e6e8ec;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e6e8ec;
}
.panel-default > .panel-heading .badge {
  color: #f9fbfd;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e6e8ec;
}
.panel-primary {
  border-color: #20559e;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #20559e;
  border-color: #20559e;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #20559e;
}
.panel-primary > .panel-heading .badge {
  color: #20559e;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #20559e;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.modal-open {
  overflow: hidden;
  width: 100vw;
}
@supports (-webkit-overflow-scrolling: touch) {
  .modal-open {
    position: fixed;
  }
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn,
.modal-footer .richtext .button-primary + .richtext .button-primary,
.modal-footer .richtext .button-secondary + .richtext .button-secondary,
.modal-footer .richtext-small .button-primary + .richtext-small .button-primary,
.modal-footer .richtext-small .button-secondary + .richtext-small .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,
.modal-footer .btn-group .richtext-small .button-primary + .richtext-small .button-primary,
.modal-footer .btn-group .richtext-small .button-secondary + .richtext-small .button-secondary {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  font-size: 14px;
  line-height: 21px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -17px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 17px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 17px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -17px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 330px;
  padding: 13px 20px 14px;
  color: rgba(0, 0, 20, 0.8);
  text-align: left;
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid #d8dcde;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip-arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  display: block;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #d8dcde;
}
.tooltip.top .tooltip-arrow:before {
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
  position: absolute;
  top: -6px;
  right: auto;
  bottom: auto;
  left: -5px;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #d8dcde;
}
.tooltip.top-left .tooltip-arrow:before {
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
  position: absolute;
  top: -6px;
  right: auto;
  bottom: auto;
  left: -5px;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #d8dcde;
}
.tooltip.top-right .tooltip-arrow:before {
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
  position: absolute;
  top: -6px;
  right: auto;
  bottom: auto;
  left: -5px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #d8dcde;
}
.tooltip.right .tooltip-arrow:before {
  border-width: 5px 5px 5px 0;
  border-right-color: #ffffff;
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: 1px;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #d8dcde;
}
.tooltip.left .tooltip-arrow:before {
  border-width: 5px 0 5px 5px;
  border-left-color: #ffffff;
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: -6px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #d8dcde;
}
.tooltip.bottom .tooltip-arrow:before {
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: -5px;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #d8dcde;
}
.tooltip.bottom-left .tooltip-arrow:before {
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: -5px;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #d8dcde;
}
.tooltip.bottom-right .tooltip-arrow:before {
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: -5px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: initial;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #d8dcde;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #d8dcde;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #d8dcde;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #d8dcde;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #d8dcde;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.text-center {
  text-align: center;
}
select.bs-select-hidden,
select.selectpicker,
[data-select=region],
[data-select=city] {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;/*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: 0 !important;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: -2px 0 0;
  vertical-align: middle;
  border: none;
  color: #9fa3b0;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  font-size: 5px;
  line-height: 5px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: "\e909";
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group.open .dropdown-menu {
  opacity: 1 !important;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  border: none;
  border-top: 1px solid #e4e7eb;
  border-bottom: 1px solid #e4e7eb;
  opacity: 0;
  transition: 300ms all ease;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
  border-left: 1px solid #e4e7eb;
  border-right: 1px solid #e4e7eb;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  padding: 6px 20px;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover,
.bootstrap-select.btn-group .dropdown-menu li a:focus {
  background: #ffffff;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover:before,
.bootstrap-select.btn-group .dropdown-menu li a:focus:before {
  content: "";
  border: 1px solid #38398d;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: -1px;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li a:focus {
  outline: none!important;
}
.bootstrap-select.btn-group .dropdown-menu li.active a,
.bootstrap-select.btn-group .dropdown-menu li.active a:hover,
.bootstrap-select.btn-group .dropdown-menu li.active a:focus {
  background: #ffffff;
}
.bootstrap-select.btn-group .dropdown-menu li.active a:before,
.bootstrap-select.btn-group .dropdown-menu li.active a:hover:before,
.bootstrap-select.btn-group .dropdown-menu li.active a:focus:before {
  content: "";
  border: 1px solid #38398d;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: -1px;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a,
.bootstrap-select.btn-group .dropdown-menu li.selected a:hover,
.bootstrap-select.btn-group .dropdown-menu li.selected a:focus {
  background: #f1f5f9;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a:before,
.bootstrap-select.btn-group .dropdown-menu li.selected a:hover:before,
.bootstrap-select.btn-group .dropdown-menu li.selected a:focus:before {
  content: "";
  border: none;
  background: #00973A;
  width: 3px;
  height: auto;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.checker {
  display: block;
}
.checker + .checker {
  margin-top: 9.9px;
}
.checker + .help-block {
  margin-top: 19.8px;
}
.checker--label {
  padding: 3px 0 3px 40px;
  color: rgba(54, 54, 54, 0.8);
  cursor: pointer;
  user-select: none;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.checker--label:before {
  content: "";
  background: #ffffff;
  border: 1px solid #d8dcde;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 23px;
  height: 23px;
}
.checker--label:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  color: #00973A;
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 6px;
  display: none;
  font-size: 8px;
  line-height: 8px;
}
.checker--label:hover:before {
  background: #fafafa;
}
.checker--label .showOnCheck {
  display: none;
}
.checker--input,
.checker input {
  display: none;
}
.checker--input:checked + .checker--label:after,
.checker input:checked + .checker--label:after {
  display: block;
}
.checker--input:checked + .checker--label .showOnCheck,
.checker input:checked + .checker--label .showOnCheck {
  display: block;
}
.checker--input:disabled + .checker--label,
.checker input:disabled + .checker--label {
  cursor: default;
}
.checker--input:disabled + .checker--label:before,
.checker input:disabled + .checker--label:before {
  background: #f1f5f9;
}
.checker--input:disabled + .checker--label:after,
.checker input:disabled + .checker--label:after {
  color: #9fa3b0;
}
.checker.radiobox .checker--label:before {
  border-radius: 23px;
}
.checker.radiobox .checker--label:after {
  content: '';
  background: #00973A;
  border-radius: 11px;
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 6px;
  width: 11px;
  height: 11px;
}
.checker.radiobox .checker--input:disabled + .checker--label:after {
  background: #9fa3b0;
}
.checker.font-medium .checker--label {
  color: #363636;
  font-size: 21px;
  line-height: 17px;
  font-weight: 500;
}
label.counter {
  cursor: pointer;
}
.counter--digits {
  padding: 0 0 1px;
  font-size: 36px;
  line-height: 25px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .counter--digits {
    font-size: 30px;
    line-height: 25px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .counter--digits {
    font-size: 30px;
    line-height: 25px;
    font-weight: 400;
  }
}
.counter--label {
  text-transform: uppercase;
  margin-left: 12px;
  white-space: nowrap;
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.counter--label:after {
  content: "";
  background: #d8dcde;
  width: 23px;
  height: 1px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 1px;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .counter--label:after {
    width: 19px;
    height: 1px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 1px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .counter--label:after {
    width: 19px;
    height: 1px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 1px;
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .counter--label {
    margin-left: 7px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 500;
    position: absolute;
    top: -3px;
    right: auto;
    bottom: auto;
    left: 100%;
  }
}
@media (max-width: 767px) {
  .counter--label {
    margin-left: 7px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 500;
    position: absolute;
    top: -3px;
    right: auto;
    bottom: auto;
    left: 100%;
  }
}
.counter--in {
  text-transform: uppercase;
  margin-left: 12px;
  white-space: nowrap;
  position: absolute;
  top: 12px;
  right: auto;
  bottom: auto;
  left: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .counter--in {
    margin-left: 7px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 500;
    position: absolute;
    top: 13px;
    right: auto;
    bottom: auto;
    left: 100%;
  }
}
@media (max-width: 767px) {
  .counter--in {
    margin-left: 7px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 500;
    position: absolute;
    top: 13px;
    right: auto;
    bottom: auto;
    left: 100%;
  }
}
.counter--from {
  font-size: 50%;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 5px -100% 0;
}
.counter.mini .counter--digits {
  font-size: 26px;
  line-height: 19px;
  font-weight: 400;
}
.counter.mini .counter--label {
  margin-left: 4px;
  font-size: 9px;
  line-height: 7px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 100%;
}
.counter.mini .counter--label:after {
  width: 17px;
  height: 1px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -3px;
  left: 0;
}
.counter.mini .counter--in {
  margin-left: 4px;
  font-size: 9px;
  line-height: 7px;
  font-weight: 500;
}
.counter.xmini {
  transform: scale(0.55, 0.55);
  transform-origin: 0 0;
}
.counter.big .counter--digits {
  font-size: 48px;
  line-height: 36px;
  font-weight: 400;
}
.counter.grey {
  color: #9fa3b0;
}
.counter.line-through .counter--digits {
  text-decoration: line-through;
}
.counter.green {
  color: #00973A;
}
.counter.grey-2 {
  color: #9c9cc6;
}
.counter--wrap {
  font-size: 0;
  line-height: 0;
}
.counter--box {
  padding: 11px 40px 10px 0;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .counter--box {
    padding: 0 0 21px;
    display: block;
  }
}
.counter--btn {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .counter--btn {
    display: block;
  }
}
.counter.in-basket-header {
  color: #ffffff;
  text-align: right;
}
.counter.in-basket-header .counter--digits {
  left: -28px;
}
.counter.in-basket,
.counter.in-basket-header {
  flex-grow: 1;
}
.counter.in-basket .counter--digits,
.counter.in-basket-header .counter--digits {
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
}
.counter.in-basket .counter--digits.is-old,
.counter.in-basket-header .counter--digits.is-old {
  position: absolute;
  margin-top: -20px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #33a44d;
  text-decoration: line-through;
}
.counter.in-basket .counter--label,
.counter.in-basket-header .counter--label {
  top: -3px;
  font-size: 10px !important;
  margin-left: 7px !important;
}
.counter.in-basket .counter--label:after,
.counter.in-basket-header .counter--label:after {
  width: 19px;
}
.counter--title {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .counter--title {
    line-height: 18px;
  }
}
.form--label {
  color: #9fa3b0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
.form--value {
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.form--outlined {
  padding-bottom: 20px;
  border-bottom: 1px solid #d8dcde;
}
.form--outlined:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.form--select {
  background: #ffffff;
  border: 1px solid #d8dcde;
  padding: 6px 20px;
  border-radius: 0;
  text-transform: none;
  color: rgba(54, 54, 54, 0.8);
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
}
.form--select:hover,
.form--select:focus,
.form--select:active {
  box-shadow: none;
}
.form--select.disabled {
  color: #9fa3b0;
  background-color: #f1f5f9;
  opacity: 1;
}
.form--collapse-inner {
  border-top: 1px solid #d8dcde;
  padding-top: 30px;
}
.form--collapser {
  border-top: 1px solid #d8dcde;
  margin: 0 -30px -30px;
  text-align: center;
  color: #9fa3b0;
  padding: 26px 0;
  display: block;
  font-size: 14px;
  line-height: 21px;
}
.form--collapser-label.toShow {
  display: inline-block;
  vertical-align: top;
}
.form--collapser-label.toHide {
  display: none;
}
.form--collapser-icon {
  margin: 9px 0 0 17px;
  font-size: 5px;
  line-height: 5px;
  display: inline-block;
  vertical-align: top;
}
.form--collapser-icon.up {
  display: none;
}
.form--collapser[aria-expanded="true"] .form--collapser-label.toShow {
  display: none;
}
.form--collapser[aria-expanded="true"] .form--collapser-label.toHide {
  display: inline-block;
  vertical-align: top;
}
.form--collapser[aria-expanded="true"] .form--collapser-icon.down {
  display: none;
}
.form--collapser[aria-expanded="true"] .form--collapser-icon.up {
  display: inline-block;
  vertical-align: top;
}
.form--cards {
  text-align: right;
  font-size: 0;
  line-height: 0;
  width: 116px;
  height: auto;
  display: none;
  position: absolute;
  top: 10px;
  right: 15px;
  bottom: auto;
  left: auto;
}
.form--cards.active {
  display: block;
}
.form--cards.with-mir {
  width: 174px;
  height: auto;
}
@media (max-width: 767px) {
  .form--cards.with-mir {
    padding: 0 10px 0 0;
  }
  .form--cards.with-mir .form--cards-icon {
    margin: 0;
  }
}
.form--cards-icon {
  background: #f8f8f8 left top no-repeat;
  margin: 0 10px 0 0;
  border-radius: 2px;
  background-image: url('/s/img/service/billing--icon.svg?v=af7958f0');
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 30px;
}
.form--cards-icon.visa {
  background-position: 0 0;
}
.form--cards-icon.mastercard {
  background-position: 0 -30px;
}
.form--cards-icon.qiwi {
  background-position: 0 -60px;
  width: 70px;
  height: 30px;
}
.form--cards-icon.yandex {
  background-position: 0 -90px;
  width: 98px;
  height: 30px;
}
.form--cards-icon.webmoney {
  background-position: 0 -120px;
  width: 104px;
  height: 30px;
}
.form--cards-icon.elexnet {
  background-image: url('/s/img/service/elexnet.png?v=f6e72046');
  width: 30px;
  height: 30px;
}
.form--cards-icon.mobile {
  background-image: url('/s/img/service/mobile.png?v=efdac058');
  width: 100px;
  height: 30px;
}
.form--cards-icon.mir {
  background: #f8f8f8 url('/s/img/service/mir.svg?v=d430d7f9') center center no-repeat;
  background-size: 36px auto;
}
.form--cards-padding {
  padding-right: 126px;
}
.form--search {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.form--search .form-control {
  padding-right: 50px;
}
.form--search-submit {
  text-align: center;
  color: #9fa3b0;
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}
.helper {
  color: #9fa3b0;
  padding: 1px 0 0;
  font-size: 15px;
  line-height: inherit;
}
.modal-header {
  padding: 0;
  border-color: #d8dcde;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.modal--close {
  color: #9fa3b0;
  padding: 28px 27px 27px;
  border-left: 1px solid #d8dcde;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: block;
}
.modal--close-icon {
  overflow: hidden;
  width: 24px;
  height: 24px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
}
.modal--close-icon:before,
.modal--close-icon:after {
  content: "";
  background: #9fa3b0;
  transition: 200ms all ease;
  width: 40px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.modal--close-icon:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal--close-icon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .modal--close-icon {
    position: absolute;
    top: 26px;
    right: auto;
    bottom: auto;
    left: 31px;
    width: 18px;
    height: 18px;
  }
}
.modal--close-label {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 69px;
  font-weight: 500;
}
.modal--close:hover {
  color: #363636;
}
.modal--close:hover .modal--close-icon:before,
.modal--close:hover .modal--close-icon:after {
  background: #363636;
}
@media (max-width: 767px) {
  .modal--close {
    border-left: none;
    border-bottom: 1px solid #d8dcde;
    padding: 0 0 0 78px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.modal--title {
  padding: 29px 30px 30px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .modal--title {
    padding: 24px 30px 25px;
  }
}
.modal--iframe {
  border: none;
  display: block;
  width: 100%;
  height: 50vh;
}
@media (max-width: 767px) {
  .modal--iframe {
    width: 100%;
    height: 80vh;
  }
}
.modal--iframe-in {
  margin: -15px;
}
.modal-dialog.package-channels {
  width: 90%;
  min-width: 320px;
  margin: 20px auto;
}
.modal .modal-form {
  padding: 30px 30px 0 30px;
}
.modal--call {
  text-align: center;
  padding: 1px 0 0;
}
.modal--call-t {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .modal--call-t {
    margin: 0 0 18px;
  }
}
.modal--call-t span {
  padding: 0 10px;
  font-size: 36px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .modal--call-t span {
    font-size: 22px;
    line-height: 20px;
  }
}
.modal--call-o {
  text-transform: uppercase;
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .modal--call-o {
    margin: 0 0 18px;
  }
}
.modal--call-l {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .modal--call-l {
    font-size: 13px;
    line-height: 20px;
  }
}
.modal--call-l a {
  color: #363636;
  border-bottom: 1px dashed #d8dcde;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.modal--call-l a:after {
  transition: 300ms all ease;
  content: '\e90b';
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 20px;
  display: block;
  position: absolute;
  top: 1px;
  right: -17px;
  bottom: auto;
  left: auto;
}
.modal--call-l a.is-active:after {
  transform: rotate(-90deg);
  top: 0;
}
.modal--call-f {
  text-align: center;
  padding: 5px 0 0;
  display: none;
  font-size: 0;
  line-height: 0;
}
.modal--call-s {
  margin: 0 15px;
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: auto;
}
.modal--call-b {
  padding: 20px 0 0;
  text-align: center;
}
.modal.is-call .modal-form {
  padding: 40px;
}
@media (max-width: 767px) {
  .modal.is-call .modal-form {
    padding: 30px;
  }
}
.modal.is-call .modal-dialog {
  width: 647px;
  height: auto;
}
@media (max-width: 767px) {
  .modal.is-call .modal-dialog {
    width: auto;
    height: auto;
  }
}
.modal.is-call .modal--title {
  padding: 22px 100px 24px 42px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .modal.is-call .modal--title {
    padding: 24px 30px 25px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
  }
}
.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.form-horizontal .form-group,
  .tabs--item-label.panel-body,
  .tabs--item-label.modal-header,
  .tabs--item-label.modal-footer {
    white-space: nowrap;
  }
  .tabs--item-label .float--left,
  .tabs--item-label .float--right {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
.tabs--item.active {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.tabs--item.active:before {
  content: "";
  background: #00973A;
  width: auto;
  height: 2px;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: auto;
  left: -1px;
}
.tabs--item.active .tabs--item-link {
  color: #333333;
  text-decoration: none;
}
.tabs--content {
  padding: 30px;
  background: #ffffff;
  border: 1px solid #d8dcde;
  border-top: none;
}
.tabs--pane {
  display: none;
}
.tabs--pane.active {
  display: block;
}
.tags {
  margin-left: -10px;
  font-size: 0;
  line-height: 0;
}
.tags--item {
  text-transform: uppercase;
  color: #9fa3b0;
  padding: 0 6px;
  border: 1px solid #d8dcde;
  border-radius: 2px;
  margin: 0 0 10px 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}
a.tags--item:hover {
  background: #38398d;
  border-color: #38398d;
  color: #ffffff;
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
  display: none!important;
}
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 8px;
  border-left: 1px solid #d8dcde;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
  bottom: 2px;
  left: 2px;
  width: 4px;
  height: auto;
}
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
  background: none;
}
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d8dcde;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #d8dcde;
}
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #d8dcde;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}
/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}
.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}
/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}
/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}
.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
.card-list .card:nth-child(2n+1) {
  clear: both;
}
.caption {
  color: #363636;
  padding: 0 0 0 37px;
  margin: 0 0 25px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 32%;
  height: auto;
  font-size: 16px;
  line-height: 24px;
}
.richtext .caption {
  display: block;
  float: left;
}
.caption:before {
  text-transform: uppercase;
  color: #9fa3b0;
  transition: all 200ms ease;
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}
.caption:after {
  color: #9fa3b0;
  transition: all 200ms ease;
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 24px;
  line-height: 24px;
}
.caption:hover {
  color: #00973A;
}
.caption:hover:before,
.caption:hover:after {
  color: #00973A;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .caption {
    width: 49%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .caption {
    width: 100%;
    height: auto;
    display: block;
  }
}
.caption.email:before {
  content: "Почта";
}
.caption.email:after {
  content: "\e922";
  font-size: 18px;
  line-height: 24px;
}
.caption.skype:before {
  content: "Skype";
}
.caption.skype:after {
  content: "\e91f";
}
.caption.telegram:before {
  content: "Telegram";
}
.caption.telegram:after {
  content: "\e91e";
}
.caption.whatsapp:before {
  content: "Whatsapp";
}
.caption.whatsapp:after {
  content: "\e91c";
}
.caption.whatsappviber:before {
  content: "Whatsapp, Viber";
}
.caption.whatsappviber:after {
  content: "\e91c";
}
.caption.viber:before {
  content: "Viber";
}
.caption.viber:after {
  content: "\e91d";
}
.caption.vibertelegram:before {
  content: "Viber,Telegram";
}
.caption.vibertelegram:after {
  content: "\e91d";
}
.caption.fax:before {
  content: "Факс";
}
.caption.fax:after {
  content: "\e921";
  font-size: 22px;
  line-height: 24px;
}
.caption.phone:before {
  content: "Телефон";
}
.caption.phone:after {
  content: "\e920";
}
.caption.russia:before {
  content: "Россия";
}
.caption.russia:after {
  content: "\e920";
}
.caption.moscow:before {
  content: "Москва";
}
.caption.moscow:after {
  content: "\e920";
}
.message {
  color: rgba(54, 54, 54, 0.8);
  padding: 0 0 0 50px;
  margin-bottom: 14px;
  min-height: 46px;
  display: table;
  width: 100%;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  line-height: 46px;
}
.message:after {
  color: #00973A;
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 32px;
  line-height: 32px;
}
.message.smaller {
  padding-left: 44px;
}
.message.smaller:after {
  font-size: 26px;
  line-height: 26px;
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 0;
}
.message > p:first-child {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  line-height: 24px;
}
.message.info:after {
  content: "\e92e";
}
.message.warning:after {
  content: "\e92c";
  font-size: 30px;
  line-height: 32px;
}
.message.question:after {
  content: "\e92d";
}
.message.error:after {
  color: red;
  content: "\e92c";
}
.message.anniversary:after {
  background: url('/s/img/tmp/20years.png?v=85b07ba4');
  content: " ";
  width: 64px;
  height: 64px;
  background-size: contain;
  top: -7px;
}
.message.anniversary {
  padding: 0 0 0 90px;
}
.message.base100:after {
  background: url('/s/img/tmp/discount.svg?v=32105869');
  content: " ";
  width: 56px;
  height: 56px;
  background-size: contain;
  top: -3px;
}
.message.base100 {
  padding: 0 0 0 90px;
}
.message.mini {
  padding-left: 33px;
}
.message.mini:after {
  font-size: 20px;
}
.accordion {
  margin: -30px 0;
}
.accordion.bordered:not(:only-child) {
  border-top: 1px solid #d8dcde;
  border-bottom: 1px solid #d8dcde;
  margin: 0;
  padding: 0;
}
.accordion--item {
  border-bottom: 1px solid #d8dcde;
}
.accordion--item:last-of-type {
  border: none;
}
.accordion--item-cont > *:last-child {
  margin-bottom: 20px;
}
.accordion--tool {
  color: #363636;
  padding: 27px 0 27px 30px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.accordion--tool-icon {
  transition: 200ms all ease;
  font-size: 5px;
  line-height: 5px;
  display: block;
  position: absolute;
  top: 37px;
  right: auto;
  bottom: auto;
  left: 0;
}
.accordion--tool-label {
  display: block;
}
.accordion--tool:focus {
  color: #363636;
}
.accordion--tool:hover,
.accordion--tool:active,
.accordion--tool[aria-expanded="true"] {
  color: #38398d;
}
.accordion--tool[aria-expanded="true"] .accordion--tool-icon {
  transform: rotate(180deg);
}
.accordion--text {
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.accordion--list {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
}
.accordion--list li {
  margin-bottom: 10px;
}
.accordion--list .link {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.accordion--list .link--icon {
  margin-top: 12px;
}
.form-success {
  z-index: 5000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.form-success--in {
  background: #ffffff;
  transform: translate(-50%, -50%);
  padding: 40px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 430px;
  height: auto;
}
@media (max-width: 767px) {
  .form-success--in {
    transform: none;
    padding: 30px 20px;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: auto;
  }
}
.form-success--close {
  padding: 12px;
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: auto;
  left: auto;
}
.form-success--close-icon {
  overflow: hidden;
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.form-success--close-icon:before,
.form-success--close-icon:after {
  content: "";
  background: #d8dcde;
  transition: 200ms all ease;
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.form-success--close-icon:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.form-success--close-icon:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.form-success--close:hover .form-success--close-icon:before,
.form-success--close:hover .form-success--close-icon:after {
  background: #363636;
}
.form-success--title {
  margin: 0 0 22px;
  padding: 0 0 0 52px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.form-success--title:before {
  border-radius: 32px;
  border: 2px solid #d8dcde;
  text-align: center;
  color: #00973A;
  content: '\e90d';
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 32px;
  height: 32px;
  font-size: 10px;
  line-height: 28px;
}
.form-success--text {
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 21px;
}
.form-success--btns {
  margin: 26px 0 0;
}
.form-success--btns .btn + .btn,
.form-success--btns .richtext .button-primary + .richtext .button-primary,
.form-success--btns .richtext .button-secondary + .richtext .button-secondary,
.form-success--btns .richtext-small .button-primary + .richtext-small .button-primary,
.form-success--btns .richtext-small .button-secondary + .richtext-small .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,
  .form-success--btns .richtext-small .button-primary + .richtext-small .button-primary,
  .form-success--btns .richtext-small .button-secondary + .richtext-small .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;
  }
}
.fileupload--button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileupload--button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
.fileupload--file {
  color: #363636;
  font-size: 14px;
  margin-top: 5px;
}
.fileupload--file-size {
  font-weight: 500;
  margin-left: 5px;
}
.fileupload--file i {
  font-size: 9px;
  margin-left: 5px;
  cursor: pointer;
  color: #9fa3b0;
}
.fileupload--file i:hover {
  color: #363636;
}
.tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.tabs-nav:after {
  content: "";
  z-index: 1;
  background: #d8dcde;
  width: auto;
  height: 1px;
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.tabs-nav--item {
  color: rgba(54, 54, 54, 0.8);
  z-index: 2;
  padding-right: 30px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  flex-grow: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tabs-nav--item {
    padding-right: 20px;
  }
}
.tabs-nav--item.active,
.tabs-nav--item:hover {
  color: #00973A;
}
.tabs-nav--item.active a,
.tabs-nav--item:hover a {
  color: #00973A;
}
.tabs-nav--item.active .tabs-nav--link:after {
  content: "";
  background: #00973A;
  width: auto;
  height: 2px;
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.tabs-nav--link {
  padding: 2px 0 26px;
  color: rgba(54, 54, 54, 0.8);
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.richtext > *:last-child {
  margin-bottom: 0 !important;
}
.richtext > *:first-child {
  margin-top: 0 !important;
}
.richtext h1 {
  margin: 0 0 25px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
.richtext h2 {
  margin: 30px 0 25px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
}
.richtext h3 {
  margin: 30px 0 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
.richtext h4 {
  margin: 30px 0 20px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.richtext h5 {
  margin: 30px 0 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.richtext h1:first-child,
.richtext h2:first-child,
.richtext h3:first-child,
.richtext h4:first-child,
.richtext h5:first-child {
  margin-top: 0;
}
.richtext img,
.richtext iframe {
  max-width: 100%;
}
.richtext p {
  color: rgba(54, 54, 54, 0.8);
  margin: 0 0 28px;
  clear: both;
  font-size: 16px;
  line-height: 28px;
}
.richtext p.page--notes {
  margin: 20px 0;
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 28px;
}
.richtext ul.richtext-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.richtext ul.richtext-list li {
  margin: 0 0 12px;
  padding: 0 0 0 35px;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 24px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.richtext ul.richtext-list li:before {
  background: #9fa3b0;
  content: "";
  border-radius: 6px;
  transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 6px;
  height: 6px;
}
.richtext ol.richtext-list {
  list-style-type: none;
  list-style-position: inside;
  margin: 0 0 40px;
  padding: 0;
  counter-reset: section;
}
.richtext ol.richtext-list li {
  counter-increment: section;
  margin: 0 0 12px;
  padding: 0 0 0 35px;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 24px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.richtext ol.richtext-list li:before {
  color: #9fa3b0;
  content: counter(section) '.';
  font-size: 16px;
  line-height: 24px;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.richtext table {
  border: 1px solid #d8dcde;
  border-collapse: collapse;
  margin: 0 0 28px;
  width: 100%;
  height: auto;
}
.richtext table th,
.richtext table td {
  vertical-align: top;
  border: 1px solid #d8dcde;
}
.richtext table th {
  padding: 14px 12px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 21px;
  font-weight: 700;
}
.richtext table td {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.richtext table td a {
  color: #363636;
}
.richtext table td a:hover {
  color: #00973A;
}
/** less4j почему-то не понимает через запятую */
.richtext .button-primary + .button-primary,
.richtext .button-primary + .button-secondary,
.richtext .button-secondary + .button-primary {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .richtext .button-primary + .button-primary,
  .richtext .button-primary + .button-secondary,
  .richtext .button-secondary + .button-primary {
    margin-left: 0;
    margin-top: 20px;
  }
}
.richtext .download--file-name {
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .richtext .table-scrollBox {
    overflow: auto;
    padding: 0 15px 10px;
    margin: 0 -15px;
  }
  .richtext .table-scrollBox table {
    margin: 0 0 18px;
    width: 800px;
    height: auto;
  }
}
.richtext-small > *:last-child {
  margin-bottom: 0 !important;
}
.richtext-small > *:first-child {
  margin-top: 0 !important;
}
.richtext-small h1 {
  margin: 0 0 25px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
.richtext-small h2 {
  margin: 30px 0 25px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
}
.richtext-small h3 {
  margin: 30px 0 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
.richtext-small h4 {
  margin: 30px 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.richtext-small h5 {
  margin: 30px 0 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.richtext-small h1:first-child,
.richtext-small h2:first-child,
.richtext-small h3:first-child,
.richtext-small h4:first-child,
.richtext-small h5:first-child {
  margin-top: 0;
}
.richtext-small img,
.richtext-small iframe {
  max-width: 100%;
}
.richtext-small p {
  color: rgba(54, 54, 54, 0.8);
  margin: 0 0 22px;
  clear: both;
  font-size: 14px;
  line-height: 22px;
}
.richtext-small p.page--notes {
  margin: 20px 0;
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 22px;
}
.richtext-small ul.richtext-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.richtext-small ul.richtext-list li {
  margin: 0 0 12px;
  padding: 0 0 0 35px;
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 24px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.richtext-small ul.richtext-list li:before {
  background: #9fa3b0;
  content: "";
  border-radius: 6px;
  transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 6px;
  height: 6px;
}
.richtext-small ol.richtext-list {
  list-style-type: none;
  list-style-position: inside;
  margin: 0 0 40px;
  padding: 0;
  counter-reset: section;
}
.richtext-small 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: 14px;
  line-height: 24px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.richtext-small ol.richtext-list li:before {
  color: #9fa3b0;
  content: counter(section) '.';
  font-size: 16px;
  line-height: 24px;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.richtext-small table {
  border: 1px solid #d8dcde;
  border-collapse: collapse;
  margin: 0 0 28px;
  width: 100%;
  height: auto;
}
.richtext-small table th,
.richtext-small table td {
  vertical-align: top;
  border: 1px solid #d8dcde;
}
.richtext-small table th {
  padding: 14px 12px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 21px;
  font-weight: 700;
}
.richtext-small table td {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.richtext-small table td a {
  color: #363636;
}
.richtext-small table td a:hover {
  color: #00973A;
}
/** less4j почему-то не понимает через запятую */
.richtext-small .button-primary + .button-primary,
.richtext-small .button-primary + .button-secondary,
.richtext-small .button-secondary + .button-primary {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .richtext-small .button-primary + .button-primary,
  .richtext-small .button-primary + .button-secondary,
  .richtext-small .button-secondary + .button-primary {
    margin-left: 0;
    margin-top: 20px;
  }
}
.richtext-small .download--file-name {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .richtext-small .table-scrollBox {
    overflow: auto;
    padding: 0 15px 10px;
    margin: 0 -15px;
  }
  .richtext-small .table-scrollBox table {
    margin: 0 0 18px;
    width: 800px;
    height: auto;
  }
}
.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;
}
.main-promo {
  position: relative;
  background: #f1f5f9;
  min-height: 490px;
  z-index: 0;
  transition: height 200ms;
}
@media (max-width: 767px) {
  .main-promo {
    height: auto;
    min-height: auto;
  }
}
.main-promo--slide {
  height: 490px;
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  flex-direction: row-reverse;
  z-index: 1;
  transition-duration: 500ms;
}
.main-promo--slide.in {
  z-index: 2;
  position: static;
}
@media (max-width: 767px) {
  .main-promo--slide {
    height: auto;
    display: block;
    padding-bottom: 30px;
  }
}
.main-promo--text-side {
  width: 50%;
  display: flex;
  flex: 1;
  margin-right: 30px;
  flex-direction: row-reverse;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .main-promo--text-side {
    display: block;
    width: 100%;
  }
}
.main-promo--text {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .main-promo--text {
    padding: 5px 0 0;
  }
}
@media (min-width: 768px) {
  .main-promo--text {
    width: 342px;
  }
}
@media (min-width: 992px) {
  .main-promo--text {
    width: 450px;
  }
}
@media (min-width: 1176px) {
  .main-promo--text {
    width: 557px;
  }
}
.main-promo--text-bottom {
  position: absolute;
  bottom: 70px;
}
@media (max-width: 767px) {
  .main-promo--text-bottom {
    position: static;
  }
}
.main-promo--buttons {
  z-index: 3;
  position: absolute;
  top: 70px;
  right: auto;
  bottom: auto;
  left: 50%;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 1176px) {
  .main-promo--buttons {
    margin-left: -572px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .main-promo--buttons {
    margin-left: -465px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-promo--buttons {
    margin-left: -357px;
  }
}
@media (max-width: 767px) {
  .main-promo--buttons {
    position: absolute;
    top: 200px;
    right: 15px;
    bottom: auto;
    left: auto;
  }
}
.main-promo--button {
  border: 1px solid #d8dcde;
  z-index: 1;
  text-align: center;
  color: #9fa3b0 !important;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.main-promo--button:hover {
  border-color: #38398d;
  color: #38398d !important;
  z-index: 2;
}
.main-promo--button:nth-child(2) {
  left: -1px;
}
.main-promo--button-icon {
  font-size: 12px;
  line-height: 48px;
}
.main-promo--image-side {
  width: 50%;
  display: flex;
  flex: 1;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .main-promo--image-side {
    display: block;
    height: 220px;
    width: 100%;
    text-align: right;
    padding: 30px 0 30px 0;
  }
}
.main-promo--image {
  background-repeat: no-repeat;
  display: flex;
  flex: 1;
}
@media (min-width: 992px), (min-width: 768px) {
  .main-promo--image {
    background-position: left center;
    background-size: cover;
  }
}
@media (min-width: 1176px) {
  .main-promo--image {
    background-size: cover;
    background-position: left center;
  }
}
@media (min-width: 1500px) {
  .main-promo--image {
    background-size: contain;
    background-position: right center;
  }
}
@media (max-width: 767px) {
  .main-promo--image {
    display: inline-block;
    height: 100%;
    width: 80%;
    background-size: contain;
    background-position: right center;
  }
}
.main-promo--title {
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
  color: #38398d;
  margin: 15px 0;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .main-promo--title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .main-promo--title {
    margin: 30px 0 15px;
  }
}
.main-promo--desc {
  font-size: 16px;
  color: #363636;
}
@media (min-width: 1176px) {
  .main-promo--desc {
    padding-right: 70px;
  }
}
.footer {
  clear: both;
}
.footer--nav-line {
  border-top: 1px solid #d8dcde;
  padding: 80px 0 0;
}
@media (max-width: 1175px) {
  .footer--nav-line {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .footer--nav-line {
    padding: 30px 0 0;
  }
}
.footer--nav-line.alt {
  padding: 60px 0 20px;
}
@media (max-width: 767px) {
  .footer--nav-line.alt {
    padding: 40px 0 0;
  }
}
.footer--app-line {
  border-top: 1px solid #d8dcde;
  padding: 30px 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 1175px) {
  .footer--app-line {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .footer--app-line {
    border: none;
    padding: 0 0 30px;
  }
}
.footer--app-line .container {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.footer--logo {
  background: center center no-repeat;
  background-size: 100% auto;
  margin: 0 0 26px;
  background-image: url('/s/img/web/header--logo-xs.svg?v=de6a7bad');
  display: block;
  width: 204px;
  height: 30px;
}
.footer--copy {
  color: #9fa3b0;
}
.footer--copy--big {
  font-size: 14px;
  line-height: 18px;
}
.footer--copy-small {
  font-size: 12px;
  line-height: 18px;
}
.footer--list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer--list-head {
  margin: -6px 0 12px;
  text-transform: uppercase;
  color: #9fa3b0;
  white-space: nowrap;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.footer--list-item {
  font-size: 14px;
  line-height: 24px;
}
.footer--list-link {
  color: #9fa3b0;
}
.footer--list-link:hover,
.footer--list-link:focus,
.footer--list-link:active {
  color: #363636;
}
.footer--project-link {
  opacity: 0.7;
  transition: 200ms opacity;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
.footer--project-link:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.footer--project-image {
  display: block;
  max-width: 100%;
  max-height: initial;
}
.footer--phones {
  margin: 30px 0;
  z-index: 3;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.footer--phone {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer--phone {
    padding: 0;
    z-index: 2;
  }
}
.footer--phone.float--left {
  width: 50%;
  height: auto;
}
.footer--phone-digits {
  color: #9fa3b0;
  font-size: 24px;
  line-height: 18px;
  font-weight: 500;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.footer--phone-digits:hover {
  color: #38398d;
}
.footer--phone-label {
  text-transform: uppercase;
  color: #9fa3b0;
  margin: 0 0 7px 0px;
  white-space: nowrap;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}
.footer--phone-icon {
  margin: 0 0 0 19px;
  position: absolute;
  top: -20px;
  right: auto;
  bottom: auto;
  left: 100%;
  font-size: 5px;
  line-height: 38px;
}
.footer--gs {
  background: url(/s/img/web/header--gs.png?v=b6042238) -10px -85px no-repeat;
  margin: 0 0 0 60px;
  transition: all 200ms ease;
  width: 235px;
  height: 110px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -50px;
  left: auto;
}
.footer--gs:hover {
  opacity: 0.8;
}
.footer--call-line {
  border-top: 1px solid #d8dcde;
  padding: 27px 0 28px;
}
@media (max-width: 767px) {
  .footer--call-line {
    padding: 0 0 25px;
    border: none;
    margin: -10px 0 0;
  }
}
.footer--call-in {
  color: #9fa3b0;
  text-transform: uppercase;
  margin: 0 0 9px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
.footer--call-text {
  color: #9fa3b0;
  font-size: 14px;
  line-height: 18px;
}
.footer--call-title {
  text-transform: uppercase;
  color: #9fa3b0;
  margin: 10px 0 3px;
  font-size: 10px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .footer--call-title {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer--call-title:first-of-type {
    margin-top: 0;
  }
}
.footer--call-phone {
  color: #9fa3b0 !important;
  letter-spacing: -1.2px;
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer--call-phone {
    margin: 0 0 15px;
  }
}
.footer--call-chats {
  font-size: 0;
  line-height: 0;
}
.footer--call-chat {
  margin: 0 16px 0 0;
  display: inline-block;
  vertical-align: top;
}
.footer--call-chat:last-of-type {
  margin: 0;
}
.footer--call-chat i {
  color: #d8dcde;
  display: block;
  font-size: 24px;
  line-height: 24px;
  -webkit-transition: 200ms all ease;
  -o-transition: 200ms all ease;
  transition: 200ms all ease;
}
.footer--call-chat:focus i,
.footer--call-chat:active i {
  color: #d8dcde;
}
.footer--call-chat:hover i.icon-whatsapp-o {
  color: #25d366;
}
.footer--call-chat:hover i.icon-skype-o {
  color: #00aff0;
}
.footer--call-chat:hover i.icon-viber-o {
  color: #8f5db7;
}
.footer--call-chat:hover i.icon-telegram-o {
  color: #0088cc;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-block--header {
    min-height: 65px;
  }
}
.footer-block--title {
  color: #9fa3b0;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer-block--comment {
  color: #9fa3b0;
  margin-bottom: 7px;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .footer-block .app-link {
    width: 140px;
    height: auto;
  }
  .footer-block .mr {
    margin-right: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-block .app-link {
    width: 130px;
    height: auto;
    margin-bottom: 10px;
  }
  .footer-block .socials--item {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .footer-block {
    margin-bottom: 20px;
  }
}
.package-calc {
  background: #4041a2;
  color: #ffffff;
  padding: 23px 30px 0;
}
.package-calc--title {
  margin: 0 0 20px;
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1175px) {
  .package-calc--title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
}
.package-calc--desc {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 21px;
}
.package-calc--box {
  padding: 0 0 5px;
}
.package-calc--list {
  margin: 0 0px 15px 0;
  font-size: 0;
  line-height: 0;
}
.package-calc--item {
  margin: 0 10px 10px 0;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 0 7px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}
.package-calc--item-icon {
  content: "";
  color: #00973A;
  background: #ffffff;
  transform: translate(0, -50%);
  border-radius: 18px;
  box-shadow: 0 3px 8.5px 1.5px rgba(18, 70, 30, 0.18);
  text-align: center;
  padding: 0 0 0 1px;
  display: block;
  width: 18px;
  height: auto;
  font-size: 10px;
  line-height: 18px;
  position: absolute;
  top: 50%;
  right: -9px;
  bottom: auto;
  left: auto;
}
.package-calc--item.starred {
  padding-right: 14px;
  margin-right: 14px;
}
.package-calc--item.active {
  color: #ffffff;
  background: #00973A;
  border-color: #00973A;
}
.package-calc--item:hover,
.package-calc--item:focus,
.package-calc--item:active {
  color: #ffffff;
}
.package-calc--item.disabled {
  cursor: default;
  padding-right: 14px;
  margin-right: 14px;
  color: rgba(159, 163, 176, 0.5);
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.package-calc--item.disabled .helper {
  background: #ffffff;
  transform: translate(0, -50%);
  border-radius: 18px;
  font-style: normal;
  text-align: center;
  padding: 0 0 2px;
  position: absolute;
  top: 50%;
  right: -9px;
  bottom: auto;
  left: auto;
  font-size: 12px;
  line-height: 16px;
  width: 18px;
  height: 18px;
}
.package-calc--footer {
  margin: 0 -30px;
  padding: 20px 30px 23px;
  background: #38398d;
}
.package-calc--footer-label {
  margin: 0 0 9px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.package-calc--toggler {
  margin: -23px -30px 0;
  padding: 0 30px 0 60px;
  color: #ffffff;
  display: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 44px;
}
.package-calc--toggler:hover,
.package-calc--toggler:focus,
.package-calc--toggler:active {
  color: #ffffff;
}
.package-calc--toggler.active {
  display: block;
}
.package-calc--toggler-icon {
  font-size: 5px;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 30px;
}
.package-calc--box {
  display: none;
}
@media (min-width: 992px) {
  .package-calc--box {
    display: block!important;
  }
}
.inner--title {
  margin: -8px 0 18px;
  font-size: 36px;
  line-height: 40px;
}
.inner--desc {
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 24px;
}
.package-item {
  border: 1px solid #d8dcde;
}
.package-item--head {
  padding: 24px 60px 24px 30px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.package-item--head.disabled .package-item--info,
.package-item--head.disabled .package-item--counter {
  color: #9fa3b0;
}
.package-item--head .checker {
  margin: 13px 12px 14px 0;
}
@media (max-width: 767px) {
  .package-item--head .checker {
    float: none;
    margin: 0;
    position: absolute;
    top: 25px;
    right: auto;
    bottom: auto;
    left: 30px;
  }
}
.package-item--head.in-tabs {
  margin: -5px 0 -9px;
  padding: 0 30px 0 0;
}
@media (max-width: 767px) {
  .package-item--head.in-tabs {
    margin: -15px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .package-item--head.in-tabs {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .package-item--head {
    padding: 24px 30px;
  }
}
.package-item--info {
  max-width: 420px;
  max-height: initial;
}
@media (max-width: 767px) {
  .package-item--info {
    float: none;
    margin: 0 0 20px;
  }
  .package-item--info.with-radio {
    margin-left: 30px;
  }
}
.package-item--counter {
  text-align: right;
  margin: 12px 0;
  width: 104px;
  height: auto;
}
.package-item--head.in-tabs .package-item--counter {
  margin: 16px 0 0;
  width: auto;
  height: auto;
}
.package-item--btn {
  margin: 0 -40px 0 60px;
  width: 160px;
  height: auto;
}
@media (max-width: 767px) {
  .package-item--btn {
    margin: 30px 0 0;
    float: none;
    width: auto;
    height: auto;
  }
}
.package-item--title {
  margin: 1px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
label.package-item--title {
  cursor: pointer;
}
.package-item--title .helper {
  margin: 1px 0 -2px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .package-item--head.in-tabs .package-item--title {
    margin-left: 0 !important;
  }
}
.package-item--desc {
  color: #9fa3b0;
  padding: 0 0 4px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
label.package-item--desc {
  cursor: pointer;
  margin: 0;
  display: block;
}
.package-item--desc .link-arrow {
  margin: 2px 0 -2px;
}
.package-item--desc .link {
  margin-top: 1px;
}
.package-item--desc .link--icon {
  margin-left: 10px !important;
}
.package-item--desc > label {
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer;
}
.package-item--tabs,
.package-item--channels {
  border-top: 1px solid #d8dcde;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.package-item--tabs.toggle,
.package-item--channels.toggle {
  display: none;
}
.package-item--tabs.toggle.active,
.package-item--channels.toggle.active {
  display: block;
}
.package-item--channels.b0 {
  border: none;
}
.package-item--channels-inner {
  z-index: 1;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.package-item--channels-inner[data-scroll="custom"] {
  left: 0 !important;
  margin-left: 0 !important;
  top: 0 !important;
  margin-top: 0 !important;
  max-height: 466px !important;
  height: 466px !important;
}
.package-item--channels-inner:not(.scroll-content):before {
  z-index: 2;
  content: "";
  background: linear-gradient(to bottom, #f0f1f3 0%, rgba(255, 255, 255, 0) 100%);
  display: block;
  width: auto;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
.package-item--channels-title {
  padding: 18px 30px 11px;
  margin: 0 0 -34px;
  text-transform: uppercase;
  color: #9fa3b0;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
}
.package-item--channels-list {
  padding: 34px 10px 10px 7px;
  font-size: 0;
  line-height: 0;
}
.package-item--channels-list.alt-padding {
  padding: 34px 30px 10px;
}
.package-item--channels-hide {
  text-align: center;
  color: #363636;
  background: #f1f5f9;
  border-top: 1px solid #d8dcde;
  padding: 14px 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.package-item--channels-hide:hover,
.package-item--channels-hide:focus,
.package-item--channels-hide:active {
  color: #363636;
}
.package-item--channels-hide-icon {
  color: #9fa3b0;
  margin: 9px 0 0 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 5px;
  line-height: 5px;
}
.package-item--channel {
  text-align: center;
  margin: 0 7px 24px;
  color: #9fa3b0;
  display: inline-block;
  vertical-align: top;
  width: calc(20% - 14px);
  height: auto;
  font-size: 12px;
  line-height: 13px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .package-item--channel {
    width: calc(50% - 14px);
    height: auto;
  }
}
.package-item--channel-image {
  margin: 0 auto;
  transition: 200ms all ease;
  opacity: 0.95;
  -webkit-filter: grayscale(0.1);
  -moz-filter: grayscale(0.1);
  -ms-filter: grayscale(0.1);
  -o-filter: grayscale(0.1);
  filter: grayscale(0.1);
  display: block;
  width: 88px;
  height: 88px;
}
.package-item--channel-image img {
  display: block;
  max-width: 100%;
  max-height: initial;
}
.package-item--channel:hover,
.package-item--channel:focus,
.package-item--channel:active {
  color: rgba(54, 54, 54, 0.8);
}
.package-item--channel:hover .package-item--channel-image,
.package-item--channel:focus .package-item--channel-image,
.package-item--channel:active .package-item--channel-image {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.package-item--show,
.package-item--hide {
  display: none;
}
.package-item--show.active,
.package-item--hide.active {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .package-item--show .link--icon,
  .package-item--hide .link--icon {
    margin-top: 5px !important;
  }
}
@media (max-width: 767px) {
  .package-item--show .counter,
  .package-item--hide .counter {
    margin: 9px 0 -9px;
  }
}
.package-item--list {
  border-bottom: 1px solid #d8dcde;
}
.package-item--list .package-item {
  border-bottom: none;
}
.package-item--list.base {
  margin: 39px 0 0;
}
.package-item--label {
  margin: 0 0 9px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .package-item.open .package-item--info {
    margin: 0;
  }
}
.package-item.mini {
  margin: 0 0 -1px;
}
@media (min-width: 768px) {
  .package-item.mini {
    border-left: none;
    border-right: none;
  }
  .package-item.mini .package-item--head {
    padding: 15px 23px 14px 0;
  }
  .package-item.mini .package-item--head .checker {
    margin: 13px 2px 0 0;
  }
  .package-item.mini .package-item--head .star-btn {
    margin: 13px 0 0;
    border: none;
    padding: 0 0 0 17px;
    width: auto;
    height: 22px;
  }
  .package-item.mini .package-item--head .star-btn--label {
    padding: 0 0 0 11px;
    display: block;
  }
  .package-item.mini .package-item--head .star-btn--icon {
    transform: none;
    position: absolute;
    top: 2px;
    right: auto;
    bottom: auto;
    left: 0;
    font-size: 18px;
    line-height: 18px;
  }
  .package-item.mini .package-item--head .star-btn--baloon-icon {
    transform: none;
    position: absolute;
    top: 2px;
    right: auto;
    bottom: auto;
    left: 2px;
    font-size: 22px;
    line-height: 22px;
  }
  .package-item.mini .package-item--title {
    margin: 4px 0 2px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  .package-item.mini .package-item--desc {
    color: #9fa3b0;
    padding: 0 0 4px;
    font-size: 14px;
    line-height: 20px;
  }
  .package-item.mini .package-item--counter {
    margin: 15px 0;
    width: 76px;
    height: auto;
  }
}
.star-btn {
  border: 1px solid #d8dcde;
  border-radius: 2px;
  padding: 13px 17px 11px 43px;
  text-transform: uppercase;
  color: #9fa3b0;
  cursor: pointer;
  font-size: 10px;
  line-height: 12px;
  font-weight: 900;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.star-btn:hover,
.star-btn:focus,
.star-btn:active,
.star-btn.active {
  color: #00973A;
  outline: none;
}
.star-btn--icon {
  transform: translate(0, -50%);
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 15px;
}
@media (max-width: 1175px) {
  .star-btn--icon {
    transform: none;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    font-size: 18px;
    line-height: 50px;
  }
}
.star-btn--baloon-icon {
  transform: translate(0, -50%);
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 15px;
}
@media (max-width: 1175px) {
  .star-btn--baloon-icon {
    transform: none;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    font-size: 22px;
    line-height: 50px;
  }
}
@media (max-width: 1175px) {
  .star-btn {
    border: none;
    padding: 0 10px;
    margin: 0 -10px 0 0;
  }
}
@media (max-width: 767px) {
  .star-btn {
    margin: 0;
    position: absolute;
    top: 12px;
    right: 15px;
    bottom: auto;
    left: auto;
  }
}
.channels--sub-title {
  margin: 49px 0 33px;
  font-size: 24px;
  line-height: 40px;
}
.channels--download {
  margin: 23px 0 65px;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .channels--download {
    margin: 26px 0 50px;
  }
}
.channels--text {
  padding: 34px 0 0;
}
.channels--text p {
  color: #9fa3b0;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 24px;
}
.socials {
  font-size: 0;
  line-height: 0;
}
.socials--item {
  border: 1px solid;
  border-radius: 2px;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 991px) {
  .socials--item {
    margin-right: 15px;
  }
  .socials--item:last-of-type {
    margin: 0;
  }
}
.socials--item i {
  display: block;
}
.socials--item.vk {
  border-color: #4680C2;
  color: #4680C2;
}
.socials--item.vk:hover,
.socials--item.vk:focus,
.socials--item.vk:active {
  color: #ffffff;
  background-color: #4680C2;
}
.socials--item.vk i {
  font-size: 20px;
  line-height: 38px;
}
.socials--item.fb {
  border-color: #3c5899;
  color: #3c5899;
}
.socials--item.fb:hover,
.socials--item.fb:focus,
.socials--item.fb:active {
  color: #ffffff;
  background-color: #3c5899;
}
.socials--item.fb i {
  font-size: 16px;
  line-height: 38px;
}
.socials--item.tw {
  border-color: #41abe1;
  color: #41abe1;
}
.socials--item.tw:hover,
.socials--item.tw:focus,
.socials--item.tw:active {
  color: #ffffff;
  background-color: #41abe1;
}
.socials--item.tw i {
  font-size: 13px;
  line-height: 38px;
}
.socials--item.ok {
  border-color: #ed812b;
  color: #ed812b;
}
.socials--item.ok:hover,
.socials--item.ok:focus,
.socials--item.ok:active {
  color: #ffffff;
  background-color: #ed812b;
}
.socials--item.ok i {
  font-size: 17px;
  line-height: 38px;
}
.socials--item.yt {
  border-color: #E02F2F;
  color: #E02F2F;
}
.socials--item.yt:hover,
.socials--item.yt:focus,
.socials--item.yt:active {
  color: #ffffff;
  background-color: #E02F2F;
}
.socials--item.yt i {
  font-size: 16px;
  line-height: 38px;
}
.app-link {
  border: 1px solid #d8dcde;
  border-radius: 2px;
  text-align: center;
  color: #9fa3b0;
  width: 145px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
}
.app-link--icon {
  font-size: 29px;
  line-height: 38px;
}
.app-link:hover,
.app-link:focus,
.app-link:active {
  border-color: #9fa3b0;
  color: #363636;
}
@media (max-width: 767px) {
  .app-link {
    margin: 0 !important;
  }
  .app-link:first-of-type {
    border-radius: 2px 0 0 2px;
  }
  .app-link:last-of-type {
    border-left: none;
    border-radius: 0 2px 2px 0;
  }
}
.popover-box {
  display: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.popover-box.connect {
  padding: 0 30px;
  width: 330px;
  height: auto;
}
.popover-box.connect .popover-box--item {
  padding: 22px 0 20px;
  border-bottom: 1px solid #d8dcde;
}
.popover-box.connect .popover-box--item:last-of-type {
  border: none;
}
.popover-box.connect .popover-box--item .link {
  font-size: 16px;
  line-height: 19px;
}
.popover-box.connect .popover-box--item .link--icon {
  margin-top: 5px;
}
.popover-box.connect .popover-box--label {
  color: #9fa3b0;
  margin: 1px 0 0;
  font-size: 12px;
  line-height: 17px;
}
.popover-box.order {
  padding: 0 30px;
  width: 330px;
  height: auto;
}
@media (max-width: 767px) {
  .popover-box.order {
    width: 300px;
    height: auto;
  }
}
.popover-box.order .popover-box--item {
  padding: 18px 0;
  border-bottom: 1px solid #d8dcde;
  display: block;
}
@media (max-width: 767px) {
  .popover-box.order .popover-box--item {
    padding: 22px 0 20px;
  }
}
.popover-box.order .popover-box--item:last-of-type {
  border: none;
}
.popover-box.order .popover-box--item .link-arrow {
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .popover-box.order .popover-box--item .link-arrow {
    font-size: 14px;
  }
}
.popover-box.order .popover-box--item .link-arrow--icon {
  margin-top: 4px;
}
.popover-box.order .popover-box--label {
  color: #9fa3b0;
  margin: 3px 0 0;
  display: block;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 767px) {
  .popover-box.order .popover-box--label {
    margin: 1px 0 0;
    font-size: 12px;
    line-height: 17px;
  }
}
.popover-box.star {
  cursor: default;
  padding: 20px 30px 30px;
  color: #363636;
  width: 330px;
  height: auto;
}
.popover-box.star .popover-box--close {
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto;
  display: block;
  width: 14px;
  height: 14px;
}
.popover-box.star .popover-box--close:before,
.popover-box.star .popover-box--close:after {
  content: "";
  background: #9fa3b0;
  transition: 200ms all ease;
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.popover-box.star .popover-box--close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popover-box.star .popover-box--close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popover-box.star .popover-box--close:hover:before,
.popover-box.star .popover-box--close:focus:before,
.popover-box.star .popover-box--close:active:before,
.popover-box.star .popover-box--close:hover:after,
.popover-box.star .popover-box--close:focus:after,
.popover-box.star .popover-box--close:active:after {
  background: #363636;
}
.popover-box.star .popover-box--title {
  margin: 0 0 9px;
  font-size: 21px;
  line-height: 31px;
  font-weight: 500;
}
.popover-box.star .popover-box--text {
  font-size: 14px;
  line-height: 21px;
}
.popover-box.star .popover-box--footer {
  border-top: 1px solid #d8dcde;
  margin: 0 -30px;
  padding: 22px 30px 0;
}
.popover-box.star .popover-box--label {
  color: #9fa3b0;
  margin: 0 0 11px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
}
.popover-box.help {
  cursor: default;
  padding: 20px 30px;
  color: #363636;
  background: white;
  width: 330px;
  height: auto;
}
.popover-box.help p:last-child {
  margin-bottom: 0;
}
.popover-box.channel {
  cursor: default;
  color: #363636;
  margin: -1px;
  width: 285px;
  height: auto;
}
.popover-box.channel .popover-box--poster {
  display: block;
  width: 285px;
  height: 214px;
}
.popover-box.channel .popover-box--in {
  padding: 20px 30px 30px;
}
.popover-box.channel .popover-box--title {
  margin: 0 0 5px;
  color: #363636;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
.popover-box.channel .popover-box--title:hover {
  color: #00973A;
}
.popover-box.channel .popover-box--desc {
  color: #9fa3b0;
  margin: 0 0 13px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.popover-box.channel .popover-box--text {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 22px;
}
.popover-box.channel .popover-box--rating {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.popover-box.channel .popover-box--rating-label {
  text-transform: uppercase;
  color: #9fa3b0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.popover-box.channel .popover-box--rating-value {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.popover-box.channel-alt {
  cursor: default;
  color: #363636;
  margin: -1px;
  width: 285px;
  height: auto;
}
.popover-box.channel-alt .popover-box--header {
  border-bottom: 1px solid #d8dcde;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.popover-box.channel-alt .popover-box--img {
  border-right: 1px solid #d8dcde;
  width: 80px;
  height: 79px;
}
.popover-box.channel-alt .popover-box--img img {
  display: block;
  width: 100%;
  height: auto;
}
.popover-box.channel-alt .popover-box--title {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: 110px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.popover-box.channel-alt .popover-box--desc {
  padding: 25px 30px;
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 20px;
}
.popover-box.channel-alt .popover-box--desc p {
  margin: 0 0 15px;
}
.popover-box.channel-alt .popover-box--desc p:last-of-type {
  margin: 0;
}
.popover-box.channel-alt .popover-box--label {
  text-transform: uppercase;
  color: #9fa3b0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.popover-box.channel-alt .popover-box--packages {
  padding: 0 30px 20px;
  border-top: 1px solid #d8dcde;
}
.popover-box.channel-alt .popover-box--packages-title {
  padding: 25px 0 11px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.popover-box.channel-alt .popover-box--packages-tags {
  margin: 0 -10px 0 0;
  font-size: 0;
  line-height: 0;
}
.popover-box.channel-alt .popover-box--packages-tags .tags--item {
  font-weight: 500;
  margin: 0 10px 10px 0;
}
.popover-box.list {
  cursor: default;
  margin: -1px;
}
.popover-box.list .popover-box--list {
  list-style: none;
  margin: 0;
  padding: 15px 0;
}
.popover-box.list .popover-box--item {
  white-space: nowrap;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.popover-box.list .popover-box--link {
  color: rgba(54, 54, 54, 0.8);
  padding: 9px 30px;
  display: block;
}
.popover-box.list .popover-box--link:hover {
  color: #00973A;
}
.popover-box.is-chat {
  cursor: default;
  color: #363636;
  white-space: nowrap;
}
.popover-box--chat-t {
  color: #9fa3b0;
  text-transform: uppercase;
  display: block;
  font-size: 10px;
  line-height: 16px;
}
.popover-box--chat-p {
  padding: 1px 0 2px;
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.popover-box--chat-d {
  color: #9fa3b0;
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.popover-box--chat-l {
  color: #363636 !important;
  padding: 11px 17px 10px;
  display: block;
}
.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;
}
.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: #9fa3b0;
  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;
}
.image {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.image--img {
  display: block;
  width: 100%;
  height: auto;
}
.image:after {
  content: "";
  z-index: 1;
  background: linear-gradient(to bottom, transparent 0%, #494a4b 100%);
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 115px;
}
@media (max-width: 767px) {
  .image:after {
    display: none;
  }
}
.image.image--notitle:after {
  display: none;
}
.image--info {
  z-index: 2;
  color: #ffffff;
  padding: 0 30px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 30px;
  left: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .image--info {
    color: #363636;
    padding: 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
@media (max-width: 767px) {
  .image--title {
    float: none;
    margin: 25px 0 10px;
  }
}
@media (max-width: 767px) {
  .image--copy {
    float: none;
    color: rgba(54, 54, 54, 0.8);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
}
.card--image {
  display: block;
  border: 1px solid #d8dcde;
  margin: 0 0 20px;
}
.card--image-img {
  display: block;
  width: 100%;
  height: auto;
}
.card--tag {
  margin: 0 0 12px;
}
.card--title {
  color: #363636;
  margin: 0 0 6px;
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.card--title:hover {
  color: #00973A;
}
.card--brief {
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 28px;
}
.card--date {
  padding: 4px 0 0;
  text-transform: uppercase;
  color: #9fa3b0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.card.inline {
  padding-right: 30px;
  white-space: normal;
  width: 392px;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .card.inline {
    width: 335px;
    height: auto;
  }
}
.card.alt-margins .card--image {
  margin: 0 0 30px;
}
.card.alt-margins .card--tag {
  margin: 0 0 14px;
}
.card.alt-margins .card--title {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.card.alt-margins .card--brief {
  margin: 0 0 17px;
  font-size: 16px;
  line-height: 24px;
}
.video {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.video iframe {
  background: #9fa3b0;
  border: none;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.video--frame-box {
  padding: 0 0 56.25%;
  width: auto;
  height: 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.video:after {
  content: "";
  z-index: 1;
  background: linear-gradient(to bottom, transparent 0%, #494a4b 100%);
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 115px;
}
@media (max-width: 767px) {
  .video:after {
    display: none;
  }
}
.video.no-shadow:after {
  display: none;
}
.video--play {
  background: #00973A;
  border-radius: 60px;
  z-index: 2;
  width: 60px;
  height: 60px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 32px;
  left: 29px;
}
@media (max-width: 767px) {
  .video--play {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 16px;
    left: 0;
  }
}
.video--play:after {
  content: "";
  margin: 17px 0 0 21px;
  border-top: 13px solid transparent;
  border-left: 24px solid #ffffff;
  border-bottom: 13px solid transparent;
  display: block;
  width: 0;
  height: auto;
}
.video--info {
  z-index: 2;
  color: #ffffff;
  padding: 0 30px 0 120px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 22px;
  left: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .video--info {
    padding: 25px 0 0 90px;
    color: #363636;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.video--foot {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .video--foot {
    color: rgba(54, 54, 54, 0.5);
  }
}
.download {
  font-size: 0;
  line-height: 0;
}
.download--file {
  padding: 0 40px 20px 55px;
  color: rgba(54, 54, 54, 0.8);
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 50%;
  height: auto;
  font-size: 12px;
  line-height: 28px;
}
.download--file:only-child {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .download--file {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .download--file {
    width: 100%;
    height: auto;
    display: block;
  }
}
.download--file-icon {
  color: #00973A;
  transition: 200ms all 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: 32px;
  line-height: 56px;
}
.download--file-icon:before {
  content: "\e92b";
}
.download--file-icon.doc:before,
.download--file-icon.docx:before {
  content: "\e927";
}
.download--file-icon.pdf:before {
  content: "\e926";
}
.download--file-icon.xls:before,
.download--file-icon.xlsx:before {
  content: "\e928";
}
.download--file-icon.ppt:before {
  content: "\e923";
}
.download--file-icon.png:before {
  content: "\e929";
}
.download--file-icon.jpg:before {
  content: "\e924";
}
.download--file-icon.zip:before {
  content: "\e92a";
}
.download--file-icon.rar:before {
  content: "\e925";
}
.download--file:hover,
.download--file:hover .download--file-icon {
  color: #38398d;
}
.download--file-name {
  font-size: 16px;
  line-height: 28px;
}
.download--file-size {
  color: rgba(54, 54, 54, 0.8);
}
.tv-genres--list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tv-genres--list:after {
  content: "";
  z-index: 1;
  background: #d8dcde;
  width: auto;
  height: 1px;
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.tv-genres--item {
  color: rgba(54, 54, 54, 0.8);
  z-index: 2;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.tv-genres--item.active,
.tv-genres--item:hover {
  color: #00973A;
}
.tv-genres--more {
  padding: 2px 0 0;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.tv-genres--more-label {
  border-bottom: 1px dashed;
  transition: 200ms all ease;
  display: inline-block;
  vertical-align: top;
}
.tv-genres--more:hover {
  color: #363636;
}
.tv-genres--more:focus {
  outline: none;
}
.tv-genres--item,
.tv-genres--more {
  text-align: center;
  flex-grow: 1;
  cursor: pointer;
}
.tv-genres--item:first-of-type,
.tv-genres--more:first-of-type {
  text-align: left;
  flex-grow: 0.5;
}
.tv-genres--item.last,
.tv-genres--more.last,
.tv-genres--item:last-of-type,
.tv-genres--more:last-of-type {
  text-align: right;
  flex-grow: 0.5;
}
.tv-genres--item.active .tv-genres--link:after {
  content: "";
  background: #00973A;
  width: auto;
  height: 2px;
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.tv-genres--link {
  padding: 2px 0 26px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.tv-days--list {
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
}
.tv-days--item {
  float: left;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
}
.tv-days--item.highlight {
  color: #e64545;
}
.tv-days--item:hover,
.tv-days--item.active {
  color: #00973A;
}
.tv-days--more {
  float: left;
  padding: 7px 15px 0;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.tv-days--more-label {
  border-bottom: 1px dashed;
  transition: 200ms all ease;
  display: inline-block;
  vertical-align: top;
}
.tv-days--more:hover {
  color: #363636;
}
.tv-days--more:focus {
  outline: none;
}
.tv-days--link {
  color: inherit!important;
  padding: 0 14px;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tv-days--link {
    padding: 0 11px;
  }
}
.tv-days--item:first-of-type .tv-days--link {
  padding-left: 0;
}
.tv-days.bordered .tv-days--link {
  padding: 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.tv-days.bordered .tv-days--item {
  padding: 0 14px;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .tv-days.bordered .tv-days--item {
    padding: 0 9px;
  }
}
@media (min-width: 1176px) {
  .tv-days.bordered .tv-days--item {
    padding: 0 12px;
  }
}
.tv-days.bordered .tv-days--item:first-of-type {
  padding-left: 0;
}
.tv-days.bordered .tv-days--item.active .tv-days--link:after {
  content: "";
  background: #00973A;
  display: block;
  width: auto;
  height: 2px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -21px;
  left: 0;
}
.tv-search {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 312px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tv-search {
    width: 130px;
    height: auto;
  }
}
.tv-search--input {
  padding: 10px 10px 10px 57px;
  border: 1px solid #d8dcde;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 28px;
}
.tv-search--input:focus {
  outline: none!important;
}
.tv-search--submit {
  border: none;
  padding: 0;
  background: none;
  text-align: right;
  color: #9fa3b0;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 40px;
  height: 50px;
  font-size: 18px;
  line-height: 54px;
}
.tv-search--submit:hover {
  color: #33a44d;
}
.tv-search--submit:focus {
  outline: none;
}
.tv-timezone {
  margin: 8px 30px 0 0;
}
.tv-timezone.no-search {
  margin-right: 0;
}
.tv-timezone--label {
  padding: 0 30px 0 20px;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
}
.tv-timezone--label:focus {
  outline: none;
}
.tv-timezone--label-icon {
  display: block;
  font-size: 5px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: auto;
  left: auto;
}
.tv-tools {
  padding: 30px 0;
}
.tv-tools.bordered {
  border-bottom: 1px solid #d8dcde;
}
.tv-layout {
  z-index: 1;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.tv-layout--title {
  border-bottom: 1px solid #d8dcde;
  padding: 0 0 4px;
  margin: 0 0 25px;
}
.tv-layout--group {
  padding: 0 0 31px;
  margin: 0 0 33px;
  border-bottom: 1px solid #d8dcde;
}
.tv-layout--group:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.tv-layout--gtitle {
  margin: 0 0 36px;
  font-size: 24px;
  line-height: 24px;
}
.tv-layout--list.index {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tv-layout--list.index .tv-schedule {
  padding: 0 15px;
  width: 33.333333%;
  height: auto;
}
@media (max-width: 767px) {
  .tv-layout--list.index .tv-schedule {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tv-layout--list.index .tv-schedule {
    width: 50%;
    height: auto;
  }
}
.tv-layout--more {
  border: 1px solid;
  text-align: center;
  display: block;
  width: auto;
  height: 100%;
  min-width: auto;
  min-height: 250px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.tv-layout--more:before {
  content: "";
  background: #E4E7EB;
  margin: -62px 0 0 -25px;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 50px;
  height: 40px;
}
.tv-layout--more:after {
  content: "";
  background: #00973A;
  margin: -18px 0 0 -15px;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 30px;
  height: 2px;
}
.tv-layout--more span {
  transform: translate(-50%, -50%);
  padding: 40px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 120px;
  height: auto;
}
.tv-schedule {
  margin: 0 0 30px 0;
}
.tv-schedule--inner {
  border: 1px solid #d8dcde;
  width: auto;
  height: 100%;
}
.tv-schedule--list {
  padding: 25px 0 5px;
}
.tv-schedule--header {
  padding-left: 80px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #9fa3b0;
}
.tv-schedule--item {
  padding: 0 30px 0 80px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 18px;
}
.tv-schedule--item.passed {
  color: #9fa3b0;
}
.tv-schedule--item.current {
  color: #00973A;
}
.tv-schedule--item.current .tv-schedule--item-title {
  padding-bottom: 33px;
}
.tv-schedule--item.current:before {
  content: "";
  border-top: 4px solid transparent;
  border-left: 8px solid #00973A;
  border-bottom: 4px solid transparent;
  width: 0;
  height: auto;
  display: block;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 13px;
}
.tv-schedule--item.live:before {
  content: "";
  border-radius: 8px;
  background: #38398d;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 13px;
}
.tv-schedule--item.dvr:before {
  content: "";
  border-top: 4px solid transparent;
  border-left: 8px solid #9fa3b0;
  border-bottom: 4px solid transparent;
  width: 0;
  height: auto;
  display: block;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 13px;
}
.tv-schedule--item-time {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.tv-schedule--item-title {
  color: inherit;
  padding: 0 0 15px;
  display: inline-block;
  vertical-align: top;
}
a.tv-schedule--item-title:hover {
  color: #00973A;
}
a.tv-schedule--item-title:focus {
  outline: none;
}
.tv-schedule--item-watch {
  color: #9fa3b0;
  margin-top: -10px;
  padding-bottom: 15px;
  font-size: 12px;
  display: block;
}
.current .tv-schedule--item-watch {
  margin-top: -27px;
  padding-bottom: 27px;
}
a.tv-schedule--item-watch:hover {
  color: #00973A;
}
a.tv-schedule--item-watch:focus {
  outline: none;
}
.in-widget .tv-schedule--item-watch {
  padding-bottom: 0px;
  margin-top: 5px;
}
.tv-schedule--item-watch::after {
  margin-left: 7px;
  font-size: 6px;
  position: relative;
  top: -1px;
}
.tv-schedule--item-progress {
  background: #d8dcde;
  width: auto;
  height: 2px;
  position: absolute;
  top: auto;
  right: 30px;
  bottom: 16px;
  left: 30px;
}
.tv-schedule--item-progress-in {
  background: #00973A;
  transition: width 1s;
  width: auto;
  height: 100%;
}
.tv-schedule--item.in-widget {
  padding: 29px 0 29px 160px;
  border-bottom: 1px solid #d8dcde;
  font-size: 16px;
  line-height: 20px;
}
.tv-schedule--item.in-widget.current:before,
.tv-schedule--item.in-widget.dvr:before {
  position: absolute;
  top: 35px;
  right: auto;
  bottom: auto;
  left: 0;
}
.tv-schedule--item.in-widget.live:before {
  position: absolute;
  top: 35px;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 767px) {
  .tv-schedule--item.in-widget {
    padding-left: 30px;
  }
}
.tv-schedule--item.in-widget .tv-schedule--item-time {
  position: absolute;
  top: 29px;
  right: auto;
  bottom: auto;
  left: 30px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .tv-schedule--item.in-widget .tv-schedule--item-time {
    margin: 0 0 5px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.tv-schedule--item.in-widget .tv-schedule--item-title {
  padding: 0;
}
.tv-schedule--item.in-widget .tv-schedule--item-progress {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -1px;
  left: 0;
}
.tv-schedule--group {
  text-align: center;
  text-transform: uppercase;
  color: #9fa3b0;
  padding: 8px 0 15px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
.tv-schedule--group:first-child {
  padding-top: 0;
}
.tv-schedule.full .tv-schedule--list {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .tv-schedule.full .tv-schedule--list {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tv-schedule.full .tv-schedule--list {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.channel-header {
  border-bottom: 1px solid #d8dcde;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: 79px;
}
.channel-header.bordered {
  border: 1px solid #d8dcde;
}
.channel-header.no-border {
  border: none;
  width: auto;
  height: 78px;
}
.channel-header--logo {
  border-right: 1px solid #d8dcde;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 79px;
  height: auto;
}
.channel-header--logo-img {
  display: block;
  width: 100%;
  height: auto;
}
.channel-header--title {
  transform: translate(0, -50%);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 78px;
  bottom: auto;
  left: 110px;
}
.channel-header--title-dot {
  background: #00973A;
  border-radius: 12px;
  margin: -6px 0 0;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -27px;
}
.channel-header--connect {
  position: absolute;
  top: 20px;
  right: 48px;
  bottom: auto;
  left: auto;
  width: 30px;
  height: 38px;
}
.channel-header--connect:before,
.channel-header--connect:after {
  content: "";
  background: #9fa3b0;
  transform: translate(-50%, -50%);
  transition: all 200ms ease;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.channel-header--connect:before {
  width: 16px;
  height: 2px;
}
.channel-header--connect:after {
  width: 2px;
  height: 16px;
}
.channel-header--connect:hover:before,
.channel-header--connect:hover:after {
  background: #00973A;
}
.channel-header--connect-2 {
  position: absolute;
  top: 19px;
  right: 62px;
  bottom: auto;
  left: auto;
}
.channel-header--connected {
  text-transform: uppercase;
  color: #00973A;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  position: absolute;
  top: 29px;
  right: 62px;
  bottom: auto;
  left: auto;
  display: block;
}
.channel-header--connected:before {
  content: "";
  margin: 4px 9px 0 0;
  border-radius: 12px;
  background: #00973A;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: top;
}
.channel-header--connected.alt {
  text-align: center;
  margin: 10px 0 30px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.channel-header--connected.alt2 {
  text-align: center;
  padding: 0 0 20px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.channel-header--fav {
  color: #9fa3b0;
  text-align: center;
  display: block;
  position: absolute;
  top: 20px;
  right: 10px;
  bottom: auto;
  left: auto;
  width: 38px;
  height: 38px;
}
.channel-header--fav:focus {
  color: #9fa3b0;
}
.channel-header--fav:hover {
  color: #33a44d;
}
.channel-header--fav.active {
  color: #33a44d;
}
.channel-header--fav.active:hover {
  color: #00973A;
}
.channel-header--fav.active:focus {
  color: #00973A;
}
.channel-header--fav-icon {
  display: block;
  font-size: 17px;
  line-height: 38px;
}
.channel-header--fav.active .channel-header--fav-icon:before {
  content: "\e93a";
  font-family: 'ntv-s' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.channel-header .tooltip {
  margin-top: 15px;
}
.channel-header--title-dot {
  display: none;
}
.channel-header.column .channel-header--connected,
.channel-header.column .channel-header--connect-2 {
  display: none;
}
.channel-header.column.connected .channel-header--title {
  left: 137px;
}
.channel-header.column.connected .channel-header--title-dot {
  display: block;
}
.channel-header.column.connected .channel-header--connect {
  display: none;
}
.channel-header.full .channel-header--title-dot,
.channel-header.full .channel-header--connect {
  display: none;
}
.channel-header.full .channel-header--connected {
  display: none;
}
@media (max-width: 767px) {
  .channel-header.full .channel-header--connect {
    display: block;
  }
  .channel-header.full .channel-header--connected,
  .channel-header.full .channel-header--connect-2 {
    display: none;
  }
}
.channel-header.full.connected .channel-header--connected {
  display: block;
}
.channel-header.full.connected .channel-header--connect-2 {
  display: none;
}
@media (max-width: 767px) {
  .channel-header.full.connected .channel-header--connect,
  .channel-header.full.connected .channel-header--connected {
    display: none;
  }
  .channel-header.full.connected .channel-header--title {
    left: 137px;
  }
  .channel-header.full.connected .channel-header--title-dot {
    display: block;
  }
}
.channel-header.in-tv .channel-header--connect {
  right: 10px;
}
.channel-header.in-tv .channel-header--connect-2,
.channel-header.in-tv .channel-header--connected {
  right: 20px;
}
@media (max-width: 767px) {
  .channel-header.in-tv.full .channel-header--title {
    right: 50px;
  }
}
@media (max-width: 767px) {
  .channel-header.in-tv.full.connected .channel-header--title {
    right: 30px;
  }
}
.loader {
  width: auto;
  height: 60px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.loader div {
  background: #00973A;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.loader div:nth-child(1),
.loader div:nth-child(2),
.loader div:nth-child(3) {
  border-radius: 60px;
  opacity: 0;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  -webkit-animation: loader 1s 0s linear infinite;
  animation: loader 1s 0s linear infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.loader div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}
.loader div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}
.loader div:nth-child(4) {
  margin: -11px 0 0 -11px;
  border-radius: 22px;
  width: 22px;
  height: 22px;
}
.loader div:nth-child(4):before {
  content: "";
  background: #ffffff;
  border-radius: 5px;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 5px;
}
@-webkit-keyframes loader {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes loader {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.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: #9fa3b0;
  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: #9fa3b0 !important;
}
.region-map--box-title-comment a {
  color: #9fa3b0 !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;
  }
}
.program--title {
  margin: 0 0 6px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
.program--desc {
  margin: 0 0 42px;
  color: #9fa3b0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}
.program--text {
  margin: 0 0 32px;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 28px;
}
.program--sliders {
  margin: 0 0 22px;
}
.program--sliders-full {
  margin: 0 0 4px;
  border: 1px solid #d8dcde;
}
.program--sliders-full .slide {
  display: none;
}
.program--sliders-full .slide:first-of-type {
  display: block;
}
.program--sliders-full.slick-initialized .slide {
  display: block;
}
.program--sliders-full .slide img {
  display: block;
  width: 100%;
  height: auto;
}
.program--sliders-full .slick-arrow {
  z-index: 3;
  border: 1px solid #d8dcde;
  transform: translate(0, -50%);
  background: #ffffff;
  text-align: center;
  color: #9fa3b0;
  cursor: pointer;
  transition: 200ms all ease;
  opacity: 0;
  width: 49px;
  height: 50px;
  font-size: 12px;
  line-height: 48px;
}
.program--sliders-full .slick-arrow:hover {
  color: #363636;
  opacity: 1 !important;
}
.program--sliders-full .slick-arrow.slick-prev {
  border-left: none;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
}
.program--sliders-full .slick-arrow.slick-next {
  border-right: none;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
}
.program--sliders-full:hover .slick-arrow {
  opacity: 0.7;
}
.program--sliders-short .slide {
  display: none;
}
.program--sliders-short .slide:first-of-type {
  display: block;
}
.program--sliders-short.slick-initialized .slide {
  display: block;
}
.program--sliders-short .slide {
  padding: 0 5px 0 0;
  cursor: pointer;
  width: 105px !important;
  height: auto !important;
}
.program--sliders-short .slide-inner {
  background: #d8dcde;
}
.program--sliders-short .slide img {
  opacity: 0.3;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  display: block;
  width: 100%;
  height: auto;
}
.program--sliders-short .slide:focus {
  outline: none;
}
.program--sliders-short .slick-active {
  cursor: default;
}
.program--sliders-short .slick-active .slide {
  cursor: default;
}
.program--sliders-short .slick-active img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.program--rating {
  padding: 0 0 0 50px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.program--rating-box {
  margin-bottom: 22px;
}
.program--rating-logo {
  overflow: hidden;
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
  width: 36px;
  height: auto;
}
.program--rating-label {
  text-transform: uppercase;
  color: #9fa3b0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.program--rating-value {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}
.program--fields {
  border-top: 1px solid #d8dcde;
}
.program--fields.zero-tb,
.program--fields.no-border {
  border: none;
}
.program--fields-item {
  padding: 22px 0 20px;
  border-bottom: 1px solid #d8dcde;
}
.program--fields-key {
  margin: 0 0 7px;
  text-transform: uppercase;
  color: #9fa3b0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
.program--fields-value {
  color: rgba(54, 54, 54, 0.8);
  font-size: 13px;
  line-height: 17px;
}
.program--fields.no-border .program--fields-item {
  padding-top: 0;
  border: none;
}
.channel--title {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
.channel--logo-svg {
  width: 100%;
  height: 100%;
}
.channel--logo-svg text {
  font-size: 40px;
  font-family: 'Roboto';
}
.channel--text {
  margin: 0 0 30px;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 28px;
}
.channel--stitle {
  font-size: 24px;
  line-height: 28px;
}
.channel-box {
  width: 754px;
  height: auto;
}
@media (max-width: 767px) {
  .channel-box {
    margin: 0;
    width: 100%;
    height: auto;
  }
}
.channel-box--in {
  border: none;
  box-shadow: none;
}
.channel-box--header {
  padding: 0 79px 0 0;
}
@media (max-width: 767px) {
  .channel-box--header {
    padding-right: 0;
  }
}
.channel-box--content {
  padding: 25px 30px 40px;
}
.channel-box--title {
  margin: 0 0 5px;
  color: rgba(54, 54, 54, 0.8);
  font-size: 24px;
  line-height: 28px;
}
.channel-box--desc {
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 24px;
}
.channel-box--text {
  color: rgba(54, 54, 54, 0.8);
  margin: 0 0 35px;
  font-size: 16px;
  line-height: 24px;
}
.channel-link {
  text-align: center;
  border: 1px solid #d8dcde;
  color: rgba(196, 204, 215, 0.8);
  padding: 10px 0 0;
  overflow: hidden;
  margin: 0 -1px -1px 0;
  display: block;
  width: 125px;
  height: 125px;
  font-size: 12px;
  line-height: 13px;
  font-weight: 500;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.channel-link--grid {
  padding: 0 0 1px 0;
  display: inline-block;
  vertical-align: top;
}
.channel-link--image {
  margin: 0 auto;
  transition: 200ms all ease;
  opacity: 0.6;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  display: block;
  width: 88px;
  height: 88px;
}
.channel-link--image img {
  display: block;
  max-width: 100%;
  max-height: initial;
}
.channel-link--label {
  padding: 0 5px;
  white-space: normal;
  display: block;
  text-align: center;
}
.channel-link:hover {
  color: rgba(54, 54, 54, 0.8);
  outline: none;
  border-color: #38398d;
  z-index: 2;
}
.channel-link:hover .channel-link--image {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.main-links {
  padding: 80px 0;
}
@media (max-width: 1175px) {
  .main-links {
    padding: 50px 0;
  }
}
.main-links--title {
  margin: -7px 0 25px;
  font-size: 36px;
  line-height: 40px;
}
.main-links--text {
  color: rgba(54, 54, 54, 0.8);
  margin: 0 0 34px;
  font-size: 16px;
  line-height: 24px;
}
.main-links--grid {
  border-right: 1px solid #d8dcde;
  border-bottom: 1px solid #d8dcde;
}
.main-links--item {
  border-top: 1px solid #d8dcde;
  border-left: 1px solid #d8dcde;
  text-align: center;
  text-transform: uppercase;
  color: #9fa3b0;
  height: 239px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .main-links--item {
    height: 144px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-links--item {
    height: 238px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .main-links--item {
    height: 203px;
  }
}
.main-links--item:before,
.main-links--item:after {
  content: "";
  background: #38398d;
  opacity: 0;
  z-index: 2;
  transition: 200ms all ease;
  display: block;
}
.main-links--item:before {
  width: auto;
  height: 1px;
  position: absolute;
  top: auto;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
.main-links--item:after {
  width: 1px;
  height: auto;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: auto;
}
.main-links--item:hover {
  border-color: #38398d;
  color: #363636;
}
.main-links--item:hover:before,
.main-links--item:hover:after {
  opacity: 1;
}
.main-links--item-single-icon {
  display: block;
  width: 100%;
  height: 50px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 auto 24px;
}
.main-links--item-single-icon.i1 {
  background-image: url('/s/img/icon/key.svg?v=e840091b');
}
.main-links--item-single-icon.i2 {
  background-image: url('/s/img/icon/card.svg?v=34515966');
}
.main-links--item-single-icon.i3 {
  background-image: url('/s/img/icon/discount.svg?v=32105869');
}
.main-links--item-single-icon.i4 {
  background-image: url('/s/img/icon/newspaper.svg?v=f6b6b148');
}
.main-links--item-single-icon.i5 {
  background-image: url('/s/img/icon/contacts.svg?v=421ab631');
}
.main-links--item-single-icon.i6 {
  background-image: url('/s/img/icon/phone.svg?v=735c9881');
}
.main-links--item-single-icon.i7 {
  background-image: url('/s/img/icon/help.svg?v=e55797b9');
}
.main-links--item-single-icon.i7 {
  background-image: url('/s/img/icon/help.svg?v=e55797b9');
}
.main-links--item-single-icon.i8 {
  background-image: url('/s/img/icon/docs-v1.svg?v=adf66d97');
}
.main-links--item-single-icon.i9 {
  background-image: url('/s/img/icon/docs-v2.svg?v=b256076');
}
.main-links--item-single-icon.i10 {
  background-image: url('/s/img/icon/geo-v1.svg?v=369141ec');
}
.main-links--item-single-icon.i11 {
  background-image: url('/s/img/icon/geo-v2.svg?v=4d6849db');
}
.main-links--item-icon {
  background-size: auto 100%;
  margin: 0 auto 24px;
  background-image: url('/s/img/web/main-links--icon.svg?v=8fc58253');
  display: block;
  width: 48px;
  height: 47px;
}
.main-links--item-icon.i1 {
  background-position: 0 0;
}
.main-links--item-icon.i2 {
  background-position: -48px 0;
}
.main-links--item-icon.i3 {
  background-position: -96px 0;
}
.main-links--item-icon.i4 {
  background-position: -144px 0;
}
.main-links--item-icon.i5 {
  background-position: -192px 0;
}
.main-links--item-icon.i6 {
  background-position: -240px 0;
}
.main-links--item-label {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
}
.main-calc {
  padding: 80px 0 0;
}
@media (max-width: 1175px) {
  .main-calc {
    padding: 50px 0 0;
  }
}
.main-calc--title {
  margin: -7px 0 25px;
  font-size: 36px;
  line-height: 40px;
}
.main-calc--text {
  color: rgba(54, 54, 54, 0.8);
  margin: 0 0 42px;
  font-size: 16px;
  line-height: 24px;
}
.main-calc--hr {
  margin: 80px 0 0;
  background: #d8dcde;
  width: auto;
  height: 1px;
}
@media (max-width: 1175px) {
  .main-calc--hr {
    margin-top: 50px;
  }
}
.main-calc--stitle {
  text-transform: uppercase;
  margin: 4px 0 29px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
.main-calc--label {
  margin: 0 0 12px;
  text-transform: uppercase;
  color: #9fa3b0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.main-calc--label .helper {
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;
}
.main-calc--counter {
  margin: 0 0 27px;
}
.main-calc--btn {
  margin: 12px 0 0;
}
.live-box {
  border: 1px solid #d8dcde;
  padding: 53px 70px 36px;
  margin: 0 -1px 0 0;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  width: 573px;
  height: auto;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .live-box {
    padding: 28px 30px 25px;
    width: 290px;
    height: auto;
  }
}
.live-box--title {
  text-align: center;
  text-transform: uppercase;
  color: #9fa3b0;
  margin: 0 0 36px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .live-box--title {
    margin: 0 0 29px;
    font-size: 14px;
    line-height: 18px;
  }
}
.live-box--team,
.live-box--score {
  text-align: center;
  white-space: normal;
  width: 33.333333%;
  height: auto;
}
.live-box--team-img {
  margin: 0 auto 10px;
  display: block;
  width: 70px;
  height: auto;
}
@media (max-width: 767px) {
  .live-box--team-img {
    margin-bottom: 30px;
    width: 50px;
    height: auto;
  }
}
.live-box--team-name {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  min-width: initial;
  min-height: 72px;
}
.live-box--score {
  padding: 2px 0 0;
}
@media (max-width: 767px) {
  .live-box--score {
    padding: 0;
  }
}
.live-box--score-in {
  margin: 0 0 19px;
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 767px) {
  .live-box--score-in {
    margin: 0;
    font-size: 36px;
    line-height: 50px;
  }
}
.live-box--score-label {
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
  line-height: 20px;
}
.live-box--progress {
  margin: 0 0 35px;
  background: #d8dcde;
  width: auto;
  height: 1px;
}
@media (max-width: 767px) {
  .live-box--progress {
    margin-bottom: 30px;
    width: auto;
    height: 2px;
  }
}
.live-box--progress-in {
  background: #00973A;
  width: auto;
  height: 1px;
}
@media (max-width: 767px) {
  .live-box--progress-in {
    width: auto;
    height: 2px;
  }
}
.live-box--label {
  text-transform: uppercase;
  color: #38398d;
  padding: 0 0 0 40px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.live-box--label:before {
  content: "";
  border-radius: 11px;
  background: #38398d;
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 20px;
}
.live-box--show {
  padding: 0 0 0 20px;
  color: #33a44d;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.live-box--show:before {
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid #33a44d;
  border-bottom: 5px solid transparent;
  transition: 200ms all ease;
  width: 0;
  height: auto;
  display: block;
  position: absolute;
  top: 9px;
  right: auto;
  bottom: auto;
  left: 0;
}
.live-box--show:hover {
  color: #00973A;
}
.live-box--show:hover:before {
  border-left: 10px solid #00973A;
}
@media (max-width: 767px) {
  .live-box--tools {
    text-align: center;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    width: 180px;
    height: auto;
  }
  .live-box--tools .tag {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .live-box--label {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .live-box--show {
    float: none;
    margin: 18px 0 0;
    padding: 0;
    display: block;
  }
  .live-box--show:before {
    margin: 8px 10px 0 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: inline-block;
    vertical-align: top;
  }
}
.film-box {
  padding-right: 30px;
  white-space: normal;
  color: #363636;
  display: inline-block;
  vertical-align: top;
  width: 225px;
  height: auto;
}
.film-box:hover {
  color: #38398d;
}
.film-box--img-cont {
  height: 295px;
  margin-bottom: 15px;
}
.film-box--img {
  display: block;
  width: 100%;
  height: auto;
}
.film-box .tag {
  margin: 0 0 13px;
}
.film-box--desc {
  text-transform: uppercase;
  color: #9fa3b0;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
}
.film-box--title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.business-banner {
  background: #f1f5f9 no-repeat;
  padding: 75px 0 86px;
}
@media (min-width: 1176px) {
  .business-banner {
    background-position: right center;
    background-size: auto 950px;
    min-width: auto;
    min-height: 490px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .business-banner {
    background-position: right center;
    background-size: auto 650px;
    padding: 41px 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .business-banner {
    background-position: right center;
    background-size: auto 450px;
    padding: 41px 0 50px;
  }
}
@media (max-width: 767px) {
  .business-banner {
    background-image: none!important;
    padding: 20px 0 30px;
  }
}
.business-banner--title {
  color: #38398d;
  padding: 0 60% 0 0;
  margin: 0 0 28px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .business-banner--title {
    padding: 0 50% 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .business-banner--title {
    padding: 0 50% 0 0;
  }
}
@media (max-width: 767px) {
  .business-banner--title {
    padding: 0;
    font-size: 36px;
    line-height: 45px;
    font-weight: 400;
  }
}
.business-banner--text {
  color: rgba(54, 54, 54, 0.8);
  padding: 0 60% 0 0;
  margin: 0 0 34px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .business-banner--text {
    padding: 0 50% 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .business-banner--text {
    padding: 0 50% 0 0;
  }
}
@media (max-width: 767px) {
  .business-banner--text {
    padding: 0;
  }
}
.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;
  }
}
.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: #9fa3b0;
  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: #9fa3b0;
}
.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=b2edc0ca');
}
.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: #9fa3b0;
  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;
}
.business-card {
  padding: 0 0 0 90px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.business-card--avatar {
  overflow: hidden;
  border-radius: 68px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 68px;
  height: 68px;
}
.business-card--avatar-img {
  display: block;
  width: 100%;
  height: auto;
}
.business-card--name {
  padding: 2px 0 13px;
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
}
.business-card--post {
  margin: 0 0 15px;
}
.business-card--field {
  padding: 0 0 0 30px;
  color: #363636;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
}
a.business-card--field {
  color: #33a44d;
}
a.business-card--field:hover {
  color: #00973A;
}
.business-card--field-icon {
  color: #9fa3b0;
  text-align: center;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 17px;
  line-height: 30px;
  width: 17px;
  height: auto;
}
.business-card--field-icon.icon-email {
  font-size: 12px;
  line-height: 30px;
}
.main-waist {
  padding: 55px 0 0;
  overflow: hidden;
  z-index: 2;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .main-waist.alt {
    padding: 0;
  }
}
.main-waist.alt.bg {
  background: #f1f5f9;
}
.main-waist--box {
  background: #f1f5f9 center center repeat-x;
  background-size: auto 100%;
}
.main-waist .container {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.main-waist--in {
  padding: 57px 0 68px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 475px;
  height: auto;
  min-width: initial;
  min-height: 330px;
}
@media (max-width: 767px) {
  .main-waist--in {
    padding: 40px 0 50px;
    overflow: hidden;
    width: auto;
    height: auto;
    min-width: initial;
    min-height: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-waist--in {
    width: 420px;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .main-waist--in {
    width: 460px;
    height: auto;
  }
}
.main-waist--logo {
  margin: 0 0 6px;
  width: 500px;
  height: 70px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .main-waist--logo {
    margin: 0 0 20px;
    width: auto;
    height: auto;
    max-width: 500px;
    max-height: initial;
  }
}
.main-waist--logo-img {
  transform: translate(0, -50%);
  display: block;
  max-width: 100%;
  max-height: initial;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 767px) {
  .main-waist--logo-img {
    transform: none;
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.main-waist--title {
  margin: 0 0 20px;
  color: #38398d;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
}
.main-waist--text {
  margin: 0 0 31px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .main-waist--text {
    margin: 0 0 26px;
  }
}
.main-waist--text:last-of-type {
  margin: 0;
}
.main-waist--text.grey {
  color: #d8dcde;
}
.main-waist--poster {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 0;
  left: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-waist--poster {
    position: absolute;
    top: auto;
    right: -190px;
    bottom: 0;
    left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .main-waist--poster {
    position: absolute;
    top: auto;
    right: -30px;
    bottom: 0;
    left: auto;
  }
}
.main-waist--btns .btn,
.main-waist--btns .richtext .button-primary,
.main-waist--btns .richtext .button-secondary,
.main-waist--btns .richtext-small .button-primary,
.main-waist--btns .richtext-small .button-secondary {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .main-waist--btns .btn,
  .main-waist--btns .richtext .button-primary,
  .main-waist--btns .richtext .button-secondary,
  .main-waist--btns .richtext-small .button-primary,
  .main-waist--btns .richtext-small .button-secondary {
    margin: 0 0 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-waist--btns .btn,
  .main-waist--btns .richtext .button-primary,
  .main-waist--btns .richtext .button-secondary,
  .main-waist--btns .richtext-small .button-primary,
  .main-waist--btns .richtext-small .button-secondary {
    margin: 0 10px 0 0;
  }
}
.main-waist--btns .btn:last-of-type,
.main-waist--btns .richtext .button-primary:last-of-type,
.main-waist--btns .richtext .button-secondary:last-of-type,
.main-waist--btns .richtext-small .button-primary:last-of-type,
.main-waist--btns .richtext-small .button-secondary:last-of-type {
  margin: 0;
}
.channels-side {
  margin: -8px 0 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .channels-side {
    padding: 30px 0 0;
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .channels-side {
    margin-top: 12px;
  }
}
.channels-side--title {
  margin: 0 0 26px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.channels-side--box {
  border-bottom: 1px solid #d8dcde;
}
.channels-side--item {
  border: 1px solid #d8dcde;
  border-bottom: none;
  padding: 28px 46px 28px 28px;
  margin: 0;
  display: block;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .channels-side--item {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .channels-side--item {
    padding: 20px;
  }
}
.channels-side--item-title {
  margin: 0 0 0 3px;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.channels-side--item-title .helper {
  margin: 0 0 0 8px;
  display: inline;
}
.channels-side--item-info {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: calc(100% - 40px);
  height: 23px;
}
.channels-side--item-counter {
  margin: 2px 0 -2px;
}
.channels-side--item.with-counter .channels-side--item-info {
  width: calc(100% - 110px);
  height: 23px;
}
@media (min-width: 992px) and (max-width: 1175px) {
  .channels-side--item.with-counter .channels-side--item-info {
    width: calc(100% - 102px);
    height: 23px;
  }
}
@media (max-width: 767px) {
  .channels-side--item.with-counter .channels-side--item-info {
    width: calc(100% - 40px);
    height: 23px;
  }
}
.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: #9fa3b0;
  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 (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;
}
.channels-page {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.channels-base--title {
  font-size: 28px;
  line-height: 38px;
}
.channels-base--title-box {
  margin: -20px 0 22px;
}
@media (max-width: 1175px) {
  .channels-base--title-box {
    margin-top: 0;
  }
}
.channels-additional--title {
  padding: 32px 0 30px;
  font-size: 28px;
  line-height: 38px;
}
.channels-additional--download {
  margin: -8px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
}
.channels-services--title {
  padding: 42px 0 26px;
  font-size: 28px;
  line-height: 38px;
}
/* Icons from directory "" */
.online-icon {
  margin-right: 5px;
  opacity: 1;
  transition: opacity 200ms;
}
.online-icon:hover {
  opacity: 0.8;
}
.online-android-tv {
  background-image: url('/s/img/icons/online/icons2.svg?v=48eee77f');
  background-position: 0 0;
  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 -70px;
  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 -140px;
  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 -210px;
  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 -280px;
  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 -350px;
  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 -420px;
  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;
}
.channels-sticky {
  background: #38398d;
  z-index: 10;
  display: block;
}
.channels-sticky--relative {
  margin: 30px 0 0;
}
.channels-sticky--box {
  color: #ffffff;
  padding: 22px 30px 21px;
}
@media (max-width: 767px) {
  .channels-sticky--box {
    padding: 20px 15px;
  }
}
.channels-sticky--item {
  padding: 0 35px 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .channels-sticky--item {
    padding: 0 0 20px;
    width: 22%;
    height: auto;
  }
  .channels-sticky--item:nth-child(1) {
    width: 34%;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .channels-sticky--item {
    padding: 0 35px 20px 0;
  }
}
@media (max-width: 767px) {
  .channels-sticky--item {
    padding: 0 0 20px;
    width: 60%;
    height: auto;
  }
  .channels-sticky--item:nth-child(2n+2) {
    width: 40%;
    height: auto;
  }
}
@media (max-width: 1175px) {
  .channels-sticky--btn {
    width: 100%;
    height: auto;
  }
}
.channels-sticky--label {
  text-transform: uppercase;
  color: #9fa3b0;
  margin: 0 0 13px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.channels-sticky--months {
  margin: -3px 0 0;
  font-size: 0;
  line-height: 0;
}
.channels-sticky--month {
  text-transform: uppercase;
  border: 1px solid #d8dcde;
  border-right: none;
  padding: 0 8px;
  color: #9fa3b0;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
}
.channels-sticky--month:first-of-type {
  border-radius: 2px 0 0 2px;
}
.channels-sticky--month:last-of-type {
  border-radius: 0 2px 2px 0;
  border-right: 1px solid #d8dcde;
}
.channels-sticky--month.active {
  background: #00973A;
  color: #ffffff;
  border-color: #00973A;
}
.channels-sticky--month:hover {
  color: #ffffff;
}
.channels-sticky--month.active + .channels-sticky--month {
  border-left-color: #00973A;
}
.channels-sticky--list {
  padding: 0 30px 10px;
  background: #4041a2;
}
@media (max-width: 767px) {
  .channels-sticky--list {
    padding: 0 15px;
  }
}
.channels-sticky--to-show {
  display: none;
}
.channels-sticky--tag {
  margin: 0 10px 10px 0;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 0 7px;
  border: 1px solid #ffffff;
  color: #ffffff;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}
.channels-sticky--toggler {
  margin: 0;
  padding: 0 30px;
  color: #ffffff;
  background: #4041a2;
  display: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 18px;
  line-height: 44px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .channels-sticky--toggler {
    padding: 0 15px;
  }
}
.channels-sticky--toggler:hover,
.channels-sticky--toggler:focus,
.channels-sticky--toggler:active {
  color: #ffffff;
}
.channels-sticky--toggler.active {
  display: block;
}
.channels-sticky--toggler-icon {
  margin: 1px 0 -1px 10px;
  font-size: 5px;
  line-height: 44px;
  display: inline-block;
  vertical-align: top;
}
.channels-search {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 312px;
  height: auto;
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .channels-search {
    width: 270px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .channels-search {
    float: none;
    clear: both;
    margin: 10px 0;
    width: 100%;
  }
}
.channels-search--input {
  padding: 10px 10px 10px 57px;
  border: 1px solid #d8dcde;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 28px;
}
.channels-search--input:focus {
  outline: none!important;
}
.channels-search--submit {
  border: none;
  padding: 0;
  background: none;
  text-align: right;
  color: #9fa3b0;
  z-index: 1;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 40px;
  height: 50px;
  font-size: 18px;
  line-height: 54px;
}
.channels-search--submit:hover {
  color: #33a44d;
}
.channels-search--submit:focus {
  outline: none;
}
.channels-search .twitter-typeahead {
  z-index: 1;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block !important;
}
.channels-search--item {
  padding: 10px 15px 25px 10px;
  color: #363636 !important;
  border: 1px solid transparent;
  border-bottom: 1px solid #d8dcde;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .channels-search--item {
    padding: 0;
  }
}
.channels-search--item.tt-cursor {
  border-color: #38398d;
}
.channels-search--item-img {
  float: left;
  margin: 0 30px 0 0;
  width: 64px;
  height: 64px;
}
@media (max-width: 767px) {
  .channels-search--item-img {
    margin: 8px 30px 0 15px;
  }
}
.channels-search--item-img img {
  display: block;
  width: 100%;
  height: auto;
}
.channels-search--item-info {
  float: left;
  padding: 10px 0 0;
  width: calc(51% - 119px);
  height: auto;
}
@media (max-width: 767px) {
  .channels-search--item-info {
    padding: 20px 0 0;
    width: calc(100% - 109px - 15px);
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .channels-search--item-info {
    width: 256px;
    height: auto;
  }
}
.channels-search--item-title {
  margin: 0 0 3px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.channels-search--item-packages {
  float: left;
  padding: 10px 0 0;
  width: 48%;
  height: auto;
}
@media (max-width: 767px) {
  .channels-search--item-packages {
    padding: 15px;
    width: 100%;
    height: auto;
  }
}
.channels-search--item-label {
  text-transform: uppercase;
  color: #9fa3b0;
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}
.channels-search--item-tags {
  margin: 0 -15px -15px 0;
}
.channels-search--item-tags .tags--item {
  margin: 0 15px 15px 0;
  font-weight: 500;
}
.channels-search--item-tags .tags--item:hover {
  background: #ffffff;
  color: #00973A;
  border-color: #00973A;
}
.channels-search--item-tags .tags--item.selected {
  color: #ffffff;
  border-color: #00973A;
  background: #00973A;
}
.channels-search--item-tags .tags--item span {
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;
}
.channels-search--empty {
  text-align: center;
  color: #9fa3b0;
  padding: 20px 0;
  font-size: 14px;
  line-height: 20px;
}
.channels-search .tt-menu {
  z-index: 100 !important;
  background: #ffffff;
  box-shadow: 0 3px 15px 0 rgba(0, 41, 90, 0.2);
  overflow: auto;
  position: absolute !important;
  top: 55px !important;
  right: -15px !important;
  bottom: auto !important;
  left: auto !important;
  display: block;
  width: 724px;
  height: auto;
  max-width: initial;
  max-height: 400px;
}
@media (max-width: 767px) {
  .channels-search .tt-menu {
    position: absolute !important;
    top: 55px !important;
    right: -46px !important;
    bottom: auto !important;
    left: -16px !important;
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .channels-search .tt-menu {
    right: -24px !important;
    width: 700px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .channels-search .tt-menu {
    max-width: initial;
    max-height: 350px;
  }
}
.channels-toggler {
  margin: 0 0 0 30px;
  font-size: 0;
  line-height: 0;
}
.channels-toggler a {
  border: 1px solid #d8dcde;
  border-right: none;
  text-align: center;
  background: #ffffff;
  color: #9fa3b0;
  display: inline-block;
  vertical-align: top;
  width: 37px;
  height: auto;
}
.channels-toggler a:last-of-type {
  border-right: 1px solid #d8dcde;
}
.channels-toggler a.active {
  background: #f1f5f9;
}
.channels-toggler a i {
  display: block;
  font-size: 10px;
  line-height: 36px;
}
.pay-modal {
  min-width: 300px;
  min-height: initial;
  width: 754px;
  height: auto;
}
@media (max-width: 767px) {
  .pay-modal {
    width: auto;
    height: auto;
  }
}
.pay-modal .modal--title {
  z-index: 1;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.pay-modal .modal--title .counter {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 125px;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .pay-modal .modal--title .counter {
    transform: none;
    margin: 15px 0 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.pay-modal .modal--close {
  z-index: 2;
}
.pay-modal--title {
  padding: 15px 30px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.pay-modal--title-in {
  margin: 0 0 2px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.pay-modal--title .counter {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 125px;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .pay-modal--title .counter {
    transform: none;
    margin: 15px 0 5px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.pay-modal--back .link {
  font-size: 14px;
  line-height: 20px;
}
.pay-modal--back .link--icon {
  margin: -1px 10px 0 0;
  font-size: 10px;
  line-height: 20px;
}
.pay-modal--balance {
  color: rgba(54, 54, 54, 0.8);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 104px;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .pay-modal--balance {
    right: 30px;
    font-size: 0;
    line-height: 0;
  }
}
.pay-modal--balance span {
  background: #00973A;
  color: #ffffff;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 0 7px;
  margin: 0 0 0 10px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
.pay-modal--content .package-item {
  border: none;
  border-bottom: 1px solid #d8dcde;
}
.pay-modal--content .package-item:last-of-type {
  border: none;
}
.pay-modal--content .package-item--list {
  border-bottom: none;
  margin: 0;
}
.pay-modal--content .new-package {
  border: none;
  margin: 0;
}
.pay-modal--content .new-package--list {
  border-bottom: none;
  margin: 0;
}
.pay-modal--form {
  padding: 30px 30px 5px;
}
.pay-modal--form .episode {
  max-width: 300px;
  max-height: initial;
}
.pay-modal--next {
  text-align: center;
  padding: 0 30px 40px;
}
.pay-modal--static {
  text-align: center;
  padding: 60px 30px 70px;
}
.pay-modal--static-title {
  margin: 24px 0 7px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.pay-modal--static-text {
  color: #9fa3b0;
  margin: 0 auto 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  max-width: 300px;
  max-height: initial;
}
.pay-modal--static-text.alt {
  color: rgba(54, 54, 54, 0.8);
  margin: 0 auto 27px;
  font-size: 14px;
  line-height: 21px;
}
.pay-modal--success {
  margin: 0 auto;
  border-radius: 60px;
  background: #00973A;
  color: #ffffff;
  width: 48px;
  height: 48px;
  font-size: 14px;
  line-height: 50px;
}
.pay-modal--text {
  margin: 20px 0 15px;
  color: rgba(54, 54, 54, 0.8);
}
.pay-modal--text.alt {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.pay-modal--text.red {
  color: #ff0000;
}
.pay-modal--counters {
  padding: 12px 0 0;
  margin: 0 0 44px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.pay-modal--counters:before {
  content: "";
  background: #d8dcde;
  margin: 0 0 0 -1px;
  display: block;
  width: 1px;
  height: 52px;
  position: absolute;
  top: 18px;
  right: auto;
  bottom: auto;
  left: 50%;
}
@media (max-width: 767px) {
  .pay-modal--counters:before {
    display: none;
  }
}
.pay-modal--counters-in {
  width: 50%;
  height: auto;
}
@media (max-width: 767px) {
  .pay-modal--counters-in {
    float: none;
    text-align: center!important;
    padding: 0 0 20px !important;
    width: 100%;
    height: auto;
  }
  .pay-modal--counters-in:last-of-type {
    padding: 0 !important;
  }
}
.pay-modal--counters-in.float--left {
  text-align: right;
  padding-right: 68px;
}
.pay-modal--counters-in.float--right {
  text-align: left;
  padding-left: 30px;
}
.pay-modal--counters-b {
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .pay-modal--counters-b {
    text-align: center;
  }
  .pay-modal--counters-b .counter {
    padding-right: 24px;
  }
}
.pay-modal--scroll {
  overflow: auto;
  margin: 0 0 35px;
  border-bottom: 1px solid #d8dcde;
  max-width: initial;
  max-height: calc(100vh - 275px);
}
@media (max-width: 767px) {
  .pay-modal--scroll {
    max-width: initial;
    max-height: calc(100vh - 300px);
  }
}
.pay-modal--scroll.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -9px;
  margin-left: 9px;
}
.coverage-map {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.coverage-map--in {
  z-index: 1;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: 450px;
}
.coverage-map--select {
  z-index: 2;
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 10px;
  width: 331px;
  height: auto;
}
@media (max-width: 767px) {
  .coverage-map--select {
    margin: 0 0 20px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
  }
}
.coverage-map--legend {
  z-index: 2;
  background: #ffffff;
  border: 1px solid #d8dcde;
  padding: 8px 20px;
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 20px;
  left: auto;
}
@media (max-width: 767px) {
  .coverage-map--legend {
    background: none;
    border: none;
    padding: 0;
    margin: 20px 0 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.coverage-map--legend .helper {
  margin: 1px 0 -1px 13px;
  display: inline-block;
  vertical-align: top;
}
.coverage-map--item {
  color: #9fa3b0;
  font-size: 12px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .coverage-map--item {
    margin: 0 0 15px;
    padding: 0 0 0 25px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    font-size: 12px;
    line-height: 21px;
  }
  .coverage-map--item:last-of-type {
    margin: 0;
  }
}
.coverage-map--dot {
  border-radius: 11px;
  margin: 8px 15px 0 0;
  display: inline-block;
  vertical-align: top;
  width: 11px;
  height: 11px;
}
@media (max-width: 767px) {
  .coverage-map--dot {
    margin: 0;
    position: absolute;
    top: 4px;
    right: auto;
    bottom: auto;
    left: 0;
  }
}
.coverage-map--dot.s1 {
  background: rgba(56, 58, 143, 0.2);
}
.coverage-map--dot.s2 {
  background: rgba(56, 58, 143, 0.5);
}
.coverage-map--yandex {
  margin: 25px -25px -25px;
  display: none;
}
.coverage-map--yandex-in {
  width: auto;
  height: 350px;
}
.coverage-map.in-tab {
  margin: -25px;
}
@media (max-width: 767px) {
  .coverage-map.in-tab {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .coverage-map.in-tab .coverage-map--in {
    margin: 0 -30px;
  }
}
.cout-title {
  margin: 0 0 54px;
  font-size: 32px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .cout-title {
    margin: 0 0 30px;
  }
}
.cout-title span {
  margin: 0 0 0 17px;
  display: inline-block;
  vertical-align: baseline;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cout-title span {
    margin: 16px 0 0;
    display: block;
  }
}
.cout-title a {
  margin: 0 0 0 8px;
  display: inline-block;
  vertical-align: baseline;
  color: #00973A;
  text-decoration: none;
  border-bottom: 1px dashed;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cout-title a {
    margin: 8px 0 0;
    display: inline-block;
    vertical-align: top;
  }
}
.cout-title a:hover {
  border-color: transparent;
}
.cout-items {
  padding: 0 0 51px;
}
.cout-item {
  border: 1px solid #d8dcde;
  border-bottom: none;
  z-index: 1;
  padding: 20px 12px 18px 25px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .cout-item {
    padding: 18px 15px 15px 80px;
    display: block;
  }
}
.cout-item:last-child {
  border-bottom: 1px solid #d8dcde;
}
.cout-item--controls {
  width: 120px;
  float: right;
}
.cout-item--image {
  padding: 5px 0 5px 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 55px;
  height: auto;
}
@media (max-width: 767px) {
  .cout-item--image {
    padding: 0;
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 13px;
  }
}
.cout-item--small {
  display: block;
  width: 55px;
  height: auto;
}
.cout-item--small img {
  display: block;
  width: 100%;
  height: auto;
}
.cout-item--big {
  border: 1px solid #d8dcde;
  background: #ffffff;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25);
  z-index: 10;
  display: none;
  position: absolute;
  top: 70px;
  right: auto;
  bottom: auto;
  left: 65px;
  width: 302px;
  height: auto;
}
@media (max-width: 767px) {
  .cout-item--big {
    display: none !important;
  }
}
.cout-item--box {
  flex: 1;
  padding: 2px 30px 0;
}
@media (max-width: 767px) {
  .cout-item--box {
    flex: initial;
    padding: 0 0 15px;
  }
}
.cout-item--title {
  margin: 0 0 3px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cout-item--title {
    font-size: 16px;
    line-height: 19px;
  }
}
.cout-item--title .tag {
  margin: -3px 0 -1px 7px;
}
@media (max-width: 767px) {
  .cout-item--title .tag {
    margin: 0;
    display: block;
    position: absolute;
    top: 5px;
    right: auto;
    bottom: auto;
    left: 5px;
  }
}
.cout-item--text {
  color: #9fa3b0;
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cout-item--text {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 19px;
  }
}
.cout-item--toggler {
  text-decoration: underline;
  color: #00973A;
  padding: 0 25px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.cout-item--toggler:after {
  content: '\e909';
  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: 6px;
  line-height: 6px;
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
  bottom: auto;
  left: auto;
}
.cout-item--toggler:focus {
  text-decoration: underline;
}
.cout-item--toggler:hover {
  text-decoration: none;
}
.cout-item--toggler:before {
  content: attr(data-to-show);
}
.cout-item--info {
  padding: 20px 0 0;
  display: none;
}
@media (max-width: 767px) {
  .cout-item--info {
    padding: 15px 0 0;
    margin: 0 0 0 -65px;
  }
}
.cout-item--list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: rgba(54, 54, 54, 0.8);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cout-item--list {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .cout-item--list {
    font-size: 14px;
    line-height: 20px;
  }
}
.cout-item--list li {
  padding: 0 0 17px 43px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .cout-item--list li {
    padding: 0 0 8px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .cout-item--list li {
    padding: 0 0 10px 25px;
  }
}
.cout-item--list li:before {
  color: #38398d;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 0px;
  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: 12px;
}
@media (max-width: 767px) {
  .cout-item--list li:before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    font-size: 8px;
    line-height: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1175px) {
  .cout-item--list li:before {
    left: 0;
  }
}
.cout-item--list li:last-child {
  padding-bottom: 0;
}
.cout-item--list li .helper {
  margin: 0 0 0 7px;
  padding: 0;
  display: inline;
}
.cout-item--tools {
  padding: 2px 0 0;
  width: 96px;
  height: auto;
}
.cout-item--label {
  text-transform: uppercase;
  color: #9fa3b0;
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.cout-item--label span {
  text-decoration: line-through;
  margin: -3px 0 -1px 7px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.cout-item--price {
  margin: 0 0 18px;
}
.cout-item--or {
  color: #9fa3b0;
  margin: -10px 0 16px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
.cout-item--or .helper {
  margin: 0 0 0 5px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 15px;
}
.cout-item--counter {
  display: none;
}
.cout-item:hover {
  z-index: 2;
}
.cout-item.is-sale {
  border-color: #38398d;
}
.cout-item.is-sale + .cout-item {
  border-top-color: #38398d;
}
.cout-item.is-sale .cout-item--title {
  color: #00973A;
}
.cout-item.is-sale .cout-item--price {
  color: #00973A;
}
.cout-item.is-active .cout-item--toggler {
  color: #9fa3b0;
}
.cout-item.is-active .cout-item--toggler:before {
  content: attr(data-to-hide);
}
.cout-item.is-active .cout-item--toggler:after {
  transform: rotate(180deg);
}
.cout-item.is-active .cout-item--info {
  display: block;
}
.cout-kinds {
  margin: 0px 0px 30px 0;
}
@media (max-width: 767px) {
  .cout-kinds {
    margin: 20px 0 0;
  }
}
.cout-kinds--selected {
  padding: 0 0 0 50px;
  display: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .cout-kinds--selected {
    padding: 0;
  }
}
.cout-kinds--simage {
  width: 32px;
  height: auto;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 767px) {
  .cout-kinds--simage {
    display: none;
  }
}
.cout-kinds--small {
  display: block;
  width: 32px;
  height: auto;
}
.cout-kinds--small img {
  display: block;
  width: 100%;
  height: auto;
}
.cout-kinds--big {
  border: 1px solid #d8dcde;
  background: #ffffff;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25);
  z-index: 10;
  display: none;
  position: absolute;
  top: 50px;
  right: auto;
  bottom: auto;
  left: 50px;
  width: 302px;
  height: auto;
}
.cout-kinds--stitle {
  margin: 0 0 0px;
  font-size: 15px;
  line-height: 32px;
  font-weight: 500;
  cursor: pointer;
}
.cout-kinds--stitle:hover {
  color: #38398d;
}
.cout-kinds--stitle:after {
  content: "\e909";
  font-family: 'ntv-s';
  font-size: 7px;
  float: right;
}
.cout-kinds--stext {
  color: #9fa3b0;
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 15px;
}
.cout-kinds--slink {
  color: #9fa3b0;
  text-decoration: underline;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.cout-kinds--slink:hover {
  color: #9fa3b0;
}
.cout-kinds--toggler {
  color: #9fa3b0;
  text-decoration: underline;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.cout-kinds--toggler:hover {
  color: #9fa3b0;
}
.cout-kinds--toggler.is-active {
  color: #38398d;
  text-decoration: none;
}
.cout-kinds--box {
  border: 1px solid #d8dcde;
  margin: 14px 0 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: none;
}
.cout-kinds--box:before,
.cout-kinds--box:after {
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  display: block;
  position: absolute;
  top: -13px;
  right: auto;
  bottom: auto;
  left: 33px;
  width: 0;
  height: auto;
}
.cout-kinds--box:before {
  border-bottom: 12px solid #d8dcde;
}
.cout-kinds--box:after {
  border-bottom: 12px solid #ffffff;
  margin: 1px 0 0;
}
.cout-kinds--title {
  padding: 12px 19px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cout-kinds--title {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
.cout-kind {
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: block;
}
.cout-kind--input {
  display: none;
}
.cout-kind--in {
  padding: 11px 70px 13px 90px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .cout-kind--in {
    padding: 14px 15px 14px 50px;
  }
}
.cout-kind--in:before {
  content: "";
  border: 1px solid #d8dcde;
  border-radius: 24px;
  display: block;
  position: absolute;
  top: 14px;
  right: 24px;
  bottom: auto;
  left: auto;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .cout-kind--in:before {
    position: absolute;
    top: 14px;
    right: auto;
    bottom: auto;
    left: 13px;
  }
}
.cout-kind--in:after {
  content: "";
  background: #00973A;
  border-radius: 10px;
  display: none;
  position: absolute;
  top: 21px;
  right: 31px;
  bottom: auto;
  left: auto;
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  .cout-kind--in:after {
    position: absolute;
    top: 21px;
    right: auto;
    bottom: auto;
    left: 20px;
  }
}
.cout-kind--image {
  margin: -28px 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 17px;
  width: 55px;
  height: auto;
}
@media (max-width: 767px) {
  .cout-kind--image {
    display: none;
  }
}
.cout-kind--small {
  display: block;
  width: 55px;
  height: auto;
}
.cout-kind--small img {
  display: block;
  width: 100%;
  height: auto;
}
.cout-kind--big {
  border: 1px solid #d8dcde;
  background: #ffffff;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25);
  z-index: 10;
  display: none;
  position: absolute;
  top: 60px;
  right: auto;
  bottom: auto;
  left: 60px;
  width: 302px;
  height: auto;
}
.cout-kind--title {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.cout-kind--text {
  color: #9fa3b0;
  font-size: 13px;
  line-height: 15px;
}
.cout-kind--input:checked + .cout-kind--in {
  color: #00973A;
}
.cout-kind--input:checked + .cout-kind--in:after {
  display: block;
}
@media (max-width: 767px) {
  .cout-steps {
    border-bottom: 1px solid #d8dcde;
    margin: 0 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cout-steps {
    border-bottom: 1px solid #d8dcde;
    margin: 0 0 35px;
  }
}
.cout-steps--in {
  padding: 27px 0 27px 126px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .cout-steps--in {
    padding: 15px 0 15px 89px;
  }
}
.cout-steps--current {
  color: #9fa3b0;
  position: absolute;
  top: 27px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cout-steps--current {
    top: 15px;
    font-size: 14px;
    line-height: 20px;
  }
}
.cout-steps--name {
  color: #00973A;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cout-steps--name {
    font-size: 14px;
    line-height: 20px;
  }
}
.cout-steps--tags {
  position: absolute;
  top: 25px;
  right: 0;
  bottom: auto;
  left: auto;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .cout-steps--tags {
    margin: 6px 0 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.cout-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) {
  .cout-steps--tags span {
    margin: 0 10px 0 0;
    padding: 5px 9px 3px;
    font-size: 10px;
    line-height: 16px;
  }
  .cout-steps--tags span:last-of-type {
    margin: 0;
  }
}
.cout-steps--title {
  text-transform: uppercase;
  padding: 15px 0 49px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.cout-steps--item {
  color: #9fa3b0;
  padding: 0 0 0 42px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: 100px;
}
.cout-steps--item[data-disabled="true"] {
  cursor: default;
}
.cout-steps--item[data-disabled="true"]:hover {
  color: #9fa3b0;
}
.cout-steps--item:before {
  content: "";
  border-left: 1px solid #d8dcde;
  display: block;
  position: absolute;
  top: 8px;
  right: auto;
  bottom: -8px;
  left: 9px;
}
.cout-steps--item-i {
  border-radius: 7px;
  background: #d8dcde;
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 6px;
  width: 7px;
  height: 7px;
}
.cout-steps--item-t {
  font-size: 16px;
  line-height: 22px;
}
.cout-steps--item-l {
  margin: 7px 0 0 -3px;
  font-size: 0;
  line-height: 0;
}
.cout-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;
}
.cout-steps--item.js-con-side {
  cursor: pointer;
}
.cout-steps--item.js-con-side:hover {
  color: #00973A;
}
.cout-steps--item.dashed-border:before {
  border-left-style: dashed;
}
.cout-steps--item.no-border:before {
  display: none;
}
.cout-steps--item.no-border .cout-steps--item-i {
  background: #ffffff;
  border: 1px solid #d8dcde;
}
.cout-steps--item.is-active {
  color: #00973A;
  cursor: default;
}
.cout-steps--item.is-active:hover {
  color: #00973A !important;
}
.cout-steps--item.is-active .cout-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;
}
.cout-steps--item.is-active .cout-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;
}
.cout-steps--item.is-active .cout-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;
}
.cout-steps--item.is-done {
  color: #00973A;
}
.cout-steps--item.is-done:hover {
  color: #00973A !important;
}
.cout-steps--item.is-done:before {
  border-left-color: #00973A;
}
.cout-steps--item.is-done .cout-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;
}
.cout-steps--item.is-done .cout-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;
}
.cout-wtools--counters {
  padding: 20px 0 40px;
  border-top: 1px solid #d8dcde;
}
.cout-wtools--counters:before,
.cout-wtools--counters:after {
  content: " ";
  display: table;
}
.cout-wtools--counters:after {
  clear: both;
}
@media (max-width: 767px) {
  .cout-wtools--counters {
    margin: 0 -15px 20px;
    padding: 15px 15px 20px;
    background: #38398d;
    color: #ffffff;
    border: none;
  }
}
.cout-wtools--counter {
  float: right;
  padding: 0 35px 0 0;
  margin: 0 0 0 30px;
}
@media (max-width: 767px) {
  .cout-wtools--counter {
    float: none;
    padding: 0;
    margin: 0;
  }
}
.cout-wtools--label {
  text-transform: uppercase;
  color: #9fa3b0;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cout-wtools--label {
    color: #ffffff;
  }
}
.cout-wtools--label span {
  padding: 0 0 2px;
  font-size: 10px;
  line-height: 10px;
  display: block;
}
.cout-wtools--btns:before,
.cout-wtools--btns:after {
  content: " ";
  display: table;
}
.cout-wtools--btns:after {
  clear: both;
}
@media (max-width: 767px) {
  .cout-wtools--btns {
    margin: 0 -10px;
  }
}
.cout-wtools--btn {
  float: right;
  margin: 0 0 0 30px;
  width: 165px;
  height: auto;
}
@media (max-width: 767px) {
  .cout-wtools--btn {
    padding: 0 10px;
    margin: 0;
    width: 70%;
    height: auto;
  }
  .cout-wtools--btn:last-child {
    width: 30%;
    height: auto;
  }
}
.cout-services {
  padding: 0 0 51px;
}
.cout-services--group {
  border: 1px solid #d8dcde;
  margin: 0 0 -1px;
  padding: 15px 0 13px;
}
@media (max-width: 767px) {
  .cout-services--group {
    padding: 0;
  }
}
.cout-services--group:last-child {
  margin: 0;
}
.cout-service {
  padding: 12px 120px 13px 70px;
  margin: 0;
  cursor: pointer;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .cout-service {
    padding: 18px 15px 15px 55px;
  }
}
.cout-service--checker {
  position: absolute;
  top: 23px;
  right: auto;
  bottom: auto;
  left: 30px;
}
@media (max-width: 767px) {
  .cout-service--checker {
    position: absolute;
    top: 23px;
    right: auto;
    bottom: auto;
    left: 16px;
  }
}
.cout-service--title {
  margin: 0 0 2px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cout-service--title {
    margin: 0 0 3px;
    font-size: 16px;
    line-height: 19px;
  }
}
.cout-service--title a {
  margin: 0 0 0 8px;
  display: inline-block;
  vertical-align: baseline;
  color: #00973A;
  text-decoration: none;
  border-bottom: 1px dashed;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.cout-service--text {
  color: #9fa3b0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cout-service--text {
    font-size: 16px;
    line-height: 19px;
  }
}
.cout-service--counter {
  position: absolute;
  top: 18px;
  right: 43px;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .cout-service--counter {
    margin: 12px 0 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.cout-service--wrap {
  white-space: nowrap;
}
.cout-service.is-disabled {
  opacity: 0.5;
}
.cout-form--title {
  margin: 0 0 31px;
  font-size: 24px;
  line-height: 30px;
}
.cout-form--title.is-sm {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 24px;
}
.cout-form--group {
  padding: 0 0 85px;
}
@media (max-width: 767px) {
  .cout-form--group {
    padding: 0 0 50px;
  }
}
.cout-form--group:last-child {
  padding-bottom: 25px;
}
.cout-form--city span {
  vertical-align: baseline;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cout-form--city span {
    display: block;
  }
}
.cout-form--city a {
  margin: 0 0 0 8px;
  color: #00973A;
  text-decoration: none;
  border-bottom: 1px dashed;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cout-form--city a {
    margin: 8px 0 0;
  }
}
.cout-form--city a:hover {
  border-color: transparent;
}
.cout-form .form-group {
  margin: 0 0 26px;
}
.cout-form .form-group.is-dadata {
  margin: 0;
}
@media (max-width: 767px) {
  .cout-form .form-group .form--label {
    margin: 0 0 10px;
  }
}
.cout-checker {
  cursor: pointer;
  margin: 0 0 25px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cout-checker {
    margin: 0;
  }
}
.cout-checker--input {
  display: none;
}
.cout-checker--in {
  padding: 5px 0 0 142px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  min-width: initial;
  min-height: 75px;
}
@media (max-width: 767px) {
  .cout-checker--in {
    padding: 15px 15px 15px 94px;
    margin: 0 -15px;
    min-width: initial;
    min-height: initial;
  }
}
.cout-checker--in:before {
  content: "";
  background: #ffffff;
  border: 1px solid #d8dcde;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 120px;
  height: 75px;
}
@media (max-width: 767px) {
  .cout-checker--in:before {
    position: absolute;
    top: 15px;
    right: auto;
    bottom: auto;
    left: 15px;
    width: 64px;
    height: 48px;
  }
}
.cout-checker--in:after {
  content: "";
  filter: grayscale(100);
  opacity: .50;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 120px;
  height: 75px;
}
@media (max-width: 767px) {
  .cout-checker--in:after {
    position: absolute;
    top: 15px;
    right: auto;
    bottom: auto;
    left: 15px;
    width: 64px;
    height: 48px;
  }
}
.cout-checker--box {
  cursor: default;
  padding: 21px 0 0;
  display: none;
}
@media (max-width: 767px) {
  .cout-checker--box {
    margin: 0 0 0 -79px;
  }
}
.cout-checker--oncheck {
  display: none;
}
@media (max-width: 767px) {
  .cout-checker--input:checked + .cout-checker--in {
    background: #eceef5;
  }
}
.cout-checker--input:checked + .cout-checker--in:before {
  border-color: #00973A;
  border-width: 2px;
}
.cout-checker--input:checked + .cout-checker--in:after {
  filter: none;
  opacity: 1;
}
.cout-checker--input:checked + .cout-checker--in .cout-checker--box {
  display: block;
}
.cout-checker--input:checked + .cout-checker--in .cout-checker--oncheck {
  display: block;
}
.cout-checker--title {
  margin: 0 0 3px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.cout-checker--text {
  color: #9fa3b0;
  font-size: 14px;
  line-height: 16px;
}
.cout-checker--prices {
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 8px;
  right: 0;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .cout-checker--prices {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.cout-checker--price {
  text-align: right;
}
@media (max-width: 767px) {
  .cout-checker--price {
    text-align: left;
  }
}
.cout-checker--label {
  text-transform: uppercase;
  color: #9fa3b0;
  margin: 0 0 7px;
}
@media (max-width: 767px) {
  .cout-checker--label {
    margin: 10px 0 5px;
  }
}
.cout-checker--label.is-sm {
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cout-checker--label.is-sm {
    margin: 10px 0 5px;
  }
}
.cout-checker--counter {
  padding: 0 35px 0 0;
}
.cout-checker--counter.is-sm {
  padding: 0 22px 0 0;
}
.cout-checker--counter.is-text {
  padding: 0;
  text-transform: uppercase;
  margin: -6px 0 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cout-checker--counter.is-text {
    margin: 0;
  }
}
.cout-checker.is-payment .cout-checker--in {
  padding-right: 140px;
}
@media (max-width: 767px) {
  .cout-checker.is-payment .cout-checker--in {
    padding-right: 15px;
  }
}
.cout-checker.is-payment .cout-checker--box {
  margin-right: -140px;
}
@media (max-width: 767px) {
  .cout-checker.is-payment .cout-checker--box {
    margin-right: 0;
  }
}
.cout-checker.is-payment .cout-checker--price {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .cout-checker.is-payment .cout-checker--price {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.cout-checker.is-delivery .cout-checker--in {
  padding-right: 280px;
}
@media (max-width: 767px) {
  .cout-checker.is-delivery .cout-checker--in {
    padding-right: 15px;
  }
}
.cout-checker.is-delivery .cout-checker--box {
  margin-right: -280px;
}
@media (max-width: 767px) {
  .cout-checker.is-delivery .cout-checker--box {
    margin-right: 0;
  }
}
.cout-checker.is-delivery .cout-checker--price {
  margin: 0 0 0 25px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cout-checker.is-delivery .cout-checker--price {
    margin: 0;
    padding: 5px 0 0;
    display: block;
  }
}
.cout-checker.is-courier .cout-checker--in:after {
  background: url(/s/img/web/checkout/delivery-courier.png?v=85fc4e27) center center no-repeat;
  background-size: 41.66666666666667% auto;
}
.cout-checker.is-post .cout-checker--in:after {
  background: url(/s/img/web/checkout/delivery-post.svg?v=28b54caf) center center no-repeat;
  background-size: 70% auto;
}
.cout-checker.is-points .cout-checker--in:after {
  background: url(/s/img/web/checkout/delivery-points.svg?v=abba754a) center center no-repeat;
  background-size: 41.66666666666667% auto;
}
.cout-checker.is-ntvplus .cout-checker--in:after {
  background: url(/s/img/web/checkout/delivery-ntvplus.png?v=13d2d7c2) center center no-repeat;
  background-size: 83.33333333333334% auto;
}
.cout-checker.is-cash .cout-checker--in:after {
  background: url(/s/img/web/checkout/payment-cash.png?v=4e18a128) center center no-repeat;
  background-size: 50% auto;
}
.cout-checker.is-card .cout-checker--in:after {
  background: url(/s/img/web/checkout/payment-card.png?v=dd13e7e7) center center no-repeat;
  background-size: 50% auto;
}
.cout-checker.is-installments .cout-checker--in:after {
  background: url(/s/img/web/checkout/payment-installments.png?v=c72041bc) center center no-repeat;
  background-size: 40.833333333333336% auto;
}
.cout-checker.is-card .cout-checker--text:after {
  content: "";
  background: url(/s/img/web/checkout/cards.png?v=9149c0b0) no-repeat;
  background-size: 100% 100%;
  filter: grayscale(100);
  opacity: .50;
  margin: 11px 0 0;
  display: block;
  width: 145px;
  height: 16px;
}
.cout-checker.is-card .cout-checker--input:checked + .cout-checker--in .cout-checker--text:after {
  filter: none;
  opacity: 1;
}
.cout-scity {
  padding: 18px 15px 8px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.cout-scity--close {
  color: #363636;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: none;
}
.cout-scity--close:hover {
  color: #00973A;
}
.cout-scity--close i {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.cout-scity--title {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.cout-scity--title span {
  font-weight: 700;
}
.cout-scity--text {
  color: #9fa3b0;
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 15px;
}
.cout-scity--btns {
  font-size: 0;
  line-height: 0;
}
.cout-scity--btn {
  margin: 0 15px 15px 0;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cout-scity--btn {
    margin-right: 0;
    display: block;
  }
}
.cout-scity--form {
  display: none;
}
.cout-scity--examples {
  padding: 0 0 20px;
}
.cout-scity--example {
  color: #363636 !important;
  padding: 2px 36px;
  margin: 0 -15px;
  display: block;
  font-size: 15px;
  line-height: 24px;
}
.cout-scity--example:hover {
  background: rgba(0, 0, 0, 0.05);
}
.cout-scity--example span {
  margin: 0 0 0 8px;
  color: #9fa3b0;
  display: inline-block;
  vertical-align: top;
}
.cout-suggestions .suggestions-nowrap {
  white-space: nowrap;
}
/**
	 * Основной INPUT
	 */
.cout-suggestions .suggestions-input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.cout-suggestions .suggestions-input::-ms-clear {
  display: none;
}
.cout-suggestions .suggestions-wrapper {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  min-height: 1px;
  -webkit-text-size-adjust: 100%;
}
/**
	 * Блок в правой части основного INPUT'а
	 * В нем показывается иконка ЗАГРУЗКА
	 */
.cout-suggestions .suggestions-addon {
  display: none;
  opacity: 0;
  position: absolute;
}
.cout-suggestions .suggestions-addon[data-addon-type="spinner"] {
  background: rgba(255, 255, 255, 0.75) url("data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=") 50% 50% no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cout-suggestions .suggestions-addon[data-addon-type="clear"] {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=") 50% 50% no-repeat;
  background-size: 50% 50%;
  cursor: pointer;
  opacity: 0.8;
}
.cout-suggestions .suggestions-addon[data-addon-type="clear"]:hover {
  opacity: 1;
}
/**
	 * Выпадающий блок с найденными подсказками
	 */
.cout-suggestions .suggestions-suggestions {
  background: #fff;
  border: 1px solid #999;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 9999;
  -webkit-text-size-adjust: 100%;
}
.cout-suggestions .suggestions-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}
.cout-suggestions .suggestions-suggestions.suggestions-mobile {
  border-style: none;
}
.cout-suggestions .suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd;
}
/**
	 * Контейнер для одной подсказки
	 */
.cout-suggestions .suggestions-suggestion {
  padding: 4px 4px;
  overflow: hidden;
}
.cout-suggestions .suggestions-suggestion:hover {
  background: #f7f7f7;
}
/**
	 * Выбранная (активная) подсказка
	 */
.cout-suggestions .suggestions-selected {
  background: #f0f0f0;
}
.cout-suggestions .suggestions-selected:hover {
  background: #f0f0f0;
}
/**
	 * Информационный блок в верхней части выпадашки с подсказками
	 */
.cout-suggestions .suggestions-hint {
  padding: 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 85%;
}
/**
	 * Ограничения поиска, показываются в левой части основного INPUT'а
	 */
.cout-suggestions .suggestions-constraints {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
}
.cout-suggestions .suggestions-constraints:empty {
  display: none !important;
}
.cout-suggestions .suggestions-constraints li {
  background: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: default;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 0.5em;
}
.cout-suggestions .suggestions-constraints li .suggestions-remove {
  height: 1em;
  width: 1em;
  display: inline-block;
  margin: 0 0 0 0.25em;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=") 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}
.cout-suggestions .suggestions-constraints li .suggestions-remove:hover {
  opacity: 1;
}
.cout-suggestions .suggestions-constraints li span {
  vertical-align: middle;
}
/**
	 * Дополнительный текст в подсказке, который идет второй строкой
	 */
.cout-suggestions .suggestions-subtext {
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**
	 * Размещает дополнительный текст в одну строку с основным текстом подсказки
	 */
.cout-suggestions .suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}
/**
	 * Разделитель нескольких дополнительных текстов
	 */
.cout-suggestions .suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}
/**
	 * Выделяет подсказку
	 */
.cout-suggestions .suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}
.cout-suggestions .suggestions-value[data-suggestion-status="LIQUIDATED"] {
  position: relative;
}
.cout-suggestions .suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: '';
}
.cout-suggestions .suggestions-promo {
  font-size: 85%;
  color: #777;
  padding: 4px 4px 6px 4px;
}
.cout-suggestions .suggestions-promo a {
  color: #777;
  display: block;
  filter: grayscale(100%);
  line-height: 20px;
  text-decoration: none;
}
.cout-suggestions .suggestions-promo a:hover {
  filter: grayscale(0);
}
.cout-suggestions .suggestions-promo svg {
  height: 20px;
  vertical-align: bottom;
}
.cout-selects {
  padding: 8px 0 79px;
}
.cout-selects--group {
  padding: 61px 0 0;
}
.cout-selects--group:first-child {
  padding-top: 0;
}
.cout-selects--title {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 30px;
}
.cout-selects--text {
  color: #9fa3b0;
  margin: -11px 0 26px;
  font-size: 15px;
  line-height: 20px;
}
.cout-selects--text span {
  color: red;
}
.cout-selects--wrap {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .cout-selects--wrap {
    margin: 0;
  }
}
.cout-selects--tools {
  border-top: 1px solid #d8dcde;
  padding: 16px 0 0;
}
.cout-selects--tools:before,
.cout-selects--tools:after {
  content: " ";
  display: table;
}
.cout-selects--tools:after {
  clear: both;
}
.cout-selects--tools.withour-border {
  padding: 8px 0 0;
  border: none;
}
@media (max-width: 767px) {
  .cout-selects--tools.withour-border {
    padding: 0;
  }
}
.cout-selects--back {
  float: left;
  color: #9fa3b0;
  text-decoration: underline;
  padding: 6px 0 6px 58px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cout-selects--back {
    float: none;
    padding: 20px 0 20px 30px;
  }
}
.cout-selects--back:before {
  content: '\e948';
  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: 7px;
  position: absolute;
  top: 12px;
  right: auto;
  bottom: auto;
  left: 31px;
}
@media (max-width: 767px) {
  .cout-selects--back:before {
    position: absolute;
    top: 26px;
    right: auto;
    bottom: auto;
    left: 0;
  }
}
.cout-selects--back:focus {
  color: #9fa3b0;
  text-decoration: underline;
}
.cout-selects--back:hover {
  color: #9fa3b0;
  text-decoration: none;
}
.cout-selects--price {
  float: right;
}
@media (max-width: 767px) {
  .cout-selects--price {
    float: none;
  }
}
.cout-selects--label {
  text-transform: uppercase;
  color: #9fa3b0;
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.cout-selects--label span {
  padding: 0 0 6px;
  display: block;
  font-size: 10px;
  line-height: 10px;
}
.cout-selects--counter {
  padding: 0 35px 0 0;
}
.cout-selitem {
  border: 1px solid #d8dcde;
  border-bottom: none;
  z-index: 1;
  padding: 24px 12px 24px 25px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .cout-selitem {
    padding: 18px 15px 15px 80px;
    display: block;
  }
}
.cout-selitem:last-child {
  border-bottom: 1px solid #d8dcde;
}
.cout-selitem--image {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 55px;
  height: auto;
}
@media (max-width: 767px) {
  .cout-selitem--image {
    padding: 0;
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 13px;
  }
}
.cout-selitem--image img {
  display: block;
  width: 100%;
  height: auto;
}
.cout-selitem--box {
  flex: 1;
  padding: 4px 30px;
}
@media (max-width: 767px) {
  .cout-selitem--box {
    flex: initial;
    padding: 0 0 15px;
  }
}
.cout-selitem--title {
  margin: 0 0 3px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cout-selitem--title {
    font-size: 16px;
    line-height: 19px;
  }
}
.cout-selitem--title .tag {
  margin: -3px 0 -1px 7px;
}
@media (max-width: 767px) {
  .cout-selitem--title .tag {
    margin: 0;
    display: block;
    position: absolute;
    top: 5px;
    right: auto;
    bottom: auto;
    left: 5px;
  }
}
.cout-selitem--text {
  color: #9fa3b0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cout-selitem--text {
    font-size: 15px;
    line-height: 19px;
  }
}
.cout-selitem--tools {
  padding: 4px 0 0;
  width: 96px;
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.cout-selitem--label {
  text-transform: uppercase;
  color: #9fa3b0;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.cout-selitem--label span {
  text-decoration: line-through;
  margin: -3px 0 -1px 7px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.cout-selitem--count {
  padding: 0 45px 0 0;
  position: absolute;
  top: 25px;
  right: 100%;
  bottom: auto;
  left: auto;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.cout-selitem--count:before {
  color: #9fa3b0;
  content: "ШТ.";
  display: block;
  position: absolute;
  top: 3px;
  right: 24px;
  bottom: auto;
  left: auto;
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
}
.cout-selitem--count:after {
  color: #9fa3b0;
  content: '\e90a';
  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: 10px;
  line-height: 10px;
  display: block;
  position: absolute;
  top: 12px;
  right: 7px;
  bottom: auto;
  left: auto;
}
.cout-selitem.is-sale {
  border-color: #38398d;
}
.cout-selitem.is-sale + .cout-selitem {
  border-top-color: #38398d;
}
.cout-selitem.is-sale .cout-selitem--title {
  color: #00973A;
}
.cout-selitem.is-sale .cout-selitem--price {
  color: #00973A;
}
@media (max-width: 767px) {
  .cout-selitem.with-count .cout-selitem--tools {
    margin: 0 0 0 55px;
  }
}
.cout-selservice {
  z-index: 1;
  padding: 0 12px 0 0;
  margin: 0 0 27px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .cout-selservice {
    border-top: 1px solid #d8dcde;
    padding: 20px 0 0;
    margin: 0 0 20px;
    display: block;
  }
  .cout-selservice:first-child {
    padding: 0;
    border: none;
  }
}
.cout-selservice:last-child {
  margin-bottom: 21px;
}
.cout-selservice--box {
  flex: 1;
  padding: 0 30px 0 0;
}
@media (max-width: 767px) {
  .cout-selservice--box {
    flex: initial;
    padding: 0 0 15px;
  }
}
.cout-selservice--title {
  margin: 0 0 1px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  max-width: 410px;
  max-height: initial;
}
.cout-selservice--title .tag {
  margin: -9px 0 0 7px;
}
.cout-selservice--text {
  color: #9fa3b0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  max-width: 410px;
  max-height: initial;
}
.cout-selservice--tools {
  padding: 4px 0 0;
  width: 96px;
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.cout-selservice--label {
  text-transform: uppercase;
  color: #9fa3b0;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.cout-selservice--label span {
  text-decoration: line-through;
  margin: -3px 0 -1px 7px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.cout-selservice--count {
  padding: 0 45px 0 0;
  position: absolute;
  top: 25px;
  right: 100%;
  bottom: auto;
  left: auto;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.cout-selservice--count:before {
  color: #9fa3b0;
  content: "ШТ.";
  display: block;
  position: absolute;
  top: 3px;
  right: 24px;
  bottom: auto;
  left: auto;
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
}
.cout-selservice--count:after {
  color: #9fa3b0;
  content: '\e90a';
  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: 10px;
  line-height: 10px;
  display: block;
  position: absolute;
  top: 12px;
  right: 7px;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .cout-selservice.with-count .cout-selservice--tools {
    margin: 0 0 0 55px;
  }
}
.cout-points {
  padding: 5px 0 15px;
}
@media (max-width: 767px) {
  .cout-points {
    padding: 0;
  }
}
.cout-points--selected {
  padding-bottom: 12px;
}
.cout-points--selected.is-error {
  color: #e64545;
  font-weight: bold;
}
.cout-points--header {
  padding: 0 0 1px;
}
.cout-points--header:before,
.cout-points--header:after {
  content: " ";
  display: table;
}
.cout-points--header:after {
  clear: both;
}
@media (max-width: 767px) {
  .cout-points--header {
    padding: 0 0 8px;
  }
}
.cout-points--title {
  float: left;
  color: #9fa3b0;
  text-transform: uppercase;
  padding: 7px 0 3px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cout-points--title {
    width: 100%;
    height: auto;
  }
}
.cout-points--btn {
  float: right;
  padding: 5px 0;
  margin: 0 0 0 33px;
  color: #9fa3b0;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
@media (max-width: 767px) {
  .cout-points--btn {
    margin: 0;
    width: 50%;
    height: auto;
  }
}
.cout-points--btn:before {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: auto;
}
.cout-points--btn:focus {
  color: #9fa3b0;
}
.cout-points--btn:hover {
  color: #363636;
}
.cout-points--btn.is-active {
  color: #00973A;
}
.cout-points--btn.is-list:before {
  content: '\e932';
  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;
}
.cout-points--btn.is-map:before {
  content: '\e931';
  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: 15px;
  line-height: 20px;
}
.cout-points--list {
  overflow: auto;
  border: 1px solid #d8dcde;
  background: #ffffff;
  max-width: initial;
  max-height: 360px;
}
.cout-points--item {
  cursor: pointer;
  border-bottom: 1px solid #d8dcde;
  padding: 18px 25px 16px 55px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}
.cout-points--item:last-child {
  border: none;
}
.cout-points--item:before {
  content: "";
  border: 1px solid #d8dcde;
  border-radius: 24px;
  display: block;
  position: absolute;
  top: 22px;
  right: auto;
  bottom: auto;
  left: 16px;
  width: 24px;
  height: 24px;
}
.cout-points--item:after {
  content: "";
  background: #00973A;
  border-radius: 10px;
  display: none;
  position: absolute;
  top: 29px;
  right: auto;
  bottom: auto;
  left: 23px;
  width: 10px;
  height: 10px;
}
.cout-points--item .counter {
  color: #9fa3b0;
  margin-right: 5px;
}
.cout-points--item .counter .counter--digits {
  font-size: 20px;
}
.cout-points--item span {
  color: #9fa3b0;
  font-weight: 400;
  display: block;
}
.cout-points--item [data-content="balloon"] {
  display: none;
}
.cout-points--item.is-active:after {
  display: block;
}
.cout-points--item.is-active .counter {
  color: #363636;
}
.cout-points--map {
  background: #ffffff;
  width: auto;
  height: 360px;
}
.cout-loader {
  z-index: 9000;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cout-loader--in {
  text-align: center;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
}
.js-cout-step {
  display: none;
}
.js-cout-step[data-shown="true"] {
  display: block;
}
[data-step-hidden="true"] {
  display: none !important;
}
[data-check-delcity="loader"] {
  margin: 35px 0 25px;
}
body.with-basket {
  padding-bottom: 80px;
}
.basket {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 2000;
}
.basket.is-show {
  display: block;
}
.basket.disabled {
  display: none !important;
}
.basket--header {
  background-color: #38398d;
  color: #ffffff;
  padding: 15px 0;
}
.basket--header .icon-down {
  display: none;
}
@media (max-width: 767px) {
  .basket--header .counter--title {
    display: none;
  }
}
.basket--header.is-full .icon-up {
  display: none;
}
.basket--header.is-full .icon-down {
  display: inline;
}
.basket--header.is-full .counter--title {
  display: block;
}
.basket--header.is-full .basket--toggler {
  opacity: .5;
}
.basket--header.is-full .basket--toggler:hover {
  opacity: 1;
}
.basket--header.is-full .basket--toggler-title > span {
  display: none;
}
.basket--header.is-full .basket--inner.in-header {
  height: 53px;
}
@media (max-width: 767px) {
  .basket--header.is-full .basket--inner.in-header {
    height: 56px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .basket--header.is-full .basket--quantity-pic {
    display: flex;
  }
}
@media (max-width: 767px) {
  .basket--header.is-full .basket--inner.with-btn {
    height: 56px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .basket--header.is-full .basket--quantity-text {
    margin-bottom: 6px;
  }
}
.basket--toggler {
  color: #ffffff;
  margin: auto;
}
@media (max-width: 767px) {
  .basket--toggler {
    margin-left: 12px;
  }
}
.basket--toggler-title {
  margin-right: 12px;
  display: none;
}
@media (min-width: 992px) {
  .basket--toggler-title {
    display: inline-block;
  }
}
.basket--toggler .icon-down,
.basket--toggler .icon-up {
  position: relative;
  top: -2px;
  font-size: 6px;
  line-height: 6px;
  font-weight: 500;
}
.basket--toggler:hover,
.basket--toggler:focus {
  color: #ffffff;
}
.btn-link.basket--toggler:hover,
.btn-link.basket--toggler:focus {
  outline: none;
}
.basket--btn {
  background-color: #33a44d;
}
.basket--btn-wrapper {
  flex-grow: 0;
  flex-basis: 145px;
  align-self: center;
  text-align: right;
}
.basket--inner {
  display: flex;
  align-items: center;
}
.basket--inner.in-header {
  height: 53px;
}
@media (max-width: 767px) {
  .basket--inner.in-header {
    height: 35px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .basket--inner.with-btn {
    height: 35px;
  }
}
.basket--inner.in-body {
  height: 88px;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .basket--inner.in-body {
    flex-wrap: wrap;
    height: auto;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .basket--inner.in-body + .basket--inner.in-body {
    margin-top: -20px;
    justify-content: space-between;
  }
}
.basket--quantity {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .basket--quantity {
    flex-direction: column;
  }
}
.basket--quantity-text {
  text-transform: uppercase;
  line-height: 18px;
}
@media (max-width: 767px) {
  .basket--quantity-text {
    margin-bottom: 0;
  }
}
.basket--quantity-pic {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .basket--quantity-pic {
    display: none;
    order: 2;
  }
}
.basket--body {
  display: none;
}
.basket--body .row + .row .basket--inner {
  border-top: 1px solid #d8dcde;
}
.basket--body .row:first-child .basket--inner {
  height: 63px;
}
@media (max-width: 767px) {
  .basket--body .row:first-child .basket--inner {
    display: none;
  }
}
@media (max-width: 767px) {
  .basket--body .row:first-child + .row .basket--inner {
    border-top: 0;
  }
}
.current-item {
  position: relative;
  overflow: hidden;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ffffff;
}
.current-item.is-green {
  background-color: #33a44d;
}
.current-item + .current-item {
  margin-left: -14px;
}
.current-item--quantity {
  width: 100%;
  text-align: center;
  line-height: 32px;
}
.current-item--pic {
  width: 26px;
  margin: auto;
}
.basket-item--heading {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #9fa3b0;
}
.basket-item--pic {
  flex: 1 0 97px;
}
@media (max-width: 767px) {
  .basket-item--pic {
    flex: 0 40px;
  }
}
.basket-item--pic img {
  max-width: 100%;
}
.basket-item--title {
  flex: 0 2 500px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .basket-item--title {
    flex-basis: calc( 100% - 90px);
    font-size: 12px;
  }
}
.basket-item--remove {
  flex: 0 0 48px;
  text-align: right;
  order: 6;
}
@media (max-width: 767px) {
  .basket-item--remove {
    order: unset;
  }
}
.basket-item--btn-remove {
  color: #9fa3b0;
  padding: 10px 0 10px 15px;
  font-size: 16px;
  line-height: 16px;
}
.btn-link.basket-item--btn-remove:hover,
.btn-link.basket-item--btn-remove:focus {
  outline: none;
}
.basket-item--separator {
  display: none;
}
@media (max-width: 767px) {
  .basket-item--separator {
    display: block;
    flex: 0 0 100%;
    margin: 16px 0;
    height: 0px;
  }
}
.basket-item--price {
  flex: 1 0 163px;
}
@media (max-width: 767px) {
  .basket-item--price {
    text-align: left;
    flex-basis: 50%;
  }
}
.basket-item--counter {
  flex: 0 0 170px;
}
@media (max-width: 767px) {
  .basket-item--counter {
    margin: 0;
    flex-basis: 0;
  }
}
.basket-item--counter .cout-counter {
  margin: auto;
}
.product-counter {
  max-width: 120px;
}
@media (max-width: 767px) {
  .product-counter {
    max-width: none;
  }
}
.product-counter.is-selected .product-counter--add {
  display: none;
}
.product-counter.is-selected .product-counter--digits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-counter--digits {
  border: 1px solid #00973A;
  border-radius: 2px;
  display: none;
  width: 100%;
  height: 40px;
}
.product-counter--btn {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 30px;
  height: 38px;
}
.product-counter--btn:before {
  content: "";
  background: #a7a7a7;
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 18px;
  right: auto;
  bottom: auto;
  left: 6px;
}
.product-counter--btn.is-minus {
  position: relative;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 5px;
}
.product-counter--btn.is-plus:after {
  content: "";
  background: #a7a7a7;
  display: block;
  width: 2px;
  height: 12px;
  position: absolute;
  top: 13px;
  right: auto;
  bottom: auto;
  left: 11px;
}
.product-counter--btn:hover:before,
.product-counter--btn:hover:after {
  background: #363636;
}
.product-counter--label {
  flex: 1;
  text-align: center;
  display: block;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}
.product-counter--label:after {
  content: "шт.";
  color: #a7a7a7;
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 30px;
}
/*# sourceMappingURL=web-other.css.map */
