@import "../fonts/firasanscondensed.css";

body, html{
  font-family: 'Fira Sans Condensed';
  font-size: 16px;
  color: #2f313f;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Fira Sans Condensed';
  font-weight: 700;
}
.EX-icon {
  color: #555;
  font-size: 22px;
  vertical-align: middle;
  display: inline-block;
  width: 30px;
  text-align: center;
  margin-right: 10px;
}
a {
  color: #00b4ff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover{
  color: #0098d7;
  text-decoration: none;
}



/* Шапка */
#header {
  background: white;
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
}
#header .navbar-brand img{
  max-height: 50px;
}
.choose-town {
  border-radius: 35px;
  background: #00b4ff;
  font-size: 15px;
  text-transform: uppercase;
  color: black!important;
  font-weight: bold;
}
#top-menu a {
  border: 0;
  color: #808080;
  padding: 0px;
  margin: 0 15px;
  text-shadow: none;
  border-bottom: 1px dashed transparent;
}
#top-menu a:hover{
  color: black;
  border-bottom: 1px dashed black;
}



/* Блок заказа такси */
#order{
  background: url(../img/promo.jpg) no-repeat right top;
  /* min-height: calc(100vh - 76px); */
    background-size: 40%;
    padding: 50px 0;
    background-color: #ddd;
}
#order > .container{
  /* min-height: calc(100vh - 76px); */
  font-size: 25px;
}



/* Блок для водителей */
#drivers{
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 18px;
}
#drivers h2{
  font-size: 34px;
}
#drivers .bg-big-circle{
  z-index: 1;
  position: absolute;
  top: 0;
  left: 40px;
  height: 740px;
  width: 740px;
  background-color: #6675ff;
}
#drivers .bg-small-circle{
  z-index: 1;
  position: absolute;
  top: 0;
  right: 30px;
  height: 245px;
  width: 245px;
  background-color: #6f7dff;
}
#drivers .bg-smallest-circle{
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 230px;
  height: 125px;
  width: 125px;
  background-color: #a5aeff;
}
#drivers .drivers-wrapper{
  position: relative;
  z-index: 2;
}
#drivers .btn-modal-drivers {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 36px;
  box-shadow: rgb(0 180 255) 0px 0px 30px 0px;
  top: 0;
  position: relative;
  transition: all 0.2s;
  margin: 0 10px;
}
#drivers .btn-modal-drivers:hover {
  background: #00b4ff;
  box-shadow: rgb(0 180 255) 0px 0px 40px 10px;
  top: -5px;
}
#drivers .btn-modal-drivers:active{
  top: 2px;
  transition: none;
  box-shadow: none;
}
.btn.btn-primary {
  background: transparent;
  color: black;
  border: 1px solid #101820;
  box-shadow: none!important;
}
#drivers .btn-modal-drivers.btn.btn-primary:hover{
  background: #101820;
  color: white;
  box-shadow: rgb(37, 37, 37) 0px 0px 30px 0px!important;
}



/* Блок Featuers */
#features{
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 165px;
  font-size: 18px;
  color: #818391;
}
#features .img-car{
  width: 140px;
  height: 140px;
  margin-bottom: 22px;
}
#features .img-price{
  width: 140px;
  height: 140px;
  margin-bottom: 22px;
}
#features .img-phone{
  width: 140px;
  height: 140px;
  margin-bottom: 22px;
  margin-left: -16px;
}
#features h3{
  font-size: 34px;
  color: #252525;
}



/* Блок приложений */
#mobile-apps{
  padding-top: 140px;
  position: relative;
  padding-bottom: 175px;
  background-color: #00b4ff;
  font-size: 18px;
}
#mobile-apps .bg-img{
  position: absolute;
  bottom: -145px;
  right: 0px;
  width: 500px;
  max-width: 55%;
  height: 749px;
  background-image: url(../img/index-phone-mobile.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
#mobile-apps h3{
  font-size: 48px;
  color: #fff;
}
#mobile-apps p{
  color: #fff;
}



/* Блок карты */
#map-2gis {
  height: 400px;
}



