* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html{
	margin: 0;
	padding: 0;
}

body{
    font-family: 'Manrope-Regular';
	font-size: 18px;
	margin: 0;
	padding: 0;
	
}

.col{
	width: 1510px;
	margin: 0 auto;
}

.header{
	background:#262626 url("../images/header_pc.jpg") no-repeat top center;
	width: 100%;
}

.headerBody{
	display: grid;
	height: 660px;
}

.headerBodyTitle{
	grid-column: 1;
    grid-row: 1;
	font-size: 70px;
	font-family: 'Manrope-ExtraBold';
	padding-top: 88px;
}

.headerBodyRezhim{
	grid-column: 1;
    grid-row: 2;
	font-family: 'Manrope-ExtraBold';
	font-size: 36px;
	color:#fff;
	padding-top: 112px;
}

.headerBodyRezhim span{
	color:#fde200;
}

.headerBodyPhone{
	grid-column: 2;
    grid-row: 1;
	margin-left: auto;
	margin-top: 40px;
}

.headerBodyPhone a{
	font-family: 'Manrope-Bold';
	font-size: 50px;
	width: 480px;
	height: 110px;
	color:#fff;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 110px;
}

.headerIcon{
	display: flex;
	gap:30px;
}

.iconItem{
	background-color: #fade01;
	background-repeat: no-repeat, repeat;
	background-position: center left+40px, top left;
	height: 150px;
	display: block;
	width: 476px;
    font-family: 'Manrope-Medium';
	font-size: 18px;
	padding-left: 200px;
	line-height: 140%;
	padding-top: 37px;
	box-sizing: border-box;
}

.iconItem1{
	background-image:url("../images/icon_price.png"), url("../images/yellow_big.jpg");
}

.iconItem2{
	background-image:url("../images/icon_perevozka.png"), url("../images/yellow_big.jpg");
}

.iconItem3{
	background-image:url("../images/icon_oplata.png"), url("../images/yellow_big.jpg");
}

.headerPrice{	
	display: flex;
	gap:30px;
}

/* Обёртка для позиционирования внешних стрелок */
.slider-wrapper {
	position: relative;
	max-width: 1510px;
	margin: 0 auto;
	padding-top: 100px;
}

/* Контейнер слайдера */
.slider-container {
  width: 100%;
  overflow: hidden;
}

/* Лента слайдов */
.slider-track {
  display: flex;
  gap: 40px;
  transition: transform 0.4s ease-in-out;
}

/* Фиксированный размер каждого слайда */
.slide {
  flex: 0 0 735px;
  height: 550px;
}

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

/* Кнопки-стрелки вынесены за пределы картинок */
.btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 41px;
  height: 84px;
  background: url('../images/icon_arrow.png') no-repeat center / contain;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
}

.btn-prev {
  left: -130px;
}

.btn-next {
  right: -130px;
  transform: translateY(-50%) rotate(180deg);
}

.btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.priceItem{
	background: #fff url("../images/white_big.jpg");
	width: 476px;
	height: 550px;
	margin-top: 30px;
	padding: 60px;
	padding-top: 70px;
	padding-bottom: 0;
	box-sizing: border-box;
	position: relative;
}

.priceItem::before{
	content: '';
	background: url("../images/yellow_small.jpg");
	height: 10px;
	position: absolute;
	top:0;
	left: 0;
	width: 476px;
}

.priceItemLocation{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background: #000;
	color:#fde101;
	padding: 0 20px;
	margin-bottom: 38px;
}

.priceItemPrice{
	font-size: 32px;
    font-family: 'Manrope-Light';
}

.priceItemPrice span{
	font-family: 'Manrope-ExtraBold';
	font-size: 42px;
}

.priceItemPriceText{
	padding-bottom: 37px;
}

.priceItem2 .priceItemPriceText,
.priceItem3 .priceItemPriceText{
	padding-top: 22px;
}

.chestno{
	font-family: 'Manrope-ExtraBold';
	font-size: 32px;
	color:#fff;	
	padding-top: 84px;
	padding-bottom: 90px;
}

.chestno span{
	color:#fde102;
}

.sliderBox{
	background: url("../images/white_big.jpg");
}

.preim{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	padding-right: 60px;
	padding-top: 86px;
	padding-bottom: 92px;
}

.preimTitle{
	font-size: 34px;
	font-family: 'Manrope-ExtraBold';
	line-height: 120%;
}

.preimItem{
	font-size: 18px;
    font-family: 'Manrope-Regular';
}

.preimItem span{
	font-size: 42px;
	font-family: 'Manrope-ExtraBold';	
}

.footer{
	background: #262626;
	padding-top: 73px;
	position: relative;
}

.footer::before{
	content: '';
	background: url("../images/yellow_small.jpg");
	height: 10px;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}

.footerTitle{
	font-size: 70px;
	color:#fff;
	font-family: 'Manrope-ExtraBold';	
	text-align: center;
	padding-bottom: 80px;
}

.footerPhone{
	padding: 10px;
	background: url("../images/yellow_small.jpg");
	display: flex;
	text-align: center;
	box-sizing: border-box;
	width: 700px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.footerPhone a{
	width: 680px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	display: block;
	font-family: 'Manrope-ExtraBold';	
	font-size: 70px;
	color:#fff;
	background: #000;
	text-decoration: none;
}

.copy{
	border-top:1px solid #404040;
	color:#404040;
	padding-top: 41px;
	padding-bottom: 45px;
}

.copy .col{
	display: flex;
	justify-content: space-between;
}

.copy .col a{
	color:#404040;
	text-decoration: none;
}