@charset "UTF-8";
/*
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 : 23.10.2021, 12:09:12
    Author     : Admin
*/
html.js.svg.background-fixed {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none;
}

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  overflow-x: hidden;
}

h2 {
  font-weight: bold;
  font-size: 72px;
  line-height: 110%;
  position: relative;
}

.title-marker:before {
  position: absolute;
  width: 125px;
  height: 33px;
  background: #fdc705;
  border-radius: 5px;
  content: "";
  z-index: -1;
  top: 38px;
  left: -11px;
}

.title-center {
  text-align: center;
}

.title-center .title-marker {
  display: inline-block;
  margin-left: 4px;
  position: relative;
  z-index: 1;
}

.title-marker span {
  color: #fdc705;
}

/*stiki-header*/
.styki-head .stiki-header {
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.stiki-header {
  position: fixed;
  width: 100%;
  top: -200px;
  background: white;
  padding: 15px 0 7px;
  z-index: 1002;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.stiki-header a.custom-logo-link img {
  max-width: 92px;
  height: auto;
}

.stiki-header ul.lang-menu a {
  color: black !important;
}

.stiki-header ul.city-select > li:hover {
  color: #fdc705;
}

/*end stiki-header*/
.custom-header .site-branding {
  padding-left: 2px;
}

.custom-header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1597px;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-header .navigation-top {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-navigation ul.menu li:hover > a {
  color: #fdc705;
}

.main-navigation ul.menu li:hover > ul.sub-menu {
  display: block;
  position: absolute;
  list-style: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
  border-radius: 0px 15px 15px 15px;
  left: 0;
  margin-left: 14px;
  top: 40px;
  padding: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 99999;
}

.main-navigation ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 70px;
  padding-top: 0;
  list-style: none;
  margin-bottom: 0px;
}

.main-navigation ul.menu > li.menu-item:hover::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: 1px solid #fdc705;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.main-navigation ul.menu li.menu-item {
  padding: 8px 14.3px 18px 14.3px;
  font-size: 18px;
  line-height: 22px;
  position: relative;
}

.main-navigation ul.menu li.menu-item:hover > a {
  color: #fdc705;
}

.main-navigation ul.menu li.menu-item ul.sub-menu {
  padding: 25px 14.3px;
}

.main-navigation ul.menu li.menu-item ul.sub-menu li {
  padding: 5px 14.3px;
}

.main-navigation ul.menu li.menu-item a {
  color: #212121;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
}

.home header.site-header {
  position: absolute;
  width: 100%;
}

.home header.site-header {
  position: absolute;
  width: 100%;
  z-index: 100;
}

header.site-header {
  padding-top: 32px;
  padding-bottom: 24px;
}

.first-slide {
  max-height: 100vh;
  position: relative;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffffff),
      color-stop(51.85%, rgba(255, 255, 255, 0)),
      to(#ffffff)
    ),
    url(../img/city_bg.jpg);
  background-image: linear-gradient(
      180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 51.85%,
      #ffffff 100%
    ),
    url(../img/city_bg.jpg);
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  background-position-y: 76%;
}

.first-slide .wrap {
  max-width: 1301px;
  margin: 192px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* padding-top: 192px; */
}

.first-slide .left {
  width: 50%;
}

.first-slide .left .title-marker {
  font-weight: bold;
  font-size: 72px;
  line-height: 110%;
  position: relative;
  margin-top: 61px;
  margin-bottom: 38px;
  z-index: 2;
}

.first-slide .left .title-marker:before {
  position: absolute;
  width: 125px;
  height: 33px;
  background: #fdc705;
  border-radius: 5px;
  content: "";
  z-index: -1;
  top: 38px;
  left: -11px;
}

.first-slide .left p.action {
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
}

.first-slide .left p.action span {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.first-slide .left p.action span:before {
  content: "";
  display: inline-block;
  display: block;
  position: absolute;
  background: #fdc705;
  border-radius: 5px;
  top: 2px;
  left: -11px;
  bottom: 1px;
  right: -16px;
  z-index: -1;
}

.first-slide .download-application {
  margin-top: 126px;
}

.first-slide .download-application p {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 27px;
}

.first-slide .download-application a {
  margin-right: 12px;
}

.first-slide .rigth {
  width: 50%;
}

.first-slide .rigth img {
  float: right;
  margin-right: 22px;
  margin-top: 4px;
}

@media (min-width: 768px) {
  a.open-menu {
    display: none;
  }
}

.styler {
  display: block;
  position: absolute;
  width: 1438.16px;
  height: 1438.16px;
  background: #fdc705;
  border-radius: 150px;
  -webkit-transform: rotate(-63.7deg);
  transform: rotate(-63.7deg);
  z-index: 0;
  top: -325px;
  padding: 235px 0 0 114px;
  right: -671px;
}

.styler > div {
  border: 1px solid #212121;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 150px;
  width: 100%;
  height: 100%;
  padding: 96px 0 0 46px;
}

.styler > div > div {
  border: 1px solid #212125;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 151px;
  width: 100%;
  height: 100%;
  padding: 97px 0 0 48px;
}

.styler > div > div > div {
  border: 1px solid #212125;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 151px;
  width: 100%;
  height: 100%;
  padding: 91px 0 0 46px;
}

.styler > div > div > div > div {
  border: 1px solid #212125;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 151px;
  width: 100%;
  height: 100%;
  padding: 95px;
}

a.online-order-btn2 {
  background: #fdc705;
  border-radius: 100px;
  padding: 14px 30.5px;
  margin-right: -1px;
  margin-left: 22px;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-top: -7px;
  border: 2px solid #212121;
}

a.online-order-btn2:hover {
  border: 3px solid #212121;
  background: #fdc705;
}

nav.lang-navigation {
  margin-right: 40px;
}

ul.lang-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-right: 17px;
  padding-top: 13px;
}

ul.lang-menu li {
  padding: 5px 9px;
  font-size: 18px;
  line-height: 22px;
}

ul.lang-menu li.current-lang a {
  opacity: 1;
  border-bottom: 2px solid;
}

ul.lang-menu a {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: black;
  opacity: 0.5;
}

ul.lang-menu a:hover {
  opacity: 1;
  border-bottom: 2px solid;
}

.home ul.lang-menu a {
  color: white;
}

.main-navigation ul.menu li.menu-item a {
  display: inline-block;
  padding: 0 2px;
}

/*section Tarif*/
.tarif-section {
  padding-top: 185px;
}

.tarif-section .wrap {
  padding: 0;
}

/*end section tarif*/
/*секция преимущества*/
.advantage {
  padding-top: 77px;
  padding-bottom: 150px;
}

.advantage-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1536px;
  margin: auto;
  margin-top: 10px;
}

.advantage-blocks .devaider {
  width: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #efefef;
  /* height: 90%; */
  position: relative;
  display: none;
}

.advantage-blocks .advantage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 192px 38px 155px;
  position: relative;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.advantage-blocks .advantage-item p {
  font-size: 28px;
  line-height: 130%;
  font-weight: 400;
}

.advantage-blocks .advantage-item img {
  margin-bottom: 95px;
}

.advantage-blocks .advantage-item:before {
  content: "";
  background: #efefef;
  display: block;
  position: absolute;
  width: 1px;
  top: 30px;
  bottom: 30px;
  right: 0;
}

.advantage-blocks .advantage-item:after {
  content: "";
  background: #efefef;
  display: block;
  position: absolute;
  width: 1px;
  top: 30px;
  bottom: 30px;
  left: 0;
}

.advantage-blocks .advantage-item:first-child:after {
  display: none;
}

.advantage-blocks .advantage-item:last-child:before {
  display: none;
}

.advantage-blocks .advantage-item:hover {
  background-image: url("../img/adv-bg.png");
  background-color: #fdc705;
  -webkit-box-shadow: 0px 30px 90px rgba(253, 199, 5, 0.3);
  box-shadow: 0px 30px 90px rgba(253, 199, 5, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*end секция преимущества*/
/*почему выбирают такси*/
.why-choose {
  background: #f9f9f9;
  padding-top: 69px;
  padding-bottom: 492px;
  background-image: url("../img/why-choose_bg.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 89%;
}

.why-choose .title-marker span {
  color: #fdc705;
}

.why-choose .why-choose-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1533px;
  margin: auto;
  padding-top: 10px;
  z-index: 1;
  position: relative;
}

.why-choose .why-choose-block > div {
  width: 50%;
  padding-right: 3px;
}

.why-choose .why-choose-block p {
  font-weight: normal;
  font-size: 20px;
  line-height: 170%;
  margin-bottom: 34px;
}

@media (min-width: 980px) {
  .why-choose-block > div:nth-child(2) {
    padding-left: 18px;
  }
}

/*end почему выбирают такси*/
/*становись водителем такси*/
.clarion .styler {
  left: -1061px;
  -webkit-transform: rotateZ(150deg);
  transform: rotateZ(150deg);
  top: -748px;
  padding: 65px 0 0 174px;
  height: 1823px;
}

.clarion .styler > div {
  padding: 49px 0 0 84px;
}

.clarion .styler > div > div {
  padding: 49px 0 0 87px;
}

.clarion .styler > div > div > div > div {
  display: none;
}

.clarion {
  padding-top: 155px;
  padding-bottom: 25px;
  background-image: url("../img/clarion_bg.png");
  background-repeat: no-repeat;
  background-position-x: 15%;
  background-position-y: 82%;
  position: relative;
}

.clarion .wrap {
  max-width: 1601px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.clarion .wrap > div {
  width: 50%;
}

.clarion .wrap .rigth {
  font-size: 20px;
  line-height: 170%;
  padding-left: 17px;
  padding-top: 4px;
  padding-right: 3px;
}

.clarion .wrap .left {
  padding-left: 4px;
}

.clarion h2 {
  margin-top: 0;
  max-width: 400px;
  margin-bottom: 62px;
}

.clarion .clarion-text p {
  margin-bottom: 25px;
}

.clarion .clarion-icons {
  margin-top: 65px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clarion .icon-block {
  width: 228px;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 23px;
  padding-right: 13px;
}

.clarion .icon-block img {
  margin-bottom: 12px;
}

.black-btn {
  background: #212121;
  border-radius: 100px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 23px 64px;
  position: relative;
}

.black-btn:hover {
  border: 2px solid #212121;
  background: #fdc705;
}

/*end становись водителем такси*/
/*for-klients*/
.for-klients {
  padding-top: 86px;
  padding-bottom: 162px;
  position: relative;
}

.for-klients::after {
  content: "";
  display: block;
  position: absolute;
  width: 506px;
  height: 1435.53px;
  background-image: url("../img/Lines1.png");
  right: -18px;
  bottom: -468px;
  z-index: -1;
}

.for-klients .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
  /* position: absolute; */
  width: 1536px;
  height: 664px;
  margin: auto;
  -webkit-filter: drop-shadow(0px 20px 140px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0px 20px 140px rgba(0, 0, 0, 0.07));
}

.for-klients .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 96px 32px;
  position: static;
  width: 491px;
  height: 608px;
  left: 1045px;
  top: 28px;
  background: #ffffff;
  border-radius: 30px;
  text-align: center;
}

.for-klients .centre.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 112px 32px;
  position: static;
  width: 490px;
  height: 664px;
  left: 523px;
  top: 0px;
  background: #ffffff;
  border: 2px solid #fdc705;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  margin: 0 32px;
}

.for-klients .item-head h4 {
  font-weight: bold;
  font-size: 32px;
  line-height: 110%;
  margin-top: 23px;
  margin-bottom: 32px;
}

.for-klients .item-head h4 span {
  color: #fdc705;
  display: inherit;
}

.for-klients .item-body {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
}

.for-klients .item-body p {
  margin-bottom: 33px;
}

.for-klients .item-footer a {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  border-bottom: 2px dashed #fdc705;
  margin-left: 19px;
}

.for-klients .item-footer a:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 24px;
  height: 10px;
  background: url("../img/Arrow1.png");
  background-position: center right;
  margin-left: 16px;
}

