body{
	margin:0;
	font:100%/1.5em Arial, sans-serif;
}

*{box-sizing:border-box;}
#vk_groups{width:100%; box-sizing:border-box;}
#vk_comments, #vk_comments iframe {width: 100% !important;}
.fb-comments, .fb-comments span, .fb-comments iframe {width: 100% !important;}
.clr:before,.clr:after{content:" ";display:table;}
.clr:after{clear:both;}
.wdth960 {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1040px;
	width:100%;
}
.flex{
	display:flex;
	flex-wrap:wrap;
}
.ai-c{
	align-items:center;
}
.jc-sb{
	justify-content:space-between;
}
.jc-c{
	justify-content:center;
}

header{
	padding: 10px 0;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	z-index: 1;
}

.logo{
	width:140px;
}

.phone-box{
	color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.125em;
}
.contacts{
	line-height:1.4;
}
.contacts span{
	color:#666;
	font-size:.75em;
	display:block;
}
.contacts span a{
	font-size:1.125em;
	color:#666;
}

.adress{
	margin:0 30px 0 0;
}
.contacts .adress, .contacts .headerphone{
	display:flex;
	align-items:center;
}
.contacts .adress img, .contacts .headerphone img{
	margin:0 10px 0 0;
	width: 17px;
}


.button{
	border: 2px solid #E75132;
    padding: 13px 30px;
    color: #E75132;
    cursor: pointer;
    line-height: 1;
    position: relative;
    overflow: hidden;
    transition: .2s;
    font-size: .875em;
    /* text-transform: uppercase; */
    font-weight: 400;
    border-radius: 21px;
}
.button::before {
    margin-left: -30px;
    content: " ";
    width: 15px;
    height: 300px;
    background: rgba(255,255,255,.5);
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -70px;
    animation-timing-function: ease-in-out;
    transition: all 0.2s;
    animation-name: slideme;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
    z-index: 5;
    box-shadow: 0 0 40px rgb(255 255 255 / 70%);
}
@keyframes slideme {
  0% {
    left: -20%;
	}
  30% {
    left: 110%; }
  100% {
    left: 110%;
	} 
}

h1{
    color: #092b47;
    font-weight: 900;
    text-transform: uppercase;
    margin: 20px 0;
    font-size: 3em;
    line-height: 1.2;
}

