@font-face {
  font-display: swap;
  font-family: "Neuron";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NeuronRegular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Neuron";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NeuronBold.woff2") format("woff2");
}

.home {
  padding: 160px 0 0 0;
}

@media (max-width: 1180px) {
  .home {
    padding: 32px 0 0 0;
  }
}

.home__title {
  text-transform: uppercase;
  text-align: center;
  font: 700 32px/1.3 "Neuron", sans-serif;
  margin: 0 0 64px 0;
}

@media (max-width: 1180px) {
  .home__title {
    margin: 0 0 40px 0;
    font-size: 28px;
  }
}

.home__store {
  padding: 0 0 32px 0;
}

.home__store .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1180px) {
  .home__store .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.home__store .container h2 {
  font: 700 32px/1 "Neuron", sans-serif;
  color: #00AEEF;
}

@media (max-width: 1180px) {
  .home__store .container h2 {
    font-size: 24px;
  }
}

.home__store .container figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}

@media (max-width: 1180px) {
  .home__store .container figure {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 0;
  }
}

@media (max-width: 1180px) {
  .home__store .container figure div {
    width: 50%;
    padding: 0 16px;
  }
}

.home__store .container figure div img {
  max-height: 64px;
}

.home__banners {
  position: relative;
}

.home__banners .swiper {
  z-index: 1;
}

.home__banners .swiper-slide img {
  width: 100%;
}

@media (max-width: 1180px) {
  .home__banners .swiper-slide img:first-of-type {
    display: none;
  }
}

.home__banners .swiper-slide img:last-of-type {
  display: none;
}

@media (max-width: 1180px) {
  .home__banners .swiper-slide img:last-of-type {
    display: block;
  }
}

.home__banners [data-prev] {
  left: 48px;
}

@media (max-width: 1180px) {
  .home__banners [data-prev] {
    left: 12px;
  }
}

.home__banners [data-next] {
  right: 48px;
}

@media (max-width: 1180px) {
  .home__banners [data-next] {
    right: 12px;
  }
}

.home__sec1 {
  padding: 48px 0 0 0;
}

.home__sec1__cards {
  position: relative;
}

.home__sec1__cards > [data-prev],
.home__sec1__cards > [data-next] {
  top: 32%;
}

.home__sec1__cards > [data-prev] {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home__sec1__cards > [data-next] {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.home__sec1__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: initial !important;
  padding: 0 0 1px 0;
}

.home__sec1__card__container {
  padding: 16px 0;
  border: 1px solid #CC322D;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1180px) {
  .home__sec1__card__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home__sec1__card__principal {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 0 16px;
}

.home__sec1__card__principal .swiper-slide {
  height: 230px !important;
  padding: 8px;
}

.home__sec1__card__principal .swiper-slide figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  height: 100%;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.home__sec1__card__principal .swiper-slide figure img {
  max-height: 100%;
}

.home__sec1__card__thumbnails {
  position: relative;
  padding: 0 32px;
}

.home__sec1__card__thumbnails .swiper-slide {
  height: initial !important;
  padding: 8px;
}

.home__sec1__card__thumbnails .swiper-slide figure {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background: white;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.home__sec1__card__thumbnails .swiper-slide figure img {
  max-height: 80px;
}

.home__sec1__card__thumbnails [data-prev],
.home__sec1__card__thumbnails [data-next] {
  width: 24px;
}

.home__sec1__card__thumbnails [data-prev] {
  left: 8px;
}

.home__sec1__card__thumbnails [data-next] {
  right: 8px;
}

.home__sec1__card__thumbnail {
  border: 1px solid #CC322D;
  padding: 16px;
  margin: 0 0 20px 0;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1180px) {
  .home__sec1__card__thumbnail {
    display: none;
  }
}

.home__sec1__card__thumbnail img {
  max-height: 100%;
}

.home__sec1__card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

@media (max-width: 1180px) {
  .home__sec1__card__text {
    padding: 24px 0 0 0;
  }
}

.home__sec1__card__text div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1180px) {
  .home__sec1__card__text div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.home__sec1__card__text div:last-of-type {
  width: 100%;
}

@media (max-width: 1180px) {
  .home__sec1__card__text div.imgs {
    display: none;
  }
}

.home__sec1__card__text div h6 {
  font: 400 24px/26px "Neuron", sans-serif;
  margin: 0 0 16px 0;
}

@media (max-width: 1180px) {
  .home__sec1__card__text div h6 {
    font: 400 20px/22px "Neuron", sans-serif;
    margin: 0 0 24px 0;
    text-align: center;
  }
}

.home__sec1__card__text div figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #CC322D;
  min-width: 112px;
  max-width: 112px;
}

.home__sec1__card__text div figure:not(:last-of-type) {
  margin: 0 0 6px 0;
}

@media (min-width: 1180px) {
  .home__sec1__card__text div .button {
    padding: 0;
  }
}

.home__sec2 {
  padding: 120px 0 0 0;
}

@media (max-width: 1180px) {
  .home__sec2 {
    padding: 64px 0 0 0;
  }
}

.home__sec2__big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1180px) {
  .home__sec2__big {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.home__sec2__big img {
  width: 100%;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__sec2__big p {
  margin: 16px 0 24px 0;
}

@media (max-width: 1180px) {
  .home__sec2__big p {
    text-align: center;
  }
}

@media (min-width: 1180px) {
  .home__sec2__big .button {
    padding: 0 64px;
  }
}

.home__sec2__product {
  position: relative;
  padding: 32px;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  border: 1px solid #CC322D;
}

@media (max-width: 1180px) {
  .home__sec2__product {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home__sec2__product:hover {
  background: white;
}

.home__sec2__product:hover div {
  opacity: 1;
  visibility: visible;
}

.home__sec2__product:hover h6 {
  color: #000000;
}

.home__sec2__product div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 128px 0 0 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  background: rgba(0, 0, 0, 0.5);
}

.home__sec2__product div span {
  padding: 8px 16px;
  color: white;
  font: 400 20px/1 "Neuron", sans-serif;
}

.home__sec2__product figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 230px;
}

.home__sec2__product figure img {
  max-height: 100%;
}

.home__sec2__product h6 {
  font: 400 20px/26px "Neuron", sans-serif;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 24px 0 0 0;
}

.home__sec2__carousel {
  padding: 0 24px;
  position: relative;
  display: none;
}

@media (max-width: 1180px) {
  .home__sec2__carousel {
    display: block;
  }
}

.home__sec2__carousel .swiper-slide {
  height: initial;
}

.home__sec2__carousel [data-prev] {
  left: -16px;
}

.home__sec2__carousel [data-next] {
  right: -16px;
}

.home__sec2__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 480px 1fr;
      grid-template-columns: 480px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}

@media (max-width: 1180px) {
  .home__sec2__grid {
    display: none;
  }
}

.home__sec2__grid aside {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.home__sec3 {
  padding: 120px 0 0 0;
}

@media (max-width: 1180px) {
  .home__sec3 {
    padding: 64px 0 0 0;
  }
}

.home__sec3__carousel {
  position: relative;
}

@media (max-width: 1180px) {
  .home__sec3__carousel {
    padding: 0 24px;
  }
}

@media (max-width: 1180px) {
  .home__sec3__carousel .swiper {
    border: 1px solid #CC322D;
  }
}

.home__sec3__carousel .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: initial;
}

@media (max-width: 1180px) {
  .home__sec3__carousel .swiper-slide {
    padding: 24px 16px;
  }
}

.home__sec3__carousel .swiper-slide header {
  padding: 0 24px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

@media (max-width: 1180px) {
  .home__sec3__carousel .swiper-slide header {
    padding: 0;
  }
}

.home__sec3__carousel .swiper-slide header a {
  display: block;
}

.home__sec3__carousel .swiper-slide header a div {
  height: 100%;
  padding: 32px 24px;
  border: 1px solid #CC322D;
}

@media (max-width: 1180px) {
  .home__sec3__carousel .swiper-slide header a div {
    padding: 0;
    border: unset;
  }
}

.home__sec3__carousel .swiper-slide header a div figure {
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1180px) {
  .home__sec3__carousel .swiper-slide header a div figure {
    height: 260px;
  }
}

.home__sec3__carousel .swiper-slide header a div figure img {
  max-height: 100%;
}

.home__sec3__carousel .swiper-slide header a div h6 {
  text-align: center;
  margin: 32px 0 24px 0;
  font: 600 24px/26px "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .home__sec3__carousel .swiper-slide header a div h6 {
    font: 600 20px/22px "Neuron", sans-serif;
    margin: 24px 0 16px 0;
  }
}

.home__sec3__carousel .swiper-slide header a div p {
  font-size: 20px;
  color: #7C7C7C;
  text-align: center;
}

@media (max-width: 1180px) {
  .home__sec3__carousel .swiper-slide header a div p {
    font-size: 18px;
  }
}

.home__sec3__carousel .swiper-slide > a {
  margin: 28px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #50C259;
  border-radius: 1000px;
  padding: 8px 24px;
  color: white;
  font: 400 24px/1 "Neuron", sans-serif;
  gap: 16px;
}

@media (max-width: 1180px) {
  .home__sec3__carousel .swiper-slide > a {
    font-size: 18px;
    padding: 6px 0;
    gap: 8px;
  }
}

.home__sec3__carousel .swiper-slide > a img {
  width: 24px;
}

@media (max-width: 1180px) {
  .home__sec3__carousel .swiper-slide > a img {
    width: 20px;
  }
}

.home__sec3__carousel .swiper-slide small {
  font: 400 16px/1.2 "Neuron", sans-serif;
  color: #7C7C7C;
  margin: 16px 0 0 0;
  text-align: center;
}

@media (max-width: 1180px) {
  .home__sec3__carousel .swiper-slide small {
    margin: 12px 0 0 0;
    font-size: 13px;
  }
}

@media (max-width: 1180px) {
  .home__sec3__carousel [data-prev] {
    left: -16px;
  }
}

@media (max-width: 1180px) {
  .home__sec3__carousel [data-next] {
    right: -16px;
  }
}

.ar .button {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
  height: 60px;
}

@media (max-width: 1180px) {
  .ar .button {
    height: 44px;
    padding: 0 32px;
    font-size: 20px;
  }
}

.ar__banner {
  position: relative;
  margin: 0 0 80px 0;
  padding: 0 8px;
}

@media (max-width: 1180px) {
  .ar__banner {
    padding: 12px 12px 0 12px;
    margin: 0 0 56px 0;
  }
}

.ar__banner picture {
  width: 100%;
  height: 100%;
}

.ar__banner picture img {
  width: 100%;
}

.ar__banner div {
  max-width: 560px;
  width: 100%;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 160px;
  z-index: 5;
}

@media (max-width: 1180px) {
  .ar__banner div {
    left: 40px;
    right: unset;
    top: 50%;
    max-width: 230px;
  }
}

.ar__banner div h1 {
  font: 700 64px/1 "Neuron", sans-serif;
  color: white;
  margin: 0 0 24px 0;
}

@media (max-width: 1180px) {
  .ar__banner div h1 {
    font-size: 30px;
    margin: 0 0 16px 0;
  }
}

.ar__banner div p {
  max-width: 324px;
  width: 100%;
  font: 400 32px/1.2 "Neuron", sans-serif;
  color: white;
}

@media (max-width: 1180px) {
  .ar__banner div p {
    font-size: 18px;
  }
}

.ar__sec1 {
  padding: 0 0 72px 0;
}

@media (max-width: 1180px) {
  .ar__sec1 {
    padding: 0 0 32px 0;
  }
}

@media (max-width: 1180px) {
  .ar__sec1 .container {
    padding: 0;
  }
}

.ar__sec1 h2 {
  font: 400 50px/1 "Neuron", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 80px 0;
}

@media (max-width: 1180px) {
  .ar__sec1 h2 {
    font-size: 24px;
  }
}

.ar__sec1 section {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60%;
      grid-template-columns: 40% 60%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1180px) {
  .ar__sec1 section {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 80px 24px 48px 24px;
  }
  .ar__sec1 section::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.32);
  }
}

.ar__sec1 section div {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ar__sec1 section div h3 {
  font: 700 40px/1 "Neuron", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .ar__sec1 section div h3 {
    color: white;
    font-size: 35px;
  }
}

.ar__sec1 section div p {
  max-width: 400px;
  width: 100%;
  font-size: 24px;
  margin: 24px 0 40px 0;
}

@media (max-width: 1180px) {
  .ar__sec1 section div p {
    margin: 12px 0 24px 0;
    font-size: 20px;
    color: white;
  }
}

.ar__sec1 section div .button {
  width: 250px;
}

@media (max-width: 1180px) {
  .ar__sec1 section div .button {
    width: 180px;
  }
}

.ar__sec1 section div .button:not(:last-of-type) {
  margin: 0 0 20px 0;
}

@media (max-width: 1180px) {
  .ar__sec1 section div .button:not(:last-of-type) {
    margin: 0 0 12px 0;
  }
}

@media (max-width: 1180px) {
  .ar__sec1 section img:first-of-type {
    display: none;
  }
}

.ar__sec1 section img:last-of-type {
  display: none;
}

@media (max-width: 1180px) {
  .ar__sec1 section img:last-of-type {
    display: block;
  }
}

@media (max-width: 1180px) {
  .ar__sec1 section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
}

.ar__sec2 {
  position: relative;
  padding: 200px 0;
  background: #000000;
}

@media (max-width: 1180px) {
  .ar__sec2 {
    padding: 64px 0;
  }
}

.ar__sec2 .container {
  position: relative;
  z-index: 5;
}

.ar__sec2 .container h2 {
  text-transform: uppercase;
  color: white;
  font: 700 64px/1 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .ar__sec2 .container h2 {
    font-size: 24px;
  }
}

.ar__sec2 .container p {
  color: white;
  font-size: 30px;
  max-width: 325px;
  width: 100%;
  margin: 8px 0 32px 0;
}

@media (max-width: 1180px) {
  .ar__sec2 .container p {
    font-size: 20px;
    margin: 12px 0 24px 0;
  }
}

.ar__sec2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  opacity: .8;
}

@media (max-width: 1180px) {
  .ar__sec2 img:first-of-type {
    display: none;
  }
}

.ar__sec2 img:last-of-type {
  display: none;
}

@media (max-width: 1180px) {
  .ar__sec2 img:last-of-type {
    display: block;
  }
}

.ar__sec3 {
  position: relative;
  padding: 110px 0;
}

@media (max-width: 1180px) {
  .ar__sec3 {
    padding: 0;
    margin: 32px 0;
  }
  .ar__sec3::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.64);
  }
}

