@font-face {
  font-family: "CentraNo1-Black";
  src: url(../fonts/CentraNo1-Black.otf) format("otf"), url(../fonts/CentraNo1-Black.woff) format("woff"), url(../fonts/CentraNo1-Black.woff2) format("woff2");
}
@font-face {
  font-family: "CentraNo1-Book";
  src: url(../fonts/CentraNo1-Book.otf) format("otf"), url(../fonts/CentraNo1-Book.woff) format("woff"), url(../fonts/CentraNo1-Book.woff2) format("woff2");
}
@font-face {
  font-family: "CentraNo1-Extrabold";
  src: url(../fonts/CentraNo1-Extrabold.otf) format("otf"), url(../fonts/CentraNo1-Extrabold.woff) format("woff"), url(../fonts/CentraNo1-Extrabold.woff2) format("woff2");
}
@font-face {
  font-family: "Lukcy Fellas";
  src: url(../fonts/LuckyFellas.otf) format("eot"), url(../fonts/LuckyFellas.woff) format("woff"), url(../fonts/LuckyFellas.woff2) format("woff2");
}
:root {
  --component-horizontal-space: 6%;
  --pagination-img-size: 24px;
  --pagination-top-space: 8px;
  --pagination-minus-height: calc(var(--pagination-img-size) + var(--pagination-top-space));
  --pagination-gap: 16px;
}
@media (min-width: 768px) {
  :root {
    --pagination-img-size: 66px;
    --pagination-top-space: 24px;
    --pagination-gap: 24px;
  }
}

h5,
.h5, body {
  font-family: "CentraNo1-Book";
  font-size: 16px;
  line-height: 150%;
}

.cta--primary a {
  background: #0953fb;
  color: #ffffff;
  transition: 0.2s;
  border: 2px solid #0953fb;
}
.cta--primary a:hover {
  background: #ffffff;
  color: #0953fb;
}
.cta--primary a:hover svg path {
  fill: #0953fb;
}
.cta--primary a svg path {
  transition: 0.2s;
}

.cta--secondary a {
  background: #ffffff;
  color: #0953fb;
  border: 2px solid #0953fb;
  transition: 0.2s;
}
.cta--secondary a:hover {
  background: #0953fb;
  color: #ffffff;
}
.cta--secondary a:hover svg path {
  fill: #ffffff;
}
.cta--secondary a svg path {
  fill: #0953fb;
  transition: 0.2s;
}

.header .header__autor-date, .component {
  margin-left: var(--component-horizontal-space);
  margin-right: var(--component-horizontal-space);
  max-width: 900px;
  width: calc(100% - 2 * var(--component-horizontal-space));
}

.component--full-width {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: unset;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "CentraNo1-Book";
}

body {
  position: relative;
  margin: 50px auto;
  background: #bdbdbd;
  color: #707070;
}
body.online-content {
  margin: 80px auto 0;
  background: #ffffff;
}
body.online-content .container {
  margin-bottom: 0;
}
body div[data-gjs-type=wrapper] {
  padding-bottom: 16px;
}
body div[data-gjs-type=wrapper],
body .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  background: #ffffff;
  margin-bottom: 100px;
}

.component {
  background: #ffffff;
}
.component:last-child {
  margin-bottom: 0;
}
.no-padding {
  padding: 0 !important;
}

.text-tiny {
  font-size: 0.8rem !important;
}
.text-small {
  font-size: 0.9rem !important;
}
.text-normal {
  font-size: 1rem !important;
}
.text-big {
  font-size: 1.4rem !important;
}
.text-huge {
  font-size: 1.8rem !important;
}
.text-orange {
  color: #fc623d;
}
.text-blue {
  color: #0953fb;
}
.text-light-blue {
  color: #90dade;
}
.text-black {
  color: #1a1a1a;
}
.text-grey {
  color: #707070;
}
.text-light-grey {
  color: #f2f2f2;
}
.text-pink {
  color: #ffad9f;
}
.text-beige {
  color: #ffe9db;
}
.text-white {
  color: #ffffff;
}
.text-success {
  color: #0b893e;
}
.text-danger {
  color: #d10309;
}
.text-bold {
  font-family: "CentraNo1-Extrabold";
}
.text-italic {
  font-style: oblique;
}
.text-underline {
  text-decoration: underline;
}

