@media (min-width: 576px) {

  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}



@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}



@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}



@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}



@media screen and (min-width: 1600px) {
  .articles_list .item .image {
    height: 280px;
  }
  .articles_list .link_box .image {
    height: 200px;
  }

}

@media screen and (max-width: 1800px) {
  .category_view .product_list .item {
    flex: 0 0 23%;
  }
}

@media screen and (max-width: 1600px) {
  .drop_menu_box .submenu.with_brands .brand_item .item {
    margin: 40px 10px 0 10px;
  }

  .drop_menu_box .submenu.with_brands.other_column_2 .brand_item .item .submenu {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  /*
  .drop_menu_box .submenu.with_brands.other_column_2 .brand_item .item .submenu a {
    width: 24%;
  }
  .drop_menu_box .submenu.with_brands.other_column_2 .brand_item.brand_columns_5 .item .submenu a {
    width: 24%;
  }
  */
}

@media screen and (max-width: 1500px) {
  .product_list .item {
    flex: 0 0 18%;
  }
  /*
  .drop_menu_box .submenu.with_brands .brand_item.brand_columns_5 .item .submenu a {
    width: 24%;
  }
  */
  .drop_menu_box .submenu .general_sub_cats .item.column2 {
    width: 240px;
  }
  .drop_menu_box .submenu.other_column_2 .other_item_column_2 {
    flex: 0 0 240px;
  }
  /*
  .drop_menu_box .submenu.other_column_2 .other_item_column_2 .drop_menu_box .submenu a {
    width: 100%;
    display: block;
  }
  */
  .drop_menu_box .submenu .general_sub_cats .item.column2 .drop_menu_box .submenu,
  .drop_menu_box .submenu.other_column_2 .other_item_column_2 .drop_menu_box .submenu {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (max-width: 1400px) {
  .header_fixed .right_side .text,
  header .right_side .text {
    display: none;
  }
  .category_view .product_list .item {
    flex: 0 0 31.333333333333333%;
  }
  .slider .text-box {
    width: 35%;
    padding: 0 5%;
  }
  .slider .text-box .title {
    font-size: 40px;
    line-height: normal;
  }
  .cart_view .cart_list {
    margin: 0 5%;
  }
  /*.drop_menu_box .submenu.with_brands.other_column_2 .brand_item .item .submenu a,
  .drop_menu_box .submenu.with_brands .brand_item .item .submenu a {
    width: 32%;
  }*/

  .drop_menu_box .submenu.with_brands .brand_item.brand_columns_4 .item .submenu,
  .drop_menu_box .submenu.with_brands.other_column_2 .brand_item .item .submenu,
  .drop_menu_box .submenu.with_brands .brand_item .item .submenu {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (max-width: 1300px) {
  h1 {
    font-size: 4vw !important;
    line-height: normal !important;
  }
  .accordion_type .anotation {
    font-size: 2.7vw;
  }
  .shop_view .shop_info .city {
    font-size: 30px;
  }
  .shop_view .shop_info {
    font-size: 17px;
    left: 5%;
  }
  .my_tabs .tab_list a,
  .tab_box .tabs .tab_list a {
    line-height: 22px;
    font-size: 22px;
  }

  .product_list .item {
    flex: 0 0 23%;
  }


  /*.buytogether_block .buytogether_complect2,
  .buytogether_block .buytogether_complect2 .equally_buy_block .d-flex,
  .buytogether_block .buytogether_complect3,
  .buytogether_block .buytogether_complect3 .equally_buy_block .d-flex,
  .buytogether_block .buytogether_complect4 .equally_buy_block .d-flex,
  .buytogether_block .buytogether_complect4 {
    flex-wrap: wrap;
  }
  .buytogether_block .buytogether_complect2 .equally_buy_block,
  .buytogether_block .buytogether_complect3 .equally_buy_block,
  .buytogether_block .buytogether_complect4 .equally_buy_block {
    margin-top: 30px;
    flex: 0 0 100%;
  }
  .buytogether_block .buytogether_complect2 .equally_buy_block .equally,
  .buytogether_block .buytogether_complect2 .equally_buy_block .complect_buy_block,
  .buytogether_block .buytogether_complect3 .equally_buy_block .equally,
  .buytogether_block .buytogether_complect3 .equally_buy_block .complect_buy_block,
  .buytogether_block .buytogether_complect4 .equally_buy_block .equally,
  .buytogether_block .buytogether_complect4 .equally_buy_block .complect_buy_block {
    flex: 0 0 100%;
    text-align: center;
  }
  .buytogether_block .buytogether_complect2 .equally_buy_block .equally,
  .buytogether_block .buytogether_complect3 .equally_buy_block .equally,
  .buytogether_block .buytogether_complect4 .equally_buy_block .equally {
    margin: 10px 0;
  }
  .buytogether_block .buytogether_complect2 .equally_buy_block .complect_buy_block .btn,
  .buytogether_block .buytogether_complect3 .equally_buy_block .complect_buy_block .btn,
  .buytogether_block .buytogether_complect4 .equally_buy_block .complect_buy_block .btn {
    width: 250px;
    display: inline-block;
  }*/

  .buytogether_block .swiper-container {
    padding: 0;
  }

  .buytogether_block .plus,
  .buytogether_block .equally {
    padding: 0 20px;
  }

  .about_catalog_box:after {
    display: none;
  }

  .drop_menu_box .submenu.with_brands .brand_item .item .submenu {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  footer .column-count-2 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  footer .column-count-3 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  footer .menu li {
    padding-top: 25px;
  }
}

@media (max-width: 1200px) {
  .cart_view .cart_list {
    margin: 0;
  }
  .cart_view .cart_list .table_cart_info .image {
    flex: 0 0 100px;
    padding-right: 20px;
  }
  .certificates_list .more_certificates a .title {
    margin-top: -145px !important;
  }

  .drop_menu_box {
    left: 1.5rem;right: 1rem;
  }
  header .content {
    padding-left: 15px;
    padding-right: 15px;
  }

  header .search_menu .search_form {
    padding: 7px 30px 0 160px;
  }

  .drop_menu_box .submenu.with_brands .brand_item.brand_columns_2 {
    flex: 1 1 auto;
  }

  footer .contacts span {
    margin-top: 5px;
    display: block;
  }
  /* footer .payments,
  footer .developers {
    width: 100%;
    text-align: right !important;
  } */
  footer .developers {
    margin-top: 5px;
    line-height: 20px;
  }
  footer .custom-payments-padding {
    padding-right: 0;
  }
}

@media screen and (max-width: 1100px) {
  .category_view .product_list .item {
    flex: 0 0 48%;
  }
  .constructor_complect .variant_list a,
  .cart_view .cart_list .table_cart_info .other_product_list a,
  .variant_shops .other_product .other_product_list a {
    margin-right: 10px;
  }
  .cart_view .cart_list .table_cart_info .prd-title {
    padding-right: 20px !important;
  }
  .cart_view .cart_list .table_cart_info .price_box {
    flex: 0 0 120px;
  }
  .contacts_page .social_form .h3 {
    max-width: 100%;
  }
  .contacts_page .form_block {
    max-width: 100%;
  }
  .about-images-anotation {
    width: 460px;
    padding: 40px;
    margin: -80px 0 0 -230px;
    font-size: 18px;
  }

  .drop_menu_box .submenu.with_brands.other_column_2 .brand_item .item .submenu,
  .drop_menu_box .submenu.with_brands .brand_item .item .submenu {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  #CountDownTimer.black-friday {
    height: 120px;
  }
  #CountDownTimer.black-friday .time_circles > div {
    line-height: normal;
  }
  #CountDownTimer.black-friday .time_circles > div > span {
    font-size: 50px;
  }

}

@media (max-width: 992px) {
  .bonus-popup-cart{
    right: -170px;
    left:auto;
  }
  .h3,
  .shop_list .shop_title,
  .shop_list .shop_title a {
    font-size: 2.3vw;
  }
  .custom_position_footer{
    position: relative;
    left:auto;
  }
  .article_view .product_list .item,
  .category_view .product_list .item,
  .product_list .item {
    flex: 0 0 31.333333333333333%;
    overflow: hidden;
  }

  .my_tabs .tab_list a,
  .tab_box .tabs .tab_list a {
    padding: 8px 15px;
  }
  .my_tabs .tab_list .ui-tabs-active a,
  .tab_box .tabs .tab_list .ui-tabs-active a {
    padding: 8px 25px;
  }

  .about_catalog_box,
  .home_text {
    font-size: 3vw;
  }
  .home_text img {
    height: 3.5vw;
  }
  .maincontent {
    padding-bottom: 24px;
  }

  .product_view .product_icons .product_icon,
  .trigers a {
    flex: 1 0 50%;
  }
  .trigers a:nth-child(1),
  .trigers a:nth-child(2) {
    margin-bottom: 1.5rem;
  }

  .category_view .left_side {
    display: none;
  }

  .profile_side.category_view {
    flex-wrap: wrap;
    margin-top: 20px !important;
  }

  .mt-100 {
    margin-top: 75px;
  }
  .mt-75 {
    margin-top: 50px;
  }
  .mb-100 {
    margin-bottom: 75px;
  }
  .mb-75 {
    margin-bottom: 50px;
  }

  .first_col #filters .form-group {
    display: inline-block;
  }
  .first_col #filters .form-group:first-child {
    margin-right: 30px;
  }
  .first_col #filters .form-group .my_radio + span {
    top: 2px;
  }

  .compare_page .compare_head {
    padding: 0;
  }
  .compare_page .compare_body {
    padding-top: 50px;
  }
  .compare_page .value_col {
    padding-right: 10px;
  }
  .compare_page .compare_body .first_col {
    right: 0;left: 0;
    display: block;
    white-space: nowrap;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    position: absolute !important;
    margin-top: -50px;
    color: #151515;
    padding: 15px 10px 15px 10px;
    font-family:'ProximaNova-Bold';
    background: #f6f6f6;
  }
  .compare_page .table_row_show .value_col {
    background: transparent;
  }
  .compare_product .remove {
    right: 0;
  }
  .compare_product .buttons .row {
    margin: 0 -15px;
  }

  .product_list_line .item .image {
    flex: 0 0 150px;
  }

  .cart_view .cart_list .table_cart_info .title_box .d-flex {
    flex-wrap: wrap;
  }
  .cart_view .cart_list .table_cart_info .prd-title,
  .cart_view .cart_list .table_cart_info .price_box {
    flex: 0 0 100%;
  }
  .cart_view .cart_list .table_cart_info .color,
  .cart_view .cart_list .table_cart_info .price_box {
    padding-top: 0 !important;
    margin-top: 6px !important;
  }
  .cart_view .cart_list .table_cart_info .price_box .price,
  .cart_view .cart_list .table_cart_info .price_box .old_price {
    display: inline-block;
  }
  .cart_view .cart_list .table_cart_info .qty_box {
    flex: 0 0 150px;
  }
  .cart_view .cart_list .table_cart_info .number {
    flex: 0 0 30px;
  }
  .cart_view .cart_list .table_cart_info .labels {
    display: none;
  }

  .credit_calculator .cart_view .cart_list .table_cart_info .sum_price_td .image {
    display: none;
  }

  .cart_view .cart_list .table_cart_info .other_product_list {
    margin-bottom: 20px;
  }
  .cart_view .cart_list .table_cart_info .other_product_list a {
    margin-right: 5px;
  }

  /*.buytogether_block .products_block .d-flex {
    flex-wrap:wrap;
  }
  .buytogether_block .products_block .product_item {
    flex: 0 0 100%;
  }
  .buytogether_block .products_block .plus {
    flex: 0 0 100%;
    margin: 10px 0;
    text-align: center;
  }
  .buytogether_block .buytogether_complect3 .product_item .image,
  .buytogether_block .buytogether_complect4 .product_item .image {
    width: 180px;
    float: left;
    padding: 20px 20px 0 20px;
  }
  .buytogether_block .buytogether_complect3 .product_item .info,
  .buytogether_block .buytogether_complect4 .product_item .info {
    padding-top: 25px;
  }
  .buytogether_block .product_item .image {
    height: auto;
  }*/

  .buytogether_block .product_item {
    flex: 1 0 90px;
  }
  .buytogether_block .product_item .image {
    width: 100% !important;
    float: none !important;
  }


  #map {
    height: 500px;
  }

  .profile_side .order_list .item .order_info .order_date {
    margin-top: 0;
  }
  .profile_side .order_list .item .order_view .order_info .order_date {
    margin-top: -1.5rem;
  }
  .profile_side .order_list .item .order_id {
    margin-top: 15px !important;
  }
  .profile_side .order_list .order_detail {
    flex: 1 1 auto;
  }
  .profile_side .order_list .order_info .order_products img {
    max-width: 90px;
  }

  .order_view .order_products .product_info .image {
    flex: 0 0 150px;
    padding-right: 20px;
  }

  .order_view .order_products .item {
    padding-right: 0;
  }
 
  .certificates_list .more_certificates a .title .number {
    font-size: 70px;
    line-height: 75px;
  }
  .certificates_list .more_certificates a .title {
    width: 175px;
    height: 175px;
    padding-top: 24px;
    margin-top: -125px !important;
  }

  .slider .text-box {
    width: 45%;
    top: 20px;
    padding: 2%;
  }

  .header_fixed.show {
    opacity: 0 !important;
    z-index: -1 !important;
  }

  /* .mobile_link_filter, */
  .category_view .action_banner {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  #CountDownTimer.black-friday .time_circles > div > span {
      font-size: 40px;
      line-height: 18px;
  }

  .event_view .event_title_box {
    font-size: 26px;
  }

  .event_view .no_image {
    height: 280px;
  }


  footer .menu_info {
    display: block !important;
  }
  footer .menu_info .buyers_item,
  footer .menu_info .menu_item {
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  footer .menu_info .menu_item {
    width: 60%;
  }

  footer .info_item_top {
    border-top: 1px solid #ededed;
    padding-top: 1.5rem;
  }
  
}

@media (max-width: 850px) {
  .product_list_line .item .product_info .d-flex {
    flex-wrap: wrap;
  }
  .product_list_line .item .product_info .title_stock,
  .product_list_line .item .product_info .rating,
  .product_list_line .item .product_info .price_box {
    flex: 0 0 100%;
  }
  .product_list_line .item .product_info .title_stock {
    padding: 0 !important;
  }
  .slider .text-box {
    display: none;
  }

  #CountDownTimer.black-friday .time_circles > div > span {
    font-size: 25px;
  }

  .event_subscribe_form,
  .new_year_subscribe {
    left: 5%;right: 5%;
  }
  .event_subscribe_form .item:first-child,
  .new_year_subscribe .item:first-child {
    padding-right: 3%;
  }
  .event_subscribe_form .item:last-child,
  .new_year_subscribe .item:last-child {
    padding-left: 3%;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 5vw !important;
  }
  .h3,
  .shop_list .shop_title,
  .shop_list .shop_title a,
  .accordion_type .accordion_box .item .title,
  .accordion_type .anotation {
    font-size: 3vw;
    line-height: normal;
  }
  .h2,
  .shipping_payment_methods h2 {
    font-size: 4vw !important;
    line-height: normal;
  }

  .mt-100 {
    margin-top: 50px;
  }
  .mt-75 {
    margin-top: 30px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .mb-75 {
    margin-bottom: 30px;
  }

  .buy_box {
    flex-wrap: wrap;
  }
  .buy_box .item {
    flex: 0 1 50%;
  }
  .buy_box .item:nth-child(3) {
    padding: 25px 10px 0 0;
  }
  .buy_box .ask_question {
    margin-top: 10px;
  }

  .breadcrumbs_code_box {
    display: block;
  }
  /*.code_box span:first-child {
    margin-left: 0;
  }*/
  .code_box {
    margin-top: 15px;
  }
  .code_box span {
    margin: 10px 10px 0 0;
  }

  .sort_action_box .d-flex {
    flex-wrap: wrap;
  }
  .sort_action_box .d-flex .total_products,
  .sort_action_box .d-flex .inline_links {
    flex: 0 0 100%;
  }

  .complect_item {
    /* flex-wrap: wrap; */
    padding-right: 20px !important;
    padding-left: 20px;
  }
  .complect_item .item_general {
    flex: 0 0 190px;
    padding-right: 20px;
  }
  .complect_item .item_variants {
    flex: 1 1 auto;
  }
  .complect_item .item_variants .change_image {
    max-height: 170px;
    overflow: auto;
  }

  .review_list .item .item .user_info,
  .review_list .item .item .text,
  .review_list .item .user_info,
  .review_list .item .text_box {
    flex: 0 0 100%;
  }
  .review_list .item .text_box {
    margin-top: 10px;
  }

  .reply_list .item,
  .review_list .item {
    flex-wrap: wrap;
  }

  .next_page .set-size {
    font-size: 8.3em;
  }

  .slider .swiper-button-prev {
    width: 60px;
    left: 10px;
    background-size: 100%;
  }
  .slider .swiper-button-next {
    width: 60px;
    right: 10px;
    background-size: 100%;
  }

  .sort_action_box .inline_links span {
    display: block;
  }

  .cart_view .cart_list .table_cart_info .prod_info .change-flex {
    flex-wrap: wrap;
  }
  .cart_view .cart_list .table_cart_info .prod_info .qty_box,
  .cart_view .cart_list .table_cart_info .prod_info .title_box,
  .cart_view .cart_list .table_cart_info .prod_info .sum_price_td {
    flex: 0 0 100%;
  }
  .cart_view .cart_list .table_cart_info .prod_info .qty_box {
    padding-top: 10px !important;
  }
  .cart_view .cart_list .table_cart_info .prod_info .service_links {
    margin-top: 10px !important;
  }
  .cart_view .cart_list .table_cart_info .prod_info .sum_price_td {
    margin-top: 20px !important;
  }

  .cart_view .cart_list .table_cart_info .constructor_row .prod_info .qty_box,
  .cart_view .cart_list .table_cart_info .buytogether_row .prod_info .qty_box,
  .cart_view .cart_list .table_cart_info .constructor_row .prod_info .sum_price_td,
  .cart_view .cart_list .table_cart_info .buytogether_row .prod_info .sum_price_td {
    padding-left: 100px;
  }


  .checkout_page_new .cart_view .cart_list .table_cart_info .qty_box_sum_price,
  .checkout_page_new .cart_view .cart_list .table_cart_info .constructor_row .prod_info .qty_box,
  .checkout_page_new .cart_view .cart_list .table_cart_info .buytogether_row .prod_info .qty_box,
  .checkout_page_new .cart_view .cart_list .table_cart_info .constructor_row .prod_info .sum_price_td,
  .checkout_page_new .cart_view .cart_list .table_cart_info .buytogether_row .prod_info .sum_price_td {
    padding-left: 0;
  }

  .checkout_page_new .cart_view .cart_list .table_cart_info .constructor_row .qty_box_sum_price,
  .checkout_page_new .cart_view .cart_list .table_cart_info .buytogether_row .qty_box_sum_price {
    flex: 1 1 auto;
  }

  .checkout_page_new .cart_view .cart_list .table_cart_info .prod_info .qty_box,
  .checkout_page_new .cart_view .cart_list .table_cart_info .prod_info .sum_price_td {
    flex: 0 0 50%;
  }
  .checkout_page_new .cart_view .cart_list .table_cart_info .prod_info .sum_price_td {
    margin-top: 10px !important;
    text-align: right;
  }
  .checkout_page_new .cart_view .cart_list .table_cart_info .qty_box .plus {
    padding-top: 10px;
  }
  .checkout_page_new .cart_view .cart_list .table_cart_info .qty_box .minus {
    padding-top: 13px;
  }
  .checkout_page_new .cart_view .cart_list .table_cart_info .qty_box .plus svg {
    height: 8px;
  }
  .checkout_page_new .cart_view .cart_list .table_cart_info .qty_box .minus svg {
    width: 7px;
  }
  .checkout_page_new .cart_view .cart_list .table_cart_info .qty_box .form-control {
    font-size: 14px !important;
  }

  .cart_view .cart_list .table_cart_info .title {
    font-size: 18px;
    line-height: normal;
  }

  .checkout_page h2 {
    font-size: 25px;
  }

  .profile_side .order_list .order_info .order_products {
    display: none;
  }

  .order_view .order_products .item .detail {
    padding-right: 15px !important;
  }
  .order_view .order_products .item .total_price {
    flex: 1 1 auto;
  }

  .order_view .order_products .product_info .image {
    flex: 0 0 100px;
  }

  .ui-autocomplete {
    width: 89%;
    padding-top: 2px;
    box-shadow: none;
  }
  .ui-autocomplete .flex-wrap-1 .d-flex,
  .ui-autocomplete .flex-wrap-1 .d-flex .title,
  .ui-autocomplete .flex-wrap-1 .d-flex .rating,
  .ui-autocomplete .flex-wrap-1 .d-flex .price {
    display: block;
  }
  .ui-autocomplete .flex-wrap-1 .d-flex .title,
  .ui-autocomplete .flex-wrap-1 .d-flex .rating,
  .ui-autocomplete .flex-wrap-1 .d-flex .price {
    padding: 0 10px !important;
  }
  
  .alert_box {
    width: 360px;
  }
  .alert_box .alert {
    min-height: 70px;
  }
  .alert_box .alert .icon {
    flex: 0 0 80px;
  }
  .alert_box .alert .text {
    padding: 10px 20px;
  }

  .home_brands {
    height: 350px;
  }

  .service_centres .general {
    flex-wrap: wrap;
  }

  .banks_list .item .logo {
    flex: 0 0 50px;
    padding-right: 20px;
  }

  .certificates_list .item {
    padding-right: 0;
  }

  .mfp-inline-holder .popup-close {
    top: 5px;
    right: 5px;
  }

  .shop_view .map:before {
    width: 90%;
  }


  .event_subscribe_form,
  .new_year_subscribe {
    left: 1%;right: 1%;
    top: 60%;
  }
  .event_subscribe_form .item:first-child,
  .new_year_subscribe .item:first-child {
    padding-right: 1%;
  }
  .event_subscribe_form .item:last-child,
  .new_year_subscribe .item:last-child {
    padding-left: 1%;
  }
  .event_subscribe_form .form-control,
  .new_year_subscribe .form-control {
    height: 35px;
    font-size: 13px !important;
    padding-right: 40px;
  }
  .event_subscribe_form .btn,
  .new_year_subscribe .btn {
    width: 38px;
    min-height: 35px;
      height: 35px;
      padding: 5px 0 0 0;
      background-size: 20px auto;
  }


  .event_view .event_title_box {
    font-size: 23px;
  }
  .event_view .no_image {
    height: 220px;
  }
  .event_view .event_timer.no_image {
    height: 210px;
  }


  .buytogether_block .product_item .info .price {
    font-size: 16px;
  }
  .buytogether_block .product_item .info .old_price {
    font-size: 12px;
  }
  .buytogether_block .price_box .price {
    font-size: 22px;
  }
  .buytogether_block .price_box .old_price {
    font-size: 16px;
  }
  .buytogether_block .buytogether_complect2 .product_item .info, 
  .buytogether_block .buytogether_complect3 .product_item .info, 
  .buytogether_block .buytogether_complect4 .product_item .info {
    line-height: 16px;
    font-size: 14px;
  }
  .buytogether_block .complect_buy_block .btn {
    padding: 5px;
    font-size: 12px;
  }
  .buytogether_block .plus, 
  .buytogether_block .equally {
    padding: 0 5px;
  }

  .buytogether_block .equally_buy_block {
    flex: 0 0 200px;
    overflow: hidden;
  }
  .buytogether_block .complect_buy_block {
    flex: 0 0 150px;
  }
  .buytogether_block .product_item .image {
    max-height: 120px;
  }

  .mobileTemplate .buytogether_block .swiper-button-prev,
  .mobileTemplate .buytogether_block .swiper-button-next {
    width: 35px;
    height: 35px;
    margin-top: -17px;
  }



  .service_icons_box,
  .item_numbers .list {
    margin-left: -10%;
  }
  .item_numbers .item,
  .service_icons_box .item {
    flex: 0 0 40%;
    margin: 50px 0 0 10%;
  }
  
  .item_numbers.bonus_icons .list {
    margin: 0;
  }
  .item_numbers.bonus_icons .item {
    margin-left: 1.5rem;
    margin-top: 30px;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .item_numbers.bonus_icons .item:first-child {
    margin-top: 0;
  }
  .item_numbers.bonus_icons .item .icon img {
    height: 65px !important;
  }

  footer .contacts span {
    display: inline-block;
    margin-top: 0;
  }
  footer .contacts,
  footer .payments,
  footer .links {
    width: 100%;
  }
  /* footer .payments {
    margin-top: 2rem;
    text-align: left !important;
  } */
  footer .links {
    margin-top: 1rem;
  }
  footer .links .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .logo,
  footer .developers {
    width: auto;
    font-size: 14px;
    flex: 1 1 auto;
  }
}

.maincontent .total_products_title {
  padding-top: 5px;
  font-size: 17px;
  color: #d4d4d4;
}

@media (max-width: 650px) {
  .related_products_box .item {
    display: flex;
  }
  .related_products_box .item .image {
    flex: 0 0 45%;
    text-align: center;
  }
  .related_products_box .item .buttons {
    display: block;
  }
  .related_products_box .item .descr_related {
    flex: 0 0 55%;
    font-size: 13px !important;
    padding-right: 40px;
  }
  .last_viewed_items .swiper-button-next,
  .last_viewed_items .swiper-button-prev,
  .mobileTemplate .cart_view .swiper-button-next,
  .mobileTemplate .cart_view .swiper-button-prev {
    margin-top: -25px;
    border: 0;
    background-color: transparent;
  }
  .last_viewed_items .swiper-button-next,
  .mobileTemplate .cart_view .swiper-button-next {
    right: -10px;
  }
  .last_viewed_items .swiper-button-prev,
  .mobileTemplate .cart_view .swiper-button-prev {
    left: -10px;
  }
  .last_viewed_items .swiper-container.product_list .item {
    width: 100%;
  }


  
}

@media (max-width: 576px) {
  .cart-price-bonus {
    flex: 1 0 100px;
    margin-right: 0;
  }
  .bonus-popup-cart{
    bottom: 100%;
    left: auto;
  }
  .bonus-container-cart{
    display: flex!important;
    position: relative;
    justify-content: end;
  }
  .bonus-container-mobile{
    display: flex;
    margin-bottom: 0px!important;
  }
  .bonus-container{
    display: none;
  }
  .bonus-container_available{
    margin-bottom: 0px!important;
  }
  .price-box-available{
    display: flex;
    justify-content: space-between;
  }
  .bonus-popup_mobile{
    bottom:120% !important;
    top:auto;
    left: -82px;
  }
  .bonus-popup {
    bottom:120% !important;
    top:auto;
    left: -40%;;
  }
  .bonus-popup_available{
    bottom:120% !important;
    top:auto;
    left:-71px;
    font-size: 14px;
  }
  .mobile-bonus{
    width: 22px!important;
  }
  .mobile-bonus-text{
    font-size: 14px;
  }
  .container-price-bonus{
    justify-content: space-between;
  }
  #show_menu .container .item.social a span {
    line-height: 30px!important;
  }
   .fa-youtube-play{
     font-size: 18px !important;
  }
  footer ul{
    font-size: 14px;
  }
  footer .subscribe_box .title {
    font-size: 15px;
  }

  .custom-block-flex {
    flex-wrap: wrap;
  }
  .custom-block-flex .buyers_item {
    flex: 0 0 65%;
  }
  .custom-block-flex .buyers_item:nth-child(2n) {
    flex: 0 0 35%;
  }
  .custom-block-flex .buyers_item:nth-child(3),
  .custom-block-flex .buyers_item:nth-child(4) {
    margin-top: 1.5rem;
  }

  .contacts_footer {
    padding-bottom: 10px;
  }
  
  .social a.tiktok_link,
  footer .social a.tiktok_link,
  #show_menu .container .item.social a.tiktok_link {
    width: 30px;
    height: 30px;
  }
  .social a.insta_link,
  footer .social a.insta_link,
  #show_menu .container .item.social a.insta_link {
    width: 30px;
    height: 30px;
  }
  .landing_view .social_icons .social a span,
  .contacts_page .social a span,
  footer .social a span {
    width: 30px;
    height: 30px;
  }
  .contacts_page .social a .fa-facebook, footer .social a .fa-facebook {
    top: -3px;
    font-size: 17px !important;
  }
  .contacts_page .social a .fa-youtube-play, footer .social a .fa-youtube-play {
    top: -4px;
    font-size: 18px !important;
  }
  .maincontent h1 {
    font-size: 7vw !important;
    margin-top: 20px !important;
  }
  .maincontent .total_products_title {
    margin-top: 20px !important;
  }

  .product_images .thumbs_photo {
    margin-top: 10px;
    height: 55px;
  }
  .product_images .thumbs_photo .img_list {
    overflow-x: auto;
    white-space: nowrap;
  }

  .product_images .thumbs_photo .video {
    white-space: normal;
  }

  .buy_box .show_credit_bank_offers .credit_btn a.btn {
    height: 40px;
    line-height: 40px;
  }

  #product_info .service_links .price_notify_icon {
    padding-left: 26px;
    padding-right: 6%;
  }
  #product_info .service_links .price_notify_icon i {
    width: 20px;
    height: 20px;
  }

  #product_info .service_links .favorite_icon {
    padding-left: 30px;
    padding-right: 2%;
  }
  #product_info .service_links .favorite_icon i {
    width: 26px;
    height: 26px;
  }

  #product_info .service_links .compare_icon i {
    width: 26px;
    height: 23px;
  }


  #product_info .service_links a {
    line-height: 12px;
    font-size: 12px;
  }
  #product_info .service_links a:hover span,
  #product_info .service_links a:active span {
    border-bottom: 1px dotted transparent;
  }

  .bank_offers_list_credit .product_icon {
    flex: 0 0 37px;
  }
  .bank_offers_list_credit .product_icon.without_icon .bank_text {
    line-height: 15px;
  }
  .bank_offers_list_credit .product_icon .bank_text {
    font-size: 14px;
    bottom: 13px;
    right: 1px;
  }
  .bank_offers_list_credit .product_icon.mono_icon .bank_text {
    bottom: 8px;
    right: 12px;
  }
  .bank_offers_list_credit .ukrsib_icon .bank_text {
    bottom: 11px;
  }

  .single_product .variant_shops .other_product {
    overflow-x: auto;
    white-space: nowrap;
  }

  .delivery_methods .gray {
    margin-top: 3px;
  }

  .h3,
  .shop_list .shop_title,
  .shop_list .shop_title a,
  .accordion_type .accordion_box .item .title,
  .accordion_type .anotation {
    font-size: 4vw;
  }

  .accordion_type .accordion_box .item .title {
    padding: 30px 60px 30px 50px;
  }
  .accordion_type .accordion_box .item .title .icon {
    top:40px;right: 20px;
  }
  .accordion_type .accordion_box .item .title::before {
    left: 3px;
  }
  .accordion_type .accordion_box .item .text {
    padding: 0 60px 0 50px;
  }

  .h2,
  .shipping_payment_methods h2 {
    font-size: 5vw !important;
  }

  .category_view .product_list .item,
  .article_view .product_list .item,
  .product_list .item {
    flex: 0 0 50%;
    margin: 0;
  }

  .mobile_center_content_box .product_list {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .category_view .mobile_center_content_box .product_list .item {
    border-top: 1px solid rgb(223,223,223);
    border-right: 1px solid rgb(223,223,223);
  }
  .category_view .mobile_center_content_box .product_list .item.next_page,
  .category_view .mobile_center_content_box .product_list .item:nth-child(2n) {
    border-right: 0;
  }
  .category_view .mobile_center_content_box .product_list .item.next_page,
  .category_view .mobile_center_content_box .product_list .item:nth-child(1),
  .category_view .mobile_center_content_box .product_list .item:nth-child(2) {
    border-top: 0;
  }

  .product_list .item .other_colors {
    height: 13px;
    font-size: 10px;
  }

  .product_list .item .favorite .icon_backg {
    width: 17px;
    height: 17px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23px' height='23px'%3E%3Cpath fill-rule='evenodd' stroke='%23a7a6a6' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M11.731,6.143 C11.731,6.143 11.496,3.176 8.682,2.350 C6.122,1.598 3.322,2.435 2.239,6.244 C1.352,9.362 3.173,12.035 4.992,14.364 C7.395,17.445 6.404,19.324 6.404,19.324 C6.404,19.324 18.014,17.324 19.708,11.371 C20.792,7.562 18.856,5.335 16.297,4.585 C13.483,3.759 11.731,6.143 11.731,6.143 Z'/%3E%3C/svg%3E");
    background-size: 100% auto;
  }
  .product_list .item .favorite .icon_backg:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23px' height='23px'%3E%3Cpath fill-rule='evenodd' stroke='rgba(233, 28, 62, .4)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M11.731,6.143 C11.731,6.143 11.496,3.176 8.682,2.350 C6.122,1.598 3.322,2.435 2.239,6.244 C1.352,9.362 3.173,12.035 4.992,14.364 C7.395,17.445 6.404,19.324 6.404,19.324 C6.404,19.324 18.014,17.324 19.708,11.371 C20.792,7.562 18.856,5.335 16.297,4.585 C13.483,3.759 11.731,6.143 11.731,6.143 Z'/%3E%3C/svg%3E");
    background-size: 100% auto;
  }
  .product_list .item .favorite.active .icon_backg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23px' height='23px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(233, 28, 62)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M11.731,6.143 C11.731,6.143 11.496,3.176 8.682,2.350 C6.122,1.598 3.322,2.435 2.239,6.244 C1.352,9.362 3.173,12.035 4.992,14.364 C7.395,17.445 6.404,19.324 6.404,19.324 C6.404,19.324 18.014,17.324 19.708,11.371 C20.792,7.562 18.856,5.335 16.297,4.585 C13.483,3.759 11.731,6.143 11.731,6.143 Z'/%3E%3C/svg%3E");
    background-size: 100% auto;
  }

  .product_list .item .compare .icon_backg {
    width: 19px;
    height: 17px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='%23a7a6a6' d='M24.998,16.018 L24.998,16.018 C24.998,15.983 24.982,15.954 24.979,15.918 C24.969,15.834 24.964,15.747 24.930,15.665 L24.928,15.662 C24.928,15.661 24.928,15.661 24.928,15.661 L20.565,4.852 L22.589,4.852 C23.077,4.852 23.474,4.443 23.474,3.934 C23.474,3.428 23.077,3.017 22.589,3.017 L19.240,3.017 C19.238,3.017 19.237,3.017 19.235,3.017 C19.232,3.017 19.230,3.017 19.230,3.017 L13.865,3.017 L13.865,0.919 C13.865,0.413 13.466,-0.002 12.977,-0.002 L12.977,-0.002 C12.494,-0.002 12.098,0.408 12.098,0.910 L12.098,3.018 L6.667,3.019 C6.664,3.019 6.663,3.019 6.661,3.019 C6.658,3.019 6.658,3.019 6.655,3.019 L3.307,3.019 C2.817,3.019 2.421,3.430 2.421,3.937 C2.421,4.444 2.817,4.855 3.307,4.855 L5.331,4.855 L0.967,15.662 C0.967,15.663 0.967,15.663 0.967,15.664 L0.965,15.665 C0.931,15.749 0.925,15.835 0.916,15.920 C0.914,15.956 0.898,15.984 0.898,16.020 L0.898,16.020 C0.898,16.022 0.898,16.024 0.898,16.026 C0.901,19.320 3.485,21.998 6.660,21.998 C9.639,21.998 12.092,19.642 12.389,16.631 L12.389,15.768 C12.380,15.733 12.370,15.698 12.357,15.665 L12.354,15.663 C12.354,15.662 12.354,15.662 12.354,15.662 L7.991,4.854 L13.505,4.852 L13.505,3.683 L13.506,3.683 L13.506,4.852 L17.905,4.852 L13.541,15.661 L13.541,15.661 L13.539,15.663 C13.525,15.697 13.514,15.730 13.506,15.765 L13.506,16.631 C13.803,19.639 16.256,21.996 19.235,21.996 C22.412,21.996 24.994,19.318 24.998,16.024 C24.998,16.022 24.998,16.020 24.998,16.018 ZM6.661,20.162 C4.764,20.162 3.179,18.781 2.774,16.937 L10.549,16.937 C10.144,18.781 8.558,20.162 6.661,20.162 ZM10.209,15.102 L3.113,15.102 L6.661,6.313 L10.209,15.102 ZM19.235,6.310 L22.784,15.100 L15.685,15.100 L19.235,6.310 ZM19.235,20.161 C17.337,20.161 15.751,18.779 15.346,16.935 L23.122,16.935 C22.716,18.779 21.131,20.161 19.235,20.161 Z'/%3E%3C/svg%3E");
    background-size: 100% auto;
  }
  .product_list .item .compare .icon_backg:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgba(233, 28, 62, .4)' d='M24.998,16.018 L24.998,16.018 C24.998,15.983 24.982,15.954 24.979,15.918 C24.969,15.834 24.964,15.747 24.930,15.665 L24.928,15.662 C24.928,15.661 24.928,15.661 24.928,15.661 L20.565,4.852 L22.589,4.852 C23.077,4.852 23.474,4.443 23.474,3.934 C23.474,3.428 23.077,3.017 22.589,3.017 L19.240,3.017 C19.238,3.017 19.237,3.017 19.235,3.017 C19.232,3.017 19.230,3.017 19.230,3.017 L13.865,3.017 L13.865,0.919 C13.865,0.413 13.466,-0.002 12.977,-0.002 L12.977,-0.002 C12.494,-0.002 12.098,0.408 12.098,0.910 L12.098,3.018 L6.667,3.019 C6.664,3.019 6.663,3.019 6.661,3.019 C6.658,3.019 6.658,3.019 6.655,3.019 L3.307,3.019 C2.817,3.019 2.421,3.430 2.421,3.937 C2.421,4.444 2.817,4.855 3.307,4.855 L5.331,4.855 L0.967,15.662 C0.967,15.663 0.967,15.663 0.967,15.664 L0.965,15.665 C0.931,15.749 0.925,15.835 0.916,15.920 C0.914,15.956 0.898,15.984 0.898,16.020 L0.898,16.020 C0.898,16.022 0.898,16.024 0.898,16.026 C0.901,19.320 3.485,21.998 6.660,21.998 C9.639,21.998 12.092,19.642 12.389,16.631 L12.389,15.768 C12.380,15.733 12.370,15.698 12.357,15.665 L12.354,15.663 C12.354,15.662 12.354,15.662 12.354,15.662 L7.991,4.854 L13.505,4.852 L13.505,3.683 L13.506,3.683 L13.506,4.852 L17.905,4.852 L13.541,15.661 L13.541,15.661 L13.539,15.663 C13.525,15.697 13.514,15.730 13.506,15.765 L13.506,16.631 C13.803,19.639 16.256,21.996 19.235,21.996 C22.412,21.996 24.994,19.318 24.998,16.024 C24.998,16.022 24.998,16.020 24.998,16.018 ZM6.661,20.162 C4.764,20.162 3.179,18.781 2.774,16.937 L10.549,16.937 C10.144,18.781 8.558,20.162 6.661,20.162 ZM10.209,15.102 L3.113,15.102 L6.661,6.313 L10.209,15.102 ZM19.235,6.310 L22.784,15.100 L15.685,15.100 L19.235,6.310 ZM19.235,20.161 C17.337,20.161 15.751,18.779 15.346,16.935 L23.122,16.935 C22.716,18.779 21.131,20.161 19.235,20.161 Z'/%3E%3C/svg%3E");
    background-size: 100% auto;
  }
  .product_list .item .compare.active .icon_backg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(233, 28, 62)' d='M24.998,16.018 L24.998,16.018 C24.998,15.983 24.982,15.954 24.979,15.918 C24.969,15.834 24.964,15.747 24.930,15.665 L24.928,15.662 C24.928,15.661 24.928,15.661 24.928,15.661 L20.565,4.852 L22.589,4.852 C23.077,4.852 23.474,4.443 23.474,3.934 C23.474,3.428 23.077,3.017 22.589,3.017 L19.240,3.017 C19.238,3.017 19.237,3.017 19.235,3.017 C19.232,3.017 19.230,3.017 19.230,3.017 L13.865,3.017 L13.865,0.919 C13.865,0.413 13.466,-0.002 12.977,-0.002 L12.977,-0.002 C12.494,-0.002 12.098,0.408 12.098,0.910 L12.098,3.018 L6.667,3.019 C6.664,3.019 6.663,3.019 6.661,3.019 C6.658,3.019 6.658,3.019 6.655,3.019 L3.307,3.019 C2.817,3.019 2.421,3.430 2.421,3.937 C2.421,4.444 2.817,4.855 3.307,4.855 L5.331,4.855 L0.967,15.662 C0.967,15.663 0.967,15.663 0.967,15.664 L0.965,15.665 C0.931,15.749 0.925,15.835 0.916,15.920 C0.914,15.956 0.898,15.984 0.898,16.020 L0.898,16.020 C0.898,16.022 0.898,16.024 0.898,16.026 C0.901,19.320 3.485,21.998 6.660,21.998 C9.639,21.998 12.092,19.642 12.389,16.631 L12.389,15.768 C12.380,15.733 12.370,15.698 12.357,15.665 L12.354,15.663 C12.354,15.662 12.354,15.662 12.354,15.662 L7.991,4.854 L13.505,4.852 L13.505,3.683 L13.506,3.683 L13.506,4.852 L17.905,4.852 L13.541,15.661 L13.541,15.661 L13.539,15.663 C13.525,15.697 13.514,15.730 13.506,15.765 L13.506,16.631 C13.803,19.639 16.256,21.996 19.235,21.996 C22.412,21.996 24.994,19.318 24.998,16.024 C24.998,16.022 24.998,16.020 24.998,16.018 ZM6.661,20.162 C4.764,20.162 3.179,18.781 2.774,16.937 L10.549,16.937 C10.144,18.781 8.558,20.162 6.661,20.162 ZM10.209,15.102 L3.113,15.102 L6.661,6.313 L10.209,15.102 ZM19.235,6.310 L22.784,15.100 L15.685,15.100 L19.235,6.310 ZM19.235,20.161 C17.337,20.161 15.751,18.779 15.346,16.935 L23.122,16.935 C22.716,18.779 21.131,20.161 19.235,20.161 Z'/%3E%3C/svg%3E");
    background-size: 100% auto;
  }

  .product_list .item .price_box .old_price {
    height: 18px;
    margin-top: 0;
    margin-bottom: -5px;
  }

  .category_view .product_list .item .image {
    height: 120px;
  }
  .category_view .product_list .item .btn-green {
    font-size: 14px;
    padding: 3px 5px;
    background: #53af3d;
  }

  .product_list .item .image .labels .label.discount {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    background-size: auto 100%;
  }
  .product_list .item .image .labels .label.hit {
    width: 26px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    background-size: auto 100%;
  }
  .product_list .item .image .labels .label.action {
    width: 28px;
    height: 24px;
    line-height: 24px;
    font-size: 8px;
    background-size: auto 100%;
  }
  .product_list .item .image .labels .label.new {
    width: 64px;
    height: 26px;
    line-height: 26px;
    font-size: 10px;
    background-size: auto 100%;
  }
  .product_list .item .image .labels .label {
    margin-top: 1px;
  }

  .about_catalog_box,
  .home_text {
    font-size: 4vw;
  }
  .home_text img {
    height: 5vw;
  }

  #product_info .labels, .table_cart_info .labels,
  /* .product_list .item .image .labels, */
  .product_list_line .item .image .labels,
  .product_list .swiper-slide .item .hover .image .labels {
    top: -20px;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  /* .product_list .item .image .labels {
    top: -5px;
    left: -8px;
  } */

  #product_info {
    margin: 0;
  }
  #product_info .col-lg-5,
  #product_info .col-lg-7 {
    padding: 0;
  }

  .variant_shops .other_product .availability_shops {
    flex: 0 0 auto;
  }
  .variant_shops .price_available .price {
    font-size: 35px;
    line-height: 30px;
  }
  .variant_shops .price_available .old_price {
    font-size: 18px;
  }

  .complect_item {
    padding-right: 10px !important;
    padding-left: 10px;
  }


  .my_tabs .tab_list a,
  .tab_box .tabs .tab_list a {
    line-height: 16px;
    font-size: 18px;
  }
  .trigers a {
    flex: 1 0 100%;
    padding-top: 18px;
    padding-right: 0;
  }
  .product_view .product_icons .product_icon {
    flex: 1 0 100%;
  }
  .product_view .product_icons .product_icon:nth-child(1),
  .product_view .product_icons .product_icon:nth-child(2),
  .product_view .product_icons .product_icon:nth-child(3),
  .trigers a:nth-child(1),
  .trigers a:nth-child(2),
  .trigers a:nth-child(3) {
    margin-bottom: 1.5rem;
  }
  .trigers a br {
    display: none;
  }

  .compare_page .value_col {
    flex: 0 0 50%;
  }


  .banks_list .item .features {
    padding: 0;
  }
  .banks_list .item .features .row div:first-child {
    font-family: 'ProximaNova-Bold';
    padding-bottom: 0;
  }
  .banks_list .features .row div {
    padding: 8px 10px;
  }

  .about-images .col,
  .about-images .col-md-6 {
    padding-left: 1px;
    padding-right: 1px;
  }


  .thumbs_photo a {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-top: 0 !important;
  }
  .thumbs_photo a.video {
    padding: 0;
    font-size: 10px;
    line-height: 10px;
  }
  .thumbs_photo a.video svg {
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .thumbs_photo a.video span {
    margin-top: -2px;
  }

  .product_list_line .item .image {
    flex: 0 0 120px;
  }
  .product_list_line .item .product_info {
    padding-left: 20px !important;
  }

  .mfp-ajax-holder .mfp-content {
    width: 100%;
  }
  .popup-close.popup-close-ajax,
  .mfp-iframe-holder .popup-close,
  .mfp-inline-holder .popup-close {
    top: 5px;
    right: 5px;
  }

  .row {
    margin: 0;
  }
  .event_links .col-12 {
    padding: 0;
  }
  
  .offers_box .small_offers .item:nth-child(1) {
    padding-top: 10px;
  }

  .row .col-md-4,
  .row .col-md-5,
  .row .col-md-6,
  .row .col-md-7,
  .row .col-md-8,
  .row .col-sm-6,
  .article_view .col-lg-11,
  .offers_box .big_offer,
  .offers_box .small_offers,
  .articles_list.row .item {
    padding: 0;
  }

  .auth_page .content .form_block .btn {
    width: auto;
  }

  #map {
    height: 400px;
  }

  .buytogether_block .buytogether_complect2 .product_item .image,
  .buytogether_block .buytogether_complect3 .product_item .image,
  .buytogether_block .buytogether_complect4 .product_item .image {
    width: 100%;
    float: none;
    padding: 0;
  }
  .buytogether_block .buytogether_complect2 .product_item .info,
  .buytogether_block .buytogether_complect3 .product_item .info,
  .buytogether_block .buytogether_complect4 .product_item .info {
    padding-top: 10px;
  }
  .buytogether_block .swiper-container {
    /*padding: 0 50px;*/
    padding: 0 13px;
  }

  .buytogether_block .swiper-container:before {
    width: 13px;
    content: '';
    position: absolute;
    top: 0;left: 0;bottom: 0;
    z-index: 2;
    background: #fff;
  }
  .buytogether_block .swiper-container:after {
    width: 13px;
    content: '';
    position: absolute;
    top: 0;right: 0;bottom: 0;
    z-index: 2;
    background: #fff;
  }

  .buytogether_block .swiper-button-prev,
  .buytogether_block .swiper-button-next {
    width: 50px;
  }


  .buytogether_block .product_item {
    flex: 1 0 80px;
  }
  .buytogether_block .product_item .info .price {
    font-size: 12px;
  }
  .buytogether_block .product_item .info .old_price {
    font-size: 8px;
  }
  .buytogether_block .price_box .price {
    font-size: 18px;
  }
  .buytogether_block .price_box .old_price {
    font-size: 12px;
  }
  .buytogether_block .buytogether_complect2 .product_item .info, 
  .buytogether_block .buytogether_complect3 .product_item .info, 
  .buytogether_block .buytogether_complect4 .product_item .info {
    line-height: 13px;
    font-size: 10px;
  }
  .buytogether_block .complect_buy_block .btn {
    padding: 5px;
    font-size: 12px;
  }
  .buytogether_block .plus, 
  .buytogether_block .equally {
    padding: 0 10px;
    margin-top: -50px;
    zoom: 0.7;
  }
  .buytogether_block .equally {
    margin-top: -5px;
  }

  .buytogether_block .equally_buy_block {
    flex: 0 0 150px;
    overflow: hidden;
    margin-top: -34px;
  }
  .buytogether_block .complect_buy_block {
    flex: 0 0 100px;
  }
  .buytogether_block .product_item .image {
    max-height: 60px;
  }

  .mobileTemplate .buytogether_block .swiper-button-prev,
  .mobileTemplate .buytogether_block .swiper-button-next {
    width: 35px;
    height: 35px;
    margin-top: -40px;
    background-color: transparent;
    border: 0;
  }
  .mobileTemplate .buytogether_block .swiper-button-prev {
    margin-left: -7px;
    background-position: right;
  }
  .mobileTemplate .buytogether_block .swiper-button-next {
    background-position: right;
    margin-right: -7px;
  }

  .buytogether_block .complect_buy_block {
    text-align: center;
  }


  .bank_offers_list_credit .product_icon.alfa_icon .text-shadow {
    top: 0;
    margin-left: 1px;
  }


  .order_view .order_products .item.d-flex {
    display: block;
  }
  .order_view .order_products .item .total_price {
    margin-top: 10px;
  }

  .order_view .order_products .item .detail a {
    font-size: 14px;
    display: block;
  }
  .order_view .order_products .item .detail .price {
    font-size: 16px;
    margin-top: 5px !important;
  }
  .order_view .order_products .item .detail {
    padding-right: 0 !important;
    margin-bottom: 15px;
  }

  .order_view .title {
    font-size: 18px;
  }


  .shop_view .breadcrumbs {
    position: static !important;
  }
  .shop_view .shop_info {
    top: 40px;
    position: static !important;
    padding: 0 10px;
  }

  .shop_view .map:before {
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 30%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 30%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  }


  .shipping_methods select {
    font-size: 18px !important;
  }

  .certificates_list .item,
  .about-docs .row .item {
    padding-right: 0;
  }

  .certificates_list .more_certificates a .title {
    margin-top: -205px !important;
  }

  /* .mobile_link_filter, */
  .category_view .action_banner {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  #CountDownTimer.black-friday {
    height: 100px;
    left: 15%;
      right: 15%;
  }
  #CountDownTimer.black-friday .time_circles > div {
    margin-top: -7px;
  }
  #CountDownTimer.black-friday .time_circles > div > span {
      font-size: 20px;
  }
  #CountDownTimer.black-friday .time_circles > div > i {
    font-size: 10px;
  }

  .event_view .no_image {
    height: 200px;
  }
  .event_view .event_title_box {
    font-size: 17px;
  }
  .event_view .event_timer.no_image {
    height: 165px;
  }
  .event_subscribe_form .item:last-child,
  .new_year_subscribe .item:last-child {
    width: 80%;
    padding-left: 8%;
  }


  .social_icons .banner .text {
    position: static !important;
    width: 100%;
  }


  .service_icons_box,
  .item_numbers .list {
    margin-left: -2%;
  }
  .item_numbers .item,
  .service_icons_box .item {
    flex: 0 0 48%;
    margin: 50px 0 0 2%;
  }

  .service_icons_box .item img {
    max-width: 70px;
  }
  .item_numbers .title {
    font-size: 55px;
  }

  .social_icons .social a {
    font-size: 20px;
  }

  .checkout_page_new .checkout_info {
    padding: 0;
  }
  .checkout_page_new .checkout_info .step_number_title {
    padding-left: 50px;
    line-height: 35px;
  }
  .checkout_page_new .checkout_info .order_step .step_number {
    width: 35px;
    height: 35px;
    line-height: 35px;
    left: 0;
  }

  .checkout_page_new .shipping_methods .icon,
  .checkout_page_new .shipping_methods .form-group.radio,
  .checkout_page_new .payments_methods .form-group.radio {
    margin-right: 7px !important;
  }

  /* .checkout_page_new .shipping_methods .icon {
    flex: 0 0 20px;
    margin-top: 5px;
  } */
  
  .checkout_page_new .payments_methods .title span,
  .checkout_page_new .payments_methods .text_box span,
  .checkout_page_new .shipping_methods .text_box span {
    font-size: 16px;
    line-height: normal;
    margin-top: 6px;
  }
  .checkout_page_new .payments_methods .monthly_price {
    margin-top: 10px !important;
  }
  .checkout_page_new .payments_methods .credit_sum_price {
    margin-top: 5px !important;
  }
  .checkout_page_new .payments_methods .credit_sum_price span,
  .checkout_page_new .payments_methods .monthly_price span,
  .checkout_page_new .payments_methods .h3 {
    font-size: 16px;
  }

  .checkout_page_new .payments_methods .anotation a,
  .checkout_page_new .payments_methods .credit_sum_price,
  .checkout_page_new .payments_methods .monthly_price {
    font-size: 14px;
  }
  .checkout_page_new .payments_methods .alert {
    font-size: 14px;
    padding: 5px 15px;
  }

  .checkout_page_new .bank_type .title {
    position: relative;
    top: -5px;
  }
  .checkout_page_new .payments_methods .banks .bank {
    min-width: 50px;
    margin-right: 15px !important;
  }
  .checkout_page_new .payments_methods .banks .bank img {
    max-height: 30px;
  }

  .checkout_page_new .payments_methods .bank_info_text {
    margin-top: 10px !important;
  }
  
  .checkout_page_new .shipping_methods .text_box {
    font-size: 14px;
  }
  .checkout_page_new .shipping_methods .text_box .title .text-right {
    flex: 0 0 100px !important;
    font-size: 12px;
  }
  
  .checkout_page_new .cart_info {
    padding: 0;
    margin-top: 20px;
  }
  .checkout_page_new .cart_info_sticky .cart_info_body {
    padding: 10px !important;
  }
  .checkout_page_new .car_title_block {
    text-align: center;
  }
  .checkout_page_new .cart_view .cart_list .table_cart_info .color,
  .checkout_page_new .cart_view .cart_list .table_cart_info .title {
    font-size: 14px;
  }
  .checkout_page_new .cart_view .cart_list .table_cart_info .image {
    flex: 0 0 70px;
  }
  .checkout_page_new .cart_view .cart_list .table_cart_info .prod_info .title_box {
    padding-right: 20px;
  }
  .checkout_page_new .cart_view .cart_list .table_cart_info .delete {
    position: absolute;
    top: 7px;right: 7px;
    font-size: 18px;
  }
  .checkout_page_new .cart_info_sticky .total_info_box button {
    width: 100%;
    display: block;
  }
  .checkout_page_new .total_box .h4 {
    font-size: 14px;
    line-height: normal;
  }
  .checkout_page_new .total_box .more_title {
    font-size: 18px;
    align-self: stretch;
  }
  .checkout_page_new .cart_view .total_box .total_info_box .price, 
  .checkout_page_new .total_box .total_info_box_label b {
    font-size: 21px;
  }
  .checkout_page_new .cart_view .total_box .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .checkout_page .cart_info_sticky .total_info_box button {
    font-size: 19px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .checkout_page_new .add_comment_btn {
    padding-left: 40px;
    font-size: 16px;
    background: url('/img/v2/comment-svgrepo-com.svg?v=1') no-repeat scroll -3px -1px;
    background-size: 27px;
  }

  
  footer .menu li {
    padding-top: 7px;
  }

  footer .menu_info .buyers_item,
  footer .menu_info .menu_item {
    display: block;
  }
  footer{
    padding:20px;
  }
  footer .column-count-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .footer_items {
    border-top: 1px solid #ededed;
    padding-top: 2rem !important;
  }
  .footer_items .custom-block-flex {
    flex-direction: column-reverse;
  }

  footer .footer_items .buyers_item.copy_custom_buyers_item {
    display: none;
  }

  footer .info_item .social {
    margin-top: 1.3rem !important;
  }

  footer .footer_items .buyers_item:first-child,
  footer .footer_items .info_item {
    margin-top: 1rem !important;
  }

}

