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 {
    -webkit-animation: App-logo-spin 20s linear infinite;
    animation: App-logo-spin 20s linear infinite;
  }
}
.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;
}
.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;
}
@media only screen and (max-width: 768px) {
  .section-slider__title .h2 {
    font-size: 22px;
  }
  .section-slider__title {
    margin-bottom: 20px;
  }
  .section-slider__description {
    font-size: 16px;
  }
  .section-slider {
    padding: 40px 0;
  }
}
@-webkit-keyframes App-logo-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes App-logo-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.section-main {
  background: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/mainbg04435f7b56eef417f128.png)
      no-repeat center -220px,
    #efedea;
}
.section-main__container {
  margin: 0 16%;
  padding-bottom: 10%;
  padding-top: 6%;
  position: relative;
}
.section-main__title {
  margin-bottom: 20px;
  max-width: 900px;
}
.section-main__logo {
  margin-bottom: 60px;
  text-align: left;
}
.section-main__text-block--title {
  margin: 0 auto;
  max-width: 800px;
}
.section-main__block {
  margin: 0 16%;
}
.section-main__title .h1 {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-align: left;
}
.section-main__subtitle {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
  text-align: left;
}
.section-main__description {
  margin-bottom: 80px;
  max-width: 100%;
}
.section-main__description h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  margin-top: 0;
  text-align: left;
}
.section-main__description h1:last-child {
  margin-bottom: 0;
}
.section-main__image {
  position: relative;
}
.section-main__image img {
  max-width: 100%;
}
.section-main__logo {
  margin-bottom: 25px;
}
.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: 40px;
  margin-top: 0;
  text-align: center;
}
.section-main__text-block--paragraph {
  color: #242e30;
  font-size: 22px;
  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,
.section-main__btn a {
  display: flex;
  justify-content: center;
}
.section-main__btn a {
  align-items: center;
  background: #125fca;
  border-radius: 34px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  height: 66px;
  line-height: 30px;
  padding: 0 64px;
  text-decoration: none;
  width: -webkit-max-content;
  width: max-content;
}
@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: -390px;
  }
}
@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 h1 {
    font-size: 30px;
    text-align: center;
  }
  .section-main__logo {
    text-align: 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: -510px;
  }
  .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 h1 {
    font-size: 25px;
  }
  .section-main__title .h1 {
    font-size: 40px;
  }
  .section-main__logo svg {
    width: 190px;
  }
  .section-main__logo {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .section-main__logo,
  .section-main__title .h1 {
    text-align: center;
  }
  .section-main__description h1 {
    font-size: 21px;
  }
}
.statistics {
  background-color: #F2A6B0;
}
.statistics__container {
  padding: 100px 0;
}
.statistics__info {
  margin: 0 16%;
}
.statistics__info-title {
  margin-bottom: 20px;
}
.statistics__info-title h2 {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}
.statistics__info-description,
.statistics__info-title h2 {
  color: #242e30;
  font-style: normal;
  line-height: normal;
  text-align: center;
}
.statistics__info-description {
  font-size: 22px;
  font-weight: 400;
  margin: 0 auto 60px;
  max-width: 1000px;
}
.statistics__table {
  width: 720px;
  margin: 0 auto;
}
.table tbody tr td:nth-child(4),
.table thead th:nth-child(4) {
  background-position-x: 130px;
}
@media only screen and (max-width: 1200px) {
  .statistics__container {
    padding: 60px 0;
  }
  .statistics__container {
    align-items: center;
    justify-content: center;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .statistics__info {    
    padding: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .statistics__info-title h2 {
    font-size: 20px;
  }
  .statistics__info-description {
    font-size: 16px;
	margin-bottom: 10px;
  }
  .statistics__container {
    margin: 0 2%;
    padding: 40px 0 40px;
  }
  .statistics {
    height: 100%;
  }
  .statistics__table {
    height: 100% !important;
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .statistics__table {
    border-radius: 30px 30px 0 0;
  }
}
@media only screen and (max-width: 490px) {
  .statistics__table {
    background-position-y: -220px;
  }
}
@media only screen and (max-width: 400px) {
  .statistics__table {
    background-position-y: -180px;
    height: 640px;
  }
}
.table_container {
  margin: 0 auto;
  max-width: 750px;
  overflow: auto;
}
.table {
  border-bottom: 6px solid #5b3d5b;
  border-spacing: 0;
  width: 100%;
}
.table th {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 160px;
  padding: 12px 10px;
  text-align: left;
}
.table th.up {
  background-image: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/arrowup331af6e5559ef978a577.svg);
}
.table th.down {
  background-image: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/downarrow460909bf6ed537d257e5.svg);
}
.table th.default {
  background-image: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/defaultb8dae7c79eba2245ca30.svg);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 160px;
}
th.default,
th.down,
th.up {
  background-position: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.table td {
  color: #3f3f3f;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 12px 20px;
  text-align: left;
}
.table tbody tr:first-child td {
  border-top: none;
}
.table tbody tr:nth-child(n) td {
  background: #efedea;
}
.table tbody tr:nth-child(odd) td {
  background: #fff;
}
.table tbody tr td:first-child,
.table thead th:first-child {
  max-width: 100px;
}
.table tbody tr td:nth-child(2),
.table thead th:nth-child(2) {
  max-width: 136px;
}
.table tbody tr td:nth-child(3),
.table thead th:nth-child(3) {
  max-width: 100px;
}
.table tbody tr td:nth-child(4),
.table thead th:nth-child(4) {
  max-width: 105px;
}
.table tbody tr td:nth-child(5),
.table thead th:nth-child(5) {
  max-width: 100px;
  min-width: 100px;
}
.statistics__table .table tr td {
  cursor: pointer;
  transition: background-color 0.5s ease;
}
.statistics__table .table tr:hover td {
  background-color: #f6c243;
}
.table thead {
  background-color: #5b3d5b;
}
.table tr th:last-child {
  background-position-x: 130px;
}
@media only screen and (max-width: 768px) {
  .table tbody tr td:first-child {
    font-size: 11px;
  }
  .table thead th span {
    display: inline-flex;
    height: 150px;
    text-orientation: mixed;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
  }
  .table tbody tr td:nth-child(5),
  .table thead th:nth-child(5) {
    min-width: 100%;
  }
  .table tbody tr td:nth-child(4),
  .table thead th:nth-child(4) {
    background-position-x: 60px;
  }
  .table thead th {
    background-position: 45px 134px;
    height: 150px;
  }
  .table tr th:last-child {
    background-position: 35px 134px;
  }
  .table tbody tr td:nth-child(2),
  .table thead th:nth-child(2) {
    width: 40px;
  }
}
@media only screen and (max-width: 568px) {
  .table td {
    font-size: 12px;
    padding: 12px;
  }
  .table th {
    padding-right: 0;
  }
  .table tr th:first-child {
    border-radius: 30px 0 0 0;
  }
  .table tr th:last-child {
    border-radius: 0 30px 0 0;
  }
  .table th.up {
    background-image: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/arrowupmobc7b07f415df8789a8675.svg);
  }
  .table th.down {
    background-image: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/downarrowmob6005464a3bc84615a29b.svg);
  }
  .table th.default {
    background-image: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/defaultmobile624f2c6f34ccad522132.svg);
  }
}
.map {
  background-color: #efedea;
  padding: 100px 0;
}
.map-container__svg {
  overflow: visible;
  width: 160%;
}
.map__container {
  margin: 0 14%;
}
.map__content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
}
.map__title {
  margin-bottom: 35px;
  padding-top: 30px;
  position: relative;
}
.map__title .h2 {
  color: #242e30;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-align: center;
}
.map__description {
  align-items: center;
  color: #242e30;
  display: flex;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto 40px;
  max-width: 760px;
  text-align: center;
}
.map__legend-description {
  font-size: 20px;
  margin-bottom: 15px;
}
.map__legend-description,
.map__legend-title {
  color: #242e30;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.map__legend-title {
  -webkit-column-gap: 30px;
  column-gap: 30px;
  font-size: 24px;
  margin-bottom: 35px;
  margin-top: 30px;
}
.map__legend-list,
.map__legend-title {
  align-items: center;
  display: flex;
  justify-content: center;
}
.map__legend-list {
  -webkit-column-gap: 2px;
  column-gap: 2px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 5px;
}
.map__legend-item {
  align-items: center;
  border-radius: 4px;
  color: #242e30;
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: normal;
  max-width: 134px;
  min-width: 134px;
  text-align: center;
  width: 134px;
}
.map__legend-item:first-child {
  background-color: #ffead4;
}
.map__legend-item:nth-child(2) {
  background-color: #ffd9b2;
}
.map__legend-item:nth-child(3) {
  background-color: #ffac59;
}
.map__legend-item:nth-child(4) {
  background-color: #f93;
}
.map__legend-item:nth-child(5) {
  background-color: #ff8000;
}
.map__legend-item:nth-child(6) {
  background-color: #f36805;
}
.map__legend-item:nth-child(7) {
  background-color: #f75e28;
}
@media only screen and (max-width: 1200px) {
  .map__content {
    grid-template-columns: 1fr;
  }
  .map-container__svg {
    width: 100%;
  }
  .map__right-side {
    display: flex;
    flex-direction: column;
  }
  .map-container {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .map__title {
    margin-bottom: 30px;
  }
  .map {
    padding: 10px 0 30px;
  }
  .map__title .h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .map__description {
    font-size: 16px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }
  .map__legend-item {
    font-size: 16px;
    height: 26px;
    max-width: 86px;
    min-width: 86px;
    width: 86px;
  }
  .map__legend-description,
  .map__legend-title {
    font-size: 18px;
    line-height: 24px;
  }
  .map__legend-description {
    margin-bottom: 4px;
  }
  .map__container {
    margin: 0 4%;
  }
  .map-container__svg {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 568px) {
  .map-container__svg {
    margin-top: 120px;
  }
}
.container-tooltip {
  background-color: #ff8000;
  box-sizing: border-box;
  cursor: pointer;
  height: 48px;
  width: 300px;
}
.container-tooltip,
.tooltip-percent {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.tooltip-percent {
  background-color: #f5f3f1;
  height: 80px;
}
.tooltip-slider {
  background-color: #fff !important;
  border-radius: 6px !important;
  -webkit-filter: drop-shadow(5px 4px 20px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(5px 4px 20px rgba(0, 0, 0, 0.25));
  max-width: 300px;
  opacity: 1 !important;
  padding: 0 !important;
  width: 300px;
  z-index: 3;
}
.tooltip-percent__picture {
  grid-column-gap: 10px;
  align-items: center;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  display: grid;
  grid-template-columns: 40px 140px;
}
.tooltip-percent__picture span {
  color: #242e30;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
.tooltip-percent__text {
  align-items: center;
  background-color: #c1dade;
  border-radius: 5px;
  display: flex;
  height: 36px;
  justify-content: center;
  min-width: 64px;
  width: 64px;
}
.tooltip-percent__text span {
  color: #242e30;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.tooltip-percent:nth-child(2n) {
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  .map-nederlands .map-nederlands-svg {
    height: 100%;
    width: 100%;
  }
}
.select {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .select {
    display: block;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .select {
    height: 100%;
    padding-bottom: 100px;
  }
}
@media only screen and (max-height: 800px) {
  .select {
    height: 100%;
  }
}
.select__container {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.select__title {
  margin-bottom: 40px;
  padding-top: 150px;
}
.select__title .h1 {
  color: #fff;
  font-size: 60px;
  letter-spacing: 0.625px;
  line-height: 65px;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .select__title .h1 {
    font-size: 46px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .select__title .h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .select {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .select__title {
    margin-bottom: 20px;
    padding-top: 130px;
  }
}
.select__title .h2 {
  color: #fff;
  font-size: 48px;
  letter-spacing: 0.625px;
  line-height: 65px;
  text-align: center;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .select__title .h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .select__title .h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
.select__description {
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 991px) {
  .select__description {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .select__description {
    font-size: 16px;
    line-height: 18px;
  }
}
.select__accent {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 60px;
  text-align: center;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 991px) {
  .select__accent {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .select__accent {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}
.filters {
  border-radius: 6px;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 852px;
  min-height: 66px;
}
@media only screen and (max-width: 768px) {
  .filters {
    grid-template-columns: 1fr;
    padding: 20px 0;
  }
}
.filter__search {
  align-items: center;
  display: flex;
  font-family: Azo Sans Md;
  justify-content: space-between;
  margin-right: 10px;
  position: relative;
}
.filter__placeholder {
  color: #242e30;
  font-family: JET Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 38px;
  position: relative;
  text-align: left;
}
.filter__placeholder:before {
  background: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/search87a4a945a0a7f86d1425.svg)
    no-repeat 50%;
  background-size: cover;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}
.filter__placeholder__error {
  color: red;
}
.filter__input-search {
  align-items: center;
  background: #1574f5;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  display: flex;
  height: 100%;
  max-height: 48px;
  outline: none;
  padding-left: 14px;
  padding-right: 50px;
  width: 100%;
}
.filter__input-search__disabled {
  background: #e6e6e6;
  color: #000;
}
.filter__input-search:hover {
  background: #1d539d;
}
.filter__button {
  background-color: initial;
  border: none;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 20px;
}
@media only screen and (max-width: 768px) {
  .filter__search {
    margin-top: 10px;
    min-height: 40px;
    padding: 0 30px;
  }
  .filter__button {
    padding-right: 40px;
  }
}
.country-option {
  align-items: center;
  display: flex;
  min-height: 48px;
  position: relative;
}
.country-option__icon {
  padding-left: 21px;
  padding-right: 26px;
  position: relative;
  width: 48px;
}
.country-option__icon:hover {
  background-color: #fff0e5 !important;
}
.filter__indicators {
  display: none !important;
}
.filter__menu div div:hover {
  background-color: #fff0e5 !important;
}
.filter__menu div div {
  color: #878787;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  position: relative;
  text-align: left;
}
.filter__menu div div:hover:before {
  background-color: #ff8000;
  content: "";
  height: 100%;
  left: -10px;
  margin: auto;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 5px;
}
.filter__menu div:nth-child(n) {
  background: hsla(0, 0%, 100%, 0.1) !important;
}
.filter__menu a {
  background-color: #000 !important;
}
.filter__menu {
  border-radius: 6px !important;
}
.filter__control {
  background: hsla(0, 0%, 100%, 0.1) !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 100%;
  position: relative;
}
.filter__control:before {
  background-color: #979797;
  bottom: 0;
  content: "";
  height: 32px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.filters__container {
  height: 100%;
}
.filters-box {
  background-color: #fff;
  border-radius: 7px;
  max-height: 52px;
  position: relative;
}
.filters__name {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 500;
  left: 32px;
  letter-spacing: -0.5px;
  line-height: 24px;
  position: absolute;
  top: 10px;
}
.filter__single-value .country-option__icon {
  display: none;
}
.filter__single-value .country-option__text {
  color: #bcbec0;
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 24px;
}
.filter__control:before,
.filters__container--last .filter__control:before {
  display: none;
}
.filter__input-container {
  margin-top: 0 !important;
  padding-left: 38px !important;
}
.country-option {
  grid-column-gap: 10px;
  display: grid !important;
  grid-template-columns: 40px 1fr 40px;
}
.filter__menu .icon-arrow,
.filter__menu .icon-search {
  display: none;
}
.filter__menu .country-option {
  -webkit-column-gap: 10px;
  column-gap: 10px;
  display: flex !important;
}
.filter__menu span {
  border-radius: 20px !important;
  color: #242e30;
  font-size: 24px !important;
}
.filter__menu {
  border-radius: 20px !important;
  overflow: hidden;
  padding: 40px;
  position: relative;
  z-index: 1;
}
.filter__menu:before {
  background: #fff;
  background: linear-gradient(180deg, #fff, #2dc33f00);
  top: 0;
}
.filter__menu:after,
.filter__menu:before {
  content: "";
  height: 140px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.filter__menu:after {
  background: #fff;
  background: linear-gradient(0deg, #fff, #2dc33f00);
  bottom: 0;
}
@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: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-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 {
  -webkit-transform: translateZ(0);
  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: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-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: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
  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 {
  -webkit-transform-style: preserve-3d;
  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: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  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 transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 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 {
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    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;
  -webkit-transform: translateZ(0);
  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;
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  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%;
  -webkit-transform: translate3d(0, -50%, 0);
  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%;
  -webkit-transform: translateY(-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%;
  -webkit-transform: translateX(-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: rgba(0, 0, 0, 0.25);
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  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;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  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;
}
.slider-container {
  grid-column-gap: 40px;
  border-radius: 30px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  display: grid;
  grid-template-columns: 455px 1fr;
  height: 500px;
  padding: 48px;
}
.swiper-slide:first-child .slider-container {
  background-color: #f2a6b0;
}
.swiper-slide:nth-child(2) .slider-container {
  background-color: #f6c243;
}
.swiper-slide:nth-child(3) .slider-container {
  background-color: #c1dade;
}
.swiper-slide:nth-child(4) .slider-container {
  background-color: #5b3d5b;
  color: #fff;
}
.slider-container__subtitle {
  color: #242e30;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  text-align: left;
}
.swiper-slide:nth-child(4) .slider-container .slider-container__paragraph,
.swiper-slide:nth-child(4) .slider-container .slider-container__subtitle,
.swiper-slide:nth-child(4) .slider-container .slider-container__title {
  color: #fff;
}
.swiper-slide:nth-child(5) .slider-container {
  background-color: #f75e28;
}
.swiper-slide:nth-child(5) .slider-container .slider-container__paragraph,
.swiper-slide:nth-child(5) .slider-container .slider-container__subtitle,
.swiper-slide:nth-child(5) .slider-container .slider-container__title {
  color: #fff;
}
.slider-container__photo {
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
  width: 445px;
}
.slider-container__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.slider-container__text {
  padding-top: 40px;
}
.slider-container__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}
.slider-container__paragraph,
.slider-container__title {
  color: #242e30;
  font-style: normal;
  line-height: normal;
  text-align: left;
}
.slider-container__paragraph {
  font-size: 24px;
  font-weight: 400;
}
.info__container .swiper-button-prev {
  background: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/aroowprevc575dbb7d7b5ecbf150b.svg)
    no-repeat 50%;
  bottom: 46px !important;
  height: 24px !important;
  left: auto !important;
  right: 100px;
  top: auto;
  width: 31px !important;
}
.info__container .swiper-button-prev:after {
  display: none;
}
.info__container .swiper-button-next {
  background: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/arrownextd89cb1263535cdd6eabb.svg)
    no-repeat 50%;
  bottom: 46px !important;
  height: 24px !important;
  right: 56px !important;
  top: auto;
  width: 31px !important;
}
.info__container .swiper-button-next:after {
  display: none;
}
.info__container .swiper-pagination {
  bottom: 20px !important;
}
.swiper-pagination-bullet {
  background: hsla(0, 0%, 100%, 0.4);
  border: 2px solid #242e30;
  height: 15px;
  margin: 0 5px 0 0 !important;
  opacity: 1;
  width: 15px;
}
.swiper-pagination {
  bottom: 30px !important;
}
.swiper-pagination-bullet-active {
  background-color: #242e30;
}
@media only screen and (max-width: 1200px) {
  .slider-container__paragraph {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .info__container .swiper-button-next,
  .info__container .swiper-button-prev {
    bottom: 16px !important;
  }
  .slider-container__text {
    height: 340px;
    padding-top: 0;
  }
  .slider-container__photo {
    height: 470px;
    width: 100%;
  }
  .slider-container {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .slider-container__paragraph {
    font-size: 16px;
  }
  .slider-container__title {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .slider-container__text {
    height: 240px;
  }
  .slider-container__photo {
    height: 280px;
  }
  .slider-container__text {
    padding: 0 25px 75px;
  }
  .slider-container__photo {
    border-radius: 30px 30px 0 0;
  }
  .slider-container__subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 568px) {
  .info__container .swiper-button-next {
    right: 16px !important;
  }
  .info__container .swiper-button-prev {
    bottom: 22px !important;
    right: 70px !important;
  }
  .info__container .swiper-button-next {
    bottom: 22px !important;
  }
  .slider-container__text {
    height: 310px !important;
  }
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.info {
  background-color: #fafafa;
  padding: 100px 0;
}
.info__container {
  margin: 0 20%;
}
.info__title .h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}
.info__description,
.info__title .h2 {
  color: #242e30;
  font-style: normal;
  line-height: normal;
  text-align: center;
}
.info__description {
  font-size: 24px;
  font-weight: 400;
  margin: 0 auto 50px;
  max-width: 840px;
}
.info__picture {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-left: 40px;
  position: relative;
  right: -70px;
}
@media only screen and (max-width: 1800px) {
  .info__container {
    margin: 0 6%;
  }
}
@media only screen and (max-width: 1200px) {
  .swiper-pagination {
    bottom: 16px !important;
  }
}
@media only screen and (max-width: 991px) {
  .info__container {
    margin: 0 4%;
  }
  .slider-container {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    bottom: 24px !important;
  }
  .info__picture {
    justify-content: center;
    margin-left: 0;
    right: auto;
  }
  .info__picture img {
    max-width: 100%;
  }
  .swiper-pagination {
    margin: 0 auto;
    right: 0;
    width: 140px !important;
  }
}
@media only screen and (max-width: 768px) {
  .slider-container {
    padding: 0;
  }
  .info__title .h2 {
    font-size: 22px;
  }
  .info__description {
    font-size: 16px;
  }
}
.delivery {
  background: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/bgdeliver185f9a5179f65ad9f0d0.webp)
    no-repeat 50%;
  background-size: cover;
  height: 1200px;
}
.delivery__container {
  padding-top: 180px;
}
.delivery__box {
  background: #ff8000;
  border-radius: 30px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: 200px;
  max-width: 784px;
  padding: 55px 35px 69px;
  width: 784px;
}
.delivery__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.delivery__description,
.delivery__title {
  color: #fff;
  font-style: normal;
  line-height: normal;
  text-align: left;
}
.delivery__description {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 34px;
}
.delivery__description:last-child {
  margin-bottom: 0;
}
.delivery__link {
  align-items: center;
  border: 5px solid #fff;
  border-radius: 35px;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  height: 66px;
  justify-content: center;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.5s ease, color 0.5s ease;
  width: 99%;
}
.delivery__link:hover {
  background-color: #fff;
  color: #ff8000;
}
.delivery__box {
  position: relative;
}
.delivery__box:before {
  background: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/importantwhited0c1aee1c7bec99efdbc.svg)
    no-repeat;
  content: "";
  height: 50px;
  position: absolute;
  right: 34px;
  top: 34px;
  width: 50px;
}
@media only screen and (max-width: 1200px) {
  .delivery__box {
    margin: 0 auto !important;
  }
  .delivery__description {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .delivery__link {
    font-size: 24px;
    height: 46px;
    width: 100%;
  }
  .delivery__box {
    margin-right: 50px !important;
    padding: 30px;
    width: 700px;
  }
  .delivery__container {
    padding-top: 70px;
  }
  .delivery {
    height: 980px;
  }
}
@media only screen and (max-width: 991px) {
  .delivery__box {
    width: 100%;
  }
  .delivery {
    padding: 20px;
  }
}
@media only screen and (max-width: 586px) {
  .delivery__box {
    width: 100%;
  }
  .delivery {
    background: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/bgdelivermoba9656e53f0861444c2e0.webp)
      no-repeat 50%;
    background-position-y: -670px;
    background-size: cover;
    height: 990px;
    padding: 20px;
  }
  .delivery__box {
    padding: 30px 20px;
  }
  .delivery__title {
    font-size: 28px;
    padding-top: 40px;
    text-align: center;
  }
  .delivery__description {
    font-size: 16px;
    text-align: center;
  }
  .delivery__link {
    font-size: 20px;
    height: 59px;
    padding: 0 20px;
    width: 100%;
  }
  .delivery__btn {
    display: flex;
    justify-content: center;
  }
  .delivery__container {
    padding-top: 10px;
  }
  .delivery__box:before {
    background-size: contain;
    height: 40px;
    top: 24px;
    width: 40px;
  }
}
@media only screen and (max-width: 486px) {
  .delivery {
    background-position-y: -260px;
    height: 1060px;
  }
}
@media only screen and (max-width: 400px) {
  .delivery {
    background-position-y: -10px;
    height: 1060px;
  }
}
.footer {
  background: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/footersvg29a2d2a0fd432fe958e3.svg)
      no-repeat 0 0,
    #fff;
  position: relative;
}
.footer__container {
  grid-column-gap: 60px;
  align-items: flex-end;
  -webkit-column-gap: 60px;
  column-gap: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 17%;
  padding: 120px 0 0;
  position: relative;
}
.footer__btn-group {
  align-items: center;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  display: flex;
  justify-content: flex-start;
}
.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 {
  grid-column-gap: 60px;
  align-items: center;
  background-color: #ff8000;
  -webkit-column-gap: 60px;
  column-gap: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 240px;
  padding: 30px 16%;
  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: 455px;
  padding-bottom: 60px;
  position: relative;
}
.footer__title {
  color: #242e30;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}
.footer__title:before {
  background: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/phoneicon258b7e9a566d0e0a7fe5.svg)
    no-repeat;
  content: "";
  height: 62px;
  position: absolute;
  right: -80px;
  top: 14px;
  width: 42px;
}
.footer__description {
  color: #242e30;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
  text-align: left;
}
.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/swietuj-z-nami-dzien-pieroga/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__doted {
  display: none;
}
@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__title:before {
    background-size: contain;
    height: 42px;
    right: 0;
    top: -56px;
    width: 32px;
  }
  .footer__container {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer__picture {
    bottom: -60px;
  }
  .footer__title {
    font-size: 26px;
  }
  .footer__description {
    font-size: 16px;
  }
  .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__description {
    margin-bottom: 30px;
  }
  .footer__text:before {
    right: 0;
    top: -80px;
  }
  .footer__text {
    padding-bottom: 20px;
  }
  .footer__orange-title {
    font-size: 24px;
    padding-left: 0;
  }
  .footer__orange-description {
    font-size: 16px;
  }
  .footer__orange-title {
    display: inline-block;
  }
  .footer__orange-title:before {
    background-size: contain;
    left: -40px;
  }
  .footer__orange-image {
    width: 120px;
  }
}
@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__description,
  .footer__title {
    margin-bottom: 10px;
  }
  .footer__title {
    font-size: 14px;
  }
  .footer__container {
    -webkit-column-gap: 10px;
    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: 2;
  }
  .footer__orange-description p {
    margin: 0 0 10px;
  }
  .footer__orange-title {
    font-size: 32px;
  }
  .footer__orange-bg {
    padding: 10%;
  }
  .footer__orange-title:before {
    left: -60px;
  }
  .footer__doted {
    display: block;
    margin: 10px 0;
  }
  .footer__orange-image {
    width: 140px;
  }
}
@media only screen and (max-width: 486px) {
  .footer__text {
    padding-bottom: 0;
  }
}
.food-slider__block {
  display: grid;
  grid-template-columns: 249px 1fr;
  margin: 0 90px;
  position: relative;
}
.food-slider__left {
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  position: relative;
  width: 525px;
  z-index: 3;
}
.food-slider__left-bg {
  height: 597px;
  left: 0;
  position: absolute;
  top: 0;
  width: 555px;
}
.food-slider__left-bg img {
  height: 100%;
  object-fit: cover;
  object-position: -100px;
  width: 100%;
  z-index: 2;
}
.food-slider__info-s {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  padding: 0 210px 0 50px;
  position: relative;
  text-align: left;
  top: 20px;
  z-index: 4;
}
.food-slider__number {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 101px;
}
.food-slider__food-name {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 30px;
}
.food-slider__food-description {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}
.food-slider__right {
  border-radius: 0 30px 30px 0;
  height: 597px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.food-slider__right img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.mySwiper {
  margin: 52px 90px 0 !important;
}
.mySwiper .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.mySwiper .food-slider__thumb {
  height: 165px;
  width: 100%;
}
.food-slider__thumb:hover .food-slider__thumb-image .food-slider__open {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.food-slider__thumb {
  border-radius: 30px;
  cursor: pointer;
  height: 275px;
  overflow: hidden;
  position: relative;
  width: 360px;
}
.food-slider__thumb .food-slider__picture {
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
}
.food-slider__description {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.food-slider__open {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.food-slider__thumb-name {
  align-items: center;
  background-color: #f6c243;
  bottom: 0;
  color: #242e30;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 39px;
  justify-content: center;
  line-height: 18px;
  position: absolute;
  width: 100%;
}
.food-slider__thumb-image {
  height: 126px;
  position: relative;
}
.mySwiper .swiper-slide-thumb-active .food-slider__thumb-name {
  background-color: #ff8000;
  color: #fff;
}
.mySwiper .swiper-slide-thumb-active .food-slider__thumb-image:before {
  display: none;
}
.swiper-button-prev {
  background: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/arrowprevblack4b4564dfa0bcaac8704a.svg)
    no-repeat;
  background-size: cover;
  height: 94px !important;
  left: 0 !important;
  opacity: 0.3;
  width: 52px !important;
}
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next {
  background: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/arrownextblack0891b509187aaa3c74b6.svg)
    no-repeat;
  background-size: cover;
  height: 94px !important;
  opacity: 0.3;
  right: 0 !important;
  width: 52px !important;
}
.swiper-button-next:after {
  display: none;
}
.my-custom-pagination-div {
  margin-top: 50px;
}
.food-slider__btn a {
  align-items: center;
  border: 5px solid #fff;
  border-radius: 33px;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  height: 62px;
  justify-content: center;
  line-height: 30px;
  padding: 0 44px;
  width: -webkit-max-content;
  width: max-content;
}
@media only screen and (max-width: 1200px) {
  .food-slider__info-s {
    padding: 0 120px 0 50px;
  }
}
@media only screen and (max-width: 1800px) {
  .section-slider-container {
    margin: 0 6%;
  }
}
@media only screen and (max-width: 1200px) {
  .food-slider__food-description {
    font-size: 16px;
    line-height: 20px;
  }
  .food-slider__block {
    grid-template-columns: 239px 1fr;
  }
  .food-slider__left {
    width: 405px;
  }
  .food-slider__left-bg {
    height: 100%;
    width: 100%;
  }
  .food-slider__left-bg img {
    object-position: right;
  }
  .mySwiper {
    display: none !important;
  }
  .section-slider-container {
    margin: 0 4%;
  }
}
@media only screen and (max-width: 991px) {
  .food-slider__block {
    grid-template-columns: 1fr;
    margin: 0;
  }
  .food-slider__left {
    background-color: #ff8000;
    border-radius: 0 0 16px 16px;
    height: calc(100% - 100px);
    order: 2;
    overflow: visible;
    width: 100%;
  }
  .food-slider__right {
    border-radius: 16px 16px 0 0;
    height: 400px;
  }
  .food-slider__right:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.006), #1e242c 46.16%);
    bottom: -80px;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: normal;
    opacity: 0.38;
    position: absolute;
    width: 100%;
  }
  .food-slider__info-s {
    padding: 20px 30px 40px;
    position: relative;
    top: -110px;
  }
  .food-slider__number {
    position: relative;
    top: -20px;
  }
  .food-slider__left-bg img {
    display: none;
  }
  .food-slider__left-bg:before {
    background: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/bgslidermobilec53e9558ba341cd2f2c1.svg)
      no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -180px;
    width: 100%;
  }
  .swiper-button-next {
    background: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/arrownextmob2297d98288315e8b2c34.svg)
      no-repeat;
    right: 40px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    height: 64px !important;
    width: 36px !important;
  }
  .swiper-button-prev {
    background: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/arrowprevmob36032ba712e1c488f2c1.svg)
      no-repeat;
    left: auto !important;
    right: 150px !important;
  }
  .section-slider-container {
    margin: 0 17%;
  }
  .food-slider__info-s {
    height: 400px;
    top: auto;
  }
  .mySwiper2 .swiper-button-prev {
    background: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/arrowprevsmalld783bb22eb4904af2dc4.svg)
      no-repeat;
    left: auto !important;
    right: 60px !important;
  }
  .mySwiper2 .swiper-button-next {
    background: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/arrownextsmall0e67c6897f240c21082a.svg)
      no-repeat;
    right: 0 !important;
  }
}
@media only screen and (max-width: 786px) {
  .my-custom-pagination-div {
    margin-top: -50px;
  }
  .section-slider-container {
    margin: 0 4%;
  }
  .food-slider__info-s {
    height: 100%;
    top: -110px;
  }
  .mySwiper2 .swiper-button-next,
  .mySwiper2 .swiper-button-prev {
    top: 55% !important;
  }
  .food-slider__block {
    width: 100% !important;
  }
  .food-slider__number {
    top: -80px;
  }
  .footer__orange-bg {
    border-radius: 30px 30px 0 0;
  }
}
@media only screen and (max-width: 576px) {
  .food-slider__number {
    top: -90px;
  }
  .swiper-button-next {
    right: 40px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    height: 44px !important;
    width: 24px !important;
  }
  .swiper-button-prev {
    left: auto !important;
    right: 130px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    margin-top: -90px !important;
  }
  .food-slider__left-bg:before {
    top: -130px;
  }
  .mySwiper2 .swiper-button-next,
  .mySwiper2 .swiper-button-prev {
    opacity: 0.5 !important;
    top: 52% !important;
  }
  .food-slider__btn {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
  .food-slider__food-name {
    margin-bottom: 50px;
  }
  .food-slider__left-bg:before {
    top: -140px;
  }
  .mySwiper2 .swiper-button-next {
    right: 10px !important;
  }
}
@media only screen and (max-width: 400px) {
  .swiper-button-next,
  .swiper-button-prev {
    margin-top: -130px !important;
  }
  .food-slider__left-bg:before {
    top: -140px;
  }
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
@font-face {
  font-display: swap;
  font-family: JET Sans;
  font-style: italic;
  font-weight: 700;
  src: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansBoldItalic00e749dea7906fbc79ed.eot);
  src: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansBoldItalic00e749dea7906fbc79ed.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansBoldItalic2dcb92e4b956924ad27f.woff2)
      format("woff2"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansBoldItalic7f9eb2090f56264a6ed1.woff)
      format("woff"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansBoldItalicb51519af7f70f9c2c128.ttf)
      format("truetype"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/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/swietuj-z-nami-dzien-pieroga/static/media/JETSansBlackItalic37dc4b3722306b279d7e.eot);
  src: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansBlackItalic37dc4b3722306b279d7e.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansBlackItalicb47a8974b5e7a9fd63c7.woff2)
      format("woff2"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansBlackItalicb0c7bc2d387346489fc6.woff)
      format("woff"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansBlackItalic77a7bec2d11a6db4d25d.ttf)
      format("truetype"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/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/swietuj-z-nami-dzien-pieroga/static/media/JETSansExtraBold86d96be3d703345b1f64.eot);
  src: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansExtraBold86d96be3d703345b1f64.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansExtraBold45a5e245bd2f08fab213.woff2)
      format("woff2"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansExtraBoldaca66813a21b59161e15.woff)
      format("woff"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansExtraBold2dd9662ecf03ce63ffa2.ttf)
      format("truetype"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/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/swietuj-z-nami-dzien-pieroga/static/media/JETSansBlacka5ed692e4064c0c01bd9.eot);
  src: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansBlacka5ed692e4064c0c01bd9.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansBlack1b583f13698a45976d85.woff2)
      format("woff2"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansBlackded417c4fa9e98479924.woff)
      format("woff"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansBlack2dfb05db4203ba99b7b9.ttf)
      format("truetype"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/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/swietuj-z-nami-dzien-pieroga/static/media/JETSansItalicd579e002678922a59f8e.eot);
  src: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansItalicd579e002678922a59f8e.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansItalicfa305c2a276c5303b82c.woff2)
      format("woff2"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansItalic78c09f448cf9084cadbc.woff)
      format("woff"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansItalicb843e86acddcf022637d.ttf)
      format("truetype"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/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/swietuj-z-nami-dzien-pieroga/static/media/JETSansBoldacf1d810ff0dc62485d1.eot);
  src: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansBoldacf1d810ff0dc62485d1.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansBoldb0336a1e4a3f60202d5c.woff2)
      format("woff2"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansBold97aa37994affc202506a.woff)
      format("woff"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansBold30a680c5225bb5bf12db.ttf)
      format("truetype"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/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/swietuj-z-nami-dzien-pieroga/static/media/JETSansRegular267a26f74df8eee4d60f.eot);
  src: url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansRegular267a26f74df8eee4d60f.eot?#iefix)
      format("embedded-opentype"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansRegular87fb987920731b2c7583.woff2)
      format("woff2"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansRegular2fe809857eb496e4b700.woff)
      format("woff"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansRegular9a0cf38544fc6044d9ff.ttf)
      format("truetype"),
    url(https://www.pyszne.pl/deals/swietuj-z-nami-dzien-pieroga/static/media/JETSansRegularcadc9a14c4bdbe1d3350.svg#JETSans-Regular)
      format("svg");
}
/*# sourceMappingURL=maincss.map*/

