/*!
Theme Name: modulmoney
Theme URI: https://weborona.ru/
Author: https://weborona.ru/
Author URI: https://weborona.ru/
Description: modulmoney
Version: 11.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: modulmoney
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 with others.

custom-theme is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Bold.eot');
    src: local('Manrope Bold'), local('Manrope-Bold'),
        url('fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Manrope-Bold.woff2') format('woff2'),
        url('fonts/Manrope-Bold.woff') format('woff'),
        url('fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Semibold.eot');
    src: local('Manrope Semibold'), local('Manrope-Semibold'),
        url('fonts/Manrope-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Manrope-Semibold.woff2') format('woff2'),
        url('fonts/Manrope-Semibold.woff') format('woff'),
        url('fonts/Manrope-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Regular.eot');
    src: local('Manrope Regular'), local('Manrope-Regular'),
        url('fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Manrope-Regular.woff2') format('woff2'),
        url('fonts/Manrope-Regular.woff') format('woff'),
        url('fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Light.eot');
    src: local('Manrope Light'), local('Manrope-Light'),
        url('fonts/Manrope-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Manrope-Light.woff2') format('woff2'),
        url('fonts/Manrope-Light.woff') format('woff'),
        url('fonts/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Thin.eot');
    src: local('Manrope Thin'), local('Manrope-Thin'),
        url('fonts/Manrope-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/Manrope-Thin.woff2') format('woff2'),
        url('fonts/Manrope-Thin.woff') format('woff'),
        url('fonts/Manrope-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Medium.eot');
    src: local('Manrope Medium'), local('Manrope-Medium'),
        url('fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Manrope-Medium.woff2') format('woff2'),
        url('fonts/Manrope-Medium.woff') format('woff'),
        url('fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-ExtraBold.eot');
    src: local('Manrope ExtraBold'), local('Manrope-ExtraBold'),
        url('fonts/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('fonts/Manrope-ExtraBold.woff') format('woff'),
        url('fonts/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


html {
	line-height: 1.4; 
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	font-family: 'Manrope';
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */



body {
	margin: 0;
	font-family: 'Manrope';
	background: #f4f2ef !important;
}



body * {
	box-sizing: border-box;
}
p {
	font-size: 1rem;
}
p.small,small {
	font-size: .9rem;
}

.main_title{
    display: flex !important;
    flex-direction: column;
	color: #6667AB;
	line-height: 1;
    gap: 20px;
    font-weight: 800;
    font-size: 4rem;
	margin: 28px 0;
	padding: 0;
}

.main_title span{
    font-size: 2.5rem;
    font-weight: 700;
}



h2,*.h2 {margin:0 0 .25em;padding: 0;font-size:2.5rem;color: #8B5897;font-weight: 700;}
h3,*.h3 {margin:0 0 .25em;padding: 0;font-size:1.6rem;}
h4,*.h4 {margin:0 0 .25em;padding: 0;font-size:1.4rem;color: rgba(141, 121, 97, 0.65);}
h5,*.h5 {margin:0 0 .25em;padding: 0;font-size:1.2rem;}
h6,*.h6 {margin:0 0 .25em;padding: 0;font-size:1.5rem;}

.c2 {
	color: #8B5897;
}

p {
	margin-top: 0;
}

.up {
	text-transform: uppercase;
}
a {
	text-decoration: none;
}
a, button {
	outline: none;
}
 a:hover {
	text-decoration: none;
}

header.main-header {
	padding: 1rem 0;
}
header.main-header .col-logo {
	display: flex;
	align-items: center;
}
header.main-header .col-logo .col-img {
	padding-right: 0;
	line-height: 0;
}
header.main-header .col-logo .col-img img {
	width: 7.5rem;
}

header.main-header .col-logo .col-text {
	line-height: 1;
	color: #6667AB;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 700;
}

header.main-header .col-logo .col-text span	 {
display: block;
	color: #8B5897;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 1240px;
	max-width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
}

.container-faq {
		margin-left: auto;
	margin-right: auto;
	width: 1020px;
	max-width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
}

*.btn {
	font-size: .9rem;
	padding: 1.2rem 1.5rem;
	padding-left: 3.8rem;
	background-color: #75A14F;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	line-height: 1;
	border-radius: 2.7rem;
	transition: all .3s ease;
	display: inline-block;
}


*.btn.btn-mini {
	font-size: .7rem;
	padding: .7rem 1rem;
	padding-left: 2.6rem;
}
*.btn.btn-big {
    font-size: 1rem;
    padding: 1.4rem 2.5rem;
    padding-left: 4.8rem;
}

*.btn:hover {
	background-color: #8B5897;
	color: #fff;
}

*.btn span.icon {
	position: absolute;
	display: block;
    width: 2.4rem;
    height: 2.4rem;
	border-radius: 50%;
	left: .5rem;
	top: 50%;
	transform: translate3d(0, -50%, 0px);
	box-shadow: 0px 9px 12px rgba(0, 0, 0, 0);
	background: #fff center center no-repeat;
	background-size: cover;
	transition: all .3s ease;
}

*.btn.btn-mini span.icon {
    width: 1.5rem;
    height: 1.5rem;
}

*.btn.btn-big span.icon {
    position: absolute;
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    left: 0.6rem;
}


*.btn span.icon svg {
	width: 1.2rem;
	height: 1.2rem;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0px) scale(.75);
	object-fit: contain;
	position: absolute;
}
*.btn span.icon svg path {
	fill: #75A14F;
}
*.btn:hover span.icon svg path {
	fill: #8B5897;
}



