body,
html {
    width: 100%;
    height: 100%
}

body {
    font-family: 'Roboto', Arial, sans-serif;
}

a {
    color: #ffd428;
    -webkit-transition: all .35s;
    transition: all .35s
}

a:focus,
a:hover {
    color: #fcbd20
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, .1)
}

hr.light {
    border-color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    letter-spacing: 1px
}

p {
    font-size: 18px;
    line-height: 1.5;
	margin-bottom: 20px;
}

section {
    padding: 70px 0
}

section h2 {
    font-size: 3em;
}

#mainNav {
    border-color: rgba(34, 34, 34, .05);
    background-color: #333;
    -webkit-transition: all .35s;
    transition: all .35s;
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #fcbd20
}

#mainNav #nav-an-hamburger {
	width: 30px;
	height: 25px;
	position: relative;
	margin: 5px 0px 0px 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#mainNav #nav-an-hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 50%;
	background: #FFF;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#mainNav #nav-an-hamburger.open span {
	margin-left:3px;
	margin-top:-4px;
}

#mainNav #nav-an-hamburger span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}

#mainNav #nav-an-hamburger span:nth-child(odd) {
	left:0px;
	border-radius: 9px 0 0 9px;
}

#mainNav #nav-an-hamburger span:nth-child(1),
#mainNav #nav-an-hamburger span:nth-child(2) {
	top: 0px;
}

#mainNav #nav-an-hamburger span:nth-child(3),
#mainNav #nav-an-hamburger span:nth-child(4) {
	top: 10px;
}

#mainNav #nav-an-hamburger span:nth-child(5),
#mainNav #nav-an-hamburger span:nth-child(6) {
	top: 20px;
}

#mainNav #nav-an-hamburger.open span:nth-child(1),
#mainNav #nav-an-hamburger.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mainNav #nav-an-hamburger.open span:nth-child(2),
#mainNav #nav-an-hamburger.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#mainNav #nav-an-hamburger.open span:nth-child(1) {
	left: 0px;
	top: 9px;
}

#mainNav #nav-an-hamburger.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 9px;
}

#mainNav #nav-an-hamburger.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#mainNav #nav-an-hamburger.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#mainNav #nav-an-hamburger.open span:nth-child(5) {
	left: 0px;
	top: 19px;
}

#mainNav #nav-an-hamburger.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 19px;
}

#mainNav .navbar-nav > li > a {
    font-size: 0.9rem;
    text-transform: uppercase
}

#mainNav .navbar-nav > li > a.active,
#navbar-active {
    color: #ffd428!important;
    background-color: transparent
}

#mainNav .navbar-nav > li > a.active:hover {
    background-color: transparent
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    color: #FFF;
}

#mainNav .navbar-nav > li > a:focus:hover,
#mainNav .navbar-nav > li > a:hover {
    color: #ffd428
}

.navbar-light .navbar-toggler {
	border-color: rgb(255 255 255) !important;
}

header.masthead {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: #fff;
    background: url(../img/bg.jpg)
}

header.masthead .header-content {
    margin-bottom: 100px;
    text-align: right
}

header.masthead .header-content h1,
header.masthead .header-content h2 {
    font-size: 30px
}

header.masthead .device-container {
    max-width: 325px;
    margin-right: auto;
    margin-left: auto
}

header.masthead .btn-xl {
    width: 220px;
}

video::-webkit-media-controls {
	display: none;
}

video {
	object-fit: initial;
	width: 100%;
	height: 100%;
	margin-left: 1px;
	border-left: 1px solid hsla(0, 0%, 100%, 0.7);
}

.parallax {
    height: 100%!important;
    background-attachment: fixed!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important
}

