@font-face {
  font-family: 'Gilroy';
  src: url('./fonts/Gilroy-Regular.woff2') format('woff2'), url('./fonts/Gilroy-Regular.woff') format('woff'), url('./fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  backface-visibility: hidden;
  color: #181818;
  line-height: unset;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#rbtform {
  width: 100% !important;
  max-width: 100% !important;
}
a:focus,
button:focus,
input:focus {
  outline: none;
}
.flickity-page-dots {
  bottom: 0 !important;
}
.flickity-page-dots .dot {
  background: #dcdcdc !important;
  opacity: 1 !important;
  width: 7px !important;
  height: 7px !important;
  margin: 0 6px !important;
}
.flickity-page-dots .dot.is-selected {
  background: #fbb700 !important;
}
.button {
  color: #784e09;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  width: 250px;
  height: 60px;
  border: 0;
  border-radius: 10px;
}
.button:before {
  content: '';
  display: block;
  position: absolute;
  width: 250px;
  height: 60px;
  border-radius: 5px;
  background: #d19113;
  top: 5px;
  left: 0;
  z-index: 1;
  transition: 0.4s ease;
}
.button:after {
  content: '';
  display: block;
  border-radius: 5px;
  background-image: -moz-linear-gradient(90deg, #ec9b00 0%, #fbca06 100%);
  background-image: -webkit-linear-gradient(90deg, #ec9b00 0%, #fbca06 100%);
  background-image: -ms-linear-gradient(90deg, #ec9b00 0%, #fbca06 100%);
  width: 250px;
  height: 60px;
  box-shadow: inset 0px -2px 20px 0px rgba(248, 208, 150, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.4s ease;
}
.button span {
  z-index: 3;
  position: relative;
  font-size: 10px;
  color: #6e4a03;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.button:hover:after {
  filter: brightness(1.15);
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
header a img {
  width: 100%;
  max-width: 229px;
}
@media (max-width: 767px) {
  header a img {
    width: 200px;
  }
}
@media (max-width: 390px) {
  header a img {
    width: 175px;
  }
}
@media (max-width: 359px) {
  header a img {
    width: 145px;
  }
}
header .top {
  padding-top: 54px;
}
@media (max-width: 767px) {
  header .top {
    padding-top: 25px;
  }
}
header .top .col-md-12 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header .center {
  font-size: 18px;
  text-align: right;
}
@media (max-width: 991px) {
  header .center {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  header .center {
    font-size: 14px;
  }
}
header .center > span {
  display: block;
  margin-bottom: 7px;
}
@media (max-width: 540px) {
  header .center > span {
    display: none;
  }
}
header .center .phone {
  display: inline-block;
  font-weight: 300;
  margin-left: 22px;
}
@media (max-width: 767px) {
  header .center .phone {
    font-size: 15px;
  }
}
@media (max-width: 540px) {
  header .center .phone {
    display: block;
  }
}
header .center .phone span {
  font-weight: 700;
  font-size: 25px;
  padding-left: 2px;
}
@media (max-width: 991px) {
  header .center .phone span {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  header .center .phone span {
    font-size: 17px;
  }
}
@media (max-width: 540px) {
  header .center .phone span {
    font-size: 19px;
  }
}
@media (max-width: 390px) {
  header .center .phone span {
    font-size: 17px;
  }
}
@media (max-width: 359px) {
  header .center .phone span {
    font-size: 15px;
  }
}
header .call {
  font-size: 16px;
  color: #eaa00a;
  line-height: 40px;
  cursor: pointer;
  background-image: url('./img/call-icon.svg');
  background-repeat: no-repeat;
  text-decoration: underline;
  padding-left: 50px;
  margin-top: 7px;
}
@media (max-width: 991px) {
  header .call {
    display: none;
  }
}
header .menu {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 60px;
}
@media (max-width: 1199px) {
  header .menu {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  header .menu {
    padding: 0 20px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  header .menu {
    display: none;
  }
}
header .menu a {
  color: #181818;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  header .menu a {
    font-weight: normal;
    text-transform: none;
  }
}
header .menu .separator {
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #e0e0e0;
}
.home header {
  position: absolute;
  width: 100%;
}
h2 {
  font-size: 40px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}
.block-title {
  text-align: center;
  font-weight: 300;
}
.block-subtitle {
  text-align: center;
  font-size: 16px;
  color: #898989;
  font-family: 'Gilroy';
  margin-top: 30px;
}
@media (max-width: 991px) {
  .block-subtitle br {
    display: none;
  }
}
.block-1 {
  background-image: url(./img/bg1.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 275px;
}
@media (max-width: 991px) {
  .block-1 {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .block-1 {
    padding-top: 120px;
  }
}
@media (max-width: 575px) {
  .block-1 {
    padding-top: 100px;
  }
}
.block-1 .container {
  background-image: url(./img/top-car.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .block-1 .container {
    background-image: none;
  }
}
.block-1 .left {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .block-1 .left img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .block-1 .left {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.block-1 .form {
  width: 500px;
  height: 730px;
  border-radius: 10px;
  visibility: hidden;
  background-color: #ffffff;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  float: right;
}
@media (max-width: 991px) {
  .block-1 .form {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .block-1 .form {
    width: 100%;
    height: auto;
  }
}
.block-1 .policy-info {
  font-family: 'Gilroy';
  font-size: 10px;
  color: #757575;
  text-align: center;
  margin-top: -44px;
}
.block-1 .policy-info a {
  color: #cc8f12;
}
.block-1 #rbtaxi-form {
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding: 35px 19px 0px 19px;
  height: 100%;
}
@media (max-width: 575px) {
  .block-1 #rbtaxi-form {
    padding: 10px 10px;
  }
}
.block-2 {
  overflow: hidden;
  background-image: url('./img/bg2.jpg');
  background-repeat: no-repeat;
  position: relative;
  background-size: 44vw;
  background-position: 0% 25%;
}
.block-2:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 4000px;
  height: 100vh;
  left: -1000px;
  box-shadow: inset 0px -300px 600px 0px #fbfbf2;
  z-index: 0;
}
.block-2 .flickity-viewport {
  overflow: visible;
}
.block-2 .row.first .box {
  display: block;
  width: 100%;
  height: 115px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 5px;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  color: #181818;
}
@media (max-width: 991px) {
  .block-2 .row.first .box {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .block-2 .row.first .box {
    font-size: 18px;
  }
}
.block-2 .row.first .box span {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  position: relative;
  padding-left: 27px;
  display: flex;
  align-items: center;
}
.block-2 .row.first .box img {
  position: absolute;
}
@media (max-width: 1199px) {
  .block-2 .row.first .box img {
    opacity: 0.3;
  }
}
@media (max-width: 991px) {
  .block-2 .row.first .box img {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .block-2 .row.first .box img {
    opacity: 0.3;
  }
}
@media (max-width: 575px) {
  .block-2 .row.first .box img {
    opacity: 1;
  }
}
.block-2 .row.first .box:hover span {
  border: 1px solid #fcc533;
}
.block-2 .row.second {
  margin-top: 95px;
}
.block-2 .slider-buttons {
  display: flex;
  justify-content: center;
  margin-top: 37px;
  margin-bottom: 20px;
}
.block-2 .slider-buttons div {
  cursor: pointer;
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #f1f1f1;
  margin: 0 10px;
}
.block-2 .slider-buttons div.active {
  background-image: -moz-linear-gradient(90deg, #ec9b00 0%, #fbca06 100%);
  background-image: -webkit-linear-gradient(90deg, #ec9b00 0%, #fbca06 100%);
  background-image: -ms-linear-gradient(90deg, #ec9b00 0%, #fbca06 100%);
  border: 0px;
}
.block-2 .slider-buttons div:not(.active):hover {
  border: 1px dashed #fcc533;
}
.block-2 .tarif-air-slider .subtitle {
  padding-right: 40px;
}
@media (max-width: 991px) {
  .block-2 .tarif-air-slider .subtitle {
    padding-right: 0;
  }
}
.block-2 .tarif-air-slider .tarif-wrapper {
  display: inline-block;
  width: 42% !important;
}
.block-2 .tarif-slider {
  display: none;
}
.block-2 .tarif-slider.active {
  display: block;
  z-index: 1;
}
.block-2 .tarif-slider .flickity-page-dots {
  bottom: -30px !important;
}
.block-2 .tarif-slider .carousel-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20%;
}
@media (max-width: 767px) {
  .block-2 .tarif-slider .carousel-cell {
    flex-direction: column-reverse;
  }
}
.block-2 .tarif-slider .carousel-cell .left {
  width: 40%;
}
@media (max-width: 767px) {
  .block-2 .tarif-slider .carousel-cell .left {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .block-2 .tarif-slider .carousel-cell .left {
    width: 90%;
  }
}
.block-2 .tarif-slider .carousel-cell .left .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .block-2 .tarif-slider .carousel-cell .left .title {
    font-size: 20px;
  }
}
.block-2 .tarif-slider .carousel-cell .left .subtitle {
  font-family: 'Gilroy';
  color: #898989;
  margin-bottom: 26px;
}
.block-2 .tarif-slider .carousel-cell .left .tarif {
  font-weight: bold;
  margin-bottom: 12px;
}
.block-2 .tarif-slider .carousel-cell .left .tarif-desc {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .block-2 .tarif-slider .carousel-cell .left .tarif-desc {
    font-size: 14px;
  }
}
.block-2 .tarif-slider .carousel-cell .right {
  width: 57%;
  text-align: right;
}
@media (max-width: 767px) {
  .block-2 .tarif-slider .carousel-cell .right {
    width: 100%;
  }
}
.block-2 .tarif-slider .carousel-cell .right img {
  max-width: 100%;
}
@media (max-width: 480px) {
  .block-2 .tarif-slider .carousel-cell .right img {
    padding-top: 20px;
  }
}
@media (max-width: 420px) {
  .block-2 .tarif-slider .carousel-cell .right img {
    padding-top: 40px;
  }
}
.block-2 .tarif-slider .carousel-cell .right .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 55px;
}
@media (max-width: 1199px) {
  .block-2 .tarif-slider .carousel-cell .right .info {
    top: 25px;
  }
}
.block-2 .tarif-slider .carousel-cell .right .info .box {
  background: white;
  border-radius: 5px;
  padding: 13px 20px;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.04);
  display: inline-block;
  transform: skewX(10deg);
}
.block-2 .tarif-slider .carousel-cell .right .info span {
  display: block;
  transform: skewX(-10deg);
  color: #898989;
  font-size: 12px;
}
.block-2 .tarif-slider .flickity-prev-next-button {
  border-radius: 50%;
  background-color: #ebebeb;
  box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.05);
  width: 70px;
  height: 70px;
  color: #afafaf;
}
@media (max-width: 991px) {
  .block-2 .tarif-slider .flickity-prev-next-button {
    width: 40px;
    height: 40px;
  }
}
.block-2 .tarif-slider .flickity-prev-next-button:hover {
  background-image: -moz-linear-gradient(90deg, #ec9b00 0%, #fbca06 100%);
  background-image: -webkit-linear-gradient(90deg, #ec9b00 0%, #fbca06 100%);
  background-image: -ms-linear-gradient(90deg, #ec9b00 0%, #fbca06 100%);
  box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.05);
  color: white;
}
.block-2 .tarif-slider .flickity-prev-next-button.next {
  right: -70px;
}
@media (max-width: 1330px) {
  .block-2 .tarif-slider .flickity-prev-next-button.next {
    right: 0;
  }
}
@media (max-width: 991px) {
  .block-2 .tarif-slider .flickity-prev-next-button.next {
    right: -30px;
  }
}
@media (max-width: 575px) {
  .block-2 .tarif-slider .flickity-prev-next-button.next {
    right: -10px;
  }
}
.block-2 .tarif-slider .flickity-prev-next-button.previous {
  left: -70px;
}
@media (max-width: 1330px) {
  .block-2 .tarif-slider .flickity-prev-next-button.previous {
    left: 0;
  }
}
@media (max-width: 991px) {
  .block-2 .tarif-slider .flickity-prev-next-button.previous {
    left: -30px;
  }
}
@media (max-width: 575px) {
  .block-2 .tarif-slider .flickity-prev-next-button.previous {
    left: -10px;
  }
}
.block-2 .tarif-slider .flickity-prev-next-button .flickity-button-icon {
  left: 40%;
  top: 30%;
  width: 20%;
  height: 40%;
}
@media (max-width: 991px) {
  .block-2 .tarif-slider .flickity-prev-next-button .flickity-button-icon {
    left: 30%;
    top: 30%;
    width: 40%;
    height: 40%;
  }
}
.block-2 .tarif-slider .button {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .block-2 .tarif-slider .button {
    margin-left: auto;
    margin-right: auto;
  }
}
.block-2 .row.third {
  margin-top: 100px;
}
.block-2 .dop-uslugi {
  display: block;
  z-index: 1;
  margin-bottom: 100px;
}
.block-2 .dop-uslugi .box {
  display: block;
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  color: #181818;
  margin-bottom: 85px;
  margin-top: 50px;
}
.block-2 .dop-uslugi .box .box-content {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 38px;
}
@media (max-width: 1199px) {
  .block-2 .dop-uslugi .box .box-content {
    padding-bottom: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .block-2 .dop-uslugi .box .box-content .image {
    max-width: 100%;
  }
  .block-2 .dop-uslugi .box .box-content .image img {
    max-width: 100%;
    height: 112px;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .block-2 .dop-uslugi .box .box-content .image img {
    max-height: 150px;
  }
}
.block-2 .dop-uslugi .title {
  font-size: 18px;
  display: inline;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .block-2 .dop-uslugi .title {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .block-2 .dop-uslugi .title br {
    display: none;
  }
}
.block-2 .dop-uslugi .price {
  font-size: 20px;
  color: #eaa00a;
  font-weight: bold;
  margin-top: 12px;
}
@media (max-width: 575px) {
  .block-2 .dop-uslugi .price {
    text-align: center;
  }
}
.block-3 {
  padding-top: 85px;
}
.block-3 .boxes {
  display: flex;
}
@media (max-width: 767px) {
  .block-3 .boxes {
    display: block;
  }
}
.block-3 .boxes.first-row {
  justify-content: space-between;
  margin-top: 35px;
}
.block-3 .boxes.second-row {
  justify-content: space-around;
  padding: 0 150px;
}
@media (max-width: 991px) {
  .block-3 .boxes.second-row {
    padding: 0 50px;
  }
}
.block-3 .box {
  text-align: center;
  width: 280px;
}
@media (max-width: 767px) {
  .block-3 .box {
    width: 100%;
  }
}
.block-3 .box .image {
  height: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .block-3 .box .image {
    height: 165px;
  }
}
@media (max-width: 767px) {
  .block-3 .box .image {
    height: auto;
  }
}
.block-3 .box .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .block-3 .box .title {
    font-size: 18px;
  }
}
.block-3 .box p {
  font-size: 16px;
  color: #898989;
  font-family: 'Gilroy';
}
@media (max-width: 991px) {
  .block-3 .box p {
    font-size: 14px;
  }
}
.block-4 {
  margin-top: 250px;
  background-image: -moz-linear-gradient(131deg, rgba(241, 241, 241, 0.45882) 0%, rgba(255, 255, 255, 0.98824) 70%);
  background-image: -webkit-linear-gradient(131deg, rgba(241, 241, 241, 0.45882) 0%, rgba(255, 255, 255, 0.98824) 70%);
  background-image: -ms-linear-gradient(131deg, rgba(241, 241, 241, 0.45882) 0%, rgba(255, 255, 255, 0.98824) 70%);
}
@media (max-width: 991px) {
  .block-4 {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .block-4 {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .block-4 {
    background-color: #f9f9f9;
    background-image: none;
  }
}
@media (max-width: 767px) {
  .block-4 .girl-container {
    display: none;
  }
}
.block-4 .girl-container img {
  position: absolute;
  right: 40px;
  bottom: -180px;
}
@media (max-width: 1199px) {
  .block-4 .girl-container img {
    width: 120%;
  }
}
@media (max-width: 991px) {
  .block-4 .girl-container img {
    width: 160%;
    right: 0;
    bottom: -140px;
  }
}
.block-4 .feedback-container {
  padding-top: 95px;
  padding-bottom: 85px;
  position: relative;
}
@media (max-width: 991px) {
  .block-4 .feedback-container {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (max-width: 575px) {
  .block-4 .feedback-container {
    padding-top: 45px;
    padding-bottom: 35px;
  }
}
.block-4 .form-title {
  font-size: 35px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .block-4 .form-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .block-4 .form-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .block-4 .form-title {
    font-size: 20px;
  }
  .block-4 .form-title br {
    display: none;
  }
}
.block-4 .form-title span {
  font-weight: bold;
}
.block-4 form {
  margin-top: 64px;
}
@media (max-width: 991px) {
  .block-4 form {
    margin-top: 45px;
  }
}
.block-4 form > div {
  width: 250px;
  display: inline-block;
  margin-right: 22px;
  vertical-align: top;
}
@media (max-width: 1199px) {
  .block-4 form > div {
    width: 240px;
  }
}
@media (max-width: 991px) {
  .block-4 form > div {
    width: 210px;
  }
  .block-4 form > div:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .block-4 form > div {
    width: 240px;
  }
}
@media (max-width: 575px) {
  .block-4 form > div {
    width: 47%;
  }
}
@media (max-width: 460px) {
  .block-4 form > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.block-4 form input {
  height: 65px;
  width: 100%;
  border: 0;
  padding: 0 25px;
  border-radius: 5px;
  background-color: #f1f1f1;
  box-shadow: inset 0px 2px 16px 0px rgba(77, 52, 13, 0.05);
  font-size: 12px;
  transition: 0.5s;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.block-4 form input::-webkit-input-placeholder {
  filter: brightness(1.3);
}
.block-4 form input::-moz-placeholder {
  filter: brightness(1.3);
}
.block-4 form input:-moz-placeholder {
  filter: brightness(1.3);
}
.block-4 form input:-ms-input-placeholder {
  filter: brightness(1.3);
}
.block-4 form input:focus {
  /* Firefox 19+ */
  /* Firefox 18- */
}
.block-4 form input:focus::-webkit-input-placeholder {
  filter: brightness(1);
}
.block-4 form input:focus::-moz-placeholder {
  filter: brightness(1);
}
.block-4 form input:focus:-moz-placeholder {
  filter: brightness(1);
}
.block-4 form input:focus:-ms-input-placeholder {
  filter: brightness(1);
}
.block-4 form button {
  width: 250px;
}
@media (max-width: 991px) {
  .block-4 form button {
    width: 100%;
  }
  .block-4 form button:after,
  .block-4 form button:before {
    width: 100%;
  }
}
.block-4 form .policy-info {
  font-size: 12px;
  margin-top: 21px;
  font-family: 'Gilroy';
  color: #cfcfcf;
  text-align: center;
}
.block-4 form .policy-info a {
  color: #edd198;
}
.block-5 {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .block-5 {
    margin-top: 70px;
  }
}
.block-5 h2 {
  font-size: 35px;
}
@media (max-width: 575px) {
  .block-5 h2 {
    font-size: 24px;
  }
}
.block-5 .qa {
  margin-top: 50px;
}
.block-5 .dropdown {
  margin-bottom: 20px;
  transition: 0.5s;
  z-index: 1;
}
.block-5 .dropdown button {
  height: 90px;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.03);
  padding: 10px;
  white-space: normal;
}
.block-5 .dropdown button:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 8px;
  background-image: url('./img/dropdown-icon.svg');
  transition: 0.3s;
  flex-shrink: 0;
  position: absolute;
  top: 42px;
  right: 42px;
}
.block-5 .dropdown button:not(.collapsed) {
  border-radius: 5px 5px 0 0;
}
.block-5 .dropdown button:not(.collapsed):after {
  transform: rotateX(180deg);
}
.block-5 .dropdown button.collapsed:after {
  transform: rotateX(0deg);
}
.block-5 .dropdown button span {
  height: 100%;
  width: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  line-height: normal;
  text-align: left;
}
@media (max-width: 1199px) {
  .block-5 .dropdown button span {
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .block-5 .dropdown button span {
    font-size: 14px;
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .block-5 .dropdown button span br {
    display: none;
  }
}
.block-5 .dropdown .box {
  margin: 0px 11px 11px 11px;
  border: 1px solid #f1f1f1;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}
.block-5 .dropdown .collapsing {
  margin-right: 15px;
  position: absolute;
  z-index: 2;
  background-color: white;
  top: 70px;
  box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.03);
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
}
.block-5 .dropdown .collapsing p {
  padding: 15px 25px 20px 25px;
  margin-bottom: 0;
  font-size: 12px;
  color: #898989;
  line-height: normal;
  font-family: 'Gilroy';
}
.block-5 .dropdown .collapse {
  margin-right: 15px;
  box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.03);
  border-radius: 0 0 10px 10px;
}
.block-5 .dropdown .collapse p {
  padding: 15px 25px 20px 25px;
  margin-bottom: 0;
  font-size: 12px;
  color: #898989;
  line-height: normal;
  font-family: 'Gilroy';
}
.block-5 .dropdown .collapse.show {
  top: 70px;
  position: absolute;
  z-index: 2;
  background-color: white;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
}
.footer {
  margin-top: 105px;
  border-top: 1px solid #f1f1f1;
  padding-top: 50px;
  padding-bottom: 60px;
  color: #898989;
}
@media (max-width: 575px) {
  .footer {
    margin-top: 60px;
  }
}
.footer a {
  color: #898989;
}
.footer .col-12 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 400px) {
  .footer .col-12 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer .first-col {
  font-family: 'Gilroy';
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 12px;
}
@media (max-width: 400px) {
  .footer .first-col span {
    display: none;
  }
}
.footer .first-col a img {
  width: 100%;
  max-width: 196px;
}
.footer .second-col .title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #181818;
}
.footer .second-col a {
  font-size: 12px;
  display: block;
  text-decoration: underline;
  margin-top: 15px;
  font-family: 'Gilroy';
}
@media (max-width: 991px) {
  .footer .second-col {
    display: none;
  }
}
.footer .third-col .title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #181818;
}
.footer .third-col a {
  font-size: 12px;
  display: block;
  text-decoration: underline;
  margin-top: 15px;
  font-family: 'Gilroy';
}
@media (max-width: 991px) {
  .footer .third-col {
    display: none;
  }
}
.footer .fourth-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-family: 'Gilroy';
  font-size: 12px;
  line-height: normal;
}
@media (max-width: 767px) {
  .footer .fourth-col {
    display: none;
  }
}
.footer .fourth-col a {
  color: #e3a842;
  text-decoration: underline;
}
.footer .fifth-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 400px) {
  .footer .fifth-col {
    align-items: center;
    margin-top: 10px;
  }
}
.footer .fifth-col .phone {
  font-size: 16px;
  font-weight: 300;
  color: #181818;
  margin-bottom: 10px;
}
.footer .fifth-col .phone span {
  font-weight: bold;
}
.footer .fifth-col .call {
  font-size: 12px;
  color: #e3a842;
  text-decoration: underline;
  cursor: pointer;
}
.footer .fifth-col .bottom {
  font-size: 12px;
  font-family: 'Gilroy';
  margin-bottom: -5px;
}
@media (max-width: 400px) {
  .footer .fifth-col .bottom {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.footer .fifth-col .bottom img {
  margin-top: 7px;
}
@media (max-width: 400px) {
  .footer .fifth-col .bottom img {
    margin-top: 3px;
  }
}
.footer .fifth-col > span {
  font-family: 'Gilroy';
  font-size: 12px;
}
@media (min-width: 401px) {
  .footer .fifth-col > span {
    display: none;
  }
}
body:not(.home) {
  background-image: url('./img/bg-inner.png');
  background-repeat: repeat-x;
}
.side-menu {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 5px 20px;
}
@media (max-width: 1199px) {
  .side-menu {
    padding: 5px 0px;
  }
}
.side-menu .menu-item > .sub-menu {
  display: none;
  padding-left: 38px;
}
@media (max-width: 1199px) {
  .side-menu .menu-item > .sub-menu {
    padding-left: 30px;
  }
}
.side-menu .menu-item > .sub-menu li {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .side-menu .menu-item > .sub-menu li {
    margin-bottom: 12px;
  }
}
.side-menu .menu-item > .sub-menu .sub-menu {
  padding-left: 0px;
  margin-top: 15px;
}
.side-menu .menu-item > .sub-menu .sub-menu a {
  font-size: 13px;
}
.side-menu .menu-item > .sub-menu .sub-menu li {
  margin-bottom: 0;
}
.side-menu .menu-item.current-page-ancestor > .sub-menu,
.side-menu .menu-item.current-menu-item > .sub-menu {
  display: block;
}
.side-menu .menu {
  padding: 0;
  margin: 0;
}
.side-menu .menu ul {
  list-style: none;
}
.side-menu .menu li {
  list-style: none;
}
.side-menu .menu > li {
  border-bottom: 1px solid #e9f1f5;
}
.side-menu .menu > li:last-child {
  border-bottom: 0;
}
.side-menu .menu > li > a {
  font-size: 16px;
  color: black;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  height: 60px;
  padding-left: 22px;
}
@media (max-width: 1199px) {
  .side-menu .menu > li > a {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .side-menu .menu > li > a {
    font-size: 14px;
  }
}
.side-menu .menu > li.current-menu-item > a {
  font-weight: bold;
}
.side-menu .menu > li.current-page-ancestor > a {
  font-weight: bold;
}
.side-menu .sub-menu a {
  font-family: 'Gilroy';
  font-size: 14px;
  color: #898989;
}
.side-menu .sub-menu .current-menu-item > a,
.side-menu .sub-menu .current-page-ancestor > a {
  text-decoration: underline;
  position: relative;
}
.side-menu .sub-menu .current-menu-item > a:before,
.side-menu .sub-menu .current-page-ancestor > a:before {
  content: url('./img/subitem-current.svg');
  position: absolute;
  left: -14px;
}
.breadcrumbs {
  font-size: 12px;
  color: #898989;
  font-family: 'Gilroy';
}
.breadcrumbs span {
  color: black;
  text-decoration: underline;
}
.breadcrumbs a {
  color: #898989;
  text-decoration: underline;
}
.breadcrumbs a span {
  color: #898989;
}
.breadcrumbs a:hover span {
  color: black;
}
.page-template-template-aero .content {
  margin-top: 30px;
}
.page-template-template-aero h2 + p {
  font-size: 16px;
  font-family: 'Gilroy';
  color: #898989;
}
@media (max-width: 991px) {
  .page-template-template-aero h2 + p {
    font-size: 14px;
  }
}
.page-template-template-aero .class-selector span {
  padding: 10px;
}
.page-template-template-aero .class-selector span img {
  max-width: 100%;
  width: 100%;
  position: relative;
  filter: none !important;
}
.class-selector.airports-logo span {
  padding: 10px;
}
.class-selector.airports-logo span img {
  max-width: 100%;
  width: 100%;
  position: relative;
  filter: none !important;
}
@media (max-width: 380px) {
  .page-template-template-aero td:first-child {
    font-size: 10px;
    font-weight: bold;
  }
}
.inner-page {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .inner-page {
    padding-top: 20px;
  }
}
.inner-page p {
  font-family: 'Gilroy';
}
.inner-page .wp-block-advgb-table,
.inner-page .wp-block-table {
  font-family: 'Gilroy';
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 435px) {
  .inner-page .wp-block-advgb-table,
  .inner-page .wp-block-table {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .inner-page .wp-block-advgb-table,
  .inner-page .wp-block-table {
    font-size: 12px;
  }
}
.inner-page .wp-block-advgb-table td,
.inner-page .wp-block-table td {
  width: 20%;
  text-align: center;
  padding: 11px 0;
}
@media (max-width: 575px) {
  .inner-page .wp-block-advgb-table td,
  .inner-page .wp-block-table td {
    width: auto;
  }
}
.inner-page .wp-block-advgb-table tr:nth-child(even),
.inner-page .wp-block-table tr:nth-child(even) {
  background-color: #f8f8f8;
}
.inner-page .wp-block-advgb-table tr:first-child,
.inner-page .wp-block-table tr:first-child {
  font-family: 'Roboto Slab';
  font-size: 10px;
  font-weight: bold;
  color: #6e4a03;
  background-color: #fbb700;
  text-transform: uppercase;
}
@media (max-width: 435px) {
  .inner-page .wp-block-advgb-table tr:first-child,
  .inner-page .wp-block-table tr:first-child {
    text-transform: none;
  }
}
.inner-page .wp-block-advgb-table tr:first-child td,
.inner-page .wp-block-table tr:first-child td {
  padding: 18px 0px;
}
.inner-page .zakaz-taxi {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 10px;
  margin-top: 60px;
}
.inner-page .zakaz-taxi .form {
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding: 20px 30px;
  text-align: center;
}
.inner-page .zakaz-taxi .form .title {
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .inner-page .zakaz-taxi .form .title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .inner-page .zakaz-taxi .form .title {
    font-size: 24px;
  }
}
.inner-page .zakaz-taxi .form p {
  font-family: 'Gilroy';
  font-size: 14px;
  color: #898989;
}
.inner-page .zakaz-taxi .form .button {
  margin: 0 auto;
}
.inner-page .left-col {
  padding-right: 0;
}
@media (max-width: 767px) {
  .inner-page .left-col {
    display: none;
  }
}
@media (min-width: 768px) {
  .inner-page .right-col {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .inner-page .right-col {
    padding-left: 0;
  }
}
.inner-page h1 {
  font-size: 40px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .inner-page h1 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .inner-page h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .inner-page h1 {
    font-size: 26px;
  }
}
.inner-page h2 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .inner-page h2 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .inner-page h2 {
    font-size: 20px;
  }
}
.inner-page ol {
  padding-left: 15px;
}
.inner-page ol li {
  font-size: 16px;
  font-family: 'Gilroy';
  padding: 8px 0;
}
@media (max-width: 575px) {
  .inner-page ol li {
    font-size: 14px;
  }
}
.inner-page ol li span,
.inner-page ol li strong {
  font-weight: 600;
  color: #fbb700;
}
.inner-page .tarif-box {
  margin-top: 30px;
  margin-bottom: 40px;
}
.inner-page .tarif-box .subtitle {
  font-size: 16px;
  color: #898989;
}
@media (max-width: 1199px) {
  .inner-page .tarif-box .subtitle {
    font-size: 14px;
  }
}
.inner-page .tarif-box .boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 25px;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .inner-page .tarif-box .boxes {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }
}
@media (max-width: 991px) {
  .inner-page .tarif-box .boxes {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }
}
@media (max-width: 575px) {
  .inner-page .tarif-box .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.inner-page .tarif-box .boxes > div {
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding: 15px 28px;
  display: flex;
}
@media (max-width: 1199px) {
  .inner-page .tarif-box .boxes > div {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .inner-page .tarif-box .boxes > div {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }
}
.inner-page .tarif-box .boxes > div .icon {
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  margin-right: 22px;
}
@media (max-width: 1199px) {
  .inner-page .tarif-box .boxes > div .icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
}
@media (max-width: 575px) {
  .inner-page .tarif-box .boxes > div .icon {
    margin-right: 0;
    margin-bottom: 15px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
  }
}
.inner-page .tarif-box .boxes > div .icon.day {
  background-image: url('./img/day.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.inner-page .tarif-box .boxes > div .icon.night {
  background-image: url('./img/night.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.inner-page .tarif-box .boxes > div .icon.holydays {
  background-image: url('./img/holydays.svg');
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  .inner-page .tarif-box .boxes > div .info {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .inner-page .tarif-box .boxes > div .info {
    text-align: center;
  }
}
.inner-page .tarif-box .boxes > div .top {
  font-size: 18px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media (max-width: 575px) {
  .inner-page .tarif-box .boxes > div .top {
    font-size: 16px;
  }
}
.inner-page .tarif-box .boxes > div .top span {
  font-size: 12px;
  color: #898989;
  font-family: 'Gilroy';
}
.inner-page .tarif-box .boxes > div .bottom .price {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .inner-page .tarif-box .boxes > div .bottom .price {
    font-size: 20px;
  }
}
.inner-page .tarif-box .boxes > div .bottom span {
  font-size: 14px;
  color: #898989;
  font-family: 'Gilroy';
}
.page-template-template-tarif_minivan .tarif-box .boxes > div {
  text-align: center;
  padding: 15px 20px;
}
@media (max-width: 575px) {
  .page-template-template-tarif_minivan .tarif-box .boxes > div {
    padding: 15px;
  }
}
.page-template-template-tarif_minivan .tarif-box .info {
  width: 100%;
}
.tarif-box.minivan .boxes > div {
  text-align: center;
  padding: 15px 20px;
}
@media (max-width: 575px) {
  .tarif-box.minivan .boxes > div {
    padding: 15px;
  }
}
.tarif-box.minivan .info {
  width: 100%;
}
.page-template-template-avtopark .cars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 30px;
}
.page-template-template-avtopark .cars img {
  max-width: 100%;
}
.page-template-template-avtopark .cars .model {
  text-align: center;
}
.page-template-template-tarif_micro .tarif-box .boxes {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.page-template-template-tarif_micro .tarif-box .boxes > div {
  text-align: center;
  padding: 15px 20px;
}
.page-template-template-tarif_micro .tarif-box .info {
  width: 100%;
}
.tarif-box.microbus .boxes {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1199px) {
  .tarif-box.microbus .boxes {
    grid-template-columns: 1fr 1fr;
  }
}
.tarif-box.microbus .boxes > div {
  text-align: center;
  padding: 15px 20px;
}
.tarif-box.microbus .info {
  width: 100%;
}
.metro-map svg {
  width: 100%;
  height: auto;
  margin-bottom: -250px;
}
@media (max-width: 991px) {
  .metro-map svg {
    margin-bottom: -200px;
  }
}
@media (max-width: 575px) {
  .metro-map svg {
    margin-bottom: -20vw;
  }
}
.map-oblast a:hover {
  text-decoration: underline !important;
}
@media (max-width: 1199px) {
  .map-oblast svg {
    height: 600px;
    width: 660px;
  }
}
@media (max-width: 991px) {
  .map-oblast svg {
    height: 410px;
    width: 440px;
  }
}
@media (max-width: 575px) {
  .map-oblast svg {
    height: auto;
    width: 100%;
  }
}
.menu-open {
  width: 35px;
  height: 28px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .menu-open {
    display: none;
  }
}
/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 320px;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 5;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: -350px;
  background-color: white;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 2px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.2);
}
/* The navigation menu links */
.sidenav a {
  padding: 0px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 31px;
  padding-left: 50px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
.sidenav .menu-item > .sub-menu {
  display: none;
  padding-left: 38px;
}
@media (max-width: 1199px) {
  .sidenav .menu-item > .sub-menu {
    padding-left: 30px;
  }
}
.sidenav .menu-item > .sub-menu li {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .sidenav .menu-item > .sub-menu li {
    margin-bottom: 12px;
  }
}
.sidenav .menu-item > .sub-menu .sub-menu {
  padding-left: 14px;
}
.sidenav .menu-item > .sub-menu .sub-menu a {
  font-size: 13px;
}
.sidenav .menu-item > .sub-menu .sub-menu li {
  margin-bottom: 3px;
  margin-top: 3px;
}
.sidenav .menu-item.current-page-ancestor > .sub-menu,
.sidenav .menu-item.current-menu-item > .sub-menu {
  display: block;
}
.sidenav .menu {
  padding: 0;
  margin: 0;
}
.sidenav .menu ul {
  list-style: none;
}
.sidenav .menu li {
  list-style: none;
}
.sidenav .menu > li {
  border-bottom: 1px solid #e9f1f5;
}
.sidenav .menu > li:last-child {
  border-bottom: 0;
}
.sidenav .menu > li > a {
  font-size: 16px;
  color: black;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 22px;
}
@media (max-width: 1199px) {
  .sidenav .menu > li > a {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .sidenav .menu > li > a {
    font-size: 14px;
  }
}
.sidenav .menu > li.current-menu-item > a {
  font-weight: bold;
}
.sidenav .menu > li.current-page-ancestor > a {
  font-weight: bold;
}
.sidenav .sub-menu a {
  font-family: 'Gilroy';
  font-size: 14px;
  color: #898989;
}
.sidenav .sub-menu .current-menu-item > a {
  text-decoration: underline;
  position: relative;
}
.sidenav .sub-menu .current-menu-item > a:before {
  content: url('./img/subitem-current.svg');
  position: absolute;
  left: -14px;
}
.class-selector {
  display: flex;
}
@media (max-width: 1199px) {
  .class-selector {
    flex-wrap: wrap;
  }
}
@media (max-width: 530px) {
  .class-selector {
    justify-content: space-between;
  }
}
.class-selector .box {
  display: block;
  width: 100%;
  width: 150px;
  height: 65px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 3px;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  color: #181818;
  margin-right: 14px;
}
@media (max-width: 1199px) {
  .class-selector .box {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 530px) {
  .class-selector .box {
    width: 48%;
    margin-right: 0;
  }
}
.class-selector .box span {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  position: relative;
  padding-left: 11px;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.class-selector .box img {
  position: absolute;
}
.class-selector .box.active,
.class-selector .box:hover {
  text-decoration: none;
}
.class-selector .box.active span,
.class-selector .box:hover span {
  border: 1px solid #fcc533;
}
#rbtform * {
  font-family: 'Roboto Slab' !important;
  font-size: 12px !important;
}
.rbt-list-add input {
  font-family: 'Roboto Slab' !important;
  font-size: 12px !important;
}
#rbtform .rbt-input-group[data-postfix]:after {
  font-size: 12px !important;
}
table.rbt-table-form tr:nth-of-type(2) .rbt-multi-group label:not(:first-child) input {
  text-align: center !important;
}
table.rbt-table-form tr:nth-of-type(3) .rbt-multi-group label:not(:first-child) input {
  text-align: center !important;
}
.rbt-table-form {
  width: 435px !important;
}
.rbt-table-form th {
  display: none;
}
.rbt-table-form td {
  padding-bottom: 15px !important;
}
table.rbt-table-form tr:nth-of-type(1) input {
  border-radius: 5px !important;
  background-color: #f1f1f1 !important;
  box-shadow: inset 0px 2px 16px 0px rgba(77, 52, 13, 0.05) !important;
  height: 60px !important;
  border: 0px !important;
  font-family: 'Roboto Slab' !important;
  padding-left: 25px !important;
  font-size: 12px !important;
}
@media (max-width: 575px) {
  table.rbt-table-form tr:nth-of-type(1) input {
    height: 40px !important;
  }
}
table.rbt-table-form tr:nth-of-type(1) td {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  table.rbt-table-form tr:nth-of-type(1) td {
    flex-direction: column;
  }
}
table.rbt-table-form tr:nth-of-type(1) td:last-child {
  display: none;
}
table.rbt-table-form tr:nth-of-type(2) .rbt-multi-group {
  border-radius: 5px !important;
  background-color: #f1f1f1 !important;
  box-shadow: inset 0px 2px 16px 0px rgba(77, 52, 13, 0.05) !important;
  height: 60px !important;
}
@media (max-width: 575px) {
  table.rbt-table-form tr:nth-of-type(2) .rbt-multi-group {
    height: 40px !important;
  }
}
table.rbt-table-form tr:nth-of-type(2) input {
  height: 60px !important;
  background: transparent !important;
  border: 0px !important;
  border-right: 1px solid #e9e9e9 !important;
}
@media (max-width: 575px) {
  table.rbt-table-form tr:nth-of-type(2) input {
    height: 40px !important;
  }
}
table.rbt-table-form tr:nth-of-type(2) .rbt-input-group:last-child input {
  border-right: 0px !important;
}
table.rbt-table-form tr:nth-of-type(3) .rbt-multi-group {
  border-radius: 5px !important;
  background-color: #f1f1f1 !important;
  box-shadow: inset 0px 2px 16px 0px rgba(77, 52, 13, 0.05) !important;
  height: 60px !important;
}
@media (max-width: 575px) {
  table.rbt-table-form tr:nth-of-type(3) .rbt-multi-group {
    height: 40px !important;
  }
}
table.rbt-table-form tr:nth-of-type(3) input {
  height: 60px !important;
  background: transparent !important;
  border: 0px !important;
  border-right: 1px solid #e9e9e9 !important;
}
@media (max-width: 575px) {
  table.rbt-table-form tr:nth-of-type(3) input {
    height: 40px !important;
  }
}
table.rbt-table-form tr:nth-of-type(3) .rbt-input-group:last-child input {
  border-right: 0px !important;
}
table.rbt-table-form tr:nth-of-type(4) textarea {
  height: 120px !important;
  border-radius: 5px !important;
  background-color: #f1f1f1 !important;
  box-shadow: inset 0px 2px 16px 0px rgba(77, 52, 13, 0.05) !important;
  border: 0px !important;
  padding: 15px 25px !important;
}
label.rbt-input-group.rbt-select-group.rbt-width-xxl.rbt-pr-m {
  /* margin-right: 0 !important; */
  padding-right: 0 !important;
}
#deadline-type {
  padding-left: 25px !important;
}
table.rbt-table-form tr:nth-of-type(5) td > span:not(.rbt-error-message) {
  line-height: 50px !important;
  font-family: "Roboto Slab" !important;
  font-size: 12px !important;
}
table.rbt-table-form tr:nth-of-type(5) td > span:not(.rbt-error-message):before {
  content: "Тариф: ";
}
table.rbt-table-form tr:nth-of-type(5) label select {
  height: 60px !important;
  border-radius: 5px !important;
  background-color: #f1f1f1 !important;
  box-shadow: inset 0px 2px 16px 0px rgba(77, 52, 13, 0.05) !important;
  border: 0px !important;
  font-family: "Roboto Slab" !important;
  font-size: 12px !important;
}
@media (max-width: 575px) {
  table.rbt-table-form tr:nth-of-type(5) label select {
    height: 40px !important;
  }
}
table.rbt-table-form tr:nth-of-type(5) label .rbt-select-caret {
  height: 60px !important;
}
@media (max-width: 575px) {
  table.rbt-table-form tr:nth-of-type(5) label .rbt-select-caret {
    height: 40px !important;
  }
}
table.rbt-table-form tr:nth-of-type(5) label .rbt-select-caret:after {
  top: 17px !important;
  left: -15px !important;
}
@media (max-width: 575px) {
  table.rbt-table-form tr:nth-of-type(5) label .rbt-select-caret:after {
    top: 8px !important;
  }
}
table.rbt-table-form tr:nth-of-type(6) td {
  padding-right: 15px !impoertant;
}
table.rbt-table-form tr:nth-of-type(6) .rbt-message-sub-button {
  margin-left: 0px !important;
  width: 100% !important;
}
table.rbt-table-form tr:nth-of-type(6) button[data-action="set-option"] {
  height: 60px !important;
  border-radius: 5px !important;
  background-color: #f1f1f1 !important;
  box-shadow: inset 0px 2px 16px 0px rgba(77, 52, 13, 0.05) !important;
  border: 0px !important;
  width: 428px !important;
  margin-bottom: 15px !important;
  padding-right: 15px !important;
  font-family: "Roboto Slab" !important;
  font-size: 12px !important;
  padding-left: 25px !important;
}
@media (max-width: 575px) {
  table.rbt-table-form tr:nth-of-type(6) button[data-action="set-option"] {
    width: 100% !important;
    height: 40px !important;
  }
}
table.rbt-table-form tr:nth-of-type(6) button[data-action="set-option"]:after {
  top: 17px !important;
  right: 15px !important;
}
@media (max-width: 575px) {
  table.rbt-table-form tr:nth-of-type(6) button[data-action="set-option"]:after {
    top: 8px !important;
  }
}
table.rbt-table-form tr:nth-of-type(6) button[data-handler="submit"] {
  height: 75px !important;
  width: 428px !important;
  background-color: transparent !important;
  background-image: url('./img/form-btn.svg') !important;
  background-size: cover !important;
  border: 0px !important;
  border-radius: 5px !important;
  color: #6e4a03 !important;
  font-family: "Roboto Slab" !important;
  font-weight: bold;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 575px) {
  table.rbt-table-form tr:nth-of-type(6) button[data-handler="submit"] {
    width: 100% !important;
    height: 55px !important;
  }
}
#rbtform .rbt-multi-group .rbt-input-group:first-child input {
  font-family: 'Roboto Slab' !important;
  padding-left: 25px !important;
}
#rbtform .rbt-input-group.rbt-input-phone {
  padding-right: 0;
  margin-right: 0;
  margin-left: 10px;
}
#rbtform .rbt-input-group.rbt-input-phone input {
  padding-left: 40px !important;
}
#rbtform .rbt-input-group.rbt-input-phone:before {
  top: 17px;
  left: 20px !important;
  font-family: 'Roboto Slab' !important;
  font-size: 12px !important;
}
@media (max-width: 575px) {
  #rbtform .rbt-input-group.rbt-input-phone:before {
    top: 7px;
  }
}
table.rbt-table-form tr:nth-of-type(2) .rbt-multi-group input {
  font-family: 'Roboto Slab' !important;
  font-size: 12px !important;
}
table.rbt-table-form tr:nth-of-type(3) .rbt-multi-group input {
  font-family: 'Roboto Slab' !important;
  font-size: 12px !important;
}
a[data-action="add-address"] {
  display: none;
}
@media (max-width: 575px) {
  .rbt-form-wrapper {
    width: 100%;
  }
  .rbt-form-wrapper .rbt-table-form {
    width: 100% !important;
  }
  .rbt-form-wrapper .rbt-width-xxxl {
    width: 100% !important;
    min-width: 100% !important;
  }
  .rbt-form-wrapper .rbt-input-phone .rbt-width-xxl,
  .rbt-form-wrapper .rbt-input-phone + .rbt-width-xxl,
  .rbt-form-wrapper .rbt-width-xxl {
    min-width: 100% !important;
  }
  .rbt-form-wrapper .rbt-width-xxl {
    width: 100% !important;
  }
  .rbt-form-wrapper #rbtform .rbt-input-group.rbt-input-phone {
    padding-right: 0 !important;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px !important;
  }
  .rbt-form-wrapper .rbt-message-sub-button {
    width: 100% !important;
    margin-left: 0px!important;
  }
}
.modal h5 {
  text-align: center;
}
.modal .policy-info {
  font-size: 12px;
  font-family: Gilroy;
  text-align: center;
}
.modal#rbt .modal-dialog {
  max-width: 550px;
}
@media (max-width: 400px) {
  .modal#rbt .modal-body {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .modal#rbt .modal-title {
    margin-top: -5px;
  }
}
.modal #rbtaxi-form {
  display: flex;
  justify-content: center;
  padding-left: 10px;
  margin-top: 30px;
  margin-bottom: -20px;
}
@media (max-width: 575px) {
  .modal #rbtaxi-form {
    margin-top: 10px;
  }
}
.modal #rbtaxi-form #rbtform {
  width: 100% !important;
}
.modal #rbtaxi-form .rbt-input-group.rbt-input-phone:before {
  top: 7px;
}
.modal #rbtaxi-form table.rbt-table-form tr:nth-of-type(1) input {
  height: 40px !important;
}
.modal #rbtaxi-form table.rbt-table-form tr:nth-of-type(2) input,
.modal #rbtaxi-form table.rbt-table-form tr:nth-of-type(3) input {
  height: 40px !important;
}
.modal #rbtaxi-form table.rbt-table-form tr:nth-of-type(2) .rbt-multi-group,
.modal #rbtaxi-form table.rbt-table-form tr:nth-of-type(3) .rbt-multi-group {
  height: 40px !important;
}
.modal #rbtaxi-form table.rbt-table-form tr:nth-of-type(4) textarea {
  height: 70px !important;
}
.modal #rbtaxi-form table.rbt-table-form tr:nth-of-type(5) label select {
  height: 40px !important;
}
.modal #rbtaxi-form table.rbt-table-form tr:nth-of-type(5) td > span:not(.rbt-error-message) {
  line-height: normal !important;
}
.modal #rbtaxi-form table.rbt-table-form tr:nth-of-type(5) label .rbt-select-caret {
  height: 40px !important;
}
.modal #rbtaxi-form table.rbt-table-form tr:nth-of-type(5) label .rbt-select-caret:after {
  top: 8px !important;
}
.modal #rbtaxi-form table.rbt-table-form tr:nth-of-type(6) button[data-action="set-option"] {
  height: 40px !important;
}
.modal #rbtaxi-form table.rbt-table-form tr:nth-of-type(6) button[data-action="set-option"]:after {
  top: 8px !important;
}
.modal #rbtaxi-form button[data-handler="submit"] {
  height: 40px !important;
  width: 100% !important;
  border-radius: 5px !important;
}
.modal {
  padding-right: 0 !important;
}
.modal input {
  border-radius: 5px;
  background-color: #eff5fb;
  box-shadow: inset 0px 2px 16px 0px rgba(18, 36, 54, 0.07);
  height: 50px;
  color: black;
  font-size: 12px;
  padding: 0 30px;
  border: 0;
}
@media (min-width: 1366px) {
}
@media (min-width: 1600px) {
}
@media (max-width: 575px) {
  .modal input {
    width: 100%;
  }
}
.modal textarea {
  border-radius: 5px;
  background-color: #eff5fb;
  box-shadow: inset 0px 2px 16px 0px rgba(18, 36, 54, 0.07);
  color: #b3b3b3;
  font-size: 12px;
  padding: 20px 30px;
  border: 0;
  width: 100%;
}
.modal textarea:focus {
  outline: none;
}
.modal .inputs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal .inputs input {
  width: 49%;
}
.modal .inputs textarea {
  height: 120px;
  margin-top: 10px;
  margin-bottom: 22px;
}
.modal .chk {
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
  border: 5px solid white;
  border-radius: 50%;
  width: 50px;
  margin: 15px auto 20px auto;
  display: block;
}
.modal .switch {
  border: 1px solid #deeaef;
  border-radius: 5px;
  padding: 4px;
  height: 48px;
  display: flex;
  margin-top: 13px;
  margin-bottom: 13px;
}
.modal .switch div {
  width: 50%;
  height: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 10px;
  color: #784e09;
  transition: 0.4s;
  cursor: pointer;
}
.modal .switch div.active {
  background-color: #f7c45e;
}
.modal .switch div:not(.active):hover {
  background-color: rgba(247, 196, 94, 0.5);
}
.modal .time input {
  margin-bottom: 20px;
}
.modal .button {
  width: 100%;
  height: 54px;
}
.modal .button:before {
  width: 100%;
  height: 53px;
}
.modal .button:after {
  width: 100%;
  height: 53px;
}
.modal .policy-info {
  color: #898989;
  font-size: 10px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px;
}
.modal .policy-info a {
  color: inherit;
  text-decoration: underline;
}
.modal .close {
  line-height: 12px;
  color: #000;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal .modal-body {
  padding: 15px 34px;
}
@media (max-width: 575px) {
  .modal .modal-body {
    padding: 15px;
  }
}
.modal .modal-title {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  margin-top: 18px;
}
.modal .modal-title ~ p {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.modal .modal-dialog {
  background: white;
  padding: 10px;
  border-radius: 5px;
  max-width: 600px;
}
.modal .modal-content {
  border: 1px solid #edf8fc;
}
.modal.small-modal input {
  width: 100%;
}
.modal.small-modal .modal-dialog {
  max-width: 350px;
}
.modal.small-modal .close {
  right: 14px;
  top: 14px;
}
.modal.big-modal .modal-dialog {
  max-width: 740px;
}
.modal#policy-text p {
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 400px) {
  .modal#zayavka .modal-title {
    font-size: 22px;
    margin-top: 6px;
  }
  .modal#zayavka .modal-title ~ p {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .modal#zayavka .close {
    right: 10px;
    top: 6px;
  }
}
@media (max-width: 400px) {
  .modal#zayavka .button {
    height: 44px;
  }
  .modal#zayavka .button:before,
  .modal#zayavka .button:after {
    height: 43px;
  }
}
@media (max-width: 400px) {
  .modal#zayavka .policy-info {
    margin-top: 15px;
    margin-bottom: 0px;
  }
}
.modal#zayavka form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media (max-width: 500px) {
  .modal#zayavka form {
    grid-row-gap: 10px;
  }
}
@media (max-width: 749px) {
  .modal#zayavka form {
    grid-template-columns: 1fr 1fr;
  }
}
.modal#zayavka form input {
  width: 100%;
  color: black;
}
@media (max-width: 500px) {
  .modal#zayavka form input {
    padding: 0 15px;
    height: 35px;
  }
}
@media (max-width: 500px) {
  .modal#zayavka form input[name=name] {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 500px) {
  .modal#zayavka form input[name=phone] {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (min-width: 750px) {
  .modal#zayavka form input[name=from],
  .modal#zayavka form input[name=to] {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 749px) {
  .modal#zayavka form input[name=email],
  .modal#zayavka form input[name=from],
  .modal#zayavka form input[name=to] {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (min-width: 750px) {
  .modal#zayavka form textarea {
    grid-row-start: 2;
    grid-row-end: 5;
    grid-column-start: 3;
  }
}
@media (max-width: 749px) {
  .modal#zayavka form textarea {
    grid-column-start: 1;
    grid-column-end: 3;
    height: 80px;
  }
}
@media (min-width: 750px) {
  .modal#zayavka form button {
    grid-column-start: 2;
  }
}
@media (max-width: 749px) {
  .modal#zayavka form button {
    grid-column-start: 1;
    grid-column-end: 3;
    max-width: 250px;
    margin: auto;
  }
}
input.error,
textarea.error {
  /* Firefox 19+ */
  /* Firefox 18- */
}
input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: red;
}
input.error::-moz-placeholder,
textarea.error::-moz-placeholder {
  color: red;
}
input.error:-moz-placeholder,
textarea.error:-moz-placeholder {
  color: red;
}
input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: red;
}
.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
}
body {
  padding-right: 0 !important;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .inner-page .tarif-box .boxes {
    display: flex;
    justify-content: space-between;
  }
  /* IE11 */
  *::-ms-backdrop,
  .page-template-template-avtopark .cars {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* IE11 */
  *::-ms-backdrop,
  .page-template-template-avtopark .cars .item {
    width: 49%;
  }
  /* IE11 */
  *::-ms-backdrop,
  .metro-map svg {
    height: 1222px;
  }
  /* IE11 */
  *::-ms-backdrop,
  .taxi-v-okrugah .content > svg {
    height: 700px;
    width: 100%;
  }
  /* IE11 */
}
/*# sourceMappingURL=style.css.map */
.phone a {
    text-decoration: none;
    color: inherit;
}
.phone a:hover {
    color: #F1AC02; /* Изменяем цвет при наведении */
    text-decoration: none; /* Убираем подчеркивание */
}
/* =============== h3 - ТОЧНО как h2 =============== */

/* 1. Основные h3 - как основные h2 */
h3,
h3.wp-block-heading {
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 1rem 0;
    font-family: 'Roboto Slab', serif;
    color: #181818;
}

/* 2. Медиазапросы как у основных h2 */
@media (max-width: 991px) {
    h3,
    h3.wp-block-heading {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    h3,
    h3.wp-block-heading {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    h3,
    h3.wp-block-heading {
        font-size: 24px;
    }
}

/* 3. h3 в .block-5 - как .block-5 h2 */
.block-5 h3,
.block-5 h3.wp-block-heading {
    font-size: 35px;
}

@media (max-width: 575px) {
    .block-5 h3,
    .block-5 h3.wp-block-heading {
        font-size: 24px;
    }
}

/* 4. h3 на внутренних страницах - как .inner-page h2 */
.inner-page h3,
.inner-page h3.wp-block-heading {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .inner-page h3,
    .inner-page h3.wp-block-heading {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .inner-page h3,
    .inner-page h3.wp-block-heading {
        font-size: 16px;
    }
}

/* 5. Для специфичных шаблонов, если нужно */
.page-template-template-aero h3,
.page-template-template-aero h3.wp-block-heading {
    /* Наследует основные стили, но если нужны особые - добавьте здесь */
}
.bottom a.soc-link:hover {
    text-decoration: none;
}
.bottom .soc-link {
    margin-right: 12px; /* Или любое другое значение: 20px, 25px и т.д. */
}
.phones {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -4px; /* Компенсируем внешние отступы */
}

.phones > * {
    margin: 4px; /* Отступы со всех сторон для всех элементов */
    flex-shrink: 0;
}

/* Для иконок мессенджеров */
.social-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.social-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Для телефонных номеров */
.phone {
    font-size: 14px;
    white-space: nowrap;
}

.phone-link {
    text-decoration: none !important;
    color: inherit;
}

@media (max-width: 768px) {
    .phones {
        margin: -3px;
    }
    
    .phones > * {
        margin: 3px;
    }
    
    .social-icon {
        width: 25px;
        height: 25px;
    }
    
    .phone {
        font-size: 13px;
    }
    
    /* Добавляем отступ ПЕРЕД первой иконкой */
    .phones .social-icon:first-of-type {
        margin-left: 10px; /* Отступ слева перед первой иконкой */
    }
}

@media (max-width: 480px) {
    .phones {
        margin: -2px;
    }
    
    .phones > * {
        margin: 2px;
    }
    
    .social-icon {
        width: 22px;
        height: 22px;
    }
    
    .phone {
        font-size: 12px;
    }
	/* Добавляем отступ ПЕРЕД первой иконкой */
    .phones .social-icon:first-of-type {
        margin-left: 62px; /* Отступ слева перед первой иконкой */
    }
}
.soc-link {
    text-decoration: none !important;
}

.soc-link:hover,
.soc-link:focus,
.soc-link:active {
    text-decoration: none !important;
    outline: none !important;
}
@media (max-width: 600px) {
        #cookieNotice > div {
            flex-direction: column;
            text-align: center;
        }
        #cookieNotice span {
            margin-bottom: 10px;
        }
    }
 /* Дополнительные стили для лучшей совместимости */
    @supports not (backdrop-filter: blur(8px)) {
        #cookieNotice {
            background: rgba(255, 255, 255, 0.98);
            border-top: 1px solid #e0e0e0;
        }
    }
    
    /* Адаптивность для мобильных устройств */
    @media (max-width: 768px) {
        #cookieNotice {
            padding: 14px 16px;
        }
        
        #cookieNotice > div {
            flex-direction: column;
            text-align: center;
            gap: 12px;
        }
        
        #cookieNotice > div > div:first-child {
            min-width: 100%;
            justify-content: center;
        }
        
        #cookieNotice > div > div:first-child > div:last-child {
            text-align: center;
        }
        
        #cookieNotice button {
            width: 100%;
            max-width: 200px;
            padding: 10px 20px !important;
        }
    }
    
    @media (max-width: 480px) {
        #cookieNotice {
            padding: 12px 14px;
        }
        
        #cookieNotice > div > div:first-child {
            flex-direction: column;
            gap: 10px;
        }
        
        #cookieNotice .cookie-icon {
            margin: 0 auto;
        }
        
        #cookieNotice a {
            display: inline-block;
            margin-top: 4px;
        }
    }
    
    /* Ховер-эффекты для десктопов */
    @media (hover: hover) {
        #cookieNotice button:hover {
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(52, 183, 241, 0.35);
        }
        
        #cookieNotice a:hover {
            color: #0066a0;
            border-bottom-color: #0066a0;
        }
    }
    
    /* Анимация для кнопки при нажатии */
    #cookieNotice button:active {
        transform: translateY(0);
        box-shadow: 0 1px 4px rgba(52, 183, 241, 0.25);
		}

 /* Стили для шрифта списков */