*.btn.btn-faq {
background: rgba(141, 121, 97, 0.15);
color:  #8B5897;
}
*.btn.btn-faq:hover {
background: rgba(141, 121, 97, 0.15);
color:  #6667AB;
}

*.btn.btn-faq span.hide-text,.list-item.act *.btn.btn-faq  span.show-text {
	display: inline-block;
}
.list-item.act *.btn.btn-faq  span.hide-text,.list-item *.btn.btn-faq  span.show-text {
display: none;
}

.list-item *.btn.btn-faq .minus {
	display: none;
}
.list-item.act *.btn.btn-faq .minus {
	display: block;
}
.list-item.act *.btn.btn-faq .plus {
	display: none;
}

*.btn.btn-faq span.icon svg path {
	fill: #8B5897;
}
*.btn.btn-faq:hover span.icon {
	box-shadow: 0px 3px 15px -5px rgba(0,0,0,.3);
}
*.btn.btn-faq:hover span.icon svg path {
	fill: #6667AB;
}


*.btn.btn-blue {
	background-color: #6667AB;
}
*.btn.btn-blue span.icon svg path {
	fill: #6667AB;
}
*.btn.btn-blue:hover {
background: #8B5897;
color:  #fff;
}
*.btn.btn-blue:hover span.icon svg path {
	fill: #6667AB;
}


.col-menu ul{
	padding: 0;
    margin: 0;
	color: rgba(141, 121, 97, 0.65);
}

*.btn.btn-tab.menu-item{
	padding:0;
}

.menu-item a{
	padding: .75rem 1.5rem;
	color: rgba(141, 121, 97, 0.65);
    font-size: 20px;
    font-weight: 700;
    border: 1px solid transparent;
	border-radius: 2.7rem;
}

.menu-item a:hover{
	color: rgba(139, 88, 151, 1);
}

.current-menu-item a{
    color: rgba(139, 88, 151, 1);
}
.col-wrap-menu {
    display: flex;
    align-items: center;
}


.center {
	text-align: center;
}

.flex-center {
	display: inline-flex;
		flex-direction: column;
	flex-wrap: wrap;
}
.flex-center * {
	display: inline-block;
	text-align: left;
}

.grid-mfo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
	margin-top:4rem;
	margin-bottom: 2rem;
}

.mfo-item {
	background: #FFFFFF;
border-radius: 16px;
padding: 2rem;
padding-bottom: 1.5rem;
position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 15px 45px rgb(0 0 0 / 0%);
    transition: all .3s ease;
}
.mfo-item:not(.item-custom):hover {
	    box-shadow: 0px 15px 45px rgb(0 0 0 / 10%);
}
/* .grid-mfo .mfo-item:not(.item-custom) {
        border: 1px solid #b89bbf;
} */

.mfo-item .mark {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	padding: 6px 1rem;
	padding-left: 2.5rem;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0 1rem 1rem 0;
	transform: translate3d(0, -50%, 0);
}
.mfo-item .mark-narod {
	background: #CEC153;
}
.mfo-item .mark-rec {
		background: #B28330;
}
.mfo-item .mark-nadeg {
		background: #8B5897;
}
.mfo-item .mark-best {
		background: #6667AB;
}