.ar__sec3 .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 96px;
}

.ar__sec3 .container img {
  max-width: 680px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1180px) {
  .ar__sec3 .container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
}

@media (max-width: 1180px) {
  .ar__sec3 .container img:first-of-type {
    display: none;
  }
}

.ar__sec3 .container img:last-of-type {
  display: none;
}

@media (max-width: 1180px) {
  .ar__sec3 .container img:last-of-type {
    display: block;
  }
}

.ar__sec3 .container div {
  position: relative;
  z-index: 9;
  padding: 72px 0;
}

.ar__sec3 .container div h2 {
  text-transform: uppercase;
  font: 700 40px/1 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .ar__sec3 .container div h2 {
    font-size: 24px;
    color: white;
  }
}

.ar__sec3 .container div p {
  max-width: 400px;
  width: 100%;
  margin: 16px 0 40px 0;
  font-size: 24px;
}

@media (max-width: 1180px) {
  .ar__sec3 .container div p {
    font-size: 20px;
    margin: 12px 0 24px 0;
    color: white;
  }
}

.ar__sec4 {
  position: relative;
  padding: 200px 0 144px 0;
}

@media (max-width: 1180px) {
  .ar__sec4 {
    padding: 80px 0;
  }
}

.ar__sec4 .container {
  position: relative;
  z-index: 5;
}

.ar__sec4 .container div {
  max-width: 300px;
  width: 100%;
  margin: 0 0 0 auto;
}

@media (max-width: 1180px) {
  .ar__sec4 .container div {
    margin: 0;
  }
}

.ar__sec4 .container div h2 {
  text-transform: uppercase;
  color: white;
  font: 700 64px/1 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .ar__sec4 .container div h2 {
    font-size: 24px;
  }
}

.ar__sec4 .container div p {
  color: white;
  font-size: 30px;
  max-width: 450px;
  width: 100%;
  margin: 8px 0 32px 0;
}

@media (max-width: 1180px) {
  .ar__sec4 .container div p {
    font-size: 20px;
    margin: 12px 0 24px 0;
  }
}

.ar__sec4 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

@media (max-width: 1180px) {
  .ar__sec4 img:first-of-type {
    display: none;
  }
}

.ar__sec4 img:last-of-type {
  display: none;
}

@media (max-width: 1180px) {
  .ar__sec4 img:last-of-type {
    display: block;
  }
}

.ar__sec5 {
  position: relative;
  padding: 80px 0 0 0;
}

@media (max-width: 1180px) {
  .ar__sec5 {
    padding: 0;
    margin: 32px 0 0 0;
  }
  .ar__sec5::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.64);
  }
}

.ar__sec5 .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 96px;
}

.ar__sec5 .container img {
  max-width: 750px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1180px) {
  .ar__sec5 .container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
}

@media (max-width: 1180px) {
  .ar__sec5 .container img:first-of-type {
    display: none;
  }
}

.ar__sec5 .container img:last-of-type {
  display: none;
}

@media (max-width: 1180px) {
  .ar__sec5 .container img:last-of-type {
    display: block;
  }
}

.ar__sec5 .container div {
  position: relative;
  z-index: 9;
  padding: 72px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ar__sec5 .container div h2 {
  text-transform: uppercase;
  font: 700 40px/1 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .ar__sec5 .container div h2 {
    font-size: 24px;
    color: white;
  }
}

.ar__sec5 .container div p {
  max-width: 400px;
  width: 100%;
  margin: 16px 0 40px 0;
  font-size: 24px;
}

@media (max-width: 1180px) {
  .ar__sec5 .container div p {
    font-size: 20px;
    margin: 12px 0 24px 0;
    color: white;
  }
}

.ar__sec5 .container div .button {
  width: 250px;
}

@media (max-width: 1180px) {
  .ar__sec5 .container div .button {
    width: 180px;
  }
}

.ar__sec5 .container div .button:not(:last-of-type) {
  margin: 0 0 16px 0;
}

@media (max-width: 1180px) {
  .ar__sec5 .container div .button:not(:last-of-type) {
    margin: 0 0 12px 0;
  }
}

.product__banner {
  padding: 100px 12px 0 12px;
}

@media (max-width: 1180px) {
  .product__banner {
    padding-top: 12px;
  }
}

.product__principal {
  padding: 96px 0 0 0;
}

@media (max-width: 1180px) {
  .product__principal {
    padding: 40px 0 0 0;
  }
}

.product__principal .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 64px;
}

@media (max-width: 1180px) {
  .product__principal .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.product__principal__left {
  max-width: 600px;
  width: 100%;
}

@media (max-width: 1180px) {
  .product__principal__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.product__principal__left h6 {
  font: 400 24px/1.2 "Neuron", sans-serif;
  color: #7C7C7C;
  margin: 24px 0 0 0;
  display: none;
}

@media (max-width: 1180px) {
  .product__principal__left h6 {
    display: block;
    text-align: center;
    font-size: 20px;
  }
}

.product__principal__left h1 {
  font: 400 48px/1.1 "Neuron", sans-serif;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}

@media (max-width: 1180px) {
  .product__principal__left h1 {
    text-align: center;
    font-size: 24px;
    margin: 40px 0 0 0;
  }
}

.product__principal__left__big {
  margin: 0 0 24px 0;
}

.product__principal__left__big .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 380px;
  padding: 16px;
}

@media (max-width: 1180px) {
  .product__principal__left__big .swiper-slide {
    height: 200px;
  }
}

.product__principal__left__big .swiper-slide img {
  max-height: 100%;
}

.product__principal__left__thumbnails {
  position: relative;
  background: #F6F6F6;
  padding: 20px;
}

@media (max-width: 1180px) {
  .product__principal__left__thumbnails {
    padding: 12px;
  }
}

.product__principal__left__thumbnails .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  padding: 16px;
  height: 120px;
}

.product__principal__left__thumbnails .swiper-slide img {
  max-height: 100%;
}

@media (max-width: 1180px) {
  .product__principal__left__thumbnails .swiper-slide {
    height: 88px;
    padding: 12px;
  }
}

.product__principal__right {
  max-width: 600px;
  width: 100%;
}

@media (max-width: 1180px) {
  .product__principal__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.product__principal__right h6 {
  font: 400 24px/1.2 "Neuron", sans-serif;
  color: #7C7C7C;
  margin: 0 0 64px 0;
}

@media (max-width: 1180px) {
  .product__principal__right h6 {
    display: none;
  }
}

.product__principal__right p {
  font-size: 30px;
}

@media (max-width: 1180px) {
  .product__principal__right p {
    font-size: 20px;
    text-align: center;
    margin: 48px 0 0 0;
  }
}

.product__principal__right footer {
  margin: 96px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1180px) {
  .product__principal__right footer {
    margin: 0;
  }
}

.product__principal__right footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #50C259;
  border-radius: 1000px;
  padding: 8px 28px;
  color: white;
  font: 400 32px/1 "Neuron", sans-serif;
  gap: 12px;
}

@media (max-width: 1180px) {
  .product__principal__right footer a {
    font-size: 20px;
    gap: 8px;
  }
}

.product__principal__right footer a img {
  width: 28px;
}

@media (max-width: 1180px) {
  .product__principal__right footer a img {
    width: 20px;
  }
}

.product__principal__right footer small {
  margin: 24px 0 0 0;
  font: 400 20px/1.2 "Neuron", sans-serif;
  color: #7C7C7C;
  text-align: center;
}

@media (max-width: 1180px) {
  .product__principal__right footer small {
    font-size: 16px;
    margin: 16px 0 0 0;
  }
}

.product__attrs {
  padding: 100px 0 160px 0;
}

@media (max-width: 1180px) {
  .product__attrs {
    padding: 32px 0 80px 0;
  }
}

.product__attrs ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 64px 80px;
}

@media (max-width: 1180px) {
  .product__attrs ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 40px;
  }
}

.product__attrs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
}

@media (max-width: 1180px) {
  .product__attrs ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

.product__attrs ul li img {
  width: 80px;
}

@media (max-width: 1180px) {
  .product__attrs ul li img {
    width: 64px;
  }
}

@media (max-width: 1180px) {
  .product__attrs ul li p {
    text-align: center;
  }
}

.product__attrs ul li p strong {
  font: 700 34px/1.1 "Neuron", sans-serif;
  display: block;
  margin: 0 0 12px 0;
}

@media (max-width: 1180px) {
  .product__attrs ul li p strong {
    font-size: 24px;
  }
}

.product__video h2 {
  font: 400 56px/1.2 "Neuron", sans-serif;
  margin: 0 auto 64px auto;
  text-transform: uppercase;
  text-align: center;
  max-width: 800px;
  width: 100%;
}

@media (max-width: 1180px) {
  .product__video h2 {
    font-size: 30px;
    margin: 0 auto 32px auto;
  }
}

@media (max-width: 1180px) {
  .product__video iframe {
    height: 230px;
  }
}

.product__video p {
  font-size: 30px;
  margin: 64px 0 0 0;
}

@media (max-width: 1180px) {
  .product__video p {
    margin: 32px 0 0 0;
    font-size: 20px;
  }
}

.product__video2 {
  padding: 120px 0 0 0;
}

@media (max-width: 1180px) {
  .product__video2 {
    padding: 80px 0 0 0;
  }
}

.product__video2 h2 {
  text-transform: uppercase;
  margin: 0 0 56px 0;
  text-align: center;
  font: 400 56px/1.2 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .product__video2 h2 {
    font-size: 30px;
    margin: 0 0 32px 0;
  }
}

@media (max-width: 1180px) {
  .product__video2 iframe {
    height: 230px;
  }
}

.product__section {
  padding: 120px 0;
}

@media (max-width: 1180px) {
  .product__section {
    padding: 80px 0;
  }
}

.product__section h2 {
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 40px 0;
  font: 400 56px/1.2 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .product__section h2 {
    font-size: 30px;
    margin: 0 0 24px 0;
  }
}

.product__section p {
  font-size: 30px;
}

@media (max-width: 1180px) {
  .product__section p {
    font-size: 20px;
  }
}

.product__section p:first-of-type {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.product__section img {
  width: 100%;
  margin: 64px 0;
}

@media (max-width: 1180px) {
  .product__section img {
    margin: 32px 0;
  }
}

.product__especifies {
  padding: 0 0 64px 0;
}

@media (max-width: 1180px) {
  .product__especifies {
    padding: 0 0 48px 0;
  }
}

.product__especifies .container h2 {
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 80px 0;
  font: 400 56px/1.2 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .product__especifies .container h2 {
    font-size: 30px;
    margin: 0 0 32px 0;
  }
}

.product__especifies .container > img {
  margin: 0 auto;
}

.product__especifies .container section {
  padding: 56px 80px;
  border: 1px solid #707070;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  margin: 64px 0 24px 0;
}

@media (max-width: 1180px) {
  .product__especifies .container section {
    margin: 40px 0 16px 0;
    padding: 32px 24px;
  }
}

.product__especifies .container section ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 64px 96px;
}

@media (max-width: 1180px) {
  .product__especifies .container section ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 24px;
  }
}

