:root {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Manrope', sans-serif;
  background: #fdfdfd;
}

ul,
ol {
  padding-left: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  outline: 0;
  border: 0;
  display: block;
  width: 100%;
  border: 1px solid #E8E8E8;
  background: #FDFDFD;
  border-radius: 9px;
  padding: 20px 30px;
  font-size: 16px;
  font-family: 'Manrope';
}

textarea {
  max-height: 150px;
}

.button {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  background: #1C85B4;
  padding: 16px;
  border-radius: 6px;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
  max-width: max-content;
}

.buttonOutline,
.button:hover,
.feedbackForm form input[type=submit]:hover,
.modalForm form input[type=submit]:hover {
  color: #1C85B4;
  border: 1px solid #1C85B4;
  background: transparent;
}

.buttonOutline:hover {
  background: #1C85B4;
  border: 1px solid transparent;
  color: #fff;
}

button:active {
  transform: scale(0.9);
}

img {
  max-width: 100%;
}

section {
  margin-bottom: 124px;
}

.title {
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
}

.box {
  margin: auto;
  max-width: 1720px;
}

.breadcrumbs {
  margin-bottom: 64px;
}

.breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}

.breadcrumbs ul li {
  color: #1c85b4;
}

.breadcrumbs a {
  color: #637381;
}

.breadcrumbs a::after {
  content: "/";
  padding: 0 5px;
}

[class^=swiper-button] {
  position: relative !important;
  background-color: #1c85b4;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
}

[class^=swiper-button] svg {
  width: 21px !important;
  height: 21px !important;
}

.pagination {
  display: flex;
  gap: 16px;
}

/* .swiper-button-prev1 {
	left: 9%;
}

.swiper-button-next1 {
	left: 12%;
}

.swiper-button-prev2,
.swiper-button-prev3 {
	left: 103%;
}

.swiper-button-next2,
.swiper-button-next3 {
	left: 112%;
}

.swiper-button-prev4,
.swiper-button-prev5 {
	left: 113%;
}

.swiper-button-next4,
.swiper-button-next5 {
	left: 144%;
} */
.swiper-button-disabled {
  background-color: #F2F2F7;
  opacity: 1px !important;
}

.swiper-button-disabled svg path {
  stroke: #1C1C1C;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none !important;
}

.header {
  padding: 20px 0;
  margin-bottom: 40px;
  box-shadow: 0px 4px 8px 0px #00000005;
}

.home .header {
  margin-bottom: 0;
}

.header .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  row-gap: 27px;
}

.headerMenuTab {
  display: none;
}

.headerMenu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.headerMenu ul li {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.headerMenu ul li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1C85B4;
  opacity: 0;
  visibility: hidden;
}

.headerMenu ul li:hover::after {
  opacity: 1;
  visibility: visible;
}

.headerMenu ul li a {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  transition: color 0.5s ease;
}

.headerMenu ul li a:hover {
  color: #1C85B4;
}

.headerClose {
  display: none;
}

.headerUtils {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.headerLang {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.headerLang .active {
  color: #fff;
  background: #1C85B4;
  padding: 8px;
  border-radius: 6px;
}

.headerLang .active a {
  color: #fff;
}

.headerLang div {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}

.headerLangSelect {
  display: none;
}

.headerHandle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.headerBar {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.509803922);
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero .box {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 110px;
}

.heroInfo {
  max-width: 857px;
  color: #fff;
  z-index: 9;
}

.hero h1 {
  font-weight: 800;
  font-size: 128px;
  line-height: 100%;
  margin-bottom: 36px;
}

.hero h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 16px;
}

.hero p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 48px;
  color: #fff;
}

.heroBtns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  /* button {
  	background: transparent;
  	color: #1C85B4;
  	border-radius: 6px;
  	border: 1px solid #1C85B4;
  	font-weight: 600;
  	font-size: 16px;
  	line-height: 24px;
  	text-align: center;
  	padding: 16px 24px;
  }

  a {
  	background: #1C85B4;
  	color: #fff;
  	border-radius: 6px;
  	font-weight: 600;
  	font-size: 16px;
  	line-height: 24px;
  	text-align: center;
  	padding: 16px 24px;
  } */
}