.mfo-item .mark::before {
	content: '';
	height: 1rem;
	width: 1rem;
	background-size: contain;
	left: 1.25rem;
	top: 50%;
	transform: translate3d(-50%, -50%, 0px);
	position: absolute;
}	
.mfo-item .mark-narod::before {
	background: url(img/mark-narod.svg) center no-repeat;
}	

.mfo-item .mark-rec::before {
	background: url(img/mark-rec.svg) center no-repeat;
}	
.mfo-item .mark-nadeg::before {
	background: url(img/mark-nadeg.svg) center no-repeat;
}	
.mfo-item .mark-best::before {
	background: url(img/mark-best.svg) center no-repeat;
}	

.mfo-item .row-title {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.mfo-item .row-title .col-logo {
	display: flex;
	max-width: 100%;
	align-items: center;
}
.mfo-item .row-title .col-logo .col-img {
	padding-right: 1rem;
	line-height: 0;
}
.mfo-item .row-title .col-logo .col-img img {
	width: 4rem;
	height: 4rem;
	object-fit: contain;
	border-radius: 2rem;
}

.mfo-item .row-title .col-logo .col-text .title {
	color: #000;
	margin-bottom: .2rem;
	font-weight: bold;
}
.mfo-item .row-title .col-logo .col-text .type {
	color: #8B5897;
	margin-bottom: 0;
}
.col-ooo {
	grid-column: span 3;
}

.mfo-item  .row-data {
	margin-top: 2rem;
display: grid;
grid-template-columns: auto auto auto;
grid-gap: 1rem;
	grid-row-gap:0;
/*padding-left: 2rem;
padding-right: 2rem;*/
}
.mfo-item  .row-data.row-ooo {
	margin-top:0px;
}
.mfo-item .row-data .title {
	color: #000;
	font-weight: bold;
}
.mfo-item .row-data .subtitle {
color: rgba(141, 121, 97, 0.65);
}

.mfo-item  .text-items {
	margin-top: 1rem;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1rem;
}
.mfo-item  .text-items .title {
	font-weight: 700;
	color: #8B5897;
	line-height: 1.25rem;
	font-size: 1rem;
	color:rgba(46, 44, 41, 1);
	margin-bottom: .5rem;
	padding: 0;
}
.mfo-item  .text-items .text-row {
	font-size: .8rem;
	line-height: 1.25rem;
	color:rgba(141, 121, 97, 1);
}
.mfo-item  .text-items .text-row ul {
	padding: 0;
	margin: 0;
	margin-left: 2rem;
}


p.ooo {
	font-size:.9rem;
	    color: rgba(141, 121, 97, 0.65);
}

.mfo-item.item-custom {
	background:  rgba(141, 121, 97, 0.15);
}
.row-custom {
	display: flex;
	align-items: center;
	width: 100%;
}
.row-custom .col-img {
	padding-right: 1.5rem;
}
.row-custom .col-img img {
	width: 8rem;
	height: 8rem;
	object-fit: contain;
}
.row-custom .col-text .title {
	font-weight: 700;
	color: #8B5897;
}



.section-faq {
	margin-top: 6rem;
}

.section-faq .title {
	text-transform: uppercase;
}

.faq-list {
	margin-top: 4rem;
	border-top: 1px solid rgba(141, 121, 97, 0.3);
}
.faq-list .list-item {
	border-bottom: 1px solid rgba(141, 121, 97, 0.3);
	padding: 1.5rem 4rem;
}
.faq-list .list-item .title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.faq-list .list-item .title-row .title {
	color: #8D7961;
	text-transform: none;
	font-weight: 700;
}

.faq-list .list-item .content-row {
	padding-top: 0rem;
	    display: flex;
    flex-direction: column;
    transition: all .6s ease;
    overflow: hidden;
    opacity: 0;
    max-height: 0px;
}

.faq-list .list-item.act .content-row {
padding-top: 1.8rem;
max-height: 2000px;
opacity: 1;
color: rgba(141, 121, 97, 0.65);
line-height: 1.6;
font-weight: 500;
}
.grid-1-1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
	grid-row-gap: 0;
}
.faq-list .list-item.act .content-row p {
	margin-bottom: 2rem;
}
.faq-list .list-item.act .content-row b {
	color: #8D7961;
	display: block;
}
.section-faq .title {
	color: #6667AB;
}


