@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --color-primary: #F5A623;
    --color-primary-dark: #D98F12;
    --color-ink: #1F2430;
    --color-accent: #4A7FE8;
    --color-accent-dark: #2F5FC4;
    --color-success: #2FAE59;
    --color-bg: #FAFAF9;
    --font-sans: 'Inter', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Bootstrap 4.0.0-alpha.6 reboot/normalize — verbatim, only actually-used component classes kept below */
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, footer, header, nav, section {
	display: block
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
figcaption, figure, main {
	display: block
}
figure {
	margin: 1em 40px
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active, a:hover {
	outline-width: 0
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: inherit
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
dfn {
	font-style: italic
}
mark {
	background-color: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
audio, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
img {
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	display: inline-block;
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=checkbox], [type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
details, menu {
	display: block
}
summary {
	display: list-item
}
canvas {
	display: inline-block
}
template {
	display: none
}
[hidden] {
	display: none
}
@media print {
	*, ::after, ::before, blockquote::first-letter, blockquote::first-line, div::first-letter, div::first-line, li::first-letter, li::first-line, p::first-letter, p::first-line {
		text-shadow: none!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important
	}
	a, a:visited {
		text-decoration: underline
	}
	abbr[title]::after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap!important
	}
	blockquote, pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img, tr {
		page-break-inside: avoid
	}
	h2, h3, p {
		orphans: 3;
		widows: 3
	}
	h2, h3 {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table td, .table th {
		background-color: #fff!important
	}
	.table-bordered td, .table-bordered th {
		border: 1px solid #ddd!important
	}
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
*, ::after, ::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
@-ms-viewport {
	width: device-width
}
html {
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}
body {
	font-family: var(--font-sans);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color-ink);
	background-color: var(--color-bg)
}
[tabindex="-1"]:focus {
	outline: 0!important
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}
abbr[data-original-title], abbr[title] {
	cursor: help
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
dt {
	font-weight: 700
}
dd {
	margin-bottom: .5rem;
	margin-left: 0
}
blockquote {
	margin: 0 0 1rem
}
a {
	color: var(--color-accent);
	text-decoration: none
}
a:focus, a:hover {
	color: var(--color-accent-dark);
	text-decoration: underline
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):focus {
	outline: 0
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}
figure {
	margin: 0 0 1rem
}
img {
	vertical-align: middle
}
[role=button] {
	cursor: pointer
}
[role=button], a, area, button, input, label, select, summary, textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}
table {
	border-collapse: collapse;
	background-color: transparent
}
caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #636c72;
	text-align: left;
	caption-side: bottom
}
th {
	text-align: left
}
label {
	display: inline-block;
	margin-bottom: .5rem
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}
button, input, select, textarea {
	line-height: inherit
}
input[type=checkbox]:disabled, input[type=radio]:disabled {
	cursor: not-allowed
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
	-webkit-appearance: listbox
}
textarea {
	resize: vertical
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit
}
input[type=search] {
	-webkit-appearance: none
}
output {
	display: inline-block
}
[hidden] {
	display: none!important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}
.h1, h1 {
	font-size: 2.5rem
}
.h2, h2 {
	font-size: 2rem
}
.h3, h3 {
	font-size: 1.75rem
}
.h4, h4 {
	font-size: 1.5rem
}
.h5, h5 {
	font-size: 1.25rem
}
.h6, h6 {
	font-size: 1rem
}
.lead {
	font-size: 1.25rem;
	font-weight: 300
}
.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.1
}
.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.1
}
.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.1
}
.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.1
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}
.small, small {
	font-size: 80%;
	font-weight: 400
}
.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none
}
.list-inline-item {
	display: inline-block
}
.list-inline-item:not(:last-child) {
	margin-right: 5px
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
.blockquote {
	padding: .5rem 1rem;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	border-left: .25rem solid #eceeef
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #636c72
}
.blockquote-footer::before {
	content: "\2014 \00A0"
}
.blockquote-reverse {
	padding-right: 1rem;
	padding-left: 0;
	text-align: right;
	border-right: .25rem solid #eceeef;
	border-left: 0
}
.blockquote-reverse .blockquote-footer::before {
	content: ""
}
.blockquote-reverse .blockquote-footer::after {
	content: "\00A0 \2014"
}
.img-fluid {
	max-width: 100%;
	height: auto
}
.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: .25rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	max-width: 100%;
	height: auto
}
.figure {
	display: inline-block
}
.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}
.figure-caption {
	font-size: 90%;
	color: #636c72
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
code {
	padding: .2rem .4rem;
	font-size: 90%;
	color: #bd4147;
	background-color: #f7f7f9;
	border-radius: .25rem
}
a>code {
	padding: 0;
	color: inherit;
	background-color: inherit
}
kbd {
	padding: .2rem .4rem;
	font-size: 90%;
	color: #fff;
	background-color: #292b2c;
	border-radius: .2rem
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}
pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 90%;
	color: #292b2c
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
	border-radius: 0
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

/* .container */
.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 5px;
	padding-left: 15px
}
@media (min-width:576px) {
	.container {
		padding-right: 15px;
		padding-left: 15px
	}
}
@media (min-width:768px) {
	.container {
		padding-right: 15px;
		padding-left: 15px
	}
}
@media (min-width:992px) {
	.container {
		padding-right: 15px;
		padding-left: 15px
	}
}
@media (min-width:1200px) {
	.container {
		padding-right: 15px;
		padding-left: 15px
	}
}
@media (min-width:576px) {
	.container {
		width: 100%;
		max-width: 100%
	}
}
@media (min-width:768px) {
	.container {
		width: 100%;
		max-width: 100%
	}
}
@media (min-width:992px) {
	.container {
		width: 100%;
		max-width: 100%
	}
}
@media (min-width:1200px) {
	.container {
		width: 900px;
		max-width: 100%
	}
}

