body {
	max-width: 1920px;
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto!important;
}
body a {
	text-decoration: none;
}
/*.wow {
    visibility: hidden;
}*/
.bottom {
	margin-top: 30px;
}
/*@keyframes bouncing{
  0%  { bottom: 0; box-shadow: 0 0 5px rgba(0,0,0,0.5); }
  100% { bottom: 50px; box-shadow: 0 50px 50px rgba(0,0,0,0.1); }
}
  
.bottom  { 
 animation: bouncing 0.5s cubic-bezier(0.1,0.25,0.1,1) 0s infinite alternate both; 
}*/
/*GENERAL*/
.row-sa-c {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;
}
.col-c-c {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
.row-c-st {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}

@media screen and (min-width: 750px) {
.dt {
	display: table;
	margin: 0 auto;
	width: 100%;
}}
@media screen and (min-width: 1000px) {
.dtc2 {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	margin: 0 auto;
}}

.dtc20 {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	margin: 0 auto;
}

.dtc80	{
	display: table-cell;
	width: 80%;
	vertical-align: middle;
	margin: 0 auto;
}
@media screen and (min-width: 1000px) {
.dtc30 {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
	margin: 0 auto;
}
.dtc70	{
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	margin: 0 auto;
}}
.bs30 {
	border-spacing: 30px;
}
.bs5 {
	border-spacing: 5px;
}
.w1000 {
	max-width: 1200px;
	margin: 0 auto;
}
/*END GENERAL*/

/*scroll*/
/*.fullpage {
	 height: 100vh;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
}*/
.section {
	  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
 /* scroll-snap-align: start;*/
}



/*end scroll*/


.menu a {
	color:#000;
}


/* Убраны все дублирующиеся стили меню и бургера, оставлена только актуальная версия */

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Бургер-иконка */
.burger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 10px;
}

.burger-line {
    display: block;
    width: 25px;
    height: 3px;
    background: #333;
    margin: 5px 0;
    transition: 0.3s;
}

/* Анимация бургера в крестик */
.burger.active .burger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.burger.active .burger-line:nth-child(2) {
    opacity: 0;
}

.burger.active .burger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Мобильное меню */
.nav-menu {
    position: fixed;
    top: 60px;
    right: -100%;
    width: 300px;
    background: #fff;
    height: calc(100vh - 60px);
    padding: 20px;
    transition: 0.3s;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
}

.nav-menu.active {
    right: 0;
}

.nav-menu li {
    margin-bottom: 20px;
}

.nav-menu a {
    color: #000 !important;
    font-weight: 600;
    text-transform: uppercase;
}

/* Адаптив */
@media (max-width: 768px) {
    .burger {
        display: block;
    }
    
    .nav-menu {
        width: 100%;
        right: -100%;
    }
    
    .phones {
        display: none;
    }
    
    .header-container {
        padding: 0 15px;
    }
}

/* Остальные стили остаются без изменений */



.logo img {
	width: 50px;
}

.welcome {
	background: url(/i/bg.jpg);
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
height: 100vh;
}
h1 {
	font-weight: 700;
	font-size: 52px;
	color: #fff;
	line-height: 82px;
}
.welcome h2 {
	font-weight: 500;
	color: #fff;
	line-height: 40px;
}
@media screen and (max-width: 768px) {
	h1 {
		font-size: 32px;
		line-height: 50px;
		margin: 30px;
		color: yellow;
	}
}
@media screen and (max-width: 374px) {
	h1 {
		font-size: 28px;
		line-height: 50px;
		margin: 102px;
	}
}
.phones a {
	color: #5611ec;
	font-weight: 700;
}
.map {
	background: url(/i/rus.jpg);
	text-align: center;
	top: 0;
	left: 0;
	width: 90%;
	height: 90%;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
height: 100vh;
}
.map h2 {
	color: #ffff;
	text-transform: uppercase;
	font-weight: 500;
}
.btn {
	font-weight: 600;
  font-style: normal;
  font-size: 20px;
  background: #5611ec;
    border-radius: 0;
  border: none;
  color: #FFFFFF;
  padding: 10px 20px;
  margin: 30px;
  text-transform: uppercase;
  width: 200px;
  display: inline-block;
 
}
@media screen and (max-width: 768px) {
	.btn {
		border-radius: 20px;
	}
}
.btn2{
	
  font-style: normal;
  font-size: 14px;
  background: #ccc;
    border-radius: 0;
  border: none;
  color: #000;
  padding: 10px 20px;
  margin: 10px;
  text-transform: uppercase;
  width: 200px;
  display: inline-block;
  transition: 0.5s;
 
}
@media screen and (max-width: 768px) {
	.btn2 {
		background: #5611ec;
		color:#fff;
		border-radius: 20px;
	}
}
.bus:hover .btn2 {
	background: #b33939;
	font-weight: 500;
	color: #fff;
}
.bus:hover .model {
	color: #5611ec;
	font-weight: 500;
	
}