footer {
	
	background: linear-gradient(90deg, #6667AB 0%, #8B5897 100%);
	color: #fff;
	padding: 4rem 0 10rem;
	font-size: .9rem;
}
footer p {
	font-size: .9rem;
	font-weight: 500;
	margin-bottom: 0;
}
footer .copyright {
	margin-top: 3rem;
}

.fixed-progress {
	display: block;
	width: 100%;
	padding-top: 1rem;
	padding-bottom: .5rem;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 2;
}

.fixed-progress .title {
	text-align: center;
	font-weight: 500;
}
.fixed-progress .progress {
	height: 1rem;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: rgba(141, 121, 97, 0.15);
	border-radius: 1rem;
}

.fixed-progress .progress .fill {
	background: #75A14F;
	border-radius: 1rem;
	position: absolute;
	left: 0;
	top: 0;
	height: 1rem;
	width: 0%;
	transition: all .3s ease;
}

.fixed-progress .progress .progress-text {
	position: absolute;
	color: #8D7961;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0px);
	font-weight: 500;
	font-size: .7rem;
}


.fixed-modal {
	background: #FFF;
	box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	position: fixed;
	top: 120px;
	right: .75rem;
	padding: 1rem;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
}

.admin-bar .fixed-modal {
	top: calc(120px + 32px);
}

.fixed-modal.act {
	visibility: visible;
	opacity: 1;
}

.fixed-modal .close {
	position: absolute;
	top: .8rem;
	right: .8rem;
	cursor: pointer;
}
.fixed-modal .close:hover svg path {
	fill: #8D7961;
	}
.fixed-modal .close svg {
	width: .9rem;
	height: .9rem;
}
.fixed-modal .close svg path {
	fill: rgba(141, 121, 97, 0.3);
}
.fixed-modal .flex {
	display: flex;
	width: 100%;
    flex-direction:column;
	align-items: start;
}

.fixed-modal .flex .col-logo {
	display: flex;
	align-items: center;
	width: 100%;
}
.fixed-modal .flex .col-logo .col-img {
	line-height: 0;
	padding-right: .8rem;
}
.fixed-modal .flex .col-logo .col-img img {
	    width: 3rem;
    height: 3rem;
    object-fit: contain;
    border-radius: 2rem;
}
.fixed-modal .flex .col-logo .col-title {
	color: #8D7961;
	font-weight: 700;
	margin-right: 75px;
}

.fixed-modal .flex .col-data .title {
	font-size: 1.25rem;
	color: #2E2C29;
	margin-bottom: 0;
	font-weight: bold;
}
.fixed-modal .flex .col-data .subtitle {
	font-size: .9rem;
	color: #8B5897;
	margin-bottom: 1rem;
}


.modal {
	 display: none;
    width: 41rem;
    max-width: 100%;
    padding: 1.8rem 2rem;
    background: #F4F2EF;
    box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
}

.modal  .modal-header .title {
	font-weight: 700;
font-size: 2.5rem;
text-transform: uppercase;
color: #8B5897;
margin-bottom: 0;
}

.modal .modal-header .subtitle {
font-weight: 700;
font-size: 1.5rem;
line-height: 33px;
color: rgba(141, 121, 97, 0.65);
}

.modal  .modal-content {
	padding-top: 2rem;
}
.mfo-list .col-btn {
	text-align: center;
	min-width: 50%;
}
.mfo-list .col-btn .subtitle {
	color: #8D7961;
	font-weight: 600;
	margin-bottom: 0;
}
.modal .modal-footer {
	padding-top: 2rem;
    padding-left: 2rem;
}
.modal .modal-footer {
	font-size: .9rem;
	color: #8D7961;
	font-weight: 500;
}

.modal .mfo-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2rem;
}
.modal .mfo-list .mfo-item .row-data {
	display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}



.modal .mfo-list .col-btn {
    text-align: right;
}

.col-proc,
.col-sum,
.col-srok{
    text-align: start;
}


