.tradein_block_one {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.tradein_block_one_left {
  width: 50%;
}

.tradein_block_one_left > img {
  width: 100%;
  /* height: 279px; */
  border-radius: 10px;
}
img {
  max-width: none;
}
.tradein_block_one_right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tradein_block_one_right_text {
  width: 80%;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  line-height: 35px;
}
.tradein_block_two_list_items,
.tradein_block_two_zagolovok {
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.tradein_block_two_list_items {
  padding-left: 20px;
}
.tradein_block_three_zagolovok {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 600;
  line-height: 29.05px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #119b15;
}
.tradein_block_three_advantage_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tradein_block_three_advantage_list_item {
  width: 35%;
  text-align: center;
}
.tradein_block_three_advantage_list_item_top {
  font-size: 22px;
  font-weight: 400;
  line-height: 15.73px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.tradein_block_three_advantage_list_item_bottom {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.tradein_block_four {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tradein_block_four_left {
  width: 50%;
}
.tradein_block_four_left > img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.tradein_block_four_right {
  width: 50%;
}
.tradein_block_four_right {
  width: 50%;
  height: 400px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-content: center;
}
.tradein_block_four_right_text {
  width: 90%;
  font-size: 20px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  margin-bottom: 20px;
}
.tradein_block_four_right_dop_info {
  width: 90%;
  color: #eeeeee;
  background: #8e8e8e;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 10px;
}
.tradein_block_four_right_dop_info_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 80%;
  margin-top: 30px;
}
.tradein_block_four_right_dop_info_form {
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tradein_block_four_right_dop_info_form_btn {
  background: #d9d9d9;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  color: #00000057;
  font-size: 18px;
  font-weight: 400;
  line-height: 13.31px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  cursor: pointer;
  border: none;
}
.tradein_block_four_right_dop_info_form_input {
  width: 49%;
  height: 35px;
  border-radius: 10px;
  border: none;
  background: #d9d9d9;
  color: #00000057;
  margin-bottom: 10px;
  padding: 0 10px;
  outline: none;
}

.tradein_block_five {
  width: 100%;
  margin: 60px 0;
  display: flex;
  justify-content: center;
}
.tradein_block_five_block {
  width: 80%;
  background: #95b410;
  padding: 20px;
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 14.52px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.tradein_block_six {
  width: 100%;
}
.tradein_block_six > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1350px) {
  .tradein_block_four_left {
    height: 400px;
  }
  .tradein_block_four_right_dop_info_text {
    font-size: 13px;
  }
  .tradein_block_four_right_text {
    font-size: 17px;
  }
  .tradein_block_four_right_dop_info_text {
    width: 90%;
  }
}
@media (max-width: 1150px) {
  .tradein_block_one_right_text {
    font-size: 18px;
    line-height: 28px;
  }
  .tradein_block_two_list_items,
  .tradein_block_two_zagolovok {
    font-size: 19px;
  }
  .tradein_block_four_right_text {
    margin-top: 0;
  }
  .tradein_block_three_advantage_list_item {
    width: 31%;
  }
  .tradein_block_three_advantage_list_item_bottom {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
  }
  .tradein_block_three_advantage_list_item_top {
    height: 30px;
    line-height: 20px;
  }
}

@media (max-width: 1000px) {
}

@media (max-width: 840px) {
  .tradein_block_one_right_text {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
  }
  .tradein_block_one_left {
    width: 100%;
  }
  .tradein_block_one_right {
    width: 100%;
  }
  .tradein_block_one {
    flex-wrap: wrap;
  }
  .tradein_block_two_list_items,
  .tradein_block_two_zagolovok {
    font-size: 18px;
  }
  .tradein_block_three_advantage_list {
    flex-wrap: wrap;
  }
  .tradein_block_three_advantage_list_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .tradein_block_three_advantage_list_item_bottom {
    margin-top: 0px;
  }
  .tradein_block_four {
    flex-wrap: wrap;
  }
  .tradein_block_four_left {
    height: auto;
    width: 100%;
  }
  .tradein_block_four_right {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .tradein_block_four_right_dop_info {
    width: 100%;
  }
  .tradein_block_four_right_dop_info_form {
    width: 90%;
  }
  .tradein_block_four_right_dop_info_form_btn {
    font-size: 12px;
  }
  .tradein_block_four_right_text {
    font-size: 13px;
  }
  .tradein_block_six > img {
    height: 200px;
  }
}
@media (max-width: 600px) {
  .tradein_block_five {
    margin: 30px 0;
  }
  .tradein_block_five_block {
    font-size: 14px;
    line-height: 21px;
  }
}