@media (min-width: 992px) {
	#mainNav {
        border-color: transparent;
        background-color: transparent
    }
    #mainNav .navbar-brand {
        color: fade(white, 70%)
    }
    #mainNav .navbar-brand:focus,
    #mainNav .navbar-brand:hover {
        color: #FFF
    }
    #mainNav .navbar-nav > li > a,
    #mainNav .navbar-nav > li > a:focus {
        color: rgba(255, 255, 255, .7)
    }
    #mainNav .navbar-nav > li > a:focus:hover,
    #mainNav .navbar-nav > li > a:hover {
        color: #FFF
    }
    #mainNav.navbar-open,
    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, .1);
        background-color: #333;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)!important;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)!important
    }
	#mainNav.navbar-open .navbar-brand,
    #mainNav.navbar-shrink .navbar-brand {
        color: #FFF
    }
    #mainNav.navbar-open .navbar-brand:focus,
    #mainNav.navbar-shrink .navbar-brand:focus,
    #mainNav.navbar-shrink .navbar-brand:hover {
        color: #ffd428
    }
    #mainNav.navbar-open .navbar-nav > li > a,
    #mainNav.navbar-shrink .navbar-nav > li > a,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus {
        color: #FFF
    }
    #mainNav.navbar-open .navbar-nav > li > a:focus:hover,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover,
    #mainNav.navbar-shrink .navbar-nav > li > a:hover {
        color: #ffd428
    }
    header.masthead {
        height: 100vh;
        min-height: 775px;
        padding-top: 0;
        padding-bottom: 0
    }
    header.masthead .header-content {
        margin-bottom: 0
    }
    header.masthead .header-content h1,
    header.masthead .header-content h2 {
        font-size: 50px
    }
    header.masthead .device-container {
        max-width: 325px
    }
}

@media (max-width: 991.98px) {
	#mainNav {
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
	}
	header.masthead {
		background: url(../img/bg-mobile.jpg)
	}
    header.masthead .header-content {
        text-align: center;
		margin-bottom: 20px;
    }
    .parallax {
        background-attachment:scroll!important;
        height: auto!important;
    }
	section.features .section-heading h2 {
		font-size: 2em !important;
	}
	section.cta {
		background-image: url(../img/bg-cta-mobile.jpg) !important;
		padding-top: 100px !important;
		text-align: center !important;
	}
	section.cta .cta-content h2 {
		font-size: 2em!important;
	}
	section.drivers {
		padding: 70px 0 !important;
		text-align: center !important;
	}
	section.drivers .hover {
		background-color: #FFF;
	}
	section.drivers .driver-box {
		display: none;
	}
	section.drivers .drivers-content h2 {
		font-size: 2em!important;
	}
	.page-image {
		margin-top: 66px;
	}
	footer {
		text-align: center;
	}
	.footer-info-container [data-toggle="collapse"]:after {
		display: inline-block;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\002B';
		transform: rotate(0deg);
		transition: all linear 0.25s;
		float: right;
	}
	.footer-info-container [aria-expanded="true"]:after {
		transform: rotate(90deg);
		content: '\2212';
	}
	.heading-collapse h4 {
		text-align: left !important;
		border-bottom: solid 1px #efefef;
	}
	.heading-collapse {
		text-align: left !important;
	}
}

@media screen and (max-width: 1366px) {
	.welcome-phone {
		width: 250px !important;
	}
	.device-container {
		max-width: 270px !important;
	}
	.driver-taxi-img {
		width: 80% !important;
	}
}

@media screen and (max-width: 1199.98px) {
	header.masthead {
		background: url(../img/bg-mobile.jpg)
	}
	section.cta {
		background-image: url(../img/bg-cta-mobile.jpg) !important;
	}
	.driver-taxi-img {
		width: 100% !important;
	}
}

section.features .section-heading {
    margin-bottom: 50px
}

section.features .section-heading h2 {
    margin-top: 0;
	font-size: 3em;
}

section.features .section-heading p {
    margin-bottom: 0
}

section.features .device-container,
section.features .feature-item {
    max-width: 325px;
    margin: 0 auto
}

section.features .device-container {
    margin-bottom: 100px
}

@media (min-width: 992px) {
    section.features .device-container {
        margin-bottom: 0
    }
	.footer-info-container .collapse {
		display: block !important;
	}
	.footer-info-container .no-gutters.collapse {
		display: flex !important;
	}
	.footer-info-container .collapsing {
		overflow: visible !important;
		height: auto !important;
		transition: none !important;
	}
}

section.features .feature-item {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center
}

section.features .feature-item h3 {
    font-size: 1.5em;
}

section.cta {
    position: relative;
	padding-top: 200px;
    background-image: url(../img/bg-cta.jpg);
    color: #fff
}

section.cta .cta-content {
    position: relative;
    z-index: 1
}

section.cta .cta-content h2 {
    font-size: 3em;
    margin-top: 0;
    margin-bottom: 25px
}

section.cta .cta-content a:hover {
	text-decoration: none;
}

section.drivers {
	position: relative;
    padding-top: 150px;
    color: #fff;
}

section.drivers .driver-box {
	-ms-transform: rotate(5deg);
    transform: rotate(5deg);
    border-top-right-radius: 50px;
    width: 43%;
    height: 100%;
    background: #ffd428;
    position: absolute;
    top: 50px;
    left: -50px;
	box-shadow: 3px 1px 6px rgba(0, 0, 0, 0.1);
}

