/*   
Theme Name: cs
Theme URI: https://srochno-kredit.ru/
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: saxa:p
Author URI: https://srochno-kredit.ru/
*/

@font-face {
  font-family: yandex-sans;
  font-weight: 400;
  font-display: swap;
  src: local("YS Text Regular");
  src: url(/public/fonts/do.woff2) format("woff2");
}

@font-face {
  font-family: yandex-sans;
  font-weight: 300;
  font-display: swap;
  src: local("YS Text Light");
  src: url(/public/fonts/re.woff2) format("woff2");
}

@font-face {
  font-family: yandex-sans;
  font-weight: 700;
  font-display: swap;
  src: local("YS Text Bold");
  src: url(/public/fonts/mi.woff2) format("woff2");
}
@font-face {
  font-family: RoyanaR;
  font-display: swap;
  src: url(/public/fonts/ArbatC.otf);
}
body {
  background: #f3f4f6;
  background: url(/public/img/bg-main.jpg);
  color: #333;
  font-size: 16px;
  line-height: 1.4em;
  font-family: yandex-sans;
  font-weight: 300;
}
a:hover {
  color: #55b559;
}
a{
  text-decoration: none;
}
img {
max-width: 100%;
height: auto;
}

header {
  height: 60px;
  background: #edf7ff94;
  box-shadow: 0 7px 15px rgba(69, 79, 103, 0.1);
  margin-bottom: 15px;
}

header .wrapper {
  width: 95%;
  margin: 5px auto;
}

header .mobile {
  display: none;
}

#sort_select_form label {
  display: inline;
  font-weight: 500;
  color: #656565;
}

#sort_select_form select {
  display: inline;
  width: auto;
  margin-left: 10px;
}

.navbar-collapse.collapse {
  float: left;
  margin-left: 230px;
}

.no-posts {
  text-align: center;
  margin: 10px;
}

header .info {
  float: right;
  text-align: center;
}
header  .navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .info span:first-child {
  color: #4caf50;
}

header .info span {
  display: block;
}
header .info span:nth-of-type(2) {
  letter-spacing: 1.8px;
  position: relative;
  left: 2px;
  font-size: 15px;
}

header .info span img {
  margin: 0 0px;
  width: 23px;
}

.logo > a:hover,
.logo > a:focus {
  text-decoration: none;
}

.logo .name {
  margin-left: 20px;
}

.logo span {
  display: block;
  color: #454f67;
  line-height: 27px;
  font-size: 27px;
}

.logo span:first-child {
  color: #00c056;
}

header .navbar-nav > li > a {
  color: #454f67;
  font-weight: 600;
  text-transform: uppercase;
}

h1,
.h1 {
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
}

h2,
.h2 {
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  color: #454f67;
}

h3,
.h3 {
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
}

a {
  color: #19c76d;
  font-weight: 500;
}

.sidebar ul.menu li {
  margin-bottom: 5px;
}

.widgettitle {
  font-weight: bold;
  text-align: center;
}

.sidebar .widget.widget_nav_menu ul {
  padding: 0;
}

.sidebar .widget {
  padding: 15px;
  box-shadow: 0 5px 20px rgb(230, 232, 236);
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.inner.content{
  width: 100%;
}
.wrapper-content,
.term-description,
.term_description {
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgb(175, 199, 220);
  background: white;
  width: 100%;
}

#menu-po-vozrastu,
#menu-po-summe,
#menu-ot-15-tys,
#menu-po-sroku {
  text-align: center;
}

#menu-po-vozrastu li,
#menu-po-summe li,
#menu-ot-15-tys li,
#menu-po-sroku li {
  width: 45%;
  display: inline-block;
  background: #55cf83;
  padding: 3px 0px;
}

#menu-po-vozrastu li a,
#menu-po-summe li a,
#menu-ot-15-tys li a,
#menu-po-sroku li a {
  color: white;
  font-weight: 600;
}

#menu-populyarnoe li,
#menu-podborki li {
  background: #badffb;
  text-align: center;
  list-style: none;
  padding: 5px 0;
  border-bottom: 2px solid #60b4f6;
  border-right: 3px solid #60b4f6;
}

#menu-populyarnoe li a,
#menu-podborki li a {
  color: #535d77;
}

/* виджет просмотренные ранее */
.product_list_widget {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
.product_list_widget li {
  margin: 3px;
  padding: 3px;
  border: 1px solid #00cae3;
  background: #fff;
  transition: all 0.15s ease-in-out;
}
.product_list_widget li:hover {
  cursor: pointer;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.product_list_widget a:hover {
  text-decoration: none;
}
.product-title {
  display: none;
}

/* КОНЕЦ виджет просмотренные ранее */

/* виджет свежие новости */
#recent-posts-3 ul,
#recent-posts-4 ul,
#recent-posts-5 ul {
  padding-left: 30px;
  list-style: none;
}
#recent-posts-3 ul li,
#recent-posts-4 ul li,
#recent-posts-5 ul li {
  margin-bottom: 15px;
  font-size: 15px;
  position: relative;
}
#recent-posts-3 ul li > a,
#recent-posts-4 ul li > a,
#recent-posts-5 ul li > a {
  color: #333;
  transition: all 0.15s ease-in-out;
}
#recent-posts-3 ul li > a:hover,
#recent-posts-4 ul li > a:hover,
#recent-posts-5 ul li > a:hover {
  color: #4caf50;
  text-decoration: none;
}

#recent-posts-3 ul li:before,
#recent-posts-4 ul li:before,
#recent-posts-5 ul li:before {
  content: "";
  background: url(/public/img/arrow-step.svg) no-repeat 0 0;
  width: 20px;
  height: 15px;
  display: block;
  position: absolute;
  left: -30px;
  top: 7px;
}
/* КОНЕЦ виджет свежие новости */

.scope .icon {
  width: 35px;
  height: 35px;
  margin: 0 7px;
  background-image: url(/public/img/cardkredit.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

ul.sposobys li {
  background: #f3fbf5;
  border-radius: 20px;
  list-style: none;
}

.sidebar ul.menu li .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  flex-shrink: 0;
}

.sidebar ul.menu li .v-salone-sotovoy-svyazi,
.scope .v-salone-sotovoy-svyazi {
  background-image: url(/public/img/icon_png_35px/phone.png);
}

.sidebar ul.menu li .punkt-vydachi,
.scope .punkt-vydachi {
  background-image: url(/public/img/icon_png_35px/punkt-vydachi.svg);
}

.sidebar ul.menu li .qiwi,
.scope .qiwi {
  background-image: url(/public/img/icon_png_35px/qiwi.svg);
}

.sidebar ul.menu li .bankovskiy-schyot,
.scope .bankovskiy-schyot {
  background-image: url(/public/img/icon_png_35px/account.svg);
}

.sidebar ul.menu li .bankovskaya-karta,
.scope .bankovskaya-karta {
  background-image: url(/public/img/icon_png_35px/card.svg);
}

.sidebar ul.menu li .cashback,
.scope .bankovskaya-karta {
  background-image: url(/public/img/icon_png_35px/cashback.svg);
}
.sidebar ul.menu li .maintain,
.scope .bankovskaya-karta {
  background-image: url(/public/img/icon_png_35px/maintain.svg);
}

.sidebar ul.menu li .yandeksdengi,
.scope .yandeksdengi,
.sidebar ul.menu li .yandeks-dengi,
.scope .yandeks-dengi {
  background-image: url(/public/img/offer-img/umoney.svg);
  /*background-image: url(/public/img/offer-img/yandex.svg);*/
}

.sidebar ul.menu li .nalichnye,
.scope .nalichnye {
  background-image: url(/public/img/icon_png_35px/cash.svg);
}

.sidebar ul.menu li .yunistrim,
.scope .yunistrim {
  background-image: url(/public/img/icon_png_35px/unisrim.svg);
}

.sidebar ul.menu li .zolotaya-korona,
.scope .zolotaya-korona {
  background-image: url(/public/img/offer-img/zk.svg);
}

.sidebar ul.menu li .pochta-rossii,
.scope .pochta-rossii {
  background-image: url(/public/img/icon_png_35px/mail.png);
}

.sidebar ul.menu li .contact,
.scope .contact {
  background-image: url(/public/img/offer-img/contact.svg);
}

.sidebar ul.menu li .leader,
.scope .leader {
  background-image: url(/public/img/icon_png_35px/leader.png);
}

.woocommerce #review_form #respond {
  z-index: 999999;
  position: relative;
}

.woocommerce .comment-respond {
  margin-top: 10px;
  padding-top: 75px;
}
.reviews_in_offer #review_form #respond {
  z-index: 999999;
  position: relative;
}

.reviews_in_offer .comment-respond {
  margin-top: 10px;
  padding-top: 75px;
}
.woocommerce #review_form #commentform textarea,
.woocommerce #review_form #commentform input {
  border-radius: 10px;
  background-color: #edeef1;
  border: 0;
}
.reviews_in_offer #review_form #commentform textarea,
.reviews_in_offer #review_form #commentform input {
  border-radius: 10px;
  background-color: #edeef1;
  border: 0;
}
.woocommerce #review_form #commentform textarea {
  height: 130px;
  width: 100%;
}
.reviews_in_offer #review_form #commentform textarea {
  height: 130px;
  width: 100%;
}
.woocommerce #review_form label {
  display: block;
}
.reviews_in_offer #review_form label {
  display: block;
}

.woocommerce #review_form .comment-form-author,
.woocommerce #review_form .comment-form-email,
.reviews_in_offer .comment-form-author,
.reviews_in_offer .comment-form-email {
  float: left;
  width: 44%;
}

.woocommerce #review_form form,
.reviews_in_offer form {
  display: flex;
  flex-direction: column;
}

.box-rev.depth2 {
  margin-left: 60px;
}

.box-rev.depth3 {
  margin-left: 120px;
}

#review_form {
  padding-bottom: 35px;
}

#review_form .comment-form-author {
  order: 1;
}

#review_form .comment-form-email {
  order: 2;
}

#review_form .comment-form-comment {
  order: 3;
}

#review_form .form-submit {
  order: 4;
}

#review_form .form-submit input[type="submit"] {
  height: 50px;
  font-weight: bold;
  box-shadow: 0px 0px 0px 2px #05ba63;
  width: 50%;
}

a.button13 {
  display: block;
  width: 13em;
  font-size: 90%;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: #23282d 0 1px 2px;
  text-decoration: none;
  text-align: center;
  line-height: 1.1;
  white-space: pre-line;
  padding: 0.7em 0;
  border: 1px solid;
  border-radius: 6px;
  outline: none;
  background-color: #3ecb78;
  box-shadow: inset rgba(255, 255, 255, 0.5) 1px 1px;
}

a.button13:first-line {
  font-size: 170%;
  font-weight: 700;
}