.product__especifies .container section ul li h6 {
  font: 700 48px/1 "Neuron", sans-serif;
  color: #CC322D;
}

@media (max-width: 1180px) {
  .product__especifies .container section ul li h6 {
    font-size: 30px;
  }
}

.product__especifies .container section ul li p {
  font: 400 28px/1 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .product__especifies .container section ul li p {
    font-size: 20px;
  }
}

.product__especifies .container dl {
  background: white;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}

.product__especifies .container dl:not(:last-of-type) {
  margin: 0 0 24px 0;
}

.product__especifies .container dl dt {
  cursor: pointer;
  font: 700 28px/1 "Neuron", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 40px;
}

@media (max-width: 1180px) {
  .product__especifies .container dl dt {
    padding: 16px 24px;
    font-size: 20px;
  }
}

.product__especifies .container dl dt img {
  width: 26px;
}

@media (max-width: 1180px) {
  .product__especifies .container dl dt img {
    width: 18px;
  }
}

.product__especifies .container dl dt.open img {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.product__especifies .container dl dd {
  padding: 0 40px 32px 40px;
  display: none;
}

@media (max-width: 1180px) {
  .product__especifies .container dl dd {
    padding: 0 24px 32px 24px;
  }
}

.product__especifies .container dl dd.open {
  display: block;
}

.product__especifies .container dl dd ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 16px 24px;
}

.product__especifies .container dl dd ul li {
  padding: 12px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #d6d6d6;
}

.product__especifies .container dl dd ul li p strong {
  font-weight: 700;
}

.product__especifies .container dl dd a {
  text-decoration: underline;
  color: #CC322D;
  font: 700 24px/1 "Neuron", sans-serif;
  display: block;
}

@media (max-width: 1180px) {
  .product__especifies .container dl dd a {
    font-size: 20px;
  }
}

.product__especifies .container dl dd a:not(:last-of-type) {
  margin: 0 0 12px 0;
}

.product__lp {
  padding: 0 0 120px 0;
}

@media (max-width: 1180px) {
  .product__lp {
    padding: 0 0 40px 0;
  }
}

.product__lp img {
  width: 100%;
}

.product__footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__footer .container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #50C259;
  border-radius: 1000px;
  padding: 8px 28px;
  color: white;
  font: 400 32px/1 "Neuron", sans-serif;
  gap: 12px;
}

@media (max-width: 1180px) {
  .product__footer .container a {
    font-size: 20px;
    gap: 8px;
  }
}

.product__footer .container a img {
  width: 28px;
}

@media (max-width: 1180px) {
  .product__footer .container a img {
    width: 20px;
  }
}

.product__footer .container small {
  margin: 24px 0 0 0;
  font: 400 20px/1.2 "Neuron", sans-serif;
  color: #7C7C7C;
  text-align: center;
}

@media (max-width: 1180px) {
  .product__footer .container small {
    font-size: 16px;
    margin: 16px 0 0 0;
  }
}

.about {
  padding: 200px 0 0 0;
}

@media (max-width: 1180px) {
  .about {
    padding: 48px 0 0 0;
  }
}

.about__secao1 h1 {
  font: 700 60px/1 "Neuron", sans-serif;
  margin: 0 0 40px 0;
}

@media (max-width: 1180px) {
  .about__secao1 h1 {
    text-align: center;
    font-size: 40px;
    margin: 0 0 24px 0;
  }
}

.about__secao1 section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 64px;
}

@media (max-width: 1180px) {
  .about__secao1 section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.about__secao1 section p {
  max-width: 800px;
  width: 100%;
  font: 400 24px/1.4 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .about__secao1 section p {
    font-size: 20px;
    text-align: center;
  }
}

.about__secao1 section figure {
  max-width: 700px;
  width: 100%;
}

@media (min-width: 1180px) {
  .about__secao1 section figure {
    height: 460px;
  }
}

@media (max-width: 1180px) {
  .about__secao1 section figure {
    height: 230px;
  }
}

.about__secao1 section figure iframe {
  width: 100%;
  height: 100%;
}

.about__timeline {
  padding: 120px 0 32px 0;
}

@media (max-width: 1180px) {
  .about__timeline {
    padding: 64px 0 0 0;
  }
}

.about__timeline h5 {
  font: 700 32px/1.2 "Neuron", sans-serif;
  margin: 0 0 64px 0;
}

@media (max-width: 1180px) {
  .about__timeline h5 {
    margin: 0 0 40px 0;
    font-size: 28px;
    text-align: center;
  }
}

.about__timeline figure {
  padding: 0 48px 16px 48px;
  overflow-x: auto;
}

@media (max-width: 1180px) {
  .about__timeline figure {
    padding: 0 24px 16px 24px;
  }
}

.about__timeline figure img {
  max-width: initial;
  height: 300px;
}

@media (max-width: 1180px) {
  .about__timeline figure img {
    height: 200px;
  }
}

.about__timeline h6 {
  margin: 16px 0 0 0;
  text-align: center;
  color: #7C7C7C;
  font: 300 14px/1.2 "Neuron", sans-serif;
}

@media (min-width: 1180px) {
  .about__timeline h6 {
    display: none;
  }
}

.partner-form {
  padding: 160px 0 0 0;
}

@media (max-width: 1180px) {
  .partner-form {
    padding: 40px 0 0 0;
  }
}

.partner-form .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px 1fr;
      grid-template-columns: 400px 1fr;
  gap: 80px;
}

@media (max-width: 1180px) {
  .partner-form .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 8px;
  }
}

.partner-form__left h1 {
  font: 700 48px/1 "Neuron", sans-serif;
  margin: 0 0 20px 0;
}

@media (max-width: 1180px) {
  .partner-form__left h1 {
    font-size: 32px;
    text-align: center;
  }
}

.partner-form__left p {
  margin: 0 0 24px 0;
}

@media (max-width: 1180px) {
  .partner-form__left p {
    text-align: center;
  }
}

.partner-form__left .input select {
  margin: 0;
}

.partner-form__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.partner-form__right div {
  width: 100%;
  margin: 0 0 30px 0;
}

@media (max-width: 1180px) {
  .partner-form__right div {
    margin: 0 0 20px 0;
  }
}

.partner-form__right div:first-of-type input {
  width: 50%;
}

@media (max-width: 1180px) {
  .partner-form__right div:first-of-type input {
    width: 100%;
  }
}

.partner-form__right div select {
  width: 50%;
}

@media (max-width: 1180px) {
  .partner-form__right div select {
    width: 100%;
  }
}

.partner-form__right div input,
.partner-form__right div select,
.partner-form__right div textarea {
  margin: 0 0 -1px 0 !important;
}

.partner-form__right footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  width: 100%;
}

@media (max-width: 1180px) {
  .partner-form__right footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}

.partner-form__right footer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-decoration: underline;
}

.partner-form__right h4 {
  color: green;
  font: 500 18px/1.2 "Neuron", sans-serif;
  margin: 24px auto 0 0;
  -webkit-transform: translateY(-32px);
          transform: translateY(-32px);
}

@media (max-width: 1180px) {
  .partner-form__right h4 {
    -webkit-transform: unset;
            transform: unset;
    margin: 24px 0 0 0;
  }
}

.contato {
  padding: 160px 0 0 0;
}

@media (max-width: 1180px) {
  .contato {
    padding: 40px 0 0 0;
  }
}

.contato__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}

@media (max-width: 1180px) {
  .contato__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.contato__content__title {
  padding: 48px 0 0 0;
  max-width: 460px;
  width: 100%;
}

@media (max-width: 1180px) {
  .contato__content__title {
    padding: 0;
  }
}

.contato__content__title h1 {
  font: 700 48px/1 "Neuron", sans-serif;
  margin: 0 0 20px 0;
}

@media (max-width: 1180px) {
  .contato__content__title h1 {
    font-size: 32px;
  }
}

.contato__content__title p {
  margin: 0 0 24px 0;
}

.contato__content__form {
  width: 100%;
}

.contato__content__form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
  margin: 0 0 20px 0;
}

@media (max-width: 1180px) {
  .contato__content__form div {
    margin: 0 0 16px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 12px;
  }
}

.contato__content__form div select {
  width: 40%;
  margin: 0;
}

@media (max-width: 1180px) {
  .contato__content__form div select {
    width: 100%;
  }
}

.contato__content__form div span {
  font: 400 18px/23px "Neuron", sans-serif;
  position: relative;
  color: #CCCCCC;
}