/* .heroBtns a:first-child {
  background: transparent;
  color: #1c85b4;
  border: 1px solid #1C85B4;
} */

.heroBtns .buttonOutline {
  color: #fff;
  border-color: #fff;
}

.heroImage {
  margin-right: calc((100vw - 1735px) / -2);
}

.heroImage {
  padding-top: 44px;
}

.aboutTitle {
  margin-bottom: 36px;
}

.about .box {
  display: flex;
  justify-content: space-between;
}

.aboutImage {
  height: 486px;
  flex: 0 0 50%;
}

.aboutImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutInfo {
  padding-left: 72px;
}

.about p {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 48px;
}

.about a {
  display: block;
}

.aboutVideo {
  position: relative;
  margin-top: 64px;
}

.aboutVideo div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}

.aboutVideo a::before,
.aboutVideo a::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.aboutVideo a::before {
  width: 160px;
  height: 160px;
  background-color: rgba(253, 253, 253, 0.3019607843);
  z-index: 1;
}

.aboutVideo a::after {
  width: 220px;
  height: 220px;
  background-color: rgba(253, 253, 253, 0.1019607843);
}

.aboutVideo img {
  border-radius: 10px;
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
}

.outsolutionsTitle {
  margin-bottom: 32px;
}

.outsolutions p {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 64px;
}

.outsolutionsBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
}

.outsolutionsBlock>div {
  flex: 0 0 50%;
}

.outsolutionsImage {
  height: 724px;
}

.outsolutionsImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.outsolutionsCards {
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  flex-wrap: wrap;
  background: linear-gradient(74.13deg, #F8F8F8 41.92%, #F4F4F4 100%);
}

.outsolutionsCardsCard {
  flex: 0 0 calc(50% - 12px);
  padding: 96px 40px;
  border-radius: 10px;
  box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.0705882353);
}

.outsolutionsCardsCard:nth-child(1) {
  background: #FDFDFD;
}

.outsolutionsCardsCard:nth-child(2) {
  background: rgba(236, 168, 44, 0.1019607843);
}

.outsolutionsCardsCard:nth-child(2) h6 {
  color: #eca82c;
}

.outsolutionsCardsCard:nth-child(3) {
  background: rgba(28, 133, 180, 0.1019607843);
}

.outsolutionsCardsCard:nth-child(3) h6 {
  color: #1C85B4;
}

.outsolutionsCardsCard:nth-child(4) {
  box-shadow: none;
  padding: 80px 30px;
}

.outsolutionsCardsCard:nth-child(4) .button {
  background: #eca82c;
}

.outsolutionsCardsCard:nth-child(4) .button:hover {
  background: transparent;
  color: #eca82c;
  border: 1px solid #eca82c;
}

.outsolutionsCardsCard h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  text-align: left;
  color: #eca82c;
  margin-bottom: 48px;
}

.outsolutionsCardsCard>div {
  width: -moz-max-content;
  width: max-content;
  border-radius: 10px;
  padding: 12px;
  background: #FDFDFD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 24px;
  line-height: 0;
}

.outsolutionsCardsCard h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}

.outsolutionsCardsCard button {
  background: #ECA82C;
}

.advantages {
  overflow: hidden;
}

.advantagesTitle {
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.advantagesSlider {
  padding: 15px 0 30px !important;
  overflow: visible !important;
}

.advantagesSlider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 60px 70px;
  background: #FDFDFD;
  border-radius: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.0705882353);
}

.advantagesSlider .swiper-slide svg {
  flex-shrink: 0;
}

.oursbus {
  overflow: hidden;
}

.oursbusTitle {
  margin-bottom: 64px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.oursbusSlider {
  overflow: visible;
}

.oursbus img {
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  height: 820px;
}

.oursbusItems {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.oursbusItem {
  flex: 0 0 calc(50% - 10px);
}

.oursbusItem img {
  border-radius: 10px;
}

.feedback {
  padding: 100px 0;
  background: #FFFFFF;
  box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.0705882353);
}

.feedbackTitle {
  margin-bottom: 64px;
}

.feedback .box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px;
}

.feedbackInfo {
  flex: 0 0 calc(50% - 25px);
  display: flex;
  align-items: flex-start;
  gap: 0;
  flex-direction: column;
}

