/* Switch
   ========================================================================== */
.rstuning .switch,
.rstuning .switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.rstuning .switch label {
  cursor: pointer; }

.rstuning .switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }
  .rstuning .switch label input[type=checkbox]:checked + .lever {
    background-color: #ff5500; }
    .rstuning .switch label input[type=checkbox]:checked + .lever:before, .rstuning .switch label input[type=checkbox]:checked + .lever:after {
      left: 18px; }
    .rstuning .switch label input[type=checkbox]:checked + .lever:after {
      background-color: #fff; }

.rstuning .switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: #7d8698;
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px; }
  .rstuning .switch label .lever:before, .rstuning .switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    -o-transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease; }
  .rstuning .switch label .lever:before {
    background-color: rgba(255, 255, 255, 0.15); }
  .rstuning .switch label .lever:after {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }

.rstuning input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
.rstuning input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
      -ms-transform: scale(2.4);
          transform: scale(2.4);
  background-color: rgba(255, 255, 255, 0.15); }

.rstuning input[type=checkbox]:not(:disabled) ~ .lever:active:before,
.rstuning input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
      -ms-transform: scale(2.4);
          transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08); }

.rstuning .switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12); }

.rstuning .switch label input[type=checkbox][disabled] + .lever:after,
.rstuning .switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494; }

.rstuning .rstuning__option__switch.active .rstuning__option__switch-borders {
  border: 1px solid #ff5500; }

.rstuning .rstuning__option__switch.active .rstuning__option__switch-image img {
  opacity: 1; }

.rstuning .rstuning__option__switch-borders {
  padding: 13px 24px;
  border: 1px solid #dde3e7;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.rstuning .rstuning__option__switch-name {
  font-size: 24px;
  font-weight: 500;
  margin-right: 13px; }
  @media (max-width: 577px) {
    .rstuning .rstuning__option__switch-name {
      font-size: 20px; } }
  .rstuning .rstuning__option__switch-name.mod-small {
    font-size: 16px;
    font-weight: normal; }
    @media (max-width: 577px) {
      .rstuning .rstuning__option__switch-name.mod-small {
        font-size: 16px; } }
  .rstuning .rstuning__option__switch-name.mod-extra-small {
    font-size: 12px;
    font-weight: normal; }
    @media (max-width: 577px) {
      .rstuning .rstuning__option__switch-name.mod-extra-small {
        font-size: 12px; } }

.rstuning .rstuning__option__switch-unchecked {
  opacity: 0;
  width: 0;
  height: 0; }

.rstuning .rstuning__option__switch-image {
  text-align: center;
  cursor: default; }
  .rstuning .rstuning__option__switch-image.mod-mt-11 {
    margin-top: 11px; }
  .rstuning .rstuning__option__switch-image.mod-mt-16 {
    margin-top: 16px; }
  .rstuning .rstuning__option__switch-image.mod-mb-11 {
    margin-bottom: 11px; }
  .rstuning .rstuning__option__switch-image img {
    will-change: opacity;
    max-width: 100%;
    opacity: .5;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }

.rstuning .rstuning__option__switch input + .lever,
.rstuning .rstuning__option__switch input:checked + .lever {
  display: inline-block;
  width: 44px !important;
  margin: 0 !important;
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(25, 26, 27, 0.66) !important;
          box-shadow: inset 0px 2px 3px 0px rgba(25, 26, 27, 0.66) !important;
  border: none; }
  .rstuning .rstuning__option__switch input + .lever:before, .rstuning .rstuning__option__switch input + .lever:after,
  .rstuning .rstuning__option__switch input:checked + .lever:before,
  .rstuning .rstuning__option__switch input:checked + .lever:after {
    width: 24px !important;
    height: 24px !important;
    top: -5px !important;
    -webkit-box-shadow: 2.046px 2.194px 6px 0px rgba(0, 0, 0, 0.38) !important;
            box-shadow: 2.046px 2.194px 6px 0px rgba(0, 0, 0, 0.38) !important; }
  .rstuning .rstuning__option__switch input + .lever.mod-bottom-2,
  .rstuning .rstuning__option__switch input:checked + .lever.mod-bottom-2 {
    bottom: 2px; }
  .rstuning .rstuning__option__switch input + .lever.mod-mt-15,
  .rstuning .rstuning__option__switch input:checked + .lever.mod-mt-15 {
    margin-top: 15px !important; }
  .rstuning .rstuning__option__switch input + .lever.mod-mb-7,
  .rstuning .rstuning__option__switch input:checked + .lever.mod-mb-7 {
    margin-bottom: 7px !important; }

.rstuning .rstuning__option__switch input + .lever:before, .rstuning .rstuning__option__switch input + .lever:after {
  left: -2px !important; }

.rstuning .rstuning__option__switch input:checked + .lever:before, .rstuning .rstuning__option__switch input:checked + .lever:after {
  left: 20px !important; }

.rstuning .rstuning__option__switch input[type=checkbox]:not(:disabled) ~ .lever:active::before, .rstuning .rstuning__option__switch input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before {
  -webkit-transform: scale(1.85);
      -ms-transform: scale(1.85);
          transform: scale(1.85);
  background-color: rgba(255, 85, 0, 0.3);
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.rstuning .rstuning__option__dd .rstuning__option:first-of-type .rstuning__option__switch {
  border-top: 1px solid #dde3e7; }

.rstuning .rstuning__option__dd .rstuning__option__switch {
  padding: 18px 27px 18px 28px;
  border-bottom: 1px solid #dde3e7;
  background-color: #f8f9fa; }
  .rstuning .rstuning__option__dd .rstuning__option__switch.active {
    background-color: transparent; }
  .rstuning .rstuning__option__dd .rstuning__option__switch .label {
    display: block;
    width: 100%; }

.rstuning .rstuning__option__dd__ghost .rstuning__option__switch {
  background-color: #f8f9fa; }

.rstuning .rstuning__option__dd__ghost .label * {
  opacity: 0 !important; }

.rstuning .rstuning__option__dd__fallback .rstuning__option__switch, .rstuning .rstuning__option__dd__fallback .rstuning__option__switch.active {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
          box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3); }
