/* Tabs */
.tab-nav {
  margin: 0;
  padding: 0;
  padding-left: 3rem; }
  .tab-nav.filled-links {
    padding-left: 0; }

.tab-link {
  margin-right: 50px;
  padding: 0;
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding-bottom: 15px;
  letter-spacing: 0.01em; }
  .tab-link.is-active {
    border-bottom: 1px solid #000; }
    .tab-link.is-active.filled-link {
      font-size: 1.4rem;
      line-height: 1.6rem; }
  .tab-link:last-child {
    margin-right: 0; }
  .tab-link:focus {
    color: #000; }

/* Tab Content */
.tab-content {
  display: none; }
  .tab-content.is-active {
    display: block; }
  .tab-content p {
    margin-top: 0;
    margin-bottom: 3rem;
    color: #000; }
    .tab-content p:last-child {
      margin-bottom: 0; }
  .tab-content .review {
    margin-top: 3rem; }

.order__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Roboto', sans-serif;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .order__wrapper img {
    max-width: 100%;
    height: auto; }

.order__content {
  width: 784px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 68px; }

@media (min-width: 992px) {
  .order__content {
    width: 784px;
  }
}

.order__mobile-total {
  display: none; }

.order__cart-total {
  width: 356px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px; }

.order__number {
  font-size: 32px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #000000;
  padding-bottom: 30px; }

.order__card {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.order__delivery {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 60px; }

.order__form {
  margin-top: 60px; }

.order-card__img {
  max-width: 144px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 21px; }

.order-card__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 15px; }

.order-card__meta {
  width: 168px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative; }
  .order-card__meta .counter_block {
    position: relative;
    background-color: transparent;
    border: none;
    width: auto !important;
    min-width: 130px;
    margin-top: 30px; }
    .order-card__meta .counter_block input {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 18px !important;
      line-height: 25px !important; }
    .order-card__meta .counter_block .plus,
    .order-card__meta .counter_block .minus {
      width: 40px !important;
      height: 40px;
      border: 2px solid rgba(39, 39, 39, 0.1);
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      line-height: 32px; }
      .order-card__meta .counter_block .plus:hover,
      .order-card__meta .counter_block .minus:hover {
        border-color: #272727; }
      .order-card__meta .counter_block .plus[disabled],
      .order-card__meta .counter_block .minus[disabled] {
        opacity: 0.5;
        pointer-events: none; }

.order-card__delete {
  position: absolute;
  opacity: 0.4;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .order-card__delete:hover {
    opacity: 1; }

.order-card__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #272727;
  letter-spacing: 0.01em; }

.order-card__subtitle {
    display: none;
}


.order-card__property {
  margin-bottom: 5px;
  line-height: 1; }
  .order-card__property:last-child {
    margin-bottom: 0; }
  .order-card__property dt {
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    display: inline-block;
    line-height: 20px; }
  .order-card__property dd {
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #000000;
    font-size: 12px;
    display: inline-block;
    line-height: 20px; }

.order-card__price {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #000; }
  .order-card__price span {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    padding-left: 2px; }
  .order-card__price--old {
    letter-spacing: 0.01em;
    color: #888;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }

.order-delivery__title {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 30px; }

.order-delivery__wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 20px 15px 15px; }

.order-delivery__tabs .tab-select {
  display: none; }

.order-delivery__tabs .tab-nav {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }

.order-delivery__tabs.filter-list .order-delivery__filter {
  padding-bottom: 20px; }

.order-delivery__tabs.filter-list .delivery-filter__input {
  display: block; }

.order-delivery__tabs.filter-list .delivery-filter__place {
  display: none; }

.order-delivery__tabs.filter-list .order-delivery__list {
  display: block; }

.order-delivery__tabs.filter-list .order-delivery__map--inner {
  display: none; }

.order-delivery__tabs.filter-map .delivery-filter__input {
  display: none; }

.order-delivery__tabs.filter-map .delivery-filter__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.order-delivery__tabs.filter-map .order-delivery__list {
  display: none; }

.order-delivery__tabs.filter-map .order-delivery__map--inner {
  display: block; }

.order-delivery__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }
  .order-delivery__data-item {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #272727; }
    .order-delivery__data-item span {
      font-size: 12px;
      line-height: 20px;
      color: rgba(0, 0, 0, 0.6);
      font-family: 'Roboto', sans-serif;
      letter-spacing: 0.11em;
      text-transform: uppercase; }

.order-delivery__map {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 10px; }

.order-delivery__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }

.order-delivery__item {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .order-delivery__item:last-child {
    padding-bottom: 0; }
  .order-delivery__item:hover .place-data-title, .order-delivery__item.active .place-data-title {
    color: #EA1D25; }

.order-delivery__logo {
  border-radius: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 16px; }
  .order-delivery__logo img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.flex-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .flex-group .form-control {
    margin-left: 5px;
    margin-right: 5px; }
    .flex-group .form-control input {
      font-family: 'Roboto', sans-serif;
      line-height: 25px;
      width: 100%;
      background: #FFFFFF;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 3px;
      font-size: 14px; }
      .flex-group .form-control input::-webkit-input-placeholder {
        text-transform: uppercase;
        letter-spacing: 0.11em;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4); }
      .flex-group .form-control input::-moz-placeholder {
        text-transform: uppercase;
        letter-spacing: 0.11em;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4); }
      .flex-group .form-control input:-ms-input-placeholder {
        text-transform: uppercase;
        letter-spacing: 0.11em;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4); }
      .flex-group .form-control input::-ms-input-placeholder {
        text-transform: uppercase;
        letter-spacing: 0.11em;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4); }
      .flex-group .form-control input::placeholder {
        text-transform: uppercase;
        letter-spacing: 0.11em;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4); }
    .flex-group .form-control--smaller {
      width: 113px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.slide-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .slide-radio__left, .slide-radio__right {
    vertical-align: top;
    display: inline-block;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-family: 'Roboto', sans-serif; }
  .slide-radio__tumbler {
    width: 60px;
    height: 30px;
    margin: 0 15px;
    position: relative; }
  .slide-radio__tumbler:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 37px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer; }
  .slide-radio__tumbler:after {
    content: "";
    position: absolute;
    top: 2px;
    z-index: 2;
    /* right: 28px; */
    left: 2px;
    display: block;
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer; }
  .slide-radio .on {
    color: #000; }
  .slide-radio .on.slide-radio__tumbler:after {
    left: 32px; }

.delivery-filter__input {
  width: 100%; }
  .delivery-filter__input .form-control {
    margin-bottom: 0;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 2px;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.01em;
    text-transform: uppercase; }

.delivery-filter__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 17px 0 17px 31px; }
  .delivery-filter__place img {
    margin-right: 28px; }