.fancybox-is-open .fancybox-bg {
	background: linear-gradient(90deg, #6667AB 0%, #8B5897 100%);
}

.fancybox-button svg path {
	fill: rgba(141, 121, 97, 0.5);
}
.fancybox-container {
	z-index: 3;
}

.fancybox-slide {
	   padding-bottom: 4.8rem;
}
.hide-pc {
	display: none;
}


@media (max-width: 1280px) {
	html {
		font-size: 12px;
	}


.grid-1-1 {
	grid-template-columns: 1fr;
}
.mfo-item .row-data .title {
	    white-space: nowrap;
}
.mfo-item .row-data .col-sum {
	padding-left: 1rem;
	padding-right: 1rem;
}
}


@media (max-width: 991px) {
	
	.menu-item a{
		font-size: 16px;
        padding: .9rem 1.5rem;
	}

	.hide-pc {
		display: block;
	}
	.grid-mfo .mfo-item:nth-child(n+6) {
		display: none;
	}
	.view-all.grid-mfo .mfo-item:nth-child(n+6) {
		display: block
	}
	.view-all.grid-mfo  .show-all {
		display: none
	}
	   .grid-mfo .mfo-item.item-custom {
	   	display: block;
    order: 1000;
    margin-top: 2rem;
}

.view-all.grid-mfo .mfo-item.item-custom {
 	margin-top: 0;
 }

.grid-mfo {
    display: flex;
   flex-direction: column;
   grid-gap: 0;
}
.grid-mfo .mfo-item:not(:last-child) {
	margin-bottom: 2.5rem;
}
.faq-list .list-item {
padding-left: 0;
padding-right: 0;
	}
	.faq-list *.btn.btn-faq span.icon {
		position: relative;
		top: 0;
    left: 0;
    transform: none;
	}
	.faq-list *.btn.btn-faq span.hide-text ,
	.faq-list *.btn.btn-faq span.show-text  {
		display: none!important;
	}
	.faq-list *.btn.btn-faq {
    padding: 0.5rem;
}
.fixed-modal,.admin-bar .fixed-modal {
    top: auto;
    bottom: 7rem;
    max-width: calc(100% - 1.5rem);
}
.flex-center {
    padding-top: 1rem;
}
.modal .mfo-list { 
	grid-gap: 2rem;
}
h1,*.h1 {font-size:3rem;}
h2,*.h2 {font-size:2.3rem;}
h3,*.h3 {font-size:1.6rem;}
}

@media (max-width: 480px) {
		.mfo-item .row-data {
		padding-left: 0;
		padding-right: 0;
	}
	
	
	.mfo-item .row-title .col-logo {
    max-width: 100%;
    width: 100%;
}
	
	.fixed-modal, .admin-bar .fixed-modal {
        width: 100%;
    }
	
	.fixed-modal .flex .col-logo .col-title {
    margin-right: auto;
}
	
}


@media (max-width: 480px) {
	.mfo-item .row-title .col-btn {
	padding-left: 5rem;
	padding-top: 1rem; 
}
	
	
	.mfo-item .row-title {
    flex-direction: column;
    align-items: flex-start;
}
	
}







/*табы*/
[data-content] {
	display: none;
}
[data-show-content='content-1'] [data-content='content-1'] {display: block;}
[data-show-content='content-2'] [data-content='content-2'] {display: block;}


*.btn.btn-tab {
    padding: .75rem 1.5rem;
    background-color: transparent;
    text-transform: none;
    color: rgba(141, 121, 97, 0.65);
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
	border:1px solid transparent;
}


 *.btn.btn-tab.active {
	color:rgba(139, 88, 151, 1);
	pointer-events: none;
}

*.btn.btn-tab:hover  {
	color:rgba(139, 88, 151, 1);
}

.grid-header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.grid-header-row .button-list  {
	list-style: none;
	display: flex;
	padding: 0;
	margin:0;
}

.grid-header-row .button-list li {
	margin-right: 0;
}

.sticky-sentinel {
    position: absolute;
    top: 0px; /* Критически важно! */
    left: 0;
    width: 100%;
    height: 60px;
    visibility: hidden;
  }

	header {
		top: 0;
        position: sticky;
		top:0px;
		left: 0;
		width: 100%;
		background-color: transparent;
		z-index: 2;
		transition: all .3s ease;
	} 
	header.fixed {
		background-color: #fff;
		padding: .25rem 0;
		box-shadow: 0 1px 0 0 rgba(141, 121, 97, 0.1);
	}
	.admin-bar header {
		top:32px;
	}
	header.main-header .col-logo .col-img img {
    	width: 5rem;
    	transition: all .3s ease;
	}
	header.main-header.fixed .col-logo .col-img img {
		width: 3.5rem;
	}
	header.main-header .col-logo .col-text {
		transition: all .3s ease;
	}
	header.main-header.fixed .col-logo .col-text {
		font-size: 1rem;
	}

.debit-cards {
	padding-top: 5.5rem;
}

.debit-cards .title {
    color: #6667AB;
}

.grid-tcs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
	padding-top: 4rem;
}
.col-text p {
	margin-bottom: .5rem;
}

