* {
	margin: 0;
	padding: 0;
}
html,
body {
	height: 100%;
	min-width: 360px;
}
a {
	text-decoration: none;
	color: #b52100;
}
a:hover {
	cursor: pointer;
	color: #000;
	/*color: #ff1155;*/
}
::-webkit-input-placeholder { /* Chrome */
  color: #d8d8d8;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #d8d8d8;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  opacity: 0.1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000000;
  opacity: 0.1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}
input {
	outline: none;
}
input:active, input:hover, input:focus {
    outline: none;
}
ul {
	margin-right: 5px;
}

li {
    list-style-type: none; 
}
   
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.header {
	height: 80px;
    /*background-color: #ffb3c7;*/
}
.headText {
	display: block;
    margin: 10px;
    /*width: 383px;*/
	position: relative;
    top: 0px;
}
.buyandhold {
	margin-left: 0px;
    font-family: 'Reggae One';
    font-size: 1.2em;
    position: relative;
    top: 0px;;
}
.header-first {
	display: inline-table; /*table;*/ 
	position: relative;
	left: 10px;
	top: 5px;
	height: 100%;
}
.content {
	flex: 1 0 auto;
	display: flex;
	justify-content: space-evenly;
	font-family: 'Cormorant Infant';
	font-size: 1.1em;
	background-color: #ffe4eb; /*#ffd5e0;*/
	flex-wrap: wrap;
	position: relative;
}
.content-calc {
	flex: 1 0 auto;
    /*display: flex;*/
    /*justify-content: center;*/
    font-family: 'Cormorant Infant';
    font-size: 1.1em;
    background-color: #ffe4eb;
    /*flex-wrap: wrap;*/
}
.footer {
	flex: 0 0 auto;
	height: auto;
    /*background-color: #ffb3c7;*/
	text-align:center;
	font-family: 'Cormorant Infant';
	font-size:1.0em;
}
.footer-calc {
	height: 100%;
}
.copyr-calc {
	height: 100%;
    position: relative;
    bottom: 6px;
    font-size: 0.8rem;
    font-family: system-ui;
}
.copyr {
	display: flex;
    flex-wrap: nowrap;
    height: 100%;
    flex-direction: column;
    justify-content: center;
	position: relative;
    bottom: 4px;
    font-size: 0.8em;
    font-family: 'Comfortaa';
}
.recommended-services {
	padding: 10px 30px 10px 10px; 
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	font-size: 0.8rem;
}
.recommended-services h4 {
	margin-bottom: 10px;
	font-family: system-ui;
	font-weight: normal;
}
.recommended-services ul {
	list-style: none; 
	padding: 0; 
	margin: 0; 
	font-size: 0.9em; 
	font-family: system-ui;
}
.recommended-services ul > li {
	margin-bottom: 2px;
	text-align: right;
}
.recommended-services ul > li > a {
	text-decoration: none;
	color: #b52100;
}
.exchange-headers {
	display:inline-block; 
	width:28%; 
	text-align: center;
	margin:10px;
	min-width: 280px;	
	border: 4px double #ffb3c7;
    padding: 30px 40px;
}
.exchange-headers-calc {
    min-width: 380px;
    height: 31px;
    font-family: monospace;
    font-size: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 10px;
	margin-bottom: 10px;
	/*border: 4px double #ffb3c7;*/
}
.exchange-headers-calc-cont {
	width: 100%; 
	display: block; 
	text-align: center;
}
.inputcal {
	outline:none;
    font-family: monospace;
    font-size: 1em;
    padding-left: 8px;
	border: 4px double #fdccd9;
	background-color: #ffdae4;
	margin: 10px;
	min-width: 220px;
	height: 27px;
	flex: auto;
	position:relative;
}
.inputcal-trans {
	cursor: pointer;
}
.input-find-coin {
    height: 24px;
    border: 4px double #fdccd9;
    background-color: #f5a9be;
    text-align: center;
    font-family: 'Reggae One';
    font-size: 1em;
	width: 80%;
}

.exchange-head {
	text-align: left;
    background-color: #fbc0d0;
    padding: 13px 20px;
	border-radius: 4px;
	position:relative;
	/*min-width: 255px;*/
}
.type-give, .type-get {
	margin-top: 20px; 
	text-align: left; 
	padding: 10px;
	min-width: 255px;
	-webkit-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s
}
.type-give:hover, .type-get:hover {
	cursor: pointer;
    box-shadow: 1px 1px 4px #fbc0d0;
}
.select {
	 background-color: #ffccda;
}

.yougive, .youget {
    height: 120px;
}
	
