
body.page-template-page-product-catalog .header .header-top{
	display: none;
} 
body.page-template-page-product-catalog .header.sticky { 
    min-height: auto !important;
}

.page_header{
	padding-top:100px; 
	text-align: center;
    padding-bottom: 30px;

}
.page_header .head_title{
	font-size: 26px;
	font-weight: bold;

}
.flex { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.trade-in-hero{
	min-height: 780px;
	background-position: center;  
    background-size: cover;
}
 .trade_container{
	 width: 100%;
	 height: -webkit-fill-available;
    background-image: linear-gradient(to right, rgb(0 0 0 / 70%), rgb(0 0 0 / 63%));
	padding-top: 80px;
	display: flex;
	align-items: center;
 }
 
 .hero-pretitle{
	 background: #cd2122;
    font-weight: 600;
	 padding: 15px;
	 color: #fff;
	 display: inline-block;
	 border-radius: 10px;
 }
 .hero-pretitle .notice_limit{
	align-items: center;
 }
 .hero-pretitle .notice_limit span{
	margin-left: 10px;
 }
.trade-in-hero .hero-title{
	        font-size: 3.75rem;
        line-height: 1.3;
    max-width: 850px;
    font-weight: 600;
    color: #fff;
	margin: 30px 0;
}
.trade-in-hero .hero-subtitle{
	
    color: #fff;	
    font-size: 1.25rem;
    line-height: 1.5;	
    max-width: 850px;
}	

.hero-button a{
	display: inline-block;
	    background-color: #f97415;
		border-radius: 10px;
    font-weight: 600;
    font-size: 1.25rem;
	margin-top:15px;
	text-transform: none;
}



.why-trade-in {
	/* padding: 80px 0; */
	/* background-color: rgb(225 231 239 / 50%); */
}
.how-trade-in {
	padding: 80px 0;
	background-color: #fff;
}

.section_head{
	margin-top: 60px;
	text-align: center;
	margin-bottom: 60px;
}
.section_description{
	font-size: 1rem;
    line-height: 1.5;
    max-width: 760px;
	margin: 30px auto
}

.trade_advantages{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	text-align: center;
	
}
.trade_advantages .adv_item{
	width: 25%;
    padding: 1rem;
}

.item__description {
	padding: 0 1rem;
}

.why_number {
	margin: 20px 0;
}

.adv___ico{
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
	
}

.adv_separate {
	width: 1px;
	background: #4d4d4d;
	height: 200px;
    margin-top: 48px;
}
.adv___ico svg {
    width: 100%;
    height: 100%;
}
 .adv_item .item__title {
	color: #cd2122;	
    margin: 0.5rem auto;
    font-weight: 900;
    font-size: 1rem;
}


.why__ico{
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	transition: transform 0.3s ease;
	    background: #d30000;
		    border-radius: 1rem;
    width: 5rem;
    height: 5rem;
	margin: 0 auto;
	}
.why__ico svg {
	color: #ffffff;
    width: 44px;
    height: 44px;
}

.trade_advantages .why_item{
    z-index: 1;
	position: relative;
	width: 25%;
	padding: 0;
    border-radius: 12px;
	background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.why_item:hover .why__ico {
  transform: scale(1.1);
}

.why_line {
    width: 100%;
    height: 8px;
    background: #A8A5A5;
	position: relative;
}

.why_line span {
    position: absolute;
    top: -16px;
    left: calc(50% - 16px);
    width: 40px;
    height: 40px;
    background: #A8A5A5;
    border-radius: 50px;
}

.why_line span::after {
	content: "";
    background: #cd2122;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 6px solid #fff;
}

.UrgencyBanner{	
	padding: 80px 0;
	background: #ff8128;
	color: #fff;
}

.trade-in__page .trade-in_contact{
	padding: 80px 0;
	
}
.trade-in__page .section_title{
	text-transform: none;
}
.UrgencyBanner .section_pretitle{
	color: #fff;
    font-weight: 600;
	font-size: 1.75rem;
    margin: 30px auto;
}
.UrgencyBanner .section_title{
	color: #fff;
}

.trade-in_contact{
	padding-bottom: 80px;
}


.trade_apply_data{
	gap: 30px;
    justify-content: center;
}
.trade_apply_form{
	background: #fff;
    padding: 10px;
    border-radius: 1rem;
    width: 50%;
}

.form-inner__item--half label {
    display: flex;
    font-size: 14px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    align-items: center;
    gap: 12px;
}

.form-inner__item--half label svg {
    max-width: 20px;
}

.trade_apply_form .form-inner__item{
	margin-bottom: 1rem;
}
.trade_apply_contacts{
	width: 30%;
}

.red-button {
	border-radius: 6px;
}

.trade_phone_block{
	background: #fff;
	padding: 10px;
	border-radius: 1rem;
	margin-bottom: 15px;
	gap: 1rem;
	line-height: 1.6;
}
.trade_phone_ico{
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	transition: transform 0.3s ease;
}

.trade_phone_ico svg {
	color: #000;
}

.trade_phone_cont{
	width: calc(100% - 4rem);
}
.trade_phone_cont a{
	font-weight: 600;
    color: #000;
}




@media screen and (max-width: 1080px) {
	.trade_advantages{
		flex-wrap: wrap;
	}
	.trade_advantages .why_item,
	.trade_advantages .adv_item {
    width: calc(50% - 20px);
	}
	.trade_apply_data { 
    flex-direction: column;
	}
	.trade_apply_form, .trade_apply_contacts{
		width: 100%;
	}
	.trade_advantages .why_item,
	.trade_advantages .adv_item {
    width: 100%;
	} 
	.trade-in-hero .hero-title{
		font-size: 2rem;
	}

	.section_title h2 {
		font-size: 24px;
	}

	.adv_separate {
		width: 50%;
    	height: 1px;
		margin-top: 12px;
	}

	.trade_advantages {
		flex-direction: column;
    	align-items: center;
	}

	.trade_advantages .why_item {
		flex-direction: row;
	}

	.why_line {
		display: none;
	}

	.item_text_block {
		text-align: left;
	}

	.item__description {
		padding: 0;
	}

	.why_number {
		min-width: 110px;
	}

	.how_it_works_section .hot_it_works_right, .how_it_works_section .hot_it_works_left {
		display: none;
	}

	.trade_apply_form, .form-inner {
		padding: 0 !important;
		padding-top: 0 !important;
	}

	input[type="submit"] {
		border-radius: 6px !important;
	}

	.adv_item .item__title {
		text-transform: uppercase;
	}
}