.border-orange {
  border: 2px solid;
  border-color: #fc623d !important;
}
.border-blue {
  border: 2px solid;
  border-color: #0953fb !important;
}
.border-light-blue {
  border: 2px solid;
  border-color: #90dade !important;
}
.border-black {
  border: 2px solid;
  border-color: #1a1a1a !important;
}
.border-grey {
  border: 2px solid;
  border-color: #707070 !important;
}
.border-light-grey {
  border: 2px solid;
  border-color: #f2f2f2 !important;
}
.border-pink {
  border: 2px solid;
  border-color: #ffad9f !important;
}
.border-beige {
  border: 2px solid;
  border-color: #ffe9db !important;
}
.border-white {
  border: 2px solid;
  border-color: #ffffff !important;
}

.bg-orange {
  background: #fc623d;
}
.bg-blue {
  background: #0953fb;
}
.bg-light-blue {
  background: #90dade;
}
.bg-black {
  background: #1a1a1a;
}
.bg-grey {
  background: #707070;
}
.bg-light-grey {
  background: #f2f2f2;
}
.bg-pink {
  background: #ffad9f;
}
.bg-beige {
  background: #ffe9db;
}
.bg-white {
  background: #ffffff;
}

h1,
.h1 {
  font-family: "CentraNo1-Black";
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
}
@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 45px;
  }
}

h2,
.h2 {
  font-family: "CentraNo1-Black";
  font-weight: 400;
  font-size: 28px;
  line-height: 128%;
}
@media (min-width: 768px) {
  h2,
.h2 {
    font-size: 35px;
  }
}

h3,
.h3 {
  font-family: "CentraNo1-Black";
  font-weight: 400;
  font-size: 25px;
  line-height: 128%;
}
@media (min-width: 768px) {
  h3,
.h3 {
    font-size: 30px;
  }
}

h4,
.h4 {
  font-family: "CentraNo1-Black";
  font-weight: 400;
  font-size: 22px;
  line-height: 131%;
}
@media (min-width: 768px) {
  h4,
.h4 {
    font-size: 25px;
  }
}

h5,
.h5 {
  font-weight: 400;
}

a {
  cursor: pointer;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 16px 8px;
  font-family: "CentraNo1-Extrabold";
  font-size: 16px;
  line-height: 130%;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
}
.btn svg {
  margin-bottom: 5px;
}

img {
  object-fit: cover;
  object-position: center center;
}
img.contain {
  object-fit: contain;
}

b {
  font-family: "CentraNo1-Extrabold";
  font-weight: 400;
}

.ml-20 {
  margin-left: 20px;
}

.border-radius-8 {
  border-radius: 8px;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
.header__img {
  min-height: 200px;
  height: 50vw;
  max-height: 440px;
  width: 100%;
}
.header__img img {
  width: 100%;
  height: 100%;
}
.header .header__autor-date {
  display: flex;
  justify-content: flex-end;
}
.header .header__autor-date div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 18px;
}
.header .header__autor-date div svg {
  margin-bottom: 4px;
}

.title--bullet ul {
  padding-left: 24px;
}

.summary {
  text-align: center;
}
.summary h5 {
  text-transform: uppercase;
}
.summary div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.summary div a {
  font-size: 12px;
  line-height: 180%;
  color: inherit;
  text-decoration: none;
  transition: 0.1s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .summary div a {
    font-size: 16px;
  }
}
.summary div a:hover {
  color: #0953fb;
}

.text {
  display: flex;
  flex-wrap: wrap;
}
.text--bullet {
  padding-left: 15px;
}
.text--bullet ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.text-full-width {
  display: flex;
  justify-content: center;
  padding: 32px 0;
}
.text-full-width > div {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  width: 90%;
}

