@charset "UTF-8";
.cost-calc {
  padding-top: 0px !important; }
  .cost-calc .white-block {
    margin-top: 10px;
    padding: 25px 0 0; }
  .cost-calc .breadcrumb-section {
    padding-left: 30px; }

.calc-form {
  font-size: 0; }
  .calc-form .content-container {
    margin: 40px auto 0;
    width: 100%;
    max-width: 630px; }
  .calc-form .form-row {
    display: inline-block;
    width: 50%;
    vertical-align: bottom;
    padding: 0 15px;
    margin-bottom: 20px; }
    .calc-form .form-row.big {
      width: 100%; }
  .calc-form select:nth-child(3) {
    margin-top: 20px; }
  .calc-form .submit-button {
    margin: 40px 0;
    min-width: auto;
    width: auto;
    padding: 0 50px; }
  .calc-form .download-pdf {
    display: block;
    font-size: 0.875rem;
    line-height: 1;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 300;
    color: #0061af;
    text-decoration: underline;
    margin-top: -35px; }
    .calc-form .download-pdf:hover {
      text-decoration: none; }
    .calc-form .download-pdf:before {
      content: '';
      display: inline-block;
      margin-right: 10px;
      width: 22px;
      height: 28px;
      vertical-align: middle;
      background: url("/templates/me/images/sprite.svg?ver=1.2.3");
      background-repeat: no-repeat;
      background-position: -200px 0; }

.form-headline {
  margin-top: 40px;
  text-align: center; }

.form-step-container {
  display: inline-block;
  font-size: 0;
  background-color: #f6f6f8;
  border-radius: 30px; }

.form-step {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 400;
  padding: 12px 30px;
  cursor: pointer;
  border-radius: 30px;
  color: #0061af;
  text-transform: uppercase; }
  .form-step.active {
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(173, 173, 173, 0.4);
    color: #0061af; }

.step {
  display: none; }
  .step.active {
    display: block; }

.exchange-group {
  position: relative; }

.exchange-icon {
  display: block;
  width: 19px;
  height: 18px;
  background: url("/templates/me/images/sprite.svg?ver=1.2.3");
  background-repeat: no-repeat;
  background-position: -167px -95px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 46px);
  cursor: pointer;
  z-index: 1; }

.calc-tab-container .tab-headline {
  margin-top: 40px;
  text-align: center; }

.calc-tab-container .tab-link {
  width: 170px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #393c3e;
  height: 150px; }
  .calc-tab-container .tab-link:hover {
    color: #393c3e; }
    .calc-tab-container .tab-link:hover .tab-icon {
      background-position: -55px 0; }
  .calc-tab-container .tab-link.active {
    color: #393c3e;
    background-image: url("/templates/me/images/tab-hover-img.png");
    background-color: transparent; }
    .calc-tab-container .tab-link.active .tab-icon {
      background-position: -55px 0; }

.calc-tab-container .tab-icon {
  width: 52px;
  height: 51px;
  background-repeat: no-repeat;
  margin-bottom: 15px; }

.calc-tab-container .tab-select {
  display: none; }

.tab-content {
  width: 100%;
  max-width: 630px;
  margin: 0 auto; }

.tab-row {
  margin-top: 40px;
  position: relative; }
  .tab-row .radio-button-container .custom_radio {
    margin-right: 40px; }

.tab-row-title {
  font-size: 1rem;
  line-height: 1;
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 10px; }
  .tab-row-title span {
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 300; }

.quantity .tab-row-title {
  display: inline-block;
  vertical-align: middle; }

.counter {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px; }

.counter-nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 40px; }
  .counter-nav:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("/templates/me/images/sprite.svg?ver=1.2.3");
    background-repeat: no-repeat;
    background-position: 0 0; }
  .counter-nav.prev {
    border: 1px solid #ed1c24;
    border-right: none;
    border-radius: 3px 0 0 3px; }
    .counter-nav.prev:before {
      background-position: -204px -36px;
      width: 13px;
      height: 5px; }
  .counter-nav.next {
    border: 1px solid #146db5;
    border-left: none;
    border-radius: 0 3px 3px 0; }
    .counter-nav.next:before {
      background-position: -204px -50px;
      width: 13px;
      height: 15px; }

.counter-val {
  width: 95px;
  max-width: none;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1;
  padding: 13px 15px 14px 15px;
  border-radius: 0; }

.row-with-img {
  margin: 0 auto;
  width: 100%;
  max-width: 430px; }
  .row-with-img:before, .row-with-img:after {
    content: '';
    display: block;
    background: url("/templates/me/images/sprite.svg?ver=1.2.3");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    bottom: 0; }
  .row-with-img:before {
    left: 0; }
  .row-with-img:after {
    right: 0; }
  .row-with-img.cost-row:before {
    background-position: -231px -5px;
    width: 37px;
    height: 16px; }
  .row-with-img.cost-row:after {
    background-position: -284px 1px;
    width: 54px;
    height: 50px; }
  .row-with-img.diameter:before {
    background-position: -242px -115px;
    width: 30px;
    height: 31px; }
  .row-with-img.diameter:after {
    background-position: -284px -110px;
    width: 54px;
    height: 50px; }
  .row-with-img.weight-row:before, .row-with-img.weight-row:after {
    background-image: url("/templates/me/images/admin/tab-calc-icon3.svg?ver=1.2.3");
    width: 29px;
    height: 50px; }
  .row-with-img.palette-size:before {
    background-position: -237px -54px;
    width: 36px;
    height: 31px; }
  .row-with-img.palette-size:after {
    background-position: -284px -52px;
    width: 59px;
    height: 50px; }

