@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-MediumItalic.woff2") format("woff2"),
    url("../fonts/EuclidCircularB-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-Bold.woff2") format("woff2"),
    url("../fonts/EuclidCircularB-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-Light.woff2") format("woff2"),
    url("../fonts/EuclidCircularB-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-BoldItalic.woff2") format("woff2"),
    url("../fonts/EuclidCircularB-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-Italic.woff2") format("woff2"),
    url("../fonts/EuclidCircularB-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-LightItalic.woff2") format("woff2"),
    url("../fonts/EuclidCircularB-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-Regular.woff2") format("woff2"),
    url("../fonts/EuclidCircularB-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-SemiBold.woff2") format("woff2"),
    url("../fonts/EuclidCircularB-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/EuclidCircularB-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-Medium.woff2") format("woff2"),
    url("../fonts/EuclidCircularB-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html { 
   scroll-behavior: smooth;
	padding-right: 0 !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

a:hover {
  text-decoration: none;
}

/*------------------------------------*\
  Medias start
\*------------------------------------*/
/*------------------------------------*\
Commons
\*------------------------------------*/
/*------------------------------------*\
    Commons end
  \*------------------------------------*/
html,
body {
  font-family: "Euclid Circular B";
  box-sizing: border-box !important;
}

*:focus {
  outline: none !important;
}

.container {
  max-width: 1248px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.title {
  color: #131619;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.64px;
  margin-bottom: 36px;
}
@media (max-width: 959px) {
  .title {
    font-size: 24px;
    margin-bottom: 24px;
    letter-spacing: -0.48px;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.btn {
  all: unset;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 16px 34px;
  border-radius: 8px;
  background: #1271c9;
  display: inline-block;
  border: 1px solid transparent;
}
@media (max-width: 1030px) {
  .btn {
    font-size: 16px;
    padding: 16px 24px;
  }
}
.btn:hover {
  border: 1px solid #1271c9;
  color: #1271c9;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.uk-notification {
  top: 0px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  transform: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.uk-notification .uk-notification-message {
  background: #f3f6f9;
  color: #12c95b;
}
.uk-notification .uk-notification-message div {
  color: #12c95b;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  padding-right: 30px;
  padding-left: 30px;
}
.uk-notification .uk-notification-close {
  display: block !important;
}
.uk-notification .uk-notification-close svg line {
  stroke: #131619 !important;
}

.home-section-2.company-section-2 {
  background: transparent;
  padding-top: 0;
  padding-bottom: 40px;
}
.home-section-2.company-section-2 .shops-box {
  margin-bottom: 0;
}

.home-section-3.company-section-3 {
  padding-top: 52px !important;
  padding-bottom: 52px;
}
.home-section-3.company-section-3 .title {
  margin-bottom: 32px;
}
.home-section-3.company-section-3 .container {
  max-width: 1044px;
}
.home-section-3.company-section-3 + .home-section-3.company-section-3 {
  padding-top: 0 !important;
}

.table-of-content-section {
  padding-bottom: 80px;
	padding-top: 52px;
}
@media (max-width: 959px) {
  .table-of-content-section {
    padding-bottom: 52px;
	padding-top: 32px;
  }
}

.table-of-content-link-box {
  border-radius: 12px;
  background: #fff;
  padding: 24px;
  position: sticky;
  top: 10px;
}
.table-of-content-link-box h2 {
  color: #131619;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(19, 22, 25, 0.1);
}
.table-of-content-link-box li {
  margin-bottom: 16px;
  margin-top: 16px;
}
.table-of-content-link-box li:last-child {
  margin-bottom: 0;
}
.table-of-content-link-box li a {
  color: #131619;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
  line-height: normal;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.table-of-content-link-box li a.active {
  color: #1271c9;
  transition: 0.3s;
}
.table-of-content-link-box li a.active::before {
  content: "";
  background-image: url("../img/table-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 7px;
  height: 7px;
  min-width: 7px;
  min-height: 7px;
  transition: 0.3s;
}
.table-of-content-link-box li a::before {
  content: "";
  background-image: url("../img/table-line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 7px;
  height: 7px;
  min-width: 7px;
  min-height: 7px;
  border-radius: 50%;
  display: block;
  margin-right: 12px;
  margin-top: 6px;
}
.table-of-content-link-box li:last-child a {
  border-bottom: 0;
}

.table-of-content-text-box > div {
  margin-bottom: 24px;
  padding-top: 8px;
}
.table-of-content-text-box h2 {
  color: #131619;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
  margin-bottom: 24px;
}

h3.wp-block-heading {
  color: #131619;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
  margin-bottom: 16px;
}

@media (max-width: 959px) {
  .table-of-content-text-box h2, h3.wp-block-heading {
    letter-spacing: -0.48px;
  }
}

.table-of-content-text-box ul {
  list-style-type: disc;
  padding-left: 30px;
  margin-bottom: 32px;
}
.table-of-content-text-box li {
  color: rgba(19, 22, 25, 0.8);
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
  margin-bottom: 12px;
}
.table-of-content-text-box p {
  color: rgba(19, 22, 25, 0.8);
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
  margin-bottom: 32px;
}

.show-on-focus {
  display: none !important;
}
.show-on-focus.active {
  display: block !important;
}

.expired-promo-codes-section {
  background: #f3f6f9;
  padding-top: 52px;
  padding-bottom: 52px;
}
.expired-promo-codes-section .container {
  max-width: 1044px;
}
.expired-promo-codes-section .title {
  margin-bottom: 32px;
  font-size: 24px;
}
.expired-promo-codes-section .uk-grid-margin {
  margin-top: 12px;
}
.expired-promo-codes-section .price-box {
  border: 1px dashed rgba(19, 22, 25, 0.1);
  font-weight: 600;
  min-height: 118px;
}
@media (max-width: 1030px) {
  .expired-promo-codes-section .price-box {
    border: none;
    min-width: 80px;
  }
}
.expired-promo-codes-section .coupon-code-box {
  border: 1px dashed #131619 !important;
  background: #fff !important;
}
.expired-promo-codes-section .coupon-code-value {
  font-weight: 500 !important;
}
.expired-promo-codes-section .coupon-code-label,
.expired-promo-codes-section .get-deal-btn{
  background: #e7e8e8 !important;
  color: #131619 !important;
}
.expired-promo-codes-section .holy-card {
  justify-content: center;
}
.expired-promo-codes-section .holy-card:hover .coupon-code-label,
.expired-promo-codes-section .holy-card:hover .get-deal-btn {
  color: #fff !important;
  background: #5A5D5F !important;
  transition: 0.3s;
}
.expired-promo-codes-section .holy-card h2 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .expired-promo-codes-section .holy-card h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.expired-promo-codes-section .holy-card > div {
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1300px) {
  .expired-promo-codes-section .holy-card > div {
    width: auto;
  }
}
.expired-promo-codes-section .holy-card > div > *:nth-of-type(2) {
  flex: 1;
}

.company-main-section {
  background: #f3f6f9;
  padding-bottom: 52px;
  margin-bottom: 0;
}
.company-main-section .company-main-grid {
  margin-left: -24px;
}
.company-main-section .company-main-grid .uk-width-auto\@l {
  width: auto !important;
}
@media (max-width: 1030px) {
  .company-main-section .company-main-grid .uk-width-auto\@l {
    width: 100% !important;
  }
}
.company-main-section .company-main-grid .uk-width-expand\@l {
  flex: 1 !important;
  min-width: 1px !important;
}
@media (max-width: 1030px) {
  .company-main-section .company-main-grid .uk-width-expand\@l {
    width: 100% !important;
  }
}
.company-main-section .company-main-grid > * {
  padding-left: 24px;
}
@media (max-width: 1030px) {
  .company-main-section .company-main-grid > *:first-child {
    order: 1;
  }
	.order-one-minimal {
		order: 1 !important;
	}
	.order-two-minimal {
		order: 2 !important;
	}
}
@media (max-width: 1030px) {
  .company-main-section .company-main-grid > *:nth-child(2) {
    order: 3;
  }
}
@media (max-width: 1030px) {
  .company-main-section .company-main-grid > *:nth-child(3) {
    order: 2;
  }
}
.company-main-section .company-main-grid > *.uk-grid-margin {
  margin-top: 16px;
}
.company-main-section .company-main-section-left {
  width: 100%;
  max-width: 282px;
  min-width: 260px;
}
@media (max-width: 1030px) {
  .company-main-section .company-main-section-left {
    max-width: none;
  }
}

.company-main-section-right-top figure {
  display: none;
}
@media (max-width: 1030px) {
  .company-main-section-right-top figure {
    display: block;
    padding: 32px;
    border-radius: 12px;
    background: #fff;
    text-align: center;
    margin-bottom: 16px;
  }
}
.company-main-section-right-top .title {
  font-size: 24px;
  margin-bottom: 12px;
}
.company-main-section-right-top .desc {
  font-size: 16px;
  line-height: normal;
  color: rgba(19, 22, 25, 0.6);
  margin-bottom: 24px;
}
.company-main-section-right-top p {
  font-size: 16px;
  line-height: normal;
  color: rgba(19, 22, 25, 0.6);
}
.company-main-section-right-top p a {
  font-size: 16px;
  line-height: normal;
  color: #131619;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-block;
  margin-left: 8px;
}
.company-main-section-right-top p a:hover {
  color: #1271c9;
  transition: 0.3s;
}
.company-main-section-right-top .coupons-available {
  font-weight: 500;
  margin-bottom: 16px;
  color: #131619;
}

.breadcrumbs-box {
  margin-top: 32px;
}
.breadcrumbs-box
  .uk-breadcrumb
  > :nth-child(n + 2):not(.uk-first-column)::before {
  display: none;
}
.breadcrumbs-box p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumbs-box p a {
  color: #131619;
  font-size: 16px;
  line-height: normal;
  display: flex;
  align-items: center;
}
.breadcrumbs-box p a:hover {
  color: #1271c9;
  transition: 0.3s;
}
.breadcrumbs-box p span {
  font-size: 16px;
  line-height: normal;
  color: rgba(19, 22, 25, 0.6);
}
.breadcrumbs-box p li {
  display: flex;
  align-items: center;
}
/* .breadcrumbs-box p span.separator {
  margin-left: 4px;
  margin-right: 4px;
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
} */
.breadcrumbs-box p li:last-child a {
  color: rgba(19, 22, 25, 0.5);
  cursor: default;
}

@media (max-width: 600px) {
  .breadcrumbs-box {
	display: block !important;
/*     width: 100% !important; */
  }
}

.coupon-main-section-card {
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 12px;
}

.coupon-main-section-card-top {
  border-bottom: 1px solid rgba(19, 22, 25, 0.1);
  padding: 52px;
}
@media (max-width: 1030px) {
  .coupon-main-section-card-top {
    display: none;
  }
}

.coupon-main-section-card-bottom {
  padding: 16px 24px 24px 24px;
}
.coupon-main-section-card-bottom p {
  font-size: 14px;
  color: #6f7173;
  padding-top: 12px;
  padding-bottom: 12px;
/*   border-top: 1px solid rgba(19, 22, 25, 0.1);
  border-bottom: 1px solid rgba(19, 22, 25, 0.1); */
	border: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* 
.rating-form-box {
  flex-direction: column;
} */

.rmp-rating-widget__results.js-rmp-results{
  display: none;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list {
	display: flex;
	gap: 7px;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
    text-align: unset;
    margin: 0;
}

.rmp-rating-widget__hover-text.js-rmp-hover-text {
	display: none;
}

.rating-form-box {
	border-bottom: 1px solid #1316191A;
	margin-bottom: 12px;
}


.rmp-results-widget.js-rmp-results-widget {
	margin-top: 2px;
}
.rmp-results-widget.js-rmp-results-widget.js-rmp-results-widget--102.rmp-results-widget--not-rated {
	display: flex;
	margin-top: 3px;
}

.rmp-results-widget__avg-rating, .rmp-results-widget__vote-count {
	font-size: 14px !important;
}

.rmp-results-widget__vote-count {
	display: none;
}

.coupon-main-section-card-bottom p span {
  color: rgb(19, 22, 25);
  font-weight: 500;
}
.coupon-main-section-card-bottom p:last-child {
  border: none;
  padding-bottom: 0;
}

.brand-coupon-stats {
  margin-bottom: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
}
.brand-coupon-stats ul li {
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}
.brand-coupon-stats ul li:last-child {
  margin-bottom: 0;
}
.brand-coupon-stats ul li div {
  display: flex;
  align-items: center;
}
.brand-coupon-stats ul li div .stats-icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  min-height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  margin-right: 16px;
}
.brand-coupon-stats ul li div .stats-1 {
  background-image: url("../img/stats-1.svg");
}
.brand-coupon-stats ul li div .stats-2 {
  background-image: url("../img/stats-2.svg");
}
.brand-coupon-stats ul li div .stats-3 {
  background-image: url("../img/stats-3.svg");
}
.brand-coupon-stats ul li div .stats-4 {
  background-image: url("../img/stats-4.svg");
}

.brand-coupon-stats-title {
  font-size: 14px;
  font-weight: 500;
  color: #131619;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(19, 22, 25, 0.1);
}

/* Style the FAQ container to look like an accordion */
.rank-math-block {
  padding-top: 0 !important;
  margin-bottom: 20px;
}

.rank-math-answer {
  display: none;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 5px;
}

.ads-faq-box .faq-main-title {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.64px;
  margin-bottom: 32px;
}
.rank-math-question {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.82px;
  letter-spacing: -0.02em;
  color: #131619;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 12px;
  padding-right: 0;
  border-bottom: 1px solid rgba(19, 22, 25, 0.1);
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}
.rank-math-question:hover {
  color: #1271c9;
  transition: 0.3s;
}
.rank-math-answer {
  margin-top: 0px;
  padding-left: 12px;
  padding-right: 12px;
}
.rank-math-answer p {
  color: rgba(19, 22, 25, 0.6);
  font-size: 16px;
  line-height: 26px;
}

.rank-math-question.active::after {
  transform: rotate(180deg);
}
.rank-math-question::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 15px;
  background: url("../img/faq-arrow-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin-left: auto;
  margin-right: 10px;
}

.ads-company-info {
  border: 1px solid rgba(19, 22, 25, 0.1);
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.ads-company-info-title {
  color: #131619;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid;
  border-bottom: 1px solid rgba(19, 22, 25, 0.1);
  text-transform: uppercase;
}

.ads-company-info-desc {
  color: rgba(19, 22, 25, 0.8);
  font-size: 16px;
  line-height: 26px;
}

.lightbox-wrapper {
  border: 16px solid #9c9d9f;
  border-radius: 12px;
  background: #9c9d9f;
}
.lightbox-wrapper img {
  border-radius: 12px;
}

img:active {
  cursor: zoom-in;
}

.ads-company-info-2 .ads-company-info-desc {
  line-height: 20px;
  margin-bottom: 12px;
}

.top-badge {
  color: #131619;
  font-size: 14px;
  line-height: normal;
  padding: 6px 12px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 12px;
}
@media (max-width: 1030px) {
  .top-badge {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px 0px 12px 0px;
  }
}
.top-badge.green {
  background: rgba(18, 201, 91, 0.2);
}
.top-badge.red {
  background: rgba(255, 45, 85, 0.1);
}
.top-badge.purple {
  background: rgba(54, 18, 201, 0.2);
}

.verified-new-box {
  gap: 12px;
}
@media (max-width: 1030px) {
  .verified-new-box {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .verified-new-box {
    gap: 24px;
  }
}

.verified-box-1,
.verified-box-2,
.verified-box-3 {
  font-size: 14px;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 4px;
}

.verified-box-1,
.verified-box-3 {
  color: #131619;
}

.verified-box-2 {
  color: rgba(19, 22, 25, 0.6);
}
@media (max-width: 640px) {
  .verified-box-2 {
    display: none;
  }
}

.main-logo {
  color: #131619;
}
.main-logo:hover {
  color: #131619;
}
.main-logo img {
  width: 168px;
}

.holy-card-mobile {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}

.ads-grid .holy-card .uk-visible\@l {
  display: flex !important;
}
@media (max-width: 1030px) {
  .ads-grid .holy-card .uk-visible\@l {
    display: none !important;
  }
}

@media (max-width: 1030px) {
  .ads-grid .holy-card .uk-hidden\@l {
    display: flex !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 1030px) {
  .ads-grid .holy-card .holy-card-mobile .uk-hidden\@l {
    margin-bottom: 0;
  }
}

.home-hero {
  padding-top: 32px;
  padding-bottom: 42px;
}
@media (max-width: 959px) {
  .home-hero {
    padding-top: 24px;
    padding-bottom: 52px;
  }
}
.home-hero .container {
  max-width: 1044px;
}
.home-hero .img-box {
  max-width: 490px;
}
.home-hero .text-box {
  max-width: 444px;
}
@media (max-width: 1030px) {
  .home-hero .uk-grid {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .home-hero .uk-grid {
    align-items: flex-start;
  }
}

.hero-title {
  color: #131619;
  font-size: 35px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: -0.72px;
  margin-bottom: 40px;
}
@media (max-width: 1030px) {
  .hero-title {
    font-size: 32px;
    letter-spacing: -0.64px;
    margin-bottom: 24px;
  }
}

.contact-section {
  padding-top: 32px;
  padding-bottom: 52px;
  margin-bottom: 52px;
  background: #f3f6f9;
}
@media (max-width: 640px) {
  .contact-section {
    padding-top: 24px;
  }
}
.contact-section .title {
  margin-bottom: 32px;
}

.contact-form {
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 12px 24px -6px rgba(19, 22, 25, 0.08);
}
@media (max-width: 640px) {
  .contact-form {
    padding: 16px 16px 24px 16px;
    border-radius: 12px;
  }
}
.contact-form fieldset > div {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.contact-form fieldset > div:last-child {
  margin-bottom: 0;
  align-items: flex-end;
}
.contact-form label {
  color: #131619;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
  cursor: pointer;
}
.contact-form label:hover {
  color: #1271c9;
  transition: 0.3s;
}
.contact-form input,
.contact-form textarea {
  all: unset;
  color: rgb(19, 22, 25);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 14px 16px;
  border-radius: 8px;
  background: #f3f6f9;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: rgba(17, 18, 19, 0.4);
  opacity: 1;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(17, 18, 19, 0.4);
  opacity: 1;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border: 1px solid #1271c9;
  transition: 0.3s;
}
.contact-form input:focus ~ label,
.contact-form textarea:focus ~ label {
  color: #1271c9;
  transition: 0.3s;
}
.contact-form textarea {
  min-height: 155px;
}
.contact-form button {
  all: unset;
  padding: 16px 34px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  background: #1271c9;
  border: 1px solid transparent;
}
.contact-form button:hover,
.contact-form button:focus {
  transition: 0.3s;
  background: #fff;
  color: #1271c9;
  border: 1px solid #1271c9;
}

.contact-info div {
  border-radius: 8px;
  background: #131619;
  min-width: 59px;
  min-height: 59px;
  position: relative;
  margin-right: 24px;
}
.contact-info div img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact-info p {
  color: #131619;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}
.contact-info p:last-child {
  margin-bottom: 0;
}
.contact-info ul {
  margin-bottom: 52px;
}
@media (max-width: 959px) {
  .contact-info ul {
    margin-bottom: 32px;
  }
}
.contact-info ul li {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  .contact-info ul li {
    margin-bottom: 24px;
    align-items: flex-start;
  }
}
.contact-info ul li:last-child {
  margin-bottom: 0;
}
.contact-info h2 {
  color: rgba(19, 22, 25, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.contact-info a {
  color: #131619;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
}
@media (max-width: 1030px) {
  .contact-info a {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}
.contact-info a:hover,
.contact-info a:focus {
  color: #1271c9;
  transition: 0.3s;
}

@media (max-width: 959px) {
  .contact-grid {
    flex-direction: column-reverse;
  }
}
@media (max-width: 959px) {
  .contact-grid .uk-grid-margin {
    margin-top: 52px;
  }
}

.page-article {
  padding-top: 32px;
  padding-bottom: 52px;
}
@media (max-width: 640px) {
  .page-article {
    padding-top: 24px;
  }
}
.page-article .title {
  margin-bottom: 52px;
}
@media (max-width: 640px) {
  .page-article .title {
    margin-bottom: 24px;
  }
}
.page-article p {
  color: #131619;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}
.page-article p + h1,
.page-article p + h2,
.page-article p + h3,
.page-article p + h4,
.page-article p + h5,
.page-article p + h6 {
  margin-bottom: 16px;
  margin-top: 36px;
}
.page-article b,
.page-article strong {
  font-weight: 600;
}
.page-article ul {
  list-style-type: disc;
  padding-left: 28px;
}
.page-article li {
  color: #131619;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}
.page-article h2 {
  color: #131619;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 24px;
}
.page-article h3 {
  color: #131619;
  font-size: 22px;
  margin-bottom: 24px;
  letter-spacing: -0.48px;
  font-weight: 500;
  line-height: normal;
}
.page-article h4,
.page-article h5 {
  color: #131619;
  font-size: 20px;
  margin-bottom: 24px;
  letter-spacing: -0.48px;
  font-weight: 500;
  line-height: normal;
}
.page-article h6 {
  color: #131619;
  font-size: 18px;
  margin-bottom: 24px;
  letter-spacing: -0.48px;
  font-weight: 500;
  line-height: normal;
}
.page-article a {
  color: #1271c9;
  text-decoration: underline;
}
.page-article .one_line_col {
  margin-top: 60px;
}
.page-article .for_boxes {
  padding-left: 0 !important;
  list-style-type: none !important;
}

.stores-section {
  padding-top: 32px;
  padding-bottom: 52px;
  margin-bottom: 52px;
  background: #f3f6f9;
}
@media (max-width: 640px) {
  .stores-section {
    padding-top: 24px;
  }
}
.stores-section .title {
  margin-bottom: 24px;
}

.stores-alphabet-box {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0px 0px 2px;
  margin-bottom: 34px;
}
.stores-alphabet-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -2px;
}
.stores-alphabet-box ul > * {
  padding-left: 2px;
}
.stores-alphabet-box ul > *:nth-child(2) {
  padding-left: 8px;
}
.stores-alphabet-box ul a {
  display: block;
  color: #131619;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  padding: 12px 14px;
  text-wrap: nowrap;
}
.stores-alphabet-box ul a.stores-new {
  background: #131619;
  color: #fff;
}
.stores-alphabet-box ul a.active {
  cursor: default;
}
.stores-alphabet-box ul a:hover,
.stores-alphabet-box ul a:focus,
.stores-alphabet-box ul a.active {
  background: #1271c9;
  color: #fff;
  transition: background 0.3s;
}

.stores-list-grid {
  margin-left: -24px;
}
@media (max-width: 959px) {
  .stores-list-grid {
    margin-left: -16px;
  }
}
.stores-list-grid > * {
  padding-left: 24px;
}
@media (max-width: 959px) {
  .stores-list-grid > * {
    padding-left: 16px;
  }
}
.stores-list-grid > *.uk-grid-margin {
  margin-top: 24px;
}
@media (max-width: 959px) {
  .stores-list-grid > *.uk-grid-margin {
    margin-top: 16px;
  }
}

.top-banner {
  background: #131619;
  text-align: center;
  padding: 10px 24px;
}

.top-banner.sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
}

@media (max-width: 959px) {
  .top-banner {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.top-banner p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.main-header {
  background: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: 0px 2px 6px 0px rgba(19, 22, 25, 0.0509803922);
}
@media (max-width: 1030px) {
  .main-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.main-header h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
}
@media (max-width: 1030px) {
  .main-header h1 {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}
.main-header h1 a {
  color: #131619;
}
.main-header h1 a:hover,
.main-header h1 a:focus {
  opacity: 0.9;
  transition: 0.3s;
}

.menu-grid {
  margin-left: -32px;
}
.menu-grid > * {
  padding-left: 32px;
}
.menu-grid a {
  color: #131619;
  font-size: 14px;
  line-height: normal;
}
.menu-grid a:hover,
.menu-grid a:focus {
  color: #1271c9;
  transition: 0.3s;
}

.uk-offcanvas-bar {
  background: #2f363c;
  padding-top: 60px;
}
.uk-offcanvas-bar .menu-grid {
  margin-right: 0;
}
.uk-offcanvas-bar .menu-grid a {
  color: #fff;
  font-size: 18px;
}

.nav-btn svg path {
  fill: #131619;
}

.nav-btn,
.search-btn {
  all: unset;
  cursor: pointer;
}

.hidden-btns-grid {
  margin-left: -24px;
}
.hidden-btns-grid > * {
  padding-left: 24px;
}

.uk-modal-dialog {
  background: #fff !important;
}
@media (max-width: 640px) {
  .uk-modal-dialog .search-form input {
    min-width: 300px;
  }
}
.uk-modal-dialog svg {
  color: #fff !important;
}

.uk-modal-close-full {
  background: transparent;
}
.uk-modal-close-full svg {
  color: #fff !important;
}

.search-form {
  position: relative;
  z-index: 999;
  margin-top: 0;
}

@media (max-width: 1200px) { 
	.search-form {
	  margin-top: 16px;
	}
}
.search-form .search-btn {
  all: unset;
  cursor: pointer;
  position: absolute;
  left: 16px;
  top: 10px;
/*   transform: translateY(-50%); */
}
.search-form .search-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.search-form input {
  all: unset;
  min-width: 362px;
  box-sizing: border-box;
  color: rgb(19, 22, 25);
  font-size: 14px;
  line-height: normal;
  padding: 12px 12px 12px 54px;
  border-radius: 6px;
  background: rgba(217, 218, 218, 0.4784313725);
}
.search-form input::-moz-placeholder {
  color: rgba(17, 18, 19, 0.4);
  opacity: 1;
}
.search-form input::placeholder {
  color: rgba(17, 18, 19, 0.4);
  opacity: 1;
}
.search-form input:focus {
  background: rgb(255, 255, 255);
  transition: 0.3s;
}
.search-form input:focus-visible {
  outline-color: #0b6cf7;
}
.search-form input:focus::-moz-placeholder {
  color: rgba(19, 22, 25, 0.6);
  opacity: 1;
}
.search-form input:focus::placeholder {
  color: rgba(19, 22, 25, 0.6);
  opacity: 1;
}

@media (max-width: 1030px) {
  .footer-bottom-bottom .uk-flex {
    flex-wrap: wrap;
  }
}
.footer-bottom-bottom p {
  color: rgba(19, 22, 25, 0.6);
  text-align: right;
  font-size: 16px;
  line-height: normal;
}
@media (max-width: 1030px) {
  .footer-bottom-bottom p {
    width: 100%;
    text-align: left;
    margin-top: 24px;
  }
}
.footer-bottom-bottom h1 a {
  color: #131619;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
}
@media (max-width: 1030px) {
  .footer-bottom-bottom h1 a {
    font-size: 18px;
    letter-spacing: -0.36px;
    width: 100%;
  }
}
.footer-bottom-bottom h1 a:hover,
.footer-bottom-bottom h1 a:focus {
  color: #1271c9;
  transition: 0.3s;
}

.footer-bottom-bottom-inner {
  padding-top: 32px;
  padding-bottom: 54px;
  border-top: 1px solid rgba(19, 22, 25, 0.1);
}
@media (max-width: 1030px) {
  .footer-bottom-bottom-inner {
    padding-top: 24px;
    padding-bottom: 40px;
  }
}

.footer-bottom-top-inner {
  padding-bottom: 52px;
}
@media (max-width: 1030px) {
  .footer-bottom-top-inner {
    padding-bottom: 40px;
  }
}

.footer-title {
  color: #131619;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.footer-grid-menu li {
  margin-bottom: 14px;
}
.footer-grid-menu li:last-child {
  margin-bottom: 0;
}
.footer-grid-menu a {
  color: rgba(19, 22, 25, 0.6);
  font-size: 16px;
  line-height: normal;
}
.footer-grid-menu a:hover,
.footer-grid-menu a:focus {
  color: #1271c9;
  transition: 0.3s;
}

.footer-top {
  margin-bottom: 52px;
}
.footer-top .container {
  max-width: 1044px;
}

.newsletter-box {
  border-radius: 12px;
  background: #f3f6f9;
  padding: 52px;
}
@media (max-width: 959px) {
  .newsletter-box {
    padding: 24px 16px;
  }
}
.newsletter-box p {
  color: rgba(19, 22, 25, 0.6);
  font-size: 16px;
  line-height: normal;
  text-align: center;
  margin-bottom: 14px;
  margin-top: 0;
}
@media (max-width: 959px) {
  .newsletter-box p {
    font-size: 14px;
  }
}
.newsletter-box p:last-child {
  margin-bottom: 0;
}
.newsletter-box p > span {
  font-size: 14px;
  line-height: 24px;
}
.newsletter-box .newsletter-box-title {
  color: #131619;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 34px;
  margin-top: 0;
}
@media (max-width: 959px) {
  .newsletter-box .newsletter-box-title {
    font-size: 24px;
  }
}

.tnp.tnp-subscription form {
  max-width: 362px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 959px) {
  .tnp.tnp-subscription form {
    margin-bottom: 24px;
  }
}
.tnp.tnp-subscription form .tnp-field.tnp-field-email input {
  all: unset;
  box-sizing: border-box;
  color: rgb(19, 22, 25);
  font-size: 16px;
  line-height: normal;
  padding: 14px 54px 14px 16px;
  border-radius: 8px;
  background: #fff;
  width: 100%;
}

.tnp.tnp-subscription form label {
  display: none;
}

.tnp.tnp-subscription form input::-moz-placeholder {
  color: rgba(17, 18, 19, 0.4);
  opacity: 1;
}
.tnp.tnp-subscription form input::placeholder {
  color: rgba(17, 18, 19, 0.4);
  opacity: 1;
}
.tnp.tnp-subscription form input:focus {
  transition: 0.3s;
}
.tnp.tnp-subscription form input:focus::-moz-placeholder {
  color: rgba(19, 22, 25, 0.6);
  opacity: 1;
}
.tnp.tnp-subscription form input:focus::placeholder {
  color: rgba(19, 22, 25, 0.6);
  opacity: 1;
}
.tnp.tnp-subscription form .tnp-field.tnp-field-button {
  all: unset;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 14px;
  border-radius: 8px;
  background: #1271c9;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 50px;
  box-sizing: border-box;
}
.tnp.tnp-subscription form .tnp-field.tnp-field-button input {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  font-size: 0;
  all: unset;
  background: #1271c9;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

/* Add the send icon */
/* .tnp.tnp-subscription form .tnp-field.tnp-field-button::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjY0ODggMS4zNjY3NEMxOC4xOTAyIDAuODk2MTM0IDE3LjUxMTYgMC43MjA4MTEgMTYuODc4OSAwLjkwNTM2MUwyLjEyMzY3IDUuMTk2MTVDMS40NTYwNiA1LjM4MTYyIDAuOTgyODcxIDUuOTE0MDUgMC44NTU0MDIgNi41OTA0MUMwLjcyNTE4MiA3LjI3ODgwMSAxLjE4MDA0IDguMTUyNjQgMS43NzQyOCA4LjUxODA1TDYuMzg3OTIgMTEuMzUzN0M2Ljg2MTExIDExLjY0NDMgNy40NzE4NiAxMS41NzE0IDcuODYzNCAxMS4xNzY1TDEzLjE0NjUgNS44NjA1M0MxMy40MTI1IDUuNTgzNyAxMy44NTI2IDUuNTgzNyAxNC4xMTg2IDUuODYwNUMxNC4zODQ2IDYuMTI4MTMgMTQuMzg0NiA2LjU2MTgyIDE0LjExODYgNi44Mzg2NEw4LjgyNjMzIDEyLjE1NTVDOC40MzM4NCAxMi41NDk1IDguMzYwNDggMTMuMTYzMiA4LjY0OTM0IDEzLjYzOTNMMTEuNDY4MyAxNi40NjgzQzExLjc5ODUgMTcuMDYyOCAxMi4zNjcgMTcuMzY2NiAxMi45OTA2IDE3LjM2NjZDMTMuMDczNCAxNy4zNjY2IDEzLjE0NjUgMTcuMzU3NCAxMy4yMTk5IDE3LjM1MTdDMTMuOTM1MiAxNy4yODMgMTQuNTAzNyAxNi43NTggMTQuNzE0NyAxNi4wODg5TDE5LjA4ODkgMy4xNDc2NEMxOS4yODEgMi41MjAxNyAxOS4xMDczIDEuODM3MzkgMTguNjQ4OCAxLjM2Njc0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  left: 11px;
  z-index: 999;
} */

.tnp-submit {
	background: none;
	padding: 0;
	border: none;
	box-shadow: none;
}

.tnp.tnp-subscription form .tnp-field.tnp-field-button:hover,
.tnp.tnp-subscription form .tnp-field.tnp-field-button:focus {
  opacity: 0.8;
  transition: 0.3s;
}

.footer-socials a:hover path,
.footer-socials a:focus path {
  fill: #1271c9;
  transition: 0.3s;
}

.lang-changer {
  margin-top: 24px;
  padding: 8px 12px 8px 12px;
  border-radius: 4px;
  border: 1px solid rgba(19, 22, 25, 0.1);
  max-width: 226px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.29px;
  color: #131619;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}

.lang-changer-active.active svg {
  transform: rotate(180deg);
  top: 3px;
  transition: 0.3s;
}
.lang-changer-active span {
  display: flex;
  align-items: center;
  position: relative;
}
.lang-changer-active span svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  min-width: 20px;
  min-height: 20px;
}
.lang-changer-active span img {
  margin-right: 12px;
}

.lang-changer-innactive {
  display: none;
}
.lang-changer-innactive.active {
  display: block;
  position: absolute;
  bottom: calc(100% + 4px);
  background: #fff;
  left: 0;
  right: 0;
  border-radius: 4px;
  padding: 8px 12px 8px 12px;
  border: 1px solid rgba(19, 22, 25, 0.1);
}
.lang-changer-innactive li a {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  color: #131619;
  font-size: 15px;
}
.lang-changer-innactive li a:hover {
  color: #1271c9;
  transition: 0.3s;
}
.lang-changer-innactive img,
.lang-changer-active img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 12px;
}

.home-section-4 {
  margin-bottom: 52px;
}
@media (max-width: 1030px) {
  .home-section-4 {
    margin-bottom: 64px;
  }
}
.home-section-4 .container {
  max-width: 1044px;
}
.home-section-4 .title {
  font-size: 24px;
  letter-spacing: -0.48px;
  margin-bottom: 24px;
}

.faq-box.uk-accordion > :nth-child(n + 2) {
  margin-top: 24px;
}
@media (max-width: 959px) {
  .faq-box.uk-accordion > :nth-child(n + 2) {
    margin-top: 16px;
  }
}
.faq-box > li {
  background: #f3f6f9;
  border-radius: 8px;
}
.faq-box .uk-accordion-title {
  color: #131619;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.4px;
  padding: 24px 32px 24px 32px;
  cursor: pointer;
}
@media (max-width: 959px) {
  .faq-box .uk-accordion-title {
    font-size: 18px;
    letter-spacing: -0.36px;
    padding: 16px;
  }
}
.faq-box .uk-accordion-title:hover,
.faq-box .uk-accordion-title:focus {
  color: #1271c9;
  transition: 0.3s;
}
.faq-box .uk-accordion-content {
  margin-top: 0;
}
.faq-box p {
  color: rgba(19, 22, 25, 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 32px 32px 32px;
}
@media (max-width: 959px) {
  .faq-box p {
    font-size: 14px;
    line-height: 22px;
    padding: 0px 16px 16px 16px;
  }
}
.faq-box .uk-accordion-title::before {
  width: 27px;
  height: 27px;
  background: url("../img/faq-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  transform: rotate(180deg);
}
@media (max-width: 959px) {
  .faq-box .uk-accordion-title::before {
    width: 24px;
    height: 24px;
  }
}
.faq-box .uk-open > .uk-accordion-title::before {
  transform: rotate(0deg);
}

.home-section-3 {
  padding-top: 52px;
  padding-bottom: 52px;
}
.home-section-3 .title {
  font-size: 24px;
  letter-spacing: -0.48px;
  margin-bottom: 24px;
}

.categories-box {
  margin-bottom: 52px;
}

.categories-grid {
  margin-left: -24px;
}
@media (max-width: 959px) {
  .categories-grid {
    margin-left: -12px;
  }
}
.categories-grid > * {
  padding-left: 24px;
}
@media (max-width: 959px) {
  .categories-grid > * {
    padding-left: 12px;
  }
}
.categories-grid > *.uk-grid-margin {
  margin-top: 24px;
}
@media (max-width: 959px) {
  .categories-grid > *.uk-grid-margin {
    margin-top: 12px;
  }
}

.stores-box a {
  color: #131619;
  font-size: 16px;
  line-height: 20.29px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(19, 22, 25, 0.1);
  padding: 17px;
  border-radius: 4px;
  flex: none !important;
}
@media (max-width: 959px) {
  .stores-box a {
    width: 100% !important;
  }
}
.stores-box a:hover {
  border: 1px solid #1271c9;
  color: #1271c9;
  transition: 0.3s;
}

.stores-grid {
  margin-left: -24px;
  justify-content: center;
}
@media (max-width: 959px) {
  .stores-grid {
    margin-left: -16px;
  }
}
.stores-grid > * {
  padding-left: 24px;
}
@media (max-width: 959px) {
  .stores-grid > * {
    padding-left: 16px;
  }
}
.stores-grid > *.uk-grid-margin {
  margin-top: 24px;
}
@media (max-width: 959px) {
  .stores-grid > *.uk-grid-margin {
    margin-top: 16px;
  }
}

.home-section-2 {
  padding-top: 52px;
  padding-bottom: 52px;
  background: #f3f6f9;
}
@media (max-width: 1030px) {
  .home-section-2 {
    padding-top: 32px;
    padding-bottom: 52px;
  }
}
.home-section-2 .title {
  font-size: 24px;
  letter-spacing: -0.48px;
  margin-bottom: 24px;
}

.deals-grid {
  margin-left: -24px;
}
.deals-grid > * {
  padding-left: 24px;
}
.deals-grid > *.uk-grid-margin {
  margin-top: 24px;
}

.shops-box {
  margin-bottom: 48px;
}

.shops-grid {
  margin-left: -24px;
}
@media (max-width: 959px) {
  .shops-grid {
    margin-left: -16px;
  }
}
.shops-grid > * {
  padding-left: 24px;
}
@media (max-width: 959px) {
  .shops-grid > * {
    padding-left: 16px;
  }
}
.shops-grid > *.uk-grid-margin {
  margin-top: 24px;
}
@media (max-width: 959px) {
  .shops-grid > *.uk-grid-margin {
    margin-top: 16px;
  }
}

.deals-card a {
  display: flex;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 12px 24px -6px rgba(19, 22, 25, 0.08);
  padding: 24px 16px;
  align-items: center;
}
@media (max-width: 1440px) {
  .deals-card a {
    padding: 16px;
    flex-wrap: wrap;
  }
}
.deals-card a:hover .coupon-code-label {
  right: 56px;
  transition: 0.4s right;
}
.deals-card h3 {
  color: #131619;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
  max-width: 227px;
  width: 100%;
  margin-right: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1440px) {
  .deals-card h3 {
    max-width: none;
    flex: 1;
    margin-right: 0;
  }
}
.deals-card figure {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  min-width: 80px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.deals-card figure img {
  max-width: 78px;
  max-height: 78px;
  -o-object-fit: cover;
  object-fit: cover;
}
.deals-card .coupon-code-box {
  max-width: 237px;
  width: 100%;
  min-width: 237px;
  border-radius: 8px;
  border: 1px dashed #1271c9;
  background: rgba(18, 113, 201, 0.1);
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .deals-card .coupon-code-box {
    max-width: none;
    margin-top: 20px;
  }
}
.deals-card .coupon-code-label {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 14px;
  border-radius: 8px;
  background: #1271c9;
  position: absolute;
  left: 3px;
  right: 36px;
  top: 3px;
  bottom: 3px;
  text-align: center;
  transition: 0.2s right;
}
.deals-card .coupon-code-value {
  color: #131619;
  font-size: 18px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  padding: 14px;
}

.stores-card {
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 12px 24px -6px rgba(19, 22, 25, 0.08);
  padding: 16px 40px 16px 16px;
  position: relative;
}
.stores-card > img {
  position: absolute;
  right: 10px;
  top: 16px;
  filter: invert(0.5);
}
.stores-card:hover .stores-card-title,
.stores-card:focus .stores-card-title {
  color: #1271c9;
  transition: 0.3s;
}
.stores-card:hover > img,
.stores-card:focus > img {
  filter: invert(0);
  transition: 0.3s;
}
.stores-card article {
  display: flex;
  align-items: center;
}
.stores-card figure {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  min-width: 80px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
}
.stores-card figure img {
  max-width: 78px;
  max-height: 78px;
  -o-object-fit: cover;
  object-fit: cover;
}
.stores-card .stores-card-title {
  color: #131619;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
  margin-bottom: 4px;
}
.stores-card p {
  color: rgba(19, 22, 25, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}

.categories-card {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #f3f6f9;
  padding: 16px 24px;
  border: 1px solid transparent;
}
@media (max-width: 1030px) {
  .categories-card {
    padding: 16px;
  }
}
.categories-card:hover {
  border: 1px solid #1271c9;
  transition: 0.3s;
}
.categories-card div {
  color: rgba(19, 22, 25, 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.categories-card figure {
  margin-right: 24px;
  min-width: 32px;
  min-height: 32px;
}

.shops-card {
  border-radius: 12px;
  border: 1px solid rgba(19, 22, 25, 0.1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.shops-card:hover {
  border: 1px solid #1271c9;
  transition: 0.3s;
}
@media (max-width: 640px) {
  .shops-card {
    padding: 15px;
  }
}

.ads-top {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 959px) {
  .ads-top {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.ads-top-inner {
  display: flex;
  align-items: center;
}
.ads-top-inner figure {
  margin-right: 40px;
  border-radius: 50%;
  border: 4px solid #dae1e7;
  min-width: 112px;
  min-height: 112px;
  width: 112px;
  height: 112px;
  overflow: hidden;
}
@media (max-width: 959px) {
  .ads-top-inner figure {
    margin-right: 16px;
    border: 2px solid #dae1e7;
    min-width: 76px;
    min-height: 76px;
    width: 76px;
    height: 76px;
  }
}
.ads-top-inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ads-top-inner h1 {
  color: #131619;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.64px;
  margin-bottom: 12px;
}
@media (max-width: 959px) {
  .ads-top-inner h1 {
    font-size: 20px;
    letter-spacing: -0.4px;
    margin-bottom: 8px;
  }
}
.ads-top-inner p {
  color: #1271c9;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 959px) {
  .ads-top-inner p {
    font-size: 14px;
  }
}

.ads-bottom {
  background: #f3f6f9;
  padding-top: 32px;
  padding-bottom: 52px;
  margin-bottom: 52px;
}
@media (max-width: 959px) {
  .ads-bottom {
    padding-top: 24px;
  }
}

.ads-bottom-aside {
  padding: 0 24px 24px 24px;
}
.ads-bottom-aside h2 {
  color: #131619;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 24px;
}
.ads-bottom-aside a {
  color: #131619;
  font-size: 16px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid rgba(19, 22, 25, 0.1);
  border-bottom: 1px solid rgba(19, 22, 25, 0.1);
  margin-top: -1px;
}
.ads-bottom-aside a:first-of-type {
  border-top: 0;
}
.ads-bottom-aside a span {
  display: flex;
  align-items: center;
}
.ads-bottom-aside a span img {
  margin-right: 12px;
  min-width: 22px;
  min-height: 22px;
}
.ads-bottom-aside a span svg path {
  fill: #1271c9;
}
.ads-bottom-aside a > img {
  min-width: 18px;
  min-height: 18px;
}
.ads-bottom-aside a:hover {
  color: #1271c9;
  transition: 0.3s;
}
.ads-bottom-aside p {
  padding-top: 24px;
  color: rgba(19, 22, 25, 0.6);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.ads-grid .uk-grid-margin {
  margin-top: 24px;
}
@media (max-width: 959px) {
  .ads-grid .uk-grid-margin {
    margin-top: 16px;
  }
}

.verified-box {
  color: #12c95b;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  display: inline-flex;
  align-items: center;
  border-radius: 58px;
  background: rgba(18, 201, 91, 0.1);
  padding: 2px 12px 2px 2px;
}
.verified-box img {
  margin-right: 8px;
  min-width: 24px;
  min-height: 24px;
  padding: 4px;
  border-radius: 50%;
  background: #12c95b;
}

.holy-card {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 12px 24px -6px rgba(19, 22, 25, 0.08);
  padding: 24px;
  display: flex;
}
.holy-card .uk-visible\@l {
  display: block !important;
}
@media (max-width: 1030px) {
  .holy-card .uk-visible\@l {
    display: none !important;
  }
}
.holy-card .uk-hidden\@l {
  display: none !important;
}
@media (max-width: 1030px) {
  .holy-card .uk-hidden\@l {
    display: block !important;
  }
}
@media (max-width: 1030px) {
  .holy-card {
    box-sizing: border-box;
    width: 100%;
    flex-direction: column;
    position: relative;
  }
}
@media (max-width: 959px) {
  .holy-card {
    padding: 16px;
  }
}
.holy-card:hover .coupon-code-label {
  right: 56px;
  color: #fff;
  background: #1271c9;
  transition: 0.4s right, 0.4s color, 0.4s background;
}
.holy-card:hover .get-deal-btn {
  color: #fff;
  background: #1271c9;
  transition: 0.3s;
}
.holy-card h3,
.holy-card .card-title {
  color: #131619;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1030px) {
  .holy-card h3,
  .holy-card .card-title {
    margin-left: 24px;
    margin-bottom: 0;
  }
}
@media (max-width: 959px) {
  .holy-card h3,
  .holy-card .card-title {
    font-size: 18px;
    letter-spacing: -0.36px;
    line-height: normal;
  }
}
@media (max-width: 640px) {
  .holy-card h3,
  .holy-card .card-title {
    margin-left: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1030px) {
  .holy-card .uk-position-relative {
    display: flex;
    align-items: center;
    order: 1;
  }
}
.holy-card > div {
  display: flex;
  align-items: center;
  margin-left: -24px;
  flex: 1;
}
@media (max-width: 1030px) {
  .holy-card > div {
    flex-wrap: wrap;
  }
}
.holy-card > div > * {
  padding-left: 24px;
}
.holy-card > div > *:nth-of-type(2) {
  min-width: 337px;
  flex: 1;
}
@media (max-width: 1300px) {
  .holy-card > div > *:nth-of-type(2) {
    min-width: 200px;
  }
}
@media (max-width: 1030px) {
  .holy-card > div > *:nth-of-type(2) {
    min-width: auto;
    width: 100%;
    margin-top: 24px;
    order: 3;
  }
}
@media (max-width: 1030px) {
  .holy-card > div > *:last-child {
    width: 100%;
    margin-top: 16px;
    order: 2;
    margin-top: 0;
  }
}
.holy-card .get-deal-btn {
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  min-width: 237px;
  padding: 14px 24px;
  color: #0a4a80;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  background: #e7f1fa;
  border: 1px solid transparent;
  font-family: "Euclid Circular B";
}
@media (max-width: 1030px) {
  .holy-card .get-deal-btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .holy-card .get-deal-btn {
    min-width: 222px;
  }
}
@media (max-width: 370px) {
  .holy-card .get-deal-btn {
    min-width: 205px;
    font-size: 15px;
  }
}
.holy-card .coupon-code-box {
  max-width: 237px;
  width: 100%;
  min-width: 237px;
  border-radius: 8px;
  border: 1px dashed #1271c9;
  background: #fff;
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1300px) {
  .holy-card .coupon-code-box {
    max-width: none;
  }
}
@media (max-width: 480px) {
  .holy-card .coupon-code-box {
    min-width: 222px;
  }
}
@media (max-width: 370px) {
  .holy-card .coupon-code-box {
    min-width: 205px;
  }
}
.holy-card .coupon-code-label {
  color: #0a4a80;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 14px;
  border-radius: 8px;
  background: #e7f1fa;
  position: absolute;
  left: 3px;
  right: 36px;
  top: 3px;
  bottom: 3px;
  text-align: center;
  transition: 0.2s right;
}
@media (max-width: 370px) {
  .holy-card .coupon-code-label {
    font-size: 15px;
  }
}
.holy-card .coupon-code-value {
  color: #131619;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  padding: 14px;
}

.price-box {
  color: #131619;
  text-transform: uppercase;
  min-width: 116px;
  min-height: 118px;
  border-radius: 4px;
  border: 1px dashed rgba(19, 22, 25, 0.1);
  background: #fff;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 1.08px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  .price-box {
    border: none;
    min-width: 90px;
  }
}
.price-box span {
  font-size: 24px;
  line-height: normal;
  letter-spacing: 1.44px;
  margin-bottom: 4px;
  display: block;
  text-align: center;
}

.exclusive {
  position: absolute;
  left: 24px;
  top: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  padding: 4px 22px;
  border-radius: 4px 4px 0px 0px;
  background: #1271c9;
  z-index: 1;
  width: 116px;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .exclusive {
    font-size: 10px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 80px;
  }
}
.exclusive ~ .price-box {
  padding-top: 36px;
  padding-bottom: 20px;
}
@media (max-width: 959px) {
  .exclusive ~ .price-box {
    padding-top: 18px;
    padding-bottom: 2px;
  }
}

@media (max-width: 640px) {
  .ads-modal-box {
    padding: 0;
  }
}
.ads-modal-box.uk-modal {
  background: rgba(19, 22, 25, 0.7);
}
.ads-modal-box .uk-close {
  padding: 0;
  top: 24px;
  right: 24px;
}
.ads-modal-box .uk-close > svg {
  display: none;
}
.ads-modal-box .uk-close span svg path {
  fill: #131619 !important;
}
.ads-modal-box .uk-modal-dialog {
  border-radius: 16px;
  background: #fff;
  width: 588px;
  padding-left: 52px;
  padding-right: 52px;
  padding-top: 24px;
  padding-bottom: 0;
  text-align: center;
  background-image: url("../img/modal-bg.svg");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 959px) {
  .ads-modal-box .uk-modal-dialog {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 640px) {
  .ads-modal-box .uk-modal-dialog {
    background-image: none;
    border-radius: 0;
  }
}
.ads-modal-box .ads-modal-top h2 {
  color: #131619;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 959px) {
  .ads-modal-box .ads-modal-top h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.ads-modal-box .ads-modal-top p {
  color: rgba(19, 22, 25, 0.6);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
}
.ads-modal-box .ads-modal-top p a {
  color: #1271c9;
}
.ads-modal-box .ads-modal-top p a:hover {
  text-decoration: underline;
}
.ads-modal-box .ads-modal-top figure {
  border-radius: 81px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  min-width: 116px;
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 116px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.ads-modal-box .ads-modal-top figure img {
  max-width: 90px;
  max-height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
}
.ads-modal-box .ads-modal-top .copy-code-box {
  border-radius: 8px;
  border: 1px dashed #1271c9;
  background: rgba(18, 113, 201, 0.1);
  padding: 17px 100px 15px 56px;
  position: relative;
  max-width: 384px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.ads-modal-box .ads-modal-top .copy-code-box svg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.ads-modal-box .ads-modal-top .copy-code-value {
  color: #1271c9;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  text-align: left;
  overflow: hidden;
}
.ads-modal-box .ads-modal-top .copy-btn {
  all: unset;
  box-sizing: border-box;
  padding: 14px 24px;
  display: block;
  color: #fff;
  border-radius: 8px;
  background: #1271c9;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border: 1px solid transparent;
}
.ads-modal-box .ads-modal-top .copy-btn:hover,
.ads-modal-box .ads-modal-top .copy-btn:focus {
  opacity: 0.6;
  transition: 0.3s;
}
.ads-modal-box .ads-modal-bottom {
  border-radius: 0px 0px 16px 16px;
  margin-left: -52px;
  margin-right: -52px;
  padding-left: 52px;
  padding-right: 52px;
  padding-top: 24px;
  padding-bottom: 32px;
  background: #f3f6f9;
}
@media (max-width: 959px) {
  .ads-modal-box .ads-modal-bottom {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.ads-modal-box .ads-modal-bottom .coupon-code-box {
  cursor: pointer;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 237px;
  width: 100%;
  min-width: 237px;
  border-radius: 8px;
  border: 1px dashed #1271c9;
  background: #fff;
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1030px) {
  .ads-modal-box .ads-modal-bottom .coupon-code-box {
    max-width: none;
  }
}
.ads-modal-box .ads-modal-bottom .coupon-code-box:hover .coupon-code-label {
  color: #fff;
  background: #1271c9;
  right: 56px;
  transition: 0.4s right;
}
.ads-modal-box .ads-modal-bottom .coupon-code-label {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 14px;
  border-radius: 8px;
  background: #1271c9;
  position: absolute;
  left: 3px;
  right: 36px;
  top: 3px;
  bottom: 3px;
  text-align: center;
  transition: 0.2s right;
}
.ads-modal-box .ads-modal-bottom .coupon-code-value {
  color: #131619;
  font-size: 18px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  padding: 14px;
}
.ads-modal-box .ads-modal-bottom h3 {
  color: #131619;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
}
.ads-modal-box .ads-modal-bottom p {
  color: rgba(19, 22, 25, 0.6);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
}
.ads-modal-box .ads-modal-bottom p span {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.ads-modal-box .ads-modal-bottom a {
  color: #1271c9;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 16px 34px;
  border-radius: 8px;
  background: rgba(18, 113, 201, 0.1);
  display: inline-block;
}
.ads-modal-box .ads-modal-bottom a:hover {
  background: #1271c9;
  color: #fff;
  transition: 0.3s;
}

.code-work-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px !important;
}
.code-work-box > div {
  margin-right: 24px;
  color: rgba(19, 22, 25, 0.6);
  font-size: 16px;
  line-height: 26px;
}
.code-work-box button {
  all: unset;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  padding: 14px;
  min-width: 52px;
  min-height: 52px;
  border: 1px solid rgba(111, 113, 115, 0.2);
  border-radius: 50%;
}
.code-work-box button.active {
  border: 1px solid #1271c9;
  transition: 0.3s;
}
.code-work-box button.like {
  margin-right: 8px;
}

.form-box-grid form {
  border-radius: 8px;
  background: #344254;
  box-shadow: 0px 12px 24px -6px rgba(19, 22, 25, 0.08);
  padding: 16px 16px 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 959px) {
  .form-box-grid form {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }
}
.form-box-grid form div {
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  .form-box-grid form div {
    width: 100%;
  }
}
.form-box-grid form label {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
  cursor: pointer;
  max-width: 345px;
}
.form-box-grid form label span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
  display: block;
}
.form-box-grid form label a {
  font-weight: 900;
  color: #fff;
}
.form-box-grid form label a:hover {
  text-decoration: underline;
}
@media (max-width: 959px) {
  .form-box-grid form label {
    font-size: 18px;
    margin-bottom: 16px;
    letter-spacing: -0.36px;
  }
}
.form-box-grid form button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 14px;
  border-radius: 8px;
  background: #1271c9;
  min-width: 50px;
  min-height: 50px;
}
.form-box-grid form button:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.form-box-grid form input {
  all: unset;
  box-sizing: border-box;
  margin-right: 16px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #fff;
  max-width: 300px;
  width: 100%;
  min-width: 300px;
  color: rgba(19, 22, 25, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.form-box-grid form input::-moz-placeholder {
  color: rgba(19, 22, 25, 0.4);
  opacity: 1;
}
.form-box-grid form input::placeholder {
  color: rgba(19, 22, 25, 0.4);
  opacity: 1;
}
@media (max-width: 959px) {
  .form-box-grid form input {
    min-width: auto;
    max-width: none;
    margin-right: 12px;
  }
}

.modal-newsletter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.modal-newsletter button {
  all: unset;
  margin-left: 16px;
  box-sizing: border-box;
  cursor: pointer;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px;
  border-radius: 8px;
  background: #1271c9;
}
.modal-newsletter input {
  all: unset;
  min-width: 300px;
  box-sizing: border-box;
  padding: 14px 16px;
  border-radius: 8px;
  background: #fff;
  color: rgba(19, 22, 25, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}
.modal-newsletter input::-moz-placeholder {
  color: rgba(19, 22, 25, 0.4);
  opacity: 1;
}
.modal-newsletter input::placeholder {
  color: rgba(19, 22, 25, 0.4);
  opacity: 1;
}
.modal-newsletter input:focus::-moz-placeholder {
  color: rgba(19, 22, 25, 0.6);
  opacity: 1;
}
.modal-newsletter input:focus::placeholder {
  color: rgba(19, 22, 25, 0.6);
  opacity: 1;
}
@media (max-width: 959px) {
  .modal-newsletter input {
    min-width: auto;
    width: 100%;
  }
}

.ads-filter-select-box {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .ads-filter-select-box {
    width: 100%;
  }
}
.ads-filter-select-box label {
  color: rgba(19, 22, 25, 0.6);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-right: 18px;
}
@media (max-width: 959px) {
  .ads-filter-select-box label {
    display: none;
  }
}
.ads-filter-select-box select {
  all: unset;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
  color: #131619;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  padding: 16px;
  min-width: 175px;
  background-image: url("../img/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center right 10px;
}
@media (max-width: 640px) {
  .ads-filter-select-box select {
    width: 100%;
    min-width: 150px;
    font-size: 16px;
  }
}
@media (max-width: 370px) {
  .ads-filter-select-box select {
    min-width: auto;
    max-width: none;
    width: 100%;
    display: block;
  }
}

.filter-list {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: #fff;
  padding: 4px;
}
@media (max-width: 959px) {
  .filter-list {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .filter-list {
    display: none;
  }
  .filter-list.active {
    display: flex;
  }
}
.filter-list a {
  color: #131619;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  padding: 12px 16px;
  border-radius: 4px;
  opacity: 0.6;
  background: #fff;
  box-sizing: border-box;
  display: block;
}
@media (max-width: 640px) {
  .filter-list a {
    font-size: 16px;
  }
}
.filter-list a span {
  color: rgba(19, 22, 25, 0.6);
}
.filter-list a:hover {
  color: #1271c9;
  opacity: 1;
  transition: 0.3s;
}
.filter-list a.active {
  color: #131619;
  background: #f3f6f9;
  opacity: 1;
  cursor: default;
}
.filter-list a.active span {
  color: rgba(19, 22, 25, 0.6);
}

.rate-form-title {
  color: #131619;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}

.rate-form p {
  padding: 0;
}

.rate-result {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.rate-result svg {
  margin-right: 12px;
  min-width: 22px;
  min-height: 22px;
}

.rate-result-number {
  color: rgba(19, 22, 25, 0.6);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.rate-result-value {
  color: #1271c9;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-right: 4px;
}

.rating {
  display: inline-block;
  position: relative;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
}

.rating label {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  margin-right: 4px;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
  min-width: 24px;
  min-height: 24px;
  opacity: 0;
}

.rating label:last-child .icon svg path {
  fill: #d9dada;
}

.rating label:last-child .icon {
  opacity: 1;
}

.rating label.active .icon {
  opacity: 1;
}
.rating label.active .icon svg path {
  fill: #fbad16;
}

.rating.activeIsReady label:not(.active) .icon {
  opacity: 0 !important;
}

.rating.activeIsReady .star-4 .icon:last-child {
  opacity: 1 !important;
}

.rating.activeIsReady .star-3 .icon:last-child,
.rating.activeIsReady .star-3 .icon:nth-last-child(2) {
  opacity: 1 !important;
}

.rating.activeIsReady .star-2 .icon:last-child,
.rating.activeIsReady .star-2 .icon:nth-last-child(2),
.rating.activeIsReady .star-2 .icon:nth-last-child(3) {
  opacity: 1 !important;
}

.rating.activeIsReady .star-1 .icon:last-child,
.rating.activeIsReady .star-1 .icon:nth-last-child(2),
.rating.activeIsReady .star-1 .icon:nth-last-child(3),
.rating.activeIsReady .star-1 .icon:nth-last-child(4) {
  opacity: 1 !important;
}

.ads-filter-btn-mobile {
  all: unset;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
  color: #131619;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 16px;
  min-width: 150px;
  max-width: 150px;
  background-image: url("../img/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center right 10px;
}
@media (max-width: 370px) {
  .ads-filter-btn-mobile {
    min-width: auto;
    max-width: none;
    width: 100%;
    display: block;
  }
}

@media (max-width: 370px) {
  .ads-bottom-filter-grid {
    flex-direction: column;
  }
}



.ads-modal-box-3 .uk-modal-dialog {
  padding-top: 80px !important;
}
.ads-modal-box-3 h2 {
  font-size: 36px !important;
  margin-bottom: 16px !important;
} /*# sourceMappingURL=main.css.map */

.search-container {
  position: relative;
}

.live-search-results {
  position: absolute;
  top: 100px;
  width: 100%;
  max-width: 362px;
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 1000;
  border-radius: 6px;
}

.live-search-results ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.live-search-results li {
  padding: 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.live-search-results li:hover {
  background-color: #f0f0f0;
}
.live-search-results li img {
  max-width: 50px;
  margin-right: 10px;
  vertical-align: middle;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 990;
  display: none;
}

#search-input {
  width: 100%;
  padding-right: 30px;
}

.clear-input-btn {
/*   position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%); */
  border: none;
  background: none;
  font-size: 28px;
  line-height: 22px;
  color: #333;
  cursor: pointer;
  display: none;
}

.clear-input-btn.desktop-search {
  font-size: 20px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

#ez-toc-container {
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.ez-toc-title-container {
  margin-bottom: 12px;
}

.rating-success-message {
  /* font-weight: bold; */
  margin-bottom: 10px;
  border: 0 !important;
}

.uk-lightbox.uk-overflow-hidden.uk-lightbox-panel.uk-open {
	background: #333;
}

#ez-toc-container a:visited {
    color: #444;
}

@media (max-width: 1200px) {
  .live-search-results {
	top: 57px;
  }
	#search-overlay {
		display: none !important;
	}
	
	.search-form input {
	    border: 1px solid rgba(217, 218, 218, 7);
	}
}

.rmp-results-widget .rmp-results-widget__visual-rating, .ez-toc-title-container {
	display: none;
}

.ez-toc-link {
	text-decoration: underline !important;
}
.ez-toc-list.ez-toc-list-level-1 {
	display: flex;
    flex-direction: column;
    gap: 14px;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list::before {
    display: none;
}

.company-main-section-right-top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.company-main-section-right-top figure > div {
	width: 180px;
    /* height: 56px; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	margin: auto;
}
@media (max-width: 500px) {
/* 	.home-section-2 .shops-grid li {
		min-width: 180px;
		max-width: unset;
		width: 100% !important;
    } */
	.company-main-section-right-top figure > div {
	width: auto;
	}
	.company-main-section-right-top figure {
		padding: 18px;
    }
}
@media (max-width: 500px) {
	.company-main-section-right-top figure {
		padding: 18px 14px;
    }
}
@media (max-width: 500px) {
	.company-main-section-right-top .title {
		font-size: 18px;
    }
	.main-logo img {
		width: 114px;
		height: 23px;
	}
}
.company-main-section {
	padding-top: 32px;
}
@media (max-width: 600px) {
	.company-main-section {
	  padding-top: 16px;
    }
	.company-main-section-right-top > div {
		display:grid; 
		gap:12px; 
		align-items: center; 
		grid-template-columns: 0.97fr 1.1fr;
	}
}

  .shops-card {
    height: 180px;
  }
.shops-card img {
	width: 100%;
	max-width: 250px;
	max-height: 140px;
}

@media (max-width: 400px) {
	.shops-card {
    height: 130px;
  }
}
#menu-header-navigation-1 {
	gap: 12px;
}

#menu-header-navigation-1 a{
	color: #131619 !important;
}

.wp-custom-logo.uk-offcanvas-container.uk-offcanvas-flip .uk-grid.hidden-btns-grid,
.uk-modal-page .uk-grid.hidden-btns-grid{
	display: none !important;
}

.wp-custom-logo.uk-offcanvas-container.uk-offcanvas-flip .clear-input-btn,
.uk-modal-page .clear-input-btn{
	display: block;
}

.wp-custom-logo.uk-offcanvas-container.uk-offcanvas-flip .main-header {
	border-bottom: 1px solid #13161999 !important;
}
@media (max-width: 1030px) {
	.detailed-company-section .uk-width-1-1.uk-second-column {
		order: 2 !important;
	}

	.company-main-section-second-container-box {
		order: 1 !important;
	}
}


/* #offcanvas-flip .uk-offcanvas-bar {
	width: 100% !important; 
	height: calc(100vh - 95px) !important; 
	top: unset !important; 
	background: #fff !important;
}

#modal-full.modal-search-mobile {
	width: 100% !important; 
	height: calc(100vh - 91px) !important; 
	top: unset !important; 
	background: #fff !important;
}

@media (max-width: 627px) {
	#offcanvas-flip .uk-offcanvas-bar, #modal-full.modal-search-mobile {
		height: calc(100vh - 106px) !important; 
    }
}

@media (max-width: 500px) {
	#offcanvas-flip .uk-offcanvas-bar, #modal-full.modal-search-mobile {
		height: calc(100vh - 103px) !important; 
    }
}

@media (max-width: 339px) {
	#offcanvas-flip .uk-offcanvas-bar, #modal-full.modal-search-mobile {
		height: calc(100vh - 117px) !important; 
    }
} */

/* Mobile Menu and Modal for different screen widths */
#offcanvas-flip .uk-offcanvas-bar,
#modal-full.modal-search-mobile {
    width: 100% !important;
    background: #fff !important;
    top: 88px; /* Position below header */
    height: calc(100vh - 88px) !important; /* Full height minus header */
    position: fixed; /* Make sure the mobile menu is fixed */
    z-index: 9998; /* Ensure proper stacking */
}

@media (max-width: 530px) {
    #offcanvas-flip .uk-offcanvas-bar,
    #modal-full.modal-search-mobile {
        top: 101px;
        height: calc(100vh - 101px) !important;
    }
}

@media (max-width: 500px) {
    #offcanvas-flip .uk-offcanvas-bar,
    #modal-full.modal-search-mobile {
        top: 98px;
        height: calc(100vh - 98px) !important;
    }
}

/* @media (max-width: 339px) {
    #offcanvas-flip .uk-offcanvas-bar,
    #modal-full.modal-search-mobile {
        top: 117px;
        height: calc(100vh - 117px) !important;
    }
} */

.categories-card img{
	width: 32px;
	height: 32px;
}


html.uk-modal-page {
    overflow: auto !important;
}

