.stttaxi {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
}

.widget_iframe {
    
}
.stttaxi.center {text-align: center;}
.stttaxi .width250{
	width: 250px;
}
.stttaxi .mess {
	color:red;
	font-weight: 700;
}
.stttaxi .searchtaxi {width:100%;margin:0;display: inline-block;max-width: 914px; background-image: linear-gradient(-179deg, #FFD000 0%, #FFB300 100%); height: 127px; border-radius: 8px; box-shadow: 5px 5px 8px;box-sizing: border-box;padding: 25px; position: relative;}
.stttaxi .btntaxi {width:100%;margin:0;display: inline-block;background-color: #fff; height: 58px; border-radius: 8px; box-shadow: inset 4px 4px 8px #aaa;border:none; font-size: 20px;text-indent: 10px;}
.autocomplete-suggestions {background-color: #fff;
	font-size:16px;
	padding: 5px 10px;
	border-radius: 0px;
	box-shadow: 5px 5px 5px;
	margin-top: -5px;
	border: solid 1px #ccc;
	cursor: pointer;
}
.stttaxi .btnsearch {
	width:100%;
	margin:0;
	display: inline-block;
	background-color: #FF0000; 
	color: #fff; 
	height: 58px; 
	line-height: 58px;
	border-radius: 8px; 
	border: none;
	box-shadow: inset 4px 4px 8px #840f0f; 
	cursor: pointer; 
	margin-top:20px;
	padding-left: 45px;
	background-image: url(../images/lupa.png); background-position: 20px center; background-repeat: no-repeat;
}
.stttaxi .labelbtn {font-size: 20px;height: 30px;margin-top: -10px;font-weight: 700;text-align: left;}
.stttaxi .btnchange {width:30px; height: 60px;background-image: url(../images/arrows.png);background-position: center center;background-repeat: no-repeat; margin: 15px 0 0 5px; cursor: pointer}
.stttaxi .taxiauto {
	min-height: 100px;
	background: #fff;
    background: linear-gradient(to top,#f4f4f4,#fff,#fff);
	padding: 10px;
}
.taxiseats {background-image: url(../images/seats.png); background-position: left center; background-repeat: no-repeat; padding-left: 25px; padding-right: 10px; font-family: Candara,Arial,sans-serif; font-weight: 700; display: inline-block}
.taxibags {background-image: url(../images/bags.png); background-position: left center; background-repeat: no-repeat; padding-left: 25px; font-family: Candara,Arial,sans-serif; font-weight: 700; display: inline-block}
.cost {color: #f00;font-size: 16px;}
.stttaxi .nameauto {font-size: 24px; text-transform: uppercase; line-height: 50px;font-family: "trebuchet MS",sans-serif;}

.checkbox.transfer {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.transfer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.transfer input:checked ~ .checkbox__checkmark {
  background-color: #f7cb15;
}
.checkbox.transfer input:checked ~ .checkbox__checkmark:after {
  left: 21px;
}
.checkbox.transfer .checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 23px;
  width: 40px;
  background-image: linear-gradient(-179deg, #FFD000 0%, #FFB300 100%);
  transition: background-color 0.25s ease;
  border-radius: 11px;
}
.checkbox.transfer .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  transition: left 0.25s ease;
}
.checkbox.transfer .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  transition: color 0.25s ease;
}
 .com_stttaxi_form__pass {
     background: #E8E8E8;
    font: normal normal 14px Tahoma;
    padding: 10px;
    height: auto;
    max-width: 500px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
 }
.quantity_inner * {
    box-sizing: border-box;    
}    
.quantity_inner {
    display: flex;
    justify-content: center;
    background: #E8E8E8;
    border-radius: 30px
}        
.quantity_inner .quantity {
    text-align: center;
    font-size: 22px;
    border: none;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    background: #E8E8E8;} 
.quantity_inner .bt_minus,
.quantity_inner .bt_plus {
    color: #ffffff;
    height: 25px;
    width: 43px;
    padding: 0;
    margin: 6px 2px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background-image: linear-gradient(-179deg, #FFD000 0%, #FFB300 100%);
    cursor: pointer;
    outline: 0;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%), 0 4px 6px rgb(0 0 0 / 20%);
}
.quantity_inner .quantity {
    width: 50px;
    text-align: center;
    font: normal normal 18px Tahoma;
}
.quantity_inner .bt_minus svg,
.quantity_inner .bt_plus svg {
    stroke: #ffffff;
    stroke-width: 4;
    transition: 0.5s;
    margin: 4px;
}    
.quantity_inner .bt_minus:hover svg,
.quantity_inner .bt_plus:hover svg {
    stroke: #FFF;
}
.service__rows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 329px;
}
.service__rows-price {
   font-weight: bold;
}
.service__row em {
   font-style: normal;
   font-weight: bold;
}
.service__row {
       font-size: 12px;
    font-weight: normal;
    margin-left: 19px;
    margin-bottom: 3px;
}
.service__title {
   margin-bottom: 10px;
}
.btn-success {color: #000; background-image: linear-gradient(-179deg, #FFD000 0%, #FFB300 100%); border: 1px solid #D99800;}
.btn-success:hover {color: #000;background-image: linear-gradient(-179deg, #f3f000 0%, #FFB300 100%); border: 1px solid #D99800;}
.stttaxi .btnorder {
	width:100%;
	margin:0;
	display: inline-block;
	background-image: linear-gradient(-179deg, #FFD000 0%, #FFB300 100%);
	color: #000; 
	height: 58px; 
	line-height: 58px;
	border-radius: 8px; 
	border: 1px solid #D99800;
	 box-shadow: inset 2px 2px 8px rgb(254, 224, 131);
	cursor: pointer; 
	padding: 0;
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	max-width: 250px;
	font-family: "trebuchet MS", sans-serif;
}
.stttaxi .btnorder:hover {
    background-image: linear-gradient(-179deg, #f3f000 0%, #FFB300 100%);
    text-decoration: none;
}
.stttaxi .timeauto {color: #888;}
.stttaxi .center {text-align: center;}
.stttaxi .priceauto {font-size: 24px; font-weight: 700; font-family: "trebuchet MS",sans-serif;}
.stttaxi a {text-decoration-line: none;}
.stttaxi .control-group input[type="text"],.stttaxi .control-group textarea {width:100%; max-width: 500px;}
.stttaxi .control-group textarea {height: inherit;}

.error_input {background: rgba(218, 161, 161, 0.74)!important;
    border: 1px solid red!important;}
    
.reg_blocks {
    width:49%;
    box-sizing: border-box;
    float: left;
   
}

.auth_blocks
{
     width:49%;
     float:left; margin-right:1%;
     box-sizing: border-box;
}

 
 /*adaptiv*/
@media(max-width:991px) {
    
    
    .auth_blocks, 
    .reg_blocks {width:100%; margin-right:0%; float:none}
	.stttaxi .searchtaxi {height: 360px;}
	.stttaxi .btnchange {width:100%; margin:0;}
}
 
 .com_stttaxi_form h1{
    text-align:center;
 }
 .com_stttaxi_form__title {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin: 0 0px 15px 0;
 }
 .com_stttaxi_form .input-text, 
 .com_stttaxi_form .input-date, 
 .com_stttaxi_form .input-time, 
 .com_stttaxi_form .input-phone-code, 
 .com_stttaxi_form .input-phone-number, 
 .com_stttaxi_form .input-intl-phone-number {
    background: #FFF;
    border-radius: 2px;
    border: 1px solid #CCC !important;
    box-shadow: inset 2px 2px 1px 0px #ECECEC;
    height: 40px;
    padding: 0 10px;
}
 .input-disclaimer {
       color: #6e6e6e;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 16px;
    padding-top: 6px;
    margin-left: 16px;
    max-width: 300px;
}

 .com_stttaxi_form .controls:after {content:""; display:block; clear:both}
 
 .com_stttaxi_form .controls input {float:left}
 .datacal {
    position:relative;
     width: 150px;     float: left;
 }
 .datacal:after {content:""; display:block; clear:both}
 
 .ui-datepicker-trigger {
      width: 25px;
    height: 25px;
    background: url(../images/83calendar.png) no-repeat;
    display: block;
    position: absolute;
    right: -12px;
    top: 8px;
    cursor: pointer;
 }
 
 .timesel {
    width: 98px;
    float: left;
    margin-left: 31px;
 }
  .com_stttaxi_form .btnorder
  {} 
  
.controls  .error_fled {
     border: 1px solid #ff0000!important;
    background: #f1c1c1!important;
    }
    
 .titlebox {
       font-size: 21px;
    color: #4d4d4e;
    font-weight: bold;
    text-align: center;
    padding-top: 0;
    line-height: 1.2;
    margin-top:10px;
 }   
    
    .titlebox_info:after {content:""; display:block; clear:both}
    
    .titlebox_info { margin-top:10px; } 
    .titlebox_info-row 
 {font-size:15px;
    float: left;
    padding-right: 10px;
    width: 50%;
    text-align: right;  box-sizing: border-box;
 }
 .titlebox_info-row2  span,
 .titlebox_info-row  span {
    font-weight: bold; 
 }
  .titlebox_info-row2 
 {  font-size:15px;
    float: left;
    box-sizing: border-box;
    
    padding-right: 10px;
    width: 50%;
    text-align: left;
 }
 
 #widget_iframe:after {content:""; display:block; clear:both}
 .block_l {width:50%; padding:0 0 0 10px; margin-left: 20%;padding-right: 10px;}
 .block_r {width:30%;}
 
 .block_l, .block_r
 { 
    box-sizing: border-box;
    float:left;
    
 }
      #floating {
	background:#E8E8E8;
	color:#fff;
	font: normal normal 14px Tahoma;
	padding: 10px;
	height: auto;
	max-width: 300px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
        
}
.fixed {
	position: fixed;
    top: 10px;
    top: 30%;
    z-index: 9999;
    margin: 0 auto;
    margin-right: 15px;
}
 .module_vm__title {
    font-weight:bold;
    text-align:center;
    color:#000;
    font-style:italic;
    text-transform: uppercase;
        font-size: 12px;
 }
.module_vm img {
    max-width: 100%;
    height: auto;
    height: 121px;
    width: auto;
    display: block;
    margin: 0 auto;
}
  .module_vm__back,
 .module_vm__row {
        color: #000;
    font-size: 13px;
    font-family: Arial Narrow;
    font-weight: bold;
    margin-bottom: 14px;
 }  .module_vm__back span,
  .module_vm__row  span em,
  .module_vm__row  span {
       font-weight:normal;
       font-style:normal;
  }
  
  .module_vm__itog:after {content:""; display:block; clear:both}
  .module_vm__itog {
    border-top:1px solid #000;
    padding-top:5px; font-weight: bold;
  } 
  
  .module_vm__itog span {
    display:block;
    float:left;
      text-transform: uppercase;
        font-size: 13px;
         font-family: Arial Narrow;
        color:#000;
  }
    .module_vm__itog em{
       
        font-size: 13px;
         font-family: Arial Narrow;
        color:#000; font-style:normal; display:block;
    float:right;
        
    }
  .module_vm__back {
   
    border-top: 1px dotted #ADADAD;
    
    margin-top: 46px;
    padding-top: 8px;
}

 @media (max-width:767px){
    .block_l, .block_r
 {
    width:100%;
    float:none;
    margin-bottom: 20px;
    margin-left: 0%;
 }
 .block_r .module_vm {
    position:relative!important;
    width:auto;
    margin: 0 auto;
 }
 }
 