.trck-promo {
	display: flex;
    justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 48px;
}
.trck-promo-text {
    width: 700px;
    border: 3px dashed #f60;
    border-radius: 8px;
    padding: 21px 64px 32px 54px;
}
.trck-promo-text .trck-h2 {
	font-size: 41px;
	font-weight: bold;
	margin-bottom: 38px;
	line-height: 1.2;
}
.trck-promo-text p {
	font-size: 15px;
	margin-bottom: 38px;
	line-height: 1.3;
}
.trck-promo-text p.trck-font-21 {
	margin-bottom: 38px;
	max-width: 460px;
    font-size: 16px; 
}
.trck-promo-image {
	width: 484px;
	height: 400px;
	border: 3px solid #f60;
	border-radius: 8px;
	background: url('../img/prodazha/man.png') 50% 50% / cover no-repeat;
}
.trck-btn-promo {
	display: block;
	width: 356px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	border-radius: 8px;
	background-color: #e84e1c;
	color: white;
	font-size: 22px;
	margin: auto;
}
.trck-btn-promo:hover {
	background-color: #c82e0c;
	color: #fff;
}



.trck-advantages {
	background: #eeeeee;
	padding: 40px 0px 45px;
}
.trck-advantages .trck-h1 {
	font-size: 34px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 45px;
}
.trck-advantages .trck-h2 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
}
.trck-black-span {
	background: #000;
    color: #fff;
    border-radius: 8px;
    padding: 0 12px 6px;
    line-height: 1;
}
.trck-advantages-grid {
	display: flex; 
	justify-content: space-between;
    gap: 20px; 
}
.trck-advantage {
	background: white;
	padding: 30px 8px 16px;
	border: 3px solid #f60;
	border-radius: 8px;
	box-sizing: border-box;
    text-align: center;
	width: calc(25% - 15px);
}
.trck-advantage p.trck-font-21{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.3;
}
.trck-advantage p.trck-font-16{
	font-size: 14px;
	margin-bottom: 16px;
}
.trck-advantage p{
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 0;
}
.trck-advantage img {
	max-height: 45px;
	margin-bottom: 30px;
}
.trck-contact-form {
	border: 3px dashed #f60;
	padding-top: 15px;
}
.trck-contact-form input {
	width: 240px;
	padding: 8px;
	border: 2px dotted #000;
	border-radius: 8px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: black;
	outline: none;
}
.trck-contact-form input::placeholder {
	color: black;
}
.trck-btn-advantage-container {
    text-align: center; 
    margin-top: 24px; 
}
.trck-btn-advantage {
	width: 91%;
	padding: 10px 36px;
	border-radius: 8px;
	background-color: #e84e1c;
	color: white;
	border: none;
	cursor: pointer;
	font-size: 22px;
}
.trck-btn-advantage:hover {
	background-color: #c82e0c;
}