a.button13:hover {
  color: rgb(255, 255, 255);
  background-image: linear-gradient(#87dba8, #55cf83 50%, #00c360);
  text-shadow: none;
  border: none;
}

a.button13:active {
  color: rgb(255, 255, 255);
  border-color: #2970a9;
  background-image: linear-gradient(#5796c8, #6aa2ce);
  box-shadow: none;
}

footer {
  padding-top: 0;
  margin-top: 25px;
  background: #fafafa;
  position: relative;
}

footer .nav-pills > li > a {
  color: #454f67;
  text-transform: uppercase;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
  text-decoration: underline;
}

footer div.icon {
  width: 50px;
  height: 50px;
  background-image: linear-gradient(52deg, #62d28a 0%, #00c25e 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

footer .wrapper {
  display: flex;
  align-items: center;
}

footer .copyright {
  text-align: center;
  border-top: 1px solid #d1d1d1;
  margin: 0;
  font-size: 14px;
  background: #dadada;
  padding: 13px 0;
}

.box-product {
  color: #535d77;
  margin-bottom: 25px;
  position: relative;
}

.box-product .block {
  height: 180px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgb(131, 151, 167);
  border-radius: 10px;
  background-color: #ffffff;
  transition: 0.3s;
}

.box-product .block.active {
  height: auto;
  transition: 0.3s;
}

.box-product .head {
  min-height: 180px;
  padding: 0 25px 0 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.box-product .head .image {
  flex-direction: column;
  width: 25%;
}

.box-product .head .image img {
  transition: 0.5s;
}

.rating span {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.rating span.red {
  background: url(/public/img/star-red.png);
}

.rating span.white {
  background: url(/public/img/star-white.png);
}

.main div.bg-info {
  width: 100%;
  text-align: center;
  font-size: 85%;
}

.box-product .head .main {
  border-left: 1px dashed grey;
  padding-left: 0.75%;
  border-right: 1px dashed grey;
  padding-right: 0.75%;
  width: 80%;
}

.items-wrap.bg-items {
  display: flex;
}

.items-wrap.bg-items .item {
  margin: 0 auto;
  text-align: center;
}

.item p {
  margin: 0 auto 10px;
  font-weight: 600;
}

.box-product .head .h3 {
  color: #60b4f6;
  opacity: 0.85;
  margin: 10px 0px 7px;
  width: 33%;
}

.meta {
  font-size: 16px;
  font-weight: 500;
}
.meta__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.meta__content > span {
  margin-top: 5px;
  margin-bottom: 5px;
  flex-shrink: 0;
}

.meta .views, .meta .comments, .meta .author, .meta .reed {
  display: flex;
  align-items: center;
}

.meta .views, .meta .comments, .meta .author, .meta .reed {
  flex-shrink: 0;
}
.meta__accent {
  margin-left: 5px;
  color: #10B8F1;
  font-weight: 600;
}

.updated-post {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 25px;
}

.updated-post:before {
  content: " ";
  background: url(/public/img/updated.svg) no-repeat center center;
}

.time__reading:before {
  content: " ";
  background: url(/public/img/time-of-read.svg) no-repeat center center;
}

.author__post:before {
  content: " ";
  background: url(/public/img/author.svg) no-repeat center center;
}

.backpen:before {
  content: " ";
  background: url(/public/img/comment.svg) no-repeat center center;
}

.backyey:before {
  content: " ";
  background: url(/public/img/viewing.svg) no-repeat center center;
}

.backstar:before {
  content: " ";
  background: url(/public/img/star.png) no-repeat center center;
}

.backstar:before,
.backyey:before,
.backpen:before,
.author__post:before,
.time__reading:before,
.updated-post:before {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: contain;
  margin-right: 10px;
  flex-shrink: 0;
}

.box-product .head .more {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-color: rgba(224, 229, 240, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.box-product .block.active .head .more img {
  transform: rotate(180deg);
}

.box-product .item span,
.items-wrap.bg-items span {
  background: #2196f321;
  padding: 3px 9px;
  margin: 0 3px;
  display: block;
}

.box-product .bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.scope {
  display: flex;
  align-items: center;
  padding: 0 5%;
  margin-bottom: 1%;
}

.scope .capt {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-right: 25px;
  text-decoration: underline;
}

.scope .icon.off {
  opacity: 0.7;
  filter: grayscale(100%);
}

.box-product .bottom .info .col {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.8em;
}

.box-product .bottom .info .col a.more {
  color: white;
  font-size: 15px;
  margin: 2% 10% 1% 15%;
  width: auto;
}

.anki {
  background: #3ecb78;
}

.ozai {
  background: #60b4f6;
}

.box-product .bottom .info .col .str {
  width: 50%;
}

.str b {
  display: inline-block;
  text-align: right;
  padding-right: 2%;
}

#reviews .btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 202px;
  height: 50px;
  box-shadow: 0 5px 20px rgba(143, 103, 124, 0.38);
  border-radius: 10px;
  color: #535d77;
  border: 3px solid #05ba63;
  background-color: #91dea9;
  font-weight: 600;
  margin-bottom: 30px;
}

.wrapper-content.card .btn-zayavka-big {
  font-size: 23px;
  background: #00bd4f;
  color: white;
  text-align: center;
  display: block;
  padding: 1% 3%;
  font-weight: bold;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  margin: 3% 2%;
  border-radius: 5px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
}

.about {
  display: flex;
  justify-content: space-between;
  border: 3px solid #62d28a;
  padding: 1% 3%;
  background: #f3fbf5;
  height: 150px;
  border-radius: 15px;
  margin: 3% 0;
}

.about h2 {
  margin: 1% 0 2% 0;
  font-size: 20px;
  width: 100%;
  text-transform: uppercase;
  margin: 0;
}

.starts {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.starts span {
  display: inline-block;
  width: 30px;
  height: 29px;
}

.starts span + span {
  margin-left: 10px;
}

.starts span.count {
  width: auto;
  height: auto;
  padding-left: 10px;
  color: #009688;
  font-size: 22px;
  font-weight: 600;
}

.starts span.red {
  background: url(/public/img/star-red-30.png);
}

.starts span.white {
  background: url(/public/img/star-white-30.png);
  background-size: 100%;
}

.range {
  display: flex;
  align-items: center;
}

.range .under {
  width: 165px;
  height: 15px;
  background-color: #cfcfcf;
  border-radius: 10px;
  position: relative;
}

.range .under .over {
  position: absolute;
  height: 100%;
  width: 70%;
  border-radius: 10px;
  background-color: #00c668;
}

.range .result {
  padding-left: 15px;
  color: #535d77;
  font-size: 18px;
  font-weight: 600;
}

.info-list ul {
  list-style: none;
  padding: 0;
}

.info-list ul li {
  color: #535d77;
  font-weight: 600;
  margin-bottom: 5px;
}

.info-list ul li span {
  font-weight: 400;
  padding-left: 7px;
}

div.advant {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 0;
  background: #f3fbf5;
  padding: 2.5%;
}

div.advant div.box {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

div.box p {
  font-weight: 400;
}

div.advant div.box:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
  background: url(/public/img/advant.png);
}

/*контентная область CONTENT*/
.content-block-inside.product {
  font-size: 16px;
}

.content-block-inside.product p {
  margin-bottom: 20px;
}

.content-block-inside.product img {
  box-shadow: 0 5px 20px rgba(143, 103, 124, 0.38);
  border-radius: 10px;
  margin: 30px auto;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

.content-block-inside.product h1,
.content-block-inside.product .h1 {
  font-size: 28px;
  margin-bottom: 30px;
}

.content-block-inside.product ul {
  padding: 0 0 0 10px;
}

/*.content-block-inside.product li {
  margin-bottom: 15px;
}*/

/*.content-block-inside.product li:before {
  /* сам маркер*/
/*  border-radius: 50%;
  color: #535d77;
  margin-right: 10px;
  content: "•";
}*/

/*REVIEWS ОТЗЫВЫ*/
.box-rev {
  padding: 25px;
  box-shadow: 0 5px 20px rgb(175, 199, 220);
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.reviews .h1 {
  margin-bottom: 40px;
}

.box-rev .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.box-rev .name {
  font-size: 18px;
  font-weight: 900;
}

.box-rev .text {
  font-size: 16px;
  margin-bottom: 15px;
}

/*FORM REVIEWS*/
.form {
  position: relative;
z-index: 1;
}

.form:after {
  content: "";
  width: 230px;
  height: 225px;
  position: absolute;
  top: 30px;
  right: 20px;
  background: url(/public/img/bg-form-card-item.png) no-repeat;
}

.form .h1 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 20px;
}

.form .backg {
  background: #fff;
  border-radius: 10px;
}

.form .wrapper-content.card {
  background: url(/public/img/bg-form-review.png) no-repeat;
  background-position: top right;
  background-size: contain;
}

/*CARD--END*/
/*CATEGORY*/
.thumbnail {
  border: 0;
  margin: 0;
  padding: 0;
}

.cat-block {
  display: flex;
  padding: 25px 20px;
  margin-bottom: 50px;
  box-shadow: 0 5px 20px rgba(143, 103, 124, 0.38);
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
}

.cat-block .txt {
  width: 50%;
  margin-left: 18px;
  color: #535d77;
  font-size: 18px;
  line-height: 1.3;
  height: auto;
}

.cat-block .txt a {
  color: #535d77;
}
.cat-block .txt p {
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
}

.line-clamp1{
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.line-clamp2{
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.line-clamp3{
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.line-clamp4{
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.line-clamp5{
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.line-clamp6{
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.line-clamp7{
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
.line-clamp8{
  -webkit-line-clamp: 8;
  line-clamp: 8;
}
.line-clamp9{
  -webkit-line-clamp: 9;
  line-clamp: 9;
}

.cat-block h2 {
  font-size: 22px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 15px;
}

.cat-block .btn-zayavka {
  position: absolute;
  bottom: -15px;
  right: 25px;
  background: #55cf83;
  color: white;
  padding: 10px;
  border-radius: 10px;
  font-weight: 600;
  width: 160px;
  text-align: center;
}

.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 30px auto;
  margin-top: 70px;
}

.pagination > li > a,
.pagination > li > span {
  background: transparent;
  border: 0;
  padding: 10px 18px;
  color: #535d77;
  font-size: 18px;
  font-weight: 600;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  border-radius: 10px;
  background-image: linear-gradient(-37deg, #fa876e 0%, #ed7e84 100%);
  padding: 10px 18px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #535d77;
  text-decoration: underline;
  background-color: transparent;
}

.pagination .next,
.pagination .prev {
  font-size: 0;
  padding: 20px 20px;
  margin-top: 5px;
  position: relative;
}

.pagination .next {
  background: url(/public/img/pag-next.png) no-repeat center;
}

.pagination .prev {
  background: url(/public/img/pag-prev.png) no-repeat center;
}

/*CATEGORY--END*/
/*single page*/
.single-page .image {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  box-shadow: 0 0px 15px rgba(103, 109, 143, 0.5);
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  background: #f3f4f6;
}

.single-page .image img {
  max-width: 100%;
  height: auto;
}
.single-page .meta {
  margin-bottom: 30px;
}
.single-page p {
  font-size: 18px;
  margin-bottom: 25px;
}
.single-page h1 {
  margin-top: 0;
}
.single-page h1,
.single-page h2,
.single-page h3 {
  margin-bottom: 25px;
  font-weight: 900;
}

blockquote {
  border: 2px solid #00cae3;
  box-shadow: 0 4px 15px rgba(143, 103, 124, 0.2);
  border-radius: 10px;
  padding: 10px 20px 10px 40px;
  margin: 30px auto;
  max-width: 90%;
  position: relative;
}

blockquote::before {
  content: "";
  background: url(/public/img/exclamation.png) no-repeat 0 0;
  position: absolute;
  width: 65px;
  height: 60px;
  top: -20px;
  left: -35px;
}

.single-page blockquote p {
  margin: 10px 0;
  font-size: 16px;
}

section.static-sing-page {
  padding-top: 15px;
}
/*single page--end*/

/*ERROR PAGE 404*/
.error404 .backgraund {
  height: 920px;
  background: url(/public/img/error-image.svg) no-repeat center;
  position: relative;
}

.to-home {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 270px;
  height: 60px;
  left: 0;
  right: 0;
  bottom: 15%;
  margin: auto;
  font-size: 22px;
  font-weight: 600;
  color: #fa876e;
  box-shadow: 0 5px 19px rgba(41, 31, 36, 0.76);
  border-radius: 10px;
  border: 3px solid #fa876e;
  background-color: #ffffff;
}

/*ERROR PAGE 404--end*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 10px auto 10px auto;
  width: 100%;
}
img.aligncenter {
  object-fit: contain;
}

img.aligncenter, img.alignleft {
  box-shadow: 0 0px 15px rgba(103, 109, 143, 0.5);
  border-radius: 10px;
}

.alignright {
  float: right;
  margin: 5px 0 20px 30px;
}

.alignleft {
  float: left;
  margin: 5px 30px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 30px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 30px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.post p a {
  color: #1eb768;
  text-decoration: underline;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.logo_in_card img {
  height: 100px;
  max-width: 100%;
  object-fit: cover;
  margin: 10px 0;
}

.box-rev {
  padding: 25px 20px;
}

.box-rev .head {
  margin-bottom: 10px;
  flex-direction: column;
  align-items: flex-start;
}

.box-rev .name {
  margin-bottom: 10px;
}

/*MODAL*/

.modal.offer-modal.in {
  display: flex !important;
  z-index: 99999;
  background-color: rgba(0, 0, 0, .5);
  padding: 20px !important;
}

.offer-modal .modal-dialog {
  width: fit-content;
  margin: auto;
}

.offer-modal .modal-content {
  overflow: hidden;
  border: none;
  border-radius: 16px;
  background-color: #eff7ff;
}

.offer-modal .modal-body {
  padding: 0 0 20px;
  max-width: 450px;
}

.offer-modal .modal-body .title {
  padding: 20px 50px;
  background-color: #55b559;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  letter-spacing: 0.5px;
  position: relative;
  font-size: 20px;
  text-decoration: none;
}

.offer-modal .btn-mod-offer {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #fa8b02;
  font-size: 25px;
  letter-spacing: 0.8px;
  font-weight: 400;
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
  transition: 0.3s;
}

.offer-modal .btn-mod-offer:hover,
.offer-modal .btn-mod-offer:focus {
  text-decoration: none;
  background-color: #00cae3;
}

.offer-modal .modal-body .title a {
  color: #fff;
}

.offer-modal button.close {
  transition: .3s;
  position: absolute;
  right: 20px;
}

.offer-modal button.close span {
  color: #fff;
  font-size: 34px;
}

.offer-modal .logo-offer {
  display: flex;
  justify-content: center;
}

.offer-modal .logo-offer img {
  max-width: 60%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.28);
}

.offer-modal .range .under {
  width: 100%;
  height: 10px;
  background-color: #ffffff;
}

.offer-modal .range .under .over {
  background-color: #00cae3;
}

.offer-modal .range {
  padding: 10px 15px 8px;
  background: #fff2c3;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 30px;
  align-items: baseline;
}

.offer-modal .range .result {
  flex-shrink: 0;
  color: #333333;
  font-weight: 400;
  font-size: 13px;
}

.offer-modal .info {
  padding: 10px 20px;
}

.offer-modal .info .str {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 17px;
}

.offer-modal .info .str .count {
  color: #3a3a3a;
  font-weight: 600;
  white-space: nowrap;
}

.offer-modal .modal-body__adv {
  padding: 0 20px;
  text-align: center;
  font-size: 10px;
  color: #797979;
  font-weight: 100;
  line-height: 1.5;
}
.offer-modal .modal-body__adv p {
  margin: 0;
  font-size: 10px;
}

/*MODAL--END*/

.post.category-news img {
  max-width: 100%;
  height: auto;
}

h1.reg span {
  text-decoration: underline;
}
header .logo a .region-slogan {
  font-size: 15px;
  color: #00cae3;
}

.top-block {
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  background: #55b559;
}

.top-block .bottom {
  display: flex;
  text-align: center;
}

.top-block .bottom .box {
  width: 25%;
  margin: 10px 0;
}

.top-block .bottom span {
  display: block;
}

.top-block .bottom span.numb {
  font-size: 36px;
  font-weight: 700;
}

.top-block .bottom span.numb > span {
  font-size: 18px;
  display: inline;
}

.serv {
  margin: 30px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.serv .block {
  width: 370px;
  height: 120px;
  border: 1px solid #bebebe;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  transition: all 0.2s ease-in;
}

.serv .block:hover {
  border: 1px solid #00cae3;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.serv .block .txt {
  margin-left: 30px;
  display: flex;
  flex-direction: column;

}
.serv .block .txt span.bold {
  font-weight: 500;
  color: #55b559;
  font-size: 18px;
}
.serv .block .txt span {
  color: #535d7f;
}

.banks {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0px;
}

.banks a.item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.333%;
  height: 95px;
  border-left: 1px solid #b1b7c3;
  border-bottom: 1px solid #b1b7c3;
  opacity: 0.7;
  filter: grayscale(100%);
  transition: 0.7s;
}

.banks a.item:hover,
.banks a.item:focus {
  opacity: 1;
  filter: none;
  transition: 0.5s;
  background: #fff;
}

.banks a.item.bottom {
  border-bottom: 0;
}

a.item img {
  height: 90%;
  width: 40%;
  object-fit: cover;
}

.banks a.item.left {
  border-left: 0;
}

a.all-home {
  width: 370px;
  height: 60px;
  margin: 20px auto 40px;
  color: #535d77;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  border: 3px solid #535d77;
  background: #9ee7c0;
}

.back {
  background: #fff;
  border-radius: 10px;
}

.options {
  display: flex;
  flex-wrap: wrap;
  height: 700px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgb(175, 199, 220);
  background: url(/public/img/bot-left-options.png);
  position: relative;
  margin-bottom: 70px;
  background-repeat: no-repeat;
}

.options:after {
  content: "";
  display: block;
  width: 2px;
  height: 70%;
  background-image: linear-gradient(-37deg, #3ecd7b 0%, #85e0ae 100%);
  position: absolute;
  border-radius: 10px;
  bottom: 5%;
  left: calc(50% - 7px);
}

.options .block {
  width: 50%;
  height: initial;
  display: flex;
  justify-content: center;
}

.options ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.options ul > li {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.options ul > li + li {
  margin-top: 20px;
}

.list ul li span a {
  font-weight: bold;
  color: #05926c;
}

.options ul > li .bg {
  width: 64px;
  height: 64px;
  background-image: linear-gradient(-37deg, #62d28a 0%, #00c362 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 30px;
}

.swiper-container {
  width: 100%;
  padding: 2.5% 0;
}

.swiper-wrapper {
  padding: 2.5% 0;
}

.swiper-slide .box {
  font-size: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgb(175, 199, 220);
  background: white;
  margin-bottom: 25px;
  padding: 4% 2%;
  overflow: hidden;
  color: #535d7f;
  font-weight: 500;
  height: 170px;
}

h1.reg span.reg_2 {
  display: block;
  font-size: 20px;
  text-decoration: none;
}

.sposobys__item {
  display: flex;
  align-items: center;
}
.sposobys__name {
  color: #444444;
  font-size: 16px;
}
.sposobys__name:hover {
  color: #4caf50;
  text-decoration: none;
}
.sposobys__icon {
  flex-basis: 15%;
}
ul.sposobys .sposobys__item {
  background: #4caf5021;
}
.sidebar ul.menu li .nalichnye,
.scope .nalichnye {
  background-image: url(/public/img/icon_png_35px/cash.svg);
}
.sidebar ul.menu li .bankovskiy-schyot,
.scope .bankovskiy-schyot {
  background-image: url(/public/img/icon_png_35px/account.svg);
}
.sidebar ul.menu li .bankovskaya-karta,
.scope .bankovskaya-karta {
  background-image: url(/public/img/icon_png_35px/card.svg);
}
.sidebar ul.menu li .qiwi,
.scope .qiwi {
  background-image: url(/public/img/icon_png_35px/qiwi.svg);
}
.sidebar ul.menu li .yunistrim,
.scope .yunistrim {
  background-image: url(/public/img/icon_png_35px/unisrim.svg);
}
#menu-populyarnoe li,
#menu-podborki li {
  background: #00cae3;
  border-bottom: none;
  border-right: none;
  transition: all 0.15s ease-in-out;
  z-index: 100;
  position: relative;
}
#menu-populyarnoe li:hover,
#menu-podborki li:hover {
  text-decoration: none;
  background: #00cae380;
  cursor: pointer;
}
#menu-populyarnoe li a:hover,
#menu-podborki li a:hover {
  text-decoration: none;
}
#menu-po-vozrastu li,
#menu-po-summe li,
#menu-ot-15-tys li,
#menu-po-sroku li {
  background: #999999;
  transition: all 0.15s ease-in-out;
}
#menu-po-vozrastu li:hover,
#menu-po-summe li:hover,
#menu-ot-15-tys li:hover,
#menu-po-sroku li:hover {
  background: #999999c7;
  cursor: pointer;
}
#menu-po-vozrastu li a:hover,
#menu-po-summe li a:hover,
#menu-ot-15-tys li a:hover,
#menu-po-sroku li a:hover {
  text-decoration: none;
}
#menu-po-vozrastu li a,
#menu-po-summe li a,
#menu-ot-15-tys li a,
#menu-po-sroku li a {
  color: white;
  font-weight: 400;
}
#menu-populyarnoe li a,
#menu-podborki li a {
  color: white;
}
a {
  color: #55b559;
  font-weight: 400;
}
header {
  margin-bottom: 0;
}
/* ползунки */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
  margin: 0;
  border-radius: 0;
  height: 2px;
  background: #c8c8c8;
}

.noUi-origin[style^="left: 0"] .noUi-handle {
  background-color: #fff;
  border: 2px solid #c8c8c8;
}

.noUi-origin[style^="left: 0"] .noUi-handle.noUi-active {
  border-width: 1px;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
  transform: translateZ(0);
}

.noUi-horizontal {
  height: 6px;
  margin: 15px 0;
}

.noUi-horizontal .noUi-handle .noUi-tooltip {
  margin-top: 15px;
  margin-left: -10px;
}

.noUi-horizontal .noUi-pips .noUi-value {
  position: absolute;
  top: 10px;
}

.noUi-horizontal .noUi-pips .noUi-value.noUi-value-large:last-of-type {
  left: 95% !important;
}

.noUi-vertical {
  height: 100%;
  width: 2px;
  margin: 0 15px;
}

.noUi-vertical .noUi-handle {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  left: -6px;
  top: -10px;
  cursor: pointer;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  border: 1px solid #9c27b0;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.noUi-target {
  background: #c8c8c8;
  border-radius: 4px;
}

.noUi-connect {
  background: #3fb8af;
  transition: background 0.45s;
}

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  left: -7px;
  top: -6px;
  cursor: pointer;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  border: 1px solid;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.noUi-handle.noUi-active {
  transform: scale3d(1.5, 1.5, 1);
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.slider {
  background: #c8c8c8;
}

.slider .noUi-connect {
  background-color: #9c27b0;
  border-radius: 4px;
}

.slider .noUi-handle {
  border-color: #9c27b0;
}

.slider.slider-info .noUi-connect {
  background-color: #00bcd4;
}

.slider.slider-info .noUi-handle {
  border-color: #00bcd4;
}

.slider.slider-success .noUi-connect {
  background-color: #4caf50;
}

.slider.slider-success .noUi-handle {
  border-color: #4caf50;
}

.slider.slider-warning .noUi-connect {
  background-color: #ff9800;
}

.slider.slider-warning .noUi-handle {
  border-color: #ff9800;
}

.slider.slider-danger .noUi-connect {
  background-color: #f44336;
}

.slider.slider-danger .noUi-handle {
  border-color: #f44336;
}

.slider.slider-rose .noUi-connect {
  background-color: #e91e63;
}

.slider.slider-rose .noUi-handle {
  border-color: #e91e63;
}
/* конец ползунки */

/* блок с ползунками */
.slider-filter-0 {
  padding: 20px 0;
}
.slider-filter {
  background: white;
  border-radius: 10px;
  padding-bottom: 25px;
  position: relative;
  border: 1px solid #00cae3;
}
.slider-filter__title {
  text-align: center;
  font-weight: 600;
  color: #656565;
  text-transform: uppercase;
  margin-bottom: 25px;
  background: #f1f1f1;
  padding: 25px;
  border-radius: 10px 10px 0 0;
  height: 70px;
}
.slider-filter__block-2 {
  width: 320px;
  margin: 0 30px;
  position: relative;
}
.slider-filter__block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-filter__button {
  position: relative;
  padding: 15px 30px;
  margin-left: 20px;
  background: #00cae3;
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 12px;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease-in-out;
}

.slider-filter__button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-filter__button span,
.slider-filter__button.active svg {
  visibility: hidden;
}

.slider-filter__button.active span,
.slider-filter__button svg {
  visibility: visible;
}

.slider-filter__button:hover {
  background: #55b559;
}
.slider-filter__text {
  font-weight: 400;
  color: #656565;
  padding-left: 60px;
}
.slider-filter__thick {
  font-weight: 600;
  font-size: 17px;
}
.slider-filter__money-1,
.slider-filter__money-2,
.slider-filter__year-1,
.slider-filter__year-2 {
  position: absolute;
  bottom: -8px;
  font-size: 12px;
  color: #797979;
}
.slider-filter__money-1,
.slider-filter__year-1 {
  left: -14px;
}
.slider-filter__money-2,
.slider-filter__year-2 {
  right: -14px;
}
.slider-filter__approval {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 70px;
  width: 100%;
}
.filter__1 {
  display: none;
}
.slider-filter__approval-block-1 {
  width: 50%;
  height: 100%;
  border-radius: 10px 0 0 0;
  display: flex;
  align-items: center;
  padding-right: 20px;
  color: white;
  border-right: 1px solid #f3f4f6;
}
.slider-filter__approval-block-2 {
  width: 50%;
  height: 100%;
  border-radius: 0 10px 0 0;
  padding-left: 20px;
  display: flex;
  align-items: center;
  color: white;
}
.slider-filter__percent {
  margin-left: auto;
  font-size: 40px;
  padding-right: 20px;
}
.slider-filter__approval-1 {
  background: #4caf50;
}
.slider-filter__approval-2 {
  background: #00cae3;
}
.slider-filter__approval-3 {
  background: #9c62a1;
}
.slider-filter__annotation {
  margin: 0;
}
.slider-filter__approval-block-1,
.slider-filter__approval-block-2 {
  transition: background 0.5s ease;
}
.slider-filter__approval-0 {
  background: #e1e1e1;
}
/* конец блок с ползунками */

/* хлебные крошки */
.woocommerce-breadcrumb {
  padding: 15px 0;
}
.woocommerce-breadcrumb a {
  color: #4caf50;
  font-weight: 100;
}
/* конец хлебные крошки */

/* хедер */
.navbar {
  border: none;
}
header {
  height: 100%;
}
header {
  height: 75px;
  display: flex;
  align-items: center;
}
header .navbar-nav > li > a {
  padding-bottom: 5px;
}

.navbar {
  display: flex;
  align-items: center;
}
header .wrapper {
  margin: 0px auto;
}
.navbar {
  margin-bottom: 0;
}
.navbar-slogan {
  margin: 0 0 10px 15px;
  font-weight: 400;
  color: #4caf50;
  font-family: RoyanaR;
  font-size: 16px;
}
.navbar-nav {
  float: none;
}
/* конец хедер */

/* сайдбар блок подборки */
#menu-podborki {
  height: 255px;
  overflow: hidden;
}
#show_podborki {
  text-align: center;
  color: #00cae3;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.15s ease-in-out;
  padding-top: 330px;
  margin-top: -330px;
}
#show_podborki:hover {
  cursor: pointer;
  color: #999999;
}
#menu-podborki.heightauto {
  height: auto;
}
/* конец сайдбар блок подборки */

/* карточка офера */
/* блок с логотипами на всех стр для яндекса и гугла */
.logo-mfo__header {
  max-width: 70%;
  margin: 0 auto;
  font-size: 18px;
  color: #565656;
  text-align: center;
  font-weight: 600;
}
.logo-mfo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  height: auto;
  margin: 10px auto 30px;
  background: white;
  border-radius: 10px;
  border: 1px solid #00cae3;
  padding: 10px 20px;
}
.logo-mfo__mini-block {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.5s;
}
.logo-mfo__text {
  display: none;
}
.parts-tabs {
  padding: 0;
}
.parts-tabs-ul {
  padding: 0;
}
.logo-mfo__img {
  width: 100%;
  transition: all 0.15s ease-in-out;
  height: 100%;
}
.logo-mfo__img:hover {
  width: 140%;
  cursor: pointer;
}
/* конец блок с логотипами на всех стр для яндекса и гугла */

.about {
  height: auto;
  margin: 25px 0 0;
  align-items: center;
  padding: 20px;
  border: 1px solid #00cae3;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.about__block1 {
  flex-basis: 15%;
  margin-right: 20px;
}
.about__block2 {
  flex-basis: 80%;
  position: relative;
  padding-top: 24px;
}
.starts span {
  width: 18px;
  height: 18px;
}
.starts span.red {
  background-image: url(/public/img/star-red-30.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.starts span + span {
  margin-left: 3px;
  font-size: 17px;
}
.starts span.count {
  color: #535d77;
  padding-left: 3px;
  font-size: 14px;
}
.range {
  align-items: flex-start;
  flex-direction: column;
}
.range .result {
  padding-left: 0;
  text-transform: uppercase;
  font-size: 13px;
  color: #535d77;
}
.range .result2 {
  font-size: 14px;
}
.range .under .over {
  background-color: #55b559;
}
.about-text {
  font-size: 16px;
  margin: 0 0 10px;
}
.range .under {
  height: 7px;
  width: 136px;
}
.starts {
  margin-bottom: 0;
}
.inner.content .wrapper-content {
  padding: 0;
}
ul.expnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo_in_card {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.logo_in_card img {
  margin: 0;
  width: 100%;
  height: auto;
}
.about .bg-info {
  height: 36px;
  margin: 0;
  font-size: 15px;
  text-align: start;
  position: absolute;
  top: -39px;
  background: #00cae3;
  padding: 7px 15px;
  color: white;
  text-transform: none;
  width: auto;
}

.bookmark__open {
  width: 0px;
  height: 0px;
  border: 17px solid #ffffff;
  border-right-color: transparent;
  border-left-color: #00cae3;
  border-top-color: #00cae3;
  border-bottom-color: #00cae3;
}
.expnav li {
  margin: 0;
  flex-basis: 25%;
  display: inline-block;
  padding: 3px 10px 3px 20px;
  background: #55b559;
  border-radius: 5px;
  font-size: 11px;
  color: white;
  transition: all 0.15s ease-in-out;
}
.expnav li:not(:last-child) {
  margin-right: 10px;
}
.expnav li:hover {
  background: #999999;
}
.inner.content .wrapper-content {
  box-shadow: none;
  background: none;
}
.woocommerce-breadcrumb {
  padding: 20px 15px;
}
.expnav li a {
  color: white;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.expnav li a:after {
  content: "";
  background: url(/public/img/more-arrow.svg) no-repeat;
  display: block;
  width: 15px;
  height: 8px;
  margin: 0 10px;
}
#usloviya div {
  flex-basis: 25%;
}
.items-wrap.bg-items span {
  background: transparent;
  padding: 5px 0;
  border-radius: 5px;
  line-height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#usloviya div {
  margin: 0 auto;
  text-align: center;
  padding: 0 5px;
}
#usloviya div:not(:last-child) {
  border-right: 1px solid #999999;
}
.items-wrap.bg-items p {
  display: inline-block;
  margin: 0;
}
.wrapper-content.card .btn-zayavka-big,
.btn-lk {
  background: #55b559;
  text-decoration: none;
  border: none;
  text-shadow: none;
  padding: 13px;
  margin: 0;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease-in-out;
  font-size: 23px;
  font-weight: 100;
}
.btn-lk {
  color: #fff;
  padding-left: 60px;
  padding-right: 60px;
}
.btn-lk:hover, .btn-lk:focus {
  color: #fff;
  background-color: #999999;
  text-decoration: none;
}
.wrapper-content.card .btn-zayavka-big:hover {
  background: #999999;
  cursor: pointer;
}
.wrapper-content.card .btn-zayavka-big2 {
  background: #00cae3;
  font-weight: 100;
  text-decoration: none;
  border: none;
  text-shadow: none;
  padding: 13px;
  margin-right: auto;
  width: 35%;
  border-radius: 10px;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease-in-out;
  font-size: 23px;
  color: white;
  text-align: center;
  display: block;
}
.wrapper-content.card .btn-zayavka-big2:hover {
  background: #999999;
  cursor: pointer;
}
.scope {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  flex-basis: 32%;
  border-right: 1px solid #999999;
  padding: 0 30px 0 10px;
  margin: 0;
}
.scope-informa {
 display: flex;
  padding: 20px 50px 50px;
}
.card__info {
  flex-basis: auto;
}
.card__info .info-list img {
  box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.card__info img {
  width: 200px;
}
.inner.content .scope-informa .wrapper-content {
  flex-basis: 50%;
  padding: 0 10px 0 30px;
  padding-left: 30px;
}
.scope .capt {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px;
  text-decoration: none;
}
.informa-class {
  margin: 0 0 15px;
  display: inline-block;
  font-size: 16px;
}
.scope-informa .icon {
  margin-bottom: 5px;
}
.div.advant div.box:before {
  content: "";
  background: url(/public/img/advant.svg);
}
div.advant div.box:before {
  width: 20px;
  height: 15px;
  margin-right: 10px;
  background: url(/public/img/star-pr.svg) no-repeat;
  flex-basis: 15px;
  flex-shrink: 0;
  margin-top: 2px;
}
div.advant div.box {
  display: flex;
}
div.advant {
  display: flex;
  flex-wrap: wrap;
  justify-content: normal;
  margin: 0;
  flex-direction: column;
  padding: 10px 10px 0;
  border-radius: 0 0 10px 10px;
  background: transparent;
}
div.advant div.box:not(:last-child) {
  margin-bottom: 10px;
}
div.advant div.box p {
  margin: 0;
  flex-basis: auto;
  line-height: 18px;
}
.block-preimushestva {
  padding: 0 10px;
  width: 50%;
  padding-left: 30px;
  flex-shrink: 0;
}
#reviews .btn-link {
  padding: 15px 30px;
  margin-left: auto;
  background-color: #00cae3;
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.15s ease-in-out;
}
#reviews .btn-link:hover {
  background-color: #55b559;
}
.rating span.red {
  background: url(/public/img/star-red-30.svg) no-repeat;
}
.hr-card {
  margin-top: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #bfbfbf;
}
.comment-reply-link {
  color: #55b559;
}
.stars .star-1,
.stars .star-2,
.stars .star-3,
.stars .star-4,
.stars .star-5 {
  color: #55b559 !important;
}
#review_form {
  padding: 20px;
}

.reviews {
  text-align: start;
}

h2.reviews {
  text-align: center;
}

.woocommerce #review_form #commentform input[type="submit"],
.reviews_in_offer #review_form #commentform input[type="submit"] {
  padding: 15px 30px;
  margin-left: 0;
  background-color: #00cae3;
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  margin-bottom: 20px;
  width: auto;
  transition: all 0.15s ease-in-out;
}
.woocommerce #review_form #commentform input[type="submit"]:hover,
.reviews_in_offer #review_form #commentform input[type="submit"]:hover {
  background-color: #55b559;
}
.form .backg {
  background: none;
}
.woocommerce #review_form #commentform textarea,
.reviews_in_offer #review_form #commentform textarea {
  background: white;
}
.scope-sposoby {
  display: flex;
  align-items: center;
}
.scope-sposoby a {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.given-block {
  font-size: 15px;
  color: #535d77;
  line-height: 16px;
  margin-top: 30px;
  font-style: italic;
}
.given-block p {
  margin: 0;
}
.given__text {
  font-weight: 600;
}
.listing-all {
  display: flex;
  background: white;
  border: 1px solid #00cae3;
  border-radius: 10px;
  padding: 50px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
.listing {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
}
.listing__item {
  padding: 5px 0 5px 60px;
  font-size: 16px;
}
.listing__item1 {
  background: url(/public/img/shield1.svg) no-repeat 0 50%;
  background-size: 50px;
}
.listing__item2 {
  background: url(/public/img/shield2.svg) no-repeat 0 50%;
  background-size: 50px;
}
.listing__item3 {
  background: url(/public/img/shield3.svg) no-repeat 0 50%;
  background-size: 50px;
}
.listing__item4 {
  background: url(/public/img/shield4.svg) no-repeat 0 50%;
  background-size: 50px;
}

.listing__item:not(:last-child) {
  margin: 0 0 10px 0;
}
.listing__site {
  width: 50%;
  padding: 0 10px;
  border-right: 1px solid #999999;
  padding-right: 30px;
  flex-shrink: 0;
}
.listing__item span {
  display: block;
}
.listing__header {
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 6px;
}
.listing__description {
  line-height: 18px;
}
.listing__title {
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 25px;
}
.listing__title2 {
  display: block;
}
.btn-zayavka-big3 {
  background: #00cae3;
  font-weight: 100;
  text-decoration: none;
  border: none;
  text-shadow: none;
  padding: 13px;
  border-radius: 10px;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease-in-out;
  font-size: 23px;
  color: white;
  text-align: center;
  display: block;
  width: 85%;
  margin: auto;
  position: relative;
  left: -13px;
}

.btn-zayavka-big3:focus {
  text-decoration: none;
  color: #fff;
}

.btn-zayavka-preimuwestva-a {
  flex-basis: 50%;
  flex-shrink: 0;
  text-align: center;
}
.btn-zayavka-big3:hover, .btn-zayavka-big3:focus {
  background: #999999;
  cursor: pointer;
  color: white;
  text-decoration: none;
}

.new-popular__block-img {
  width: 270px;
  height: 250px;
  overflow: hidden;
}
.new-popular__img {
  width: 100%;
  height: auto;
}
.new-popular__h {
  font-size: 30px;
  font-weight: 400;
  margin-top: 40px;
}
.new-popular__card {
  padding-right: 40px;
  margin-bottom: 20px;
}

.new-popular__header {
  width: 70%;
  margin-top: 20px;
  font-weight: 600;
  line-height: 20px;
  height: 40px;
}
.new-popular__text {
  font-size: 15px;
  line-height: 25px;
}
.new-popular__next {
  color: #00cae3;
  font-weight: 100;
  font-size: 14px;
  transition: all 0.15s ease-in-out;
}
.new-popular__next:hover {
  color: #999999;
  text-decoration: none;
}
.treb-about {
  font-size: 16px;
  margin: 10px 0;
}
.treb-about__bold {
  font-weight: 600;
}
#contacts li a:hover,
.btn-zayavka-big4:hover {
  color: #55b559;
}
.btn-zayavka-preimuwestva {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  justify-content: center;
}
.btn-zayavka-big4 {
  display: block;
  width: 85%;
  margin: auto;
}
.zayavka-right {
  display: flex;
  justify-content: end;
}
.zayavka-right a {
  margin-right: 35px;
}
.btn-zayavka-min {
  width: 35%;
}

.another-posts {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.another-news {
  margin: 10px;
  border: 1px solid #d9d9d9;
  padding: 20px;
  background: white;
  display: block;
  color: #5a5a5a;
  height: calc(100% - 20px);
  height: 220px;
  width: 32%;
}
.another-news img {
  margin-bottom: 15px;
}
.an-post-img {
  position: relative;
  width: 100%;
}
.an-post-img img {

}
.an-news-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  line-height: 20px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  color: #5a5a5a;
}
.an-post-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #55b559;
  color: #fff;
  padding: 7px 7px 3px;
  text-align: start;
  margin: 0;
  line-height: 20px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
}
.sale-miniblock__24star {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px !important;
  height: 60px;
  transform: rotate(-15deg);
  z-index: 1;
}
.sale-miniblock__do {
  position: absolute;
  background: #c82d2a;
  top: 10px;
  left: 60px;
  padding: 0px 8px;
  color: white;
  z-index: 1;
}
.sale-miniblock__brend {
  text-align: start;
  position: absolute;
  left: 0;
  bottom: 60px;
  background: #eb722e;
  padding: 4px 15px 4px 5px;
  border-radius: 0 50px 50px 0;
  color: white;
  max-width: 270px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 1;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  line-height: 30px;
}
.srochno-rekomenduet {
  font-weight: 300;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.h1-card-offer {
  margin-top: 0;
  margin-bottom: 20px;
}
.infografika {
  margin-bottom: 50px;
margin-top: 40px;
}
.iframe-card-offer {
  width: 560px;
  height: 315px;
  border-width: 0;
}
/* конец карточка офера */

/* офер с расхлопом */
.rating {
  text-align: center;
}
.head-image-a {
  display: block;
  text-align: center;
}
.odobrenie {
  text-align: center;
}
.box-product .head .image {
  width: 30%;
  padding-right: 15px;
  background: #fff;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.box-product .head .main {
  border-left: 1px solid #d6d6d6;
  border-right: none;
}
.menu-rsh {
  padding: 0;
}
.bottom-rsh {
  display: flex;
}
.widget-rsh {
  flex-basis: 40%;
}
.info-rsh {
  flex-basis: 60%;
  padding-left: 40px;
}
.box-product .block {
  height: 175px;
  position: relative;
  margin-bottom: 20px;
}
.box-product .head {
  min-height: 175px;
}
.cope-rsh {
  border-right: none;
}
.bottom-btn-rsh {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
.button-rsh {
  padding: 10px;
  width: 300px;
  display: block;
  text-align: center;
  border-radius: 7px;
  color: white;
  transition: all 0.15s ease-in-out;
}
.button-rsh:hover, .button-rsh:focus {
  background: #999999;
  text-decoration: none;
  color: white;
}
.button-rsh-2 {
  background: #00cae3;
  margin-right: 20px;
}
.button-rsh-3 {
  background: #55b559;
}
a.button-rsh-1 {
  background: #55b559;
  text-shadow: none;
  box-shadow: none;
  padding: 8px;
  border: none;
  width: 95%;
  margin: auto;
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
  color: white;
  margin-bottom: 6px;
}
.zayavka,
.update_3 {
  display: flex;
  flex-direction: column;
}
.update_3 a {
  width: 95%;
  margin: auto;
  padding: 8px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  line-height: 1.1;
  border: none;
  border-radius: 6px;
  transition: all 0.15s ease-in-out;
}
.update_3 button {
  margin: 0 auto 6px auto;
  width: 95%;
  padding: 8px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #f0ad4e;
  line-height: 1.2;
  border: none;
  border-radius: 6px;
  transition: all 0.15s ease-in-out;
  white-space: normal;
  background: transparent;
}
a.button-rsh-1:hover {
  background: #999999;
  cursor: pointer;
}
a.button-rsh-1:first-line {
  font-size: 100%;
  font-weight: 400;
}
.main div.bg-info {
  background-color: #00cae3;
  color: white;
}
.box-product .head .h3 {
  color: #03b2c8;
}
.main div.bg-info {
  font-size: 15px;
  line-height: 19px;
}
/* конец офер с расхлопом */

/* блок с шагами получения займа */
.scheme-gain-h3 {
  color: #00cae3;
}
.scheme-gain {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 30px 0 10px;
  background: #ffffff;
  border: 1px solid #00cae3;
  border-radius: 10px;
}
.scheme-gain__icon {
  width: 100px;
}
.scheme-gain__mini-block {
  flex-basis: 25%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.scheme-gain .scheme-gain__text {
  width: 190px;
  line-height: 19px;
  color: #000000;
}
.scheme-gain__text-before::before {
  content: "";
  background: url(/public/img/arrow-step.svg) no-repeat 0 0;
  width: 60px;
  height: 24px;
  display: block;
  position: absolute;
  right: -31px;
  top: 32px;
}

/* конец блок с шагами получения займа */

/* up-to-top */
.b-top {
  z-index: 2600;
  position: fixed;
  left: 0;
  bottom: 90px;
  width: 34%;
  margin-left: 50%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.b-top:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
.b-top-but {
  position: fixed;
  width: 48px;
  height: 48px;
  right: 2.5%;
  bottom: 2.5%;
  background: rgba(0, 0, 0, 0.13) url(/public/img/up-arrow.png) no-repeat 50% 0;
  border-radius: 50%;
  background-position: center;
  background-size: 40%;
}

/* стр о проекте */
.advantage p,
.advantage br {
  display: none;
}
.project .missiya-1 {
  text-align: center;
}
.project .missiya {
  font-weight: 500;
}
.project .advantage {
  background: white;
  border-radius: 10px;
  border: 1px solid #00cae3;
  display: flex;
  justify-content: space-around;
  padding: 50px 10px 30px;
  position: relative;
  flex-wrap: wrap;
}
.project .advantage:before {
  content: "";
  background: url(/public/img/exclamation.png) no-repeat 0 0;
  position: absolute;
  width: 65px;
  height: 60px;
  top: -18px;
  left: -22px;
}
.project .advantage__number {
  font-size: 30px;
  font-weight: 700;
  color: #00cae3;
  position: relative;
}
.project .advantage__number:before {
  content: "более";
  color: #00cae3;
  font-family: RoyanaR;
  position: absolute;
  top: -25px;
  left: -28px;
  font-size: 20px;
  transform: rotate(-20deg);
  font-weight: 400;
}
.project .advantage__text {
  margin: 0;
  text-align: center;
}
.project .advantage__mini-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project .benefit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  justify-content: space-around;
}
.project .benefit__block-max {
  width: 45%;
}
.project .benefit__block-mini {
  width: 30%;
}
.project .benefit__block {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.project .benefit__block::before {
  content: "";
  background: #00cae32e;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 300px;
  z-index: -1;
  top: -14px;
  left: -24px;
}
.benefit p {
  margin: 0;
}
.project .benefit__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
footer .nav-pills > li + li {
  margin-left: 0px;
}
/* конец стр о прокте */

/* модальное окно попап*/
.modalka-first {
  display: none;
}
.modalka-fon {
  position: fixed;
  z-index: 100;
  background: #656565;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
  animation: fades 0.6s;
}
.modalka {
  width: 500px;
  background: white;
  border-radius: 10px;
  position: fixed;
  top: 200px;
  padding: 0.3%;
  z-index: 100;
  left: calc(50% - 250px);
  animation: fade 0.6s;
  opacity: 0.95;
}
.modalka__border {
  background: white;
  width: 100%;
  height: 100%;
  border: 2px solid #00cae3;
  border-radius: 10px;
  padding: 20px 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modalka__title {
  text-align: center;
  font-size: 25px;
  color: #00cae3;
  font-weight: 500;
}
.modalka__logo {
  flex-basis: 50%;
  flex-shrink: 0;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.modalka__logo-img {
  width: 100%;
}
.modalka__logo-timer {
  display: flex;
  align-items: center;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
}
.modalka__button {
  padding: 15px 30px;
  background: #00cae3;
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.15s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.modalka__button:focus {
  color: white;
  text-decoration: none;
}
.modalka__button:hover {
  background: #55b559;
  color: white;
  text-decoration: none;
}
.modalka__timer-block {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
}
.modalka__timer-block {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
}
.modalka__text {
  font-weight: 500;
  font-size: 20px;
}
.modalka__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: white;
  border-radius: 30px;
  background-image: url(/public/img/button-close.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.15s ease-in-out;
}
.modalka__close:hover {
  cursor: pointer;
  background-color: #ededed;
}
.modalka__button-onclick {
  padding: 15px 30px;
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.15s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  background: #e5e5e5;
}
.modalka__button-onclick:hover {
  background: #e5e5e5;
  color: white;
  text-decoration: none;
}
.modalka__button-onclick:focus {
  color: white;
  text-decoration: none;
}
.hidden {
  display: none;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fades {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}

/* __секунды в модальном окне */
.modalka__endtime {
  display: none;
}
.modalka__timer {
  width: 100px;
  height: 100px;
  border: 3px solid #00cae3;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}
.modalka__endtime-visible {
  display: block;
  font-weight: 500;
}
/* __ конец секунды в модальном окне */
/* конец модальное окно попап*/

/* промо стикеры на оферах Первый займ 0% */
.promo-zero {
  background: #ffd400;
  display: inline-block;
  padding: 0px 31px;
  position: absolute;
  z-index: 1;
  transform: rotate(-24deg);
  border-radius: 2px;
  color: white;
  left: -11px;
  top: 10px;
  width: 150px;
  font-weight: 500;
  transition: opacity 0.15s ease-in-out;
  text-decoration: none;
}
.info__zero {
  display: block;
  background: #d6011b;
  color: white;
  padding: 4px 10px;
  border-radius: 2px;
  transition: all 0.15s ease-in-out;
}
.info__akciya {
  background: url(/public/img/akciya_2.svg) no-repeat 0 0;
  color: white;
  padding: 4px 10px;
  border-radius: 2px;
  transition: all 0.15s ease-in-out;
}
.promo-akciya {
  background: url(/public/img/akciya.svg) no-repeat 0 0;
  width: auto;
  position: absolute;
  color: white;
  padding: 6px 7px;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 14px;
  font-size: 15px;
  top: 5px;
  left: 5px;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.info__akciya:hover,
.promo-akciya:hover {
  opacity: 0.7;
  color: white;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

/* конец промо стикеры на оферах Первый займ 0% */

/* кнопка расхлопка в index раздел новости */
.button-new {
  padding: 15px 30px;
  background: #55b559;
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease-in-out;
  width: 240px;
  position: relative;
  left: calc(50% - 120px);
  bottom: -10px;
  display: flex;
}
.button-new:after {
  content: "";
  background-image: url(/public/img/arrow-new.svg);
  background-repeat: no-repeat;
  width: 27px;
  height: 15px;
  position: relative;
  top: 2px;
  left: 35px;
}
.button-new:hover {
  background: #00cae3;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.term-description-hidden {
  max-height: 1230px;
  overflow: hidden;
}
.description-heightauto {
  max-height: 2400px;
  transition: all 1s ease-in-out;
}
.description-heightauto + .button-new:after {
  left: 75px;
  transform: rotate(180deg);
}
.term-description {
  padding: 20px 20px 10px;
}

/* конец кнопка расхлопка в index раздел новости */

/* блок преимущества в низу листингов */
.advantage-list__title {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #8e8e8e;
  flex-basis: 100%;
  margin-bottom: 40px;
}
.project-list .advantage {
  padding: 30px 10px 30px;
}

/* конец блок преимущества в низу листингов */

/* стр index.php */
/* __блоки с двумя оферсами */
.top-block {
  margin-bottom: 60px;
}
.term-description {
  margin-bottom: 40px;
}
.row-tow-offers {
  display: flex;
  justify-content: center;
}
.tow-offers .box-product {
  padding-left: 15px;
  padding-right: 15px;
}
.tow-offers-2 .box-product:nth-child(2) {
  margin-bottom: 0;
}
.tow-offers {
  box-sizing: content-box;
  padding: 30px 15px 10px;
  border-radius: 10px;
  border: 2px solid #00cae3;
  position: relative;
  margin-bottom: 30px;
}
.tow-offers__title {
  position: absolute;
  top: -13px;
  left: 100px;
  background: #f3f4f6;
  padding: 0 30px;
  font-size: 21px;
  color: #55b559;
  font-weight: 500;
  text-transform: uppercase;
}
.tow-offers__all {
  position: absolute;
  bottom: -13px;
  right: 100px;
  background: #f3f4f6;
  padding: 0 30px;
  font-size: 16px;
  color: #55b559;
  font-weight: 500;
}
/* __ конец блоки с двумя оферсами */

.banks a.item {
  filter: none;
}
.banks a.item:hover,
.banks a.item:focus {
  filter: grayscale(100%);
}
a.all-home {
  padding: 15px 30px;
  margin: 20px auto 40px;
  background: #00cae3;
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
a.all-home:hover {
  background: #55b559;
}
.swiper-slide {
  width: 50%;
}
.options:after {
  background-image: linear-gradient(-37deg, #55b559 0%, #55b559 100%);
}
.list ul li span a {
  color: #55b559;
}
.options ul > li .bg {
  background-image: linear-gradient(-37deg, #55b559 0%, #55b559 100%);
}
.top-block {
  background: #55b55e21;
}
.ins {
  color: #00cae3;
}
.ins__h1 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.ins .h2 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 0.4px;
}
.ins .h3 {
  margin: 0 0 20px;
  font-size: 22px;
  letter-spacing: 0.3px;
}
.ins .bottom {
  color: #55b55e;
  display: flex;
  justify-content: space-around;
}
.ins__icon {
  width: 50px;
  margin-bottom: 15px;
}
.ins__text2 {
  margin-top: -7px;
}
.top-block .bottom .box {
  width: 15%;
  border-radius: 50%;
  padding: 10px;
  transition: all 0.15s ease-in-out;
}
.top-block .bottom .box:hover {
  background: #00cae312;
  cursor: pointer;
  text-decoration: none;
}
.top-block .bottom .box:focus {
text-decoration: none;
background: #00cae312;
color: #55b559;
outline: none;
}

.ins__text1 {
  margin-top: -5px;
}
.ins__uncor {
  color: #00cae3;
  text-decoration: underline;
  transition: all 0.15s ease-in-out;
}

/* конец стр index.php */

.regions_button {
  cursor: pointer;
  position: relative;
  background-color: white;
  padding: 4px;
}

.regions_select {
  min-width: 100%;
  position: absolute;
  height: 300px;
  overflow-y: scroll;
  background-color: white;
  padding: 5px;
  bottom: 30px;
  left: 0px;
}

.regions_select a {
  display: block;
}
ul.expnav {
  padding: 0;
  text-align: center;
}

.expnav li a:hover {
  text-decoration: none;
  color: white;
}
.iframe-border {
  border-width: 0;
}
.ya-share2__badge {
  margin: 3px !important;
  border-radius: 5px !important;
}
.ya-share2__icon {
  width: 48px !important;
  background-repeat: no-repeat !important;
  background-position: center;
  height: 48px !important;
  opacity: 0.9 !important;
}

/* калькулятор с ползунками */
.sl {
  position: relative;
}
.sl-rub1 {
  position: absolute;
  bottom: -24px;
  font-size: 12px;
  color: white;
}
.sl-rub2 {
  position: absolute;
  font-size: 12px;
  right: 0;
  bottom: -24px;
  color: white;
}
.sl-dn1 {
  position: absolute;
  bottom: -24px;
  font-size: 12px;
  color: white;
}
.sl-dn2 {
  position: absolute;
  font-size: 12px;
  right: 0;
  bottom: -24px;
  color: white;
}
.infografika .slider-bottom {
  padding-bottom: 5px;
}
/* конец калькулятор с ползунками */

.informa-class {
  font-weight: 600;
}
.navbar-collapse.collapse {
  margin: auto;
}
.navbar-slogan {
  margin: 0 0 0px 15px;
}

/* заголовок h1 на мобилках и десктопах */

.desctop-hidden {
  display: none;
}

/* конец заголовок h1 на мобилках и десктопах */

/* блок как получить займ замена предложений */
.scheme-gain__timer {
  color: red;
  font-weight: 600;
}
.scheme-gain__text4 br:nth-child(2) {
  display: none;
}

/* конец блок как получить займ замена предложений */

/* расхлоп ползунков */
.slider-filter__title {
  display: flex;
  justify-content: center;
}
.slider-filter__title2 {
  margin-left: 80px;
  flex-wrap: wrap;
  display: none;
}
.slider-filter__title2 p {
  margin: 0;
  color: #00c8e2;
  flex-basis: 100%;
}
.slider-filter__title2 img {
  width: 30px;
  margin: auto;
}
.slider-filter__title2:hover {
  cursor: pointer;
}
.slider-filter {
  overflow: hidden;
  height: 70px;
}
.slider-filter-heightauto {
  height: auto;
}
.img-rotate180 {
  transform: rotate(180deg);
}

/* конец расхлоп ползунков */

.logo-a {
  display: flex;
  align-items: center;
}
.logo-a img {
  width: 55px;
}
.logo-nome-h {
  color: #656565;
  margin-left: 5px;
  font-size: 18px;
}
.logo-nome-h p:nth-child(2) {
  letter-spacing: 0.5px;
}

.logo p {
  margin: 0;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.logo .navbar-slogan {
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
}
.menu-2-header ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: space-between;
}
#top-nav-ul li:last-of-type a {
  padding-right: 0;
}
#top-nav-ul li:first-of-type a {
  padding-left: 0;
}
.social-btn {
  border: 1px solid #6c6c6c;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff94;
  opacity: 0.8;
  margin: 5px;
}
.social-block {
  display: flex;
  flex-wrap: wrap;
}
.cont__oo {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 20px;
}
article > .cont__oo {
  padding-left: 35px;
}
.cont__title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  color: #656565;
  position: relative;
  margin-bottom: 5px;
}
.cont__oo .cont__text {
  display: block;
  margin: 0;
}
.cont__title-1:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/public/img/a-a.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -32px;
  background-position: center;
}
.cont__title-2:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/public/img/a-em.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -32px;
  background-position: center;
}
.cont__title-3:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/public/img/a-s.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -32px;
  background-position: center;
}
.cont__title-4:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/public/img/a-ms.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -32px;
  background-position: center;
}
.cont__title-0:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/public/img/phonecall.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -32px;
  background-position: center;
}
.cont-bl-bl {
  display: flex;
  margin-top: 35px;
  padding-left: 35px;
}
.cont-bl,
.rekv-bl {
  flex-basis: 40%;
  flex-shrink: 0;
  flex-grow: 1;
}
.cont-bl {
  margin-right: 50px;
}
.rekv__title {
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 20px;
  font-weight: 600;
  color: #656565;
}
.rekv__text {
  margin: 0;
}
.rekv__mb {
  margin-bottom: 20px;
}
.cont__title-5 {
  margin-bottom: 20px;
}
.social-btn-vk {
  background-color: #455c81;
}
.social-btn-f {
  background-color: #414f91;
}
.social-btn-ok {
  background-color: #f0931d;
}
.social-btn-pntr {
  background-color: #c91516;
}
.social-btn-in {
  background-color: #9337b5;
}
.social-btn-tg {
  background-color: #27aed6;
}
.social-btn-tw {
  background-color: #4aa2d7;
}
.social-btn-dz {
  background-color: black;
}
.social-btn-ya {
  background-color: #df091e;
}
.social-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ftr__left {
  flex-basis: 60%;
  flex-shrink: 0;
  flex-grow: 1;
}
.ftr__right {
  flex-basis: 40%;
  flex-shrink: 0;
  flex-grow: 1;
}
.footer__block {
  display: none;
}
.ftr-1 #menu-futer-2,
.ftr-1 #menu-futer-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 57px;
  font-size: 14px;
}
.ftr-1 .nav > li > a {
  padding: 3px 0;
}
.ftr-1 {
  padding: 10px 0;
  border-top: 1px solid #d1d1d1;
}
.ftr-2 {
  padding: 25px 0;
  border-top: 1px solid #d1d1d1;
}
.ftr__bold {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #706f6f;
  margin: 0;
}
span.ftr__bold {
  width: 100px;
  flex-basis: 100px;
  flex-shrink: 0;
  display: block;
}
.ftr__text {
  font-size: 16px;
  margin: 0 0 5px;
  display: flex;
}
.ftr__ooo {
  margin-bottom: 15px;
}
.ftr__urad {
  display: flex;
}
.ftr-2 .social-block {
  margin-top: 15px;
}

/* стр сравнение */
.page_offer .update {
  padding-left: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: flex-end;
}
.swiper-button-prev {
  background-image: url(/public/img/obratno.png);
  width: 45px;
  height: 26px;
  background-size: 100%;
  position: static;
  margin-top: 0;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.swiper-button-next {
  background-image: url(/public/img/tuda.png);
  background-repeat: no-repeat;
  width: 45px;
  height: 26px;
  background-size: 100%;
  position: static;
  margin-top: 0;
}
.ofer {
  display: flex;
  flex-direction: row;
}
.paje_sravni .ofer {
  flex-wrap: nowrap;
  flex-direction: row;
}

.paje_sravni .vertical .cap {
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #e4e4e4;
  margin-left: 0;
  line-height: 14px;
  height: 45px;
  display: flex;
  align-items: center;
}
.paje_sravni .vertical .cap:first-child {
  border-top: 1px solid #e4e4e4;
}

.swiper-slide {
  padding-top: 20px;
  flex-direction: column;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.card.block_sravni {
  box-shadow: none;
  margin: 0;
}
.card.block_sravni .left_ofer {
  margin: 0;
  padding: 0 10px;
  width: 100%;
}
.ofer .left_ofer {
  margin-top: 0;
}
.ofer .left_ofer {
  display: flex;
  flex-direction: column;
  margin-top: -30px;
}
.block_sravni .left_ofer .pattern {
  width: 169px;
  height: 100px;
  background-size: 100%;
  margin: 20px auto 0;
  z-index: 100;
}
.ofer .left_ofer .pattern {
  display: flex;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%),
      0 1px 5px 0 rgb(0 0 0 / 12%);
  background-image: url(/public/img/pattern.png);
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
}
.ofer .left_ofer .pattern .card_mfo {
  width: 100%;
  height: auto;
}
.ofer .left_ofer .pattern .card_mfo img {
  width: 100%;
  border-radius: 10px;
}
.ofer .left_ofer .approval {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  padding-bottom: 10px;
}

.ofer .left_ofer .update {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #d0d0d0;
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
  position: relative;
}
.paje_sravni .ofer .left_ofer .update .view {
  width: 20px;
}
.paje_sravni .ofer .left_ofer .update img {
  width: 17px;
}
.paje_sravni .ofer .left_ofer .update .data {
  position: relative;
  top: 2px;
  font-size: 14px;
}
.paje_sravni .ofer .left_ofer .update .data {
  position: relative;
  top: 2px;
  font-size: 14px;
}
.block_sravni .left_ofer .update_2 {
  margin: 12px 18px 0;
}
.ofer .left_ofer .update_2 {
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 18px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.ofer .left_ofer .update_2 a {
  text-transform: uppercase;
  color: #4caf50;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
.paje_sravni .ofer .left_ofer .btn_sravnenie.dispnone2 {
  display: none;
}
.ofer .left_ofer .btn_sravnenie {
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 30px;
  padding: 9px 12px;
  background: transparent;
  color: #10b8f1;
  text-decoration: underline;
}
.card.block_sravni .btn_mani {
  width: 100%;
  margin: 0 auto 10px;
  background: #55c13d;
  color: white;
  padding: 9px 12px;
}
.card.block_sravni .btn_mani a:hover {
  text-decoration: none;
}
.card.block_sravni .btn_mani a {
  color: white;
  font-size: 16px;
}
.btn.btn-success a {
  color: white;
  text-decoration: none;
}
.block_sravni .value_oll {
  width: 100%;
}
.card.block_sravni .value:first-child {
  border-top: 1px solid #e4e4e4;
}
.block_sravni .value.red {
  color: red;
}
.block_sravni .value.green {
  color: #43be46;
}
.block_sravni .value {
  font-size: 16px;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.swiper-container {
  height: 100%;
  margin: 0 0 0 auto;
  flex-basis: 87%;
  flex-grow: 1;
  flex-shrink: 0;
}
.paje_sravni .vertical {
  flex-basis: 13%;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding-top: 341px;
}
.paje_sravni .swiper-container {
  padding: 0;
}

.paje_sravni .swiper-wrapper {
  padding: 0;
}
.update.dispnone > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.value_oll .treb {
  height: auto;
}
.up-di-annotation {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  font-size: 12px;
  width: 100%;
  left: 0;
  background: #ededed;
  border: 1px solid #b6b6b6;
  border-radius: 2px;
  top: -15px;
  z-index: 1000;
  text-align: center;
}
.div-up-di img {
  cursor: pointer;
}
.card-mfo-btn {
  display: flex;
  align-items: center;
}
.cmbtn .update_3 button {
  margin: 0 0 0 13px;
  padding: 11px;
}
.cmbtn .update_3 a {
  margin: 7px 0 0 13px;
}
.block_sravni .value.treb {
  font-size: 14px;
}

/* конец стр сравнение и элементы к ней на др стр */

.block.off-list {
  margin-bottom: 20px;
}

.h-search {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #deeaf7;
}
.slider-filter-0 {
  margin-top: 85px;
}

.inner.content noindex {
  width: 25%;
}
noindex .col-md-3.col-sm-12.sidebar {
  width: 100%;
  height: 100%;
}
.sidebar .widget:last-child {
  position: sticky;
  top: 95px;
}
.col-md-3.col-sm-12.sidebar {
  clear: both;
}

.inner.content {
  display: flex;
  flex-wrap: wrap;
}

.static-sing-page .toc {
  background: #e8e8ea;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%),
      0 1px 5px 0 rgb(0 0 0 / 12%);
}
.toc-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #aeaeae;
  margin-bottom: 15px;
}
.toc li:not(:last-child) {
  margin-bottom: 10px;
}
.toc li a {
  color: #333;
}
.sravn__btn22 {
  background: #55B559;
  color: white;
  border-radius: 5px;
  padding: 20px;
  height: 60px;
  transition: 0.3s;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.sravn__btn22:hover {
  background: #368939;
  text-decoration: none;
  color: white;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
}
.sravn__btn22:active {
  color: #FFFFFF;
  text-decoration: none;
}
.sravn22 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sravn__box22 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f1f1f1;
  padding: 50px;
  border-radius: 10px;
  border: 1px solid #37d4e6;
}
.sravn22 .sravn__p22 {
  font-size: 30px;
  margin: 0 0 50px;
  line-height: 1.3;
  text-align: center;
}
.sravn22 article {
  width: 100%;
}

/* responsive tables */
.resp-tab-wrap {
  margin: 20px 0;
  padding: 30px;
  overflow-x: auto;
  border: 2px solid #00cae3;
  border-radius: 10px;
}

table.resp-tab-top {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #00cae3;
  box-shadow: 0px 4px 20px 0px rgb(131, 151, 167, 0.5);
  color: #535d7f;
}

table.resp-tab-top tr {
  padding: 5px;
  background-color: #fff;
}

table.resp-tab-top th,
table.resp-tab-top td {
  padding: 15px 10px;
  border: 2px solid #00cae3;
  text-align: left;
  vertical-align: top;
}

table.resp-tab-top th {
  background-color: #55b559;
  color: #fff;
}

.resp-tab-top th.sort-ico span::after, .resp-tab-top th.asc span::after, .resp-tab-top th.desc span::after {
  content: "";
  background-image: url(/public/img/up_down_arrows.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  transform: translateY(3px);
  filter: invert(100%);
}

.resp-table-wrap {
  margin: 20px 0;
  padding: 30px;
  border: 2px solid #00cae3;
  border-radius: 10px;
}

.term_description{
  width: 100%;
}

table.resp-table {
  border-collapse: collapse;
  width: 100%;
  border: 2px solid #00cae3;
  box-shadow: 0px 4px 20px 0px rgb(131, 151, 167, 0.5);
  color: #535d7f;
}
table.resp-table tr {
  padding: 5px;
  background-color: #fff;
  border: 2px solid #00cae3;
}
table.resp-table th,
table.resp-table td {
  text-align: left;
  padding: 10px;
  border: 2px solid #00cae3;
}

table.resp-table th {
  font-weight: bold;
  background-color: #55b559;
  color: #fff;
}
table.resp-table th a {
  color: #fff;
  font-weight: bold;
}
table.resp-table th a:hover {
  text-decoration: underline;
}

.resp-tab-top th.sort-ico span, .resp-tab-top th.asc span, .resp-tab-top th.desc span {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-width: 100px;
}

.pagination{
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.data-page{
  padding: 5px 9px;
  margin: 0 5px;
  cursor: pointer;
}

.paged_active{
  background-color: #d7d4d4;
  border-radius: 5px;
}

.swiper_top_10 {
  padding-top: 0 !important;
}
.card_top_10 img {
  width: 100%;
  border-radius: 15px;
}
.card_top_10 {
  width: 100%;
  border-radius: 15px;
}
.blue-bg-wrapper .update {
  display: flex;
  justify-content: space-between;
  margin-top: -48px;
}
.blue-bg-wrapper .swiper-container {
  padding: 0;
}
.blue-bg-wrapper .swiper-slide {
  border-radius: 15px;
}

.none {
  display: none;
}
#menu-sposoby-polucheniya-sng li,
#menu-podborki-sng li {
  list-style: none;
  text-align: center;
  cursor: pointer;
}
#menu-sposoby-polucheniya-sng li {
  background-color: #999999;
}
#menu-podborki-sng li {
  background-color: #00cae3;
}
#menu-podborki-sng li:hover {
  text-decoration: none;
  background: #00cae380;
  cursor: pointer;
  transition: 0.1s ease-in;
}
#menu-sposoby-polucheniya-sng li:hover {
  background: #999999c7;
  transition: 0.1s ease-in;
}
#menu-sposoby-polucheniya-sng a:hover,
#menu-podborki-sng a:hover {
  text-decoration: none;
}
#menu-sposoby-polucheniya-sng a,
#menu-podborki-sng a {
  color: #fff;
  padding: 3px 0;
  width: inherit;
  display: block;
}
.mt60 {
  margin-top: 80px;
}
.cf__form {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.cf_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.before_cf {
  font-size: 20px;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 45px;
}
.cf_flex {
  display: flex;
  width: 49%;
  margin-bottom: 15px;
}
.cf_textarea {
  width: 100%;
}
.cf_top input {
  flex-grow: 1;
  padding-left: 20px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #707070;
  width: 100%;
  height: 40px;
}
.cf_square {
  width: 40px;
  height: 40px;
  background-color: gray;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #707070;
}
.cf_square_name {
  background-image: url(/public/img/form-name.svg);
}
.cf_square_email {
  background-image: url(/public/img/form-email.svg);
}
.cf_square_name,
.cf_square_email {
  background-repeat: no-repeat;
  background-position: center center;
}
.cf_textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
}
.cf_submit {
  display: block;
  width: 100%;
  background: #10b8f1;
  color: white;
  transition: 0.3s;
  border: none;
  padding: 10px;
  cursor: pointer;
}
.description-heightauto {
  max-height: 10000px;
}
.flex-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.flex-rewiews {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-bottom: 15px;
}
.reviews {
  margin-bottom: 15px;
}
.flex-rewiews .btn-link {
  margin-bottom: 0 !important;
}
.lk-btn {
  margin-bottom: 60px;
  margin-top: 30px;
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
}
.slider-wrapper {
  margin-bottom: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.slider-item {
  margin: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  min-width: 370px;
  min-height: 250px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.slider-item__header {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-item__offer-name {
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
}
.slider-item__offer-name a {
  color: #55b559;
  text-decoration: none;
}
.slider-item__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 40px;
}
.slider-item__review {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #535d7f;
}

.slider-item__author-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
}

.slider-item__author {
  margin: 0;
  color: #535d7f;
}

.slider-item__date {
  margin: 0;
  color: rgba(83, 93, 127, 0.5);
}

/* Конец слайдера с отзывами на главной */

/* TABS on index */

.tabs-description {
  margin-bottom: 30px;
}

.tabs-block {
  width: 95%;
  min-width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.tabs-block__contents {
  padding: 20px 0 20px;
  min-height: 200px;
}

.tabs-block__contents-seeall {
  margin-top: 30px;
  text-align: center;
  font-weight: 400;
}

.tabs-block__contents-seeall a {
  text-decoration: none;
}

.tabs-block__contents-seeall a:hover {
  text-decoration: underline;
}

.tabs-block > ul {
  text-align: center;
  font-weight: 400;
  padding: 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.tabs-block > ul > li {
  display: inline-block;
  background: #fff;
  padding: 0.6em 0;
  position: relative;
  width: 33%;
  margin: 0 0 0 -4px;
}
.tabs-block > ul > li:before,
.tabs-block > ul > li:after {
  opacity: 0;
  transition: 0.3s ease;
}
.tabs-block > ul > li.ui-tabs-active:before,
.tabs-block > ul > li.ui-tabs-active:after,
.tabs-block > ul > li.ui-state-hover:before,
.tabs-block > ul > li.ui-state-hover:after,
.tabs-block > ul > li.ui-state-focus:before,
.tabs-block > ul > li.ui-state-focus:after {
  opacity: 1;
}
.tabs-block > ul > li:before,
.tabs-block > ul > li.ui-state-active.ui-state-hover:before,
.tabs-block > ul > li.ui-state-active.ui-state-focus:before {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 2px 3px rgba(0, 200, 227, 0.5);
  top: 50%;
  bottom: 0px;
  left: 5px;
  right: 5px;
  border-radius: 100px / 10px;
}
.tabs-block > ul > li:after,
.tabs-block > ul > li.ui-state-active.ui-state-hover:after,
.tabs-block > ul > li.ui-state-active.ui-state-focus:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
  transform: rotate(45deg);
  box-shadow: inset 3px 3px 3px rgba(0, 200, 227, 0.5),
      inset 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.tabs-block > ul > li.ui-state-hover:before,
.tabs-block > ul > li.ui-state-focus:before {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.tabs-block > ul > li.ui-state-hover:after,
.tabs-block > ul > li.ui-state-focus:after {
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2),
      inset 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.tabs-block > ul > li.ui-state-focus a {
  text-decoration: underline;
}
.tabs-block > ul > li:focus {
  outline: none;
}
.tabs-block > ul > li a {
  display: inline-block;
  width: 100%;
  color: #535d7f;
  text-decoration: none;
}
.tabs-block > ul > li a:focus {
  outline: none;
  text-decoration: none;
  color: #00cae3;
}
.tabs-block > ul > li a:active {
  text-decoration: none;
  color: #00cae3;
}
.tabs-block > ul > li a span {
  position: relative;
  top: -0.5em;
  padding: 1em;
}

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

.tabs-block__contents-cards {
  width: 24%;
}

a.tabs-block__contents-cards {
  text-decoration: none;
}

/* Cards action & news in tabs */

.tab-card-actions {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 10px;
  transition: all 0.2s ease-in;
}
.tab-card-actions:hover {
  border: 1px solid #00cae3;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.tab-card-actions:hover .tab-card-actions__title {
  color: #008697;
}

.tab-card-actions__img {
  position: relative;
  margin-bottom: 10px;
}

.tab-card-actions__img img {
  display: block;
  max-width: 100%;
  width: calc(290px - 20px);
  height: 130px;
  object-fit: cover;
}

.tab-card-actions__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.5em;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #535d7f;
  transition: color 0.2s ease-in;
}

/* Cards credit by day */

.tab-card-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 10px;
  border: 1px solid #bebebe;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  color: #535d7f;
  transition: all 0.2s ease-in;
}
.tab-card-day:hover {
  border: 1px solid #00cae3;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.tab-card-day__img img {
  display: block;
  height: 130px;
  object-fit: cover;
}
.tab-card-day__criterions {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.tab-card-day__criterions * + * {
  margin-top: 10px;
}
.tab-card-day__persent {
  font-size: 20px;
}
.tab-card-day__persent span,
.tab-card-day__summ span,
.tab-card-day__period span {
  font-weight: 600;
  color: #55b559;
}

.tab-card-day__benefit {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #00cae3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.5em;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  transition: color 0.2s ease-in;
}
.tab-card-day__button {
  display: block;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 6px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  background-color: #55b559;
}
.tab-card-day__button:hover {
  background-color: #999999;
  color: #fff;
  text-decoration: none;
}
.tab-card-day__license {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(83, 93, 127, 0.5);
}

/* Блок финпомощник на главной */

.fin-helper {
  margin: 30px 0;
  padding: 40px;
  border-radius: 10px;
  background-color: #55b55e21;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 400;
}
.search_title {
  text-decoration: none;
  color: black !important;
}
.search_link{
  padding: 5px 20px !important;
}
.search_link:hover{
  background: #cccccc;
}
.search_body{
  position: absolute;
  top: 0;
  left: 0;
  background: #cccccc;
  max-height: 400px;
}
.fin-helper__read-more {
  line-height: 1;
  text-align: right;
  font-size: 18px;
}

.home-slider{
  margin-top: -10px;
}

.home-zaimi{
  margin-top: 85px;
}

.head-image-size img{
  width: 170px;
}

.widget_recently_viewed_products .product_list_widget li a img{
  width: 180px!important;
  height: auto;
}

.cat-block .thumbnail img{
  width: 400px;
  height: auto;
}

.an-post-img img {
  width: 260px;
  height: auto;
}

.an-post-img a img {
  max-width: 260px;
  height: 170px;
  object-fit: cover;
  object-position: center;
}

.form-submit{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.num_offers{
  margin-right: 12px;
  color: #00cae3;
  font-weight: 400;
}
#sort_select_form{
  display: flex;
  align-items: baseline;
}

.sort-sel__img{
  width: 16px;
  height: 16px;
  display: none;
  transform: translateY(-1px);
  cursor: pointer;
}
.sort-asc{
  transform: scale(1, -1);
}
.sort-sel{
  margin-left: 10px;
  display: flex;
  height: 20px;
  align-items: center;
}
.sort_select{
  color: #333!important;
  opacity: .6;
  margin-left: 3px;
  font-size: 16px;
}
.sort-active{
  opacity: 1!important;
}

.newoffer_none{
  display: none;
}
#all_res_watch{
  padding: 15px 30px;
  margin: 20px auto 40px;
  background: #00cae3;
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
.container.res-container{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.res-container .offer-card {
  margin: 0 auto;
}

.sticky{
  position: sticky;
  top: 75px;
}

.res_podbor{
  position: relative;
  width: 100%;
}
.wait{
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translateY(20px);
}
.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.spinner .path {
  stroke: grey;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.mt-20{
  margin-top: -20px;
}
.mt-30{
  margin-top: -30px;
}

/* Новый подбор */
.choice * {
  margin: 0;
  padding: 0;
}
.choice.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.choice {
  margin-top: 30px;
  background: white;
  border-radius: 10px;
  border: 1px solid #00cae3;
  padding: 20px 60px 30px;
  color: #656565;
  font-weight: 400;
}
.choice__title {
  margin: 0 0 20px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid #C4C4C4;
}
.choice__desc {
  margin-bottom: 20px;
}
.choice__wrapper {
  display: flex;
  justify-content: space-between;
}
.choice__wrapper > * + * {
  padding-left: 70px;
  border-left: 1px solid #c4c4c4;
}
.choice__label {
  position: relative;
  width: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.choice__label + .choice__label {
  margin-top: 40px;
}
.choice__label > span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
.choice__input {
  display: inline-block;
  margin-bottom: 6px;
  width: 95px;
  height: 30px;
  text-align: right;
  padding-right: 5px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #00CAE3;
}
.choice__input:focus {
  border: none;
  outline: 1px solid rgb(0, 202, 227, 0.2);
  box-shadow: 0 0 10px rgba(42, 183, 153, 0.1);
}
.canvas {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chart {
  width: 150px;
  height: 150px;
}
.unit {
  fill: none;
  stroke-width: 4;
  animation-name: render;
  animation-duration: 1.5s;
  transition: 0.3s;
}
.unit:nth-child(1) {
  stroke: #00CAE3;
  stroke-dasharray: 99 100;
}
.unit:nth-child(1):hover {
  opacity: 0.8;
  stroke-width: 3;
}
.unit:nth-child(2) {
  stroke: #FF7A00;
  stroke-dasharray: 1 100;
  stroke-dashoffset: -99;
}
@keyframes render {
  0% {
    stroke-dasharray: 0 100;
  }
}
.canvas__desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.canvas__desc > span {
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.canvas__percent {
  font-size: 40px;
  line-height: 1;
  color: #00CAE3;
}
.choice-result {
  text-align: center;
}
.choice-result__count {
  margin-bottom: 5px;
  font-size: 36px;
  line-height: 1.25;
  color: #00CAE3;
}
.choice-result span {
  display: block;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.25;
}
.choice-result__btn {
  width: 195px;
  height: 55px;
  background: #00CAE3;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: none;
  font-size: 20px;
font-weight: 500;
  line-height: 55px;
  color: #FFFFFF;
}
.slider-block {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.slider-block .slider-filter__money-1, .slider-block .slider-filter__year-1 {
  left: 0;
}
.slider-block .slider-filter__money-2, .slider-block .slider-filter__year-2 {
  right: 0;
}
.slider-block .slider-filter__money-1,
.slider-block .slider-filter__money-2,
.slider-block .slider-filter__year-1,
.slider-block .slider-filter__year-2 {
  bottom: -25px;
}
/* Конец нового подбора */

/* Новые страницы новостей и акций */
.new-act {
  padding-top: 40px;
}
.new-act .h1 {
  margin-top: 0;
  margin-bottom: 40px;
}
.new-act .container {
  max-width: 1170px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
.new-act__row {
  display: flex;
  justify-content: space-between;
}
.new-act__aside {
  padding-top: 82px;
  width: 195px;
}

.new-act__aside-title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.new-act__aside-nav {
  list-style: none;
  padding: 0;
}
.new-act__aside-nav > * + * {
  margin-top: 15px;
}
.new-act__aside-nav a, .new-act__aside-nav_li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #555555;
  text-decoration: none;
  transition: 0.2s;
}
.new-act__aside-nav a{
  display: inline-flex;
  align-items: center;
}
.new-act__aside-nav a:hover,
.new-act__aside-nav a:active,
.new-act__aside-nav a:focus {
  color: #0AA344;
}
.new-act__aside-nav_li:hover,
.new-act__aside-nav_li:active,
.new-act__aside-nav_li:focus {
  color: #0AA344;
  cursor: pointer;
}
.new-act__aside-nav img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.new-act__content {
  width: 910px;
}
.news-tags {
  margin-bottom: 30px;
}
.new-act__grid {
  --size: 440px;
  display: grid;
  grid-template-columns: minmax(290px, var(--size)) minmax(290px, var(--size));
  grid-template-rows: repeat(2, auto);
  grid-auto-rows: auto;
  grid-gap: 30px;
  margin-bottom: 60px;
  justify-content: center;
}
.news-card {
  width: 100%;
  padding: 15px;
  background: #fff;
  transition: 0.2s;
  border: 1px solid #bebebe;
  border-radius: 10px;
}
.news-card:hover {
  border: 1px solid #00cae3;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.news-card:hover .news-card__img img {
  opacity: 1;
}
.news-card__img {
  --ratio: 1.863636363636364;
  width: var(--size) - 30px;
  height: calc((var(--size) - 30px) / var(--ratio));
  margin-bottom: 10px;
  position: relative;
}
.news-card__img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  opacity: 0.8;
  transition: 0.2s;
}
.news-card__category {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 20px;
  height: 25px;
  background: #EFEFEF;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}
.news-card__category:hover {
  color: #0AA344;
  text-decoration: none;
}
.news-card__content {
  margin-top: 5px;
  padding: 5px;
}
.news-card__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #999999;
}
.news-card__info:not(:last-of-type) {
  margin-bottom: 20px;
}
.news-card__views,
.news-card__info-reviews,
.news-card__likes,
.news-card__like {
  display: flex;
  align-items: center;
}
.news-card__views img,
.news-card__info-reviews img,
.news-card__like img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.news-card__title {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  min-height: 45px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
.news-card__title a {
  color: #333;
  text-decoration: none;
  transition: 0.2s;
}
.news-card__title a:hover {
  color: #0AA344;
}
.news-card__text {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  min-height: 100px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.news-card__info-reviews {
  color: #999999;
  text-decoration: none;
  transition: 0.2s;
}
.news-card__info-reviews:hover {
  color: #0AA344;
  text-decoration: none;
}
.news-card__info-reviews img,
.news-card__like img {
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
.news-card__likes > * + * {
  margin-left: 15px;
}
.news-card__tags {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.news-card__tags-item {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  margin: 5px 3px;
  height: 20px;
  background: rgba(255, 255, 255, 0.8);
  color: #303030;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: 0.2s;
}
.news-card__tags-item:hover {
  background: rgba(255, 255, 255);
  color: #0AA344;
  text-decoration: none;
}
.news-card.news-card--small {
  grid-column: 1 / -1;
}
.news-card--small {
  display: flex;
  padding: 25px;
}
.news-card--small .news-card__content {
  margin: 0;
  padding: 0;
}
.news-card--small .news-card__tags {
  position: relative;
  top: 0;
  left: 0;
  margin-left: -3px;
  margin-bottom: 10px;
}
.news-card--small .news-card__tags .news-card__tags-item {
  background: #EFEFEF;
}
.news-card--small .news-card__tags .news-card__tags-item:hover {
  background: #EFEFEF
}
.news-card--small .news-card__category {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 10px;
}
.news-card--small .news-card__img {
  --size: 255px;
  --ratio: 1;
  --ratio-col:  1.863636363636364;
  width: var(--size);
  height: auto;
  margin-bottom: 0;
  margin-right: 30px;
  position: relative;
  flex-shrink: 0;
}
.news-card--small .news-card__img .news-card__tags, .news-card--small .news-card__content .news-card__category {
  display: none;
}
.news-card--small .news-card__text {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  min-height: 70px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.new-listing-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  height: 48px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  transition: 0.3s;
  cursor: pointer;
  background-color: #55B559;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.new-listing-btn:hover,
.new-listing-btn:focus,
.new-listing-btn:active {
  background-color: #368939;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  text-decoration: none;
}

/* чекбоксы теги */
ul.ks-cboxtags {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.ks-cboxtags li {
display: inline;
}
ul.ks-cboxtags li label, .cloud-li-class {
  display: inline-block;
  margin: 3px 0px;
  background-color: rgba(255, 255, 255, .9);
  border: 1px solid rgba(139, 139, 139, .3);
  color: #adadad;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all .2s;
}
ul.ks-cboxtags li label, .cloud-li-class {
  padding: 0px 10px;
  cursor: pointer;
  color: #303030;
  font-size: 14px;
  font-weight: 400;
}
.cloud-li-class a{
  color: #000!important;
}
.wp-tag-cloud{
  padding: 0!important;;
}
ul.ks-cboxtags li label::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  padding: 0;
  padding-right: 5px;
  content: " ";
  transition: transform .3s ease-in-out;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
  content: "\2714";
  transform: rotate(-360deg);
  transition: transform .3s ease-in-out;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label {
  border: 1px solid #1bdbf8;
  background-color: #12bbd4;
  color: #fff;
  transition: all .2s;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 1px solid #1bdbf8;
}
.new-act__aside-nav_select{
  display: none;
}

/* медиа */

.canvas__percent::after{
  content: '%';
  display: inline-block;
}
#slider-button1 span{
  margin: 0;
}

.naideno{
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 45px;
}

.sort-result{
  display: flex;
  width: 100%;
}

.wpulike_up_vote button:after {
  background-image: url(/public/img/like-button-vote.svg) !important;
  filter: none;
}
.wpulike_down_vote button:after {
  background-image: url(/public/img/dislike-button-vote.svg) !important;
  filter: none;
}
.wp_ulike_general_class button:after {
  width: 22px!important;
  height: 22px!important;
}

.link_active{
  color: #0AA344!important;
}

.an-news-img img{
  width: 100%;
}

.like__title{
  font-size: 20px;
  font-weight: 600;
  color: #555555;
  margin-bottom: 10px;
}
.post-like{
  width: 280px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tag_page{
  display: flex;
}

.categories_list{
position: sticky;
top: 75px;
}

/* Блок подбора в листингах и подборках */

.choiсe-podborki {
  padding: 10px 30px 35px;
  margin-bottom: 30px;
  border-radius: 10px;
  background: white;
  border: 1px solid #00cae3;
}

.choiсe-podborki__form {
  display: flex;
  justify-content: space-between;
}
.choiсe-podborki__form .choice__label + .choice__label {
  margin-top: 0;
}
.choiсe-podborki__form .choice__label {
  width: 47%;
}
.choiсe-podborki__form .choice__label > span,
.choiсe-podborki__form .choice__input {
  font-size: 16px;
}
.choiсe-podborki__form .choice__label .slider-block .noUi-horizontal {
  margin: 0px 0;
}

.blog-class{
  margin-top: 40px;
  justify-content: space-around;
}

.news-card__tags.blog-card__tags{
  left: 100px;
}

/* Новый листинг акций */
.new-act__content.new-act__content--accii {
  width: 100%;
  margin-bottom: 70px;
}
.new-act__grid.new-act__grid--small {
 --sizeSmall: 400x;
  grid-template-rows: unset;
  grid-auto-rows: auto;
}
.new-act__grid.new-act__grid--small .news-card__title {
  margin-top: 10px;
}
.new-act__grid.new-act__grid--small .news-card__text {
  margin-bottom: 20px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  max-height: 70px;
}
.new-act__grid.new-act__grid--small .news-card__content {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  color: #999999;
}
.accii-date {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 9;
  padding: 0 10px;
  height: 25px;
  background: #ffd400;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  color: #FFFFFF;
}
.news-card__img {
  overflow: hidden;
}
.accii-spoiler-shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
}
.accii-spoiler {
  display: block;
  padding: 0 22px 0 15px;
  height: 40px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  -webkit-clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
  background: #ffd400;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  color: #FFFFFF;
}
.accii-description {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.accii-description > * + * {
  margin-top: 15px;
}
.accii-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.accii-archive {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #5A5A5A;
  text-decoration: none;
  transition: 0.2s;
}
.accii-archive:hover {
  color: #0AA344;
}
.accii-archive img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

/* Новый оффер для мимика и листингов */
.offer-card {
  position: relative;
  overflow: hidden;
  max-width: 847px;
  padding: 10px 20px;
  background: #FFFEFE;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #BEBEBE;
  border-radius: 10px;
  width: 100%;
  transition: 0.2s;
}
.offer-card:hover, .offer-card:focus, .offer-card:active {
  border: 1px solid #00CAE3;
}
.promo-zero-new {
  background: #D12020;
  display: inline-block;
  padding: 3px 25px;
  position: absolute;
  z-index: 1;
  transform: rotate(-25deg);
  left: -15px;
  top: -3px;
  width: 185px;
  color: #FFFEFE;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  transition: opacity 0.15s ease-in-out;
  text-decoration: none;
}
.offer-card__top {
  display: flex;
}
.offer-card__left {
  max-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.offer-card__left img {
height: 80px;
  object-fit: contain;
  object-position: center;
}
.offer-card .rating {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
  text-align: left;
}
.offer-card .rating span {
  width: 18px;
  height: 18px;
}
.offer-card .rating span.star-fill {
  background: url(/public/img/offer-img/star-fill.svg) no-repeat;
}
.offer-card .rating span.star-outlile {
  background: url(/public/img/offer-img/star-outline.svg) no-repeat;
}
.offer-card .rating > * {
  margin-right: 2px;
}
.offer-card__data {
  margin-left: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #00CAE3;
}
.offer-card__right {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.offer-card__benefit {
  margin-bottom: 15px;
  width: 100%;
  padding: 2px 20px;
  background: #00CAE3;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #FFFFFF;
}
.offer-card__center {
  margin-bottom: 10px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offer-card_potreb .offer-card__center {
  padding: 0 0 0 20px;
}
.offer-card__setting {
  margin: 0;
  padding: 0;
  max-width: 210px;
  width: 100%;
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.offer-card__setting li {
  display: flex;
  justify-content: space-between;
}
.offer-card__setting li + li {
  margin-top: 10px;
}
.offer-card__setting-data {
  font-weight: 600;
  flex-shrink: 0;
}
.offer-card__license {
  padding: 0 20px;
  border-left: 1px solid #BEBEBE;
  border-right: 1px solid #BEBEBE;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  color: #BEBEBE;
}
.offer-card_potreb .offer-card__license {
  padding: 0 10px;
}
.offer-card__license img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.offer-card__button {
  display: block;
  width: 155px;
  height: 40px;
  background: #55B559;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.offer-card__button:not(:last-of-type) {
  margin-bottom: 15px;
}
.offer-card__button:hover {
  background: #368939;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  text-decoration: none;
}
.offer-card__button:focus,
.offer-card__button:active {
  color: #FFFFFF;
  text-decoration: none;
}
.offer-card__add-compare {
  margin-left: auto;
  margin-right: auto;
  border: none;
  display: flex;
  align-items: center;
  background-color: transparent;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  color: #535D77;
  cursor: pointer;
  transition: 0.2s;
}
.offer-card__add-compare:not(:last-child) {
  margin-bottom: 10px;
}
.pl-min{
  display: block;
  font-size: 14px;
  color: #535D77;
  border: 1px solid #535D77;
  border-radius: 100%;
  padding: 0px 3px;
  margin-right: 6px;
  transition: 0.2s;
}
.offer-card__left .rating span.white{
  background: url(/public/img/offer-img/star-outline.svg);
  background-size: cover;
}
.offer-card__add-compare:hover {
  color: #FF7A00;
}
.offer-card__add-compare:hover .pl-min {
  color: #FF7A00;
  border: 1px solid #FF7A00;
}
.offer-card__add-compare svg {
  width: 17px;
  height: 17px;
  fill: #535D77;
  margin-right: 5px;
  transition: 0.2s;
}
.offer-card__add-compare.offer-card__add-compare--active {
  color: #368939;
  font-weight: 600;
  transition: 0.2s;
}
.offer-card__add-compare.offer-card__add-compare--active svg {
  fill: transparent;
  stroke: #368939;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: 0.2s;
}
.offer-card__add-compare.offer-card__add-compare--active:hover {
  color: #FF7A00;
}
.offer-card__add-compare.offer-card__add-compare--active:hover svg {
  stroke: #FF7A00;
}
.offer-card__info {
  margin-top: auto;
  padding-left: 20px;
}
.offer-card__info,
.offer-card__reviews,
.offer-card__views {
  display: flex;
  align-items: center;
  line-height: 1;
}
.offer-card__approval {
  font-weight: 300;
}
.offer-card__approval img {
  display: none;
}
.offer-card__reviews img,
.offer-card__views img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}
.offer-card__arrow {
  margin-left: auto;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer-card__approval,
.offer-card__reviews {
  margin-right: 30px;
}
.offer-card__arrow svg {
  width: 20px;
  height: 20px;
  fill: #535D77;
  transition: 0.2s;
}
.offer-card__arrow:hover svg {
  fill: #FF7A00;
}
.offer-card__bottom {
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 20px;
  border-top: 1px dashed #BEBEBE;
  line-height: 1.3
}
.offer-card__zero {
  width: 100%;
  margin-bottom: 20px;
  padding: 2px 0;
  background: #ffd400;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}

.offer-card__row {
  display: flex;
  justify-content: space-between;
}
.offer-card__col {
  width: 45%;
}
.offer-card__subtitle {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}
.offer-card__criterion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offer-card__criterion > * + * {
  margin-top: 10px;
}
.offer-card__criterion-text {
  font-weight: 600;
}
.offer-card__row.offer-card__row--buttons {
  justify-content: center;
  margin-top: 30px;
}
.offer-card__row.offer-card__row--buttons a {
  text-decoration: none;
}
.offer-card__row.offer-card__row--buttons .button-rsh {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.box-product .mfo-none{
  display: none;
}

.mfo-info.info-rsh{
  padding-left: 0;
}
.offer-card__add-compare.offer-card__add-compare--active.btn_sravnenie{
  justify-content: center;
}

.new-act__content--accii .news-card__likes{
  justify-content: flex-end;
}
.new-act__content--accii .sidebar.side-akc {
  padding-top: 72px;
}
.new-act__content--accii h1 {
  margin-bottom: 40px;
}

.new-act__content.new-act__content--accii{
  height: 100%;
  padding-bottom: 30px;
}

.sidebar.side-akc{
  height: 100%;
}

.new-act__grid.new-act__grid--small .tabs-block__contents-cards{
  width: 100%;
}
.new-act__grid.new-act__grid--small .tabs-block__contents-cards,.new-act__grid.new-act__grid--small .tabs-block__contents-cards .tab-card-day{
  height: 520px;
}
.new-act__grid.new-act__grid--small .tabs-block__contents-cards .tab-card-day{
  justify-content: space-between;
}

.custom-rating.active{
  text-decoration: underline;
  color: #55b559;
}

.custom-rating_block{
  margin-bottom: 10px;
}

.comment_blog{
  height: 160px!important;
  width: 100%!important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 10px!important;
  font-size: 16px;
  color: #333;
  font-weight: 300;
}
.comment_blog:focus, .comment_blog:active,
.reviews_in_blog #author:focus, .reviews_in_blog #author:active,
.reviews_in_blog #email:focus, .reviews_in_blog #email:active {
  outline: 1px solid #96d1db;
  box-shadow: 0 0 7px rgba(16, 184, 241, 0.3);
}

.reviews_in_blog{
  position: relative;
}

.reviews_in_blog .form-submit{
  width: 100%!important;
}

.reviews_in_blog #review_form .form-submit input[type="submit"]{
  color: #fff;
  background-color: #575756;
  border-color: #4e555b;
  display: inline-block;
  font-weight: 400;
  border: 1px solid transparent!important;
  line-height: 1.5!important;
  text-align: center!important;
  vertical-align: middle!important;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;
  width: auto!important;
  height: auto!important;
  box-shadow: none!important;
  padding: 10px 30px;
  border-radius: 10px;
}
.reviews_in_blog #review_form .form-submit input[type="submit"]:hover {
  background-color: #55b559;
}

.reviews_in_blog #author, .reviews_in_blog #email, .reviews_in_blog #comment{
  width: 100%!important;
  padding: 15px 20px!important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 10px!important;
  font-size: 16px;
  color: #333;
  font-weight: 300;
}

.reviews__blog .btn-link{
  width: fit-content!important;
}

.comment__bottom{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -10px;
}

/* Поиск в хедере */

.dbl .nav2__search-btn {
  width: 25px;
  height: 25px;
  border: 0;
  cursor: pointer;
  transition: 0.25s;
  background: url(/public/img/search-btn.svg) no-repeat;
  flex-shrink: 0;
  display: block;
}
.search_result {
  position: absolute;
  width: 1080px;
  background: #f3f3f3;
  max-height: 430px;
  overflow-y: auto;
  top: 40px;
  right: 40px;
  padding: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.nav2__search .search_result {
  color: #212529;
}
.nav2__search .search_result .r {
  font-weight: 500;
  margin-bottom: 10px;
}
.nav2__search .search_result .items a + a {
  margin-top: 10px;
}
.nav2__search .search_result div:not(:first-child) {
  border-top: 1px solid #787878;
  padding-top: 10px;
  margin-top: 10px;
}
.nav2__search .search_result div:last-child {
  border-top: none;
}
.nav2__search .search_result .items a {
  display: block;
}

.dbl .nav2__search-btn:hover {
  opacity: 0.5;
}
.dbl .nav2__search {
  position: relative;
  align-items: center;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.dbl .nav2__search-input {
  width: 0;
  padding: 0;
  border: 0;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  transition: 0.25s;
}
.dbl .nav2__search-input.active {
  width: 1080px;
  padding-left: 20px;
  z-index: 9999999999;
}
.dbl .nav2__search-input:focus {
  outline: 2px solid #00cae3;
  box-shadow: 0 0 8px #00cae369;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #212529;
}
.nav2__search .search_result .more {
  cursor: pointer;
  background: #55b559;
  width: 140px;
  padding: 10px;
  color: white;
  transition: 0.3s;
}
.nav2__search .search_result .more:hover {
  background: #39843c;
}
.nav2__search .search_result .more::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  background: url(/public/img/more-arrow_1.svg) top 5px center no-repeat;
}

.nav2__search.nav2__search--mobile {
  display: none;
  margin-right: 30px;
}
.nav2__search.nav2__search--desctop {
  margin-right: 40px;
}

/* кастомный селект в акциях */
.news-tabs_mobile-wrapper {
  display: none;
  margin-bottom: 30px;
}
.news-tabs_mobile-wrapper span {
  min-width: 55px;
  font-size: 18px;
}

.news-tabs_mobile{
  border: none;
  padding: 0 20px;
  height: 38px;
  font-size: 18px;
}
.news-select__wrapper {
  position: relative;
  width: 320px;
}
.news-select {
  padding: 3px 20px 3px 10px;
  width: 100%;
  border: 1px solid #bebebe;
  outline: none;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 16px;
  color: #626262;
  line-height: 34px;
  text-align: left;
  cursor: pointer;
  transition: .3s;
}
.news-select:hover {
  border-color: #00cae3;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.news-select:focus, .news-select:active, .news-select--active {
  border-color: #00cae3;
  box-shadow: 0 0 8px #00cae369;
}
.news-select::-ms-expand {
  display: none;
}
.news-select::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url('./img/news-select-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  transition: .2s ease-in;
}
.news-select--active.news-select::before{
  transform: rotate(180deg) translateY(50%);
}
.news-select__list {
  display: none;
  position: absolute;
  left: 0;
  top: 41px;
  z-index: 10;
  overflow-y: auto;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid #00cae3;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 8px #00cae369;
  font-size: 16px;
  text-align: left;
  max-height: 300px;
  overflow-y: auto;
}
.news-select__list--visible {
  display: block;
}
.news-select__list-item {
  margin: 0;
  padding: 10px 20px;
  transition: 0.3s;
  cursor: pointer;
}
.news-select__list-item:hover {
  background: rgba(16, 184, 241, 0.1);
}
.news-select__list-item:active {
  background-color: #96d1db;
}

.card_akcii .news-card__likes{
  justify-content: space-between!important;
}

.card_akcii .news-card__views{
  justify-content: flex-end!important;
}

.accii-date_single.meta__accent {
  margin-left: 0;
  margin-bottom: 20px;
  font-size: 20px;
}

.img_wrap_relative{
  position: relative;
  width: max-content;
  margin: 0 auto;
  max-height: inherit;
  height: inherit;
  max-width: 100%;
}

.category-akcii .sticky.card_offer_mobile{
  display: none;
}

/* значок акции в карточке оффера */
.info-block {
  position: relative;
  margin-top: 40px;
}
.info-block .range {
  margin-top: 10px;
}

.spec-action {
  margin: 0;
  padding-right: 20px;
  position: absolute;
  top: -39px;
  width: auto;
  display: flex;
  align-items: stretch;
}
.spec-action > * + * {
  margin-left: 3px;
}
.bg-info__offer {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: start;
  background: #00cae3;
  padding: 7px 15px;
  color: white;
  text-transform: none;
  width: auto;
}
.offer-action {
  display: block;
  background-color: #ffd400;
  width: 40px;
  background-image: url(/public/img/offer-action-icon.svg);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center;
  flex-shrink: 0;
  transition: 0.3s;
}
.offer-action:hover {
  background-color: #ffbf00;
}

.offer-card__benefit span {
  position: relative;
}
.offer-card__benefit .offer-action {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
  display: inline-block;
  height: 40px;
}

.show-more-button{
  display: none;
}

.wrapper-content.card.show-more-button {
  margin: 0 auto;
  width: fit-content;
}
.wrapper-content.card.show-more-button .btn-zayavka-big {
  background: transparent;
  padding: 0;
  box-shadow: unset;
  color: #63c431;
  text-transform: none;
  font-size: 18px;
  text-decoration: underline dashed;
}
.wrapper-content.card.show-more-button .btn-zayavka-big:hover {
  text-decoration: underline;
}

/* List for wp */
.customlist-wrapper {
  width: 90%;
  margin: 0 auto;
}
.customlist-wrapper + * {
  margin-top: 20px;
}
.customlist-wrapper ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.customlist-wrapper ol > li + li {
  margin-top: 20px;
}

.customlist-wrapper ol {
  counter-reset: steps-counter;
}
.customlist-wrapper ol > li {
  position: relative;
  font-size: 16px;
  padding: 12px 20px 12px 60px;
  border: 1px solid transparent;
  border-radius: 20px;
  background-color: #ffffff70;
}
.customlist-wrapper ol > li > p {
  margin: 0;
}

.customlist-wrapper ol > li:nth-child(3n+1) {
  border: 1px solid #BEBEBE;
}
.customlist-wrapper ol > li:nth-child(3n+2) {
  border: 1px solid #00CAE3;
}
.customlist-wrapper ol > li:nth-child(3n) {
  border: 1px solid #55B559;
}
.customlist-wrapper ol > li::before {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px 15px;
  content: counter(steps-counter);
  counter-increment: steps-counter;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
.customlist-wrapper ol > li:nth-child(3n+1)::before {
  background-color: #BEBEBE70;
}
.customlist-wrapper ol > li:nth-child(3n+2)::before {
  background-color: #00CAE370;
}
.customlist-wrapper ol > li:nth-child(3n)::before {
  background-color: #55B55970;
}

/* FAQ на html+css+js */
.faq-block {
  margin: 0 auto;
}
.faq-block + * {
  margin-top: 50px;
}
.faq-block__header {
  margin: 30px 0 20px;
  padding: 0;
  font-weight: bold;
  font-size: 24px;
}
.faq-block__item {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  color: #656565;
}
.faq-block__item + .faq-block__item {
  margin-top: 10px;
}
.faq-block__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.faq-block__question .faq-block_h3{
  background-color: #fff;
  font-weight: 500;
  font-size: 18px;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  text-align: left;
  margin: 0;
}
.faq-block__question:hover {
  color: #00CAE3;
}
.faq-block__question.active-question {
  color: #00CAE3;
  border-bottom: 1px solid #00CAE3;
  border-radius: 10px 10px 0 0;
}
.faq-block__question::after {
  content: '';
  flex-shrink: 0;
  width: 14px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M-0.000185013 1.00463C-0.000945906 0.873179 0.0242787 0.742868 0.0740433 0.621172C0.123808 0.499475 0.197135 0.388788 0.289816 0.295456C0.382779 0.201836 0.493379 0.127528 0.615238 0.0768181C0.737097 0.0261082 0.867803 0 0.999815 0C1.13183 0 1.26253 0.0261082 1.38439 0.0768181C1.50625 0.127528 1.61685 0.201836 1.70981 0.295456L8.99981 7.587L16.2898 0.295456C16.4781 0.10737 16.7335 0.0017051 16.9998 0.0017051C17.1317 0.0017051 17.2622 0.027646 17.3841 0.0780478C17.5059 0.12845 17.6166 0.202325 17.7098 0.295456C17.8031 0.388586 17.877 0.499148 17.9275 0.620829C17.9779 0.74251 18.0039 0.872927 18.0039 1.00463C18.0039 1.27063 17.8981 1.52573 17.7098 1.71381L9.70981 9.70454C9.61685 9.79816 9.50625 9.87247 9.38439 9.92318C9.26253 9.97389 9.13183 10 8.99981 10C8.8678 10 8.7371 9.97389 8.61524 9.92318C8.49338 9.87247 8.38278 9.79816 8.28982 9.70454L0.289816 1.71381C0.197135 1.62048 0.123808 1.50979 0.0740433 1.3881C0.0242787 1.2664 -0.000945906 1.13609 -0.000185013 1.00463Z' fill='%23656565'/%3e%3c/svg%3e ");    background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.faq-block__question.active-question::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='10' viewBox='0 0 20 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.0021 8.99537C19.0029 9.12682 18.9777 9.25713 18.9279 9.37883C18.8781 9.50052 18.8048 9.61121 18.7121 9.70454C18.6192 9.79816 18.5086 9.87247 18.3867 9.92318C18.2649 9.97389 18.1342 10 18.0021 10C17.8701 10 17.7394 9.97389 17.6176 9.92318C17.4957 9.87247 17.3851 9.79816 17.2921 9.70454L10.0021 2.413L2.71214 9.70454C2.52383 9.89263 2.26844 9.99829 2.00214 9.99829C1.87028 9.99829 1.73971 9.97235 1.61789 9.92195C1.49607 9.87155 1.38538 9.79767 1.29214 9.70454C1.1989 9.61141 1.12494 9.50085 1.07448 9.37917C1.02402 9.25749 0.998047 9.12707 0.998047 8.99537C0.998047 8.72937 1.10383 8.47427 1.29214 8.28619L9.29214 0.295456C9.3851 0.201836 9.4957 0.127527 9.61756 0.0768168C9.73942 0.026107 9.87013 -2.76668e-07 10.0021 -2.76668e-07C10.1342 -2.76668e-07 10.2649 0.026107 10.3867 0.0768168C10.5086 0.127527 10.6192 0.201836 10.7121 0.295456L18.7121 8.28619C18.8048 8.37952 18.8781 8.49021 18.9279 8.6119C18.9777 8.7336 19.0029 8.86391 19.0021 8.99537Z' fill='%2300CAE3'/%3e%3c/svg%3e ");
}
.faq-block__content {
  display: none;
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  line-height: 1.5;
  color: #656565;
  font-size: 16px;
}
details.faq-block__item[open] > .faq-block__content {
  display: block;
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  line-height: 1.5;
  color: #656565;
  font-size: 16px;
}
details.faq-block__item[open] > .faq-block__question {
  color: #00CAE3;
  border-bottom: 1px solid #00CAE3;
  border-radius: 10px 10px 0 0;
}
details.faq-block__item[open] > .faq-block__question::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='10' viewBox='0 0 20 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.0021 8.99537C19.0029 9.12682 18.9777 9.25713 18.9279 9.37883C18.8781 9.50052 18.8048 9.61121 18.7121 9.70454C18.6192 9.79816 18.5086 9.87247 18.3867 9.92318C18.2649 9.97389 18.1342 10 18.0021 10C17.8701 10 17.7394 9.97389 17.6176 9.92318C17.4957 9.87247 17.3851 9.79816 17.2921 9.70454L10.0021 2.413L2.71214 9.70454C2.52383 9.89263 2.26844 9.99829 2.00214 9.99829C1.87028 9.99829 1.73971 9.97235 1.61789 9.92195C1.49607 9.87155 1.38538 9.79767 1.29214 9.70454C1.1989 9.61141 1.12494 9.50085 1.07448 9.37917C1.02402 9.25749 0.998047 9.12707 0.998047 8.99537C0.998047 8.72937 1.10383 8.47427 1.29214 8.28619L9.29214 0.295456C9.3851 0.201836 9.4957 0.127527 9.61756 0.0768168C9.73942 0.026107 9.87013 -2.76668e-07 10.0021 -2.76668e-07C10.1342 -2.76668e-07 10.2649 0.026107 10.3867 0.0768168C10.5086 0.127527 10.6192 0.201836 10.7121 0.295456L18.7121 8.28619C18.8048 8.37952 18.8781 8.49021 18.9279 8.6119C18.9777 8.7336 19.0029 8.86391 19.0021 8.99537Z' fill='%2300CAE3'/%3e%3c/svg%3e ");
}
.faq-block__content.active {
  display: block;
}
.faq-block__content p {
  margin: 0;
}
.faq-block__content ul {
  margin: 0;
  padding-left: 30px;
}
.faq-block__content p + *,
.faq-block__content ul + * {
  margin-top: 10px;
}

/* Реклама */
.marking_adv {
  margin-top: 10px;
  font-size: 12px;
  opacity: 0.6;
  line-height: 1.1;
}
.marking_adv.single_adv {
  display: block;
  margin-top: 15px;
  text-align: center;
}

.items-wrap.bg-items span.dop-text {
  padding-top: 0;
  margin: 0;
}

.offer-card__row .marking_adv {
  display: block;
  margin: 20px auto 0;
}

/* подбор на главной */
.podbor-swipe-wrap {
  padding: 5px 50px;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
}
.podbor-swiper {
  overflow: hidden;
  border-radius: 10px;
}
.podbor-swiper__wrapper {
  margin: 0;
  padding: 0;
  height: unset;
}
.podbor-swiper__slide.swiper-slide {
  padding: 0;
  text-align: center;
  font-size: 16px;
  list-style: none;
  width: fit-content;
}
.podbor-swiper__item {
  white-space: nowrap;
  padding: 5px 10px;
  background-color: #00CAE3;
  border-radius: 10px;
  color: #fff;
  transition: 0.3s;
}
.podbor-swiper__item:hover,
.podbor-swiper__item:focus,
.podbor-swiper__item:focus-visible {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}
.podbor-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  color: #535d7f;
}
.podbor-btn:hover,
.podbor-btn:focus-visible {
  color: #00CAE3;
}
.podbor-btn-icon {
  width: 36px;
  height: 36px;
}
.podbor-btn-prev {
  left: 5px;
}
.podbor-btn-next {
  right: 5px;
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.serv .block img {
  flex-shrink: 0;
}

.offer-card__name {
  font-weight: 400;
}


/* НОВЫЕ СТИЛИ после обновления */
.top-selections {
  margin: 30px 0;
}
.top-selections__list {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0 0 6px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.top-selections__list::-webkit-scrollbar {
  height: 6px;
}
.top-selections__link {
  display: block;
  padding: 5px 10px;
  border: 1px solid #96d1db;
  color: #4e5154;
  background-color: #fff;
  transition: all 0.3s;
  white-space: nowrap;
  border-radius: 4px;
}
.top-selections__link:hover, .top-selections__link:focus {
  border: 1px solid #00cae3;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  color: #4e5154;
  text-decoration: none;
}

.selections__link--active {
  background-color: #96d1db;
  color: #202020;
  pointer-events: none;
  cursor: default;
}

.offer-card.offer-card_potreb {
  max-width: unset;
  padding-top: 10px;
}
.offer-card_potreb .offer-card__left img {
  height: 73px;
  object-fit: contain;
  object-position: center;
}

.offer-card_potreb .offer-card__center {
  gap: 20px;
}

.offer-card_potreb .offer-card__setting {
  max-width: unset;
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: start;
  gap: 20px 10px;
}

.offer-card_potreb .offer-card__setting-text,
.offer-card_potreb .offer-card__setting-data {
  line-height: 1;
}

.offer-card__dots {
  flex-grow: 1;
  border-bottom: 1px dotted #000;
  height: auto;
}

.offer-card_potreb .offer-card__setting li + li {
  margin-top: 0;
}

.offer-card_potreb .offer-card__setting li {
  align-self: start;
  gap: 5px;
}

.offer-card_potreb .offer-card__license {
  padding-bottom: 0;
}

.offer-card_potreb .offer-card__button {
  margin: auto 0;
}

.offer-card_potreb .offer-card__links {
  display: flex;
}

.page-head {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.page-head_potreb {
  background-image: url(/public/img/potreb_bg.png);
}
.page-head_cards {
  background-image: url(/public/img/cards_bg.png) !important;
}

.page-head__title {
  margin-top: 0;
  text-align: left;
}

.page-head__text {
  max-width: 75%;
}

.potreb-listing {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.potreb-listing .choice-result__btn {
  margin: 0 auto;
}
.sidebar ul.menu li .timer {
  background-image: url(/public/img/icon_png_35px/timer.svg);
}
.sidebar ul.menu li .calendar {
  background-image: url(/public/img/icon_png_35px/calendar.svg);
}
.sidebar ul.menu li .documents {
  background-image: url(/public/img/icon_png_35px/documents.svg);
}
.sidebar ul.menu li .additional {
  background-image: url(/public/img/icon_png_35px/additional.svg);
}
.sidebar ul.menu li .age {
  background-image: url(/public/img/icon_png_35px/age.svg);
}
.sidebar ul.menu li .mandatory {
  background-image: url(/public/img/icon_png_35px/mandatory.svg);
}
.sidebar ul.menu li .nationality {
  background-image: url(/public/img/icon_png_35px/nationality.svg);
}
.sidebar ul.menu li .psk {
  background-image: url(/public/img/icon_png_35px/psk.svg);
}
.sidebar ul.menu li .gesv {
  background-image: url(/public/img/icon_png_35px/gesv.svg);
}
.sidebar ul.menu li .rate {
  background-image: url(/public/img/icon_png_35px/rate.svg);
}

.offer-card__col .sposobys__name {
  padding: 3px 10px 3px 0;
}

.wrap-trustworthy-tabs {
  display: flex;
  margin: 30px 0 40px;
}
.trustworthy-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.trustworthy-tabs-item {
  cursor: pointer;
  position: relative;
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  opacity: .5;
  transition: .3s;
}
.trustworthy-tabs-item_mfo {
  background-image: url(/public/img/trust-wallet.svg);
}
.trustworthy-tabs-item_bank {
  background-image: url(/public/img/trust-bank.svg);
}

.trustworthy-tabs-item:hover {
  opacity: 1;
}
.trustworthy-tabs-item_chosen {
  color: #434343;
  border: 1px solid #00cae3;
  border-right-color: #f3f4f6;
  border-radius: 10px 0 0 10px;
  opacity: 1;
  pointer-events: none;
}
.trustworthy-tabs-content.banks {
  display: none;
  margin: 0;
  border: 1px solid #00cae3;
  border-radius: 0 10px 10px 10px;
  margin-left: -1px;
  padding: 0 20px;
}
.trustworthy-tabs-content.trustworthy-tabs-content_active.banks {
  display: flex;
}

.trustworthy-tabs-content.banks a.item {
  height: 99px;
}

.wrap-trustworthy-tabs a.all-home {
  width: fit-content;
  padding: 15px 50px;
  margin: 20px auto;
}

.wrap-trustworthy-tabs a.item img {
  width: auto;
}

.wrap-coices-tabs {
  display: flex;
  margin: 30px 0 40px;

}
.coices-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.coices-tabs-item {
  cursor: pointer;
  position: relative;
  background-size: 54px;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  opacity: .5;
  transition: .3s;
}
.coices-tabs-item_mfo {
  background-image: url(/public/img/trust-wallet.svg);
}
.coices-tabs-item_bank {
  background-image: url(/public/img/trust-bank.svg);
}
.coices-tabs-item_card {
  background-image: url(/public/img/trust-card.svg);
}

.coices-tabs-item:hover {
  opacity: 1;
}
.coices-tabs-item_chosen {
  color: #434343;
  border: 1px solid #00cae3;
  border-right-color: #fff;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  opacity: 1;
  pointer-events: none;
}
.coices-tabs-content-wrap {
  flex-grow: 1;
}
.coices-tabs-content {
  display: flex;
  margin: 0;
  border: 1px solid #00cae3;
  border-radius: 0 10px 10px 10px;
  margin-left: -1px;
  padding: 20px 30px;
  background-color: #fff;
}

.coices-tabs-content .choice {
  margin-top: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 100%;
}

.akcii-aside-wrap {
  display: flex;
  justify-content: space-between;
}
.akcii-accordion {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.akcii-accordion:before {
  position: absolute;
  content: "";
  top: 18px;
  left: 6px;
  width: 2px;
  height: calc(100% - 32px);
  background-color: #bebebe;
}
.akcii-accordion__item {
  position: relative;
  padding-left: 30px;
  transition: padding-left .36s ease-in;
}
.akcii-accordion__item:before {
  position: absolute;
  content: "";
  top: 18px;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #bebebe;
  border-radius: 50%;
  transition: 0.2s;
}
.akcii-accordion__item_active:before {
  transform: scale(1.2);
  background-color: #10b8f1;
  top: 10px;
}
.akcii-accordion__item-title {
  padding: 6px 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  color: #555555;
  transition: 0.3s;
}
.akcii-accordion__item-title:hover {
  border-color: #00cae3;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.akcii-accordion__item-title::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  transition: 0.2s;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_1579_378)'%3e%3cpath d='M1.616 9.60702C1.61478 9.39674 1.65509 9.1883 1.7346 8.99363C1.81411 8.79896 1.93127 8.62191 2.07935 8.47261C2.22788 8.32286 2.40459 8.20399 2.59929 8.12288C2.79399 8.04176 3.00283 8 3.21375 8C3.42467 8 3.63351 8.04176 3.82821 8.12288C4.02291 8.20399 4.19962 8.32286 4.34815 8.47261L15.9958 20.1362L27.6434 8.47261C27.9442 8.17175 28.3523 8.00273 28.7778 8.00273C28.9885 8.00273 29.1971 8.04422 29.3917 8.12485C29.5864 8.20547 29.7632 8.32364 29.9122 8.47261C30.0612 8.62158 30.1793 8.79844 30.26 8.99308C30.3406 9.18772 30.3821 9.39634 30.3821 9.60702C30.3821 10.0325 30.2131 10.4406 29.9122 10.7414L17.1302 23.5234C16.9816 23.6732 16.8049 23.7921 16.6102 23.8732C16.4155 23.9543 16.2067 23.9961 15.9958 23.9961C15.7848 23.9961 15.576 23.9543 15.3813 23.8732C15.1866 23.7921 15.0099 23.6732 14.8614 23.5234L2.07935 10.7414C1.93127 10.5921 1.81411 10.4151 1.7346 10.2204C1.65509 10.0257 1.61478 9.81729 1.616 9.60702Z' fill='%23BEBEBE'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1579_378'%3e%3crect width='32' height='32' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
  background-size: contain;
  background-repeat: no-repeat;
}
.akcii-accordion__item_active .akcii-accordion__item-title {
  border-color: #00cae3;
  box-shadow: 0 0 8px #00cae369;
}
.akcii-accordion__item_active .akcii-accordion__item-title::after {
  transform: rotate(180deg);
}
.akcii-accordion__list-wrapper {
  height: 0;
  overflow: hidden;
  transition: height .4s ease-in-out;
}
.akcii-accordion__item_active .akcii-accordion__list-wrapper {
  position: static;
  height: auto;
}
.akcii-accordion__list {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0 0;
  list-style: none;
}
.akcii-accordion__list-item {
  cursor: pointer;
  outline: none;
  transition: 0.3s;
}
.akcii-accordion__list-item:not(:last-child) {
  margin-bottom: 10px;
}
.akcii-accordion__list-item:hover,
.akcii-accordion__list-item:focus-visible {
  color: #00cae3;
}
.akcii-mob-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post-type-archive-zaymy .top-selections {
  margin-top: 0;
}

/* Новый сайдбар в займах */
.new-sb {
  padding: 15px 5px;
  margin-bottom: 30px;
  color: #535d77;
}
.new-sb__title {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
.new-sb .post-date {
  display: block;
}
.aside-sticky-news {
  position: sticky;
  top: 70px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
}
.sb-list {
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
}
.sb-list__item + .sb-list__item {
  margin-top: 10px;
}
.sb__title {
  padding: 5px 15px;
  border: none;
  width: 100%;
  background: #f4f4f4;
  border-radius: 6px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}
.sb-list__title {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.sb-list__title::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.sb-list__title_if::before {
  background-image: url(/public/img/sb-if.svg);
}
.sb-list__title_srok::before {
  background-image: url(/public/img/sb-srok.svg);
}
.sb-list__title_summ::before {
  background-image: url(/public/img/sb-summ.svg);
}

.sb-list__content {
  padding: 0;
  transition: 0.3s;
}

.sets {
  padding-top: 5px;
  list-style: none;
}
.sets-item {
  padding: 0;
}
.sets-name {
  padding: 5px 10px;
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  border: 1px solid transparent;
  background-color: #fff;
  transition: 0.3s;
}
.sets-name::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  transition: 0.2s;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.61571 9.6074C1.6145 9.39708 1.65481 9.18858 1.73434 8.99387C1.81387 8.79915 1.93106 8.62206 2.07917 8.47273C2.22774 8.32293 2.40449 8.20404 2.59924 8.12291C2.79399 8.04177 3.00287 8 3.21385 8C3.42482 8 3.6337 8.04177 3.82845 8.12291C4.0232 8.20404 4.19995 8.32293 4.34852 8.47273L15.9989 20.1391L27.6493 8.47273C27.9503 8.17179 28.3584 8.00273 28.784 8.00273C28.9947 8.00273 29.2034 8.04423 29.3981 8.12488C29.5928 8.20552 29.7697 8.32372 29.9187 8.47273C30.0677 8.62173 30.1859 8.79863 30.2665 8.99332C30.3472 9.18801 30.3887 9.39667 30.3887 9.6074C30.3887 10.033 30.2196 10.4411 29.9187 10.7421L17.1336 23.5272C16.985 23.6769 16.8083 23.7958 16.6135 23.877C16.4188 23.9581 16.2099 23.9999 15.9989 23.9999C15.788 23.9999 15.5791 23.9581 15.3843 23.877C15.1896 23.7958 15.0128 23.6769 14.8642 23.5272L2.07917 10.7421C1.93106 10.5927 1.81387 10.4156 1.73434 10.2209C1.65481 10.0262 1.6145 9.81773 1.61571 9.6074Z' fill='%23555555'/%3e%3c/svg%3e ");
  background-size: contain;
  background-repeat: no-repeat;
}
.cont_active.sets-name {
  border-color: #00cae3;
  box-shadow: 0 0 8px #00cae369;
}
.sets-name:hover {
  border-color: #00cae3;
}
.cont_active.sets-name::after {
  transform: rotate(180deg);
}
.sets-content {
  position: relative;
  padding: 5px 10px 0 15px;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.sets-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 6px;
  width: 1px;
  height: 0;
  background-color: #03c5df;
  transition: 0.3s;
}

.cont_active + .sets-content::before {
  height: calc(100% - 3px);
}

.sets-link {
  margin-bottom: 5px;
  display: block;
  padding: 5px 5px 2px;
  color: inherit;
  width: fit-content;
  font-weight: 300;
  border-bottom: 1px solid transparent;
  transition: .3s;
}
.sets-link::first-letter {
  text-transform: uppercase;
}
.sets-link:hover,
.sets-link:focus {
  text-decoration: none;
  color: inherit;
  border-color: #03c5df;
}

.sets-content_numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px 6px;
  text-align: center;
}
.sets-link_numbers {
  flex-basis: 48%;
  background-color: #f4f4f4;
}
.sets-link_numbers:hover,
.sets-link_numbers:focus {
  text-decoration: none;
}

.offer-card__col .sposobys__name {
  color: #535d77;
  font-size: 16px;
  font-weight: 300;
}

.offer-card__col a.sposobys__name:hover {
  color: #4caf50;
}

.dokumenty_single{
  margin-bottom: 20px;
}
.dokumenty_single-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.dokumenty_single-title svg {
  width: 20px;
  height: 20px;
}
.single-kreditnye-karty .logo-mfo__img {
  width: 50px;
}
.single-kreditnye-karty .logo-mfo {
  padding: 5px 0;
}
.single-kreditnye-karty .logo-mfo__mini-block {
  height: auto;
  width: fit-content;
}
.single-kreditnye-karty .card-mfo-btn,
.single-potreb .card-mfo-btn {
  margin-top: 10px;
}

.inner.content.mt60 {
  margin-top: 40px;
}

.error-page {
  min-height: 86vh;
  padding: 0 20px;
  display: flex;
}
.error-page__content {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.error-page__img {
  height: 42vh;
  object-fit: contain;
  max-width: 100%;
}
.error-page__404 {
  font-size: calc(26px + 14 * (100vw / 1920));
  line-height: 1;
}
.error-page__message {
  margin: 0;
  text-transform: uppercase;
  font-size: calc(16px + 16 * (100vw / 1920));
  color: #10b8f1;
  line-height: 1.1;
}
.error-page__text {
  font-size: 20px;
  font-size: calc(16px + 4 * (100vw / 1920));
}
.error-page__btns {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.error-page__btn {
  margin: 0;
  padding: 10px;
  width: 160px;
  display: block;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  background-color: #55b559;
  transition: 0.36s;
}
.error-page__btn:hover,
.error-page__btn:focus-visible {
  background-color: #999999;
  color: #fff;
  text-decoration: none;
}



.static-sing-page .inner.content {
  padding-top: 40px;
}

.custom-ul {
  padding:0 0 0 16px;
  list-style: none;
  margin-bottom: 20px;
}
.custom-ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.custom-ul li:before {
  background-color: #10b8f1;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
}

.procent-usloviya {
  display: block;
  min-height: 42px;
}

.about-bg-blue {
  width: 100%;
  height: 100%;
  background: rgba(0, 202, 227, 0.3);
  -webkit-mask-image:
    url(../img/about-project/top-min.png),
    linear-gradient(#ffffff, #ffffff),
    url(../img/about-project/bottom-min.png);
  mask-image:
    url(../img/about-project/top-min.png),
    linear-gradient(#ffffff, #ffffff),
    url(../img/about-project/bottom-min.png);
  -webkit-mask-size:
    1920px 96px,
    100% calc(100% - 192px),
    1920px 96px;
  mask-size:
    1920px 96px,
    100% calc(100% - 192px),
    1920px 96px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center top, center 96px, center bottom;
  mask-position: center top, center 96px, center bottom;
}

.mission-wrapper {
  margin: 50px 0;
  padding: 40px;
  border-radius: 10px;
  background-image: url(../img/about-project/mission-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
}

.mission-wrapper span {
  display: inline-block;
  max-width: 980px;
  font-size: 22px;
}

.mission-wrapper * + p {
  margin-top: 20px;
}

.about-advantage {
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 900px;
}

.about-advantage-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-advantage-item img {
  width: 100px;
}

.about-advantage-item * + p {
  font-weight: 400;
  margin-top: 10px;
}

.blue-bg-wrapper {
  padding: 150px 0 100px;
}

h2.about-heading {
  margin: 0 0 60px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

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

.about-benefits-item {
  margin-bottom: 40px;
  width: 46%;
}

.benefit-item-title {
  margin-left: 60px;
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 18px;
}

.benefit-item-title::before {
  content: url(../img/about-project/like.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
}

.about-benefits-item * + p {
  margin-top: 15px;
  font-weight: 400;
}

.command-wrapper {
  margin: 60px 0;
  padding: 15px 90px 0;
  position: relative;
}
.command-wrapper span {
  position: absolute;
  top: 0;
  font-weight: 700;
  font-size: 54px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.05);
}

.command-item {
  display: flex;
  width: 100%;
  max-width: 880px;
}

.command-item:not(:last-child) {
  margin-bottom: 60px;
}

.commamd-img {
  margin-right: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 200px;
  height: 235px;
  border-radius: 10px;
  flex-shrink: 0;
}

.command-dir {
  background-image: url(../img/about-project/dir.jpg);
}

.command-exp {
  margin-right: 0;
  margin-left: 30px;
  background-image: url(../img/about-project/exp.jpg);
}

.command-prog {
  background-image: url(../img/about-project/prog.jpg);
}

.command-content {
  display: flex;
  flex-direction: column;
  font-weight: 400;
}

.command-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.command-desc {
  line-height: 1.5;
}

.command-name {
  margin-top: auto;
  margin-bottom: 0;
  color: #777
}
.command-item-left {
  margin-left: auto;
}

.command-item-left.commamd-img {
  margin-right: 0;
  margin-left: 30px;
}

.about-slider-wrapper {
  margin: -2.5% 0;
}

.about-contacts-wrapper {
  padding: 60px 90px;
}

h3.contacts-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
}

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

.rekvizity {
  width: 300px;
  line-height: 1.5;
}

.rekvizit-title {
  font-weight: 700;
}

.rekvizity p {
  margin-bottom: 15px;
  font-weight: 400;
}

.certificats {
  display: block;
}

.certificats img {
  width: 220px;
}

.certificats img + img {
  margin-left: 50px;
}