@charset "UTF-8";
*,
:after,
:before {
 box-sizing: border-box;
}
.bg-blue {
 background: #ecf8f9;
 padding: 47px 0 80px;
}
.partners {
 font-weight: 500;
 font-size: 48px;
 line-height: 28px;
 color: #0d1317;
 text-align: left !important;
 padding-bottom: 50px;
}
.descrip_feed {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 height: 250px;
 background: #ffffff;
 box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
 border-radius: 10px;
 text-align: center;
 margin: 30px 0 30px;
}
.descrip_feed > div {
 padding: 58px 38px;
}
.req_succ {
 font-weight: 500;
 font-size: 32px;
 line-height: 28px;
 color: #e34343;
 text-align: center;
}
.comp_guarantee {
 font-weight: 400;
 font-size: 18px;
 line-height: 20px;
 color: #8c969b;
 text-align: center;
 margin-top: 30px;
}
.offer__container {
 margin: 0 auto;
 max-width: 1200px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 padding-left: 15px;
 padding-right: 15px;
}
.one_company {
 text-align: center;
 background: #ffffff;
 border-radius: 10px;
 height: 243px;
 padding: 30px 25px 25px;
 width: calc((100% - 40px) / 3);
 margin: 10px 0;
 position: relative;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: space-between;
 cursor: pointer;
}
.one_company > div {
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.link_wrap {
 position: absolute;
 right: 0;
 bottom: 0;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: block;
}

.active_company[data-attr*="Одобрение до"]::before {
 color: #5ebc00;
 border: 2px solid #aae42f;
}
[data-offer-name="metrocredit"] .logo_feed img {
 margin-top: 23px;
}
[data-offer-name="ezaem"] .logo_feed img,
[data-offer-name="lime"] .logo_feed img,
[data-offer-name="zaymer"] .logo_feed img,
[data-offer-name="zaymo"] .logo_feed img {
 margin-top: 3px;
}
[data-offer-name="dozarplati"] .logo_feed img {
 margin-top: 2px;
}
[data-offer-name="turbozaim"] .logo_feed img {
 margin-top: 16px;
}
[data-offer-name="creditplus1"] .logo_feed img {
 margin-top: 20px;
}
[data-offer-name="joymoney"] .logo_feed img {
 margin-top: 22px;
}
[data-offer-name="oneclick"] .logo_feed img {
 margin-top: 5px;
}
[data-offer-name="platiza"] .logo_feed img {
 margin-top: 10px;
}
[data-offer-name="tinkoff"] .logo_feed img {
 width: 91px;
 margin-top: -3px;
}
[data-offer-name="glavfinans"] .logo_feed img {
 margin-top: 14px;
}
[data-offer-name="fastmoney"] .logo_feed img {
 margin-top: 18px;
}
[data-offer-name="smartcredit"] .logo_feed img {
 margin-top: 12px;
}
[data-offer-name="greenmoney"] .logo_feed img {
 margin-top: 6px;
}
[data-offer-name="moneza"] .logo_feed img {
 margin-top: 11px;
}
[data-offer-name="webbankir"] .logo_feed img {
 margin-top: 24px;
}
[data-offer-name="webzaim"] .logo_feed img {
 margin-top: -6px;
}
[data-offer-name="credistar"] .logo_feed img {
 margin-top: 10px;
}
[data-offer-name="migcredit"] .logo_feed img {
 margin-top: 5px;
 width: 100px;
}
[data-offer-name="konga"] .logo_feed img {
 margin-top: 23px;
}
[data-offer-name="zaymigo"] .logo_feed img {
 margin-top: 30px;
}
.logo_feed {
 width: 120px;
 height: 70px;
 background: no-repeat center center;
 background-size: contain;
}
.logo_feed img {
 max-width: 116px;
}
.content-container {
 margin-left: 30px;
 min-width: 55%;
}
.content_company {
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-top: 10px;
 text-align: left;
}
.content_company.amount,
.content_company.term {
 min-width: 0;
}
.content_company .title_comp {
 font-weight: 400;
 font-size: 16px;
 line-height: 24px;
 color: #192d37;
 opacity: 0.6;
 margin-top: 0;
 margin-bottom: 0;
}
.content_company .proc_comp {
 margin: 0;
 font-weight: 400;
 font-size: 16px;
 line-height: 24px;
 color: #192d37;
 opacity: 0.6;
 text-align: center;
}
.content_company .proc_comp span {
 font-weight: 400;
 font-size: 16px;
 line-height: 24px;
 color: #192d37;
}
.info_company {
 position: absolute;
 left: 20px;
 top: 15px;
 flex-shrink: 0;
}
.info_company .window_info {
 position: absolute;
 top: 34px;
 left: -22px;
 width: 280px;
 border: 2px solid #e4e8ed;
 border-radius: 5px;
 background-color: #fff;
 display: none;
 z-index: 9999;
}
.info_company .window_info .close_window {
 display: none;
}
.info_company .active_window {
 display: block;
}
.info_company .window_info ul {
 margin: 16px 0;
 padding-left: 34px;
}
.info_company .window_info ul li {
 list-style-type: none;
 text-align: left;
 margin: 12px 0;
 padding-left: 5px;
 position: relative;
 font-size: 15px;
 line-height: 15px;
}
.info_company .window_info ul li::before {
 content: " ";
 display: block;
 position: absolute;
 left: -10px;
 top: 4px;
 background-color: #47a7ff;
 border-radius: 50%;
 width: 8px;
 height: 8px;
}
.info_company img {
 cursor: pointer;
 max-width: 30px;
 width: 30px;
 height: 30px;
}
.give_money {
 margin-top: 12px;
 width: 100%;
}
.one_company .give_money a {
 max-width: 100%;
 margin: 0 auto;
 width: 100% !important;
 height: 50px;
 font-size: 14px !important;
 padding: 16px 10px;
 text-decoration: none;
 line-height: 14px;
 overflow: hidden;
 border: none;
 font-weight: 700;
 background: #e34343;
 border-radius: 5px;
}
.display-dm-block {
 display: none;
}
.display-sm-none {
 display: block !important;
}
@media (max-width: 1220px) {
 .logo_feed {
  margin-right: 0;
 }
 .one_company {
  padding: 16px 12px 12px;
  width: calc((100% - 40px) / 2);
 }
 .info_company {
  display: none;
 }
 .active_company::before {
  padding: 2px 5px;
  max-width: 125px;
  min-height: 22px;
  height: auto;
  font-size: 9px;
  line-height: 9px;
  top: -1px;
  right: -1px;
 }
 .content_company {
  width: 100%;
  overflow: hidden;
 }
 .content_company .proc_comp,
 .content_company .proc_comp span {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
 }
 .req_succ {
  text-align: center;
  font-size: 16px;
  line-height: 17px;
 }
 .comp_guarantee {
  text-align: center;
  font-size: 16px;
  line-height: 17px;
 }
}
@media (max-width: 767px) {
 .display-sm-none {
  display: none !important;
 }
 .display-dm-block {
  display: block;
 }
 .descrip_feed {
  height: 150px;
  margin: 23px 0 20px;
 }
 .descrip_feed > div {
  padding: 0 13px 44px;
 }
 .descrip_feed > img {
  width: 100%;
  height: auto;
  object-fit: contain;
 }
 .bg-blue {
  background: none;
  padding: 20px 0 80px;
 }
}
@media (max-width: 620px) {
 .offer__container {
  flex-direction: column;
  max-width: calc(100% - 20px);
 }
 .offer__container {
  max-width: calc(100% - 20px);
 }
 .one_company {
  width: calc(50% - 5px);
 }
 .content_company {
  width: 100%;
  text-align: center;
 }
 .one_company {
  width: 100%;
  height: 150px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
 }
 .one_company > .give_money {
  justify-content: flex-end;
 }
 .one_company .give_money a {
  max-width: 55%;
  height: 27px;
  margin: 0;
  padding: 7px;
 }
 .content_company .title_comp {
  font-size: 14px;
  line-height: 16px;
 }
 .logo_feed {
  width: 100px;
 }
 .partners {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
  padding-bottom: 0;
 }
}
@media (max-width: 1220px) and (min-width: 800px),
 (max-width: 620px) and (min-width: 420px) {
 .content_company .proc_comp,
 .content_company .proc_comp span {
  font-size: 14px;
  line-height: 14px;
 }
 .active_company::before {
  padding: 3px 5px;
  max-width: 150px;
  min-height: 24px;
  font-size: 10px;
  line-height: 10px;
 }
}