footer{
  padding: 40px 0;
  background: #101820;
  font-size: 15px;
  color: #909294;
}
footer .contact-block-last{
  text-align: right;
}
footer h4{
  font-size: 28px;
  color: white;
  font-weight: 400;
  line-height: 1;
}
footer .time-working{
  color: #909294;
}
footer .mobile-phone{
  font-size: 28px;
  color: white;
  line-height: 1;
}
footer .home-phone{
  color: #909294;
  font-size: 16px;
  line-height: 1;
}
footer .footer-email {
    margin-top: 20px;
}
footer .footer-content-bottom {
  margin: 45px 0 0 0;
  padding: 23px 0 0 0;
  border-top: 1px solid #212C34;
}
footer .copyright {
  padding-top: 10px;
}
footer .socials .social-icon{
  display: inline-block;
  font-size: 26px;
  color: #ccc;
  margin-right: 10px;
}
footer .footer-email a{
  color: white;
}
footer .footer-email a:hover{
  color: #00b4ff;;
  text-decoration: underline;
}
footer .social-icon:hover{
  color: #00b4ff;;
}
ul#bottom-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#bottom-menu a{
  padding: 0;
  border-bottom: 1px dashed transparent;
  display: inline-block;
}
ul#bottom-menu a:hover {
  color: #0098d7;
  border-bottom: 1px dashed #0098d7;
 
}
.creators{
  text-align: right;
}
.creators .wrp{
    display: inline-block;
    border: 2px dashed #444;
    line-height: 1;
    border-radius: 15px;
    padding: 9px 10px 12px 10px;
}
.creators a:hover{
  color: #0098d7;
  text-decoration: underline;
}
.iq-heart{
  color: #ff5722;
  font-family: Arial;
  top: 2px;
  font-size: 24px;
  display: inline-block;
}
.go-top {
  position: fixed;
  bottom: 20px;
  font-size: 24px;
  right: 20px;
  width: 50px;
  background-color: #00b4ff;
  color: #fff!important;
  text-align: center;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.15);
}
.go-top:hover {
	background: #252525;
	color: #00b4ff!important;
	display: block;
	opacity: 1;
	cursor: pointer;
}



/* Таблица работы */
.schedule-table {
	width: 100% !important;
	border: 0 !important;
	border-spacing: 2px !important;
	border-collapse: separate;
	transition: all .5s;
  table-layout: initial !important;
  
}
.schedule-table td {
	padding: 10px 0 !important;
	font-size: 12px;
	border: 0 !important;
	line-height: 135%;
	width: 40px;
	text-align: center !important;
	border-radius: 0 0 5px 5px;
}
.schedule-table th.day {
	position: relative;
	border: 0 !important;
	padding: 10px 0 !important;
	border-bottom: 2px solid #252525 !important;
	vertical-align: bottom;
	font: 12px/1 Helvetica, Arial, sans-serif;
	width: 50px;
	text-align: center !important;
	border-radius: 5px 5px 0 0;
}
#header .schedule-today.status-open .working-day.today {
	background-color: #28a745;
}
.schedule-today.status-open .fa {
	font-size: 16px;
}
.schedule-today.status-open .fa,
.schedule-today.status-open .status {
	color: #4CAF50;
}
.schedule-today .info-text span.status {
	font-size: 14px;
}
.schedule-today.status-closed .fa,
.schedule-today.status-closed .status {
	color: #ff412c;
}
.schedule-today .info-text {
	font-size: 16px;
}
.schedule-table.status-open .today {
  background-color: #00b4ff; !important;
  color: black;
}
.EX_schedule_working {
  position: absolute;
  top: 0;
  right: 0;
  width: 375px;
  text-align: right;
  padding: 25px;
  background: white;
  border-radius: 25px;
  box-shadow: 0 0 13px #9E9E9E;
}
#header .EX_schedule_working {
  text-align: left;
  float: none;
  position: absolute;
  left: 250px;
  top: 15px;
}
#header .schedule-today .info-text {
  font-size: 17px;
  color: black;
  font-weight: bold;
}
.working-day.today {
	color: white;
	background: #4CAF50;
	border-radius: 50%;
}
.working-day {
	display: inline-block;
	width: 22px;
	height: 22px;
	font-size: 13px;
	text-align: center;
	padding-top: 1.5px;
}
.working-day:first-child:not(.today) {
	margin-left: -3px;
}



/* Адпативный дизайн */
.mobile-menu{
  position: sticky;
  top: 0px;
  background: #252525;
  overflow-x: scroll;
  z-index: 10;
}
.mobile-menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.mobile-menu ul li{
  display: inline-block;
}
.mobile-menu ul li .nav-link{
  padding: 10px 15px 10px 0;
}
.mobile-menu a:hover{
  color: white;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .mobile-menu{
    display: none;
  }
}
@media (max-width: 991px) {
  .go-top{
    display: none;
  }
  #header{
    position: relative;
  }
  #order{
    background: #00b4ff;;
  }
  #mobile-apps {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #order .mobile-phone {
    color: white;
    white-space: nowrap;
  }
  #features {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  footer .mobile-phone {
    font-size: 22px;
    color: white;
    line-height: 1;
  }
  footer h4 {
    font-size: 22px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  footer .footer-logo{
    display: none;
  }
  #mobile-apps{
    text-align: center;
  }
  #mobile-apps .bg-img{
    display: none;
  }
  footer .contact-block-last{
    text-align: left;
  }
  .creators{
    text-align: left;
  }
  footer .copyright{
    padding-top: 0;
  }
}



/* Элементы Bootstrap */
#driver-form-frame {
  width: 100%!important;
}
.btn{
  border-radius: 35px;
  white-space: normal;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.33);
}
.modal-title {
  color: #252525;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00b4ff;;
  color: black;
}
.dropdown-menu {
  margin: 2.125rem 0 0;
  border: 0;
  left: auto;
  right: 0;
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.15);
}
.dropdown-menu:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
  height: 20px;
  width: 20px;
  right: 16px;
  top: -4px;
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
}
.btn-default{
  background-color: #00b4ff;;
  color: white;
}