@charset "utf-8";
@import url(media.css);

:root {
	--primary-font: Manrope-Regular, Manrope-fallback, Helvetica, Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Noto Sans,sans-serif;
	--secondary-font: Manrope-Regular, Manrope-fallback, Helvetica, Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Noto Sans,sans-serif;
	--font-color: #37352F; /* основной цвет шрифтов */
	--layout-max-width: 1150px;

	--padding-block-inside: 0 96px;

	--column-spacing: 24px;
	
	--block-color: #0066b0; /* основной цвет блоков */
	--opacity-hover: 0.8;
	--block-color-hover: #0066b0; /* основной цвет блоков при наведении */
	
	--padding-block-inside-section: 75px 15px;
}

/*-- Start resset style. http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126  License: none (public domain) --*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-webkit-overflow-scrolling: touch;
}
xmp {
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: inherit;
	float: none;
	white-space: normal;
	font-style: italic;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
html {
	font-size: 18px;
}
body {
	font-family: var(--secondary-font);
	font-weight: 400;
	line-height: 134%;
	color: var(--font-color);
	background: #fafafa;
}
ol, ul {
	list-style: none;
}
b, strong {
	font-weight: 600;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:focus {outline: none;}
a, button, input, textarea, div, span {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-webkit-overflow-scrolling: touch;
}
a {	
	-webkit-transition: 400ms ease all;
	-moz-transition: 400ms ease all;
	-o-transition: 400ms ease all;
	transition: 400ms ease all;
	text-decoration: none;
	color: inherit;
}
img {
	max-width: 100%;
}

::-webkit-scrollbar-button {width: 8px; height: 6px;}  
::-webkit-scrollbar-track {background: #fff;}  
::-webkit-scrollbar-thumb {-webkit-border-radius: 2px; border-radius: 2px; background: var(--block-color);}  
::-webkit-scrollbar-thumb:hover {background: var(--block-color-hover); opacity: var(--opacity-hover);}  
::-webkit-resizer {width: 8px; height: 6px;}  
::-webkit-scrollbar {width: 8px;}

/*-- End resset style --*/


