/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 27.03.2024, 11:01:33
    Author     : Admin
*/
html,
body {
  width: 100%;
}
body {
  overflow-x: hidden;
}
.wrap {
  max-width: 1300px;
  padding: 0 15px;
  margin: auto;
}
.header-mobile {
  display: none;
}
.custom-header {
  padding: 15px 0;
}
.custom-header .wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
ul.lang-menu {
  margin-bottom: 0;
  list-style: none;
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}
ul.lang-menu:hover li.lang-item.current-lang {
  z-index: 1;
  transition: all 0.5s;
  opacity: 0;
}
ul.lang-menu li.lang-item {
  color: #2C2C2B;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  background: #FFD300;
  position: absolute;
  z-index: 2;
}
ul.lang-menu li.lang-item.current-lang {
  background: #e7e7e7;
  z-index: 3;
  transition: all 0.5s;
}
.button-wrap {
  flex-grow: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}
.zakz-demo {
  margin-right: 20px;
}
.btn-border {
  border-radius: 10px;
  border: 2px solid;
  box-shadow: 10px 10px 20px 0px rgba(44, 44, 43, 0.05);
  padding: 6px 34px;
  justify-content: center;
  align-items: center;
}
.btn-border:hover {
  color: #FFD300;
  border-color: #2C2C2B;
  background: #2C2C2B;
}
.c-yellow {
  color: #FFD300;
  border-color: #FFD300;
}
.staki-menu {
  background: #2C2C2B;
  position: fixed;
  width: 100%;
  top: -100px;
  transition: all 0.5s;
  z-index: 99;
}
.styki-head .staki-menu {
  top: 0;
  transition: all 0.5s;
}
.header-nav {
  background: #2C2C2B;
}
.navigation-top .menu {
  display: flex;
  list-style: none;
  justify-content: space-around;
  margin: 0;
}
.navigation-top .menu ul.sub-menu {
  padding: 15px;
  list-style: none;
}
.navigation-top .menu li.menu-item-has-children:hover ul.sub-menu {
  display: block;
  position: absolute;
  margin: 0;
  background: #00000070;
  z-index: 1;
  padding: 0;
}
.navigation-top .menu li.current-menu-item a {
  background: #FFD300;
  color: black;
}
.navigation-top .menu li a {
  color: #FFF;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  display: inline-block;
  padding: 20px;
}
.navigation-top .menu li a:hover {
  background: #FFD300;
  color: black;
}
.btn-border:hover {
  color: #FFD300;
  border-color: #2C2C2B;
  background: #2C2C2B;
}
.header-widget {
  display: flex;
  flex-grow: 3;
  justify-content: flex-end;
}
.header-widget .widget_text {
  display: flex;
  align-content: center;
}
.header-widget .textwidget {
  display: flex;
  flex-direction: column-reverse;
  align-content: flex-end;
  align-items: end;
  margin-left: 30px;
  padding-left: 28px;
  position: relative;
}
.header-widget .textwidget p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: normal;
  text-transform: lowercase;
}
.header-widget .textwidget a {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header-widget .textwidget a:hover {
  color: #FFD300;
}
.header-widget .textwidget a svg {
  fill: #2C2C2B;
  margin-right: 8px;
  margin-bottom: -4px;
}
.header-widget .textwidget a:hover svg {
  fill: #FFD300;
}
footer {
  background: #2C2C2B;
  padding-top: 80px;
}
footer .footer-logo {
  margin-bottom: 40px;
}
footer .copyright .wrap {
  margin-top: 40px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  padding: 30px 0;
}
footer .copyright .wrap p {
  margin: 0;
  text-align: center;
  color: #fff;
  opacity: 0.5;
}
footer .copyright .wrap p a {
  color: white;
}
.grecaptcha-badge {
  display: none !important;
}
.footer-contakt-block {
  background-image: url('../images/bg-contact.png');
  background-repeat: no-repeat;
}
.footer-contakt-block .wrap {
  display: flex;
  justify-content: space-between;
}
.footer-contakt-block .wrap {
  display: flex;
  justify-content: space-between;
}
.contact-form {
  width: 100%;
  max-width: 507px;
  border-radius: 20px;
  background: var(--light-yellow, #FFFDF2);
  padding: 77px 88px;
  position: relative;
  margin-bottom: -50px;
}
.back-forms .title {
  color: var(--black, #2C2C2B);
  font-family: Mulish;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 26.4px */
}
.back-forms .title p {
  text-align: center;
  margin-bottom: 30px;
}
.back-forms input.wpcf7-form-control {
  border: none;
  background: none;
  color: #2C2C2B;
  opacity: 0.5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-bottom: 1px solid rgba(44, 44, 43, 0.22);
  border-radius: 0;
  padding-left: 0;
}
.back-forms input::placeholder {
  color: black;
}
.back-forms textarea::placeholder {
  color: black;
}
.back-forms textarea {
  border: none;
  background: none;
  color: #2C2C2B;
  opacity: 0.5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-bottom: 1px solid rgba(44, 44, 43, 0.22);
  border-radius: 0;
  padding-left: 0;
  max-height: 50px;
}
.back-forms .group-footer input.wpcf7-submit {
  border-bottom: none;
  width: 100%;
  margin-top: 40px;
  border-radius: 10px;
  background: var(--yellow, #FFD300);
  /* тень */
  box-shadow: 10px 10px 20px 0px rgba(44, 44, 43, 0.05);
  color: #2C2C2B;
  opacity: 1;
  padding: 18px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.back-forms .group-footer input.wpcf7-submit:hover {
  background: #FFE500;
  box-shadow: 10px 10px 20px 0px rgba(255, 229, 0, 0.2);
}
.back-forms .group-footer span.wpcf7-spinner {
  position: absolute;
  right: 10px;
}
.back-forms .group-politic {
  overflow: hidden;
  color: var(--black, #2C2C2B);
  text-align: center;
  text-overflow: ellipsis;
  font-family: Mulish;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  padding-top: 15px;
}
.back-forms .group-politic a {
  color: #FFD300;
}
.contakt-block .title h3 {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 55px */
  margin-top: 0;
}
.contakt-block .blocks-wrap {
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contakt-block .blocks-wrap > div {
  width: 50%;
  padding-left: 50px;
  position: relative;
}
.contakt-block .blocks-wrap p {
  margin-bottom: 0;
}
.contakt-block p.icons {
  color: var(--yellow, #FFD300);
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
}
.contakt-block .widget_text a.phone-link svg {
  fill: #FFD300;
  position: absolute;
  left: 0;
  top: -10px;
  width: 40px;
  height: 40px;
}
.contakt-block .widget_text a.phone-link {
  margin-top: 20px;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contakt-block .mail-wrap {
  margin: 14px 0;
}
.contakt-block .telegram-wrap {
  position: relative;
}
.contakt-block a.telegram {
  color: #2AABEE;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.contakt-block a.telegram svg {
  position: absolute;
  left: -34px;
}
.page-template-default h1,
h1,
h1.page-title {
  font-family: Mulish;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
h1.page-title {
  text-align: center;
}
h2 {
  color: #2C2C2B;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 55px */
}
.news {
  padding: 50px 0;
  margin-bottom: 50px;
}
.news h2 {
  text-align: center;
}
.news-tag {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 40px;
}
.news-tag .post_tags {
  display: flex;
  justify-content: space-around;
  border-radius: 500px;
  border: 2px solid #F9F9F9;
}
.news-tag .post_tags a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  padding: 12px 40px;
  cursor: pointer;
}
.news-tag .post_tags a.active {
  border-radius: 500px;
  background: var(--yellow, #FFD300);
  color: #2C2C2B;
}
.news-tag .post_tags a:hover {
  border-radius: 500px;
  background: var(--yellow, #FFD300);
  color: #2C2C2B;
}
.news-items {
  display: flex;
  flex-wrap: wrap;
}
.news-items .news-item {
  flex: 0 0 25%;
  padding: 15px;
  position: relative;
}
.news-items .news-item .labal-update {
  display: flex;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #FFD300;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  top: 10px;
  left: 10px;
}
.news-items .news-item a {
  border-radius: 20px;
  background: #F9F9F9;
  display: block;
  overflow: hidden;
  position: relative;
}
.news-items .date {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  padding: 10px;
}
.news-items .news-item-body {
  padding: 20px;
}
.news-items .item-title h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-top: 0;
}
.news-items .item-exep {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.news-items .item-exep p {
  margin: 0;
}
.news-btn {
  text-align: center;
  margin-top: 50px;
}
.news-btn a.see-all {
  border-radius: 10px;
  border: 2px solid var(--black, #2C2C2B);
  box-shadow: 10px 10px 20px 0px rgba(44, 44, 43, 0.05);
  padding: 18px 64px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.news-btn a.see-all:hover {
  background: #FFD300;
  border-color: #FFD300;
  color: white;
}
.advantages-home {
  padding: 50px 0;
}
.advantages-home .advantages-home-block {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.advantages-home .advantages-home-item {
  padding: 0 15px;
  flex: 0 0 33.333%;
  display: flex;
  box-sizing: border-box;
}
.advantages-home .advantages-home-item .advantages-home-item-body {
  border-radius: 20px;
  background: var(--light-yellow, #FFFDF2);
  padding: 20px;
}
.advantages-home .advantages-home-item .advantages-item-body .img {
  margin-bottom: 45px;
}
.advantages-home .advantages-home-item .title h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin: 0;
  margin-bottom: 15px;
}
.advantages-home .advantages-home-item .exept {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.yellow-btn {
  padding: 18px 64px;
  border-radius: 10px;
  background: var(--yellow, #FFD300);
  box-shadow: 10px 10px 20px 0px rgba(44, 44, 43, 0.05);
  display: inline-block;
  margin: 30px 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.yellow-btn:hover {
  /*background: black;*/
  /*color: white;*/
  background: #FFE500;
  box-shadow: 10px 10px 20px 0px rgba(255, 229, 0, 0.2);
}
.home_baner {
  background: #F9F9F9;
  box-shadow: 4px 0px 20px 0px rgba(0, 0, 0, 0.05) inset;
  padding-top: 50px;
  padding-bottom: 60px;
  margin-bottom: 50px;
}
.home_baner .wrap {
  display: flex;
}
.home_baner .fly-img {
  width: 100%;
  position: relative;
}
.home_baner .fly1 {
  width: 529px;
  height: 423px;
  flex-shrink: 0;
  position: absolute;
  background-image: url(../images/home-fly1.png);
  background-repeat: no-repeat;
  bottom: -60px;
  left: -120px;
}
.home_baner .fly2 {
  width: 233px;
  height: 229px;
  flex-shrink: 0;
  position: absolute;
  background-image: url(../images/home-fly22.png);
  background-repeat: no-repeat;
  top: 0;
  left: 255px;
}
.home_baner .fly3 {
  width: 129px;
  height: 237px;
  flex-shrink: 0;
  position: absolute;
  background-image: url(../images/home-fly3.png);
  background-repeat: no-repeat;
  top: 233px;
  left: 371px;
}
.home_baner .fly4 {
  width: 117px;
  height: 243px;
  flex-shrink: 0;
  position: absolute;
  background-image: url(../images/home-fly4.png);
  background-repeat: no-repeat;
  top: 76px;
  right: 0;
}
.home-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  max-width: 660px;
  flex-shrink: 0;
}
.home-title h1 {
  max-width: 786px;
  margin: 0;
  margin-bottom: 20px;
}
.home-title p {
  margin-bottom: 0;
}
.fr {
  padding: 4px 10px;
  border-radius: 500px;
  margin-right: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px;
}
.fr-1 {
  background: #CECEFF;
  box-shadow: 10px 10px 20px 0px rgba(44, 44, 43, 0.05);
}
.fr-2 {
  background: #BEDDFC;
  box-shadow: 10px 10px 20px 0px rgba(44, 44, 43, 0.05);
}
.fr-3 {
  background: #FFE66E;
  box-shadow: 10px 10px 20px 0px rgba(44, 44, 43, 0.05);
}
.fr-4 {
  background: #BCFFF3;
  box-shadow: 10px 10px 20px 0px rgba(44, 44, 43, 0.05);
}
.fr-5 {
  background: #BCEBFF;
  box-shadow: 10px 10px 20px 0px rgba(44, 44, 43, 0.05);
}
.fr-blocks {
  display: flex;
  flex-wrap: wrap;
  max-width: 461px;
  margin-top: 70px;
}
.about-navigator {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-navigator .wrap {
  display: flex;
  flex-wrap: wrap;
}
.about-navigator .content-block {
  width: 50%;
  max-width: 562px;
}
.about-navigator .l-img {
  width: 50%;
  position: relative;
}
.about-navigator .l-img:before {
  content: '';
  display: block;
  width: 845px;
  height: 504px;
  background-image: url('../images/nout2.png');
  background-repeat: no-repeat;
  position: absolute;
  right: -40%;
}
.software-solutions {
  padding: 50px 0;
}
.software-solutions .software {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.software-solutions .soft1 {
  grid-column: 1/3;
  /* grid-row: 1/2; */
  background: #f3f9ff;
  background-image: url('../images/soft1_bg.png');
  background-repeat: no-repeat;
  background-position-x: 100%;
}
.software-solutions .soft3 {
  grid-row: 1/3;
  grid-column: 4/5;
  background: #FFFDF2;
}
.software-solutions .soft5 {
  grid-column: 2/4;
  background: #F0FBFF;
  background-image: url('../images/soft5_bg.png');
  background-repeat: no-repeat;
  background-position-x: 100%;
}
.software-solutions .soft-item {
  padding: 20px;
  border-radius: 20px;
  /* background: #EEF; */
}
.software-solutions .soft2 {
  background: #EEFFFC;
}
.software-solutions .soft4 {
  background: #EEF;
}
.software-solutions .soft-item h4 {
  margin-bottom: 10px;
  margin-top: 112px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.software-solutions .soft-item p {
  margin-bottom: 0;
}
.software-solutions .soft-item.soft3 h4 {
  margin-top: 24px;
}
.software-solutions .soft-item.soft3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.software-solutions .soft-item.soft3 .imgsof img {
  width: 100%;
}
.baner {
  min-height: 585px;
  background: #F9F9F9;
  box-shadow: 4px 0px 20px 0px rgba(0, 0, 0, 0.05) inset;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}
.baner .left {
  position: relative;
  z-index: 2;
}
.baner h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-top: 0;
  margin-bottom: 14px;
}
.baner h2.fr {
  display: inline-block;
  margin-bottom: 20px;
}
.baner .baner-exep p {
  margin-bottom: 10px;
}
.baner .baner-exep {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 528px;
}
.baner .btn-border {
  padding: 15px 14px;
}
.baner-navigator .wrap {
  display: flex;
}
.baner-navigator .right .baner-img {
  width: 810px;
  height: 585px;
  background-image: url('../images/navigator-baner.jpg');
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.baner-navigator .right .baner-img .baner-img-navigator {
  width: 721px;
  height: 499px;
  position: absolute;
  top: 43px;
  background: url('../images/baner-img-navigator.png');
}
.advantages {
  padding: 100px 0 50px;
}
.advantages .advantages-block .title h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin: 0;
  margin-bottom: 20px;
}
.advantages .advantages-block .title p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.advantages .advantages-item {
  border-radius: 20px;
  background: var(--light-yellow, #FFFDF2);
  padding: 20px;
  position: relative;
}
.advantages .advantages-item.title {
  border-radius: 0;
  padding: 0;
  background: none;
}
.advantages .advantages-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
}
.advantages .adv-1 {
  grid-column: 1/3;
}
.advantages .adv-2 {
  grid-column: 3/5;
}
.advantages .adv-7 {
  grid-row: 3/5;
}
.advantages .advantages-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  border-radius: 500px;
  background: url('../images/check-yellow.png');
  box-shadow: 10px 10px 20px 0px rgba(44, 44, 43, 0.05);
}
.advantages .advantages-item p {
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.advantages .advantages-item p.clarification {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.advantages .advantages-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 239px;
}
.advantages .advantages-item .img {
  text-align: right;
}
.advantages .advantages-item .content {
  min-height: 50px;
}
.advantages .advantages-item.adv-2.adv-img {
  flex-direction: row-reverse;
}
.advantages .advantages-item.adv-2.adv-img .content {
  align-content: flex-end;
  display: grid;
}
.advantages .advantages-item.adv-bg:before {
  display: none;
}
.advantages .advantages-item.adv-7.adv-bg {
  background-image: url('../images/adv-7.jpg');
  background-size: 100%;
}
.advantages .advantages-item.adv-10.adv-bg {
  background-image: url('../images/adv-10.png');
  background-size: 100%;
}
#tab-contents .tab-contents {
  display: none;
}
#tab-contents .tab-contents.active {
  display: block;
}
.for-whom {
  padding: 50px 0;
}
.tabs-wrap .head-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.tabs-wrap .title-tabs h2 {
  margin: 0;
}
.tabs-wrap nav#tabs {
  list-style: none;
  display: flex;
  border-radius: 500px;
  border: 2px solid #F9F9F9;
}
.tabs-wrap nav#tabs li a {
  padding: 12px 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  display: inline-block;
  border-radius: 500px;
}
.tabs-wrap nav#tabs li.active a {
  background: var(--yellow, #FFD300);
  border-radius: 500px;
}
.tabs-wrap nav#tabs li a:hover {
  background: var(--yellow, #FFD300);
}
.perevagi {
  border-radius: 20px;
  color: white;
  display: flex;
  overflow: hidden;
  /* min-height: 590px; */
}
.perevagi .left {
  padding: 60px;
  flex-grow: 1;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  background: var(--black, #2C2C2B);
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.perevagi .left ul {
  padding-left: 20px;
}
.perevagi .btn-border {
  padding: 16px 34px;
}
.perevagi .rigrh {
  width: 505px;
  background: white;
  flex-grow: 0;
  flex-shrink: 0;
}
.perevagi .dispetcher {
  background: url('../images/dispetcher.png');
  background-size: cover;
  /*background-position-x: -88px;*/
}
.perevagi .kerivnic {
  background: url('../images/kerivnic.png');
  background-size: cover;
  /*background-position-x: -240px;*/
}
.perevagi .links {
  display: flex;
  justify-content: space-between;
}
.perevagi .links .yellow-btn {
  margin: 0;
}
.slider-navigator.slider-flet .slider-wrap {
  padding-top: 32px;
}
.slider-navigator {
  display: block;
  /*overflow: hidden;*/
  width: 100%;
  margin-bottom: 400px;
  padding-top: 50px;
}
.slider-navigator .left-opasity {
  height: 100%;
  background: white;
  opacity: 0.4;
  width: 100%;
  z-index: 33;
  position: absolute;
  right: 100%;
}
.slider-navigator .right-opasity {
  height: 100%;
  background: white;
  opacity: 0.4;
  width: 100%;
  z-index: 33;
  position: absolute;
  left: 100%;
}
.slider-navigator .title h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-align: center;
}
.slider-navigator .slider-wrap {
  display: block;
  width: 100%;
  max-width: 832px;
  margin: auto;
  position: relative;
  padding-top: 45px;
}
.slider-navigator .slider-wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 772px;
  height: 434px;
  background: url('../images/navigator-slider-bg.jpg');
  left: 30px;
  top: 32px;
}
.slider-navigator .slider-wrap:after {
  content: '';
  display: block;
  position: absolute;
  width: 832px;
  height: 666px;
  top: 0;
  left: 0;
  background: url('../images/navigator-slider-mocup.png');
}
.slider-navigator button.slick-arrow {
  position: absolute;
  background: none;
  top: 26%;
  bottom: 0;
  margin: auto;
  width: 84px;
  height: 84px;
  z-index: 100;
  padding: 0;
}
.slider-navigator button.slick-prev {
  left: -67px;
}
.slider-navigator button.slick-next {
  right: -87px;
}
.slider-navigator .slider {
  display: block;
  width: 100%;
}
.slider-navigator .slider-item {
  display: inline-block;
  text-align: center;
}
.slider-navigator .slick-track {
  display: flex;
  align-items: center;
}
.slider-navigator .slider-item {
  display: inline-block;
  text-align: center;
}
.slider-mobile {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 50px;
}
.slider-mobile .title h2 {
  text-align: center;
}
.slider-mobile .slick-track {
  display: flex;
  align-items: center;
}
.slider-mobile .slider-wrap {
  display: block;
  width: 100%;
  position: relative;
}
.slider-mobile .slider-wrap .left-opasity {
  height: 100%;
  background: white;
  opacity: 0.4;
  width: 100%;
  position: absolute;
  right: 65%;
  z-index: 16;
}
.slider-mobile .slider-wrap .right-opasity {
  height: 100%;
  background: white;
  opacity: 0.4;
  width: 100%;
  position: absolute;
  left: 65%;
  z-index: 16;
}
.slider-mobile .slider {
  max-width: 400px;
  margin: auto;
  position: relative;
}
.slider-mobile button.slick-arrow {
  position: absolute;
  background: none;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 84px;
  height: 84px;
  z-index: 100;
  padding: 0;
}
.slider-mobile .slider-item {
  padding: 0 15px;
}
.slider-mobile .slider .slick-list:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 20px;
  border: 10px solid var(--black, #2C2C2B);
  box-shadow: 10px 10px 20px 0px rgba(44, 44, 43, 0.2);
  left: 7%;
  right: 7%;
  margin: auto;
  /* height: 100%; */
  top: -10px;
  bottom: -2px;
  z-index: 9;
}
.slider-mobile .slider-item img {
  /*        border-radius: 20px;
                border: 10px solid var(--black, #2C2C2B);
                box-shadow: 10px 10px 20px 0px rgba(44, 44, 43, 0.20);*/
}
.slider-mobile button.slick-prev {
  left: -67px;
}
.slider-mobile button.slick-next {
  right: -87px;
}
.slider-online {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 50px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.slider-online .title h2 {
  text-align: center;
}
.slider-online .slick-track {
  display: flex;
  align-items: center;
}
.slider-online .slider-wrap {
  display: block;
  width: 100%;
  position: relative;
}
.slider-online .slider-wrap .left-opasity {
  height: 100%;
  background: white;
  opacity: 0.4;
  width: 100%;
  position: absolute;
  right: 70%;
  z-index: 16;
}
.slider-online .slider-wrap .right-opasity {
  height: 100%;
  background: white;
  opacity: 0.4;
  width: 100%;
  position: absolute;
  left: 70%;
  z-index: 16;
}
.slider-online .slider {
  max-width: 520px;
  margin: auto;
  position: relative;
}
.slider-online button.slick-arrow {
  position: absolute;
  background: none;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 84px;
  height: 84px;
  z-index: 100;
  padding: 0;
}
.slider-online .slider-item {
  padding: 0 15px;
}
.slider-online button.slick-prev {
  left: -67px;
}
.slider-online button.slick-next {
  right: -87px;
}
.slider-mobile.white-label {
  margin-bottom: 50px;
}
.slider-mobile.white-label .slider .slick-list:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 20px;
  border: 10px solid var(--yellow, #FFD300);
  box-shadow: 10px 10px 20px 0px rgba(44, 44, 43, 0.2);
  left: 7%;
  right: 7%;
  margin: auto;
  /* height: 100%; */
  top: -10px;
  bottom: -2px;
  z-index: 9;
}
.slider-mobile.white-label .slider-item img {
  /*        border-radius: 20px;
                border: 10px solid var(--yellow, #FFD300);
                box-shadow: 10px 10px 20px 0px rgba(44, 44, 43, 0.20);*/
}
.instruktin-link a:hover .instruktin .text {
  color: #FFD300;
  visibility: visible;
}
.instruktin-link a:hover .instruktin .icon {
  border-color: #FFD300;
}
.instruktin-link a:hover .instruktin .icon svg {
  fill: #FFD300;
}
.instruktin-link .instruktin {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100px;
}
.instruktin-link .instruktin .icon {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border: solid 2px #fff;
  border-radius: 500px;
}
.instruktin-link .instruktin .icon svg {
  fill: white;
}
.instruktin-link .instruktin .text {
  color: white;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  visibility: hidden;
}
.attention {
  padding-top: 50px;
}
.attention-navigator {
  display: flex;
}
.attention-navigator .left {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.attention-navigator .left strong {
  font-weight: 900;
}
.attention-navigator .attention-block {
  max-width: 505px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 20px;
  background: #FFF0EE;
  padding: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}
.attention-navigator .attention-block h5 {
  color: var(--black, #2C2C2B);
  font-family: Mulish;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: inherit;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 10px;
}
.attention-navigator .attention-block p {
  margin-bottom: 5px;
}
.attention-navigator .attention-block ul {
  padding-left: 25px;
  margin: 0;
}
.attention-navigator .attention-block:before {
  content: '!';
  display: flex;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 500px;
  background: #FF1F00;
  box-shadow: 10px 10px 20px 0px rgba(44, 44, 43, 0.05);
  right: 10px;
  top: 10px;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: Mulish;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.recommended .title.dot-line h2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background: #EEFFFC;
  display: inline-block;
  padding: 10px 20px 10px 0;
  position: relative;
}
.recommended .title.dot-line h2:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  background: #EEFFFC;
  width: 500px;
  right: 100%;
  top: 0;
}
.recommended .recommended {
  padding-bottom: 50px;
}
.recommended .title.dot-line h2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background: #EEFFFC;
  display: inline-block;
  padding: 10px 20px 10px 0;
  position: relative;
}
.recommended .title.dot-line h2:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  background: #EEFFFC;
  width: 500px;
  right: 100%;
  top: 0;
}
.recommended .recommended-content table thead tr td {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.recommended .recommended-content td {
  border: 1px solid #ECECEC;
}
.recommended .recommended-content table thead tr td:nth-child(2) {
  position: relative;
}
.recommended .recommended-content table thead tr td:nth-child(2):after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background: url('../images/server.png');
  right: 12px;
  top: 7px;
}
.recommended .recommended-content table thead tr td:nth-child(3) {
  position: relative;
}
.recommended .recommended-content table thead tr td:nth-child(3):after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background: url('../images/pk.png');
  right: 12px;
  top: 7px;
}
a.google-download {
  width: 204px;
  height: 60px;
  text-indent: -9999px;
  /*    background: url(../images/g_play.png);*/
  background: url(../images/google-play-badge_1.png);
  border-radius: 10px;
  margin-right: 20px;
  display: inline-block;
}
.baner.baner-mobile-taxi .wrap {
  display: flex;
}
.baner.baner-mobile-taxi .btn {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.baner.baner-mobile-taxi .baner-img {
  width: 812px;
  height: 585px;
  background: url('../images/baner-mobile-taxi.png');
  position: absolute;
  top: 0;
  right: 0;
}
.baner.baner-mobile-taxi .baner-img .baner-img-mobile {
  content: '';
  display: block;
  position: absolute;
  width: 725px;
  height: 585px;
  background: url('../images/baner-mobile.png');
  left: -40px;
}
.for-whom a.google-download {
  background: url('../images/g_play_white.png');
  width: 214px;
  height: 60px;
}
.for-whom div#tab1 .content p {
  margin-bottom: 10px;
}
.for-whom div#tab1 .content p.special {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 10px;
}
.for-whom .versii {
  color: #9D9D9D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 40px;
}
.for-whom .versii p {
  margin-bottom: 0;
}
.for-whom .versii strong {
  color: white;
}
.for-whom .versii a.versii-dodatku {
  color: var(--yellow, #FFD300);
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
}
.for-whom .versii a.versii-dodatku:after {
  content: '→';
  margin-left: 10px;
}
.for-whom .perevagi .rigrh.ustanovka {
  background: #2C2C2B;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.for-whom div#tab2 .left .content {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.for-whom div#tab2 .left p.special {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 10px;
}
.for-whom div#tab2 .left p {
  margin-bottom: 10px;
}
.for-whom div#tab2 .left ol.color-num {
  padding-left: 20px;
  margin-bottom: 10px;
}
.for-whom div#tab2 .left ol.color-num li:first-child strong {
  color: #57C7FE;
}
.for-whom div#tab2 .left ol.color-num li:first-child::marker {
  color: #57C7FE;
}
.for-whom div#tab2 .left ol.color-num li:nth-child(2) strong {
  color: #86CB00;
}
.for-whom div#tab2 .left ol.color-num li:nth-child(2)::marker {
  color: #86CB00;
}
.for-whom div#tab2 .left p.footnote {
  color: #FFD300;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
div#popup-version {
  width: 100%;
  max-width: 351px;
  border-radius: 20px;
  background: var(--light-yellow, #FFFDF2);
  padding: 40px;
}
div#popup-version .body-version .left.title {
  float: left;
  margin-right: 15px;
  width: 130px;
}
div#popup-version .body-version .rigth.download {
  margin-bottom: 2px;
}
div#popup-version .body-version .rigth.download a {
  color: black;
}
.mobile-bottom {
  padding: 100px 0;
}
.mobile-bottom .mobile-bottom-wrap {
  display: flex;
  border-radius: 20px;
  background: var(--yellow, #FFD300);
}
.mobile-bottom .body-text {
  padding: 60px;
  padding-right: 11%;
}
.mobile-bottom p.title {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  max-width: 577px;
  margin-bottom: 10px;
}
.mobile-bottom .img {
  width: 507px;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
}
.mobile-bottom .img:before {
  content: '';
  display: block;
  width: 254px;
  height: 330px;
  position: absolute;
  background: url('../images/mob-bottom-chel.png');
  bottom: 0;
  left: -125px;
}
.mobile-bottom .img img {
  display: block;
}
.baner-white-label .wrap {
  display: flex;
}
.baner-white-label .right .baner-img {
  position: absolute;
  width: 845px;
  height: 585px;
  top: 0;
  right: 0;
  background: url('../images/baner-whitelabal.jpg');
}
.baner-white-label .right .baner-img .baner-whit-mobile1 {
  width: 259px;
  height: 456px;
  position: absolute;
  background: url('../images/baner-white-mobile1.png');
  top: 83px;
}
.baner-white-label .right .baner-img .baner-whit-mobile2 {
  width: 259px;
  height: 456px;
  position: absolute;
  background: url('../images/baner-white-mobile2.png');
  right: 352px;
  top: 50px;
}
.advantages.advantages-mobile .advantages-item.adv-2.adv-img .content {
  flex-grow: 2;
  flex-shrink: 0;
}
.advantages.advantages-mobile .advantages-item.adv-2.adv-img .content ul {
  padding-left: 25px;
}
.advantages.advantages-mobile .advantages-item .img {
  align-items: flex-end;
  align-content: center;
}
.in-platform.mobile-bottom .body-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.in-platform.mobile-bottom p.title {
  margin-bottom: 25px;
}
a.app-download {
  width: 204px;
  height: 60px;
  /*background: url('../images/app-download.png');*/
  background: url('../images/appstore-badge.png');
  display: inline-block;
  text-indent: -9999px;
}
.baner.baner-flet-servise .wrap {
  display: flex;
}
.baner.baner-flet-servise .right {
  width: 810px;
  height: 585px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('../images/baner-fletservise.jpg');
}
.baner.baner-flet-servise .right .baner-img {
  content: '';
  width: 750px;
  height: 555px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/book-flet.png');
}
.advantages.advantages-fletservise .advantages-item.adv-7.adv-bg {
  background-image: url(../images/adv-flet.png);
  background-size: 100%;
}
.advantages.advantages-fletservise .adv-7 {
  grid-row: 3 / 5;
  grid-column: 1/3;
}
.possibilities .perevagi .fletservise {
  background: url(../images/possibilities-flet.jpg);
  background-size: cover;
}
.possibilities .perevagi .left {
  min-height: inherit;
}
.possibilities .links {
  margin-top: 20px;
  margin-bottom: -30px;
}
.possibilities .content li {
  margin-bottom: 9px;
}
.possibilities .title {
  text-align: center;
}
.baner-online-zakaz .wrap {
  display: flex;
}
.baner-online-zakaz .right {
  width: 810px;
  height: 585px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('../images/baner-online.jpg');
}
.baner-online-zakaz .baner-img {
  position: absolute;
  width: 394px;
  height: 364.066px;
  background: url('../images/baner-img-online.png');
  top: 145px;
  left: 75px;
}
.advantages.advantages-online .adv-7 {
  grid-row: inherit;
}
.advantages.advantages-online .advantages-item.adv-3.adv-bg {
  grid-row: 2/4;
  background: url('../images/avd-online2.png');
}
.rigrh.online-zakaz {
  background: url('../images/possibilities-online.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.baner-car-requirements.baner {
  padding-top: 9%;
}
.baner-car-requirements .wrap {
  display: flex;
}
.baner-car-requirements .right {
  width: 810px;
  height: 585px;
  position: absolute;
  right: 0;
  top: 0;
  background: url('../images/baner-car.jpg');
}
.advantages.advantages-car-requirements .advantages-item {
  background: #EEFFFC;
}
.advantages.advantages-car-requirements .advantages-item.adv-8 {
  grid-column: 3/5;
}
.advantages.advantages-car-requirements .advantages-item.adv-img {
  grid-column: 3/5;
  flex-direction: row-reverse;
}
.advantages.advantages-car-requirements .advantages-item.adv-img .content {
  align-content: flex-end;
  padding-right: 15px;
  display: grid;
}
.advantages.advantages-car-requirements .advantages-item .img {
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}
.advantages.advantages-car-requirements .advantages-item .img img {
  display: block;
}
.advantages.advantages-car-requirements .advantages-item:before {
  background: url('../images/check-turquoise.png');
}
.advantages.advantages-car-requirements .adv-7 {
  grid-row: inherit;
}
.car_class_table {
  padding-top: 20px;
  padding-bottom: 100px;
}
.car_class_table tbody tr td:nth-child(1) {
  color: #089eb5;
  font-size: 18px;
}
div#back-forms-popup {
  border-radius: 20px;
  background: var(--light-yellow, #FFFDF2);
  padding: 69px 60px;
  max-width: 510px;
}
div#back-forms-popup .group {
  margin-bottom: 10px;
}
#bay-forms-popup {
  border-radius: 20px;
  background: var(--light-yellow, #FFFDF2);
  padding: 69px 60px;
  max-width: 510px;
}
#bay-forms-popup .group {
  margin-bottom: 10px;
}
.page-template-page-contact div#page {
  padding-top: 80px;
}
.single h1.entry-title {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.single article {
  padding-top: 50px;
  padding-bottom: 100px;
  font-size: 20px;
}
.single .entry-content ul {
  padding-left: 25px;
}
div#scrol-top {
  position: fixed;
  right: 50px;
  bottom: 100px;
  z-index: 99;
  display: none;
}
div#scrol-top.fixed {
  display: block;
}
div#scrol-top button.scrolltop {
  background: none;
  padding: 0;
  transform: rotateZ(-90deg);
}
div#thanks-popup {
  border-radius: 20px;
  background: #EEFFFC;
  width: 100%;
  max-width: 507px;
  padding: 90px 80px;
}
div#thanks-popup .thanks-popup-body {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  max-width: 324px;
  margin: auto;
}
div#thanks-popup .thanks-popup-body p {
  margin-bottom: 0;
}
div#thanks-popup .thanks-popup-body p.title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 20px;
}
.header-mobile {
  background: black;
}
.header-mobile .wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 14px 15px;
  position: relative;
  z-index: 25;
}
.header-mobile .open-menu {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.header-mobile button.toogl-menu {
  display: flex;
  width: 64px;
  height: 64px;
  padding: 0;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  background: #2C2C2B;
}
.header-mobile button.toogl-menu.opened span {
  width: 23px;
  height: 23px;
  color: inherit;
  background: none;
  position: relative;
  display: inline-block;
}
.header-mobile button.toogl-menu.opened span:before {
  height: 2px;
  transform: rotateZ(44deg);
  left: 4px;
  position: absolute;
  left: -5px;
  width: 31px;
  top: 10px;
}
.header-mobile button.toogl-menu.opened span:after {
  height: 2px;
  transform: rotateZ(-44deg);
  left: 4px;
  position: absolute;
  left: -5px;
  width: 31px;
  top: 10px;
}
.header-mobile button.toogl-menu span {
  height: 3px;
  background: white;
  width: 36px;
  position: relative;
}
.header-mobile button.toogl-menu span:before {
  content: '';
  height: 3px;
  background: white;
  width: 30px;
  top: -27px;
  display: inline-block;
}
.header-mobile button.toogl-menu span:after {
  content: '';
  height: 3px;
  background: white;
  width: 42px;
  top: -10px;
  display: inline-block;
  position: absolute;
  left: -3px;
}
.header-mobile .header-widget {
  flex-grow: inherit;
  justify-content: inherit;
}
.header-mobile .header-widget .textwidget {
  justify-content: center;
}
.header-mobile .header-widget .textwidget a {
  color: white;
}
.header-mobile .header-widget .textwidget p {
  color: white;
}
.header-mobile .header-widget .textwidget a svg {
  fill: white;
}
.header-mobile .site-branding {
  display: flex;
  align-items: center;
}
.header-mobile a.custom-logo-link {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.header-mobile a.custom-logo-link img {
  display: block;
  margin: 0;
}
.mobile-menu-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000059;
  z-index: 20;
  padding-top: 92px;
}
.panel-navigation {
  width: 350px;
  float: right;
  background: var(--black, #2C2C2B);
  height: 100%;
  overflow-y: auto;
  z-index: 0;
  position: relative;
  padding-top: 20px;
}
.panel-navigation .navigation-left .menu {
  text-align: center;
}
.panel-navigation .navigation-left .menu .menu-item-has-children svg {
  display: none;
  position: absolute;
  right: 0;
  top: 9px;
  width: 20px;
  height: 20px;
  fill: white;
}
.panel-navigation .navigation-left .menu li ul.sub-menu {
  margin: 0;
  background: #000;
}
.panel-navigation .navigation-left .menu li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.panel-navigation .navigation-left .menu li.current-menu-item a {
  background: #FFD300;
  color: black;
}
.panel-navigation .navigation-left .menu li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
  display: inline-block;
  min-width: 220px;
  position: relative;
}
.panel-navigation .button-wrap {
  justify-content: center;
  font-size: 16px;
  margin-bottom: 40px;
}
.panel-navigation .button-wrap a {
  margin: 0;
}
.panel-navigation .header-widget {
  display: none;
}
.panel-navigation .header-widget {
  flex-direction: column;
}
.panel-navigation nav.lang-navigation {
  display: flex;
  justify-content: center;
}
.panel-navigation ul.lang-menu li.lang-item {
  position: relative;
  margin: 0 5px;
}
.header-mobile.fixed {
  z-index: 2;
  width: 100%;
}
.overflow-hidden {
  overflow: hidden;
}
.slider-mobile .slider-wrap .slider.slick-initialized.slick-slider:before {
  height: 100%;
  background: white;
  opacity: 0.4;
  width: 200%;
  position: absolute;
  right: 95%;
  z-index: 16;
  content: '';
}
.slider-mobile .slider-wrap .slider.slick-initialized.slick-slider:after {
  height: 100%;
  background: white;
  opacity: 0.4;
  width: 200%;
  position: absolute;
  left: 95%;
  z-index: 16;
  content: '';
  top: 0;
}
.slider-online .slider-wrap .slider.slick-initialized.slick-slider:before {
  height: 100%;
  background: white;
  opacity: 0.4;
  width: 200%;
  position: absolute;
  right: 95%;
  z-index: 16;
  content: '';
}
.slider-online .slider-wrap .slider.slick-initialized.slick-slider:after {
  height: 100%;
  background: white;
  opacity: 0.4;
  width: 200%;
  position: absolute;
  left: 95%;
  z-index: 16;
  content: '';
  top: 0;
}
.label-g-store {
  box-shadow: 0px 0px 14px #d0cfcf;
  border-radius: 10px;
}
@media (max-width: 1370px) {
  .baner-navigator .right .baner-img .baner-img-navigator {
    width: 586px;
    height: 441px;
    top: -14px;
    background-size: contain;
  }
  .page-template-default h1,
  h1,
  h1.page-title {
    font-size: 50px;
  }
  .home_baner .fly1 {
    background-size: contain;
    width: 450px;
    height: 360px;
    left: -100px;
  }
  .fr-blocks {
    margin-top: 50px;
  }
  .advantages-home .advantages-home-item .title h3 {
    font-size: 22px;
  }
  h2 {
    font-size: 46px;
  }
  .contakt-block .title h3 {
    font-size: 40px;
  }
  .baner h1 {
    font-size: 50px;
  }
  .baner-navigator .right .baner-img {
    width: 693px;
    height: 500px;
    background-size: contain;
  }
  .baner {
    min-height: 500px;
    padding-top: 55px;
  }
  .advantages .advantages-block .title h2 {
    font-size: 40px;
  }
  .attention-navigator .left {
    font-size: 40px;
    padding-right: 11%;
  }
  .slider-navigator .title h2 {
    font-size: 40px;
  }
  .baner.baner-mobile-taxi .baner-img .baner-img-mobile {
    left: 0;
    background-size: contain;
    width: 617px;
    height: 499px;
    background-repeat: no-repeat;
  }
  .mobile-bottom p.title {
    font-size: 40px;
  }
  .mobile-bottom .body-text {
    padding-right: 6%;
  }
  .baner-white-label .right .baner-img .baner-whit-mobile1 {
    width: 236px;
    height: 393px;
    top: 63px;
    left: 0;
    background-size: contain;
  }
  .baner-white-label .right .baner-img .baner-whit-mobile2 {
    width: 230px;
    height: 402px;
    right: 271px;
    top: 2px;
    background-size: contain;
  }
  .baner-white-label .right .baner-img {
    width: 693px;
    height: 500px;
    background-size: cover;
  }
  .baner.baner-flet-servise .right {
    width: 693px;
    height: 500px;
    background-size: cover;
  }
  .baner.baner-flet-servise .right .baner-img {
    width: 630px;
    height: 459px;
    background-size: contain;
  }
  .baner-online-zakaz .right {
    width: 693px;
    height: 500px;
    background-size: cover;
  }
  .baner-online-zakaz .baner-img {
    background-size: contain;
    width: 330px;
    height: 307.066px;
    top: 75px;
    left: 12px;
  }
  .baner-car-requirements .right {
    width: 693px;
    height: 500px;
    background-size: cover;
  }
  .advantages .advantages-item.adv-7.adv-bg {
    background-size: cover;
  }
  .advantages .advantages-item.adv-10.adv-bg {
    background-size: 100% 100%;
  }
  .advantages.advantages-fletservise .advantages-item.adv-7.adv-bg {
    background-size: 100% 100%;
  }
}
@media (max-width: 1300px) {
  .home_baner .fly1 {
    width: 411px;
    height: 331px;
    left: -144px;
  }
  .home_baner .fly2 {
    width: 208px;
    height: 203px;
    background-size: contain;
    left: 140px;
  }
  .home_baner .fly3 {
    width: 121px;
    height: 235px;
    background-size: contain;
    top: 209px;
    left: 242px;
  }
  .home_baner .fly4 {
    width: 111px;
    height: 225px;
    top: 76px;
    right: 70px;
    background-size: contain;
  }
  .about-navigator .l-img:before {
    width: 736px;
    height: 436px;
    right: -59px;
    background-size: contain;
  }
  .baner.baner-mobile-taxi .baner-img {
    height: 500px;
    background-size: contain;
    width: 692px;
  }
}
@media (max-width: 1024px) {
  .single h1.entry-title {
    font-size: 45px;
  }
  .site-header {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  .mobile-menu-wrap {
    display: none;
  }
  .home_baner .wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .home_baner {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .home-title {
    max-width: inherit;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-title h1 {
    max-width: 660px;
    margin: auto;
    margin-bottom: 20px;
    /* order: 1; */
  }
  .home-title .fr-blocks {
    order: -1;
    max-width: inherit;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .home_baner .fly-img {
    height: 582px;
  }
  .home_baner .fly1 {
    width: 529px;
    height: 423px;
    left: 0;
    bottom: 0;
    background-size: 100%;
  }
  .home_baner .fly2 {
    width: 233px;
    height: 229px;
    left: inherit;
    right: 28%;
  }
  .home_baner .fly3 {
    width: 129px;
    height: 237px;
    top: 233px;
    left: inherit;
    right: 24%;
  }
  .advantages-home .advantages-home-item {
    flex: 0 0 100%;
    margin-bottom: 30px;
    /* padding: 30px; */
  }
  .advantages-home .advantages-home-item .advantages-home-item-body {
    display: grid;
    grid-template-columns: 64px 1fr;
    width: 100%;
    grid-column-gap: 15px;
    padding: 30px;
  }
  .advantages-home .advantages-home-item .advantages-home-item-body .img {
    grid-column: 1/2;
    grid-row: 1/3;
    grid-gap: 10px;
  }
  .about-navigator .wrap {
    flex-direction: column-reverse;
  }
  .about-navigator .content-block {
    max-width: inherit;
    width: 100%;
  }
  .about-navigator .l-img {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .about-navigator .l-img:before {
    position: relative;
    right: inherit;
  }
  .software-solutions .software {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
  }
  .software-solutions .soft1 {
    grid-column: 1 / 4;
  }
  .software-solutions .soft2 {
    grid-column: 4/6;
  }
  .software-solutions .soft-item.soft3 {
    grid-row: 3/4;
    grid-column: 1/6;
    flex-direction: row-reverse;
    position: relative;
  }
  .software-solutions .soft4 {
    grid-column: 1/3;
  }
  .software-solutions .soft5 {
    grid-column: 3/6;
  }
  .software-solutions .soft-item.soft3 .content-sof {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
  }
  .software-solutions .soft-item.soft3 .content-sof span.fr.fr-3 {
    position: absolute;
    top: 0;
  }
  .footer-contakt-block .wrap {
    flex-direction: column;
  }
  .footer-contakt-block .contakt-block .title {
    text-align: center;
  }
  .contakt-block .blocks-wrap {
    max-width: 549px;
    margin: auto;
  }
  .contact-form {
    margin: auto;
    margin-top: 70px;
    margin-bottom: -50px;
  }
  .site-footer .navigation-top .menu {
    flex-wrap: wrap;
    margin: auto;
    max-width: 584px;
  }
  footer .footer-logo {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .baner {
    min-height: inherit;
    padding-top: 0;
  }
  .baner .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .baner .left {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 90px;
  }
  .baner .baner-exep {
    max-width: 768px;
    padding: 0 15px;
  }
  .baner-navigator .right .baner-img {
    position: relative;
    right: 0;
    float: right;
    margin-right: -15px;
    width: 768px;
    height: 555px;
  }
  .baner-navigator .right .baner-img .baner-img-navigator {
    width: 683.615px;
    height: 473.41px;
    top: 43px;
  }
  .baner.baner-mobile-taxi .btn {
    justify-content: center;
  }
  .baner.baner-mobile-taxi .baner-img {
    width: 738.007px;
    height: 533px;
    position: relative;
    float: right;
    margin-right: -15px;
  }
  .baner.baner-mobile-taxi .baner-img .baner-img-mobile {
    width: 658.935px;
    height: 533px;
    left: -32px;
  }
  .baner-white-label .right .baner-img {
    width: 748.427px;
    height: 517.051px;
    position: relative;
    float: right;
    margin-right: -15px;
  }
  .baner-white-label .right .baner-img .baner-whit-mobile2 {
    right: 321px;
  }
  .baner.baner-flet-servise .right .baner-img {
    width: 768px;
    height: 556px;
    position: relative;
    float: right;
    margin-right: -15px;
  }
  .baner.baner-flet-servise .right {
    width: 100%;
    height: 556px;
    position: relative;
    margin-right: -15px !important;
    /* top: inherit; */
    /* right: inherit; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
  }
  .baner.baner-flet-servise .wrap {
    padding: 0;
  }
  .baner.baner-flet-servise .right .baner-img {
    width: 651.378px;
    height: 451.453px;
    right: 100px;
    left: inherit;
  }
  .baner-online-zakaz .right {
    position: relative;
    width: 100%;
    height: 585px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
  }
  .baner-online-zakaz .baner-img {
    width: 394px;
    height: 364.066px;
    right: 35%;
    left: inherit;
    top: 147px;
  }
  .baner.baner-online-zakaz .wrap {
    padding: 0;
  }
  .baner-car-requirements .right {
    position: relative;
    width: 100%;
    height: 585px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
  }
  .baner.baner-car-requirements .wrap {
    padding: 0;
  }
  .baner-car-requirements.baner {
    padding-top: 0;
  }
  .baner.baner-car-requirements .left {
    padding-top: 160px;
    padding-bottom: 200px;
  }
  .advantages.advantages-car-requirements .advantages-block {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .advantages.advantages-car-requirements .adv-1 {
    grid-column: 1 / 3;
    padding-bottom: 30px;
  }
  .advantages.advantages-car-requirements .advantages-item.adv-2 {
    grid-column: 1/3;
  }
  .advantages.advantages-car-requirements .advantages-item.adv-3 {
    grid-column: 1/2;
  }
  .advantages.advantages-car-requirements .advantages-item.adv-4 {
    grid-column: 2/3;
  }
  .advantages.advantages-car-requirements .advantages-item.adv-5 {
    grid-column: 1/3;
  }
  .advantages.advantages-car-requirements .advantages-item.adv-6 {
    grid-column: 1/2;
  }
  .advantages.advantages-car-requirements .advantages-item.adv-7 {
    grid-column: 2/3;
  }
  .advantages.advantages-car-requirements .advantages-item.adv-8 {
    grid-column: 1/3;
  }
  .advantages.advantages-navigator .advantages-block {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .advantages.advantages-navigator .adv-1 {
    grid-column: 1 / 3;
    padding-bottom: 30px;
  }
  .advantages.advantages-navigator .adv-2 {
    grid-column: 1 / 3;
  }
  .advantages.advantages-navigator .adv-3 {
    grid-column: 1 / 2;
  }
  .advantages.advantages-navigator .adv-4 {
    grid-column: 2/3;
  }
  .advantages.advantages-navigator .adv-5 {
    grid-column: 1 / 2;
  }
  .advantages.advantages-navigator .adv-6 {
    grid-column: 2/3;
  }
  .advantages.advantages-navigator .adv-7 {
    grid-column: 1 / 2;
    grid-row: 5/7;
  }
  .advantages.advantages-navigator .adv-8 {
    grid-column: 2 / 3;
  }
  .advantages.advantages-navigator .adv-9 {
    grid-column: 2 / 3;
  }
  .advantages.advantages-navigator .adv-10 {
    grid-column: 2 / 3;
  }
  .advantages.advantages-navigator .adv-10.adv-bg {
    background-size: cover;
    background-position: center;
  }
  .advantages.advantages-navigator .adv-11 {
    grid-column: 1 / 2;
    grid-row: 7/8;
  }
  .advantages.advantages-navigator .advantages-item {
    min-height: 219px;
  }
  .perevagi {
    flex-direction: column-reverse;
  }
  .perevagi .rigrh {
    width: 100%;
    padding-top: 10%;
    background-size: contain;
  }
  .tabs-wrap .head-tabs {
    flex-direction: column;
  }
  .tabs-wrap .head-tabs .title-tabs {
    margin-bottom: 30px;
  }
  div#tab-contents {
    max-width: 738px;
    margin: auto;
  }
  .perevagi .rigrh {
    background-image: none;
    background-color: #2C2C2B;
    padding: 40px;
    padding-bottom: 0;
  }
  .perevagi .rigrh:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 63%;
    border-radius: 20px;
    overflow: hidden;
  }
  .perevagi .dispetcher.rigrh:before {
    background-image: url('../images/dispetcher2.jpg');
  }
  .perevagi .kerivnic.rigrh:before {
    background-image: url('../images/kerivnic2.jpg');
  }
  .perevagi .left {
    min-height: inherit;
    padding-bottom: 20px;
  }
  .attention-navigator {
    flex-direction: column;
  }
  .attention-navigator .left {
    margin-bottom: 20px;
  }
  .attention-navigator .attention-block {
    max-width: inherit;
    margin-bottom: 50px;
  }
  .recommended .recommended-content table thead tr td {
    font-size: 18px;
    font-weight: 600;
    padding: 13px 10px;
  }
  .advantages.advantages-mobile .advantages-block {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .advantages.advantages-mobile .advantages-block .adv-1.title h2 br {
    display: none;
  }
  .advantages.advantages-mobile .advantages-block .advantages-item {
    min-height: 219px;
  }
  .advantages.advantages-mobile .advantages-item.adv-2.adv-img {
    grid-column: 1/3;
  }
  .advantages.advantages-mobile .advantages-item.adv-2.adv-img .content ul {
    padding-left: 25px;
  }
  .for-whom.for-whom-mobile .perevagi {
    flex-direction: column;
  }
  .for-whom.for-whom-mobile .perevagi .left {
    padding: 40px;
    padding-bottom: 10px;
  }
  .for-whom.for-whom-mobile .perevagi .rigrh.android-v {
    padding: 40px;
    padding-top: 0;
  }
  .for-whom.for-whom-mobile .perevagi .rigrh.android-v img {
    width: 100%;
    border-radius: 27px;
    overflow: hidden;
  }
  .for-whom.for-whom-mobile .perevagi .rigrh:before {
    display: none;
  }
  .for-whom.for-whom-mobile .perevagi .rigrh.ustanovka {
    padding-bottom: 40px;
  }
  .slider-mobile .slider-wrap .right-opasity {
    left: 69%;
  }
  .slider-mobile .slider-wrap .left-opasity {
    right: 69%;
  }
  .mobile-bottom .img:before {
    z-index: 2;
  }
  .mobile-bottom .img {
    width: 320px;
  }
  .mobile-bottom .img img {
    display: none;
  }
  .mobile-bottom .img:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/mob-bottom.png');
    background-position: center;
    background-size: cover;
  }
  .mobile-bottom .mobile-bottom-wrap {
    overflow: hidden;
  }
  .advantages.advantages-mobile .advantages-item.adv-2.adv-img .img {
    max-width: 250px;
  }
  .in-platform.mobile-bottom .body-text .btn {
    max-width: 250px;
  }
  .in-platform.mobile-bottom .body-text .btn a.google-download {
    margin-bottom: 10px;
  }
  .in-platform.mobile-bottom .body-text .btn a.app-download {
    width: 214px;
    height: 76px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .advantages-fletservise.advantages .advantages-block {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .advantages-fletservise.advantages .adv-2 {
    grid-column: 1/3;
  }
  .advantages-fletservise.advantages.advantages-fletservise .adv-7 {
    grid-row: 5/7;
    padding-top: 57%;
  }
  .advantages-fletservise.advantages .advantages-block .title h2 br {
    display: none;
  }
  .possibilities .perevagi {
    max-width: 738px;
    margin: auto;
  }
  .possibilities .perevagi .fletservise {
    background: #2C2C2B;
    padding: 40px;
    padding-bottom: 0;
  }
  .possibilities .perevagi .fletservise:before {
    background: url(../images/possibilities-flet.jpg);
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
  }
  .advantages.advantages-online .advantages-block {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .advantages.advantages-online .adv-1 h2 br {
    display: none;
  }
  .advantages.advantages-online .advantages-item.adv-2 {
    grid-column: 1/3;
  }
  .advantages.advantages-online .advantages-item.adv-3.adv-bg {
    grid-row: 3/5;
    grid-column: 1/2;
    background: url(../images/avd-online2_1.png);
    background-size: cover;
  }
  .advantages.advantages-online .advantages-item.adv-4 {
    grid-column: 2/3;
  }
  .advantages.advantages-online .advantages-item.adv-5 {
    grid-column: 2/3;
  }
  .advantages.advantages-online .advantages-item.adv-6 {
    grid-column: 1/2;
  }
  .advantages.advantages-online .advantages-item.adv-7 {
    grid-column: 2/3;
  }
  .advantages.advantages-online .advantages-item.adv-8 {
    grid-column: 1/2;
  }
  .advantages.advantages-online .advantages-item.adv-9 {
    grid-column: 2/3;
  }
  .advantages.advantages-online .advantages-item {
    min-height: 216px;
  }
  .possibilities.tabs-mobile .rigrh.online-zakaz:before {
    background: url(../images/possibilities-online2.png);
  }
  .slider-online .slider-wrap .right-opasity {
    left: 76%;
  }
  .slider-online .slider-wrap .left-opasity {
    right: 76%;
  }
  .slider-navigator .slider-wrap {
    max-width: 586px;
    /*padding-top: 0;*/
  }
  .slider-navigator .slider-wrap:after {
    width: 632px;
    height: 505px;
    background-size: contain;
    left: -22px;
  }
  .slider-navigator .slider-item {
    padding: 0 30px;
  }
  .slider-navigator .slider-item img {
    max-height: 300px;
  }
  .slider-navigator .slider-wrap:before {
    width: 586.423px;
    height: 328.913px;
    background-size: cover;
    left: 0px;
    top: 24px;
  }
  .slider-navigator .right-opasity {
    left: 104%;
  }
  .slider-navigator .left-opasity {
    right: 104%;
  }
  .slider-navigator {
    margin-bottom: 300px;
  }
  .slider-mobile .slider {
    max-width: 316px;
  }
  .slider-mobile .slider .slick-list:before {
    left: 9%;
    right: 9%;
  }
  .slider-mobile .slider-wrap .right-opasity {
    left: 65%;
  }
  .slider-mobile .slider-wrap .left-opasity {
    right: 65%;
  }
}
@media (min-width: 768px) {
  .advantages.advantages-car-requirements .advantages-item.adv-img.adv-8 .content::after {
    content: '';
    display: block;
    height: 20px;
  }
}
@media (max-width: 850px) {
  .news-items .news-item {
    flex: 0 0 50%;
    /*padding: 10px 8%;*/
    box-sizing: border-box;
    max-width: 288px;
  }
  .news-items {
    justify-content: center;
  }
  .software-solutions .soft5 {
    background-position-x: 190px;
  }
  .mobile-bottom .img {
    width: 225px;
  }
  .recommended-content .wrap-table {
    width: 100%;
    overflow-x: scroll;
  }
  .recommended-content .wrap-table table {
    min-width: 700px;
  }
}
@media (max-width: 768px) {
  .single h1.entry-title {
    font-size: 30px;
  }
  .slider-online button.slick-next {
    right: -17px;
  }
  .slider-online button.slick-prev {
    left: 0;
  }
  .advantages.advantages-navigator .adv-10.adv-bg {
    padding-top: 69%;
  }
  .advantages .advantages-item.adv-7.adv-bg {
    background-image: url('../images/avd-7_2.jpg');
    background-size: 100%;
  }
  .header-mobile .header-widget {
    display: none;
  }
  .home-title .fr-blocks {
    justify-content: center;
  }
  /*500?*/
  .page-template-default h1,
  h1,
  h1.page-title {
    font-size: 30px;
  }
  .home-title h1 {
    max-width: 400px;
  }
  .home_baner .fly1 {
    width: 304px;
    height: 359px;
    background-image: url('../images/home-fly1_mob.png');
    left: -15px;
  }
  .home_baner .fly2 {
    width: 169.308px;
    height: 156.53px;
  }
  .home_baner .fly4 {
    width: 83px;
    height: 186px;
    top: 67px;
    right: 4%;
  }
  .home_baner .fly3 {
    width: 83px;
    height: 180px;
    top: 156px;
    left: inherit;
    right: 24%;
  }
  .home_baner .fly-img {
    height: 451px;
  }
  .advantages-home .advantages-home-item .advantages-home-item-body {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .about-navigator .l-img:before {
    width: 100%;
    height: inherit;
    padding-top: 60%;
  }
  h2 {
    font-size: 30px;
  }
  .software-solutions .title h2 br {
    display: none;
  }
  .software-solutions .title h2 {
    max-width: 430px;
  }
  .software-solutions .software {
    grid-template-columns: 1fr 1fr;
  }
  .software-solutions .soft1 {
    grid-column: 1 / 3;
    background-position-x: 56%;
  }
  .software-solutions .soft2 {
    grid-column: 1 / 2;
  }
  .software-solutions .soft-item.soft3 {
    grid-column: 1/3 !important;
    grid-row: 4/5 !important;
  }
  .software-solutions .soft4 {
    grid-column: 2/3;
  }
  .software-solutions .soft5 {
    grid-column: 1 / 3;
  }
  .software-solutions .soft-item {
    min-height: 239px;
  }
  .news-tag .post_tags a {
    font-size: 16px;
    padding: 5px 5px;
    line-height: 1;
  }
  .contakt-block .title h3 {
    font-size: 30px;
  }
  .contakt-block .blocks-wrap {
    flex-direction: column;
  }
  .contakt-block .blocks-wrap > div {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-top: 50px;
  }
  .contakt-block .widget_text a.phone-link svg {
    right: 0;
    margin: auto;
  }
  .contakt-block .blocks-wrap > div.right {
    margin-top: 50px;
  }
  .contact-form {
    padding: 50px 35px;
  }
  .baner-navigator .right .baner-img {
    width: 100%;
    height: inherit;
    padding-top: 72%;
  }
  .baner-navigator .right .baner-img .baner-img-navigator {
    width: 100%;
    height: inherit;
    padding-top: 59%;
    background-repeat: no-repeat;
  }
  .baner h1 {
    font-size: 30px;
  }
  .baner .baner-exep .btn {
    max-width: 360px;
    margin: auto;
  }
  .baner .baner-exep .btn a {
    display: block;
  }
  .advantages .advantages-block .title h2 {
    font-size: 30px;
  }
  .advantages .advantages-item.adv-2.adv-img .content {
    padding-right: 10px;
  }
  .advantages.advantages-navigator .advantages-block > div {
    grid-column: 1/3 !important;
    grid-row: inherit;
  }
  .advantages .advantages-item.adv-7.adv-bg {
    grid-row: 7/9 !important;
    height: 448px;
    background-size: cover;
  }
  .perevagi .rigrh {
    padding: 20px;
  }
  .perevagi .dispetcher.rigrh:before {
    padding-top: 115%;
    background-position: center;
    background-size: cover;
  }
  .perevagi .kerivnic.rigrh:before {
    padding-top: 115%;
    background-position: center;
    background-size: cover;
  }
  .perevagi .left {
    padding: 20px;
  }
  .perevagi .links {
    flex-direction: column;
    width: 100%;
    align-items: center;
    max-width: 360px;
    margin: auto;
  }
  .perevagi .links .btn a {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .perevagi .links .btn {
    display: block;
    width: 100%;
    text-align: center;
  }
  .slider-navigator .title h2 {
    font-size: 30px;
  }
  .attention-navigator .left {
    font-size: 30px;
  }
  .baner.baner-mobile-taxi .baner-img {
    width: 100%;
    height: inherit;
    padding-top: 72%;
  }
  .baner.baner-mobile-taxi .baner-img .baner-img-mobile {
    width: 100%;
    height: inherit;
    padding-top: 72%;
    top: 0;
  }
  .baner.baner-mobile-taxi .baner-exep .btn {
    flex-direction: column;
    align-items: center;
  }
  .baner.baner-mobile-taxi .baner-exep .btn a.google-download {
    margin: 0;
    margin-bottom: 20px;
    margin-top: 25px;
  }
  .advantages.advantages-mobile .advantages-block .advantages-item {
    grid-column: 1/3;
  }
  .tabs-wrap nav#tabs li a {
    padding: 12px;
    text-align: center;
  }
  .for-whom.for-whom-mobile .perevagi .links {
    flex-direction: row;
  }
  .for-whom.for-whom-mobile .perevagi .links .btn a.google-download {
    display: inline-block;
    width: inherit;
    width: 214px;
    height: 60px;
  }
  .for-whom.for-whom-mobile .perevagi .left {
    padding: 20px;
  }
  .for-whom.for-whom-mobile .perevagi .rigrh.android-v {
    padding: 20px;
    padding-top: 0;
  }
  .mobile-bottom .mobile-bottom-wrap {
    flex-direction: column;
  }
  .mobile-bottom .body-text {
    padding: 40px 20px;
    text-align: center;
  }
  .mobile-bottom p.title {
    font-size: 30px;
    max-width: 300px;
    margin: auto;
    margin-bottom: 20px;
  }
  .mobile-bottom .img {
    width: 100%;
    padding-top: 68%;
  }
  .mobile-bottom .img:before {
    width: 195.724px;
    height: 254.664px;
    left: 0;
    background-size: contain;
  }
  .baner-white-label .right .baner-img {
    width: 100%;
    height: inherit;
    padding-top: 72%;
  }
  .baner-white-label .right .baner-img .baner-whit-mobile1 {
    width: 36%;
    height: inherit;
    padding-top: 64%;
    top: 6%;
    background-size: contain;
    background-repeat: no-repeat;
    left: -6%;
  }
  .baner-white-label .right .baner-img .baner-whit-mobile2 {
    right: inherit;
    left: 23%;
    width: 36%;
    height: inherit;
    padding-top: 63%;
    top: 1%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .advantages.advantages-mobile .advantages-item.adv-2.adv-img.wl {
    /*flex-direction: column;*/
    /*flex-wrap: wrap;*/
  }
  .advantages.advantages-mobile .advantages-item.adv-2.adv-img.wl .img {
    /*max-width: inherit;*/
    /*margin-bottom: 50px;*/
    flex: 0 0 183px;
  }
  .advantages.advantages-mobile .advantages-item.adv-2.adv-img .content {
    flex-shrink: initial;
  }
  .advantages.advantages-mobile .advantages-item.adv-2.adv-img.wl .img img {
    width: 182px;
    height: 51px;
  }
  .in-platform.mobile-bottom .body-text .btn {
    max-width: inherit;
  }
  .in-platform.mobile-bottom .body-text .btn a.google-download {
    margin-right: 0;
  }
  .baner.baner-flet-servise .right {
    width: 100%;
    height: inherit;
    padding-top: 72%;
  }
  .baner.baner-flet-servise .right .baner-img {
    position: absolute;
    width: 91%;
    height: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 67%;
    right: inherit;
    left: 0;
  }
  .advantages-fletservise.advantages .advantages-item {
    grid-column: 1 / 3;
  }
  .advantages.advantages-fletservise .advantages-item.adv-7.adv-bg {
    height: inherit;
    background-size: contain;
    padding-top: 65%;
    background-image: url(../images/adv-flet_2.png);
    background-repeat: no-repeat;
  }
  .possibilities .perevagi .fletservise {
    padding: 20px;
    padding-bottom: 0;
  }
  .baner-online-zakaz .right {
    width: 100%;
    height: inherit;
    padding-top: 72%;
  }
  .baner-online-zakaz .baner-img {
    width: 48%;
    height: inherit;
    padding-top: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 21%;
    left: 12%;
  }
  .advantages.advantages-online .advantages-item {
    grid-column: 1 / 3 !important;
  }
  .advantages.advantages-online .advantages-item.adv-3.adv-bg {
    grid-row: 5/6;
    height: inherit;
    padding-top: 107%;
  }
  .possibilities.tabs-mobile .rigrh.online-zakaz:before {
    padding-top: 109%;
    background-size: cover;
    background-position: center;
  }
  .baner-car-requirements .right {
    width: 100%;
    height: inherit;
    padding-top: 72%;
  }
  .baner.baner-car-requirements .left {
    padding-top: 120px;
    padding-bottom: 175px;
  }
  .baner.baner-car-requirements .baner-exep {
    max-width: 400px;
  }
  .advantages.advantages-car-requirements .advantages-item {
    grid-column: 1 / 3 !important;
  }
  .advantages.advantages-car-requirements .advantages-item.adv-img .img img {
    max-width: 165px;
  }
  .advantages.advantages-car-requirements .advantages-item {
    min-height: 150px;
  }
  .cars_table {
    width: 100%;
    overflow-x: scroll;
  }
  .cars_table .wpDataTablesWrapper table.wpDataTable {
    min-width: 700px;
  }
  .advantages .advantages-item {
    min-height: 150px;
  }
  .advantages.advantages-navigator .advantages-item {
    min-height: 150px;
  }
  .advantages.advantages-mobile .advantages-block .advantages-item {
    min-height: 150px;
  }
  .advantages.advantages-online .advantages-item {
    min-height: 150px;
  }
  .header-mobile .mobile-menu-wrap .header-widget {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
  }
  .header-mobile .mobile-menu-wrap .header-widget .textwidget {
    padding: 0;
    margin: 0;
    align-items: center;
    padding-top: 32px;
    margin-bottom: 20px;
  }
  .header-mobile .mobile-menu-wrap .header-widget .textwidget a svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  div#scrol-top {
    right: 0;
    bottom: 0;
  }
  .header-mobile .wrap {
    padding: 11px 15px;
  }
  .header-mobile button.toogl-menu {
    width: 48px;
    height: 48px;
  }
  .header-mobile a.custom-logo-link img {
    max-width: 115px;
  }
  .header-mobile button.toogl-menu span {
    width: 26px;
  }
  .header-mobile button.toogl-menu span:before {
    width: 22px;
  }
  .header-mobile button.toogl-menu span:after {
    width: 32px;
  }
  .mobile-menu-wrap {
    padding-top: 70px;
  }
  .slider-navigator .slider-wrap {
    max-width: 360px;
  }
  .slider-navigator .slider-item img {
    max-height: 200px;
  }
  .slider-navigator .slider-wrap:after {
    width: 113%;
    background-repeat: no-repeat;
    height: inherit;
    padding-top: 92%;
  }
  .slider-navigator .slider-wrap {
    padding-top: 25px;
  }
  .slider-navigator .slider-wrap:before {
    width: 106%;
    background-repeat: no-repeat;
    background-size: contain;
    top: 15px;
    left: -11px;
    height: inherit;
    padding-top: 85%;
  }
  .slider-navigator button.slick-next {
    right: -47px;
  }
  .slider-navigator button.slick-prev {
    left: -26px;
  }
}
div#page {
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 500px) {
  .news-items {
    flex-direction: column;
    align-items: center;
  }
  .news-tag .post_tags {
    flex-wrap: wrap;
    justify-content: center;
  }
  .news-items .news-item {
    /*max-width: 350px;*/
    flex: 0 0 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 420px) {
  .software-solutions .soft-item {
    grid-column: 1 / 3 !important;
  }
  .slider-mobile button.slick-prev {
    left: 0px;
  }
  .slider-mobile button.slick-next {
    right: -20px;
  }
  .advantages.advantages-car-requirements .advantages-item.adv-img .img img {
    width: 105px;
    margin-top: 40px;
  }
  .yellow-btn {
    padding: 18px 35px;
  }
  .advantages.advantages-mobile .advantages-item.adv-2.adv-img .content {
    padding-top: 38px;
  }
}
/*# sourceMappingURL=custom.css.map */