#jGrowl {
	display: none!important;
}


.ajax_form .error {
 border:1px solid #d00;
 -webkit-animation:fieldShake .3s cubic-bezier(.19,.49,.38,.79) 3;
 animation:fieldShake .3s cubic-bezier(.19,.49,.38,.79) 3
}
@-webkit-keyframes fieldShake {
 0 {
  -webkit-transform:translateX(0);
  transform:translateX(0)
 }
 25% {
  -webkit-transform:translateX(-5px);
  transform:translateX(-5px)
 }
 75% {
  -webkit-transform:translateX(5px);
  transform:translateX(5px)
 }
 100% {
  -webkit-transform:translateX(0);
  transform:translateX(0)
 }
}
@keyframes fieldShake {
 0 {
  -webkit-transform:translateX(0);
  transform:translateX(0)
 }
 25% {
  -webkit-transform:translateX(-5px);
  transform:translateX(-5px)
 }
 75% {
  -webkit-transform:translateX(5px);
  transform:translateX(5px)
 }
 100% {
  -webkit-transform:translateX(0);
  transform:translateX(0)
 }
}

.preloader {
	opacity: 0;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.preloader.active {
	opacity: 1
}

.preloader__container {
	height: 15px;
	width: 105px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-top: 50px;
	margin: 50px auto 0
}

.preloader__container .preloader__circle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: var(--orange);
	-webkit-animation: move .5s linear 0s infinite;
	animation: move .5s linear 0s infinite;
	margin-right: 30px
}

.preloader__container .preloader__circle:first-child {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: grow .5s linear 0s infinite;
	animation: grow .5s linear 0s infinite
}

.preloader__container .preloader__circle:last-child {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 0;
	animation: grow .5s linear 0s infinite reverse
}

@-webkit-keyframes grow {
	from {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: 0
	}

	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1
	}
}

@keyframes grow {
	from {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: 0
	}

	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1
	}
}

@-webkit-keyframes move {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	to {
		-webkit-transform: translateX(45px);
		transform: translateX(45px)
	}
}

@keyframes move {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	to {
		-webkit-transform: translateX(45px);
		transform: translateX(45px)
	}
}



.page-404 {
	display: flex;
	flex-direction: column;
	height: 70vh;
	justify-content: center;
}

.page-404__caption {
	font-size: 200px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}


@media (max-width: 768px) {
	.page-404__caption {
		font-size: 120px;
	}
    
    
}

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


.popup__select {
	height: 44px;
	padding: 0 10px
}

.form__select {
	height: 45px;
	padding: 0 10px;
}



@media (min-width: 1900px) {
    .logo__img {
        max-width: 220px;
        width: 100%;
    }
}



.geo__img {
    height: 370px;
    width: 100%;
    object-fit: cover;
}


.mt-30 {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .geo__img {
        height: 220px;
    }
}


.logo__img {
    max-width: 200px;
    object-fit: contain;
    max-height: 100px;
}

.sticky-header .logo__img {
    max-height: 41px;
}


@media (max-width: 1700px) {
    .logo__img {
        max-width: 180px;
        max-height: 105px;
    }    
}

@media (max-width: 1370px) {
    .logo__img {
        max-width: 120px;
        max-height: 40px;
    }     
}






@media (max-width: 530px) {
     .services-dots__item:nth-child(1),
     .services-dots__item:nth-child(2),
     .services-dots__item:nth-child(3),
     .services-dots__item:nth-child(4),
     .services-dots__item:nth-child(5),
     .services-dots__item:nth-child(6) {
         width: 50%;
     }   
     
     .services-dots__item:nth-child(7) {
         width: 100%;
     }
}

@media (max-width: 400px) {
     .services-dots__item:nth-child(1),
     .services-dots__item:nth-child(2),
     .services-dots__item:nth-child(3),
     .services-dots__item:nth-child(4),
     .services-dots__item:nth-child(5),
     .services-dots__item:nth-child(6),
     .services-dots__item:nth-child(7) {
         width: auto;
     }   
}


@media (max-width: 768px) {
    .first-block {
        margin-bottom: 80px;
    }
}


.goods__btn {
    margin-top: 20px;
}



/* Расписание */

/* Блок: route-section */
.route-section {
  margin-bottom: 40px;
}

.route-section__title {
  margin: 40px 0 20px 0;
  font-size: 26px;
  font-weight: bold;
}

/* Блок: table-responsive */
.table-responsive {
  overflow-x: auto;
  margin-bottom: 20px;
  background: white;
}

/* Блок: data-table */
.data-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}

.data-table__header {
  background-color: #3a3a3a;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 15px 12px;
  white-space: nowrap;
}

.data-table__cell {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  font-size: 14px;
}

