.catalog {
    width: 100%;
}

.radio-width .radio:not(checked) + label:before {
  width: 16px;
  height: 16px;
  background: #5dab0b;
  top:0;
}

.form-group.row-shipping_address_address_1 {
    display: none;
}


.radio-width .radio:not(checked) + label:after {

      top: 4px !important;
    left: 4px !important;
    width: 8px !important;
    height: 8px !important;
}


.radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.radio + label {
  cursor: pointer;
}
.radio:not(checked) {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
}
.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 22px;
  height: 22px;

  border-radius: 50%;
  background: #cc0216;
}
.radio:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0;
    transition: .2s;
}
.radio:checked + label:after {
  opacity: 1;
}






#offline,#pay,#catalog,#contact {
    position: absolute;
    top: -140px;
    left: 0;
    width: 100%;
    height: 1px;
    display: block
}



span.moscow_shipping_title,
.radio__text em{
  font-family: "Museo Sans Cyrl -300";
font-size: 15px;
font-weight: 400;
line-height: 20px;
text-decoration: underline;

color: #cc0216;
}

.radio__text b i {
  font-style: normal;
}

i.price {
    font-family: "Museo Sans Cyrl -700";
}

em.error.moscow-error {
  color: #000000;
    font-family: "Museo Sans Cyrl -500";
    font-size: 20px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    line-height: 30px;
    text-decoration: none;
    font-style: normal;
}

div#map {
  padding: 20px 0;
}

.up-size {
  text-align: center;
      justify-content: center;
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 20px;
}

.up-size span {
    color: #d6172a;
    font-size: 14px;
    font-family: ADYS;
    font-weight: 700;
  display: none;

}

.up-size span:nth-child(1),
.up-size span:nth-child(2),
.up-size span:last-child {
  display: inline-block;
  padding:0 3px;

}

.up-size span:nth-child(2):before {
  content: 'от';
    color: #d6172a;
    font-size: 14px;
    font-family: ADYS;
    font-weight: 700;
    display: inline-block;
}

.up-size span:last-child:before {
  content: 'до';
    color: #d6172a;
    font-size: 14px;
    font-family: ADYS;
    font-weight: 700;
    display: inline-block;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 15px;
  border: 0;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  line-height: 20px;
  outline: none;
  padding-left: 18px;
  padding-right: 25px;
  position: relative;
  text-align: left !important;
  width: 85px;

border-radius: 15px;
background-color: #ffffff;




  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} 
  .nice-select:hover {
  }
    .nice-select:focus {
      border:0 !important;
  }
  .nice-select:active, .nice-select.open {
border-radius: 15px 15px 0 0;
border:0;
width: auto;
overflow: inherit;
min-width: 150px;
}
  .nice-select:after {
    border-bottom: 2px solid #005014;
    border-right: 2px solid #005014;
    content: '';
    display: block;
    height: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;

    box-sizing: border-box;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
width: 100%;
background-color: #ffffff;

    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
   color: #cc0216; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }


.size > span {
  position: absolute;
  left:0;
}

.size .box {
  position: absolute;
  right: 3px;
}

.dop-photo {
  display: none;
}

.size span.current {
    font-family: ADYS;
    font-size: 14px;
    font-weight: 700;
    color: #005014;
    display: block;
    width: 100%;
    position: absolute;
    top: 7px;
    left: 0;
    padding: 0 20px;
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.product-img {
  padding: 0 0 15px 0 !important;
}

@media (max-width: 767px) {
  .footer .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navbar-phone {
  background: #ff7e00 url(../i/fa-phone.png) 50% 50% no-repeat;
  width: 35px;
  height: 35px;
  display: block;
    font-size: 0;
border-radius: 4px;
position: relative;
    top: 45px;
}


@media (min-width: 768px) {
.navbar-phone {
display: none;


}
}