.contato__content__form div span::after {
  content: url("../assets/svg/line.svg");
  position: absolute;
  left: -24px;
  top: 24px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media (max-width: 1180px) {
  .contato__content__form div span::after {
    top: 10px;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

@media (max-width: 1180px) {
  .contato__content__form div span {
    padding-left: 80px;
  }
  .contato__content__form div span br {
    display: none;
  }
}

.contato__content__form footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  width: 100%;
}

@media (max-width: 1180px) {
  .contato__content__form footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}

.contato__content__form footer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-decoration: underline;
}

.contato__content__form h4 {
  color: green;
  font: 500 18px/1.2 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .contato__content__form h4 {
    margin: 24px 0 0 0;
  }
}

.contato__cards {
  padding: 56px 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

@media (max-width: 1180px) {
  .contato__cards {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.contato__cards article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 44px 12px 44px 28px;
}

@media (max-width: 1180px) {
  .contato__cards article {
    padding: 32px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.contato__cards article figure {
  min-width: 80px;
  max-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1180px) {
  .contato__cards article figure {
    min-width: 64px;
    max-width: 64px;
  }
}

.contato__cards article div h6,
.contato__cards article div a {
  font: 700 28px/1 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .contato__cards article div h6,
  .contato__cards article div a {
    font-size: 24px;
  }
}

.contato__cards article div p {
  font: 400 20px/28px "Neuron", sans-serif;
  margin: 12px 0 24px 0;
}

@media (max-width: 1180px) {
  .contato__cards article div p {
    font: 400 18px/24px "Neuron", sans-serif;
    margin: 16px 0;
  }
}

.contato__cards article div .btn {
  background: #50C259;
  color: white;
  border-radius: 1000px;
  padding: 8px 24px;
  text-align: center;
  display: inline-block;
}

.category {
  padding: 112px 0 0 0;
}

@media (max-width: 1180px) {
  .category {
    padding: 0;
  }
}

.category__header {
  padding: 20px 20px 0 20px;
}

@media (max-width: 1180px) {
  .category__header {
    padding: 8px 8px 0 8px;
  }
}

.category__header__box {
  padding: 24px 0;
  position: relative;
  border: 1px solid #FF151C;
  min-height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1180px) {
  .category__header__box {
    padding: 48px 0;
    min-height: initial;
  }
}

.category__header__box::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 96px;
  height: 90px;
  background: url("../assets/svg/border.svg") center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1180px) {
  .category__header__box::after {
    width: 56px;
    height: 50px;
  }
}

.category__header__box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

@media (max-width: 1180px) {
  .category__header__box .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
}

.category__header__box .container figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 560px;
  width: 100%;
}

.category__header__box .container div h1 {
  font: 700 64px/1 "Neuron", sans-serif;
  color: #263D88;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

@media (max-width: 1180px) {
  .category__header__box .container div h1 {
    margin: 0 0 16px 0;
    font-size: 40px;
    text-align: center;
  }
}

.category__header__box .container div p {
  max-width: 460px;
  width: 100%;
  font: 400 32px/1.2 "Neuron", sans-serif;
  color: #263D88;
}

@media (max-width: 1180px) {
  .category__header__box .container div p {
    font-size: 24px;
    text-align: center;
  }
}

.category__selects {
  padding: 48px 0;
}

.category__selects .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

@media (max-width: 1180px) {
  .category__selects .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.category__selects .container select {
  color: #707070;
  border-radius: 1000px;
  border: 2px solid #707070;
  padding: 16px 40px;
  text-transform: uppercase;
  font: 400 24px/1 "Neuron", sans-serif;
  max-width: 380px;
  width: 100%;
}

@media (max-width: 1180px) {
  .category__selects .container select {
    padding: 14px 32px;
  }
}

.category__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin: 48px 0;
}

.category__buttons a {
  font: 400 28px/1 "Neuron", sans-serif;
  display: block;
  color: #767676;
  border-radius: 1000px;
  border: 2px solid #989898;
  border-radius: 1000px;
  padding: 14px 40px;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
}

.category__buttons a.active, .category__buttons a:hover {
  background: #989898;
  color: white;
}

.category__products .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 1180px) {
  .category__products .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.category__products .container aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.category__products .container aside > div {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 20px 24px 32px 24px;
  display: block;
  border: 1px solid #CC322D;
}

@media (max-width: 1180px) {
  .category__products .container aside > div {
    padding: 20px 24px;
  }
}

.category__products .container aside > div figure {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
}

.category__products .container aside > div figure .swiper {
  max-width: 100%;
}

.category__products .container aside > div figure .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 280px;
}

.category__products .container aside > div figure .swiper-slide img {
  max-height: 100%;
}

.category__products .container aside > div figure [data-pagination] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin: 32px 0 24px 0;
}

.category__products .container aside > div figure [data-pagination] span {
  margin: 0 !important;
  width: 6px;
  height: 6px;
  border: 1px solid #4B93CB;
  background: #4B93CB;
  border-radius: 1000px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}

.category__products .container aside > div figure [data-pagination] span.swiper-pagination-bullet-active {
  background: #313131;
  width: 12px;
  height: 12px;
}

.category__products .container aside > div a {
  display: block;
}

.category__products .container aside > div a h6 {
  font: 700 28px/1.2 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .category__products .container aside > div a h6 {
    font-size: 26px;
  }
}

.category__products .container aside > div a h6:last-of-type {
  margin: 12px 0 0 0;
  font-size: 24px;
}

@media (max-width: 1180px) {
  .category__products .container aside > div a h6:last-of-type {
    font-size: 22px;
    margin: 8px 0 0 0;
  }
}

.category__products .container aside > div a span {
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  font: 300 20px/1 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .category__products .container aside > div a span {
    font-size: 18px;
  }
}

.category__products .container aside > div a span div {
  width: 12px;
  height: 12px;
  border-radius: 1000px;
  border: 1px solid #dcdcdc;
}

.category__products .container aside > div a ul {
  padding: 0 0 0 16px;
}

.category__products .container aside > div a ul li {
  color: #4B93CB;
  list-style-type: disc;
  padding: 0 0 0 8px;
}

.category__products .container aside > div a ul li:not(:last-of-type) {
  margin: 0 0 8px 0;
}

.category__products .container aside > div a ul li p {
  font: 300 24px/1.3 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .category__products .container aside > div a ul li p {
    font-size: 20px;
  }
}

.category__products .container aside > footer {
  margin: 32px 0 0 0;
}

.category__products .container aside > footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #50C259;
  border-radius: 1000px;
  padding: 8px 24px;
  color: white;
  font: 400 30px/1 "Neuron", sans-serif;
  gap: 12px;
}

@media (max-width: 1180px) {
  .category__products .container aside > footer a {
    font-size: 24px;
    padding: 8px 0;
  }
}

.category__products .container aside > footer a img {
  width: 30px;
}

@media (max-width: 1180px) {
  .category__products .container aside > footer a img {
    width: 24px;
  }
}

.category__products .container aside > footer small {
  font: 400 16px/1.2 "Neuron", sans-serif;
  color: #7C7C7C;
  margin: 12px 0 0 0;
  text-align: center;
}

@media (max-width: 1180px) {
  .category__products .container aside > footer small {
    font-size: 13px;
  }
}

.stores__header {
  padding: 136px 24px 64px 24px;
}

@media (max-width: 1180px) {
  .stores__header {
    padding: 16px 16px 32px 16px;
  }
}

@media (max-width: 1180px) {
  .stores__header .container {
    padding: 0;
  }
}

.stores__header img {
  width: 100%;
}

.stores__header h1 {
  text-align: center;
  font: 800 72px/1 "Neuron", sans-serif;
  margin: 72px 0 0 0;
}

@media (max-width: 1180px) {
  .stores__header h1 {
    font-size: 40px;
    margin: 40px 0 0 0;
    padding: 0 24px;
  }
}

.stores__header p {
  text-align: center;
  max-width: 960px;
  width: 100%;
  margin: 48px auto 0 auto;
}

@media (max-width: 1180px) {
  .stores__header p {
    margin: 24px auto 0 auto;
    padding: 0 24px;
  }
}

.stores__header p,
.stores__header p * {
  font: 300 38px/1.2 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .stores__header p,
  .stores__header p * {
    font-size: 24px;
  }
}

.stores__header p strong,
.stores__header p * strong {
  font-weight: 700;
}

.stores__list header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 40px 0;
  gap: 60px;
}

@media (max-width: 1180px) {
  .stores__list header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 24px 0;
    gap: 16px;
  }
}

.stores__list header fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

@media (max-width: 1180px) {
  .stores__list header fieldset {
    gap: 8px;
    width: 100%;
  }
}