/*-- Блок подлкючения шрифтов --*/
@font-face {
font-family: 'Manrope-Regular';
	src: url('fonts/Manrope-Regular.eot');
	src: url('fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/Manrope-Regular.woff') format('woff'),
	url('fonts/Manrope-Regular.ttf') format('truetype'),
	url('fonts/Manrope-Regular.svg#Manrope-Regular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
	font-family: "Manrope-Regular";
	src: url('fonts/Manrope-Regular.otf');
}
/*-- Конец блока подлкючения шрифтов --*/


/*-- Start стилей общих блоков --*/
.block-inside {
	width: 100%;
	max-width: var(--layout-max-width);
	margin: 0 auto;
	padding: var(--padding-block-inside);
}
.notion-column-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.notion-column {
	padding: 12px 0;
	word-break: break-word;
	display: flex;
	flex-direction: column;
}
.notion-heading {
	font-family: var(--primary-font);
	font-weight: 600;
	margin-bottom: 0;
	padding: 3px 2px;
	position: relative;
}
.super-root p {
	min-height: 2rem;
	margin: 0;
	padding: 3px 2px;
	line-height: 1.5rem;
    white-space: pre-wrap;
    word-break: break-word;
}
.super-root p span {
	color: #feae17;
}
img {
	height :auto;
	color: transparent;
}
.notion-text {
	min-height: 2rem;
}
h2 {
	font-size: 2rem;
    letter-spacing: -1px;    
	line-height: 1.2;
	color: #0066b0;
}
h2.notion-heading {
	margin-bottom: 10px;
	font-weight: 700;
}
ul, ol {
	margin-top: 2rem;
	-webkit-padding-start: calc(1.5em + 4px);
	padding-inline-start: calc(1.5em + 4px);
	line-height: 0;
}
ul li, ol li {
	margin: 2px 0;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.5rem;
    white-space: pre-wrap;
    word-break: break-word;
    list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
ol li ul {
	margin-top: 0;
}
ol li ul li {
	list-style-type: disc;
	white-space: inherit;
}
/*-- End стилей общих блоков --*/

.super-root {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/*-- Start header --*/
.header {
	width: 100%;
	height: 70px;
	position: sticky;
	top: 0;
	z-index: 10;
}
.header-inside {
	display: grid;
    grid-template-columns: 1fr 2fr 1fr;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	min-height: 70px;
	padding: 10px 15px;
}
.logo {
	width: 120px;
}
.logo img {

}
.menu-zesta {
	display: flex;
	align-items: center;
	justify-content: center;
}
.lang-switcher {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.95rem;
	font-weight: 500;
}
.lang-link {
	color: #37352F;
	text-decoration: none;
	padding: 4px 8px;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
}
.lang-link:hover {
	background: #f0f0f0;
}
.lang-link.active {
	color: #0066b0;
	font-weight: 600;
}
.lang-divider {
	color: #d0d0d0;
}
.connect {
	display: grid;
    grid-auto-flow: column;
    justify-content: flex-end;
    margin-left: auto;
	padding: 8px 24px;
	background: #0066b0;
	border-radius: 8px;
	color: #fafafa;
	cursor: pointer;
    white-space: nowrap;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    font-weight: 500;
}
.connect:hover {
	opacity: var(--opacity-hover);
}
/*-- End header --*/




/*-- Start main-monitor --*/
.main-monitor {
	padding-bottom: 2rem;
}
.main-monitor-title {
	width: calc((100% - var(--column-spacing)* 1)* 0.5625);
}
.main-monitor-title h1 {
	font-size: 3rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-top: 40px;
    margin-bottom: 10px;
}
.main-monitor-images {
	width: calc((100% - var(--column-spacing)* 1)* 0.43749999999999994);
	margin-inline-start: 24px;
}
.main-monitor-images img {
	object-fit:contain;
	object-position:center;
}
.main-monitor-title .connect, .application-connection .connect {
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: inherit;
	padding: 12px 32px;
	line-height: 1.2rem;
	
}


/*-- End main-monitor --*/


/*-- Start payment-systems --*/
.payment-systems {
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	column-gap: 24px;
	margin-bottom: 35px;
}
.payment-systems > div {
	
}
/*-- End payment-systems --*/


/*-- Start advantages-payments --*/
.advantages-payments {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 24px;
	padding-bottom: 2rem;
}
.advantages-payments > div {
	display: flex;
	flex-direction: column;
	height: 350px;
	margin-top: 15px;
    margin-bottom: 12px;
    padding: 32px;
	border-radius: 8px;
	border: 1px solid #e9e9e7;
}
.advantages-payments img {
	object-fit:contain;
	object-position:center;
}
.notion-callout__icon {
	min-width: 1.5rem;
	width: 1.8rem;
	position: relative;
	top: 2px;
}
.advantages-payments h3 {
	margin-top: .75rem;
	font-size: 1rem;
	line-height: 1.3em;
	white-space: pre-wrap;
    word-break: break-word;
}
.advantages-payments p {
	min-height: 2rem;
	margin: 0;
	padding: 3px 2px;
	line-height: 1.5rem;
	white-space: pre-wrap;
	word-break: break-word;
}
.advantages-payments .link {
    color: #37352F;
    text-decoration: underline;
    -webkit-text-decoration-color: #7d7c78;
    text-decoration-color: #7d7c78;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    transition: border-color .1s ease-in, opacity .1s ease-in;
}
/*-- End advantages-payments --*/


/*-- Start best-partner --*/
.best-partner {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.best-partner-description {
	width: calc((100% - 24px* 1)* 0.5);
}
.best-partner-images {
	width: calc((100% - 24px* 1)* 0.5);
	margin-inline-start: 24px;
}
.best-partner-images img {
	object-fit: contain;
	object-position: center;
}
/*-- End best-partner --*/


/*-- Start payments-for-business --*/
.payments-for-business {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.payments-for-business-inside {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.payments-for-business-gallery {
	padding-top: 16px;
	padding-bottom: 4px;
}

.notion-collection-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between
	gap: 8px;
	max-width: 420px;
	padding: 40px;
	background: var(--block-color);
	border-radius: 8px 8px 0 0;
}
.notion-collection-card h3 {
	line-height: 1.3rem;
	text-overflow: ellipsis;
	font-size: 1.5rem;
	white-space: pre-wrap;
	word-break: break-word;
	font-weight: 600;
	color: #fff;
}
.notion-collection-card p {
	margin-top: 9px;
	font-size: 0.9rem;
	line-height: 1.2rem;
	text-overflow: ellipsis;
	color: #fff;
}
.notion-collection-images {
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.notion-collection-images img {
	display: block;
	height: 400px;
	object-fit:cover;
}
.gallery-1 {
	object-position:center 43.830000000000005%;
}
.gallery-2 {
	object-position:center 63.519999999999996%;
}
.gallery-3 {
	object-position:center 26.170000000000005%
}
/*-- End payments-for-business --*/


/*-- Start quick-connection --*/
.quick-connection {
	display: flex;
	flex-direction: column;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.quick-connection-content {
	min-height: 350px;
	padding: 32px;
	color: #fff;
	background: var(--block-color);
	border-radius: 8px;
}
.quick-connection-content h2.notion-heading {
	margin-top: 1rem;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
}
p.qc-title {
	margin-top: 15px;
}
ul.qc-ul, ol.qc-ul {
	margin-top: 7px;
}
/*-- End quick-connection --*/


/*-- Start application-connection --*/
.application-connection {
	padding-top: 2rem;
	padding-bottom: 2rem;

}


.application-connection-description {
	display: flex;
	flex-direction: column;
	width: calc((100% - 24px* 1)* 0.5);
}
.application-connection-images {
	width: calc((100% - 24px* 1)* 0.5);
	margin-inline-start: 24px;
}
.application-connection-images img {
	object-fit: contain;
	object-position: center;
}


/*-- End application-connection --*/


/*-- Start answers-to-questions --*/
.answers-to-questions {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.accordion .accordion-item {
	border: 1px solid #e9e9e7;
	border-radius: 8px;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 10px;  
}
.accordion .ui-accordion-header {
	display: flex;
	margin: 3px 2px;
	cursor: pointer;
	outline: none;
	position: relative;
	line-height: 1.5rem;
	font-weight: 600;
}
.accordion .ui-accordion-header-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.75rem;
	border-radius: 2px;
	width: 1.5rem;
	height: 1.5rem;
}
.accordion .ui-accordion-header-icon:before {
	content: '‣';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 7px;	
	font-size: 1.75rem;
}
.accordion .ui-accordion-header-active .ui-accordion-header-icon:before {
	transform: rotate(90deg);
}
.accordion .ui-accordion-content {
	padding: 10px;
}
/*-- End answers-to-questions --*/


/*-- Start page --*/
.content-block {
	margin: 50px auto;
}
.content-block h1 {
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 1.7rem;
	font-weight: 700;
}
.content-block h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5rem;
}
.content-block-article {
	padding-top: 30px;
}
.content-block-article p {
	font-size: 16px;
}
.content-block-article ul li, .content-block-article ol li {
	font-size: 16px;
}
.page-table {
	border: 1px solid #ccc;
	font-size: 16px;
	line-height: 18px;
	text-align-last: left;
}
.page-table th, .page-table td {
	padding: 5px;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
}
/*-- End page --*/



/*-- Start footer --*/
.footer {
	margin: 20px;
	border-radius: 24px;
	padding: 48px 60px;
	background: #fff;
	box-shadow: 11px 14px 10px -8px rgba(0, 0, 0, .02);
    color: #37352f;
}

/*---*/
.footer-inside {
	display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-rows: auto;
	grid-template-areas:
        "logo logo icons"
        "links links links"
        "divider divider divider"
        "footnote footnote footnote";
}
img.logo {
	object-fit: contain;
	object-position: left;
}
.super-footer__logo {
    grid-area: logo;
    height: 48px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    justify-self: start;
    margin-bottom: 24px;
}
.super-footer__links {
	grid-area: links;
	font-size: 1rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 32px;
	gap: 12px;
}
.super-footer__footnote {
	grid-area: footnote;
	font-size: 1rem;
	opacity: .8;
}
.super-footer__icons {
	grid-area: icons;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 4px;
	gap: 16px;
	font-size: 0;
	margin-bottom: 24px;
}
/*-- End footer --*/






/* ==========================================================
*  FORM  начало
*  ==========================================================
*/

#myform label {
	display: block;
	color: #ABADB0; 
	font-size: 13px; 
	line-height: 16px;
	letter-spacing: -0.13px;
	margin-bottom: 10px;
}

/* =============  inputs  ================== */

/* для случаев, когда в браузере настроено автозаполнение полей */
#myform input:-webkit-autofill {
	-webkit-text-fill-color: #080708; 
	-webkit-box-shadow:0 0 0 50px #FFFFFF inset;
}
/* по умолчанию и введенный */
#myform input[type="text"], #myform input[type="tel"] {
	width: 100%;
	height: 40px;
	padding: 0 12px;
	font-size: 18px; 
	line-height: 28px;
}

#myform input[type="text"], #myform input[type="tel"],
#myform textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #D8DFE9;
	font-style: normal;
	font-size: 1rem;
	line-height: 110%;
	color: var(--font-color);
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #F6F6F6;
}

#myform input::-webkit-input-placeholder, #myform textarea::-webkit-input-placeholder {
	font-size: 16px; line-height: 19px; color:#B5B4BB;
}
#myform input::-moz-placeholder, #myform textarea::-moz-placeholder {
	font-size: 16px; line-height: 19px; color:#B5B4BB;
}/* Firefox 19+ */
#myform input:-moz-placeholder, #myform textarea:-moz-placeholder {
	font-size: 16px; line-height: 19px; color:#B5B4BB;
}/* Firefox 18- */
#myform input:-ms-input-placeholder, #myform textarea:-ms-input-placeholder {
	font-size: 16px; line-height: 19px; color:#B5B4BB;
}
/* наведение */
#myform input[type="text"]:hover, #myform textarea:hover {border: 0px solid #080708;}
/* активный */
#myform input[type="text"]:focus, #myform textarea:focus {
	border: 0px solid #9CEA1F;
	color: #080708;
}
textarea {
	width: 100%;
	min-height: 80px;
	padding: 6px 12px;
}