/*end for-klients*/
/*section zakaz*/
.section-zakazat {
  padding: 156px 0;
}

.section-zakazat h3 {
  font-weight: bold;
  font-size: 48px;
  line-height: 110%;
  margin-top: 0;
  margin-bottom: 37px;
}

.section-zakazat .zakazat-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-zakazat .item {
  width: 100%;
  height: 100%;
  background: #fdc705;
  border-radius: 3000px;
  /* margin: 50px; */
  position: relative;
}

.section-zakazat .layar_1 {
  width: 490px;
  height: 490px;
  border: 2px solid rgba(253, 199, 5, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px;
  margin: 0 16px;
}

.section-zakazat .layar_2 {
  border: 2px solid rgba(253, 199, 5, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 500px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px;
}

.section-zakazat .layar_3 {
  border: 2px solid #fdc705;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 500px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px;
}

.section-zakazat .item-head p {
  font-weight: bold;
  font-size: 32px;
  line-height: 110%;
  color: white;
  margin-bottom: 0;
}

.section-zakazat .item-head {
  padding-top: 43px;
}

.section-zakazat .item.item-download .item-body {
  margin-top: 51px;
}

.section-zakazat .item.item-download .item-body a {
  margin-bottom: 10px;
  display: inline-block;
}

.section-zakazat .item.item-zvonok .item-body a {
  font-weight: normal;
  font-size: 160px;
  line-height: 1;
  display: inline-block;
  margin-top: 31px;
  margin-bottom: 0;
}

.section-zakazat .item.item-zvonok .item-body p {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin-top: -7px;
}

.section-zakazat .item.item-zvonok.zvonok2 .item-body a {
  font-size: 44px;
  line-height: 52px;
  font-weight: bold;
  margin-top: 23%;
}

.section-zakazat .item.item-zvonok.zvonok3 .item-body a {
  font-size: 44px;
  line-height: 52px;
  font-weight: bold;
  margin-top: 13%;
}

.section-zakazat .item.item-zvonok.zvonok3 .item-body a:hover {
  -webkit-box-shadow: 1px 1px 17px rgba(0, 0, 0, 0.38);
  box-shadow: 1px 1px 17px rgba(0, 0, 0, 0.38);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  border-radius: 10px;
}
.section-zakazat .item.item-write .item-body {
  margin-top: 53px;
}

.section-zakazat .item.item-write .item-body a {
  width: 130px;
  height: 130px;
  text-indent: -9999px;
  display: inline-block;
  margin-left: 13px;
  margin-right: 8px;
}

.section-zakazat .item.item-write .item-body a:hover {
  -webkit-box-shadow: 1px 1px 17px rgba(0, 0, 0, 0.38);
  box-shadow: 1px 1px 17px rgba(0, 0, 0, 0.38);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  border-radius: 42px;
}

.section-zakazat .item.item-write a.icon-viber {
  background: url("../img/viber_icon.png");
}

.section-zakazat .item.item-write a.icon-telegram {
  background: url("../img/telegram_icon.png");
}

.section-zakazat .item.item-write a.icon-facebook {
  background: url("../img/facebook_icon.png");
}

.section-zakazat .item.item-write a.icon-instagram {
  background: url("../img/instagram_icon.png");
}

.section-zakazat .white-icon .item.item-write a.icon-viber {
  background: url("../img/viber.png");
  background-size: cover;
}

.section-zakazat .white-icon .item.item-write a.icon-telegram {
  background: url("../img/telegram.png");
  background-size: cover;
}

/*end section zakaz*/
/*footer*/
.site-footer {
  background: #212121;
  padding-top: 100px;
  background-image: url("../img/footer_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.site-footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1591px;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer.site-footer ul.lang-menu a {
  color: white;
}

.navigation-bottom {
  /* max-width: 601px; */
  padding-top: 16px;
  /* padding-left: 61px; */
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.navigation-bottom ul.menu li.menu-item:hover:before {
  display: none;
}

.navigation-bottom ul.menu li.menu-item a {
  color: white;
  font-size: 24px;
  line-height: 29px;
}

.navigation-bottom ul.menu {
  -webkit-columns: 2;
  columns: 2;
  display: block;
  margin-right: 0;
  padding-left: 12%;
  padding-right: 24%;
}

.copyright {
  display: block;
  width: 100%;
  border: 1px solid #393939;
  margin-top: 88px;
}

.navigation-bottom ul.menu li.menu-item {
  padding-bottom: 9px;
}

.footer-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 278px;
  flex: 0 0 278px;
}

.link-zakazat {
  padding-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  margin-right: -3px;
}

.yellow_btn {
  background: #fdc705;
  border-radius: 100px;
  font-size: 18px;
  line-height: 22px;
  padding: 23px 64px;
  display: inline-block;
  border: 2px solid #fdc705;
}

.yellow_btn:hover {
  border: 2px solid white;
  background: #212121;
  color: white;
}

.payment {
  margin-top: 34px;
  text-align: right;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.payment img {
  margin-left: 14px;
}

footer nav.lang-navigation {
  margin-right: 20px;
  margin-top: 5px;
}

.footer-dopmenu.lang {
  color: white;
  margin-right: 39px;
}

.footer-dopmenu.lang a {
  color: black;
}

.copyright .wrap {
  padding: 31px 10px;
  font-size: 14px;
  line-height: 17px;
  color: #bbbbbb;
}

.copyright .left span {
  margin-left: 17px;
  font-size: 14px;
  line-height: 17px;
  margin-right: 14px;
  color: #bbbbbb;
}

.copyright .left span a {
  color: #fdc705;
}

.copyright .rigth a {
  color: #bbbbbb;
  margin-left: 25px;
}

.copyright .rigth a:hover {
  color: #fdc705;
}

/*end footer*/
.title-wrap {
  background-color: #f9f9f9;
  background-image: url(../img/title_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.title-wrap .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.title-wrap .post-title {
  font-weight: bold;
  font-size: 72px;
  line-height: 110%;
  color: #fdc705;
  text-align: center;
}

.content-area .tarif-section {
  padding-top: 62px;
}

/*accordion*/
.accordion {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 14px 143px 14px 49px;
  font-size: 18px;
  color: #000;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 96px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.panel-body {
  padding: 0px 128px 5px 48px;
  margin-bottom: 8px;
}

.accordion.active + .panel {
  /* -webkit-box-shadow: 0px 6px 8px rgba(83, 134, 171, 0.25); */
  /* box-shadow: 0px 6px 8px rgba(83, 134, 171, 0.25); */
}

.panel-body p {
  font-size: 16px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 150%;
}

.accordion-container {
  max-width: 1274px;
  margin: auto;
}

.accordion-item {
  background: #f9f9f9;
  border: 1px solid #efefef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 10px;
}

.accordion-item .title {
  font-size: 32px;
  line-height: 110%;
}

.accordion-item .title span {
  font-size: 18px;
  font-style: italic;
}

.accordion-item .cost {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
}

.accordion-item .cost span {
  font-size: 18px;
}

.accordion:after {
  content: "+";
  width: 64px;
  height: 64px;
  background: #efefef;
  border-radius: 15px;
  font-size: 28px;
  line-height: 31px;
  color: #bbbbbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 14px;
  top: 16px;
}

.accordion-item:hover {
  background: #ffffff;
  border: 1px solid #fdc705;
}

.accordion-item.opened {
  background: #ffffff;
  border: 1px solid #fdc705;
}

.accordion-item.opened .accordion:after {
  content: "-";
  background: #fdc705;
  color: white;
}

/*end accordion*/
.dop-uslugi {
  padding-top: 83px;
}

.dop-uslugi .title-marker {
  margin-bottom: 69px;
}

.express-delivery .wrap {
  max-width: 1617px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.express-delivery .left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.express-delivery .right {
  width: 50%;
  font-size: 20px;
  line-height: 170%;
  padding-left: 18px;
}

.express-delivery .right h2.title-marker {
  margin-top: 30px;
  margin-bottom: 37px;
}

.express-delivery .text p {
  margin-bottom: 34px;
}

.curier_dostavka .title-marker {
  max-width: 800px;
  display: inline-block;
  margin-top: 70px;
}

.curier_dostavka .title-marker:before {
  left: 145px;
}

/*evacuator*/
.shipping_avto {
  margin-top: 76px;
  padding-top: 93px;
  padding-bottom: 125px;
  background: url("../img/shipping_avto_bg.jpg") no-repeat;
  margin-bottom: 11px;
  background-size: cover;
}

.shipping_avto .title-marker {
  max-width: 543px;
  color: white;
  margin-bottom: 70px;
}

.shipping_avto .title-marker:before {
  display: none;
}

.shipping_avto .shipping_avto_text {
  max-width: 1566px;
  margin: auto;
  font-size: 20px;
  line-height: 170%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shipping_avto .shipping_avto_text .left {
  width: 50%;
}

.shipping_avto .shipping_avto_text .right {
  width: 50%;
}

.shipping_avto .shipping_avto_text > div {
  padding: 0px 13px 0 17px;
}

.shipping_avto .shipping_avto_text p {
  margin-bottom: 35px;
}

.order_truck {
  padding-top: 87px;
  position: relative;
  margin-bottom: -21px;
}

.order_truck::before {
  content: "";
  display: block;
  position: absolute;
  width: 743px;
  height: 2035px;
  background: url(../img/yellow_styler.png) no-repeat;
  right: -7px;
  top: -782px;
  z-index: -1;
}

.order_truck:after {
  content: "";
  display: block;
  position: absolute;
  width: 307px;
  height: 616px;
  background: url("../img/handset.png") no-repeat;
  top: 18%;
  right: 15%;
}

.order_truck .wrap {
  margin: auto;
  max-width: 1595px;
}

.order_truck .title-marker {
  max-width: 460px;
  margin-bottom: 67px;
}

.order_truck .order_truck_text > p {
  font-size: 36px;
  line-height: 43px;
  color: #000000;
  max-width: 752px;
  margin-bottom: 39px;
}

.order_truck .order_truck_text ul {
  list-style: none;
  -webkit-columns: 2;
  columns: 2;
  max-width: 1031px;
}

.order_truck .order_truck_text ul li {
  font-size: 20px;
  line-height: 170%;
  color: #000000;
  position: relative;
  padding-left: 64px;
  margin-bottom: 34px;
}

.order_truck .order_truck_text ul li:before {
  content: "";
  width: 34px;
  height: 31px;
  background: url("../img/marked-circle.png") no-repeat;
  display: block;
  position: absolute;
  left: 5px;
  top: 2px;
}

/*end evacuator*/
/*gruzovoe*/
.gruzovoe {
  padding-top: 107px;
  padding-bottom: 126px;
  background: url("../img/gruzovoe_bg.jpg") no-repeat;
  background-size: cover;
}

.gruzovoe .title-marker {
  color: #fdc705;
  margin-bottom: 66px;
  line-height: 80%;
}

.gruzovoe .title-marker span {
  color: white;
  font-size: 36px;
  line-height: 110%;
}

.gruzovoe .title-marker:before {
  display: none;
}

.gruzovoe .gruzovoe_text {
  max-width: 1566px;
  margin: auto;
  font-size: 20px;
  line-height: 170%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gruzovoe .gruzovoe_text .left {
  width: 50%;
}

.gruzovoe .gruzovoe_text .right {
  width: 50%;
}

.gruzovoe .gruzovoe_text > div {
  padding: 0px 13px 0 17px;
}

.gruzovoe .gruzovoe_text p {
  margin-bottom: 35px;
}

.gruzovoe-uslugi {
  padding-top: 93px;
  padding-bottom: 140px;
}

.gruzovoe-uslugi .wrap {
  max-width: 1596px;
  margin: auto;
}

.gruzovoe-uslugi .gruzovoe-uslugi-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 42px;
}

.gruzovoe-uslugi .gruzovoe-uslugi-items .devaider {
  width: 100%;
  border-bottom: 2px solid #efefef;
  margin-bottom: 29px;
}

.gruzovoe-uslugi .gruzovoe-uslugi-items .uslugi-item {
  width: 33.3333%;
  font-size: 28px;
  line-height: 130%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 98px 40px 43px 42px;
  border-left: 2px solid #efefef;
  margin-bottom: 34px;
}

.gruzovoe-uslugi .gruzovoe-uslugi-items .uslugi-item img {
  margin-bottom: 88px;
}

.gruzovoe-uslugi .uslugi-item:nth-child(3),
.gruzovoe-uslugi .uslugi-item:nth-child(7) {
  border-right: 2px solid #efefef;
}

.advantage-cargo {
  padding-top: 69px;
  margin-top: 19px;
  background: #f9f9f9;
  padding-bottom: 105px;
}

.advantage-cargo .title-marker {
  max-width: 1085px;
  margin-bottom: 75px;
}

.advantage-cargo .wrap {
  max-width: 1588px;
  margin: auto;
}

.advantage-cargo ul {
  list-style: none;
  -webkit-columns: 3;
  columns: 3;
  -webkit-column-gap: 39px;
  column-gap: 39px;
}

.advantage-cargo ul li {
  font-size: 20px;
  line-height: 170%;
  color: #000000;
  position: relative;
  padding-left: 61px;
  margin-bottom: 27px;
  padding-right: 0px;
}

.advantage-cargo ul li:before {
  content: "";
  width: 34px;
  height: 31px;
  background: url("../img/marked-circle.png") no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}

/*end gruzovoe*/
/*news block*/
.news-section {
  padding-top: 59px;
  background: #f9f9f9;
  padding-bottom: 120px;
  display: none;
}

.news-section .wrap {
  max-width: 1596px;
  margin: auto;
}

.news-section .title-marker {
  margin-bottom: 70px;
  z-index: 1;
}

.news-section .news-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-section .news_item {
  max-width: 490px;
  margin-bottom: 30px;
}

.news-section .news_img {
  border-radius: 20px;
  overflow: hidden;
}

.news-section .news_img img {
  display: block;
  height: inherit;
}

.news-section .news_exept {
  font-size: 16px;
  line-height: 150%;
}

.news-section .news_exept h4 {
  font-weight: bold;
  font-size: 32px;
  line-height: 130%;
  margin-top: 47px;
  margin-bottom: 18px;
}

.news-section .news_exept p {
  margin-bottom: 16px;
}

.news-section .reed_more {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  border-bottom: 2px dashed #fdc705;
  margin-left: 19px;
}

.news-section .reed_more:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 24px;
  height: 10px;
  background: url("../img/Arrow1.png");
  background-position: center right;
}

/*end news block*/
.lines2_black .lines2 {
  z-index: -1;
  overflow: hidden;
}

.lines2 {
  position: absolute;
  width: 980.05px;
  height: 980.05px;
  border: 1px solid #212121;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 150px;
  -webkit-transform: rotate(-63.7deg);
  transform: rotate(-63.7deg);
  bottom: 238px;
  left: -369px;
  /* overflow: hidden; */
}

.lines2 div {
  width: 980.05px;
  height: 980.05px;
  border: 1px solid #212121;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 150px;
  left: -53px;
  position: absolute;
  bottom: 11px;
}

/*выбор домена*/
ul.city-select {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  margin-right: 7px;
}

ul.city-select ul {
  display: none;
}

ul.city-select > li span {
  position: relative;
  border-bottom: 1px dashed;
  padding-right: 20px;
  /* padding-bottom: 15px; */
  cursor: pointer;
}

ul.city-select li {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  padding: 20px 0;
}

ul.city-select > li span:after {
  content: "";
  border: 4px solid transparent;
  border-top: 4px solid;
  position: absolute;
  top: 9px;
  right: 9px;
}

ul.city-select > li:hover {
  color: white;
}

ul.city-select > li:hover ul {
  display: block;
  position: absolute;
  list-style: none;
  background: white;
  margin: 0;
  padding: 20px 24px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
  border-radius: 0px 15px 15px 15px;
  top: 60px;
  z-index: 9999;
}

ul.city-select ul li a {
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
}

ul.city-select ul li {
  padding: 4px 0;
}

ul.city-select ul li a:hover {
  color: #fdc705;
}

/*end выблор домена */
/*content-dialog*/
.dialog-content {
  padding: 50px 132px 108px 132px !important;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  background-image: url("../img/dialog-bg.png");
  background-repeat: no-repeat;
  background-position: 89% 32%;
}

.dialog-content-block h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 110%;
  max-width: 260px;
  margin-bottom: 64px;
}

.coll {
  margin-bottom: 61px;
}

.coll a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 101px;
  outline: none;
}

.coll span {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fdc705;
  display: block;
}

.coll strong {
  font-weight: bold;
  font-size: 48px;
  line-height: 130%;
}

.coll a:before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background: url("../img/dialog-phone.png");
  left: 0;
}

.coll a:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 66px;
  background: url("../img/dialog-line.png");
  left: 31px;
  bottom: -62px;
  background-repeat: no-repeat;
}

.write a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 101px;
  outline: none;
}

.write a:before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background: url(../img/dialog-write.png);
  left: 0;
}

.write span {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fdc705;
  display: block;
}

.write strong {
  font-weight: bold;
  font-size: 48px;
  line-height: 130%;
}

.write a:after {
  content: "";
  display: block;
  position: absolute;
  width: 178px;
  height: 19px;
  background: url("../img/dialog-masseng.png");
  bottom: -13px;
}

/*end content-dialog*/
.fancybox-close-small:hover:after {
  background: none !important;
}

/*driver-work*/
.work-first.work-driver {
  margin-bottom: 61px;
}

.work-first.work-driver:before {
  content: "";
  display: block;
  position: absolute;
  width: 600px;
  height: 1450px;
  background: url(../img/work-first-driwer.png);
  right: -9px;
  top: -163px;
  z-index: -1;
}

.work-first.work-dispatcher:before {
  content: "";
  display: block;
  position: absolute;
  width: 1376px;
  height: 2180px;
  background: url(../img/dispatcher-styler.png);
  right: -9px;
  top: -163px;
  z-index: -1;
}

.work-first.work-curier:before {
  content: "";
  display: block;
  position: absolute;
  width: 823px;
  height: 1421px;
  background: url(../img/curier_slide_stiler.png);
  right: -9px;
  top: -163px;
  z-index: -1;
}

.work-first.work-curier {
  margin-bottom: 60px;
}

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

.work-first.work-curier .left h1 {
  margin-top: 119px;
}

.work-first.work-curier .rigth {
  margin-top: 0;
  margin-right: 0;
  width: 50%;
  position: relative;
}

.work-first.work-curier .rigth img {
  margin-left: -109px;
  margin-top: 65px;
  position: absolute;
}

.work-first.work-driver .left h1 {
  max-width: 500px;
}

.work-first {
  display: block;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position-x: 100%;
}

.work-first .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1596px;
  margin: auto;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work-first .left {
  padding-left: 8.6%;
  width: 50%;
}

.work-first .left h1 {
  position: relative;
  font-weight: bold;
  font-size: 72px;
  line-height: 110%;
  margin-top: 26px;
  margin-bottom: 53px;
}

.work-first .left .slag {
  margin-bottom: 51px;
}

.work-first .left .slag p {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 0;
}

.work-first .left .text {
  padding-right: 9px;
}

.work-first .left .text p {
  font-size: 20px;
  line-height: 170%;
}

.work-first .rigth {
  margin-top: -52px;
  margin-right: -142px;
  width: 50%;
}

.work.vacansies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 149px;
}

