  @font-face 
    { 
     font-family: 'Sector'; 
     src: url('/css/font/Arsenal_Regular.otf') format('opentype'); 
     font-weight: normal;  font-style: normal;
    }

  @font-face
    {
     font-family: 'OsnovaPro'; 
     src: url('/css/font/OsnovaPro.otf') format('opentype'); 
     font-weight: normal;  font-style: normal;
    }

@font-face { 
    font-family: 'Montserrat';
    src: url('/css/font/montserrat/Montserrat-Medium.eot'); 
    src: url('/css/font/montserrat/Montserrat-Medium.otf') format('opentype'); 
    font-weight: normal; 
    font-style: normal; 
}


body, 
button, 
input, 
select, 
textarea { 
    font-family: OsnovaPro, Montserrat, SF-UI-Text, Lucida Grande, Arial, Helvetica, sans-serif; 
}


* {
    	margin:0px;
	padding:0px;
}
html,body,.wrapper {
  height: 100%;
}

body, html {
    font-family:  OsnovaPro, 'Montserrat', helvetica, sans;
    margin: 0;
    padding: 0;
    font-size: 16px;
/*    line-height: 22px; */
    width: 100%;
    background-color: #ccc;
}

.wrapper_content
{
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 100px;
  background: #fff; 
  /*height: 100%;*/
}
footer {
  min-height: 100px;
/*  margin-top: -100px; */
}
.content
{
 min-height:300px;
}
a:link {
    color: #1c8ad4;
    text-decoration: none;
    border-bottom: solid 1px rgba(0,92,163,0.18);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
a:hover {
    color: red;
    text-decoration: none;
    border-bottom: solid 1px rgba(255,0,0,0.18);
}

.menu a:link {
    color: #e2e2e2;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    border-bottom: solid 1px transparent;
}
.menu a:hover {
    color: #e2e2e2;
    text-decoration: none;
    border-bottom: solid 1px #e2e2e2;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.menu a.pseudo {
    color: #e2e2e2;
    border-bottom: solid 1px transparent;
    text-decoration: none;
     -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.menu a:visited {
    color: #e2e2e2;
    border-bottom: solid 1px transparent;
    text-decoration: none;
}
.menu a:visited:hover {
    color: #e2e2e2;
    text-decoration: none;
    border-bottom: solid 1px #e2e2e2;
}
.input-block__city a.pseudo {
    color: #e2e2e2;
    border-bottom: solid 1px transparent;
    text-decoration: none;
   -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.input-block__city a:hover.pseudo {
    color: lightyellow;
    text-decoration: none;
    border-bottom: solid 1px rgba(255,255,255,0.5);
}
.menu__logo {
    width: 100px;
    height: auto;
    padding: 14px 25px 0 0;
    float: left;
}
.menu__telephone {
    float: left;
    font-size: 1.5em;
    color: white;
    margin: 22px 10% 0 0;
}
.menu__telephone a:link {
    color: white;
    text-decoration: none;
    border-bottom: solid 1px rgba(255,255,255,0.3);
}
.menu .menu__navigation {
    width: 30%;
    min-width: 300px;
    height: inherit;
    float: left;
}
.menu .menu__navigation p {
    font-size: 1.3em;
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 22px 0 0 0;
}
.menu .menu__menu-topup {
    font-size: 1.6em;
    width: auto;
    min-width: 100px;
    height: inherit;
    float: left;
}
.menu .menu__menu-topup p {
    display: inline-block;
    padding: 0;
    margin: 22px 0 0 0;
}
.menu .menu__login {
    font-size: 1.6em;
    padding: 22px 30px 0 0;
    margin: 0;
    float: left;
}
.menu .menu__login p {
    display: inline-block;
    margin-right:20px;
}
.menu .menu__language {
    float: right;
    margin: 0 20px 0 0;
    padding: 10px 0 0 0;
}
.menu .menu__language p {
    font-size: .7em;
    display: list-item;
    list-style: none;
    line-height: 1.6em;
}


.menu .menu__language p.active {
    font-weight: bold;
    color: orange;
}

 .menu__language a
 {
  color: #fff;
 }


.white-bg {
    width: 80%;
    height: 980px;
    margin: 0 auto;
    padding: 30px;
     padding-top:100px;
}

.download {
    width: 200px;
    background-color: rgba(255, 255, 255, .0);
    position: absolute;
    top:340px; left:240px;
    z-index: 2;
    padding:10px;
    font-size: .9em;
    color: white;
}
.iphone img{
    position: absolute;
    top: 218px;
    left: 10px;
    z-index: 1;
    width:250px;
}

p {
    font-size: 1em;
    padding: 0;
    margin: 0;
}
.input-block {
    width: 100%;
    height: 400px;
    display: block;
    margin:0; padding:0;
    background-position: top;
     border-top:1px solid rgb(0,0,0);
}

.input-block-dark
{
 border-top:1px solid rgb(0,0,0);
  width: 100%;
  height: 400px;
  position: relative;
  background-color: rgba(0,0,0,0.5);  
  /*-webkit-box-shadow: inset 0px 14px 24px -8px rgba(238,238,238,0.2);
-moz-box-shadow: inset 0px 14px 24px -8px rgba(238,238,238,0.2);
box-shadow: inset 0px 14px 24px -8px rgba(238,238,238,0.2);*/          
}

 .input-block__city {
    margin: 20px 0 40px 0;
    padding: 0 0 0 40px;
    color: white;
}
 .input-block__city p {
    width: auto;
    margin: 4px 12px 0 12px;
    height: auto;
    display: inline-block;
}
.input-block__city p.active {
    width: auto;
    height: 23px;
    display: inline-block;
    border-bottom: solid #cbcbd5 2px;
}

.input-block__from-caption {
    width: 400px;
    height: auto;
    margin: 0px 0 10px 0;
    color:white;
    font-weight: bold;
}

.input-block__address-field2
{
    width: 330px;
    height: 40px;
    margin: 0 auto 0 auto;
    background-color: transparent;
    border: 0px;
    border-bottom: solid #cbcbd5 2px;
    color: #cbcbd5;
    font-size: 25px;
}
.input-block__address-field {
        
    width: 400px;
    height: 40px;
    margin: 0 auto 0 auto;
    background-color: white;
    border: solid orange 2px;
    border-radius: 4px;
    box-shadow: 0 0 15px indianred;
    font-size:20px;
    padding-left: 10px;
    padding-right:10px;
}
.input-block__button {
    width: 275px;
    height: 60px;
    border-radius: 4px;
    text-align: center;
    margin: 30px auto 25px auto;
    background: linear-gradient(rgb(255, 194, 0), rgb(255, 145, 0));
    /*width: 290px;
    height: 60px;
    background: linear-gradient(#ffc200, #ff9100);
    border: solid 2px white;
    border-radius: 10px;
    box-shadow: 0 5px 15px SaddleBrown;
    text-align: center;
    margin: 30px auto 25px auto;
    float: center;*/
}
.input-block__button p {
    padding: 18px 0 0 0;
    font-size: 1.7em;
    
    color: white;
    
}
.input-block .input-block__time {
    width: auto;
    margin: -40px 0 0 310px;
    text-align: left;
    position: absolute;
    font-size: 1.2em;
    float: left;
    line-height:1.5em;
}
.input-block .input-block__time-clock {
    color: white;
    margin: -24px 0 0 475px;
    font-size: 2em;
    font-weight: lighter;
    float: left;
    position: absolute;
}
.input-block .input-block__time a {
    color: white;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    border-bottom: none;
}
.bonus
{
    color: #cbcbd5;
    width: 300px;
    position: absolute;
    top: 90px;
    right: 10px;
    font-size: 35px;
    font-weight: normal;
    line-height: 35px;
}
.bonus a
{
    color: #cbcbd5;
    text-decoration:none;
}
.bonus a:hover
{
    border-bottom-color: transparent;
}
.bonus div
{
    font-size: 80px;
    display: inline-block;
    margin: 10px 0 20px 0;
}
.input-block .input-block__time a:hover {
    text-decoration: none;
    border-bottom: none;
}
.input-block .input-block__options {
    height: auto;
    color: white;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
.input-block .input-block__options .container {
    margin: 20px auto 0 auto;
    width: 355px;
    height: 45px;
    text-align: center;
    display: block;
}
.input-block hr {
    width: 50%;
    margin: 25px auto 15px auto;
    border: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
}
.input-block .input-block__options label {
    font-size: 1em;
    font-weight: bold;
}
.input-block .input-block__options .animals {
    float: none;
    margin: 0 auto;
    padding: 10px 0 0 0;
    display: inline-block;
}
.input-block .input-block__options .car-choice {
    display: inline;
    margin: 0 auto;
    font-size: .85em;
    border: solid 1px transparent;
}
.car-choice-selected {
    float: left;
    padding: 3px 15px;
    border-radius: 20px;
    width: auto;
    background-color: rgba(255, 195, 0, .3);
    border-radius: 2px;
    border: solid 1px peru;
    margin-right:5px;
}
.car-choice-link {
    float: left;
    cursor: pointer;
    padding: 3px 15px;
    border-radius: 20px;
    width: auto;
    margin-right:5px;
    background-color: rgba(255, 195, 0, .1);
    border-radius: 2px;
    border:1px solid transparent;
}

.input-block .input-block-message {
    width: 230px;
    color: white;
    height: auto;
    padding: 10px 10px 10px 20px;
    border: dashed 1px rgba(255,145,0,0.5);
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top:110px;
    right:20px;
    z-index;3
    text-indent: -27px;
}
.input-block .input-block-message .info {
    background-color: red;
    border-radius: 10px;
    padding: 0 4px;
    margin: 0 8px 0 0;
}

.utp-container {
    width: 90%;
/*    min-height: 800px; */
    max-height: 100%;
    margin: 0 auto;
    margin-top:50px;
    margin-bottom:50px;
    text-align: center;
    padding-top: 20px;
}
.utp-container__utp, .card2 {
    width: 250px;
    height: 270px;
    text-align: left;
    padding: 20px;
    margin: 0;
 margin-top: 0.67em;
    display: inline-block;
    vertical-align: top;
}

.utp-container__utp__utp-text p {
    font-size: 1em;
 margin-top: 1em;
 margin-bottom: 1em;
}
.utp-container__utp__utp-text b {
    font-size: 1.2em;
display:block;
 margin-top: 0.67em;
 margin-bottom: 0.67em;
}

.white-bg
{
 width:90%;
 height:100%;
 background:#fff;
}

footer {
    width: 100%;
    min-height: 50px;
    padding-top:15px;
    background-color: black;
/*    margin: -100px auto 0 auto; */
    text-align: center;
    vertical-align: middle;
    /*position: relative;
    bottom:0;*/
}
footer p {
    color: white;
    vertical-align: middle;
    display: inline-block;
    padding: 10px 12px 0 12px;
    font-size: 17px;
}
footer a:link {
    color: orange;
    text-decoration: none;
    border-bottom: solid 1px rgba(255,145,0,0.3);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
footer a:hover {
    color: tomato;
    text-decoration: none;
    border-bottom: solid 1px rgba(255,145,0,0.3);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
footer a:visited {
    color: chocolate;
}




form, table { 
	margin:0;  
	padding:0;  
	border-collapse:collapse;   
	border-spacing:0; 
	}
td, th {
	padding:0;
	vertical-align:top; 
	}
img {
	border:0px;
	}

p
{
/*margin-top:12px; */
}


.nothing
{
 padding:0; margin:0; background:transparent; border:0;
}

img
{
 padding:0px; margin:0px; border:0; background:0;
}

.dashedlink { text-decoration: none; border-bottom: 1px dashed #1a1c1b; }
.dashedlinkwhite { color: #fff; text-decoration: none; border-bottom: 1px dashed #fff; }
.dashedlinkwhite:hover { color: #ec8a00; text-decoration: none; border-bottom: 1px dashed #ddd; }
.linkwhite { color: #fff !important; text-decoration: none; border-bottom: none !important; }

.nobo
{ border: none; !importrant;
 text-decoration: none; !importrant;
}

input:focus
{
 outline: 0;
}

.menuitemsel
{
 color: #fff;
}

nav
{
 height: 90px;
}




 
h1
{
 font-size:30px;
 margin-bottom:20px;
/* padding-left:50px; */
}

.topinfo
{
 margin:0 auto;
 max-width:310px;
 margin-bottom:30px;
 text-align:center;
}

.footer
{
 margin-top:30px;
}







.infoicon
{
 width: 200px;
 display: inline-block;
}



.kvtable td
{
 padding:4px;
 border: 1px solid #666;
}

.kvtable1 td
{
 padding:4px;
}

.ordertable td
{
 padding:7px;
 border: 1px solid #bbb; 
}

.check
{
 display: inline-block;
 font-size:20px;
 width:150px;
 text-align:left;
}
    
.checkres
{
 display: inline-block;
 font-size:20px;
 width:100px;
 text-align:left;
}

.orderinfo
{
 font-size:14px;
 margin-top:1px;
 display: inline-block;
}