/* =============  checkbox  ================== */
/* checkbox */
.checkbox-other {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 5px;
}
.checkbox-other input[type=checkbox] {
	display: block;
	width: 15px;
	height: 15px;
	margin: 0;
	position: absolute;
	z-index: 10;
	opacity: 1;
}
.checkbox-other span {
    display: flex;
    position: relative; 
}
/* default & Active */
.checkbox-other span:before, .checkbox-other span:active:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #D8DFE9;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}
/* Hover */
.checkbox-other span:hover:before {
    border: 1px solid #0064FF;
}
/* Checked */
.checkbox-other input[type=checkbox]:checked + span:before {
    background: url('css/inputs/check-checked.svg') no-repeat center;
} 
/* Disabled */
.checkbox-other input[type=checkbox]:disabled + span {
    cursor: default;
}
.checkbox-other input[type=checkbox]:disabled + span:before {
    cursor: not-allowed;
}


.butt {
	letter-spacing: -0.18px;
	font-size: 18px; 
	line-height: 28px;
}

.input-error {
	margin-top: 5px;
	margin-left: 15px;
	height: 15px;
	font-size: 12px;
	color: #f00;
	text-align: left;
	opacity: 0;
	position: relative;
	left: 11px;
}
#resultForm {
	opacity: 0;
}