.stores__list header fieldset label {
  display: block;
  font: 300 18px/1 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .stores__list header fieldset label {
    font-size: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.stores__list header fieldset select,
.stores__list header fieldset option {
  border: 1px solid #e7e7e7;
  padding: 8px 16px;
  font: 400 20px/1 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .stores__list header fieldset select,
  .stores__list header fieldset option {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 17px;
    padding: 8px;
  }
}

.stores__list .acf-map {
  width: 100%;
  height: 560px;
  margin: 0 0 40px 0;
}

@media (max-width: 1180px) {
  .stores__list .acf-map {
    margin: 0 0 24px 0;
    height: 320px;
  }
}

.stores__list dl {
  background: white;
  border-radius: 16px;
  padding: 24px 44px 0 44px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1180px) {
  .stores__list dl {
    padding: 24px 24px 0 24px;
  }
}

.stores__list dl:not(:last-of-type) {
  margin: 0 0 16px 0;
}

.stores__list dl.open dt > span img {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.stores__list dl.open dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stores__list dl dt {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 24px 0;
}

@media (max-width: 1180px) {
  .stores__list dl dt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 0;
  }
}

.stores__list dl dt h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

@media (max-width: 1180px) {
  .stores__list dl dt h6 {
    gap: 16px;
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

@media (max-width: 1180px) {
  .stores__list dl dt h6 img {
    width: 20px;
  }
}

.stores__list dl dt h6 span,
.stores__list dl dt h6 span * {
  color: #294068;
  font: 300 28px/1.2 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .stores__list dl dt h6 span,
  .stores__list dl dt h6 span * {
    font-size: 20px;
  }
}

.stores__list dl dt h6 span strong,
.stores__list dl dt h6 span * strong {
  font-weight: 700;
  display: block;
}

.stores__list dl dt > span {
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.stores__list dl dt small {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  color: #585858;
}

@media (max-width: 1180px) {
  .stores__list dl dt small {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.stores__list dl dt small strong {
  color: #75B450;
  display: block;
  margin: 12px 0 0 0;
}

@media (max-width: 1180px) {
  .stores__list dl dt small strong {
    margin: 0;
  }
}

.stores__list dl dt small,
.stores__list dl dt small * {
  font: 300 16px/1.3 "Neuron", sans-serif;
}

.stores__list dl dd {
  display: none;
  gap: 40px;
  padding: 24px 0 44px 0;
}

@media (max-width: 1180px) {
  .stores__list dl dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    gap: 24px;
  }
}

.stores__list dl dd > img {
  max-width: 560px;
  width: 100%;
}

.stores__list dl dd > aside {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.stores__list dl dd > aside h6 {
  border-bottom: 8px solid #263D88;
  padding: 0 0 16px 0;
  font: 400 26px/1.2 "Neuron", sans-serif;
  margin: 0 0 16px 0;
}

@media (max-width: 1180px) {
  .stores__list dl dd > aside h6 {
    font-size: 20px;
  }
}

.stores__list dl dd > aside section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}

@media (max-width: 1180px) {
  .stores__list dl dd > aside section div {
    width: 100%;
  }
}

.stores__list dl dd > aside section div p,
.stores__list dl dd > aside section div p * {
  font: 300 20px/1.3 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .stores__list dl dd > aside section div p,
  .stores__list dl dd > aside section div p * {
    font-size: 18px;
  }
}

.stores__list dl dd > aside section div p:not(:last-of-type) {
  margin: 0 0 24px 0;
}

@media (max-width: 1180px) {
  .stores__list dl dd > aside section div p:not(:last-of-type) {
    margin: 0 0 16px 0;
  }
}

.stores__list dl dd > aside section div p a {
  text-decoration: underline;
}

.stores__list dl dd > aside section div > a {
  padding: 10px 24px;
  font: 700 24px/1 "Neuron", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 12px;
  background: #263D88;
  color: white;
  border-radius: 8px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1180px) {
  .stores__list dl dd > aside section div > a {
    font-size: 20px;
    padding: 8px 16px;
  }
}

.stores__list dl dd > aside section div > a:not(:last-of-type) {
  margin: 0 0 10px 0;
}

.stores__list dl dd > aside section div > a img {
  width: 24px;
}

.stores__list dl dd > aside section div > a.wpp {
  background: white;
  border: 2px solid #75B450;
  color: #75B450;
}

.lp-cat {
  padding: 112px 0 0 0;
}

@media (max-width: 1180px) {
  .lp-cat {
    padding: 0;
  }
}

.lp-cat__header {
  padding: 20px 20px 32px 20px;
}

@media (max-width: 1180px) {
  .lp-cat__header {
    padding: 8px 8px 64px 8px;
  }
}

.lp-cat__header section {
  min-height: 640px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #FF151C;
}

@media (max-width: 1180px) {
  .lp-cat__header section {
    min-height: 400px;
    padding: 48px 0 0 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.lp-cat__header section article {
  width: 100%;
  position: relative;
  z-index: 9;
}

.lp-cat__header section article h1 {
  font: 700 64px/1 "Neuron", sans-serif;
  color: #263D88;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .lp-cat__header section article h1 {
    font-size: 32px;
    margin: 0 0 16px 0;
  }
}

.lp-cat__header section article p {
  max-width: 400px;
  width: 100%;
  font: 400 32px/1.3 "Neuron", sans-serif;
  color: #263D88;
}

@media (max-width: 1180px) {
  .lp-cat__header section article p {
    font-size: 18px;
    max-width: 200px;
  }
}

.lp-cat__header section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

@media (min-width: 1180px) {
  .lp-cat__header section img:last-of-type {
    display: none;
  }
}

@media (max-width: 1180px) {
  .lp-cat__header section img:first-of-type {
    display: none;
  }
}

.lp-cat__header section::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 96px;
  height: 90px;
  background: url("../assets/svg/border.svg") center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}

@media (max-width: 1180px) {
  .lp-cat__header section::after {
    width: 56px;
    height: 50px;
  }
}

.lp-cat__img-text {
  position: relative;
  margin: 0 0 50px 0;
}

@media (max-width: 1180px) {
  .lp-cat__img-text {
    margin: 0 0 64px 0;
  }
}

.lp-cat__img-text .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1180px) {
  .lp-cat__img-text .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 32px;
  }
}

.lp-cat__img-text .container article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-cat__img-text .container article h2 {
  text-align: center;
  font: 700 40px/1.1 "Neuron", sans-serif;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}

@media (max-width: 1180px) {
  .lp-cat__img-text .container article h2 {
    font-size: 28px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 24px;
    width: 100%;
    color: white;
    z-index: 9;
  }
}

.lp-cat__img-text .container article a {
  display: block;
  font: 400 24px/1 "Neuron", sans-serif;
  padding: 8px 32px;
  border: 1px solid #707070;
  min-width: 300px;
  border-radius: 1000px;
  text-align: center;
  color: #707070;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1180px) {
  .lp-cat__img-text .container article a {
    min-width: initial;
    width: 100%;
    font-size: 24px;
  }
}

.lp-cat__img-text .container article a:hover {
  background: #263D88;
  color: white;
}

.lp-cat__img-text .container article a:not(:last-of-type) {
  margin: 0 0 16px 0;
}

.lp-cat__img-text .container .swiper {
  max-width: 88%;
  width: 100%;
}

@media (max-width: 1180px) {
  .lp-cat__img-text .container .swiper {
    max-width: 100%;
  }
}

.lp-cat__img-text .container .swiper-slide {
  position: relative;
}

@media (max-width: 1180px) {
  .lp-cat__img-text .container .swiper-slide::before {
    content: "";
    width: 100%;
    height: 32%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#1E1E1E), to(rgba(30, 30, 30, 0)));
    background: linear-gradient(180deg, #1E1E1E 0%, rgba(30, 30, 30, 0) 100%);
  }
}

.lp-cat__img-text .container .swiper-slide img {
  height: 420px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1180px) {
  .lp-cat__img-text .container .swiper-slide img {
    height: 300px;
  }
}

.lp-cat__img-text .container .swiper-slide img.mob {
  display: block !important;
}

@media (min-width: 1180px) {
  .lp-cat__img-text .container .swiper-slide img:last-of-type {
    display: none;
  }
}

@media (max-width: 1180px) {
  .lp-cat__img-text .container .swiper-slide img:first-of-type {
    display: none;
  }
}

.lp-cat__img-text .container .swiper-pagination {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  z-index: 9;
}

@media (max-width: 1180px) {
  .lp-cat__img-text .container .swiper-pagination {
    bottom: 24px;
  }
}

.lp-cat__img-text .container .swiper-pagination span {
  opacity: 1;
  background: transparent;
  border: 2px solid white;
  border-radius: 1000px;
  width: 16px;
  height: 16px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1180px) {
  .lp-cat__img-text .container .swiper-pagination span {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
}

.lp-cat__img-text .container .swiper-pagination span.swiper-pagination-bullet-active {
  background: white;
}

.lp-cat__img-text.dir .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 1180px) {
  .lp-cat__img-text.dir .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.lp-cat__img-bg {
  margin: 0 0 50px 0;
}

@media (max-width: 1180px) {
  .lp-cat__img-bg {
    margin: 0 0 64px 0;
  }
}

.lp-cat__img-bg section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1180px) {
  .lp-cat__img-bg section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 32px;
  }
}

.lp-cat__img-bg section article {
  position: relative;
  z-index: 9;
  min-height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 128px;
}

@media (max-width: 1180px) {
  .lp-cat__img-bg section article {
    padding: 0;
    min-height: initial;
    position: unset;
  }
}

.lp-cat__img-bg section article * {
  color: white;
}

.lp-cat__img-bg section article h2 {
  text-align: center;
  font: 700 40px/1.1 "Neuron", sans-serif;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  color: white;
}

@media (max-width: 1180px) {
  .lp-cat__img-bg section article h2 {
    font-size: 28px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 24px;
    width: 100%;
    color: #000000;
    z-index: 9;
  }
}

.lp-cat__img-bg section article a {
  display: block;
  font: 400 24px/1 "Neuron", sans-serif;
  padding: 8px 32px;
  border: 1px solid white;
  min-width: 300px;
  border-radius: 1000px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.lp-cat__img-bg section article a:hover {
  background: #263D88;
  border-color: #263D88;
}

.lp-cat__img-bg section article a:not(:last-of-type) {
  margin: 0 0 16px 0;
}

@media (max-width: 1180px) {
  .lp-cat__img-bg section article a {
    min-width: initial;
    width: 100%;
    font-size: 24px;
    border-color: #707070;
    color: #707070;
  }
}

.lp-cat__img-bg section .swiper {
  width: 100%;
}

@media (min-width: 1180px) {
  .lp-cat__img-bg section .swiper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

@media (max-width: 1180px) {
  .lp-cat__img-bg section .swiper {
    height: 300px;
  }
}

.lp-cat__img-bg section .swiper-slide {
  position: relative;
}

.lp-cat__img-bg section .swiper-slide img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp-cat__img-bg section .swiper-slide img.mob {
  display: block !important;
}

@media (min-width: 1180px) {
  .lp-cat__img-bg section .swiper-slide img:last-of-type {
    display: none;
  }
}

@media (max-width: 1180px) {
  .lp-cat__img-bg section .swiper-slide img:first-of-type {
    display: none;
  }
}

.lp-cat__img-bg section .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(30, 30, 30, 0)), to(rgba(30, 30, 30, 0.8)));
  background: linear-gradient(90deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.8) 100%);
  z-index: 5;
}

@media (max-width: 1180px) {
  .lp-cat__img-bg section .swiper-slide::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.88)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0) 100%);
    height: 32%;
  }
}

.lp-cat__img-bg section .swiper-pagination {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  z-index: 9;
}

@media (max-width: 1180px) {
  .lp-cat__img-bg section .swiper-pagination {
    bottom: 24px;
  }
}

.lp-cat__img-bg section .swiper-pagination span {
  opacity: 1;
  background: transparent;
  border: 2px solid white;
  border-radius: 1000px;
  width: 16px;
  height: 16px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1180px) {
  .lp-cat__img-bg section .swiper-pagination span {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
}

.lp-cat__img-bg section .swiper-pagination span.swiper-pagination-bullet-active {
  background: white;
}

.lp-cat__img-bg.esq section {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.lp-cat__img-bg.esq .swiper-slide::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(30, 30, 30, 0.88)), to(rgba(30, 30, 30, 0)));
  background: linear-gradient(90deg, rgba(30, 30, 30, 0.88) 0%, rgba(30, 30, 30, 0) 100%);
}

@media (max-width: 1180px) {
  .lp-cat__img-bg.esq .swiper-slide::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  }
}

.descarte__banner {
  margin: 0 0 80px 0;
  padding: 112px 0 0 0;
}

@media (max-width: 1400px) {
  .descarte__banner {
    padding: 72px 0 0 0;
  }
}

@media (max-width: 1180px) {
  .descarte__banner {
    padding: 0;
    margin: 0 0 40px 0;
  }
}

.descarte__banner img {
  width: 100%;
}

@media (max-width: 1180px) {
  .descarte__banner img:first-of-type {
    display: none;
  }
}

@media (min-width: 1180px) {
  .descarte__banner img:last-of-type {
    display: none;
  }
}

.descarte__institucional {
  padding: 0 0 80px 0;
}

@media (max-width: 1180px) {
  .descarte__institucional {
    padding: 0 0 56px 0;
  }
}

.descarte__institucional h6 {
  text-transform: uppercase;
  font: 700 32px/1.4 "Neuron", sans-serif;
  color: #7C7C7C;
}

@media (max-width: 1180px) {
  .descarte__institucional h6 {
    font-size: 20px;
  }
}

.descarte__institucional__1 {
  margin: 0 0 64px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1180px) {
  .descarte__institucional__1 {
    display: block;
    margin: 0 0 24px 0;
  }
}

.descarte__institucional__1 h6 {
  max-width: 640px;
  width: 100%;
}

.descarte__institucional__1 img {
  max-width: 400px;
  width: 100%;
}

@media (min-width: 1180px) {
  .descarte__institucional__1 img:first-of-type {
    display: none;
  }
}

@media (max-width: 1180px) {
  .descarte__institucional__1 img:last-of-type {
    display: none;
  }
}

@media (max-width: 1180px) {
  .descarte__institucional__1 img {
    float: right;
    max-width: 32%;
  }
}

.descarte__institucional__1 div {
  clear: both;
}

@media (min-width: 1180px) {
  .descarte__institucional__1 div {
    display: none;
  }
}

.descarte__institucional__2 p {
  color: #7C7C7C;
  font: 400 26px/1.3 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .descarte__institucional__2 p {
    font-size: 18px;
  }
}

@media (min-width: 1180px) {
  .descarte__institucional__2 > p:last-of-type {
    display: none;
  }
}

.descarte__institucional__2 section {
  margin: 80px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 96px;
}

@media (max-width: 1180px) {
  .descarte__institucional__2 section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 70%;
        grid-template-columns: 30% 70%;
    gap: 16px;
    margin: 24px 0;
  }
}

.descarte__institucional__2 section img {
  max-width: 400px;
  width: 100%;
}

.descarte__institucional__2 section div {
  max-width: 750px;
  width: 100%;
}

.descarte__institucional__2 section div p {
  margin: 40px 0 0 0;
}

@media (max-width: 1180px) {
  .descarte__institucional__2 section div p {
    display: none;
  }
}

.descarte__institucional video {
  width: 100%;
  margin: 64px 0 0 0;
}

@media (max-width: 1180px) {
  .descarte__institucional video {
    margin: 40px 0 0 0;
  }
}

.descarte__lines h2 {
  max-width: 880px;
  width: 100%;
  text-transform: uppercase;
  color: #7C7C7C;
  margin: 0 0 64px 0;
  font: 700 48px/1.1 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .descarte__lines h2 {
    font-size: 30px;
    margin: 0 0 40px 0;
  }
}

.descarte__lines ul {
  margin: 0 0 64px 0;
}

@media (max-width: 1180px) {
  .descarte__lines ul {
    margin: 0 0 40px 0;
  }
}

.descarte__lines ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1180px) {
  .descarte__lines ul li {
    gap: 24px;
  }
}

.descarte__lines ul li:not(:last-of-type) {
  margin: 0 0 32px 0;
}

@media (max-width: 1180px) {
  .descarte__lines ul li:not(:last-of-type) {
    margin: 0 0 24px 0;
  }
}

.descarte__lines ul li span {
  border-radius: 1000px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
}

@media (max-width: 1180px) {
  .descarte__lines ul li span {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
  }
}

.descarte__lines ul li p {
  font: 400 26px/1.3 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .descarte__lines ul li p {
    font-size: 18px;
  }
}

.descarte__lines ul li p,
.descarte__lines ul li p * {
  color: #7C7C7C;
}

.descarte__lines ul li p strong {
  display: block;
  margin: 0 0 4px 0;
  font: 700 38px/1 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .descarte__lines ul li p strong {
    font-size: 24px;
  }
}

.descarte__lines section {
  border: 2px solid #7C7C7C;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
  padding: 48px 40px;
}

@media (max-width: 1180px) {
  .descarte__lines section {
    padding: 24px 24px 32px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    border-radius: 12px;
  }
}

.descarte__lines section:not(:last-of-type) {
  margin: 0 0 40px 0;
}

@media (max-width: 1180px) {
  .descarte__lines section:not(:last-of-type) {
    margin: 0 0 32px 0;
  }
}

.descarte__lines section div * {
  color: #7C7C7C;
}

.descarte__lines section div h6 {
  margin: 0 0 24px 0;
  font: 700 38px/1 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .descarte__lines section div h6 {
    font-size: 24px;
  }
}

@media (max-width: 1180px) and (max-width: 1180px) {
  .descarte__lines section div h6 {
    margin: 0 0 20px 0;
  }
}