.in-give, .in-get, .in-give-small { 
     font-family: 'Cormorant Infant'; 
	 font-size: 1em; 
	 text-align: center; 
	 min-width: 260px; 
	 height: 28px; 
	 margin: 0 auto; 
	 border: 4px double #fbc0d0; /*#737373;*/
	 background-color: #ffdce5;  /*#f9ccd8;*/
	 border-radius: 4px; 
	 padding: 4px; 
	 color: #000; 
	 position: relative;
     margin: 7px 0px;	 
}
#cardNumber {
	letter-spacing: 2px;
}
.in-give-small {
	font-size: 0.7em;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}
.exchange-label {
	display: block; 
	text-align: left; 
	padding: 4px 5px;
	font-size:0.8em;
	margin-top:10px;
}
.exchange-label-head {
	display: block; 
	text-align: left;
	font-size:1.0em;
	margin: 10px 0px;
	padding: 4px 5px;
}
.payment-button {
	margin: 10px; 
	/*border: 1px solid #555444; 
	padding: 12px 25px;*/
    border: 4px double #fbc0d0;
    padding: 8px 25px;	
	border-radius: 4px; 
	font-size: 0.8em; 
	background-color: #ffb3c7;
	-webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s
}
.payment-button:hover {
	cursor: pointer;
	background-color: #fb87a6;
}
.exch-amount, .exch-amount-first {
	display: block;
    font-size: 0.7em;
    text-align: left;
    height: 20px;
	font-family: monospace;
    color: #949494;
	text-align: center;
}
.exch-amount-first {
	margin-top: 10px;
}
.h1-header {
	display: inline-block;
    font-family: 'Cormorant Infant', serif;
    font-size: 1.1em;
    font-weight: 400;
    height: 40px;
    margin-top: 16px;
	color: #000000;
	margin-left: 80px;
}
.h2-header {
	display: inline-block;
    font-family: 'Cormorant Infant', serif;
    font-size: 1.2em;
    height: 50px;
    margin-top: 16px;
    color: #000000;
    position: relative;
    right: 13px;
	text-align: right;
    width: 100%;
}
.add-width {
	width: 100%;
}
.zcatlogo, .zcatlogo-swap {
	position: relative;
    z-index: 1;
    float: left;
    opacity: 0.85;
    width: 60px;
    left: 4px;
	top: 8px;
	margin-right: 10px;
	/*display: none;*/
}
.windowsInfo { 
    position: absolute; 
	width: 360px; 
	height: auto;
	left: calc(50% - 165px); 
	text-align: center; 
	padding: 15px 0px; 
	background-color: #ec91aa; 
    margin-top: 10px; 
	box-shadow: 8px 8px 30px #da7590; 
	z-index: 1;
	border-radius: 4px 4px;
				  
	top:-300%;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s
}
.windowsInfoActive { 
    top: 20%; 
}
.app-text {
	line-height: 200%;
	font-family: 'Comfortaa', cursive; 
	font-size: 1.0em;
}
.app {
	margin: 10px 5px;
}
.sumTx, 
.visaCard {
	font-weight: 800;
	display: inline-block;
}
.visaCard {
	 letter-spacing: 0;
}
.currency {
	display: inline-block;
}
.cardText {
	display:block;
}
.sum-currency, 
.cancel,
.okpay, {
	display: inline-block;
}
.cancel,
.okpay {
	display: inline-block;
    font-size: 0.7em;
    margin: 5px 5px;
    border: 4px double #fbc0d0;
    padding: 2px 15px;
    width: 120px;
	background-color: #efa3b8;
	height: 28px;
}
.cancel:hover,
.okpay:hover {
	cursor:pointer;
	background-color: #ffb3c7;
}
.timer {
	display: block;
}
span {
	display: block;
}