#myform .btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 10px;
	width: auto;
	margin-top: 20px;
	padding: 12px 24px;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	text-shadow: none;
	text-decoration: none;
	cursor: pointer;
}
#myform .btn-green {
	background: #B2EF53;
}
#myform .btn-green:hover, #myform .btn-green:focus {
	background: #9CEA1F;
	border: 1px solid transparent;
	outline: none;
}
#myform .btn-green:active {
	background: #080708;
	color: #fff;
}


/* FORM  конец
*  ==========================================================
*/



/*-- Start modal --*/


.b-popup {
	display: none;
	width: 100%;
	max-width: 480px;
	padding: 35px 25px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	box-shadow: 0px 0px 0px #000;
	z-index:100;
	background: #fff;
	border-radius: 1rem;
}
.modal-form {
	width: 100%;
}
.modal-form input[type="text"], .modal-form input[type="password"], .modal-form textarea {
	width: 100%;
	height: 40px;
	margin: 0 auto 0px;
	padding: 0 14px;
	border: 1px #c6d5e5 solid;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #597a96;
	border-radius: 3px;
}
.form-line-1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-bottom: 15px;
}
.form-line-2 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px;
	margin-bottom: 0;
}
.modal-form textarea {
	height: 80px;
	padding: 7px 14px;
	line-height: 22px;
	resize: none;
}
.modal-form input[type="submit"] {
	display: flex;
	margin: 1rem auto;
	padding: 12px 32px;
	border: 0px;
	line-height: 115%;
	color: #fff;
	background: #0066b0;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	line-height: 1.2rem;
	opacity: 1;
	transition: opacity .2s ease-in-out;
}
.modal-form input[type="submit"]:hover {
	opacity: 0.65;
}
.modal-form p {
	min-height: initial;
	padding: initial;
	margin: 0.5rem auto 0;
	padding-left: 25px;
	text-align: left;
	color: #7a7a7a;
	position: relative;
	line-height: initial;
	white-space: initial;
	word-break: initial;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 135%;
}
.modal-form p a {
	color: #0066b0;
	text-decoration: underline;
}
.close {
	display:block;
	width:25px;
	height:25px;
	position:absolute;
	top:-25px;
	right:-25px;
	border-radius:50px;
	color:#fff;
	text-align:center;
	font-family:Arial;
	font-size:15px;
	line-height:26px;
}

