/* Normalize
--------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Instrument+Sans:regular,500,600,700);

@import url(https://fonts.googleapis.com/css?family=Helvetica+Neue:regular,500,600,700);

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li {
  margin: 0;
  padding: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Variables
--------------------------------------------- */

/* Mixins
--------------------------------------------- */

.sidebar {
  float: left;
}

[dir=rtl] .sidebar {
  float: right;
}

/* General
--------------------------------------------- */

/* Variables
--------------------------------------------- */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #141232;
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400;
  padding: 0;
  width: 100%;
  max-width: 100vw;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  padding: 0 16px;
}

.flex-box {
  display: flex;
  flex-direction: column;
}

.between {
  display: flex;
  justify-content: space-between;
}

.center {
  text-align: center;
}

h1 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 110%;
}

h2 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 32px;
  text-align: center;
  color: #141232;
}

h3 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 26px;
  color: #222222;
}

strong {
  font-weight: 600;
}

.full-width {
  width: 100%;
}

.hide-mobile {
  display: none;
}

.button {
  display: inline-block;
  background-color: #E8961D;
  border-radius: 20px;
  padding: 12px 43px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 100%;
  text-decoration: none;
  color: #fff;
  margin-bottom: 6px;
}

.button:hover {
  box-shadow: 0px 5px 7px 0px rgba(184, 184, 184, 0.502), 0px 2px 0px 0px #d7bf38;
  transform: translateY(-2px);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.shape {
  width: 37px;
  height: 37px;
  bottom: 14px;
  right: -10px;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(157.01deg, #e8961d 10.06%, #fcb752 91.73%);
}

.pagination ul {
  display: flex;
  justify-content: center;
  gap: 9px;
  list-style: none;
}

.pagination ul li a {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.6rem;
  color: rgb(155, 155, 155);
  text-decoration: none;
}

.pagination ul li a.is-active {
  color: #459179;
  border: 2px solid rgb(155, 155, 155);
}

article .post-thumbnail {
  width: 100%;
}

article .entry-content {
  margin-bottom: 40px;
}

.error-404 {
  padding: 20px 0;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-404 .error-404-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.error-404 .error-404-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #141232;
  margin-bottom: 20px;
  line-height: 1.2;
}

.error-404 .error-404-text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: rgba(20, 18, 50, 0.7);
  margin-bottom: 40px;
}

/* Header
--------------------------------------------- */

/* Variables
--------------------------------------------- */

/* stylelint-disable block-no-empty */

header {
  background-color: #459179;
}

.entry-header {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  margin-top: -1px;
}

.header-wrapper {
  height: 50px;
  z-index: 1;
  position: relative;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-wrapper .header-left img {
  width: 90px;
}

.header-wrapper .header-center {
  display: none;
}

.header-wrapper .header-center ul {
  display: flex;
  gap: 30px;
  list-style: none;
  background-color: #F4F8F5;
  padding: 10px 20px;
  border-radius: 12px;
}

.header-wrapper .header-center ul li a {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 100%;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9607843137);
}

.header-wrapper .header-right .search-wrapper {
  display: none;
}

.header-wrapper .header-right .search-wrapper input[type=text] {
  display: none;
}

.mobile-nav {
  display: none;
}

.mobile-nav.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
}

.mobile-nav .mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}

.mobile-nav .mobile-nav-header .logo {
  height: auto;
  max-height: 32px;
}

.mobile-nav .mobile-nav-header .flex {
  display: flex;
  align-items: center;
  gap: 35px;
}

.mobile-nav .mobile-nav-header .flex img,
.mobile-nav .mobile-nav-header .flex .close-menu {
  cursor: pointer;
}

.mobile-nav .mobile-nav-menu {
  padding: 30px 40px;
}

.mobile-nav .mobile-nav-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.mobile-nav .mobile-nav-menu ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 1.6rem;
}

/* stylelint-enable block-no-empty */

/* Header
--------------------------------------------- */

/* Variables
--------------------------------------------- */

footer {
  background-color: #F4F8F5;
  padding-top: 30px;
  padding-bottom: 30px;
  position: initial;
}

footer .logo {
  margin-bottom: 30px;
}

footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

footer ul li a {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 140%;
  color: #000;
  text-decoration: none;
}

footer ul li a:hover {
  color: #459179;
  text-decoration: underline;
}

footer .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

footer .flex .footer-right {
  text-align: right;
}

footer .flex .footer-right .footer-social {
  display: none;
}

footer .footer-bottom {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 100%;
  text-align: right;
  color: #9B9B9B;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer-social {
  display: flex;
  gap: 18px;
}

/* Home
--------------------------------------------- */

/* Variables
--------------------------------------------- */

.top-banner {
  background: linear-gradient(180deg, #459179 0%, #357964 100%);
  position: relative;
  margin-top: -50px;
  overflow: hidden;
}

.top-banner .top-banner-content {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}

.top-banner .top-banner-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -130px;
  width: 338px;
  height: 416px;
  background-image: url(../img/top-banner-bg.png);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: 0 101%;
}

.top-banner .top-banner-content .flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.top-banner .top-banner-content .flex .note {
  text-align: center;
  width: 215px;
}

.top-banner.payday-banner {
  padding-top: 65px;
  padding-bottom: 0;
  border-bottom: 4px solid #E8961D;
  position: relative;
}

.top-banner.payday-banner h1 {
  font-size: 2.4rem;
  letter-spacing: 0;
  max-width: 268px;
}

.top-banner.payday-banner .subtitle {
  font-size: 1.6rem;
  line-height: 110%;
}

.top-banner.payday-banner .container::after {
  content: none;
}

.top-banner.payday-banner .shape {
  position: absolute;
  top: 60px;
  right: -18.5px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: linear-gradient(157.01deg, #e8961d 10.06%, #fcb752 91.73%);
}

.top-banner.payday-banner .shape.shape-2 {
  width: 20px;
  height: 20px;
  right: 95px;
  top: -8px;
}

.top-banner.payday-banner .shape.shape-3 {
  display: none;
}

.top-banner h1 {
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: -0.04em;
}

.top-banner h1 span {
  color: #E8961D;
}

.top-banner .subtitle {
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  margin-bottom: 40px;
}

.top-banner .note small {
  font-family: Helvetica Neue;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  color: #f5fff7;
  opacity: 0.5;
}

.filters {
  margin-bottom: 40px;
}

.filters .range-filters {
  background-color: #f4f8f5;
  padding: 8px;
  border-radius: 20px;
}

.filters .range-filters .range-filters-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filters .range-filters .range-filters-wrapper .filter {
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
}

.filters .range-filters .range-filters-wrapper .filter .filter-header {
  display: flex;
  justify-content: space-between;
  line-height: 100%;
  margin-bottom: 14px;
  margin-top: 8px;
}

.filters .range-filters .range-filters-wrapper .filter .filter-header .amount {
  font-weight: 600;
  display: flex;
  align-items: center;
}

.filters .range-filters .range-filters-wrapper .filter .filter-header .amount input[type=number] {
  border: 1px solid var(--Grey, rgb(217, 217, 217));
  border-radius: 12px;
  margin-right: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 100%;
  background-color: #fff;
  -moz-appearance: textfield;
}

.filters .range-filters .range-filters-wrapper .filter .filter-header .amount input[type=number]::-webkit-outer-spin-button,
.filters .range-filters .range-filters-wrapper .filter .filter-header .amount input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.filters .range-filters .range-filters-wrapper .filter .filter-header .amount input[type=number]:focus {
  outline: none;
  border-color: #459179;
}

.filters .range-filters .range-filters-wrapper .filter .filter-header .amount #amount {
  display: block;
  width: 94px;
  padding: 4px 15.5px;
}