.winInfo { 
    position: absolute; 
	width: 330px; 
	height: 44px; 
	left: calc(50% - 165px); 
	text-align: center; 
	padding: 20px; 
	background-color: #ec91aa; 
    margin-top: 10px; 
	box-shadow: 8px 8px 30px #da7590; 
	z-index: 1;
	border-radius: 4px 4px; 
	font-family: 'Comfortaa';
	font-size: 1.0em; 	  
	top: -100%;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s
}
.winInfo-calc {
	position: fixed; 
	width: 230px; 
	height: 54px; 
	left: calc(50% - 129px); 
	text-align: center; 
	padding: 20px; 
	background-color: #ec91aa; 
    margin-top: 10px; 
	box-shadow: 8px 8px 30px #da7590; 
	border-radius: 4px 4px; 
	font-family: 'Comfortaa';
	font-size: 1.0em; 	  
	top: -100%;
	z-index: 101;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
}
.winInfo-calc-exch {
	position: fixed; 
	width: 230px; 
	height: 186px; 
	left: calc(50% - 129px); 
	text-align: center; 
	padding: 20px; 
	background-color: #ffe4eb; 
    margin-top: 10px; 
	box-shadow: 8px 8px 30px #da7590; 
	border-radius: 4px 4px; 
	font-family: 'Comfortaa';
	font-size: 13px;
    line-height: 1.5;	
	top: -300%;
	z-index: 101;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
}
.winInfoActive { 
    top: 5%;
}
#text_m {
	padding: 0 10px;
    line-height: 150%;
}
.expectation,
.exp-enrollment,
.exp-end,
.exp-error {
	display: none;
	text-align: center;
	font-family: 'Comfortaa';
	font-size: 1.0em; 
	line-height: 150%;
	padding: 10px 20px;
}
.closes {
	display: none;
	padding: 3px 5px;
    position: absolute;
    right: 10px;
    top: 1px;
}
.closes:hover {
	cursor: pointer;
}
.gifImg {
	margin: 5px 0px;
}
.gifImgSize {
	width: 44px;
}
.gifImgDefSize {
	width: 61px;
}
#headcurs {
	text-align: right;
    font-family: monospace;
    font-size: 14px;
    color: #000;
}
.contract {
    font-size: 14px;
    font-family: monospace;
	height: 18px;
	text-align: right;
	margin-top: 5px;
}
.tokenprice {
	/*position: absolute;
    top: 48px;
    z-index: 1;
    left: 235px;*/
	margin-top: 5px;
}
.getBtc_BFG {
	font-size: 13px;
    margin-top: 5px;
    font-family: 'Comfortaa';
	line-height: 1.5;
	text-align: right;
}
.getBtc_BFG a {
	text-decoration: none;
	color: #0060ef;
}
.gradientfooter {
	background: -webkit-linear-gradient(180deg, rgb(255, 228, 235), rgb(255, 179, 199));
    background: -moz-linear-gradient(180deg, rgb(255, 228, 235), rgb(255, 179, 199));
    background: linear-gradient(180deg, rgb(255, 228, 235), rgb(255, 179, 199));
}
.gradienthead {
	background: -webkit-linear-gradient(0deg, rgb(255, 228, 235), rgb(255, 179, 199));
    background: -moz-linear-gradient(0deg, rgb(255, 228, 235), rgb(255, 179, 199));
    background: linear-gradient(0deg, rgb(255, 228, 235), rgb(255, 179, 199));
}
.hidetextwallet {
	display: none;
	margin-left: 18px;
	padding: 10px;
}
.walletlabel {
	font-weight:800;
}
.walletlabel:hover {
	cursor: pointer;
}
.main-footer-contaner {
	display: flex; 
	justify-content: center; 
	flex-wrap: wrap; 
	margin: 20px 0px;
}
.vf-contaner {
	width: 400px; 
	margin: 0px 20px;
}
.bogFinance {
	display: inline-block;
    height: 38px;
}
.bogFinance:hover {
	cursor: pointer;
}
#statusIsOnline {
	cursor: pointer;
}

.footer-desc {
	display: block;
    margin: 30px 30px 20px;
    text-align: justify;
    line-height: 1.5;
	font-family: monospace;
    font-size: 1em;
}

.main-con-calc {
	display: table; 
	width: 100%;
}
.con-row-calc {
	/*display: table-row;*/
	display: flex;
	justify-content: center;
	/*flex-direction: column;*/
}
.con-row-right-calc, .con-row-left-calc {
	display: table-cell; 
	width: 100%;
}
.con-row-left-calc {
	text-align: right;
}
.con-row-letf-end-calc, .con-row-letf-start-calc {
	display: flex; 
	width: 100%; 
	position: relative;
	flex-wrap: wrap; 
	justify-content: flex-end;
}
.con-row-letf-start-calc {
    justify-content: flex-start
}
.con-cell-left-calc, .con-cell-right-calc  {
	display: table-cell; 
	width: 80px;
	/*width: 11%;*/
}
.main-cont-center-calc {
	display: table-cell; 
	text-align: center;
}
.con-abr {
	height: 20px; 
	position: absolute; 
	top: 16px; 
	right: 20px; 
	font-size: 10px;
    font-family: 'Reggae One';
	/*z-index: 1;*/
    background-color: #ffdae4;
	margin-left: 5px;
}