/* .row */
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
@media (min-width:576px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}
@media (min-width:768px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}
@media (min-width:992px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}
@media (min-width:1200px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

/* .col grid — trimmed to classes actually used on the site (col, col-md-4/6/8/12, col-sm-12) */
.col, .col-md-4, .col-md-6, .col-md-8, .col-md-12, .col-sm-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
@media (min-width:576px) {
	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}
@media (min-width:768px) {
	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

/* .nav / .nav-link */
.nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav-link {
	display: block;
	padding: .5em 1em
}
.nav-link:focus, .nav-link:hover {
	text-decoration: none
}

/* .btn / .btn-primary */
.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: .25rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.btn:focus, .btn:hover {
	text-decoration: none
}
.btn.focus, .btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .25);
	box-shadow: 0 0 0 2px rgba(2, 117, 216, .25)
}
.btn.disabled, .btn:disabled {
	cursor: not-allowed;
	opacity: .65
}
.btn.active, .btn:active {
	background-image: none
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}
.btn-primary {
	color: var(--color-ink);
	background-color: var(--color-primary);
	border-color: var(--color-primary)
}
.btn-primary:hover {
	color: var(--color-ink);
	background-color: var(--color-primary-dark);
	border-color: var(--color-primary-dark)
}
.btn-primary.focus, .btn-primary:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(245, 166, 35, .5);
	box-shadow: 0 0 0 2px rgba(245, 166, 35, .5)
}
.btn-primary.disabled, .btn-primary:disabled {
	background-color: var(--color-primary);
	border-color: var(--color-primary)
}
.btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
	color: var(--color-ink);
	background-color: var(--color-primary-dark);
	background-image: none;
	border-color: var(--color-primary-dark)
}
html, body, .main, header, h2, ul {
    max-width: 100%;
    width: 100%;
}

header {
    padding-top: 10px;
     background-color: #fff;
    padding-bottom: 10px;
}
.header_logo img {
    display: block;
    /*margin: 0 auto 10px;*/
}
.header_description h1 {
    font-size: 35px;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 10px;
}
@media (max-width: 600px) {
    .header_description h1 {
        font-size: 20px;
    }
}