.work.vacansies.with-his-car {
  background-image: url(../img/with-his-car_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.work.vacansies.track-driver {
  background-image: url(../img/track-driver-slide1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.work.vacansies .wrap {
  max-width: 1333px;
  width: 100%;
}

.work.vacansies p.vacancy {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0;
}

.work.vacansies h2 {
  margin-top: 0;
  color: #fdc705;
  margin-bottom: 36px;
}

.work.vacansies .text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.work.vacansies .text-block .left {
  width: 50%;
  padding: 0 16px;
}

.work.vacansies .text-block .rigth {
  width: 50%;
  padding: 0 16px;
}

.work.vacansies .text-block p {
  font-size: 20px;
  line-height: 170%;
  color: white;
  margin-bottom: 34px;
}

.work.vacansies.car_company {
  background-image: url("../img/car_company_bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

.work.vacansies.with-his-scuter {
  background-image: url("../img/with-his-scuter_bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

.work.vacansies.taxi-dispatcher {
  background-image: url("../img/taxi-dispatcher-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

.work.vacansies.logist-dispatcher {
  background-image: url("../img/logist-dispatcher-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

.work.vacansies.scuter_company {
  background-image: url("../img/scuter_company_bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 103px;
}

.work.conditions .wrap {
  max-width: 1596px;
}

.conditions-bloks:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 118px;
  background: white;
  border-radius: 30px 30px 0px 0px;
  top: -118px;
}

.conditions-bloks {
  position: relative;
}

.conditions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 2px solid #efefef;
  padding-bottom: 38px;
  margin-bottom: 62px;
}

.conditions-title {
  width: 50%;
  padding-left: 8.5%;
}

.conditions-title h3 {
  font-weight: bold;
  font-size: 48px;
  line-height: 110%;
  margin-top: -2px;
  /*max-width: 400px;*/
}

.conditions-text {
  width: 50%;
  padding-right: 8.5%;
}

.conditions-text p {
  font-size: 18px;
  line-height: 170%;
}
.conditions-text ul {
  list-style: none;
}

.conditions-text ul li {
  font-size: 18px;
  line-height: 170%;
  color: #000000;
  position: relative;
  padding-left: 57px;
  margin-bottom: 16px;
  padding-right: 0px;
}

.conditions-text ul li:before {
  content: "";
  width: 21px;
  height: 26px;
  background: url("../img/marked-circle.png") no-repeat;
  display: block;
  position: absolute;
  left: 18px;
  top: 2px;
  background-size: contain;
}

.conditions-item:last-child {
  border-bottom: none;
  margin-bottom: 51px;
}

.driwer_work_img {
  text-align: center;
  padding-bottom: 17px;
}

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

.program-mobile {
  background: #f9f9f9;
  padding-top: 57px;
  padding-bottom: 117px;
  margin-top: 265px;
  margin-bottom: 83px;
}

.program-mobile .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.program-mobile .rigth {
  width: 50%;
  padding-left: 16px;
  margin-top: -187px;
}

.program-mobile .left {
  width: 50%;
  padding-left: 8.5%;
}

.program-mobile .left h2 {
  max-width: 500px;
}

.program-mobile .left .text ul {
  list-style: none;
  padding-top: 11px;
  margin-bottom: 34px;
}

.program-mobile .left .text ul li {
  font-size: 20px;
  line-height: 170%;
  color: #000000;
  position: relative;
  padding-left: 54px;
  margin-bottom: 25px;
  padding-right: 0px;
}

.program-mobile .left .text ul li::before {
  content: "";
  width: 27px;
  height: 31px;
  background: url("../img/marked-circle.png") no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  background-size: contain;
  left: 0px;
}

.program-mobile a.yellow_btn {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 23px 61px;
}

.work.conditions.lines:before {
  content: "";
  display: block;
  position: absolute;
  width: 334px;
  height: 1436px;
  background: url("../img/lines-driver.png");
  top: -40px;
  left: -7px;
}

.work.conditions.lines {
  position: relative;
}

.work.conditions.black_square {
  position: relative;
}

.work.conditions.black_square:after {
  content: "";
  display: block;
  position: absolute;
  width: 320.93px;
  height: 320.93px;
  background: #212121;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: -153px;
  bottom: 0;
  border-radius: 31px;
}

.our_partners {
  padding-top: 80px;
  padding-bottom: 80px;
}

.our_partners .wrap {
  max-width: 1334px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.our_partners .partners-img {
  width: 294px;
  height: 294px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #efefef;
  margin-left: -1px;
}

.our_partners .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -ms-flex: 2 2 auto;
  flex: 2 2 auto;
}

.our_partners .title-block h3 {
  font-weight: bold;
  font-size: 48px;
  line-height: 110%;
  max-width: 233px;
  margin-bottom: 55px;
}

.pre-registration {
  margin-bottom: 80px;
  margin-top: 80px;
}

.pre-registration .wrap {
  max-width: 1596px;
}

.pre-form {
  background: url(../img/bg_form.png);
  padding-top: 93px;
  padding-bottom: 111px;
  border-radius: 30px;
  background-size: cover;
}

.form-wrap {
  max-width: 1049px;
  margin: auto;
}
.pre-form form {
  max-width: 1049px;
  margin: auto;
}
.form-head {
  text-align: center;
}

.form-head p {
  font-weight: normal;
  font-size: 16px;
  line-height: 170%;
  margin-bottom: 0;
}

.form-head p strong {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
}

.form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 31px;
}

.form-body input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: #999999;
}

.form-body input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: #999999;
}

.form-body input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: #999999;
}

.form-body input::placeholder {
  font-size: 16px;
  line-height: 19px;
  color: #999999;
}

.form-body .left {
  width: 50%;
  padding: 0 13px;
}

.form-body .rigth {
  width: 50%;
  padding: 0 15px;
}

.form-body input,
.form-body select {
  padding: 13px 28px !important;
  margin-bottom: 6px;
  color: black !important;
  border-radius: 25px !important;
  width: 100%;
}
.form-body select {
  padding: 15.4px 28px !important;
  height: inherit;
}
.form-footer {
  text-align: center;
  margin-top: 25px;
}

.form-footer input.wpcf7-submit {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 25px 66px;
  border-radius: 100px;
}

.form-footer span.wpcf7-spinner {
  position: absolute;
}

.section-zakazat.black-circle {
  padding: 80px 0 156px;
}

.section-zakazat.black-circle .layar_1 {
  border: 2px solid rgba(33, 33, 33, 0.1);
}

.section-zakazat.black-circle .layar_2 {
  border: 2px solid rgba(33, 33, 33, 0.4);
}

.section-zakazat.black-circle .layar_3 {
  border: 2px solid #212121;
}

.section-zakazat.black-circle .item {
  background: #212121;
}

.section-zakazat.black-circle .item-head p.title {
  font-weight: bold;
  font-size: 32px;
  line-height: 110%;
  color: #999999;
  margin-bottom: 50px;
}

.section-zakazat.black-circle .item-head p.location {
  font-weight: bold;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.1em;
  color: white;
  text-transform: uppercase;
}

.section-zakazat.black-circle .item-body p.adress {
  font-weight: normal;
  font-size: 16px;
  line-height: 110%;
  color: #999999;
  margin-top: 32px;
  margin-bottom: 34px;
}

.section-zakazat.black-circle .item-body p.phone a {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #fdc705;
  margin-bottom: 8px;
}

.section-zakazat.black-circle .item.zvonok3 .item-body {
  margin-top: 94px;
}

.section-zakazat.black-circle .item.zvonok3 .item-body p {
  font-weight: bold;
  font-size: 16px;
  line-height: 110%;
  color: #999999;
}

.section-zakazat.black-circle .item.zvonok3 .item-body a {
  font-weight: bold;
  font-size: 44px;
  line-height: 1;
  color: #fdc705;
  margin-bottom: 22px;
  display: inherit;
}

.item.item-adress a.mail {
  color: #fdc705;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  display: inline-block;
  margin-top: 14%;
}

.work-first.work-dispatcher {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.work-first.work-dispatcher .left h1 {
  margin-top: 0;
}

.work-first.work-dispatcher .left {
  margin-bottom: 21px;
}

.work-first.work-dispatcher .rigth {
  margin-top: -83px;
  padding-left: 115px;
}

.work.vacansies.taxi-dispatcher {
  padding-bottom: 183px;
}

.work.vacansies.logist-dispatcher {
  margin-top: 101px;
  padding-bottom: 183px;
}

.dispatcher-map {
  margin-bottom: 160px;
  margin-top: -90px;
}

.dispatcher-map .wrap {
  max-width: 1596px;
}

.dispatcher-map .map-wrap {
  border: 20px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 60px;
  -webkit-filter: drop-shadow(0px 20px 100px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 20px 100px rgba(0, 0, 0, 0.1));
}

.dispatcher-map .map-wrap iframe {
  border-radius: 60px;
}

.bonus {
  padding-top: 65px;
}

.bonus .wrap {
  max-width: 1596px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 60px;
  margin-bottom: 44px;
}

.bonus .wrap > div {
  width: 50%;
}

.bonus .bonus-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 0px !important;
  padding-top: 37px !important;
}

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

.bonus .bonus-text {
  padding-top: 27px !important;
  font-size: 18px;
  line-height: 170%;
}

.bonus .bonus-text.rigth {
  padding-left: 17px;
}

.bonus .bonus-text h2 {
  margin-bottom: 71px;
  margin-top: 0;
}

.bonus .bonus-text p {
  margin-bottom: 33px;
}

.bonus .bonus-text .smoll-text {
  margin-bottom: 24px;
}

.bonus .bonus-text .smoll-text p {
  font-size: 14px;
  line-height: 170%;
  margin-bottom: 25px;
}

#map_dispetcher {
  width: 100%;
  height: 698px;
  border-radius: 40px;
}

.pt-min.section-zakazat {
  padding-top: 79px;
}

/*contact-page*/
.page-contact {
  padding-top: 63px;
  position: relative;
}

.page-contact:before {
  content: "";
  display: block;
  position: absolute;
  width: 1237.92px;
  height: 1599.58px;
  background: #f9f9f9;
  border-radius: 150px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  top: -858px;
  left: -405px;
  z-index: -3;
}

.page-contact .wrap {
  max-width: 1596px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-contact main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.page-contact .title-page h1 {
  position: relative;
  font-weight: bold;
  font-size: 72px;
  line-height: 110%;
  margin-top: 26px;
  margin-bottom: 53px;
}

.page-contact .title-page span.bg-title {
  font-weight: bold;
  font-size: 240px;
  line-height: 110%;
  color: #efefef;
  position: absolute;
  top: 20px;
  left: 90px;
  z-index: -2;
}

.page-contact .contact-form {
  max-width: 576px;
  background: #fdc705;
  right: -38px;
  position: relative;
  padding-left: 64px;
  padding-right: 53px;
  padding-top: 30px;
}

.page-contact .contact-form p.title-form {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 1px;
}

.page-contact .contact-form:after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  border-left: 1px solid #212121;
  bottom: 0;
  top: -300px;
}

.page-contact .contact-form:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 300px;
  background: #fdc705;
  top: -300px;
  z-index: -1;
  left: 0;
}

.page-contact .contact-form .form-body .wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
  margin-bottom: 8px;
}

.page-contact .contact-form .form-body textarea {
  padding: 13px 24px !important;
  margin-bottom: 6px;
  color: black !important;
  border-radius: 25px !important;
  width: 100%;
  max-height: 93px;
}

.page-contact .contact-form .form-body textarea::-webkit-input-placeholder {
  color: black !important;
}

.page-contact .contact-form .form-body textarea:-ms-input-placeholder {
  color: black !important;
}

.page-contact .contact-form .form-body textarea::-ms-input-placeholder {
  color: black !important;
}

.page-contact .contact-form .form-body textarea::placeholder {
  color: black !important;
}

.page-contact .contact-form .form-footer {
  text-align: left;
  margin-top: 0;
}

.page-contact .contact-form .form-footer input.wpcf7-submit:hover {
  border: 2px solid black;
  color: black;
}

.page-contact .adress {
  background: #212121;
  color: white;
  margin-top: 223px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 95px;
  padding-bottom: 95px;
}

.page-contact .adress:before {
  content: "";
  display: block;
  position: absolute;
  width: 300px;
  height: 100%;
  background: #212121;
  left: -300px;
  top: 0;
}

.page-contact .adress:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 100%;
  background: #212121;
  right: -53px;
  top: 0;
}

.page-contact .adress .item {
  max-width: 380px;
  float: left;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: 11px;
}

.page-contact .adress .item p.title {
  font-weight: bold;
  font-size: 36px;
  line-height: 110%;
  padding-left: 40px;
  margin-bottom: 17px;
}

.page-contact .adress .item p.title:before {
  width: 22px;
  height: 32px;
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  background: url("../img/contact-marker.png");
  top: 2px;
}

.page-contact .adress .item p {
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}

.page-contact .adress .item a.for-map {
  border: 1px solid #fdc705;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100px;
  font-size: 14px;
  line-height: 17px;
  color: #fdc705;
  padding: 7px 16px;
  margin-top: 8px;
  display: inline-block;
}

.page-contact .map-contact {
  width: 100%;
  height: 800px;
  position: relative;
  margin-bottom: -38px;
}

.page-contact .map-contact-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: -22%;
  right: -60%;
  bottom: 0;
  z-index: 99;
  -webkit-filter: drop-shadow(0px 20px 100px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 20px 100px rgba(0, 0, 0, 0.1));
  border: 20px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px 60px 60px 0px;
}

.page-contact #map-contact-page {
  width: 100%;
  height: 100%;
  border-radius: 0 40px 40px 0;
}

.contact-info {
  padding-top: 49px;
}

.contact-info .contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 158px;
  /* padding-top: 4px; */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-info .info-item-title {
  font-size: 24px;
  line-height: 29px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  position: relative;
}

.contact-info .info-item-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 220px;
  height: 1px;
  background: #212121;
  bottom: -10px;
  left: -121px;
}