.place-data-title {
  display: block;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.01em;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.place-data-address {
  display: block;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.4); }

.cart-total__promocode {
  background: #F8F8F8;
  border-radius: 3px;
  padding: 15px 20px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px; }
  .cart-total__promocode .form-control {
    margin-bottom: 0; }
  .cart-total__promocode input {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 2px;
    padding-right: 130px !important;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.01em;
    text-transform: uppercase; }
  .cart-total__promocode .btn {
    position: absolute;
    right: 5px;
    top: 6px;
    background: #FAFAFA;
    border: 1px solid #ECECEC;
    border-radius: 2px;
    padding: 10px 15px;
    line-height: 1.5; }

.cart-total__form {
  background: #F8F8F8;
  border-radius: 10px;
  padding: 20px;
  font-family: 'Roboto', sans-serif; }

.cart-total__title {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.01em;
  color: #000000;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 25px; }

.cart-total__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px; }
  .cart-total__line-t {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6); }
  .cart-total__line-d {
    font-size: 24px;
    line-height: 30px;
    text-align: right;
    letter-spacing: 0.01em;
    color: #000000; }

.cart-total__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 20px;
  padding-top: 20px; }
  .cart-total__bottom .cart-total__line {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .cart-total__bottom .cart-total__line-d {
      font-weight: 500;
      font-size: 14px;
      line-height: 25px;
      text-transform: uppercase; }
      .cart-total__bottom .cart-total__line-d span {
        display: block;
        font-size: 14px;
        line-height: 25px;
        color: rgba(0, 0, 0, 0.6);
        text-transform: none;
        font-weight: 400; }
      .js-sum-total-block .cart-total__line-d {font-weight: 500;}

.cart-total__footer {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06); }
  .cart-total__footer .btn {
    background: #7FE175 !important;
    width: 100%;
    height: 55px;
    color: #000 !important;
    margin-bottom: 17px;
    border: none;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif; }
    .cart-total__footer .btn:hover {
      color: #fff; }
  .cart-total__footer .checkbox {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    padding-left: 0; }
    .cart-total__footer .checkbox input {
      padding: 0;
      height: initial;
      width: initial;
      margin-bottom: 0;
      display: none;
      cursor: pointer; }
    .cart-total__footer .checkbox label {
      position: relative;
      cursor: pointer;
      font-size: 12px;
      line-height: 20px;
      color: #606060;
      padding-left: 39px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .cart-total__footer .checkbox label a {
        color: #000;
        text-decoration: underline; }
      .cart-total__footer .checkbox label:before {
        content: '';
        -webkit-appearance: none;
        background: #E8E8E8;
        border-radius: 3px;
        padding: 0.8rem;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 2rem;
        position: absolute;
        left: 0;
        top: 5px; }
    .cart-total__footer .checkbox input:disabled + label {
      pointer-events: none;
      opacity: 0.5; }
    .cart-total__footer .checkbox input:checked + label:before {
      background-color: #000; }
    .cart-total__footer .checkbox input:checked + label:after {
      content: '';
      display: block;
      position: absolute;
      top: 9px;
      left: 0.35rem;
      width: 1rem;
      height: 1rem;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("../images/dist/order-checkbox.svg"); }
    .cart-total__footer .checkbox input:checked + label:hover:before {
      background-color: #000; }
    .cart-total__footer .checkbox input:checked + label:hover:after {
      border-color: #000; }

.cart-total__payment-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 20px;
  padding-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cart-total__payment-icons span {
    font-size: 12px;
    line-height: 20px;
    color: #606060; }
  .cart-total__payment-icons img {
    margin-left: 15px; }

.order-form__title {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 30px; }

.order-form__input {
  width: 100%;
  margin: 0 10px; }

.order-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px; }
  .order-form__row input,
  .order-form__row textarea {
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size: 14px; }
    .order-form__row input::-webkit-input-placeholder, .order-form__row textarea::-webkit-input-placeholder {
      text-transform: uppercase;
      letter-spacing: 0.11em;
      font-size: 12px;
      color: rgba(0, 0, 0, 0.6); }
    .order-form__row input::-moz-placeholder, .order-form__row textarea::-moz-placeholder {
      text-transform: uppercase;
      letter-spacing: 0.11em;
      font-size: 12px;
      color: rgba(0, 0, 0, 0.6); }
    .order-form__row input:-ms-input-placeholder, .order-form__row textarea:-ms-input-placeholder {
      text-transform: uppercase;
      letter-spacing: 0.11em;
      font-size: 12px;
      color: rgba(0, 0, 0, 0.6); }
    .order-form__row input::-ms-input-placeholder, .order-form__row textarea::-ms-input-placeholder {
      text-transform: uppercase;
      letter-spacing: 0.11em;
      font-size: 12px;
      color: rgba(0, 0, 0, 0.6); }
    .order-form__row input::placeholder,
    .order-form__row textarea::placeholder {
      text-transform: uppercase;
      letter-spacing: 0.11em;
      font-size: 12px;
      color: rgba(0, 0, 0, 0.6); }

@media (max-width: 1024px) {
  .order__content {
    width: 570px;
    margin-right: 30px; }
  .order-card__img {
    max-width: 120px; }
  .order-delivery__map {
    height: 290px; } }

@media (max-width: 992px) {
  .order__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .order__content {
    width: 100%;
    margin-right: 0; }
  .order__cart-total {
    width: 100%;
    position: relative;
    top: 0; } }

@media (max-width: 650px) {
  .order__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    margin-left: -16px;
    margin-right: -16px; }
  .order__content {
    width: 100%;
    margin-right: 0; }
  .order__cart-total {
    width: 100%;
    position: relative; }
  .order__number {
    font-size: 22px;
    line-height: 25px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px; }
  .order__mobile-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    .order__mobile-total em {
      font-style: normal;
      text-transform: uppercase;
      padding-right: 5px;
      font-size: 12px;
      line-height: 25px;
      letter-spacing: 0.11em;
      color: rgba(0, 0, 0, 0.4); }
  .order__card {
    padding: 20px;
    display: -ms-grid;
    display: grid;
    position: relative;
        grid-template-areas: "a b b" "c c c "; }
  .order__delivery {
    padding: 40px 20px 0; }
  .order__form {
    margin-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px 20px 20px; }
  .order__cart-total {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .order-card__img {
    max-width: 60px;
    margin-right: 20px;
    grid-area: a; }
  .order-card__title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #272727;
    padding-right: 22px;
    margin-bottom: 10px; }
  .order-card__content {
    grid-area: b;
    padding-right: 0; }
  .order-card__meta {
    grid-area: c;
    width: 100%;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 22px; }
    .order-card__meta .counter_block {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .order-card__meta .order-card__price-wrapper {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .order-card__delete {
    right: 20px;
    top: 20px; }
  .order-delivery__title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px; }
  .order-delivery__wrapper {
    border: none;
    padding: 0; }
  .order-delivery__tabs .tab-nav {
    display: none; }
  .order-delivery__tabs .tab-select {
    margin-bottom: 15px;
    display: block; }
  .order-delivery__tabs .tab-content.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .order-delivery__tabs .tab-content .flex-group {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-delivery__tabs .tab-content .order-delivery__map {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-delivery__tabs .tab-content .order-delivery__data {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-delivery__tabs .select2-container {
    width: 100% !important; }
    .order-delivery__tabs .select2-container .select2-selection--single {
      border: 2px solid rgba(39, 39, 39, 0.1);
      border-radius: 5px;
      height: 50px;
      outline: none; }
      .order-delivery__tabs .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 46px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 12px;
        letter-spacing: 0.11em;
        text-transform: uppercase; }
      .order-delivery__tabs .select2-container .select2-selection--single .select2-selection__arrow {
        background-image: url("../images/dist/select-arrow.svg");
        background-repeat: no-repeat;
        background-position: center;
        top: 13px;
        right: 10px; }
        .order-delivery__tabs .select2-container .select2-selection--single .select2-selection__arrow b {
          display: none; }
  .order-delivery__filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0 !important;
    border-bottom: none; }
    .order-delivery__filter .slide-radio {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
  .order-delivery__data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    width: 100%; }
    .order-delivery__data-item {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase; }
  .order-delivery__map {
    height: 400px;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    border-radius: 0; }
    .order-delivery__map .bx-yandex-view-layout {
      width: 100vw; }
    .order-delivery__map img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .order-delivery__item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px; }
  .flex-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .flex-group .form-control {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 15px; }
      .flex-group .form-control input {
        border: 2px solid rgba(39, 39, 39, 0.1);
        line-height: 1;
        padding-top: 7px; }
      .flex-group .form-control--smaller {
        width: calc(50% - 5px); }
  .order-form__title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px; }
  .order-form__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .order-form__input {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .order-form__input input, .order-form__input textarea {
      border: 2px solid rgba(39, 39, 39, 0.1);
      line-height: 1;
      padding-top: 7px !important; }
    .order-form__input textarea {
      padding-top: 11px !important; }
  .cart-total__promocode {
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 20px; }
    .cart-total__promocode .btn {
      position: static;
      width: 100%;
      margin-top: 10px;
      background-color: #000;
      color: #fff;
      font-size: 12px; }
    .cart-total__promocode input {
      padding-right: 20px !important; }
  .cart-total__title {
    display: none; }
  .cart-total__line {
    margin-bottom: 8px; }
    .cart-total__line-d {
      font-size: 16px;
      line-height: 25px; }
  .cart-total__bottom .cart-total__line-d {
    font-weight: 400; }
  .place-data-title {
    font-size: 16px;
    line-height: 20px; }
  .place-data-address {
    font-size: 12px;
    line-height: 20px; }
  .delivery-filter__place {
    padding: 20px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: none; } }

@media (max-width: 650px) {
  .order-card__img {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .order-card__content {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2; }
  .order-card__meta {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; } }

.select2-results__option {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 15px;
  letter-spacing: 0.11em;
  line-height: 16px; }
  .select2-results__option:before {
    display: none; }

.hamburger {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  line-height: 12px;
  height: 62px;
  width: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .hamburger .line {
    width: 16px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 3px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .hamburger .line:first-child {
      margin-top: 0; }
    .hamburger .line:last-child {
      margin-bottom: 0; }
  .hamburger:hover {
    cursor: pointer; }
  .hamburger.is-active .line {
    background-color: #000; }
  .hamburger.is-active .line:nth-child(2) {
    opacity: 0; }
  .hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(4px) rotate(45deg);
        transform: translateY(4px) rotate(45deg); }
  .hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
        transform: translateY(-6px) rotate(-45deg); }

.mobile-menu {
  position: relative;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .mobile-menu__main {
    background: #fff;
    z-index: 3000;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 300px;
    max-width: 100%; }
    .mobile-menu__main.show {
      left: 0;
      -webkit-box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.45);
              box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.45); }
  .mobile-menu__overlay {
    opacity: 0;
    background: #3a3f44;
    visibility: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .mobile-menu__overlay.show {
      opacity: 0.7 !important;
      z-index: 2999;
      visibility: visible; }
  .mobile-menu--level1, .mobile-menu--level2, .mobile-menu--level3 {
    height: 0;
    overflow: hidden;
    overflow: hidden; }
  .mobile-menu__list {
    margin: 0; }
  .mobile-menu .menu-arrow {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer; }
    .mobile-menu .menu-arrow img {
      margin: 0;
      display: block; }
  .mobile-menu__item {
    list-style: none;
    margin: 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    color: #000;
    cursor: pointer;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
    .mobile-menu__item-title {
      display: block;
      position: relative;
      margin: 0 -20px;
      padding: 15px 20px;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .mobile-menu__item-title:before {
        content: "";
        position: absolute;
        left: 23px;
        top: 17px;
        background-image: url("../images/dist/back-arrow.svg");
        width: 7px;
        height: 14px;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0; }
      .mobile-menu__item-title:hover {
        color: #EA1D25; }
    .mobile-menu__item:before {
      display: none; }
    .mobile-menu__item.active {
      opacity: 1 !important;
      visibility: visible !important;
      height: auto !important; }
    .mobile-menu__item.active {
      border-bottom: none; }
      .mobile-menu__item.active > .mobile-menu__item-title {
        background-color: rgba(160, 160, 160, 0.1);
        color: #EA1D25;
        margin-bottom: 0; }
        .mobile-menu__item.active > .mobile-menu__item-title .menu-arrow {
          display: none; }
    .mobile-menu__item .mobile-menu__inner {
      margin-left: -20px;
      margin-right: -20px; }
  .mobile-menu__current-category {
    padding: 15px 20px;
    color: #EA1D25;
    background-color: rgba(160, 160, 160, 0.1);
    position: relative;
    -webkit-transition: color 0.2s linear, background-color 0.2s linear, padding-left 0.2s linear;
    -o-transition: color 0.2s linear, background-color 0.2s linear, padding-left 0.2s linear;
    transition: color 0.2s linear, background-color 0.2s linear, padding-left 0.2s linear; }
    .mobile-menu__current-category:before {
      content: "";
      position: absolute;
      left: 23px;
      top: 17px;
      background-image: url("../images/dist/back-arrow.svg");
      width: 7px;
      height: 14px;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
  .mobile-menu .back-link {
    font-size: 13px;
    line-height: 20px;
    color: #666666 !important;
    background-color: #fff !important;
    -webkit-transition: color 0.2s linear, background-color 0.2s linear, padding-left 0.2s linear;
    -o-transition: color 0.2s linear, background-color 0.2s linear, padding-left 0.2s linear;
    transition: color 0.2s linear, background-color 0.2s linear, padding-left 0.2s linear;
    cursor: pointer;
    position: relative;
    padding-left: 42px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .mobile-menu .back-link:before {
      opacity: 1;
      -webkit-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      -webkit-transition-delay: 0.2s;
           -o-transition-delay: 0.2s;
              transition-delay: 0.2s; }
  .mobile-menu__bottom {
    background-color: rgba(160, 160, 160, 0.1);
    margin-top: 40px;
    padding-bottom: 15px; }

.mobile_regions {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .mobile_regions__title {
    padding: 15px 20px;
    position: relative;
    font-size: 13px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333333; }
    .mobile_regions__title i {
      opacity: 0.5;
      margin-right: 10px; }
    .mobile_regions__title img {
      position: absolute;
      right: 20px;
      top: 18px; }
  .mobile_regions__dropdown {
    display: none;
    margin: 0;
    padding-bottom: 15px; }
    .mobile_regions__dropdown li:before {
      display: none; }
    .mobile_regions__dropdown li a {
      font-size: 13px;
      line-height: 20px; }

.mobile-bottom__links {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 0; }

.mobile-bottom__item {
  margin-bottom: 15px; }
  .mobile-bottom__item:before {
    display: none; }

.mobile-bottom__link {
  font-size: 13px;
  line-height: 20px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mobile-bottom__link img {
    margin-right: 15px;
    margin-left: 0; }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }