k@charset "UTF-8";

html,
body {
  overflow-x: hidden !important;
  margin: 0 !important;
}

html {
  position: relative;
}

.main {
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #000;
	font-smoothing: weight;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
    line-height: normal;
    color: #000;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section, header, footer {
  position: relative;
  width: 100%;
    max-width: 100%;
  margin: 0 auto;
}

section {
    padding: 40px 0 60px 0;
    border-top: 1px #b3b3b3 solid;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}


.basic {
    height: 810px;
    max-height: 100vh;
    position: relative;
    padding: 80px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
}

.container {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
    position: relative;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
} 

a,
button {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}


a *,
button * {
  cursor: pointer;
}

input,
textarea,
button {
  font-family: inherit;
}

b {
  font-weight: 700;
}



.h1 {
    margin: 15px auto 35px auto;
    padding: 0;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    vertical-align: baseline;
}


.h2 {
    margin: 0 auto 40px auto;
    padding: 0;
    position: relative;
    font-weight: 300;
    font-size: 48px;
    color: #000;
    text-align: center;
}

.h3 {
    position: relative;
    font-weight: 300;
    font-size: 40px;
    color: #000;
    padding: 0px 30px 20px 0px;
    margin: 0px;
    float: left;
    border-bottom: #FCA837 1px solid;
}

.white {
    color: #fff;
}

.blue {
    color: #09A0FF; 
}

.button-block {
    text-align: center;
}

.button-orange, .button-blue {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 5px 20px 7px 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    border: 0;
    border-radius: 10px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    cursor: pointer;
}

.button-orange {
    text-shadow: 0 1px 2px #F5A031;
    background: #FCA837;
    -webkit-box-shadow: 0 4px 0 #A86405;
    box-shadow: 0 4px 0 #A86405;
}

.button-orange:hover {
    background: #F5A031;
}

.button-orange:active {
    top: 1px;
    background: #F5A031;
    box-shadow: 0 3px 0 #D4820F;
}

.button-blue {
    text-shadow: 0 1px 2px #0080CF;
    background: #09A0FF;
    -webkit-box-shadow: 0 4px 0 #0080CF;
    box-shadow: 0 4px 0 #0080CF;
}

.button-blue:hover {
    background: #0092ED;
}

.button-blue:active {
    top: 1px;
    background: #0092ED;
    box-shadow: 0 3px 0 #0076BF;
}

.button-app {
    width: 140px;
    padding: 20px 3px 0px 3px;
}

.store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.store a {
    opacity: 0.85;
}

.store a:hover {
    opacity: 1;
}

.banner {
    width: 100%;
    margin-top: 70px;
    padding: 30px;
    border: 1px #b3b3b3 solid;
    border-radius: 5px;
}

.icon-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.icon-social-item img{
    max-width: 50px;
    height: auto;
    margin: 5px;
}

.icon-social-item:hover {
    opacity: 0.7;
}

.icon-social-item-footer img {
    max-width: 50px;
    height: auto;
    margin: 5px;   
}

.icon-social-item-footer {
    opacity: 0.4;
}

.icon-social-item-footer:hover {
    opacity: 1;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~~~~~~~~~~~~~*/



.header {
    width: 100%;
    height: 100px;
    position: fixed;
    background: rgba(255,255,255,1);
    z-index: 9999;
}

.header-left {
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 100%;

}

.header-right {	
	float: right;
	height: 100%;
}

.menu-icon {
    padding: 0 0 0 30px;
    display: none;
    cursor: pointer;
}

.menu-icon img {
    width: 20px;
    height: 20px;
}

.menu-mobile {
    margin-top: 81px;
    width: 100%;
    padding: 30px;
    border-bottom: 1px #b3b3b3 solid;
    position: fixed;
    background: rgba(255,255,255,1);
    z-index: 999;
    transition: 0.2s all;
    transform: translateY(-100%);
    display: none;
}

.menu-mobile.has-active{
    transform: translateY(0);
    margin-top: 80px;
}

.menu--mobile-item {
    padding: 5px 0 5px 0;
}

.logo {
    margin: 0 40px 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
    max-width: 185px;
}

.logo-footer {
    margin: 0 40px 0 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
    max-width: 185px;
}

.logo-footer img {
    max-width: 185px;
}

.logo a, .logo img {
    max-height: 78px;
    max-width: 185px;
}

.menu-header {
    display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

.menu-item {
    margin: 0 20px 0 20px;
    height: 100px;
    padding: 36px 0 0 0;
}

.menu-item:hover {
	border-bottom: 4px #fca837 solid;
    box-sizing: border-box;
}

.menu-city-link {
    margin: 0 40px 0 20px;
    height: 100%;
    display: flex;
	justify-content: flex-start;
	align-items: flex-start;
    cursor: pointer;
}

.menu-city-link:hover {
    opacity: 0.7;
}

.menu-city-link h2 {
    height: 100%;
    padding: 36px 0 0 0;
    float: left;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    position: relative;
}

.menu-city-arrow {
    width: 15px;
    height: auto;
    transform: rotate(270deg);
    margin: 41px 0 0 15px;
}

.menu-city-arrow.has-active {
    transform: rotate(90deg);
}

.menu-item:active {
	border-bottom: 4px #fca837 solid;
    box-sizing: border-box;
}

.menu-city-country {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 0 30px 0 30px;
    border-right: 1px #09A0FF solid;
}

.menu-city-column {
    z-index: 2;
    padding: 5px 0 0px 30px;
    width: 50%;
    border-left: 1px #09A0FF solid;
    margin: 0 0 0 -1px;
}

.country-icon {
    width: 30px;
    height: 30px;
    border-radius: 15px;   
}

.big-title {
    font-size: 40px;
    color: #09A0FF;
    text-align: right;
    line-height: 40px;
    margin: 0 30px 0 0;
    font-weight: 300;
}

.icon-earth {
    width: 22px;
    height: 22px;
    margin: 38px 0 0 15px;
}

.menu-country-title {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0.4;
    filter: grayscale(100%);
}

.menu-country-title span {
    margin: 0 0px 0 15px;
}

.menu-country-title * {
  cursor: pointer;
}

.menu-country-title:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.menu-country-title.has-active { 
    opacity: 1;
    filter: grayscale(0%);
}


.menu-city-body {
    margin-top: 101px;
    width: 100%;
    padding: 50px 30px 50px 30px;
    border-bottom: 1px #b3b3b3 solid;
    position: fixed;
    background: rgba(255,255,255,1);
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: flex-start;
    z-index: 999;
    transition: 0.2s all;
    transform: translateY(-100%);
}

.menu-city-body.has-active{
    transform: translateY(0);
    margin-top: 100px;
}

.menu-city-a {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50px);
}

.menu-city-a.has-active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  position: relative;
}

.menu-city-city {
    width: 180px;
    float: left;
    padding: 5px;
}

.menu-city-city:hover {
    color: #09A0FF;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~ MODAL ~~~~~~~~~~~~~~~~~~~~~~~~*/




.modalDialog {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;
		pointer-events: none;
	}

	.modalDialog:target {
		display: block;
		pointer-events: auto;
	}

	.modalDialog > div {
		max-width: 90%;
        width: 300px;
		position: relative;
		margin: 10% auto;
		padding: 20px;
        border: 1px #ccc solid;
		border-radius: 10px;
		background: rgba(255,255,255,0.9);
        text-align: center;
	}

.modal-title {
    font-size: 20px;
    line-height: 22px;
    margin: 10px 0 10px 0;
    font-weight: 400;
}

.modal-form__input input{
    border-radius: 10px;
    border: 1px #ccc solid;
}

.number-taxi {
    font-size: 34px;
}

	.close {
		position: absolute;
		right: 12px;
		top: 10px;
		width: 16px;
	}

.close img {
    width: 16px;
    height: 16px;
}

.close:hover {
    opacity: 0.7;
}

.basic-modal__button {
    margin-top: auto;
    width: 100px;
    color: #ffffff;
    background-color: #fca837;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 5px;
    padding: 2px 0 5px;
    -webkit-box-shadow: 0 2px 0 #d4820f;
    box-shadow: 0 3px 0 #d4820f;
      -webkit-transition: 0.2s all;
      transition: 0.2s all;
      font-weight: 400;
  }
  
  .basic-modal__button:hover{
      background: #F5A031;
      
  }


/* ~~~~~~~~~~~~~~~~~~~~~~~~ FRONT PAGE ~~~~~~~~~~~~~~~~~~~~~~~~*/



.home-slider {
    height: 1030px;
}

.basic-icon {
    max-width: 46px;
    max-height: 46px;
    margin: 0 auto;
    display: block;
}

.basic__top {
    margin: auto 0;
    text-align: center;
}

.basic__bottom {
  background-color: #fff;
  width: 100%;
  padding: 30px 0;
}

.basic-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px 0 15px;
}

.basic-form__input {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 2px;
}

.basic-form__input:first-child input {
    border-radius: 10px 0 0 10px;
}

.basic-form__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}