.feedbackInfo>div:first-child {
  max-width: 653px;
}

.feedbackInfo>div:first-child h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 24px;
  color: #1c85b4;
}

.feedbackInfo>div:first-child p {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #637381;
}

.feedbackInfo p {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}

.feedbackInfo p:first-child {
  margin-bottom: 16px;
}

.feedbackForm {
  flex: 0 0 calc(50% - 25px);
}

.feedbackForm form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 38px;
  row-gap: 25px;
  flex-wrap: wrap;
  padding: 50px;
  border-radius: 24px;
  background: #FDFDFD;
  box-shadow: 0px 6px 32px 0px rgba(28, 133, 180, 0.4);
}

.feedbackForm form span.wpcf7-form-control-wrap {
  width: 100%;
}

.feedbackForm form span:nth-of-type(-n+6) {
  width: calc(50% - 19px);
  display: block;
}

.feedbackForm form input[type=submit],
.modalForm form input[type=submit] {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  background: #1C85B4;
  padding: 16px;
  border-radius: 6px;
  color: #fff;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.5s ease;
}

.partners {
  position: relative;
}

.partners::after {
  content: '';
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 812px;
  background: url('../images/Group 2085662744.png');
  z-index: -1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.partnersTitle {
  margin-bottom: 64px;
}

.partnersItems {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  row-gap: 36px;
}

.partnersItem {
  flex: 1 0 calc(33.333% - 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 200px;
  background: #FDFDFD;
  box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.0705882353);
  padding: 10px 0;
  border-radius: 10px;
}

.partnersItem:nth-child(-n+4) {
  flex: 1 0 calc(25% - 15px);
}

.faq {
  overflow: hidden;
}

.faqTitle {
  margin-bottom: 64px;
}

.faqItem {
  border-bottom: 1px solid #DDDDDD;
}

.faqItem.active {
  padding-bottom: 24px;
}

.faqItem.active .faqName div {
  background-color: #1C85B4;
}

.faqItem.active .faqName div svg path {
  fill: #fff;
}

.faqName {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  padding: 40px 0;
  cursor: pointer;
}

.faqName div {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 64px;
  height: 64px;
  background: #F8F8F8;
  border-radius: 16px;
}

.faqContent {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 24px;
  color: #637381;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin-bottom: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.faqItem.active .faqContent {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
  transform: scaleY(1);
}

.faqItem svg {
  transition: transform 0.3s;
}

.faqItem.active svg {
  transform: rotate(45deg);
}

.testimonials {
  overflow: hidden;
}

.testimonialsTitle {
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.testimonialsSlider {
  padding: 15px 0 30px !important;
  overflow: visible !important;
}

.testimonialsSlider .swiper-slide {
  border-radius: 10px;
  background: #FDFDFD;
  box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.0705882353);
  padding: 30px;
  height: 370px;
}

.testimonialsStars {
  margin-bottom: 24px;
}

.testimonialsUser {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.testimonialsUser img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonialsUser>div h6 {
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 4px;
}

.testimonialsUser>div p {
  color: #637381;
}

.testimonialsReview {
  color: #637381;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  overflow-y: auto;
  height: 200px;
}

.bus {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: -40px;
}

.footer {
  padding: 74px 0;
  background: #F8F8F8;
}

.footer .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}

.footer h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 24px;
}

.footerMenu ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 24px;
}

.footerUtils p {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 24px;
}

.footerNet {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 24px;
}

.footerNet a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  line-height: 0;
}

.footerNet a:first-child {
  background: #1C85B4;
}

.footerNet a:last-child {
  background: #c4302b;
  border: 1px solid #F8F8F8;
}

.footerContacts p {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 24px;
}

.aboutBox .box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px;
}

.aboutBox .box>div {
  flex: 0 0 50%;
}

.aboutBoxInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.aboutBoxInfo h1 {
  margin-bottom: 64px;
}

.aboutBoxInfo p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 48px;
}

.aboutBoxImage {
  height: 700px;
}

.aboutBoxImage img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.aboutBoxInfo a {
  display: block;
  margin-bottom: 15px;
}

.aboutBoxInfo a+div {
  color: #637381;
}

