@charset "UTF-8";

@font-face {
    font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

:focus,
:active {
    outline: none;
}

main,
section,
nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
}

input,
button,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:link a:visited,
a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 400;
    line-height: normal;
    background-color: #f8f8f8;
}

.container {
    max-width: 1440px;
    padding: 0 10px;
    margin: 0 auto;
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrapper > * {
    min-width: 0;
}

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

/*======= Elements =======*/
.button {
    padding: 0;
    margin: 0;
    border: 0;
}

.block-title {
    text-transform: uppercase;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
}

.hidden {
    display: none !important;
}

/*======= Header =======*/
.header {
    padding: 0 1px;
    font-size: 17px;
    padding-bottom: 9px;
}

.container-wide-header {
    /* max-width: 1680px;
    margin: 0 auto; */
    border-radius: 10px;
    background: #2d2d2d;
}

.container-slim {
    padding: 0 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-top {
    padding: 7px 0;
}

.header-top__schedule, .header-top__location, .header-top__time, .header-top__row, .header-top__socials, .header-top__contacts, .header-top__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top__schedule {
    gap: 12px;
}

.header-top__location, .header-top__time {
    gap: 3px;
}

.header-top__row {
    gap: 25px;
}

.header-top__socials {
    padding: 0;
    margin: 0;
    gap: 8px;
}

.header-top__social {
    list-style: none;
}

.header-top__contacts {
    gap: 18px;
    padding: 0;
    margin: 0;
}

.header-top__contact {
    gap: 5px;
}

.header-top__contact-link {
    color: #2d2d2d;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.header-top__contact-link:hover {
    color: rgba(45, 45, 45, 0.6);
}
.flatpickr-calendar.hasTime.noCalendar.animate.arrowTop.arrowLeft.open{
    width: 100px;
}

.header-bottom {
    padding: 10px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-bottom__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 29px;
}


.logo{
    width: 150px;
}

.burger {
    display: none;
}

.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-nav__menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 23px;
    -moz-column-gap: 23px;
    column-gap: 23px;
    row-gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-nav__link {
    color: #ffffff;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    font-size: 15px;
    font-weight: 400;
}

.header-nav__link:hover {
    color: rgba(255, 255, 255, 0.6);
}

.header-nav__selects {
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.header-nav__select {
    background-color: #2d2d2d;
    color: #ffffff;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 0;
}
/*======= Mobile-menu =======*/
.mm.active {
    left: 0;
}

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

.overlay.active {
    display: block;
}

.mm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 33px 0 33px 27px;
    background-color: #2d2d2d;
    min-width: 310px;
    border-radius: 0 20px 20px 0;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    z-index: 1000;
}

.mm__header {
    position: relative;
}

.mm__header img{
    max-width: 200px;
}

.mm__close-btn {
    position: absolute;
    top: -13px;
    right: 16px;
    padding: 0;
    margin: 0;
    border: 0;
}

.mm__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 46px;
}

.mm-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mm-menu__item:not(:last-child) {
    margin-bottom: 20px;
}

.mm-menu__item-link {
    padding: 5px 40px 5px 0;
    color: #ffffff;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.mm-menu__item-link:hover {
    color: rgba(255, 255, 255, 0.6);
}

.mm-contacts {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

.mm-contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
}

.mm-contacts__item:not(:last-child) {
    margin-bottom: 11px;
}

.mm-contacts__link {
    padding: 5px 40px 5px 0;
    color: #ffffff;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.mm-contacts__link:hover {
    color: rgba(255, 255, 255, 0.6);
}

.mm-socials {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
/*======= Main-page ======*/
/*===hero===*/
.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #ec2030, 5px 0 0 #ec2030;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #ec2030;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #ec2030;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #ec2030;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #ec2030;
    border-color: #ec2030;
    color: #ffffff;
}

.custom-datepicker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#startDate,
#endDate,
#startDate2 {
    width: 120px;
}

#startTime,
#endTime {
    max-width: 94px;
    border: none;
}

.flatpickr-input {
    font-size: 17px;
    padding: 7px 7px 5px;
    border: 0;
    position: relative;
}

.hero-form__item > span {
    width: 1px;
    height: 25px;
    background-color: #d9d9d9;
}

.from-options,
.return-options {
    font-size: 17px;
    border-radius: 6px;
    padding: 20px 5px;
    display: none;
    width: 100%;
    position: absolute;
    background-color: #fff;
    z-index: 3;
}