/*.bus:hover p {
	color: #5611ec;
	font-weight: 500;
	
}*/
.map .wrap	{
	background: rgba(61, 8, 153, 0.6);
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
@media screen and (max-width: 768px) {
	.select  {

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	}
}
.perm {
	background: url(/i/perm.jpg);
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
height: 100vh;
}
.perm h1{
	text-transform: uppercase;
	/*text-shadow: .07em 0 #000;*/
	color: #fff;
	text-shadow:
       2px  2px 0 #000,
      -1px -1px 0 #000,  
       1px -1px 0 #000,
      -1px  1px 0 #000,
       1px  1px 0 #000;
}
.buses {
	text-align: center;
	background: #fafafa;
	padding: 20px;
	height: 100%;

}
@media screen and (max-width: 768px) {
	.perm h1{
		font-size: 42px
	text-transform: uppercase;
	/*text-shadow: .07em 0 #000;*/
	color: #fff;
	text-shadow:
       2px  2px 0 #000,
      -1px -1px 0 #000,  
       1px -1px 0 #000,
      -1px  1px 0 #000,
       1px  1px 0 #000;
       margin: 30px;
}
}
/*.scroll {
    height: 100%;
    width: 100%;
    overflow-y: scroll!important;
    border: 1px solid #ccc;
    border-radius: 5px;
}
*/
/*.scroll {
	height: 90%;
    overflow-y: scroll!important;
    border: 1px solid #ccc;
    border-radius: 5px;
}*/
.bus {
		  padding: 28px;
  box-shadow: 0 0 11px rgba(0,0,0,0.5);
  background-color: #FFFFFF;
  vertical-align: top;
width: 450px;
height: 450px;	
display: inline-block;
margin: 10px;
padding: 10px;
border: 1px solid #fff;
text-align: center;

	transition: 0.5s;
	}

	@media screen and (max-width: 768px) {
		.bus {
			width: 90%;
			margin: 0 auto;
			margin-top: 20px;
			height:380px;
			border-radius: 10px;
		}
		.wr_p {
			display: none;
		}
	}
	.bus:hover {
		box-shadow: 0 0 21px rgba(179, 166, 247, 1);
	}
	/*.bus:hover .inf_bx .model {
		color:#5611ec;
		transition: 0.5s;
		font-weight: 500;
	}*/
	/*.bus:hover .inf_bx, .model p  {
		color:#5611ec;
		transition: 0.5s;
		

	}*/
	/*.bus:hover {
		transform: scale(1.05)
	}*/
	.buses h2 {
		margin-top: 50px;
	}
	.inf_bx p {
		font-size: 14px;
	}
	.rating {
	border-top: 1px solid #5611ec;
	transition: 0.5s;
}
.bus:hover 	.rating {
	border-top: 1px solid #ccc;
}
.model {
	padding: 3px;
	color: #000;
	font-weight: 500;

}
.small {
	transition: 0.5s;
}
.bus:hover .small {
	color: #5611ec;
	font-weight: 700;
}
.faq {
	background: url(/i/bus3.jpg);
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
height: 100vh;

}

.questions {
	
	padding: 20px;
	border-radius: 10px;
	width: 40%;
}
@media screen and (max-width: 768px) {
	.questions {
		width: 60%;
	}
}
.questions {
    margin: 0 auto;
    padding-bottom: 100px;
}
.questions .descr {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding: 30px;
    color: #5611ec;
    text-transform: uppercase;
} 


.markers li {

	list-style-image: url(/i/marker.png);

	margin: 7px 0;

}
.markers li img {
	width: 5px;
}
.markers {
	margin-top: 50px;
}
	.markers {

	margin:50 0 20px 14px;

	padding: 0;

}

.info {
width: 50%;
padding: 40px;
text-align: left;
background: #fff;

}
.about .info {
	border-bottom-left-radius: 40px;
border-top-left-radius: 40px;
}
.pidor .info {
	border-bottom-right-radius: 40px;
border-top-right-radius: 40px;
}
h2 {
	text-transform: uppercase;
}
.info p {
	font-size: 24px;
	font-weight: 300;
}
.pidor{
	background: url(/i/pidor.jpg);
	text-align: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-end;
	}
	.pidor .info {

	
		width: 50%;
	}


.info .btn {
	width: 210px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.pidor .info {
		width: 70%;
		border-radius: 30px;
		margin: 0 auto;
		height: 80%;
	}
}




.questions .descr{
	text-transform: uppercase;
	/*text-shadow: .07em 0 #000;*/
	color: #fff;
	text-shadow:
       2px  2px 0 #000,
      -1px -1px 0 #000,  
       1px -1px 0 #000,
      -1px  1px 0 #000,
       1px  1px 0 #000;
       color: #fff;
       font-size: 52px;
       font-weight: 700;

}
@media screen and (max-width: 768px) {
	.questions .descr {
		font-size: 24px;
		text-align: center;
	}
}



/* скрываем чекбоксы и блоки с содержанием */
.hide,
.hide + label ~ div {
    display: none;
}
/* вид текста label */
.hide + label {
    margin: 0;
    padding: 0;
       cursor: pointer;
    display: inline-block;
   border: 1px solid #ccc;
   border-radius: 5px;
    width: 100%;
    padding: 15px;
    margin: 5px;
    background: #fff;font-weight: 700;
}
/* вид текста label при активном переключателе */
.hide:checked + label {
    color: #5611ec;
    font-weight: 500;
    border-bottom: 0;
    font-weight: 700;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
    display: block; 
     width: 100%;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
    padding: 10px 10px 30px 20px;
    border-radius: 5px;
    margin-left: 5px;
         animation:fade ease-in 0.8s;
         background: #fff; 
         color: #5611ec;
}
/* анимация при появлении скрытых блоков */
@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }   
}
.hide + label:before {
    background: #fff;

    color: #000;
    content: "\002B";
    display: block;
    float: left;
    font-size: 28px;
    padding: 1px; 
   font-weight: 200;
    height: 16px;
    line-height: 16px;
    margin: 3px 5px;
    text-align: center;
    width: 16px;
     border-radius: 50%;
}
.hide:checked + label:before {
    content: "\2212";
}




	.go {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient( #dd03e4, #5611ec); 
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  animation: radial-pulse 1.5s infinite;
}

    .go {
      	bottom:50%;
      	position: fixed;
      	left: 90%;
      }
@media screen and (max-width: 768px) {
.go {
	bottom: 20%;
}
}
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 85, 51, 1);
  }
 
  100% {
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
  }
}