@media (max-width: 450px) {
  footer .info_item_top {
    border-top: 1px solid #ededed;
    padding-top: 24px;
  }
  footer .developers {
    padding-right: 0!important;
  }
  .contacts_footer{
    display: flex;
  align-items: center;
  }
  .custom-payments-padding{
    justify-content: flex-start!important;
  }
  .about_catalog_box,
  .home_text {
    font-size: 5vw;
  }
  .home_text img {
    height: 6vw;
  }
  .buy_box .item,
  .buy_box .item:nth-child(3) {
    flex: 0 1 100%;
    padding: 15px 0 0 0;
  }
  .buy_box .ask_question {
    margin: 15px 0 0 0;
  }
  .compare_page .value_col .image,
  .category_view .product_list .item .image,
  .article_view .product_list .item .image,
  .product_list .item .image {
    height: 120px;
  }

  .h3,
  .shop_list .shop_title,
  .shop_list .shop_title a,
  .accordion_type .accordion_box .item .title,
  .accordion_type .anotation {
    font-size: 18px;
    line-height: normal;
  }

  .compare_product .buttons .row .col-10 {
    padding-right: 0;
  }

  .next_page {
    margin-top: 40px !important;
  }
  .next_page .set-size {
    font-size: 5.3em;
  }
  .next_page .pie-wrapper .label {
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    top: 0.35em;
    left: 0.38em;
  }
  .next_page .pie-wrapper .label .fa {
    top: -11px;
    left: -13px;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 6px;
  }

  .compare_page .table_row_show .value_col {
    font-size: 14px;
  }

  .alert_box {
    width: 300px;
    top: 20px;
    right: 15px;
  }
  .alert_box .alert .icon {
    flex: 0 0 60px;
  }

  .swiper-container.product_list .swiper-slide,
  .swiper-container.product_list .item {
    width: 155px;
    padding-bottom: 0;
  }

  .cart_view .cart_product_list .item .price,
  .compare_product .price_box .price,
  .product_list .item .price_box .price,
  .product_list_line .item .price_box .price {
    font-size: 18px;
  }
  .cart_view .cart_product_list .item .title a,
  .compare_product .title a,
  .product_list .item .title a,
  .product_list_line .item .title a {
    font-size: 15px;
    line-height: normal;
  }
  
  .variant_shops .other_product .availability_shops .item {
    width: 100%;
    display: block;
  }

  .profile_side .order_list .order_amount {
    flex: 1 1 auto;
  }
  .profile_side .order_list .item .order_id,
  .profile_side .order_list .item .order_amount {
    font-size: 18px;
  }

  .product_list .swiper-slide .item .image .labels {
    top: -5px;
  }

  .about-images-anotation {
    width: 90%;
    margin-left: 0;
    left: 5%;
    padding: 20px;
    right: 5%;
  }

  .certificates_list .more_certificates a .title {
    margin-top: -145px !important;
  }


  .complect_item .item_general {
    /*width: 100%;*/
    flex: 0 0 50%;
  }
  .variant_shops .availability_shops .price_available .price {
    font-size: 25px;
    line-height: 25px;
  }
  .variant_shops .availability_shops .price_available .old_price {
    font-size: 16px;
  }

  .variant_shops .other_product .availability_shops {
    flex: 0 0 auto;
  }
  .variant_shops .other_product .availability_shops .item {
    font-size: 11px;
  }
  .variant_shops .other_product .availability_shops .item:before {
    top: 2px;
  }
  .variant_shops .other_product .availability_shops .title {
    font-size: 13px;
  }


  .descr_box .swiper-button-prev,
  .cart_view .swiper-button-prev,
  .descr_box .swiper-button-next,
  .cart_view .swiper-button-next {
    margin-top: -75px;
  }

  .product_list .swiper-slide .item .title a {
    max-height: 55px;
  }

  #CountDownTimer.black-friday {
    height: 60px;
    margin-top: -20px;
  }

  .event_view .event_title_box {
    left: 8%;
    right: 8%;
  }

  .product_list .rating {
    top: 4px;
  }
  .product_list .rating {
    font-size: 11px;
  }
  .product_list .rating .stars .star {
    width: 10px;
    height: 11px;
  }

  .product_list .adac_block {
    font-size: 8px;
    line-height: normal;
  }
  .product_list .adac_score {
    font-size: 11px;
  }

  .price_available .available, 
  .price_available .not_available, 
  .price_available .is_discontinued {
    font-size: 12px;
  }

  footer .contacts span {
    display: block;
    white-space: pre-wrap;
    overflow: auto;
    margin-top: 5px;
  }
  footer .links .d-flex {
    display: block;
  }
  footer .developers {
    margin-top: 10px;
    font-size: 14px;
    text-align: left !important;
  }

  footer .contacts strong span {
    font-size: 20px !important;
  }
  footer .contacts span {
    font-size: 11px;
    line-height: 12px;
    /* white-space: nowrap; */
    overflow: hidden;
  }
  footer .contacts strong {
    font-size: 21px;
  }

}

