/*!
Theme Name: Moneta Finance
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: monetafinance
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.

Moneta Finance 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: 1280px;

	--text-size: 15px;
	--text-size-sm: 14px;
	--h1-size: 28px;
	--h2-size: 24px;
	--h3-size: 20px;
	--h4-size: 18px;
	--h5-size: 16px;
	--h6-size: 15px;

	--black: #1E1E1E;
	--black-2: #363636;
	--white: #FFFFFF;
	--green: #6E993A;
	--green-light: rgba(110, 153, 58, 0.2);
	--blue: #1F6DC2;
	--grey: #E6E6E6;
	--bg: #F2F2F2;
	--yellow: #FFDD1C;
}
*, ::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: 'Montserrat', sans-serif;
	line-height: 1.333;
	color: var(--black);
	background: var(--bg);
}
a {
	color: var(--blue);
	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: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 0 0 8px;
	line-height: 1.2;
}
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 8px;
}
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: 500;
}

.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	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(--h2-size);
	line-height: 1;
}


.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--text-size);
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 1.5;
	border: none;
	padding: 6px 30px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	outline: none;
	min-height: 36px;
	text-decoration: none;
	cursor: pointer;
	transition: .5s;
}
.btn-100 {
	width: 100%;
}
.btn-primary {
	background-color: var(--green);
	color: var(--white);
}
.btn-primary:hover {
	background-color: var(--green-light);
	color: var(--green);
}


.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: var(--white);
	background-clip: padding-box;
	outline: 0;
	padding: 24px 40px 30px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #363636;
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .5;
	z-index: 1049;
}
.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: var(--black);
	width: 30px;
	height: 30px;
	top: 5px;
	right: 5px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .5s;
	z-index: 9;
}
.modal-close:hover {
	background-color: var(--green);
}
.modalOfferInfo-wrap {
	cursor: pointer;
}
.modalOfferInfo-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 66px;
	text-align: center;
	margin-bottom: 8px;
}
.modalOfferInfo-logo img {
	max-width: 140px;
	max-height: 66px;
}
.modalOfferInfo-meta {
	position: relative;
	margin: 0 0 18px;
	padding: 18px 0 0;
	list-style: none;
	display: flex;
	align-items: center;
	border-top: 1px solid #D9D9D9;
	z-index: 1;
}
.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);
	line-height: 1;
	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: #D9D9D9;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.modalOfferInfo-meta li span {
	font-weight: 600;
	color: var(--green);
}
.modalOfferInfo-interest-rate {
	position: relative;
	margin-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;
	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);
	line-height: 1;
	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: #D9D9D9;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.modalOfferInfo-interest-rate-list li span {
	font-weight: 600;
	color: var(--green);
}
.modalOfferInfo-links {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
}
.modalOfferInfo-links a {
	margin-bottom: 4px;
}
.modalOfferInfo-links a:last-child {
	margin-bottom: 0;
}
.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;
	z-index: 1;
}

.header {
	position: relative;
	background: var(--white);
	z-index: 92;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 85px;
}
.header-logo img {
	max-height: 60px;
}
.header-counter {
	margin-left: 20px;
	font-size: var(--h2-size);
}
.header-counter-value {
	font-weight: 700;
	color: var(--green);
}


.footer {
	position: relative;
	background: var(--grey);
	z-index: 1;
}
.footer-main {
	padding: 44px 0 30px;
}
.footer-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	margin-right: 48px;
	line-height: 1;
}
.footer-menu li:last-child {
	margin-right: 0;
}
.footer-menu li a {
	font-weight: 500;
	color: var(--black);
	text-decoration: none;
}
.footer-menu li a:hover {
	color: var(--green);
}
.footer-content {
	font-size: var(--text-size-sm);
	line-height: 1.142;
	margin-bottom: 12px;
}
.bottom-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.bottom-menu li {
	margin-right: 40px;
	line-height: 1;
}
.bottom-menu li:last-child {
	margin-right: 0;
}
.bottom-menu li a {
	font-size: var(--text-size-sm);
}

.lang-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}
.lang-menu li {
	position: relative;
	margin-right: 30px;
	line-height: 1;
	z-index: 1;
}
.lang-menu li:last-child {
	margin-right: 0;
}
.lang-menu li:after {
	content: '';
	width: 1px;
	height: 20px;
	background: #D9D9D9;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.lang-menu li:last-child:after {
	display: none;
}
.lang-menu li a {
	font-weight: 500;
	color: var(--black);
	text-decoration: none;
	text-transform: uppercase;
}
.lang-menu li a:hover,
.lang-menu li.current-lang a {
	color: var(--green);
}

.footer-bottom {
	border-top: 1px solid rgba(128, 128, 128, 0.55);
	padding: 24px 0;
	text-align: center;
}
.footer-bottom p {
	margin-bottom: 6px;
	font-size: 12px;
	color: #303030;
}
.footer-bottom p:last-child {
	margin-bottom: 0;
}



.hero-section.section {
	padding-top: 26px;
}
.hero-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: width;
}
.hero-left {
	flex: auto;
	max-width: calc(100% - 155px - 20px);
}
.hero-heading {
	font-size: var(--h1-size);
	font-weight: 700;
	line-height: 1;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.hero-heading span {
	color: var(--green);
}
.hero-content {
	font-size: var(--h3-size);
	font-weight: 500;
	line-height: 1.2;
}
.hero-content strong {
	font-weight: 600;
}
.hero-arrow {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	vertical-align: middle;
	margin-left: 18px;
	width: 30px;
	height: 27px;
	margin-top: -2px;
	z-index: 1;
}
.hero-arrow svg {
	position: absolute;
	width: 30px;
	height: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.hero-arrow path {
	animation: animate-arrow 2s infinite;
	width: 100%;
}
.hero-arrow path:nth-child(4) {
	animation-delay: 0s;
}
.hero-arrow path:nth-child(3) {
	animation-delay: -.2s;
}
.hero-arrow path:nth-child(2) {
	animation-delay: -.4s;
}
.hero-arrow path:nth-child(1) {
	animation-delay: -.6s;
}
@keyframes animate-arrow {
	0% {
		opacity: 0;
    	transform: translateY(-10px);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
    	transform: translateY(10px);
	}
}
.hero-right {
	flex: 0 0 155px;
	max-width: 155px;
}
.hero-payment {
	margin-left: auto;
}
.hero-payment-images {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}
.hero-payment-images span {
	margin-right: 18px;
}
.hero-payment-images span:last-child {
	margin-right: 0;
}
.hero-payment-images img {
	max-width: 75px;
	max-height: 36px;
}
.hero-payment-text {
	background: url(images/payment-trapezoid-bg.svg) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 5px 8px;
	font-size: var(--text-size-sm);
	font-weight: 300;
}



.offers-section.section {
	padding-top: 30px;
}




.offers-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -40px;
}
.offers-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 40px;
	padding: 0 10px;
}
.offers-item__wrap {
	position: relative;
	height: 100%;
	box-shadow: 0.5px 2px 5px 1px rgba(30, 30, 30, 0.3);
	background: var(--black-2);
	color: var(--white);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1;
}
.offers-item__badge {
	position: absolute;
	width: 70px;
	height: 28px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	top: -15px;
	left: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.offers-item__sticker {
	position: absolute;
	width: 106px;
	height: 28px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.25;
	padding: 4px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -15px;
	right: 34px;
	z-index: 1;
}
.offers-item__main {
	position: relative;
	padding: 20px 10px 25px;
	cursor: pointer;
}
.offers-item__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 12px;
}
.offers-item__logo {
	/*flex: 0 0 calc(52% - 10px);
	max-width: calc(52% - 10px);*/
	flex: 0 0 100%;
	max-width: 100%;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 5px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: var(--white);
}
.offers-item__logo img {
	max-height: 66px;
}
.offers-item__rating {
	border: 1px dashed var(--white);
	font-size: var(--h5-size);
	font-weight: 600;
	text-align: center;
	line-height: 1;
	padding: 10px 20px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	margin-bottom: 12px;
}
.offers-item__rating span {
	color: var(--yellow);
	white-space: break-spaces;
}
.offers-item__info {
	margin-bottom: 20px;
}
.offers-item__info p {
	font-size: var(--text-size-sm);
	font-weight: 500;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.offers-item__info p:last-child {
	margin-bottom: 0;
}
.offers-item__info p span {
	position: relative;
	text-align: right;
	z-index: 1;
}
.offers-item__info p span.bg {
	padding: 3px 12px;
	font-weight: 600;
	color: var(--black);
	margin: -1px 0;
}
.offers-item__info p span.bg:before {
	content: '';
	background: var(--white);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	z-index: -1;
}
.offers-item__details {
	text-align: center;
}
.offers-item__details a {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	color: var(--yellow);
	text-decoration: none;
	font-weight: 600;
}
.offers-item__details a:hover {
	color: var(--grey);
}
.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: var(--yellow);
	flex: 0 0 10px;
	max-width: 10px;
	width: 10px;
	height: 10px;
	margin-left: 4px;
	margin-top: -1px;
	transition: .5s;
}
.offers-item__details a:hover:after {
	background-color: var(--grey);
}
.offers-item__button {
	flex: 0 0 auto;
	background: var(--white);
	padding: 20px 10px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
}