.filters .range-filters .range-filters-wrapper .filter .filter-header .amount #period {
  padding: 4px 8px;
  width: 60px;
}

.filters .range-filters .range-filters-wrapper .filter .filter-footer {
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  line-height: 100%;
  letter-spacing: 0.02em;
}

.filters .range-filters .range-filters-wrapper .filter.period-filter {
  padding-bottom: 19px;
}

.filters .range-filters .range-filters-wrapper .filter.period-filter input[type=range]::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #E8961D 0%, #E8961D var(--range-progress, 50%), #d9d9d9 var(--range-progress, 50%), #d9d9d9 100%);
}

.filters .range-filters .range-filters-wrapper .filter.period-filter input[type=range]::-moz-range-progress {
  background: #E8961D;
}

.filters .range-filters .range-filters-wrapper .filter.period-filter input[type=range]::-ms-fill-lower {
  background: #E8961D;
}

.filters .range-filters .range-filters-wrapper .filter.period-filter input[type=range]::-webkit-slider-thumb {
  background: #E8961D;
}

.filters .range-filters .range-filters-wrapper .filter.period-filter input[type=range]::-moz-range-thumb {
  background: #E8961D;
}

.filters .range-filters .range-filters-wrapper .filter.period-filter input[type=range]::-ms-thumb {
  background: #E8961D;
}

.filters .range-filters .range-filters-wrapper .apply-filter button {
  background-color: #459179;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 20px;
  width: 100%;
  padding: 10px;
  cursor: pointer;
}

.filters .range-filters .range-filters-wrapper .apply-filter button:hover {
  box-shadow: 0px 0px 11px 3px rgba(69, 145, 121, 0.5019607843), 0px 2px 0px 0px #3a7865;
  transition: box-shadow 0.3s ease;
}

.filters .sorting-filters {
  margin-top: 8px;
  background-color: #f4f8f5;
  padding: 8px;
  border-radius: 20px;
  text-align: center;
}

.filters .sorting-filters .free-filter {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 100%;
  color: rgb(20, 31, 27);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.filters .sorting-filters .sorting {
  font-size: 1.2rem;
  line-height: 100%;
  color: rgb(155, 155, 155);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filters .sorting-filters .sorting.dropdown select {
  border: 2px solid var(--Grey, rgb(217, 217, 217));
  background: rgb(244, 248, 245);
  font-size: 1.6rem;
  font-weight: 500;
  padding: 14px 16px;
  padding-right: 42px;
  border-radius: 12px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/vector.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 13px 8px;
}

.filters .sorting-filters .sorting.dropdown select:focus {
  outline: none;
  border-color: var(--Grey, rgb(217, 217, 217));
  /* Keeps the border the same color as before click */
}

.offers {
  padding-top: 40px;
  margin-bottom: 60px;
}

h2 {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 84%;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 40px;
}

h2 span {
  color: #E8961D;
}

.why {
  margin-bottom: 60px;
}

.why .why-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.why .why-wrapper .why-item {
  text-align: center;
}

.why .why-wrapper .why-item .why-item-icon img {
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
}

.why .why-wrapper .why-item .why-item-content h3 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 100%;
  margin-bottom: 8px;
}

.posts {
  margin-bottom: 60px;
}

.posts .container {
  background-color: #f4f8f5;
  padding-bottom: 30px;
  padding-top: 50px;
}

.posts .container .posts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}

.posts .container .posts-wrapper .posts-item a {
  text-decoration: none;
}

.posts .container .posts-wrapper .posts-item a .posts-item-image {
  width: 100%;
  height: 200px;
  margin-bottom: 16px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.posts .container .posts-wrapper .posts-item a .posts-item-content p {
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 110%;
  margin-bottom: 16px;
}

.posts .container .posts-wrapper .posts-item a .posts-item-content .posts-item-date {
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #141f1b;
}

.posts .container .subscribe h3 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 16px;
}

.faq {
  margin-bottom: 65px;
}

.faq h2 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
}

.faq .faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq .faq-accordion .faq-accordion-item {
  background: #ebebeb;
  color: #000;
  border-radius: 12px;
  overflow: hidden;
  transition: background-color 200ms ease, color 200ms ease;
}

.faq .faq-accordion .faq-accordion-item .faq-accordion-item-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 44px 16px 16px;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 110%;
}

.faq .faq-accordion .faq-accordion-item .faq-accordion-item-header::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 12px;
  height: 14px;
  width: 14px;
  background-image: url(../img/open-acc.svg);
  background-repeat: no-repeat;
  border-radius: 2px;
  transition: transform 200ms ease, opacity 200ms ease;
}

.faq .faq-accordion .faq-accordion-item .faq-accordion-item-content {
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 250ms ease, padding-top 200ms ease, padding-bottom 200ms ease, color 200ms ease;
}

.faq .faq-accordion .faq-accordion-item .faq-accordion-item-content p {
  margin: 0;
  padding-bottom: 16px;
  color: inherit;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 140%;
}

.faq .faq-accordion .faq-accordion-item.open {
  background: #459179;
  color: #fff;
}

.faq .faq-accordion .faq-accordion-item.open .faq-accordion-item-header::after {
  background-image: url(../img/close-acc.svg);
  width: 11px;
  height: 11px;
}

.faq .faq-accordion .faq-accordion-item.open .faq-accordion-item-content {
  padding-top: 0;
  padding-bottom: 12px;
  max-height: 500px;
}

/* stylelint-enable block-no-empty */

/* Offers
--------------------------------------------- */

/* Variables
--------------------------------------------- */

.offers-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.offers-wrapper .offer-wrapper {
  border: 2px solid rgb(217, 217, 217);
  border-radius: 20px;
}