.header_counter {
    text-align: right;
    height: 50px;
}
.header_counter p {
    margin-bottom: 0;
}
.header_counter-text{
    line-height: 50px;
}
.lang-switch {
    display: inline-block;
    margin-left: 8px;
    font-weight: bold;
    font-size: 13px;
    color: var(--color-accent);
    text-decoration: none;
}
.lang-switch:hover {
    text-decoration: underline;
}
.header_counter-numbers {
    font-size: 30px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .header_logo img {
        margin: 0 auto 10px;
    }
    .header_counter {
        text-align: center;
        height: auto;
    }
}


.main {
    padding:10px 0 0;
    text-align: center;
}
.main .row {
    text-align: center;
}
.main ul.cats{
    text-align: left;
}
.main .row.cat {
    text-align: left;
    background-color: #00bcd4;
    padding: 15px 45px 15px 15px;
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.main .row.cat::before{
    content:'';
    width: 40px;
    height: 60px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU5LjQxNCA1OS40MTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU5LjQxNCA1OS40MTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPHBvbHlnb24gcG9pbnRzPSI1OCwxNC4xNDYgMjkuNzA3LDQyLjQzOSAxLjQxNCwxNC4xNDYgMCwxNS41NjEgMjkuNzA3LDQ1LjI2OCA1OS40MTQsMTUuNTYxICIgZmlsbD0iI0ZGRkZGRiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 10px;
    color: #fff;
}

.main .row.cat.open::before{
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU5LjQxNSA1OS40MTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU5LjQxNSA1OS40MTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPHBvbHlnb24gcG9pbnRzPSIyOS43MDgsMTQuMTQ3IDAsNDMuODU0IDEuNDE0LDQ1LjI2OCAyOS43MDgsMTYuOTc1IDU4LDQ1LjI2OCA1OS40MTUsNDMuODU0ICIgZmlsbD0iI0ZGRkZGRiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);

}

.main .row.cat h3 {
    font-size: 20px;
    width: 100%;
}
.main .row.cat p {
    margin: 0;
    font-size: 14px;
}

/*.main .row.cat + .row {
    height: 0px;
}*/
.hero-banner {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(31, 36, 48, .12);
    margin-bottom: 20px;
}
.main .headline {
    text-align: left;
    width: 100%;

}
.main .descriptor {
    font-size:24px; 
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
    font-weight: normal;
}
@media (max-width: 1000px) {
    .main .headline, .main .descriptor {
        padding: 15px;

    }
}
.descriptor.notice {
    font-size: 16px;
    background: rgb(255, 153, 0);
    color: #fff;
    padding: 20px 10px;
    font-weight: normal;
    margin-bottom: 10px;
}
.descriptor.notice span {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-bottom: 10px;
}
.item {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    text-align: center;
    width: 265px;
    display: inline-block;
    margin: 0 auto 20px;
    text-decoration: none;
    color: #000;
}
a.item:hover {
    text-decoration: none;
    border-color: #00b8d4;
}

.news-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}
a.item.news-item {
    width: 265px;
    display: block;
    vertical-align: top;
    text-align: left;
    padding-bottom: 15px;
    margin: 0;
}
@media (max-width: 600px) {
    .news-grid {
        flex-direction: column;
    }
    a.item.news-item {
        width: 100%;
    }
}
.news-item_image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
    border-radius: 2px 2px 0 0;
}
.news-item_image-placeholder {
    width: 100%;
    height: 150px;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px 2px 0 0;
}
.news-item_image-placeholder img {
    width: 60px;
    opacity: 0.35;
}
.news-item_title {
    font-weight: bold;
    font-size: 16px;
    padding: 12px 15px 5px;
    color: #333;
    line-height: 1.3;
}
.news-item_excerpt {
    font-size: 13px;
    color: #777;
    padding: 0 15px 12px;
    line-height: 1.4;
}

