.lot_section .lot_flex_line .image_block img, .lot_section .partnership_block .decor_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header .user_btn {
  display: flex;
}

.lot_section {
  color: #333333;
}
.lot_section .lot_inline_block {
  margin-top: 50px;
}
.lot_section .lot_inline_block .custom_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px;
}
.lot_section .lot_inline_block .section_title {
  position: relative;
}
.lot_section .lot_inline_block .section_title:before {
  color: #75b63f;
  font-size: 250%;
  display: block;
  margin-bottom: 20px;
}
.lot_section .lot_inline_block .image_block {
  width: 100%;
  display: flex;
  align-items: center;
}
.lot_section .lot_inline_block .image_block img {
  display: block;
  margin-left: auto;
  max-width: 100%;
  width: auto;
  height: auto;
}
.lot_section .section_img {
  position: relative;
  margin-bottom: 20px;
}
.lot_section .section_img img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.lot_section .section_description {
  opacity: 0.7;
}
.lot_section .partnership_block {
  color: #ffffff;
  position: relative;
  padding: 70px 0;
  margin-top: 40px;
  background: #75b63f;
}
.lot_section .partnership_block .custom_container {
  display: flex;
  position: relative;
  justify-content: center;
}
.lot_section .partnership_block .decor_img {
  position: absolute;
  right: 0;
  top: -60px;
  height: 100%;
  width: 400px;
}
.lot_section .partnership_block .decor_img img {
  object-fit: cover;
}
.lot_section .partnership_block .block_content {
  max-width: 860px;
}
.lot_section .partnership_block .section_title {
  position: relative;
}
.lot_section .partnership_block .section_title::before {
  position: absolute;
  left: -130px;
  font-size: 300%;
}
.lot_section .lot_flex_line {
  display: flex;
  margin-top: 40px;
  min-height: 420px;
  color: #333333;
}
.lot_section .lot_flex_line .image_block {
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
  background: #eaf3fa;
}
.lot_section .lot_flex_line .image_block img {
  object-fit: cover;
}
.lot_section .lot_flex_line .line_info {
  padding: 50px 20px 50px 120px;
  flex: 0 0 55%;
  max-width: 55%;
  background: #fbfbfb;
  display: flex;
  align-items: center;
}
.lot_section .lot_flex_line ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.lot_section .lot_flex_line ul li::marker {
  color: #75b63f;
}
.lot_section .lot_flex_line .section_title {
  position: relative;
}
.lot_section .lot_flex_line .section_title:before {
  color: #75b63f;
  font-size: 200%;
  display: block;
  margin-bottom: 20px;
}
.lot_section .info_inner {
  max-width: 750px;
}
@media (max-width: 1440px) {
  .lot_section .lot_flex_line .line_info {
    padding: 50px 20px 50px 70px;
  }
}
@media (max-width: 1199px) {
  .lot_section .lot_inline_block {
    margin-top: 30px;
  }
  .lot_section .lot_inline_block .section_title:before {
    font-size: 200%;
    margin-bottom: 10px;
  }
  .lot_section .lot_inline_block .custom_container {
    grid-gap: 30px;
  }
  .lot_section .partnership_block {
    padding: 40px 0;
  }
  .lot_section .partnership_block .section_title::before {
    position: relative;
    left: 0;
    display: block;
    font-size: 200%;
    margin-bottom: 10px;
  }
  .lot_section .lot_flex_line .line_info {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .lot_section .section_img {
    margin-bottom: 15px;
  }
  .lot_section .section_img img {
    width: 40px;
    height: 40px;
  }
  .lot_section .lot_info_block {
    margin-bottom: 20px;
  }
  .lot_section .lot_inline_block .custom_container {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .lot_section .lot_inline_block .image_block {
    max-width: 500px;
    margin: 20px auto;
    justify-content: center;
  }
  .lot_section .lot_inline_block .image_block img {
    margin-left: 0;
    width: 100%;
  }
  .lot_section .lot_flex_line {
    flex-direction: column;
  }
  .lot_section .lot_flex_line .image_block {
    flex: 0 0 100%;
    max-width: none;
  }
  .lot_section .lot_flex_line .image_block img {
    width: 100%;
    height: auto;
    position: relative;
  }
  .lot_section .lot_flex_line .line_info {
    flex: 0 0 100%;
    max-width: none;
    padding: 20px 15px;
  }
}
@media (max-width: 575px) {
  .lot_section .lot_inline_block {
    margin-top: 20px;
  }
  .lot_section .lot_inline_block .section_title:before {
    font-size: 160%;
    margin-bottom: 7px;
  }
  .lot_section .lot_inline_block .image_block {
    margin: 0;
  }
  .lot_section .section_description {
    margin-top: 15px;
  }
  .lot_section .partnership_block {
    padding: 20px 0;
    margin-top: 20px;
  }
  .lot_section .lot_flex_line {
    margin-top: 20px;
  }
  .lot_section .lot_flex_line .section_title::before {
    font-size: 160%;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=lot.css.map */
