@import url(head.css);
@import url(footer.css);
main{
  background-color:#F5F7FA ;
}
.request {
  width: 100%;
  min-height: calc(100vh - 55px);
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),
    url("../img/golovna.png");  background-size: cover;
  background-position: center;
  padding: 120px 30px 30px;
  margin-top: -100px;
  display: flex;
  flex-direction: column;
    position: relative;
}
.request__home{
  background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),
  url("../img/hero_2-min.jpg");  background-size: cover;
}

.request__home-cars {
    background-image: url("../img/cars-ekomora-hero.webp");
    background-size: cover;
}
.request__home-cars > * {
    position: relative;
    z-index: 2;
}
.request__home-cars:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
    z-index: 1;
}
.request__front{
  background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),
  url("../img/hero_3-min.jpg");  background-size: cover;
}
@media (max-width: 550px) {
  .request {
    /*background-image: url("../img/ekomora-head-mob-min.jpg");*/
    background-image: linear-gradient(rgba(54,66,83), rgba(255,255,255,0)), url("../img/golovna.png");
    min-height: 0;
    background-color: #364253;
  }
  .request__home .request__title, .request__front .request__title{
    text-align: center;
    line-height: 1.6em;
  }
  .request__home .white-text, .request__front .white-text{
    display: block!important;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 2em;
    font-weight: 700;
  }
  .request__home{
    background-image:url("../img/hero_home_m-min.jpg");
    background-size: contain;
  }
  .request__front{
    background-image: url("../img/hero_front_m-min.jpg");
    background-size: contain;
  }
    .request__home-cars {
        background-image: url("../img/cars-ekomora-hero-mobile.webp");
        background-size: contain;
    }
    .request__home-cars:before {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    }
}
.request--partner {
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),
    url("../img/new_partner.png");  background-size: cover;
  min-height: 900px;
}
@media (max-width: 550px) {
  .request--partner {
      background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),
      url("../img/new_partner-min.png");  background-size: cover;
      padding: 30px;
  }
}
.request__title {
  font-weight: 700;
  font-size: 62px;
  text-align: center;
  color: #0C1824;
  margin-bottom: 20px;
}
.request__title--partner {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4em;
}
@media (max-width: 1200px) {
  .request__title {
    font-size: 48px;
  }
}
@media (max-width: 550px) {
  .request__title {
    color: #ffffff;
    font-size: 32px;
    text-align: left;
    margin: 20px auto 0 0;
    /*max-width: 260px;*/
  padding: 20px 0;
  /*background: rgba(0,0,0,0.2);*/


  }
  .request__title--partner {
    margin: 0 0;
    color: #0C1824;
    text-align: center;
    max-width: 100%;
  }
}
.request__list {
  margin: auto;
}
@media (max-width: 767px) {
  .request__list {
    margin: auto;
  }
}
@media (max-width: 550px) {
  .request__list {
    display: none;
  }
}
.request__list--item {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  padding-left: 65px;
}
.request__list--item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("../img/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.request__form {
  margin: 15px auto 45px;
}
@media (max-width: 767px) {
  .request__form {
    margin: 15px auto 0;
  }
}
.request__form--partner {
  margin: 15px auto 0;
}
.request__btn-open {
  display: none;
}
@media (max-width: 550px) {
  .request__btn-open {
    margin-top: 480px;
    display: block;
  }
}

@media (max-width: 550px) {
    .request__btn-open--main {
        margin-top: 50px;
        display: block;
    }
}



