.footer-web {
  background: #fff;
  color: #000;
  z-index: 0;
  font-family: var(--ff);
}

.footer-web p {
  margin: 0;
}

@media screen and (min-width: 930px) {
  .breakpoint {
    margin: 0 auto;
    max-width: 930px;
  }
}

@media screen and (min-width: 1306px) {
  .breakpoint {
    max-width: 1306px;
  }
}

.breakpoint {
  width: 100%;
}

@media screen and (max-width: 1305px) {
  .breakpoint {
    max-width: 930px;
  }
}

.footer-web a {
  color: #444 !important;
}

.footer-web a, .footer-web a:hover {
  text-decoration: none;
}

.footer-web a:active:hover, .footer-web a:hover {
  color: #0666c5 !important;
}

section.line {
  display: block;
  width: 100%;
}

section.line.icons-delivery-payment {
  margin-top: 1.8125rem;
  margin-bottom: 3.875rem;
  color: #000;
}

section.line.menus-social ul {
  display: inline-block;
  padding: 0;
  margin-right: 1.25rem;
  width: calc(25% - 1.25rem);
  font-size: 0.875rem;
  list-style: none;
  vertical-align: top;
}

section.line.menus-social ul.help {
  margin-bottom: 1.25rem;
}

section.line.menus-social ul:last-child {
  width: 23%;
  margin: 0;
}

.highlights ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: center;
}

section.line.icons-delivery-payment ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: center;
}

section.line.menus-social ul li {
  font-style: bold;
  width: 100%;
  height: 1.5rem;
  font-size: 14px;
}

section.line.menus-social ul li.footer-title {
  font-weight: 700;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}

.hide {
  display: none !important;
}

.share-bar-social-title {
  color: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: "Source Sans Pro";
  float: left;
  width: 100%;
  margin-left: 10px;
  margin-top: 20px;
}

section.line.menus-social ul .share-bar-social-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

section.line.menus-social ul.share-bar-social {
  width: 100%;
}

.highlights ul li {
  display: inline-block;
  width: 25%;
  text-align: center;
}

section.line.icons-delivery-payment ul li {
  display: inline-block;
  width: 25%;
}

.highlights ul .fallback.express-shipping {
  font-size: 42px;
}

section.line.icons-delivery-payment ul li.express-shipping {
  font-size: 42px;
  font-weight: 700;
}

.highlights ul li.installments {
  margin-top: 0.625rem;
}

.highlights ul .fallback.installments {
  font-size: 34px;
}

section.line.icons-delivery-payment ul li.installments {
  font-size: 2.125rem;
  margin-top: 0.625rem;
  font-weight: 700;
}

section.line.menus-social ul li :not(.footer-title) {
  font-style: normal;
}

.share-bar-social li {
  display: inline-block;
  margin-right: 15px;
}

section.line.menus-social ul.share-bar-social li {
  width: auto;
}

.footer-web i {
  font-style: normal;
}

.highlights ul li i {
  display: inline-block;
  vertical-align: middle;
  color: #063567;
  line-height: 0;
  font-size: inherit;
}