.wp-block-list {
    color: #555555;      /* Чуть бледнее черного - темно-серый */
    opacity: 0.95;       /* Почти непрозрачный */
    font-size: 0.95em;
    line-height: 1.5;
}

/* Чтобы strong оставался читаемым */
.wp-block-list strong {
    color: #444444;      /* Чуть темнее, почти черный */
    font-weight: 505;
	}
	

/* ============================================
   БЛОК ДИНАМИЧЕСКИХ ССЫЛОК (в стиле формы заказа)
   ============================================ */

.region-links-block {
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 10px;
    margin-top: 40px;
    clear: both;
}

.region-links-inner {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 20px 30px;
    border-left: 5px solid #fbb700;
    overflow: hidden;
}

.region-links-icon {
    float: left;
    font-size: 48px;
    margin-right: 20px;
    opacity: 0.8;
}

.region-links-content {
    overflow: hidden;
}

.region-links-title {
    font-size: 35px;
    font-weight: 300;
    margin: 0 0 10px 0;
    color: #181818;
    font-family: 'Roboto Slab', serif;
}

.region-links-desc {
    font-family: 'Gilroy';
    font-size: 14px;
    color: #898989;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.region-links-grid {
    margin: -6px;
}

.region-link-item {
    display: inline-block;
    padding: 10px 18px;
    margin: 6px;
    background: #ffffff;
    border: 1px solid #e0e4e8;
    border-radius: 50px;
    color: #007bff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Gilroy', sans-serif;
    transition: all 0.25s ease;
}