.offers-wrapper .offer-wrapper .offer-body {
  border-radius: 20px;
  padding: 12px 29px 20px;
  background-color: #fff;
  z-index: 1;
}

.offers-wrapper .offer-wrapper.top {
  border: 4px solid #459179;
  position: relative;
  z-index: 0;
  overflow: visible;
  margin-top: 28px;
}

.offers-wrapper .offer-wrapper.top .offer-body {
  background-color: #f5fff7;
}

.offers-wrapper .offer-wrapper.top::before {
  z-index: -1;
  content: "Top oferta";
  position: absolute;
  width: 103px;
  height: 50px;
  top: -30px;
  left: -4px;
  padding-top: 7px;
  background-color: #459179;
  color: #fff;
  border-radius: 20px 20px 0 0;
  font-weight: 500;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
}

.offers-wrapper .offer-wrapper.top::after {
  content: "";
  width: 7px;
  height: 7px;
  background-image: url(../img/subtract.svg);
  position: absolute;
  top: -11px;
  left: 99px;
}

.offers-wrapper .offer-wrapper .offer-header {
  display: flex;
  align-items: center;
}

.offers-wrapper .offer-wrapper .offer-header .logo-wrapper {
  flex: 1;
}

.offers-wrapper .offer-wrapper .offer-header .logo-wrapper img {
  width: 102px;
}

.offers-wrapper .offer-wrapper .offer-header .offer-description {
  flex: 1;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 0.02em;
}

.offers-wrapper .offer-wrapper .offer-header .offer-description p {
  max-width: 120px;
  font-size: 1.2rem;
}

.offers-wrapper .offer-wrapper .flex {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--Grey, rgb(217, 217, 217));
  padding: 4px 0;
}

.offers-wrapper .offer-wrapper .flex .title {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: rgb(155, 155, 155);
  flex: 1;
}

.offers-wrapper .offer-wrapper .flex .content {
  flex: 1;
  font-weight: 600;
  font-size: 2rem;
  line-height: 100%;
}

.offers-wrapper .offer-wrapper .flex .content span {
  font-size: 1.6rem;
}

.offers-wrapper .offer-wrapper .flex .content span.min-period {
  font-size: 2rem;
}

.offers-wrapper .offer-wrapper .flex .content span.min-amount {
  font-size: 2rem;
}

.offers-wrapper .offer-wrapper .flex .content small {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0.02em;
}

.offers-wrapper .offer-wrapper .flex.rrso {
  padding: 11px 0;
}

.offers-wrapper .offer-wrapper .flex.approval {
  padding: 11px 0;
}

.offers-wrapper .offer-wrapper .flex.rating {
  padding: 11px 0;
}

.offers-wrapper .offer-wrapper .flex.rating .content span {
  font-size: 1.2rem;
  font-weight: 600;
}

.offers-wrapper .offer-wrapper .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.offers-wrapper .offer-wrapper .links .button {
  background-color: #459179;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 12px 0;
  border-radius: 12px;
  width: 100%;
}

.offers-wrapper .offer-wrapper .links .button:hover {
  box-shadow: 0px 0px 11px 3px rgba(69, 145, 121, 0.5019607843), 0px 2px 0px 0px #3A7865;
  transition: box-shadow 0.3s ease;
}

.offers-wrapper .offer-wrapper .links a {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 100%;
  color: #9b9b9b;
}

/* Range
--------------------------------------------- */

/* Variables
--------------------------------------------- */

input[type=range] {
  width: 100%;
  height: 8px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  margin-bottom: 16px;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #459179 0%, #459179 var(--range-progress, 50%), #d9d9d9 var(--range-progress, 50%), #d9d9d9 100%);
  border-radius: 4px;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  background: #d9d9d9;
  border-radius: 4px;
  border: none;
}

input[type=range]::-moz-range-progress {
  background: #459179;
  height: 8px;
  border-radius: 4px;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #459179;
  border-radius: 4px;
}