.form-first {
  width: 330px;
  border-radius: 10px;
  box-shadow: 5px 5px 4px 0 #00000040;
  padding: 15px;
  position: relative;
  z-index: 15;
  /*background-image: url("../img/fotm_bg-min.png");*/
  background-size: cover;
  background-color: #364253;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 550px) {
  .form-first {
    background-color: #F5F7FA;
  }
}
.form-first__input {
  background: white;
  border: 1px solid #605d5d80;
  border-radius: 10px;
  margin-bottom: 19px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 10px;
}
.form-first__textarea {
  background: white;
  border: 1px solid #605d5d80;
  border-radius: 10px;
  margin-bottom: 19px;
  line-height: 18px;
  font-size: 14px;
  padding: 12px 10px;
  height: 115px;
}
.form-first__file-label {
  width: 170px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #A5CFFE;
  border: 1px solid #0D872D;
  margin-left: auto;
  border-radius: 20px;
  padding: 0 10px;
  margin-bottom: 19px;
}
.form-first__file-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 100;
}
.form-first__file-text {
  font-size: 12px;
}
.form-first__btn {
  width: 100%;
  line-height: 50px;
  text-align: center;
  background: #EF6206;
  border-radius: 25px;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  transition: 0.3s;
}
.form-first__btn:hover {
  /*color: #DEE977;*/
  background-color:#119f1f;
}
.form-first__close {
  display: none;
}
.form-first__close:before {
  content: "";
  position: absolute;
  left: calc(50% + 165px);
  top: calc(50% - 215px);
  width: 24px;
  height: 24px;
  background-size: cover;
  background-image: url("../img/close.svg");
}
@media (max-width: 400px) {
  .form-first__close:before {
    left: calc(50% + 140px);
  }
}
@media (max-width: 550px) {
  .form-first__back {
    display: none;
  }
  .form-first__back.active {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(117, 117, 117, 0.5);
    z-index: 20;
  }
  .form-first__close {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

.subtitle {
  text-align: center;
  color: #000000;
  font-size: 42px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 32px;
  }
}

.how-work {
  padding: 30px 0 50px;
}
.how-work__title {
  margin-bottom: 50px;
  font-family: "Roboto", sans-serif;
}
.how-work__list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
}
@media (max-width: 767px) {
  .how-work__list {
    display: block;
    padding: 0 15px;
    text-align: left;
  }
}
.how-work__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  padding: 12px 5px;
  box-shadow: 5px 5px 4px 0 #00000040;
  border-radius: 20px;
  background: #DCDCDC;
}
@media (max-width: 767px) {
  .how-work__item {
    cursor: pointer;
    display: grid;
    grid-template-columns: 66px 1fr;
    grid-column-gap: 16px;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
}
.how-work__num {
  width: 64px;
  height: 64px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EF6206;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .how-work__num {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.how-work__item-title {
    font-weight: bold;
    margin: 10px 0 10px; /* нижний отступ 5px */
    color: #000000;
    font-size: 20px;
    line-height: 25px;
}

@media (max-width: 767px) {
  .how-work__item-title {
    margin-bottom: 9px;
    font-size: 16px;
  }
}
.how-work__text {
  font-size: 14px;
  line-height: 20px;
  padding: 0 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .how-work__text {
    font-size: 12px;
    padding: 0;
    line-height: 1.4em;
  }
}

.advantage {
  padding: 30px 0 50px;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
}
.advantage .swiper {
  max-width: 100%;
  width: 100%;
}
.advantage .swiper-slide {
  padding: 0 15px;
}
.advantage__title {
  margin-bottom: 50px;
}
.advantage__list {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.advantage__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 250px;
  margin: 0 auto 30px;
  padding: 15px 5px 24px;
  box-shadow: 5px 5px 4px 0 #00000040;
  border-radius: 20px;
  background: #F9FAFB;
  max-width: 100%;
}
.advantage__num {
  width: 64px;
  line-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantage__item-title {
  margin: 10px 0 10px;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
.advantage__text {
  font-size: 14px;
  line-height: 20px;
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 550px) {
  .advantage__text {
    padding: 0 15px;
  }
}

.form-home {
  padding: 50px 0 0;
    margin: 60px 0 0 0; /* top right bottom left */
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),
    url("../img/ekomora_request.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.form-home-partner {
  padding: 50px 0 0;
    margin: 60px 0 0 0; /* top right bottom left */
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),
    url("../img/ekomora_request.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.form-home--partners {
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),
    url("../img/partner_money.png");  background-size: cover;
}
@media (max-width: 550px) {
  .form-home-partners {
    background-image: url("../img/money-min.jpg");
  }
}

/*@media (max-width: 550px) {*/
/*  .form-home {*/
/*    background-image: url("../img/for-home-min.jpg");*/
/*  }*/
/*}*/
.form-home__title {
    position: relative;
    z-index: 1;
    max-width: 1150px;
    margin: 0 auto 50px;
    font-weight: bold;
    font-size: 40px;
    line-height: 41px;
}
.form-home__title-partner {
    position: relative;
    z-index: 1;
    max-width: 1150px;
    margin: 0 auto 50px;
    font-weight: bold;
    font-size: 40px;
    line-height: 41px;
}
@media (max-width: 550px) {
  .form-home__title {
    /*color: #ffffff;*/
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}

@media (max-width: 550px) {
  .form-home__title-partner {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
.form-home__form {
  margin: auto;
}
.form-home__mini-text {
  font-size: 14px;
  margin-top: 27px;
  text-align: center;
  font-weight: 200;
  padding: 0 10px 10px;
  font-family: "Roboto", sans-serif;
}
.form-home__mini-text-partner {
  font-size: 14px;
  margin-top: 27px;
  text-align: center;
  font-weight: 200;
  padding: 0 10px 2px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 550px) {
  .form-home__mini-text {
    color: #ffffff;
  }
}

@media (max-width: 550px) {
  .form-home__mini-text-partner {
    color: #000;
  }
}

.main_form {
  width: 330px;
  border-radius: 10px;
  box-shadow: 10px 10px 4px 0 #00000040;
  padding: 15px 15px 7px;
  border: 1px solid #2563EB80;
  background: #FFFDFD;
}
.main_form__input {
  background: white;
  border: 1px solid #605d5d80;
  border-radius: 10px;
  margin-bottom: 17px;
  line-height: 28px;
  font-size: 14px;
  padding: 0 20px;
}
.main_form__textarea {
  background: white;
  border: 1px solid #605d5d80;
  border-radius: 10px;
  margin-bottom: 17px;
  font-size: 14px;
  padding: 12px 20px;
  height: 115px;
}
.main_form__file-label {
  width: 160px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F0F7FF;
  border: 1px solid #0D872D;
  margin-left: auto;
  border-radius: 20px;
  padding: 0 10px;
  margin-bottom: 19px;
}
.main_form__file-svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.main_form__file-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 100;
}
.main_form__file-text {
  font-size: 12px;
}
.main_form__btn {
  width: 100%;
  line-height: 50px;
  text-align: center;
  background: #EF6206;
  border-radius: 25px;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  transition: 0.3s;
  font-family: "Roboto", sans-serif;
}
.main_form__btn:hover {
  /*color: #DEE977;*/
  background-color:#119f1f;
}

.faq {
  padding: 50px 0 70px;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),
    url("../img/ekomora_quastions.png");  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.faq__title {
  margin-bottom: 30px;
}
.faq__list {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 50px;
}
@media (max-width: 1200px) {
  .faq__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .faq__list {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.faq__item {
  width: 400px;
  height: 150px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  box-shadow: 5px 5px 4px 0 #00000040;
  padding: 25px 30px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .faq__item {
    width: calc(100% - 40px);
    height: auto;
    padding: 15px 20px;
  }
  .faq__item.active .faq__text {
    height: 50px;
  }
  .faq__item.active .faq__info {
    height: 0;
  }
}
.faq__item-title {
  font-size: 20px;
  height: 46px;
}

@media (max-width: 767px) {
  .faq__item-title {
    height: inherit;
    margin-bottom:12px;
  }
}
.faq__text {
  font-size: 16px;
  margin-top: auto;
}
@media (max-width: 767px) {
  .faq__text {
    height: 0;
    transition: 0.3s;
    overflow: hidden;
  }
}
.faq__info {
  display: none;
}
@media (max-width: 767px) {
  .faq__info {
    display: block;
    transition: 0.3s;
    margin-left: auto;
  }
}

.partner {
  padding: 70px 15px 80px;
}
.partner__title {
  margin-bottom: 20px;
}
.partner__list {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .partner__list {
    grid-template-columns: 1fr 1fr;
  }
}
.partner__container {
  max-width: 1500px;
  margin: auto;
}

.main_text {
  padding: 40px 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.main_text__container {
  max-width: 1600px;
  margin: auto;
}
.main_text h1 {
  font-weight: 500;
  font-size: 42px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .main_text h1 {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .main_text h1 {
    font-size: 16px;
  }
}
.main_text p, .main_text li {
  font-size: 24px;
  line-height: 2em;
}
@media (max-width: 767px) {
  .main_text p, .main_text li {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .main_text p, .main_text li {
    font-size: 12px;
  }
}
.main_text ol, .main_text ul {
  list-style: inherit;
  margin-left: 1em;
}

.body_overflow {
  overflow: hidden;
}

/** Propose form */
.propose-popup {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.propose-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.propose-popup__title {
  padding-right: 12px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #3C3C3C;
}
.propose-popup__content {
  position: relative;
  width: calc(100% - 20px);
  max-width: 496px;
  margin: auto;
  padding: 16px;
  background-color: #F6F8FC;
  box-shadow: 0 15px 15px #0D0D0D;
  border-radius: 5px;
  z-index: 1001;
}
.propose-popup__form, .propose-popup__attachments, .propose-popup__fields {
  display: grid;
  gap: 10px;
}
.propose-popup__attachments .title {
  width: 100%;
  padding: 15px;
  background-color: #D9E9F6;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 10px;
  line-height: 0;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  color: #000000;
}
.propose-popup .main_form__file-label {
  margin: 0 0 10px auto;
}
.propose-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
.propose-popup__fields {
  grid-auto-flow: dense;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin-bottom: 20px;
}
.propose-popup__input, .propose-popup__select, .propose-popup__textarea {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.04em;
  padding: 10px;
  width: 100%;
  background-color: #FFFDFD;
  border: 1px solid rgba(96, 93, 93, 0.5);
  border-radius: 10px;
  color: #000;
}
.propose-popup__input::placeholder, .propose-popup__select::placeholder, .propose-popup__textarea::placeholder {
  font-size: 12px;
  color: #504C4C;
}
.propose-popup__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 8px 32px 8px 10px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}
.propose-popup__select:focus {
  border-color: #007bff;
  outline: none;
}
.propose-popup__textarea {
  min-height: 80px;
  grid-column: 1;
  grid-row: 1/3;
}
.propose-popup__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 14px 10px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  background-color: #F97316;
  border-radius: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
  transition: 0.3s;
  color: #FFFFFF;
}
.propose-popup__submit:hover {
  background-color: #a84904;
}
.propose-popup__preview {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.propose-popup__preview img {
  display: block;
  width: 70px;
  height: 50px;
  object-position: center;
  border-radius: 10px;
  object-fit: cover;
}
.propose-popup__preview .remove {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  margin-top: 4px;
  text-align: center;
}
.propose-popup__preview .remove:hover path {
  stroke: red;
}
@media (max-width: 767px) {
  .propose-popup__fields {
    align-items: flex-start;
    grid-template-rows: unset;
  }
  .propose-popup__textarea {
    grid-column: 1/-1;
    grid-row: 2;
  }
}

.btn-content {
    display: inline-flex;
    align-items: center;   /* выравнивает картинку и текст по одной линии */
    gap: 6px;              /* расстояние между иконкой и текстом */
}

.loading {
    width: 20px;   /* можно уменьшить размер спиннера */
    height: 18px;
}
.about {
  padding: 15px 30px;
}

@media (max-width: 1440px) {
  .about {
    padding: 15px;
  }

}
.about .container{
  position: relative;
}
.about p, .about li{
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 1440px) {
  .about p, .about li{
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 600px) {
  .about p, .about li{
    font-size: 12px;
    line-height: 18px;
  }
  .about__title{
    font-size: 16px;
  }
}
.about__subtitle{
  max-width:900px;
  font-family: Roboto,sans-serif;
  margin: 10px auto 30px;
  font-weight: 500;
  text-align: center;
  color: #3F3E3E;
}
.about__info{
  padding: 20px;
  background-color: #F8F8F8;
  border-radius: 16px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  width: calc(50% - 10px);
}

@media (max-width: 1200px) {
  .about__info{
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about__info{
    background-color: #6565651A;
    padding: 10px 12px;
    box-shadow:none;
  }
}

.about__info--center {
  text-align: center;
}

.about__info ul {
  list-style: inherit;
  padding-left: 20px;
}
.about__row{
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.about__img{
  width: calc(50% - 10px);
}
@media (max-width: 1200px) {
  .about__img {
    display: none;
  }
}
.about__label{
  position: absolute;
  top: 0;
  left: 0;
  background: #EF6206;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 16px!important;
  line-height: 50px!important;

  border-radius: 30px;
}
@media (max-width: 1330px) {
  .about__label{
    top: -50px;
  }
}
@media (max-width: 767px) {
  .about__label{
    top: -30px;
    width: 50px;
    font-size: 10px!important;
    line-height: 20px!important;

  }
}

.about-cars__img {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.about-cars__thumbnail {
    width: 100%;
}

.about-cars__info {
    padding: 20px 20px 20px 30px;
}

.about-cars__subtitle {
    max-width: 820px;
}