.dark {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	background: -moz-linear-gradient(to bottom right, #0e244a, var(--block-color));
	background: -ms-linear-gradient(to bottom right, #0e244a, var(--block-color));
	background: -webkit-linear-gradient(to bottom right, #0e244a, var(--block-color));
	background: -o-linear-gradient(to bottom right, #0e244a, var(--block-color));
	background: linear-gradient(to bottom right, #0e244a, var(--block-color));
	opacity: 0.8;
	overflow: hidden;
	z-index: 10;
}

.title-form {
	margin-bottom: 2rem;
	font-size: 1.9rem;
	font-weight: 500;
    line-height: 115%;
}
.blurriness {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
/*-- End modal --*/


/*-- Start Стили оформления кнопочки "Вверх" --*/
#Go_Top {
	display:none;
	width: 35px;
	height: 35px;
	position: fixed;
	cursor:pointer;
	right:11px;
	z-index: 1000;
}
#Go_Top {
	bottom: 60px; 
	background: url(images/go_up.png) no-repeat center top;
	background-size: 100% auto;
}
/*-- End Стили оформления кнопочки "Вверх/Вниз" --*/


/*-- Start payment-process --*/
.payment-process {
	padding-top: 2rem;
	padding-bottom: 2rem;
	text-align: center;
}
.payment-process h2.notion-heading {
	text-align: left;
}
.payment-process .process-subtitle {
	font-size: 1.15rem;
	font-weight: 600;
	margin-bottom: 0.9rem;
	color: var(--font-color);
	text-align: left;
}
.payment-process .process-description {
	font-size: 0.9rem;
	line-height: 1.35;
	margin-bottom: 0.5rem;
	text-align: left;
	color: #37352F;
}
.payment-flow {
    display: flex;
    flex-wrap: nowrap; /* вместо wrap */
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
    background: #0066b0;
    padding: 20px 15px;
    border-radius: 8px;
    margin-bottom: 2rem;
}
.fs-outside {
    display: flex;
	/* flex: 1 1 0; */
    align-items: flex-start;
    gap: 15px;
   /* min-width: 0;  позволяет сжиматься */
}
.flow-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	text-align: center;
	flex: 1;
}
.step-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	color: #fff;
}
.step-icon img {
	display: block;
	margin: auto;
	width: auto;
	height: 35px;
}
.step-title {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 1.2;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.st-small {
	font-size: 0.8rem;
}
.step-desc {
	font-size: 0.65rem;
	line-height: 1.3;
	opacity: 0.9;
	min-height: 50px;
}
.flow-arrow {
	display: flex;
	align-items: center;
	width: 29px;
	height: 100%;
	flex: 0 0 auto;
	line-height: 1;
	margin: auto;
}
.flow-arrow img {
	display: block;
	max-width: 100%;
	height: auto;
}
.payment-process .process-note {
	font-size: 0.95rem;
	line-height: 1.5;
	padding: 20px;
	background: #f5f5f5;
	border-left: 4px solid #0066b0;
	border-radius: 4px;
	text-align: left;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #37352F;
}
/*-- End payment-process --*/