.form-slider {
  bottom: 7px; }
  .form-slider:before {
    content: '';
    display: block;
    width: 4%;
    height: 6px;
    background-color: #f6f6f8;
    position: absolute;
    top: 0;
    right: -14px;
    border-radius: 0 3px 3px 0; }
  .form-slider.ui-corner-all {
    width: 97%;
    height: 6px;
    background-color: #f6f6f8;
    border: none !important;
    border-radius: 3px;
    cursor: pointer; }
  .form-slider span.ui-slider-handle.ui-corner-all.ui-state-default {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 0 1px rgba(26, 26, 38, 0.15); }
    .form-slider span.ui-slider-handle.ui-corner-all.ui-state-default:before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background-color: #0061af;
      border-radius: 50%; }
  .form-slider .ui-slider-range {
    background-image: -moz-linear-gradient(0deg, #9dc5e4 0%, #0061af 100%);
    background-image: -webkit-linear-gradient(0deg, #9dc5e4 0%, #0061af 100%);
    background-image: -ms-linear-gradient(0deg, #9dc5e4 0%, #0061af 100%); }

.packaging {
  padding: 30px 80px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 40px -80px 0; }
  .packaging .col-inline-xs-4 .packaging-item {
    margin-bottom: 30px;
    display: inline-block; }
    .packaging .col-inline-xs-4 .packaging-item:last-child {
      margin-bottom: 0px; }

.packaging-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1; }
  .packaging-item span {
    display: inline-block;
    vertical-align: middle; }
  .packaging-item input[type=checkbox] {
    display: none; }

.packaging-item-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat; }

.custom-checkbox {
  cursor: pointer; }
  .custom-checkbox input[type=checkbox] {
    display: none; }
  .custom-checkbox input[type=checkbox]:checked + .false-checkbox {
    background-position: -23px 0; }

.false-checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-image: url("/templates/me/images/chekbox.png"); }

.checkbox-text {
  vertical-align: middle; }

.button-row {
  margin-top: 0; }
  .button-row .submit-button {
    font-size: 0.875rem;
    line-height: 1;
    padding: 18px 5px;
    width: 240px; }
    .button-row .submit-button.back {
      margin-right: 35px;
      width: 145px; }
      .button-row .submit-button.back:before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 12px;
        margin-right: 5px;
        background: url(/templates/me/images/sprite.svg?ver=1.0.14);
        background-repeat: no-repeat;
        background-position: -134px -81px;
        transform: rotate(180deg);
        position: relative;
        top: 2px; }
      .button-row .submit-button.back:after {
        display: none; }

.tab-row label.custom_radio {
  width: auto;
  font-size: 1rem;
  line-height: 1;
  margin-right: 20px; }

#diameter-slider:before {
  content: '';
  display: block;
  width: 5%;
  height: 6px;
  background-color: #f6f6f8;
  position: absolute;
  top: 0;
  right: -19px;
  border-radius: 0 3px 3px 0; }

#palette-size-slider:before {
  content: '';
  display: block;
  width: 5%;
  height: 6px;
  background-color: #f6f6f8;
  position: absolute;
  top: 0;
  right: -19px;
  border-radius: 0 3px 3px 0; }

.weight-slider-container {
  position: relative; }
  .weight-slider-container:before {
    content: 'от 0';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -12%;
    font-size: 0.875rem;
    line-height: 1;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 300; }
  .weight-slider-container:after {
    content: 'до 50';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12%;
    font-size: 0.875rem;
    line-height: 1;
    font-family: 'PF DinDisplay Pro', sans-serif;
    font-weight: 300; }
  .weight-slider-container.large-sized:before {
    content: 'от 30'; }
  .weight-slider-container.large-sized:after {
    content: 'до 250'; }

.overall_dimensions-group {
  font-size: 0;
  margin: 0 -15px; }
  .overall_dimensions-group .tab-row {
    display: inline-block;
    padding: 0 15px;
    width: 25%;
    position: relative; }
    .overall_dimensions-group .tab-row input {
      font-size: 1.125rem;
      line-height: 1;
      font-family: 'PF DinDisplay Pro', sans-serif;
      font-weight: 600; }
    .overall_dimensions-group .tab-row:nth-child(1):after, .overall_dimensions-group .tab-row:nth-child(2):after {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      background: url("/templates/me/images/sprite.svg?ver=1.2.3");
      background-repeat: no-repeat;
      background-position: -205px -77px;
      position: absolute;
      top: 50%;
      transform: translateY(50%);
      right: -5px; }
    .overall_dimensions-group .tab-row:last-child:before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      background: url("/templates/me/images/sprite.svg?ver=1.2.3");
      background-repeat: no-repeat;
      background-position: -205px -101px;
      position: absolute;
      top: 50%;
      transform: translateY(50%);
      left: -5px; }

.radio-with-select [class^=col-inline-xs-] {
  margin-top: 20px; }
  .radio-with-select [class^=col-inline-xs-]:nth-child(-n+2) {
    margin-top: 0px; }

.radio-with-select select.disabled {
  pointer-events: none;
  background: #ffffff url("/templates/me/images/select-arrow-gray.png") 95% 50% no-repeat; }