.separator div {
  width: 100%;
  height: 1px;
  border-radius: 90px;
}

.cta {
  display: flex;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.txt-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px 40px;
}
@media (min-width: 768px) {
  .txt-img {
    flex-direction: row;
    align-items: flex-start;
  }
}
.txt-img__txt {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .txt-img__txt {
    min-height: 264px;
    max-height: 325px;
    height: 77vw;
  }
}
.txt-img__txt p,
.txt-img__txt span,
.txt-img__txt strong {
  height: fit-content;
}
.txt-img__img {
  position: relative;
  min-width: 280px;
  max-width: 370px;
  width: 100%;
  min-height: 264px;
  max-height: 325px;
  height: 77vw;
}
.txt-img__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.txt-img--reverse, .txt-img.reverse {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .txt-img--reverse, .txt-img.reverse {
    flex-direction: row-reverse;
  }
}

.txt-img-full-width {
  display: flex;
  justify-content: center;
  padding: 32px 0;
}
.txt-img-full-width > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px 40px;
  width: 90%;
  max-width: 900px;
}
@media (min-width: 768px) {
  .txt-img-full-width > div {
    flex-direction: row;
    align-items: flex-start;
  }
}
.txt-img-full-width.reverse > div {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .txt-img-full-width.reverse > div {
    flex-direction: row-reverse;
  }
}
.txt-img-full-width__txt {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .txt-img-full-width__txt {
    min-height: 264px;
    max-height: 325px;
    height: 77vw;
  }
}
.txt-img-full-width__txt p,
.txt-img-full-width__txt span,
.txt-img-full-width__txt strong {
  height: fit-content;
}
.txt-img-full-width__img {
  position: relative;
  min-width: 280px;
  max-width: 370px;
  width: 100%;
  min-height: 264px;
  max-height: 325px;
  height: 77vw;
}
.txt-img-full-width__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.txt-img-double {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 768px) {
  .txt-img-double {
    flex-direction: row;
  }
}
.txt-img-double__block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .txt-img-double__block {
    width: 100%;
  }
}
.txt-img-double__txt {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.txt-img-double__img {
  min-width: 280px;
  max-width: 420px;
  width: 100%;
  min-height: 190px;
  max-height: 280px;
  height: 57vw;
}
.txt-img-double img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.txt-img-double--reverse .txt-img-double__block {
  flex-direction: column-reverse;
}

.video {
  min-height: 160px;
  height: 50vw;
  max-height: 505px;
}
.video iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.single-img {
  height: 380px;
}
.single-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.double-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .double-img {
    flex-direction: row;
  }
}
.double-img div {
  min-width: 280px;
  max-width: 440px;
  width: 100%;
  min-height: 241px;
  max-height: 380px;
  height: 67vw;
}
.double-img div img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.triple-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 1064px) {
  .triple-img {
    flex-direction: row;
  }
}
.triple-img div {
  min-width: 200px;
  max-width: 280px;
  width: 100%;
  min-height: 200px;
  max-height: 280px;
  height: 58vw;
}
.triple-img div img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.carousel-gjs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.carousel-gjs div {
  width: 140px;
  height: 95px;
}
.carousel-gjs div img {
  width: 100%;
  height: 100%;
}

.swiper {
  min-height: 222px;
  height: 50vw;
  max-height: 540px;
  background: transparent;
}
.swiper .swiper-slide .img-container {
  border-radius: 20px;
  width: 100%;
  height: calc(100% - var(--pagination-minus-height));
}
.swiper .swiper-slide img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.swiper .swiper-pagination {
  bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--pagination-gap);
  height: var(--pagination-img-size);
}
.swiper .swiper-pagination-bullet {
  display: flex;
  margin: 0 !important;
  width: var(--pagination-img-size);
  height: var(--pagination-img-size);
  transition: 0.1s opacity;
}
.swiper .swiper-pagination-bullet:hover {
  opacity: 0.5;
}
.swiper .swiper-pagination-bullet-active {
  background: #ffffff !important;
}
.swiper .swiper-pagination-bullet-active:hover {
  opacity: 1;
}
.swiper .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev {
  color: #ffffff !important;
  top: calc(50% - var(--pagination-minus-height) / 2);
}
.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
  font-size: 30px;
}
.swiper .swiper-button-next {
  right: 20px;
}
.swiper .swiper-button-prev {
  left: 20px;
}