.text-light {
	font-weight: 500;
	color:rgba(141, 121, 97, 0.65);
	font-size: 1rem;
	line-height: 1.5;
}
.list {
	margin:0;
	padding-left: 2rem;
}


.customs-select {
	height: 4.5rem;
	border-radius: 1rem;
/*	box-shadow: inset 0px 0px 0px 1px  rgba(141, 121, 97, 0.3);*/
	border:  1px solid rgba(141, 121, 97, 0.3);
	padding: 1rem 1.5rem;
	padding-right: 4.5rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	background: #fff;
	cursor: pointer;
}
.customs-select:hover {
	border-color: rgba(139, 88, 151, 1);
}
.customs-select .toggle {
	width: 1.1rem;
	height: 1rem;
	position: absolute;
	right: 1.5rem;
	top:50%;
	transform: translate3d(0, -50%, 0) rotate(0deg);
	transition: all .3s ease;
	background: url(img/down.svg) center no-repeat;
	background-size: contain;
	cursor: pointer;
}

.customs-select .placeholder {
	color:rgba(141, 121, 97, 0.65);
	position: absolute;
	top:.75rem;
	left: 1.5rem;
	font-size: 12px;
	line-height: 1;
}
.customs-select .select-title {
	align-self: end;
	line-height: 1;
}
.customs-select .icon  {
	line-height: 0;
}
.customs-select .icon img {
	height: 2rem;
	width: auto;
	border-radius: 4px;
}
.customs-select ul {
	position: absolute;
	list-style: none;
	top: 4.5rem;
	display: block;
	left:-1px;
	right:0px;
	width: calc(100% + 2px);
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	border:1px solid rgba(139, 88, 151, 1);
	margin: -2px 0 0;
	border-top: none;
	padding: 0 0 1rem;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	z-index: 2;
}
.customs-select ul li {
	display: flex;
	padding:  0 4.5rem 0 1.5rem;
	align-items: center;
	justify-content: space-between;
	transition: all .3s ease;
	background-color: transparent;
	cursor: pointer;
}
.customs-select ul li .title {
	font-size: 1rem;
	line-height: 2rem;
}
.customs-select ul li .icon {
	line-height: 0;
}
.customs-select ul li .icon img {
	height: 1rem;
	border-radius: 2px;
}
.customs-select ul li:hover,.customs-select ul li.active,.customs-select ul:hover li.active:hover {
	background-color: rgba(141, 121, 97, 0.15);
}
.customs-select ul:hover li.active {
	background-color: rgba(141, 121, 97, 0.05 );
}
.customs-select ul li:hover .title,.customs-select ul li.active .title {
	color:rgba(139, 88, 151, 1);
}
.customs-select.active {
	border-color: rgba(139, 88, 151, 1);
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-color: transparent;
}
.customs-select.active ul {
	visibility: visible;
	opacity: 1;
}
.customs-select.active .toggle {
	transform: translate3d(0, -50%, 0) rotate(180deg);
}

.tcs-result  {
	padding: 1.5rem 0;
	padding-left: .5rem;
}
*.tcs-title-full {
	font-size: 1.25rem;
	font-weight: 700;
	color:rgba(46, 44, 41, 1);
	line-height: 1;
	margin-bottom: .5rem;
}
.tcs-sub {
	padding: 0;
	margin:0;
	color:rgba(139, 88, 151, 1);
	font-weight: 500;
	font-size: .9rem;
	line-height: 1;
}

@media (max-width: 991px) {
	.grid-tcs {
		grid-template-columns: 1fr;
	}
/*	header.main-header.fixed *.btn.btn-tab {
		padding: .75rem 1rem;
	}*/
	*.btn.btn-tab {
		font-size: 16px;
		padding: .9rem 1.5rem;
	}
	body {
/*		padding-top: 120px;*/
	}
	
	header.main-header {
		padding: .5rem 0;
	}
}

@media (max-width: 782px) { 
	
	header.main-header .col-logo .col-img img {
    width: 3.5rem;
}
	header.main-header .col-logo .col-text {
    font-size: 1rem;
}
	
	
	.menu-item a,
	*.btn.btn-tab {
		font-size: 14px;
		padding: .9rem 1.5rem;
	}
	body {
/*		padding-top: 120px;*/
	}
	.admin-bar header {
		top:46px;
	}
}