.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.fixedBtn {
  width: max-content;
  box-sizing: border-box;
  margin-top: 2px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}
#resetBtn {
  width: 100%;
  margin-top: 0;
}
.labelBtn {
  box-sizing: border-box;
  -webkit-user-select: none;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  position: relative;
  border-radius: 7px;
  border: 1px solid #f7d341;
  padding: 6px;
  padding-left: 30px;
  line-height: 1.32222;
  font-family: inherit;
}

.labelBtn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.labelBtn .checkmark {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
.labelBtn:hover input ~ .checkmark {
  background-color: #ccc;
}
.labelBtn input:checked ~ .checkmark {
  background-color: #ffcf0e;
}

.labelBtn input:checked ~ .checkmark:after {
  display: block;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.labelBtn .checkmark:after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tabs {
  max-width: 100%;
  margin: 0 0 30px;
}
.tabs__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  margin: -1px 0 0 -1px;
  padding-bottom:0px !important;
}
.tabs__caption li:last-child:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: -2px;
  z-index: -1;
  height: 5px;
  background: #f7d341;
}
.tabs__caption:after {
  content: '';
  display: table;
  clear: both;
}
.tabs__caption li {
  padding: 9px 25px !important;
  margin: 1px 0 0 1px;
  background: #ffcf0e;
  color: #FFF;
  position: relative;
  border: solid #ffcf0e;
  border-width: 2px 2px 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
}
.tabs__caption li:not(.active) {
  cursor: pointer;
  color: #333;
}
.tabs__caption li:not(.active):hover {
  background: #f7d341;
  border-color: #f7d341;
}
.tabs__caption .active {
  background: #FFF;
  color: #757575;
  font-weight:bold;
  border-color: #f7d341;
}
.tabs__caption .active:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background: #FFF;
}
.tabs__content {
  display: none;
  background: #FFF;
  border: 2px solid #f7d341;
  border-radius: 0 5px 5px 5px;
  padding: 15px 15px;
}
.tabs__content.active {
  display: block;
}
#tab3 {
  display: none;
}
.vertical .tabs__caption {
  float: left;
  display: block;
}
.vertical .tabs__caption li {
  float: none;
  border-width: 2px 0 2px 2px;
  border-radius: 5px 0 0 5px;
}
.vertical .tabs__caption li:last-child:before {
  display: none;
}
.vertical .tabs__caption .active:after {
  left: auto;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 2px;
  height: auto;
}
.vertical .tabs__content {
  overflow: hidden;
}

@media screen and (max-width: 650px) {
  .tabs__caption li {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .vertical .tabs__caption {
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .vertical .tabs__caption li {
    border-width: 2px 2px 0;
    border-radius: 5px 5px 0 0;
  }
  .vertical .tabs__caption li:last-child:before {
    display: block;
  }
  .vertical .tabs__caption .active:after {
    top: auto;
    bottom: -5px;
    left: 0;
    right: 0;
    width: auto;
    height: 5px;
    background: #FFF;
  }
}
#tiresTab a, #dialsTab a {
  color: #b9b9b9;
  text-decoration: underline;
}
#tiresTab a:hover, #dialsTab a:hover {
  color: #f7d341;
}
.diskiFormParams .col-md-4 + .col-md-4, .shinyFormParams .col-md-4 + .col-md-4 {
  margin-bottom: 28px;
}
.diskiFormParams .col-md-4:last-child, .shinyFormParams .col-md-4:last-child {
  margin-bottom: 0;
}
.shinyFormParams #prop201 option, .shinyFormParams #prop202 option, .shinyFormParams #prop203 option{

}
.shinyFormParams select option.enabled {
  display: block !important;
}
.form-control:focus {
    border-color: #ffcf0e;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 207 14 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 207 14 / 60%);
}

.forma-podbora .form-control {
    height: 45px;
}
.forma-podbora .form__header {
    padding: 10px 0 0 15px;
}
.forma-podbora .first-line {
}
.first-line .col-md-12+.col-md-12,.first-line .col-md-12:first-child {
    margin-bottom: 20px;
}
.forma-podbora .first-line:after, .forma-podbora .two-line:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.forma-podbora .first-line:before, .forma-podbora .two-line:before {
    display: table;
    content: " ";
}
.forma-podbora .submit-btn {
    margin-top: 25px;
    font-size:  1.3rem;
}
.forma-podbora .form__image {
  height: 100%;
  background: #FFF;
  min-height: 310px;
  border-left: 1px solid #EEE;
  position: relative;
}

