@import "../fonts/firasanscondensed.css";

body, html{
  font-family: 'Fira Sans Condensed';
  font-size: 16px;
  color: #2f313f;
  background: #252525;
  color: #FFF;
  height: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Fira Sans Condensed';
  font-weight: 700;
}
.EX-icon {
  color: #fff;
  font-size: 22px;
  vertical-align: middle;
  display: inline-block;
  width: 30px;
  text-align: center;
  margin-right: 10px;
}
a {
  color: #ffc928;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover{
  color: #000;
  text-decoration: none;
}


header{
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  right: 0;
  background: white;
  z-index: 20;
  box-shadow: rgb(0, 0, 0, 0.6) 0px 0px 20px 5px;
}
header .navbar-brand img {
  height: 44px;
}
ul#top-menu li {
  margin-right: 20px;
}
ul#top-menu li .nav-link {
  color: rgba(0,0,0,.5);
  font-weight: bold;
  color: #454545;
  padding: 17px;
}
ul#top-menu li .nav-link i{
  width: 25px;
  text-align: center;
}
ul#top-menu a.nav-link.showing {
  background: #eee;
}




/* Боковая панель */
#sidebar-wrapper{
  z-index: 1;
  position: absolute;
  width: 0;
  height: 100%;
  overflow-y: hidden;
  background: white;
  transition: all .5s;
  width: 250px;
}
.sidebar-logo{
  display: block;
  padding: 20px;
  text-align: center;
}
.sidebar-logo img{
  width: 120px;
}
#sidebar-wrapper ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar-wrapper ul li.active{
  background-color: #e3e3e3;
}
#sidebar-wrapper ul li:hover{
  background-color: #e3e3e3;
}
#sidebar-wrapper ul a{
  display: block;
  padding: 0 0 0 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 65px;
  text-decoration: none;
  color: #000;
}
#sidebar-wrapper ul a .far, #sidebar-wrapper ul a .fas{
  font-size: 20px;
  width: 20px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
#sidebar-wrapper .socials {
  padding: 13px 25px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}
#sidebar-wrapper .contacts{
  padding: 0 25px;
}
a.social-icon {
  color: #252525;
  font-size: 24px;
  margin: 0  7px;
  transition: all 0.2s;
}
a.social-icon:hover{
  color: #000;
  
}
a.social-icon:hover i{
  transform: scale(1.3);
  transition: all 0.2s;
}
.contacts a {
  color: #555;
  transition: all 0.2s;
  border-bottom: 1px dashed;
}
.contacts a:hover{
  color: #000;
}
span.logo-title {
  color: #000;
  letter-spacing: -1.2px;
}



/* Контент */
.section-bg-dark{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  right: 0px; 
  background: rgba(0,0,0,0.5)
}
.intro::-webkit-scrollbar {
  width: 10px
}

.intro::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.4);
}

.intro::-webkit-scrollbar-thumb {
  background: #eccb04;
  border-radius: 4px
}
.intro {
    position: absolute;
    top: 60px;
    left: 0px;
    bottom: 58px;
    right: 0px;
    overflow-y: auto;
}