.basic-form__icon img {
    display: block;
    max-width: 19px;
    max-height: 19px;
}

.basic-form input[type="text"] {
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    height: 45px;
    width: 100%;
    padding: 0 15px 0 45px;
    font-size: 18px;
    -webkit-box-shadow: 0 4px 0 rgba(153, 153, 153, 0.8);
	-moz-box-shadow: 0 4px 0 rgba(153, 153, 153, 0.8);
	box-shadow: 0 4px 0 rgba(153, 153, 153, 0.8);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-appearance: none;
}

.basic-form input[type="text"]:hover,
.basic-form input[type="text"]:focus {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 4px 0 rgba(153, 153, 153, 0.7);
    box-shadow: 0 4px 0 rgba(153, 153, 153, 0.7);
}

.basic-form input[type="text"]::-webkit-input-placeholder {
    opacity: 1;
    color: #000000;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.basic-form input[type="text"]::-moz-placeholder {
    opacity: 1;
    color: #000000;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.basic-form input[type="text"]:-moz-placeholder {
    opacity: 1;
    color: #000000;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.basic-form input[type="text"]:-ms-input-placeholder {
  opacity: 1;
  color: #000000;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.basic-form input[type="text"]:focus::-webkit-input-placeholder {
    opacity: 0.5;
    color: #000000;
}

