@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Myanmar MN';
  src: url('../fonts/MyanmarMN.woff') format('woff2'),
      url('../fonts/MyanmarMN.woff') format('woff'),
      url('../fonts/MyanmarMN.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
      url('../fonts/ProximaNova-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



* {
  margin: 0;
}
html {
  font-size: 13px;
}

body {
  flex-direction: column;
  display: flex;
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  outline: none;
  border: none;
}

input,
select {
  border: 0;
  outline: none;
}

input[type=checkbox] {
  width: 24px;
  height: 24px;
  accent-color: #0A96DC;
}

ul,
ol {
  margin: 0;
  padding-left: 24px;
}

li {
  margin: 0;
  padding: 0;
}

.page {
  width: 100%;
  margin: 0 auto;
}

.block_container {
  max-width: 100%;
  padding: 4rem 5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

.block_container--wide {
  padding: 4rem 3rem;
}

.block_container--accentcolor {
  background: rgba(241, 235, 230, 0.72);
}

.block_container--dark {
  background: #343536;
}

.header--white {
  border-bottom: 1px solid #FFFFFF;
}
.header--white .header__icons img {
  filter: invert(1);
}
.header--white p {
  color: #FFFFFF;
}

.header__nav {
  display: flex;
  gap: 6.2rem;
  align-items: center;
}

.header__icons {
  display: flex;
  gap: 20px;
}
.header__icons a {
  transition: 0.25s;
}
.header__icons a:hover {
  transform: scale(1.1);
}
.header__icons a:active {
  transform: scale(0.95);
  transition: 0.05s;
}

.logo {
  height: 3.5rem;
}

.intro {
  background: #C4C4C4;
  background-size: cover;
  background-position: center;
  height: 58rem;
  display: flex;
}

.intro__rect {
  margin: auto 0 auto 12%;
  width: 26.125rem;
  height: 35.6875rem;
  border: 6px solid #A78B73;
}

.intro__rect--white {
  border: 6px solid rgb(246, 243, 241);
}

.intro__title {
  margin: 7rem 0 0 9.3rem;
  color: #FFF;
  text-shadow: 2px 2px 7px #000;
  font-family: "Inter", sans-serif;
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 6.3rem;
}

.intro__title--type2 {
  margin: 2.2rem 0 0 9.3rem;
  line-height: normal;
}

.intro__subtitle {
  margin: 0 0 0 9.3rem;
  color: #FFF;
  text-shadow: 2px 2px 7px #473B30;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
}

.intro_solid {
  width: 100%;
  padding-top: 13.6rem;
  background: #A78B73;
  display: flex;
}


.block_title {
  color: #343536;
  font-family: "Inter", sans-serif;
  font-size: 3rem !important;
  font-weight: 400;
  line-height: 3.5rem;
}

.block_title-above {
  color: rgba(167, 139, 115, 0.15);
  font-family: "Inter", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: -1.75rem;
}

.block_title-above--deep {
  margin-bottom: -3.25rem;
}

.block_title-above--deeper {
  margin-bottom: -3.75rem;
}

.block_title-above--font6rem {
  font-size: 6rem;
}

.block_title-sub {
  font-family: "Montserrat", sans-serif;
  color: #343536;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 32px;
  /* 140% */
  margin-top: 2rem;
}

.block_title-sub--margin25 {
  margin-top: 2.5rem;
}

.block_title-sub_link {
  font-family: "Montserrat", sans-serif;
  margin-top: 0.6rem;
  text-decoration: underline;
  color: #828282;
  font-size: 1.25rem;
  transition: 0.4s;
}
.block_title-sub_link:hover {
  filter: brightness(0.5);
}

.block_inset {
  max-height: 19.875rem;
  position: relative;
  background: #A78B73;
  max-width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}
.block_inset::after {
  content: "";
  display: block;
  background: url(../images/masks/inset_mask.png) 100%;
  width: 100%;
  height: 100%;
  max-height: 19.875rem;
  max-width: 30.875rem;
  position: absolute;
  top: 0;
}

.block_inset__image {
  height: 100%;
  width: 100%;
  max-height: 19.875rem;
  max-width: 30.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.block_inset__text {
  margin-left: 34px;
  max-width: 44.75rem;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.block_team {
  margin-top: 2.5rem;
}

.block_team__workers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.8rem;
}

.block_team__workers-photos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column: 1/4;
  gap: 1.8rem;
}

.block_team__worker-photo {
  max-height: 26.7rem;
  width: 100%;
}

.block_team__reviews_tile {
  display: flex;
  flex-direction: column;
}
.block_team__reviews_tile p {
  color: #3A3838;
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.5375rem;
  white-space: nowrap;
}
.block_team__reviews_tile b {
  color: #6D7D7D;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 4.375rem;
  font-weight: 400;
  white-space: nowrap;
}

.block_team__reviews_stars {
  margin-top: 1rem;
  max-height: 3.5rem;
}

.block_team__reviews_avatars {
  margin: auto auto 1rem auto;
  max-height: 4.8rem;
}

.block_team__brands {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.block_team__brands img {
  max-height: 12.5rem;
  min-width: 0;
}

.block_list_item {
  padding: 2rem 0 3rem;
  display: flex;
  justify-content: space-between;
}

.block_list_item__name {
  margin-top: 1rem;
  color: #343536;
  font-size: 2.5rem;
}

.block_list_item__contentbox {
  color: #343536;
  font-size: 1.25rem;
  max-width: 58%;
  display: flex;
  flex-direction: column;
}
.block_list_item__contentbox p {
  margin-bottom: 4.5rem;
}

hr {
  width: 100%;
  height: 1px;
  background: #A78B73;
  border: none;
}

.block_auto-slider {
  width: 100%;
  max-height: 32rem;
  max-width: 1920px;
  overflow: hidden;
  margin: 4rem auto;
  display: flex;
  flex-wrap: nowrap;
}

.block_auto-slider__item {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block_steps_carousel {
  display: flex;
  gap: 2rem;
  flex-wrap: nowrap;
  overflow: hidden;
  padding: 12px;
  margin: 1.25rem -5rem 1.75rem -12px;
}

.block_steps_item {
  position: relative;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  padding: 11.25rem 2rem 9.9rem;
  box-sizing: border-box;
  overflow: hidden;
  max-height: 44.3rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.block_steps_item__number {
  position: absolute;
  color: rgba(167, 139, 115, 0.4);
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 40.75rem;
  font-weight: 700;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-57%, -50%);
}

.block_steps_item__title {
  color: #343536;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 3rem;
  text-transform: uppercase;
}

.block_steps_item__content {
  color: #343536;
  text-align: justify;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.75rem;
  font-family: "Montserrat", sans-serif;
  margin-top: 24px;

}

.projects-carousel {
  margin: 1.75rem -12px 1.5rem -12px;
  padding: 12px;
  display: flex;
  gap: 1.9rem;
  overflow: hidden;
}

.projects-container {
  margin: 1.75rem -12px 1.5rem -12px;
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.9rem;
}
.projects-container .project-card {
  min-width: unset;
}

.more_link {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 0.5rem auto 0 auto;
  color: #14010C;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.project-card {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  padding-bottom: 2.25rem;
  display: flex;
  flex-direction: column;
}
.project-card p {
  color: #343536;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: -0.0125rem;
}
.project-card b {
  color: #343536;
  font-size: 1.5rem;
  font-weight: 500;
}
.project-card .think {
  font-weight: 300;
}
.project-card .icon_holder {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.project-card__image {
  width: 100%;
}

.project-card__indicators {
  margin: 1rem auto 1rem !important;
}

.project-card__line2 {
  padding: 0 1.25rem 0 1.25rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.project-card__line2 b {
  font-size: 1.25rem;
  font-weight: 700;
}

.project-card__line3 {
  padding: 0 1.25rem 0 1.25rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-card__info-line {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.project-card__icons-line {
  display: flex;
  gap: 0.5rem;
}

.project-card__text1 {
  padding: 0 1.25rem 0 1.25rem;
  margin-top: 1.5rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.project-card__favorite {
  max-height: 30px;
  transition: 0.3s;
}
.project-card__favorite:hover {
  transform: scale(1.25);
}

.block_checks__container {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 15.6rem;
}

.block_checks__container--type2 {
  gap: 2.5rem 0;
}

.block_checks_order {
  grid-row: 1/6;
  grid-column: 2/3;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 2rem;
}

.block_checks_order__info {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2rem;
  font-family: "Inter", sans-serif;
}
.block_checks_order__info p {
  color: #A78B73;
}
.block_checks_order__info b {
  color: #343536;
  display: flex;
  gap: 1rem;
}

.block_checks__item {
  color: #343536;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  display: flex;
  gap: 1.44rem;
}

.block_checks__item span {
  font-weight: 600;
  color: #a78b73;
}

.block__checks__item-p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  color: #343536;
}

.block_checks__item img {
  margin-top: 0.25rem;
  max-height: 2rem;
  height: 100%;
}

.block_checks__item--font2 {
  font-size: 2rem;
  line-height: 3rem;
  max-height: 40px;
  /* 150% */
}

.block_gradient {
  padding-left: 5rem;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  height: 43.2rem;
  position: relative;
}

.block_gradient--topdown-mask::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/masks/gradient_topdown_mask.png);
  background-size: cover;
  max-width: 52%;
  width: 100%;
  height: 100%;
}

.block_gradient__content {
  display: flex;
  flex-direction: column;
  padding: 3.75rem 0;
}
.block_gradient__content .block_title-sub {
  max-width: 45.2rem;
}

.block_gradient__button {
  margin-top: auto;
}

.block_gradient__image {
  -webkit-mask-image: linear-gradient(-90deg, #FFF 21.83%, transparent);
          mask-image: linear-gradient(-90deg, #FFF 21.83%, transparent);
  position: absolute;
  right: 0;
  max-width: 52%;
  height: 43.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.block_gradient__mark {
  margin-top: 1.5rem;
  line-height: normal;
}
.block_gradient__mark b {
  color: #A78B73;
  font-size: 2.375rem;
  font-weight: 500;
}
.block_gradient__mark p {
  color: #343536;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.125rem;
}

.selector {
  margin-top: 2.5rem;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}

.selector-45rem {
  margin-top: 4.5rem;
}

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

.selector__item {
  color: #343536;
  font-family: "Inter", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2rem;
  transition: 0.6s;
  cursor: pointer;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 1rem 0;
}
.selector__item img {
  transition: 0.8s;
  width: 2.1rem;
}
.selector__item:hover {
  font-size: 2rem;
  line-height: 2rem;
}
.selector__item.active {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  /* 125% */
}
.selector__item.active img {
  width: 3.5rem;
}

.selector_content-checks {
  width: 100%;
  max-width: 63.7rem;
}
.selector_content-checks .block_checks__item {
  font-family: unset;
  font-size: 1.25rem;
  gap: 1.25rem;
  line-height: 1.75rem;
}
.selector_content-checks .block_checks__container {
  gap: 1rem 8rem;
}
.selector_content-checks .block_checks__item img {
  max-height: 1.43rem;
}

.selector_content-checks__title {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.selector_content-checks__text {
  text-align: justify;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}

.selector_content-includes {
  margin: 0 auto;
}
.selector_content-includes .button_type2 {
  max-width: 25rem;
  max-height: 5rem;
  margin-top: 1.5rem;
}
.selector_content-includes .button_type2 p {
  transform: translateY(-50%);
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-transform: uppercase;
}

.selector_content-includes__price {
  font-family: "Inter", sans-serif;
  color: #A78B73;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.selector_content-includes__text {
  color: #14010C;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin-top: 2.5rem;
}

.selector_content-includes__checks_container {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.selector_content-includes__check_item {
  color: #343536;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  display: flex;
  gap: 1.25rem;
  margin-left: 0.6rem;
}
.selector_content-includes__check_item img {
  max-height: 1.43rem;
  height: 100%;
}

.selector_content-info {
  width: 100%;
  max-width: 39.375rem;
  margin: 0 auto;
}
.selector_content-info .button_type2 {
  max-width: 25rem;
  max-height: 5rem;
  margin-top: 2.5rem;
}
.selector_content-info .button_type2 p {
  transform: translateY(-50%);
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-transform: uppercase;
}

.selector_content-info__title {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 1.5rem;
}

.selector_content-info__text {
  text-align: justify;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 3rem;
}

.block_qanda hr {
  background: #343536;
}

.block_qanda_container {
  color: #343536;
}

.block_qanda__item {
  padding: 2rem 0;
}

.block_qanda_item_title {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.block_qanda_item_title img {
  transition: 0.5s;
  transform: rotate(180deg);
}

.block_qanda_item_summary {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 2rem;
}

.block_consult {
  padding: 5rem;
  flex-direction: row;
  justify-content: space-between;
  gap: 3rem;
}
.block_consult input {
  height: 2rem;
  color: #14010C;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: "Montserrat", sans-serif;
  width: 26.625rem;
  border-bottom: 1px solid #343536 !important;
  background: transparent;
  padding: 0;
}

.block_consult span {
  color: #14010C;
  font-size: 1.25rem;
  position: absolute;
  line-height: 1.5rem;
}

.block_consult input::placeholder {
  color: #969696;
}

.phonemask {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    align-items: center;
}

/*.phonemask__select-code {
    width: auto;
    padding-right: 8px;
    border-bottom: 1px solid #343536 !important;
    font-family: 'Montserrat' !important;
    font-size: 20px;
}
*/
.button_type1--min {
  max-width: 14.4rem;
  max-height: 1.8rem;
}
.button_type1--min p {
  top: 50%;
  font-size: 1.25rem;
  line-height: 1.375rem;
}
.button_type1--min svg {
  height: 100%;
}

.block_consult__text {
  color: #343536;
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 2.5rem;
  font-family: 'Montserrat', sans-serif;
}

.block_consult__plate {
  max-height: 27.8rem;
  min-width: 0;
  margin: auto;
}

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

.block_consult__feedback_container {
  display: flex;
  margin-top: 2rem;
  gap: 11.2rem;
}

.block_consult__contacts {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.block_consult__contact-item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.block_consult__contact-item p {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
}

.block_consult__contact-item img {
  max-height: 1.875rem;
}

.block_stats__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0 1.8rem;
  margin-top: 2.5rem;
}
.block_stats__container img {
  min-width: 0;
  width: 100%;
}

.block_stats__tile_long {
  grid-row: 1/3;
}

.block_stats__stats {
  display: flex;
  justify-content: space-around;
  grid-column: 3/7;
}
.block_stats__stats p {
  color: #3A3838;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.43rem;
}
.block_stats__stats b {
  color: #6D7D7D;
  font-family: "Inter", sans-serif;
  font-size: 4.375rem;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
}

.block_stats__stat_item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.block_text {
  padding-top: 0;
}


.projects-text {
  color: #343536;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.375rem;
}

.footer {
  background: #343536;
  color: #F7F7F9;
  position: relative;
  display: flex;
  justify-content: center;
  height: unset;
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer_container {
  padding: 0 10rem 0 5rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  box-sizing: border-box;
}

.footer__group {
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  transform: translateX(-50%);
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer__text-block {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
}

.footer__text-block--375 {
  margin-top: 3.75rem;
}

.footer__link {
  position: relative;
  margin-right: auto;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
}
.footer__link::after {
  content: "";
  display: block;
  position: absolute;
  background: #F7F7F9;
  height: 1px;
  width: 0;
  bottom: 0;
  transition: 0.5s;
}
.footer__link:hover::after {
  width: 100%;
}

.footer__mini-text {
  font-size: 0.75rem;
  line-height: 1rem;
}

.footer__worktime {
  font-size: 0.81rem;
  line-height: 1.37rem;
  /* 169.231% */
}

.footer__link_blocks {
  display: flex;
  gap: 9.5rem;
  margin-top: 3.75rem;
}

.footer__links-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer__social {
  display: flex;
  gap: 1rem;
  margin: 0 0 2.5rem auto;
}
.footer__social img {
  max-height: 2.25rem;
  transition: 0.3s;
}
.footer__social img:hover {
  transform: scale(1.1);
}

.button_type1 {
  display: flex;
  position: relative;
}
.button_type1 p {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #343536;
  font-family: 'Montserrat', sans-serif;
}
.button_type1 .hoverRect {
  fill: transparent;
  transition: 1s;
  z-index: 99;
}
.button_type1:hover .hoverRect {
  fill: #A78B73;
  z-index: 99;
}

.button_header {
  display: flex;
  position: relative;
  width: clamp(150px, 40%, 270px);
}
.button_header p {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: clamp(0.7rem, 2vw, 20px);
  line-height: 1.625rem;
  color: #343536;
  font-family: 'Montserrat', sans-serif;
}
.button_header .hoverRect {
  fill: transparent;
  transition: 1s;
  z-index: 99;
}
.button_header:hover .hoverRect {
  fill: #A78B73;
  z-index: 99;
}

.button_type2 {
  display: flex;
  position: relative;
  max-height: 11.58rem;
  max-width: 44.6rem;
  margin-top: auto;
}
.button_type2 p {
  top: 50%;
  transform: translateY(-3rem);
  position: absolute;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: #14010C;
  font-family: "Montserrat", sans-serif;
}
.button_type2 .hoverRect {
  fill: transparent;
  transition: 1s;
  z-index: 99;
}
.button_type2:hover .hoverRect {
  fill: #A78B73;
}
.button_type2 svg {
  height: 100%;
}

.button_circle {
  display: flex;
  position: relative;
  max-height: 17.8rem;
  max-width: 25rem;
}
.button_circle svg {
  height: 100%;
}
.button_circle p {
  top: 52%;
  transform: translateY(-50%);
  margin-left: 2.3rem;
  position: absolute;
  color: #343536;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.button_circle .hoverRect {
  fill: transparent;
  transition: 1s;
  z-index: 99;
  
}
.button_circle:hover .hoverRect {
  fill: #A78B73;
}

.button_circle--solidwhite .hoverRect {
  fill: #FFFFFF;
}

.slide_indicators {
  display: flex;
  gap: 8px;
  margin: 0 auto;
}

.slide_indicators__item, .owl-dot {
  width: 24px;
  height: 4px;
  border-radius: 16px;
  background: #D8D8D8;
  transition: 0.2s;
}
.slide_indicators__item.active, .owl-dot.active {
  background: #969696;
}

#slide_indicators3 .owl-dot {
  zoom: 1.8;
}

.only-mobile {
  display: none;
}

.select_active {
  padding-bottom: 10px;
  border-bottom: 2px solid #a78b73;
}

.vertical-line {
  position: absolute;
  left: 0;
}

.statyaItem {
  margin-bottom: 90px;
}

.aboutus {
	background: #f1ebe6;
	padding: 50px 80px;
}

.logo-text {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 130px !important;
	text-transform: uppercase !important;
	color: #a78b73;
	margin-top: 60px !important;
}

.doc-text {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 115%;
	color: #343536;
  margin-left: 10px;
}

.profileName {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.01em;
  color: #1d2026;
  white-space: nowrap;
  margin-left: 15px;
}

.profileTel {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: -0.01em;
  color: #1d2026;
  margin-left: 10px;
}

.year_selector__container .nav-item .nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  text-align: center;
  color: #4e5566 !important;
}

.nav-link.active {
  padding-bottom: 14px !important;
  /*border-bottom: 1px solid #A78B73 !important;*/
  border: 0;
}

.imgContainer {
  max-width: 90%;
  border: 1px solid #e9eaf0;
  padding: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.imgText {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.01em;
  color: #fff;
  position: relative;
  bottom: 23px;
  cursor: pointer;
}

.imgLabel {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #6e7485;
}

.profileBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 0px 24px;
  background: #a78b73;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 300%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #fff;
}


.popover-body {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.popover {
  /*transform: translate3d(1002px, 65px, 0px) !important;*/
  width: 383px !important;
  max-width: 383px !important;
}

.popover-arrow {
  display: none !important;
}

.nav-item.social.pop a::after {
  display: none ;
}

.nav-item.social.pop hr {
  width: 179px !important;
}

.nav-item.social.pop .reg{
  font-size: 14px;
}
.userlogo {
  display: block;
  height: 110px;
  width: 110px;
  background-color: #c4c4c4;
  border-radius: 50%;
  text-align: center;
}
.userlogo img {
  margin-top: 19px;
}




.catalogBlock {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 550px;
  cursor: pointer;
}

.catalogBigBlock {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 550px;
  cursor: pointer;
}

.catalogBlockText {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 93%;
  color: #fff;
  z-index: 1;
  text-align: center;
}

.catalogTitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 117%;
  text-align: center;
  color: #a78b73;
}

.tovarName {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #343536;
}

.tovarInfo {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #343536;
}

.tovarMore {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #828282;
  cursor: pointer;
}

.tovarMore span {
  padding-bottom: 5px;
  border-bottom: 1px solid #828282;
}

.tovarTitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 133%;
  text-transform: capitalize;
  color: #343536;
}

.tovarInf {
  min-width: 80%;
  max-width: 80%;
}

.tovarCollapseItem {
  border: 2px solid #bdbdbd !important;
  padding: 16px 0;
}

.tovarCollapseHeader {
  font-family: "Inter", sans-serif;
  font-weight: 700 !important;
  font-size: 20px;
  line-height: 160%;
  color: #343536;
}

.tovarCollapseHeader::after {
  width: 30px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg width="30" height="16" viewBox="0 0 30 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.6238 15.4618L0 2.59873L2.75242 0L15 11.5637L27.2476 0L30 2.59873L16.3762 15.4618C15.6162 16.1794 14.3838 16.1794 13.6238 15.4618Z" fill="%23343536"/></svg>');
  background-size: 2rem;
}

.collapseDivider {
  border: 0.50px solid #343536;
  border-bottom: 0;
  width: 100%;
  height: 1px;
}

.cartButton {
  background: #a78b73;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  padding: 30px 20px;
}

.listMark {
  border-radius: 16px;
  width: 30px;
  height: 10px;
  background: #a78b73;
}

.listText {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 137%;
  color: #343536;
}

.exampleCrossedPrice {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  text-decoration: line-through;
  color: #343536;
}

.exampleRealPrice {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 80%;
  color: #a78b73;
}

.exampleUnderPrice {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #343536;
  opacity: 0.8;
}

.cardArthouseTitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 133%;
  color: #343536;
  text-transform: uppercase;
}

.cardArthouseDescription {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 133%;
  color: #343536;
}

.razdelCard {
  border: 1px solid rgba(0, 0, 0, 0.01);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  height: 454px;
}

.razdelCardBottom {
  align-items: center;
}

.razdelCardTitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #343536;
}

.razdelCardList {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #343536;
  list-style-type: inherit;
}

.razdelCardList li {
  list-style: inherit;
}

.razdelPrice {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #343536;
}

.button_podbor_two:hover > .button_podbor_square {
  background-color: #A78B73;
}

.calculatorItem {
  /*width: 50% !important;*/
}


.calculatorLabel {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 150%;
  color: #343536;
}

.calculatorInput {
  border: 0;
  border-bottom: 1px solid #14010c;
  width: 150px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 120%;
  color: #a78b73;
}

.calculatorInput::placeholder {
  color: #828282;
}



.calculatedPrice {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 133%;
  color: #a78b73;
  border-bottom: 1px solid #14010c;
}

.calculatorText {
  font-family: "Inter", sans-serif;
  font-weight: 500 !important;
  font-size: min(33px, 2.5rem) !important;
  line-height: 150% !important;
  color: #343536 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.calulatorContainer {
  margin-top: 60px;
}

.calculatorText::after {
  flex-shrink: 0;
  width: 25px !important;
  height: 25px !important;
  margin-left: 20px !important;
  content: "";
  background-size: 25px !important;
  transition: transform .2s ease-in-out;
  margin-top: 15px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}


.switch.small {
  width: 40px; /* Adjusted width for small class */
  height: 22px; /* Adjusted height for small class */
}

/* The slider */
.slider.round.small {
  border-radius: 11px; /* Adjusted border-radius for small class */
}

.slider.round.small:before {
  border-radius: 50%;
  height: 18px; /* Adjusted height for small class */
  width: 18px; /* Adjusted width for small class */
  left: 2px; /* Adjusted left position for small class */
  bottom: 2px; /* Adjusted bottom position for small class */
}


input:checked + .slider {
  background-color: #A78B73;
}

input:focus + .slider {
  box-shadow: 0 0 1px #A78B73;
}


input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input:checked + .slider.small:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}


/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.calculatorText.small {
  font-weight: 400 !important;
  font-size: min(25px, 2rem) !important;
  line-height: normal !important;
}

.brandTitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 200px;
  line-height: 85%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #a78b73;
}

.brandContainer {
  margin-top: 80px !important;
}

.brandSidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
  border-right: 1px solid #585858; 
  z-index: 1000;
  padding: 30px; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.brandSidebarLogo {
  margin-bottom: 30px;
}

.sidebar-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #585858;
  height: 40px;
  margin-bottom: 24px;
}

.sidebar-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #2e2e2e;
  opacity: 0.6;
  transition: 0.3s ease all;
}

.sidebar-link:hover {
  color: #dd5c24;
}

.sidebar-link.active {
  color: #dd5c24;
}

.indicator-svg {
  display: none;
  transition: opacity 0.3s ease; 
}

.sidebar-link.active + .indicator-svg {
  display: block; 
}

.brandContent {
  margin-left: 30%; 
}

.sidebarPdfButton {
  border-radius: 34px;
  background: #2e2e2e;
  padding: 18px 30px;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #f1ebe6;
}

.introductionImg {
  position: absolute;
  height: 100%;
  width: auto;
  right: 0;
  top: 0;
}

.introductionBlock {
  position: absolute;
  top: 17%;
  padding: 50px 35px;
  background: #f1ebe6;
  border: 1px solid #585858;
  z-index: 100;
  max-width: 45rem;
}

.introductionBlockNumber {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 118%;
  text-transform: uppercase;
  color: #2e2e2e;
}

.introductionBlockTitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 98%;
  text-transform: uppercase;
  color: #2e2e2e;
}


.introductionBlockList {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 165%;
  color: #2e2e2e;
}

.scroll-line {
  position: fixed;
  right: 1%;
  top: 2%;
  height: 95%;
}

.opportunityImg {
  position: absolute;
  top: 0%;
  height: 45%;
  width: 70%;
}

.tabBlocks {
  margin-top: 25%;
  margin-left: 20px;
  z-index: 100;
  position: relative;
}

.tabBlock {
  border: 1px solid #585858;
  background: #f1ebe6;
  max-width: 532px;
  max-height: 140px;
  padding: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 90%;
  color: #2e2e2e;
  transition: 0.3s all ease;
  z-index: 1000;
}


.tabBlock.active {
  background: #2e2e2e;
  color: #f1ebe6;
}

.tabBlockContentBlock {
  margin-top: 25%;
}

.tabBlockContent {
  background: #f1ebe6;
  border: 1px solid #707070;
  position: relative;
  z-index: 99;
  padding: 50px 40px;
}

.tabBlockContentTitle {
  font-family: "Myanmar MN", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 120%;
  color: #2e2e2e;
}

.tabBlockContentDescription {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #2e2e2e;
}

.tabBlock {
  cursor: pointer;
}

.tabBlockContent {
  display: none;
}

.tabBlockContent.active {
  display: block;
}

.stroyReadyContainer {
  max-width: 55%;
  margin-top: 60px;
}

.modal-title {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 167%;
  text-align: center;
  color: #343536;
}

.modal-desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #343536;
}

.reviewText {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  /*font-family: "Myanmar MN";
  font-weight: 400;
  font-size: 30px;*/
  line-height: 136%;
  color: #2e2e2e;
}

.avaName {
  font-family: "Myanmar MN", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 90%;
  color: #2e2e2e;
}

.avaPodText {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 165%;
  color: #585858;
  opacity: 0.75;
}

.guideSlide {
    width: 100vw;
    height: 100vh;
}

.firstText {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 18px;
  line-height: 167%;
  color: #fff;
}

.secondText {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 89%;
  letter-spacing: -0.02em;
  color: #fff;
}

.yearText {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 167%;
  color: #fff;
}

.editButtons {
  flex-direction: column;
}

#floor-3:checked ~ .c-home_house .floor-3 {
  opacity: 0.8;
  background-color: transparent !important;
    }

    #floor-2:checked ~ .c-home_house .floor-2 {
  opacity: 0.8;
  background-color: transparent !important;
    }

    #gr-floor:checked ~ .c-home_house .gr-floor:hover {
  background-color: transparent;
}

#mansard:checked ~ .c-home_house .mansard:hover {
  background-color: transparent;
}

