/*!
Theme Name: GetCredit
Theme URI: http://underscores.me/
Author: Ihor Tryhuk
Author URI: https://tryhuk.pp.ua/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: getcredit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

GetCredit is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
	--container: 800px;

	--text-size: 13px;
	--text-size-lg: 14px;
	--h1-size: 26px;
	--h2-size: 23px;
	--h3-size: 20px;
	--h4-size: 18px;
	--h5-size: 16px;
	--h6-size: 15px;
}
*, ::after, ::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1.16;
	color: #121212;
	background: #FEFEFE;
}
body.style__black-green {
	background: #242528;
	color: #ffffff;
}
body.style__black-red {
	background: #2a2c2f;
	color: #ffffff;
}
a {
	color: #0066DB;
	text-underline-offset: 3px;
	transition: .5s;
}
a:hover {
	text-decoration: none;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin: 16px 0 10px;
	line-height: 1.16;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote {
	margin: 0 0 10px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
strong {
	font-weight: 600;
}

.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}

.heading {
	position: relative;
	margin-bottom: 30px;
}
.heading.center {
	text-align: center;
}
.heading h2 {
	font-size: var(--h1-size);
	line-height: 1.08;
}


.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--text-size-lg);
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	border: none;
	padding: 6px 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	outline: none;
	min-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: .5s;
}
.btn-100 {
	width: 100%;
}
.btn-primary {
	background-color: #6C38DE;
	color: #ffffff;
}
body.style__black-green .btn-primary {
	background-color: #75AF26;
	color: #ffffff;
}
body.style__black-red .btn-primary {
	background-color: #fb5255;
	color: #ffffff;
}
.btn-primary:hover {
	background-color: #121212;
	color: #ffffff;
}
body.style__black-green .btn-primary:hover {
	background-color: rgba(117,175,34,.4);
	color: #121212;
}
body.style__black-red .btn-primary:hover {
	background-color: rgba(251, 82, 85, .4);
	color: #121212;
}


.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 400px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #ffffff;
	color: #121212;
	background-clip: padding-box;
	outline: 0;
	padding: 8px 40px 26px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	-moz-backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: 1;
	z-index: 1049;
	background: rgba(0,0,0,.4);
}
.modal-close {
	position: absolute;
	-webkit-mask-size: 20px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: #121212;
	width: 30px;
	height: 30px;
	top: 5px;
	right: 5px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .5s;
	z-index: 9;
}
.modal-close:hover {
	background-color: #6C38DE;
}
body.style__black-green .modal-close:hover {
	background-color: #75AF26;
}
body.style__black-red .modal-close:hover {
	background-color: #fb5255;
}
.modalOfferInfo-main,
body.style__black-green .modalOfferInfo-main,
body.style__black-red .modalOfferInfo-main {
	text-decoration: none;
	color: #121212;
}
.modalOfferInfo-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 78px;
	text-align: center;
}
.modalOfferInfo-logo img {
	max-width: 160px;
	max-height: 78px;
}
.modalOfferInfo-meta {
	position: relative;
	margin: 0 0 15px;
	padding: 22px 0 0;
	list-style: none;
	display: flex;
	align-items: center;
	border-top: 1px solid #6C38DE;
	z-index: 1;
}
body.style__black-green .modalOfferInfo-meta {
	border-top-color: #75AF26;
}
body.style__black-red .modalOfferInfo-meta {
	border-top-color: #fb5255;
}
.modalOfferInfo-meta li {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	position: relative;
	margin-right: 30px;
	text-align: right;
	font-size: var(--h3-size);
	z-index: 1;
}
.modalOfferInfo-meta li:last-child {
	margin-right: 0;
	padding-right: 0;
	text-align: left;
}
.modalOfferInfo-meta li:nth-child(1):after {
	content: '';
	width: 1px;
	height: 20px;
	background: #6C38DE;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
body.style__black-green .modalOfferInfo-meta li:nth-child(1):after {
	background: #75AF26;
}
body.style__black-red .modalOfferInfo-meta li:nth-child(1):after {
	background: #fb5255;
}
.modalOfferInfo-meta li span {
	font-weight: 600;
	color: #6C38DE;
}
body.style__black-green .modalOfferInfo-meta li span {
	color: #75AF26;
}
body.style__black-red .modalOfferInfo-meta li span {
	color: #fb5255;
}
.modalOfferInfo-interest-rate {
	position: relative;
	padding-bottom: 40px;
	z-index: 1;
}
.modalOfferInfo-interest-rate p {
	text-align: center;
	font-size: var(--h5-size);
	line-height: 1.25;
	text-align: center;
	margin-bottom: 12px;
}
.modalOfferInfo-interest-rate p strong {
	font-weight: 600;
}
.modalOfferInfo-interest-rate-list {
	position: relative;
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	z-index: 1;
}
.modalOfferInfo-interest-rate-list li {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	position: relative;
	margin-right: 30px;
	text-align: right;
	font-size: var(--h5-size);
	z-index: 1;
}
.modalOfferInfo-interest-rate-list li:last-child {
	margin-right: 0;
	padding-right: 0;
	text-align: left;
}
.modalOfferInfo-interest-rate-list li:nth-child(1):after {
	content: '';
	width: 1px;
	height: 20px;
	background: #6C38DE;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
body.style__black-green .modalOfferInfo-interest-rate-list li:nth-child(1):after {
	background: #75AF26;
}
body.style__black-red .modalOfferInfo-interest-rate-list li:nth-child(1):after {
	background: #fb5255;
}
.modalOfferInfo-interest-rate-list li span {
	font-weight: 600;
	color: #6C38DE;
}
body.style__black-green .modalOfferInfo-interest-rate-list li span {
	color: #75AF26;
}
body.style__black-red .modalOfferInfo-interest-rate-list li span {
	color: #fb5255;
}
.modalOfferInfo-links {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	text-align: center;
	font-size: 12px;
	line-height: 1.33;
}
.modalOfferInfo-links a {
	margin-bottom: 6px;
	display: inline-flex;
	align-items: center;
}
.modalOfferInfo-links a:last-child {
	margin-bottom: 0;
}
.modalOfferInfo-links a:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/share.svg);
	mask-image: url(images/share.svg);
	background-color: #0066DB;
	flex: 0 0 12px;
	max-width: 12px;
	width: 12px;
	height: 11px;
	margin-left: 4px;
	transition: .5s;
}
.modalOfferInfo-button {
	text-align: center;
}



.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 26px -12px 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: -24px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.gallery-item * {
	height: 100%;
}
.gallery-item > * {
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid var(--grey-light);
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 50px;
	margin-bottom: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}



.wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	z-index: 1;
}

.header {
	position: relative;
	padding: 12px 0 5px;
	z-index: 92;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
}
.header-logo {
	flex: auto;
}
.header-logo a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #121212;
}
body.style__black-green .header-logo a,
body.style__black-red .header-logo a {
	color: #ffffff;
}
.header-logo a img {
	max-height: 70px;
}
.header-slogan {
	position: relative;
	z-index: 1;
}
.header-slogan span:nth-child(1) {
	display: block;
	background: #75AF26;
	color: #121212;
	font-size: var(--h4-size);
	font-weight: 600;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
body.style__black-red .header-slogan span:nth-child(1) {
	background: #fb5255;
	color: #ffffff;
}
.header-slogan span:nth-child(2) {
	display: flex;
	align-items: center;
	background: #6C38DE;
	color: #FFFFFF;
	font-size: var(--text-size-lg);
	font-weight: 600;
	padding: 3px 8px 3px 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	bottom: -18px;
	right: -8px;
	transform: rotate(-4.26deg);
	z-index: 1;
}
body.style__black-green .header-slogan span:nth-child(2) {
	background: #e83d44;
	color: #ffffff;
}
body.style__black-red .header-slogan span:nth-child(2) {
	background: #ffffff;
	color: #121212;
}
.header-slogan span:nth-child(2):after {
	content: '';
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	background: url(images/hourglass_time.svg) no-repeat center;
	background-size: contain;
}



.main {
	flex: auto;
	display: flex;
    flex-direction: column;
    justify-content: center;
}



.hero-heading {
	font-size: var(--h1-size);
	color: #6C38DE;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
body.style__black-green .hero-heading {
	color: #75AF26;
}
body.style__black-red .hero-heading {
	color: #fb5255;
}
.hero-content {
	text-align: center;
	font-size: var(--h4-size);
}
.hero-content strong {
	font-weight: 700;
}


.offers-section.section {
	padding-top: 32px;
}
.offers-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px -26px;
}
.offers-item {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 7px;
	margin-bottom: 26px;
}
.offers-item__wrap {
	position: relative;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.18);
	background: #FFFFFF;
	padding: 12px 9px 15px;
	z-index: 1;
}
.offers-item__main {
	text-decoration: none;
	color: #121212;
}
.offers-item__logo {
	border-bottom: 1px solid rgba(108, 56, 222, 0.2);
	height: 78px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
body.style__black-green .offers-item__logo {
	border-bottom-color: rgba(117,175,38,.4);
}
body.style__black-red .offers-item__logo {
	border-bottom-color: #fb5255;
}
.offers-item__logo img {
	max-height: 78px;
}
.offers-item__info {
	position: relative;
	padding: 28px 0 10px;
	z-index: 1;
}
.offers-item__info p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	font-size: var(--text-size-lg);
}
.offers-item__info p:last-child {
	margin-bottom: 0;
}
.offers-item__info p span {
	font-size: var(--h5-size);
	font-weight: 700;
	margin-left: 10px;
}
.offers-item__details {
	position: relative;
	padding: 10px 0 16px;
	text-align: center;
	margin-bottom: 0;
	z-index: 1;
}
.offers-item__details a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	font-size: var(--text-size-lg);
}
.offers-item__details a:hover {
	color: #6C38DE;
}
body.style__black-green .offers-item__details a:hover {
	color: #75AF26;
}
body.style__black-red .offers-item__details a:hover {
	color: #fb5255;
}
.offers-item__details a:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/chevrone-down.svg);
	mask-image: url(images/chevrone-down.svg);
	background-color: #0066DB;
	flex: 0 0 13px;
	max-width: 13px;
	width: 13px;
	height: 8px;
	margin-left: 3px;
	margin-top: 1px;
	transition: .5s;
}
.offers-item__details a:hover:after {
	background-color: #6C38DE;
}
body.style__black-green .offers-item__details a:hover:after {
	background-color: #75AF26;
}
body.style__black-red .offers-item__details a:hover:after {
	background-color: #fb5255;
}
.offers-item__sticker {
	position: absolute;
	top: -12px;
	left: 50%;
	width: 116px;
	height: 28px;
	transform: translateX(-50%);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 700;
	z-index: 2;
}
.offers-item__sticker img {
	position: absolute;
	width: 50px;
	max-height: 50px;
	left: calc(100% - 22px);
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}


.licenses-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6px -12px;
}
.licenses-item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 12px;
	padding: 0 6px;
}
.licenses-item__wrap {
	position: relative;
	background: #F5F5F5;
	color: #121212;
	padding: 11px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	z-index: 1;
}
.licenses-item__title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	-moz-border-radius: 16px 16px 0 0;
	-webkit-border-radius: 16px 16px 0 0;
	border-radius: 16px 16px 0 0;
	padding: 8px 16px;
	min-height: 68px;
	background: rgba(108, 56, 222, 0.2);
	border-bottom: 1px solid #6C38DE;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	z-index: 1;
}
body.style__black-green .licenses-item__title {
	background: rgba(117,175,38,.4);
	border-bottom-color: #75AF26;
}
body.style__black-red .licenses-item__title {
	background: rgba(251, 82, 85, .4);
	border-bottom-color: #fb5255;
}
.licenses-item__info {
	position: relative;
}
.licenses-item__info p {
	display: flex;
	align-items: center;
	padding: 10px 5px;
	margin-bottom: 0;
}
.licenses-item__info p:nth-child(2n) {
	background: rgba(108, 56, 222, 0.2);
	padding-top: 6px;
	padding-bottom: 6px;
}
body.style__black-green .licenses-item__info p:nth-child(2n) {
	background: rgba(117, 175, 38, .4);
}
body.style__black-red .licenses-item__info p:nth-child(2n) {
	background: rgba(251, 82, 85, .4);
}
.licenses-item__info p span {
	flex: auto;
}
.licenses-item__info p span:first-child {
	flex: 0 0 96px;
	max-width: 96px;
	padding-right: 10px;
}



.info-content h2 {
	font-size: var(--h5-size);
}
.info-content h3,
.info-content h4 {
	font-size: var(--text-size-lg);
	font-weight: 600;
}
.info-content h5,
.info-content h6 {
	font-size: var(--text-size);
	font-weight: 600;
}




.footer {
	position: relative;
	z-index: 1;
}
.footer-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 8px 20px 20px;
	background: rgba(108, 56, 222, 0.2);
	-moz-border-radius: 16px 16px 0 0;
	-webkit-border-radius: 16px 16px 0 0;
	border-radius: 16px 16px 0 0;
}
body.style__black-green .footer-wrap,
body.style__black-red .footer-wrap {
	background: #f5f5f5;
}
.footer-logo {
	flex: auto;
}
.footer-logo a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #121212;
}
.footer-logo a img {
	max-height: 46px;
}
.copyright {
	margin: 0;
	font-size: var(--text-size-lg);
	color: #121212;
}
.lang-menu {
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}
.lang-menu li {
	position: relative;
	margin-right: 30px;
	z-index: 1;
}
.lang-menu li:last-child {
	margin-right: 0;
}
.lang-menu li:after {
	content: '';
	width: 1px;
	height: 20px;
	background: #6C38DE;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
body.style__black-green .lang-menu li:after {
	background: #75AF26;
}
body.style__black-red .lang-menu li:after {
	background: #fb5255;
}
.lang-menu li:last-child:after {
	display: none;
}
.lang-menu li a {
	font-weight: 500;
	color: #121212;
	text-decoration: none;
	text-transform: uppercase;
}
.lang-menu li a:hover,
.lang-menu li.current-lang a {
	color: #6C38DE;
}
body.style__black-green .lang-menu li a:hover,
body.style__black-green .lang-menu li.current-lang a {
	color: #75AF26;
}
body.style__black-red .lang-menu li a:hover,
body.style__black-red .lang-menu li.current-lang a {
	color: #fb5255;
}
.footer-menu {
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	position: relative;
	margin-right: 20px;
	z-index: 1;
}
.footer-menu li:last-child {
	margin-right: 0;
}


.page-header {
	position: relative;
	padding: 10px 0 20px;
	z-index: 1;
}
.page-title {
	text-align: center;
	font-size: var(--h1-size);
	font-weight: 700;
}
.error-404-number {
	font-size: calc(var(--h1-size) * 6);
	font-weight: 900;
	color: #6C38DE;
	opacity: .2;
	text-align: center;
	line-height: 1;
}
body.style__black-green .error-404-number {
	color: #75AF26;
	opacity: .4;
}
body.style__black-red .error-404-number {
	color: #fb5255;
	opacity: .4;
}
.error-404-button {
	text-align: center;
}




@media(max-width: 849px) {
	:root {
		--container: 510px;

		--text-size: 13px;
		--text-size-lg: 14px;
		--h1-size: 24px;
		--h2-size: 22px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 15px;
	}
	.section {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.heading {
		margin-bottom: 12px;
	}
	.header {
		padding: 10px 0 30px;
	}
	.header-wrap {
		height: 45px;
	}
	.header-logo a img {
		max-height: 45px;
	}
	.header-logo a span {
		margin-left: 3px;
	}
	.header-slogan span:nth-child(1) {
		font-size: var(--h6-size);
	}
	.header-slogan span:nth-child(2) {
		font-size: 12px;
	}
	.hero-heading {
		margin-bottom: 8px;
	}
	.offers-items {
		margin: 0 -4px -32px;
	}
	.offers-item {
		margin: 0 0 32px;
		padding: 0 4px;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.offers-item__wrap {
		padding: 12px 7px 15px;
	}
	.licenses-items {
		margin-bottom: -18px;
	}
	.licenses-item {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 18px;
	}
	.footer-logo a span {
		margin-left: 3px;
	}
	.lang-menu {
		margin-top: 4px;
	}
}



@media(max-width: 575px) {
	:root {
		--container: calc(100vw - 24px);

		--text-size: 13px;
		--text-size-lg: 14px;
		--h1-size: 24px;
		--h2-size: 22px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 15px;
	}
	.header-slogan span:nth-child(2) {
		bottom: -16px;
		right: -4px;
	}
	.footer-wrap {
		padding: 8px 7px 12px;
	}
}



@media(max-width: 399px) {
	:root {
		--container: calc(100vw - 24px);

		--text-size: 12px;
		--text-size-lg: 13px;
		--h1-size: 22px;
		--h2-size: 20px;
		--h3-size: 18px;
		--h4-size: 16px;
		--h5-size: 15px;
		--h6-size: 14px;
	}
	.modal-dialog {
		max-width: calc(100% - 24px);
	}
	.modal-content {
		padding: 8px 24px 24px;
	}
}