.conversion__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 5px 0;
  border-radius: 20px;
}
@media (min-width: 1064px) {
  .conversion__wrapper {
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 12px 0 34px;
  }
}
.conversion__img:first-child {
  position: relative;
  width: 196px;
  height: 207px;
}
.conversion__img:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  background: url(https://s3-eu-west-1.amazonaws.com/sj-web-uploads/preprod/upload-wp-588990429795.png) no-repeat;
  background-position: center center;
  width: 58px;
  height: 83px;
}
.conversion__img:last-child {
  width: 199px;
  height: 170px;
}
@media (min-width: 1410px) {
  .conversion__img:last-child {
    width: 221px;
    height: 188px;
    align-self: flex-end;
  }
}
.conversion__img img {
  width: 100%;
  height: 100%;
}
.conversion__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin: 18px 0 27px;
  padding: 0 5px;
  max-width: 435px;
  text-align: center;
}
.conversion__content h4 {
  position: relative;
}
.conversion__content h4::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: url(https://s3-eu-west-1.amazonaws.com/sj-web-uploads/preprod/upload-wp-606312894191.png) no-repeat;
  background-position: center center;
  width: 200px;
  height: 20px;
}
.conversion__content p {
  margin-top: 10px;
  font-family: "CentraNo1-Extrabold";
}
.conversion__content a {
  padding: 14px 16px 11px;
  transition: 0.2s background;
}
.conversion__content a:hover {
  background: #3b76fc;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .footer {
    padding: 24px 0;
  }
}
.footer__title {
  text-align: center;
  max-width: 210px;
}
@media (min-width: 768px) {
  .footer__title {
    max-width: unset;
  }
}
.footer__socials {
  display: flex;
  gap: 8px;
}

.trustpilot {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1064px) {
  .trustpilot {
    align-self: center;
    width: 90%;
    height: 180px;
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 32px;
    align-items: center;
    justify-content: center;
  }
}
.trustpilot__title {
  grid-row: 2/2;
  grid-column: 1/1;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  white-space: nowrap;
}
@media (min-width: 1064px) {
  .trustpilot__title {
    justify-self: center;
    align-self: start;
  }
}
.trustpilot__title::after {
  content: "+ 1000 avis positifs";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 67%);
  width: 100%;
  font-family: "Lucky Fellas";
  font-size: 60px;
  line-height: 80%;
  color: #90dade;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .trustpilot__title::after {
    font-size: 70px;
  }
}
.trustpilot__trustbox {
  margin-top: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .trustpilot__trustbox {
    height: 180px;
  }
}
@media (min-width: 1064px) {
  .trustpilot__trustbox {
    grid-row: 1/span 2;
    grid-column: 2/2;
    margin-top: unset;
    align-items: center;
    height: 140px;
  }
}
@media (min-width: 768px) {
  .trustpilot__trustbox--mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .trustpilot__trustbox--tablet {
    display: none;
  }
}
.trustpilot__trustbox iframe {
  height: 100%;
}
@media (min-width: 1064px) {
  .trustpilot__heart {
    grid-row: 1/2;
    grid-column: 1/1;
    justify-self: center;
  }
}