.lokomotiv{
	background: url(/images2/fon-parkin-1.jpg) no-repeat bottom right;
    background-size: cover;
    padding: 50px 0 50px;
    min-height: calc(100vh - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0 0;
}

.locations2{
	margin:20px 0;
}

.locations2 a{
	color: #333;
    padding: 10px 25px;
    border-radius: 23px;
    font-size: 1em;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
    text-decoration: none;
    transition: .2s;
    font-weight: 500;
    background: #fff;
}
.locations2 a:hover{
	background:#E75132;
	color:#fff;
	border: 2px solid #E75132;
}

.wwlist{
	padding:0;
	list-style:none;
	margin:0;
	display:none;
}

.ww{
	margin: 20px 30px 20px 0;
    color: #444;
	display:flex;
	line-height:1;
	align-items:center;
	font-size: 1.125em;
}
.ww img{
	width: 40px;
    margin: 0 10px 0 0;
}


.pricebox{
	width:64%;
}

.price{
	width: 48%;
    margin: 20px 0;
    padding: 10px 10px 30px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
	box-shadow: 0 0 10px #00000020;
}
.price img{
	width: 100%;
    border-radius: 4px;
}
.price .button{
	display: table;
    margin: 20px auto;
    padding: 15px 20px;
    font-size: 1em;
	font-weight:500;
    text-transform: inherit;
    border-radius: 25px;
    border: 2px solid #E75132;
    background: none;
    color: #E75132;
}
.price h2{
	font-size:1.25em;
	color:#444;
	font-weight:400;
}
.cena{
	font-size:1.5em;
	font-weight:300;
	color:#E75132;
	margin:10px 0;
	line-height:1;
}

.callform{
	background: #444;
    color: #fff;
    padding: 30px 30px;
    display: flex;
    align-items: center;
    line-height: 1;
	width: 32%;
}
.callform .h2{
	font-size: 1.75em;
    color: #fff;
    font-weight: 600;
}
.callform .button{
	background: #E75132;
    color: #fff;
    border: 0;
    width: 100%;
}

.callform input{
	display:block;
	width:100%;
	margin:10px 0;
	padding:12px 15px;
	color:#444;
	outline:none;
	background:#fff;
	border:0;
	border-radius:4px;
	text-align:center;
	font-family:Roboto;
	font-size:1em;
}

.h2{
	font-size:1.25em;
	font-weight:500;
	margin:20px 0 5px;
}
.formblock {
    background: #fff;
    width: 100%;
    max-width: 405px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    border-radius: 4px;
    overflow: hidden;
	margin: 20px 0 0;
}
.formblock input {
    outline: none;
    border: 0;
    background: #fff;
    padding: 5px 20px;
    width: 225px;
    border: 2px solid #e75132;
    height: 50px;
    font-size: 1em;
    border-radius: 4px 0 0 4px;
}
.buttons {
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    background: #e75132;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 180px;
    border-radius: 0;
    height: 50px;
    text-transform: uppercase;
    font-weight: 500;
	font-size: .875em;
    outline: none;
	transition: .2s;
    line-height: 1.2;
	display: flex;
    align-items: center;
    justify-content: center;
}
.buttons::before {
    margin-left: -30px;
    content: " ";
    width: 15px;
    height: 300px;
    background: rgba(255,255,255,.5);
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -70px;
    animation-timing-function: ease-in-out;
    transition: all 0.2s;
    animation-name: slideme;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
    z-index: 5;
    box-shadow: 0 0 40px rgb(255 255 255 / 70%);
}
@keyframes slideme {
  0% {
    left: -20%;
	}
  30% {
    left: 110%; }
  100% {
    left: 110%;
	} 
}

.nasnaiti{
	padding:50px 0;
}


.weadres {
    font-size: 2em;
    text-align: center;
    font-weight: 900;
    margin: 60px 0 30px;
    color: #092b47;
    text-transform: uppercase;
}

.doexat a{
	display: flex;
    align-items: center;
    margin: 10px 10px;
    line-height: 1;
    color: #444;
    text-decoration: none;
    padding: 12px 15px;
    background: #f7f7f7;
    transition: .2s;
}
.doexat a img{
	width:32px;
	margin:0 10px 0 0;
}
.doexat a:hover{
	background:#f9f9f9;
}

.pd50{
	padding:50px 0 60px;
}

h2{
	font-size: 2em;
    text-align: center;
    font-weight: 900;
    margin: 30px 0;
    color: #092b47;
    text-transform: uppercase;
}

/* СТИЛИ БЛОКА "ЧТО ВХОДИТ В СТОИМОСТЬ" */
/* Общий стиль для блока сервиса. Восстановлено центрирование */
.serv {
    padding: 15px 20px;
    margin: 15px 0;
    line-height: 1;
    font-size: .875em;
    color: #444;
    /* width: 49%; - Исходная ширина, переопределена ниже для колонок */
    background: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: left;
    align-items: center; /* Центрирование по вертикали для большинства блоков */
    width: 100%; /* Элемент занимает всю ширину родительской колонки */
}

/* Стиль для блока с ценами - выравнивание по верху */
.serv-pricing {
    align-items: flex-start; 
}


/* Новые стили для колонок */
.serv-column-1, 
.serv-column-2 {
    width: 49%; /* Каждая колонка занимает половину ширины */
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; /* Равномерное распределение элементов по высоте для сбалансированных колонок */
}


.serv img{
	width:32px;
	margin:0 10px 0 0;
}
.serv p{
	margin:0;
}

.adaptive_youtube {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.adaptive_youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.doex-box{
	width: 49%;
    padding: 15px;
    border-radius: 6px;
    background: #fff;
    margin: 20px 0;
    text-align: center;
    box-shadow: 0 0 10px #00000020;
}
.doex-box h4{
	margin:10px 0 20px;
}
.doex-box iframe{
	border-radius:4px;
}

.popup{
	display:none;
}

.nadmapphone {
    position: fixed;
    bottom: 20px;
    right: 75px;
    border-radius: 35px;
    background: #fff;
    box-shadow: 0 0 10px rgb(100 100 100 / 20%);
    background: radial-gradient(70% 108% at 90% 37%,#ffbfc1 0,#fff0f7 100%);
    padding: 0 20px;
    transition: .2s;
    color: #333;
    text-decoration: none;
    width: 100%;
    max-width: 190px;
    height: 56px;
    z-index: 2;
    animation: radial-pulse 1s infinite;
    font-size: 1.125em;
    display: flex;
    align-items: center;
}

.nadmapphone .phone{
	font-weight:500;
	font-size: 1.5em;
}
.nadmapphone .minitext{
	margin:0;
}
.wa-button {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: .75em;
    font-weight: 500;
    line-height: 1;
    background-color: #20cc4e;
    padding: 0;
    border-radius: 30px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .2s;
    position: fixed;
    bottom: 21px;
    right: 10px;
    height: 56px;
    justify-content: center;
	
	width: 56px;
}
.wa-button img {
    width: 32px;
}

.wwbig{
	flex-wrap:wrap;
	margin: 20px 0;
}
.vig{
	width: 32%;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    color: #444;
	line-height:0;
}
.vig img{
	width:100%;
}


@keyframes radial-pulse {
  0% {
	box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.4);
  }
 
  100% {
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}


.gallery{
	flex-wrap:wrap;
}
.galimg{
	width:24%;
	margin:0 0 15px;
}
.galimg img{
	width:100%;
	object-fit:cover;
}


@media screen and (max-width:890px){
	.toppriceform{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	.pricebox{
		width:100%;
	}
	.price {
		width: 49%;
	}
	.callform{
		width:100%;
		margin: 0;
	}
	
	.dyn1{
		width:100%;
	}
    
    /* АДАПТИВНОСТЬ для блока "Что входит в стоимость" */
    .serv-column-1, 
    .serv-column-2 {
        width: 100%; /* Колонки становятся вертикальными */
        margin-bottom: 20px; 
    }
    
    .servbox {
		/* Удаляем jc-sb, если он есть, чтобы блоки не растягивались на 100vh */
		justify-content: space-around; 
	}
    
}
@media screen and (max-width:769px){
	.galimg {
		width: 32%;
		margin: 0 0 10px;
	}
	.lokomotiv {
		min-height: 50vh;
	}
	h1{
		font-size: 2em;
		text-align: center;
	}
	.ww img {
		width: 32px;
	}
	h2 {
		font-size: 1.5em;
	}
	.logo {
    width: 120px;
}
.nasnaiti {
    padding: 10px 0;
}
	.locations2 {
		justify-content: center;
	}
	.wwlist{
		justify-content: center;
		margin:10px 0;
	}
	.locations2 a{
		margin: 0 5px;
		padding: 8px 15px;
		font-size: .875em;
	}
	.ww {
		margin: 10px 15px;
		font-size: 1em;
	}
	.h2{
		text-align: center;
		font-weight: 900;
		margin: 40px 0 0;
	}
	.formblock{
		margin: 20px auto 0;
	}
	.buttons {
		padding: 10px 10px;
		width: 160px;
	}
	.formblock input{
		width: 190px;
	}
	.formblock{
		max-width: 350px;
	}
	
	.price h2 {
		font-size: 1em;
	}
	.callform .h2 {
		font-size: 1.5em;
	}
	.serv{
		/* width: 49%; - Этот стиль теперь управляется serv-column */
	}
	.wwbig {
		justify-content: center;
	}
	.vig{
		width: 48%;
		margin: 0 1% 10px;
	}
}
@media screen and (max-width:650px){
	.wdth960 {
		padding: 0 20px;
	}
	.contacts .adress{display:none;}
	h1 {
		font-size: 2em;
	}
	.ww{margin: 10px;font-size: .875em;}
	
	h2 {
		text-align: center;
		font-size: 1.5em;
	}
    
    /* В этом медиа-запросе делаем сервисы шириной 100% */
	.serv-column-1 .serv, 
	.serv-column-2 .serv{
		width: 100%;
		margin: 10px 0;
	}
	
	.doex-box {
		width: 100%;
		margin: 10px 0;
	}
	.lokomotiv {
		padding: 20px 0;
	}
}
@media screen and (max-width:590px){
	.galimg {
		width: 49%;
		margin: 0 0 5px;
	}
	.doexat a{
		margin: 5px;
		padding: 12px 12px;
		font-size: .875em;
	}
	h2 {
		text-align: center;
		font-size: 1.25em;
	}
	.pd50 {
    padding: 30px 0;
}
	.h2 {
		margin: 20px 0 0;
	}
	h1 {
		font-size: 1.65em;
	}
	.wdth960{padding: 0 10px;}
	.ww {
		margin: 10px 10px 0 0;
		font-size: .875em;
		padding: 0;
	}
	.ww::before{
		width: 16px;
		height: 16px;
	}
	.doex{display:none;}
	.servbox{
		justify-content:center;
	}
	.locations2 a{
		padding: 3px 10px;
		margin: 5px 3px
	}
	.cena {
		
	}
	.phone-box{
		font-size: 1em;
	}
	
	.logo {
    width: 100px;
}
	.contacts .headerphone img {
		margin: 0 7px 0 0;
		width: 14px;
	}
	.contacts .headerphone{
		padding: 5px 15px;
    background: #fff;
    border-radius: 26px;
	}
	.lokomotiv{
		margin: 50px 0 0;
	}
}
@media screen and (max-width:450px){
	.doexat a {
    margin: 2px 2px;
    padding: 12px 8px;
    font-size: .75em;
    width: 48%;
}
}
@media screen and (max-width:420px){
	h1 {
    font-size: 1.5em;
}
	.ww img {
		width: 24px;
	}
	.h2 {
		margin: 20px 0 0;
		font-size: 1.125em;
		color: #444;
	}
	.formblock {
    max-width: 264px;
}
	.forminputs{
		display:block;
		
	}
	.formblock input{
		width: 100%;
		text-align: center;
		border-radius: 4px 4px 0 0;
	}
	.buttons {
    padding: 10px 10px;
    width: 100%;
}
}


.price-list div {
  margin: 5px 0;
}

.serv .price-list {
  margin-left: 10px;
}


.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.galimg {
    width: calc(33.333% - 10px); /* 3 изображения в ряд с небольшим отступом */
    margin-bottom: 15px;
}

@media screen and (max-width: 769px) {
    .galimg {
        width: calc(50% - 5px); /* На мобильных 2 в ряд */
    }
}