.slider-switchers {
    background: rgba(230,230,230,.7);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

.slider-switchers > button.slider-type-switcher {
    border: 0;
    border-radius: 0;
    line-height: 40px;
    padding: 0 10px;
    margin: 0;
    cursor: pointer;
    display: block;
    float: left;
    background: #777;
    color: #f9f9f9;
    border-right: 3px solid #707070;
    box-shadow: rgba(0,0,0,.08) 0 -4px 0 0 inset;
    -webkit-box-shadow: rgba(0,0,0,.08) 0 -4px 0 0 inset;
    -moz-box-shadow: rgba(0,0,0,.08) 0 -4px 0 0 inset;
    outline: 0;
}

.slider-switchers > button.slider-type-switcher:hover {
    background: #134164;
}

.slider-switchers > button.slider-type-switcher.slider-active {
    box-shadow: none;
    background: transparent;
    border: 0;
    color: #333;
}

.slider-form-block {
    background: rgba(230,230,230,.7);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    display: none;
}

.slider-form-block.slider-active { display: block; }

.slider-gpl-block {
    display: block;
    line-height: 30px;
    width: 33%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    float: left;
}

.slider-gpl-block > span {
    display: block;
    float: left;
    width: 50%;
    border: 1px solid #eee;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px 10px;
    color: #666;
}

.slider-gpl-block > span:first-child {
    border-radius: 6px 0 0 6px;
}

.slider-gpl-block > span:last-child {
    border-radius: 0 6px 6px 0;
    background: rgba(255,255,255,.5);
    border-left: 0;
}

.clear { clear: both; }

.slider-container,
.wic-slider {
    width: 100%;
    clear: both;
}

.wic-slider {
    margin-bottom: 8px;
    height: 64px;
    overflow: hidden;
}

.slider-main-row {
    height: 24px;
    display: flex;
    align-items: center;
}

.slider-detail-row {
    height: 40px;
    overflow: hidden;
}

.slider-detail-row a {
    font-family: Tahoma, Arial, Sans-serif;
    font-size: 10px;
}

.slider-side-block,
.slider-middle-block,
.slider-value-block,
.slider-sign-block {
    position: relative;
    line-height: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    float: left;
}

.slider-side-block {
    width: 24px;
}

.slider-middle-block {
    width: auto;
    flex: 1;
/*    display: flex;
    justify-content: space-between;*/
    padding: 0 10px;
}

.slider-value-block {
    width: 80px;
}

.slider-sign-block {
    width: 80px;
}

.slider-sign-block label {
    margin-top: 6px;
    color: #134164;
}

.slider-value-block > input {
    max-width: 100%;
    padding: 0;
    margin: 0;
    border: 0 !important;
    box-shadow: none;
    background: transparent;
    color: #134164;
    font-weight: bold;
}

.slider-line {
    min-width: 100px;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 2px solid #efefef;
    margin: 0;
    position: relative;
}

.slider-line > .slider-line-bg {
    height: 100%;
    width: auto;
    background: rgba(99,11,22,.3);
    border-radius: 10px;
}

.slider-line > .slider-cursor {
    width: 66px;
    height: 24px;
    display: block;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #134164;
    border: 2px solid #fff;
    position: absolute;
    top: -9px;
    outline: 0;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
}

.slider-line > .slider-cursor:before {
  content: "\e257";
  font-family:'Glyphicons Halflings';
  opacity: 0.5;
  position: absolute;
  left: 1px;
}

.slider-line > .slider-cursor:after {
  content: "\e258";
  font-family:'Glyphicons Halflings';
  opacity: 0.5;
  position: absolute;
  right: 1px;
}

a[data-slider-action] {
    width: 24px;
    height: 24px;
    line-height: 20px;
    color: #f9f9f9;
    background: #134164;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
    display: block;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}

a[data-slider-action="minus"]:before {
    content: "-";
}
a[data-slider-action="plus"] {
    font-size: 20px;
    line-height: 20px;
}
a[data-slider-action="plus"]:before {
    content: "+";
}


.slider-input {
    text-align: center;
}

span[data-multi], .slider-values-multiple { display: none; }
span[data-multi].current { display: inherit; }

.slider-values-multiple { position: relative; }

.slider-values-multiple.current { display: flex; }
.slider-values-multiple { width: 100%; justify-content: space-between; }

[data-name="term"] .slider-values-multiple {
    top: -6px;
}

a[data-value-id] { outline: 0; position: absolute; text-align: center; color: #bbb; font-size: 10px;}
a[data-value-id].current {
    color: #134164;
    text-shadow: rgba(0,0,0,0.8) 0 1px;
}

[data-name="sum"] .slider-detail-row .slider-middle-block a:nth-child(2n) {
    top: 10px;
}

[data-name="term"] a[data-value-id] {
  /*position: relative;*/
}

.slider-detail-row .slider-middle-block {
    padding: 0 20px;
    box-sizing: border-box;
}

.slider-form-submit {
    margin: 0 auto;
    clear: both;
}

.slider-form-submit.compare-top {
  float: right;
  padding: 22px 50px 20px;
  background: #f90;
  font-size: 18px;
}

.slider-form-submit.compare-top:hover {
  background: #134164;
}

.slider-form-submit.compare-top .glyphicon {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.wic-mobile-form {
    background: rgba(230,230,230,.7);
    border-radius: 0 0 10px 10px;
    padding: 20px;
    display: none;
}

.slider-switchers-mobile {
    display: none;
}

.slider-switchers-mobile .slider-mobile-select-wrap {
    position: relative;
}

.slider-switchers-mobile .slider-mobile-select-wrap:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border-right: 2px solid #f36f21;
    border-bottom: 2px solid #f36f21;
    transform: rotate(45deg);
    pointer-events: none;
}

.slider-switchers-mobile .slider-type-mobile-select,
.slider-switchers-mobile .mobile-slider-type-select,
#soft-header-slider-mobile-select {
    width: 100%;
    border: 1px solid #d8dee5;
    background-color: #fff;
    color: #2f3e4e;
    border-radius: 12px;
    min-height: 44px;
    padding: 10px 40px 10px 14px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    box-shadow: 0 4px 14px rgba(19, 65, 100, 0.08);
    background-image: linear-gradient(45deg, transparent 50%, #f36f21 50%), linear-gradient(135deg, #f36f21 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(50% - 2px), calc(100% - 14px) calc(50% - 2px);
    background-size: 7px 7px, 7px 7px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.slider-switchers-mobile .slider-type-mobile-select:focus,
.slider-switchers-mobile .mobile-slider-type-select:focus,
#soft-header-slider-mobile-select:focus {
    outline: 0;
    border-color: #f36f21;
    box-shadow: 0 0 0 3px rgba(243, 111, 33, 0.2);
}

.wic-mobile-form .wic-slider-row {
    min-height: 64px;
    line-height: 1.2;
    width: 100%;
    padding: 6px 12px;
}

.wic-mobile-form .wic-slider-row label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    line-height: 1.2;
    gap: 12px;
}

.wic-mobile-form .wic-slider-row label * {
    vertical-align: middle;
}

.wic-mobile-form .wic-slider-row label > span {
    width: auto;
    min-width: 96px;
    text-align: left;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    color: #26324f;
    text-transform: uppercase;
}

.wic-mobile-form .wic-slider-row label > span > span {
  width: auto !important;
  float: none;
}

.wic-mobile-form .wic-slider-row label > span > ul {
  top: 30px !important;
  right: 0;
}

.wic-mobile-form .wic-slider-row label div[data-multi],
.wic-mobile-form .wic-slider-row label span[data-multi] {
    display: none;
}

.wic-mobile-form .wic-slider-row .nice-select {
  width: calc(100% - 108px);
  text-align: left;
  margin-left: auto;
  height: 42px;
  line-height: 40px;
  margin-top: 0;
  border: 1px solid #cfd8e6;
  border-radius: 10px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  box-shadow: inset 0 1px 1px rgba(18, 36, 66, 0.06);
  padding-left: 14px;
  padding-right: 36px;
}

.wic-mobile-form .wic-slider-row .nice-select > span {
  display: block;
  text-align: left;
  color: #1f2a44;
  font-weight: 700;
  font-size: 16px;
}

.wic-mobile-form .wic-slider-row .nice-select.wic-slider-select,
.wic-mobile-form .wic-slider-row label select[name="slider[sum]"],
.wic-mobile-form .wic-slider-row label select[name="slider[term]"] {
  text-align: center;
  padding-left: 36px;
  padding-right: 36px;
}

.wic-mobile-form .wic-slider-row .nice-select.wic-slider-select > span,
.wic-mobile-form .wic-slider-row .nice-select.wic-slider-select .option,
.wic-mobile-form .wic-slider-row label select[name="slider[sum]"] option,
.wic-mobile-form .wic-slider-row label select[name="slider[term]"] option {
  text-align: center;
}

.wic-mobile-form .wic-slider-row .nice-select > .list {
  width: 100%;
  height: 220px;
  max-height: 220px;
  overflow: auto !important;
  margin-top: 8px;
  border: 1px solid #dce4f1;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(31, 42, 68, 0.14);
  z-index: 20;
}

.wic-mobile-form .wic-slider-row .nice-select > .list > li {
  position: relative;
  font-size: 15px;
  line-height: 1.35;
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wic-mobile-form .wic-slider-row .nice-select .option.selected,
.wic-mobile-form .wic-slider-row .nice-select .option.focus,
.wic-mobile-form .wic-slider-row .nice-select .option:hover {
  background: #f1f6ff;
  color: #1f2a44;
}

.wic-mobile-form .wic-slider-row label div[data-multi].current,
.wic-mobile-form .wic-slider-row label span[data-multi].current {
    display: inline-block;
}

.wic-mobile-form .wic-slider-row label select {
    max-width: calc(100% - 108px);
    width: calc(100% - 108px);
    border: 1px solid #cfd8e6;
    border-radius: 10px;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    color: #1f2a44;
    font-size: 16px;
    font-weight: 700;
    font-family: tahoma, sans-serif;
    height: 42px;
    text-align: left;
    padding: 0 36px 0 14px;
    box-shadow: inset 0 1px 1px rgba(18, 36, 66, 0.06);
}


.wic-mobile-form .wic-slider-row label select optgroup {
    width: 100%;
}
.wic-mobile-form .wic-slider-row label select option {
    width: 100%;
    text-align: left;
}

.wic-mobile-form .wic-slider-row .nice-select:after {
    border-bottom: 2px solid #e96f22;
    border-right: 2px solid #e96f22;
    height: 8px;
    width: 8px;
    right: 14px;
    margin-top: -6px;
}

@media (max-width: 400px) {
    .wic-mobile-form .wic-slider-row label {
        flex-direction: row;
        align-items: center;
        gap: 8px;
        flex-wrap: nowrap;
    }

    .wic-mobile-form .wic-slider-row label > span {
        width: auto;
        min-width: 88px;
    }

    .wic-mobile-form .wic-slider-row label select,
    .wic-mobile-form .wic-slider-row .nice-select {
        width: calc(100% - 96px);
        max-width: calc(100% - 96px);
    }

    .wic-mobile-form .wic-slider-row label select[name="slider[sum]"] + span,
    .wic-mobile-form .wic-slider-row label select[name="slider[term]"] + span,
    .wic-mobile-form .wic-slider-row label .nice-select.wic-slider-select + span {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}

.wic-mobile-form .slider-form-submit {
    margin: 20px auto 0 auto;
    display: block;
    width: 100%;
    max-width: 320px;
    padding: 10px 16px;
    border: 0;
    border-radius: 8px;
    background-color: #9d430f;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.42857143;
    text-transform: uppercase;
    box-shadow: none;
}

.wic-mobile-form .slider-form-submit:hover,
.wic-mobile-form .slider-form-submit:focus {
    background-color: #e04030;
    color: #fff;
}

.wic-mobile-form .slider-form-submit:active {
    background-color: #9d430f;
    box-shadow: none;
}

optgroup[data-multi] {
    display: none;
}

optgroup[data-multi].current {
    display: inherit;
}

.wic-div-multi { width: 100%; }

.sliderComment {
  position: absolute;
  width: auto;
  font-size: 10px;
  top: 20px;
  left: -25%;
  color: #444;
}

.sidebar-slider {
  padding: 0 20px;
  margin-bottom: 20px;
}

.sidebar-slider .slider-gpl-block {
  width: 100%;
  float: none;

}

.sidebar-slider .slider-side-block,
.sidebar-slider .slider-middle-block,
.sidebar-slider .slider-value-block,
.sidebar-slider .slider-sign-block{
  height: 30px;
  line-height: 30px;
}

.sidebar-slider .wic-slider {
  height: auto;
  margin-bottom: 10px;
}

.sidebar-slider .slider-container {
  text-align: center;
}

.sidebar-slider .slider-form-submit {
  width: 100%;
}

.sidebar-slider #openUsedSection {
  display: none;
}

.sidebar-slider .slider-form-block {
  padding: 10px;
}

.sidebar-slider a[data-slider-action] {
  width: 22px;
  height: 22px;
  line-height: 18px;
}

.sidebar-slider a[data-slider-action="plus"] {
  line-height: 18px;
}

.sidebar-slider a[data-value-id] {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sidebar-slider .slider-line {
  height: 10px;
}

.sidebar-slider .slider-line > .slider-cursor {
  width: 40px;
  height: 22px;
}

.sidebar-slider .slider-value-block {
  clear: both;
  width: 48%;
  text-align: right;
}

.sidebar-slider .slider-sign-block {
  clear: none;
}

.sidebar-slider .slider-value-block .slider-input {
  text-align: right;
    border: 0;
}

.sidebar-slider .slider-detail-row { height: 1px; clear: both; }

.sidebar-slider .slider-type-switcher {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  height: 30px;
}

.sidebar-slider .slider-switchers > button.slider-type-switcher {
  line-height: 30px;
  background: transparent;
  color: #333;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.sidebar-slider .slider-switchers > button.slider-type-switcher.slider-active {
  color: #93C54B;
  font-weight: 500;
  border-bottom: 2px solid #93C54B;
  height: 36px;
  line-height: 36px;
}

.sidebar-slider .slider-switchers {
  height: auto;
}

.sidebar-slider .slider-gpl-block {
  line-height: 20px;
}

.sidebar-slider .slider-gpl-container {
  margin-bottom: 10px;
}

@media screen and (min-width: 801px)
{
  .slider-gpl-container {
    display: block;
  }
}

.sidebar-slider .slider-gpl-block > span {
  padding: 4px 8px;
  font-size: 12px;
}

.sidebar-slider .slider-cursor { line-height: 30px; font-size: 10px;}

.sidebar-slider .compare-top {
  font-size: 16px;
  margin-top: 10px;
  padding: 10px 0;
}

.sidebar-slider .compare-top .glyphicon {
  font-size: 20px;
}

.sidebar-slider .slider-sign-block {
    clear: both;
    float: none;
    display: inline-block;
    text-align: left;
    width: auto;
}

.sidebar-slider .slider-value-block {
    clear: both;
    text-align: right;
    float: none;
    width: 80px;
    display: inline-block;
}

.sidebar-slider .slider-value-block > input {
    line-height: 30px;
    vertical-align: top;
}

.sidebar-slider a[data-value-id] > span { display: none; }

.sidebar-slider .slider-main-row { height: 60px; text-align: center; display: block; }

@media screen and (max-width: 800px)
{
    .slider-switchers { display: none; }
    .slider-switchers-mobile {
        display: block;
        background: #f7faff;
        border-radius: 12px 12px 0 0;
        padding: 12px;
    }
    .slider-form-block { display: none !important; }
    .wic-mobile-form.slider-active { display: block; }
}
.sidebar-slider .sliderComment {
    position: relative;
    font-size: 10px;
    top: 0;
    left: 0;
}