.item > div {
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.item_header-logo {
    height: 35px;
    margin-left: 15px;
}
.item_header-logo img {
    display: inline-block;
    vertical-align: middle;
}

.item_header img {
    /*min-height:50px;*/
    max-width: 100%
}

.item_header h3 {
    font-size: 18px;
    line-height: 1.4;
}

.item_body {
    background-color: #f8f8f8;
}

.item_body_section {
    border-bottom: 1px solid #e1e1e1;
    padding: 7px 0;
    font-size: 14px;
}

.item_body_section:first-child {
    padding-top:0;
}


.item_body_section:last-child {
    padding-bottom:0;
    border-bottom:none;
}

.item_body_section b {
    font-size: 20px;
}

.item_body_section b.green {
    background: #00b56a;
    padding: 0 10px 4px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
}

.item_body_section b.red {
    background: #ccc;
    padding: 0 10px 4px;
    color: #666;
    border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
}

.item_section_inner {
    display: inline-block;
    width: 49%;
}

.item_section_inner.right{
    text-align: right;
    font-weight: bold;
}
.item_section_inner.left{
    text-align: left;
}


@media (min-width: 800px) {
    .item {
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        text-align: left;
        width: 100%;
        display: block;
        margin: 0 auto 20px;
    }

    .item_header {
        width: 170px;
        float:left;
    }

    .item > div.item_body {
        background-color: #fff;
        width: 100%;
        padding: 7px 215px 0 175px;
    }

    .item_body_section {
        border-right: 1px solid #e1e1e1;
        border-bottom: none;
        padding: 7px 5px;
        font-size: 14px;
        width: 25%;
        float: left;
    }

    .item_body_section:first-child {
        padding-top:7px;
    }


    .item_body_section:last-child {
        padding-bottom:0;
        border-right:none;
    }

    .item > div {
        border-bottom: none;
    }


    .item_section_inner {
        display: inline-block;
        width: 100%;
    }

    .item_section_inner.right{
        text-align: center;
    }
    .item_section_inner.left{
        text-align: center;
    }

    .item_footer {
        width: 210px;
        float: right;
    }
}

.btn-primary {
    color: var(--color-ink);
    background-color: var(--color-primary);
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 13px;
    cursor: pointer;
}
.btn-primary:hover {
    background-color: var(--color-primary-dark);
}

.info {
    font-size: 14px;
    background-color: #f8f8f8;
    padding: 20px;
    margin-bottom: 30px;
}
.info h2 {
    text-align: center;
    margin-bottom: 25px;
}

.info_new {
    font-size: 14px;
    background-color: #f8f8f8;
    text-align: left;
    padding: 20px;
}

footer {
    padding-top: 15px;
    background-color: var(--color-ink);
    padding-bottom: 15px;
    color: #fff;
    font-size: 12px;
}

footer ul {
    padding: 0 20px;
}

footer ul li {
    display: inline-block;
    width: 95px;
}
footer ul li a {
    color: #fff;
}


article {
    text-align: left;
    margin-bottom: 50px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}

.akciya_container {
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 100;
    width: 320px;    
}

.akciya {
    display: block;
    padding: 10px;
    border: 1px solid #f90;
    background: #fff;
    border-radius: 3px;
    color: #333;
    width: 320px;
}

.akciya:hover {
    /*text-decoration: none;*/
}

.akciya_left {
    /*float: left;*/
    /*display: inline-block;*/
    margin: 0;
    /*padding-bottom: 30px;*/
}

.akciya p {
    margin-bottom: 0;
}

.akciya_close {
    display: block;
    position: absolute;
    top: -30px;
    font-size: 20px;
    right: 5px;
    cursor: pointer;
}

.lead-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 200;
}

.lead-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #f90;
    border-radius: 3px;
    padding: 25px;
    width: 320px;
    max-width: 90%;
    box-sizing: border-box;
}

.lead-modal_close {
    display: block;
    position: absolute;
    top: -30px;
    right: 5px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}

.lead-modal h5 {
    margin-bottom: 15px;
}

.lead-modal input {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
}

.lead-modal .btn-primary {
    width: 100%;
}

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

.condition-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase; }

.row1 {
  display: flex;
  flex-direction: column;
  gap: 20px; }


.condition-block {
  color: #555;
  font-size: 12px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(20, 20, 43, .08);
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding: 24px 22px 24px 78px;
  box-sizing: border-box; }

.condition-1 {
  background-image: url("../img/04.png");
  background-repeat: no-repeat;
  background-position: 22px 24px; }

.condition-3 {
  background-image: url("../img/05.png");
  background-repeat: no-repeat;
  background-position: 22px 24px; }

.condition-5 {
  background-image: url("../img/03.png");
  background-repeat: no-repeat;
  background-position: 22px 24px; }

