body {
	font-family: 'Roboto';
  margin-top: 4em;
  margin-bottom: 3em;
}

#logoheader {
 display: inline-block;
 position: relative;
 width: 212px;
 height: 247px;
 margin-right: 2em;
 /*padding-bottom: 80%; depends on svg ratio, for my zebra height/width = 1.2 so padding-bottom = 50% * 1.2 = 60% */
 /*vertical-align: middle; do what you want */
}

.logoMTPK {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* only required for <img /> */
}

#logotext {
  display: inline-block;
  /*width: 40%;*/
  padding: 0.5em;
  /*margin-left: 3em;*/
  vertical-align: top;
}


/* that's all */


h1 {
	font-family: 'Roboto Condensed';
	font-size: 62px;
	line-height: 1.1;
	color: #444;
	/*font-weight: 300;*/
  margin-top: 0.5em;
}
h2 {
	font-family: 'Roboto Condensed';
	font-size: 32px;
	line-height: 1.1;
  /*line-height: 1.7;*/
	color: #888;
  margin-top: 0.5em;
	font-weight: 300;
}

h3 {
	font-family: 'Roboto Condensed';
	font-size: 54px;
	line-height: 1.1;
  /*line-height: 1.7;*/
	color: #444;
  margin-top: 1em;
}

h4 {
	font-family: 'Roboto Condensed';
	font-size: 26px;
	line-height: 1.1;
  /*line-height: 1.7;*/
	color: 888;
	font-weight: 300;
}

p.text {
	font-family: 'Roboto Condensed';
	font-size: 16px;
  line-height: 1.3;
}

form {
	font-family: 'Roboto Condensed';
	font-size: 16px;
  line-height: 1.3;
}

#process {
	font-family: 'Roboto Condensed';
}

