body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: JET Sans, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu,
    Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin: 0;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
.App {
  text-align: center;
}
.App-logo {
  height: 40vmin;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin 20s linear infinite;
  }
}
body,
html {
  scroll-behavior: smooth;
}
.App-header {
  align-items: center;
  background-color: #282c34;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: calc(10px + 2vmin);
  justify-content: center;
  min-height: 100vh;
}
.react-tooltip__place-bottom .react-tooltip-arrow {
  background-color: #ff8000;
}
.App-link {
  color: #61dafb;
}
.section-slider {
  background-color: #c1dade;
  padding: 100px 0;
}
.section-slider-container {
  margin: 0 16%;
}
.section-slider__title {
  margin-bottom: 40px;
}
.section-slider__title .h2 {
  color: #242e30;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-align: center;
}
.section-slider__description {
  color: #242e30;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto 60px;
  max-width: 1000px;
  text-align: center;
}
.container-tooltip h3 {
  font-size: 24px;
}
.info-block {
  background-color: #f75e28;
  padding: 60px 0;
}
.info-block__container {
  margin: 0 16%;
}
.info-block__title {
  margin-bottom: 26px;
  padding-left: 60px;
}
.info-block__title .h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  margin: 0;
  text-align: left;
}
.info-block__column {
  grid-column-gap: 12px;
  column-gap: 12px;
  display: grid;
  grid-template-columns: 48px 1fr;
  text-align: left;
}
.info-block__column-subtitle {
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.info-block__content {
  grid-column-gap: 60px;
  column-gap: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.info-block__description p,
.info-block__description ul li {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.info-block__description ul li {
  margin-bottom: 6px;
}
.banner {
  background-color: #ff8000;
  padding: 100px 0;
}
.banner__container {
  margin: 0 16%;
}
.banner__title {
  margin-bottom: 30px;
}
.banner__title .h2 {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  line-height: 90px;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
.banner__description {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 41px;
  text-align: left;
}
.banner__content {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  position: relative;
}
.banner__text {
  z-index: 2;
}
.banner__picture {
  position: absolute;
  right: -90px;
  z-index: 1;
}
.banner-information {
  background-color: #f75e28;
  padding: 50px 0;
}
.banner-information__container {
  margin: 0 16%;
}
.banner-information__content {
  grid-column-gap: 100px;
  column-gap: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.banner-information__text {
  max-width: 250px;
}
.banner-information__box {
  column-gap: 20px;
  display: flex;
  text-align: left;
}
.banner-information__text-title {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 12px;
}
.banner-information__description {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.banner-information__bg {
  background: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/sushilifestyleb7657c7d7c9e7c0bffe7-2.webp)
    no-repeat 50%;
  background-size: cover;
  height: 560px;
}
.love-sushi {
  background-color: #5b3d5b;
  padding: 65px 0;
  position: relative;
}
.love-sushi__container {
  margin: 0 16%;
  position: relative;
}
.love-sushi__title {
  margin-bottom: 20px;
}
.love-sushi__title .h2 {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  line-height: 90px;
  margin: 0;
}
.love-sushi__description {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
}
.love-sushi__triangle {
  bottom: -20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  z-index: 3;
}
.best-sushi {
  background-color: #fafafa;
  padding: 100px 0 80px;
}
.best-sushi__container {
  margin: 0 16%;
}
.best-sushi__content {
  grid-column-gap: 60px;
  align-items: center;
  column-gap: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.best-sushi__text {
  text-align: left;
}
.best-sushi__title {
  color: #242e30;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 20px;
}
.best-sushi__description p {
  color: #242e30;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
}
.best-sushi__picture {
  border-radius: 12px;
  height: 355px;
  overflow: hidden;
  width: 530px;
}
.best-sushi__picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.best-sushi__button {
	margin-top: 10px;
}
.best-sushi__button .stores__link {
  max-width: 100%;
}

@media only screen and (max-width: 1700px) {
  .banner__container,
  .info-block__container {
    margin: 0 4%;
  }
  .banner__picture {
    right: 0;
  }
  .best-sushi__container {
    margin: 0 4%;
  }
}
@media only screen and (max-width: 1500px) {
  .banner__title {
    max-width: 800px;
  }
  .banner__title .h2 {
    font-size: 80px;
    line-height: 87px;
  }
}
@media only screen and (max-width: 1400px) {
  .banner__picture {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
  .banner__picture img {
    max-width: 75%;
  }
  .banner-information__container {
    margin: 0 4%;
  }
}
@media only screen and (max-width: 1200px) {
  .banner__title {
    max-width: 600px;
  }
  .banner__title .h2 {
    font-size: 60px;
    line-height: 67px;
  }
  .banner__picture img {
    max-width: 70%;
  }
  .banner__description {
    font-size: 26px;
    line-height: 30px;
  }
  .banner-information__content {
    column-gap: 40px;
  }
  .love-sushi__title .h2 {
    font-size: 80px;
    line-height: 70px;
  }
  .love-sushi__container {
    margin: 0 4%;
  }
  .love-sushi__description {
    font-size: 24px;
    line-height: 30px;
  }
  .best-sushi__title {
    font-size: 24px;
    line-height: 28px;
  }
  .best-sushi__description p {
    font-size: 14px;
    line-height: 18px;
  }
  .best-sushi__picture {
    width: 410px;
  }
}
@media only screen and (max-width: 991px) {
  .banner__title {
    max-width: 800px;
  }
  .banner__title .h2 {
    font-size: 80px;
    line-height: 87px;
  }
  .banner__content {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .banner__picture {
    position: relative;
  }
  .banner__picture img {
    max-width: 100%;
  }
  .best-sushi__content {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .best-sushi__picture {
    margin: 0 auto;
    order: 1;
    width: 600px;
  }
  .best-sushi__text {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .banner {
    padding: 60px 0;
  }
  .banner__title {
    max-width: 600px;
  }
  .banner__title .h2 {
    font-size: 60px;
    line-height: 67px;
  }
  .info-block__content {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .info-block__column {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .info-block__column-subtitle {
    font-size: 18px;
    line-height: 20px;
  }
  .info-block__description p,
  .info-block__description ul li {
    font-size: 12px;
    line-height: 14px;
  }
  .info-block__title .h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .info-block__title {
    padding-left: 0;
  }
  .banner-information__content {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .banner-information__text {
    max-width: 100%;
  }
  .banner-information__bg {
    height: 170px;
  }
  .love-sushi__title .h2 {
    font-size: 60px;
    line-height: 50px;
  }
  .love-sushi__description {
    font-size: 18px;
    line-height: 22px;
  }
  .best-sushi__picture {
    margin: 0 auto;
    order: 1;
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .banner__title {
    max-width: 600px;
  }
  .banner__title .h2 {
    font-size: 46px;
    line-height: 52px;
  }
  .banner-information__picture svg {
    height: 40px;
    width: 40px;
  }
  .banner-information__text-title {
    font-size: 18px;
    line-height: 22px;
  }
  .banner-information__description {
    font-size: 12px;
    line-height: 14px;
  }
  .banner-information__bg {
    background-position: -210px 0;
  }
  .best-sushi__picture {
    height: 260px;
  }
  .best-sushi__picture img {
    object-position: top;
  }
  .best-sushi__content {
    padding: 0 20px;
  }
  .best-sushi__title {
    font-size: 18px;
    line-height: 22px;
  }
  .best-sushi__button .stores__link {
    font-size: 13px;
    height: 40px;
    min-height: 40px;
    padding: 0 6px;
  }
  .best-sushi__description {
    margin-bottom: 24px;
  }
  .banner {
    padding: 60px 0 20px;
  }
  .banner__content {
    row-gap: 0;
  }
}
@media only screen and (max-width: 468px) {
  .banner__title {
    max-width: 320px;
  }
  .banner__title .h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .banner__description {
    font-size: 16px;
    line-height: 20px;
  }
  .info-block__column svg {
    height: 30px;
    width: 26px;
  }
  .info-block__column {
    row-gap: 10px;
  }
  .love-sushi__title .h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .love-sushi__description {
    font-size: 14px;
    line-height: 18px;
  }
  .love-sushi {
    padding: 35px 0;
  }
  .best-sushi__picture {
    height: 200px;
  }
}
@keyframes App-logo-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.section-main {
  background: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/mainBge54c2b0621319debb860.svg) no-repeat center -555px,
    #efedea;
  background-size: cover;
}
.section-main__container {
  margin: 0 16%;
  padding-bottom: 5%;
  padding-top: 6%;
  position: relative;
}
.section-main__title {
  margin-bottom: 40px;
  max-width: 1000px;
}
.br-mobile {
  display: none;
}
.section-main__logo {
  margin-bottom: 60px;
  text-align: left;
}
.section-main__text-block--title {
  margin: 0 auto;
  max-width: 930px;
}
.section-main__text-block {
  scroll-margin-top: 100px;
}
.section-main__block {
  margin: 0 12%;
}
.section-main__title .h1 {
  color: #fff;
  font-size: 90px;
  font-weight: 700;
  line-height: 70px;
  margin: 0;
  text-align: left;
}
.section-main__title span {
  display: flex;
  line-height: 80px;
}
.section-main__subtitle,
.section-main__title span {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
}
.section-main__subtitle {
  line-height: 65px;
  text-align: left;
}
.section-main__description {
  margin-bottom: 50px;
  max-width: 100%;
}
.section-main__description p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 0;
  text-align: left;
}
.section-main__description p:last-child {
  margin-bottom: 0;
}
.section-main__image {
  position: relative;
  text-align: right;
}
.section-main__image img {
  max-width: 100%;
}
.section-main__logo {
  margin-bottom: 40px;
}
.section-main__logo-svg {
  height: 60px;
  width: 252px;
}
.section-main__text-block--title .h2 {
  color: #242e30;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center;
}
.section-main__text-block--paragraph {
  color: #242e30;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto 60px;
  max-width: 945px;
  text-align: center;
}
.section-main__text-block--text p {
  color: #242e30;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  text-align: center;
}
.section-main__text-block--text p:not(:last-child) {
  margin-bottom: 30px;
}
.section-main__btn {
  display: flex;
  justify-content: flex-start;
}
.section-main__btn a {
  align-items: center;
  background: #125fca;
  border-radius: 34px;
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  line-height: 28px;
  padding: 0 64px;
  text-decoration: none;
  width: -webkit-max-content;
  width: max-content;
}
.section-main__link {
  color: inherit;
  text-decoration: none;
}
.section-main__category {
  grid-column-gap: 30px;
  column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 1000px;
}
.section-main__category-box {
  align-items: center;
  background-color: #fafafa;
  border-radius: 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 220px;
  max-width: 280px;
  padding: 50px 20px;
  transition: background-color 0.5s ease;
}
.section-main__category-text {
  font-size: 24px;
}
.section-main__category-icon {
  margin-bottom: 10px;
}
.section-main__link:first-child:hover .section-main__category-box {
  background-color: #f6c243;
}
.section-main__link:nth-child(2):hover .section-main__category-box {
  background-color: #c1dade;
}
.section-main__link:nth-child(3):hover .section-main__category-box {
  background-color: #f2a6b0;
}
@media only screen and (max-width: 1400px) {
  .section-main__block {
    margin: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .section-main__image {
    right: auto;
  }
  .section-main__title {
    margin-bottom: 30px;
  }
  .section-main__title .h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .section-main__logo {
    margin-bottom: 30px;
  }
  .section-main__logo img {
    width: 250px;
  }
  .section-main {
    background-position-y: -560px;
  }
  .section-main__container {
    padding-bottom: 40px;
    padding-top: 11%;
  }
  .section-main__title span {
    font-size: 38px;
    line-height: 44px;
  }
  .section-main__image {
    top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .section-main__title .h1 {
    text-align: center;
  }
  .section-main__description {
    max-width: 100%;
    width: 100%;
  }
  .section-main__description p {
    font-size: 30px;
    text-align: center;
  }
  .section-main__logo {
    text-align: center;
  }
  .section-main__btn,
  .section-main__title span {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .section-main__container {
    margin: 0 4%;
  }
  .section-main__title .h1 {
    font-size: 36px;
    line-height: 38px;
  }
  .section-main {
    background-position-y: -730px;
  }
  .section-main__text-block--title .h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .section-main__text-block {
    top: 0;
  }
  .section-main__text-block--text {
    margin-bottom: 30px;
  }
  .section-main__text-block--text p {
    font-size: 16px;
    line-height: 20px;
  }
  .section-main__btn a {
    border-radius: 15px;
    font-size: 16px;
    height: 36px;
    line-height: 18px;
    padding: 6px 24px;
  }
  .section-main__text-block--paragraph {
    font-size: 16px;
  }
  .section-main__description p {
    font-size: 25px;
  }
  .section-main__title .h1 {
    font-size: 40px;
  }
  .section-main__logo svg {
    width: 190px;
  }
  .section-main__logo {
    margin-bottom: 10px;
  }
  .section-main__container {
    padding-top: 14%;
  }
  .map__title .h2 {
    font-size: 16px;
    line-height: normal;
  }
  .section-main__btn a {
    border-radius: 10em;
    height: 35px;
    padding: 0 24px;
  }
  .section-main__category-box {
    max-height: 130px;
    max-width: 160px;
    padding: 20px;
  }
  .section-main__category-icon svg {
    height: 60px;
    width: 60px;
  }
  .section-main__category-text {
    font-size: 14px;
  }
  .section-main__image {
    top: -30px;
  }
  .section-main__btn {
    margin-bottom: 20px;
  }
  .section-main__title span {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 576px) {
  .section-main__logo,
  .section-main__title .h1 {
    text-align: center;
  }
  .section-main__description p {
    font-size: 21px;
  }
  .header__logo--home svg {
    width: 150px;
  }
  .section-main__category {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 20px;
  }
  .section-main__category-box {
    height: 130px;
    max-height: 130px;
    max-width: 160px;
    padding: 20px;
    width: 160px;
  }
  .section-main__text-block--paragraph {
    font-size: 14px;
    line-height: 18px;
  }
  .section-main__text-block--title .h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .section-main__title span {
    font-size: 18px;
    line-height: 22px;
  }
  .section-main__title .h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .section-main__block {
    margin-bottom: 20px;
  }
  .section-main__category-text {
    font-weight: 700;
  }
}
@media only screen and (max-width: 480px) {
  .section-main__description p {
    font-size: 16px;
    line-height: 18px;
  }
  .br-mobile {
    display: block;
  }
  .section-main__title {
    margin-bottom: 14px;
  }
  .section-main__description {
    margin-bottom: 30px;
  }
  .section-main {
    background-position-y: -665px;
  }
  .section-main__text-block--title .h2 {
    font-size: 16px;
    line-height: 18px;
  }
  .section-main__text-block--paragraph {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 30px;
  }
  .section-main__logo svg {
    width: 150px;
  }
  .section-main__container {
    padding-top: 16%;
  }
  .section-main__btn {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 368px) {
  .section-main {
    background-position-y: -645px;
  }
}
.footer {
  background-color: #efedea;
  position: relative;
}
.footer__container {
  grid-column-gap: 60px;
  align-items: flex-end;
  column-gap: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 17%;
  padding: 40px 0 0;
  position: relative;
}
.footer__btn-group {
  align-items: center;
  column-gap: 14px;
  display: flex;
  justify-content: flex-start;
}
.footer__btn-group .footer__btn-image {
  height: 52px;
}
.footer__picture {
  bottom: -5px;
  position: relative;
}
.footer__description a {
  color: #242e30;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
  text-align: left;
  text-decoration: none;
  transition: color 0.5s ease;
}
.footer__description a:hover {
  color: #ff8000;
}
.footer__picture img {
  width: 350px;
}
.footer__copyright {
  background-color: #1b252e;
  position: relative;
  z-index: 3;
}
.footer__copyright,
.footer__copyright span {
  display: flex;
  justify-content: center;
  text-align: center;
}
.footer__copyright span {
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  width: 100%;
}
.footer__orange-bg {
  align-items: center;
  background-color: #ff8000;
  box-sizing: border-box;
  column-gap: 60px;
  min-height: 200px;
  padding: 40px 0 20px;
  position: relative;
  z-index: 3;
}
.footer__orange-bg a {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer__orange-image {
  width: 200px;
}
.footer__copyright-container {
  margin: 0 14%;
  padding: 19px 0;
  position: relative;
  z-index: 3;
}
.footer__text {
  max-width: 550px;
  padding-bottom: 100px;
  position: relative;
}
.footer__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.footer__description,
.footer__title {
  color: #242e30;
  font-style: normal;
  line-height: normal;
  text-align: left;
}
.footer__description {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 50px;
}
.footer__btn-mob {
  display: none;
}
.footer__orange-text {
  max-width: 530px;
}
.footer__orange-title {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  padding-left: 70px;
  position: relative;
  text-align: left;
}
.footer__orange-title:before {
  background: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/contacts64f9bf8cd3aef0bdf14b.svg) no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 3;
}
.footer__orange-description {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.footer__line {
  display: none;
}
.footer_mobile-text {
  display: none;
  margin: 0 6%;
}
.footer__links {
  align-items: center;
  column-gap: 40px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 630px;
}
.footer__link {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  text-decoration: none;
  width: -webkit-max-content !important;
  width: max-content !important;
}
.footer__link:not(:last-child):before {
  background-color: #fff;
  content: "";
  height: 14px;
  position: absolute;
  right: -20px;
  width: 1px;
}
.footer__orange-link {
  padding-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .footer {
    background-position: -220px 0;
  }
  .footer__container {
    margin: 0 4%;
  }
  .footer__text:before {
    right: -50px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__picture {
    bottom: -10px;
  }
  .footer__picture img {
    width: 300px;
  }
  .footer {
    background-position: -380px 0;
  }
  .footer__text:before {
    right: 0;
  }
  .footer__orange-bg {
    grid-template-columns: 1fr;
    padding: 4% 10%;
    row-gap: 20px;
  }
  .footer__orange-description,
  .footer__orange-title {
    text-align: center;
  }
  .footer__orange-text {
    margin: 0 auto;
  }
  .footer__orange-title:before {
    left: 140px;
  }
  .footer__container {
    column-gap: 30px;
    padding: 60px 0 0;
  }
  .footer__btn-group {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer__title {
    font-size: 26px;
  }
  .footer__title:before {
    top: -14px;
  }
  .footer__links {
    width: 100%;
  }
  .footer__btn-group .footer__btn-image {
    width: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__picture {
    bottom: -10px;
  }
  .footer__title {
    font-size: 26px;
  }
  .footer__description {
    font-size: 16px;
	margin: 0 0 20px;
	padding: 0 20px;
  }
  .footer__btn-group {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 5px;
  }
  .footer__btn-group .footer__btn {
    min-width: 120px;
  }
  .footer__btn-mob {
    display: block;
  }
  .footer {
    background-position: -490px 0;
  }
  .footer__picture img {
    width: 260px;
  }
  .footer__text:before {
    right: 0;
    top: -80px;
  }
  .footer__text {
    padding-bottom: 20px;
  }
  .footer__orange-title {
    font-size: 24px;
    padding-left: 0;
	display: inline-block;
  }
  .footer__orange-description {
    font-size: 16px;
  }
  .footer__orange-title:before {
    background-size: contain;
    left: -40px;
  }
  .footer__orange-image {
    width: 120px;
  }
  .footer_mobile-text {
    display: block;
    padding: 40px 0 10px;
    margin: 0;
  }
  .footer__description-desktop,
  .footer__title-desktop {
    display: none;
  }
  .footer__container {
    padding-top: 0;
  }
  .footer__title {
    padding-left: 35px;
  }
  .footer__title:before {
    background-size: contain;
    height: 32px;
    top: 0;
    width: 22px;
  }
  .footer__title,
  .footer_mobile-text .footer__description {
    text-align: center;
  }
  .footer__btn-group .footer__btn-image {
    width: 110px;
  }
}
@media only screen and (max-width: 580px) {
  .footer__title {
    font-size: 16px;
  }
  .footer__description {
    font-size: 12px;
  }
  .footer__picture img {
    width: 150px;
  }
  .footer__picture {
    bottom: -5px;
  }
  .footer__text {
    margin-top: 10px;
  }
  .footer__title {
    margin-bottom: 10px;
  }
  .footer__title {
    font-size: 14px;
  }
  .footer__container {
    column-gap: 10px;
  }
  .footer__btn-group {
    row-gap: 0;
  }
  .footer {
    background-position: -700px 0;
  }
  .footer__text:before {
    background-size: 30px;
    top: -60px;
  }
  .footer__btn-image {
    width: 110px;
  }
  .footer__description a {
    font-size: 14px;
  }
  .footer__text {
    padding-bottom: 10px;
  }
  .footer__picture img {
    width: 180px;
  }
  .footer__orange-link {
    order: 1;
  }
  .footer__orange-text {
    order: 2;
  }
  .footer__orange-description p {
    margin: 0 0 10px;
  }
  .footer__orange-title {
    font-size: 32px;
  }
  .footer__orange-bg {
    padding: 10% 5% 5%;
  }
  .footer__orange-title:before {
    left: 30px;
    margin: 0 auto;
    right: 0;
    top: -40px;
  }
  .footer__line {
    display: block;
    order: 2;
    position: relative;
    top: -9px;
  }
  .footer__orange-image {
    width: 180px;
  }
  .footer__title:before {
    top: -7px;
  }
  .footer__btn-group .footer__btn-image {
    height: 40px;
  }
  .footer__btn-group {
    padding-bottom: 40px;
  }
  .footer__orange-bg {
    row-gap: 8px;
  }
  .footer__orange-title {
    margin-top: 60px;
  }
  .footer__orange-bg a {
    font-size: 12px;
  }
  .footer__orange-link svg {
    height: 80px;
    width: 90px;
  }
  .footer__links {
    column-gap: 20px;
  }
  .footer__link:not(:last-child):before {
    right: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .footer__text {
    padding-bottom: 0;
  }
  .footer__title {
    font-size: 20px;
    text-align: center;
  }
  .footer__title:before {
    left: 40px;
    top: -3px;
  }
  .footer__description {
    font-size: 14px;
    text-align: center;
  }
  .footer__orange-image {
    width: 130px;
  }
  .footer__orange-title {
    font-size: 24px;
  }
}
@font-face {
  font-display: swap;
  font-family: JET Sans;
  font-style: italic;
  font-weight: 700;
  src: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBoldItalic00e749dea7906fbc79ed.eot);
  src: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBoldItalic00e749dea7906fbc79ed.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBoldItalic2dcb92e4b956924ad27f.woff2)
      format("woff2"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBoldItalic7f9eb2090f56264a6ed1.woff) format("woff"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBoldItalicb51519af7f70f9c2c128.ttf)
      format("truetype"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBoldItalic15bad61cbde7b90954c0.svg#JETSans-BoldItalic)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: JET Sans;
  font-style: italic;
  font-weight: 900;
  src: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBlackItalic37dc4b3722306b279d7e.eot);
  src: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBlackItalic37dc4b3722306b279d7e.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBlackItalicb47a8974b5e7a9fd63c7.woff2)
      format("woff2"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBlackItalicb0c7bc2d387346489fc6.woff)
      format("woff"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBlackItalic77a7bec2d11a6db4d25d.ttf)
      format("truetype"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBlackItalic42b7e9165a972daf4105.svg#JETSans-BlackItalic)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: JET Sans;
  font-style: normal;
  font-weight: 700;
  src: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansExtraBold86d96be3d703345b1f64.eot);
  src: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansExtraBold86d96be3d703345b1f64.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansExtraBold45a5e245bd2f08fab213.woff2)
      format("woff2"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansExtraBoldaca66813a21b59161e15.woff) format("woff"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansExtraBold2dd9662ecf03ce63ffa2.ttf)
      format("truetype"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansExtraBoldb85edf3f674102edd559.svg#JETSans-ExtraBold)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: JET Sans;
  font-style: normal;
  font-weight: 900;
  src: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBlacka5ed692e4064c0c01bd9.eot);
  src: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBlacka5ed692e4064c0c01bd9.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBlack1b583f13698a45976d85.woff2) format("woff2"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBlackded417c4fa9e98479924.woff) format("woff"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBlack2dfb05db4203ba99b7b9.ttf) format("truetype"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBlackc1c8a6efb1f751b24800.svg#JETSans-Black)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: JET Sans;
  font-style: italic;
  font-weight: 400;
  src: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansItalicd579e002678922a59f8e.eot);
  src: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansItalicd579e002678922a59f8e.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansItalicfa305c2a276c5303b82c.woff2) format("woff2"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansItalic78c09f448cf9084cadbc.woff) format("woff"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansItalicb843e86acddcf022637d.ttf) format("truetype"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansItalice11f210c745930f7f918.svg#JETSans-Italic)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: JET Sans;
  font-style: normal;
  font-weight: 700;
  src: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBoldacf1d810ff0dc62485d1.eot);
  src: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBoldacf1d810ff0dc62485d1.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBoldb0336a1e4a3f60202d5c.woff2) format("woff2"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBold97aa37994affc202506a.woff) format("woff"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBold30a680c5225bb5bf12db.ttf) format("truetype"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansBold115a9b7af4fba00c0843.svg#JETSans-Bold)
      format("svg");
}
@font-face {
  font-display: swap;
  font-family: JET Sans;
  font-style: normal;
  font-weight: 400;
  src: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansRegular267a26f74df8eee4d60f.eot);
  src: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansRegular267a26f74df8eee4d60f.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansRegular87fb987920731b2c7583.woff2) format("woff2"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansRegular2fe809857eb496e4b700.woff) format("woff"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansRegular9a0cf38544fc6044d9ff.ttf) format("truetype"),
    url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/JETSansRegularcadc9a14c4bdbe1d3350.svg#JETSans-Regular)
      format("svg");
}
.header__container {
  margin: 0 16%;
  position: relative;
}
.header__picture {
  position: absolute;
  right: 200px;
  top: 32px;
  z-index: 2;
}
.header {
  background-color: #ff8000;
  min-height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15;
}
.header__container {
  height: 60px;
}
.header__logo {
  left: 0;
  position: absolute;
  top: 10px;
  z-index: 2;
}
.bm-burger-button {
  right: 0 !important;
  top: 20px !important;
}
.header__logo {
  display: block;
}
.header__logo--home {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.header__logo--home svg {
  height: 40px;
  width: 160px;
}
.header__logo--visible {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .header__container {
    margin: 0 4%;
  }
}
.bm-burger-button {
  height: 20px;
  position: absolute;
  right: 15%;
  top: 36px;
  width: 28px;
}
.bm-burger-button button {
  outline: none;
}
.bm-burger-bars {
  background: #373a47;
}
.bm-burger-bars-hover {
  background: #a90000;
}
.bm-cross-button {
  height: 24px;
  width: 24px;
}
.bm-cross {
  background: #bdc3c7;
}
.bm-menu-wrap {
  height: 100%;
  position: fixed;
}
.bm-menu {
  background: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/menubg9b79feb715bbf0766a48.png) no-repeat 0 0,
    #fafafa !important;
  background: #373a47;
  font-size: 1.15em;
  height: 100%;
  overflow: hidden !important;
  padding: 2.5em 1.5em 0;
  width: 100%;
}
.bm-morph-shape {
  fill: #373a47;
}
.bm-item-list {
  border: none;
  color: #b8b7ad;
  outline: none;
  padding: 0.8em;
}
.bm-item {
  display: inline-block;
}
.bm-item:focus {
  outline: none !important;
}
.bm-overlay {
  background: #0000004d;
}
.right .bm-burger-button {
  left: auto;
  right: 36px;
}
.menu__container {
  display: grid !important;
  grid-template-columns: 0.6fr 1fr;
}
.nav-container {
  display: flex;
  flex-direction: column;
  grid-column: 2;
  padding-left: 40px;
  padding-top: 50px;
}
.nav-container__logo {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.menu__number {
  color: #fff;
  display: inline-flex;
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
}
.menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 3;
}
.menu__item {
  align-items: center;
  column-gap: 40px;
  display: flex;
  max-width: 580px;
}
.menu__item:not(:last-child) {
  margin-bottom: 10px;
}
.menu-item {
  align-items: center;
  background-color: #efedea;
  border-radius: 5px;
  color: #242e30;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 30px;
  min-height: 50px;
  padding: 0 18px;
  text-align: left;
  text-decoration: none !important;
  transition: color 0.5s ease, background-color 0.5s ease;
  width: 100%;
}
.menu-item svg {
  transform: rotate(-90deg);
}
.menu-item svg path {
  transition: fill 0.5s ease;
}
.menu-item--header-active svg {
  transform: rotate(0deg);
}
.menu-item--header-active svg path {
  fill: #fff;
}
.menu-item--header-active {
  background-color: #ff8000;
  color: #fff;
}
.menu__sub-item .menu-item {
  font-size: 14px;
  line-height: 18px;
  min-height: 30px !important;
}
.menu-logo {
  position: relative;
  top: -40px;
}
.menu__sub-list {
  margin-bottom: 10px;
  max-width: 410px;
}
.menu__sub-item {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: flex-start;
  list-style: none;
}
.menu__sub-item svg {
  width: 16px;
}
.menu__sub-item:not(:last-child) {
  margin-bottom: 5px;
}
.bm-cross-button {
  background: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/close81a0d9bfd0ad2054c61d.svg) no-repeat 50%;
  height: 45px !important;
  right: 121px !important;
  top: 24px !important;
  width: 45px !important;
}
.bm-cross-button button,
.bm-cross-button span {
  opacity: 0;
}
.menu-mob {
  display: none;
}
@media only screen and (max-width: 768px) {
  .bm-burger-button {
    right: 0;
  }
}
@media only screen and (max-width: 1870px) {
  .bm-menu {
    background-position: -100px top !important;
  }
}
@media only screen and (max-width: 1670px) {
  .menu-item {
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1400px) {
  .bm-menu {
    background-position: -320px top !important;
  }
}
@media only screen and (max-width: 991px) {
  .bm-menu {
    background-position-x: -480px !important;
  }
  .nav-container {
    padding-left: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .bm-menu {
    background: #fbfbfb !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .menu__container {
    display: block !important;
  }
  .bm-cross-button {
    right: 20px !important;
  }
  .nav-container {
    padding-left: 0 !important;
  }
  .menu__item:not(:last-child) {
    margin-bottom: 6px;
  }
  .menu__list {
    padding: 0;
  }
  .menu-item {
    font-size: 13px;
    line-height: 16px;
    text-align: left;
  }
  .menu-mob {
    border-radius: 30px 30px 0 0;
    bottom: 0;
    display: block;
    height: 300px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
  }
  .menu-mob img {
    height: 100%;
    object-fit: cover;
    object-position: 0 -370px;
    width: 100%;
  }
  .menu-item {
    min-height: 35px;
  }
  .menu-item svg {
    width: 14px;
  }
  .menu-logo svg {
    width: 130px;
  }
}
@media only screen and (max-width: 600px) {
  .menu-mob {
    height: 350px;
  }
  .menu-mob img {
    object-position: 0 0;
  }
  .menu-item {
    font-size: 11px;
  }
}
@media only screen and (max-width: 460px) {
  .nav-container {
    padding-top: 10px;
  }
  .menu-logo {
    top: 0;
  }
  .menu__list {
    position: relative;
    top: -50px;
  }
}
.highlights {
  background-color: #fff;
  padding: 60px 0;
  position: relative;
  scroll-margin-top: 30px;
}
.highlights__container {
  margin: 0 16%;
}
.highlights__title {
  margin-bottom: 20px;
}
.highlights__title .h2 {
  color: #242e30;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin: 0;
}
.highlights__subtitle {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto 50px;
  max-width: 1000px;
}
.highlights__tabs {
  align-items: center;
  border-bottom: 2px solid #b7bdc4;
  column-gap: 50px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0 40px;
  width: calc(100% - 200px);
}
.highlights__tab {
  color: #77808a;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding: 10px 20px;
  position: relative;
  width: 180px;
}
.highlights__tab:before {
  width: 0;
}
.highlights__tab.active:before,
.highlights__tab:before {
  background-color: #f75e28;
  bottom: -4px;
  content: "";
  height: 6px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: all 0.5s ease;
}
.highlights__tab.active:before {
  width: 180px;
}
.highlights__tab.active {
  color: #242e30;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.highlignts-bg-picture img {
  max-width: 100%;
}
.highlights__fries-percent {
  color: #242e30;
  font-size: 120px;
  font-weight: 700;
  left: 80px;
  letter-spacing: -8px;
  line-height: 152px;
  mix-blend-mode: normal;
  opacity: 0.98;
  position: absolute;
  top: 150px;
}
.percent-small {
  left: -10px;
}
.highlights__day,
.percent-small {
  font-size: 40px;
  position: relative;
}
.highlights__day {
  left: -140px;
  letter-spacing: 0 !important;
  top: 40px;
}
.highlights__fries-list {
  bottom: 190px;
  left: 0;
  list-style: none;
  margin: 0 auto;
  max-width: 420px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: left;
}
.highlights__fries-item-title {
  color: #242e30;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 4px;
  padding-left: 18px;
  position: relative;
}
.highlights__fries-item-title:before {
  background-color: #f6c243;
  border-radius: 10em;
  bottom: 0;
  content: "";
  height: 12px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 12px;
}
.highlights__fries-item-description {
  color: #242e30;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.highlights__fries-picture {
  position: absolute;
  right: -170px;
  top: 60px;
}
.highlights__icon-grid {
  grid-gap: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(10, 1fr);
}
.highlights__icon:last-child svg path {
  fill: #c1dade;
}
.highlights__snacks {
  grid-column-gap: 40px;
  column-gap: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.highlights__snacks-top {
  align-items: flex-start;
  column-gap: 30px;
  display: flex;
}
.highlights__snacks-percent-text {
  color: #f6c243;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: -8px;
  line-height: normal;
  mix-blend-mode: normal;
  opacity: 0.98;
  white-space: nowrap;
}
.highlights__snacks-percent-text span {
  font-size: 40px;
  left: -16px;
  position: relative;
}
.highlights__snacks-day {
  color: #f6c243;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  position: relative;
  text-align: left;
  top: -30px;
}
.highlights__snacks-picture {
  position: relative;
  top: -10px;
}
.highlights__snacks-picture img {
  width: 353px;
}
.highlights__snacks-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.highlights__snacks-item {
  text-align: left;
}
.highlights__accumulated:before {
  background-color: #c1dade;
  content: "";
}
.highlights__snacks-accumulated {
  color: #c1dade;
  font-size: 120px;
  font-weight: 700;
  letter-spacing: -8px;
  line-height: 130px;
  mix-blend-mode: normal;
  opacity: 0.98;
  position: relative;
  text-align: left;
  top: 40px;
}
.highlights__snacks-accumulated span {
  font-size: 45px;
}
.highlights__snacks-accumulated-text {
  color: #c1dade;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}
.highlignts-bg-picture {
  left: 90px;
  position: relative;
}
.highlights__snacks-box--mobile,
.highlignts-bg-picture--mobile {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .highlights__container {
    margin: 0 6%;
  }
  .highlignts-bg-picture {
    left: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .highlights__container {
    margin: 0 6%;
  }
  .highlignts-bg-picture {
    left: 60px;
  }
  .highlights__snacks-box--mobile {
    grid-column-gap: 50px;
    align-items: flex-end;
    column-gap: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .highlights__snacks--desktop {
    display: none;
  }
  .highlights__snacks {
    grid-template-columns: 1fr;
  }
  .highlights__icon-grid {
    gap: 0;
    margin: 0 auto;
    max-width: 700px;
    width: 600px;
  }
  .highlights__icon,
  .highlights__icon svg {
    height: 42px;
    width: 32px;
  }
  .highlights__snacks-box--mobile .highlights__snacks-top {
    flex-direction: column;
    text-align: left;
  }
  .highlights__snacks-accumulated-text br {
    display: none;
  }
  .highlights__snacks-box--mobile .highlights__fries-item-description {
    margin-top: 12px;
    text-align: left;
  }
  .highlights__snacks-picture img {
    max-width: 100%;
  }
  .highlights__fries-item-description {
    position: relative;
  }
  .highlights__fries-item-description:before {
    background-color: #f6c243;
    border-radius: 10em;
    content: "";
    height: 6px;
    left: -12px;
    position: absolute;
    top: 6px;
    width: 6px;
  }
  .highlights__snacks-bottom .highlights__fries-item-description:before {
    background-color: #c1dade;
  }
  .highlights__fries-list .highlights__fries-item-description:before {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .highlignts-bg-picture {
    left: 30px;
    margin-bottom: 26px;
  }
  .highlights__fries-list {
    bottom: auto;
    position: relative;
  }
  .highlights__snacks-box--mobile {
    grid-column-gap: 50px;
    align-items: flex-end;
    column-gap: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .highlights__snacks-picture {
    grid-column: 1/3;
  }
  .highlights__snacks-picture img {
    width: 500px;
  }
  .highlights__tabs {
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 768px) {
  .highlights__snacks-picture img {
    width: 100%;
  }
  .highlignts-bg-picture {
    left: 20px;
  }
  .highlights__snacks-percent-text {
    font-size: 60px;
  }
  .highlights__snacks-percent-text span {
    font-size: 30px;
    left: 4px;
  }
  .highlights__snacks-accumulated {
    font-size: 60px;
    line-height: normal;
    top: auto;
  }
  .highlights__snacks-accumulated span {
    font-size: 30px;
    left: 4px;
    position: relative;
  }
  .highlights__snacks-day {
    font-size: 20px;
    top: -8px;
  }
  .highlights__snacks-accumulated-text {
    font-size: 16px;
  }
  .highlights__snacks-accumulated-container,
  .highlights__snacks-percent {
    height: 90px;
  }
  .highlights__snacks-box--mobile {
    align-items: flex-start;
    column-gap: 30px;
    margin-top: 10px;
    row-gap: 20px;
  }
  .highlights__icon-grid {
    width: 480px;
  }
  .highlights__tab {
    width: 100px;
  }
  .highlights__tab.active:before {
    width: 140px;
  }
  .highlights__tab {
    font-size: 14px;
    padding: 0 10px;
    width: 100%;
  }
  .highlights__tab.active {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  .highlights__title {
    margin-bottom: 10px;
  }
  .highlignts-bg-picture--mobile {
    display: block;
  }
  .highlignts-bg-picture--desktop {
    display: none;
  }
  .highlignts-bg-picture {
    left: 0;
  }
  .highlights__snacks-box--mobile .highlights__fries-item-description {
    padding-left: 20px;
  }
  .highlights__fries-item-description:before {
    left: 5px;
  }
  .highlights__icon,
  .highlights__icon svg {
    height: 36px;
    width: 28px;
  }
  .highlights__container {
    margin: 0 6%;
  }
  .highlights__snacks-accumulated-container,
  .highlights__snacks-percent {
    height: 100px;
  }
  .highlights__snacks-accumulated-text {
    line-height: 14px;
  }
  .highlights__icon-grid {
    width: 300px;
  }
  .highlights__fries-item-description,
  .highlights__snacks-accumulated-text {
    font-size: 12px;
  }
  .highlights__tab {
    font-size: 16px;
    width: 100%;
  }
  .highlights__tab.active {
    font-size: 16px;
  }
  .highlights__tab.active:before {
    width: 100%;
  }
  .highlights__title .h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .highlights__subtitle {
    font-size: 14px;
    line-height: 18px;
  }
  .highlights__fries-item-title {
    font-size: 16px;
    line-height: 20px;
    padding-left: 15px;
  }
  .highlights__fries-item-title:before {
    height: 6px;
    width: 6px;
  }
  .highlights__tabs {
    column-gap: 10px;
    padding: 0;
    width: 100%;
  }
  .sushi__slide-picture img {
    width: 70%;
  }
}
.tooltip-container {
  position: relative;
  z-index: 11;
}
.swiperPasta-info__link {
  cursor: pointer;
}
.tooltip-box {
  border-radius: 8px;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.205);
  max-width: 300px;
  min-height: 220px;
  overflow: hidden;
}
.tooltip-container .react-tooltip {
  background-color: #fff;
  min-height: 220px;
  opacity: 1;
  padding: 0;
}
.react-tooltip__place-top .react-tooltip-arrow {
  background-color: #fff;
}
.tooltip-box__title {
  align-items: center;
  background-color: #ff8000;
  display: flex;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 20px;
}
.tooltip-box__close {
  cursor: pointer;
}
.tooltip-box__title h3 {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}
/*.tooltip-box__description {
  padding: 0 10px 0 20px;
}*/
.tooltip-box__description p {
  color: #242e30;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.sushi__slide-picture {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  max-height: 180px;
  min-height: 180px;
  position: relative;
  top: 10px;
}
.sushi__slide-picture img {
  height: 100%;
  object-fit: cover;
  width: 80%;
}
.sushi__name {
  background: #efedea;
  border-radius: 3px;
  color: #242e30;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  max-width: 125px;
  min-height: 30px;
  min-width: 125px;
}
.sushi__name,
.sushi__slide {
  align-items: center;
  display: flex;
  justify-content: center;
}
.sushi__slide {
  flex-direction: column;
  row-gap: 10px;
}
.sushi .swiper-wrapper {
  padding-bottom: 50px;
}
.sushi {
  padding: 0 40px;
  position: relative;
}
.slider-one-button-next-suchiitem,
.slider-one-button-prev-suchiitem {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 10;
}
.slider-one-button-next-suchiitem {
  background: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/arrownextmob2297d98288315e8b2c34.svg) no-repeat;
  background-size: cover;
  height: 50px !important;
  opacity: 0.2;
  right: 0 !important;
  top: 35%;
  width: 28px !important;
}
.slider-one-button-prev-suchiitem {
  background: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/arrowprevmob36032ba712e1c488f2c1.svg) no-repeat;
  background-size: cover;
  height: 50px !important;
  left: 0 !important;
  opacity: 0.2;
  top: 35%;
  width: 28px !important;
}
@media only screen and (max-width: 768px) {
  .sushi__slide-picture {
    height: 100px;
    margin-bottom: 0;
    width: 160px;
  }
  .sushi__slide {
    row-gap: 30px;
  }
  .sushi__slide-picture img {
    object-fit: contain;
    width: 100%;
  }
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper,
swiper-container {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, #00000080, #0000);
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-lazy-preloader {
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid #0000;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: 44px;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: -22px;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: 27px;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: auto;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: 8px;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: 8px;
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: auto;
  left: var(--swiper-pagination-left, auto);
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: #00000040;
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px);
}
.swiper-pagination-lock {
  display: none;
}
.faq {
  background-color: #f5f3f1;
  scroll-margin-top: 30px;
}
.faq__container {
  margin: 0 22%;
  padding: 80px 0 100px;
}
.faq__title {
  margin-bottom: 30px;
}
.faq__title .h2 {
  color: #242e30;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-top: 0;
  text-align: center;
}
.faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq__description {
  color: #242e30;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 60px;
  text-align: center;
}
.faq__item:not(:last-child) {
  margin-bottom: 5px;
}
.faq__item-header {
  grid-column-gap: 10px;
  align-items: center;
  background-color: #5b3d5b;
  border-radius: 8px;
  column-gap: 10px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 43px 1fr 30px;
  height: 58px;
  padding: 0 20px;
  transition: background-color 0.5s ease;
}
.faq__item-text {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  transition: color 0.5s ease;
}
.faq__item svg path {
  transition: fill 0.5s ease;
}
.faq__item-active .faq__item-header {
  background-color: #f6c243;
}
.faq__item-active .faq__item-text {
  color: #242e30;
}
.faq__item-active svg {
  transform: rotate(180deg);
}
.faq__item-active svg path {
  fill: #242e30;
}
.faq__item-number {
  align-items: center;
  background: #c1dade;
  border: 3px solid #6c7582;
  border-radius: 10em;
  box-sizing: border-box;
  color: #242e30;
  display: flex;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  height: 43px;
  justify-content: center;
  line-height: 28px;
  min-height: 43px;
  min-width: 43px;
  width: 43px;
}
.faq__item-body {
  color: #242e30;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  text-align: left;
  visibility: hidden;
}
.faq__item-active .faq__item-body {
  max-height: 190px;
  opacity: 1;
  padding: 20px;
  visibility: visible;
}
.faq__block {
  grid-column-gap: 42px;
  column-gap: 42px;
  display: grid;
  grid-template-columns: 1fr minmax(auto, 305px);
  margin-bottom: 100px;
}
.faq__block-picture {
  border-radius: 20px;
  height: 500px;
  overflow: hidden;
  width: 305px;
}
.faq__block-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.stores__link {
  align-items: center;
  border: 4px solid #242e30;
  border-radius: 30px;
  box-sizing: border-box;
  color: #242e30;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  justify-content: center;
  line-height: 30px;
  margin: 0 auto;
  max-width: 350px;
  min-height: 60px;
  text-decoration: none;
  padding: 10px 20px;
}
@media only screen and (max-width: 1700px) {
  .faq__container {
    margin: 0 14%;
  }
}
@media only screen and (max-width: 1200px) {
  .faq__container {
    margin: 0 6%;
  }
  .faq__item-text {
    font-size: 20px;
    line-height: 22px;
  }
  .faq__item-active .faq__item-body {
    max-height: 250px;
  }
  .faq__item-body {
    font-size: 14px;
	line-height: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .faq__item-text {
    font-size: 18px;
    line-height: 20px;
  }
  .faq__item-active .faq__item-body {
    max-height: 100%;
  }
  .faq__item-header {
    height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .faq__block {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .faq__list {
    order: 2;
  }
  .faq__block-picture {
    width: 100%;
  }
  .faq__block-image {
    object-position: 0 -70px;
  }
  .faq__description {
    font-size: 14px;
    line-height: 18px;
  }
  .faq__title .h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .faq__block {
    margin-bottom: 60px;
  }
  .stores__link {
    border-width: 3px;
    font-size: 18px;
    height: auto;
    max-width: 280px;
    padding: 10px 20px;
    width: 100%;
  }
  .faq__container {
    padding: 50px 0 60px;
  }
}
@media only screen and (max-width: 580px) {
  .stores__link {
    font-size: 14px;
    height: 40px;
    min-height: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .stores__link {
    max-width: 250px;
  }
  .faq__item-header {
    height: 50px;
  }
  .stores__link {
    font-size: 14px;
    height: 40px;
    min-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .faq__block-picture {
    height: 300px;
  }
  .faq__block-image {
    object-position: 0 -20px;
  }
  .faq__item-text {
    font-size: 16px;
  }
  .faq__item-header {
    padding: 0 10px;
  }
  .faq__item-number {
    height: 34px;
    min-height: 34px;
    min-width: 34px;
    width: 34px;
  }
  .faq__item-header {
    grid-template-columns: 34px 1fr 21px;
  }
  .faq__item-arrow svg {
    width: 21px;
  }
}
.toprest {
  background-color: #f5f3f1;
  padding: 80px 0;
  scroll-margin-top: 30px;
}
.toprest__container {
  margin: 0 16%;
}
.toprest__title .h2 {
  color: #242e30;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 20px;
}
.toprest__description {
  color: #242e30;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 46px;
  text-align: center;
}
.toprest__grid {
  grid-gap: 16px;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
.toprest__box {
  border-radius: 15px;
  box-shadow: 0 4px 12px #0000001a;
  max-height: 262px;
  min-height: 262px;
  overflow: hidden;
}
.toprest__box-top {
  background-size: cover !important;
  box-sizing: border-box;
  max-height: 129px;
  min-height: 129px;
  padding: 12px 16px;
  position: relative;
}
.p-10px {
  padding: 10px !important;
}
.p-0 {
  padding: 0 !important;
}
.toprest__logo {
  align-items: center;
  background: #fff;
  border: 3px solid #c1dade;
  border-radius: 10em;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  padding: 6px;
  width: 100px;
}
.toprest__logo img {
  max-width: 100%;
}
.toprest__info {
  bottom: 0;
  column-gap: 1px;
  display: flex;
  position: absolute;
  right: 0;
}
.toprest__address {
  align-items: center;
  background-color: #c1dade;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  column-gap: 6px;
  display: flex;
  height: 30px;
  padding: 0 8px;
  width: 210px;
}
.toprest__address-text {
  color: #242e30;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
}
.toprest__code {
  align-items: center;
  background-color: #c1dade;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  column-gap: 6px;
  display: flex;
  height: 30px;
  padding: 0 8px;
  width: 80px;
}
.toprest__code-text {
  color: #242e30;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
}
.toprest__rating {
  align-items: center;
  background-color: #f6c243;
  border-radius: 5px 0 0 0;
  column-gap: 6px;
  display: flex;
  height: 30px;
  padding: 0 8px;
  width: 60px;
}
.toprest__rating-text {
  align-items: center;
  color: #242e30;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
}
.toprest__box-bottom {
  background: #fff;
  padding: 10px 36px 20px;
}
.toprest__box-bottom .toprest__title {
  align-items: center;
  column-gap: 7px;
  display: flex;
  margin-bottom: 10px;
}
.toprest__number {
  align-items: center;
  background: #c1dade;
  border-radius: 10em;
  color: #242e30;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 18px;
  min-height: 27px;
  min-width: 27px;
}
.toprest__box-bottom .toprest__title .h3 {
  color: #242e30;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}
.toprest__box-bottom .toprest__description {
  color: #242e30;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 14px;
  text-align: left;
}
.toprest__button a {
  align-items: center;
  background: #125fca;
  border-radius: 15px;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  width: 135px;
}
@media only screen and (max-height: 1700px) {
  .toprest__box-bottom {
    padding: 10px 16px 20px 36px;
  }
  .toprest__container {
    margin: 0 12%;
  }
  .toprest__box {
    max-height: -webkit-max-content;
    max-height: max-content;
  }
}
@media only screen and (max-width: 1300px) {
  .toprest__box {
    background-color: #fff;
    max-height: 282px;
    min-height: 282px;
  }
  .toprest__container {
    margin: 0 4%;
  }
}
@media only screen and (max-width: 991px) {
  .toprest__grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .toprest__title .h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .toprest__description {
    font-size: 14px;
    line-height: 18px;
  }
  .toprest {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 580px) {
  .toprest__description {
    margin-bottom: 26px;
  }
  .toprest__box-bottom .toprest__title .h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .toprest__logo {
    height: 60px;
    width: 60px;
  }
  .toprest__box {
    min-height: 160px;
  }
  .toprest__box-top {
    min-height: 86px;
  }
  .toprest__address-text {
    font-size: 8px;
    line-height: 10px;
  }
  .toprest__address {
    height: 18px;
    width: 125px;
  }
  .toprest__address svg {
    height: 8px;
    width: 8px;
  }
  .toprest__code {
    column-gap: 4px;
    height: 18px;
    width: 60px;
  }
  .toprest__code svg {
    height: 8px;
    width: 8px;
  }
  .toprest__code-text {
    font-size: 7px;
    line-height: 10px;
  }
  .toprest__rating {
    column-gap: 4px;
    height: 18px;
    width: 36px;
  }
  .toprest__rating svg {
    height: 8px;
    width: 8px;
  }
  .toprest__rating-text {
    font-size: 8px;
    line-height: 10px;
  }
  .toprest__number {
    font-size: 8px;
    max-height: 16px;
    min-height: 16px;
    min-width: 16px;
  }
  .toprest__box-bottom .toprest__description {
    font-size: 10px;
    line-height: 12px;
  }
  .toprest__button a {
    font-size: 11px;
    height: 24px;
    width: 90px;
  }
  .toprest__box-bottom {
    padding: 10px 20px 14px;
  }
  .toprest__box-bottom .toprest__description {
    margin-bottom: 10px;
  }
}
.topthree {
  background-color: #efedea;
  padding: 100px 0;
  scroll-margin-top: 30px;
}
.topthree__container {
  margin: 0 16%;
}
.topthree__top {
  column-gap: 100px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 130px;
}
.topthree__top-left {
  text-align: left;
}
.topthree__toptitle {
  align-items: flex-end;
  border-bottom: 4px solid #d8d8d8;
  color: #242e30;
  column-gap: 10px;
  display: inline-flex;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 28px;
  padding-bottom: 14px;
}
.topthree__description p {
  color: #242e30;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}
.topthree__title {
  margin-bottom: 20px;
}
.topthree__title .h2 {
  color: #242e30;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}
.topthreeslider__picture {
  align-items: center;
  background: #fff;
  border: 4px solid #c1dade;
  border-radius: 10em;
  box-sizing: border-box;
  display: flex;
  height: 135px;
  justify-content: center;
  width: 135px;
}
.topthreeslider__picture img {
  max-width: 80%;
}
.topthreeslider__slide {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 24px;
}
.topthree__tabs {
  align-items: center;
  border-bottom: 4px solid #d8d8d8;
  column-gap: 50px;
  cursor: pointer;
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: 80px;
  padding: 0 40px 10px;
  width: calc(100% - 280px);
}
.topthree__tab.active {
  color: #242e30;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
.topthree__tabs-name {
  align-items: center;
  column-gap: 10px;
  display: flex;
}
.topthree__tabs-name span {
  background-color: #d8d8d8;
  color: #b7bdc4;
  transition: all 0.5s ease;
}
.topthree__tab.active .topthree__tabs-name span,
.topthree__tabs-name span {
  align-items: center;
  border-radius: 10em;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  line-height: 25px;
  max-height: 36px;
  max-width: 36px;
  width: 36px;
}
.topthree__tab.active .topthree__tabs-name span {
  background-color: #f75e28;
  color: #fff;
}
.topthree__tab:before {
  background-color: #f6c243;
  width: 0;
}
.topthree__tab.active:before,
.topthree__tab:before {
  bottom: -19px;
  content: "";
  height: 16px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: all 0.5s ease;
}
.topthree__tab.active:before {
  background-color: #f6c243 !important;
  border-radius: 4px;
  width: 220px;
}
.topthree__tab {
  color: #d8d8d8;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  padding: 10px 20px;
  position: relative;
  width: 180px;
}
.topthreeslider__name {
  color: #242e30;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
.p-15px {
  padding: 15px;
}
.topthreeslider__number {
  align-items: center;
  background: #c1dade;
  border-radius: 10em;
  color: #242e30;
  display: flex;
  height: 27px;
  justify-content: center;
  min-height: 27px;
  min-width: 27px;
  width: 27px;
}
.swiperPasta-info__link {
  display: inline-flex;
  position: relative;
}
.tooltip-container .react-tooltip {
  pointer-events: all;
  width: 300px;
}
.topthreeslider__number {
  position: absolute;
  right: -20px;
  top: 0;
}
.tooltip-box__bg {
  background-color: #c1c1c1;
  box-sizing: border-box;
  height: 68px;
  position: relative;
  width: 100%;
  background-size: cover !important;
}
.tooltip-box__logo {
  align-items: center;
  background: #fff;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  display: flex;
  height: 40px;
  justify-content: center;
  left: 16px;
  position: absolute;
  width: 50px;
}
.tooltip-box__logo img {
  max-width: 80%;
}
.tooltip-box__list {
  margin: 0 0 18px;
  padding: 0;
}
.tooltip-box__item {
  align-items: center;
  column-gap: 20px;
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
}
.tooltip-box__item:nth-child(odd) {
  background-color: #f5f3f1;
}
.tooltip-box__item-left {
  grid-column-gap: 10px;
  align-items: center;
  color: #242e30;
  column-gap: 10px;
  display: grid;
  font-size: 12px;
  font-weight: 700;
  grid-template-columns: 25px 1fr;
  line-height: 15px;
  text-align: left;
}
.tooltip-box__item-left svg {
  justify-self: center;
}
.tooltip-container--topthree .tooltip-box__description {
  padding: 0;
}
.tooltip-box__item-right-info {
  align-items: center;
  background: #c1dade;
  border-radius: 5px;
  box-sizing: border-box;
  color: #242e30;
  column-gap: 2px;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  line-height: 15px;
  min-height: 30px;
  min-width: 60px;
  padding: 0 10px;
  width: -webkit-max-content;
  width: max-content;
}
.tooltip-box__item-top .tooltip-box__item-right {
  align-items: center;
  color: #242e30;
  column-gap: 4px;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
}
.tooltip-box__button {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  width: 100%;
}
.tooltip-box__button a {
  align-items: center;
  background: #125fca;
  border-radius: 15px;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  line-height: 16px;
  text-decoration: none;
  width: 200px;
}

.fz-21px {
  font-size: 21px;
}
.slider-one-button-next,
.slider-one-button-prev {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 10;
}
.slider-one-button-next {
  background: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/arrownextmob2297d98288315e8b2c34.svg) no-repeat;
  background-size: cover;
  height: 50px !important;
  opacity: 0.2;
  right: 30px !important;
  top: 16%;
  width: 28px !important;
}
.slider-one-button-prev {
  background: url(https://www.pyszne.pl/deals/sushi-warszawa-ranking/static/media/arrowprevmob36032ba712e1c488f2c1.svg) no-repeat;
  background-size: cover;
  height: 50px !important;
  left: 30px !important;
  opacity: 0.2;
  top: 16%;
  width: 28px !important;
}
.topthree__content {
  padding: 0 60px;
  position: relative;
}
.topthree .swiper-wrapper {
  padding-bottom: 50px;
}
.swiper-pagination-bullet {
  background-color: initial !important;
  border: 1px solid #f36805;
  height: 10px;
  opacity: 1 !important;
  width: 10px;
}
.swiper-pagination-bullet-active {
  background-color: #f75e28 !important;
}
.topthree .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 1700px) {
  .topthree__container {
    margin: 0 4%;
  }
}
@media only screen and (max-width: 1200px) {
  .topthree__container {
    margin: 0 1%;
  }
  .topthree__top {
    column-gap: 30px;
    padding: 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  .topthree__title .h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .topthree__description p {
    font-size: 18px;
    line-height: 22px;
  }
  .topthree__tabs {
    width: calc(100% - 100px);
  }
  .topthree__tab,
  .topthree__tab.active:before {
    width: auto;
  }
  .topthree .swiper-pagination {
    display: block;
  }
}
@media only screen and (max-width: 786px) {
  .topthree {
    padding: 40px 0;
  }
  .topthree__top {
    flex-direction: column;
    row-gap: 30px;
  }
  .topthree__title .h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .topthree__description p {
    font-size: 14px;
    line-height: 18px;
  }
  .topthree__toptitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .topthree__toptitle svg {
    height: 39px;
    width: 28px;
  }
  .topthree__tab,
  .topthree__tab.active {
    font-size: 12px;
    line-height: 16px;
  }
  .topthree__tab.active .topthree__tabs-name span,
  .topthree__tabs-name span {
    font-size: 12px;
    height: 22px;
    line-height: 14px;
    width: 22px;
  }
  .topthree__tab.active:before,
  .topthree__tab:before {
    bottom: -4px;
    height: 6px;
  }
  .topthree__tabs {
    border-width: 2px;
    padding: 10px 0 10px 10px;
  }
  .topthreeslider__picture {
    height: 105px;
    width: 105px;
  }
  .topthreeslider__name {
    font-size: 16px;
    line-height: 18px;
  }
  .topthree__top-right svg {
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .topthree__tab {
    padding: 10px 0;
  }
  .topthree__tabs {
    column-gap: 30px;
    padding: 10px 0 0 10px;
    width: calc(100% - 50px);
  }
  .tooltip-box__title h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
.rating {
  background-color: #efedea;
  padding: 80px 0;
  scroll-margin-top: 30px;
}
.rating__container {
  margin: 0 16%;
}
.rating__title {
  margin-bottom: 20px;
}
.rating__title .h2 {
  color: #242e30;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  text-align: left;
}
.rating__banner {
  align-items: center;
  background: #fafafa;
  border-radius: 8px;
  column-gap: 16px;
  display: flex;
  margin: 60px auto;
  min-height: 60px;
  padding: 0 26px;
  text-align: left;
  width: -webkit-max-content;
  width: max-content;
}
.rating__banner span {
  color: #242e30;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.rating__content {
  grid-column-gap: 100px;
  column-gap: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 70px;
  padding: 0 60px;
}
.rating__column-header {
  grid-column-gap: 10px;
  border-bottom: 5px solid #5b3d5b;
  column-gap: 10px;
  display: grid;
  grid-template-columns: 27px 1fr 1fr;
  padding-bottom: 6px;
}
.rating__column-name {
  color: #242e30;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.rating__column-name:nth-child(2) {
  text-align: left;
}
.rating__row {
  grid-column-gap: 10px;
  align-items: center;
  border-bottom: 2px solid #979797;
  column-gap: 10px;
  display: grid;
  grid-template-columns: 27px 1fr 1fr;
  padding: 4px 12px;
}
.rating__row-number {
  align-items: center;
  background: #c1dade;
  border-radius: 10em;
  color: #242e30;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 18px;
  max-height: 27px;
  max-width: 27px;
  min-height: 27px;
  min-width: 27px;
}
.rating__row--first .rating__row:nth-child(2) .rating__row-number,
.rating__row--first .rating__row:nth-child(2) .rating__row-rating-box {
  background-color: #f75e28;
  color: #fff;
}
.rating__row--first .rating__row:nth-child(2) .rating__row-rating-box svg path {
  fill: #fff;
}
.rating__row--first .rating__row:nth-child(3) .rating__row-number,
.rating__row--first .rating__row:nth-child(3) .rating__row-rating-box {
  background-color: #ff8000;
  color: #fff;
}
.rating__row--first .rating__row:nth-child(3) .rating__row-rating-box svg path {
  fill: #fff;
}
.rating__row--first .rating__row:nth-child(4) .rating__row-number,
.rating__row--first .rating__row:nth-child(4) .rating__row-rating-box {
  background-color: #f6c243;
}
.rating__row-name {
  color: #242e30;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
.rating__row-rating {
  justify-self: center;
}
.rating__row-rating-box {
  align-items: center;
  background: #c1dade;
  border-radius: 5px;
  box-sizing: border-box;
  column-gap: 6px;
  display: flex;
  justify-content: center;
  max-width: -webkit-max-content;
  max-width: max-content;
  min-height: 30px;
  min-width: 70px;
  padding: 0 10px;
}
.rating__map-box {
  column-gap: 30px;
  display: flex;
}
.rating__map-box:not(:last-child) {
  margin-bottom: 40px;
}
.rating__map-picture {
  border-radius: 15px;
  height: 200px;
  min-width: 300px;
  overflow: hidden;
  position: relative;
  width: 300px;
}
.rating__map-picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.rating__map-picture-number {
  align-items: center;
  background: #fff;
  border-radius: 10em;
  color: #242e30;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  left: 17px;
  line-height: 25px;
  max-height: 35px;
  max-width: 35px;
  min-height: 35px;
  min-width: 35px;
  position: absolute;
  top: 20px;
}
.rating__map-text {
  max-width: 300px;
  text-align: left;
}
.rating__map-title {
  color: #242e30;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}
.rating__map-description {
  color: #242e30;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.rating__map {
  align-items: center;
  column-gap: 60px;
  display: flex;
}
@media only screen and (max-width: 1700px) {
  .rating__container {
    margin: 0 4%;
  }
}
@media only screen and (max-width: 1200px) {
  .rating__map-right svg {
    width: 100%;
  }
  .rating__content {
    column-gap: 40px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  .rating__row-name {
    font-size: 17px;
    line-height: 24px;
  }
  .rating__column-name {
    font-size: 14px;
  }
  .rating__map-picture {
    border-radius: 8px;
    height: 100px;
    min-width: 150px;
    width: 150px;
  }
  .rating__map-picture-number {
    font-size: 10px;
    left: 7px;
    max-height: 18px;
    max-width: 18px;
    min-height: 18px;
    min-width: 18px;
    top: 7px;
  }
  .rating__map-title {
    font-size: 18px;
    line-height: 22px;
	margin-bottom: 5px;
  }
  .rating__map-description {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .rating {
    padding: 60px 0;
  }
  .rating__title .h2 {
    font-size: 20px;
    line-height: 24px;
	text-align: center;
  }
  .rating__row-name {
    font-size: 12px;
    line-height: 16px;
  }
  .rating__content {
    column-gap: 0;
    padding: 0;
  }
  .rating__column-name {
    font-size: 8px;
    line-height: 12px;
  }
  .rating__row-number {
    font-size: 7px;
    max-height: 14px;
    max-width: 14px;
    min-height: 14px;
    min-width: 14px;
  }
  .rating__row {
    border-width: 1px;
    grid-template-columns: 14px 1fr 1fr;
    padding: 4px;
  }
  .rating__row-rating-box {
    font-size: 10px;
  }
  .rating__row-rating-box svg {
    height: 8px;
    width: 8px;
  }
  .rating__row-rating-box {
    border-radius: 3px;
    column-gap: 2px;
    min-height: 15px;
    min-width: 40px;
    padding: 0 4px;
    width: 40px;
  }
  .rating__column-header {
    border-width: 3px;
    column-gap: 4px;
    grid-template-columns: 14px 1fr 1fr;
  }
  .rating__banner span {
    font-size: 12px;
    line-height: 14px;
  }
  .rating__map {
    flex-direction: column;
    row-gap: 60px;
  }
  .rating__map-right svg {
    height: 100%;
  }
  .rating__banner {
    column-gap: 10px;
    margin: 40px auto;
    width: calc(100% - 160px);
	padding: 10px 26px;
  }
  .rating__map-right {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 460px) {
  .rating__banner {
    min-height: 35px;
    width: calc(100% - 160px);
  }
  .rating__row-name {
    font-size: 9px;
    line-height: 12px;
  }
  .rating__map-description {
    font-size: 11px;
    line-height: 15px;
  }
  .rating__map-box {
    column-gap: 12px;
  }
  .rating__content {
    grid-template-columns: 1fr;
  }
  .rating__row-name {
    font-size: 14px;
  }
  .rating__row {
	padding: 4px 15px;
  }  
  .rating__column-name {
    font-size: 14px;
	line-height: 18px;
  }
  .rating__row-rating-box {
    border-radius: 3px;
    column-gap: 2px;
    font-size: 12px;
    min-height: 20px;
    min-width: 50px;
    padding: 0 4px;
    width: 50px;
  }
  .rating__row-rating-box svg {
    height: 12px;
    width: 12px;
  }
  
  .rating__column-header.second_table_header {
	display: none;
  }
  
}
/*# sourceMappingURL=maincss.map*/