.descarte__lines section div p {
  max-width: 750px;
  width: 100%;
}

.descarte__lines section div p strong {
  font: 700 30px/1 "Neuron", sans-serif;
  margin: 8px 0 0 0;
  display: inline-block;
}

@media (max-width: 1180px) {
  .descarte__lines section div p strong {
    font-size: 20px;
  }
}

.descarte__lines section div a {
  margin: 40px 0 0 0;
  padding: 24px 32px;
  background: #1A9AD8;
  border-radius: 24px;
  color: white;
  font: 400 28px/1 "Neuron", sans-serif;
  display: inline-block;
  text-align: center;
}

@media (max-width: 1180px) {
  .descarte__lines section div a {
    margin: 30px 0 0 0;
    padding: 16px;
    width: 100%;
    border-radius: 16px;
    font-size: 18px;
  }
}

.content {
  padding: 160px 0 0 0;
}

@media (max-width: 1180px) {
  .content {
    padding: 24px 0 0 0;
  }
}

.content header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content header h1 {
  font: 700 64px/1 "Neuron", sans-serif;
  text-transform: uppercase;
  color: #7C7C7C;
  display: inline-block;
  border: 1px solid #CC322D;
  position: relative;
  margin: 0 0 40px 0;
  padding: 32px 32px 40px 32px;
  text-align: center;
}

@media (max-width: 1180px) {
  .content header h1 {
    padding: 16px;
    font-size: 32px;
    margin: 0 0 24px 0;
  }
}

.content header h1::after {
  content: "";
  width: 38px;
  height: 38px;
  background: url("../assets/svg/border-title.svg") center/cover no-repeat;
  position: absolute;
  bottom: -3px;
  left: -1px;
}

@media (max-width: 1180px) {
  .content header h1::after {
    width: 24px;
    height: 24px;
  }
}

.content article * {
  color: #7C7C7C;
}

.content article h1,
.content article h2,
.content article h3,
.content article h4,
.content article h5,
.content article h6 {
  margin: 48px 0 16px 0;
}

@media (max-width: 1180px) {
  .content article h1,
  .content article h2,
  .content article h3,
  .content article h4,
  .content article h5,
  .content article h6 {
    margin: 24px 0 16px 0;
  }
}

.content article h1,
.content article h1 * {
  font: 700 64px/1.3 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .content article h1,
  .content article h1 * {
    font-size: 30px;
  }
}

.content article h2,
.content article h2 * {
  font: 700 48px/130% "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .content article h2,
  .content article h2 * {
    font-size: 30px;
  }
}

.content article h3,
.content article h3 * {
  font: 700 40px/130% "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .content article h3,
  .content article h3 * {
    font-size: 30px;
  }
}

.content article h4,
.content article h4 * {
  font: 700 32px/130% "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .content article h4,
  .content article h4 * {
    font-size: 26px;
  }
}

.content article h5,
.content article h5 * {
  font: 700 24px/130% "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .content article h5,
  .content article h5 * {
    font-size: 20px;
  }
}

.content article h6,
.content article h6 * {
  font: 700 20px/130% "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .content article h6,
  .content article h6 * {
    font-size: 18px;
  }
}

.content article img {
  width: 100%;
}

.content article ol,
.content article ul {
  margin: 32px 0 32px 20px;
}

@media (max-width: 1180px) {
  .content article ol,
  .content article ul {
    margin: 24px 0 24px 20px;
  }
}

.content article ol li,
.content article ol li *,
.content article ul li,
.content article ul li * {
  color: #000000;
  font: 400 22px/1.3 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .content article ol li,
  .content article ol li *,
  .content article ul li,
  .content article ul li * {
    font-size: 18px;
  }
}

.content article ol li a,
.content article ol li * a,
.content article ul li a,
.content article ul li * a {
  color: #CC322D !important;
  text-decoration: underline;
}

.content article ul li {
  list-style: disc;
}

.content article ol li {
  list-style: decimal;
}

.content article p {
  margin: 0 0 32px 0;
}

@media (max-width: 1180px) {
  .content article p {
    margin: 0 0 16px 0;
  }
}

.content article table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.content article table th, .content article table td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.content article table th {
  background-color: #f2f2f2;
}

.content article table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.faq__banner {
  padding: 112px 0 0 0;
  margin: 0 0 64px 0;
}

@media (max-width: 1400px) {
  .faq__banner {
    padding: 72px 0 0 0;
  }
}

@media (max-width: 1180px) {
  .faq__banner {
    margin: 0 0 40px 0;
    padding: 0;
  }
}

.faq__banner figure img {
  width: 100%;
}

@media (max-width: 640px) {
  .faq__banner figure img:first-of-type {
    display: none;
  }
}

@media (min-width: 640px) {
  .faq__banner figure img:last-of-type {
    display: none;
  }
}

.faq__banner h1 {
  text-align: center;
  color: #7C7C7C;
  padding: 80px 0;
  text-transform: uppercase;
  font: 700 56px/1.2 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .faq__banner h1 {
    font-size: 32px;
    padding: 48px 24px;
  }
}

.faq__categories .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 32px 40px;
}

@media (max-width: 1180px) {
  .faq__categories .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 24px;
  }
}

.faq__categories .container > a,
.faq__categories .container dt {
  cursor: pointer;
  font: 400 28px/1 "Neuron", sans-serif;
  text-align: center;
  display: block;
  border-radius: 20px;
  border: 2px solid #7C7C7C;
  color: #7C7C7C;
  padding: 20px 0;
}

@media (max-width: 1180px) {
  .faq__categories .container > a,
  .faq__categories .container dt {
    font-size: 26px;
  }
}

.faq__categories .container dl dt {
  position: relative;
  z-index: 5;
  padding-left: 56px;
  padding-right: 56px;
  background: white;
}

.faq__categories .container dl dt.open img {
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}

.faq__categories .container dl dt img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  width: 28px;
}

@media (max-width: 1180px) {
  .faq__categories .container dl dt img {
    width: 24px;
  }
}

.faq__categories .container dl dd {
  display: none;
  border: 2px solid #7C7C7C;
  background: #EDEDED;
  padding: 24px 0 12px 0;
  border-radius: 0 0 20px 20px;
  margin: -16px 0 0 0;
  position: relative;
  z-index: 1;
}

.faq__categories .container dl dd.open {
  display: block;
}

.faq__categories .container dl dd ul li a {
  color: #7C7C7C;
  display: block;
  text-align: center;
  font: 400 28px/1 "Neuron", sans-serif;
  padding: 8px 0;
}

@media (max-width: 1180px) {
  .faq__categories .container dl dd ul li a {
    font-size: 24px;
  }
}

.faq__categories .container dl dd ul li a:hover {
  background: rgba(37, 61, 135, 0.16);
}

.faq__content .container {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 400px 1fr;
      grid-template-columns: 400px 1fr;
}

@media (max-width: 1180px) {
  .faq__content .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.faq__content__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.faq__content__categories > a,
.faq__content__categories dt {
  cursor: pointer;
  font: 400 28px/1 "Neuron", sans-serif;
  text-align: center;
  display: block;
  border-radius: 20px;
  border: 2px solid #7C7C7C;
  color: #7C7C7C;
  padding: 20px 0;
}

@media (max-width: 1180px) {
  .faq__content__categories > a,
  .faq__content__categories dt {
    font-size: 26px;
  }
}

.faq__content__categories dl dt {
  position: relative;
  z-index: 5;
  padding-left: 56px;
  padding-right: 56px;
  background: white;
}

.faq__content__categories dl dt.open img {
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}

.faq__content__categories dl dt img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  width: 28px;
}

@media (max-width: 1180px) {
  .faq__content__categories dl dt img {
    width: 24px;
  }
}

.faq__content__categories dl dd {
  display: none;
  border: 2px solid #7C7C7C;
  background: #EDEDED;
  padding: 24px 0 12px 0;
  border-radius: 0 0 20px 20px;
  margin: -16px 0 0 0;
  position: relative;
  z-index: 1;
}

.faq__content__categories dl dd.open {
  display: block;
}

.faq__content__categories dl dd ul li a {
  color: #7C7C7C;
  display: block;
  text-align: center;
  font: 400 28px/1 "Neuron", sans-serif;
  padding: 8px 0;
}

@media (max-width: 1180px) {
  .faq__content__categories dl dd ul li a {
    font-size: 24px;
  }
}

.faq__content__categories dl dd ul li a:hover {
  background: rgba(37, 61, 135, 0.16);
}

.faq__content__principal h1 {
  margin: 0 0 32px 0;
  font: 700 40px/1 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .faq__content__principal h1 {
    font-size: 30px;
    margin: 0 0 24px 0;
  }
}

.faq__content__principal dl:not(:last-of-type) {
  margin: 0 0 16px 0;
}

.faq__content__principal dl dt {
  position: relative;
  z-index: 5;
  background: white;
  cursor: pointer;
  font: 400 28px/1 "Neuron", sans-serif;
  text-align: center;
  display: block;
  border-radius: 20px;
  border: 2px solid #7C7C7C;
  color: #7C7C7C;
  padding: 20px 56px;
}

@media (max-width: 1180px) {
  .faq__content__principal dl dt {
    font-size: 26px;
  }
}

.faq__content__principal dl dt.open img {
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}

.faq__content__principal dl dt img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  width: 28px;
}

@media (max-width: 1180px) {
  .faq__content__principal dl dt img {
    width: 24px;
  }
}

.faq__content__principal dl dd {
  display: none;
  border: 2px solid #7C7C7C;
  background: #EDEDED;
  padding: 32px 24px 24px 24px;
  border-radius: 0 0 20px 20px;
  margin: -16px 0 0 0;
  position: relative;
  z-index: 1;
}

.faq__content__principal dl dd.open {
  display: block;
}

.search {
  padding: 200px 0 0 0;
}

@media (max-width: 1180px) {
  .search {
    padding: 48px 0 0 0;
  }
}

.search .container > h1 {
  text-align: center;
  margin: 0 0 24px 0;
  font: 400 56px/1.2 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .search .container > h1 {
    font-size: 32px;
    margin: 0 0 8px 0;
  }
}

.search .container > p {
  margin: 0 0 48px 0;
  text-align: center;
}

@media (max-width: 1180px) {
  .search .container > p {
    margin: 0 0 32px 0;
  }
}

.search .container > section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 1180px) {
  .search .container > section {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.search .container > section aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.search .container > section aside > div {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 20px 24px 32px 24px;
  display: block;
  border: 1px solid #CC322D;
}

@media (max-width: 1180px) {
  .search .container > section aside > div {
    padding: 20px 24px;
  }
}

.search .container > section aside > div figure {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
}

.search .container > section aside > div figure .swiper {
  max-width: 100%;
}

.search .container > section aside > div figure .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 280px;
}

.search .container > section aside > div figure .swiper-slide img {
  max-height: 100%;
}

.search .container > section aside > div figure [data-pagination] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin: 32px 0 24px 0;
}

.search .container > section aside > div figure [data-pagination] span {
  margin: 0 !important;
  width: 6px;
  height: 6px;
  border: 1px solid #4B93CB;
  background: #4B93CB;
  border-radius: 1000px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}

.search .container > section aside > div figure [data-pagination] span.swiper-pagination-bullet-active {
  background: #313131;
  width: 12px;
  height: 12px;
}

.search .container > section aside > div a {
  display: block;
}

.search .container > section aside > div a h6 {
  font: 700 28px/1.2 "Neuron", sans-serif;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

@media (max-width: 1180px) {
  .search .container > section aside > div a h6 {
    font-size: 26px;
  }
}

.search .container > section aside > div a h6:first-of-type {
  height: 102px;
}

.search .container > section aside > div a h6:last-of-type {
  margin: 12px 0 0 0;
  font-size: 24px;
}

@media (max-width: 1180px) {
  .search .container > section aside > div a h6:last-of-type {
    font-size: 22px;
    margin: 8px 0 0 0;
  }
}

.search .container > section aside > div a span {
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  font: 300 20px/1 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .search .container > section aside > div a span {
    font-size: 18px;
  }
}

.search .container > section aside > div a span div {
  width: 12px;
  height: 12px;
  border-radius: 1000px;
  border: 1px solid #dcdcdc;
}

.search .container > section aside > div a ul {
  padding: 0 0 0 16px;
}

.search .container > section aside > div a ul li {
  color: #4B93CB;
  list-style-type: disc;
  padding: 0 0 0 8px;
}

.search .container > section aside > div a ul li:not(:last-of-type) {
  margin: 0 0 8px 0;
}

.search .container > section aside > div a ul li p {
  font: 300 24px/1.3 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .search .container > section aside > div a ul li p {
    font-size: 20px;
  }
}

.search .container > section aside > footer {
  margin: 32px 0 0 0;
}

.search .container > section aside > footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #50C259;
  border-radius: 1000px;
  padding: 8px 24px;
  color: white;
  font: 400 30px/1 "Neuron", sans-serif;
  gap: 12px;
}