/* Главная страница */
#section-order{
  background: url(../img/bg-order.jpg) no-repeat bottom right;
  background-size: contain;
}
.phone-title{
  font-size: 20px;
}
h2.download-app{
  font-size: 20px;
  text-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.apps-block img {
  width: 100%;
  max-width: 210px;
}
.apps-block{
  display: inline-block;
  vertical-align: top;
  max-width: 210px;
  padding-left: 60px;
  padding-top: 95px;
}
.frontpage-block .left-block{
  display: inline-block;
  vertical-align: top;
  max-width: 540px;
  width: 100%;
}
.title-phone {
  font-size: 22px;
}



/* Страница водителям */
#section-drivers{
  background: url(../img/page-drivers.jpg) no-repeat bottom right;
  background-size: contain;
}
#section-drivers .container {
  max-width: 700px;
}
#section-drivers .icon{
  font-size: 40px;
}
.drivers-features {
  max-width: 700px;
  margin: 100px auto;
}
.drivers-buttons{
  vertical-align: top;
}
.open-faq{
  text-decoration: none;
  color: white;
  border: 1px solid;
  font-size: 16px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 35px;
  background: transparent;
  margin: 10px;
  cursor: pointer;
  transition: all 0.2s;
}
.open-faq:hover{
  background: white;
  color: black;
  border: 1px solid transparent;
  box-shadow: rgb(255, 255, 255, 0.6) 0px 0px 20px 5px;
}
.btn-modal-drivers{
  padding: 10px 20px;
  margin: 10px;
}
.btn-modal-drivers:hover{
  background-image: linear-gradient(to bottom right,#eabb08,#efdc00);
  box-shadow: rgb(255, 184, 24, 0.6) 0px 0px 20px 5px;
}



/* Страница Контакты */
#section-contacts   a:hover {
  border-bottom: 1px dashed;
  color: inherit;
}
#section-contacts{
  background: url(../img/page-contacts.jpg) no-repeat bottom right;
  background-size: contain;
}
#section-contacts   .socials a.social-icon:first-child{
  margin-left: 0;
}
#section-contacts   .socials a.social-icon {
  color: #666;
  border: 0;
}
#section-contacts   .socials a.social-icon:hover{
  color: #000;
  border: 0;
}
#section-contacts   h4 {
  font-size: 18px;
  overflow: hidden;
  color: #252525;
}
#section-contacts   h4:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  margin-left: 15px;
  border-bottom: 1px solid #dfdfdf;
  margin-right: -100%;
}
.contacts-wrapper {
  background: white;
  max-width: 600px;
  border-radius: 4px;
  padding: 25px;
  color: #000;
}
#section-contacts   a {
  color: #555;
  transition: all 0.2s;
  border-bottom: 1px dashed;
}
#section-contacts   .EX-icon {
  color: #555;
}
/* Таблица работы */
.schedule-table {
	width: 100% !important;
	border: 0 !important;
	border-spacing: 2px !important;
	border-collapse: separate;
	transition: all .5s;
  table-layout: initial !important;
  margin-top: 15px;
}
.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;
  background: white;
  color: black;
}
.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;
  background: white;
  color: black;
}
#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: 14px;
}
.schedule-table.status-open .today {
  background-color: #ffc928 !important;
  color: black;
}
.EX_schedule_working {
  text-align: left;
}
#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;
}



/* Подвал */
footer {
  background: black;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  font-size: 14px;
  line-height: 24px;
  box-shadow: rgb(0, 0, 0, 0.6) 0px 0px 20px 5px;
}



/* Стандартные элементы */
.creators{
  text-align: right;
}
.creators a:hover{
  color: #ffc928;
  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: #ffc928;
  color: #252525!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: #ffc928!important;
	display: block;
	opacity: 1;
	cursor: pointer;
}




/* Мобильное меню */
.mobile-menu {
  display: none;
  height: 70px;
  background: white;
}
.contacts-row {
  padding: 15px;
  border: 1px solid #ddd;
  margin: 0 30px 30px;
  border-radius: 10px;
  margin-top: 25px;
}
.mobile-menu .towns{
   margin-bottom: 30px;
}
.contacts-row .EX-icon{
  color: black;
  width: 25px;
}
.mobile-menu .social-icon > i {
  color: black;
  width: 35px;
  text-align: center;
}
.contacts-row a{
  color: black;
}
.contacts-row .phones{
  font-weight: bold;
  font-size: 20px;
}
.mobile-menu .socials{
  margin: 0 30px;
}
.mobile-menu-logo > img {
  width: 150px;
  margin: 0 auto;
  display: block;
}
.mobile-menu li a {
  font-size: 26px;
  color: black;
  font-weight: bold;
}
.mobile-menu li a i {
  width: 25px;
  text-align: center;
  margin: 0 15px;
}




