/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/style.scss ***!
  \******************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.btn {
  font-family: "Inter";
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .btn {
    font-size: 1.4rem;
  }
}
.btn {
  padding: 1.5rem;
  text-align: center;
  border-radius: 4rem;
  cursor: pointer;
  color: #fff;
  background: #132029;
  border: 1px solid #132029;
}
.btn--white {
  background: #fff;
  color: #132029;
}

html {
  font-size: 10px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Inter";
  src: url(../assets/fonts/Inter-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../assets/fonts/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../assets/fonts/Inter-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../assets/fonts/Inter-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  background: #F4F4F4;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#main {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: calc(1300px + 4rem)) {
  #main {
    width: 100%;
  }
}
#main {
  display: block;
}
@media (max-width: calc(1300px + 4rem)) {
  #main {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  #main {
    padding: 0 1.5rem;
  }
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
  border-radius: 1.5rem;
  padding: 1.5rem;
  position: relative;
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=tel],
  .wpcf7-form input[type=email],
  .wpcf7-form textarea {
    font-size: 1.4rem;
  }
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
  color: rgba(19, 32, 41, 0.7);
  padding: 2rem;
  border: 1px solid #F4F4F4;
  background: #F4F4F4;
  width: 100%;
}
.wpcf7-form textarea {
  height: 11rem;
}
.wpcf7-form .wpcf7-submit {
  font-family: "Inter";
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .wpcf7-form .wpcf7-submit {
    font-size: 1.4rem;
  }
}
.wpcf7-form .wpcf7-submit {
  padding: 1.5rem;
  text-align: center;
  border-radius: 4rem;
  cursor: pointer;
  color: #fff;
  background: #132029;
  border: 1px solid #132029;
  width: 100%;
  transition: all 0.3s ease;
}
.wpcf7-form .wpcf7-submit--white {
  background: #fff;
  color: #132029;
}
.wpcf7-form.submitting .wpcf7-submit {
  opacity: 0.4;
}
.wpcf7-form p {
  margin: 0 0 2rem;
  display: flex;
  position: relative;
}
.wpcf7-form p label {
  font-family: "Inter";
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .wpcf7-form p label {
    font-size: 1.4rem;
  }
}
.wpcf7-form p label {
  color: rgba(19, 32, 41, 0.7);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wpcf7-form p:last-child {
  margin: 0 0 3rem;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.wpcf7-form > :nth-last-child(2) {
  margin: 0rem;
}
.wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-family: "Inter";
  font-size: 1.4rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 1.2rem;
  }
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #dc3232;
}
.wpcf7-form .wpcf7-response-output {
  font-family: "Inter";
  font-size: 1.4rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .wpcf7-form .wpcf7-response-output {
    font-size: 1.2rem;
  }
}
.wpcf7-form .wpcf7-response-output {
  border-radius: 1.5rem;
  margin: 0 0 1rem !important;
}

h1.wp-block-heading {
  font-family: "Inter";
  font-size: 6.4rem;
  line-height: 90%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -5%;
}
@media (max-width: 576px) {
  h1.wp-block-heading {
    font-size: 3.6rem;
  }
}
h1.wp-block-heading {
  margin: 0 0 5rem;
}

P {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  P {
    font-size: 1.4rem;
  }
}
P {
  color: rgba(19, 32, 41, 0.7);
  margin: 0 0 1.5rem;
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/admin.scss ***!
  \******************************************************************************************************************************************************************************************************************/

/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/editor.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
.editor-styles-wrapper .is-root-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/mixins/_buttons.scss ***!
  \****************************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.btn {
  font-family: "Inter";
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .btn {
    font-size: 1.4rem;
  }
}
.btn {
  padding: 1.5rem;
  text-align: center;
  border-radius: 4rem;
  cursor: pointer;
  color: #fff;
  background: #132029;
  border: 1px solid #132029;
}
.btn--white {
  background: #fff;
  color: #132029;
}
/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/mixins/_containers.scss ***!
  \*******************************************************************************************************************************************************************************************************************************/

/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/mixins/_inputs.scss ***!
  \***************************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}
/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/mixins/_text.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}
/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/css/mixins/_vars.scss ***!
  \*************************************************************************************************************************************************************************************************************************/