.autoparkTitle {
  margin-bottom: 36px;
}

.autoparkSub {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 64px;
}

.autoparkItems {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.autoparkItem {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  flex: 0 0 calc(33.333% - 13px);
  border-radius: 10px;
  padding: 70px 0;
  box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.0705882353);
}

.autoparkItem:hover:first-child,
.autoparkItem:hover:last-child {
  background: #E7F1F6;
}

.autoparkItem:hover:nth-child(2) {
  background: #ECA82C1A;
}

.autoparkInfo h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

.autoparkInfo p {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.5019607843);
}

.autoparkImage {
  background: #fdfdfd;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  line-height: 0;
}

.trustTitle {
  margin-bottom: 64px;
}

.trustItems {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.trustItem {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  flex-direction: column;
  padding: 96px 65px;
  color: #fdfdfd;
  box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  flex-basis: auto;
}

.trustItem:nth-child(1),
.trustItem:nth-child(2) {
  flex-basis: 415px;
}

.trustItem:nth-child(3),
.trustItem:nth-child(4),
.trustItem:nth-child(5) {
  flex-basis: calc(50% - 10px);
}

.trustItem:first-child {
  background: rgba(28, 133, 180, 0.1019607843);
}

.trustItem:first-child p {
  color: #1c85b4;
}

.trustItem:nth-child(2) div,
.trustItem:nth-child(4) div {
  background: #FDFDFD;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 18px;
  line-height: 0;
}

.trustItem:last-child {
  background: rgba(236, 168, 44, 0.1019607843);
}

.trustItem:last-child div {
  color: #eca82c;
}

.trustItem:last-child p {
  color: #eca82c;
}

.trustItem div {
  font-weight: 500;
  font-size: 100px;
  line-height: 100%;
  color: #1c85b4;
  margin-bottom: 24px;
}

.trustItem p {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #637381;
}

.car {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: -40px;
}

.solutionsTitle {
  margin-bottom: 64px;
}

.solutions p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 64px;
}

.solutionsSwitcher {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}

.solutionsSwitcher div {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 16px 48px;
  box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.0705882353);
  cursor: pointer;
  margin-bottom: 64px;
}

.solutionsSwitcher div:nth-child(1) {
  border-radius: 10px 0 0 10px;
}

.solutionsSwitcher div:nth-child(2) {
  border-radius: 0 10px 10px 0;
  background-color: #1C85B4;
  color: #fff;
}

.solutionsItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.solutionsItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  flex: 0 0 calc(33.333% - 15px);
  width: calc(33.333% - 15px);
  box-shadow: 0px 5.78px 24.1px 0px rgba(0, 0, 0, 0.0705882353);
  padding: 48px;
  border-radius: 10px;
  /* transition: all .5s ease; */
}

.solutionsItem.tariffsItem {
  flex: 0 0 calc(25% - 15px);
}

.solutionsItem:hover,
.busesItem:hover {
  background: #1C85B4;
  /* transform: scale(1.05); */
  color: #fff;
}

.solutionsItem:hover svg {
  stroke: #000;
}

.solutionsItem:hover .button:first-child,
.busesItem:hover .button:first-child {
  color: #fff;
  border: 1px solid #fff;
}

.solutionsItem:hover .button:last-child {
  color: #1C85B4;
  background: #fff;
  border: 1px solid transparent;
}

.solutionsItem:hover p {
  color: #C0EAFD;
}

.solutionsImage {
  height: 160px;
  margin-bottom: 30px;
  position: relative;
}

/* .solutionsImage::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 164px;
  background: url("../images/Group 2085662744.png");
  z-index: -1;
  background-size: contain;
} */

.solutionsImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.solutionsInfo {
  text-align: center;
  /* margin-bottom: 24px; */
}

.solutionsInfo p {
  margin-bottom: 0;
}

.solutionsInfo h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 7px;
}

.solutionsInfo h4>div {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 7px;
  line-height: 0;
}

.solutionsInfo p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.solutionsPlus {
  text-align: center;
}

.solutionsPlus h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 7px;
}

.solutionsPlus p {
  max-width: 365px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  color: #637381;
}

.solutionsBtns {
  /* margin-top: 46px; */
  text-align: center;
}