.con-abr img {
	width: 25px;
	position: relative;
    top: -1px;
    left: 20px;
}
.con-abr label {
	display: inline; 
	margin-left: 4px; 
	margin-right: -18px;
	position: relative; 
	top: -10px;              /* БЫЛО до 20,06,2021 -9px */
}
.con-input-with-abr {
	flex: auto; 
	display: flex; 
	position: relative;
}
.menu-container {
	position: relative; 
	/*top: -83px;*/
	right: 3px; 
	display: inline-block; 
	float: right;
}
.fcoin, .loc, .exch {
	/* left: 87px; */
    display: flex;
    position: relative;
    padding: 3px;
    /* width: 150px; */
    align-items: center;
	margin-right: 14px;
	margin-left: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.fcoin img, .loc img, .exch img {
	width: 30px; 
	margin-right: 5px; 
	top: -8px; 
    position: relative;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.fcoin:hover, .loc:hover, .exch:hover {
	cursor: pointer;
}
.fcoin:hover img, .loc:hover img, .exch:hover img {
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
.info-close {
	position: relative;
    top: -16px;
    right: -120px;
    display: inline;	
}
.info-close:hover {
	cursor: pointer;
}
.info-close-exch {
	position: relative;
    top: -16px;
    right: -120px;
    display: inline;	
}
.info-close-exch:hover {
	cursor: pointer;
}
.winInfoActive label > a {
	color: #0060ef;
}

#dashbord_menu, #dashbord_menu_2  { display: none; }
#menu_on_main_page { display: flex; justify-content: flex-end; }
#dashbord_menu a , #dashbord_menu_2 a, #menu_on_main_page a {
       border: none;
	   background-color: #262853; 
       color: #fff9f9;
	   font-weight: normal;
	   font-family: 'Cormorant Infant';
       font-size: 18px;
	   text-decoration: none;
	   -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   border-radius: 3px;
	   padding: .6em 1.2em;
	   white-space: nowrap;
	   display: inline-block;
	   -webkit-transition: all 250ms ease-in-out;
	   -moz-transition: all 250ms ease-in-out;
	   -ms-transition: all 250ms ease-in-out;
	   -o-transition: all 250ms ease-in-out;
	   transition: all 250ms ease-in-out;
	   margin-bottom: .5em;
	   margin-top: .5em;
	   -webkit-box-shadow: 2px 2px 5px #868483;
       -moz-box-shadow: 2px 2px 5px #868483;
	   box-shadow: 2px 2px 5px #868483;
	   width: 166px; 
	   text-align: center;
}
#menu_on_main_page a  { background-color: #ffe4eb; color: #000; }
#dashbord_menu a:hover, #dashbord_menu_2 a:hover, #menu_on_main_page a:hover{ background-color: #8b4958; color: #fff; } /*#454a8f;*/
/*#dashbord_menu ul , #dashbord_menu_2 ul, #menu_on_main_page ul { list-style: none; position: absolute; top: -10px; right: 30px; float:right; position: fixed; }*/
#dashbord_menu_2 ul { right: 100px;}
#dashbord_menu li  , #dashbord_menu_2 li, #menu_on_main_page li { display: inline;  }		
#menu ul { display: none; position: absolute; top: 100%; right: 10px; }
#menu li { float: left; position: relative; left: -5px; top: 2px;}
#menu li:hover ul { display: block; } 
#menu ul li { margin-left: 0; z-index: 2;}
#menu { z-index: 2; }

#swap-head-2 {
	font-size: 24px; 
	color: #000;
}

@media screen and (max-width: 550px) {
	                                       .con-row-calc { flex-direction: column; }
										   #dashbord_menu a, #dashbord_menu_2 a, #menu_on_main_page a { padding: 0.3em 0.8em; }
										   .h1-header { margin-left: 0px; text-align: center; width: 100%; }
										   .h2-header { text-align: center; right: 0; }
}

@media screen and (max-width: 500px) {
	                                       .zcatlogo-swap { width: 40px;  }
										   .zcatlogo { display: none; } 
										   #swap-head-2 { font-size: 18px; }
}

@media screen and (max-width: 420px) { 
										   .exchange-headers { min-width: 230px; }
										   .contract { font-size: 12px; height: 20px; top: 0px; position: relative; text-align: left; }
										   .buyandhold { font-size: 0.9em; }  
										   .in-give, .in-get, .in-give-small { min-width: 215px;; }
										   .tokenprice { left: 190px; top: 40px; margin-top: 0;}
										   #headcurs { font-size: 14px; text-align: left; } 
										   .exch-amount-first, .exch-amount { font-size: 10px; text-align: center; }
										   .windowsInfo { width: auto; z-index: 10; }
										   .winInfo { width: 290px;; z-index: 10; left:calc(290 / 2); } 
										   .type-give, .type-get { min-width: auto; }
										   .h1-header, .h2-header { font-size: 1.0em; }
										   
										   .fcoin font, .loc font { display: none; }
}