.contact-info .info-item-body {
  width: 46%;
}

.contact-info .phone-block p {
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 29px;
}

.contact-info .phone-block p.smoll {
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  /* margin-top: -21px; */
}

.contact-info .info-item-body.vizov .phone-block {
  margin-left: -95px;
}

.contact-info .info-item-body.vizov .coll {
  margin-bottom: 62px;
}

.contact-info .info-item-body.vizov .coll span {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #212121;
}

.contact-info .info-item-body.vizov .coll strong {
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
}

.contact-info .info-item-body.vizov .coll a::before {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  background-position: center;
  left: 4px;
}

.contact-info .info-item-body.vizov .coll a:after {
  left: 28px;
}

.contact-info .info-item-body.vizov .write {
  margin-bottom: 54px;
}

.contact-info .info-item-body.vizov .write span {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #212121;
}

.contact-info .info-item-body.vizov .write strong {
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  margin-bottom: 8px;
}

.contact-info .info-item-body.vizov .write a::before {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  background-position: center;
  left: 4px;
}

.contact-info .info-item-body.vizov .download-application {
  padding-left: 100px;
  position: relative;
}

.contact-info .info-item-body.vizov .download-application:before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background: url("../img/dowload-Icon.png");
  border-radius: 100px;
  left: 4px;
  position: absolute;
}