.licenses-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}
.licenses-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 20px;
	padding: 0 10px;
}
.licenses-item__wrap {
	position: relative;
	background: var(--white);
	height: 100%;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 10px 12px;
	z-index: 1;
}
.licenses-item__title {
	background: var(--green-light);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: var(--text-size-sm);
	font-weight: 600;
	text-align: center;
	padding: 5px 12px;
	margin-bottom: 10px;
}
.licenses-item__info p {
	font-size: 12px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.licenses-item__info p span:first-child {
	flex: 0 0 auto;
	max-width: 80px;
}
.licenses-item__info p span:last-child {
	color: #6C6C6C;
	text-align: right;
	flex: auto;
	margin-left: 10px;
}



.faq-heading.heading {
	margin-bottom: 10px;
}
.faq-items {
	position: relative;
	z-index: 1;
}
.faq-item {
	position: relative;
	z-index: 1;
}
.faq-item__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1.25;
	font-weight: 600;
	padding: 12px 0;
	cursor: pointer;
	transition: .5s;
}
.active .faq-item__head,
.faq-item__head:hover {
	color: var(--green);
}
.faq-item__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	margin-left: 20px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/chevrone-down-2.svg);
	mask-image: url(images/chevrone-down-2.svg);
	background-color: var(--black);
	transition: .5s;
}
.faq-item__head:hover .faq-item__toggle,
.active .faq-item__toggle {
	background: var(--green);
}
.active .faq-item__toggle {
	transform: rotate(180deg);
}
.faq-item__body {
	padding-bottom: 12px;
}