.forma-podbora .image__block{
  position: relative;
  text-align: center;
  z-index: 5;
  max-width: 720px;
  margin: auto;
}
.forma-podbora .form__image img.img-responsive {
  max-width: 100%;
  height:auto;
  width:auto;
  margin-top: 30px;
  display: initial;
}
.forma-podbora .form__image .dials {
  position: absolute;
  display: none;
}
.dials.left-dial, .dials.right-dial {
    opacity: 0;
    animation: wheelrotate 2s linear infinite;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

@keyframes wheelrotate {
  0% {transform:rotate(0deg)}
  100%{transform:rotate(-360deg)}
}
.forma-podbora .form__image:hover .left-dial,
.forma-podbora .form__image:hover .right-dial {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

.forma-podbora .form__select {
  padding-top: 11px;
  padding-bottom:  10px;
  height: 100% !important;
}
.forma-podbora .form__options {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.forma-podbora .form__options .name {
  font-family: 'MyriadProSemibold';
  color: #7b4e02;
}
.forma-podbora .form__options > span {
  font-weight: bold;
  margin-right: 15px;
}
.forma-podbora .form__options > span > span {
  font-weight:  normal;
  color: #7b4e02;
}
.selector__image {
  position: relative;
  padding-top: 15px;
  margin: auto;
  text-align: center;
}
.car__color_picker {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  border: 1px solid #BBB;
  box-shadow: 1px 1px 3px 0 #919499;
  cursor: pointer;
  margin-left: 8px;
}
.avto_clear {
  margin-top: 5px;
  margin-bottom: 10px;
}
.avto-filter.avto_list {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.col-25.avto-filter, .avto-filter.avto_list.last_avto {
  padding-bottom: 10px !important;
  margin-bottom: 5px !important;
}
.avto_list {
  width: 100%;
}
.avto_list .col-25 {
  float: left;
}
.avto-filter li a {
  margin-top:  10px;
  display: block;
  padding: 0 12px;
  min-height:  43px;
  text-align: center;
  text-decoration:  none;
}
.avto_list li a {
  color: #333;
}
.avto_list li a:hover, .avto_list li a:focus {
  color: #333;
}
.avto_list li a span {
  color: #993300;
}
.avto_list li a:hover span, .avto_list li a:focus span {
  color: #DD3300;
  text-decoration: underline;
  outline: none;
}
.avto-filter .avto_image {
    clear: both;
    text-align: center;
    position: relative;
}
.avto-filter .avto_image img.img-responsive {
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.2);
  width:  auto;
  max-width: 95%;
  height: 80px;
  background: #FFF;
  margin:  auto;
}
.avto_catalog .avto_image img.img-responsive {
  padding-bottom: 25px;
  height: 115px;
}
.sorting.clearfix {
  display: block;
}

.avto-filter .avto-filter li {
  margin-bottom:  25px;
}

.car__color_picker.car__color_img_blue {
  background-color: #4D65A5;
}
.car__color_picker.car__color_img_red {
  background-color: #A15E67;
}
.car__color_picker.car__color_img_green {
  background-color: #3F7C40;
}
.car__color_picker.car__color_img_bez {
  background-color: #73604F;
}
.car__color_picker.car__color_img_grey {
  background-color: #727272;
}
.car__color_picker.car__color_img_white {
  background-color: #AFAFAF;
}
.car__color_picker.car__color_img_black {
  background-color: rgb(0, 0, 0);
}
select {
    cursor: pointer;
}
.forma-podbora .btn-primary {
  background-color: #ffcf0e !important;
  border-color: #f7d341 !important;
  color: #333 !important;
}
.forma-podbora .btn-primary:hover, .forma-podbora .btn-primary:focus, .forma-podbora .btn-primary:focus-visible, .forma-podbora .btn-primary:active {
  background-color: #ffd941c7 !important;
  border-color: #fdcb05c7 !important;
  color: #757575 !important;
}
.forma-podbora {
  position: relative;
}
.forma-podbora .loader {
  position:  absolute;
  width: 100%;
  top: 0;
  height: 100%;
  background: #FFF;
  z-index: 500;
  opacity: .8;
  display: none;
}
.forma-podbora .loader img {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: 30%;
}
.productCols .col-lg-2 {
  padding-left: 6px;
  padding-right: 6px;
  margin-top:  7px;
  margin-bottom: 7px;
}
.productCols .productCol {
  border: 1px solid #FFFFFF;
  padding: 5px;
  -webkit-box-shadow: inset 0px 0px 8px 4px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: inset 0px 0px 8px 4px rgba(34, 60, 80, 0.2);
  box-shadow: inset 0px 0px 8px 4px rgba(34, 60, 80, 0.2);
}
.productCols  .added .productCol {
  border: 1px solid #993300;
}

.productCols .productCol:hover {
  -webkit-box-shadow:  0px 0px 8px 4px rgba(34, 60, 80, 0.2);
  -moz-box-shadow:  0px 0px 8px 4px rgba(34, 60, 80, 0.2);
  box-shadow:  0px 0px 8px 4px rgba(34, 60, 80, 0.2);
}
.productCols .col-lg-2 .productName {
  height: 37px;
  clear: both;
  overflow: hidden;
  display: block;
  position: relative;
}
.productCols .col-lg-2 .productName a {
  display: block;
  height: 37px;
  overflow: hidden;
}
.productCols  .added .productCol .productName{
  font-weight: bold;
}

.productCols .col-lg-2 .productName:hover a {
  position: absolute;
  background-color: #FFFFFF;
  height: auto;
  -webkit-box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.2);
  width: 100%;
  z-index: 1000;
}
.productCols .unitImage {
  margin:  auto;
  position: relative;
  margin-bottom: 15px;
}

.productCol .shop-basket-button[data-toggle="tooltip"] {
    color: #7b4e02;
    filter: grayscale(80%);
    cursor: not-allowed;
}
.productCol .viewDial .fa {
  font-size: 2rem;
  color: #3F7C40;
  border-radius: 50%;
  opacity: .9;
}

.productCol:hover .viewDial  .fa{
  opacity: 1;
  color: #333
}
.productCol .viewDial.disabled .fa {
  color: #993300;
}
.productCol:hover .viewDial.disabled  .fa{
  color: #333;
}
.productCol .viewDial {
  position:  absolute;
  top: 11px;
  left: 11px;
  transform: translate(-50%, -50%);
}
.productCol .viewDial.disabled, .productCol:hover .viewDial.disabled {
  opacity: .6;
  cursor: not-allowed;
}
.productCol .option > span:first-child {
  font-size: 12px;
  color: #777;
}
.productCol .articul, .productCol .maker{
  height: 21px;
  clear: both;
  position: relative;
}
.productCol .cat-avlb-descr span {
  margin-left: 2px;
  margin-right: 2px;
}
.productCol .option {
  display: block;
  height: 21px;
  overflow: hidden;
}
.productCol .articul:hover .option, .productCol .maker:hover .option {
  position: absolute;
  background-color: #FFFFFF;
  height: auto;
  -webkit-box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 8px 4px rgba(34, 60, 80, 0.2);
  width: 100%;
  z-index: 1000
}
.productCol .avlb-shops {
  text-align: center;
  border: 1px solid #FFF;
  margin: 8px 0px 8px 0;
}
.productCol .avlb-shops .cat-avlb-descr{
  display:  inline-block;
}
.productCol .basket-box .shop-basket-input {
  width: 33px;
  font-size: 9px !Important;
  float: none;
}
.productCol a.nosale-link {
  margin-right: 10px;
}
.productCol .availability-btn, .productCol .availability-btn-net {
  line-height: 32px;
}
.productCol .price.basket, .productCol .price.basket .price-box{
  padding: 0 !important;
  width: 100%;
}
.productCol .btn-box {
  min-height: 50px;
}
.select2-container {
  width: 100% !important;
}
.btn-catalog.podbor {
  background: #FFF;
}
.btn-catalog.podbor.right {
  float: none;
}
.btn-catalog.podbor.right i {
  transform: scaleX(-1);
}
.btn-catalog.podbor i {
    background-image: url('/images/podbor_diskov2.png');
    background-size: contain;
}
.btn-catalog.podbor span {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-left: 20px;
}
.nomargintop {
  margin-top: 0px;
}
.avto_krepezh {
  position: absolute;
  bottom: 2px; right: 50%;
  transform: translate(50%,0);
  opacity: .7;
}
.title-wizard {
  cursor: pointer;
  background: url(/images/plus.gif) no-repeat 3px 0px transparent;
  padding: 0 0 0 24px !important;
  color: #993300;
}
.title-wizard:hover, .title-wizard:focus {
  color: #555;
}
.title-wizard.active {
  background: url(/images/minus.gif) no-repeat 3px 0px transparent;
}
.wizard-spoiler {
  margin-top: 15px;
}
@media (max-width: 780px) {
  .fixedBtn {position: relative;top: 0;width: 100%;text-align: center;}
  #filter {height: 100% !important;}
  .forma-podbora .form__image {min-height: 270px}
  .forma-podbora .form__image img.img-responsive { margin-top: 60px; }
  .selector__image {padding-top:  25px;}
  .avto-filter  .avto_image img {height: 50px;}
  .form__select .col-md-6:first-child {margin-bottom: 20px;}
  .productCol .articul, .productCol .maker {height: 100%;min-height: 42px;}
  .productCol .option {overflow: initial; height: 100%;}
  .productCol .total.pull-right {float: none !important;}
}
@media (min-width: 1100px) and (max-width: 1370px) {
  .fixedBtn {top: 50px;}
  .first-line .col-md-12+.col-md-12, .first-line .col-md-12:first-child {margin-bottom: 12px;}
  .select2-container .select2-selection--single {height: 38px !important;}
  .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 38px !important;}
  .forma-podbora .form__options {padding-left: 15px !important;margin-top: 0;}
}
@media (min-width: 1200px) and (max-width: 1550px) {
  .productCols .col-lg-2 {
    width: 19.66666667%;
  }
  .productCol input.shop-basket-button{
    width: 27px;
    height: 27px;
    background-size: contain;
  }
  .productCol .basket-box .shop-basket-input {
    width: 25px;
    height: 25px;
  }
}