.mts, .domru,  .moneymail, .alfabank, .beeline, .skylink, .rt, .megafon, .otp, .uralsib, .tcsbank, .vtb24, .bm, .absolutbank, .orange {
	-fx-background-color:
		linear-gradient(to bottom right, #0093DD, #D5EEFA),
		linear-gradient(#0093DD 0%, #4BB2E7 45%, #6FC3ED 55%, #EDF8FD 100%);

	-fx-background-radius: 0,0;
	-fx-background-insets: 0,1;

    -fx-text-fill: black;
	-fx-text-fill: darkslategrey;
    -fx-font-size: 2.5em;
	-fx-text-alignment: center;
	-fx-effect: dropshadow( gaussian  , gray , 4, 0.2 , 1 , 1 );
	-fx-padding: 0;
	-fx-wrap-text: true;
	-fx-text-alignment: left;
	-fx-label-padding: 0;
	-fx-graphic-text-gap: 0;
	-fx-content-display: graphic-only;
	-fx-opacity: 1.0;
}


 .mts:disabled, .domru:disabled, .moneymail:disabled, .alfabank:disabled,  .beeline:disabled, .skylink:disabled, .rt:disabled, .megafon:disabled, .otp:disabled, .uralsib:disabled, .tcsbank:disabled, .absolutbank:disabled, .orange:disabled {
	-fx-opacity: 0.4;
}

.mts .text, .domru .text, .moneymail .text, .alfabank .text,.homecredit .text,  .beeline .text, .skylink .text, .beeline .text,.rt .text, .megafon .text,.otp .text, .uralsib .text, .tcsbank .text, .bm .text, .vtb24 .text, .orange  .text {
	-fx-effect: dropshadow( gaussian  , white , 4, 0.2 , 1 , 1 );
	-fx-alignment: center-left;
	-fx-text-alignment: left;
}

/********************************************************************************************************************/
.rt .button-image {
	-fx-effect: dropshadow( gaussian, rgba(255,255,255,1), 7, 0.20, 0, 0 );
}

.mts .button-image, .domru .button-image, .moneymail .button-image, .alfabank .button-image,.homecredit .button-image,.skylink .button-image, .megafon .button-image, .otp .button-image, .uralsib .button-image, .tcsbank .button-image, .bm .button-image, .vtb24 .button-image, .absolutbank .button-image, .orange  .button-image{
	-fx-effect: dropshadow( gaussian, rgba(0,0,0,0), 0, 0.0, 0, 0 );
}


/*****************************************************************************/
.mts                { -fx-background-color: #E3001B; }
.mts:pressed        { -fx-background-color: #D3001B; }
.domru              { -fx-background-color: #E5322C; }
.domru:pressed      { -fx-background-color: #D3001B; }
.moneymail          { -fx-background-color: #00468C; }
.moneymail:pressed  { -fx-background-color: #2066AC; }
.alfabank           { -fx-background-color: #C02A26; }
.alfabank:pressed   { -fx-background-color: #D03A36; }
.homecredit         { -fx-background-color: #E2383F; }
.homecredit:pressed { -fx-background-color:	#D2484F; }
.beeline            { -fx-background-color: #FBDD01; }
.beeline:pressed    { -fx-background-color: #eBeD01; }
.skylink            { -fx-background-color: #003E7A; }
.skylink:pressed    { -fx-background-color: #104E8A; }
.rt                 { -fx-background-color: #00BDEE; }
.rt:pressed         { -fx-background-color: #00ADAE; }
.megafon            { -fx-background-color:	#00BB71; }
.megafon:pressed    { -fx-background-color: #10CB81; }
.otp				{ -fx-background-color: #8EFF51; }
.otp:pressed		{ -fx-background-color: #7EEF41; }
.uralsib			{ -fx-background-color: #114875; }
.uralsib:pressed	{ -fx-background-color: #215885; }
.tcsbank			{ -fx-background-color: #F7F7F7; }
.tcsbank:pressed    { -fx-background-color: #E7E7E7; }
.bm					{ -fx-background-color: #EAEAEA; }
.bm:pressed			{ -fx-background-color: #DADADA; }
.vtb24				{ -fx-background-color: #E4ECF7; }
.vtb24:pressed		{ -fx-background-color: #D4DCF7; }
.absolutbank		{ -fx-background-color: #F6791F; }
.absolutbank:pressed{ -fx-background-color: #A6590F; }


.orange		{ -fx-background-color: #FF6600; }
.orange:pressed{ -fx-background-color: #DD5500; }


/*****************************************************************************/
