/* Start Reset */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

input[type="checkbox"] {
    /* Оставляем стандартное отображение для чекбокса */
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    width: auto;
    height: auto;
}

textarea {
	resize: vertical;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}

input[type='file'] {
	max-width: 100%;
}

/* End Reset */

*{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body{
	background-color: #d9d9d9;
	color: #fff;
}

.wrapper{
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1230px;
}

.background{
	background-image: url(img/promo-bg.png);
	background-repeat: no-repeat;
	background-size: 1920px 1030px;
	background-position: center;
	min-width: 100%;
	min-height: 1030px;
	z-index: 2;
	position: relative;
	background-color: #000;
}

.header__menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
	margin-bottom: 90px;
}

.header__menu-logo img{
	width: 236px;
	height: 118px;
}

.header__menu-a{
    padding: 10px 17px;
    border-radius: 20px;
    border: 2px solid #ffa105;
	font-style: italic;
	font-weight: 600;
	font-size: 27px;
	line-height: 33px;
	color: #FFFFFF;
	text-align: center;
}

.promo{
	text-align: center;
}

.promo-h1{
	font-style: italic;
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 103px;
}

.promo-h1:last-child{
	margin-bottom: 0;
}

.promo-h1 span{
	color: #FFA103;
}

.left{
	text-align: left;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.promo-btn{
	font-style: italic;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #FFA103;
	padding: 13px 55px;
	border: 3px solid #ffa103;
	border-radius: 20px;
	text-align: center;
	margin-top: 85px;
	display: inline-block;
}

.circle-exp.wrapper{
	position: relative;
}

.circle-exp{
	position: absolute;
	right: 24%;

	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #4F4543;

	background-color: #D9D9D9;
	height: 240px;
	width: 240px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
  	align-items: center;
}

.circle-exp span{
	display: block;
	font-style: italic;
	font-weight: 700;
	font-size: 60px;
	line-height: 76px;
	letter-spacing: 0.1em;
	color: #000000;
}

.dealers{
	position: relative;

	padding: 130px 0px 150px 0px;
	background-color: #000;
}

.dealers::before {
  content: "";
  position: absolute;
  top: -1%;
  left: 11%;
  width: 541px;
  height: 459px;
  background-image: url(img/dealers-left.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dealers__text{
	margin-left: 245px;

	position: relative;
}

.dealers__text::before {
  content: "";
  position: absolute;
  top: 35%;
  right: 0;
  width: 187px;
  height: 246px;
  background-image: url('img/dealers-right.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dealers-title{
	font-style: italic;
	font-weight: 700;
	font-size: 45px;
	line-height: 54px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}

.dealers-title span{
	color: #FFA103;
}

.dealers-subtitle{
	font-style: italic;
	font-weight: 300;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 0.1em;
	color: #FFA103;
}

.about{
	background-color: #D9D9D9;
	padding-top: 90px;
}

.item__title{
	font-style: italic;
	font-weight: 400;
	font-size: 45px;
	text-align: center;
	letter-spacing: 0.05em;
	color: rgba(255, 161, 3, 0.4);
}

.item__subtitle{
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	min-width: 622px;
	z-index: 1;
}

.item__subtitle span{
	font-weight: 700;
}

.about-title{
	font-style: italic;
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	color: #000000;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin-left: 195px;
	margin-bottom: 135px;
}

.services{
	background-color: #d9d9d9;
	margin-top: 40px;
}

.services-title{
	font-style: italic;
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	color: #000000;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin-left: 195px;
	margin-bottom: 38px;
}

.services__container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.services-item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
	align-items: center;
	padding: 27px 33px 37px 33px;
	border-radius: 20px;
	width: 362px;
	height: 555px;
	margin-bottom: 42px;
}

.services-item__img{
	border-radius: 20px;
}

.services-item__title{
	font-style: italic;
	font-weight: 800;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #000000;
}

.services-item__btn{
	font-style: italic;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	padding: 14px 25px;
	background-color: #FFA103;
	border-radius: 20px;
}

.about__item{
	margin-bottom: 80px;
}

.about__item1{
    display: flex;
    flex-direction: column;
    justify-self: flex-start;

    position: relative;
    text-align: center;

    /* background-image: url(img/line1.png); */
    background-repeat: no-repeat;
    background-size: cover;
}

.about__item1::before{
  content: "";
  position: absolute;
  top: -315%;
  left: 11%;
  width: 100%;
  height: 391px;
  background-image: url('img/line1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about__item2{
    display: flex;
    flex-direction: column;
    justify-self: flex-end;

    position: relative;
}

.about__item2::before{
  content: "";
  position: absolute;
  top: 63%;
  left: 10%;
  min-width: 591px;
  height: 208px;
  background-image: url('img/line3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about__item3{
    display: flex;
    flex-direction: column;
    justify-self: flex-start;

    position: relative;
}

.about__item3::before{
  content: "";
  position: absolute;
  top: -250%;
  left: 0;
  min-width: 737px;
  height: 158px;
  background-image: url('img/line2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about__item1 > .item__title{
	position: absolute;
	left: calc(50% - 210px);
    top: -25%;
}

.about__item2 > .item__title{
	position: absolute;
	left: calc(50% - 138px);
    top: -25%;
}

.about__item3 > .item__title{
	position: absolute;
	left: calc(50% - 297px);
    top: -20%;
}

.form{
	background-color: #000;
	background-image: url(img/formbg.png);
	background-repeat: no-repeat;
	padding: 70px 0px;
	background-position-y: 15px;
}

form input{
	font-style: italic;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.1em;
	color: #827C7C;
}

.rowone input{
	width: 362px;
	border-bottom: 1px solid #ffa103;
	margin-bottom: 70px;
	outline: none;
}

.rowtwo input{
	width: 494px;
	border-bottom: 1px solid #ffa103;
	margin-bottom: 70px;
	outline: none;
}

.rowthree{
	display: flex;
	justify-content: space-between;
}

.rowthree input{
	width: 758px;
	border-bottom: 1px solid #ffa103;
	padding-bottom: 70px;
	outline: none;
}

.form-btn{
	display: inline-block;
	font-style: italic;
	font-weight: 500;
	font-size: 27px;
	height: 50px;
	color: #FFA103;
	padding: 8px 95px;
	border: 1px solid #ffa103;
	align-self: flex-end;
}

.form-approve{
	display: flex;
	align-items: center;
	font-style: italic;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.1em;
	color: #FFA103;
	margin-top: 45px;
}

#sign{
  width: 45px;
  height: 35px;
  border: 1px solid #ffa103;
  background-color: transparent;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  margin-right: 45px;
}

#sign:checked {
  background-color: transparent;
}

#sign:focus {
  outline: none;
}

#sign::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 10px;
  border-left: 2px solid #ffa103;
  border-bottom: 2px solid #ffa103;
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

#sign:checked::after {
  opacity: 1;
}

.partners-title{
	display: block;
	font-style: italic;
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	color: #000000;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin-left: 195px;
	margin-bottom: 38px;
	margin-top: 40px;
}

.partners > .wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.partners img{
	margin-bottom: 15px;
}

.certs-title{
	display: block;
	font-style: italic;
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	color: #000000;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin-left: 195px;
	margin-bottom: 38px;
	margin-top: 40px;
}

.certificates__container{
	display: flex;
	justify-content: space-between;
}

.certificates__container>a>img{
	border-radius: 20px;
	width: 290px;
	height: 430px;
}

.contact{
	background-color: #000;
	margin-top: 45px;
}

.contact-title{
	font-style: italic;
	font-weight: 600;
	font-size: 40px;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.5);
	padding-top: 40px;
	margin-left: 195px;
}

.contact__container{
	padding: 90px 0px;
}

.info__items{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.info-item{
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	color: #FFA103;
}

.info-item a{
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	color: #FFA103;
}

.info-item1{
	position: relative;
	z-index: 1;
}

.info-item1::before{
	content: "";
  position: absolute;
  top: calc(100% - 80px);
  left: calc(50% - 71px);
  width: 142px;
  height: 142px;
  background-image: url('img/footer-phone.png');
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.info-item2{
	position: relative;
	z-index: 1;
}

.info-item2::before{
	content: "";
  position: absolute;
  top: -50%;
  left: calc(50% - 71px);
  width: 142px;
  height: 142px;
  background-image: url('img/footer-geo.png');
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.info-item3{
	position: relative;
	z-index: 1;
}

.info-item3::before{
	content: "";
  position: absolute;
  top: calc(100% - 80px);
  left: calc(50% - 71px);
  width: 142px;
  height: 142px;
  background-image: url('img/footer-mail.png');
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.footer__line{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	font-style: italic;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.6);
	padding-bottom: 20px;
}

.footer__line a{
	font-style: italic;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.6);
}

.catalog-title{
	font-style: italic;
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	color: #000000;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin-left: 195px;
	margin-bottom: 22px;
}

.container{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

/* ===== ИСПРАВЛЕНИЯ ДЛЯ КЛИКАБЕЛЬНОСТИ КАТАЛОГА ===== */
.item{
	display: flex;
	position: relative;
	height: 279px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
}

.item a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000000;
	font-family: 'Inter', sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	position: relative;
	z-index: 2;
}

.item6 a,
.item8 a {
	justify-content: flex-start;
	padding-top: 25px;
}

/* Стрелка */
.item::after {
	content: '';
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 91px;
	height: 18px;
	background-image: url("img/arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	transition: transform 0.3s ease;
	opacity: 0.8;
	z-index: 1;
}

.item:hover::after {
	transform: translateX(3px);
	opacity: 1;
}

/* Убираем старый псевдоэлемент */
.item::before {
	display: none;
}

/* Фоновые изображения */
.item1{
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
}

.item2{
	border-top: none;
	width: 49%;
	border-right: 1px solid #000;
	background-image: url(img/el.png);
	background-repeat: no-repeat;
	background-position: center;
}

.item3{
	border-top: none;
	width: 50%;
	background-image: url(img/VAHLE.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.item4{
	border-top: none;
	border-right: 1px solid #000;
	width: 53%;
	background-image: url(img/SICK.png);
	background-repeat: no-repeat;
	background-position: center;
}

.item5{
	border-top: none;
	width: 46%;
	background-image: url(img/gpm.png);
	background-repeat: no-repeat;
	background-position: center;
}

.item6, .item7{
	border-right: 1px solid #000;
}

.item6, .item7, .item8{
	width: 33.33%;
	border-top: none;
	box-sizing: border-box;
}

.item6{
	background-image: url(img/inst.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.item7{
	background-image: url(img/crane.png);
	background-repeat: no-repeat;
	background-position: center;
}

.item8{
	background-image: url(img/dpd.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* Исправляем ширины для точного соответствия */
.item4, .item5 {
	width: 50%;
}

.item4 {
	border-right: 1px solid #000;
}

.item5 {
	width: 50%;
}

/* Убираем лишние границы */
.item:nth-child(2),
.item:nth-child(3) {
	border-top: none;
}

/* Убеждаемся, что границы не дублируются */
.container .item + .item {
	border-left: none;
}

/* Для последнего ряда исправляем ширины */
.item6, .item7, .item8 {
	width: calc(100% / 3);
}

/* Исправляем границы для 3-колоночного ряда */
.item7, .item8 {
	border-left: 1px solid #000;
}

/* Убираем правую границу у последнего элемента */
.item8 {
	border-right: none;
}

.item:hover {
	cursor: pointer;
}

/* 02.06.26 каталог */

/* ===== ТЕКСТ "УЗНАТЬ ПОДРОБНЕЕ" В КАТАЛОГЕ ===== */
.item a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    width: 100%;
    height: 100%;
}

.item-detail-text {
    position: absolute;
    bottom: 20px;
    right: 120px;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    white-space: nowrap;
}

/* Адаптация для планшетов */
@media (max-width: 1100px) {
    .item-detail-text {
        font-size: 14px;
        bottom: 20px;
        right: 100px;
    }
}

@media (max-width: 768px) {
    .item-detail-text {
        font-size: 12px;
        bottom: 20px;
        right: 80px;
    }
}

/* На мобильных версиях текст вверху карточки (от 601px до 700px) */
@media (min-width: 601px) and (max-width: 700px) {
    .item a {
        justify-content: flex-end;
        padding-bottom: 20px;
    }
    
    .item-detail-text {
        position: static;
        display: block;
        font-size: 14px;
        white-space: normal;
        text-align: center;
        order: -1;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    
    .item6 .item-detail-text,
    .item8 .item-detail-text {
        margin-top: 30px;
    }
}

/* На экранах менее 600px - скрываем текст полностью */
@media (max-width: 600px) {
    .item-detail-text {
        display: none;
    }
}

@media (max-width: 1600px){
    .item1 {
    background-size: 90%;
    }
}

.item1 {
    background-size: 90%;
    }

/* 02.06.26 каталог */

@media (max-width: 1400px){
    .item a{
        font-size: 26px;
    }
	.header__menu-a{
		font-size: 30px;
	}
	.header__menu-btn{
		font-size: 28px;
	}
	.header__menu-logo img{
		width: 85%;
	}
	form input{
		font-size: 20px;
	}
	.form-btn{
		font-size: 22px;
	}
	#sign {
    width: 35px;
    height: 30px;
  }
}

@media (max-width: 1300px){
    .item3{
        background-size: 90%;
    }
}

@media (max-width: 1200px){
	.promo-h1{
		font-size: 28px;
	}
	.circle-exp{
		right: 8%;
	}
	.dealers::before{
		left: 3%;
	}
	.header__menu-a{
		font-size: 24px;
	}
	.header__menu-btn{
		font-size: 22px;
	}
	.header__menu-logo img{
		width: 80%;
	}
	form input{
		font-size: 17px;
	}
	.form-btn{
		font-size: 18px;
	}
	#sign {
    width: 30px;
    height: 25px;
    }
   .form {
    background-position-x: center;
  }
  .certificates__container>a>img{
      width: 260px;
      height: 400px;
  }
  .catalog-title{
      text-align: center;
      margin-left: 0;
  }
}

@media (max-width: 1100px){
    .item a{
        font-size: 27px;
    }
}

@media (max-width: 1000px){
	.header__menu-a {
        font-size: 22px;
  }
  .promo-h1 {
    font-size: 25px;
  }
  .header__menu-logo img{
  	height: 80%;
  }
	.certificates__container a img{
    height: 90%;
    width: 90%;
	}
	.contact-title{
		text-align: center;
		margin-left: 0;
	}
	.info__items{
		flex-direction: column;
	}
	.info-item{
		margin-bottom: 140px;
	}
	.promo-btn{
		font-size: 24px;
	}
	.circle-exp{
		font-size: 18px;
	}
	.circle-exp span{
		font-size: 50px;
	}
	.dealers::before{
		top:2%;
	}
	.info-item1::before {
    content: "";
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
    width: 149px;
    height: 150px;
  }
  .contact__container{
  	padding-bottom: 0;
  }
  .circle-exp {
    right: 0%;
  }
  .services-item{
  	width: 48%;
  }
  .item1{
    background-size: 900px;
  }
  .item3 {
    background-size: 380px;
  }
  .item2 {
    background-size: 240px;
  }
  .item{
  	height: 230px;
  }
  .item4 {
    background-size: 350px;
  }
  .item5 {
    background-size: 200px;
  }
  .item6, .item7, .item8 {
    background-size: 175px;
  }
  .services-item__title{
  	font-size: 22px;
  }
  .services-item__btn{
  	font-size: 22px;
  }
	.form{
		text-align: center;
	}
	.rowone input, .rowtwo input, .rowthree input{
		width: 90%;
		text-align: center;
	}
	.rowthree{
		display: block;
	}
	.rowthree a{
		margin-top: 35px;
		margin-bottom: 30px;
	}
	.form-btn{
		font-size: 24px;
	}
	.form-approve {
    margin: 0 auto;
    width: 70%;
  }
  #sign {
     width: 50px;
     height: 30px;
  }
}

@media (max-width: 800px){
    .header__menu{
        gap: 30px;
        flex-direction: column;
    }
  .form {
    background-position-y: 15px;
  }
  .item a {
    font-size: 25px;
  }
}

/* ========== ИСПРАВЛЕНИЯ ДЛЯ МОБИЛЬНЫХ УСТРОЙСТВ ========== */
@media (max-width: 600px){
	/* FIX: Исправляем отображение фона на мобильных */
	.background {
		background-image: url(img/promo-bg.png);
		background-size: cover;
		background-position: center;
		min-height: auto;
		padding-bottom: 40px;
	}
	
	/* FIX: Уменьшаем отступы в меню */
	.header__menu {
		margin-bottom: 40px;
	}
	
	/* FIX: Уменьшаем отступы между заголовками промо */
	.promo-h1 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 30px;
	}
	
	/* FIX: Делаем кнопку звонка меньше */
	.promo-btn {
		font-size: 20px;
		padding: 10px 35px;
		margin-top: 30px;
	}
	
	.promo-h1{
		text-align: center;
	}
	/* Скрываем декоративные линии, если они еще видны */
	.about__item1::before, .about__item2::before, .about__item3::before{
		display: none;
	}
	.about-title{
		margin-left: 0;
		margin-bottom: 40px;
		text-align: center;
	}
	/* FIX: Убираем position: absolute у заголовков, чтобы они шли в потоке */
	.about__item1 > .item__title,
	.about__item2 > .item__title,
	.about__item3 > .item__title {
		position: static;
		margin-bottom: 15px;
	}
	.services-title{
		margin-left: 0;
		margin-bottom: 25px;
		text-align: center;
	}
	.item{
		width: 100%;
		border-right: none;
	}
	.item a {
		font-size: 30px;
	}
	
	/* Смена фона для первого элемента на мобильных */
	.item1 {
        background-size: 90%;
        background-position-y: 30px;
    }
    
	.partners-title{
		text-align: center;
		margin-left: 0;
	}
	.partners > .wrapper{
		justify-content: center;
	}
	.certificates__container{
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.certificates__container a{
		margin-bottom: 20px;
	}
	.certs-title{
		margin-left: 0;
		margin-bottom: 40px;
		text-align: center;
	}
	.about__item1{
		display: block;
		justify-self: auto;
	}
	.about__item2{
		display: block;
		justify-self: auto;
	}
	.about__item3{
		display: block;
		justify-self: auto;
	}
	.about__item2{
		justify-self: auto;
	}
	.dealers__text::before{
		display: none;
	}
	.dealers__text{
		margin-left: 0;
		text-align: center;
	}
	.item__title{
		font-size: 38px;
	}
	.item__subtitle {
		font-size: 16px;
		min-width: auto;
	}
	.services-item {
		width: 100%;
	}
	.header__menu-logo{
		margin: 0 auto;
	}
	.header__menu-logo img{
		width: 100%;
	}
	.promo-h1{
		font-size: 22px;
	}
	.background{
		min-height: auto;
	}
	.dealers__text{
		margin-top: 400px;
	}
	.dealers{
		padding: 130px 0px 35px 0px;
	}
	.dealers-title{
		font-size: 36px;
	}
	.about {
		padding-top: 40px;
	}
	.dealers-subtitle{
		font-size: 15px;
	}
	.circle-exp{
		display: none;
	}
	#sign {
		width: 95px;
	}
	
	/* Убираем переносы <br> на мобильных */
	.item__subtitle br,
	.promo-h1 br,
	.dealers-subtitle br,
	.services-item__title br {
		display: none;
	}
	
	.item__subtitle {
		white-space: normal;
		padding: 0 15px;
	}
}

/* Специально для экранов 557px - 600px */
@media (max-width: 600px) and (min-width: 557px){
	.background {
		background-size: cover;
		min-height: 700px;
	}
}

@media (max-width: 500px){
    .header__menu-a{
        width: 100%;
    }
	.header__menu-btn{
		font-size: 18px;
	}
	.item__title {
		font-size: 32px;
	}
	.dealers::before{
		width: 95%;
        height: 380px;
	}
	.item a {
		font-size: 24px;
	}
	.catalog-title{
	    text-align: center;
	    margin-left: 0;
	}
	.certificates__container a{
	   text-align: center;
	 }
	 .footer__line {
        flex-direction: column;
	 }
	 .footer__line a{
	     margin-bottom: 16px;
	 }
	 .footer__line a:last-child{
	     margin-bottom:0;
	     margin-top: 16px;
	 }
}

@media (max-width: 400px){
    .item3{
        background-size: 90%;
    }
	.dealers::before{
		width: 95%;
        height: 380px;
	}
	.header__menu-a{
		display: block;
	}
	.header__menu-logo{
		margin-bottom: 40px;
    	text-align: center;
	}
	.header__menu{
		flex-direction: column;
		justify-content: center;
	}
	.header__menu-btn {
		font-size: 24px;
	}
	.about__item1{
		background-image: none;
	}
	.catalog-title{
		margin-left: 0;
		text-align: center;
	}
	.certificates__container a{
		text-align: center;
	}
	.footer__line{
		flex-direction: column;
	}
	.footer__line a{
		margin-bottom: 15px;
	}
	.footer__line div{
		margin-bottom: 15px;
	}
	.info-item2::before{
		top: auto;
	}
	
	.promo-h1 {
		font-size: 18px;
		line-height: 24px;
	}
	
	.background {
		background-size: cover;
		min-height: auto;
	}
	.item a {
		font-size: 22px;
	}
}

@media (max-width: 375px){
  #sign {
    width: 145px;
  }
  .dealers::before{
		width: 90%;
        height: 300px;
	}
	.item a {
		font-size: 20px;
	}
}





/* ========== КНОПКА "НАВЕРХ" - ОРАНЖЕВАЯ СТРЕЛКА ========== */
.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #FF8C00, #FFA726);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
}

/* Показываем кнопку при прокрутке */
.scroll-top-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

/* Эффект при наведении */
.scroll-top-btn:hover {
    background: linear-gradient(135deg, #FF7700, #FFA040);
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(255, 140, 0, 0.5);
}

/* Эффект при нажатии */
.scroll-top-btn:active {
    transform: scale(0.95);
    transition: 0.05s linear;
}

/* Стили для стрелки */
.scroll-top-arrow {
    width: 26px;
    height: 26px;
    transition: transform 0.2s ease;
}

/* Стрелка слегка поднимается при наведении на кнопку */
.scroll-top-btn:hover .scroll-top-arrow {
    transform: translateY(-3px);
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
    .scroll-top-btn {
        bottom: 20px;
        right: 20px;
        width: 48px;
        height: 48px;
    }
    
    .scroll-top-arrow {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 480px) {
    .scroll-top-btn {
        bottom: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
    }
    
    .scroll-top-arrow {
        width: 20px;
        height: 20px;
    }
}