input[type=range]::-ms-fill-upper {
  background: #d9d9d9;
  border-radius: 4px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  background: #459179;
  border: 4px solid #ebebeb;
  border-radius: 50px;
  cursor: pointer;
  margin-top: -12px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

input[type=range]::-moz-range-thumb {
  width: 32px;
  height: 32px;
  background: #459179;
  border: 4px solid #ebebeb;
  border-radius: 50px;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

input[type=range]::-ms-thumb {
  width: 32px;
  height: 32px;
  background: #459179;
  border: 4px solid #ebebeb;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

/* Form
--------------------------------------------- */

/* Variables
--------------------------------------------- */

input[type=text],
input[type=email] {
  width: 100%;
  padding: 16px 48px;
  border-radius: 12px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #141f1b;
}

input[type=text]::placeholder,
input[type=email]::placeholder {
  color: #141f1b;
}

textarea:focus,
textarea:focus-visible,
textarea:active,
input:focus,
input:focus-visible,
input:active {
  outline: none;
  border-color: inherit;
  box-shadow: none;
}

input[type=text],
.wpcf7-text {
  background-image: url(../img/user.svg);
  background-repeat: no-repeat;
  background-position: 16px center;
  border: 2px solid #459179;
}

input[type=email],
.wpcf7-email {
  background-image: url(../img/envelope.svg);
  background-repeat: no-repeat;
  background-position: 16px center;
  border: 2px solid #9b9b9b;
}

input[type=submit],
.wpcf7-submit {
  background-color: #459179;
  font-weight: 500;
  font-size: 2rem;
  line-height: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 14px 0;
  border: none;
  border-radius: 12px;
  width: 100%;
  height: 50px;
  cursor: pointer;
}

input[type=submit]:hover,
.wpcf7-submit:hover {
  box-shadow: 0px 0px 11px 3px rgba(69, 145, 121, 0.5019607843), 0px 2px 0px 0px #3a7865;
  transition: box-shadow 0.3s ease;
}

input[type=checkbox] {
  width: 32px;
  height: 32px;
  background: rgb(244, 248, 245);
  border: 2px solid var(--Grey, rgb(217, 217, 217));
  border-radius: 12px;
  -webkit-appearance: none;
  appearance: none;
  margin-right: 6px;
}

input[type=checkbox]:checked {
  background-image: url(../img/checked.svg);
  background-repeat: no-repeat;
  background-position: center;
}

input[type=checkbox] {
  width: 23px;
  height: 23px;
  border-radius: 8px;
  margin-right: 0;
}

textarea {
  border: 2px solid rgb(155, 155, 155);
  width: 100%;
  border-radius: 12px;
  padding: 18px 20px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: -2%;
  resize: none;
}

.wpcf7-form .flex,
.subscribe-form .flex {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.wpcf7-form .flex p,
.subscribe-form .flex p {
  margin: 0;
  width: 100%;
}

.wpcf7-form .flex .wpcf7-form-control-wrap,
.subscribe-form .flex .wpcf7-form-control-wrap {
  display: block;
  height: 100%;
}

.wpcf7-form .flex .wpcf7-spinner,
.subscribe-form .flex .wpcf7-spinner {
  display: none;
}

.wpcf7-form span.wpcf7-spinner,
.subscribe-form span.wpcf7-spinner {
  display: none;
}

.wpcf7-form .checkbox-wrapper,
.subscribe-form .checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 15px;
}

.wpcf7-form .checkbox-wrapper p,
.subscribe-form .checkbox-wrapper p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}

.wpcf7-form .checkbox-wrapper .wpcf7-acceptance .wpcf7-list-item,
.subscribe-form .checkbox-wrapper .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form .checkbox-wrapper label,
.subscribe-form .checkbox-wrapper label {
  flex: 1;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0.02em;
}

.wpcf7-form .checkbox-wrapper label a,
.subscribe-form .checkbox-wrapper label a {
  color: #000;
}

.wpcf7-form .hidden-fields-container,
.subscribe-form .hidden-fields-container {
  display: none;
}

.wpcf7-form .wpcf7-response-output,
.subscribe-form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 10px;
  border-radius: 12px;
  font-size: 1.4rem;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok,
.subscribe-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,
.subscribe-form .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng,
.subscribe-form .wpcf7-response-output.wpcf7-mail-sent-ng {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-response-output {
  display: flex;
  justify-content: center;
  width: 50%;
  margin: auto !important;
}

/* About
--------------------------------------------- */

/* Variables
--------------------------------------------- */

.top-title {
  background: linear-gradient(180deg, #459179 0%, #357964 100%);
  color: #fff;
  padding-top: 5px;
  padding-bottom: 41px;
  text-align: center;
  margin-top: -1px;
  box-shadow: 0px 5px 7px 0px rgba(69, 145, 121, 0.5);
  position: relative;
  overflow: hidden;
}

.top-title h1 {
  font-weight: 500;
  font-size: 4rem;
  line-height: 90%;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.top-title .subtitle {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
}

.top-title .subtitle span {
  color: #E8961D;
}

.top-title .shape-2 {
  width: 25px;
  height: 25px;
  bottom: -14px;
  right: unset;
  left: 47px;
}

.top-title .shape-3 {
  width: 20px;
  height: 20px;
  bottom: unset;
  top: 0;
  left: -10px;
  right: unset;
}

.mission {
  padding-top: 48px;
  padding-bottom: 64px;
  border-bottom: 2px solid rgb(217, 217, 217);
}

.mission .mission-content {
  background-color: rgb(244, 248, 245);
  padding: 25px 8px;
  border-radius: 20px;
}

.mission .mission-content h2 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 100%;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}

.mission .mission-content .mission-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mission .mission-content .mission-items .mission-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mission .mission-content .mission-items .mission-item .number {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #459179;
}

.mission .mission-content .mission-items .mission-item .content p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 110%;
}

.mission .mission-content .mission-items .mission-item .content p span {
  color: #E8961D;
}

.mission .mission-content hr {
  height: 1px;
  background-color: rgb(217, 217, 217);
  width: 100%;
  border: none;
}

.rules {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 2px solid rgb(217, 217, 217);
}

.rules h2 {
  font-weight: 500;
  font-size: 2.4rem;
  color: #459179;
}

.rules .rules-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.rules .rules-items .rules-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}

.rules .rules-items .rules-item .icon img {
  width: 80px;
  height: 80px;
}

.rules .rules-items .rules-item .content {
  text-align: center;
  max-width: 91%;
  margin: 0 auto;
}

.rules .rules-items .rules-item .content p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 110%;
}

.rules .rules-items .rules-item .content p a {
  color: #E8961D;
}

.why.why-about {
  padding-top: 56px;
}

.why.why-about .why-wrapper {
  gap: 32px;
}

.why.why-about .why-wrapper .why-item .why-item-content {
  max-width: 90%;
  margin: 0 auto;
}

.why.why-about .why-wrapper .why-item .why-item-content h3 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.why.why-about .why-wrapper .why-item .why-item-content p {
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  font-weight: 400;
}

.text {
  padding-bottom: 60px;
}

.text .text-content {
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  margin-bottom: 64px;
}

.text .text-content .text-content-bottom {
  font-size: 1.9rem;
}

.text .text-content p {
  font-weight: 400;
  margin-bottom: 12px;
}

.text .text-content p span {
  color: #E8961D;
}

.text .contact-us {
  max-width: 736px;
  margin: 0 auto;
  background: rgb(235, 235, 235);
  border-radius: 20px;
  padding: 32px 12px;
}

.text .contact-us p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-align: center;
}

.text .contact-us p a {
  color: #459179;
}

/* Contact
--------------------------------------------- */

/* Variables
--------------------------------------------- */

.contact {
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact .contact-flex {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.contact .contact-flex .contact-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact .contact-flex .contact-left .contact-left-content h2 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 110%;
  letter-spacing: -2%;
  color: #141232;
  text-align: left;
  margin-bottom: 12px;
}

.contact .contact-flex .contact-left .contact-left-content p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 140%;
  margin-bottom: 20px;
}

.contact .contact-flex .contact-left .contact-left-content p a {
  color: #459179;
}

.contact .contact-flex .contact-left .contact-social {
  display: flex;
  gap: 29px;
}

.contact .contact-flex .contact-left .contact-social img {
  width: 40px;
}

.contact .contact-flex .contact-right {
  flex: 1;
  background: rgb(244, 248, 245);
  border-radius: 20px;
  padding: 20px 13px;
}

.contact .contact-flex .contact-right h2 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 20px;
}