.from-option,
.return-option {
    cursor: default;
    padding: 5px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.from-option:not(:last-child),
.return-option:not(:last-child) {
    margin-bottom: 10px;
    position: relative;
}

.from-option:not(:last-child)::after,
.return-option:not(:last-child)::after {
    position: absolute;
    left: 50%;
    bottom: -9px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 90%;
    height: 1px;
    background-color: #ccc;
}

.from-option:hover,
.return-option:hover {
    color: #ec2030;
}

.hero__ttile {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 5px 0;
}

.hero__subtitle {
    color: #ffffff;
    text-align: center;
    margin-bottom: 36px;
}

.hero-form.expanded{
    max-width: 850px;
}

.main-tabs{

}
.maintabs .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons inside the tab */
  .maintabs .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .maintabs .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .maintabs .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .maintabs .tabcontent {
    display: none;
    padding: 30px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }

  .maintabs .tabcontent .pointcatalog-price {
    padding: 0;
  }
.maintabs .tabcontent .pointcatalog-item__bullets{
    margin-bottom: 0;
}
.maintabs .tabcontent .pointCatalogItemContent{
    row-gap: 5px;
}
.container-wide {
    /* max-width: 1680px;
    margin: 0 auto; */
    padding: 94px 0 126px;
    background-image: url("../images/3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    max-width: 1536px;
    margin: auto;
}

.hero-form {
    margin: 0 auto;
    max-width: 720px;
}

.hero-form__row {
    width: 100%;
    padding: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
    justify-content: space-between;
}

.hero-form__row .hero-form-items{
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.hero-form__item {
    position: relative;
    border-radius: 6px;
    border: 1px solid #e4e4e4;
}

.mw-200 {
    max-width: 200px !important;
}

.hero-form__label {
    position: absolute;
    background-color: #ffffff;
    top: -9px;
    left: 9px;
    color: #a3a3a3;
    font-family: "Open Sans";
    font-size: 12px;
}

.hero-form__input {
    font-size: 17px;
    padding: 7px 7px 5px;
    border: 0;
    width: 100%;
}

.hero-form__input-date {
    max-width: 120px;
}

.hero-form__button {
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 6px 6px 7px 7px;
    border: 0;
    border-radius: 6px;
    background-color: #ec2030;
}

.hero-form__check-label {
    color: #ffffff;
    font-size: 17px;
}

.hero-form__check {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.29);
    max-width: 268px;
    position: relative;
    padding: 7px 36px;
    margin-bottom: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hero-form__checkbox {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.hero-form__check-label::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.hero-form__check:hover .hero-form__checkbox ~ .hero-form__check-label::before {
    cursor: pointer;
}

.hero-form__checkbox:checked ~ .hero-form__check-label::before {
    background-color: #fff;
}

.hero-form__check-label::after {
    content: "";
    position: absolute;
    display: none;
    left: 21px;
    top: 38%;
    width: 4px;
    height: 9px;
    border: solid #ec2030;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hero-form__checkbox:checked ~ .hero-form__check-label::after {
    display: block;
}

/*===auto-choose===*/
.autochoose {
    padding-top: 27px;
    padding-bottom: 18px;
}

.autochoose-menu {
    font-size: 17px;
    padding: 0;
    margin: 0 0 0 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
}

.autochoose-menu__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;
    gap: 10px;
    transition: all 0.5s ease;
}
.autoCintainer{
    transition: all 0.5s ease;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}
.autoCintainer img{
    scale: 1;
    transition: all 0.5s ease;
}
.autoCintainer:hover img{
    scale: 1.2;
}
.autoCintainer:hover{
    border-radius: 6px;
    background: #2d2d2d3d;
}

.autochoose-menu__link {
    color: #2d2d2d;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.autochoose-menu__link:hover {
    color: rgba(45, 45, 45, 0.6);
}

.autochoose-menu__link--active {
    color: #ec2030;
    font-weight: 600;
    position: relative;
}

.autochoose-menu__link--active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ec2030;
}

.autochoose-menu__link--active:hover {
    color: #ec2030;
}

.autochoose-body__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px;
}

.autochoose-body__filter {
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.autochoose-body__filter-item {
    padding: 10px 25px 10px 15px;
    border-radius: 10px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.autochoose-body__filter-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.autochoose-body__filter-input:checked::before {
    content: "";
    color: #ec2030;
    position: absolute;
    top: -1px;
    left: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 12px;
    border: solid #ec2030;
    border-width: 0 2px 2px 0;
}

.catalog {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    gap: 10px;
}

.catalog-item {
    border-radius: 10px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    max-width: 450px;
    padding-bottom: 16px;
    width: 100%;
}
.catalog-item__top-link > img{
    width: 100%;
    max-height: 247px
}

.catalog-item__top {
    position: relative;
}

.catalog-item__top-link > img {
    border-radius: 8px 8px 0 0;
}

.catalog-item__price {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 3px 9px;
    border-radius: 10px 0 0 0;
    color: #ffffff;
    background-color: #5d0404;
    font-size: 21px;
}

.catalog-item__content {
    padding: 0 6px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.catalog-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
}

.catalog-item__title {
    color: #2d2d2d;
    font-size: 17px;
    font-weight: 600;
}

.catalog-item__list {
    font-size: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.catalog-item__list-item > span {
    font-weight: 600;
}

.catalog-item__bullets {
    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;
    gap: 4px;
}

.catalog-item__bullet {
    padding: 5px 10px;
    border-radius: 6px;
    background: #efefef;
    font-size: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    position: relative;
    display: inline-block;
    display: flex;
}

.catalog-item__bullet .catalog-item__bullet-txt{
    font-size: 12px;
}

  .catalog-item__bullet .tooltip {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Позиционирование подсказки */
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .catalog-item__bullet .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }

  .catalog-item__bullet:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }

  .cardInfoTitle .tooltip {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Позиционирование подсказки */
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .cardInfoTitle .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }

  .cardInfoTitle:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }


  .iconQueastion .tooltip {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Позиционирование подсказки */
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .iconQueastion .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }

  .iconQueastion:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }
  .iconQueastion{
    position: relative;
    z-index: 2;
  }

  .questionMobile{
    display: none;
  }
.catalog-item__buttons {
    padding: 0 6px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 10px;
}

.catalog-item__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-item__social-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 10px;
}

