@font-face {
  font-family: light;
  src: url(../fonts/Poppins-Light.ttf);
  font-display: auto;
}

@font-face {
  font-family: regular;
  src: url(../fonts/Poppins-Regular.ttf);
  font-display: auto;
}

@font-face {
  font-family: semibold;
  src: url(../fonts/Poppins-SemiBold.ttf);
  font-display: auto;
}

@font-face {
  font-family: bold;
  src: url(../fonts/Poppins-Bold.ttf);
  font-display: auto;
}

@font-face {
  font-family: medium;
  src: url(../fonts/Poppins-Medium.ttf);
  font-display: auto;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100vw;
  max-width: 100%;
}

.pop-up-left_cover {
  display: none;
}

.pop-up-right_cover {
  display: none;
}

.go-back-to-top {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  border: 2px solid white;
  background: #0064be;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}

.go-back-to-top .arrow {
  width: 20px;
  z-index: 9;
}

.pop-up-left {
  position: fixed;
  bottom: 36px;
  left: 36px;
  height: 100px;
  width: 264px;
  background: #ffffff;
  border-radius: 5px;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  display: none;
}

.pop-up-left .pop-up-left-close {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: #0064bd;
  -webkit-clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
          clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
}

.pop-up-left .pop-up-left-container {
  height: 100%;
}

.pop-up-left .pop-up-left-container .pop-up-left-row {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.pop-up-left .pop-up-left-container .pop-up-left-row .pop-up-left-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pop-up-left .pop-up-left-container .pop-up-left-row .pop-up-left-col img {
  margin-left: 30px;
  margin-right: 20px;
}

.pop-up-left .pop-up-left-container .pop-up-left-row .pop-up-left-col p:nth-of-type(1) {
  color: #0064bd;
  font-size: 16px;
  font-family: medium, sans-serif;
}

.pop-up-left .pop-up-left-container .pop-up-left-row .pop-up-left-col p:nth-of-type(2) {
  color: #3d3d3d;
  font-family: medium, sans-serif;
  font-size: 12px;
}

.pop-up-left .pop-up-left-container .pop-up-left-row .pop-up-left-col p:nth-of-type(2) span a {
  font-family: semibold, sans-serif;
  color: #0064bd;
  text-decoration: none;
}

.pop-up-left .pop-up-left-container .pop-up-left-row .pop-up-left-col p:nth-of-type(2) span a:hover {
  text-decoration: underline;
}

.pop-up-right {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 302.4px;
  border: 2px solid #0064bd;
  border-radius: 5px;
  background: #ffffff;
}

.pop-up-right .pop-up-right-container .pop-up-right-row:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Poppins', sans-serif;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 14px 0;
  border-top: 1px solid #f1f1f1;
}

.pop-up-right .pop-up-right-container .pop-up-right-row:nth-of-type(2) .pop-up-right-row-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pop-up-right .pop-up-right-container .pop-up-right-row:nth-of-type(2) .pop-up-right-row-cell p:nth-of-type(1) {
  color: #0064be;
  font-family: light, sans-serif;
  font-size: 17.4px;
}

.pop-up-right .pop-up-right-container .pop-up-right-row:nth-of-type(2) .pop-up-right-row-cell p:nth-of-type(1) span {
  font-family: semibold, sans-serif;
}

.pop-up-right .pop-up-right-container .pop-up-right-row:nth-of-type(2) .pop-up-right-row-cell p:nth-of-type(2) {
  font-family: light, sans-serif;
  font-size: 8.8px;
}

.pop-up-right .pop-up-right-container .pop-up-right-row:nth-of-type(1) {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.pop-up-right .pop-up-right-container .pop-up-right-row:nth-of-type(1) .pop-up-right-row-cell:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pop-up-right .pop-up-right-container .pop-up-right-row:nth-of-type(1) .pop-up-right-row-cell:nth-of-type(1) a {
  height: 52.8px;
}

.pop-up-right .pop-up-right-container .pop-up-right-row:nth-of-type(1) .pop-up-right-row-cell:nth-of-type(1) a img {
  width: 132px;
  height: 52.8px;
}

.pop-up-right .pop-up-right-container .pop-up-right-row:nth-of-type(1) .pop-up-right-row-cell:nth-of-type(1) .wrap-star img {
  width: 14.4px;
  height: 14.4px;
}

.pop-up-right .pop-up-right-container .pop-up-right-row:nth-of-type(1) .pop-up-right-row-cell:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pop-up-right .pop-up-right-container .pop-up-right-row:nth-of-type(1) .pop-up-right-row-cell:nth-of-type(2) a {
  width: 108.8px;
  height: 35.2px;
  background: #04b600;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  text-decoration: none;
  font-family: semibold, sans-serif;
  font-size: 10.1px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pop-up-right .pop-up-right-container .pop-up-right-row:nth-of-type(1) .pop-up-right-row-cell:nth-of-type(2) a:hover {
  border: 2px solid #04b600;
  background: #ffffff;
  color: #04b600;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
}

.pop-up-right .pop-up-right-row {
  width: 100%;
}

.pop-up-right .pop-up-right-row:nth-of-type(1) {
  padding: 8px 14px;
  font-size: 12.8px;
  font-family: light, sans-serif;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pop-up-right .pop-up-right-row:nth-of-type(1) span {
  font-family: semibold, sans-serif;
}

.pop-up-right .pop-up-right-row:nth-of-type(1) .pop-up-right-close {
  width: 18px;
  height: 18px;
  background: #ffffff;
  cursor: pointer;
  -webkit-clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
          clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
}

.pop-up-right .pop-up-right-row-head {
  background: #0064bd;
}

.main-container {
  width: 100vw;
  max-width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.navigation {
  width: 100vw;
  max-width: 100%;
  height: 118px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation .navigation-content {
  width: 100vw;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation .navigation-content img {
  height: 48px;
  width: 180px;
}

.navigation .navigation-content .mobile-nav {
  display: none;
}

.navigation .navigation-content .mobile-nav .hamburger-menu {
  cursor: pointer;
}

.navigation .navigation-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation .navigation-content .wrap-ul {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  padding: 20px 0 20px 20px;
}

.navigation .navigation-content li {
  list-style: none;
  margin-right: 20px;
}

.navigation .navigation-content li p {
  font-size: 15px;
  font-family: medium, sans-serif;
  color: #3b3b3b;
}

.navigation .navigation-content li:nth-of-type(2) {
  margin-right: 35px;
}

.navigation .navigation-content li:nth-of-type(3) {
  margin-right: 35px;
}

.navigation .navigation-content #twotwo {
  cursor: pointer;
}

.navigation .navigation-content #twotwo::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
  width: 6px;
  height: 6px;
  background: #0064be;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.navigation .navigation-content #threethree {
  cursor: pointer;
}

.navigation .navigation-content #threethree::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
  width: 6px;
  height: 6px;
  background: #0064be;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.navigation .navigation-content a {
  font-size: 15px;
  font-family: medium, sans-serif;
  color: #3b3b3b;
  text-decoration: none;
}

.navigation .navigation-content a:hover {
  color: #0064be;
  border-bottom: 2px solid #0064be;
}

.navigation .navigation-content .a-logo:hover {
  border-bottom: none;
}

.navigation .navigation-content ul li {
  position: relative;
}

.navigation .navigation-content ul ul {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 20px;
  z-index: 9999;
  display: none;
}

.navigation .navigation-content ul ul li {
  margin-right: 0;
  padding: 10px 0 10px 0;
}

.navigation .navigation-content ul ul li:nth-of-type(2) {
  margin-right: 0px;
}

.navigation .navigation-content ul ul li:nth-of-type(3) {
  margin-right: 0px;
}

#active-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .filters-range {
  width: 100vw;
  max-width: 100%;
  height: 136px;
  background: #0064be;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
} */

/* .filters-range .filters-range-content {
  width: 100vw;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url(../assets/percentage.png);
  background-repeat: no-repeat;
  background-position: 22px center;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(1) {
  border-right: 1px solid #267bc8;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 32px 0 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(1) p {
  font-family: semibold, sans-serif;
}

.filters-range .filters-range-content .filters-range-content-box:nth-of-type(1) p span {
  font-family: light, sans-serif;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(2) .filters-range-content-box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Poppins', sans-serif;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(2) .filters-range-content-box-row:nth-of-type(1) {
  font-family: light, sans-serif;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(2) .filters-range-content-box-row:nth-of-type(1) input {
  text-align: center;
  font-family: bold, sans-serif;
  font-size: 26px;
  background: #00549f;
  border: none;
  color: #ffffff;
  width: 82px;
  height: 42px;
  margin-left: 8px;
  outline: none;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(2) .filters-range-content-box-row:nth-of-type(1) input::-webkit-outer-spin-button,
.filters-range .filters-range-content .filters-range-content-box:nth-of-type(2) .filters-range-content-box-row:nth-of-type(1) input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(2) .filters-range-content-box-row:nth-of-type(1) input[type=number] {
  -moz-appearance: textfield;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(2) .filters-range-content-box-row:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(2) .filters-range-content-box-row:nth-of-type(2) input {
  width: 288px;
  margin: 0 12px 0 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 10px;
  border-radius: 10px;
  outline: none;
  border: 1px solid #ffffff;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(2) .filters-range-content-box-row:nth-of-type(2) input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  background: #f2f2f2;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: 0 0 0 0 rgba(44, 147, 240, 0.1);
          box-shadow: 0 0 0 0 rgba(44, 147, 240, 0.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(2) .filters-range-content-box-row:nth-of-type(2) input::-webkit-slider-thumb:hover {
  -webkit-box-shadow: 0 0 0 10px rgba(44, 147, 240, 0.8);
          box-shadow: 0 0 0 10px rgba(44, 147, 240, 0.8);
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(2) .filters-range-content-box-row:nth-of-type(2) input::-moz-range-thumb {
  -moz-appearance: none;
  width: 28px;
  height: 28px;
  background: #f2f2f2;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 0 0 rgba(44, 147, 240, 0.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border: none;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(2) .filters-range-content-box-row:nth-of-type(2) input::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(44, 147, 240, 0.8);
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(3) .filters-range-content-box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Poppins', sans-serif;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(3) .filters-range-content-box-row:nth-of-type(1) {
  font-family: light, sans-serif;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(3) .filters-range-content-box-row:nth-of-type(1) input {
  font-family: bold, sans-serif;
  text-align: center;
  font-size: 26px;
  background: #00549f;
  border: none;
  color: #ffffff;
  width: 82px;
  height: 42px;
  margin-left: 8px;
  outline: none;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(3) .filters-range-content-box-row:nth-of-type(1) input::-webkit-outer-spin-button,
.filters-range .filters-range-content .filters-range-content-box:nth-of-type(3) .filters-range-content-box-row:nth-of-type(1) input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(3) .filters-range-content-box-row:nth-of-type(1) input[type=number] {
  -moz-appearance: textfield;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(3) .filters-range-content-box-row:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(3) .filters-range-content-box-row:nth-of-type(2) input {
  outline: none;
  width: 288px;
  margin: 0 12px 0 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #ffffff;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(3) .filters-range-content-box-row:nth-of-type(2) input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  background: #f2f2f2;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: 0 0 0 0 rgba(44, 147, 240, 0.1);
          box-shadow: 0 0 0 0 rgba(44, 147, 240, 0.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(3) .filters-range-content-box-row:nth-of-type(2) input::-webkit-slider-thumb:hover {
  -webkit-box-shadow: 0 0 0 10px rgba(44, 147, 240, 0.8);
          box-shadow: 0 0 0 10px rgba(44, 147, 240, 0.8);
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(3) .filters-range-content-box-row:nth-of-type(2) input::-moz-range-thumb {
  -moz-appearance: none;
  width: 28px;
  height: 28px;
  background: #f2f2f2;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 0 0 rgba(44, 147, 240, 0.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border: none;
} */

/* .filters-range .filters-range-content .filters-range-content-box:nth-of-type(3) .filters-range-content-box-row:nth-of-type(2) input::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(44, 147, 240, 0.8);
} */

.title {
  width: 100vw;
  max-width: 100%;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f5f5f5;
}

.title .title-content {
  width: 100vw;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title .title-content p {
  font-family: semibold, sans-serif;
  font-size: 26px;
}

.title .title-content p span {
  font-family: light, sans-serif;
}

.filters-buttons {
  width: 100vw;
  max-width: 100%;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filters-buttons .filters-buttons-content {
  width: 100vw;
  max-width: 1170px;
}

.filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) .label {
  background: #0064be;
  color: #ffffff;
  font-family: bold, sans-serif;
  font-size: 14px;
  width: 134px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) .label span:nth-of-type(2) {
  width: 6px;
  height: 6px;
  background: #ffffff;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin-left: 6px;
  display: none;
}

.filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  color: #696868;
  font-size: 14px;
  font-family: medium, sans-serif;
  border: none;
  height: 40px;
  outline: none;
  cursor: pointer;
}

.filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) button span {
  width: 6px;
  height: 6px;
  background: #0064be;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin-left: 6px;
}

.filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) .current-active-filtr {
  border: 2px solid #0064be !important;
}

.filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) button:nth-of-type(1) {
  position: relative;
  width: 244px;
}

.filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) button:nth-of-type(2) {
  position: relative;
  width: 278px;
}

.filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) button:nth-of-type(3) {
  position: relative;
  width: 250px;
}

.filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) button:nth-of-type(4) {
  position: relative;
  width: 252px;
}

.filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  font-family: light, sans-serif;
  font-size: 13px;
}

.filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(2) label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(2) label input {
  margin-right: 8px;
}

.filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(2) label:nth-of-type(2) {
  margin: 0 8px 0 28px;
}

.offerts {
  width: 100vw;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f5f5f5;
}

.offerts .last-ranking-update {
  width: 100vw;
  max-width: 1170px;
  font-family: medium;
  font-size: 12px;
  color: #696868;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.offerts .offerts-content {
  width: 100vw;
  max-width: 1170px;
  padding-bottom: 24px;
}

.offerts .offerts-content .offert-content-info {
  text-align: center;
  font-family: regular, sans-serif;
  background: #0064be;
  font-size: 22px;
  color: white;
  padding: 14px 0;
}

.offerts .offerts-content .offert-content-info:nth-of-type(2) {
  color: black;
  font-family: semibold, sans-serif;
  background: #f5f5f5;
  padding: 10px;
}

.offerts .offerts-content .awarded {
  border: 2px solid #04b500;
}

.offerts .offerts-content .awarded::before {
  position: absolute;
  left: -68px;
  top: 55px;
  content: 'POLECANA';
  width: 105px;
  height: 30px;
  background: #04b500;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 12px;
  font-family: medium, sans-serif;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.offerts .offerts-content .offerts-content-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  margin: 24px 0 24px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.15);
  position: relative;
}

.offerts .offerts-content-regular-8c2c {
  display: none;
}

.offerts .offerts-content-regular-8b2c {
  display: none;
}

@media (min-width: 900px) and (max-width: 1200px) {
  .offerts .offerts-content-regular-8c2c {
    display: none !important;
  }
  
  .offerts .offerts-content-regular-8b2c {
    display: none !important;
  }
}
@media (min-width: 701px) and (max-width: 899px) {
  .offerts .offerts-content-regular-8c2c {
    display: none !important;
  }
  
  .offerts .offerts-content-regular-8b2c {
    display: none !important;
  }
}
@media (max-width: 700px){
  .offerts .offerts-content-regular-8c2c {
    display: none !important;
  }
  
  .offerts .offerts-content-regular-8b2c {
    display: none !important;
  }
}



.offerts .offerts-content .offerts-content-bar:first-of-type {
  margin-top: 12px;
}