.condition-2 {
  background-image: url("../img/02.png");
  background-repeat: no-repeat;
  background-position: 22px 24px; }

.condition-4 {
  background-image: url("../img/01.png");
  background-repeat: no-repeat;
  background-position: 22px 24px; }

.condition-6 {
  background-image: url("../img/06.png");
  background-repeat: no-repeat;
  background-position: 22px 24px; }

.condition-7 {
  background-image: url("../img/07.png");
  background-repeat: no-repeat;
  background-position: 22px 24px; }


.how_it_work {
    text-align: center;
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 5px;
}
.container_second {
     max-width: 1150px;
     margin: auto;
}
@media screen and (max-width: 700px)
 .container_second ul {
    margin-left: 20px;
}
.container_second ul {
    margin-left: 20px;
    float: left;
}
@media screen and (max-width: 1000px) 
.footer_second {
    padding: 12px 20px;
}

.footer_second {
    padding: 12px 20px;
}
.footer__list {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}
.layout__section  {
    background-color: #f8f8f8;
}

.container_table {
       position: relative;
    margin-left: auto;
    margin-right: auto;
}  

table tr th, td {
    text-align: center;
    padding-top: 10px;
    max-width: 600px;
    
}

table td {
    border: 1px solid #fff;
    border-top: none;
    padding: 10px;
    color: #99999e;
}

table th {
     border: 1px solid #fff;
    border-bottom: none; 
}


table {
    margin: auto;
      padding: 10px;
    border-spacing: 0;
    border-color: #ccc;
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-top: 20px;
    max-width: 900px;
    margin: auto;
}

.justify-content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.nav_item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
}

@media (max-width: 700px) {
    footer .nav.nav-justified {
        flex-wrap: wrap;
    }
    footer .nav.nav-justified .nav_item {
        flex: 1 1 50%;
    }
}

.nav-link a {
    display: block;
    padding: .5em 1em;
    color: #333;
}

#time_money {
    background-color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}
#timedisplay {
    color: #cc4a4a;
}



/* для Google */
.callback-block {
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 50px 40px;
}
.callback-block__title-wrap {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}
.callback-block__title {
    font-family: "Tahoma", sans-serif;
    color: #333333;
    line-height: 1.2;
    font-size: 42px;
    text-align: left;
}
.callback-block__description {
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
}
.callback-form__row {
    display: -ms-flexbox;
    margin-bottom: 30px;
}
.callback-form__title {
    display: block;
    min-width: 150px;
    position: relative;
}
.callback-form__input-wrap {
    width: 100%;
}
.callback-form__input-wrap label {
    padding-right: 20px;
}
.callback-form__title {
    display: block;
    min-width: 150px;
    position: relative;
}
.callback-form__title--require:after {
    display: inline-block;
    content: "*";
    color: red;
    width: 5px;
    height: 5px;
}
.callback-form textarea.input {
    max-width: 500px;
}
.callback-form input.input {
    max-width: 280px;
}
.button_feedback {
    font-family: var(--font-sans);
    padding: 5px 10px 7px;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid var(--color-primary);
    border-radius: 8px;
    color: var(--color-ink);
    background: var(--color-primary);
    width: 200px;
    cursor: pointer;
}
.button_feedback:hover {
    background: var(--color-primary-dark);
    border-color: var(--color-primary-dark);
}
.input {
    font-size: 20px;
    font-family: "Tahoma", sans-serif;
    color: #333333;
    background: #ffffff;
    box-sizing: border-box;
    border: 1px solid #666666;
    border-radius: 4px;
    resize: vertical;
    padding: 5px 10px;
    width: 100%;
}
/* Offer cards — grid layout (offers.php / index.php) */
@media (min-width: 1200px) {
    .container.offers-page {
        width: 1140px;
        max-width: 100%;
    }
}
.offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 20px;
    margin: 0;
}
.offers-grid .item {
    display: flex;
    flex-direction: column;
    width: auto;
    margin: 0;
    text-align: left;
    background: #fff;
    border: 1px solid #eaeaf2;
    border-radius: 16px;
    padding: 22px 20px;
    box-shadow: 0 1px 3px rgba(20, 20, 43, .04);
    transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}