.solutionsCalc {
  margin-top: 24px;
}

.solutionsCalc p {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
}

.solutionsQty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.solutionsQty button {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: 1px solid #000;
}

.solutionsQty input {
  width: 63px;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 15px 5px;
  text-align: center;
}

.solutionsQty input::-moz-placeholder {
  color: #000;
}

.solutionsQty input::placeholder {
  color: #000;
}

.solutionsPrice {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}

.solutionsPrice span {
  font-size: 36px;
}

.driversTitle {
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.driversItem {
  /* flex: 0 0 calc(25% - 15px); */
}

.driversItem h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 12px;
}

.driversItem p {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #637381;
}

.driversImage {
  height: 600px;
  margin-bottom: 24px;
}

.driversImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.how {
  overflow: hidden;
}

.howTitle {
  margin-bottom: 64px;
}

.howItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  background: #fff;
  padding: 34px;
  border-radius: 10px;
  box-shadow: 0px 5.53px 82.95px 0px rgba(0, 0, 0, 0.0509803922);
  margin-bottom: 24px;
}

.howItem div {
  background: #1C85B4;
  padding: 18px 24px;
  border-radius: 10px;
  color: #fff;
}

.howItem span {
  font-weight: 500;
  font-size: 24px;
  line-height: 102%;
}

.busesTitle {
  margin-bottom: 64px;
}

.busesItems {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.busesItem {
  flex: 0 0 auto;
  width: calc(33.333% - 13px);
  background: #FDFDFD;
  box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.0705882353);
  padding: 37px 69px;
  border-radius: 10px;
}

.busesImage {
  height: 160px;
  margin-bottom: 50px;
  position: relative;
}

.busesImage::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 387px;
  height: 164px;
  background: url("../images/Group 2085662744.png");
  z-index: -1;
  background-size: contain;
}

.busesImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.buses h4 {
  font-weight: 800;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 24px;
  text-align: center;
}

.buses p {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
}

.busesPay {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.busesPay input {
  padding: 20px 10px;
}

.busesCalc p {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.busesQty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.busesQty button {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: 1px solid #000;
}

.busesQty input {
  width: 63px;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 15px 5px;
  text-align: center;
}

.busesQty input::-moz-placeholder {
  color: #000;
}

.busesQty input::placeholder {
  color: #000;
}

.busesPrice {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}

.busesPrice span {
  font-size: 36px;
}

.busesPoint p {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.busesPoint input {
  border: 1px solid #000;
  margin-bottom: 12px;
}

.busesBtns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.newsPageTitle {
  margin-bottom: 64px;
}

.newsPageItems {
  display: grid;
  grid-template-columns: calc(50% - 10px) calc(25% - 15px) calc(25% - 15px) calc(50% - 10px);
  gap: 20px;
  grid-template-areas: "first second fourth" "first third third";
}

.newsPageItem {
  position: relative;
}

.newsPageItem svg {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.newsPageItem:nth-child(1) {
  grid-area: first;
}

.newsPageItem:nth-child(1) .newsPageImage {
  height: 868px;
}

.newsPageItem:nth-child(2) {
  grid-area: second;
}

.newsPageItem:nth-child(3) {
  grid-area: third;
  background-color: #1C85B4;
  border-radius: 10px;
  grid-column: span 2;
  display: flex;
  justify-content: flex-end;
}

.newsPageItem:nth-child(3)>div {
  flex: 0 0 50%;
}

.newsPageItem:nth-child(4) {
  grid-area: fourth;
}

.newsPageInfo {
  position: absolute;
  top: 40px;
  left: 40px;
  color: #fff;
}

.newsPageInfo h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 15px;
}

.newsPageInfo h5 a {
  color: #fff;
}

.newsPageInfo p {
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
}

.newsPageImage {
  line-height: 0;
  height: 424px;
}

.newsPageImage img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.otherNewsTitle {
  position: relative;
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

/* .otherNewsItems {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
} */

/* .otherNewsItem {
  flex: 0 0 calc(33.333% - 15px);
  position: relative;
} */

.otherNewsInfo {
  position: absolute;
  top: 40px;
  left: 40px;
  color: #fff;
}

.otherNewsInfo h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 24px;
}

.otherNewsInfo h5 a {
  color: #fff;
}

.otherNewsInfo p {
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
}

.otherNewsImage {
  height: 556px;
}

.otherNewsImage img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.contactsTitle {
  margin-bottom: 64px;
}

.contactsBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}

.contactsInfo {
  flex: 0 0 calc(41% - 10px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  flex-direction: column;
}

.contactsInfo h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 24px;
}

.contactsInfo ul li {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 24px;
}

.contactsNet p {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 24px;
}

.contactsNetList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
}

.contactsNetList a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #F8F8F8;
  transition: all 0.5s ease;
}