.trck-comparison .trck-h1 {
	font-size: 34px;
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 45px;
}
.trck-comparison-block {
    background-color: #f3f4f8;
    padding: 40px;
	margin-bottom: 45px;
}
.trck-comparison-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.trck-step-number {
    font-size: 24px;
    font-weight: bold;
	background: white;
    color: #e84e1c;
    width: 48px;
    height: 48px;
    line-height: 48px;
	text-align: center;
}
.trck-comparison-header .trck-h2 {
    font-size: 22px;
    font-weight: bold;
}
.trck-comparison-content {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.trck-comparison-column {
    background-color: white;
    padding: 24px;
    flex: 1;
}
.trck-comparison-column .trck-h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.trck-comparison-column ul {
    list-style: none;
    padding: 0;
	padding-left: 6px;
	margin-bottom: 0;
}
.trck-comparison-column li {
    font-size: 16px;
    display: flex;
    gap: 15px;
	line-height: 1.3;
	align-items: flex-start;
}
.trck-comparison-column li + li
{
	margin-top: 15px;
}
.trck-with-us img {
    margin-top: 3px;
}
.trck-list-item {
    display: flex;
    align-items: flex-start; 
    gap: 8px;
}
.trck-cross-rotate {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0; 
    display: flex; 
    justify-content: center;
    align-items: center;
	transform: rotate(45deg);
	margin-top: 2px;
}
.trck-cross-rotate span {
    position: absolute;
    background-color: #a1a1a1;
}

.trck-cross-rotate span:first-child {
    width: 20px;
    height: 2px;
}
.trck-cross-rotate span:last-child {
    width: 2px;
    height: 20px;
}



.trck-announcement {
	background: #eeeeee;
	padding: 45px 0;
	text-align: center;
}
.trck-announcement-block {
	background: white;
	border: 3px dashed #f60;
	border-radius: 8px;
	height: 150px;
	display: flex;
    justify-content: space-between; 
    align-items: center;
	padding: 0 30px 0 50px;
}
.trck-announcement-block p {
	font-size: 30px;
	margin: 0;
	line-height: 1.3;
	max-width: 619px;
}
.trck-btn-announcement {
	border-radius: 8px;
	background-color: #e84e1c;
	color: white;
	border: none;
	font-size: 31px;
	display: block;
	width: 394px;
	height: 75px;
	line-height: 75px;
}
.trck-btn-announcement:hover {
	background-color: #c82e0c;
	color: #fff;
}



.trck-faq  {
	padding: 40px 0 45px;
	width: 1170px;
	margin: auto;
}
.trck-faq .trck-h1 {
	font-size: 34px;
	text-align: left;
	margin-bottom: 45px;
}
.trck-faq-item {
    border-bottom: 1px solid #ddd;
	font-size: 16px;
}
.trck-faq-question {
    font-weight: bold;
    cursor: pointer;
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	transition: 0.2s;
}
.trck-faq-question:hover {
    padding-left: 10px;
}
.trck-faq-answer {
    padding-bottom: 60px;
	display: none; 
}
.trck-cross {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trck-cross span {
    position: absolute;
    background-color: #212529;
}
.trck-cross span:first-child {
    width: 20px;
    height: 2px;
}
.trck-cross span:last-child {
    width: 2px;
    height: 20px;
}
.trck-faq-item-open .trck-faq-answer {
    display: block; 
}
.trck-faq-item-open .trck-cross span:last-child {
    display: none; 
}



@media (max-width: 1240px) {
	.trck-promo-text {
		padding: 22px 30px 30px 30px;
		width: 580px;
	}
	.trck-promo-image {
		width: 330px;
    }
	
	
	.trck-advantages-grid{
		flex-wrap: wrap;
	}
	.trck-advantage{
		width: calc(50% - 10px);
		padding: 20px 10px 30px;
	}
	.trck-advantage img, .trck-advantages .trck-h2{
		margin-bottom: 20px;
	}
	.trck-advantage p.trck-font-21{
		max-width: 266px;
		margin: 0 auto 20px;
	}
	.trck-advantage p.trck-font-21 br{
		display: none;
	}
	.trck-advantage p.trck-font-16{
		margin-bottom: 10px;
	}
	.trck-contact-form input{
		width: 200px;
		text-align: left;
	}
	.trck-btn-advantage-container{
		margin-top: 20px;
	}
	.trck-btn-advantage{
		width: 200px;
		padding-left: 0;
		padding-right: 0;
	}
	

	.trck-announcement-block{
		padding: 0 20px;
	}
	
	
	.trck-faq{
		width: 100%;
	}
	.trck-faq .trck-h1 {
		margin-left: 20px;
	}
	.trck-faq-question:hover{
		padding-left: 0;
	}
}



@media (max-width: 992px){
	.trck-promo{
		flex-direction: column;
		gap: 20px;
	}
	.trck-promo-text{
		width: 100%;
		order: 2;
	}
	.trck-promo-image{
		width: 100%;
		order: 1;
	}
	.trck-btn-promo{
		margin-left: 0;
	}
	
	
	.trck-advantages .trck-h1,
	.trck-comparison .trck-h1,
	.trck-faq .trck-h1
	{
		font-size: 32px;
	}
	
	
	.trck-comparison-content{
		flex-direction: column;
	}
	
	
	.trck-announcement-block{
		flex-direction: column;
		height: unset;
		padding: 20px 20px 30px;
		gap: 30px;
	}
}


@media (max-width: 768px){
	.trck-promo-image{
		height: 320px;
	}
	.trck-promo-text .trck-h2{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.trck-promo-text p{
		margin-bottom: 20px;
	}
	.trck-promo-text p.trck-font-21{
		margin-bottom: 25px;
	}
	
	.trck-advantages .trck-h1, .trck-comparison .trck-h1, .trck-announcement-block p, .trck-btn-announcement, .trck-faq .trck-h1{
		font-size: 26px;
	}
	
	.trck-btn-promo, .trck-advantages .trck-h2, .trck-btn-advantage, .trck-comparison-header .trck-h2{
		font-size: 20px;
	}
}


@media (max-width: 575px){
	.trck-promo-image{
		height: 210px;
	}
	.trck-promo-text{
		padding: 10px 15px 15px;
	}
	.trck-promo-text .trck-h2, .trck-advantages .trck-h1, .trck-comparison .trck-h1, .trck-announcement-block p, .trck-btn-announcement, .trck-faq .trck-h1{
		font-size: 20px;
	}
	.trck-btn-promo{
		width: 100%;
		font-size: 16px;
	}
	
	.trck-advantage{
		width: 100%;
	}
	
	.trck-comparison-block{
		padding: 20px;
	}
	.trck-comparison-header .trck-h2{
		font-size: 18px;
	}
	.trck-step-number{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}
	.trck-comparison-column{
		padding: 16px;
	}
	.trck-comparison-column ul{
		padding-left: 0;
	}
	
	.trck-btn-announcement-container, .trck-btn-announcement{
		width: 100%;
	}
}