@media (max-width: 1180px) {
  .search .container > section aside > footer a {
    font-size: 24px;
    padding: 8px 0;
  }
}

.search .container > section aside > footer a img {
  width: 30px;
}

@media (max-width: 1180px) {
  .search .container > section aside > footer a img {
    width: 24px;
  }
}

.search .container > section aside > footer small {
  font: 400 16px/1.2 "Neuron", sans-serif;
  color: #7C7C7C;
  margin: 12px 0 0 0;
  text-align: center;
}

@media (max-width: 1180px) {
  .search .container > section aside > footer small {
    font-size: 13px;
  }
}

::-moz-selection {
  background: #CC322D;
  color: white;
}

::selection {
  background: #CC322D;
  color: white;
}

* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Neuron", sans-serif;
  color: #000000;
}

html.o-hidden {
  overflow: hidden;
}

body {
  padding-top: 96px;
}

@media (max-width: 1180px) {
  body {
    padding-top: 72px;
  }
}

html,
body {
  scroll-behavior: smooth;
  overflow-y: overlay;
  overflow-x: hidden;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 14px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.16);
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 1000px;
}

html figure,
body figure {
  margin: 0;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

small {
  display: block;
}

p,
p * {
  color: #000000;
  font: 400 22px/1.3 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  p,
  p * {
    font-size: 18px;
  }
}

p a,
p * a {
  color: #CC322D !important;
  text-decoration: underline;
}

.container {
  max-width: calc(1400px + (48px * 2));
  width: 100%;
  padding: 0 48px;
  margin: 0 auto;
}

@media (max-width: 1180px) {
  .container {
    padding: 0 24px;
  }
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.nav__partner {
  position: relative;
  padding: 12px 0;
}

.nav__partner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav__partner .container > figure {
  padding: 0 24px 0 0;
  margin: 0 24px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 1180px) {
  .nav__partner .container > figure {
    padding: 0 16px 0 0;
    margin: 0 16px 0 0;
  }
}

.nav__partner .container > figure img {
  height: 28px;
}

@media (max-width: 1180px) {
  .nav__partner .container > figure img {
    height: 24px;
  }
}

.nav__partner .container > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.nav__partner .container > button::before {
  content: "";
  width: 16px;
  height: 18px;
  background: url("../assets/svg/copy.svg") center/cover no-repeat;
}

@media (max-width: 1180px) {
  .nav__partner .container > button::before {
    width: 14px;
    height: 16px;
  }
}

.nav__partner .container > button input {
  position: absolute;
  opacity: 0;
}

.nav__partner .container > button * {
  font-size: 20px;
}

@media (max-width: 1180px) {
  .nav__partner .container > button * {
    font-size: 18px;
  }
}

.nav__partner .container > button span {
  color: white;
}

@media (max-width: 1180px) {
  .nav__partner .container > button span {
    display: none;
  }
}

.nav__partner .container > button strong {
  text-transform: uppercase;
  color: white;
}

.nav__partner [data-close] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  opacity: .64;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1180px) {
  .nav__partner [data-close] {
    right: 8px;
  }
}

.nav__partner [data-close]:hover {
  opacity: 1;
}

.nav__top {
  background: #263D88;
  height: 96px;
}

@media (max-width: 1400px) {
  .nav__top {
    height: 80px;
  }
}

@media (max-width: 1180px) {
  .nav__top {
    height: 72px;
  }
}

.nav__top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 64px;
}

.nav__top__logo {
  display: block;
}

.nav__top__logo img {
  max-height: 64px;
}

@media (max-width: 1400px) {
  .nav__top__logo img {
    max-height: 48px;
  }
}

@media (max-width: 1180px) {
  .nav__top__logo img {
    max-height: 50px;
  }
}

.nav__top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}

@media (max-width: 1180px) {
  .nav__top ul {
    display: none;
  }
}

.nav__top ul li a {
  color: white;
  font: 400 18px/1 "Neuron", sans-serif;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav__top ul li a:hover {
  color: #CC322D;
}

.nav__top ul li.botao a {
  background: white;
  border: 2px solid #CC322D;
  padding: 12px 44px;
  color: #263D88;
}

.nav__top ul li.botao a:hover {
  background: #CC322D;
  color: white;
}

.nav__top__search {
  width: 28px;
}

@media (max-width: 1180px) {
  .nav__top__search {
    display: none;
  }
}

.nav__top__hamb {
  display: none;
  width: 56px;
}

@media (max-width: 1180px) {
  .nav__top__hamb {
    display: block;
  }
}

.nav__categories {
  background: rgba(0, 0, 0, 0.5);
  height: 112px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1400px) {
  .nav__categories {
    height: 88px;
  }
}

@media (max-width: 1180px) {
  .nav__categories {
    display: none;
  }
}

.nav__categories .container {
  height: 100%;
}

.nav__categories .container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.nav__categories .container > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.nav__categories .container > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 400 22px/1 "Neuron", sans-serif;
  text-align: center;
  color: white;
  gap: 8px;
}

@media (max-width: 1400px) {
  .nav__categories .container > ul > li > a {
    font-size: 18px;
  }
}

.nav__categories .container > ul > li > a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
}

@media (max-width: 1400px) {
  .nav__categories .container > ul > li > a figure {
    height: 32px;
  }
}

.nav__categories .container > ul > li > a figure img {
  max-height: 50px;
}

@media (max-width: 1400px) {
  .nav__categories .container > ul > li > a figure img {
    height: 32px;
  }
}

.nav__categories .container > ul > li.outros > a figure {
  display: none;
}

.nav__categories .container > ul > li.outros > a::after {
  content: "";
  height: 50px;
  width: 100%;
  background: url("../assets/img/outros.png") center/38px no-repeat;
}

@media (max-width: 1400px) {
  .nav__categories .container > ul > li.outros > a::after {
    height: 32px;
  }
}

.nav__categories .container > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.nav__categories .container > ul > li > ul {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  min-width: 100%;
  background: #263D88;
  padding: 10px 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav__categories .container > ul > li > ul > li:not(:last-of-type) {
  margin: 0 0 2px 0;
}

.nav__categories .container > ul > li > ul > li > a {
  white-space: nowrap;
  padding: 6px 16px;
  font: 400 18px/1 "Neuron", sans-serif;
  display: block;
  text-align: center;
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav__categories .container > ul > li > ul > li > a:hover {
  background: white;
  color: #263D88;
}

.nav__mobile {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  overflow-y: auto;
  width: 100%;
  background: #263D88;
  height: calc(100% - 72px);
  z-index: 99;
}

@media (max-width: 1180px) {
  .nav__mobile {
    display: block;
  }
}

.nav__mobile > ul li a {
  font: 400 28px/1 "Neuron", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  color: white;
  padding: 0 24px;
  min-height: 75px;
  border-top: 1px solid white;
}

.nav__mobile > ul li a figure {
  max-width: 56px;
}

.nav__mobile > ul li a figure img {
  max-height: 44px;
}

.nav__mobile > ul li.botao a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #263D88;
  background: white;
  text-align: center;
}

.nav__mobile > ul > li > ul {
  border-top: 1px solid white;
}

.nav__mobile > ul > li > ul > li a {
  background: #162451;
  border-color: #263D88;
  border-width: 2px;
}

.nav__mobile > ul > li > ul > li a img {
  display: none;
}

.nav__mobile > ul > li > ul > li > ul {
  display: none;
}

.nav__mobile > ul .open {
  display: block;
}

.nav__search {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.64);
  padding: 80px 0 0 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.nav__search.open {
  opacity: 1;
  visibility: visible;
}

.nav__search form {
  position: relative;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.nav__search form input {
  padding: 16px 72px 16px 24px;
  background: #263D88;
  display: block;
  color: white;
  width: 100%;
  font: 400 20px/1 "Neuron", sans-serif;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.nav__search form input::-webkit-input-placeholder {
  opacity: 1;
}

.nav__search form input:-ms-input-placeholder {
  opacity: 1;
}

.nav__search form input::-ms-input-placeholder {
  opacity: 1;
}

.nav__search form input::placeholder {
  opacity: 1;
}

.nav__search form button {
  width: 28px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
}

.nav--pdd {
  height: 52px;
}

@media (max-width: 1400px) {
  .nav--pdd {
    height: 0;
  }
}

@media (max-width: 1180px) {
  .nav--pdd {
    height: 48px;
  }
}

.nav.fixed .nav__categories {
  opacity: 0;
  visibility: hidden;
}

.nav.open .nav__mobile {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.button {
  background: #CC322D;
  border: 1px solid #CC322D;
  color: white;
  height: 46px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 32px;
  -webkit-transition: .3s;
  transition: .3s;
  font: 400 22px/1 "Neuron", sans-serif;
  text-align: center;
  border-radius: 1000px;
}

@media (max-width: 1180px) {
  .button {
    height: 44px;
  }
}

.button:hover {
  background: white;
  color: #CC322D;
}

.button--big {
  text-transform: uppercase;
  padding: 0 60px;
  height: 58px;
  font-size: 30px;
}

.button--blue {
  background: #263D88;
  border-color: #263D88;
}

.button--blue:hover {
  background: white;
  color: #263D88;
}

.button--outline {
  color: #707070;
  border-color: #707070;
  background: transparent;
}

.button--outline:hover {
  border-color: #263D88;
  color: #263D88;
}

.button--outline-white {
  color: white;
  border-color: white;
}

@media (max-width: 1180px) {
  .button--outline-white {
    background: #263D88;
    border-color: #263D88;
  }
}

.button--outline-white:hover {
  background: #263D88;
  border-color: #263D88;
  color: white;
}

.footer {
  margin: 128px 0 0 0;
  background: #263D88;
  padding: 96px 0 128px 0;
}

@media (max-width: 1180px) {
  .footer {
    padding: 48px 0 80px 0;
    margin: 96px 0 0 0;
  }
}

.footer * {
  color: white;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1180px) {
  .footer .container {
    display: block;
  }
}

@media (max-width: 1180px) {
  .footer__links:not(:last-of-type) {
    margin: 0 0 56px 0;
  }
}

.footer__links h6 {
  text-transform: uppercase;
  font: 700 32px/1 "Neuron", sans-serif;
  margin: 0 0 48px 0;
}

@media (max-width: 1180px) {
  .footer__links h6 {
    margin: 0 0 24px 0;
    font-size: 24px;
  }
}

.footer__links ul li:not(:last-of-type) {
  margin: 0 0 24px 0;
}

@media (max-width: 1180px) {
  .footer__links ul li:not(:last-of-type) {
    margin: 0 0 12px 0;
  }
}

.footer__links ul li a {
  font: 400 24px/1.2 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .footer__links ul li a {
    font: 700 20px/1.2 "Neuron", sans-serif;
  }
}

.footer__links ul li a img {
  display: none;
}

@media (max-width: 1180px) {
  .footer__links--inst {
    border-top: 1px solid white;
    width: calc(100% + 48px);
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
  .footer__links--inst h6 {
    display: none;
  }
}

@media (max-width: 1180px) {
  .footer__links--inst ul li {
    margin: 0;
  }
}

@media (max-width: 1180px) {
  .footer__links--inst ul li a {
    text-transform: uppercase;
    display: block;
    font-size: 24px;
    border-bottom: 1px solid white;
    padding: 16px 24px;
  }
}

.footer__logos {
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1180px) {
  .footer__logos {
    max-width: 100%;
  }
}

.footer__logos a {
  display: block;
}

.footer__logos a img {
  max-height: 72px;
}

.footer__logos h6 {
  font: 700 30px/1 "Neuron", sans-serif;
  text-align: center;
  margin: 88px 0 24px 0;
}

@media (max-width: 1180px) {
  .footer__logos h6 {
    margin-bottom: 32px;
  }
}

.footer__logos div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

@media (max-width: 1180px) {
  .footer__logos div {
    gap: 32px 0;
    width: 100%;
  }
}

.footer__logos div figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1180px) {
  .footer__logos div figure {
    width: 50%;
    padding: 0 8px;
  }
}

.footer__logos div figure img {
  max-height: 48px;
}

[data-prev],
[data-next] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 56px;
}

@media (max-width: 1180px) {
  [data-prev],
  [data-next] {
    width: 32px;
  }
}

[data-prev].swiper-button-disabled,
[data-next].swiper-button-disabled {
  display: none;
}

[data-prev] {
  left: 0;
}

[data-next] {
  right: 0;
}

.contact {
  padding: 120px 0 0 0;
}

@media (max-width: 1180px) {
  .contact {
    padding: 80px 0 0 0;
  }
}

.contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 110px;
}

@media (max-width: 1180px) {
  .contact .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px;
  }
}

.contact .container aside {
  max-width: 480px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1180px) {
  .contact .container aside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
    max-width: 100%;
  }
}