.catalog-item__social-img {
    width: 16px;
}

.catalog-item__social-img > img {
    width: 100%;
}

.catalog-item__button {
    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;
    padding: 3px 18px;
    border-radius: 6px;
    background-color: #2d2d2d;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.catalog-item__button:hover {
    background-color: rgba(45, 45, 45, 0.8);
}

.catalog-wa {
    border-radius: 6px 0 0 6px;
    background-color: #60d669;
}

.catalog-tg {
    background-color: #2aabee;
    border-radius: 0 6px 6px 0;
}

/*===brands===*/
.brands-wrapper.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.brands {
    font-size: 17px;
    padding: 20px 0 30px;
}

.brands__title {
    margin-bottom: 20px;
}

.brands__items {
    margin-bottom: 57px;
}

.brands__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;
}

.brands__txt {
    text-align: center;
}

.brands__banner {
    width: 100%;
}

.brands__banner-img {
    border-radius: 10px;
    width: 100%;
}

/*===reviews===*/
.reviews {
    padding: 30px 0;
}

.reviews__title {
    margin-bottom: 15px;
}

.reviews__slider {
    margin-bottom: 60px;
}

.reviews__slider .swiper-slide{
    width: 250px;
}

.reviews__banner {
    width: 100%;
}

.reviews__banner-img {
    border-radius: 10px;
    width: 100%;    
}

.reviewsSwiper__slide {
    padding: 24px 17px;
    font-size: 16px;
    /* max-width: 250px; */
    background-color: #ffffff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 225px;
}

.reviewsSwiper__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.reviewsSwiper__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.reviewsSwiper__user-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
}

/*===news===*/
.news {
    padding: 30px 0;
}

.pageNews{
    padding: 0 0 50px 0;
}

.newsHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.newsHeader .headerTitle .title{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #2D2D2D;
}

.newsHeader .newsBtn .btn{
    width: 100%;
    border: 1px solid #EC2030;
    border-radius: 10px;
    background: transparent;
    color: #EC2030;
    padding: 10px 25px;
}
.btnNewsLink{
    color: #2D2D2D;
}
.news__button {
    margin: 0 auto;
    max-width: 180px;
    display: block;
    padding: 10px 20px;
    border: 1px solid #2d2d2d;
    background-color: transparent;
    border-radius: 6px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.news__button:hover {
    color: #ffffff;
    background-color: #2d2d2d;
}

.news-items {
    margin-bottom: 50px;
}

.news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

.news-item img{
    object-fit: contain;
}

.news-item:not(:last-child) {
    margin-bottom: 45px;
}

.news-item__img {
    border-radius: 10px;
}

.news-item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news-item__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}

.news-item__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.news-item__date .newsDate{
    font-size: 16px;
    font-weight: 400;
    color: #b4b4b4;
}

.news-item__title {
    max-width: 374px;
    font-size: 20px;
    font-weight: 600;
}

.news-item__txt {
    color: #b4b4b4;
}

