@charset "UTF-8";
@font-face {
  font-family: WixMadeforDisplay;
  font-display: swap;
  src: url("../fonts/WixMadeforDisplay-Bold.woff2") format("woff2"), url("../fonts/WixMadeforDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: WixMadeforDisplay;
  font-display: swap;
  src: url("../fonts/WixMadeforDisplay-ExtraBold.woff2") format("woff2"), url("../fonts/WixMadeforDisplay-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: WixMadeforDisplay;
  font-display: swap;
  src: url("../fonts/WixMadeforDisplay-Regular.woff2") format("woff2"), url("../fonts/WixMadeforDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: WixMadeforDisplay;
  font-display: swap;
  src: url("../fonts/WixMadeforDisplay-SemiBold.woff2") format("woff2"), url("../fonts/WixMadeforDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #363330;
  line-height: 1;
  font-family: "WixMadeforDisplay";
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "WixMadeforDisplay";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  touch-action: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

.container {
  max-width: 1170px;
}

.container_big {
  max-width: 1560px;
}

/*
(i) Стили будут применяться ко
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/
[class*=__container] {
  max-width: 73.125rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  position: relative;
}
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  object-fit: contain;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 30px 50px;
  width: 300px;
  box-shadow: inset 0 8px 20px 0 rgba(255, 255, 255, 0.45);
  background: linear-gradient(180deg, #ffcf81 0%, #ffbb4c 100%);
  border: none;
  font-weight: 700;
  font-size: 22px;
  line-height: 0.8;
  color: #363330;
  transition: all 0.3s ease 0s;
}
.btn:hover {
  box-shadow: inset 0 8px 20px 0 rgba(255, 255, 255, 0.45);
  background: linear-gradient(180deg, #ffed9f 0%, #ffbb4c 100%);
}
.btn:active {
  background-color: transparent;
  box-shadow: inset 0 8px 20px 0 rgba(255, 255, 255, 0.45);
  background: #f5b142;
}
@media (max-width: 36em) {
  .btn {
    padding: 24px 50px;
    font-size: 1.125rem;
    width: 230px;
  }
}

.btn-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #d68f1c;
  border-radius: 16px;
  padding: 20px 50px;
  width: 100%;
  margin: auto 0 0;
}
.btn-empty span {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #d68f1c;
  padding-right: 30px;
  position: relative;
}
.btn-empty span::after {
  content: "";
  position: absolute;
  width: 0.9375rem;
  height: 1rem;
  background: url("../img/icons/arrow.svg") 0 0 no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.btn-empty:hover {
  background: linear-gradient(180deg, #ffed9f 0%, #ffbb4c 100%);
  border: none;
  padding: 22px 52px;
}
.btn-empty:hover span {
  color: #363330;
}
.btn-empty:hover span::after {
  background: url("../img/icons/arrow-h.svg") 0 0 no-repeat;
}
.btn-empty:active {
  background: #f5b142;
}

.section-title {
  font-weight: 800;
  color: #363330;
  text-align: center;
  margin-bottom: 3rem;
}
@supports (font-size: clamp( 1.625rem , 1.125rem  +  2.5vw , 3rem )) {
  .section-title {
    font-size: clamp( 1.625rem , 1.125rem  +  2.5vw , 3rem );
  }
}
@supports not (font-size: clamp( 1.625rem , 1.125rem  +  2.5vw , 3rem )) {
  .section-title {
    font-size: calc(1.625rem + 1.375 * (100vw - 20rem) / 55);
  }
}

.header {
  padding: 1.25rem 0;
}

.logo-header {
  display: flex;
  align-items: center;
}
@media (max-width: 68.75em) {
  .logo-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.logo-header__img {
  margin-right: 1.625rem;
}
.logo-header__img img {
  width: 100%;
}
@media (max-width: 36em) {
  .logo-header__img img {
    width: 80%;
  }
}
@media (max-width: 68.75em) {
  .logo-header__img {
    margin-bottom: 0.625rem;
  }
}

.logo-header__descr {
  font-size: 0.875rem;
  line-height: 140%;
  color: #727070;
}
@media (max-width: 62em) {
  .logo-header__descr {
    display: none;
  }
}

.contact-header {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 62em) {
  .contact-header {
    justify-content: center;
  }
}
@media (max-width: 48em) {
  .contact-header {
    justify-content: flex-end;
    margin-right: 2.5rem;
  }
}

@supports (margin-right: clamp( 1.5625rem , -0.3125rem  +  3.90625vw , 4.375rem )) {
  .contact-header__call {
    margin-right: clamp( 1.5625rem , -0.3125rem  +  3.90625vw , 4.375rem );
  }
}
@supports not (margin-right: clamp( 1.5625rem , -0.3125rem  +  3.90625vw , 4.375rem )) {
  .contact-header__call {
    margin-right: calc(1.5625rem + 2.8125 * (100vw - 48rem) / 72);
  }
}

.call {
  display: flex;
  flex-direction: column;
}

.call__text {
  font-size: 0.875rem;
  line-height: 140%;
  color: #727070;
}
@media (max-width: 48em) {
  .call__text {
    display: none;
  }
}

.call__phone {
  position: relative;
}
.call__phone::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/phone.svg") 0 0 no-repeat;
  top: 0.5rem;
  left: -1.25rem;
}
@media (max-width: 48em) {
  .call__phone::before {
    width: 2.5rem;
    height: 2.5rem;
    background: url("../img/icons/phone-m.svg") 0 0 no-repeat;
    top: -3rem;
  }
}
.call__phone span {
  font-weight: 800;
  line-height: 140%;
  color: #363330;
}
@supports (font-size: clamp( 1.125rem , 0.8577586207rem  +  0.4310344828vw , 1.375rem )) {
  .call__phone span {
    font-size: clamp( 1.125rem , 0.8577586207rem  +  0.4310344828vw , 1.375rem );
  }
}
@supports not (font-size: clamp( 1.125rem , 0.8577586207rem  +  0.4310344828vw , 1.375rem )) {
  .call__phone span {
    font-size: calc(1.125rem + 0.25 * (100vw - 62rem) / 58);
  }
}
@media (max-width: 48em) {
  .call__phone span {
    display: none;
  }
}

.post {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 48em) {
  .post {
    display: none;
  }
}

.post__text {
  font-size: 0.875rem;
  line-height: 140%;
  color: #727070;
}

.post__email {
  font-weight: 700;
  line-height: 140%;
  color: #363330;
  margin-bottom: 0.25rem;
}
@supports (font-size: clamp( 1.125rem , 0.9913793103rem  +  0.2155172414vw , 1.25rem )) {
  .post__email {
    font-size: clamp( 1.125rem , 0.9913793103rem  +  0.2155172414vw , 1.25rem );
  }
}
@supports not (font-size: clamp( 1.125rem , 0.9913793103rem  +  0.2155172414vw , 1.25rem )) {
  .post__email {
    font-size: calc(1.125rem + 0.125 * (100vw - 62rem) / 58);
  }
}

.post__whatsapp {
  font-size: 0.875rem;
  line-height: 140%;
  text-align: right;
  color: #d68f1c;
  border-bottom: 1px dashed #d68f1c;
  padding-left: 1.25rem;
  position: relative;
  transition: all 0.3s ease 0s;
}
.post__whatsapp::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: url("../img/whatsapp.svg") 0 0 no-repeat;
  top: 0;
  left: 0px;
}
.post__whatsapp:hover {
  border-bottom: 1px solid #d68f1c;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.navbar-toggler {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: transparent;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  transition: var(--bs-navbar-toggler-transition);
  position: absolute;
  right: -0.625rem;
  top: -2.5rem;
}

.navbar-toggler-icon {
  background: url("../img/icons/menu.svg") 0 0 no-repeat;
}

@media (max-width: 62em) {
  .navbar-collapse {
    background: #fff;
  }
}

.navbar-nav {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 62em) {
  .navbar-nav {
    padding: 0 1.25rem;
  }
}

.nav-link {
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  color: #363330;
}

.dropdown {
  padding-right: 1.25rem;
}

.dropdown-toggle::after {
  display: none;
}
.dropdown-toggle::before {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  background: url("../img/icons/dropdown-icon.svg") 0 0 no-repeat;
  right: 0px;
  top: 1rem;
}

.dropdown-item {
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  color: #363330;
}

.footer {
  padding: 1.875rem 0;
  background: #202020;
  color: #fff;
}

.footer__logo img {
  width: 15.375rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 62em) {
  .footer__logo {
    text-align: center;
    margin-bottom: 1.25rem;
  }
}

.footer__desc {
  font-size: 0.875rem;
  line-height: 140%;
  opacity: 0.6;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 62em) {
  .footer__contact {
    text-align: center;
    margin-bottom: 1.25rem;
  }
}

.footer__email {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.8125rem;
  margin-left: -1.5625rem;
}
@media (max-width: 62em) {
  .footer__email {
    margin-left: 0;
  }
}

.footer__phone {
  font-weight: 800;
  padding-left: 1.25rem;
  position: relative;
}
@supports (font-size: clamp( 1rem , 0.7327586207rem  +  0.4310344828vw , 1.25rem )) {
  .footer__phone {
    font-size: clamp( 1rem , 0.7327586207rem  +  0.4310344828vw , 1.25rem );
  }
}
@supports not (font-size: clamp( 1rem , 0.7327586207rem  +  0.4310344828vw , 1.25rem )) {
  .footer__phone {
    font-size: calc(1rem + 0.25 * (100vw - 62rem) / 58);
  }
}
.footer__phone::before {
  content: "";
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  background: url("../img/phone.svg") 0 0 no-repeat;
  top: 0;
  left: 0;
}

.footer__social div {
  font-size: 0.875rem;
  opacity: 0.6;
  margin-bottom: 0.75rem;
}
@media (max-width: 62em) {
  .footer__social {
    text-align: center;
    margin-bottom: 1.25rem;
  }
}

.social__icon:not(:last-child) {
  margin-right: 0.5rem;
}

.footer__development div {
  font-size: 0.875rem;
  opacity: 0.6;
  margin-bottom: 0.75rem;
}
@media (max-width: 62em) {
  .footer__development {
    text-align: center;
  }
}

.offer {
  background: url("../img/offer-bg.jpg") 60% 0/cover no-repeat;
  padding: 2.5rem 0 10.4375rem;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 62em) {
  .offer {
    padding: 0.625rem 0 10.4375rem;
  }
}
@media (max-width: 36em) {
  .offer {
    background: url("../img/offer-bg.jpg") 60% 0/cover no-repeat;
    padding: 0px 0 12.5rem;
  }
}

.offer__title {
  font-weight: 400;
  line-height: 110%;
  color: #363330;
  margin-bottom: 2.125rem;
}
@supports (font-size: clamp( 1.5625rem , 0.7670454545rem  +  3.9772727273vw , 3.75rem )) {
  .offer__title {
    font-size: clamp( 1.5625rem , 0.7670454545rem  +  3.9772727273vw , 3.75rem );
  }
}
@supports not (font-size: clamp( 1.5625rem , 0.7670454545rem  +  3.9772727273vw , 3.75rem )) {
  .offer__title {
    font-size: calc(1.5625rem + 2.1875 * (100vw - 20rem) / 55);
  }
}
.offer__title span {
  display: block;
  font-weight: 700;
  color: #007643;
}
@media (max-width: 36em) {
  .offer__title {
    margin-bottom: 1.25rem;
  }
}

span.bold {
  font-weight: 800;
  color: #363330;
}

.offer__descr {
  max-width: 36.875rem;
  line-height: 140%;
  color: #727070;
  margin-bottom: 2.5rem;
}
@supports (max-width: clamp( 17.5rem , 10.4545454545rem  +  35.2272727273vw , 36.875rem )) {
  .offer__descr {
    max-width: clamp( 17.5rem , 10.4545454545rem  +  35.2272727273vw , 36.875rem );
  }
}
@supports not (max-width: clamp( 17.5rem , 10.4545454545rem  +  35.2272727273vw , 36.875rem )) {
  .offer__descr {
    max-width: calc(17.5rem + 19.375 * (100vw - 20rem) / 55);
  }
}
@supports (font-size: clamp( 0.875rem , 0.6477272727rem  +  1.1363636364vw , 1.5rem )) {
  .offer__descr {
    font-size: clamp( 0.875rem , 0.6477272727rem  +  1.1363636364vw , 1.5rem );
  }
}
@supports not (font-size: clamp( 0.875rem , 0.6477272727rem  +  1.1363636364vw , 1.5rem )) {
  .offer__descr {
    font-size: calc(0.875rem + 0.625 * (100vw - 20rem) / 55);
  }
}
.offer__descr span {
  font-weight: 700;
  color: #363330;
}
@media (max-width: 36em) {
  .offer__descr {
    margin-bottom: 1.25rem;
    max-width: 17.5rem;
  }
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #f5b142;
}

.advantage {
  padding: 1.875rem 0;
}

.advantage__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  padding: 1.8125rem;
  background: #f9f9f9;
}
@media (max-width: 36em) {
  .advantage__item {
    padding: 1.25rem;
  }
}

.advantage__img {
  margin-bottom: 1rem;
}
.advantage__img img {
  width: 3.75rem;
}

.advantage__text {
  font-size: 1.125rem;
  line-height: 140%;
  color: #363330;
}
.advantage__text span {
  font-weight: 700;
}
@media (max-width: 36em) {
  .advantage__text {
    font-size: 1rem;
  }
}

.projects {
  padding: 3.75rem 0 5.625rem;
}
@media (max-width: 36em) {
  .projects {
    padding: 1.875rem 0 1.875rem;
  }
}

.project {
  max-width: 23.125rem;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #f9f9f9;
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.project__img img {
  width: 100%;
  border-radius: 20px;
}

.project__body {
  display: flex;
  flex-direction: column;
  padding: 1.625rem 1.875rem 1.875rem;
  height: 100%;
}

.project__title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.project__info {
  margin-bottom: 1.5rem;
}

.material {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1.25rem;
}

.material__item {
  display: flex;
}

.material__img {
  margin-right: 0.75rem;
}

.material__info {
  font-size: 0.875rem;
  color: #727070;
}
.material__info span {
  display: block;
  margin-top: 0.25rem;
  font-weight: 500;
  font-size: 1.25rem;
  color: #363330;
}

.price {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.625rem;
}

.price__new {
  font-weight: 700;
  font-size: 1.5rem;
  margin-right: 0.875rem;
}

.price__old {
  text-decoration: line-through;
  color: #727070;
}

.badge {
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 0.625rem;
  width: 6.4375rem;
  height: 1.875rem;
  background: #007643;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 110%;
  text-align: right;
  color: #fff;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
.badge.show {
  display: flex;
}

.bunner {
  padding: 2.5rem 0;
}
@media (max-width: 36em) {
  .bunner {
    padding: 1.25rem 0;
  }
}

.bunner__wrap {
  display: flex;
}
@media (max-width: 62em) {
  .bunner__wrap {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}

.bunner__item {
  border-radius: 20px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.bunner__item:not(:last-child) {
  margin-right: 1.875rem;
}
@media (max-width: 62em) {
  .bunner__item {
    width: 100%;
    height: 25rem;
  }
}
@media (max-width: 36em) {
  .bunner__item {
    padding: 1.25rem;
  }
}

.credit {
  flex: 1 1 32rem;
  background: url("../img/bunner/credit.jpg") 0 0/cover no-repeat;
}
.credit .bunner__body {
  width: 18.75rem;
}
@media (max-width: 36em) {
  .credit .bunner__body {
    width: 100%;
  }
}
@media (max-width: 62em) {
  .credit {
    background: url("../img/bunner/credit.jpg") 80% 0/cover no-repeat;
  }
}

.capital {
  flex: 1 1 39.25rem;
  background: url("../img/bunner/capital.jpg") 0 0/cover no-repeat;
}
@media (max-width: 62em) {
  .capital {
    background: url("../img/bunner/capital.jpg") 80% 0/cover no-repeat;
  }
}

.bunner__body {
  width: 20.125rem;
}
@media (max-width: 36em) {
  .bunner__body {
    width: 100%;
  }
}

.bunner__badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 0.625rem 0.875rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 110%;
  color: #fff;
  margin-bottom: 1.125rem;
  opacity: 0.5;
}

.bunner__title {
  font-size: 2.125rem;
  line-height: 120%;
  color: #fff;
  margin-bottom: 1.875rem;
}
.bunner__title span {
  font-weight: 800;
  display: block;
}

.btn_bunner {
  width: 100%;
  height: 4.125rem;
  font-size: 1.25rem;
  padding: 1.625rem 1.875rem;
}

.portfolio {
  padding: 5.625rem 0 3.75rem;
}

.portfolio__card {
  display: block;
  max-width: 31.25rem;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
}
.portfolio__card:not(:last-child) {
  margin-bottom: 1.875rem;
}
.portfolio__card:hover::before {
  content: "";
  position: absolute;
  background-color: rgba(1, 6, 4, 0.7);
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.portfolio__card:hover .portfolio__text {
  bottom: 1.875rem;
}
.portfolio__card:hover .portfolio__btn {
  top: 1.25rem;
}

.portfolio__img {
  overflow: hidden;
  position: relative;
}
.portfolio__img img {
  width: 100%;
  border-radius: 20px;
}

.portfolio__text {
  position: absolute;
  width: 70%;
  bottom: -100%;
  left: 1.875rem;
  z-index: 5;
  transition: all 0.3s ease 0s;
}

.portfolio__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 130%;
  color: #fff;
}

.portfolio__locality {
  font-size: 1rem;
  color: #fff;
}

.portfolio__btn {
  border-radius: 16px;
  padding: 1.25rem;
  width: 4rem;
  height: 4rem;
  background: url("../img/icons/arrow-h.svg") center center no-repeat, linear-gradient(180deg, #ffcf81 0%, #ffbb4c 100%);
  position: absolute;
  top: -100%;
  right: 1.25rem;
  z-index: 5;
  transition: all 0.3s ease 0s;
}

.btn-empty_portfolio {
  width: 23.75rem;
  margin: 3rem auto 0;
}
@media (max-width: 26.5625em) {
  .btn-empty_portfolio {
    width: 100%;
    padding: 1.25rem 0.9375rem;
  }
}

.quality__wrap {
  background: url("../img/quality-bg.jpg") 60% 0/cover no-repeat;
  border-radius: 60px;
  padding: 5.625rem 11.5625rem;
}
@media (max-width: 87.5em) {
  .quality__wrap {
    padding: 5.625rem 3.125rem;
  }
}
@media (max-width: 62em) {
  .quality__wrap {
    padding: 3.125rem 1.875rem;
  }
}
@media (max-width: 36em) {
  .quality__wrap {
    padding: 3.125rem 0.625rem;
  }
}

.quality__list {
  font-size: 1.125rem;
  line-height: 150%;
  padding-left: 0;
}
.quality__list p {
  margin-bottom: 1.375rem;
}
.quality__list p span {
  font-weight: 700;
}
@media (max-width: 62em) {
  .quality__list {
    background: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 36em) {
  .quality__list {
    font-size: 1rem;
  }
}

.quality__item {
  padding-left: 3.5rem;
  position: relative;
}
.quality__item:not(:last-child) {
  margin-bottom: 1rem;
}
.quality__item::before {
  content: "";
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  background: url("../img/icons/check.svg") 0 0 no-repeat;
  left: 0;
  top: 0;
}
.quality__item span {
  line-height: 150%;
  color: #727070;
}

.calculate {
  background: url("../img/calculate/calculate-bg.png") 0 0 no-repeat;
}

.calculate__wrap {
  margin: 5.625rem 0;
}
@media (max-width: 48em) {
  .calculate__wrap {
    margin: 3.125rem 0 1.25rem;
  }
}

.section-title_calculate {
  text-align: left;
  margin-bottom: 1.875rem;
}

.calculate__text {
  margin-bottom: 1.875rem;
}
.calculate__text span {
  font-weight: 700;
  color: #007643;
}

.btn_calculate {
  width: 100%;
  padding: 1.625rem 1.25rem;
  font-size: 1.25rem;
}
@media (max-width: 48em) {
  .btn_calculate {
    width: 28.375rem;
  }
}
@media (max-width: 36em) {
  .btn_calculate {
    width: 100%;
  }
}

.calculate__img img {
  width: 100%;
}