.contact-info .info-item-body.vizov .download-application:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 66px;
  background: url("../img/dialog-line.png");
  left: 28px;
  top: -65px;
  background-size: cover;
}

.contact-info .info-item-body.vizov .download-application img {
  width: 170px;
}

.contact-info .info-item-body.vizov .download-application p.smoll {
  margin-bottom: 8px;
}

.contact-info .phone-block p.ptmin.smoll {
  margin-top: -24px;
}

.contact-info .phone-block p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1630px) {
  .page-contact .contact-form {
    right: -12%;
  }
}

/*end-contact-page*/
/*Владельцам автопарков*/
.profitable-cooperation {
  margin-bottom: 117px;
}

.profitable-cooperation .wrap {
  max-width: 1417px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profitable-cooperation .wrap .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.profitable-cooperation .wrap .left .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 170%;
  padding-top: 86px;
  padding-left: 43px;
  max-width: 533px;
}

.profitable-cooperation .wrap .left .text span.big-text {
  font-weight: normal;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 7px;
  display: inline-block;
}

.profitable-cooperation .wrap .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.profitable-cooperation .wrap .right img {
  max-width: 100%;
}

.profitable-cooperation .title-center {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.profitable-cooperation .title-marker-after {
  font-weight: bold;
  font-size: 48px;
  line-height: 110%;
  max-width: 752px;
  margin: 96px auto 150px;
  position: relative;
}

.profitable-cooperation .title-marker-after:after {
  content: "";
  position: absolute;
  width: 125px;
  height: 33px;
  background: #fdc705;
  border-radius: 5px;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
}

.fleet-owners-info {
  margin-bottom: 127px;
}

.fleet-owners-info .wrap {
  max-width: 886px;
  margin: auto;
}

.fleet-owners-info .title-marker-span {
  margin-bottom: 38px;
  z-index: 0;
}

.fleet-owners-info .title-marker-span span {
  position: relative;
  z-index: -1;
  display: inline-block;
}

.fleet-owners-info .title-marker-span span:before {
  content: "";
  position: absolute;
  width: 125px;
  background: #fdc705;
  border-radius: 5px;
  height: 38%;
  bottom: 8px;
  left: -11px;
  z-index: -1;
}

.fleet-owners-info .fleet-owners-info-text {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 170%;
  max-width: 749px;
  margin: auto;
}

.fleet-owners-info.text-center.gray-bg {
  background: #f9f9f9;
  padding: 62px 0 95px;
  margin-bottom: 131px;
}

.fleet-owners .work.conditions.lines .conditions-bloks {
  margin-top: 159px;
}

.fleet-owners .conditions-bloks:before {
  display: none;
}

.two-stiler {
  position: absolute;
  background: #f9f9f9;
  border-radius: 150px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 1237.92px;
  height: 1599.58px;
  right: -1261px;
  top: -795px;
  padding: 136px;
}

.two-stiler > div {
  width: 320.93px;
  height: 320.93px;
  background: #212121;
  border-radius: 30px;
}

/*end Владельцам автопарков*/
.corporate-argument {
  padding-top: 118px;
  padding-bottom: 113px;
}

.corporate-argument .wrap {
  max-width: 1609px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.corporate-argument .left {
  padding-left: 8px;
  width: 50%;
}

.corporate-argument .title-marker-span {
  font-weight: bold;
  font-size: 48px;
  line-height: 110%;
}

.corporate-argument .title-marker-span span {
  position: relative;
}

.corporate-argument .title-marker-span span:before {
  content: "";
  position: absolute;
  width: 125px;
  height: 33px;
  background: #fdc705;
  border-radius: 5px;
  z-index: -1;
  bottom: 7px;
  left: -12px;
}

.corporate-argument .right {
  width: 50%;
  padding-left: 18px;
  padding-top: 42px;
}

.corporate-argument .right p {
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 47px;
}

.corporate-argument .right p strong {
  font-size: 36px;
  line-height: 130%;
}

.corporate-security {
  padding-top: 152px;
}

.corporate-uslugi {
  padding-top: 1px;
  padding-bottom: 165px;
  position: relative;
}

.corporate-uslugi:before {
  content: "";
  width: 1071px;
  height: 2972px;
  display: block;
  top: -1107px;
  position: absolute;
  background: url("../img/styler_corporate_servis.png");
  left: -7px;
  z-index: -1;
}

.corporate-uslugi .title-marker-span {
  margin-top: 38px;
}

.corporate-uslugi .title-marker-span span {
  position: relative;
}

.corporate-uslugi .title-marker-span span:before {
  position: absolute;
  width: 125px;
  height: 33px;
  background: #fdc705;
  border-radius: 5px;
  content: "";
  z-index: -1;
  bottom: 10px;
  left: -11px;
}

.corporate-uslugi .corporate-uslugi-tarifs {
  max-width: 1014px;
  margin: auto;
  padding: 64px;
  background: #ffffff;
  -webkit-box-shadow: 0px 20px 140px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 20px 140px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
}

.corporate-uslugi .tarifs-item {
  border-bottom: 1px solid #fdc705;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 51px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.corporate-uslugi .tarifs-item .tarifs-title {
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding-bottom: 4px;
}

.corporate-uslugi .tarifs-item .tarifs-price {
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 15px;
}

.corporate-uslugi .tarifs-item .tarifs-price span.number {
  font-size: 28px;
  line-height: 34px;
}

.corporate-uslugi .tarifs-item .tarifs-price span.text {
  font-size: 18px;
  margin-left: 2px;
}

.corporate-uslugi span.info {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-top: 30px;
}

.trip_details {
  padding-top: 83px;
  padding-bottom: 16px;
  position: relative;
}

.trip_details .wrap {
  max-width: 1590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.trip_details .left {
  width: 50%;
  padding-top: 145px;
}

.trip_details .rigth {
  width: 50%;
}

.trip_details .rigth img {
  display: block;
  float: right;
  max-width: 100%;
}

.trip_details .title-marker-span {
  margin-bottom: 70px;
}

.trip_details .title-marker-span span {
  position: relative;
}

.trip_details .title-marker-span span:before {
  position: absolute;
  width: 125px;
  height: 33px;
  background: #fdc705;
  border-radius: 5px;
  content: "";
  z-index: -1;
  bottom: 10px;
  left: -11px;
}

.trip_details .trip_details-text {
  max-width: 621px;
  font-size: 16px;
  line-height: 170%;
  margin-bottom: 67px;
}

.trip_details .download-application a {
  margin-right: 10px;
}

.trip_details:before {
  content: "";
  width: 699px;
  height: 1436px;
  background: url("../img/trip_details_Lines.png");
  top: 36px;
  right: -12px;
  display: block;
  position: absolute;
  z-index: -1;
}

.section-zakazat.black-circle.corporate .item.zvonok3 .item-body {
  margin-top: 63px;
}

.fancybox-close-small:hover {
  background: inherit;
}

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

@media (min-width: 1024px) {
  .work-first {
    height: calc(100vh - 163px);
  }
  .work.vacansies {
    height: calc(100vh + 100px);
  }
}

/*end driver-work*/
.advertising-cars .corporate-argument .title-marker-span {
  font-weight: bold;
  font-size: 72px;
  line-height: 110%;
  margin-top: 37px;
}

.advertising-cars .corporate-argument p {
  font-weight: normal;
  font-size: 16px;
  line-height: 170%;
  margin-bottom: 28px;
}

.advertising-cars .corporate-argument p strong {
  font-size: 28px;
  line-height: 130%;
}

.advertising-cars .corporate-argument .right {
  padding-right: 5%;
  padding-top: 39px;
}

.advertising-cars .corporate-argument {
  padding-bottom: 10px;
}

.advertising-cars .advantage {
  padding-top: 19px;
  padding-bottom: 24px;
}

.black-bg {
  background: #212121;
  padding-top: 58px;
  padding-bottom: 70px;
}

.black-bg .wrap {
  max-width: 1014px;
}

.black-bg p.yellow-color {
  font-weight: bold;
  font-size: 72px;
  line-height: 110%;
  text-align: center;
  color: #fdc705;
  margin-bottom: 0;
}

.advertising-car {
  padding-top: 154px;
}

.advertising-car .title-block {
  max-width: 670px;
  margin: auto;
  text-align: center;
}

.advertising-car .title-marker-span {
  margin-top: 0;
  margin-bottom: 35px;
}

.advertising-car .title-marker-span span {
  position: relative;
}

.advertising-car .title-marker-span span:before {
  content: "";
  position: absolute;
  width: 125px;
  background: #fdc705;
  border-radius: 5px;
  height: 33px;
  left: -12px;
  bottom: 13px;
  z-index: -1;
}

.advertising-car .text-block {
  max-width: 752px;
  margin: auto;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
}

.advertising-car .img-block {
  text-align: center;
  margin-top: 161px;
  padding-left: 32px;
}

.advertising-car .img-block img {
  max-width: 100%;
}

.advertising-cars-variant {
  padding-top: 217px;
  padding-bottom: 132px;
  position: relative;
}

.advertising-cars-variant:before {
  content: "";
  width: 837px;
  height: 1436px;
  background: url("../img/cars-variant-lines.png");
  top: 5px;
  right: -12px;
  display: block;
  position: absolute;
  z-index: -1;
}

.advertising-cars-variant .wrap {
  max-width: 1749px;
}

.cars-variant-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.cars-variant-item .item {
  max-width: 380px;
  text-align: center;
  margin: 0 10px 25px;
  padding: 0 7px;
}

.cars-variant-item .item .img img {
  border-radius: 300px;
}

.cars-variant-item .item .text {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  font-weight: normal;
  font-size: 16px;
  line-height: 170%;
}

.cars-variant-item .item h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 110%;
  max-width: 357px;
  margin: 53px auto 37px;
}

.work.conditions.advertising_project .conditions-bloks:before {
  display: none;
}

.work.conditions.advertising_project {
  background: #f9f9f9;
  padding-top: 128px;
  padding-bottom: 10px;
  margin-bottom: 81px;
}

.work.conditions.advertising_project .conditions-title h3 {
  max-width: 484px;
}

.work.conditions.advertising_project .conditions-text ul li {
  font-size: 20px;
  line-height: 170%;
  padding-left: 74px;
  margin-bottom: 25px;
}

.work.conditions.advertising_project .conditions-text ul li:before {
  width: 32px;
  height: 35px;
}

.wrap.page {
  max-width: 1075px;
}

.wrap.page h1 {
  font-weight: bold;
  font-size: 72px;
  line-height: 110%;
  text-align: center;
}

.has-text-align-center {
  text-align: center;
}

.wrap.page h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 110%;
  margin-top: 2em;
}

.wrap.page ul,
.wrap.page ol {
  padding-left: 25px;
}

.wrap.page ol li {
  margin-bottom: 25px;
}

.wrap.page .entry-content {
  font-size: 18px;
  padding-bottom: 160px;
}

.paralax-stiler {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 100vh;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.paralax-stiler > div {
  background: #fdc705;
  display: block;
  position: absolute;
  /* left: 4%; */
  /* bottom: 10%; */
}

.rleer29 {
  opacity: 0.3;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  border-radius: 200px;
  left: 76px;
  top: 27%;
  width: 120px;
  height: 120px;
}

.rleer31 {
  width: 50px;
  height: 50px;
  opacity: 0.3;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  border-radius: 200px;
  left: 70%;
  top: 14%;
}

.rleer27 {
  width: 20px;
  height: 20px;
  background: #fdc705;
  border-radius: 200px;
  left: 26%;
  top: calc(100vh + 173px);
}

.rleer33 {
  width: 10px;
  height: 10px;
  background: #fdc705;
  border-radius: 200px;
  left: 22%;
  top: calc(100vh + 210px);
}

.rleer32 {
  width: 80px;
  height: 80px;
  opacity: 0.3;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  border-radius: 200px;
  right: 76px;
  top: 37%;
}

.rleer28 {
  width: 80px;
  height: 80px;
  opacity: 0.2;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  border-radius: 200px;
  right: 57%;
  top: 61%;
}

.rleer30 {
  width: 50px;
  height: 50px;
  opacity: 0.3;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  border-radius: 200px;
  right: 28%;
  top: 60%;
}

.rleer34 {
  width: 120px;
  height: 120px;
  opacity: 0.3;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  border-radius: 200px;
  right: 6%;
  top: 71%;
}

.rleer26 {
  width: 50px;
  height: 50px;
  opacity: 0.3;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  border-radius: 200px;
  left: 4%;
  bottom: 10%;
}

.rleer35 {
  width: 50px;
  height: 50px;
  opacity: 0.3;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  border-radius: 200px;
  right: 4%;
  bottom: 10%;
}

.rleer337 {
  width: 20px;
  height: 20px;
  border-radius: 200px;
  right: 4%;
  bottom: 12%;
}

.rleer38 {
  width: 20px;
  height: 20px;
  border-radius: 200px;
  left: 4%;
  bottom: 12%;
}

.rleer39 {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  left: 7%;
  bottom: 13%;
}

div#dialog-content .fancybox-close-small:after {
  font-size: 45px;
}

.single header.entry-header {
  max-width: 1274px;
  margin: auto;
  position: relative;
}

.single header.entry-header .entry-title {
  font-weight: bold;
  font-size: 48px;
  line-height: 110%;
  /* or 53px */

  /* Black */
  color: #212121;
  max-width: 752px;
  margin: auto;
  margin-bottom: 35px;
}

.single .post-thumbnail {
  max-width: 1274px;
  margin: auto;
}

.single .post-thumbnail img {
  max-width: 100%;
}

.single .entry-content {
  max-width: 752px;
  margin: auto;
  margin-top: 60px;
  font-size: 26px;
  line-height: 150%;
  margin-bottom: 160px;
}

.single .entry-meta {
  margin-top: 60px;
}
.single .entry-content ul {
  list-style: none;
}

.single .entry-content ul li {
  /* font-size: 16px; */
  line-height: 170%;
  color: #000000;
  position: relative;
  padding-left: 45px;
  margin-bottom: 16px;
  padding-right: 0px;
}

.single .entry-content ul li:before {
  content: "";
  width: 21px;
  height: 26px;
  background: url("../img/marked-circle.png") no-repeat;
  display: block;
  position: absolute;
  left: 2px;
  top: 15px;
  background-size: contain;
}

.single .entry-meta {
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  display: flex;
  justify-content: space-between;
}

.single .entry-meta .tag_link a {
  font-size: 16px;
  line-height: 19px;
  color: #999999;
}
.single .entry-meta .tag_link {
  padding-left: 25px;
  position: relative;
}
.single .entry-meta .tag_link:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/mdi-tag-outline.png);
  left: 0;
  background-size: 100%;
  top: 2px;
}
.single header.entry-header a.button.back {
  display: block;
  position: absolute;
  width: 70px;
  height: 20px;
  background: url("../img/Arrow_back.png");
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}

