@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
.wrap {max-width: 502px; width: 100%; margin: auto; padding: 0px 15px;}
.main {position: relative; overflow: hidden; border: 2px solid #EDEDED; font-family: 'Inter', sans-serif; padding: 23px 16px 14px 20px;}
.block-title {position: relative;}
.block-title img {margin-bottom: 30px; width: 113px; height: 113px;}
.block-title span {display: block; font-size: 32px; line-height: 39px; font-weight: 700; color: #000000;}
.background {background-color: #F5F5F5; height: 400px; width: 600px; top: -100px; left: -80px; rotate: 170deg; position: absolute;}
.img-car {position: relative; text-align: right;}
.img-car img {margin-top: 108px; margin-right: 28px;}
.block-information {margin-top: 59px;}
.block-information > span {margin-bottom: 2px; font-size: 24px; font-weight: 600; line-height: 132%; color: #000000;}
.block-information p {margin-top: 12px; margin-bottom: 0px; font-size: 20px; line-height: 134%; color: #000000;}
.block-information p span {font-weight: 600;}
.block-information a {font-weight: 700; text-decoration: underline; color: #E66200;}
@media (max-width: 580px) {
    .background {height: 483px;}
    .img-car {margin-top: 57px;}
}
@media (max-width: 550px) {
	.wrap {padding: 0px;}
}
@media (max-width: 400px) {
    .background {height: 500px;}
}
@media (max-width: 350px) {
    .background {height: 550px;}
}