/* Мобильное меню */
.mobile-menu {
  display: none;
  height: 60px;
  overflow-y: auto;
  background: white;
}
.mobile-menu .wrapper{
  visibility: hidden;
  opacity: 0;
  transition: none;
}
.contacts-row {
  padding: 15px;
  border: 1px solid #ddd;
  margin: 0 30px 30px;
  border-radius: 10px;
  margin-top: 25px;
}
.mobile-menu .towns{
   margin-bottom: 30px;
}
.contacts-row .EX-icon{
  color: black;
  width: 25px;
}
.mobile-menu .social-icon > i {
  color: black;
  width: 35px;
  text-align: center;
}
.contacts-row a{
  color: black;
}
.contacts-row .phones{
  font-weight: bold;
  font-size: 20px;
}
.mobile-menu .socials{
  margin: 0 30px;
}
.mobile-menu-logo > img {
  width: 150px;
  margin: 0 auto;
  display: block;
}
.mobile-menu-logo{
  margin: 20px auto 0;
  width: 150px;
  display: block;
}
.mobile-menu li a {
  font-size: 26px;
  color: black;
  font-weight: bold;
}
.mobile-menu li a i {
  width: 25px;
  text-align: center;
  margin: 0 15px;
}
/* Крестик */
.mobile-menu .hamburger-menu{
  position: fixed;
  top: 20px;
  width: 28px;
  height: 20px;
  left: 15px;
  transition: all 0.2s;
}
.mobile-menu .hamburger-menu .line{
  height: 4px;
  border-radius: 2px;
  background: #252525;
  margin-top: -2px;
  left: 0;
  opacity: 1;
  top: 50%;
  width: 100%;
  position: absolute;
  transition: all 0.2s;
}
.mobile-menu .hamburger-menu .line:first-child{
  margin: 0;
  top: 0;
  top: auto;
}
.mobile-menu .hamburger-menu .line:last-child{
  margin: 0;
  bottom: 0;
  top: auto;
}
.mobile-menu .btn-mobile-drivers{
  position: absolute;
  right: 15px;
  top: 10px;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s;
}
.mobile-menu.show .btn-mobile-drivers{
  opacity: 0;
  visibility: hidden;
}
.mobile-menu.show{
  height: 100%;
}
.mobile-menu.show .wrapper {
  visibility: visible;
  opacity: 1;
  width: 100%;
  transition: all 0.2s;
  padding-top: 60px;
}
.mobile-menu.show .hamburger-menu .line:first-child{
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  opacity: 1;
}
.mobile-menu.show .hamburger-menu .line{
  opacity: 0;
}
.mobile-menu.show .hamburger-menu .line:last-child{
  transform: translate3d(0, -50%, 0) rotate(135deg);
  opacity: 1;
  top: 50%;
}
.drivers-buttons > * {
  width: 180px;
}


.copyright a{
  border-bottom: 1px dashed transparent;
}
.copyright a:hover{
  color: #ffc928;
  border-bottom: 1px dashed #ffc928;
}
.intro .p-5{
  padding-bottom: 0!important;
}
#modal-politics .modal-body {
  max-height: 500px;
  overflow-y: auto;
}
/* Адпативный дизайн */
@media (max-width: 1130px) {
  .apps-block {
    display: block;
    padding-left: 0px;
    padding-top: 70px;
  }
}
@media (max-width: 900px) {
  #fp-nav{
    display: none;
  }
  .intro{
    bottom: 0;
  }
  .intro .p-5{
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .mobile-menu ul#top-menu a.nav-link.showing {
    border-radius: 15px;
  }
  .mobile-menu ul#top-menu {
      padding-left: 30px;
  }
  #section-drivers .container{
    max-width: 100%;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 20;
  }
  #sidebar-wrapper{
    display: none;
    left: -250px;
  }
  footer{
    display: none;
  }
   {
    padding: 0;
    top: 60px;
    height: calc(100vh - 60px);
  }
  #taxsee-form{
    margin: 0!important;
  }
  .apps-block {
    padding-left: 0px;
    padding-top: 70px;
    padding-bottom: 100px;
  }
    > .p-5{
    padding: 25px!important;
  }
  body{
    overflow: hidden;
    background: #252525!important;
  }
}




/* Элементы 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(93, 93, 93, 0.25);
}
.modal-title {
  color: #252525;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ffc928;
  color: black;
}
.mobile-menu .dropdown {
  position: relative;
}
.dropdown-menu {
  margin: 1.725rem 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-image: linear-gradient(to bottom right,#efdc00,#eabb08);
  color: #000;
}
.delay-05s{
  animation-delay: 0.5s;
}
.delay-15s{
  animation-delay: 1.5s;
}
.elay-25s{
  animation-delay: 2.5s;
}
.duration-2s{
  animation-duration: 2s;
}
#accordion{
  max-width: 700px;
  margin: 0 auto;
}
.card-header {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
  padding: 0;
  border-bottom: none;
}
.card {
  border: 1px solid #999;
  border-radius: 5px;
  cursor: pointer;
  background: transparent;
  margin-bottom: 20px;
}
.card-header button {
  background: none;
  border: none;
  text-align: left;
  color: white;
  outline: none;
  cursor: pointer;
  padding: 15px 20px;
  font-size: 16px;
  transition: 0.5s;
}
.card:not(.open) .card-header button:hover{
  background-color: #4e4e4e;
}
.card-body {
  border-top: 1px solid #999;
}
.open .card-header{
  background: white;
}
.open .card-header button{
  color: #000;
}
.open .card-body{
  background: white;
  color: #000;
  font-size: 14px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
  background: #FFF;
  box-shadow: rgb(0, 0, 0, 0.6) 0px 0px 20px 5px;
}
#fp-nav ul li .fp-tooltip {
  background: rgba(0,0,0,0.5);
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: -7px;
}

@media (max-width: 500px) {
  .h1, h1 {
    font-size: 2rem;
  }
}