section.line.icons-delivery-payment ul li i {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

.ns-icon-footer-delivery:before, .ns-icon-footer-delivery_after:after, .ns-icons-footer-delivery:after, .ns-icons-footer-delivery:before {
  content: "";
}

.highlights ul li .info {
  display: inline-block;
  padding: 0 0 0 .8125rem;
  vertical-align: middle;
  text-align: left;
}

section.line.icons-delivery-payment ul li .info {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 .8125rem;
}

.ns-icon-footer-ccard:before, .ns-icon-footer-ccard_after:after, .ns-icons-footer-ccard:after, .ns-icons-footer-ccard:before {
  content: "";
}

.share-bar-social li a {
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  text-align: center;
}

.share-bar-social li:not(.monochrome) a {
  background: #444;
}

.share-bar-social li:not(.monochrome) a.facebook:hover {
  background: #324d8f;
}

.share-bar-social li:not(.monochrome) a.instagram:hover {
  background: #d04a7b;
}

.share-bar-social li:not(.monochrome) a.twitter:hover {
  background: #0295f3;
}

.share-bar-social li:not(.monochrome) a.youtube:hover {
  background: #f24423;
}

.highlights ul li p {
  font-size: 14px;
}

.highlights ul li p:nth-child(1) {
  color: #0666c5;
  font-weight: 700;
  white-space: nowrap;
}

.highlights ul li p:nth-child(2) {
  color: #0666c5;
  font-weight: 400;
}

.ns-icon-description {
  display: none;
}

.share-bar-social li:not(.monochrome) a i {
  color: rgb(255, 255, 255);
}

.ns-icon-facebook-shape:before, .ns-icon-facebook-shape_after:after, .ns-icons-facebook-shape:after, .ns-icons-facebook-shape:before {
  content: "";
}

.share-bar-social i:before {
  font-size: 16px;
}

.share-bar-social li:not(.monochrome) a i::before {
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.ns-icon-instagram-shape:before, .ns-icon-instagram-shape_after:after, .ns-icons-instagram-shape:after, .ns-icons-instagram-shape:before {
  content: "";
}

.ns-icon-twitter-shape:before, .ns-icon-twitter-shape_after:after, .ns-icons-twitter-shape:after, .ns-icons-twitter-shape:before {
  content: "";
}

.ns-icon-youtube-shape:before, .ns-icon-youtube-shape_after:after, .ns-icons-youtube-shape:after, .ns-icons-youtube-shape:before {
  content: "";
}

@media (max-width: 929px) {
  section.line {
    display: block;
    width: 100%;
  }

  section.line.social-bar {
    margin-top: 10px;
    text-align: center;
    padding-bottom: 0px;
  }

  [data-accordion] {
    width: 100%;
    padding: 0;
  }

  section.line.footer-menus ul {
    list-style: none;
  }

  [data-accordion]>li:not(.no-style) {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e9e9e9;
  }

  section.line.footer-menus .footer-accordion li.item {
    border-bottom: 0;
  }

  [data-accordion]>li:not(.no-style):last-child {
    margin: 0;
  }

  section.line.footer-menus .footer-accordion li.item:last-child {
    border-bottom: 1px solid #e6e6e6;
  }

  .share-bar-social li {
    display: inline-block;
    margin-right: 15px;
  }

  [data-accordion]>li:not(.no-style)>a {
    display: inline-table;
    position: relative;
    width: 100%;
    height: auto;
    padding: 17px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
  }

  section.line.footer-menus .footer-accordion li.item .footer-title {
    border-top: 1px solid #e6e6e6;
    border-bottom: 0;
    font-weight: 700;
    padding-left: 15px;
    background: #fff;
  }

  [data-accordion]:not(.no-arrows)>li>a::after, [data-accordion]:not(.no-arrows)>li>a::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: calc(1.5rem);
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    margin: 0;
    border: none;
    background-color: rgb(255, 255, 255);
    content: " ";
    top: 22px;
  }

  [data-accordion]>li:not(.no-style).opened .content {
    transition: max-height .3s ease-in-out, box-shadow .1s linear;
    display: block;
    max-height: 2000px;
    overflow: auto;
  }

  [data-accordion]:not(.no-arrows)>li>a::before {
    margin-right: -2px;
    background-color: rgb(170, 170, 170);
  }

  section.line.footer-menus .footer-accordion li.item .footer-title:before {
    background: #aaa;
  }

  section.line.footer-menus .footer-accordion li.item .footer-title:after {
    background: #fff;
  }

  .footer-web a:hover {
    text-decoration: none;
  }

  [data-accordion]>li:not(.no-style) .content {
    display: none;
    position: relative;
    width: 100%;
    max-height: 0px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  section.line.footer-menus .footer-accordion li.item .content {
    max-height: auto;
  }

  section.line.footer-menus .footer-accordion li.item .content {
    background: #fff;
    color: rgb(68, 68, 68);
  }

  section.line.footer-menus .phone-buy.content {
    padding: 0 0 .9375rem .9375rem;
    font-size: 0.875rem;
    line-height: 1.6875rem;
  }

  .share-bar-social li a {
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
  }

  .share-bar-social li.monochrome a {
    background: #cbcbcb;
    border: 0;
  }

  [data-accordion] .accordion-sub-items {
    padding: 0 0 0 2.5rem;
    background: #f4f4f4;
  }

  section.line.footer-menus .footer-accordion li.item .accordion-sub-items {
    background: 0 0;
    padding: 0 0 0 .9375rem;
  }

  .ns-icon-description {
    display: none;
  }

  .share-bar-social li.monochrome a i {
    color: rgb(255, 255, 255);
  }

  .share-bar-social li.monochrome a i:before {
    margin-top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
  }

  [data-accordion] .accordion-sub-items>li:not(.no-style)>a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    padding: 1.0625rem 1.0625rem 1.0625rem 0;
    border-bottom: 1px solid #e9e9e9;
    text-decoration: none;
  }

  .footer-menus .accordion-sub-items>li:not(.no-style)>a {
    color: rgb(68, 68, 68);
  }

  section.line.footer-menus .footer-accordion li.item .accordion-sub-items>li>a {
    border: 0;
  }

  [data-accordion]:not(.no-arrows) .accordion-sub-items>li>a::before, [data-accordion]:not(.no-arrows) .accordion-sub-items>li>a::before {
    margin-right: -2px;
    background-color: rgb(0, 0, 0);
  }

  [data-accordion]:not(.no-arrows)>li.opened .footer-title::before, [data-accordion]:not(.no-arrows)>li.opened .footer-title:before {
    margin-top: -3px;
    background-color: #082654;
  }

  [data-accordion]:not(.no-arrows)>li.opened .footer-title::after, [data-accordion]:not(.no-arrows)>li.opened .footer-title:after {
    margin-top: 0;
    margin-right: -2px;
    background: #fff;
  }

  [data-accordion]>li:not(.no-style).opened .footer-title {
    color: #222 !important;
  }

  .footer-menus .accordion-sub-items>li:not(.no-style)>a {
    color: #444 !important;
  }

  [data-accordion] .accordion-sub-items>li:last-child>a {
    border-bottom: none;
  }

  .footer-web section.line.footer-menus .phone-buy.content {
    padding: 0 0 15px 15px;
    font-size: 14px;
    line-height: 27px;
  }
}

.footer-web .desktop {
  display: none;
}

.footer-web .mobile {
  display: block;
}

@media (min-width: 930px) {
  .footer-web .desktop {
    display: block;
  }

  .footer-web .mobile {
    display: none;
  }
}