
/*************************
*******Typography******
**************************/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100&subset=latin,cyrillic-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Abel);

body {
  font-family: 'Roboto', sans-serif;
  position: relative;
  background-image: url('ukraine-7047830_1920.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

ul li {
  list-style: none;
}

a:hover {
outline: none;
text-decoration:none;
}

a:focus {
  outline:none;
  outline-offset: 0;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

.btn:hover, 
.btn:focus{
  outline: none;
  box-shadow: none;
}

.navbar-toggle {
  background-color: #000;
}

a#scrollUp {
  bottom: 0;
  right: 10px;
  padding: 5px 10px;
  background: #FE980F;
  color: #FFF;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

a#scrollUp i{
  font-size: 30px;
}

.fixed-width {
  width: 215px;
}

.buttons {
  float: right;
  margin-bottom: 1.57143em;
}
.privat {
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  width: auto;
  height: auto;
  display: inline-flex;
  justify-content: center;
  padding: .5714em 1.14286em;
  box-shadow: rgba(0, 0, 0, 0.24) 0 2px 4px 0;
  border-radius: 9px;
  margin-left: 1.42857em;
}
.pay {
  display: inline-block;
  text-transform: uppercase;
}

/*************************
*******login page CSS******
**************************/

#form {
  display: block;
  margin-bottom: 185px;
  margin-top: 185px;
  overflow: hidden;
}

.login-form h2, .signup-form h2 {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}


.login-form form input, .signup-form form input {
  background: #F0F0E9;
  border: medium none;
  color: #696763;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  margin-bottom: 10px;
  outline: medium none;
  padding-left: 10px;
  width: 100%;
}

.login-form form span{
  line-height: 25px;
}

.login-form form span input {
  width: 15px;
  float: left;
  height: 15px;
  margin-right: 5px;
}

.login-form form button {
  margin-top: 23px;
}

.login-form form button, .signup-form form button {
  background: #FE980F;
  border: medium none;
  border-radius: 0;
  color: #FFFFFF;
  display: block;
  font-family: 'Roboto', sans-serif;
  padding: 6px 25px;
}

.login-form label{

}


.login-form label input {
  border: medium none;
  display: inline-block;
  height: 0;
  margin-bottom: 0;
  outline: medium none;
  padding-left: 0;
}


.or{
	background: #FE980F;
	border-radius: 40px;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	margin-top: 75px;
	text-align: center;
	width: 50px;
}

.icon {
  height: 24px;
  width: 24px;
  margin-right: .5714em;
  display: inline-block;
  background-size: cover !important;
}

#print-button {
  background: url( /template/images/untitled.svg ) no-repeat center;
}

.privat-ico {
  background: url( /template/images/ico/5d23f8febe40c6afb85c15ad2821ce3c.svg ) no-repeat center;
}

#home-ico {
  background: url( /template/images/ico/favicon.png ) no-repeat center;
}

.main-page {
  margin-top: 10%;
}

.fat-col {
  min-width: 78px;
}

.col-1-1 {
  border-right: 0 !important;
}

.col-1-2 {
  border-left: 0 !important;
}

.col-9-1 {
  text-align: right;
}

.row-10 th {
  text-align: center;
  border-width: 2px !important;
}

.row-11 td {
  text-align: center;
  border-width: 2px !important;
}

.col-11-6 {
  text-align: right !important;
}

.col-9-2 {
  border-width: 2px !important;
}

.cabinet-table>thead>tr>th, .cabinet-table>tbody>tr>th, .cabinet-table>tfoot>tr>th, .cabinet-table>thead>tr>td, .cabinet-table>tbody>tr>td, .cabinet-table>tfoot>tr>td {
  padding: 0;
}

.c-r {
  color: red;
}

.tfooter {
  padding: 1em !important;
}

.d-b {
  display: block !important;
}

.privat {
  vertical-align: top;
}

.far,
.fas {
  font-size: 2.1rem;
  margin-right: .5714em;
  color: rgb( 139, 195, 74 );
}

.d-none {
	display: none;
}

table,
a {
  background-color: #f9f9f9;
}

h1,
.signup-form h2 {
  color: #f9f9f9;
  font-weight: bold;
}
