html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

a { text-decoration: none; color: inherit; }

input[type="submit"], input[type="button"], input[type="reset"], button { cursor: pointer; -webkit-appearance: none; outline: 0; }

::-moz-placeholder { color: inherit; opacity: 1; }

::-webkit-input-placeholder { color: inherit; opacity: 1; }

:-ms-input-placeholder { color: inherit; opacity: 1; }

::-ms-input-placeholder { color: inherit; opacity: 1; }

::placeholder { color: inherit; opacity: 1; }

input, textarea { outline: 0; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.clearfix:before, .clearfix:after { display: table; content: " "; }

.clearfix:after { clear: both; }

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

body { position: relative; height: 100%; font-family: 'Open Sans', Arial, sans-serif; font-size: 16px; line-height: 1; background: #fff; color: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.container { width: 980px; margin: 0 auto; padding: 0 14px; }

section { padding-top: 50px; padding-bottom: 55px; }

.btn { display: inline-block; color: #24201a; font-weight: 600; text-align: center; line-height: 38px; padding: 0 18px; border: 0; border-radius: 5px; background: #FFC72C; -webkit-transition: .2s background-color; transition: .2s background-color; -webkit-tap-highlight-color: transparent; }
.btn:hover { background: #D19906; }
.btn--accent { background: #1bbd9e; }
.btn--accent:hover { background: #08AA8B; }

h2 { color: #444; font-size: 30px; text-align: center; margin-bottom: 35px; }

.rating { color: #8a5a00; }
.rating__caption { font-size: 14px; font-weight: 300; display: inline-block; vertical-align: middle; color: #000; margin-right: 6px; }
.rating__stars { display: inline-block; vertical-align: bottom; min-width: 110px; max-width: 110px; height: 19px; background: url("/images/6f1772eba1cbbea15679455bd574f82b/star.svg") top left/auto 100% repeat-x; }
.rating__stars::before { content: ''; float: left; width: inherit; height: 100%; background: url("/images/6f1772eba1cbbea15679455bd574f82b/star--active.svg") top left/auto 100% repeat-x; }
.rating__stars--sm { min-width: 55px; max-width: 55px; height: 10px; }
.rating__val { display: inline-block; vertical-align: bottom; }
.rating__vote { color: #717171; display: inline-block; vertical-align: bottom; margin-left: 5px; position: relative; padding-left: 16px; }
.rating__vote::before { content: ''; position: absolute; bottom: 2px; left: 0; width: 12px; height: 11px; background: url("/images/6f1772eba1cbbea15679455bd574f82b/icon-vote.png") no-repeat; }

.justify-container { font-size: 1px; text-align: justify; }
.justify-container::after { content: ''; display: inline-block; width: 99%; height: 0; overflow: hidden; }

.header { padding: 24px 0; }
.header__inner { font-size: 0; }
.header__logo { display: inline-block; vertical-align: middle; font-size: 14px; width: 30%; }
.header__logo img { display: block; height: 60px; width: 150px; }
.header__text { display: inline-block; vertical-align: middle; font-size: 14px; line-height: 18px; width: 50%; }
.header__cabinet { display: inline-block; vertical-align: middle; font-size: 14px; line-height: 32px; width: 20%; text-align: right; }
.header__cabinet a { display: inline-block; position: relative; padding-left: 38px; }
.header__cabinet a::before { content: ''; position: absolute; left: 0; top: 0; width: 32px; height: 32px; background: url("/images/6f1772eba1cbbea15679455bd574f82b/icon-cabinet.png") no-repeat; }

.section-top { background: #F3F3F3; padding: 0; }
.section-top__inner { position: relative; padding-top: 50px; padding-bottom: 55px; }
@media (min-width: 980px) { .section-top__inner::before { content: ''; position: absolute; top: 0; right: 0; background: url("/uploaded/6f1772eba1cbbea15679455bd574f82b/img-top.png") no-repeat; width: 336px; height: 338px; } }
.section-top h1 { color: #646363; font-size: 48px; font-weight: 600; margin-bottom: 35px; }
.section-top h1 span { font-size: 41px; color: #4c5677; }
.section-top p { font-size: 14px; line-height: 24px; font-weight: 300; max-width: 575px; }

.section-get { background: #4c5677; padding: 25px 0 25px; }
.section-get__btn { position: relative; }
.section-get__btn .btn { position: absolute; bottom: 5px; right: 0; }

.get-list { font-size: 0; }
.get-list li { display: inline-block; vertical-align: top; text-align: left; font-size: 14px; padding-right: 18px; padding-bottom: 8px; white-space: nowrap; }
.get-list li + li { padding-left: 18px; border-left: 1px solid #fff; }
.get-list li:nth-child(1) h2::before { background-position: -0px -0px; width: 28px; height: 26px; }
.get-list li:nth-child(2) h2::before { background-position: -0px -26px; width: 25px; height: 25px; }
.get-list li:nth-child(3) h2::before { background-position: -0px -86px; width: 20px; height: 20px; }
.get-list li:nth-child(4) h2::before { background-position: -0px -106px; width: 19px; height: 22px; }
.get-list li:last-child { padding-left: 0; }
.get-list li:last-child p::before { content: ''; display: inline-block; vertical-align: bottom; width: 21px; height: 18px; margin-right: 8px; background: url("/images/6f1772eba1cbbea15679455bd574f82b/get-list.png") 0 -68px no-repeat; }
.get-list li:last-child p::after { content: ''; display: inline-block; vertical-align: bottom; width: 24px; height: 17px; background: url("/images/6f1772eba1cbbea15679455bd574f82b/get-list.png") 0 -51px no-repeat; }
.get-list h2 { font-size: 14px; text-align: left; line-height: 26px; font-weight: 700; color: #ffc72c; padding-left: 35px; margin-bottom: 2px; position: relative; }
.get-list h2:not(:last-child)::before { content: ''; position: absolute; top: 0; left: 0; background: url("/images/6f1772eba1cbbea15679455bd574f82b/get-list.png") no-repeat; }
.get-list p { font-weight: 600; color: #fff; padding-left: 35px; }

.section-rating { padding-bottom: 70px; }
.section-rating__header { padding-bottom: 12px; border-bottom: 1px solid #D4D4D4; }
.section-rating__header h2 { margin: 0; text-align: left; display: inline-block; vertical-align: top; margin-right: 8px; }
.section-rating__header .rating { display: inline-block; vertical-align: top; white-space: nowrap; margin-top: 7px; }
.section-rating__header .rating__val { margin-left: 5px; }

.company-rating { margin-top: 20px; }
.company-rating li { display: inline-block; vertical-align: top; font-size: 14px; text-align: right; white-space: nowrap; }
.company-rating .rating { margin-top: 15px; overflow: hidden; }
.company-rating .rating__caption { float: left; margin-right: 8px; line-height: 16px; }
.company-rating .rating__val { font-weight: 700; font-size: 16px; line-height: 11px; color: #8a5000; margin-left: 3px; }

.section-about { background: #1bbd9e; color: #05332a; }
.section-about h2 { color: inherit; }
.section-about p { line-height: 24px; }
.section-about p + p { margin-top: 24px; }

.section-req h2 + p { text-align: center; font-weight: 300; }
.section-req p { line-height: 24px; }
.section-req p a { color: #4c5677; }

.req-list { margin-top: 30px; margin-bottom: 50px; }
.req-list ul { display: inline-block; vertical-align: top; }
.req-list ul:nth-child(1) li:nth-child(1)::before { background-position: -0px -0px; }
.req-list ul:nth-child(1) li:nth-child(2)::before { background-position: -55px -0px; }
.req-list ul:nth-child(2) li:nth-child(1)::before { background-position: -0px -55px; }
.req-list ul:nth-child(2) li:nth-child(2)::before { background-position: -55px -55px; }
.req-list ul:nth-child(3) li:nth-child(1)::before { background-position: -0px -110px; }
.req-list ul:nth-child(3) li:nth-child(2)::before { background-position: -55px -110px; }
.req-list li { text-align: left; font-size: 18px; line-height: 20px; padding-left: 75px; padding-top: 6px; position: relative; margin-top: 30px; }
.req-list li::before { content: ''; position: absolute; top: 0; left: 0; width: 55px; height: 55px; background-image: url("/images/6f1772eba1cbbea15679455bd574f82b/req-list.png"); background-repeat: no-repeat; }

.section-info { background: #f1f1f1; font-weight: 300; font-size: 16px; line-height: 24px; }
.section-info__col { display: inline-block; vertical-align: top; width: 50%; }
.section-info__col:last-child { padding-left: 8.75%; }
.section-info p + p { margin-top: 24px; }
.section-info strong { font-size: 18px; font-weight: 600; color: #4c5677; }
.section-info ul { margin-top: 30px; }
.section-info li { position: relative; padding-left: 28px; line-height: 18px; }
.section-info li + li { margin-top: 12px; }
.section-info li::before { content: ''; position: absolute; top: 7px; left: 1px; width: 6px; height: 6px; border-radius: 50%; background: #4c5677; }

.section-selection { text-align: center; }
.section-selection p { line-height: 24px; font-weight: 300; }
.section-selection ul { margin: 45px 0 50px; }
.section-selection li { display: inline-block; vertical-align: top; text-align: center; font-size: 16px; max-width: 280px; }
.section-selection li::before { content: ''; display: block; width: 115px; height: 115px; margin: auto; background: url("/images/6f1772eba1cbbea15679455bd574f82b/selection-list.png") no-repeat; }
.section-selection li:nth-child(1)::before { background-position: -0px -0px; }
.section-selection li:nth-child(2)::before { background-position: -0px -115px; }
.section-selection li:nth-child(3)::before { background-position: -0px -230px; }
.section-selection li p { font-size: 14px; line-height: 16px; }
.section-selection h3 { font-weight: 600; font-size: 20px; margin: 25px 0 22px; }

.section-repay { background: #f1f1f1; }
.section-repay h2 + p { text-align: center; }
.section-repay p { font-size: 16px; line-height: 24px; font-weight: 300; }
.section-repay p + p { margin-top: 24px; }
.section-repay strong { font-weight: 600; }
.section-repay ul { padding-top: 10px; margin-bottom: 50px; }
.section-repay ul ~ p { padding-left: 70px; }
.section-repay li { display: inline-block; vertical-align: top; text-align: left; width: 410px; margin-top: 40px; padding-left: 70px; position: relative; }
.section-repay li::before { content: ''; position: absolute; top: 5px; left: 0; width: 55px; height: 55px; background: url("/images/6f1772eba1cbbea15679455bd574f82b/repay-list.png") no-repeat; }
.section-repay li:nth-child(1)::before { background-position: -0px -0px; }
.section-repay li:nth-child(2)::before { background-position: -55px -0px; }
.section-repay li:nth-child(3)::before { background-position: -0px -55px; }
.section-repay li:nth-child(4)::before { background-position: -55px -55px; }
.section-repay li a { text-decoration: underline; }
.section-repay li a:hover { color: #4c5677; }

.news-list li { display: inline-block; vertical-align: top; text-align: left; font-size: 16px; line-height: 20px; width: 28%; }
.news-list time { display: inline-block; vertical-align: top; font-size: 12px; line-height: 20px; color: #fff; background: #4c5677; padding: 0 12px; border-radius: 3px; }
.news-list h3 { font-size: 18px; margin: 28px 0 22px; }
.news-list p { margin-bottom: 20px; }
.news-list a { color: #4c5677; }
.news-list a:hover { text-decoration: underline; }

.footer { background: #31343C; color: #fff; font-size: 14px; line-height: 18px; padding: 40px 0; }
.footer__left, .footer__right { display: inline-block; vertical-align: top; width: 50%; overflow: hidden; }
.footer__text { float: left; width: 57%; }
.footer__text p + p { margin-top: 18px; }
.footer__nav { float: left; width: 43%; padding-left: 8%; }
.footer__nav li { padding-bottom: 6px; }
.footer__nav li li + li { padding-top: 2px; }
.footer__nav a { text-decoration: underline; display: inline-block; padding: 4px 0; min-height: 24px; line-height: 20px; }
.footer__nav a:hover { text-decoration: none; }
.footer__right { padding-left: 6%; }
.footer__contacts { display: inline-block; vertical-align: top; width: 52%; }
.footer__contacts a[href^="mailto"] { text-decoration: underline; }
.footer__contacts a[href^="mailto"]:hover { text-decoration: none; }
.footer__contacts p { font-size: 18px; margin-top: 15px; }
.footer__social { display: inline-block; vertical-align: top; width: 47%; max-width: 195px; }
.footer__social p { margin-bottom: 15px; }
.footer__right-bottom li { display: inline-block; vertical-align: top; width: 52%; margin-top: 18px; }
.footer__right-bottom li:nth-child(2n) { width: 47%; max-width: 195px; }

.section-reviews { background: #f1f1f1; }

.select-rate { overflow: hidden; }
.select-rate label { float: right; margin: 0; padding: 6px; cursor: pointer; }
.select-rate label::before { content: ''; display: block; width: 12px; height: 12px; background: url("/images/6f1772eba1cbbea15679455bd574f82b/star.svg") top left/contain no-repeat; }
.select-rate input { display: none; }
.select-rate input:checked ~ label::before { background-image: url("/images/6f1772eba1cbbea15679455bd574f82b/star--active.svg"); }

.review-form { margin-bottom: 38px; }
.review-form__stars { display: table; width: 100%; }
.review-form .rating { display: table-cell; color: #000; font-size: 14px; font-weight: 300; }
.review-form__select { display: inline-block; vertical-align: middle; position: relative; top: 2px; }
.review-form__textarea-wrap { margin-top: 17px; }
.review-form__textarea-wrap textarea { display: block; width: 100%; border-radius: 5px; padding: 15px 20px; height: 80px; font-size: 18px; font-family: inherit; border-color: inherit; resize: none; }
.review-form__textarea-wrap textarea + textarea { margin-top: 10px; }
.review-form__textarea-wrap .textarea-review { height: 130px; border-color: #aeaeae; }
.review-form__textarea-wrap .textarea-plus { color: #028ab4; }
.review-form__textarea-wrap .textarea-minus { color: #b40602; }
.review-form__bottom { margin-top: 20px; display: table; width: 100%; }
.review-form__bottom > div { display: table-cell; vertical-align: middle; }
.review-form__bottom > div + div { padding-left: 9px; }
.review-form__input { width: 50%; }
.review-form__input input { display: block; width: 100%; font-size: 18px; line-height: 40px; padding: 0 20px; color: #777; border-radius: 5px; border: 1px solid #aeaeae; }
.review-form__btn .btn { font-family: inherit; font-size: inherit; }

.testimonial { border-bottom: 1px dashed; font-size: 14px; font-weight: 300; margin-top: 40px; }
.testimonial__name, .testimonial__date { display: inline-block; vertical-align: top; font-weight: 600; }
.testimonial__text { line-height: 18px; margin-bottom: 25px; }
.testimonial__rating { display: table; width: 100%; margin: 15px 0 20px; }
.testimonial__rating .rating { display: table-cell; }
.testimonial__rating .rating__val { font-weight: 700; font-size: 14px; padding-left: 4px; }
.testimonial__plus, .testimonial__minus { line-height: 18px; }
.testimonial__plus span:first-child, .testimonial__minus span:first-child { float: left; padding-left: 30px; position: relative; width: 100px; font-weight: 600; }
.testimonial__plus span:first-child::before, .testimonial__minus span:first-child::before { content: ''; position: absolute; top: -1px; left: 0; width: 20px; height: 20px; border-radius: 50%; border: 2px solid; }
.testimonial__plus span:first-child::after, .testimonial__minus span:first-child::after { font-size: 18px; line-height: 1; font-weight: 700; color: inherit; position: absolute; }
.testimonial__plus span:first-child { color: #0b6455; }
.testimonial__plus span:first-child::after { content: '+'; top: -1px; left: 5px; }
.testimonial__minus { margin-top: 9px; margin-bottom: 30px; }
.testimonial__minus span:first-child { color: #c00000; }
.testimonial__minus span:first-child::after { content: '\2013'; top: -2px; left: 6px; }

.testimonial-btn { text-align: center; margin-top: 40px; }

@media (max-width: 979px) { .container { width: 750px; }
  .header__inner { position: relative; overflow: hidden; }
  .header__logo { display: block; width: auto; float: left; }
  .header__text { display: block; width: auto; margin: 0 40px 0 180px; }
  .header__cabinet { width: auto; height: 0; }
  .header__cabinet a { position: static; }
  .header__cabinet a::before { left: auto; right: 15px; top: 11px; }
  .header__cabinet span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
  .section-top h1 { font-size: 38px; }
  .section-top h1 span { font-size: 30px; }
  .get-list { text-align: center; }
  .get-list li + li { border-left: 0; }
  .section-get__btn { text-align: center; margin-top: 20px; }
  .section-get__btn .btn { position: static; }
  .section-selection ul { text-align: center; margin-top: 20px; }
  .section-selection li { padding: 30px 30px 0; }
  .section-repay li { min-height: 54px; width: 350px; }
  .section-repay li br { display: none; }
  .footer__left, .footer__right { display: block; width: auto; padding-left: 0; }
  .footer__right { margin-top: 18px; }
  .footer__text { width: 44.4%; }
  .footer__nav { width: 55.6%; }
  .review-form, .review-form .rating, .testimonial__rating, .testimonial__rating .rating, .review-form__bottom, .review-form__bottom > div { display: block; }
  .review-form__input { width: auto; }
  .review-form__bottom > div + div { padding-left: 0; margin-top: 10px; } }
@media (max-width: 767px) { .container { width: auto; }
  .req-list ul { display: block; }
  .req-list li { display: inline-block; vertical-align: top; width: 49%; }
  .section-info__col { width: 100%; }
  .section-info__col:last-child { padding-left: 0; margin-top: 30px; }
  .section-repay li { display: block; width: auto; }
  .section-repay ul ~ p { padding-left: 0; }
  .news-list li { display: block; width: auto; }
  .news-list li + li { margin-top: 25px; }
  .news-list h3 { margin: 10px 0; }
  .news-list p { margin: 0 0 10px; } }
@media (max-width: 567px) { .header__logo { float: none; margin-bottom: 15px; }
  .header__text { margin: 0; }
  .req-list li { width: auto; min-height: 54px; }
  .req-list li br { display: none; } }
@media (max-width: 479px) { .section-get__list { text-align: center; }
  .get-list { display: inline-block; }
  .get-list li { display: block; padding-right: 0; }
  .get-list li + li { padding-left: 0; }
  .footer__text, .footer__nav { float: none; width: auto; padding-left: 0; }
  .footer__nav { margin-top: 18px; }
  .footer__social { width: auto; }
  .footer__right-bottom li:nth-child(n) { display: block; width: auto; max-width: none; } }

/* keyboard focus: в исходной теме не было ни одного правила :focus */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
.select-rate input:focus-visible + label {
	outline: 3px solid #0b6455;
	outline-offset: 2px;
	border-radius: 2px;
}
.footer a:focus-visible,
.section-about a:focus-visible {
	outline-color: #fff;
}
/* соцблок стал текстовым: спрайт 45x45 больше не нужен */
.social--text {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social--text li {
	display: inline-block;
	vertical-align: top;
	margin-right: 14px;
}
.social--text a {
	text-decoration: underline;
	display: inline-block;
	padding: 4px 0;
	min-height: 24px;
	line-height: 20px;
}
.form-note {
	font-size: 13px;
	line-height: 18px;
	margin-top: 8px;
	font-weight: 300;
}
@media (max-width: 767px) {
	.select-rate label {
		padding: 9px 6px;
	}
}

/* страницы page.php (/about/, /privacy/, /terms/) — у темы не было для них стилей */
.full-text {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	max-width: 820px;
	margin: 0 auto;
	text-align: left;
}
.full-text h2 {
	font-size: 22px;
	line-height: 28px;
	text-align: left;
	margin: 34px 0 12px;
}
.full-text h2:first-child {
	margin-top: 0;
}
.full-text p {
	margin-bottom: 14px;
}
.full-text a {
	text-decoration: underline;
}
.full-text ul {
	margin: 0 0 14px 0;
	padding-left: 22px;
	list-style: disc;
}
.full-text li {
	margin-bottom: 6px;
}
.terms-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 18px;
}
.terms-table th,
.terms-table td {
	border: 1px solid #cfd3dd;
	padding: 9px 12px;
	text-align: left;
	vertical-align: top;
}
.terms-table th {
	width: 42%;
	font-weight: 600;
	background: #eef0f5;
}
@media (max-width: 567px) {
	.full-text {
		font-size: 15px;
		line-height: 24px;
	}
	.terms-table th {
		width: 50%;
	}
}

/* #69759e (4.01 на светлом фоне у .section-info strong) заменён на #4c5677 — 6.30 */
/* тап-таргеты: «Подробнее >» был 101x22, ссылки нижнего блока подвала — 19px по высоте */
.news-list__more,
.footer__right-bottom a {
	display: inline-block;
	padding: 3px 0;
	min-height: 24px;
	line-height: 20px;
}
.news-intro,
.reviews-intro {
	max-width: 820px;
	margin: 0 auto 14px;
	text-align: left;
	font-weight: 300;
	line-height: 24px;
}

/* спрайт .social a удалён: соцблок текстовый, кружки 45x45 накрывали ссылки */
.social--text a {
	width: auto;
	height: auto;
	background: none;
	border-radius: 0;
}

/* калькулятор переплаты (/kalkulyator/) */
.calc-formula {
	background: #eef0f5;
	border-left: 4px solid #4c5677;
	padding: 12px 14px;
	line-height: 26px;
	margin-bottom: 18px;
}
.calc {
	border: 1px solid #cfd3dd;
	border-radius: 6px;
	padding: 18px;
	margin-bottom: 24px;
	background: #fff;
}
.calc__row {
	margin-bottom: 14px;
}
.calc__row label {
	display: block;
	font-weight: 600;
	margin-bottom: 5px;
}
.calc__row input {
	width: 100%;
	max-width: 260px;
	min-height: 44px;
	padding: 8px 10px;
	font-family: inherit;
	font-size: 16px;
	border: 1px solid #a8aebd;
	border-radius: 4px;
	background: #fff;
	color: #24201a;
}
.calc__out {
	border-top: 1px solid #cfd3dd;
	margin-top: 18px;
	padding-top: 14px;
}
.calc__line {
	margin-bottom: 6px;
}
.calc__line output {
	font-weight: 600;
}
.calc__total {
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0 0;
	color: #24201a;
}
.calc__total output {
	color: #0b6455;
}
.calc__note {
	font-size: 13px;
	line-height: 19px;
	font-weight: 300;
	margin: 16px 0 0;
}
@media (max-width: 567px) {
	.calc {
		padding: 14px;
	}
	.calc__row input {
		max-width: none;
	}
}

/* таблица «сколько вернёте»: три колонки, на мобильном узкая первая */
.terms-table--wide th {
	width: auto;
}
.terms-table--wide th:first-child,
.terms-table--wide td:first-child {
	width: 26%;
	white-space: nowrap;
}
.terms-table--wide tr:first-child th {
	background: #eef0f5;
	font-weight: 700;
}
@media (max-width: 567px) {
	.terms-table--wide {
		font-size: 13px;
	}
	.terms-table--wide th,
	.terms-table--wide td {
		padding: 7px 8px;
	}
}

/* ── Мобильная эргономика (аудит seo-technical 07.08.2026) ────────────────
   Критерий Google mobile-friendly строже WCAG 2.2: 48x48 против 24x24.
   Правки только внутри мобильного медиа-запроса — десктоп не трогаем,
   вёрстка там рассчитана на 2017 тему и ломается от изменения высот. */
@media (max-width: 767px) {
	/* кнопки были 38px по высоте */
	.btn {
		line-height: 46px;
		min-height: 48px;
		padding: 0 22px;
	}
	/* поля формы отзыва: 42px */
	.review-form__input input {
		line-height: 46px;
		min-height: 48px;
	}
	/* поля калькулятора: 44px */
	.calc__row input {
		min-height: 48px;
	}
	/* звёзды рейтинга: 24x30 -> 48x48, пять штук в ряд = 240px, влезает в 375.
	   Иконка 12x12, значит отступ нужен 18px по обеим осям: 12+36=48. */
	.select-rate label {
		padding: 18px;
	}
	/* ссылки заголовков материалов и подвала: 25-28px */
	.news-list h3 a,
	.news-list__more,
	.footer__nav a,
	.footer__right-bottom a,
	.social--text a,
	.footer__contacts a {
		display: inline-block;
		min-height: 48px;
		line-height: 30px;
		padding: 9px 0;
	}
	/* основной текст был 14px, местами 13px */
	.section-top p,
	.get-list li,
	.section-selection li p,
	.testimonial,
	.footer,
	.review-form .rating,
	.rating__caption {
		font-size: 16px;
	}
	.section-selection li p {
		line-height: 22px;
	}
	.footer {
		line-height: 22px;
	}
	.form-note,
	.calc__note {
		font-size: 14px;
		line-height: 20px;
	}
	/* .get-list h2 наследует 14px от li — поднимаем вместе с ним */
	.get-list h2 {
		font-size: 16px;
	}
}


@media (max-width: 979px) {
	/* Шапка на мобильном: .header__cabinet сжимается в height:0, а видимой и
	   кликабельной остаётся только абсолютная иконка ::before 32x32 — это меньше
	   нормы 48. Растягиваем зону нажатия до 48, центр иконки оставляем там же:
	   было right 15+16=31 и top 11+16=27 от края, стало 7+24=31 и 3+24=27.
	   background-size пинуем явно, чтобы иконка не поехала в увеличенном боксе. */
	.header__cabinet a::before {
		width: 48px;
		height: 48px;
		right: 7px;
		top: 3px;
		background-position: center;
		background-size: 32px 32px;
	}
}


/* Липкая панель CTA на мобильном. На десктопе скрыта: там кнопка «Получить займ»
   видна в первом экране, а на телефоне она уезжает вверх при первом же скролле.
   Высота панели ~76px, поэтому телу добавляется нижний отступ — иначе панель
   перекрывает последние строки подвала. env(safe-area-inset-bottom) — для
   iPhone с домашней полосой. */
.cta-sticky {
	display: none;
}
@media (max-width: 979px) {
	.cta-sticky {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 50;
		background: #fff;
		border-top: 1px solid #d5d5d5;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.13);
		padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
	}
	.cta-sticky .btn {
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		text-align: center;
	}
	/* Отступ вешаем на подвал, а НЕ на body: тема задаёт body{height:100%},
	   при фиксированной высоте padding-bottom тела не раздвигает документ
	   и панель всё равно накрывает последние строки подвала.
	   Базовый padding подвала 40px, добавляем высоту панели. */
	.footer {
		padding-bottom: calc(118px + env(safe-area-inset-bottom));
	}
}


/* Подзаголовки внутри материала. Тело новости движок кладёт в .news-list li,
   а не в .full-text, поэтому h2 доставался общий стиль: 30px по центру, а
   line-height приходил от li — 20px, и строки заголовка налезали друг на друга.
   Приводим к тому же виду, что и h2 на страницах page.php и в казахском разделе. */
.news-list h2 {
	color: #444;
	font-size: 22px;
	line-height: 28px;
	text-align: left;
	margin: 30px 0 12px;
}
.news-list h2:first-child {
	margin-top: 0;
}

/* Длинные слова вроде «микрофинансовой» в заголовке первого экрана на 38px
   не помещаются в 375px и вылезают за край, давая горизонтальный скролл
   на /news и /news-7.html. */
@media (max-width: 979px) {
	.section-top h1,
	.news-list h2,
	.news-list h3 {
		overflow-wrap: break-word;
	}
}


/* Кнопка «Получить займ» на десктопе стоит position:absolute у правого края
   строки с плитками. Пока плитка «Получение» была пустой, накрывать было нечего;
   после того как в неё легло «круглосуточно», кнопка стала перекрывать последние
   ~49px слова — плитка тянется до x=1047, а кнопка начинается с x=956.
   Возвращаем кнопку в поток и ставим на собственную строку: коллизия уходит
   структурно, а главный CTA перестаёт тесниться сбоку. Мобильную раскладку
   не трогаем — там кнопка и так на своей строке. */
@media (min-width: 980px) {
	.section-get__btn {
		text-align: center;
		margin-top: 22px;
	}
	.section-get__btn a.btn {
		position: static;
		display: inline-block;
	}
}


/* Пятая плитка «Получение». У плиток 1–4 иконка висит на заголовке и лежит
   в 35px-жёлобе (h2::before, absolute). У пятой правила размера для h2::before
   нет вовсе — 0x0, жёлоб пустой, — зато иконка стоит В ПОТОКЕ перед значением
   и липнет к слову без отступа. Пока значение было пустым, это не бросалось
   в глаза; со словом «круглосуточно» получился висячий глиф.
   Приводим к общему виду: иконка уходит на заголовок, из значения убирается. */
.get-list li:nth-child(5) h2::before {
	background-position: 0 -68px;
	width: 21px;
	height: 18px;
}
.get-list li:nth-child(5) p::before,
.get-list li:nth-child(5) p::after {
	content: none;
}


/* Навигация в шапке. Её не было вовсе: единственные внутренние ссылки лежали
   в подвале, на 5000+px прокрутки, и главная трижды отправляла читателя туда,
   куда нельзя кликнуть. */
.header__nav { border-top: 1px solid #e6e6e6; margin-top: 12px; }
.header__nav .container { display: flex; flex-wrap: wrap; align-items: center; gap: 0 26px; padding-top: 6px; padding-bottom: 2px; }
.header__nav a { color: #4c5677; font-size: 15px; line-height: 34px; text-decoration: none; border-bottom: 1px solid transparent; }
.header__nav a:hover { border-bottom-color: #4c5677; }
@media (max-width: 979px) {
	.header__nav .container { gap: 0 20px; }
	.header__nav a { min-height: 48px; line-height: 48px; }
}

/* Единый primary. Бирюзовый #1bbd9e был одновременно главным CTA, кнопками
   «Все отзывы»/«Все материалы», сабмитом формы и заливкой секции — выучить,
   как выглядит кнопка «получить деньги», было невозможно. Теперь primary —
   только жёлтая .btn, а .btn--accent становится вторичной кнопкой. */
.btn--accent { background: transparent; color: #41465c; box-shadow: inset 0 0 0 2px #41465c; }
.btn--accent:hover { background: #41465c; color: #fff; }

/* Строка живого примера под полосой условий (полоса тёмная). */
.get-note { color: #d8dbe4; font-size: 14px; line-height: 20px; margin-top: 14px; text-align: center; }
.get-note a { color: #ffc72c; }
@media (max-width: 979px) {
	.get-note { text-align: left; margin-top: 10px; }
}