section.drivers .drivers-content {
    position: relative;
    z-index: 1;
	color: #222;
}

section.drivers .drivers-content h2 {
    font-size: 3em;
    margin-top: 0;
    margin-bottom: 25px;
	color: #FFF;
	background-color: #ffd428;
}

section.drivers .drivers-content a:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
    section.cta .cta-content h2 {
        font-size: 3em
    }
}

ul.ls li a {
    line-height: 55px;
    display: block;
    color: #fff;
    border-radius: 100%
}

 ul.ls li.sf a {
    background-color: #3b5998;
	background-image: url(../img/f-icon.png);
    background-repeat: no-repeat;
    background-position: center;
	width: 30px;
    height: 30px;
    background-size: 20px;
}

ul.ls li.sf a:hover {
    background-color: #235ed8
}

ul.ls li.si a {
    background-color: #e1306c;
	background-image: url(../img/i-icon.png);
    background-repeat: no-repeat;
    background-position: center;
	width: 30px;
    height: 30px;
    background-size: 20px;
}

ul.ls li.si a:hover {
    background-color: #c13584
}

footer {
    color: #222;
    background-color: #fbfbfb;
}

.footer-info-container {
    padding: 40px 0;
}

.footer-rights-container {
    padding: 20px 0;
}

footer p {
    font-size: 13px;
}

footer ul {
    margin-bottom: 0
}

footer ul li a {
    font-size: 13px;
	color: #222;
}

footer ul li a.active,
footer ul li a:active,
footer ul li a:focus,
footer ul li a:hover {
    text-decoration: none
}

#footer-contacts p {
	margin-bottom: 0.4rem;
}

.footer-rights {
	background-color: #efefef;
}