.news-item__button {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 10px 35px;
    border: 1px solid #2d2d2d;
    background-color: #2d2d2d;
    border-radius: 6px;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.news-item__button:hover {
    color: #2d2d2d;
    background-color: #ffffff;
}

/*===faq===*/
.faq {
    padding: 30px 0 50px;
    position: relative;
}

.faq__title {
    margin-bottom: 50px;
}

.faq__title .title{
    font-size: 30px;
    font-weight: 700;
    color: #2D2D2D;
}

.faq__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.faq__row .faq__image{
    position: absolute;
    left: 0;
}

.faq__accordion {
    max-width: 520px;
}

.accordion__item {
    padding: 20px 20px 10px;
    background-color: #ffffff;
    border-radius: 10px;
}

.accordion__item:not(:last-child) {
    margin-bottom: 6px;
}

.accordion__title {
    padding-bottom: 10px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.accordion__title::after {
    position: absolute;
    top: -7px;
    right: 0;
    content: "";
    background-image: url("../images/icons/accordion.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    width: 37px;
    height: 37px;
    border-radius: 50%;
}

.accordion__collapse {
    font-size: 14px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

._active::after {
    background-image: url("../images/icons/accordion-close.svg");
}

/*===about===*/
.about {
    padding: 50px 0;
}

.about__title {
    margin-bottom: 20px;
}

.about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px;
    width: 100%;
}

.about__text {
    /* max-width: 520px; */
    width: 50%;
}

.about__image{
    width: 50%;
}

.about__image img{
    width: 100%;
}
/*======= driver-sevice-page ======*/
/*====driverhero====*/
.driverhero {
    padding: 0 1px;
}

.driverhero__inner {
    padding: 46px 0 117px;
}

.maintabs .driverhero__inner .tabcontent{
    padding: 0;
    border: none;
}

.driverhero__buttons {
    max-width: 450px;
    margin: 0 auto 30px;
    font-size: 14px;
    font-weight: 600;
    padding: 4px;
    background-color: #ffffff;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    column-gap: 10px;
}

.driverhero__button {
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 5px 26px;
    color: #b4b4b4;
    border-radius: 30px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.driverhero__button.active {
    color: #ffffff;
    background-color: #ec2030;
}

.driverhero__button:hover {
    color: #ffffff;
    background-color: #ec2030;
}

.driverhero__button--active {
    color: #ffffff;
    background-color: #ec2030;
}

.container-wide-driver {
    max-width: 1680px;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.5))), url("../images/1.jpg");
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)), url("../images/1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    border-radius: 10px;
}

.driverhero-form {
    max-width: 724px;
    margin-bottom: 30px;
}

.point-form {
    max-width: 724px;
    margin-bottom: 30px;
}

/*====driver-service====*/
.driver-service {
    padding: 30px 0;
}

.driver-service__catalog {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    gap: 10px;
}


.flatpickr-calendar.animate.open{
    width: 300px;
}
/*======= point-point-page ======*/
.pointhero__subtitle {
    display: none;
}

.pointhero-form {
    max-width: 713px;
}

.point-service {
    padding: 30px 0;
}

.point-service__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 27px;
}

.point-service__title {
    font-size: 22px;
    font-weight: 600;
}

.point-service__select {
    max-width: 332px;
    width: 100%;
    color: #a0a8aa;
    padding: 6px 12px;
    background-color: #ffffff;
    border: 0;
    border-radius: 10px;
}

.point-service__catalog {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    gap: 10px;
}

.pointcatalog-item {
    border-radius: 10px;
    padding: 0px 6px 0px 0;
    background-color: #fff;
    max-width: 526px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9px;
    width: 100%;
}

.pointcatalog-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    gap: 20px;
}

.pointcatalog-item__top .imgWidth{
    width: 300px;
}

.pointcatalog-item__top-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 213px;
    width: 100%;
}

.pointcatalog-item__content {
    padding-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pointCatalogItemContent{
    background: #fff;
    padding: 8px 20px 8px 0;
}

.pointCatalogItemServices{
    width: 100%;
    max-width: 100%;
}

.pointcatalog-item__title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
}

.pointcatalog-item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px;
}

.pointcatalog-item__text {
    padding-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    font-size: 11px;
}

.pointcatalog-item__txt > span {
    font-weight: 600;
}

.pointcatalog-item__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
}

.pointcatalog-item__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pointcatalog-item__social-btn {
    padding: 6px 25px;
}

.pointCatalogSosialBtnServices{
    padding: 5px 12px;
}

.pointcatalog-item__social-image {
    width: 20px;
}
.servicesImg{
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}
.pointcatalog-item__social-img {
    height: 18px;
}

.pointcatalog-item__button {
    max-width: 293px;
    width: 100%;
    text-align: center;
}

.pointcatalog-wa {
    background-color: #60d669;
    border-radius: 8px 0 0 8px;
}

.pointcatalog-tg {
    background-color: #2aabee;
}

.pointcatalog-tel {
    background-color: #b4b4b4;
    border-radius: 0 8px 8px 0;
}

.pointcatalog-price {
    padding: 9px 0 9px 0;
    background-color: #fff;
    border-radius: 6px;
    font-size: 11px;
}

.pointcatalog-price__items.cardCatalogPriceItems{
    gap: 5px;
    flex-direction: column;
}

.pointcatalog-price__title {
    font-weight: 600;
}

.card-header__logo img{
    width: 80px;
}

.pointcatalog-price__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4px;
}

.pointcatalog-price__item{
    padding: 5px;
    background: #efefef;
    
    border-radius: 6px;
}

.pointcatalog-price__price {
    font-size: 19px;
    font-weight: 600;
}

.pointcatalog-price__price > span {
    color: #ec2030;
}

.pointcatalog-price__txt {
    color: #000;
}

/*======= longterm-rent-page ======*/
.rent__title {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
}

.driverhero__inner {
    padding: 95px 0;
}

.container-wide-rent {
    max-width: 1680px;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.5))), url("../images/2.jpg");
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)), url("../images/2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    border-radius: 10px;
}

.rent-service {
    padding-bottom: 30px;
}

.rent-service__menu {
    padding-top: 37px;
}

.rent-service__catalog {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    justify-items: center;
    padding: 0 40px;
}