.offerts .offerts-content .offerts-content-bar:hover {
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 26px;
  padding-right: 26px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 48px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) p:nth-of-type(1) {
  font-family: medium, sans-serif;
  color: #696868;
  font-size: 12px;
  margin: 0 4px 0 8px;
  min-width: 20px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) p:nth-of-type(2) {
  font-family: medium, sans-serif;
  color: #696868;
  font-size: 12px;
  margin: 0 8px 0 0px;
  min-width: 70px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) p:nth-of-type(3) {
  font-family: semibold, sans-serif;
  color: #0064be;
  font-size: 15px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) p:nth-of-type(3) a {
  display: block;
  font-family: semibold, sans-serif;
  color: #0064be;
  font-size: 15px;
  text-decoration: none;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) p:nth-of-type(3) a:hover {
  text-decoration: underline;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-adventages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-adventages .offerts-content-bar-row-adventages-item {
  padding: 0 14px 0 14px;
  border: 1px solid #666666;
  border-radius: 3px;
  margin-left: 16px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-adventages .offerts-content-bar-row-adventages-item p {
  margin: 0;
  color: #696868;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header a {
  display: none;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header p a {
  font-family: semibold, sans-serif;
  color: #0064be;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header p a:hover {
  text-decoration: underline;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-tooltip {
  display: none;
  position: absolute;
  top: -150%;
  border: 1px solid lightgrey;
  border-radius: 5px;
  background: white !important;
  width: 150px;
  text-align: center;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 10000;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5vw;
  margin-bottom: 20px;
  margin-top: 20px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(1) p {
  display: block;
  font-family: light, sans-serif;
  color: black;
  font-size: 15px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(1) .close-ws-mobile-rate {
  cursor: pointer;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(2) {
  padding: 0 5vw;
  margin-bottom: 10px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(2) p {
  font-family: regular, sans-serif;
  color: black;
  font-size: 15px;
  display: block;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) {
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) img {
  width: 40px;
  height: 40px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) .wrap-stars-mobile {
  width: 100vw;
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) .wrap-stars-mobile .ws-tooltip-mobile {
  display: none;
  position: absolute;
  bottom: -160%;
  background: #04b600 !important;
  width: 100%;
  text-align: center;
  z-index: 10001;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) .wrap-stars-mobile .ws-tooltip-mobile p {
  display: block;
  color: white;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(4) {
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(4) p {
  font-family: light, sans-serif;
  color: black;
  font-size: 12px;
  display: block;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(5) {
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(5) p {
  font-family: light, sans-serif;
  color: black;
  font-size: 15px;
  display: block;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(6) {
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
  border-top: 1px solid lightgray;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(6) p {
  display: block;
  font-family: light, sans-serif;
  color: black;
  font-size: 15px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars img {
  cursor: pointer;
  width: 18px;
  height: 18px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) {
  font-family: medium, sans-serif;
  color: #696868;
  font-size: 12px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a {
  display: none;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  height: 98px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a img {
  height: 66px;
  width: 165px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan {
  min-width: 125px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period {
  min-width: 100px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan {
  min-width: 150px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next-link {
  text-decoration: none;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p {
  text-align: center;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p .tooltip-isfree {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  background: #0064be;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p .tooltip-isfree .tooltip-isfree-content {
  display: none;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p .tooltip-isfree:hover .tooltip-isfree-content {
  display: inline-block;
  position: absolute;
  bottom: 24px;
  left: -124px;
  width: 250px;
  height: auto;
  background: #0064be;
  padding: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next img {
  height: 19px;
  width: 19px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next .img-notok {
  margin-top: 5px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next .is-free-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next .is-free-amount p:nth-of-type(1) {
  color: #0064be;
  font-family: semibold, sans-serif;
  font-size: 24px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next .is-free-amount p:nth-of-type(1) span {
  font-family: light, sans-serif;
  font-size: 17px;
  margin-right: 5px;
  border: none;
  background: none;
  color: #0064be;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next .is-free-amount p:nth-of-type(1) span:nth-of-type(1) {
  margin-right: 0;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free {
  display: none !important;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p {
  text-align: center;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p .tooltip-isfree {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  background: #0064be;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p .tooltip-isfree .tooltip-isfree-content {
  display: none;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p .tooltip-isfree:hover .tooltip-isfree-content {
  display: inline-block;
  position: absolute;
  bottom: 24px;
  left: -124px;
  width: 250px;
  height: auto;
  background: #0064be;
  padding: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free img {
  height: 19px;
  width: 19px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .img-notok {
  margin-top: 5px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) {
  color: #0064be;
  font-family: semibold, sans-serif;
  font-size: 24px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) span {
  font-family: light, sans-serif;
  font-size: 17px;
  margin-right: 5px;
  border: none;
  background: none;
  color: #0064be;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) span:nth-of-type(1) {
  margin-right: 0;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(1), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(1), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(1), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(1), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p:nth-of-type(1), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(1) {
  font-family: medium, sans-serif;
  color: #696868;
  font-size: 12px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(2), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(2), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(2), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(2), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p:nth-of-type(2), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(2) {
  color: #0064be;
  font-family: semibold, sans-serif;
  font-size: 24px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(2) span, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(2) span, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(2) span, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(2) span, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p:nth-of-type(2) span, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(2) span {
  font-family: light, sans-serif;
  font-size: 17px;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(3), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(3), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(3), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(3), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p:nth-of-type(3), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(3) {
  color: #696868;
  font-size: 12px;
  font-family: medium, sans-serif;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .button {
  width: 170px;
  border: 3px solid #04b600;
  background: #04b600;
  color: #ffffff;
  border-radius: 40px;
  font-family: semibold, sans-serif;
  font-size: 15px;
  padding: 14px 0 14px 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .button:hover {
  background: #ffffff;
  color: #04b600;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
}

.offerts .offerts-content .description-mobile {
  display: none;
  font-family: medium, sans-serif;
  font-size: 12px;
}

.offerts .offerts-content .description-mobile .description-mobile-p {
  font-family: medium, sans-serif;
  font-size: 12px;
}

.offerts-add {
  width: 100vw;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f5f5f5;
}

.offerts-add .offerts-add-content {
  width: 100vw;
  max-width: 1170px;
  padding-bottom: 24px;
}

.offerts-add .offerts-add-content .offerts-content-bar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: semibold, sans-serif;
  font-size: 26px;
}

.offerts-add .offerts-add-content .offert-content-info {
  text-align: center;
  font-family: light, sans-serif;
  background: #0064be;
  color: white;
  padding: 10px 0;
}

.offerts-add .offerts-add-content .awarded {
  border: 2px solid #04b500;
}

.offerts-add .offerts-add-content .awarded::before {
  position: absolute;
  left: -68px;
  top: 55px;
  content: 'POLECANA';
  width: 105px;
  height: 30px;
  background: #04b500;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 12px;
  font-family: medium, sans-serif;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.offerts-add .offerts-add-content .offerts-content-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  margin: 24px 0 24px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.15);
  position: relative;
}

.offerts-add .offerts-add-content .offerts-content-bar:hover {
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 26px;
  padding-right: 26px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 48px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) p:nth-of-type(1) {
  font-family: medium, sans-serif;
  color: #696868;
  font-size: 12px;
  margin: 0 4px 0 8px;
  min-width: 20px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) p:nth-of-type(2) {
  font-family: medium, sans-serif;
  color: #696868;
  font-size: 12px;
  margin: 0 8px 0 0px;
  min-width: 70px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) p:nth-of-type(3) {
  font-family: semibold, sans-serif;
  color: #0064be;
  font-size: 15px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) p:nth-of-type(3) a {
  display: block;
  font-family: semibold, sans-serif;
  color: #0064be;
  font-size: 15px;
  text-decoration: none;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) p:nth-of-type(3) a:hover {
  text-decoration: underline;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-adventages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-adventages .offerts-content-bar-row-adventages-item {
  padding: 0 14px 0 14px;
  border: 1px solid #666666;
  border-radius: 3px;
  margin-left: 16px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-adventages .offerts-content-bar-row-adventages-item p {
  margin: 0;
  color: #696868;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header a {
  display: none;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header p a {
  font-family: semibold, sans-serif;
  color: #0064be;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header p a:hover {
  text-decoration: underline;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-tooltip {
  display: none;
  position: absolute;
  top: -150%;
  border: 1px solid lightgrey;
  border-radius: 5px;
  background: white !important;
  width: 150px;
  text-align: center;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 10000;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5vw;
  margin-bottom: 20px;
  margin-top: 20px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(1) p {
  display: block;
  font-family: light, sans-serif;
  color: black;
  font-size: 15px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(1) .close-ws-mobile-rate {
  cursor: pointer;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(2) {
  padding: 0 5vw;
  margin-bottom: 10px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(2) p {
  font-family: regular, sans-serif;
  color: black;
  font-size: 15px;
  display: block;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) {
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) img {
  width: 40px;
  height: 40px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) .wrap-stars-mobile {
  width: 100vw;
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) .wrap-stars-mobile .ws-tooltip-mobile {
  display: none;
  position: absolute;
  bottom: -160%;
  background: #04b600 !important;
  width: 100%;
  text-align: center;
  z-index: 10001;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(3) .wrap-stars-mobile .ws-tooltip-mobile p {
  display: block;
  color: white;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(4) {
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(4) p {
  font-family: light, sans-serif;
  color: black;
  font-size: 12px;
  display: block;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(5) {
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(5) p {
  font-family: light, sans-serif;
  color: black;
  font-size: 15px;
  display: block;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(6) {
  width: 90vw;
  padding: 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
  border-top: 1px solid lightgray;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-mobile-rate .ws-mobile-rate-row:nth-of-type(6) p {
  display: block;
  font-family: light, sans-serif;
  color: black;
  font-size: 15px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars img {
  cursor: pointer;
  width: 18px;
  height: 18px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) {
  font-family: medium, sans-serif;
  color: #696868;
  font-size: 12px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a {
  display: none;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  height: 98px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a img {
  height: 66px;
  width: 165px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan {
  min-width: 125px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period {
  min-width: 100px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan {
  min-width: 150px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next-link {
  text-decoration: none;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p {
  text-align: center;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p .tooltip-isfree {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  background: #0064be;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p .tooltip-isfree .tooltip-isfree-content {
  display: none;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p .tooltip-isfree:hover .tooltip-isfree-content {
  display: inline-block;
  position: absolute;
  bottom: 24px;
  left: -124px;
  width: 250px;
  height: auto;
  background: #0064be;
  padding: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next img {
  height: 19px;
  width: 19px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next .img-notok {
  margin-top: 5px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next .is-free-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next .is-free-amount p:nth-of-type(1) {
  color: #0064be;
  font-family: semibold, sans-serif;
  font-size: 24px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next .is-free-amount p:nth-of-type(1) span {
  font-family: light, sans-serif;
  font-size: 17px;
  margin-right: 5px;
  border: none;
  background: none;
  color: #0064be;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next .is-free-amount p:nth-of-type(1) span:nth-of-type(1) {
  margin-right: 0;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free {
  display: none !important;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p {
  text-align: center;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p .tooltip-isfree {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  background: #0064be;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p .tooltip-isfree .tooltip-isfree-content {
  display: none;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p .tooltip-isfree:hover .tooltip-isfree-content {
  display: inline-block;
  position: absolute;
  bottom: 24px;
  left: -124px;
  width: 250px;
  height: auto;
  background: #0064be;
  padding: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free img {
  height: 19px;
  width: 19px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .img-notok {
  margin-top: 5px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) {
  color: #0064be;
  font-family: semibold, sans-serif;
  font-size: 24px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) span {
  font-family: light, sans-serif;
  font-size: 17px;
  margin-right: 10px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(1), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(1), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(1), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(1), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p:nth-of-type(1), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(1) {
  font-family: medium, sans-serif;
  color: #696868;
  font-size: 12px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(2), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(2), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(2), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(2), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p:nth-of-type(2), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(2) {
  color: #0064be;
  font-family: semibold, sans-serif;
  font-size: 24px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(2) span, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(2) span, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(2) span, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(2) span, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p:nth-of-type(2) span, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(2) span {
  font-family: light, sans-serif;
  font-size: 17px;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(3), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(3), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(3), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(3), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next p:nth-of-type(3), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(3) {
  color: #696868;
  font-size: 12px;
  font-family: medium, sans-serif;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .button {
  width: 170px;
  border: 3px solid #04b600;
  background: #04b600;
  color: #ffffff;
  border-radius: 40px;
  font-family: semibold, sans-serif;
  font-size: 15px;
  padding: 14px 0 14px 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .button:hover {
  background: #ffffff;
  color: #04b600;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
}

.offerts-add .offerts-add-content .description-mobile {
  display: none;
}

.adventage-our-loans {
  width: 100vw;
  max-width: 100%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.adventage-our-loans .adventage-our-loans-content {
  width: 100vw;
  max-width: 1170px;
}

.adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-header {
  width: 100vw;
  max-width: 1170px;
  height: 178px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 33px;
}

.adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-header p {
  font-family: semibold, sans-serif;
}

.adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-header p span {
  font-family: light, sans-serif;
}

.adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-row {
  width: 100vw;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-row .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  font-family: 'Poppins', sans-serif;
}

.adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-row .box p:nth-of-type(1) {
  font-family: semibold, sans-serif;
  font-size: 18px;
  margin-bottom: 26px;
}

.adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-row .box p:nth-of-type(2) {
  font-family: light, sans-serif;
  text-align: center;
  font-size: 14px;
  margin-bottom: 96px;
}

.adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-row .box .box-img {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  border: 2px solid #0064be;
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-moments {
  width: 100vw;
  max-width: 100%;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 74px;
}

.about-moments .about-moments-content {
  width: 100vw;
  max-width: 1170px;
  padding-bottom: 88px;
}

.about-moments .about-moments-content h1 {
  font-family: semibold, sans-serif;
  font-size: 24px;
  margin: 60px 0 20px 0;
}

.about-moments .about-moments-content h1:nth-of-type(1) {
  margin-top: 0;
}

.about-moments .about-moments-content p {
  font-family: light, sans-serif;
  font-size: 15px;
}

.about-moments .about-moments-content ul {
  list-style-image: url("../assets/svg/li-style.svg");
  list-style-position: inside;
}

.about-moments .about-moments-content ul li {
  font-family: light, sans-serif;
  font-size: 15px;
}

.about-moments .about-moments-content ul li span {
  font-family: semibold, sans-serif;
}

.newsletter {
  width: 100vw;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../assets/newsletter-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.newsletter .newsletter-content {
  width: 100vw;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 56px 0 56px 0;
}

.newsletter .newsletter-content .newsletter-content-header {
  color: #ffffff;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newsletter .newsletter-content .newsletter-content-header img {
  margin-right: 18px;
}

.newsletter .newsletter-content .newsletter-content-header p {
  margin-bottom: 0;
  font-family: light, sans-serif;
  font-size: 39px;
}

.newsletter .newsletter-content p {
  text-align: center;
  color: #ffffff;
  font-family: light, sans-serif;
  font-size: 17px;
  margin-bottom: 32px;
}

.newsletter .newsletter-content form {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newsletter .newsletter-content form .wrap-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.newsletter .newsletter-content form .wrap-input input {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  padding: 13px 0 13px 0;
}

.newsletter .newsletter-content form .wrap-input input:nth-of-type(1) {
  width: 240px;
  margin-right: 22px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: light, sans-serif;
  border: none;
}

.newsletter .newsletter-content form .wrap-input input:nth-of-type(2) {
  width: 240px;
  margin-right: 22px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: light, sans-serif;
  border: none;
}

.newsletter .newsletter-content form .wrap-input input:nth-of-type(3) {
  width: 170px;
  border: 3px solid #04b600;
  background: #04b600;
  color: #ffffff;
  border-radius: 40px;
  font-family: semibold, sans-serif;
  padding: 10px 0 10px 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.newsletter .newsletter-content form .wrap-input input:nth-of-type(3):hover {
  background: #ffffff;
  color: #04b600;
  cursor: pointer;
}

.newsletter .newsletter-content form label {
  color: #ffffff;
  font-family: light, sans-serif;
  font-size: 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsletter .newsletter-content .newsletter-info {
  color: #ffffff;
  font-family: medium, sans-serif;
  font-size: 14px;
}

.slider-brand {
  width: 100vw;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0 50px 0;
}

.slider-brand .left-arrow {
  margin-left: 20px;
  cursor: pointer;
}

.slider-brand .right-arrow {
  margin-right: 20px;
  cursor: pointer;
}

.slider-brand .slider-brand-content {
  width: 100vw;
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-brand .slider-brand-content .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-brand .slider-brand-content .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-brand .slider-brand-content .item a img {
  width: 165px;
  height: 66px;
}

.small-footer {
  width: 100vw;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px solid #ececec;
  padding: 52px 0 22px 0;
}

.small-footer .small-footer-content {
  width: 100vw;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.small-footer .small-footer-content .small-footer-content-box-last a:first-of-type {
  font-family: medium, sans-serif;
  margin-bottom: 28px;
  font-size: 16px;
  color: #636363;
}

.small-footer .small-footer-content .small-footer-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.small-footer .small-footer-content .small-footer-content-box:nth-of-type(3) a:first-of-type {
  font-family: medium, sans-serif;
  margin-bottom: 28px;
  font-size: 16px;
  color: #636363;
}

.small-footer .small-footer-content .small-footer-content-box p {
  font-family: medium, sans-serif;
  margin-bottom: 28px;
  font-size: 16px;
  color: #636363;
}

.small-footer .small-footer-content .small-footer-content-box a {
  font-family: light, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #636363;
}

.small-footer .small-footer-content .small-footer-content-box a:hover {
  color: #0064be;
}

.information-offert {
  width: 100vw;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 22px;
}

.information-offert .information-offert-content {
  width: 100vw;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-family: light, sans-serif;
  color: #636363;
}

.contact-form {
  width: 100vw;
  max-width: 100%;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 10px 0;
}

.contact-form p {
  font-family: medium, sans-serif;
  font-size: 16px;
  color: #636363;
  margin-bottom: 20px;
}

.contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-form form label {
  font-family: light, sans-serif;
  font-size: 16px;
  color: #636363;
}

.contact-form form textarea {
  width: 400px;
  font-family: light, sans-serif;
  padding: 15px 0 15px 15px;
  border: 2px solid #e3e3e3;
  border-radius: 3px;
  margin-bottom: 20px;
}

.contact-form form input {
  font-family: light, sans-serif;
  margin-bottom: 20px;
}

.contact-form form input:nth-of-type(1) {
  width: 400px;
  padding: 15px 0 15px 15px;
  border: 2px solid #e3e3e3;
  border-radius: 3px;
}

.contact-form form input:nth-of-type(2) {
  width: 400px;
  padding: 15px 0 15px 15px;
  border: 2px solid #e3e3e3;
  border-radius: 3px;
}

.contact-form form input:nth-of-type(3) {
  width: 110px;
  height: 44px;
  background: #0064be;
  color: #ffff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-appearance: none;
}

.contact-form form input:nth-of-type(3):hover {
  background: #ffffff;
  color: #0064be;
  border: 2px solid #0064be;
}

.about-as {
  width: 100vw;
  max-width: 100%;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 10px 0;
}

.about-as .about-as-content {
  width: 100vw;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-as .about-as-content h1 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
}

.about-as .about-as-content p {
  font-family: light, sans-serif;
  margin-bottom: 28px;
  font-size: 16px;
  color: #000000;
}

.about-as .about-as-content p a {
  text-decoration: none;
}

.about-as .about-as-content p a:hover {
  text-decoration: underline;
}

.footer {
  width: 100vw;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
}

.footer .footer-content {
  width: 100vw;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 82px;
}

.footer .footer-content p {
  font-family: light, sans-serif;
  font-size: 14px;
}

.footer .footer-content a {
  text-decoration: none;
  font-family: light, sans-serif;
  font-size: 14px;
  color: #636363;
}

.footer .footer-content a:hover {
  color: #0064be;
}

@media (max-width: 700px) {
  .pop-up-left, .pop-up-right {
    display: none;
  }
  .navigation {
    width: 100%;
    height: 60px;
  }
  .navigation .navigation-content img {
    display: none;
  }
  .navigation .navigation-content nav {
    width: 100%;
    height: 100%;
    max-width: 100%;
    z-index: 9999;
    background: #ffffff;
    border-bottom: 1px solid #0064be;
    height: 60px;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .navigation .navigation-content .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 5%;
  }
  .navigation .navigation-content .mobile-nav img {
    display: block;
    width: 150px;
    height: 49px;
  }
  .navigation .navigation-content .mobile-nav .hamburger-menu {
    width: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navigation .navigation-content .mobile-nav .hamburger-menu .bar {
    width: 100%;
    height: 2px;
    background: #0064be;
  }
  .navigation .navigation-content .mobile-nav .hamburger-menu .bar:nth-of-type(2) {
    margin: 8px 0;
  }
  .navigation .navigation-content ul {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .navigation .navigation-content ul::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
  .navigation .navigation-content .wrap-ul {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navigation .navigation-content ul li {
    position: relative;
    background: #ffffff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    max-width: 100%;
  }
  .navigation .navigation-content ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .navigation .navigation-content ul li a:hover {
    color: none;
    border-bottom: none;
  }
  .navigation .navigation-content #twotwo::before {
    content: '';
    position: absolute;
    top: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5%;
    width: 6px;
    height: 6px;
    background: #0064be;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .navigation .navigation-content #threethree::before {
    content: '';
    position: absolute;
    top: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5%;
    width: 6px;
    height: 6px;
    background: #0064be;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .navigation .navigation-content ul ul {
    display: none;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    padding-top: 0;
    width: 100%;
    height: auto;
    top: 10px;
    max-width: 100%;
    overflow: initial;
  }
  .navigation .navigation-content ul ul li {
    width: 100%;
    background: #e6e6e6;
    max-width: 100%;
  }
  /* .filters-range {
    height: 270px;
    padding-bottom: 20px;
  }
  .filters-range .filters-range-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: none;
  }
  .filters-range .filters-range-content .filters-range-content-box:nth-of-type(1) {
    height: 70px;
    border: none;
    width: 100%;
    border-bottom: 1px solid #267bc8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .filters-range .filters-range-content .filters-range-content-box:nth-of-type(2) {
    width: 100%;
  }
  .filters-range .filters-range-content .filters-range-content-box:nth-of-type(2) .filters-range-content-box-row:nth-of-type(2) input {
    width: 60vw;
  }
  .filters-range .filters-range-content .filters-range-content-box:nth-of-type(3) {
    width: 100%;
  }
  .filters-range .filters-range-content .filters-range-content-box:nth-of-type(3) .filters-range-content-box-row:nth-of-type(2) input {
    width: 60vw;
  } */
  .title .title-content p {
    font-size: 20px;
    text-align: center;
  }
  .filters-buttons .filters-buttons-content {
    width: 90%;
    margin-bottom: 15px;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) .label {
    width: 100%;
    cursor: pointer;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) .label span:nth-of-type(1) {
    display: none;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) .label span:nth-of-type(2) {
    display: inline-block;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) button {
    display: none;
    border-bottom: 1px solid #f5f5f5;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) button:nth-of-type(1) {
    width: 100%;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) button:nth-of-type(2) {
    width: 100%;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) button:nth-of-type(3) {
    width: 100%;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) button:nth-of-type(4) {
    width: 100%;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(2) {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
    background: #ffffff;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(2) label:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ffffff;
    color: #696868;
    font-size: 14px;
    font-family: medium, sans-serif;
    border: none;
    height: 40px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(2) label:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ffffff;
    color: #696868;
    font-size: 14px;
    font-family: medium, sans-serif;
    border: none;
    height: 40px;
    cursor: pointer;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
  }
  .last-ranking-update p {
    font-size: 10px;
  }
  .offerts {
    width: 100vw;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f5f5f5;
  }
  .offerts .last-ranking-update {
    width: 90%;
  }
  .offerts .offerts-content {
    width: 100vw;
    max-width: 1170px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offerts .offerts-content .offert-content-info {
    width: 90%;
    margin-bottom: 16px;
  }
  .offerts .offerts-content .awarded {
    margin-top: 30px !important;
    border: 2px solid #04b500;
  }
  .offerts .offerts-content .awarded::before {
    position: absolute;
    left: 50%;
    top: -30px;
    content: 'POLECANA';
    width: 105px;
    height: 30px;
    background: #04b500;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 12px;
    font-family: medium, sans-serif;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .offerts .offerts-content .offerts-content-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: white;
    margin: 24px 0 24px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.15);
    position: relative;
    width: 90%;
    margin-bottom: 5px;
  }
  .offerts .offerts-content .offerts-content-bar:hover {
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 26px;
    padding-right: 26px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 72px;
    padding: 0;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-adventages {
    display: none;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header p {
    display: none;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header a img {
    height: 66px;
    width: 165px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-in {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    font-family: medium, sans-serif;
    color: #696868;
    font-size: 10px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) {
    font-family: medium, sans-serif;
    color: #696868;
    font-size: 12px;
    height: 72px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) p {
    display: none;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a {
    display: block;
    text-decoration: none;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a {
    display: block;
    width: 160px;
    border: 3px solid #04b600;
    background: #04b600;
    color: #ffffff;
    border-radius: 40px;
    font-family: semibold, sans-serif;
    font-size: 15px;
    padding: 10px 0 10px 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a:hover {
    background: #ffffff;
    color: #04b600;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    height: 72px;
    padding: 0;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a:nth-of-type(3) {
    display: none;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .button {
    display: none;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next {
    display: none;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age {
    display: none !important;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan {
    width: 33%;
    min-width: 33%;
    max-width: 33%;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan {
    width: 33%;
    min-width: 33%;
    max-width: 33%;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan-mobile {
    width: 33%;
    min-width: 33%;
    max-width: 33%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 33%;
    min-width: 33%;
    max-width: 33%;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .tooltip-isfree-content {
    display: none;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free:hover p .tooltip-isfree .tooltip-isfree-content {
    display: inline-block;
    position: absolute;
    bottom: 24px;
    left: -195px;
    width: 250px;
    height: auto;
    background: #0064be;
    padding: 5px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) {
    font-size: 16px !important;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) span {
    margin-right: 5px;
    font-size: 14px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount img {
    width: 14px;
    height: 14px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(1), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(1), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(1), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(1), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(1) {
    font-size: 10px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(2), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(2), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(2), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(2), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(2) {
    font-size: 16px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(2) span, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(2) span, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(2) span, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(2) span, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(2) span {
    font-size: 14px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(3), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(3), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(3), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(3), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(3) {
    font-size: 10px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .button {
    width: 170px;
    border: 3px solid #04b600;
    background: #04b600;
    color: #ffffff;
    border-radius: 40px;
    font-family: semibold, sans-serif;
    font-size: 15px;
    padding: 17px 0 17px 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .button:hover {
    background: #ffffff;
    color: #04b600;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .offerts .offerts-content .description-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    font-size: 10px;
    font-family: medium, sans-serif;
    color: #696868;
    text-align: center;
  }
  .offerts .offerts-content .description-mobile .description-mobile-p {
    font-size: 10px;
    font-family: medium, sans-serif;
  }
  .offerts-add {
    width: 100vw;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f5f5f5;
  }
  .offerts-add .offerts-add-content {
    width: 100vw;
    max-width: 1170px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offerts-add .offerts-add-content .offert-content-info {
    width: 90%;
    margin-bottom: 16px;
  }
  .offerts-add .offerts-add-content .awarded {
    border: 2px solid #04b500;
  }
  .offerts-add .offerts-add-content .awarded::before {
    position: absolute;
    left: 50%;
    top: -30px;
    content: 'POLECANA';
    width: 105px;
    height: 30px;
    background: #04b500;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 12px;
    font-family: medium, sans-serif;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .offerts-add .offerts-add-content .offerts-content-bar-title {
    font-size: 20px;
    max-width: 90%;
    text-align: center;
    font-family: semibold, sans-serif;
  }
  .offerts-add .offerts-add-content .offerts-content-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: white;
    margin: 24px 0 24px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.15);
    position: relative;
    width: 90%;
    margin-bottom: 5px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar:hover {
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 26px;
    padding-right: 26px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 72px;
    padding: 0;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-adventages {
    display: none;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header p {
    display: none;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header a img {
    height: 66px;
    width: 165px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-in {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    font-family: medium, sans-serif;
    color: #696868;
    font-size: 10px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) {
    font-family: medium, sans-serif;
    color: #696868;
    font-size: 12px;
    height: 72px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) p {
    display: none;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a {
    display: block;
    text-decoration: none;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a {
    display: block;
    width: 160px;
    border: 3px solid #04b600;
    background: #04b600;
    color: #ffffff;
    border-radius: 40px;
    font-family: semibold, sans-serif;
    font-size: 15px;
    padding: 10px 0 10px 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a:hover {
    background: #ffffff;
    color: #04b600;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    height: 72px;
    padding: 0;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a:nth-of-type(3) {
    display: none;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .button {
    display: none;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next {
    display: none;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age {
    display: none !important;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan {
    width: 33%;
    min-width: 33%;
    max-width: 33%;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan {
    width: 33%;
    min-width: 33%;
    max-width: 33%;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan-mobile {
    width: 33%;
    min-width: 33%;
    max-width: 33%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 33%;
    min-width: 33%;
    max-width: 33%;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .tooltip-isfree-content {
    display: none;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free:hover p .tooltip-isfree .tooltip-isfree-content {
    display: inline-block;
    position: absolute;
    bottom: 24px;
    left: -195px;
    width: 250px;
    height: auto;
    background: #0064be;
    padding: 5px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) {
    font-size: 16px !important;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) span {
    font-size: 14px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount img {
    width: 14px;
    height: 14px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(1), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(1), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(1), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(1), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(1) {
    font-size: 10px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(2), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(2), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(2), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(2), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(2) {
    font-size: 16px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(2) span, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(2) span, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(2) span, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(2) span, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(2) span {
    font-size: 14px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(3), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(3), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(3), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(3), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .age p:nth-of-type(3) {
    font-size: 10px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a {
    width: 170px;
    border: 3px solid #04b600;
    background: #04b600;
    color: #ffffff;
    border-radius: 40px;
    font-family: semibold, sans-serif;
    font-size: 15px;
    padding: 17px 0 17px 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a:hover {
    background: #ffffff;
    color: #04b600;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .offerts-add .offerts-add-content .description-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    font-size: 10px;
    font-family: medium, sans-serif;
    color: #696868;
    text-align: center;
  }
  .adventage-our-loans .adventage-our-loans-content {
    width: 90%;
  }
  .adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-header {
    height: auto;
    padding: 20px 0 20px 0;
    width: 100%;
  }
  .adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-header p {
    text-align: center;
    font-size: 26px;
  }
  .adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-row .box {
    width: 100%;
  }
  .adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-row .box:nth-of-type(2) .box-img {
    padding-right: 10px;
  }
  .adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-row .box p:nth-of-type(2) {
    margin-bottom: 40px;
  }
  .opinion .opinion-content {
    width: 90%;
  }
  .opinion .opinion-content .opinion-content-header {
    width: 100%;
    text-align: center;
  }
  .opinion .opinion-content .opinion-content-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .opinion .opinion-content .opinion-content-slider .opinion-content-slider-box {
    width: 80%;
  }
  .opinion .opinion-content .opinion-content-slider .opinion-content-slider-box:nth-of-type(2) {
    display: none;
  }
  .opinion .opinion-content .opinion-content-slider .opinion-content-slider-box:nth-of-type(3) {
    display: none;
  }
  .about-moments .about-moments-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 90%;
  }
  .newsletter {
    background-image: none;
    background: #1c64bc;
  }
  .newsletter .newsletter-content {
    padding: 56px 0 56px 0;
  }
  .newsletter .newsletter-content p {
    width: 90%;
  }
  .newsletter .newsletter-content form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsletter .newsletter-content form .wrap-input {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsletter .newsletter-content form .wrap-input input:nth-of-type(1) {
    width: 90%;
    margin: 0;
    margin-bottom: 15px;
  }
  .newsletter .newsletter-content form .wrap-input input:nth-of-type(2) {
    width: 90%;
    margin: 0;
    margin-bottom: 15px;
  }
  .newsletter .newsletter-content form .wrap-input input:nth-of-type(3) {
    width: 90%;
    -webkit-appearance: none;
  }
  .newsletter .newsletter-content form label {
    width: 90%;
  }
  .newsletter .newsletter-content .newsletter-info {
    width: 90% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newsletter .newsletter-content .newsletter-info p {
    margin-bottom: 0;
  }
  .slider-brand {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slider-brand .slider-brand-content .item a img {
    width: 140px;
    height: 56px;
  }
  .slider-brand .left-arrow, .slider-brand .right-arrow {
    display: none;
  }
  .small-footer .small-footer-content {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .small-footer .small-footer-content .small-footer-content-box:nth-of-type(1), .small-footer .small-footer-content .small-footer-content-box:nth-of-type(2) {
    margin-bottom: 50px;
  }
  .small-footer .small-footer-content .small-footer-content-box:nth-of-type(1) p, .small-footer .small-footer-content .small-footer-content-box:nth-of-type(2) p {
    margin-bottom: 8px;
  }
  .small-footer .small-footer-content .small-footer-content-box:nth-of-type(1) a:first-of-type, .small-footer .small-footer-content .small-footer-content-box:nth-of-type(2) a:first-of-type {
    margin: 0;
    margin: 10px 0 0px 0;
  }
  .small-footer .small-footer-content .small-footer-content-box:nth-of-type(3) {
    margin-bottom: 0px;
  }
  .small-footer .small-footer-content .small-footer-content-box:nth-of-type(3) a:nth-of-type(1) {
    margin-bottom: 8px;
  }
  .small-footer .small-footer-content .small-footer-content-box:nth-of-type(3) a:nth-of-type(2) {
    margin: 0;
    margin: 10px 0 0px 0;
  }
  .information-offert .information-offert-content {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-form {
    padding: 0 5%;
  }
  .contact-form form {
    width: 100%;
  }
  .contact-form form input:nth-of-type(1) {
    width: 100%;
  }
  .contact-form form input:nth-of-type(2) {
    width: 100%;
  }
  .contact-form form textarea {
    width: 100%;
  }
  .about-as .about-as-content {
    width: 90%;
  }
  .footer .footer-content {
    width: 90%;
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .pop-up-left, .pop-up-right {
    display: none;
  }
  .navigation .navigation-content {
    width: 100vw;
    max-width: 900px;
  }
  /* .filters-range .filters-range-content {
    width: 100vw;
    max-width: 900px;
  }
  .filters-range .filters-range-content .filters-range-content-box:nth-of-type(1) {
    width: 150px;
  }
  .filters-range .filters-range-content .filters-range-content-box:nth-of-type(2) .filters-range-content-box-row:nth-of-type(2) input {
    width: 220px;
  }
  .filters-range .filters-range-content .filters-range-content-box:nth-of-type(3) .filters-range-content-box-row:nth-of-type(2) input {
    width: 220px;
  } */
  .title .title-content {
    width: 100vw;
    max-width: 900px;
  }
  .filters-buttons .filters-buttons-content {
    width: 100vw;
    max-width: 900px;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) button:nth-of-type(2) {
    width: 200px;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) button:nth-of-type(3) {
    width: 170px;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) button:nth-of-type(4) {
    width: 120px;
  }
  .offerts .last-ranking-update {
    width: 100vw;
    max-width: 900px;
  }
  .offerts .age {
    display: none !important;
  }
  .offerts .offerts-content {
    width: 100vw;
    max-width: 900px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .offerts .offerts-content .is-free-next {
    display: none !important;
  }
  .offerts-add .age {
    display: none !important;
  }
  .offerts-add .offerts-add-content {
    width: 100vw;
    max-width: 900px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .offerts-add .offerts-add-content .is-free-next {
    display: none !important;
  }
  .offerts-add .offerts-add-content .offerts-content-bar-title {
    font-family: semibold, sans-serif;
  }
  .adventage-our-loans .adventage-our-loans-content {
    width: 100vw;
    max-width: 875px;
  }
  .adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-header {
    width: 100vw;
    max-width: 875px;
  }
  .adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-row .box {
    width: 46%;
  }
  .opinion .opinion-content {
    width: 100vw;
    max-width: 900px;
  }
  .opinion .opinion-content .opinion-content-slider .opinion-content-slider-box {
    width: 275px;
  }
  .about-moments .about-moments-content {
    width: 100vw;
    max-width: 900px;
  }
  .about-moments .about-moments-content .about-moments-content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-moments .about-moments-content .about-moments-content-row .about-moments-content-row-left {
    width: 425px;
  }
  .about-moments .about-moments-content .about-moments-content-row .about-moments-content-row-right {
    width: 400px;
  }
  .newsletter .newsletter-content {
    width: 100vw;
    max-width: 900px;
  }
  .slider-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slider-brand .left-arrow {
    display: none;
  }
  .slider-brand .right-arrow {
    display: none;
  }
  .slider-brand .slider-brand-content {
    width: 100vw;
    max-width: 875px;
  }
  .small-footer .small-footer-content {
    width: 100vw;
    max-width: 900px;
  }
  .small-footer .small-footer-content .small-footer-content-box {
    width: 200px;
  }
  .small-footer .small-footer-content .small-footer-content-box:nth-of-type(4) {
    display: none;
  }
  .information-offert .information-offert-content {
    width: 100vw;
    max-width: 900px;
  }
  .footer .footer-content {
    width: 100vw;
    max-width: 900px;
  }
}

@media (min-width: 701px) and (max-width: 899px) {
  .pop-up-left, .pop-up-right {
    display: none;
  }
  .navigation {
    width: 100%;
    height: 60px;
  }
  .navigation .navigation-content img {
    display: none;
  }
  .navigation .navigation-content nav {
    width: 100%;
    height: 100%;
    max-width: 100%;
    z-index: 9999;
    background: #ffffff;
    border-bottom: 1px solid #0064be;
    height: 60px;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .navigation .navigation-content .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 5%;
  }
  .navigation .navigation-content .mobile-nav img {
    display: block;
    width: 150px;
    height: 49px;
  }
  .navigation .navigation-content .mobile-nav .hamburger-menu {
    width: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navigation .navigation-content .mobile-nav .hamburger-menu .bar {
    width: 100%;
    height: 2px;
    background: #0064be;
  }
  .navigation .navigation-content .mobile-nav .hamburger-menu .bar:nth-of-type(2) {
    margin: 8px 0;
  }
  .navigation .navigation-content ul {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .navigation .navigation-content ul::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
  .navigation .navigation-content .wrap-ul {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navigation .navigation-content ul li {
    position: relative;
    background: #ffffff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    max-width: 100%;
  }
  .navigation .navigation-content ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .navigation .navigation-content ul li a:hover {
    color: none;
    border-bottom: none;
  }
  .navigation .navigation-content #twotwo::before {
    content: '';
    position: absolute;
    top: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5%;
    width: 6px;
    height: 6px;
    background: #0064be;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .navigation .navigation-content #threethree::before {
    content: '';
    position: absolute;
    top: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5%;
    width: 6px;
    height: 6px;
    background: #0064be;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .navigation .navigation-content ul ul {
    display: none;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    padding-top: 0;
    width: 100%;
    height: auto;
    top: 10px;
    max-width: 100%;
    overflow: initial;
  }
  .navigation .navigation-content ul ul li {
    width: 100%;
    background: #e6e6e6;
    max-width: 100%;
  }
  /* .filters-range {
    height: auto;
  }
  .filters-range .filters-range-content {
    width: 100vw;
    max-width: 900px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: none;
  }
  .filters-range .filters-range-content .filters-range-content-box:nth-of-type(1) {
    width: 300px;
    height: 60px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #2c93f0;
    width: 100%;
  }
  .filters-range .filters-range-content .filters-range-content-box:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .filters-range .filters-range-content .filters-range-content-box:nth-of-type(2) .filters-range-content-box-row:nth-of-type(2) input {
    width: 480px;
  }
  .filters-range .filters-range-content .filters-range-content-box:nth-of-type(3) {
    margin-bottom: 20px;
  }
  .filters-range .filters-range-content .filters-range-content-box:nth-of-type(3) .filters-range-content-box-row:nth-of-type(2) input {
    width: 480px;
  } */
  .title .title-content {
    width: 100vw;
    max-width: 900px;
  }
  .filters-buttons .filters-buttons-content {
    width: 100vw;
    max-width: 90%;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) .label {
    width: 100%;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) .label span:nth-of-type(1) {
    display: none;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) .label span:nth-of-type(2) {
    display: block;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) button {
    display: none;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) button:nth-of-type(1) {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) button:nth-of-type(2) {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) button:nth-of-type(3) {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(1) button:nth-of-type(4) {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(2) {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
    background: #ffffff;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(2) label:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ffffff;
    color: #696868;
    font-size: 14px;
    font-family: medium, sans-serif;
    border: none;
    height: 40px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
  }
  .filters-buttons .filters-buttons-content .filters-buttons-content-row:nth-of-type(2) label:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ffffff;
    color: #696868;
    font-size: 14px;
    font-family: medium, sans-serif;
    border: none;
    height: 40px;
    cursor: pointer;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
  }
  .offerts {
    width: 100vw;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f5f5f5;
  }
  .offerts .last-ranking-update {
    max-width: 90%;
  }
  .offerts .offerts-content {
    width: 100vw;
    max-width: 1170px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offerts .offerts-content .offert-content-info {
    width: 90%;
    margin-bottom: 20px;
  }
  .offerts .offerts-content .awarded {
    border: 2px solid #04b500;
  }
  .offerts .offerts-content .awarded::before {
    position: absolute;
    left: 50%;
    top: -30px;
    content: 'POLECANA';
    width: 105px;
    height: 30px;
    background: #04b500;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 12px;
    font-family: medium, sans-serif;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .offerts .offerts-content .offerts-content-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: white;
    margin: 24px 0 24px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.15);
    position: relative;
    width: 90%;
    margin-bottom: 5px;
  }
  .offerts .offerts-content .offerts-content-bar:hover {
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 26px;
    padding-right: 26px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 72px;
    padding: 0;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-adventages {
    display: none;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header p {
    display: none;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header a img {
    height: 66px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars {
    position: relative;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-info p {
    display: block;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-tooltip {
    display: none;
    position: absolute;
    top: -150%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    background: white !important;
    width: 150px;
    text-align: center;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) {
    font-family: medium, sans-serif;
    color: #696868;
    font-size: 12px;
    height: 68px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) p {
    display: none;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a {
    display: block;
    text-decoration: none;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a {
    display: block;
    width: 170px;
    border: 3px solid #04b600;
    background: #04b600;
    color: #ffffff;
    border-radius: 40px;
    font-family: semibold, sans-serif;
    font-size: 15px;
    padding: 12px 0 12px 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a:hover {
    background: #ffffff;
    color: #04b600;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    height: 78px;
    padding: 0;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a:nth-of-type(3) {
    display: none;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .button {
    display: none;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next {
    display: none;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(1), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(1), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(1) {
    font-size: 12px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(2), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(2), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(2) {
    font-size: 18px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(2) span, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(2) span, .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(2) span {
    font-size: 16px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(3), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(3), .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(3) {
    font-size: 12px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(1) {
    font-size: 12px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p .tooltip-isfree .tooltip-isfree-content {
    display: none;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p .tooltip-isfree:hover .tooltip-isfree-content {
    display: inline-block;
    position: absolute;
    bottom: 24px;
    left: -200px;
    width: 250px;
    height: auto;
    background: #0064be;
    padding: 5px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) {
    font-size: 18px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) span {
    font-size: 16px;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a button {
    width: 170px;
    border: 3px solid #04b600;
    background: #04b600;
    color: #ffffff;
    border-radius: 40px;
    font-family: semibold, sans-serif;
    font-size: 15px;
    padding: 17px 0 17px 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .offerts .offerts-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a button:hover {
    background: #ffffff;
    color: #04b600;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .offerts .offerts-content .description-mobile {
    font-family: medium, sans-serif;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offerts .offerts-content .description-mobile .description-mobile-p {
    -webkit-text-size-adjust: none;
    font-family: medium, sans-serif;
    font-size: 12px;
    color: #696868;
    text-align: center;
  }
  .offerts-add {
    width: 100vw;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f5f5f5;
  }
  .offerts-add .offerts-add-content {
    width: 100vw;
    max-width: 1170px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offerts-add .offerts-add-content .offert-content-info {
    width: 90%;
    margin-bottom: 20px;
  }
  .offerts-add .offerts-add-content .awarded {
    border: 2px solid #04b500;
  }
  .offerts-add .offerts-add-content .awarded::before {
    position: absolute;
    left: 50%;
    top: -30px;
    content: 'POLECANA';
    width: 105px;
    height: 30px;
    background: #04b500;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 12px;
    font-family: medium, sans-serif;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .offerts-add .offerts-add-content .offerts-content-bar-title {
    font-size: 26px;
    font-family: semibold, sans-serif;
  }
  .offerts-add .offerts-add-content .offerts-content-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: white;
    margin: 24px 0 24px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.15);
    position: relative;
    width: 90%;
    margin-bottom: 5px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar:hover {
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 26px;
    padding-right: 26px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 72px;
    padding: 0;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-adventages {
    display: none;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header p {
    display: none;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header a img {
    height: 66px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars {
    position: relative;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .wrap-stars-info p {
    display: block;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(1) .offerts-content-bar-row-left-header .wrap-stars .ws-tooltip {
    display: none;
    position: absolute;
    top: -150%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    background: white !important;
    width: 150px;
    text-align: center;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) {
    font-family: medium, sans-serif;
    color: #696868;
    font-size: 12px;
    height: 68px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) p {
    display: none;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a {
    display: block;
    text-decoration: none;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a {
    display: block;
    width: 170px;
    border: 3px solid #04b600;
    background: #04b600;
    color: #ffffff;
    border-radius: 40px;
    font-family: semibold, sans-serif;
    font-size: 15px;
    padding: 12px 0 12px 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(3) a:hover {
    background: #ffffff;
    color: #04b600;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    height: 78px;
    padding: 0;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a:nth-of-type(3) {
    display: none;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .button {
    display: none;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free-next {
    display: none;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(1), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(1), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(1) {
    font-size: 12px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(2), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(2), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(2) {
    font-size: 18px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(2) span, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(2) span, .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(2) span {
    font-size: 16px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .first-loan p:nth-of-type(3), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .period p:nth-of-type(3), .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .next-loan p:nth-of-type(3) {
    font-size: 12px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p:nth-of-type(1) {
    font-size: 12px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p .tooltip-isfree .tooltip-isfree-content {
    display: none;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free p .tooltip-isfree:hover .tooltip-isfree-content {
    display: inline-block;
    position: absolute;
    bottom: 24px;
    left: -200px;
    width: 250px;
    height: auto;
    background: #0064be;
    padding: 5px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) {
    font-size: 18px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) .is-free .is-free-amount p:nth-of-type(1) span {
    font-size: 16px;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a button {
    width: 170px;
    border: 3px solid #04b600;
    background: #04b600;
    color: #ffffff;
    border-radius: 40px;
    font-family: semibold, sans-serif;
    font-size: 15px;
    padding: 17px 0 17px 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .offerts-add .offerts-add-content .offerts-content-bar .offerts-content-bar-row:nth-of-type(2) a button:hover {
    background: #ffffff;
    color: #04b600;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.4);
  }
  .offerts-add .offerts-add-content .description-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offerts-add .offerts-add-content .description-mobile p {
    -webkit-text-size-adjust: none;
    font-size: 12px;
    font-family: medium, sans-serif;
    color: #696868;
    text-align: center;
  }
  .adventage-our-loans .adventage-our-loans-content {
    width: 100vw;
    max-width: 700px;
  }
  .adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-row .box {
    width: 100%;
  }
  .adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-row .box p:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .adventage-our-loans .adventage-our-loans-content .adventage-our-loans-content-header {
    width: 100vw;
    max-width: 700px;
  }
  .opinion .opinion-content {
    width: 100vw;
    max-width: 900px;
  }
  .opinion .opinion-content .opinion-content-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .opinion .opinion-content .opinion-content-slider .opinion-content-slider-box {
    width: 400px;
  }
  .opinion .opinion-content .opinion-content-slider .opinion-content-slider-box:nth-of-type(2), .opinion .opinion-content .opinion-content-slider .opinion-content-slider-box:nth-of-type(3) {
    display: none;
  }
  .about-moments .about-moments-content {
    width: 100vw;
    max-width: 90%;
  }
  .about-moments .about-moments-content .about-moments-content-row:nth-of-type(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsletter .newsletter-content {
    width: 100vw;
    max-width: 900px;
  }
  .newsletter .newsletter-content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .newsletter .newsletter-content form .wrap-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .newsletter .newsletter-content form .wrap-input input:nth-of-type(1) {
    width: 80%;
    margin: 0;
    margin-bottom: 20px;
  }
  .newsletter .newsletter-content form .wrap-input input:nth-of-type(2) {
    margin: 0;
    width: 80%;
    margin-bottom: 20px;
  }
  .newsletter .newsletter-content form .wrap-input input:nth-of-type(3) {
    width: 80%;
    margin: 0;
  }
  .newsletter .newsletter-content form label {
    width: 80%;
  }
  .slider-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slider-brand .left-arrow {
    display: none;
  }
  .slider-brand .right-arrow {
    display: none;
  }
  .slider-brand .slider-brand-content {
    width: 100vw;
    max-width: 700px;
  }
  .small-footer .small-footer-content {
    width: 100vw;
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .small-footer .small-footer-content .small-footer-content-box {
    width: 200px;
    margin-bottom: 20px;
  }
  .small-footer .small-footer-content .small-footer-content-box:nth-of-type(4) {
    margin-bottom: 0;
  }
  .information-offert .information-offert-content {
    width: 100vw;
    max-width: 90%;
  }
  .footer .footer-content {
    width: 100vw;
    max-width: 90%;
  }
}
/*# sourceMappingURL=style.css.map */