.compare-photobooth {
  --gap-lines: 8px;
  margin: 0;
  z-index: 1;
}
@media (min-width: 1064px) {
  .compare-photobooth {
    --gap-lines: 16px;
  }
}
@media (min-width: 1064px) {
  .compare-photobooth {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.compare-photobooth > div {
  overflow-x: scroll;
}
.compare-photobooth__content {
  width: 720px;
  display: flex;
  flex-direction: column;
  padding: 0 10px 20px;
  color: #1a1a1a;
}
@media (min-width: 1064px) {
  .compare-photobooth__content {
    width: 920px;
    padding: 0 10px 24px;
  }
}
.compare-photobooth .more {
  padding-left: 20px;
  margin-top: 16px;
}
@media (min-width: 1064px) {
  .compare-photobooth .more {
    width: 900px;
  }
}
.compare-photobooth__header {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 0 10px;
  color: #78b6b9;
}
.compare-photobooth__header > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.compare-photobooth__header > *:not(:first-child) {
  background: #e9f8f8;
  border-radius: 10px 10px 0 0;
  height: 70px;
}
@media (min-width: 1064px) {
  .compare-photobooth__header > *:not(:first-child) {
    height: 95px;
  }
}
@media (min-width: 1064px) {
  .compare-photobooth__header > * span:first-child {
    font-size: 20px;
  }
}
.compare-photobooth__header > * span:nth-child(2) {
  font-size: 12px;
}
@media (min-width: 1064px) {
  .compare-photobooth__header > * span:nth-child(2) {
    font-size: 16px;
  }
}
.compare-photobooth__line {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.13);
  text-align: center;
  padding: 0 10px;
}
.compare-photobooth__3cols {
  grid-template-columns: repeat(3, 1fr) !important;
}
.compare-photobooth__line:not(:last-child) {
  margin-bottom: var(--gap-lines);
}
.compare-photobooth__line > * {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}
.compare-photobooth__line > *:not(:first-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  background: #e9f8f8;
  height: var(--gap-lines);
  z-index: -1;
}
.compare-photobooth__line:last-child > *:not(:first-child)::after {
  height: 16px;
  border-radius: 0 0 10px 10px;
}
@media (min-width: 1064px) {
  .compare-photobooth__line:last-child > *:not(:first-child)::after {
    height: 24px;
  }
}
.compare-photobooth .fs-10_14 {
  font-size: 10px;
  line-height: 130%;
}
@media (min-width: 1064px) {
  .compare-photobooth .fs-10_14 {
    font-size: 14px;
  }
}
.compare-photobooth .fs-12 {
  font-size: 12px;
  line-height: 130%;
}
.compare-photobooth .fs-14 {
  font-size: 14px;
  line-height: 130%;
}
.compare-photobooth .fs-14_20 {
  font-size: 14px;
  line-height: 130%;
}
@media (min-width: 1064px) {
  .compare-photobooth .fs-14_20 {
    font-size: 20px;
  }
}
.compare-photobooth .fs-12_16 {
  font-size: 12px;
  line-height: 130%;
}
@media (min-width: 1064px) {
  .compare-photobooth .fs-12_16 {
    font-size: 16px;
  }
}
.compare-photobooth .fs-16_18 {
  font-size: 16px;
  line-height: 130%;
}
@media (min-width: 1064px) {
  .compare-photobooth .fs-16_18 {
    font-size: 18px;
  }
}
.compare-photobooth .grades {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.compare-photobooth .grades > div {
  display: flex;
  gap: 4px;
  align-items: center;
}
.compare-photobooth .offer {
  text-align: left;
}
.compare-photobooth .price {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.compare-photobooth .brands,
.compare-photobooth .bornes {
  justify-self: center;
  width: 100%;
}
.compare-photobooth .brands picture,
.compare-photobooth .bornes picture {
  display: flex;
  align-items: center;
}
.compare-photobooth .brands img,
.compare-photobooth .bornes img {
  width: 100%;
}
.compare-photobooth .bornes img {
  max-height: 110px;
  object-fit: contain;
}
@media (min-width: 1064px) {
  .compare-photobooth .bornes img {
    max-height: 200px;
  }
}
.compare-photobooth .weight {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.compare-photobooth .shipping {
  text-align: left;
}
.compare-photobooth .mounting,
.compare-photobooth .shipping {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 10px;
  line-height: 130%;
}
@media (min-width: 1064px) {
  .compare-photobooth .mounting,
.compare-photobooth .shipping {
    font-size: 14px;
  }
}

.custom-blue-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.custom-blue-card__content {
  border-radius: 20px;
  background: #e6eeff;
  width: 100%;
  padding: 24px 12px;
}
@media (min-width: 1064px) {
  .custom-blue-card__content {
    padding: 32px 40px;
  }
}
.custom-blue-card__title {
  font-size: 32px;
  font-family: "CentraNo1-Black";
  color: #0953fb;
  margin-bottom: 24px;
}
.custom-blue-card__list {
  margin-left: 20px;
}
.custom-blue-card__more {
  font-size: 12px;
}

.header-blog {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  width: 100%;
  padding: 8px 16px;
  background: #ffffff;
  box-shadow: 0 0 4px #707070;
  z-index: 5;
}
@media (min-width: 768px) {
  .header-blog {
    padding: 18px 148px;
  }
}
.header-blog.opened::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(26, 26, 26, 0.2);
  z-index: -1;
}
.header-blog__user {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.header-blog__logo {
  width: 89px;
  height: 24px;
}
.header-blog__logo img {
  width: 100%;
  height: 100%;
}
.header-blog__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.header-blog__burger.opened .header-blog__nav {
  transform: translate(-200px, -20px);
}
@media (min-width: 768px) {
  .header-blog__burger {
    width: unset;
    height: unset;
    cursor: initial;
    z-index: 0;
  }
}
.header-blog__dash {
  position: relative;
  background: #fc623d;
  height: 3px;
  width: 24px;
  border-radius: 50px;
  z-index: -1;
}
@media (min-width: 768px) {
  .header-blog__dash {
    width: unset;
    height: unset;
    background: unset;
  }
}
.header-blog__dash::before, .header-blog__dash::after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background: inherit;
  border-radius: inherit;
  z-index: inherit;
  transition: inherit;
}
@media (min-width: 768px) {
  .header-blog__dash::before, .header-blog__dash::after {
    content: unset;
  }
}
.header-blog__dash::before {
  top: -8px;
}
.header-blog__dash::after {
  bottom: -8px;
}
.header-blog__nav {
  background: #ffffff;
  width: fit-content;
  transform: translate(50px, -20px);
  padding: 40px 32px 24px;
  border-radius: 20px;
  text-align: center;
  cursor: initial;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .header-blog__nav {
    transition: none;
    transform: unset;
    padding: 0;
  }
}
.header-blog__nav li {
  list-style: none;
}
.header-blog__nav li a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.header-blog__nav .header-blog__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
}
@media (min-width: 768px) {
  .header-blog__nav .header-blog__close {
    display: none;
  }
}
.header-blog__nav .header-blog__close::before, .header-blog__nav .header-blog__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  background: #fc623d;
  height: 3px;
  width: 24px;
  border-radius: 50px;
  z-index: 10;
  transition: 0.3s;
}
.header-blog__nav .header-blog__close::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.header-blog__nav .header-blog__main-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .header-blog__nav .header-blog__main-list {
    flex-direction: row;
  }
}
.header-blog__nav .header-blog__main-item {
  width: 165px;
  color: #0953fb;
}
@media (min-width: 768px) {
  .header-blog__nav .header-blog__main-item {
    width: unset;
    cursor: pointer;
  }
}
.header-blog__nav .header-blog__main-item:not(:last-child) {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 19px;
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .header-blog__nav .header-blog__main-item:not(:last-child) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    margin-bottom: 0;
    border: unset;
  }
}
.header-blog__nav .header-blog__main-item p {
  white-space: nowrap;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .header-blog__nav .header-blog__main-item p {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .header-blog__nav .header-blog__main-item--title {
    width: 135px;
  }
  .header-blog__nav .header-blog__main-item--title:hover p {
    color: #0953fb;
    font-family: "CentraNo1-Extrabold";
  }
  .header-blog__nav .header-blog__main-item--title:hover ul {
    display: flex;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    background: white;
    padding: 16px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 3px 2px -2px #707070;
  }
}
.header-blog__nav .header-blog__main-item--title p {
  font-family: "CentraNo1-Extrabold";
}
@media (min-width: 768px) {
  .header-blog__nav .header-blog__main-item--title p {
    font-family: "CentraNo1-Book";
    color: grey;
  }
}
.header-blog__nav .header-blog__main-item--user a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.header-blog__nav .header-blog__main-item--user a span {
  transform: translateY(2px);
}
@media (min-width: 768px) {
  .header-blog__nav .header-blog__main-item--user a span {
    display: none;
  }
}
.header-blog__nav .header-blog__sub-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #707070;
}
@media (min-width: 768px) {
  .header-blog__nav .header-blog__sub-item {
    display: none;
  }
}
.header-blog__nav .header-blog__sub-item a:hover {
  text-decoration: underline currentColor;
}