.bg-primary {
    background: #ffd428;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd428), to(#fdc539));
    background: linear-gradient(#ffd428, #fdc539)
}

a.btn.bg-primary:hover,
a.btn.bg-primary:focus {
	color: #222;
}

.text-primary {
    color: #ffd428
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.btn-outline {
    color: #333;
    /* border: 1px solid; */
    /* border-color: #DDD; */
	font-weight: bold;
	background-color: #FFF;
}

.hover,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
    color: #222 !important;
    border-color: #ffd428 !important;
    background-color: #ffd428 !important;
}

.btn {
    text-transform: uppercase;
}

.btn-round {
    border-radius: 300px;
}

.btn-xl {
    font-size: 14px;
    padding: 15px 30px;
	font-weight: bold;
}

.btn-shadow {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.text-shadow {
	text-shadow: 0px 2px 5px rgb(0, 0, 0, 0.5);
}

.main-color {
	color: #ffd428;
}

.cc-window.cc-floating {
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.cc-message {
	margin: 1em !important;
}

.cc-btn:hover,
.cc-btn:focus {
    color: #FFF !important;
}

.pointer {
	cursor: pointer;
}

.lang-icon {
	width: 24px;
	height: 24px;
}

.dropdown-toggle:after {
   color: rgb(134, 134, 134) !important;
}

.image-preview {
	width: 100%;
	height: 80px;
	background-position: center center;
	background: url(../img/file-preview.png);
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	box-shadow: 0px -3px 6px 2px rgba(0, 0, 0, 0.04);
}

.image-label {
	font-size: 11px !important;
}

.delete-img {
	position: absolute;
	top: 0px;
	right: 15px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	line-height: 17px;
}

.img-add {
	width: 32px;
	height: 32px;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	line-height: 17px;
	font-size: 15px;
	cursor: pointer;
}

.page p {
	font-size: 16px;
}

.driver-checkbox {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.custom-input-checkbox {
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.custom-input-checkbox label {
	padding: 6.5px 20px;
	width: 100%;
	display: block;
	text-align: left;
	color: #3C454C;
	cursor: pointer;
	position: relative;
	z-index: 2;
	-webkit-transition: color 200ms ease-in;
	transition: color 200ms ease-in;
	overflow: hidden;
}

.custom-input-checkbox label:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: '';
	border-color: #ffd428;
	background-color: #ffd428;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
	-webkit-transition: all 300ms;
	transition: all 300ms;
	opacity: 0;
	z-index: -1;
}

.custom-input-checkbox label:after {
	width: 26px;
	height: 26px;
	content: '';
	border: 2px solid #D1D7DC;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
	background-repeat: no-repeat;
	background-position: 1px 2px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

.custom-input-checkbox input:checked ~ label {
	color: #222;
}

.custom-input-checkbox input:checked ~ label:before {
	-webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
	transform: translate(-50%, -50%) scale3d(56, 56, 1);
	opacity: 1;
}

.custom-input-checkbox input:checked ~ label:after {
	border-color: #ffd428;
	background-color: #222;
}

.custom-input-checkbox input {
	width: 26px;
	height: 26px;
	-webkit-box-ordinal-group: 2;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #333 !important;
    background-color: #ffd428 !important
}

.gl-btn,
.fcb-btn {
	height: 38px;
	background-color: #4285f4;
	border-radius: 5px;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
	transition: 0.5s;
}

.gl-btn .gl-icon-wrapper,
.fcb-btn .fcb-icon-wrapper {
	position: absolute;
	margin-top: 2px;
	margin-left: 2px;
	width: 34px;
	height: 34px;
	border-radius: 5px;
	background-color: #fff;
}

.gl-btn .gl-icon,
.fcb-btn .fcb-icon {
	position: absolute;
	width: 22px;
	height: 22px;
	left: 6px;
	top: 6px;
}

.gl-btn .btn-text,
.fcb-btn .btn-text {
	color: #fff;
	padding-top: 5px;
}

.gl-btn:hover,
.fcb-btn:hover {
	text-decoration: none;
}

div[data-notify="container"] { 
	min-width: 360px; 
	max-width: 500px; 
}

.btn-yellow {
	color: #222;
	border-color: #ffd428;
	background-color: #ffd428;
	letter-spacing: normal !important;
}

.body-m {
	margin-top: 66px;
}

.gradient-orange-yellow {
	background-color: #ff8900;
	background-image: linear-gradient(45deg, #ff8900 0%, #ffd428 100%);
}

.img-circle {
	border-radius: 50%;
}

.client-avatar {
	width: 96px !important;
	height: 96px !important;
	object-fit: cover;
}

.page-image {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
}

.page-container {
	background: #FFF;
	background: -webkit-linear-gradient(to top right, rgb(255 255 255) 50%, rgba(255, 255, 255, 0.8) 100%);
	background: -moz-linear-gradient(to top right, rgb(255 255 255) 50%, rgba(255, 255, 255, 0.8) 100%);
	background: linear-gradient(to top right, rgb(255 255 255) 50%, rgba(255, 255, 255, 0.8) 100%);
    border-radius: 15px;
}

#profile-orders td {
	font-size: 14px !important;
}

.bg-yellow {
	background-color: #ffd428 !important;
}

.custom-separator {
	width: 5rem;
	height: 6px;
	border-radius: 1rem;
}

.home-step-thumb {
	padding: 0px !important;
	position: relative;
	margin-bottom: 25px;
	border: none;
	border-radius: 0;
	display: block;
}

.home-step-thumb img {
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	display: block;
	filter: blur(1px);
}

.home-step-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	padding: 0px 0px 0px 0px;
	transition: .5s ease;
	background-color: rgba(0, 0, 0, 0.6);
}

.home-step-thumb:hover .home-step-overlay {
	opacity: 0;
}

.home-step-thumb:hover img {
	filter: blur(0);
}

.home-step-text {
	color: white;
	font-size: 20px;
	position: absolute;
	width: 60%;
    right: 0%;
    top: 10%;
	border-left: solid 5px #FFF;
}

.home-step-text p {
    line-height: 1 !important;
}

.plan-table {
	border: solid 1px hsla(0, 0%, 0%, 0.1);
}

.w-30 {
    width: 30% !important;
}

.fs-0 {
	font-size: 0 !important;
}

.l-height-1 {
	line-height: 1em !important;
}

.ui-autocomplete {
	z-index: 9999 !important;
}

.ui-widget.ui-widget-content,
.ui-autocomplete .border-top {
	border-top: 1px solid #2c3e50 !important;
}

.ui-widget {
    background: #FFF !important;
	font-size: 15px !important;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #FFF;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}

.ui-menu .ui-menu-item-wrapper {
    padding: 5px 0.5em !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
    border: 0 !important;
    background: #ffd428 !important;
	font-weight: unset !important;
    color: #000 !important;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0px !important;
}

.ui-autocomplete-loading {
	background-image: none !important;
}

.cc-revoke, .cc-window {
    font-family: inherit !important;
    font-size: 15px !important;
}