.advantages-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px -30px;
}
.advantages-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 30px;
	padding: 0 18px;
}
.advantages-item__wrap {
	position: relative;
	z-index: 1;
}
.advantages-item__image {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 80px;
	margin-bottom: -40px;
	z-index: 2;
}
.advantages-item__image img {
	max-height: 80px;
}
.advantages-item__info {
	position: relative;
	padding: 40px 14px 14px;
	background: var(--white);
	box-shadow: 0.5px 2px 5px 0.5px rgba(30, 30, 30, 0.3);
	text-align: center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	z-index: 1;
}
.advantages-item__title {
	font-size: var(--h5-size);
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 14px;
}



.error-404-number {
	text-align: center;
	margin-bottom: 30px;
	line-height: 1;
	font-weight: 700;
	color: var(--green-light);
	font-size: calc(var(--h1-size) * 8);
}
.error-404-button {
	text-align: center;
}


.to-top {
	display: none;
	position: fixed;
	right: calc((100% - var(--container)) / 2 - 46px);
	bottom: 40px;
	width: 46px;
	height: 46px;
	background: var(--green);
	border: none;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .5s;
	z-index: 1;
}
.to-top:hover {
	background: var(--black);
}
.to-top:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-top.svg);
	mask-image: url(images/arrow-top.svg);
	background-color: var(--white);
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .5s;
}




@media (max-width: 1399px) {
	:root {
		--container: 1140px;

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 15px;
	}
	.hero-payment-images img {
		max-width: 58px;
		max-height: 30px;
	}
}