.related-articles {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding: 24px 10px;
  background: #90dade;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .related-articles {
    padding: 48px;
  }
}
.related-articles .h3 {
  color: #ffffff;
  font-family: "CentraNo1-Extrabold";
  font-size: 40px;
}
.related-articles .h3 span {
  font-family: inherit;
  color: #0953fb;
}
.related-articles__swiper {
  width: 300px !important;
}
@media (min-width: 768px) {
  .related-articles__swiper {
    width: 480px !important;
  }
}
.related-articles__swiper .swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.related-articles__swiper .swiper-wrapper .swiper-slide {
  width: 100% !important;
}
.related-articles__swiper .swiper-wrapper a {
  text-decoration: none;
  color: inherit;
}
.related-articles .card-box {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.related-articles .card-box .card-img {
  width: 100%;
  height: 218px;
}
.related-articles .card-box .card-img img {
  width: 100%;
  height: 100%;
}
.related-articles .card-box .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
}
.related-articles .card-box .card-body h5 {
  font-family: "CentraNo1-Extrabold";
  font-size: 20px;
  letter-spacing: -0.8px;
  line-height: 100%;
  transition: 0.2s;
}
.related-articles .card-box .card-body h5:hover {
  color: #fc623d;
}
.related-articles .card-box .card-body h5 a {
  font-family: inherit;
}
.related-articles .card-box .card-body .infos {
  display: flex;
  justify-content: space-between;
}
.related-articles .card-box .card-body .infos .user {
  display: flex;
  align-items: center;
  gap: 4px;
  transition: 0.2s;
}
.related-articles .card-box .card-body .infos .user:hover {
  color: #fc623d;
}
.related-articles .card-box .card-body .infos .user__icon {
  width: 24px;
  height: 24px;
}
.related-articles .card-box .card-body .infos .user__icon img {
  width: 100%;
}
.related-articles .card-box .card-body .infos .user__name {
  transform: translateY(2px);
}
.related-articles .card-box .card-body .infos .date {
  width: 100%;
  text-align: right;
}

.footer-blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #333;
  padding: 0 15px 16px;
}
.footer-blog a {
  text-decoration: none;
  color: inherit;
}
.footer-blog a:hover {
  text-decoration: underline;
}
.footer-blog__main {
  width: 100%;
  max-width: 1300px;
}
.footer-blog__logo {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 16px;
}
.footer-blog__logo a svg {
  width: 116px;
}
@media (min-width: 768px) {
  .footer-blog__logo a svg {
    width: auto;
  }
}
.footer-blog__links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .footer-blog__links {
    flex-direction: row;
    justify-content: center;
  }
}
.footer-blog__links a {
  color: #ffffff;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  line-height: 100%;
}
@media (min-width: 768px) {
  .footer-blog__links a {
    width: unset;
    padding: 0 16px;
    border-right: 2px solid #ffffff;
  }
}
@media (min-width: 768px) {
  .footer-blog__links div {
    width: 2px;
    height: inherit;
    background: #ffffff;
  }
}
.footer-blog__more {
  color: #707070;
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
}

/*# sourceMappingURL=main.css.map */