/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./components/footer/index.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.footer {
  background: #fff;
  padding: 4rem 0;
  margin: auto 0 0;
}
.footer__inner-wrapper {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: calc(1300px + 4rem)) {
  .footer__inner-wrapper {
    width: 100%;
  }
}
.footer__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.footer__row:first-child {
  display: grid;
  grid-template-columns: 1fr 60% 1fr;
}
.footer__row:last-child {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .footer__row:last-child {
    font-size: 1.4rem;
  }
}
.footer__row:last-child {
  color: rgba(19, 32, 41, 0.8);
  display: flex;
  justify-content: center;
}
.footer__copyright {
  text-align: center;
}
.footer__logo a {
  font-family: "Inter";
  font-size: 2rem;
  line-height: 100%;
  font-weight: 600;
  color: #132029;
}
@media (max-width: 768px) {
  .footer__logo a {
    font-size: 1.8rem;
  }
}
.footer__logo a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer__logo-img {
  width: 16.5rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__nav {
  margin: 0 auto;
}
.footer__nav-menu {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  list-style: none;
}
.footer__nav-menu li a {
  font-family: "Inter";
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .footer__nav-menu li a {
    font-size: 1.4rem;
  }
}
.footer__nav-menu li a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media (max-width: calc(1300px + 4rem)) {
  .footer {
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .footer__row:first-child {
    display: flex;
    justify-content: space-between;
  }
  .footer__nav {
    margin: 0 0 0 auto;
  }
  .footer__nav-menu {
    gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  .footer__row:first-child {
    flex-direction: column;
  }
  .footer__logo {
    margin: 0 0 4rem 0;
  }
  .footer__nav {
    margin: 0;
  }
  .footer__nav-menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./components/header/index.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.header {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: calc(1300px + 4rem)) {
  .header {
    width: 100%;
  }
}
.header {
  position: relative;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo a {
  font-family: "Inter";
  font-size: 2rem;
  line-height: 100%;
  font-weight: 600;
  color: #132029;
}
@media (max-width: 768px) {
  .header__logo a {
    font-size: 1.8rem;
  }
}
.header__logo a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.header__logo-img {
  width: 16.5rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__nav-menu {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  list-style: none;
}
.header__nav-menu li a {
  font-family: "Inter";
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .header__nav-menu li a {
    font-size: 1.4rem;
  }
}
.header__nav-menu li a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.header__info {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .header__info {
    font-size: 1.4rem;
  }
}
.header__info {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.header__info-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header__info-location::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../assets/img/map-pin.svg) no-repeat center/contain;
}
.header__info-time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header__info-time::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../assets/img/time.svg) no-repeat center/contain;
}
.header__phone {
  border: 2px solid #132029;
  padding: 1rem 3rem;
  border-radius: 4rem;
  height: -moz-fit-content;
  height: fit-content;
}
.header__phone a {
  font-family: "Inter";
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .header__phone a {
    font-size: 1.4rem;
  }
}
.header__phone a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.header__burger {
  width: 4.6rem;
  height: 4.6rem;
  background: transparent;
  border: none;
  display: none;
  background: url(../assets/img/burger.svg) no-repeat center/contain;
  transition: all 0.1s ease;
}
.header__burger.active {
  transform: rotate(45deg);
  background: url(../assets/img/plus.svg) no-repeat center/contain;
}
@media (max-width: calc(1300px + 4rem)) {
  .header {
    padding: 0 2rem;
  }
  .header__nav-menu {
    gap: 2rem;
  }
  .header__nav-menu li a {
    font-family: "Inter";
    font-size: 1.6rem;
    line-height: 130%;
    font-weight: 500;
    color: #132029;
    letter-spacing: -3%;
  }
}
@media (max-width: calc(1300px + 4rem)) and (max-width: 576px) {
  .header__nav-menu li a {
    font-size: 1.4rem;
  }
}
@media (max-width: calc(1300px + 4rem)) {
  .header__info {
    font-family: "Inter";
    font-size: 1.4rem;
    line-height: 130%;
    font-weight: 500;
    color: #132029;
    letter-spacing: -3%;
  }
}
@media (max-width: calc(1300px + 4rem)) and (max-width: 576px) {
  .header__info {
    font-size: 1.2rem;
  }
}
@media (max-width: calc(1300px + 4rem)) {
  .header__phone {
    padding: 1rem;
  }
  .header__phone a {
    font-family: "Inter";
    font-size: 1.6rem;
    line-height: 130%;
    font-weight: 500;
    color: #132029;
    letter-spacing: -3%;
  }
}
@media (max-width: calc(1300px + 4rem)) and (max-width: 576px) {
  .header__phone a {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .header {
    gap: 2rem;
  }
  .header__info {
    margin: 0 0 0 auto;
  }
  .header__nav {
    position: absolute;
    height: 0;
    right: 0;
    z-index: 10;
    bottom: 1rem;
  }
  .header__nav-menu {
    align-items: flex-start;
    background: #fff;
    flex-direction: column;
    padding: 2rem;
    border-radius: 2rem;
    min-width: 20rem;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    transform: translateY(2rem);
  }
  .header__nav-menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .header__burger {
    display: block;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0 1.5rem;
  }
  .header__info {
    display: none;
  }
  .header__phone {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 576px) {
  .header__phone {
    display: none;
  }
}
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./components/popup/index.scss ***!
  \************************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popup-overlay.active .popup {
  transform: translateY(0);
}

.popup {
  background: #fff;
  padding: 2.5rem;
  border-radius: 2rem;
  width: 90%;
  max-width: 40rem;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(2rem);
  transition: all 0.3s ease;
}
.popup__close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  border: none;
  background: transparent;
}
.popup__close-btn svg {
  width: 100%;
  height: 100%;
}
.popup .wpcf7-form .wpcf7-response-output {
  margin: 1rem 0 0 !important;
}

body.lock {
  overflow: hidden;
  padding-right: 17px;
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/01/index.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.block-01 {
  margin: 0 0 7.5rem;
}
.block-01__title {
  font-family: "Inter";
  font-size: 6.4rem;
  line-height: 90%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -5%;
}
@media (max-width: 576px) {
  .block-01__title {
    font-size: 3.6rem;
  }
}
.block-01__title {
  margin: 0 0 5rem;
}
.block-01__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
.block-01__cards-item {
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
}
@media (max-width: 576px) {
  .block-01__cards-item {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}
.block-01__cards-item {
  background: #fff;
  display: flex;
  gap: 9rem;
  flex-direction: column;
}
.block-01__cards-item-text {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-01__cards-item-text {
    font-size: 1.4rem;
  }
}
.block-01__cards-item-text {
  color: rgba(19, 32, 41, 0.7);
}
.block-01__side {
  display: flex;
  flex-direction: column;
}
.block-01__btns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.block-01__img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .block-01__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .block-01__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .block-01__cards-item {
    gap: 1.5rem;
  }
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/02/index.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.block-02 {
  margin: 0 0 7.5rem;
}
.block-02__title {
  font-family: "Inter";
  font-size: 6.4rem;
  line-height: 90%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -5%;
}
@media (max-width: 576px) {
  .block-02__title {
    font-size: 3.6rem;
  }
}
.block-02__title {
  margin: 0 0 5rem;
}
.block-02__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
.block-02__cards-item {
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
}
@media (max-width: 576px) {
  .block-02__cards-item {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}
.block-02__cards-item {
  background: #fff;
  display: flex;
  gap: 14rem;
  flex-direction: column;
}
.block-02__cards-item:first-child {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.block-02__cards-item:last-child {
  background: #213244;
}
.block-02__cards-item:last-child .block-02__cards-item-title {
  color: #fff;
}
.block-02__cards-item:last-child .block-02__cards-item-text {
  color: rgba(255, 255, 255, 0.5);
}
.block-02__cards-item-title {
  font-family: "Inter";
  font-size: 2.4rem;
  line-height: 100%;
  font-weight: 600;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 768px) {
  .block-02__cards-item-title {
    font-size: 1.8rem;
  }
}
.block-02__cards-item-text {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-02__cards-item-text {
    font-size: 1.4rem;
  }
}
.block-02__cards-item-text {
  color: rgba(19, 32, 41, 0.5);
}
@media (max-width: 1024px) {
  .block-02__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .block-02__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .block-02__cards-item {
    gap: 8rem;
  }
  .block-02__cards-item:first-child {
    height: 25rem;
  }
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/03/index.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.block-03 {
  margin: 0 0 7.5rem;
}
.block-03__title {
  font-family: "Inter";
  font-size: 6.4rem;
  line-height: 90%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -5%;
}
@media (max-width: 576px) {
  .block-03__title {
    font-size: 3.6rem;
  }
}
.block-03__title {
  margin: 0 0 5rem;
}
.block-03__left-top-text {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-03__left-top-text {
    font-size: 1.4rem;
  }
}
.block-03__left-top-text {
  color: rgba(19, 32, 41, 0.8);
}
.block-03__left-bottom-text {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-03__left-bottom-text {
    font-size: 1.4rem;
  }
}
.block-03__left-bottom-text {
  color: rgba(19, 32, 41, 0.8);
  margin: auto 0 0;
}
.block-03__sides {
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
}
@media (max-width: 576px) {
  .block-03__sides {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}
.block-03__sides {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
}
.block-03__side {
  display: flex;
  flex-direction: column;
}
.block-03__side:first-child {
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
}
@media (max-width: 576px) {
  .block-03__side:first-child {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}
.block-03__side:first-child {
  background: #F4F4F4;
  gap: 1rem;
}
.block-03__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
  margin: 0 0 5rem;
}
.block-03__cards-item {
  border-radius: 1.5rem;
  padding: 1.5rem;
  position: relative;
  padding: 2rem;
  background: #F4F4F4;
  display: flex;
  gap: 2rem;
}
.block-03__cards-item .label {
  background: #fff;
}
.block-03__cards-item-text {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-03__cards-item-text {
    font-size: 1.4rem;
  }
}
.block-03__right-title {
  font-family: "Inter";
  font-size: 2.4rem;
  line-height: 100%;
  font-weight: 600;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 768px) {
  .block-03__right-title {
    font-size: 1.8rem;
  }
}
.block-03__right-title {
  margin: 0 0 1rem;
}
.block-03__right-text {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-03__right-text {
    font-size: 1.4rem;
  }
}
.block-03__right-text {
  color: rgba(19, 32, 41, 0.8);
  margin: 0 0 2rem;
}
@media (max-width: 1140px) {
  .block-03__sides {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .block-03__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/04/index.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.block-04 {
  margin: 0 0 7.5rem;
}
.block-04__title {
  font-family: "Inter";
  font-size: 6.4rem;
  line-height: 90%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -5%;
}
@media (max-width: 576px) {
  .block-04__title {
    font-size: 3.6rem;
  }
}
.block-04__title {
  margin: 0 0 5rem;
}
.block-04__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
  width: 100%;
}
.block-04__cards-item {
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
}
@media (max-width: 576px) {
  .block-04__cards-item {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}
.block-04__cards-item {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.block-04__cards-item .label {
  margin: 0 0 1rem;
}
.block-04__cards-item-title {
  font-family: "Inter";
  font-size: 2.4rem;
  line-height: 100%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 768px) {
  .block-04__cards-item-title {
    font-size: 1.8rem;
  }
}
.block-04__cards-item-title {
  margin: 0 0 3rem;
}
.block-04__cards-item-text {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-04__cards-item-text {
    font-size: 1.4rem;
  }
}
.block-04__cards-item-text {
  color: rgba(19, 32, 41, 0.7);
}
@media (max-width: calc(1300px + 4rem)) {
  .block-04__cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .block-04__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .block-04__cards {
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .block-04__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/05/index.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.block-05 {
  margin: 0 0 7.5rem;
}
.block-05__title {
  font-family: "Inter";
  font-size: 6.4rem;
  line-height: 90%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -5%;
}
@media (max-width: 576px) {
  .block-05__title {
    font-size: 3.6rem;
  }
}
.block-05__title {
  margin: 0 0 5rem;
}
.block-05__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
  width: 100%;
  margin: 0 0 2rem;
}
.block-05__cards-item {
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
}
@media (max-width: 576px) {
  .block-05__cards-item {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}
.block-05__cards-item {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.block-05__cards-item-title {
  font-family: "Inter";
  font-size: 2.4rem;
  line-height: 100%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 768px) {
  .block-05__cards-item-title {
    font-size: 1.8rem;
  }
}
.block-05__cards-item-title {
  margin: 0 0 3rem;
}
.block-05__cards-item-text {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-05__cards-item-text {
    font-size: 1.4rem;
  }
}
.block-05__cards-item-text {
  color: rgba(19, 32, 41, 0.7);
}
.block-05__footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
}
.block-05__footer-item {
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
}
@media (max-width: 576px) {
  .block-05__footer-item {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}
.block-05__footer-item {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-05__footer-item {
    font-size: 1.4rem;
  }
}
.block-05__footer-item {
  color: rgba(255, 255, 255, 0.8);
  background-size: cover;
  background-repeat: no-repeat;
}
.block-05__footer-item:first-child {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  background: #213244;
  padding: 2rem 10rem 2rem 2rem;
}
.block-05__footer-item:first-child:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url(../assets/img/bang.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .block-05__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin: 0 0 1rem;
  }
  .block-05__footer {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }
  .block-05__footer-item:last-child {
    height: 18rem;
    background-position: center;
  }
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/06/index.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.block-06 {
  margin: 0 0 7.5rem;
}
.block-06__title {
  font-family: "Inter";
  font-size: 6.4rem;
  line-height: 90%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -5%;
}
@media (max-width: 576px) {
  .block-06__title {
    font-size: 3.6rem;
  }
}
.block-06__title {
  margin: 0 0 5rem;
}
.block-06__sides {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
}
.block-06__side:first-child {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border-radius: 2rem;
}
.block-06__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
  width: 100%;
}
.block-06__cards-item {
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
}
@media (max-width: 576px) {
  .block-06__cards-item {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}
.block-06__cards-item {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.block-06__cards-item-title {
  font-family: "Inter";
  font-size: 2rem;
  line-height: 100%;
  font-weight: 600;
  color: #132029;
}
@media (max-width: 768px) {
  .block-06__cards-item-title {
    font-size: 1.8rem;
  }
}
.block-06__cards-item-title {
  margin: 0 0 3rem;
}
.block-06__cards-item-text {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-06__cards-item-text {
    font-size: 1.4rem;
  }
}
.block-06__cards-item-text {
  color: rgba(19, 32, 41, 0.7);
}
.block-06__cards-item .label {
  background: #fff;
  margin: 0 0 1.5rem;
}
.block-06.white-bg .block-06__sides {
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
}
@media (max-width: 576px) {
  .block-06.white-bg .block-06__sides {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}
.block-06.white-bg .block-06__sides {
  background: #fff;
}
.block-06.white-bg .block-06__cards-item {
  background: #F4F4F4;
}
.block-06.white-bg .block-06__cards-item:first-child {
  grid-column: span 2;
}
.block-06.white-bg .block-06__cards-item:last-child {
  grid-column: span 2;
}
@media (max-width: 1024px) {
  .block-06__sides {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }
  .block-06__side:first-child {
    height: 38rem;
    order: 2;
  }
}
@media (max-width: 576px) {
  .block-06__sides {
    padding: 1.5rem !important;
    border-radius: 1.5rem !important;
  }
  .block-06__cards {
    border-radius: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .block-06__cards-item {
    border-radius: 1.5rem;
    padding: 1.5rem;
    grid-column: auto !important;
  }
  .block-06__side:first-child {
    height: 25rem;
  }
}
/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/block-myths/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.block-myths {
  margin: 0 0 7.5rem;
}
.block-myths__title {
  font-family: "Inter";
  font-size: 6.4rem;
  line-height: 90%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -5%;
}
@media (max-width: 576px) {
  .block-myths__title {
    font-size: 3.6rem;
  }
}
.block-myths__title {
  margin: 0 0 5rem;
}
.block-myths .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
.block-myths .cards__item {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-myths .cards__item {
    font-size: 1.4rem;
  }
}
.block-myths .cards__item {
  background: #213244;
  border-radius: 2rem 2rem 3rem 3rem;
  display: flex;
  flex-direction: column;
}
.block-myths .cards__item-myth {
  color: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.block-myths .cards__item-fact {
  color: rgba(19, 32, 41, 0.8);
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  background: #fff;
  border-radius: 2rem;
  flex: 1 0 0;
}
@media (max-width: 768px) {
  .block-myths .cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/compare/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.block-compare {
  margin: 0 0 7.5rem;
}
.block-compare__title {
  font-family: "Inter";
  font-size: 6.4rem;
  line-height: 90%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -5%;
}
@media (max-width: 576px) {
  .block-compare__title {
    font-size: 3.6rem;
  }
}
.block-compare__title {
  margin: 0 0 5rem;
}
.block-compare__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
}
.block-compare__cards-item {
  border-radius: 2rem;
  padding: 3rem;
  margin: 0 0 7.5rem;
  position: relative;
}
@media (max-width: 576px) {
  .block-compare__cards-item {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}
.block-compare__cards-item {
  margin: 0;
}
.block-compare__cards-item-title {
  font-family: "Inter";
  font-size: 3.2rem;
  line-height: 100%;
  font-weight: 500;
  color: #132029;
}
@media (max-width: 576px) {
  .block-compare__cards-item-title {
    font-size: 2.4rem;
  }
}
.block-compare__cards-item-title {
  margin: 0 0 2rem;
}
.block-compare__cards-item ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 1rem;
}
.block-compare__cards-item ul li {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-compare__cards-item ul li {
    font-size: 1.4rem;
  }
}
.block-compare__cards-item ul li {
  color: rgba(19, 32, 41, 0.7);
  display: flex;
  gap: 1rem;
}
.block-compare__cards-item ul li::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
}
.block-compare__cards-item:first-child {
  background: #fff;
}
.block-compare__cards-item:first-child li:before {
  background: url(../assets/img/check.svg) no-repeat center/contain;
}
.block-compare__cards-item:last-child {
  border: 1px solid #132029;
}
.block-compare__cards-item:last-child li:before {
  background: url(../assets/img/cross.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .block-compare__cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .block-compare__cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }
}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/doctors/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.block-doctors {
  margin: 0 0 7.5rem;
}
.block-doctors__title {
  font-family: "Inter";
  font-size: 6.4rem;
  line-height: 90%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -5%;
}
@media (max-width: 576px) {
  .block-doctors__title {
    font-size: 3.6rem;
  }
}
.block-doctors__title {
  margin: 0 0 5rem;
}
.block-doctors__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
.block-doctors__cards-item {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.block-doctors__cards-item-img-wrapper {
  overflow: hidden;
  height: 35rem;
}
.block-doctors__cards-item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
}
.block-doctors__cards-item-info {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.block-doctors__cards-item-name {
  font-family: "Inter";
  font-size: 2rem;
  line-height: 100%;
  font-weight: 600;
  color: #132029;
}
@media (max-width: 768px) {
  .block-doctors__cards-item-name {
    font-size: 1.8rem;
  }
}
.block-doctors__cards-item-name {
  margin: 0 0 0.5rem;
}
.block-doctors__cards-item-position {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-doctors__cards-item-position {
    font-size: 1.4rem;
  }
}
.block-doctors__cards-item-position {
  color: rgba(19, 32, 41, 0.7);
  margin: 0 0 2rem;
}
.block-doctors__cards-item-specialization {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-doctors__cards-item-specialization {
    font-size: 1.4rem;
  }
}
.block-doctors__cards-item-specialization {
  color: rgba(19, 32, 41, 0.7);
}
.block-doctors__cards-item .label {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 10;
}
.block-doctors__cards-item:hover .block-doctors__cards-item-img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .block-doctors__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .block-doctors__cards-item {
    border-radius: 1.5rem;
  }
  .block-doctors__cards-item-img-wrapper {
    height: 30rem;
  }
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/faq/index.scss ***!
  \******************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.block-faq {
  margin: 0 0 7.5rem;
}
.block-faq__title {
  font-family: "Inter";
  font-size: 6.4rem;
  line-height: 90%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -5%;
}
@media (max-width: 576px) {
  .block-faq__title {
    font-size: 3.6rem;
  }
}
.block-faq__title {
  margin: 0 0 5rem;
}
.block-faq__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
.block-faq__cards-item {
  background: #fff;
  padding: 0 2rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
}
.block-faq__cards-item-title {
  font-family: "Inter";
  font-size: 3.2rem;
  line-height: 100%;
  font-weight: 500;
  color: #132029;
}
@media (max-width: 576px) {
  .block-faq__cards-item-title {
    font-size: 2.4rem;
  }
}
.block-faq__cards-item-title {
  margin: 0 0 7rem;
}
.block-faq__cards-item-text {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-faq__cards-item-text {
    font-size: 1.4rem;
  }
}
.block-faq__cards-item-text {
  color: rgba(19, 32, 41, 0.7);
  margin: auto 0 0;
}
.block-faq__cards-item-wrapper:last-child {
  grid-column: span 2;
}
.block-faq__question {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-faq__question-text {
  font-family: "Inter";
  font-size: 2rem;
  line-height: 100%;
  font-weight: 600;
  color: #132029;
}
@media (max-width: 768px) {
  .block-faq__question-text {
    font-size: 1.8rem;
  }
}
.block-faq__answer-toggle {
  cursor: pointer;
  border: none;
  background: transparent;
  width: 4rem;
  height: 4rem;
  padding: 0;
  transition: all 0.3s ease;
}
.block-faq__answer-toggle svg {
  width: 100%;
  height: 100%;
}
.block-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  overflow: hidden;
}
.block-faq__answer-text {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-faq__answer-text {
    font-size: 1.4rem;
  }
}
.block-faq__answer-text {
  color: rgba(19, 32, 41, 0.7);
  min-height: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.block-faq .block-faq__cards-item.is-open .block-faq__answer-toggle {
  transform: rotate(135deg);
}
.block-faq .block-faq__cards-item.is-open .block-faq__answer {
  grid-template-rows: 1fr;
  padding: 0 0 2rem;
}
.block-faq .block-faq__cards-item.is-open .block-faq__answer .block-faq__answer-text {
  opacity: 1;
}
@media (max-width: 768px) {
  .block-faq__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .block-faq__cards-item-wrapper:last-child {
    grid-column: auto;
  }
}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/form-01/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.form-01 {
  margin: 0 0 7.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
.form-01__title {
  font-family: "Inter";
  font-size: 4.8rem;
  line-height: 100%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .form-01__title {
    font-size: 2.4rem;
  }
}
.form-01__title {
  margin: 0 0 1rem;
}
.form-01__text {
  font-family: "Inter";
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .form-01__text {
    font-size: 1.4rem;
  }
}
.form-01__text {
  color: rgba(19, 32, 41, 0.7);
  margin: 0 0 3rem;
}
.form-01__side {
  border-radius: 2rem;
  padding: 3rem;
  margin: 0 0 7.5rem;
  position: relative;
}
@media (max-width: 576px) {
  .form-01__side {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}
.form-01__side {
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.form-01__side:first-child {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  order: 0;
}
.form-01__side:last-child {
  background: #fff;
  order: 1;
}
.form-01__form {
  display: flex;
  flex-direction: column;
}
.form-01__submit {
  margin: 0 0 1.5rem;
}
.form-01.form-right .form-01__side:first-child {
  order: 1;
}
.form-01.form-right .form-01__side:last-child {
  order: 0;
}
.form-01__caption {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .form-01__caption {
    font-size: 1.4rem;
  }
}
.form-01__caption {
  color: rgba(19, 32, 41, 0.7);
  text-align: center;
}
@media (max-width: 1024px) {
  .form-01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .form-01__side:first-child {
    height: 40rem;
  }
}
@media (max-width: 576px) {
  .form-01 .form-01__side:first-child {
    height: 25rem;
  }
}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/form-02/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.form-02 {
  margin: 0 0 7.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
.form-02__title {
  font-family: "Inter";
  font-size: 6.4rem;
  line-height: 90%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -5%;
}
@media (max-width: 576px) {
  .form-02__title {
    font-size: 3.6rem;
  }
}
.form-02__title {
  margin: 0 0 1rem;
}
.form-02__text {
  font-family: "Inter";
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .form-02__text {
    font-size: 1.4rem;
  }
}
.form-02__text {
  color: rgba(19, 32, 41, 0.7);
  margin: 0 0 3rem;
}
.form-02__side {
  border-radius: 2rem;
  padding: 3rem;
  margin: 0 0 7.5rem;
  position: relative;
}
@media (max-width: 576px) {
  .form-02__side {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}
.form-02__side {
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.form-02__side:first-child {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.form-02__side:last-child {
  background: #fff;
}
.form-02__form {
  display: flex;
  flex-direction: column;
}
.form-02__submit {
  margin: 0 0 1.5rem;
}

.form input,
.form textarea {
  border-radius: 1.5rem;
  padding: 1.5rem;
  position: relative;
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .form input,
  .form textarea {
    font-size: 1.4rem;
  }
}
.form input,
.form textarea {
  color: rgba(19, 32, 41, 0.7);
  padding: 2rem;
  border: 1px solid #F4F4F4;
  background: #F4F4F4;
}
.form textarea {
  min-height: 11rem;
}
.form .form-field {
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form .form-field label {
  font-family: "Inter";
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .form .form-field label {
    font-size: 1.4rem;
  }
}
.form .form-field label {
  color: rgba(19, 32, 41, 0.7);
}
.form .form-field:last-child {
  margin: 0 0 3rem;
}
.form__caption {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .form__caption {
    font-size: 1.4rem;
  }
}
.form__caption {
  color: rgba(19, 32, 41, 0.7);
  text-align: center;
}
/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/hero/index.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.block-hero {
  border-radius: 2rem;
  padding: 3rem;
  margin: 0 0 7.5rem;
  position: relative;
}
@media (max-width: 576px) {
  .block-hero {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}
.block-hero {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
  gap: 3rem;
}
.block-hero__title {
  font-family: "Inter";
  font-size: 6.4rem;
  line-height: 90%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -5%;
}
@media (max-width: 576px) {
  .block-hero__title {
    font-size: 3.6rem;
  }
}
.block-hero__title {
  margin: 0 0 2rem;
}
.block-hero__text {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-hero__text {
    font-size: 1.4rem;
  }
}
.block-hero__text {
  margin: 0 0 3rem;
}
.block-hero__facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
  margin: 0 0 6rem;
}
.block-hero__facts-item {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-hero__facts-item {
    font-size: 1.4rem;
  }
}
.block-hero__facts-item {
  border-radius: 1.5rem;
  padding: 1.5rem;
  position: relative;
  background: #F4F4F4;
  display: flex;
  gap: 0.5rem;
}
.block-hero__facts-item-icon {
  width: 4.2rem;
  height: 4.2rem;
}
.block-hero__side {
  display: flex;
  flex-direction: column;
}
.block-hero__side:last-child {
  border-radius: 2rem;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-hero__btns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .block-hero {
    margin: 1rem 0 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .block-hero__side:last-child {
    height: 52rem;
  }
}
@media (max-width: 576px) {
  .block-hero__facts {
    gap: 0.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .block-hero__facts-item {
    gap: 0.5rem;
  }
  .block-hero__facts-item-icon {
    width: 2rem;
    height: 2rem;
  }
  .block-hero .block-hero__side:last-child {
    height: 25rem;
  }
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/map/index.scss ***!
  \******************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.block-map {
  margin: 0 0 7.5rem;
}
.block-map__title {
  font-family: "Inter";
  font-size: 6.4rem;
  line-height: 90%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -5%;
}
@media (max-width: 576px) {
  .block-map__title {
    font-size: 3.6rem;
  }
}
.block-map__title {
  margin: 0 0 5rem;
}
.block-map__text {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-map__text {
    font-size: 1.4rem;
  }
}
.block-map__text {
  color: rgba(19, 32, 41, 0.7);
  margin: 0 0 5rem;
}
.block-map__text ul {
  padding: 0 0 0 2rem;
}
.block-map__map {
  background: #fff;
  border-radius: 2rem;
  height: 50rem;
  margin: 0 0 5rem;
}
.block-map__districts-title {
  font-family: "Inter";
  font-size: 3.2rem;
  line-height: 100%;
  font-weight: 500;
  color: #132029;
}
@media (max-width: 576px) {
  .block-map__districts-title {
    font-size: 2.4rem;
  }
}
.block-map__districts-title {
  margin: 0 0 3rem;
}
.block-map__districts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
.block-map__districts-item {
  font-family: "Inter";
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-map__districts-item {
    font-size: 1.4rem;
  }
}
.block-map__districts-item {
  border-radius: 1.5rem;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  background: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media (max-width: 576px) {
  .block-map__map {
    border-radius: 1.5rem;
    height: 36rem;
  }
  .block-map__districts {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/price/index.scss ***!
  \********************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.block-price {
  margin: 0 0 7.5rem;
}
.block-price__title {
  font-family: "Inter";
  font-size: 6.4rem;
  line-height: 90%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -5%;
}
@media (max-width: 576px) {
  .block-price__title {
    font-size: 3.6rem;
  }
}
.block-price__title {
  margin: 0 0 5rem;
}
.block-price__text {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-price__text {
    font-size: 1.4rem;
  }
}
.block-price__text {
  color: rgba(255, 255, 255, 0.7);
}
.block-price__sides {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
}
.block-price__side {
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
}
@media (max-width: 576px) {
  .block-price__side {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}
.block-price__side {
  padding: 3rem;
  display: flex;
  flex-direction: column;
}
.block-price__side:first-child {
  background: #213244;
  justify-content: space-between;
}
.block-price__side:last-child {
  background: #fff;
}
.block-price__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin: 0 0 3rem;
}
.block-price__items-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 0 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.block-price__items-item-name {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-price__items-item-name {
    font-size: 1.4rem;
  }
}
.block-price__items-item-name {
  color: rgba(255, 255, 255, 0.7);
}
.block-price__items-item-cost {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-price__items-item-cost {
    font-size: 1.4rem;
  }
}
.block-price__items-item-cost {
  color: #fff;
}
.block-price__form {
  display: flex;
  flex-direction: column;
}
.block-price__form-title {
  font-family: "Inter";
  font-size: 2.4rem;
  line-height: 100%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 768px) {
  .block-price__form-title {
    font-size: 1.8rem;
  }
}
.block-price__form-title {
  margin: 0 0 1rem;
}
.block-price__form-text {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-price__form-text {
    font-size: 1.4rem;
  }
}
.block-price__form-text {
  color: rgba(19, 32, 41, 0.7);
  margin: 0 0 3rem;
}
.block-price__form .btn {
  margin: 0 0 1.5rem;
}
.block-price__form-caption {
  font-family: "Inter";
  font-size: 1.4rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-price__form-caption {
    font-size: 1.2rem;
  }
}
.block-price__form-caption {
  color: rgba(19, 32, 41, 0.7);
  text-align: center;
}
@media (max-width: 1024px) {
  .block-price__sides {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .block-price__side {
    padding: 1.5rem !important;
  }
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/stages/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.block-stages {
  margin: 0 0 7.5rem;
}
.block-stages__title {
  font-family: "Inter";
  font-size: 6.4rem;
  line-height: 90%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -5%;
}
@media (max-width: 576px) {
  .block-stages__title {
    font-size: 3.6rem;
  }
}
.block-stages__title {
  margin: 0 0 5rem;
}
.block-stages__cards {
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
}
@media (max-width: 576px) {
  .block-stages__cards {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}
.block-stages__cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
  width: 100%;
  background: #132029;
}
.block-stages__cards-item {
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
}
@media (max-width: 576px) {
  .block-stages__cards-item {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}
.block-stages__cards-item {
  grid-column: span 2;
  background: #F4F4F4;
  display: flex;
  flex-direction: column;
}
.block-stages__cards-item-title {
  font-family: "Inter";
  font-size: 2rem;
  line-height: 100%;
  font-weight: 600;
  color: #132029;
}
@media (max-width: 768px) {
  .block-stages__cards-item-title {
    font-size: 1.8rem;
  }
}
.block-stages__cards-item-title {
  margin: 0 0 1rem;
}
.block-stages__cards-item-text {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-stages__cards-item-text {
    font-size: 1.4rem;
  }
}
.block-stages__cards-item-text {
  color: rgba(19, 32, 41, 0.7);
}
.block-stages__cards-item .label {
  background: #fff;
  margin: 0 0 4rem;
}
.block-stages__cards-item:first-child {
  grid-column: span 3;
}
.block-stages__cards-item:nth-child(2) {
  grid-column: span 3;
}
@media (max-width: 768px) {
  .block-stages__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .block-stages__cards-item {
    grid-column: auto;
  }
  .block-stages__cards-item:first-child {
    grid-column: auto;
  }
  .block-stages__cards-item:nth-child(2) {
    grid-column: auto;
  }
}
@media (max-width: 576px) {
  .block-stages__cards {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
  .block-stages__cards-item {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
  .block-stages__cards-item .label {
    margin: 0 0 1.5rem;
  }
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/steps/index.scss ***!
  \********************************************************************************************************************************************************************************************************************/
.label {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .label {
    font-size: 1.4rem;
  }
}
.label {
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #F4F4F4;
  width: -moz-max-content;
  width: max-content;
  height: -moz-min-content;
  height: min-content;
}

.block-steps {
  margin: 0 0 7.5rem;
}
.block-steps__title {
  font-family: "Inter";
  font-size: 6.4rem;
  line-height: 90%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -5%;
}
@media (max-width: 576px) {
  .block-steps__title {
    font-size: 3.6rem;
  }
}
.block-steps__title {
  margin: 0 0 5rem;
}
.block-steps__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
.block-steps__cards-item {
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
}
@media (max-width: 576px) {
  .block-steps__cards-item {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}
.block-steps__cards-item {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.block-steps__cards-item-text {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-steps__cards-item-text {
    font-size: 1.4rem;
  }
}
.block-steps__cards-item-text {
  color: rgba(19, 32, 41, 0.7);
}
.block-steps__cards-item .label {
  margin: 0 0 7rem;
}
.block-steps__cards-item:last-child .label {
  display: none;
}
.block-steps__cards-item:last-child {
  background: #213244;
}
.block-steps__cards-item:last-child .block-steps__cards-item-text {
  font-family: "Inter";
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  color: #132029;
  letter-spacing: -3%;
}
@media (max-width: 576px) {
  .block-steps__cards-item:last-child .block-steps__cards-item-text {
    font-size: 1.4rem;
  }
}
.block-steps__cards-item:last-child .block-steps__cards-item-text {
  color: #fff;
}
@media (max-width: 1024px) {
  .block-steps__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .block-steps__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .block-steps__cards-item .label {
    margin: 0 0 4rem;
  }
}

/*# sourceMappingURL=style.min.css.map*/