@media (max-width: 370px) {
  footer .contacts strong span {
    font-size: 17px !important;
  }
}

@media (max-width: 360px) {
  .bonus-popup_mobile{
    width: 290px;
    left:-46px;
  }
  .bonus-popup_available{
    width: 290px;
    left:-36px;
  }
  h1 {
    font-size: 7vw !important;
  }
  .footer .contacts span {
    font-size: 9px;
    
  }
  .h2,
  .shipping_payment_methods h2 {
    font-size: 6vw !important;
  }

  .my_tabs .tab_list a,
  .tab_box .tabs .tab_list a {
    font-size: 16px;
    padding: 8px 5px;
  }

  .mobile_popup_box .title_menu_box .title {
    font-size: 18px;
  }

  #mobile_header .logo_item img {
    width: 150px;
  }
  .product_view .product_icons .product_icon,
  .trigers a {
    padding-top: 7px;
  }
  .trigers a br {
    display: inline-block;
  }
  
  .cart_view .cart_list .table_cart_info .image {
    flex: 0 0 80px;
    padding-right: 10px;
  }

  .cart_view .cart_list .table_cart_info .constructor_row .prod_info .qty_box,
  .cart_view .cart_list .table_cart_info .buytogether_row .prod_info .qty_box,
  .cart_view .cart_list .table_cart_info .constructor_row .prod_info .sum_price_td,
  .cart_view .cart_list .table_cart_info .buytogether_row .prod_info .sum_price_td {
    padding-left: 80px;
  }
  
  #product_info .stock_box .timer {
    width: 320px;
    padding: 20px 15px 20px 30px;
    background-size: 100%;
  }
  #product_info .stock_box .timer .timer-face-part {
    width: 55px;
  }

  .buytogether_block .buytogether_complect2 .equally_buy_block .complect_buy_block .btn,
  .buytogether_block .buytogether_complect3 .equally_buy_block .complect_buy_block .btn,
  .buytogether_block .buytogether_complect4 .equally_buy_block .complect_buy_block .btn {
    width: 100%;
  }
  
  .review_form_box .form_box .btn-inline {
    width: auto;
  }
  
  .product_list_line .item .image {
    flex: 0 0 80px;
  }

  footer .social a .fa-facebook {
    top: -1px;
  }
  .contacts_page .social a .fa-instagram, footer .social a .fa-instagram {
    top: 0px;
  }

  .constructor_complect .variant_list a img,
  .variant_shops .other_product .other_product_list a img {
    max-width: 45px;
  }

  footer .social a {
    font-size: 14px;
  }
  footer .social a span {
    width: 30px;
    height: 30px;
    line-height: 40px;
    margin-right: 0 !important;
  }
}