.news-category .entry-meta {
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.news-category .entry-meta .tag_link a {
  font-size: 16px;
  line-height: 19px;
  color: #999999;
}
.news-category .entry-meta .tag_link {
  padding-left: 25px;
  position: relative;
}
.news-category .entry-meta .tag_link:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/mdi-tag-outline.png);
  left: 0;
  background-size: 100%;
  top: 2px;
}
.news-section.news-category {
  background: none;
  padding-top: 0;
}
.al-news {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  margin-top: 40px;
}

.al-news a {
  display: inline-block;
}

h1.cat-heading {
  font-size: 72px;
  line-height: 110%;

  text-align: center;

  color: #fdc705;
  font-weight: bold;
}
.news-section.news-category .news_exept h4 {
  margin-top: 25px;
  font-size: 30px;
  line-height: 110%;
}

.news-section.news-category .news_item {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .slider__top .slick-arrow::after {
    top: 33% !important;
  }
  .slider__top .slick-list {
    overflow: inherit !important;
  }

  .slider__top.container.slick-initialized.slick-slider {
    overflow: inherit;
  }
  ialog-content {
    padding: 45px 53px 80px !important;
    max-width: 700px;
  }

  .dialog-content-block h3 {
    font-size: 20px;
    max-width: inherit;
  }

  .dialog-content .write strong {
    font-size: 20px;
  }

  .dialog-content .coll strong {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .dialog-content {
    padding: 45px 25px 80px !important;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.avtovoz-line.lines2_black.section-zakazat {
  position: relative;
}

.avtovoz-line.lines2_black .lines2 {
  overflow: inherit;
  bottom: 503px;
}

@media (max-width: 768px) {
  .order_truck.order_truck_avtovoz:after {
    display: none;
  }

  .order_truck.order_truck_avtovoz:before {
    top: 0;
  }

  .avtovoz-line.lines2_black .lines2 {
    display: none;
  }
}
.corporate-argument.avtovoz {
  padding-bottom: 0;
}

.corporate-argument.avtovoz .corporate-argument-img {
  text-align: right;
}

.corporate-argument.avtovoz .corporate-argument-img img {
  max-width: 100%;
}

.shipping_avto.avtovoz .title-marker {
  max-width: inherit;
}

/**.gruzovoe .gruzovoe_text {
  margin: auto;
  font-size: 16px;

}**/

@media (max-width: 1440px) {
  .section-zakazat .item.item-zvonok.zvonok3 .item-body > a {
    font-size: 25px;
    margin-top: 13px;
  }
}

.section-zakazat .item.item-zvonok.zvonok3 .item-body div {
  display: flex;
  justify-content: center;
  padding: 0 28px;
}

.section-zakazat .item.item-zvonok.zvonok3 .item-body div a {
  display: block;
  margin-top: 10px;
}

.section-zakazat .item.item-zvonok.zvonok3 .item-body div a img {
  max-width: 100%;
}

/*=================== AUTOSERVICE=========================*/
.autoservice {
  padding-top: 65px;
}

.autoservice .wrap {
  max-width: 1596px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 60px;
  margin-bottom: 44px;
  align-items: center;
}

.autoservice .wrap > div {
  width: 50%;
}

.autoservice .autoservice-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 0px !important;
  padding-top: 37px !important;
}

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

.autoservice .autoservice-text {
  padding-top: 27px !important;
  font-size: 18px;
  line-height: 170%;
}

.autoservice .autoservice-text.rigth {
  padding-left: 17px;
}

.autoservice .autoservice-text h2 {
  margin-bottom: 71px;
  margin-top: 0;
}

.autoservice .autoservice-text p {
  margin-bottom: 33px;
}

.autoservice .autoservice-text .smoll-text {
  margin-bottom: 24px;
}

.autoservice .autoservice-text .smoll-text p {
  font-size: 14px;
  line-height: 170%;
  margin-bottom: 25px;
}

.custom-ul ul li {
  font-size: 16px;
  line-height: 170%;
  color: #000000;
  position: relative;
  padding-left: 57px;
  margin-bottom: 16px;
  padding-right: 0px;
}

.custom-ul ul li:before {
  content: "";
  width: 21px;
  height: 26px;
  background: url("../img/marked-circle.png") no-repeat;
  display: block;
  position: absolute;
  left: 18px;
  top: 2px;
  background-size: contain;
}

/* NEW SEO TEXT BLOCK START */

.section-seotext {
  background: #fff;
  padding: 150px 0px;
}

.wrap.container_wrap {
  max-width: 1597px;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.seo_text-description {
  width: 50%;
  font-size: 20px;
  line-height: 170%;
  padding-right: 9%;
}

.seo_text-image {
  width: 50%;
}

.seo_text-image img {
  width: 100%;
}

.about_service-main h2 {
  margin: 0px;
}

.about_service-main {
  width: 50%;
  padding-right: 9%;
}

.about_service-text {
  width: 50%;
}

.about_service-lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.about_service-item {
  padding-right: 15px;
  width: 50%;
  margin: 15px 0px;
}

span.about_item-text {
  font-weight: 700;
  font-size: 18px;
  display: block;
}

.about_text-right {
  font-size: 20px;
  line-height: 170%;
}

.attention_block {
  border-radius: 30px;
  border: 2px solid #fdc705;
  background: rgb(253 199 5 / 5%);
  padding: 30px;
  margin-top: 60px;
}

span.attention_block-title {
  color: #fdc705;
  text-align: center;
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}

.attention_block-text {
  text-align: center;
  font-size: 22px;
  max-width: 630px;
  margin: 15px auto 0px;
}

.section-features {
  padding: 150px 0px;
}

.features_lists {
  display: flex;
  flex-wrap: wrap;
}

.feature_item {
  width: 25%;
  position: relative;
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 80px 30px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feature_item-title {
  display: block;
  margin-top: 45px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}

.feature_item-desc {
  margin-top: 15px;
  display: block;
  font-size: 22px;
}

.feature_item:after {
  content: "";
  background: #efefef;
  display: block;
  position: absolute;
  width: 1px;
  top: 30px;
  bottom: 30px;
  right: 0;
}

.feature_item:last-child::after {
  display: none;
}

.feature_item:hover {
  background-image: url(../img/adv-bg.png);
  background-color: #fdc705;
  -webkit-box-shadow: 0 30px 90px rgba(253, 199, 5, 0.3);
  box-shadow: 0 30px 90px rgba(253, 199, 5, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.seotext_image_left {
  width: 40%;
  margin-right: 50px;
}

.seotext_image_left img {
  width: 100%;
}

.seotext_main_right {
  width: calc(60% - 50px);
  font-size: 20px;
}

.align-center {
  align-items: center;
}

.section-maintext {
  padding: 90px 0px 150px;
  background: #f9f9f9;
}

.section-addservices {
  position: relative;
  padding-top: 90px;
}

.add_services-text {
  width: calc(50% - 30px);
  margin-right: 30px;
}

.add_services-lists {
  width: calc(50% - 30px);
  margin-left: 30px;
  border-radius: 30px;
  background: var(--White, #fff);
  box-shadow: 0px 20px 140px 0px rgba(0, 0, 0, 0.07);
  padding: 40px 50px;
}

.add_services-text {
  font-size: 28px;
}

.add_services_item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.add-services_row {
  align-items: flex-start;
}

span.add_services_item-text {
  margin-left: 30px;
  font-size: 22px;
  display: block;
  border-bottom: 1px solid #fdc705;
  padding-bottom: 16px;
}

.add_services_item:last-child {
  margin-bottom: 0;
}

.section-how_order-lists {
  padding-top: 90px;
  padding-bottom: 140px;
}

.how_order-lists {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -16px;
}

.how_order_item {
  border-radius: 24px;
  border: 1px solid #efefef;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% - 30px);
  margin: 15px;
  text-align: center;
  padding: 32px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

span.how_order_item-title {
  display: block;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
}

span.how_order_item-text {
  display: block;
  font-size: 16px;
}

.how_order_item:hover {
  background-image: url(../img/adv-bg.png);
  background-color: #fdc705;
}

.how_order-subtitle {
  text-align: center;
  font-size: 36px;
  max-width: 1500px;
  margin-bottom: 35px;
}

.how_order_item img {
  background: #fff;
  border-radius: 100%;
}

.section-addservices:before {
  content: "";
  display: block;
  position: absolute;
  width: 380px;
  height: 900px;
  background-image: url(../img/Lines1.png);
  left: -98px;
  bottom: -528px;
  z-index: -1;
  transform: rotate(180deg);
  background-size: 100%;
}

.icon_down {
  text-align: right;
  margin-top: 100px;
}

.icon_down svg {
  max-width: 150px;
}

.section-conclusion {
  background: #f9f9f9;
  padding: 90px 0 140px;
}

.conclusion_desc {
  width: 40%;
  margin-right: 60px;
  font-size: 24px;
}

.conclusion_image img {
  width: 100%;
}

.conclusion_image {
  width: calc(60% - 60px);
}

.section-faq {
  padding-top: 140px;
}

.faq-main h2.title-marker {
  margin-top: 0;
}

.faq-main {
  width: 40%;
  margin-right: 50px;
}

.faq_lists {
  width: calc(60% - 60px);
  border-radius: 30px;
  background: var(--White, #fff);
  box-shadow: 0px 20px 140px 0px rgba(0, 0, 0, 0.07);
  padding: 40px 60px;
}

.faq_item {
  margin-bottom: 40px;
  border-bottom: 1px solid #fdc705;
  padding-bottom: 16px;
}

.faq_item:last-child {
  margin-bottom: 0;
}

.faq_answer-inner p:last-child {
  margin-bottom: 0;
}

.faq_question {
  font-size: 28px;
  font-weight: 700;
}

.faq_answer-inner {
  margin-top: 10px;
  font-size: 20px;
}

.faq_answer {
  box-sizing: border-box;
  display: block;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.faq_item.active .faq_answer {
  max-height: 500px;
}

.faq_question {
  display: flex;
  align-items: center;
  cursor: pointer;
}

span.plus {
  position: relative;
  margin-right: 20px;
}

span.plus:before {
  border-radius: 30px;
  content: "";
  width: 30px;
  height: 2px;
  background: #fdc704;
  display: block;
  transition: all 0.4s ease-in-out;
}

span.plus:after {
  border-radius: 30px;
  content: "";
  width: 30px;
  height: 2px;
  background: #fdc704;
  display: block;
  transform: rotate(90deg);
  position: relative;
  top: -2px;
  transition: all 0.4s ease-in-out;
}

.faq_item.active span.plus:after {
  transform: rotate(0deg);
}

.faq-main .icon_down {
  padding-right: 20%;
  margin-top: 30px;
}

.seo_text-row {
  margin-top: 40px;
}

.main-text {
  margin-top: 40px;
}

.add-services_row {
  margin-top: 40px;
}

@media (max-width: 1140px) {
  .seo_text-description {
    padding-right: 0;
    font-size: 18px;
  }

  .section-seotext {
    padding: 60px 0px 90px;
  }

  .about_text-right {
    font-size: 18px;
  }

  span.about_item-text {
    font-size: 16px;
  }

  .attention_block-text {
    font-size: 20px;
    margin-top: 10px;
  }

  .section-features {
    padding: 60px 0px 90px;
  }

  .feature_item-title {
    font-size: 22px;
  }

  .feature_item-desc {
    font-size: 18px;
  }

  .seotext_main_right {
    font-size: 18px;
  }

  .section-maintext {
    padding-bottom: 90px;
    padding-top: 60px;
  }

  .section-addservices {
    padding-top: 60px;
  }

  .add_services-text {
    font-size: 22px;
  }

  .icon_down {
    margin-top: 40px;
  }

  .add_services-lists {
    padding: 30px;
  }

  span.add_services_item-text {
    font-size: 18px;
  }

  .how_order-subtitle {
    font-size: 28px;
  }

  .section-how_order-lists {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .section-conclusion {
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .conclusion_desc {
    font-size: 18px;
  }

  .section-faq {
    padding-top: 110px;
  }

  .faq_lists {
    padding: 30px;
  }

  .faq_question {
    font-size: 20px;
  }

  .faq_answer-inner {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .seo_text-description {
    font-size: 14px;
  }

  .mobile-flex-direction-column {
    flex-direction: column;
  }

  .mobile-flex-direction-column > div {
    width: 100%;
  }

  .about_text-right {
    font-size: 14px;
  }

  span.about_item-text {
    font-size: 14px;
  }

  .about_text-right {
    margin-top: 20px;
  }

  .about_service-main {
    padding-right: 0;
  }

  .attention_block {
    padding: 20px;
  }

  span.attention_block-title {
    line-height: 1.2;
    font-size: 26px;
  }

  .attention_block-text {
    font-size: 16px;
  }

  .feature_item img {
    width: 100%;
    max-width: 96px;
  }

  .feature_item {
    width: 50%;
    padding: 30px;
  }

  .feature_item:nth-child(2):after {
    display: none;
  }

  .feature_item-title {
    font-size: 18px;
    margin-top: 20px;
  }

  .feature_item-desc {
    font-size: 15px;
  }

  .main-text.d-flex.mobile-flex-direction-column {
    flex-direction: column-reverse;
    margin-top: 10px;
  }

  .seotext_main_right {
    font-size: 14px;
    margin: 0px !important;
  }

  .seotext_image_left {
    margin-right: 0;
    text-align: center;
  }

  .seotext_image_left img {
    max-width: 500px;
  }

  .seo_text-row {
    margin-top: 0;
  }

  .add_services-text {
    margin-right: 0;
    font-size: 16px;
  }

  .icon_down {
    display: none;
  }

  .add_services-lists {
    margin-left: 0;
  }

  .add-services_row {
    margin-top: 0;
  }

  span.add_services_item-text {
    font-size: 16px;
    margin-left: 15px;
  }

  .how_order-subtitle {
    font-size: 20px;
  }

  .how_order_item img {
    width: 100%;
    max-width: 97px;
  }

  .how_order_item {
    width: calc(50% - 30px);
  }

  .conclusion_desc {
    font-size: 14px;
  }

  .conclusion_desc {
    margin-right: 0;
  }

  .section-faq {
    padding-top: 80px;
  }

  .faq_question {
    font-size: 16px;
  }

  .faq_answer-inner {
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  .how_order_item {
    width: calc(100% - 30px);
  }

  .feature_item {
    width: 100%;
  }

  .feature_item:after {
    display: none;
  }
}
/* NEW SEO TEXT BLOCK END */
.seo_description {
  max-width: 1566px;
  margin: auto;
}
.seo_description h2 {
  text-align: center;
  font-weight: 700;
  font-size: 72px;
  line-height: 110%;
  position: relative;
}
.seo_description h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 110%;
  position: relative;
}
.seo_description p {
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  margin-bottom: 34px;
}

.seo_description ul {
  list-style: none;
}

.seo_description ul li {
  font-size: 20px;
  line-height: 170%;
  color: #000000;
  position: relative;
  padding-left: 64px;
  margin-bottom: 34px;
}

.seo_description ul li:before {
  content: "";
  width: 34px;
  height: 31px;
  background: url("../img/marked-circle.png") no-repeat;
  display: block;
  position: absolute;
  left: 5px;
  top: 2px;
}

@media (max-width: 768px) {
  .seo_description h2 {
    font-size: 36px;
  }
  .seo_description p {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.66;
  }
  .seo_description ul li {
    margin-left: 30px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.66;
  }
}
/*ПЕРЕЗАПИСАНО!*/
.order_truck .order_truck_text > p {
  font-size: 20px;
  line-height: 43px;
  color: #000;
  max-width: 752px;
  margin-bottom: 39px;
}
.section-zakazat {
  padding: 0px;
}

.left.p10 {
  padding-top: 10%;
}
/* .left.p10 {
  transform: translateY(10%);
} */

/* === Carousel of autos for rent === */

.car-rental-carousel {
  padding: 30px 0;
}

.carousel-item {
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Add a smooth transition */
}

.slick-track {
  margin-bottom: 20px;
}
/* Zoom effect when hovering */
.carousel-item:hover {
  transform: scale(1.05); /* Increase the element by 5% */
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); /* More expressive shadow */
}

.car-brand {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.car-specs {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.car-image {
  width: 100%;
  height: 200px;
  object-fit: contain; /* Scale images while maintaining proportions */
  margin-bottom: 15px;
  border-radius: 10px;
}

.car-icons {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
}

.icon {
  text-align: center;
}

.icon-img {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}

.icon p {
  font-size: 14px;
  color: #555;
}

.car-price {
  font-size: 18px;
  color: #fdc705;
  font-weight: bold;
  margin-bottom: 15px;
}

.reserve-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fdc705;
  color: #222;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s;
}

.reserve-button:hover {
  background-color: #222;
  color: #fff;
}

.custom-prev,
.custom-next {
  background-color: #fdc705;
  color: white;
  border: none;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 10px;
}

.custom-prev:hover,
.custom-next:hover {
  background-color: #333;
}

/* Hide arrows on mobile devices (screens smaller than 768px) */
@media (max-width: 768px) {
  .custom-arrow-container {
    display: none;
  }
}

/* Контейнер для стрілок */
.custom-arrow-container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

/* Модальне вікно */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.3s ease;
  opacity: 0;
  justify-content: center;
  align-items: center;
}

.modal.show {
  display: flex;
  opacity: 1;
}

.modal-content {
  background-color: white;
  padding: 30px;
  width: 100%;
  max-width: 450px;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  animation: modalFadeIn 0.4s ease;
  position: relative;
}

@keyframes modalFadeIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 28px;
  color: #333;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

#modal-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

#modal-title-car-brand {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: #555;
}

.form-group input {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease;
}

.form-group input:focus {
  border-color: #fdc705;
  outline: none;
}

.btn {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  background-color: #fdc705;
  color: #222;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #333;
}

.modal-content,
.btn,
.form-group input {
  transition: all 0.3s ease;
}

.car-prices {
  margin-top: 15px;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.price-table th,
.price-table td {
  padding: 8px;
  border: 1px solid #ddd;
  text-align: center;
}

.price-table th {
  background-color: #f8f8f8;
}

.car-deposit {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-top: 10px;
}

/* Вимкнути зум на мобільних пристроях */
@media (max-width: 768px) {
  .carousel-item:hover {
    transform: none !important; /* Відключаємо ефект збільшення */
  }

  /* Можливо, варто скасувати ефекти переходу на мобільних */
  .carousel-item {
    transition: none !important;
  }
}
.badge {
  width: 100%; /* Бейдж залишається на всю ширину свого елемента */
  height: 30px; /* Висота бейджа */
  line-height: 30px; /* Вертикальне вирівнювання тексту */
  text-align: center; /* Центруємо текст */
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px; /* Відступ перед таблицею з цінами */
}

.badge-available {
  background-color: green; /* Зелений фон для доступних авто */
}

.badge-unavailable {
  background-color: red; /* Червоний фон для недоступних авто */
}
.grayscale {
  filter: grayscale(100%); /* Чорно-білий фільтр */
  transition: filter 0.3s ease; /* Плавний перехід при зміні стану */
}
/* =============================== +++++++++++========================= */
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.price-table th,
.price-table td {
  padding: 4px 6px; /* Зменшуємо відступи в комірках */
  font-size: 14px; /* Зменшуємо розмір шрифту */
  border: 1px solid #ddd;
  text-align: center;
}

.price-table th {
  background-color: #f8f8f8;
  font-weight: 600; /* Можна зменшити жирність для компактності */
}

@media (max-width: 768px) {
  .carousel-item {
    padding: 10px; /* Зменшимо внутрішні відступи для мобільних */
    margin: 5px; /* Зменшимо зовнішні відступи */
  }

  .car-image {
    height: 150px; /* Зменшимо висоту зображення авто на мобільних */
    margin-bottom: 10px; /* Зменшимо відступ між зображенням та іншими елементами */
  }

  .car-brand {
    font-size: 18px; /* Зменшимо розмір шрифту назви авто */
    margin-bottom: 8px;
  }

  .car-specs {
    font-size: 14px; /* Зменшимо розмір шрифту технічних характеристик */
    margin-bottom: 10px;
  }

  .car-icons {
    margin-bottom: 10px; /* Зменшимо відступ між іконками та іншими елементами */
  }

  .icon p {
    font-size: 12px; /* Зменшимо розмір шрифту під іконками */
  }

  .reserve-button {
    padding: 8px 16px; /* Зменшимо розмір кнопки бронювання */
    font-size: 14px;
  }

  .badge {
    height: 25px; /* Зменшимо висоту бейджа */
    line-height: 25px; /* Вирівнювання тексту бейджа */
    font-size: 12px; /* Зменшимо розмір шрифту бейджа */
  }

  .price-table th,
  .price-table td {
    padding: 2px 4px; /* Ще більше зменшимо відступи для мобільних пристроїв */
    font-size: 12px; /* Зменшимо розмір шрифту в таблиці на мобільних */
  }

  .car-deposit {
    font-size: 14px; /* Зменшимо шрифт для тексту "Залог" */
  }
}