/*! Ribbon - Responsive Pricing Tables.1.1 - 2017-01-10 */
.ribbon-style3 {
	margin-top: 50px /*30px*/
}
.ribbon-style3, .ribbon-style3 .pt-block {
	font-family: 'Roboto Condensed';
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
	font-weight: 300;
	text-align: left;
	cursor: default
}
.ribbon-style3 *, .ribbon-style3 *:before, .ribbon-style3 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.ribbon-style3 .pt-block {
	padding: 17px 20px;
	margin: 0 0 30px 0; 
	position: relative;
}
.ribbon-style3 .pt-block > * {
	position: relative;
}
.ribbon-style3 .pt-block >:not(.pt-btn):last-child {
	margin-bottom: 0
}
.ribbon-style3 .pt-back {
	background-color: #222
}
.ribbon-style3 .pt-back {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.ribbon-style3 .pt-title {
	color: #fff;
	font-size: 24px;
	line-height: 1.3
}
.ribbon-style3 .pt-price {
	color: #fff;
	font-size: 56px;
	font-weight: bold
}
.ribbon-style3 .pt-btn {
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	text-decoration: none
}

.ribbon-style3 .pt-list {
	clear: both;
	color: #fff;
	margin: 0;
	padding: 0;
}
.ribbon-style3 .pt-list li {
	list-style: none;
	margin: 0;
	padding: 4px 0
}

.ribbon-style3 .pt-cols {
	text-align: center;
	font-size: 0;
}
.ribbon-style3 .pt-cols .pt-col {
	display: inline-block;
	min-width: 200px;
	max-width: 330px;
	width: 100%;
	vertical-align: middle
}
@media (min-width:480px) {
.ribbon-style3 .pt-cols {
	margin: 0 -15px;
}
.ribbon-style3 .pt-cols .pt-col {
	min-width: 230px;
	padding: 0 15px;
	width: 50%
}
}
@media (min-width:768px) {
.ribbon-style3 .pt-cols-3 .pt-col, .ribbon-style3 .pt-cols-5 .pt-col, .ribbon-style3 .pt-cols-6 .pt-col {
	width: 33.3333%
}
}
@media (min-width:992px) {
.ribbon-style3 .pt-cols-4 .pt-col, .ribbon-style3 .pt-cols-6 .pt-col {
	width: 25%
}
}
@media (min-width:1200px) {
.ribbon-style3 .pt-cols-5 {
	margin: 0 -10px;
}
.ribbon-style3 .pt-cols-5 .pt-col {
	min-width: 220px;
	padding: 0 10px;
	width: 20%
}
}

.ribbon-style3 .pt-back {
	border-radius: 10px
}
.ribbon-style3 .pt-title {
	margin: 0 0 20px 0 /*0 0 30 0*/
}
.ribbon-style3 .pt-price {
	background-color: #797979;
	border-radius: 0 10px 10px 0;
	padding: 0 10px 0 30px;
	margin: 0 0 18px -30px; /*0 0 26px -30px*/
}
.ribbon-style3 .pt-price:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	border-top: 3px solid #464646;
	border-right: 5px solid #464646;
	border-bottom: 3px solid transparent !important;
	border-left: 5px solid transparent !important
}
.ribbon-style3 .pt-btn {
	background-color: #797979;
	display: block;
	border-radius: 21px 0 0 21px;
	padding: 7px 29px;
	margin: 0 -30px 8px 30px;
	text-align: center;
}
.ribbon-style3 .pt-btn:before {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: -6px;
	border-top: 3px solid transparent !important;
	border-right: 5px solid transparent !important;
	border-bottom: 3px solid #464646;
	border-left: 5px solid #464646
}
.ribbon-style3 .pt-list {
	margin: 0 0 26px 0
}
.ribbon-style3 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn:before {
	border-color: #7b7b7b
}
.ribbon-style3 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn, .ribbon-style3 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn:hover, .ribbon-style3 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn:focus {
	background-color: #aeaeae;
	cursor: default
}
.ribbon-style3 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-back {
	background-color: #364b59
}
.ribbon-style3 .pt-selected .pt-back, .ribbon-style3[class*='pt-animation-'] .pt-col .pt-block:hover .pt-back {
	background-color: #939393
}
.ribbon-style3 .pt-selected .pt-title, .ribbon-style3[class*='pt-animation-'] .pt-col .pt-block:hover .pt-title {
	color: #fff
}
.ribbon-style3 .pt-selected .pt-price, .ribbon-style3[class*='pt-animation-'] .pt-col .pt-block:hover .pt-price {
	background-color: #797979;
	color: #fff;
}
.ribbon-style3 .pt-selected .pt-price:before, .ribbon-style3[class*='pt-animation-'] .pt-col .pt-block:hover .pt-price:before {
	border-color: #464646
}
.ribbon-style3 .pt-selected .pt-list, .ribbon-style3[class*='pt-animation-'] .pt-col .pt-block:hover .pt-list {
	color: #fff
}
.ribbon-style3 .pt-selected .pt-btn, .ribbon-style3[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn {
	background-color: #797979;
	color: #fff;
}
.ribbon-style3 .pt-selected .pt-btn:before, .ribbon-style3[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:before {
	border-color: #464646
}
.ribbon-style3 .pt-selected .pt-btn:hover, .ribbon-style3[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:hover, .ribbon-style3 .pt-selected .pt-btn:focus, .ribbon-style3[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:focus {
	background-color: #676767
}
.ribbon-style3 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-title, .ribbon-style3[class*='pt-animation-']:hover .pt-selected .pt-title {
	color: #fff
}
.ribbon-style3 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-price, .ribbon-style3[class*='pt-animation-']:hover .pt-selected .pt-price {
	background-color: #797979;
	color: #fff;
}
.ribbon-style3 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-price:before, .ribbon-style3[class*='pt-animation-']:hover .pt-selected .pt-price:before {
	border-color: #464646
}
.ribbon-style3 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-list, .ribbon-style3[class*='pt-animation-']:hover .pt-selected .pt-list {
	color: #dcdcdc
}
.ribbon-style3[class*='pt-animation-']:hover .pt-selected .pt-back {
	background-color: #233039
}
.ribbon-style3[class*='pt-animation-']:hover .pt-selected .pt-btn {
	background-color: #797979;
	color: #fff;
}
.ribbon-style3[class*='pt-animation-']:hover .pt-selected .pt-btn:before {
	border-color: #464646
}
.ribbon-style3[class*='pt-animation-']:hover .pt-selected .pt-btn:hover, .ribbon-style3[class*='pt-animation-']:hover .pt-selected .pt-btn:focus {
	background-color: #676767
}
.ribbon-style3[class*='pt-animation-'] .pt-back, .ribbon-style3[class*='pt-animation-'] .pt-title, .ribbon-style3[class*='pt-animation-'] .pt-price, .ribbon-style3[class*='pt-animation-'] .pt-price:before, .ribbon-style3[class*='pt-animation-'] .pt-btn, .ribbon-style3[class*='pt-animation-'] .pt-btn:before, .ribbon-style3[class*='pt-animation-'] .pt-list {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}





.ribbon-style3-fireEngineRed .pt-back, .ribbon-style3 .ribbon-style3-fireEngineRed .pt-back {
	background-color: #444 /* #233039 */
}
.ribbon-style3-fireEngineRed .pt-title, .ribbon-style3 .ribbon-style3-fireEngineRed .pt-title {
	color: #fff
}
.ribbon-style3-fireEngineRed .pt-price, .ribbon-style3 .ribbon-style3-fireEngineRed .pt-price {
	background-color: #ff3521;
	color: #fff;
}
.ribbon-style3-fireEngineRed .pt-price:before, .ribbon-style3 .ribbon-style3-fireEngineRed .pt-price:before {
	border-color: #ba1100
}
.ribbon-style3-fireEngineRed .pt-btn, .ribbon-style3 .ribbon-style3-fireEngineRed .pt-btn {
	background-color: #ff3521;
	color: #fff;
}
.ribbon-style3-fireEngineRed .pt-btn:before, .ribbon-style3 .ribbon-style3-fireEngineRed .pt-btn:before {
	border-color: #ba1100
}
.ribbon-style3-fireEngineRed .pt-btn:hover, .ribbon-style3 .ribbon-style3-fireEngineRed .pt-btn:hover, .ribbon-style3-fireEngineRed .pt-btn:focus, .ribbon-style3 .ribbon-style3-fireEngineRed .pt-btn:focus {
	background-color: #fc1700
}
.ribbon-style3-fireEngineRed .pt-list, .ribbon-style3 .ribbon-style3-fireEngineRed .pt-list {
	color: #fff /*#dcdcdc*/
}
.ribbon-style3-fireEngineRed .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-back, .ribbon-style3 .pt-cols .ribbon-style3-fireEngineRed.pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-back {
	background-color: #364b59
}
.ribbon-style3-fireEngineRed .pt-selected .pt-back, .ribbon-style3 .ribbon-style3-fireEngineRed .pt-selected .pt-back, .ribbon-style3-fireEngineRed[class*='pt-animation-'] .pt-col .pt-block:hover .pt-back, .ribbon-style3[class*='pt-animation-'] .ribbon-style3-fireEngineRed.pt-col .pt-block:hover .pt-back {
	background-color: #b21325
}
.ribbon-style3-fireEngineRed .pt-selected .pt-title, .ribbon-style3 .ribbon-style3-fireEngineRed .pt-selected .pt-title, .ribbon-style3-fireEngineRed[class*='pt-animation-'] .pt-col .pt-block:hover .pt-title, .ribbon-style3[class*='pt-animation-'] .ribbon-style3-fireEngineRed.pt-col .pt-block:hover .pt-title {
	color: #fff
}
.ribbon-style3-fireEngineRed .pt-selected .pt-price, .ribbon-style3 .ribbon-style3-fireEngineRed .pt-selected .pt-price, .ribbon-style3-fireEngineRed[class*='pt-animation-'] .pt-col .pt-block:hover .pt-price, .ribbon-style3[class*='pt-animation-'] .ribbon-style3-fireEngineRed.pt-col .pt-block:hover .pt-price {
	background-color: #7d0d1b;
	color: #fff;
}
.ribbon-style3-fireEngineRed .pt-selected .pt-price:before, .ribbon-style3 .ribbon-style3-fireEngineRed .pt-selected .pt-price:before, .ribbon-style3-fireEngineRed[class*='pt-animation-'] .pt-col .pt-block:hover .pt-price:before, .ribbon-style3[class*='pt-animation-'] .ribbon-style3-fireEngineRed.pt-col .pt-block:hover .pt-price:before {
	border-color: #210307
}
.ribbon-style3-fireEngineRed .pt-selected .pt-list, .ribbon-style3 .ribbon-style3-fireEngineRed .pt-selected .pt-list, .ribbon-style3-fireEngineRed[class*='pt-animation-'] .pt-col .pt-block:hover .pt-list, .ribbon-style3[class*='pt-animation-'] .ribbon-style3-fireEngineRed.pt-col .pt-block:hover .pt-list {
	color: #fff
}
.ribbon-style3-fireEngineRed .pt-selected .pt-btn, .ribbon-style3 .ribbon-style3-fireEngineRed .pt-selected .pt-btn, .ribbon-style3-fireEngineRed[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn, .ribbon-style3[class*='pt-animation-'] .ribbon-style3-fireEngineRed.pt-col .pt-block:hover .pt-btn {
	background-color: #7d0d1b;
	color: #fff;
}
.ribbon-style3-fireEngineRed .pt-selected .pt-btn:before, .ribbon-style3 .ribbon-style3-fireEngineRed .pt-selected .pt-btn:before, .ribbon-style3-fireEngineRed[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:before, .ribbon-style3[class*='pt-animation-'] .ribbon-style3-fireEngineRed.pt-col .pt-block:hover .pt-btn:before {
	border-color: #210307
}
.ribbon-style3-fireEngineRed .pt-selected .pt-btn:hover, .ribbon-style3 .ribbon-style3-fireEngineRed .pt-selected .pt-btn:hover, .ribbon-style3-fireEngineRed[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:hover, .ribbon-style3[class*='pt-animation-'] .ribbon-style3-fireEngineRed.pt-col .pt-block:hover .pt-btn:hover, .ribbon-style3-fireEngineRed .pt-selected .pt-btn:focus, .ribbon-style3 .ribbon-style3-fireEngineRed .pt-selected .pt-btn:focus, .ribbon-style3-fireEngineRed[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:focus, .ribbon-style3[class*='pt-animation-'] .ribbon-style3-fireEngineRed.pt-col .pt-block:hover .pt-btn:focus {
	background-color: #9d1022
}
.ribbon-style3-fireEngineRed .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-title, .ribbon-style3 .pt-cols .ribbon-style3-fireEngineRed.pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-title, .ribbon-style3-fireEngineRed[class*='pt-animation-']:hover .pt-selected .pt-title, .ribbon-style3[class*='pt-animation-']:hover .ribbon-style3-fireEngineRed .pt-selected .pt-title {
	color: #fff
}
.ribbon-style3-fireEngineRed .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-price, .ribbon-style3 .pt-cols .ribbon-style3-fireEngineRed.pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-price, .ribbon-style3-fireEngineRed[class*='pt-animation-']:hover .pt-selected .pt-price, .ribbon-style3[class*='pt-animation-']:hover .ribbon-style3-fireEngineRed .pt-selected .pt-price {
	background-color: #ff3521;
	color: #fff;
}
.ribbon-style3-fireEngineRed .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-price:before, .ribbon-style3 .pt-cols .ribbon-style3-fireEngineRed.pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-price:before, .ribbon-style3-fireEngineRed[class*='pt-animation-']:hover .pt-selected .pt-price:before, .ribbon-style3[class*='pt-animation-']:hover .ribbon-style3-fireEngineRed .pt-selected .pt-price:before {
	border-color: #ba1100
}
.ribbon-style3-fireEngineRed .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-list, .ribbon-style3 .pt-cols .ribbon-style3-fireEngineRed.pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-list, .ribbon-style3-fireEngineRed[class*='pt-animation-']:hover .pt-selected .pt-list, .ribbon-style3[class*='pt-animation-']:hover .ribbon-style3-fireEngineRed .pt-selected .pt-list {
	color: #dcdcdc
}
.ribbon-style3-fireEngineRed[class*='pt-animation-']:hover .pt-selected .pt-back, .ribbon-style3[class*='pt-animation-']:hover .ribbon-style3-fireEngineRed .pt-selected .pt-back {
	background-color: #233039
}
.ribbon-style3-fireEngineRed[class*='pt-animation-']:hover .pt-selected .pt-btn, .ribbon-style3[class*='pt-animation-']:hover .ribbon-style3-fireEngineRed .pt-selected .pt-btn {
	background-color: #ff3521;
	color: #fff;
}
.ribbon-style3-fireEngineRed[class*='pt-animation-']:hover .pt-selected .pt-btn:before, .ribbon-style3[class*='pt-animation-']:hover .ribbon-style3-fireEngineRed .pt-selected .pt-btn:before {
	border-color: #ba1100
}
.ribbon-style3-fireEngineRed[class*='pt-animation-']:hover .pt-selected .pt-btn:hover, .ribbon-style3[class*='pt-animation-']:hover .ribbon-style3-fireEngineRed .pt-selected .pt-btn:hover, .ribbon-style3-fireEngineRed[class*='pt-animation-']:hover .pt-selected .pt-btn:focus, .ribbon-style3[class*='pt-animation-']:hover .ribbon-style3-fireEngineRed .pt-selected .pt-btn:focus {
	background-color: #fc1700
}





input[type=text], input[type=email], input[type=tel], input[type=number], input[type=date], select, textarea {
display: block;
    width: 100%;
    padding: 12px;
    border: 0 /*1px solid #ccc*/;
    background: #eee;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
}

optgroup.opt {
padding-top: 10px;
color: #444;
font-style: italic;
}

optgroup option {
color: #000;
font-style: normal;
}

label {
display: block;
}

input[type=submit] {
    background-color: #ff3521;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #ff0000;
}

#countdown {
	/*display:block;*/
	/*padding: 0.25em;
	margin-top:0.25em;
	margin-bottom:0.7em;
	background-color: #ff3521;*/
	color: #ff3521;
}

footer {
	font-family: 'Roboto Condensed';
	font-size: 16px;
	/*line-height: 1.1;*/
	color: #444;
	font-weight: 300;
	margin-top: 1.5em;
}


 
input[type="checkbox"].ios8-switch {
    position: absolute;
    margin: 8px 0 0 16px;    
}
input[type="checkbox"].ios8-switch + label {
    position: relative;
    padding: 5px 0 0 50px;
    line-height: 2.0em;
}
input[type="checkbox"].ios8-switch + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px; /* x*5 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px; /* x*3 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + label:hover:after {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch:checked + label:after {
    margin-left: 16px;
}
input[type="checkbox"].ios8-switch:checked + label:before {
    background: #444;/*#55D069;*/ 
}

/* XL */

input[type="checkbox"].ios8-switch-xl {
    margin: 12px 0 0 25px;
}
input[type="checkbox"].ios8-switch-xl + label {
    position: relative;
    padding: 0 0 0 80px;
    line-height: 2.8em;
}
input[type="checkbox"].ios8-switch-xl + label:before {
    width: 62px; /* x*5 */
    height: 37px; /* x*3 */
    border-radius: 25px; /* x*2 */
}
input[type="checkbox"].ios8-switch-xl + label:after {
    width: 37px; /* x*3 */
    height: 37px; /* x*3 */
    border-radius: 25px; /* x*2 */
}
input[type="checkbox"].ios8-switch-xl + label:hover:after {
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch-xl:checked + label:after {
    margin-left: 25px; /* x*2 */
}

/* LARGE */

input[type="checkbox"].ios8-switch-lg {
    margin: 10px 0 0 20px;
}
input[type="checkbox"].ios8-switch-lg + label {
    position: relative;
    padding: 7px 0 0 60px;
    line-height: 2.3em;
}
input[type="checkbox"].ios8-switch-lg + label:before {
    width: 50px; /* x*5 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
input[type="checkbox"].ios8-switch-lg + label:after {
    width: 30px; /* x*3 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
input[type="checkbox"].ios8-switch-lg + label:hover:after {
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch-lg:checked + label:after {
    margin-left: 20px; /* x*2 */
}


.required:after {content: " *"; color: #fc1700;}

::-webkit-input-placeholder {
font-style: italic;
color: #777;
}
:-moz-placeholder {
font-style: italic;
color: #777;
}
::-moz-placeholder {
font-style: italic;
color: #777;
}
:-ms-input-placeholder {  
font-style: italic;
color: #777;
}


#transfer:checked ~ .cond_transfer,
#company_inv:checked ~ .cond_company_inv {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

#transfer:not(:checked) ~ .cond_transfer,
#company_inv:not(:checked) ~ .cond_company_inv {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}