@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDDshRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79P0U.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh4Ok.ttf) format('truetype');
}
html {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
body {
  min-width:240px;
  padding: 0;
  margin: 0;
  background: #fff;
  font-weight: 400;
  line-height: 1.75;
  color: #656464;
}

@media screen and (min-width: 340px) {
body {
overflow-x:hidden;
}
}

.body {
  background: #ffffff;
  background-size: contain;
}
.row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.container {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
header {
  font-size: 1.25rem;
  color: #fff;
}
.showcase .logo {
  display: flex;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
}
.showcase .logo img {
  width: auto;
  height: 4rem;
}
.showcase .logo img.logo_mark {
  height: 3.5rem;
}
.btn {
  height: 3.5rem;
  background: var(--btn-hover-color);
  color: #fff;
  font-size: 0.85rem;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem 0 0;
  margin: 0;
  border-radius: 1.75rem;
  text-transform: uppercase;
  position: relative;
}
.btn:before {
  content: '';
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px #fff solid;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.btn:after {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  position: absolute;
  top: 1.4em;
  right: 1.5rem;
  transform: rotate(45deg);
}
.btn:hover {
  background: var(--btn-active-color);
  color: #fff;
}
.showcase {
  padding-bottom: 5rem;
  color:#fff;
}
.showcase h2 {
  padding: 0 0 0.5rem;
  margin: 0;
  font-size: 2.5rem;
}
.showcase .h2_desc {
  text-transform: none;
  font-size: 1.5rem;
}
.showcase .showcase_btn {
  padding-left: 0rem;
}
.showcase .showcase_list .col-12,
.showcase .showcase_list .col-6 {
  align-items: stretch;
  display: flex;
}
.showcase .showcase_list span {
  display: block;
}
.showcase .showcase_list span.row {
  display: flex;
  align-items: center;
}
.showcase .showcase_list span.col_item_logo {
  flex: 0 0 30%;
  max-width: 30%;
}
.showcase .showcase_list span.col_item_param {
  flex: 0 0 20%;
  max-width: 20%;
}
.showcase .showcase_list span.col_item_desc {
  flex: 0 0 25%;
  max-width: 25%;
}
.showcase .showcase_list span.col_item_btn {
  flex: 0 0 25%;
  max-width: 25%;
}
.showcase .showcase_list .showcase_item {
  display: block;
  padding: 1.8rem 2rem;
  border-radius: 0.5rem;
  color: #000;
  font-size: 0.8rem;
  width: 100%;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
  position: relative;
}
.showcase .showcase_list .showcase_item:hover {
  color: #000;
  text-decoration: none;
  border-color: var(--btn-active-color);
}
.showcase .showcase_list .showcase_item:hover .showcase_mark {
  background: var(--btn-active-color);
}
.showcase .showcase_list .showcase_item:hover .btn {
  background: var(--btn-active-color);
}
.showcase .showcase_list .showcase_mark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--btn-hover-color);
  color: #fff;
  text-transform: uppercase;
  border-radius: 0 0 0.5rem 0;
  padding: 0.5rem 1rem;
  line-height: 1;
  font-size: 0.85rem;
  z-index: 3;
}
.showcase .showcase_list .showcase_logo {
  display: flex;
  width: 100%;
  align-items: center;
  height: 4rem;
}
.showcase .showcase_list .showcase_logo img {
  width: auto;
  height: 5rem;
  padding-top: 15px;
  max-width: 100% ;
}
.showcase .showcase_list .showcase_desc {
  font-size: 0.95rem;
  line-height: 1.25;
  width: 100%;
  font-weight: 400;
  opacity: 0.8;
}
.showcase .showcase_list .showcase_desc .text-uppercase {
  font-weight: 700;
}
.showcase .showcase_list .showcase_param .param {
  display: flex;
  justify-content: space-between;
  height: 1.3rem;
  align-items: center;
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem;
}
.showcase .showcase_list .showcase_param .param .name span {
  opacity: 0.5;
  padding-left: 1.5rem;
}
.showcase .showcase_list .showcase_param .param:before {
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.showcase .showcase_list .showcase_param .param.param_amount_up_to:before {
  background-image: url(../img/icons/coins.svg);
}
.showcase .showcase_list .showcase_param .param.param_approval_time_from:before {
  background-image: url(../img/icons/rocket.svg);
}
.showcase .showcase_list .showcase_param .param.param_range_age:before {
  background-image: url(../img/icons/user.svg);
}
.showcase .showcase_list .btn {
  display: flex;
  font-size: 1rem;
}
.address_items {
  padding: 0 0 3rem;
}
.address_items h2 {
  padding: 0 0 2rem;
  margin: 0;
  text-align: center;
  color: #000;
  font-size: 2rem;
  font-weight: 600;
}
.address_items .row {
  margin: 0;
}
.address_items .col-12,
.address_items .col-6 {
  display: flex;
  align-items: stretch;
  padding: 0;
}
.address_items .address_item {
  padding: 2rem 2rem;
  background: #fff;
  border: 1px #efefef solid;
  width: 100%;
  font-size: 0.8rem;
  text-decoration: none;
  display: block;
  color: black;
}
.address_items .address_item:hover {
  color: black;
  text-decoration: none;
  border-color: var(--btn-hover-color);
}
.address_items .address_item .name {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.address_items .address_item .description {
  padding-bottom: 1rem;
  border-bottom: 1px var(--border-color) solid;
}
.address_items .address_item .ad_param {
  margin-top: 0.8rem;
  line-height: 1.5;
}
.address_items .address_item .ad_param_description {
  font-size: 0.875rem;
  font-weight: 400;
}
.faq_items {
  padding: 5rem 0;
}
.faq_items h2 {
  padding: 0 0 2rem;
  margin: 0;
  text-align: center;
  color: #000;
  font-size: 2rem;
  font-weight: 600;
}
.faq_items .faq_list {
  padding: 2.5rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}
.faq_items .faq_item {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px var(--border-color) solid;
  line-height: 1.5;
}
.faq_items .faq_item .name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.faq_items .faq_item ul {
  margin-top: 1.5rem;
}
.faq_items .faq_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  bottom: 0;
}
.refuse_section {
  padding-bottom: 5rem;
}
.refuse_section h2 {
  margin-bottom: 1.5rem;
  padding-right: 3rem;
}
.refuse_section .h2_desc {
  padding-right: 3rem;
}
.refuse_section .refuse_list ul {
  padding: 0;
  margin: 0;
  display: block;
}
.refuse_section .refuse_list ul li {
  display: block;
  padding-bottom: 1.5rem;
  margin: 0;
  position: relative;
  padding-left: 2rem;
}
.refuse_section .refuse_list ul li:before {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--btn-hover-color);
  position: absolute;
  content: '';
  display: block;
  top: 6px;
  left: 0;
  z-index: 1;
}
.refuse_section .refuse_list ul li:after {
  width: 1px;
  height: calc(102%);
  background: var(--border-color);
  position: absolute;
  content: '';
  display: block;
  top: 6px;
  left: 8px;
  z-index: 0;
}
.refuse_section .refuse_list ul li:last-child {
  padding-bottom: 0;
}
.refuse_section .refuse_list ul li:last-child:after {
  display: none;
}
.no_refuse_section {
  padding-bottom: 5rem;
  overflow: hidden;
}
.no_refuse_section h2 {
  margin-bottom: 1.5rem;
}
.no_refuse_section .no_refuse_img {
  position: relative;
  margin-right: 3rem;
}
.no_refuse_section .no_refuse_img:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px var(--border-color) solid;
  z-index: 0;
  border-radius: 1rem;
  top: 1rem;
  left: -1rem;
  display: block;
  position: absolute;
}
.no_refuse_section .no_refuse_img img {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 1rem;
}
.icons_section {
  color: black;
  background: #f4f5fe;
  text-align: center;
}
.icons_section h2 {
  color: var(--btn-active-color);
  margin-bottom: 2rem;
}
.icons_section .vote_item {
  margin-top: 2rem;
  color: black;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}
