/**projects color
* red ff2300
*/
/*@font-face {
	font-family: helveticaneuecyr-roman;
	src: url(/public/fonts/HelveticaNeueCyr-Roman.otf);
	}*/

/*Light 300*/
/*Normal 400*/
/*Medium 500*/
/*Semi-Bold 600*/
/*Bold 700*/
/*Extra-Bold 800*/

* {
  margin: 0;
  padding: 0;
  font-family: "arial", "sans-serif";
  font-weight: 400;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.cl:before,
.cl:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.cl:after {
  clear: both;
}

.cl {
  zoom: 1;
}

.fw {
  width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

b, strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

/*helpers*/
.marg_top_75 {
  margin-top: 75px;
}

/*main*/

.emailUs {
  color: #FFF;
  position: absolute;
  right: 20px;
  margin: auto;
  text-align: center;
  top: 14px;
  z-index: 100;
}

.emailUs a{
  font-size: 14px;
  color: white;
}

.header_in {
  background-image: url("/public/img/bg_block_1.jpg");
  background-position: center center;
  background-size: cover;
  min-height: 1397px;
  width: 100%;
}

.header {
  background-color: #4a5255;
  background-image: url("/public/img/bg_block_1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  /*min-height: 970px;*/
  background-size: cover;
}

.top_navigation a {
  color: #FFF;
  display: block;
  font-size: 14px;
  padding: 12px 20px;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.top_navigation a:hover {
  background-color: #36393b;
}

.top_navigation {
  overflow: hidden;
}

.top_navigation li {
  float: left;
  left: -50%;
  position: relative;
}

.top_navigation__activeItem a {
  background-color: #36393b;
}

.top_navigation ul {
  float: left;
  left: 50%;
  position: relative;
}

.center_bl {
  margin: 0 auto;
  width: 660px;
}

.center_bl__line {
  float: left;
  width: 100%;
}

.logo img {
  position: relative;
  right: 10px;
}

.logo {
  margin-top: 523px;
}

.button {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70px;
  width: 308px;
}

.button.driver {
  background-image: url("/public/img/driver.png?123");
  float: left;
  margin-top: 7px;
  position: relative;
  left: 6px;
}

.button.passenger {
  background-image: url("/public/img/passenger.png?123");
  float: right;
  margin-top: 7px;
  position: relative;
  right: 27px;
}

.button.passenger p {
  padding-left: 126px;
}

.button p {
  font-family: "Open Sans", "sans-serif", arial;
  font-size: 21px;
  font-weight: 600;
  line-height: 64px;
  color: #000;
  padding-left: 120px;
  text-align: left;
}

.tagline {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 47px;
  font-weight: 300;
  margin-top: 195px;
  text-align: center;
  letter-spacing: 0.5px;
}

.t-shadow {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.51);
}

.header_mob_app {
  margin-top: 210px;
  padding-left: 184px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.small-text p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin-right: 30px;
  margin-top: 3px;
}

.small-text {
  float: left;
}

.app{
  position: relative;
}

.app a {
  background-image: url("/public/img/app.png?123");
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 51px;
  width: 156px;
  border-radius: 5px;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.android {
  background-position: -171px center;
  /*float: right !important;*/
  float: left;
}

.app a:hover {
  background-color: black;
  border-radius: 5px;
}

.content__title {
  font-family: "Open Sans", sans-serif;
  font-size: 61px;
  font-weight: 300;
}

.content__title > strong {
  font-weight: 500;
}

.content__gen_text {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 48px;
  margin-top: 19px;
}

.content__app .app a {
  background-image: url("/public/img/app_white_bg.png?123");
  height: 50px;
  width: 157px;
  position: relative;
  /*right: 8px;*/
}

.content__app .android {
  background-position: -161px center;
  margin-left: 5px;
}

.content__text {
  float: left;
}

.content__image {
  float: right;
  position: relative;
  width: 550px;
  margin-top: 293px;
}

.content__image_item {
  transition: all 1s ease 0s;
  background-position: center center;
  background-repeat: no-repeat;
}

.content__image_item.device_under {
  /*background-image: url("/public/img/device_under.png?123");*/
  height: 541px;
  left: 56px;
  position: relative;
  top: 100px;
  width: 271px;
  z-index: 10;
}

.content__image_item.device_over {
  /*background-image: url("/public/img/device_over.png?123");*/
  height: 607px;
  left: 150px;
  position: absolute;
  top: 70px;
  width: 306px;
  z-index: 15;
}

.content__image_item.device_over {
  background-image: url("/public/img/device_over.png?123");
}

.content__text {
  float: left;
  margin-top: 425px;
  position: relative;
  right: 12px;
}

.container.content__to_left {
  /*min-height: 1402px;*/
}

.move_devices .content__image_item.device_under {
  left: 90px;
}

.move_devices .content__image_item.device_over {
  left: 145px;
}

.text_block {
  background-image: url("/public/img/bg_car.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  /*min-height: 1403px;*/
  background-size: cover;
}

.text_block p {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 61px;
  font-weight: 500;
  text-align: center;
}

.text_block p span {
  color: #FF2300;
  font-family: "Open Sans",sans-serif;
  font-weight: 500;
}

.text_block .sub_title {
  font-size: 42px;
  font-weight: 300;
  margin-top: 30px;
  position: relative;
  right: 8px;
}

.text_block p:first-child {
  margin-top: 595px;
  position: relative;
  right: 10px;
}

.container.content__to_left--to_right.cl {
  height: 736px;
  /*min-height: 1392px;*/
}

.content__to_left--to_right .content__text {
  float: right;
  width: 667px;
}

.content__to_left--to_right .content__title {
  font-size: 60px;
  line-height: 65px;
  margin-top: -6px;
}



.content__to_left--to_right .content__gen_text {
  font-size: 36px;
  margin-bottom: 32px;
  margin-top: 28px;
  position: relative;
  /*right: 8px;*/
}

.content__to_left--to_right .content__image {
  float: left;
  width: 480px;
}

.content__image_item.device_overflow {
  /*background-image: url("/public/img/device_overflow.png?123");*/
  height: 1178px;
  left: -77px;
  position: absolute;
  top: -170px;
  width: 461px;
}

.components {
  background-image: url("/public/img/bg_components.jpg");
  height: 1399px;
  position: relative;
  width: 100%;
  z-index: 100;
  background-position: center center;
  background-size: cover;
}

.components .container {
  height: 704px;
  min-height: 704px;
}

.components .content__title {
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  margin-bottom: 51px;
}

.components .content__title > strong {
  font-weight: 700;
}

.components .content__text {
  margin-top: 412px;
}

.components .content__image {
  float: left;
  position: relative;
  width: 100px;
}

.content__image_item.device_components {
  /*background-image: url("/public/img/device_components.png?123");*/
  height: 719px;
  left: -155px;
  position: absolute;
  top: 45px;
  width: 690px;
}

.components_items li p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 300;
  padding-left: 73px;
}

.components_items li i {
  background-image: url("/public/img/items.png?123");
  background-repeat: no-repeat;
  bottom: 0;
  display: block;
  height: 70px;
  left: 0;
  position: absolute;
  width: 70px;
}

.components .content__title span {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.components_items li {
  position: relative;
  height: 60px;
  line-height: 60px;
}

.chat > i {
  background-position: 5px 5px;
}

.call > i {
  background-position: 5px -59px;
}

.nav > i {
  background-position: 5px -117px;
}

.road > i {
  background-position: 5px -177px;
}

.hist > i {
  background-position: 5px -239px;
}

.rate > i {
  background-position: 5px -302px;
}

.free .content__title > strong {
  font-weight: 500;
}

.free .content__gen_text {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.container.free.content__to_left--to_right {
  height: 820px;
  /*min-height: 1387px;*/
}

.free .content__text {
  margin-top: 516px;
  width: 585px;
}

.content__image_item.free_device_under {
/*  background-image: url("/public/img/free_device_under.png?123");*/
  height: 559px;
  left: 30px;
  position: absolute;
  top: 98px;
  width: 280px;
}

.content__image_item.free_device_over {
  /*background-image: url("/public/img/free_device_over.jpg?123");*/
  height: 607px;
  left: 168px;
  position: absolute;
  top: 70px;
  width: 306px;
  z-index: 10;
}

/*MAP*/

.map {
  /*background-image: url("/public/img/map.jpg");*/
  background-color: #E5E3DF;
  background-position: center center;
  background-repeat: no-repeat;
  height: 1385px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.map .container {
  height: 635px;
  min-height: 635px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.content__text span {
  font-family: "Open Sans", sans-serif;
}

.map .content__text {
  position: relative;
  margin-top: 512px;
  right: 62px;
}

.map .content__title {
  margin-bottom: 40px;
  padding-left: 2px;
}

.map .content__app { margin-top: 33px; float: left; margin-left: 10px; }

.map .content__title span {
  color: #ff2300;
  font-weight: 500;
}


.map .content__gen_text {
  font-size: 36px;
  margin-bottom: 30px;
  margin-top: 5px;
  margin-left: 5px;
}

.map .content__image {
  float: left;
  width: 100px;
}

.content__image_item.device_map {
  background-image: url("/public/img/device_map.png?3");
  height: 972px;
  left: 172px;
  position: absolute;
  top: -52px;
  width: 475px;
}

.map .content__text {
  position: relative;
}

.map_item {
  background-image: url("/public/img/map_items.png?123");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
}

.map_item.it_1 {
  height: 100px;
  left: -100px;
  top: 304px;
  width: 100px;
}

/*.map_item.it_2 {
	background-position: -150px -98px;
	height: 100px;
	left: 410px;
	top: 254px;
	width: 100px;
	}*/
.map_item.it_2 {
  background-position: -150px -98px;
  height: 100px;
  left: 392px;
  top: 1120px;
  width: 100px;
}

.map_item.it_3 {
  background-position: -160px -188px;
  height: 100px;
  width: 100px;

  left: 306px;
  top: 5px;
}
.map_item.it.toBottom {
  background-position: -160px -188px;
  height: 100px;
  width: 100px;
  top: 1214px;
  left: 405px;
}
.map_item.it.toRight {
  background-position: -160px -188px;
  height: 100px;
  width: 100px;
  left: 1478px;
  top: 363px;
}
.map_item.it.toBottomRight {
  background-position: -160px -188px;
  height: 100px;
  width: 100px;
  left: 650px;
  top: 748px;
}

.map_item.it_5.toBottom {
  left: 1590px;
  top: 875px;
}
.map_item.it_4.toRight {
  left: 1316px;
  top: 780px;
}
.map_item.black_car.toRight {
  left: 1490px;
  top: 256px;
}

.map_item.black_car.toBottom {
  top: 909px;
  transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  left: 1394px;
}

.map_item.it_4 {
  background-position: -240px -6px;
  height: 100px;
  left: 670px;
  top: 130px;
  width: 100px;
}

.map_item.it_5 {
  background-position: -10px -150px;
  height: 100px;
  left: -330px;
  top: 368px;
  width: 100px;
}

.map_item.red_man {
  background-image: url("/public/img/map_man.png?123");
  background-position: center center;
  height: 100px;
  left: 616px;
  top: 1021px;
  width: 100px;
}

.map_item.black_car.toBottom.toLeft {
  left: 1090px;
  top: 650px;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.map_item.red_car {
  background-image: url("/public/img/map_car.png?123");
  background-position: center center;
  height: 100px;
  left: 910px;
  top: 994px;
  width: 100px;
}

.map_item.black_car {
  background-image: url("/public/img/black_car.png?123");
  background-position: center center;
  height: 100px;
  left: 1216px;
  top: 59px;
  width: 100px;
  transform: rotate(292deg);
  -moz-transform: rotate(292deg);
  -o-transform: rotate(292deg);
  -webkit-transform: rotate(292deg);
}

.map_item.car--small{
  background-image: url("/public/img/black_car.png?123");
  background-position: center center;
  height: 100px;
  left: 95px;
  top: 129px;
  width: 100px;
  transform: rotate(292deg);
  -moz-transform: rotate(292deg);
  -o-transform: rotate(292deg);
  -webkit-transform: rotate(292deg);
}

.map_item.car--long{
  background-image: url("/public/img/map_items.png?123");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -100px;
  top: 300px;
  height: 100px;
  width: 100px;
}
.map_item.car--long.toBottom {
  top: 1170px;
  left: -108px;
}



.title {
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 35px;
  margin-top: 326px;
  text-align: center;
  position: relative;
  right: 5px;
}

.main_advantages .ul_container {
  /*min-height: 970px;*/
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-left: 75px;
  margin-top: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.infinity_container {
  float: left;
  width: 20000px;
  position: relative;
  right: 0;

  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.opacity_30,
.opacity_30 .item__image,
.opacity_30 p {
  opacity: 0.3;
}


.arrow {
  background-image: url("/public/img/arrowSlider.png?123");
  background-position: right 86px;
  background-repeat: no-repeat;
  background-size: 24px auto;
  position: absolute;
  height: 400px;
  width: 185px;
  top: 0;
  z-index: 400;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.arrow--left {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  left: 45px;
  background-position: 155px 274px;
}

.arrow--right {
  right: 48px;
}

.arrow:hover {
  opacity: 1;
}

.item__image {
  background-position: center center;
  background-repeat: no-repeat;
  height: 213px;
  width: 228px;
}


.item__title {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin-top: 33px;
}

.item__text {
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-top: 13px;
}
.item__text,
.item__title,
.item__image
{
  transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -webkit-transition: all ease 1s;
}

.last {
  margin-right: 0 !important;
}

.main_advantages .li_container {
  display: block;
  float: left;
  margin-bottom: 70px;
  margin-right: 30px;
  width: 230px;
}

.bl_time {
  background-image: url("/public/img/bg_time.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1385px;
}
.time_show {
  margin: 608px auto 0px;
  width: 730px;
}

.time_show > p {
  /*color: #ff2300;*/
  color: #ffffff;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 110px;
  font-weight: 700;
}

.time_show.cl > span {
  color: #fff;
  display: block;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 42px;
  margin-left: 30px;
  margin-top: 56px;
}

.time_text {
  color: #FFF;
  font-family: "Open Sans",sans-serif;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  margin-top: 28px;
  position: relative;
  right: 17px;
  line-height: 29px;
}

.bl_app {
  height: 1382px;
  position: relative;
}

.bl_app .main_bg {
  background-image: url("/public/img/device_gold.png?123");
  background-position: center center;
  background-repeat: no-repeat;
  bottom: -5px;
  height: 895px;
  left: 0px;
  margin: 0px auto;
  position: absolute;
  right: 0px;
  width: 763px;
}

.main_bg > img {
  display: block;
  margin: 462px auto 0px;
  width: 519px;
}

.bl_app .app {
  width: 325px;
  margin-left: 253px;
  margin-top: 22px;
}

.like_app {
  background-image: url("/public/img/bg_footer.png?123");
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  height: 390px;
  position: relative;
}

.like_app .container p {
  font-family: "Open Sans", sans-serif;
  font-size: 43px;
  font-weight: 300;
  text-align: center;
}

.like_app .container.cl strong {
  font-weight: 400;
}

.like_app .container p:first-child {
  margin-top: 65px;
}

.social_container {
  background-color: white;
  bottom: 0;
  height: 190px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 592px;
}

.footer {
  width: 100%;
  position: relative;
}



.bl_right p {
  float: left;
  margin-left: 5px;
}

.bl_middle.toRight {
  position: absolute;
  right: 0px;
  bottom: 0px !important;
  width: 100% !important;
}

.footer_cp .cp {
  font-size: 14px;
  font-family: arial,sans-serif;
  color: #FFF;
  text-align: left;
  z-index: 100;
  position: absolute;
  bottom: 21px;
  left: 15px;
}

.bl_middle > ul {
  float: right;
  margin-right: 17px;
  margin-bottom: 13px;
}

.bl_middle > ul li {
  float: left;
  height: 30px;
  margin-right: 5px;
  margin-top: 30px;
  width: 30px;
}


.bl_middle > ul li:first-child {
  margin-left: 15px;
}

.footer_sots {
  color: white;
  font-size: 40px;
  font-family: "Open Sans",sans-serif;
  margin-top: 540px;
  margin-left: 290px;
  letter-spacing: 0.5px;
}

.line {
  float: left;
  width: 100%;
}

.line .li_container:last-child {
  margin-right: 0 !important;
}

.bl_middle > p {
  float: right;
  font-size: 14px;
  color: white;
  font-family: arial,sans-serif;
  margin-top: 38px;
}

.bl_middle > ul li a {
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url("/public/img/social.png?123");
}

.twitter > a {
  background-position: -38px center;
}
.vk > a {
  background-position: -76px center;
}
.inst > a {
  background-position: -114px center;
}
.lin > a {
  background-position: -152px center;
}

.bl_right img {
  float: left;
  height: 35px;
  margin-left: 15px;
  margin-top: 20px;
}

.footer .container div {
  float: left;
  width: 400px;
}

.bl_middle > ul li a:hover {
  opacity: 0.8;
}

.move_devices .free_device_under {
  left: 60px;
}

.move_devices .free_device_over {
  left: 130px;
}

@keyframes car {

  0% {
    transform: scale(1);
    transform: translateX(15px) translateY(15px);
  }
  15% {
    visibility: visible;
    transform: translateX(35px) translateY(35px);
  }
  25% {
    transform: translateX(55px) translateY(55px);
  }

  35% {
    transform: translateX(75px) translateY(75px);
  }

  55% {
    transform: translateX(95px) translateY(115px);
  }

  65% {
    transform: translateX(130px) translateY(145px);
  }
  75% {
    transform: translateX(150px) translateY(160px);
  }

  85% {
    transform: translateX(180px) translateY(180px);
  }
  85% {
    transform: translateX(200px) translateY(195px);
  }
  95% {
    transform: translateX(250px) translateY(250px);
  }
  100% {
    transform: scale(0);
  }

}

.car {
  animation-delay: 2s;
  animation-duration: 5s !important;
  animation-fill-mode: forwards !important;
  animation-iteration-count: 32;
  animation-name: car;
  animation-timing-function: linear;
}



.footer .container .footer_cp {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200;
  height: 100px;
  max-width: 2560px;
  right: 0;
  margin: auto;
}



/*page items*/
.page_items {
  position: fixed;
  top: 50%;
  transform: translate(0px, -50%);
  width: 10px;
  right: 20px;
  z-index: 8000;
}

.page_item a {
  padding: 1px 6px;
}

.page_item {
  float: left;
  width: 10px;
  height: 10px;
  background-color: #FFF;
  border-radius: 100px;
  margin-bottom: 20px;
  cursor: pointer;

  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 1);
  
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.page_item.active{
  background-color: #ff2300;
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.4);
}

/*page items*/




html[lang="en"] .button.passenger p {
  padding-left: 121px;
}

.footer .block_center.fc_bl {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translate(0,0);
  -moz-ransform: translate(0,0);
  -o-ransform: translate(0,0);
  -webkit-ransform: translate(0,0);
}
.pagerSection.footer .facebookBlock {
  width: 600px;
  margin-left: 292px;
  margin-top: 24px;
}
.pagerSection.footer .facebookBlock div{
  width: 600px;
}


/*html[lang="en"] */.content__image_item.device_over {
  background-image: url("/public/img/device_over_en.png?123")!important;
}


/*html[lang="en"] */.content__image_item.device_under {
  background-image: url("/public/img/device_under_en.png?123")!important;
}

/*html[lang="en"] */.content__image_item.device_overflow {
  background-image: url("/public/img/device_overflow_en.png?123")!important;
}

/*html[lang="en"] */.content__image_item.device_components {
  background-image: url("/public/img/device_components_en.png?123")!important;
}

/*html[lang="en"] */.content__image_item.free_device_over {
  background-image: url("/public/img/free_device_over_en.jpg?1223")!important;
}

/*html[lang="en"] */.content__image_item.free_device_under {
  background-image: url("/public/img/free_device_under_en.png?123")!important;
}



.popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 450px;
  max-width: 950px;
  z-index: 4000;
}

.popup iframe{
  width: 100%;
  height: 100%;
}

.close {
  position: absolute;
  top: -32px;
  right: 0;
  background-color: white;
  font-size: 22px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  border-radius: 100px;
  cursor: pointer;
}

.bgOver {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.map_item.car--small{
  display: none;
}

/*change*/

.changeButton .center_bl__line.header_mob_app{
  width: 324px;
  padding-left: 0;
  left: 0;
  right: 20px;
  margin: auto;
}

.changeOvertext_p {
  font-size: 40px;
  left: 120px;
  background-color: #FFF;
  z-index: 20;
  width: 530px;
  position: relative;
  margin-top: -50px;
  padding-right: 0px;
  padding-top: 20px;
  line-height: 60px;
}
.changeOvertext .app {
  margin-left: 121px;
}

.font_50{
  font-size: 50px;
}

.emailUs{
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.fp-viewing-1 .emailUs{
  opacity: 1;
}

#map {
  width: 100%;
  height: 100%;
}
/*change*/

.footer_cp .emailUs {
  left: 0px;
  right: 0px !important;
  bottom: 18px;
  top: auto;
}

.bl_middle > ul li a {
  position: relative;
  z-index: 100;
}

a[title="SumoMe"] {
  display: none !important;
  opacity: 0;
}


.g-show.g-label{
  opacity: 1;
  pointer-events: all;
}

.g-label{
  position: absolute;
  right: -54px;
  background-color: rgba(0, 0, 0, 0.70);
  height: 48px;
  border-radius: 4px;
  top: -60px;
  line-height: 48px;

  opacity: 0;
  pointer-events: none;
  
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.g-label__close{
  width: 8px;
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
}
.g-label__close svg{
  display: block;
}

.g-label__text{
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  color: #ff2300;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.g-label::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: rgba(0, 0, 0, 0.70);
  border-width: 7px;
  margin-left: -10px;
}