.rentcatalog-item {
    background-color: #ffffff;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
}

.rentcatalog-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    gap: 20px;
}

.rentcatalog-item__top-image {
    border-radius: 8px;
    overflow: hidden;
}

.rentcatalog-item__top-slider {
    display: none;
}

.rentcatalog-item__content {
    padding-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 14px 16px 14px 0;
    width: 100%;
}

.rentcatalog-item__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.rentcatalog-item__title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
}

.rentcatalog-item__bullets {
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.file-input{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.inputBoxFile{
    border: 1px solid #E4E4E4;
    width: 100%;
    color: #2d2d2d;
    padding: 5px 10px;
    border-radius: 6px;
    resize: none;
    cursor: pointer;
    height: 33px;
}
.inputBoxFile .text{
    margin: 0;
    font-size: 12px;
    color: #2D2D2D;
    text-align: end;
}
.rentcatalog-item__prices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
    margin-bottom: 10px;
}

.rentcatalog-item__price {
    border: 1.5px solid #efefef;
    padding: 5px;
    background-color: #efefef;
    border-radius: 6px;
}

.rentcatalog-item__price :hover {
    cursor: pointer;
}

.rentcatalog-item__price--active {
    border: 1.5px solid #ec2030;
}

.rentcatalog-item__price-title {
    font-size: 11px;
    font-weight: 600;
}

.rentcatalog-item__price-text {
    font-size: 19px;
    font-weight: 600;
}

.rentcatalog-item__price-text > span {
    color: #ec2030;
}

.rentcatalog-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.rentcatalog-item__txt {
    font-size: 12px;
}

.rentcatalog-item__txt > span {
    font-weight: 600;
}

.rentcatalog-item__bottom {
    display: none;
}

.rentcatalog-item__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
}

.rentcatalog-item__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rentcatalog-item__social-image {
    width: 20px;
}

.rentcatalog-item__social-btn {
    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;
    padding: 6px;
    max-width: 37px;
    width: 100%;
}

.rentcatalog-item__button--mob {
    font-size: 12px;
}

.rentcatalog-wa {
    background-color: #18d22b;
    border-radius: 6px 0 0 6px;
}

.rentcatalog-tg {
    background-color: #079ae5;
}

.rentcatalog-tel {
    background-color: #2d2d2d;
    border-radius: 0 6px 6px 0;
}

/*=====Card=====*/
.alikeSwiper {
    overflow: hidden;
}

.cardSwiperTop,
.swiperCardThumbs {
    max-width: 500px;
}

.cardSwiperTop {
    margin-bottom: 10px;
}

.cardSwiperTop .swiper-slide,
.swiperCardThumbs .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
  /* Center slide text vertically */
    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;
}

.swiperCardThumbs .swiper-slide {
    max-width: 118px;
}

