

/* Start:/local/components/terem/standard.blocks/templates/mobile.standard.banner/style.css?17454940074712*/
.standard-banner {
    padding: 0;
    margin-top: 60px;
}

.one-block .standard-banner {
    margin-top: 60px;
}

._banner {
    border-radius: 10px;
    padding: 20px 20px 30px 20px;
    background: var(--background);
    display: block;
    box-shadow: 2px 2px 9px 0px #B6B4B440;
}

._red ._banner {
    background: linear-gradient(271.32deg, #570724 0%, #930338 100%);
    box-shadow: none;
}

.banner__icon {
    width: 190px;
}

.banner__title {
    font-family: var(--title-font);
    font-weight: 500;
    line-height: 130%;
    font-size: 23px;
    color: var(--title-color);
}

._red .banner__title {
    font-size: 23px;
}

.banner__text {
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-top: 11px;
    color: var(--dark-grey-color);
    margin-bottom: 0;
}

._red .banner__text, ._red .banner__title {
    color: var(--background);
}

.banner__btn {
    position: relative;
    left: calc(100% - 90px);
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

._banner .banner__btn {
    background-color: var(--main-color);
    border: 2px solid var(--main-color);
}

a._banner:hover .banner__btn {
    background-color: transparent;
    border: 2px solid var(--main-color);
}

._red ._banner .banner__btn {
    background-color: var(--background);
    border: 2px solid var(--background);
}

._red a._banner:hover .banner__btn {
    background-color: transparent;
    border: 2px solid var(--background);
}

.banner__btn svg {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 3px;
    box-sizing: unset;
}

.banner__btn--arrow {
    stroke: var(--background);
}

a:hover .banner__btn {
    background-color: var(--background);
}

._red .banner__btn--arrow {
    stroke: var(--main-color);
}

._red a:hover .banner__btn {
    background-color: transparent;
}

a:hover .banner__btn--arrow {
    stroke: var(--main-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

._red a:hover .banner__btn--arrow {
    stroke: var(--background);
}

a:hover .banner__btn,
a .banner__btn {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner__icon {
    width: 150px;
}


.project__banner--body {
    padding: 15px 0 30px 10px;
}

._red .banner__icon {
    width: 190px;
}

@media screen and (max-width: 640px) {
    ._red .project__banner--body {
        padding: 5px 0 30px 10px;
    }

    ._red .banner__text, ._red .banner__title {
        max-width: 283px;
    }
}

@media screen and (min-width: 641px) {

    .banner__btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 50px;
        left: unset;
        margin-top: 0px;
    }

    .banner__text {
        font-size: 16px;
        width: 88%;
    }

    .standard-banner {
        margin-top: 80px;
    }

    ._banner {
        position: relative;
        display: flex;
        align-items: center;
        gap: 40px;
        justify-content: flex-start;
        padding: 28px 20px;
    }

    ._red ._banner {
        gap: 30px;
        padding: 20px 20px;
    }

    .banner__title {
        font-size: 23px;
    }

    ._red .banner__text, ._red .banner__title {
        max-width: 282px;
    }

    .banner__icon {
        width: 150px;
    }

    .project__banner--body {
        width: calc(100% - 320px);
        padding: 0;
    }

    ._red .banner__icon {
        width: 190px;
    }

    .one-block .standard-banner {
        margin-top: 80px;
    }

}

@media screen and (min-width: 1200px) {
    ._banner ._h2 {
        margin-bottom: 60px;
    }

    ._banner {
        padding: 25px 40px;
    }

    ._red ._banner {
        padding: 15px 30px;
        gap: 50px;
    }

    .banner__icon {
        width: 180px;
    }

    ._red .banner__icon {
        width: 230px;
    }

    .banner__title {
        font-size: 30px;
        width: 100%;
    }

    .banner__btn {
        right: 60px;
    }

    .banner__text {
        font-size: 18px;
    }

    ._calc-btn {
        font-size: 14px;
        padding: 12px 20px 11px;
    }

    .standard-banner {
        margin-top: 120px;
    }

    ._banner {
        display: flex;
        align-items: center;
        gap: 60px;
        border-radius: 20px;
    }

    .project__banner--body {
        width: calc(100% - 360px);
    }

    .one-block .standard-banner {
        margin-top: 60px;
    }

    ._red .banner__title {
        font-size: 36px;
    }

    ._red .banner__text, ._red .banner__title {
        max-width: none;
    }

}
/* End */


/* Start:/local/components/terem/catalog.list/templates/mobile.terem.house.list/style.css?17454948692096*/
.portfolio {
  padding: 0;
  margin-top: 60px;
}

.portfolio .h2 {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 21px;
  line-height: 130%;
  color: var(--text-color);
}

.portfolio__img {

  border-radius: 10px;
  font-size: 0;
  overflow: hidden;

}

.portfolio__img img {
  width: 100%;
}

.portfolio__text {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-color);
  margin-top: 20px;
}

.portfolio__link {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: var(--text-color);
}

.portfolio__description {
  display: flex;
  gap: 17px;
  margin-top: 13px;
}

.portfolio__items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
}

.portfolio__item {
  width: 100%;
}

.portfolio__btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.portfolio__btn {
  background-color: var(--main-color);
  color: var(--background);
  outline: 1px solid var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-align: center;
  white-space: nowrap;
  border-radius: 30px;
  outline-offset: 10px;
  font: 500 14px/130% var(--text-font);
  letter-spacing: .1em;
  padding: 16px 40px;
  text-transform: uppercase;
  margin: 10px;
}

.portfolio__btn:hover {
  outline: 1px solid transparent;
}

@media (min-width: 641px) {
  .portfolio {
    margin-top: 80px;
  }

  .portfolio .h2 {
    font-size: 26px;
  }

  .portfolio__link {
    font-size: 21px;
  }

  .portfolio__items {
    margin-top: 40px;
  }

  .portfolio__description {
    margin-top: 10px;
  }
}

@media (min-width: 800px) {
  .portfolio__item {
    width: calc(50% - 20px);
  }

  .portfolio__text {
    margin-top: 30px;
  }

  .portfolio__btn-wrapper {

    margin-top: 60px;
  }

  .portfolio__btn {
    padding: 16px 105px;
  }

}

@media (min-width: 1200px) {
  .portfolio {
    margin-top: 120px;
  }

  .portfolio .h2 {
    font-size: 30px;
  }

}
/* End */


/* Start:/local/components/terem/form.form/templates/mobile.template.form.project.gazoblock/style.css?17454979592843*/
section.your-project.form-section {
    padding: 0;
    margin: 60px auto;
}

section.your-project.form-section .wrapper {
    width: calc(100% - 30px);
}

section.your-project .helper-text {
    font: 400 12px/130% var(--text-font);
    color: rgba(0, 0, 0, 0.60);
    text-align: left;
    margin-top: 4px;
}


.your-project-gazoblock .button.submit {
    position: relative;
    background-color: var(--main-color);
    color: var(--background);
    outline: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-align: center;
    white-space: nowrap;
    border-radius: 30px;
    outline-offset: 10px;
    font: 500 14px/130% var(--text-font);
    letter-spacing: .1em;
    padding: 15px 125px;
    text-transform: uppercase;
    margin: 10px;
    height: auto;
    border: none;
}

.your-project-gazoblock .button.submit:hover {
    outline: 1px solid transparent;
}

.form-template.form-section.your-project-gazoblock .btn-wrapper {
    display: flex;
    justify-content: center;
}

.form-template.form-section.your-project-gazoblock .form-wrapper .btn-wrapper {
    margin-top: 40px;
}

.form-template.form-section.your-project-gazoblock .h3 {
    font-size: 26px;
    margin: 0 auto 32px;
}

.form-template.form-section.your-project-gazoblock .tx {
    max-width: 645px;
}

.form-template.form-section.your-project-gazoblock .form-wrapper .input-wrapper {
    max-width: 100%;
}

.form-template .ln-wrapper-inline {
    margin-bottom: 8px;
}

.form-template.form-section.your-project-gazoblock .form-wrapper .btn-wrapper {
    margin-top: 32px;
}

@media (max-width: 767px) {
    .your-project-gazoblock .button.submit {
        width: calc(100% - 20px);
    }

}

@media (min-width: 768px) {
    section.your-project.form-section {
        padding: 0;
        margin: 80px auto;
    }

    .form-template .ln-wrapper-inline {
        display: flex;
        flex-direction: row;
        gap: 30px;
        margin-bottom: 0;
    }

    .form-template.upload-form.form-section .form-wrapper {
        max-width: 645px;
    }

    .form-template.form-section.your-project-gazoblock .tx {
        margin-bottom: 29px;
    }
}

@media (min-width: 1000px) {

    section.your-project.form-section {
        padding: 0;
        margin: 118px auto 120px;
    }

    section.your-project .helper-text {
        text-align: center;
    }

    .form-template.form-section.your-project-gazoblock .h3 {
        font-size: 36px;
        text-align: center;
        margin: 0 auto 32px;
        max-width: 407px;
    }

    .form-template.form-section.your-project-gazoblock .form-wrapper .ln-wrapper-inline .ln {
        margin-bottom: 8px;
    }

    .form-template.form-section.your-project-gazoblock .form-wrapper .btn-wrapper {
        margin-top: 40px;
    }

}
/* End */
/* /local/components/terem/standard.blocks/templates/mobile.standard.banner/style.css?17454940074712 */
/* /local/components/terem/catalog.list/templates/mobile.terem.house.list/style.css?17454948692096 */
/* /local/components/terem/form.form/templates/mobile.template.form.project.gazoblock/style.css?17454979592843 */