.region-link-icon {
    margin-right: 8px;
}

.region-link-arrow {
    margin-left: 8px;
    opacity: 0;
    transition: all 0.2s ease;
}

.region-link-item:hover {
    background: #fbb700;
    border-color: #fbb700;
    color: #6e4a03;
    text-decoration: none;
    transform: translateY(-2px);
}

.region-link-item:hover .region-link-arrow {
    opacity: 1;
}

/* Мобильная адаптация */
@media (max-width: 1199px) {
    .region-links-title {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .region-links-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .region-links-icon {
        float: none;
        text-align: center;
        margin-right: 0;
        margin-bottom: 12px;
    }
    
    .region-links-title {
        text-align: center;
    }
    
    .region-links-desc {
        text-align: center;
    }
    
    .region-links-grid {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .region-link-item {
        display: block;
        text-align: center;
        margin: 8px 0;
    }
    
    .region-links-grid {
        margin: 0;
    }
}

h3.region-links-title {
    font-size: 20px;
}

/* Подзаголовки в блоке популярных направлений */
.popular-subtitle {
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 20px;
    color: #333;
    font-size: 14px;
}

.popular-subtitle:first-of-type {
    margin-top: 0;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    .popular-subtitle {
        text-align: center;
    }
}
.popular-subtitle {
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 20px;
    color: #333;
    font-size: 14px;
}

.popular-subtitle:first-of-type {
    margin-top: 0;
}
/* Круглая кнопка для всех страниц */
.zakaz-taxi .form .button,
.zakaz-taxi .form .button:before,
.zakaz-taxi .form .button:after {
    border-radius: 30px;
}