.contactsNetList a:hover {
  background-color: #000;
}

.contactsNetList a:hover svg path {
  fill: #fff;
}

.contactsMap {
  flex-grow: 1;
}

.contactsMap iframe {
  width: 100%;
  border-radius: 10px;
}

/*# sourceMappingURL=main.css.map */

.headerHandle .search-form.active {
  opacity: 1;
  visibility: visible;
}

.search-form .input-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  border-radius: 16px;
  max-width: 300px;
}

.headerHandle .search-form.search-form-page {
  line-height: 0;
  position: relative;
}

.headerHandle .search-form.search-form-page input[type=search] {
  width: 0;
  padding: 0;
  overflow: hidden;
  transition: width 0.3s ease;
  border: 0;
  position: absolute;
  top: -12px;
  left: 20px;
  height: 50px;
}

.headerHandle .search-form.search-form-page input.active {
  width: 170px;
  padding: 19px 0 19px 22px;
  border-radius: 6px;
  border: 1px solid #E8E8E8 !important;
  margin-left: 5px;
}

.headerHandle .submit.search-submit {
  border: 0;
  background: transparent;
  cursor: pointer;
}

/* #search-wrapper {
  padding-bottom: 140px;
} */

#search-wrapper h1 {
  margin-bottom: 64px;
}

.no-results.not-found p {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}

#search-wrapper article {
  margin-bottom: 15px;
}

.no-results.not-found input {
  width: 100%;
}

.no-results.not-found .input-group {
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}

.no-results.not-found .search-submit {
  background: #1C85B4;
  padding: 16px 60px;
  border-radius: 10px;
  border: 0;
}

#error-404-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1C85B4;
  padding: 150px 0;
  margin: 120px 50px;
}

.error-404.not-found {
  margin-bottom: 0;
}

.error-404.not-found h1 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 130px;
  line-height: 170px;
  text-shadow: 5.23px 5.23px 5.23px #00000040;
  margin-bottom: 10px;
}

.error-404.not-found h5 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  line-height: 31px;
  margin-bottom: 15px;
}

.error-404.not-found p {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 21px;
  line-height: 31px;
  margin-bottom: 10px;
}

.error-404.not-found a {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  line-height: 31px;
  padding: 15px 36px;
  background-color: #fff;
  border-radius: 8px;
  color: #5eb6da;
  margin: 45px auto 0 auto;
  box-shadow: 5.23px 5.23px 5.23px 0px #00000040;
}

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.85);
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 20px 92px 0px #00000026;
  z-index: 99;
  transition: all .5s ease;

}

.modal.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
  overflow: scroll;
}

.modalBody {
  border-radius: 10px;
  padding: 50px;
}

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

.modalSub h4 {
  font-weight: 300;
  font-size: 32px;
  line-height: 120%;
}

.modalInfo {
  text-align: center;
  margin-bottom: 30px;
}

.modalInfo h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 30px;
}

.modalInfo img {
  width: 239px;
}

.modalForm div {
  display: flex;
  gap: 10px;
}

.modalFlex>p {
  display: flex;
  gap: 10px;
}

.modalForm div input:first-child {
  flex: 0 0 calc(40% - 10px);
}

.modalForm input[type=text],
.modalForm input[type=email],
.modalForm input[type=tel] {
  margin-bottom: 30px;
}

.modalForm input[type=submit] {
  max-width: 100%;
}

.privacy-policy h1,
.privacy-policy p,
.privacy-policy ul {
  margin-bottom: 36px;
}

.privacy-policy .page ul li {
  list-style-type: disc;
  list-style-position: inside;
}