#mansard:checked ~ .c-home_house .mansard:hover::before, #mansard:checked ~ .c-home_house .mansard:hover::after {
  background-color: transparent;
}

#floor-1:checked ~ .c-home_house .floor-1:hover {
  background-color: transparent;
}

#mansard:checked ~ .c-home_house .mansard {
  opacity: 0.8;
  background-color: transparent;
}

#floor-1:checked ~ .c-home_house .floor-1 {
  opacity: 0.8;
  background-color: transparent;
}

@media (max-width: 1651px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 1441px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1141px) {
  html {
    font-size: 10px;
  }
  .block_title-above {
    font-size: 5rem;
    margin-bottom: -2.75rem;
  }
}
@media (max-width: 880px) {
  html {
    font-size: 6px;
  }
  .header {
    padding: 8px 16px 8px 12px;
  }
  .header__nav .text_20-400 {
    display: none;
  }
}
@media (max-width: 640px) {
  html {
    font-size: 16px;
  }
  .only-mobile {
    display: flex;
  }
  .only-pc {
    display: none;
  }
  .logo {
    max-height: 1.5rem;
  }
  .header {
    padding: 8px 16px 8px 5px;
  }
  .header__nav {
    gap: 20px;
  }
  .intro__rect--nomobile {
    border: none;
  }
  .block_container {
    /*max-width: 1920px;*/
    padding: 16px 16px 16px 16px;
  }
  .block_container--wide {
    padding: 16px 16px 16px 16px;
  }
  .block_title-above {
    margin-bottom: -0.8rem;
    font-size: 1.875rem;
  }
  .block_title-above--mobile-mini {
    font-size: 1.5rem !important;
  }
  .block_title {
    font-size: 20px !important;
    line-height: normal;
  }
  .block_title-above--deep {
    margin-bottom: -1.05rem;
  }
  .block_title-above--deeper {
    margin-bottom: -0.75rem;
  }
  .block_title-sub {
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 1rem;
  }
  .block_title-sub_link {
    margin-top: 0.3rem;
    font-size: 0.875rem;
  }
  .block_title-sub--margin25 {
    margin-top: 1rem;
  }
  .block_checks__container {
    grid-template-columns: 1fr;
    gap: 1rem 15.6rem;
    margin-top: 1rem;
  }
  .block_checks__item {
    font-size: 0.875rem;
    gap: 0.5rem;
  }
  .block_checks__item img {
    max-height: 1rem;
    margin-top: unset;
  }
  .block_checks__item--font2 {
    line-height: normal;
  }
  .block_checks_order-mobile {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .block_checks_order-mobile .button_circle {
    max-height: 4.75rem;
    max-width: 5.7rem;
    margin: -1.2rem 1.5rem 0 0;
  }
  .block_checks_order-mobile .button_circle p {
    font-size: 0.5rem;
    line-height: 0.625rem;
    margin-left: 0.5rem;
  }
  .block_checks_order-mobile__info {
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.35rem;
    font-family: "Inter", sans-serif;
    color: #A78B73;
  }
  .block_gradient__image {
    -webkit-mask-image: none;
            mask-image: none;
    max-width: 100%;
    height: 15.875rem;
    z-index: -2;
    margin-top: 2.5rem;
  }
  .block_gradient {
    padding: 0 1rem;
    height: 18.375rem;
    position: relative;
  }
  .block_gradient .block_title-sub--margin25 {
    margin-top: 0.3rem;
  }
  .block_gradient::after {
    content: "";
    display: block;
    position: absolute;
    top: 2.5rem;
    left: 0;
    background: url(../images/masks/mobile_gradient_mask.png);
    background-position-x: right;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: unset;
    max-width: unset;
  }
  .block_gradient__content {
    padding: 0.6rem 0 0 0;
  }
  .block_inset__text {
    font-size: 0.81rem;
    margin-left: 9px;
  }
  .block_inset::after {
    background: url(../images/masks/inset_mask-mobile.png) 100%;
    max-height: 5.25rem;
    max-width: 7.9rem;
  }
  .block_inset {
    max-height: 5.25rem;
  }
  .block_inset__image {
    max-height: 5.25rem;
    max-width: 7.9rem;
  }
  .header__icons {
    gap: 20px;
    gap: 8px;
    align-items: center;
  }
  .header__icons img,
  .header__icons svg {
    max-height: 1.5rem;
  }
  .intro {
    height: 14.1rem;
  }
  .intro__rect {
    border: 1px solid var(--Gold, #A78B73);
    width: 4.375rem;
    margin: 5.25rem 0 auto 12%;
    height: 6rem;
  }
  .intro__title {
    margin: 1.2rem 0 0 1.5rem;
    font-size: 1.25rem;
    line-height: normal;
  }
  .intro__title--type2 {
    margin: 1.2rem 0 0 1.5rem;
  }
  .block_team__workers {
    display: flex;
    flex-wrap: wrap;
  }
  .block_team__workers-photos {
    overflow: scroll;
    max-width: 100%;
  }
  .block_team__worker-photo {
    width: unset;
    max-height: 15.6rem;
    height: 100%;
  }
  .block_team__reviews_tile {
    width: 100%;
    justify-content: center;
  }
  .block_team__reviews_tile p {
    font-size: 0.875rem;
    letter-spacing: 0.376rem;
  }
  .block_team__reviews_tile b {
    font-size: 2.5rem;
  }
  .block_team__reviews_stars {
    max-height: 1.7rem;
  }
  .block_team__reviews_avatars {
    margin: 1.84rem auto 1rem auto;
    max-height: 2.3rem;
  }
  .projects-carousel {
    margin: 0.25rem 0px 1.5rem 0px;
    padding: 0;
  }
  .project-card {
    min-width: 18rem;
    max-width: 18rem;
    padding-bottom: 0.34rem;
  }
  .project-card b {
    font-size: 1rem;
  }
  .project-card p {
    font-size: 0.75rem;
  }
  .project-card .icon_holder img {
    max-height: 0.75rem;
  }
  .project-card__info-line {
    gap: 0.5rem;
  }
  .project-card__info-line--full {
    padding: 0 0.63rem;
    justify-content: space-between;
  }
  .project-card__info-line--full .project-card__icons-line {
    gap: 1rem;
  }
  .project-card__line2 {
    padding: 0 0.63rem;
    margin-top: 0.5rem;
  }
  .project-card__line3 {
    padding: 0 0.63rem;
  }
  .project-card__text1 {
    padding: 0 0.63rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1rem;
  }
  .project-card__indicators {
    margin: 0.5rem auto 0.5rem !important;
  }
  .project-card__favorite {
    max-height: 1.375rem;
  }
  .project-card__line2 b {
    font-weight: 500;
    font-size: 0.875rem;
  }
  .project-card__line2 p {
    font-size: 0.875rem;
  }
  .block_steps_carousel {
    margin: 1rem -8px 1rem -12px;
  }
  .block_steps_item {
    padding: 3.75rem 0.9rem 5rem;
    /*min-width: 18rem;*/
    gap: 1rem;
  }
  .block_steps_item__title {
    font-size: 0.875rem;
    line-height: normal;
  }
  .block_steps_item__content {
    text-align: unset;
    font-size: 0.875rem;
    line-height: normal;
  }
  .block_steps_item__number {
    transform: unset;
    font-size: 6.25rem;
    top: 0;
    left: 0.7rem;
  }
  .block_list_item__name {
    font-size: 1.25rem;
  }
  .block_list_item__contentbox {
    font-size: 0.875rem;
    max-width: unset;
    gap: 1rem;
  }
  .block_list_item {
    padding: 0.5rem 0;
    flex-direction: column;
    gap: 1rem;
  }
  .block_list_item__contentbox p {
    margin-bottom: unset;
  }
  .block_list hr {
    display: none;
  }
  .block_auto-slider {
    margin: 16px 0;
  }
  .button_type2 {
    max-height: 4.625rem;
    max-width: 18rem;
  }
  .button_type2 p {
    transform: translateY(-1.5rem);
    font-size: 1.125rem;
    line-height: normal;
  }
  .block_qanda_item_title {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .block_qanda_item_title img {
    max-height: 1.875rem;
  }
  .block_qanda__item {
    padding: 1rem 0;
  }
  .block_qanda_item_summary {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1rem;
  }
  .projects-container {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 0 -12px 1.5rem -12px;
  }
  .projects-container .project-card {
    max-width: unset;
  }
  .year_selector {
    padding: 1.25rem 0px 1.9rem 16px;
    border: none;
    padding: 1.25rem 0 0 16px;
  }
  .year_selector__container {
    gap: 1rem;
    overflow: scroll;
    padding-bottom: 0.5rem;
  }
  .year_selector__container p {
    font-size: 1.125rem;
  }
  .header--mobile-default.header--white {
    color: #14010C;
    border-bottom: 1px solid #14010C;
  }
  .header--mobile-default.header--white .header__icons img {
    filter: unset;
  }
  .header--mobile-default.header--white p {
    color: #14010C;
  }
  .block_stats__container {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 0.7rem;
    margin-top: 1rem;
  }
  .block_stats__stats {
    grid-column: 1/4;
    margin-top: 1rem;
  }
  .block_stats__stats b {
    font-size: 1.875rem;
  }
  .block_stats__stats p {
    font-size: 0.5rem;
    letter-spacing: 0.215rem;
  }
  .block_gradient__mark {
    margin-top: 0.3rem;
  }
  .block_gradient__mark b {
    font-size: 1.125rem;
  }
  .block_gradient__mark p {
    font-size: 0.875rem;
    line-height: normal;
  }
  .more_link {
    gap: 0.25rem;
    font-size: 0.875rem;
  }
  .more_link img {
    max-height: 16px;
  }
  .footer {
    margin-top: 1rem;
  }
  .footer_container {
    padding: 0 1rem;
    flex-direction: column;
    justify-content: unset;
  }
  .footer__text-block {
    margin-top: 1.25rem;
    flex-direction: row;
    align-items: center;
  }
  .footer__link_blocks {
    gap: 0;
    margin-top: 2rem;
    justify-content: space-between;
  }
  .footer__link {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .footer__links-block {
    gap: 1rem;
  }
  .footer__social {
    margin: 2rem 0 0 0;
  }
  .footer__group {
    position: unset;
    transform: unset;
    font-size: 0.56rem;
    margin: 0 auto 1.25rem auto;
  }
  .footer__mini-text {
    margin: 1.5rem auto 0.63rem auto;
  }

  .aboutus {
    background: #f1ebe6;
    padding: 20px;
    height: auto !important;
  }

  .logo-img {
    max-width: 135px;
  }

  .logo-text {
    font-weight: 400;
    font-size: 48px !important;
    line-height: 100%;
    margin-top: 0 !important;
    margin-bottom: 20px;
  }

  .aboutusRow {
    flex-direction: column !important;
  }

  .doc-text {
    font-size: 10px;
  }

  .doc-img {
    width: 35px;
    height: 46px;
  }
  .catalogTitle {
    font-size: 1rem;
  }
  .catalogBigBlock {
    aspect-ratio: 1.5;
    height: auto;
  }
  .catalogBlockText {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .block_gradient::after {
    background-position-x: unset;
  }
  .page {
    overflow: hidden;
  }
  
  #slide_indicators3 .owl-dot {
  zoom: 1;
  }

  .razdelCard {
    padding: 16px !important;
    height: 560px !important;
  }

  .razdelCardBottom {
    flex-direction: column-reverse !important;
    align-items: start !important;
    gap: 15px !important;
  }

  .razdelPodrobnee {
    margin-top: -1.5rem !important;
    padding-left: 1rem;
    left: 15% !important;
    top: 71% !important;
  }

  .razdelCardTitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 186%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #343536;
  }

  .razdelCardList {
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #343536;
    padding-left: 1rem;
    list-style-type: inherit;
  }
  
  .razdelCardList li {
    list-style: inherit;
  }
  
  .owl-carousel.owl-drag .owl-item:hover {
    /*transform: none !important;*/
  }

  .block_steps_item {
    max-height: 30rem;
  }

  .calculatorLabel {
    font-size: 16px;
  }

  .calculatorInput {
    font-weight: 400;
    font-size: 16px;
    width: 100px;
  }

  .calculatorCollapse {
    flex-direction: column !important;
  }

  .calculatorItem {
    width: 100% !important;
  }

  .calculatorText {
    font-size: 15px !important;
  }

  .switch {
    width: 29px;
    height: 16px;
  }

  .slider:before {
    width: 12px;
    height: 12px;
    left: 2px;
    bottom: 1px;
  }

  input:checked + .slider:before {
    transform: translateX(11px);
  }

  .calculatorText::after {
    background-size: 18px !important;
  }

  .calculatorText.small {
    font-size: 14px !important;
  }

  .switch.small {
    width: 29px;
    height: 16px;
  }

  .slider.round.small {
    border-radius: 34px;
  }

  .slider.round.small:before {
    width: 12px;
    height: 12px;
    left: 2px;
    bottom: 1px;
}
  
input:checked + .slider.small:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

.calulatorContainer {
  margin-top: 15px;
}

.timeText {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 229% !important;
  color: #343536;
}

.description-sections-building {
  font-size: 14px !important;
}

.exampleCrossedPrice {
  font-size: 12px;
}

.exampleRealPrice {
  font-size: 14px;
}

.exampleUnderPrice {
  font-size: 10px;

}

.listText {
  font-size: 13px;
}

.listMark {
  border-radius: 50%;
  background: #000 !important;
  width: 5px;
  height: 5px;
}

.listItems {
  padding-left: 10px;
}

.listItem {
  gap: 15px !important;
}

.stroyReadyContainer {
  max-width: 100%;
  margin-top: 20px;
}

.editButtons {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.cartTitle {
  font-size: 14px;
  font-weight: 500;
}

.cartText {
  font-size: 10px;
}

.cartPrice {
  font-size: 14px;
}

.labelText {
  font-size: 10px;

}

.year_selector {
  padding: 12px !important;
}

.year_selector__container .nav-item .nav-link {
  font-size: 10px ;
 }
 
 .year_selector__container {
  gap: 0px !important;
 }

 .techno-statya {
  padding: 16px 12px !important;
  margin-top: 20px !important;
 }

 .techTitle {
  font-size: 20px !important;
  font-weight: 700 !important;
 }

}