.contact .contact-flex .contact-right form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact .contact-flex .contact-right form .flex-strict {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.contact .contact-flex .contact-right form .flex-strict input[type=submit] {
  width: 176px;
}

.contact .contact-flex .contact-right form .flex-strict .symbols {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 2%;
  color: rgb(155, 155, 155);
}

.contact .contact-flex .contact-right .wpcf7-form .checkbox-wrapper {
  padding: 0 !important;
}

/* Blog
--------------------------------------------- */

/* Variables
--------------------------------------------- */

.blog-top-title {
  overflow: visible;
}

.blog-top-title .shape {
  width: 20px;
  height: 20px;
  top: -58px;
  left: unset;
  right: 95px;
  z-index: 10;
}

.blog-top-title span {
  color: #E8961D;
}

.newest-post {
  padding-bottom: 25px;
  border-bottom: 4px solid #E8961D;
  position: relative;
  overflow: hidden;
}

.newest-post h2 {
  margin-top: 18px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 24px;
  line-height: 90%;
  letter-spacing: -0.04em;
  text-align: left;
}

.newest-post .newest-post__content {
  color: #FEFEFE;
}

.newest-post .newest-post__content h2 {
  color: #FEFEFE;
}

.newest-post .newest-post__content .newest-post__excerpt {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}

.newest-post .newest-post__content .newest-post__meta {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.newest-post .newest-post__content .newest-post__meta .newest-post__button {
  width: 190px;
  padding: 12px 40px;
}

.newest-post .newest-post__content .newest-post__meta .newest-post__date {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 0.02em;
}

.newest-post .shape-2 {
  width: 37px;
  height: 37px;
  bottom: unset;
  top: -17px;
  right: unset;
  left: -18px;
}

.newest-post .shape-3 {
  width: 25px;
  height: 25px;
  bottom: 28px;
  right: -10px;
}

.categories {
  background: rgb(244, 248, 245);
  border-radius: 20px;
  margin-bottom: 24px;
  padding: 12px 18px;
  overflow: scroll;
  margin-left: 16px;
  margin-top: 26px;
}

.categories .categories__list {
  display: flex;
  list-style: none;
  width: max-content;
  gap: 24px;
}

.categories .categories__list li a {
  color: rgb(20, 31, 27);
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-decoration: none;
  transition: color 0.3s ease;
}

.categories .categories__list li a.active {
  color: rgb(69, 145, 121);
}

.categories .categories__list li a:hover {
  color: rgb(69, 145, 121);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.blog-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 106px;
}

.blog-grid article {
  background-color: rgb(244, 248, 245);
  padding: 20px;
  border-radius: 20px;
}

.blog-grid article a {
  text-decoration: none;
  color: rgb(20, 31, 27);
}

.blog-grid article a .post-thumbnail {
  margin-bottom: 16px;
  width: 100%;
}

.blog-grid article a .post-thumbnail img {
  border-radius: 12px;
}

.blog-grid article a .post-thumbnail-button {
  display: none;
}

.blog-grid article a .post-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0%;
  margin-bottom: 12px;
}

.blog-grid article a .post-excerpt {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 16px;
}

.blog-grid article a .post-date {
  font-size: 8px;
}

.subscribe {
  background-color: rgb(244, 248, 245);
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 40px;
}

.subscribe h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.post-article {
  margin-top: -50px;
}

.post-article .post-header {
  margin-bottom: 38px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.post-article .post-header .post-header-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 250px;
  padding-bottom: 42px;
  color: #FEFEFE;
  background-color: rgba(0, 0, 0, 0.5490196078);
}

.post-article .post-header .post-header-content h1 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 90%;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.post-article .post-header .post-header-content .post-excerpt {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.post-article .post-header .post-header-content .post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.post-article .post-header .post-header-content .post-meta .post-meta-item {
  font-size: 1.2rem;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.post-article .post-header .post-header-content .post-meta .post-meta-item span {
  font-size: 1.4rem;
}

.post-article .post-content {
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 400;
}

.post-article .post-content p {
  margin-bottom: 18px;
}

.post-article .post-content h2,
.post-article .post-content h3 {
  color: #459179;
  margin-top: 40px;
}

.post-article .post-content h2 {
  font-size: 2.4rem;
}

.post-article .post-content h3 {
  font-size: 2rem;
}

.post-article .post-content ul {
  padding-left: 20px;
}

.related-posts h2 {
  font-size: 24px;
  text-align: left;
}

.comments h2 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 20px;
}

label[for=comment],
label[for=author],
label[for=email] {
  display: none;
}

.comment-form-comment {
  margin-bottom: 12px;
}

.comment-form-comment textarea {
  height: 150px;
  resize: none;
}

.comment-form-author,
.comment-form-email {
  margin-bottom: 12px;
}

.comments-area {
  margin-bottom: 40px;
}

.comments-area form {
  background-color: rgb(244, 248, 245);
  padding: 16px;
  border-radius: 20px;
}

.comments-area form p:nth-child(5) {
  display: none;
}

.comment-form-cookies-consent {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.comment-form-cookies-consent label {
  color: rgb(20, 31, 27);
  flex: 1;
}

.comment-form-cookies-consent label a {
  color: rgb(20, 31, 27);
}

.form-submit {
  margin-bottom: 12px;
}

.comments-title {
  display: none;
}

ol.comment-list {
  list-style: none;
  padding-left: 0;
}

ol.comment-list li {
  padding-bottom: 20px;
  padding-top: 40px;
  border-bottom: 1px solid var(--Grey, rgb(217, 217, 217));
}

ol.comment-list .comment-meta {
  background-color: unset;
}

ol.comment-list .avatar {
  display: none;
}

ol.comment-list .says {
  display: none;
}

ol.comment-list .comment-author {
  font-weight: 500;
  font-size: 2rem;
  line-height: 140%;
  margin-bottom: 12px;
}

ol.comment-list .comment-author .fn {
  font-style: normal;
}

ol.comment-list .comment-content {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  margin-bottom: 12px;
}

.post-rating {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 140%;
  margin-bottom: 50px;
}

.post-rating .flex-box {
  gap: 20px;
}

.post-rating .rating-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.post-rating .rating-wrapper .rating-stars {
  display: flex;
  gap: 4px;
  align-items: center;
  cursor: pointer;
}

.post-rating .rating-wrapper .rating-stars .star-icon {
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.1s ease;
}

.post-rating .rating-wrapper .rating-stars .star-icon:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

.post-rating .rating-wrapper .rating-stars .star-icon.active {
  opacity: 1;
}

.post-rating .social-share {
  display: flex;
  gap: 16px;
  align-items: center;
}

.post-rating .social-share img {
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 375px) {
  h1 {
    font-size: 2.9rem;
  }

  .top-banner .subtitle {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .top-banner .note small {
    font-size: 1.5rem;
  }

  .filters .range-filters .range-filters-wrapper .filter .filter-header {
    font-size: 1.5rem;
  }

  .filters .range-filters .range-filters-wrapper .filter .filter-footer {
    font-size: 1.4rem;
  }

  .filters .sorting-filters .free-filter {
    font-size: 1.3rem;
  }

  .why .why-wrapper .why-item .why-item-content p {
    font-size: 1.6rem;
  }

  .faq .faq-accordion .faq-accordion-item .faq-accordion-item-header {
    font-size: 1.5rem;
  }

  .faq .faq-accordion .faq-accordion-item .faq-accordion-item-content p {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1240px) {
  .button {
    font-size: 3.2rem;
  }

  .pagination ul {
    gap: 12px;
  }

  .pagination ul li a {
    width: 55px;
    height: 50px;
    border-radius: 20px;
    font-size: 2rem;
  }

  .container {
    max-width: 1160px;
    margin: auto;
    padding: 0;
    position: relative;
  }

  .flex-box {
    flex-direction: row;
  }

  h1 {
    font-weight: 500;
    font-size: 9rem;
    line-height: 90%;
    letter-spacing: -0.04em;
  }

  h3 {
    font-size: 2.4rem;
    line-height: 32px;
  }

  h2 {
    font-size: 4.6rem;
    line-height: 56px;
  }

  p {
    font-size: 1.8rem;
    line-height: 26px;
  }

  .mobile-break {
    display: none;
  }

  .hide-mobile {
    display: block;
  }

  .hide-desctop {
    display: none;
  }

  article .post-thumbnail {
    width: 600px;
  }

  article .entry-content {
    margin-bottom: 80px;
  }

  .error-404 {
    padding: 120px 0;
    min-height: 70vh;
  }

  .error-404 .error-404-title {
    font-size: 4rem;
    margin-bottom: 24px;
  }

  .error-404 .error-404-text {
    font-size: 2rem;
    margin-bottom: 60px;
  }

  header {
    background-color: unset;
  }

  .entry-header {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 80px;
  }

  .header-wrapper {
    padding-top: 20px;
    max-width: 1240px;
    margin: auto;
  }

  .header-wrapper .header-left img {
    width: 125px;
  }

  .header-wrapper .header-center {
    display: block;
  }

  .header-wrapper .header-right .search-wrapper {
    display: none;
  }

  .header-wrapper .header-right .burger-wrapper {
    display: none;
  }

  footer {
    padding: 80px 0;
  }

  footer .logo {
    width: 133px;
    margin-bottom: 40px;
  }

  footer ul {
    gap: unset;
  }

  footer ul li a {
    font-size: 2.4rem;
  }

  footer .flex .footer-right {
    text-align: left;
  }

  footer .flex .footer-right .footer-social {
    margin-top: 19px;
    display: flex;
  }

  footer .flex .footer-right .footer-social img {
    width: 22px;
  }

  footer .footer-bottom {
    font-size: 2.4rem;
    justify-content: end;
  }

  footer .footer-bottom .footer-social {
    display: none;
  }

  .top-banner .top-banner-content {
    padding-top: 163px;
    padding-bottom: 137px;
  }

  .top-banner .top-banner-content::after {
    background-size: 100%;
    background-position: right;
    bottom: 0;
    right: 0;
    width: 452px;
    height: 620px;
  }

  .top-banner .top-banner-content .flex {
    align-items: flex-start;
    flex-direction: row;
  }

  .top-banner .top-banner-content .flex .note {
    text-align: left;
  }

  .top-banner.payday-banner {
    padding-top: 110px;
    text-align: center;
  }

  .top-banner.payday-banner h1 {
    font-size: 4rem;
    line-height: 110%;
    margin-bottom: 10px;
    max-width: unset;
  }

  .top-banner.payday-banner .subtitle {
    font-size: 2.4rem;
    max-width: 950px;
    margin: auto;
    margin-bottom: 48px;
  }

  .top-banner.payday-banner .shape {
    width: 77px;
    height: 77px;
    right: -20px;
    top: 200px;
  }

  .top-banner.payday-banner .shape.shape-2 {
    width: 35px;
    height: 35px;
    right: 60px;
    top: unset;
    bottom: 173px;
  }

  .top-banner.payday-banner .shape.shape-3 {
    display: block;
    width: 55px;
    height: 55px;
    right: unset;
    left: -25px;
    top: unset;
    bottom: 117px;
  }

  .top-banner h1 {
    margin-bottom: 20px;
  }

  .top-banner .subtitle {
    font-size: 3.2rem;
    margin-bottom: 33px;
  }

  .top-banner .flex {
    display: flex;
    gap: 33px;
    align-items: center;
  }

  .top-banner .note small {
    font-size: 1.6rem;
    color: #FEFEFE;
    opacity: 1;
  }

  .filters {
    max-width: 980px;
    margin: auto;
    margin-bottom: 56px;
  }

  .filters .range-filters {
    margin-bottom: 24px;
  }

  .filters .range-filters .range-filters-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }

  .filters .range-filters .range-filters-wrapper .filter {
    flex: 1;
  }

  .filters .range-filters .range-filters-wrapper .filter .filter-header {
    font-size: 2rem;
  }

  .filters .range-filters .range-filters-wrapper .filter .filter-header .amount #amount {
    padding: 4px 8px;
  }

  .filters .range-filters .range-filters-wrapper .filter .filter-footer {
    font-size: 1.6rem;
  }

  .filters .range-filters .range-filters-wrapper .apply-filter button {
    height: 100%;
    width: 191px;
    font-size: 3.2rem;
    letter-spacing: 0;
  }

  .filters .sorting-filters {
    display: flex;
    justify-content: space-between;
    padding: 8px 8px 8px 29px;
  }

  .filters .sorting-filters .free-filter {
    font-size: 1.6rem;
  }

  .filters .sorting-filters .free-filter input {
    margin-left: 20px;
    margin-right: 12px;
  }

  .filters .sorting-filters .sorting {
    flex-direction: row;
    align-items: center;
    font-size: 1.6rem;
    color: #141f1b;
  }

  .filters .sorting-filters .sorting.dropdown select {
    width: 292px;
    font-size: 2rem;
  }

  .offers {
    padding-top: 80px;
    margin-bottom: 100px;
  }

  h2 {
    font-size: 6.4rem;
    margin-bottom: 60px;
  }

  .why {
    margin-bottom: 100px;
  }

  .why .why-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 50px;
    column-gap: 74px;
  }

  .why .why-wrapper .why-item {
    flex: 45%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .why .why-wrapper .why-item .why-item-icon img {
    width: 120px;
    height: 120px;
    margin-bottom: 0;
  }

  .why .why-wrapper .why-item .why-item-content {
    flex: 1;
  }

  .why .why-wrapper .why-item .why-item-content h3 {
    flex: 1;
  }

  .why .why-wrapper .why-item .why-item-content p {
    font-size: 2rem;
  }

  .posts {
    margin-bottom: 100px;
  }

  .posts .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .posts .container .posts-wrapper {
    padding: 0 54px;
    margin-bottom: 60px;
    flex-direction: row;
    gap: 26px;
  }

  .posts .container .posts-wrapper .posts-item {
    flex: 1;
  }

  .posts .container .posts-wrapper .posts-item a .posts-item-image {
    height: 244px;
  }

  .posts .container .subscribe {
    padding: 0 100px;
  }

  .posts .container .subscribe h3 {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }

  .faq {
    margin-bottom: 100px;
  }

  .faq h2 {
    font-size: 6.4rem;
    margin-bottom: 60px;
  }

  .faq .faq-accordion {
    gap: 8px;
  }

  .faq .faq-accordion .faq-accordion-item {
    border-radius: 20px;
  }

  .faq .faq-accordion .faq-accordion-item .faq-accordion-item-header {
    padding: 36px 41px;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 100%;
  }

  .faq .faq-accordion .faq-accordion-item .faq-accordion-item-header::after {
    top: 16px;
    right: 21px;
    height: 18px;
    width: 18px;
  }

  .faq .faq-accordion .faq-accordion-item .faq-accordion-item-content p {
    font-size: 2rem;
    line-height: 100%;
    padding: 0 28px 25px;
  }

  .faq .faq-accordion .faq-accordion-item.open .faq-accordion-item-header::after {
    right: 21px;
    height: 18px;
    width: 18px;
  }

  .offers-wrapper .offer-wrapper .offer-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px;
  }

  .offers-wrapper .offer-wrapper .offer-header {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    width: 180px;
  }

  .offers-wrapper .offer-wrapper .offer-header .offer-description {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .offers-wrapper .offer-wrapper .offer-header .offer-description p {
    line-height: 100%;
  }

  .offers-wrapper .offer-wrapper .flex {
    border: none;
    flex-direction: column;
    padding: 0;
    flex: 1;
  }

  .offers-wrapper .offer-wrapper .flex .title {
    font-size: 1.6rem;
  }

  .offers-wrapper .offer-wrapper .flex .content {
    font-size: 2.4rem;
    margin-top: 8px;
  }

  .offers-wrapper .offer-wrapper .flex .content span.min-period {
    font-size: 2.4rem;
  }

  .offers-wrapper .offer-wrapper .flex .content span.min-amount {
    font-size: 2.4rem;
  }

  .offers-wrapper .offer-wrapper .flex .content small {
    font-size: 1.2rem;
  }

  .offers-wrapper .offer-wrapper .flex.rrso {
    padding: 0;
  }

  .offers-wrapper .offer-wrapper .flex.amount,
  .offers-wrapper .offer-wrapper .flex.period {
    align-items: flex-start;
  }

  .offers-wrapper .offer-wrapper .flex.approval {
    padding: 0;
  }

  .offers-wrapper .offer-wrapper .flex.rating {
    padding: 0;
    justify-content: center;
  }

  .offers-wrapper .offer-wrapper .flex.rating .content {
    text-align: center;
  }

  .offers-wrapper .offer-wrapper .links {
    gap: 14px;
  }

  .offers-wrapper .offer-wrapper .links .button {
    width: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  input[type=range] {
    height: 15px;
  }

  input[type=range]::-webkit-slider-runnable-track {
    height: 15px;
    border-radius: 20px;
  }

  input[type=range]::-moz-range-track {
    height: 15px;
  }

  input[type=range]::-moz-range-progress {
    height: 15px;
  }

  input[type=range]::-ms-track {
    height: 15px;
  }

  input[type=range]::-webkit-slider-thumb {
    height: 39px;
    width: 39px;
  }

  input[type=range]::-moz-range-thumb {
    height: 39px;
    width: 39px;
  }

  input[type=range]::-ms-thumb {
    height: 39px;
    width: 39px;
  }

  input[type=text],
  input[type=email] {
    padding: 18px 50px;
    font-size: 2rem;
    height: 100%;
  }

  input[type=submit],
  .wpcf7-submit {
    width: 151px;
    font-size: 2.4rem;
    height: 100%;
  }

  .wpcf7-form .flex,
  .subscribe-form .flex {
    flex-direction: row;
  }

  .wpcf7-form .flex p,
  .subscribe-form .flex p {
    flex: 1;
  }

  .wpcf7-form .flex p:last-child,
  .subscribe-form .flex p:last-child {
    flex: 0;
  }

  .wpcf7-form .checkbox-wrapper,
  .subscribe-form .checkbox-wrapper {
    justify-content: center;
  }

  .wpcf7-form .checkbox-wrapper p,
  .subscribe-form .checkbox-wrapper p {
    gap: 6px;
  }

  .wpcf7-form .checkbox-wrapper label,
  .subscribe-form .checkbox-wrapper label {
    flex: none;
    font-size: 1.2rem;
  }

  .top-title {
    margin-top: -50px;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .top-title h1 {
    font-size: 9rem;
  }

  .top-title .subtitle {
    font-size: 2rem;
    max-width: 770px;
    margin: auto;
    line-height: 120%;
  }

  .top-title .shape {
    width: 66px;
    height: 66px;
    bottom: 70px;
    right: -10px;
  }

  .top-title .shape-2 {
    width: 55px;
    height: 55px;
    bottom: -20px;
    right: unset;
    left: 192px;
  }

  .top-title .shape-3 {
    width: 35px;
    height: 35px;
    bottom: 95px;
    top: unset;
    left: 92px;
  }

  .mission {
    padding-top: 107px;
    padding-bottom: 112px;
  }

  .mission .mission-content {
    padding: 57px;
  }

  .mission .mission-content h2 {
    font-size: 6.4rem;
    margin-bottom: 69px;
  }

  .mission .mission-content .mission-items {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0;
  }

  .mission .mission-content .mission-items .mission-item {
    flex: 45%;
    align-items: flex-start;
  }

  .mission .mission-content .mission-items .mission-item .number {
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 100%;
    letter-spacing: -0.04em;
  }

  .mission .mission-content .mission-items .mission-item .content p {
    font-size: 2rem;
    letter-spacing: -0.04em;
  }

  .mission .mission-content .mission-items .mission-item:first-child {
    border-right: 1px solid rgba(69, 145, 121, 0.25);
    border-bottom: 1px solid rgba(69, 145, 121, 0.25);
    padding-bottom: 51px;
  }

  .mission .mission-content .mission-items .mission-item:nth-child(3) {
    padding-left: 43px;
    padding-right: 50px;
  }

  .mission .mission-content .mission-items .mission-item:nth-child(5) {
    padding-top: 27px;
    padding-right: 50px;
  }

  .mission .mission-content .mission-items .mission-item:nth-child(7) {
    padding-top: 27px;
    padding-left: 43px;
  }

  .mission .mission-content .mission-items .mission-item:last-child {
    border-left: 1px solid rgba(69, 145, 121, 0.25);
    border-top: 1px solid rgba(69, 145, 121, 0.25);
  }

  .mission .mission-content hr {
    display: none;
  }

  .rules {
    padding-top: 90px;
    padding-bottom: 110px;
  }

  .rules h2 {
    font-size: 6.4rem;
  }

  .rules .rules-items {
    flex-direction: row;
    justify-content: space-between;
    gap: 73px;
  }

  .rules .rules-items .rules-item {
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    gap: 32px;
  }

  .rules .rules-items .rules-item .icon img {
    width: 120px;
    height: 120px;
  }

  .rules .rules-items .rules-item .content {
    text-align: left;
    max-width: unset;
  }

  .rules .rules-items .rules-item .content p {
    font-size: 2.4rem;
    line-height: 120%;
  }

  .why.why-about .why-wrapper .why-item .why-item-content {
    max-width: unset;
    margin: 0;
  }

  .why.why-about .why-wrapper .why-item .why-item-content p {
    font-size: 2rem;
  }

  .text .text-content .text-content-bottom {
    font-size: 4rem;
  }

  .text .text-content p {
    font-size: 3.6rem;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 64px;
  }

  .text .contact-us {
    max-width: unset;
    padding: 80px 40px;
  }

  .text .contact-us p {
    font-size: 3.6rem;
    line-height: 100%;
    letter-spacing: 0;
  }

  .contact-top .subtitle {
    max-width: none;
  }

  .contact-top .shape {
    bottom: 70px;
  }

  .contact-top .shape-2 {
    left: -20px;
    bottom: -20px;
  }

  .contact-top .shape-3 {
    bottom: 51px;
  }

  .contact {
    padding-top: 84px;
    padding-bottom: 90px;
  }

  .contact .contact-flex {
    flex-direction: row;
    gap: 60px;
  }

  .contact .contact-flex .contact-left {
    gap: 55px;
  }

  .contact .contact-flex .contact-left .contact-left-content h2 {
    font-size: 3.2rem;
  }

  .contact .contact-flex .contact-left .contact-left-content p {
    font-size: 2rem;
    line-height: 140%;
  }

  .contact .contact-flex .contact-left .contact-social img {
    width: 52px;
  }

  .contact .contact-flex .contact-right {
    padding: 40px;
  }

  .contact .contact-flex .contact-right h2 {
    font-size: 3.2rem;
  }

  .contact .contact-flex .contact-right form .flex-strict input[type=submit] {
    width: 116px;
    padding: 19px;
  }

  .contact .contact-flex .contact-right .wpcf7-form .checkbox-wrapper {
    justify-content: start;
  }

  .contact .contact-flex .contact-right .wpcf7-form .checkbox-wrapper label {
    max-width: 300px !important;
  }

  .blog-top-title {
    padding-bottom: 67px;
  }

  .blog-top-title h1 {
    font-size: 4rem;
  }

  .blog-top-title .subtitle {
    font-size: 3.2rem;
  }

  .newest-post {
    border-bottom: none;
    background-size: cover;
    padding-bottom: 0;
  }

  .newest-post .newest-post__image {
    display: none;
  }

  .newest-post .newest-post__content {
    padding: 82px 0;
    background-color: rgba(0, 0, 0, 0.5490196078);
  }

  .newest-post .newest-post__content h2 {
    max-width: 652px;
    font-weight: 500;
    font-size: 57px;
    line-height: 90%;
    letter-spacing: -0.04em;
    margin-bottom: 16px;
    margin-top: 0;
  }

  .newest-post .newest-post__content .newest-post__excerpt {
    max-width: 652px;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.04em;
    margin-bottom: 30px;
  }

  .newest-post .newest-post__content .newest-post__meta {
    gap: 55px;
    flex-direction: row;
    align-items: center;
  }

  .newest-post .newest-post__content .newest-post__meta .newest-post__button {
    width: 288px;
    padding: 12px 56px;
    background: rgb(69, 145, 121);
    margin-bottom: 0 !important;
  }

  .newest-post .newest-post__content .newest-post__meta .newest-post__date {
    font-size: 1.6rem;
    line-height: 100%;
    letter-spacing: 0.02em;
  }

  .categories {
    width: max-content;
    margin: auto;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 48px;
  }

  .categories .categories__list li a {
    font-size: 2rem;
    line-height: 100%;
    letter-spacing: 0.02em;
  }

  .blog-grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }

  .blog-grid article {
    flex: 25%;
  }

  .blog-grid article a .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .blog-grid article a .post-title {
    font-size: 2rem;
  }

  .blog-grid article a .post-excerpt {
    font-size: 1.6rem;
  }

  .blog-grid article a .post-date {
    font-size: 1.2rem;
  }

  .subscribe {
    max-width: 1160px;
    margin: auto;
    padding: 76px 100px;
    margin-bottom: 80px;
  }

  .subscribe h2 {
    font-size: 3.2rem;
    line-height: 120%;
    margin-bottom: 40px;
  }

  .post-article .post-header {
    margin-bottom: 83px;
  }

  .post-article .post-header .post-header-content {
    padding-top: 100px;
    padding-bottom: 95px;
  }

  .post-article .post-header .post-header-content h1 {
    font-size: 5rem;
    max-width: 770px;
    margin-bottom: 16px;
  }

  .post-article .post-header .post-header-content .post-excerpt {
    font-size: 3rem;
    max-width: 770px;
    margin-bottom: 24px;
  }

  .post-article .post-header .post-header-content .post-meta .post-meta-item {
    font-size: 1.6rem;
  }

  .post-article .post-content {
    margin-bottom: 80px;
  }

  .post-article .post-content p {
    font-size: 2rem;
    line-height: 140%;
    margin-bottom: 24px;
  }

  .post-article .post-content h2 {
    font-size: 4.8rem;
  }

  .post-article .post-content h3 {
    font-size: 3.2rem;
    margin-bottom: 16px;
  }

  .related-posts h2 {
    font-size: 4.8rem;
    margin-bottom: 40px;
  }

  .comments h2 {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }

  .comments .comments-list {
    max-width: 934px;
  }

  .comment-form-comment textarea {
    height: 172px;
  }

  .comments-area form {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .comments-area form .comment-form-comment {
    width: 100%;
    margin-bottom: 0;
  }

  .comments-area form .comment-form-author {
    width: 320px;
  }

  .comments-area form .comment-form-email {
    width: 320px;
  }

  .comments-area form .form-submit {
    width: 173px;
  }

  .post-rating {
    font-size: 2rem;
  }

  .post-rating .flex-box {
    justify-content: space-between;
  }

  .post-rating .rating-wrapper {
    gap: 16px;
  }

  .post-rating .rating-wrapper img {
    width: 44px;
    height: 43px;
  }

  .post-rating .social-share img {
    width: 45px;
    height: 45px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 1240px) {
  .comments-area form .form-submit input {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .newest-post {
    background-image: unset !important;
    background-color: #459179;
  }
}

@media screen and (max-width: 375px) {
  .top-banner .top-banner-content::after {
    right: -140px;
  }
}