.icons_section .vote_item b {
  font-weight: 700;
}
.icons_section .vote_item .desc {
  padding: 0 1.5rem;
}
.icons_section .vote_item .icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1rem;
}
.icons_section .vote_item .icon svg,
.icons_section .vote_item .icon img {
  width: 100%;
  height: auto;
}
.icons_section .vote_item .icon .tpl-path-accent2_stroke {
  stroke: #05be44 !important;
}
.icons_section .vote_item .icon .tpl-path-accent_most-lighter {
  fill: #f4f5fe !important;
}
.icons_section .vote_item .icon .tpl-path-accent2 {
  fill: #05be44 !important;
}
.icons_section .vote_item .icon .tpl-path-accent_lighter {
  fill: #b6dcff !important;
}
.icons_section .vote_item .icon .tpl-path-accent {
  fill: var(--btn-hover-color) !important;
}
.icons_section.steps_section {
  padding: 5rem 0;
}
.icons_section.steps_section .icon1 {
  width: auto;
  height: auto;
}
.footer_section {
  padding: 5rem 0 5rem;
  font-size: 14px;
  color: #616060;
  line-height: 1.5;
}
.footer_section h2 {
  margin-bottom: 2.5rem;
  font-size: 2.15rem;
  font-weight: 400;
}
.footer_section h3 {
  margin: 2rem 0 1.15rem;
  font-size: 1rem;
}
footer {
  background: var(--btn-hover-color);
  padding: 1.5rem 0;
  font-size: 0.85rem;
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: var(--main-color);
  text-decoration: none;
}
footer ul {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
  color: #fff;
}
footer ul li {
  display: block;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  border-right: 1px var(--lenders-bg) solid;
}
footer ul li:last-child {
  padding-right: 0;
  margin: 0;
  border: none;
}
footer .footer_copy {
  opacity: 0.5;
}
.inner_page {
  padding: 2.5rem 0;
}
h3,
h4 {
  margin: 3rem 0 1.5rem;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table td {
  padding: 1rem;
  border: 1px var(--border-color) solid;
}
.toggle_class {
  cursor: pointer;
}
@keyframes fly_view {
  0%,
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fly_box {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: -0.5rem -0.5rem 1rem rgba(0, 0, 0, 0.1);
  z-index: 99;
  display: none;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  max-width: 100%;
  width: 30rem;
  font-size: 0.875rem;
  line-height: 1.4;
  animation: fly_view 7s linear;
}
.fly_box.active {
  display: block;
}
.fly_box:hover {
  color: #000;
  text-decoration: none;
}
.fly_box .fly_item {
  display: block;
  background: linear-gradient(to top, rgba(115, 220, 244, 0.5), #ffffff);
  padding: 1.5rem 2rem;
  color: #111;
  text-decoration: none;
}
.fly_box .fly_item:hover {
  color: #111;
  text-decoration: none;
}
.fly_box .fly_item .row {
  align-items: center;
}
.fly_box .fly_logo img {
  width: 100%;
  height: auto;
}
.fly_box .fle_param {
  font-weight: 400;
}
.fly_box .fle_param b {
  font-weight: 700;
}
.fly_box .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .showcase .showcase_list .showcase_btn {
    padding-left: 0;
  }
  .showcase .showcase_list .btn {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 991px) {
  .container {
    width: 100%;
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .showcase .h2_desc {
    font-size: 1.25rem;
  }
  .showcase .showcase_btn {
    padding-left: 0;
  }
  .showcase .showcase_list .showcase_item {
    padding: 2rem 1.5rem;
  }
  .showcase .showcase_list span.col_item_logo {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .showcase .showcase_list span.col_item_param {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .showcase .showcase_list span.col_item_desc {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .showcase .showcase_list span.col_item_btn {
    flex: 0 0 30%;
    max-width: 30%;
    margin-left: 40%;
    margin-top: 1rem;
  }
  .showcase .showcase_list .btn {
    padding: 0;
    font-size: 0.8rem;
  }
  .showcase .showcase_list .btn:before {
    display: none;
  }
  .showcase .showcase_list .btn:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .showcase h2 {
    font-size: 2rem;
  }
  .showcase .showcase_list .showcase_param {
    padding: 1rem 0 1.5rem;
  }
  .showcase .showcase_list .btn {
    font-size: 1.25rem;
  }
  .showcase .showcase_list .btn:before,
  .showcase .showcase_list .btn:after {
    display: block;
  }
  .showcase .showcase_list .btn:after {
    top: 1.4rem;
  }
  .showcase .showcase_list span.col_item_logo {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .showcase .showcase_list span.col_item_param {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .showcase .showcase_list span.col_item_desc {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .showcase .showcase_list span.col_item_btn {
    flex: 0 0 60%;
    max-width: 60%;
    margin-left: 20%;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 579px) {
  header .logo {
    justify-items: center;
  }
  .showcase h2 {
    font-size: 1.6rem;
  }
  .showcase h2 span {
    font-size: 1.5rem;
  }
  .showcase .h2_desc {
    line-height: 1.15;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 1.32rem;
  }
  .showcase .showcase_list {
    text-align: center;
  }
  .showcase .showcase_list span.col_item_logo {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .showcase .showcase_list span.col_item_param {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-items: center;
    justify-content: center;
    width: 100%;
  }
  .showcase .showcase_list span.col_item_desc {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .showcase .showcase_list span.col_item_btn {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .fly_box {
    right: 1rem;
    left: 1rem;
    bottom: 1rem;
    border-radius: 0;
    width: auto;
  }
  .fly_box .fle_param {
    text-align: left;
    display: block;
    padding: 0.5rem 1rem 0;
  }
  .fly_box .fly_logo {
    padding-bottom: 1rem;
  }
  .fly_box .fly_logo img {
    width: 150px;
  }
}
@media screen and (max-width: 480px) {
  header {
    position: relative;
  }
  header .logo {
    text-align: center;
    justify-content: left;
  }
  header .logo_mark {
    position: absolute;
    top: 7rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .showcase .showcase_list .showcase_param {
    margin: 0;
  }
  .showcase .showcase_list .showcase_desc {
    padding-bottom: 1.5rem;
    text-align: left;
  }
  .showcase .showcase_list .btn {
    font-size: 1rem;
    padding-right: 1.5rem;
  }
  .showcase .showcase_list .btn:after {
    top: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .showcase .showcase_list .btn {
    padding: 0;
  }
  .showcase .showcase_list .btn:before {
    display: none;
  }
  .showcase .showcase_list .btn:after {
    right: 1rem;
    display: none;
  }
}


/* New #7aa819*/
.main_text {
  background:linear-gradient(134.99deg,#00479d 0,#7aa819 100%); 
  margin-bottom:2rem;
  padding:1rem 0 2.5rem
}

.offers {
  flex: 1;
}

@media all and (min-width:390px) and (max-width:459.98px){
  .offers {
    min-width: 140px;
  }
}
@media all and (min-width:460px) and (max-width:639.98px){
  .offers {
    min-width: 200px;
    max-width: 295px;
  }
}

@media all and (min-width:640px){
  .offers {
    min-width: 300px;
    max-width: 360px;
  }
}

@media all and (min-width:1190px){
  .offers:nth-child(3n+2){
    margin-left:2rem;
    margin-right:2rem;
  }
}

@media all and (max-width:1189.98px){
  .offers:nth-child(2n){
    margin-left:1rem;
  }
}


@media all and (max-width:639.98px){
  .showcase .showcase_list {
    text-align: left;
  }
}
.showcase_param{
  padding:1rem 0;
}

.param.param_approval_time_from{
  padding-top:1.5rem;
  padding-bottom:1.5rem;
}

.showcase_desc{
  padding-bottom:1.5rem;
}

@media all and (max-width:639.98px){
  .showcase .showcase_list .showcase_mark {
    text-transform:none;
  }
}
@media all and (max-width:639.98px){
  .showcase .showcase_list .showcase_logo img {
    height: 42px;
    padding-top: 5px;
  }
}

@media all and (max-width:639.98px){
  .showcase .showcase_list .showcase_param .param {
    padding-left:0;
    font-size:0.8rem;
  }
}

@media all and (max-width:639.98px){
  .showcase .showcase_list .showcase_param .param::before {
    display:none;
  }
}

@media all and (max-width:639.98px){
  .showcase .showcase_list .showcase_desc .text-uppercase {
    text-transform: none!important;
    padding-bottom:1rem;
  }
}
@media all and (max-width:639.98px){
  .showcase_btn .btn.w-100{
    text-transform: none;
    font-size: 0.8rem;
  }
}

@media all and (max-width:639.98px){
  .showcase .showcase_list .col-12{
    padding:0;
  }
}

.vote_section .vote_item .icon {
  display:none;
}

.rules_section {
  z-index:8;
  position:relative;
}

.vote_section_bg {
  background:linear-gradient(134.99deg,#00479d 0,#7aa819 100%);
  padding: 2rem 0 3rem;
}

.vote_section_bg h2 {
  color:#fff!important;
}

@media all and (max-width:639.98px){
  .vote_section_bg{
    background:linear-gradient(134.99deg,#00479d 0,#7aa819 100%);
    padding: 2rem 0 3rem;
  }
}

@media all and (max-width:639.98px){
  .vote_section_bg h2 {
    color:#fff!important;
  }
}

.vote_section_bg .svg_main{
  position: absolute;
  width: 1950px;
  left: 50%;
  margin-left: -975px
}

@media all and (max-width:639.98px){
  .vote_section_bg .svg_main{
    display: none;
  }
}

.rules_section h2{
  padding-top:3rem;
}

@media screen and (max-width: 800px) {
    .h2_desc {
        max-width:600px;
    }
}