@media (max-width: 1199px) {
	:root {
		--container: 930px;

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 15px;
	}
	.header-wrap {
		height: 66px;
	}
	.header-logo img {
		max-height: 50px;
	}
	.header-counter {
		font-size: var(--h3-size);
	}
	.offers-item,
	.licenses-item {
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
	.advantages-items {
		margin: 0 -10px -30px;
	}
	.advantages-item {
		margin: 0 0 30px;
		padding: 0 10px;
	}
}




@media (max-width: 991px) {
	:root {
		--container: 710px;

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 15px;
	}
	.offers-item, .licenses-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.advantages-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.to-top {
		right: 20px;
		bottom: 30px;
	}
	.hero-wrap {
		flex-wrap: wrap;
	}
	.hero-left {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.hero-right {
		display: none;
	}
	.footer-menu {
		margin-bottom: 30px;
		flex-direction: column;
	}
	.footer-menu li {
		margin: 0 0 16px;
	}
	.footer-menu li:last-child {
		margin-bottom: 0;
	}
}




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

		--text-size: 15px;
		--text-size-sm: 14px;
		--h1-size: 24px;
		--h2-size: 20px;
		--h3-size: 18px;
		--h4-size: 16px;
		--h5-size: 15px;
		--h6-size: 15px;
	}
	.header-wrap {
		height: 48px;
	}
	.header-logo img {
		max-height: 40px;
	}
	.header-counter {
		font-size: var(--h4-size);
	}
	.hero-content {
		font-size: var(--h4-size);
	}
	.hero-arrow {
		width: 24px;
		height: 24px;
		margin-left: 10px;
	}
	.hero-arrow svg {
		width: 24px;
		height: 40px;
	}

	.offers-item__badge {
		left: 24px;
	}
	.offers-item__sticker {
		right: 24px;
	}
}




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

		--text-size: 14px;
		--text-size-sm: 13px;
		--h1-size: 24px;
		--h2-size: 20px;
		--h3-size: 18px;
		--h4-size: 16px;
		--h5-size: 15px;
		--h6-size: 14px;
	}
	.heading {
		margin-bottom: 24px;
	}
	.heading h2 {
		font-size: var(--h3-size);
	}
	.modal-content {
		padding: 24px 20px;
	}
	.modal-dialog {
		max-width: var(--container);
	}
	.advantages-items {
		margin-bottom: -20px;
	}
	.advantages-item {
		margin-bottom: 20px;
	}
	.error-404-number {
		font-size: calc(var(--h1-size) * 6);
	}
	.offers-items {
		margin: 0 -6px -24px;
	}
	.offers-item {
		margin: 0 0 24px;
		padding: 0 6px;
	}
	.offers-item__badge {
		width: 44px;
		height: 24px;
		left: 13px;
		padding: 0 4px;
	}
	.offers-item__sticker {
		width: 104px;
		height: 24px;
		font-size: 8px;
		right: 13px;
	}
	.offers-item__main {
		padding: 20px 5px 14px;
	}
	.offers-item__head {
		margin-bottom: 8px;
	}
	.offers-item__logo {
		height: 46px;
		padding: 2px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	.offers-item__logo img {
		max-height: 42px;
	}
	.offers-item__rating {
		padding: 2px 6px;
		font-size: var(--text-size-sm);
		line-height: 1.15;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	.offers-item__rating span {
		display: block;
	}
	.offers-item__info {
    	margin-bottom: 12px;
	}
	.offers-item__info p {
		font-size: 12px;
		margin-bottom: 8px;
	}
	.offers-item__info p span.bg {
		padding: 3px 2px;
	}
	.offers-item__info p span {
		white-space: nowrap;
	}
	.offers-item__info p span.bg:before {
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	.offers-item__button {
		padding: 10px 5px;
	}
	.offers-item__button .btn {
		font-size: 12px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.licenses-item,
	.advantages-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
}



@media (max-width: 389px) {
	.offers-item__badge {
		width: 40px;
		left: 10px;
	}
	.offers-item__sticker {
		width: 100px;
		right: 10px;
	}
}