.gogo a {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}


.gogo {
	z-index: 1000;
}

.gogo a:hover {
	color: yellow;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
			.go {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient( #dd03e4, #5611ec);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  animation: radial-pulse 1.5s infinite;
  left: 75%;
}
.gogo a {
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}
    }

.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialog:target {
	display: block;
	pointer-events: auto;
}
@media screen and (min-width: 768px) {
	.modalDialog > div {
	width: 800px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	color: #000;
	
}
}

@media screen and (max-width: 768px) {
	.in_modal {
		width: 60%;
		
		position: relative;
	/*margin: 0  auto;*/
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	color: #000;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	}
		.modalDialog > div {
	width: 80%;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	color: #000;
	
}
	 
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }
.in_modal .logo {
	padding: 20px;
}
.in_modal .logo img {
	width: 150px;
}
.in_modal .cntr img {
	width: 50px;
}
.in_modal .cntr {
	vertical-align: top;
width: 60px;
display: inline-block;
margin: 10px;
padding: 5px;
font-size: 12px;
text-align: center;
}
.in_modal .phone a {
	font-weight: 700;
	text-decoration: none;
	font-size:20px;

}
.in_modal .phone {
	padding: 20px;
}
.in_modal {
	text-align: center;
}
.in_modal .logo img {
	width: 60px;
}
.in_modal p {
	font-weight: 500;
}




footer{
	background: url(/i/inbus.jpg);
	text-align: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
		background-blend-mode: soft-light;
  background-color: rgba(6, 45, 122, 0.7);
  text-align: center;
	}
	/*.row-ca-c {
		display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	}*/
	.wr img {
		width: 50px;

	}
	.wrap{
		background: #fff;
		padding: 30px;
		border-radius: 40px;

	}
	@media screen and (max-width: 768px) {
		.wrap {
			width: 80%;
		}
	}
	.wr {
		vertical-align: top;
		border: 1px solid #fff;
		/*width: 350px;*/
  display: inline-block;
  text-align: center;

	}

	.suburbs {
		background: url(/i/bus4.jpg);
	text-align: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
		/*background-blend-mode: soft-light;
  background-color: rgba(6, 45, 122, 0.7);*/
  text-align: center;
	}
	.suburbs h1 {
	text-transform: uppercase;
	/*text-shadow: .07em 0 #000;*/
	color: #fff;
	text-shadow:
       2px  2px 0 #000,
      -1px -1px 0 #000,  
       1px -1px 0 #000,
      -1px  1px 0 #000,
       1px  1px 0 #000;
}
.map .btn {
	background: #f53;
}
.wr_p {
	height: 60px;
}
.none {
	display: none;
}
.ftr {
	position: fixed;
  bottom: 0;
  width: 100%;
  
  background: #fff;
  border-top: 1px solid #000;
  text-align: center;
  color: #000;
  padding: 3px;
  z-index: 10;
}
.ftr p {
	font-size: 12px;
}
.alarma {
	padding: 20px;
	margin: 0 auto!important;
	/*background: yellow;*/
	border-radius: 30px;
	width: 70%;
	margin: 30px;

}
.dtc20 {
	text-align: center;
}
.dtc20 img {
	width: 100px;
	text-align: center;
}
.dtc80 {
	text-align: left;
	color: #780202;
}
@media screen and (max-width: 768px) {
	.alarma .dtc20 {
		display: none;	
	}
}
.btn3 {
	background: #f53;
	border-radius: 20px;
	padding: 10px;
	color: #fff!important;
	transition: 0.5s;
}
.btn3:hover {
	background: #f33;
	color: yellow!important;
}
@media screen and (max-width: 768px) {
	.btn3  {
		display: none;	
	}
}

.splav {
		background: url(/i/splav.jpg);
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
height: 100vh;
}
.splav h1 {
	text-transform: uppercase;
  text-shadow: .07em 0 #000;
  color: #fff;
  text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.inf {
	padding: 20px;
	text-align: center;

}
@media screen and (max-width: 768px) {
	.buses {
		background: #cccccc;

	}
	.inf p {
		background: #fff;
		padding: 10px;
		border-radius: 10px;
	}
}
.corpor {
		background: url(/i/corpor.jpg);
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
height: 100vh;
}
.corpor h1 {
	text-transform: uppercase;
  text-shadow: .07em 0 #000;
  color: #fff;
  text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.buses ul {
    background: #fff;
    padding: 15px 25px; /* Увеличиваем внутренние отступы контейнера */
    border-radius: 10px;
    margin: 20px auto; /* Центрируем весь список */
    width: fit-content; /* Ширина по содержимому */
    max-width: 90%; /* Защита от переполнения */
}

.buses ul li {
    text-align: left;
    line-height: 30px;
    padding: 8px 0; /* Вертикальные отступы между пунктами */
    margin-left: 15px; /* Отступ от левого края */
    width: 450px;
    list-style-position: inside; /* Маркеры внутри блока */
}

@media screen and (max-width: 768px) {
    .buses ul {
        padding: 10px 15px; /* Уменьшаем отступы на мобильных */
        width: 100%; /* Занимаем всю доступную ширину */
    }
    
    .buses ul li {
        width: 100%; /* Резиновая ширина */
        max-width: 350px; /* Максимальная ширина */
        margin-left: 0; /* Убираем отступ слева */
        padding-left: 10px; /* Добавляем внутренний отступ */
        box-sizing: border-box; /* Учитываем padding в ширине */
    }
}




.excursion {
		background: url(/i/excursion.jpg);
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
height: 100vh;
}
.excursion h1 {
	text-transform: uppercase;
  text-shadow: .07em 0 #000;
  color: #fff;
  text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.driver {
		background: url(/i/driver.jpeg);
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
height: 100vh;
}
.driver h1 {
	text-transform: uppercase;
  text-shadow: .07em 0 #000;
  color: #fff;
  text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.children {
		background: url(/i/children.jpg);
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
height: 100vh;
}
.children h1 {
	text-transform: uppercase;
  text-shadow: .07em 0 #000;
  color: #fff;
  text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.inf {
	max-width: 800px;
	margin: 0 auto;
	padding: 5px;
}
/*burger*/
  .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
        }

        .logo {
            color: #000;
            font-size: 1.5rem;
            text-decoration: none;
        }

        .nav-menu {
            display: flex;
            list-style: none;
            gap: 2rem;
        }

        .nav-menu a {
            color: white;
            text-decoration: none;
            font-size: 1.1rem;
            transition: color 0.3s;
        }

        .nav-menu a:hover {
            color: #ff9900;
        }

        .burger {
            display: block; /* Всегда видимый бургер */
            cursor: pointer;
            background: none;

            border: none;
            padding: 10px;
            z-index: 1001;
        }

        .burger span {
            display: block;
            width: 25px;
            height: 3px;
            background: #000;
            margin: 5px 0;
            transition: 0.3s;
        }

        /* Десктопное меню по умолчанию */
        @media (min-width: 769px) {
            .nav-menu {
                position: fixed;
                top: 0;
                right: -300px;
                height: 100vh;
                width: 300px;
                flex-direction: column;
                background: #333;
                padding: 80px 2rem 2rem;
                transition: 0.3s;
            }

            .nav-menu.active {
                right: 0;
            }

            .burger span {
                background: #333;
            }
        }

        /* Мобильное меню */
        @media (max-width: 768px) {
            .nav-menu {
                position: fixed;
                top: 0;
                right: -100%;
                height: 100vh;
                width: 100%;
                flex-direction: column;
                background: #333;
                padding: 80px 2rem 2rem;
                transition: 0.3s;
            }

            .nav-menu.active {
                right: 0;
            }
        }

        /* Анимация бургера */
        .burger.active span:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px);
        }

        .burger.active span:nth-child(2) {
            opacity: 0;
        }

        .burger.active span:nth-child(3) {
            transform: rotate(-45deg) translate(7px, -6px);
        }

        body.menu-open {
            overflow: hidden;
        }






        header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: auto;
}

.logo img {
    width: 50px;
    height: auto;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 40px;
}

.phones {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.phones a {
    color: #5611ec;
    font-weight: 700;
    white-space: nowrap;
}

/* Burger menu */
.nav-container {
    position: relative;
}

.nav-menu {
    position: fixed;
    top: 60px;
    right: -100%;
    width: 300px;
    height: calc(100vh - 60px);
    background: #fff;
    padding: 20px;
    transition: 0.3s;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
}

.nav-menu.active {
    right: 0;
}

/* Mobile */
@media (max-width: 768px) {
    .logo img {
        width: 40px;
    }
    
    .header-right {
        gap: 20px;
    }
    
    .phones {
        display: none;
    }
    
    .nav-menu {
        width: 90%;
        right: -120%;
    }
}

/*end burger*/

@media screen and (max-width: 768px) {
	.img_bx img {
		width: 100%;
	}
	.all .bus {
		height: 320px;
	}
}