.offers-grid a.item:hover {
    border-color: rgba(245, 166, 35, .35);
    box-shadow: 0 10px 24px rgba(31, 36, 48, .1);
    transform: translateY(-2px);
}
.offers-grid .item > div.item_header,
.offers-grid .item > div.item_body,
.offers-grid .item > div.item_footer {
    width: 100%;
    float: none;
    padding: 0;
    border: none;
    background: none;
}
.offers-grid .item_header {
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eef0f6;
}
.offers-grid .item_header-logo {
    height: auto;
    margin: 0 0 10px;
    text-align: center;
}
.offers-grid .item_header-logo img {
    max-height: 40px;
    width: auto;
}
.offers-grid .offer-slogan {
    margin: 0;
    font-size: 13px;
    color: #8a8fa3;
}
.risk-warning {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: 16px;
    padding: 20px 28px;
    margin: 0 0 24px;
    box-shadow: 0 1px 3px rgba(20, 20, 43, .08);
    text-align: left;
}
.risk-warning-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    border: 2px solid var(--color-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    color: var(--color-ink);
}
.risk-warning-text {
    font-size: 17px;
    font-weight: 700;
    color: var(--color-ink);
    line-height: 1.4;
}
.risk-warning-highlight {
    font-weight: 700;
}
@media (max-width: 600px) {
    .risk-warning {
        padding: 16px 18px;
    }
    .risk-warning-text {
        font-size: 15px;
    }
}
.offers-grid .offer-legal {
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid #f1f2f7;
    font-size: 10px;
    line-height: 1.5;
    color: #9a9ea8;
}
.offers-grid .offer-legal-label {
    display: inline-block;
    background: rgba(245, 166, 35, .18);
    color: #8a5a0f;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1px 5px;
    border-radius: 3px;
    margin-right: 4px;
    letter-spacing: .02em;
}
.offers-grid .item_body_section {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4px 10px;
    width: 100%;
    float: none;
    padding: 8px 0;
    border-bottom: 1px solid #f1f2f7;
    border-right: none;
    font-size: 14px;
}
.offers-grid .item_body_section:first-child {
    padding-top: 0;
}
.offers-grid .item_body_section:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.offers-grid .item_section_inner {
    display: inline;
    width: auto;
    min-width: 0;
}
.offers-grid .item_section_inner.left {
    color: #52566b;
    text-align: left;
    flex-shrink: 0;
}
.offers-grid .item_section_inner.right {
    color: var(--color-accent);
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}
.offers-grid .item_footer {
    margin-top: 18px;
}
.offers-grid .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    background: var(--color-primary);
    color: var(--color-ink);
    border: none;
    border-radius: 999px;
    padding: 13px 16px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: none;
}
.offers-grid .btn-primary:hover {
    background: var(--color-primary-dark);
}
@media (max-width: 480px) {
    .offers-grid {
        grid-template-columns: 1fr;
    }
}

.lender-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 20px 0;
}
.lender-card {
    flex: 1 1 300px;
    max-width: 380px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    overflow: hidden;
    font-size: 13px;
    text-align: left;
}
.lender-card_title {
    background: #f4f4f4;
    padding: 12px 15px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}
.lender-card_row {
    display: flex;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}
.lender-card_row:last-child {
    border-bottom: none;
}
.lender-card_row:nth-of-type(even) {
    background: #fafafa;
}
.lender-card_label {
    width: 100px;
    flex-shrink: 0;
    color: #777;
}
.lender-card_value {
    flex: 1;
    word-break: break-word;
}
@media (max-width: 600px) {
    .lender-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin: 20px 0 60px;
}
.news-card {
    display: block;
    background: #fff;
    border: 1px solid #eaeaf2;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(20, 20, 43, .04);
    transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
    color: inherit;
}
.news-card:hover {
    border-color: rgba(245, 166, 35, .35);
    box-shadow: 0 10px 24px rgba(31, 36, 48, .1);
    transform: translateY(-2px);
}
.news-card_image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}
.news-card_body {
    padding: 18px 20px 22px;
}
.news-card_title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1F2430;
}
.news-card_excerpt {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    margin: 0;
}