.contact .container aside * {
  text-align: center;
}

@media (max-width: 1180px) {
  .contact .container aside * {
    text-align: left;
  }
}

.contact .container aside img {
  height: 80px;
}

@media (max-width: 1180px) {
  .contact .container aside img {
    height: 64px;
  }
}

.contact .container aside div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1180px) {
  .contact .container aside div {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.contact .container aside div h3 {
  margin: 40px 0 0 0;
  font: 400 32px/1 "Neuron", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .contact .container aside div h3 {
    margin: 0;
  }
}

.contact .container aside div p,
.contact .container aside div a {
  font: 400 24px/1.3 "Neuron", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .contact .container aside div p,
  .contact .container aside div a {
    font-size: 20px;
  }
}

.contact .container aside div p {
  margin: 30px 0 40px 0;
}

@media (max-width: 1180px) {
  .contact .container aside div p {
    margin: 12px 0 24px 0;
  }
}

.contact .container aside div a {
  font-weight: 700;
  color: #CC322D;
}

.infos {
  padding: 96px 0 0 0;
}

@media (max-width: 1180px) {
  .infos {
    padding: 64px 0 0 0;
  }
}

.infos header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 0 0 64px 0;
}

@media (max-width: 1180px) {
  .infos header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.infos header h6 {
  font: 30px/40px "Neuron", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .infos header h6 {
    font-size: 24px;
  }
}

.infos header figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

@media (max-width: 1180px) {
  .infos header figure {
    gap: 32px 0;
  }
}

.infos header figure div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1180px) {
  .infos header figure div {
    width: 33.3%;
    padding: 0 8px;
  }
}

.infos header figure div img {
  max-height: 48px;
}

.infos section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 600px 1fr;
      grid-template-columns: 600px 1fr;
  gap: 72px;
}

@media (max-width: 1180px) {
  .infos section {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 64px;
  }
}

.infos section figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

@media (max-width: 1180px) {
  .infos section figure {
    gap: 32px;
  }
}

.infos section figure img {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.infos section figure .button {
  height: 56px;
  padding: 0 48px;
  font-size: 40px;
}

@media (max-width: 1180px) {
  .infos section figure .button {
    font-size: 24px;
    height: 44px;
    padding: 0 32px;
  }
}

@media (max-width: 1180px) {
  .infos section aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .infos section aside * {
    text-align: center;
  }
}

.infos section aside h6 {
  font: 700 36px/1.2 "Neuron", sans-serif;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}

@media (max-width: 1180px) {
  .infos section aside h6 {
    margin: 0 0 20px 0;
  }
}

.infos section aside p {
  max-width: 560px;
  width: 100%;
  font: 400 24px/1.1 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .infos section aside p {
    font-size: 20px;
  }
}

.infos section aside p strong {
  font-weight: 700;
  margin: 12px 0 0 0;
  font-size: 28px;
  color: #CC322D;
}

@media (max-width: 1180px) {
  .infos section aside p strong {
    font-size: 20px;
  }
}

.infos section aside .button {
  margin: 20px 0 30px 0;
  padding: 0 56px;
}

@media (max-width: 1180px) {
  .infos section aside .button {
    margin: 48px 0 56px 0;
  }
}

.infos section aside ul {
  margin: 20px 0 0 0;
}

@media (max-width: 1180px) {
  .infos section aside ul {
    margin: 0;
  }
}

.infos section aside ul li:not(:last-of-type) {
  margin: 0 0 24px 0;
}

@media (max-width: 1180px) {
  .infos section aside ul li:not(:last-of-type) {
    margin: 0 0 32px 0;
  }
}

.infos section aside ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 0 0 4px 0;
}

@media (max-width: 1180px) {
  .infos section aside ul li div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.infos section aside ul li div span {
  font: 24px/1 "Neuron", sans-serif;
  background: #CC322D;
  color: white;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.infos section aside ul li div strong {
  font: 700 24px/1.2 "Neuron", sans-serif;
  color: #CC322D;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .infos section aside ul li div strong {
    font-size: 20px;
  }
}

.infos section aside ul li p {
  font-size: 18px;
}

@media (max-width: 1180px) {
  .infos section aside ul li p {
    font-size: 16px;
  }
}

.form label {
  font: 400 24px/32px "Neuron", sans-serif;
  color: #707070;
}

@media (max-width: 1180px) {
  .form label {
    font: 400 20px/28px "Neuron", sans-serif;
    display: block;
    text-align: center;
  }
}

.form fieldset > label {
  display: block;
  margin: 0 0 12px 0;
}

@media (max-width: 1180px) {
  .form fieldset > label {
    margin: 0 0 8px 0;
  }
}

.form .input,
.form .radio {
  margin: 0 0 24px 0;
}

@media (max-width: 1180px) {
  .form .input,
  .form .radio {
    margin: 0 0 16px 0;
  }
}

@media (max-width: 1180px) {
  .form .input select,
  .form .radio select {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1180px) {
  .form .radio label {
    text-align: center;
    display: block;
  }
}

.form .radio div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}

@media (max-width: 1180px) {
  .form .radio div {
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.form .radio div label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.form .radio textarea {
  margin: 16px 0 0 0;
}

.form select,
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
  font: 400 20px/1 "Neuron", sans-serif;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  border: 1px solid #b6b6b6;
  width: 100%;
  margin: 0 0 20px 0;
}

@media (max-width: 1180px) {
  .form select,
  .form input[type="text"],
  .form input[type="email"],
  .form input[type="tel"],
  .form textarea {
    margin: 0 0 16px 0;
    font-size: 18px;
    height: 48px;
  }
}

.form textarea {
  height: 120px;
  padding-top: 16px;
  resize: unset;
}

.form [type="submit"] {
  cursor: pointer;
  background: #CC322D;
  color: white;
  text-transform: uppercase;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 48px;
  font: 700 24px/1 "Neuron", sans-serif;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1180px) {
  .form [type="submit"] {
    height: 54px;
  }
}

.form [type="submit"]:hover {
  background: #263D88;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.64);
  z-index: 9999;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1180px) {
  .modal {
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.modal.open {
  opacity: 1;
  visibility: visible;
}

.modal .container {
  max-width: initial;
  width: auto;
  padding: 0;
}

.modal__box {
  background: white;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 40px 32px 40px;
}

@media (max-width: 1180px) {
  .modal__box {
    padding: 16px 24px;
    height: 100%;
    overflow-y: auto;
  }
}

.modal__box h2 {
  text-align: center;
  margin: 0 auto 24px auto;
  max-width: 700px;
  width: 100%;
}

@media (max-width: 1180px) {
  .modal__box h2 {
    margin-bottom: 12px;
  }
}

.modal__box h2,
.modal__box h2 * {
  color: #263D88;
  font: 400 46px/1.1 "Neuron", sans-serif;
}

@media (max-width: 1180px) {
  .modal__box h2,
  .modal__box h2 * {
    font-size: 24px;
  }
}

.modal__box h2 strong,
.modal__box h2 b,
.modal__box h2 * strong,
.modal__box h2 * b {
  font-weight: 700;
}

.modal__box > p {
  max-width: 460px;
  width: 100%;
  margin: 0 auto 24px auto;
  font-size: 28px;
  color: #707070;
  text-align: center;
}

@media (max-width: 1180px) {
  .modal__box > p {
    margin-bottom: 16px;
    font-size: 18px;
  }
}

@media (max-width: 1180px) {
  .modal__box #modal--close {
    margin-bottom: 8px !important;
  }
}

.modal__box form fieldset {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media (max-width: 1180px) {
  .modal__box form fieldset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.modal__box form input {
  width: 100%;
  border: 2px solid #707070;
  display: block;
  border-radius: 1000px;
  padding: 14px;
  font: 400 20px/1 "Neuron", sans-serif;
  text-align: center;
  margin: 0 0 20px 0;
}

@media (max-width: 1180px) {
  .modal__box form input {
    padding: 10px;
    font-size: 18px;
    margin: 0 0 12px 0;
  }
}

.modal__box form select {
  width: 100%;
  border: 2px solid #707070;
  display: block;
  border-radius: 1000px;
  padding: 14px;
  font: 400 20px/1 "Neuron", sans-serif;
  text-align: center;
  margin: 0 0 20px 0;
}

@media (max-width: 1180px) {
  .modal__box form select {
    padding: 10px;
    font-size: 18px;
    margin: 0 0 12px 0;
  }
}

.modal__box form small {
  display: none;
  text-align: center;
  font: 400 16px/1 "Neuron", sans-serif;
  color: red;
}

@media (max-width: 1180px) {
  .modal__box form small {
    font-size: 14px;
  }
}

.modal__box form .form--modal--label--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 0;
}

@media (max-width: 1180px) {
  .modal__box form .form--modal--label--checkbox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 16px 0;
  }
}

.modal__box form .form--modal--label--checkbox input {
  width: 30px;
  height: 38px;
  margin-right: 32px;
}

@media (max-width: 1180px) {
  .modal__box form .form--modal--label--checkbox input {
    width: 25px;
    margin-right: 7px;
  }
}

.modal__box form .form--modal--label--checkbox span {
  font-size: 1.25rem;
}

@media (max-width: 1180px) {
  .modal__box form .form--modal--label--checkbox span {
    font-size: 0.85rem;
  }
}

.modal__box form button {
  color: white;
  display: block;
  position: relative;
  text-align: center;
  border-radius: 1000px;
  width: 100%;
  padding: 14px 0;
  font: 400 24px/1 "Neuron", sans-serif;
  width: 80%;
  margin: 32px auto 0 auto;
}

@media (max-width: 1180px) {
  .modal__box form button {
    font-size: 20px;
    margin-top: 16px;
    width: 100%;
  }
}

.modal__box form button img {
  width: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 32px;
}

@media (max-width: 1180px) {
  .modal__box form button img {
    width: 16px;
    display: none;
  }
}

.modal__box form button:first-of-type {
  background: #263D88;
}

.modal__box form button:first-of-type::before {
  content: "";
  width: 22px;
  height: 25px;
  background: url("../assets/svg/copy.svg") center/cover no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 32px;
}

@media (max-width: 1180px) {
  .modal__box form button:first-of-type::before {
    display: none;
  }
}

.modal__box form button:last-of-type {
  background: #20C45E;
}

.modal__box form button input {
  position: absolute;
  opacity: 0;
}

.modal__box h6 {
  color: #707070;
  text-align: center;
  max-width: 600px;
  width: 100%;
  font: 300 16px/1.3 "Neuron", sans-serif;
  margin: 32px auto 0 auto;
}

@media (max-width: 1180px) {
  .modal__box h6 {
    margin-top: 16px;
    font-size: 12px;
  }
}
/*# sourceMappingURL=main.css.map */