/* line */
.bx_catalog_line {
	margin-bottom: 30px;
}

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

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

.bx_catalog_line .bx_catalog_line_ul {
	padding: 0;
}

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before {
	content: '' !important
}

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover {
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_title span {
	font-size: 16px
}

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

/*
@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}
*/


.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* text */
.bx_catalog_text {
	margin-bottom: 30px;
}

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

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

.bx_catalog_text .bx_catalog_text_ul {
	padding: 0;
}

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before {
	content: '' !important
}

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_text .bx_catalog_text_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover {
	text-decoration: none
}

.bx_catalog_text .bx_catalog_text_title span {
	font-size: 12px;
}

/*
@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}
*/
.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* tile */

.bx_catalog_tile {
	margin-bottom: 30px;
}

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

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

.bx_catalog_tile .bx_catalog_tile_ul {
	padding: 0;
}

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before {
	content: '' !important
}

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
	clear: both;
}

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover {
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_title span {
	font-size: 12px;
}




/*2*/
/*
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
*/
/*3*/
/*
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}

@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
*/
/*4*/
/*
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}
*/

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* list */

.bx_sitemap {
	margin-bottom: 30px;
}

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

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

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before {
	content: '' !important
}

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover {
	text-decoration: none
}

.bx_sitemap .bx_sitemap_li_title span {
	font-size: 11px;
}

/*
@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
*/

.catalog_main_row {
	width: 1141px;
	margin-left: auto;
	margin-right: auto;
}

.catalog_main .content {
	margin-bottom: 60px;
}

.catalog_main .content .container_side {
	max-width: 1263px;
	margin: 0 auto;
}

h2 {
	font-size: 32px !important;
}

h3 {
	font-size: 28px !important;
}

h4 {
	font-size: 24px !important;
}

h5,
h6 {
	font-size: 22px !important;
}

.atk-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1185px;
  margin: 0 auto;
  padding: 0 15px;
}

.atk-card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 250px;
}

.atk-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.atk-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.atk-card:hover .atk-img-wrap img {
  transform: scale(1.1);
}

.atk-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ececec;
  color: #858798;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 4px;
  z-index: 2;
}
.atk-card:hover .atk-badge{
background-color: #0b52a0;
transition: 0.3s ease;
color: #ffffff;
}

.atk-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background 0.3s;
}

.atk-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  color: #fff;
  text-align: left;
}

.atk-bottom h5 {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  flex: 1;
}

.atk-icon svg {
  width: 50px;
  height: 50px;
  transition: stroke 0.3s ease;
}

/* При наведении на .atk-card меняем цвет обводки path внутри svg */
.atk-card:hover .atk-icon svg path {
  stroke: #ffffff;
  transition: stroke 0.3s ease;
}

h4.atk-bottom__title {
    font-size: 20px !important;
}

.btn-wrapper {
  text-align: center;
  margin-top: 60px;
}

.catalog-btn-after {
    width: 262px;
    text-align: center;
    color: #ffffff;
    font: bold 15px / 70px sans-serif;
   /*border: 3px solid #212121;*/
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    transition-duration: 0.3s;
    border-radius: 40px;
    background: #007bff;
}

.about-card {
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.about-card__text {
    flex: 1;
    padding: 40px;
    box-sizing: border-box;
    min-width: 300px;
}

.about-card__title {
    font-size: 26px !important;
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-card__desc {
    font-size: 1em;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.about-card__button {
    display: inline-block;
    background-color: #1e4a8c;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.about-card__button:hover {
    background-color: #163668;
    color: #ffffff;
    text-decoration: none;
}

.about-card__image {
    flex: 1;
    min-width: 350px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.about-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .about-card {
        flex-direction: column;
    }
    .about-card__text,
    .about-card__image {
        width: 100%;
        min-width: unset;
    }
    .about-card__image {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .about-card__text {
        padding: 25px;
    }
    .about-card__title {
        font-size: 1.6em;
    }
    .about-card__desc {
        font-size: 0.9em;
    }
    .about-card__button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}

.kamaz-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    overflow: hidden;
}

.kamaz-card__image {
    width: 100%;
    height: 500px;
    position: relative;
    background-color: #eee;
    overflow: hidden;
}

.kamaz-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.kamaz-card__content {
    padding: 40px;
    box-sizing: border-box;
}

.kamaz-card__title {
    font-size: 2em;
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}

.kamaz-card__text {
    font-size: 1em;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .kamaz-card__content {
        padding: 30px;
    }
    .kamaz-card__title {
        font-size: 1.8em;
    }
    .kamaz-card__text {
        font-size: 0.95em;
    }
}

@media (max-width: 480px) {
    .kamaz-card__content {
        padding: 25px;
    }
    .kamaz-card__title {
        font-size: 1.5em;
    }
    .kamaz-card__text {
        font-size: 0.85em;
    }
}

@media (max-width: 480px) {
    .atk-cards{
        grid-template-columns: repeat(1, 1fr);


   }
}


 .phone-section {
    padding-bottom: 60px;
  }

  .phone-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .phone-main-block {
    background: #084e9e;
    border-radius: 12px;
    padding: 30px;
    flex: 1 1 480px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }

  .phone-inner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
  }

  .phone-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 16px 20px;
    color: white;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
  }

  .phone-box:hover {
  box-shadow: 0 0 12px 2px rgba(255, 255, 255, 0.3), 0 0 8px rgba(187, 186, 173, 0.4);
  transform: translateY(-2px);
}

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

  .icon-phone svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #ffffff;
    padding-top: 5px;
  }

  .phone-text {
    display: flex;
    flex-direction: column;
  }

  .phone-box .city {
    font-size: 14px;
    color: #d6e9ff;
    margin-bottom: 4px;
  }

  .phone-box a {
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    transition: color 0.2s;
  }

  .phone-box a:hover {
    color: #ffe600;
  }

  .phone-text-block {
    flex: 1 1 400px;
    padding: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  }

  .phone-text-block h1 {
    font-size: 24px;
    color: #0b52a0;
    margin-bottom: 16px;
  }

  .phone-text-block p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
  }

  @media (max-width: 768px) {
    .phone-container {
      flex-direction: column;
    }

    .phone-main-block, .phone-text-block {
      padding: 20px;
    }
  }
  .phone-box:hover a {
    color: #ffe600;
  }