.card-section {
    padding: 50px 0 20px;
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.card__content {
    max-width: 100%;
}

.card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.card-header__title {
    font-size: 30px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.card-header__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-size: 30px;
    font-weight: 700;
}

.card-header__price > span {
    margin-top: 2px;
    margin-right: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #ec2030;
    position: relative;
}

.card-header__price > span::after {
    position: absolute;
    content: "в день";
    color: #898989;
    font-size: 12px;
    font-weight: 400;
    width: 40px;
    bottom: 0;
    left: 0;
}

.card-box {
    padding: 8px 10px;
    background-color: #ffffff;
    border-radius: 6px;
    margin-bottom: 7px;
}

.card-box__title {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 14px;
}

.card-box__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.card-box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.card-box__period {
    font-size: 16px;
}

.card-box__price {
    font-size: 18px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    background: #efefef;
}

.card-box__price > span {
    color: #ec2030;
}

.card-bottom {
    padding: 8px 10px;
    background-color: #ffffff;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.card-bottom__texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.card-bottom__txt > span {
    font-weight: 600;
}

.card-bottom__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.card-bottom__social-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-bottom__social-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-wa {
    background-color: #60d669;
    border-radius: 6px 0 0 6px;
}

.card-tg {
    background-color: #2aabee;
}

.card-tel {
    background-color: #b4b4b4;
    border-radius: 0 6px 6px 0;
}

.cars-alike {
    padding: 20px 0 35px;
}

.car-alike__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.rent-service .rentcatalog-item__top-picture{
    width: 80%;
}

.rent-service .rentcatalog-item__top-picture .rentcatalog-item__top-image img{
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}
.rent-service .rentcatalog-item__body{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.rent-service .rentcatalog-item__bullets{
    margin-bottom: 0;
}

/*======= Footer =======*/
.footer {
    padding: 0 1px;
}

.fdesk {
    max-width: 1680px;
    margin: 0 auto;
    border-radius: 10px;
    background: #2d2d2d;
    font-size: 17px;
}

.fdesk__inner {
    background-color: #2d2d2d;
    padding: 36px 58px 60px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fdesk__content {
    max-width: 466px;
}

.fdesk__logo {
    display: block;
    margin-bottom: 30px;
}

.fdesk__logo .fdesk__img{
    max-width: 160px;
    width: 100%;
}

.fdesk-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 56px;
}

.fdesk-menu__link {
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.fdesk-menu__link:hover {
    color: rgba(255, 255, 255, 0.6);
}

.fdesk-contacts {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.fdesk-contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.fdesk-contacts__link {
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.fdesk-contacts__link:hover {
    color: rgba(255, 255, 255, 0.6);
}

.fdesk-qr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 52px;
}

.fdesk-qr__img {
    margin-bottom: 16px;
}

.fdesk-qr__link {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.fdesk-qr__link:hover {
    color: rgba(255, 255, 255, 0.6);
}

.fmob {
    display: none;
    background-color: #2d2d2d;
    border-radius: 8px 8px 0 0;
}

.fmob-menu {
    font-size: 14px;
    padding: 12px 30px 18px;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fmob-menu__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;
    gap: 2px;
}

.fmob-menu__link-img {
    width: 100%;
    height: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fmob-menu__link-img svg{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fmob-menu__link-txt {
    color: #5f5f5f;
}

.fmob-menu__link-txt--active {
    color: #ffffff;
}

@media screen and (max-width: 1440px){
    .container{
        max-width: 1440px;
    }
}

@media screen and (max-width: 1185px){
    .header-nav__link{
        font-size: 13px;
        column-gap: 10px;
    }
    .catalogServicesBlock{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pointCatalogItemServices{
        max-width: 500px;
    }

    .catalogServicesBlock .pointCatalogItemServices{
        max-width: 600px;
    }

    .pointcatalog-price-white{
        padding: 10px 0;
    }
    .newsHeader{
        margin: 20px 0;
    }
    .newsHeader .headerTitle .title{
        margin: 0;
    }
}

@media screen and (max-width: 1150px){
     /*====rent====*/
     .rentcatalog-item {
        padding: 0px 9px 13px 0;
        max-width: 332px;
    }
    .rentcatalog-item__top {
        margin-bottom: 16px;
    }

    .rentcatalog-item__top-picture {
        width: 154px;
    }
    .rent-service .rentcatalog-item__top-picture{
        width: 40%;
    }

    .rentcatalog-item__top-image {
        display: none;
    }

    .rentcatalog-item__top-slider {
        display: block;
    }

    .rentcatalog-item__content {
        padding-top: 6px;
    }

    .rentcatalog-item__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .rentcatalog-item__title {
        font-size: 13px;
    }

    .rentcatalog-item__prices {
        position: relative;
        margin-bottom: 2px;
        z-index: 5;
    }

    .rentcatalog-item__price {
        padding: 3px;
    }

    .rentcatalog-item__price-title {
        font-size: 8px;
    }

    .rentcatalog-item__price-text {
        font-size: 10px;
    }

    .rentcatalog-item__text {
        gap: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .rentcatalog-item__txt {
        font-size: 8px;
    }

    .rentcatalog-item__buttons--desk {
        display: none;
    }

    .rentcatalog-item__social {
        width: 154px;
        width: 100%;
    }

    .rentcatalog-item__social-btn {
        max-width: 33%;
    }

    .rentcatalog-item__bottom {
        display: block;
    }

    .rentcatalog-item__buttons--mob {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .rentcatalog-item__button--mob {
        max-width: 170px;
        width: 100%;
    }

    .rentcatalog-wa {
        border-radius: 6px 0 0 6px;
    }

    .rentcatalog-tel {
        border-radius: 0 6px 6px 0;
    }

    .rentcatalog-item__top-slider .rentSwiper2 .swiper-slide {
        opacity: 0;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }

    .rentcatalog-item__top-slider .rentSwiper2 .swiper-slide.swiper-slide-active {
        opacity: 1;
        margin-bottom: 6px;
    }

    .rentcatalog-item__top-slider .rentSwiper2 .swiper-slide img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
    }

    .rentcatalog-item__top-slider .rentSwiper .thumbnails-wrapper .swiper-slide {
        width: 46px;
        height: 49px;
    }

    .rentcatalog-item__top-slider .rentSwiper .thumbnails-wrapper .swiper-slide img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 4px;
    }

}
@media screen and (max-width: 1149px){
    .rentcatalog-item.itemW{
        max-width: 500px;
    }

}

@media screen and (max-width: 1080px){
    .header-nav__link{
        font-size: 11px;
    }
    .catalogServicesBlock{
        justify-content: center;
    }
}

@media (max-width: 991.98px) {
    .rentcatalog-item.itemW{
        max-width: 400px;
    }
    .header > .container {
        background-color: #2d2d2d;
    }

    .driverhero{
        padding-top: 20px;
    }

    .header .container-wide-header{
        border-radius: 0 ;
        padding: 10px 0;
    }

    .header .header-bottom__log .header-bottom__img{
        width: 120px;
    }

    .container-wide-driver{
        border-radius: 0    ;
    }

    .header{ padding: 0;}

    .header-bottom {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .header-bottom__nav {
        margin-left: auto;
    }

    .header-top,
    .header-nav__menu,
    .header-nav__profile {
        display: none;
    }

    .container-wide{
        border-radius: 0;
        padding: 120px 20px;
    }

    .hero-form__row{
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 20px;
    }

    .faq__accordion {
        position: relative;
        z-index: 2;
    }

    .burger {
        display: block;
    }

    .fdesk {
        display: none;
    }

    .fmob {
        display: block;
    }
  /*=== catalog ===*/

    .catalog-item__price {
        font-size: 15px;
    }

    .catalog-item__title {
        font-size: 12px;
    }

    .catalog-item__list-item {
        font-size: 8px;
    }

    .catalog-item__list-item > span {
        font-size: 9px;
    }

    .catalog-item__social-img {
        width: 12px;
    }

    .catalog-item__buttons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .catalog-item__button {
        font-size: 14px;
    }
  /*=== point-point====*/
    .point-service__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 12px;
    }

    .point-service__title {
        font-size: 17px;
    }

    .pointcatalog-item {
        padding: 0px 10px 0px 0;
        max-width: 332px;
    }

    .pointcatalog-item__top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 5px;
    }

    .pointcatalog-item__top-link {
        max-width: none;
        width: auto;
    }

    .pointcatalog-item__img {
        max-width: 250px;
        height: 100%;
    }

    .pointCatalogItemContent{row-gap: 9px;} 

    .pointcatalog-item__title {
        font-size: 13px;
    }

    .pointcatalog-item__bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pointcatalog-item__text {
        gap: 3px;
        font-size: 8px;
    }

    .pointcatalog-item__buttons {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 5px;
    }

    .pointcatalog-item__social-btn {
        padding: 6px;
    }

    .pointcatalog-item__social-image {
        width: 13px;
        height: 13px;
    }

    .pointcatalog-item__social-img {
        height: 13px;
    }

    .pointcatalog-item__button {
        padding: 4px 6px;
        font-size: 12px;
    }

    .catalog-item__bullets {
        gap: 3px;
        font-size: 8px;
        margin-bottom: 4px;
    }

    .catalog-item__bullet {
        font-size: 8px;
    }

    .catalog-item__bullet-img {
        width: 11px;
        height: 11px;
    }

    .catalog-item__button {
        border-radius: 4px;
    }

    .pointcatalog-price {
        padding: 2px;
    }

    .pointcatalog-price__title {
        display: none;
    }

    .pointcatalog-price__price {
        font-size: 11px;
    }

    .pointcatalog-price__txt {
        font-size: 10px;
        width: 100%;
    }

    .pointcatalog-item__bottom {
        gap: 3px;
    }

    .pointcatalog-wa {
        border-radius: 4px 0 0 4px;
    }

    .pointcatalog-tg {
        border-radius: 0 4px 4px 0;
    }

    .pointcatalog-tel {
        display: none;
    }
    .footer{
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 6;
    }
 
}

@media screen and (max-width: 850px){
    .catalog-item__bullet .catalog-item__bullet-txt{
        font-size: 10px;
    }
    .rentcatalog-item.itemW{
        max-width: 600px;
    }
    .about__row{
        flex-direction: column;
        row-gap: 20px;
    }
    .point-service__catalog, .driver-service__catalog, .rent-service__catalog {
        grid-template-columns: 1fr;
        row-gap: 10px;}

    .about__row .about__text{
        width: 100%;
    }
    .about__row .about__image{
        width: 100%;
    }

    .card-section .card{
        flex-direction: column;
        row-gap: 20px;
    }

    .card-section .card__content{
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .rentcatalog-item.itemW{
        max-width: 500px;
        width: 100%;
    }
    .container {
        padding: 0 5px;
    }

    .pointhero__subtitle {
        display: block;
    }

    .point-service__catalog,
    .driver-service__catalog,
    .rent-service__catalog {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .rent__title {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .hero__subtitle {
        font-size: 14px;
        margin-bottom: 0;
    }

    .news-item{
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    .news-item__body{
        row-gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .autochoose-body__catalog {
        grid-template-columns: repeat(3, 1fr);
    }

    .swiperCardThumbs {
        display: none;
    }
    .autochoose-body__filter{
        display: none;
    }
    .card-box__item{
        flex-direction: column;
        row-gap: 5px;
        width: 45%;
    }
    .card-box__price{
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .autochoose-body__catalog {
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 3px;
        -moz-column-gap: 3px;
        column-gap: 3px;
    }

    .pointCatalogItemContent{
        row-gap: 0px;
    }

    .rent-service__catalog {
        padding: 0;
    }

    .card-section{
        padding: 20px 0 20px 0;
    }
    
    .card-section .card .card-bottom__txt{
        font-size: 12px;
    }

    .card-section .card .card-bottom{
        flex-direction: column;
        row-gap: 10px;
    }

    .catalog-item__list-item > span {
        font-size: 8px;
    }
    .rentcatalog-item.itemW{
        max-width: 400px;
    }

    .catalog-item__list {
        gap: 5px;
    }

    .faq__image{
        display: none;
    }

    .faq__title .title{
        font-size: 20px;
    }

    .catalog-item__buttons {
        -webkit-column-gap: 2px;
        -moz-column-gap: 2px;
        column-gap: 2px;
        flex-wrap: wrap;
    }

    .catalog-item__social-btn {
        padding: 6px;
    }

    .catalog-item__social-img {
        width: 11px;
    }

    .catalog-item__button {
        padding: 6px 10px;
        width: 100%;
    }
}

@media screen and (max-width: 550px){
    .driverhero__inner {
        padding: 30px 0;
    }
    .container-wide{
        background-image: url('../../images/mobile.png');
        background-size: 120%;
        padding: 24px 20px;
    }
    .card-box__title{display: none}
    .card-box__items{flex-wrap:wrap}
    .autochoose-menu{
        margin: 0;
    }
    .brands__banner{
        height: 200px;
    }
    .brands__banner img{
        height: 100%;
        object-fit: cover;
    }

    .catalog-item__bullet{
        padding: 5px;
    }

    .pointcatalog-item__top .imgWidth{
        width: 200px;
    }

    .pointcatalog-item__img{
        height: 200px;
    }

    .reviews__banner{
        height: 200px;
    }
    .reviews__banner img{
        height: 100%;
        object-fit: cover;
    }
    /* .reviews__slider .swiper-slide{
        width: auto !important;
    } */
    .hero__ttile{
        display: none;
    }
    .hero__subtitle{
        display: none;
    }
    .hero-form-items{
        width: 100%;
    }
    .hero-form__item{
        width: 100%;
    }
    .driverhero__button{
        font-size: 10px;
    }
    .hero-form__input{
        font-size: 12px;
    }
    .hero-form__label{
        font-size: 10px;
    }
    #endTime{
        max-width: 60px;
    } 
    #startDate, #endDate, #startDate2 {
        max-width: 80px;
    }
    .flatpickr-input{
        font-size: 12px;
        max-width: 80px;
    }

    .hero__inner{
        padding-top: 50px;
    }

    .hero-form{
        position: relative;
    }

    .hero-form__check{
        position: absolute;
        z-index: 1;
        bottom: 15px;
        margin: 0;
    }

    .heroBtnContainer{
        width: 100%;
        display: flex;
        justify-content: end;
    }
    .hero-form__check-label{
        color: #2D2D2D;
        font-size: 14px;
    }

}
@media screen and (max-width:500px){
    .container-wide{
        padding: 0px 20px;
    }
    .hero__inner{
        padding-top: 20px;
    }
}
@media screen and (max-width: 420px){
    #startTime, #endTime{
        max-width: 75px;
    }

    .pointcatalog-item__img{
        height: 212px;
    }

    .pointcatalog-item__top .imgWidth{
        width: 160px;
    }

    .container-wide{
        background-size: 155%;
    }

    .hero-form__label{
        font-size: 10px;
    }
    .hero__inner{
        padding-top: 50px;
    }

    .block-title{
        font-size: 24px;
    }
    .pointcatalog-price__price{
        font-size: 10px;
    }
    .pointcatalog-price__txt{
        font-size: 7px;
    }
}

@media screen and (max-width: 450px){
    .rentcatalog-item.itemW{
        max-width: 350px;
    }
}


@media screen and (max-width: 340px){
    .hero-form__item{
        width: 48%;
    }
    .driverhero__button{
        font-size: 10px;
    }
}

@media(max-width: 768px){
.card-header__price { font-size: 22px;}
.card-header__title{ font-size: 16px;}
.card-header__price > span {
    margin-top: 2px;
    line-height: 1;
}
.card-header__logo img {width: 30px;}
}


#recallChatButtonsMobile{
    display: none !important;
}

img.catalog-item__logo {
    height: 25px !important;
    width: auto;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.fs-15 {
    font-size: 17px !important;
    font-weight: bold !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000; /* Измените цвет кнопок при необходимости */
  display: none; /* По умолчанию скрываем кнопки */
}

@media (max-width: 425px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: block; /* Показываем кнопки на мобильных устройствах */
  }
}
@media (max-width: 678px) {
    .pointcatalog-price__price {
        font-size: 14px;
        width: 100%;
    }
    .pointcatalog-price__item{
         display: flex;
    }
    .pointcatalog-price__items{
        flex-direction: column;
    }
    .pointcatalog-price__txt {
        font-size: 9px;
        text-align: center;
    }
    .mw-200{
        max-width: 100% !important;
    }
    .asad{
        padding: 25px 0;
    }
    .asadblat{
        height: 139px;
    }
    .cardInfoContainer .infoPrice .price {
        font-size: 16px;
    }
    .cardInfo{
        width: 100% !important;
    }
    .conditions__header{
        align-items: center;
    }
}


.alert {
    display: flex;
    justify-content: center;
    align-items: center;
}