.basic-form input[type="text"]:focus::-moz-placeholder {
    opacity: 0.5;
    color: #000000;
}

.basic-form input[type="text"]:focus:-moz-placeholder {
    opacity: 0.5;
    color: #000000;
}

.basic-form input[type="text"]:focus:-ms-input-placeholder {
    opacity: 0.5;
    color: #000000;
}

.basic-form__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 4px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 15px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    z-index: 99;
}

.basic-form__dropdown.has-active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    cursor: pointer;
}

.custom-checkbox * {
    cursor: pointer;
}

.custom-checkbox input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.custom-checkbox input:checked ~ .custom-checkbox__fake img {
    opacity: 1;
}

.custom-checkbox__fake {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    border: 1px solid #000000;
}

.custom-checkbox__fake img {
    max-width: 90%;
    max-height: 90%;
    opacity: 0;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.basic-form__price {
    background-color: rgba(180, 180, 180, 0.9);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 45px;
    min-width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    font-size: 18px;
    margin-right: 2px;
    -webkit-box-shadow: 0 4px 0 rgba(102, 102, 102, 0.9);
    box-shadow: 0 4px 0 rgba(102, 102, 102, 0.9);
}

.basic-form__button {
    width: 65px;
    height: 45px;
    background-color: #fca837;
    border: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    border-radius: 0 10px 10px 0;
    -webkit-box-shadow: 0 4px 0 #A86405;
    box-shadow: 0 4px 0 #A86405;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.basic-form__button img {
    display: block;
    margin: 0 auto;
    max-height: 19px;
    max-width: 19px; 
}

.basic-form__button span {
    display: none; 
}

.basic-form__button:hover {
    background-color: #F5A031;
}

.become-driver__form {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    flex-grow: 0;
    font-size: 18px !important;
    color: #fff !important;
    width: 260px;
}


.basic-slogan {
    margin: 40px auto 10px auto;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
}


.basic__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.basic__button * {
  cursor: pointer;
}

.basic__button img {
  max-width: 100%;
  max-height: 100%;
}

.basic__button--prev {
  left: 0;
}

.basic__button--next {
  right: 0;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}

.basic__button.swiper-button-disabled {
  opacity: .2;
}

.basic-slider {
  margin-top: auto;
  background-color: #ffffff;
  font-weight: 300;
  width: calc(100% - 140px);
}

.basic-slider .swiper-button-next {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.basic-slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.basic-slider__slide {
  height: auto;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.basic-slider__title {
  font-size: 20px;
  line-height: 20px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
  margin-bottom: 10px;
  display: block;
}

.basic-slider__price {
  font-size: 24px;
  color: #999999;
  margin-bottom: 10px;
}

.basic-slider__link {
  margin-top: auto;
  width: 100px;
  color: #ffffff;
  background-color: #fca837;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
    border-width: 0px;
  border-radius: 5px;
  padding: 2px 0 5px;
  -webkit-box-shadow: 0 2px 0 #d4820f;
  box-shadow: 0 3px 0 #d4820f;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    font-weight: 400;
}

.basic-slider__link:hover{
    background: #F5A031;
    
}

.scroll {
    margin-bottom: 30px;
    margin-top: -60px;
}
.scroll img{
    max-height: 30px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~ ABOUT US ~~~~~~~~~~~~~~~~~~~~~~~~*/



.about-wrapper {
    max-width: 450px;
    padding: 10px 30px 10px 30px;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 530px;
}

.about-wrapper ul {
    padding-left: 0px;
}

.about-title {
    width: 100%;
    display: inline-block;
}

.about-cont {
    width: 100%;
    display: inline-block;
    line-height: 40px;
}

.about-cont div span {
    font-size: 26px;
}

.about-cont div img {
    width: 5px;
    height: 5px;
    margin: 0 15px 5px 0;
}

.top-city {
    position: relative; 
    width: 200px;  
}

.r {
    text-align: right; 
    position: relative; 
    right: 0px; 
    top: 0px;  
    float: right;
}

.l {
    text-align: left; 
    position: relative; 
    left: 0px; 
    top: 0px;   
    float: left;
}

.y {
    border-bottom: 2px #fca837 solid;
    height: 28px;
    width: 32px;
    overflow: visible;
    transition: 1s all;
}

.b {
    border-bottom: 2px #09A0FF solid;
    height: 28px;
    width: 32px;
    overflow: visible;
    transition: 1s all;
}

.y:hover {
    width: 100px;
    transition: 1s all;
}

.b:hover {
    width: 100px;
    transition: 1s all;
}

.c:hover {
    color: #09A0FF;
}

.msk {
    position: absolute;
    left: 744px;
    top: 369px;
    display: flex;
    flex-direction: column;
    height: 32px;
    overflow: hidden;
    transition: 1s all;
    white-space: nowrap;
    
}

.msk:hover {
    height: 580px;
    transition: 1s all;
}

.spb {
    position: absolute;
    right: 380px;
    top:344px;
}

.sch {
    position: absolute;
    left: 678px;
    top: 482px;
}

.lnd {
    position: absolute;
    right: 520px;
    top: 380px;
}

.brs {
    position: absolute;
    right: 480px;
    top: 444px;
    
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~ ABOUT APP ~~~~~~~~~~~~~~~~~~~~~~~~*/



.application {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.application .container {
  position: relative;
  max-width: 1300px;
  width: 100%;
}

.application__layout {
  margin: 70px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.application__image {
  position: absolute;
  top: 56px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;  
}

.application__image.has-active {
  opacity: 1;
  visibility: visible;
}

.application__image img {
    width: 100%;
    border: 1px #ccc solid;
}

.application__items {
  position: absolute;
  left: 0;
  width: 100%;
  height: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.application__item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.application__item:hover {
    color: #fca837;
}

.application__item * {
  cursor: pointer;
}

.application__item.has-active {
  color: #09a0ff;
}

.application__item:after {
  content: '';
  width: 140px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background-color: #b3b3b3;
}

.application__item:before {
  content: '';
  width: 80px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  height: 1px;
}

.application__item:nth-child(1) {
  left: 0;
  top: 0;
}

.application__item:nth-child(1):after {
  left: 290px;
}

.application__item:nth-child(1):before {
  left: calc(290px + 140px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #b3b3b3), to(white));
  background: linear-gradient(to right, #b3b3b3 30%, white 100%);
}

.application__item:nth-child(1).has-active:after {
  background-color: #09a0ff;
}

.application__item:nth-child(1).has-active:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #09a0ff), to(white));
  background: linear-gradient(to right, #09a0ff 30%, white 100%);
}

.application__item:nth-child(2) {
  left: 0;
  top: 50%;
  margin-top: -43px;
}

.application__item:nth-child(2):after {
  width: 215px;
  left: 290px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #b3b3b3), to(white));
  background: linear-gradient(to right, #b3b3b3 30%, white 100%);
}

.application__item:nth-child(2):before {
  display: none;
}

.application__item:nth-child(2).has-active:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #09a0ff), to(white));
  background: linear-gradient(to right, #09a0ff 30%, white 100%);
}

.application__item:nth-child(3) {
  left: 0;
  bottom: 0;
}

.application__item:nth-child(3):after {
  left: 290px;
}

.application__item:nth-child(3):before {
  left: calc(290px + 140px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #b3b3b3), to(white));
  background: linear-gradient(to right, #b3b3b3 30%, white 100%);
}

.application__item:nth-child(3).has-active:after {
  background-color: #09a0ff;
}

.application__item:nth-child(3).has-active:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #09a0ff), to(white));
  background: linear-gradient(to right, #09a0ff 30%, white 100%);
}

.application__item:nth-child(4) {
  right: 0;
  top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}

.application__item:nth-child(4):after {
  right: 290px;
}

.application__item:nth-child(4):before {
  right: calc(290px + 140px);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, #b3b3b3), to(white));
  background: linear-gradient(to left, #b3b3b3 30%, white 100%);
}

.application__item:nth-child(4).has-active:after {
  background-color: #09a0ff;
}

.application__item:nth-child(4).has-active:before {
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, #09a0ff), to(white));
  background: linear-gradient(to left, #09a0ff 30%, white 100%);
}

.application__item:nth-child(4) .application__icon {
  margin: 0 0 0 15px;
}

.application__item:nth-child(5) {
  right: 0;
  top: 50%;
  margin-top: -43px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}

.application__item:nth-child(5):after {
  width: 215px;
  right: 290px;
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, #b3b3b3), to(white));
  background: linear-gradient(to left, #b3b3b3 30%, white 100%);
}

.application__item:nth-child(5).has-active:after {
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, #09a0ff), to(white));
  background: linear-gradient(to left, #09a0ff 30%, white 100%);
}

.application__item:nth-child(5) .application__icon {
  margin: 0 0 0 15px;
}

.application__item:nth-child(6) {
  right: 0;
  bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}

.application__item:nth-child(6):after {
  right: 290px;
}

.application__item:nth-child(6):before {
  right: calc(290px + 140px);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, #b3b3b3), to(white));
  background: linear-gradient(to left, #b3b3b3 30%, white 100%);
}

.application__item:nth-child(6).has-active:after {
  background-color: #09a0ff;
}

.application__item:nth-child(6).has-active:before {
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, #09a0ff), to(white));
  background: linear-gradient(to left, #09a0ff 30%, white 100%);
}

.application__item:nth-child(6) .application__icon {
  margin: 0 0 0 15px;
}

.application__item > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.application__caption {
  font-size: 32px;
}

.application__icon {
  width: 55px;
  height: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  margin-right: 15px;
}

.application__text {
    padding: 0px;
    margin: 0px;
}

.application__icon img {
  max-width: 100%;
  max-height: 100%;
}

.application__links a:not(:last-child) {
  margin-right: 15px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~ OUR PRICE ~~~~~~~~~~~~~~~~~~~~~~~~*/



.price__top {
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

.price__title {
  font-size: 42px;
  text-align: center;
}

.price__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.price__box.has-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  position: relative;
}

.price__left {
  width: 450px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 32px;
  text-align: center;
}

.price__center {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 40px;
}

.price__count {
  font-size: 60px;
  color: #09a0ff;
  margin-bottom: 30px;
  display: block;
}

.price__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 35px 0 0 0;
  position: relative;
  border-top: 1px solid #fdab3d;
}

.price__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.price__item * {
  cursor: pointer;
}

.price__item:hover {
    opacity: 0.8;
}

.price__item img {
  max-width: 100%;
}

.price__arrow {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border: 1px solid #fdab3d;
  position: absolute;
  left: 50%;
  top: -2px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -22px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.type-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
}

ul.type-price {
    padding: 0px;
    margin: 0px;
}


.type-price__icon {
  width: 26px;
  height: 26px;
  margin-right: 15px;
}

.type-price__icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.advantages {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
    margin-bottom: 5px;
}

.advantages__title {
  font-size: 22px;
  display: block;
  width: calc(100% - 82px);
  padding-bottom: 10px;
  margin-bottom: 22px;
  border-bottom: 1px solid #37b2ff;
}

.advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.advantages__text {
  margin-right: 40px;
  min-width: 185px;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.advantages__item:not(:last-child) {
  margin-bottom: 14px;
}

.advantages__icon {
  width: 19px;
  height: 19px;
  margin-right: 17px;
}

.advantages__icon img {
  max-width: 100%;
  max-height: 100%;
    margin-bottom: 4px;
}

.advantages__price {
  color: #fca837;
  margin-left: auto;
}

.download {
    font-size: 30px;
    text-align: center;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~ FREE TAXI PAGE ~~~~~~~~~~~~~~~~~~~~~~~~*/



.left {
    text-align: left !important;
}

.left-cont {
    width: 60%;
    float: left;
    bottom: 0px;
}

.right-cont {
    width: 40%;
    float: right;
}

.screen-frame {
    position: relative;
    padding: 84px 20px 0 24px;
    bottom: 0px;
    width: 400px;
    height: auto;
    background-image: url("images/taxi-angel-app-frame.png");
    background-size: cover;
    background-position: bottom center;
}


.screen-frame img {
    width: 356px;
    height: 482px;
    position: relative;
    border: 1px #fff solid;
    border-bottom: 0px;
}

.margin-cont {
    margin-bottom: -12px;
}

.free-how {
    border: none;
}

.how__wrap { 
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 60px;
}



.how__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 25%;
}

.how__item img {
    width: 178px;
}

.how__span {
    padding: 20px 0 0 5px;
}

.how__arrow {
    width: 32px;
    height: 32px;
    min-width: 32px;
    transform: translateY(-50%) scaleX(-1);
    margin: 135px 32px 0 -32px;
}

.how__arrow img {
  max-width: 100%;
  max-height: 100%;
}

.how__title {
    font-size: 25px;
    padding: 20px 0 0 5px;
}

.store-mini {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.store-mini a:hover {
    opacity: 0.7;
}

.store-mini img{
    height: 25px;
    width: 21px;
    margin: 10px 5px 0 5px;   
}

.sale {
    font-size: 17px;
}

.sale img {
    float: left;
    padding: 0 20px 0 0;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~ ABOUT US PAGE ~~~~~~~~~~~~~~~~~~~~~~~~*/

.angel-advantages__block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.angel-advantages__item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0px 0 40px 0;
}

.angel-advantages__desc {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.angel-advantages__icon {
    width: 54px;
}

.angel-advantages__icon img {
    margin-top: 10px;
    max-width: 35px;
    max-height: 35px;
}

.angel-advantages__title {
    font-size: 30px;
    margin: 0 0 10px 0;
}

.angel-advantages__banner {
    margin-top: 10px;
}

.angel-advantages__banner-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
}

.angel-advantages__banner-text {
    font-size: 20px;
    text-align: center;
}

.about-this .container {
  position: relative;
  max-width: 1300px;
  width: 95%;
}

.about__wraper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 50px 0 0 0;
}

.about__column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.about__item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: 150px;
    margin: 2px;
}

.about__item img {
    margin-right: 25px;
    height: 92px;
    width: auto;
}

.about-title {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 24px;
}


.app-capabilities {
  padding-bottom: 0px;
}

.app-capabilities-store {
    position: absolute;
    right: 10%;
    top: 15px;
}

.app-capabilities .container { 
  max-width: 1300px;
  width: 100%;
}

.app-capabilities__wrap {
  position: relative;
    margin-top: 30px;
}

.app-capabilities__button {
  position: absolute;
  top: 60%;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.app-capabilities__button * {
  cursor: pointer;
}

.app-capabilities__button img {
  max-width: 100%;
  max-height: 100%;
}

.app-capabilities__button--prev {
  left: 0;
}

.app-capabilities__button--next {
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.app-capabilities__button.swiper-button-disabled {
  opacity: .2;
}

.app-capabilities__title {
  font-size: 48px;
  text-align: center;
}

.app-capabilities__slider {
  max-width: 1125px;
  width: calc(100% - 100px);
  margin-top: 50px;
}

.app-capabilities__caption {
  font-size: 22px;
  position: relative;
  margin-bottom: 10px;
  display: block;
}

.app-capabilities__caption:after {
  max-width: 125px;
  width: 100%;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#fdc06f), to(#ffffff));
  background: linear-gradient(to right, #fdc06f 0%, #ffffff 100%);
}

.app-capabilities__text {
  font-size: 17px;
}

.app-capabilities__layout {
    margin-top: 30px;
    margin-bottom: -10px;
    padding: 44px 9px 0 10px;
    background: url("images/driver-app-frame.png") center center no-repeat;
    background-size: 100% 100%;
    max-width: 100%;  
}

.app-capabilities__layout:hover {
    margin-top: 20px;
    margin-bottom: 0px;
}

.app-capabilities__layout img {
  width: 100%;
  display: block;
}

.discounts-slider__slide {
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.discounts-slider__link {
  margin: 15px 0 10px 0;
  width: 120px;
  color: #ffffff;
  background-color: #09A0FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 5px;
  padding: 2px 0 5px;
  -webkit-box-shadow: 0 3px 0 #0080CF;
  box-shadow: 0 3px 0 #0080CF;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    font-weight: 400;
}

.discounts-slider__link:hover{
    background: #0092ED;   
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~ BECOME DRIVER PAGE ~~~~~~~~~~~~~~~~~~~~~~~~*/

.form-wrap {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.driver-how__wrap { 
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 60px;
}

.driver-how__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 25%;
}

.driver-how__item img {
    height: 178px;
    width: 178px;
    margin: 0 auto;
}

.driver-how__arrow {
    width: 32px;
    height: 32px;
    min-width: 32px;
    transform: translateY(-50%) scaleX(-1);
    margin: 90px 0 0 0;
}

.driver-how__arrow img {
  max-width: 100%;
  max-height: 100%;
}

.driver-how__title {
    font-size: 25px;
    text-align: center;
    margin: 20px auto 0 auto;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~ FOOTER ~~~~~~~~~~~~~~~~~~~~~~~~*/



.contacts-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.address {
    width: 25%; 
    display: block;
}

.map {
    width: 40%;
    display: block;
}

.address__text {
  margin: 0 40px 0 15px;
}

.address__item {
  display: flex;
  align-items: flex-start;
}

.address__item:not(:last-child) {
  margin-bottom: 24px;
}

.address__icon {
  width: 19px;
  height: 19px;
}

.address__icon img {
    max-width: 100%;
    max-height: 100%;
    margin: 5px 0 0 0;
}

.footer-form {
    width: 35%; 
    display: block;
    padding: 0 0 0 30px;
}

.footer-form__input {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 2px;
}


.footer-form__icon {
    position: absolute;
    top: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}

.tel, .mess{
    top: 32px;
}

.footer-form__icon img {
    display: block;
    max-width: 19px;
    max-height: 19px;
}

.footer-form input[type="text"] {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px #ccc solid;
    border-radius: 10px;
    height: 45px;
    width: 100%;
    padding: 0 15px 0 45px;
    font-size: 18px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.footer-form input[type="tel"] {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px #ccc solid;
    border-radius: 10px;
    height: 45px;
    width: 100%;
    padding: 0 15px 0 45px;
    font-size: 18px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    margin-top: 10px;
}

.footer-form textarea {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px #ccc solid;
    border-radius: 10px;
    width: 100%;
    height: 93px;
    padding: 5px 15px 5px 45px;
    font-size: 18px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    margin-top: 10px;  
    resize: none;
}

.footer-button {
    margin-top: 10px;
}

.footer {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-top: 1px #b3b3b3 solid;
    padding: 30px;
    background: #fff;
}

.bottom-cont-zero {
    width: 14%;
}

.bottom-cont-one {
    border-left: 1px #e6e6e6 solid;
    width: 20%;
    padding: 0 30px 0 30px;
    display: flex;
    flex-direction: column;
}

.bottom-cont-two {
    border-left: 1px #e6e6e6 solid;
    width: 20%;
    padding: 0 30px 0 30px;
    display: flex;
    flex-direction: row;
}

.bottom-cont-three {
    border-left: 1px #e6e6e6 solid;
    width: 29%;
    padding: 0 30px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.menu-footer-item:hover {
    color: #09A0FF;
}

.bottom-cont-two img {
    width: 30px;
    height: 30px;
    margin: 10px 20px 0 0;
}

.bottom-cont-two span {
    float: none;
    display: block;
}

.underline {
    text-decoration: underline;
}

.big-number {
    color: #fca837;
    font-size: 60px;
}

.dropdown-menu {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 10px;
    padding-right: 5px;
    font-size: 1rem
 }

 li {
    list-style-type: none; 
}
ul {
    margin-left: 5px; 
    padding-left: 5px; 
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~ MOBILE ~~~~~~~~~~~~~~~~~~~~~~~~*/




.application-mobile {
    display: none;
}

.price-mobile {
    display: none;
}

.free-how-mobile {
    display: none;
}

.driver-how-mobile {
    display: none;
}

.about-us-mobile {
        display: none;
}

