

/* Start:/zarabatyvay-s-nami/franshiza/style.css?17446995628687*/
.franshiza {
  width: 100%;
  height: 100%;
}

.franshiza__header {
  width: 100%;
  height: 450px;
  background-image: url("/zarabatyvay-s-nami/franshiza/img/31.jpg");
  background-size: cover;
  padding-top: 60px;
}

@media screen and (max-width: 800px) {
  .franshiza__header {
    height: 200px;
    padding: 15px 0;
  }
}

.title__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .title__wrapper {
  }
}

.title__second_wrapper {
  width: 220px;
  height: 45px;
  background-color: #E31E24;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

@media screen and (max-width: 800px) {
  .title__second_wrapper {
    width: 100px;
    height: 25px;
  }
}

.title__second {
  margin: 0;
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
}

@media screen and (max-width: 800px) {
  .title__second {
    font-size: 20px;
    line-height: 18px;
  }
}

.franshiza__header-title {
  margin: 0;
  padding: 0;
  color: #E31E24;
  font-style: normal;
  font-weight: 800;
  font-size: 55px;
  line-height: 42px;
  text-transform: uppercase;
}

@media screen and (max-width: 800px) {
  .franshiza__header-title {
    font-size: 25px;
    line-height: 22px;
  }
}

.franshiza__title {
  margin: 13px 0;
  text-align: center;
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 33px;
  color: #E31E24;
}

@media screen and (max-width: 800px) {
  .franshiza__title {
    font-size: 20px;
    line-height: 18px;
    margin: 5px 0;
  }
}

.about__img {
  width: 100%;
}

.franshiza__contacts {
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  column-gap: 60px;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .franshiza__contacts {
    flex-direction: column;
    row-gap: 5px;
    align-items: center;
    padding: 10px 0;
  }
}

.contacts__card {
  width: 330px;
  padding: 20px;
  background-color: #999999;
  border-radius: 15px;
  display: grid;
  column-gap: 20px;
  grid-template-areas: 
  "I H"
  "I S"
  "T T";
}

@media screen and (max-width: 800px) {
  .contacts__card {
    width: 240px;
    padding: 10px;
    column-gap: 10px;
  }
}

.card__img {
  grid-area: I;
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: top;
}

@media screen and (max-width: 800px) {
  .card__img {
    width: 90px;
    height: 90px;
  }
}

.card__title {
  grid-area: H;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}

@media screen and (max-width: 800px) {
  .card__title {
    font-size: 12px;
    line-height: 18px;
  }
}

.card__subtitle {
  grid-area: S;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  margin: 5px 0 0 0;
}

@media screen and (max-width: 800px) {
  .card__subtitle {
    font-size: 10px;
    line-height: 14px;
  }
}

.card__tel {
  grid-area: T;
  font-weight: 700;
  font-size: 22px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  margin-top: 23px;
}

@media screen and (max-width: 800px) {
  .card__tel {
    font-size: 16px;
    line-height: 14px;
    margin-top: 10px;
  }
}

.card__tel:hover {
  color: #E31E24;
}

.title-wrapper {
  width: 100%;
  padding: 18px 0;
  background-color: #E31E24;
}

@media screen and (max-width: 800px) {
  .title-wrapper {
    padding: 8px 15px;
  }
}

.franshiza__section-title {
  margin: 0 auto;
  max-width: 720px;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .franshiza__section-title {
    font-size: 18px;
    line-height: 22px;
  }
}

.franshiza__cards-list {
  display: grid;
  grid-template-columns: repeat(2, 320px);
  gap: 30px;
  justify-content: center;
  margin: 30px 0;
}

@media screen and (max-width: 800px) {
  .franshiza__cards-list {
    grid-template-columns: 320px;
    gap: 10px;
    margin: 10px 0;
    justify-items: center;
  }
}

.franshiza__card {
  max-width: 320px;
  width: 100%;
  min-height: 90px;
  border: 1px solid #999999;
  border-radius: 15px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.35);
}

@media screen and (max-width: 800px) {
  .franshiza__card {
    max-width: 260px;
    min-height: 70px;
  }
}

.franshiza__card-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 800px) {
  .franshiza__card-text {
    font-size: 12px;
    line-height: 18px;
  }
}

.franshiza__req {
  padding-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .franshiza__req {
    padding-bottom: 10px;
  }
}

.franshiza__slider-conteiner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
}

.franshiza__arrow {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #999999;
}

@media screen and (max-width: 800px) {
  .franshiza__arrow {
    width: 35px;
    height: 35px;
  }
}

.franshiza__arrow svg {
  width: 30px;
  background-color: #ffffff;
}

@media screen and (max-width: 800px) {
  .franshiza__arrow svg {
    width: 20px;
  }
}

.franshiza__slider-items {
  max-width: 700px;
}

.franshiza__img-item {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
}

.franshiza__form input {
  width: 100% !important;
}
.franshiza__form textarea {
  width: 100% !important;
}

@media screen and (max-width: 800px) {
  .franshiza__img-item {
    height: 160px;
  }
}

.contacts__card-small {
  width: 320px;
  padding: 15px 0;
  background-color: #999999;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .contacts__card-small {
    width: 220px;
    padding: 10px;
  }
}

.card__title-small {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 800px) {
  .card__title-small {
    font-size: 12px;
    line-height: 11px;
  }
}

.card__subtitle-small {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #ffffff;
  text-align: center;
  margin: 10px 0 15px 0;
}

@media screen and (max-width: 800px) {
  .card__subtitle-small {
    font-size: 10px;
    line-height: 10px;
    margin: 6px 0 8px 0;
  }
}

.card__tel-small {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .card__tel-small {
    font-size: 14px;
    line-height: 14px;
  }
}

.card__tel-small:hover {
  color: #E31E24;
}

@media screen and (max-width: 800px) {
  .franshiza__form {
    margin: 0;
  }
}
.franshiza__btn {
  font-size: 13px;
  line-height: 18px;
  max-width: 240px;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  margin: 0px;
  border: 1px solid;
  border-radius: 2px;
  padding: 7px 18px 9px;
  overflow: hidden;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  display: inline-block;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffad00;
  border-color: #ffad00;
  padding: 10px 15px;
  cursor: pointer;
}
@media (max-width: 1140px) {
  .franshiza__btn {
      font-size: calc(14px + 2 * ((100vw - 320px) / 820));
  }
}
.franshiza__btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.franshiza__btn:hover {
  background-color: #ffb71f;
  border-color: #ffb71f;
}
button[disabled], html input[disabled] {
  cursor: default;
  opacity: 0.5;
}
.check-policy {
  position: relative;
  display: flex;
  column-gap: 10px;
  align-items: center;
  margin: 10px 0;
}
.franshiza__form .mf-name, .franshiza__form .mf-phone, .franshiza__form .mf-email, .franshiza__form .mf-captcha, .franshiza__form .mf-message {
  width: 100%;
}
.check-policy label {
  margin: 0;
}
.check-policy a {
  text-decoration: underline;
  color: #ffb71f;
  font-weight: 300;
}
#policy {
  max-width: fit-content;
  cursor: pointer;
}
/* End */


/* Start:/local/components/custom/custom.feedback/templates/.default/style.css?1744702649327*/
div.mfeedback {}
div.mf-name, div.mf-phone, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-phone input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

/* End */
/* /zarabatyvay-s-nami/franshiza/style.css?17446995628687 */
/* /local/components/custom/custom.feedback/templates/.default/style.css?1744702649327 */