.data-table__row:nth-child(even) {
  background-color: #f9f9f9;
}

/* Модификаторы */
.table-responsive--compact {
  margin-bottom: 10px;
}

.move-right {
    display: none;
    font-size: 14px;
    line-height: 1.35;    
}

@media (max-width: 991px) {
    .move-right {
        display: block;
    }
}

/* Медиа-запросы */
@media (max-width: 768px) {
  .schedule {
    padding: 10px;
  }

  .schedule__title {
    font-size: 20px;
  }

  .route-section__title {
    font-size: 16px;
    padding: 0;
    margin: 20px 0 10px 0;
  }

  .data-table__header,
  .data-table__cell {
    padding: 10px;
    font-size: 14px;
    vertical-align: middle;    
  }
}

@media (max-width: 480px) {
  .data-table__header,
  .data-table__cell {
    font-size: 13px;
  }

  .route-section__title {
    font-size: 20px;
  }
}




@media (min-width: 1900px) {
    .menu__a {
        font-size: 17px;
    }
    
    .menu__li {
        padding: 0 12px;
    }
    
    .submenu__a {
        padding: 10px 15px;
        font-size: 16px;        
    }
}

.footer-privacy {
    color: #fafafa;
}

.footer-nav__a {
    color: #fafafa;
}

.footer, .footer-contacts__top {
    color: #fff;
}

.footer-contacts__item--email::before {
  background-image: url(../img/envelope-new.svg);
}


.footer-contacts__item--phone::before {
  background-image: url(../img/phone-new.svg);
}

.footer-contacts__item--address::before {
  background-image: url(../img/map-pin-new.svg);
}


.header__lang-right {
    display: none;
}

.header__item--burger {
    display: block;
}

@media (min-width: 1300px) {
    .header__lang-right {
        display: block;
    }
    
    .header__item--burger {
        display: none;
    }
}

















 .hero {
    /* Mobile-first: 100vh на мобильных */
     height: 95vh;
     position: relative;
     overflow: hidden;
     display: flex;
     /* align-items: center; */ 
     width: 100%;
     padding-top: 120px;
     min-height: 650px;
     clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
}

.hero .first-block__list {
     max-width: 500px;
     margin-bottom: 30px;
}

/*  .hero:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.1);
    z-index: 0; 
    position: absolute;
} */
 .hero__bg {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
}
 .hero__bg-image, .hero__bg-image img, .hero__bg-image source {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: right bottom;
}
 .hero__content {
     color: white;
     z-index: 1;
     position: relative;
}
 .hero__title {
     font-size: 24px;
     font-weight: bold;
     margin-bottom: 20px;
     line-height: 1.2;
     text-shadow: 1px 1px 0px black;
}
 .hero__subtitle {
     font-size: 16px;
     margin-bottom: 15px;
     max-width: 650px;
}
 .hero__buttons {
     display: flex;
     gap: 10px;
     flex-wrap: wrap;
     align-items: center;
}

.first-block__schedule {
    display: inline-flex;
    text-align: center;
    font-weight: bold;
    text-decoration: underline; 
    width: 100%;
    color: #fff;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

    .hero .first-block__btn-wrap {
        flex-grow: 1;
        max-width: 100%;
    }
    
    .hero .first-block__btn-wrap .btn {
        max-width: 100%;
        width: 100%;
    }
    
    
@media (min-width: 600px) {

    
    .hero {
         align-items: center; 
         padding-top: 0;
    }
    
    

    
}

/* Десктопные стили */
 @media (min-width: 768px) {
     .hero {
         aspect-ratio: 16 / 9;
         min-height: 600px;
         max-height: calc(100vh + 100px);
    }
     .hero__buttons {
         flex-direction: row;
         justify-content: center;
         gap: 20px;
    }
    .hero__content {
        max-width: 80%;
    }    
    .hero__title {
         font-size: 34px;
    }
    .hero__title {
         margin-bottom: 30px;
    }
     .hero__subtitle {
         margin-bottom: 40px;
    } 
     .hero__bg-image {
         object-position: right center;
    }    
}

@media (max-width: 460px) {
    
    .first-block__btn-wrap, .first-block__btn-wrap .btn {
        width: 100%; 
        max-width: 100%;
    }
    
}

@media (min-width: 768px) {
    .first-block__btn-wrap--schedule {
        display: none;
    }
}


@media (min-width: 992px) {
    .hero__buttons {
        max-width: 600px;
    }
}

/* Улучшение для очень больших экранов */
 @media (min-width: 1200px) {
    
    .hero {
        height: calc(100vh + 100px);
    }
     .hero__subtitle {
         font-size: 18px;
    }
    
    .hero {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));
    }
    
    .hero__content {
        max-width: 67%;
    }
}
