body {
  margin: 0;
}
.body__wrapper{
  margin: 0;
  font-family: 'Inter', Arial, Helvetica, sans-serif;


}
.container {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media(max-width: 650px) {
  .container {
    padding: 0 20px;
  }
  .adv-card__icon-bg img {
    width: 24px;
    height: 24px;
    max-width: 100%;
    max-height: 100%;
  }
}
@media(max-width: 550px) {
  .container {
    padding: 0 10px;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  top: 0;
  width: 1080px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background: url('https://rem-stroy.com/wa-data/public/site/images/about/bgabout.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}


.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hero__title {
  margin: 0 !important;
  padding-top: 30px !important;
  padding-left: 30px !important;
  width: 679px !important;
  height: 110px !important;
  font-size: 100px !important;
  font-weight: 600 !important;
  color: #fff !important;
  letter-spacing: -3px !important;
  text-align: left !important;
  line-height: 110% !important;
  text-transform: uppercase !important;
  position: relative !important;
}

.hero__bottom {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px 30px 30px;
  box-sizing: border-box;
  margin-top: auto;
}

.hero__welcome {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  max-width: 30vw;
  line-height: 1.2;
  width: 335px;
  height: 56px;
}

.hero__desc {
  color: #fff;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0px;
  width: 454px;
  height: 57px;
  text-align: left;
}

@media (max-width: 900px) {
  .hero__title { font-size: 11vw !important; }
  .hero__welcome, .hero__desc { font-size: 3vw; max-width: 90vw; }

}

@media (max-width: 926px) {
  .hero {
    height: 650px;
  }
  .hero__title {
    font-size: 73px !important;
  }
  .hero__welcome {
    font-size: 22px;
    width: 295px;
    height: 48px;
  }
  .hero__desc {
    font-size: 14px;
    width: 275px;
    height: 68px;
  }
}
@media (max-width: 620px) {
  .hero__bg {
    transform: translateX(-45%);
  }
  .hero {
    height: 504px;
  }
  .hero__bottom{
    flex-direction: column;
  }
  .hero__title {
    font-size: 45px !important;
    padding-left: 10px !important;
  }
  .hero__bottom {
    padding-left: 10px;
  }
  .hero__welcome {
    width: 205;
    height: 40px;
    font-family: Inter;
    font-size: 18px;
  }
  .hero__desc {
    margin-top: 10px;
    font-size: 14px;
  }
}

.about {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

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

.about__top, .about__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.about__top {
  align-items: flex-start;
}
.about__bottom {
  align-items: flex-end;
}
.about__desc-wrap {
  max-width: 500px;
}

.about__title {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 40px !important;
  line-height: 110% !important;
  letter-spacing: -2px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  margin: 0 0 60px 0 !important;
}

.about__title--mobile { display: none; }
@media (max-width: 926px) {
  .about__title--desktop { display: none; }
  .about__title--mobile { display: block; }
}

.about__years-block {
  display: flex;
  height: 150px;
  align-items: flex-end;
  margin-bottom: 0;
}

.about__years {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  color: #222;
}

.about__years-text {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #222;
  margin-left: 8px;
}

.about__years-desc {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
}



.about__desc-main {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -1px;
  width: 465px;
  height: 140px;
  color: #222;
  margin-bottom: 18px;
}

.about__desc-sub {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #222;
  margin-bottom: 32px;
}

.about__img {
  width: 100%;
  max-width: 500px;
  border-radius: 0;
  object-fit: cover;
  margin-top: auto;
}
@media (max-width: 926px) {
  .about__container {
    padding: 0px 20px;
  }
  .about__title {
    font-size: 32px !important;
    max-width: 515px !important;
    margin: 0 0 15px 0 !important;
  }
  .about__desc-main {
    font-size: 22px;
    margin: 0;
  }
  .about__desc-sub {
    font-size: 14px;
  }
  .about__top {
    flex-direction: column;
  }
  .about__img {
    width: 285px;
    height: 171px;
 }
 .about__year {
  font-size: 73px; 
 }
 .about__years-text {
  font-size: 22px;
 }
 .about__years-desc {
  font-size: 14px;
 }
}
@media (max-width: 550px) {
  .about {
    margin-top: 50px;
  }
  .about__container {
    padding: 0px 20px;
  }
  .about__title {
    font-size: 23px !important;
    max-width: 300px !important;
  }
  .about__desc-main {
    font-size: 18px;
    max-width: 300px;
  }
  .about__desc-sub {
    font-size: 14px;
    max-width: 300px;
  }
  .about__top {
    flex-direction: column;
  }
  .about__bottom {

  }
  .about__img {
    width: 285px;
    height: 171px;
 }
 .about__years {
  font-size: 45px; 
 }
 .about__years-text {
  font-size: 18px;
 }
 .about__years-desc {
  font-size: 14px;
 }
}
@media (max-width: 504px) {
  .about__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .about__img {
    width: 100%;
  }
  .about__years-block{
    height: 60px;
  }
}

.advantages {
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.advantages__container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.advantages__title {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  font-size: 48px !important;
  line-height: 110% !important;
  color: #222 !important;
  margin: 0 0 40px 0 !important;
  text-transform: uppercase !important;
}

.advantages__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1080px;
  width: 100%;
}

.adv-card {
  background: #F9F9F9;
  border-radius: 0;
  padding: 30px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 200px;
  max-height: 180px;
  max-width: 100%;
  justify-content: flex-end;
}

.adv-card__icon {
  margin-bottom: auto;
}

.adv-card__icon-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #FFD88C;
  border-radius: 50%;
}

.adv-card__header {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 110%;
  color: #222;
  margin-bottom: 12px;
}

.adv-card__desc {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #222;
}

@media (max-width: 900px) {
  .advantages__grid {
    gap: 16px;
  }
  .advantages__title {
    font-size: 32px !important;
  }
  .adv-card__header {
    font-size: 22px;
  }
}
@media(max-width: 650px) {
  .adv-card {
    max-width: 295px;
    max-height: 240px;
  }
  .adv-card__header {
    font-size: 24px;
  }
  .adv-card__desc {
    font-size: 14px;
  }
  .adv-card__icon-bg {
    width: 40px;
    height: 40px;
  }
}
@media(max-width: 520px) {
  .advantages__grid {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .adv-card {
    max-width: 100%;
    padding: 20px 20px 20px 20px;
  }
  .advantages__title {
    font-size: 23px !important;
    margin-bottom: 10px !important;
  }
}

.promo {
  width: 100%;
  height: 348px;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  background: none;
}

.promo__container {
  max-width: 1080px;
  width: 100%;
  height: 348px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #333333;
  border-radius: 0;
  overflow: hidden;
}

.promo__content {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.promo__text {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}

.promo__highlight {
  background: #FFD88C;
  color: #242424;
  font-weight: 700;
  padding: 0 8px;
  border-radius: 3px;
}

.promo__btn {
  background: #FFD88C;
  color: #222;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  border: none;
  border-radius: 2px;

  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s;
  width: 273px;
  height: 57px;
}


.promo__bg {
  position: absolute;
  right: 120px;
  bottom: 10px;
  width: 216px;
  height: 143px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 5;
  pointer-events: none;
}
.promo__bg img {
  width: 216px;
  height: 143px;
  opacity: 0.15;
  display: block;
}

@media (max-width: 900px) {
  .promo__container {
    flex-direction: column;
    min-height: 320px;
    padding: 24px 0;
    margin: 0 20px;
  }
  .promo__bg {
    display: none;
  }
  .promo__text {
    font-size: 22px;
  }
}
.promo__text--mobile { display: none; }
@media(max-width: 650px) {
  .promo__container {
    margin: 0 10px;
  }
  .promo__text {
    font-size: 28px;
  }
  .promo__text--desktop { display: none; }
  .promo__text--mobile { 
    display: block;
    max-width: 490px;
  }
  .promo__btn {
    margin: 0 auto;
    font-size: 14px;
    width: 220px;
    height: 50px;
  }
}
@media(max-width: 520px) {
  .promo__text {
    font-size: 22px;
  }
  .promo__text--desktop { display: none; }
  .promo__text--mobile { 
    display: block;
    max-width: 225px;
  }
  .promo__btn {
    margin: 0 auto;
    font-size: 14px;
    width: 220px;
    height: 50px;
  }
}



.services {
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.services__container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}

.services__left, .services__right {
  flex: 1 1 50%;
  width: 500px;
  display: flex;
  flex-direction: column;
}

.services__title {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 40px !important;
  line-height: 110% !important;
  letter-spacing: -2px !important;
  text-transform: uppercase !important;
  color: #242424 !important;
  width: 588px !important;
  height: 88px !important;
  margin: 0 0 32px 0 !important;
}

.services__subtitle {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -1px;
  color: #222;
  margin: 0 0 24px 0;
}

.services__desc {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0px;
  color: #242424;
}
.services__subtitle-mobile { display: none; 
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -1px;
  color: #222;
  margin: 0 0 20px 0;
}
@media (max-width: 900px) {
  .services__subtitle-mobile { display: block; font-size: 22px; max-width: 504px; }
  .services__subtitle { display: none; }
  .services__container {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
    gap: 24px;
  }
  .services__left {
    width: 100%;
  }
  .services__right {
    width: 100%;
  }
  .services__title {
    font-size: 32px !important;
    width: 100% !important;
    margin-bottom: 30px !important;
    height: 56px !important;
  }
  .services__subtitle {
    font-size: 20px;
  }
  .services__desc {
    font-size: 14px;
    width: 100%;
    max-width: 600px;
  }
}
@media(max-width: 520px) {
  .services {
    margin-top: 50px;
  }
  .services__container {
    padding: 0 10px;
    gap: 14px;
  }
  .services__left {
    width: 100%;
  }
  .services__right {
    width: 100%;
  }
  .services__title {
    font-size: 23px !important;
    width: 100% !important;
    margin-bottom: 0px !important;
  }
  .services__subtitle-mobile {
    font-size: 18px;
  }
  .services__desc {
    font-size: 14px;
    width: 100%;
    max-width: 600px;
  }
}

.geography {
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.geography__container {
  max-width: 1080px;
  background: #F9F9F9;
  height: 400px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.geography__title {
  margin: 30px 0px 0px 30px;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #222;
}

.geography__map-wrap {
  position: relative;
  top: -60px;
  left: 130px;
  width: 847px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.geography__map {
  width: 100%;
  height: 100%;
  display: block;
}

.geography__tooltip {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 16px;
  background: #fff;
  border: 2px solid #222;
  border-radius: 8px;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #222;
  pointer-events: none;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.15s;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.geography__slick {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
}

.geography__slick2 {
  position: absolute;
  top: 38%;
  left: 53%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
}

.geography__slick3 {
  position: absolute;
  top: 46%;
  left: 59%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
}

.geography__slick4 {
  position: absolute;
  top: 60%;
  left: 56%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
}

.geography__slick5 {
  position: absolute;
  top: 69%;
  left: 47%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
}

@media (max-width: 900px) {
  .geography__container {
    max-width: 100%;
    padding: 0 20px;
    height: 360px;
    margin: 0 20px;
  }
  .geography__title {
    width: 100%;
    font-size: 24px;
    margin: 20px 0 0 0;
  }
  .geography__map-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 847px;
    height: 360px;
  }
  .geography__map {
    height: 360px;
  }
  .geography__slick {
    top: 50%;
    left: 410px;
  }
  .geography__slick2 {
    top: 38%;
    left: 470px;
  }
  .geography__slick3 {
    top: 46%;
    left: 520px;
  }
  .geography__slick4 {
    top: 60%;
    left: 500px;
  }
  .geography__slick5 {
    top: 69%;
    left: 410px;
  }
} 
@media (max-width: 720px) {
  .geography {
    margin-top: 30px;
  }
  .geography__container {
    margin: 0 10px;
  }
  .geography__map-wrap {
    top: 50px;
  }
  .geography__slick {
    top: 75%;
    left: 500px;
  }
  .geography__slick2 {
    top: 84%;
    left: 415px;
  }
  .geography__slick3 {
    top: 51%;
    left: 460px;
  }
  .geography__slick4 {
    top: 60%;
    left: 515px;
  }
  .geography__slick5 {
    top: 64%;
    left: 415px;
  }
}
@media (max-width: 650px) {
  .geography__title {
    font-size: 18px;
  }
  .geography__map-wrap {
    top: 40px;
    left: 0;
  }
  .geography__slick {
    top: 80%;
    left: 290px;
  }
  .geography__slick2 {
    top: 70%;
    left: 370px;
  }
  .geography__slick3 {
    top: 46%;
    left: 330px;
  }
  .geography__slick4 {
    top: 57%;
    left: 390px;
  }
  .geography__slick5 {
    top: 62%;
    left: 280px;
  }
}
@media (max-width: 452px) {
  .geography__map-wrap {
    top: 40px;
    left: -120px;
  }
  .geography__slick {
    top: 60%;
    left: 170px;
  }
  .geography__slick2 {
    top: 55%;
    left: 265px;
  }
  .geography__slick3 {
    top: 46%;
    left: 200px;
  }
  .geography__slick4 {
    top: 70%;
    left: 240px;
  }
  .geography__slick5 {
    top: 80%;
    left: 165px;
  }
}
.directions {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.directions__container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 24px;
}

.directions__title {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 40px !important;
  line-height: 110% !important;
  letter-spacing: -2px !important;
  text-transform: uppercase !important;
  color: #242424 !important;
  margin-bottom: 24px !important;
}

.directions__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.directions__item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #D7D7D7;
  padding: 32px 0;
  position: relative;
  justify-content: space-between;
}

.directions__item:last-child {
  border-bottom: none;
}
.directions__left {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
}

.directions__number {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #D7D7D7;
  font-weight: 400;
  width: 60px;
  min-width: 60px;
  margin-right: 24px;
  margin-top: 6px;
  align-self: flex-start;
}

.directions__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 450px;
}

.directions__header {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  max-width: 340px;
  font-weight: 600;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -1px;
  color: #242424;
  margin-bottom: 8px;
}

.directions__desc {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0px;
  color: #242424;
}

.directions__img {
  width: 175px;
  height: 175px;
  object-fit: cover;
  margin-left: 32px;
  margin-top: 4px;
}

@media (max-width: 770px) {
  .directions__container {
    padding: 0 15px;
  }
  .directions__title {
    font-size: 32px !important;
  }
  .directions__number {
    font-size: 14px;
  }
  .directions__header {
    font-size: 22px;
    margin: 10px 0 0 0;
    max-width: 295px;
  }
  .directions__desc {
    font-size: 14px;
  }
  .directions__left {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .directions__img {
    
}
}
@media (max-width: 550px) {
  .directions__item {
    flex-direction: column;
  }
  .directions__left {
    max-width: 100%;
  }
  .directions__img {
    width: 300px;
    height: 300px;
    margin: 15px auto 0 auto;
  }
  .directions__title {
    font-size: 23px !important;
  }
  .directions__number {
    font-size: 14px;
  }
  .directions__header {
    font-size: 18px;
    margin: 10px 0 0 0;
    max-width: 236px;
  }
  .directions__desc {
    font-size: 14px;
  }
}
.mission {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px 0 48px 0;
  background: none;
}

.mission__container {
  width: 1080px;
  height: 421px;
  background: #393939;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mission__label {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #FFD994;
  margin-bottom: 18px;
  margin-top: 0;
  text-align: center;
}

.mission__title {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 35px !important;
  line-height: 120% !important;
  letter-spacing: -1px !important;
  color: #FFFFFF !important;
  text-align: center !important;
  margin: 0 0 36px 0 !important;
  max-width: 900px !important;
}

.mission__images {
  display: flex;
  flex-direction: row;
  gap: 36px;
  justify-content: center;
  align-items: center;
}

.mission__img {
  object-fit: cover;

  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}

.mission__img:nth-child(1) {
  width: 100px;
  height: 70px;
}

.mission__img:nth-child(2) {
  width: 165px;
  height: 130px;
}

.mission__img:nth-child(3) {
  width: 100px;
  height: 70px;
}

@media (max-width: 700px) {
  .mission__label{
    font-size: 14px;
  }
  .mission__title {
    font-size: 28px !important;
    max-width: 484px !important;
  }
  .mission__img:nth-child(1) {
    width: 90px;
    height: 63px;
  }
  
  .mission__img:nth-child(2) {
    width: 149px;
    height: 117px;
  }
  
  .mission__img:nth-child(3) {
    width: 90px;
    height: 63px;
  }
}

@media (max-width: 530px) {
  .mission__title {
    font-size: 22px !important;
    max-width: 250px !important;
  }
  .mission__img:nth-child(1) {
    width: 66px;
    height: 47px;
  }
  
  .mission__img:nth-child(2) {
    width: 109px;
    height: 87px;
  }
  
  .mission__img:nth-child(3) {
    width: 66px;
    height: 47px;
  }
}
.principles {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 0;
}

.principles__container {
  max-width: 1080px;
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 420px;
}

.principles__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  max-height: 369px;
  height: 369px;
}

.principles__title {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 40px !important;
  line-height: 110% !important;
  letter-spacing: -2px !important;
  text-transform: uppercase !important;
  color: #242424 !important;
  margin-bottom: 32px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.principles__img {
  width: 330px;
  height: 250px;
  object-fit: cover;
}

.principles__right {
  display: flex;
  align-items: stretch;
  max-height: 369px;
  height: 369px;
}

.principles__right-inner {
  border-left: 1px solid #D7D7D7;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-width: 500px;
}

.principles__right-title {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -1px;
  color: #222;
  margin-bottom: 28px;
}

.principles__right-desc {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #222;
  max-width: 500px;
  min-height: 157px;
}

.principles__right-desc p + p {
  margin-top: 10px;
}
.principles__title-mobile {
  display: none;
}
.principles__img-mobile {
  display: none;
}
@media (max-width: 862px) {
  .principles__img-mobile {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .principles__title-mobile {
    display: block;
  }
  .principles__left{
    display: none;
  }
  .principles__right {
    max-height: 100%;
    height: auto;
  }
  .principles__right-inner {
    max-width: 100%;
    padding: 0;
    border: none;
  }
  .principles__container {
    flex-direction: column;
  }
  .principles__title-mobile {
    font-size: 32px !important;
  }
  .principles__right-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .principles__right-desc {
    font-size: 14px;
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .principles__title-mobile {
    font-size: 23px !important;
  }
  .principles__right-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .principles__right-desc {
    font-size: 14px;
    max-width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }
}

@keyframes region-glow {
  0% {
    stroke: #FFD600;
    filter: drop-shadow(0 0 6px #FFD60055);
  }
  50% {
    stroke: #FFB800;
    filter: drop-shadow(0 0 16px #FFD600AA);
  }
  100% {
    stroke: #FFD600;
    filter: drop-shadow(0 0 6px #FFD60055);
  }
}

.region--active {
  stroke: #FFD600 !important;
  stroke-width: 3 !important;
  filter: drop-shadow(0 0 6px #FFD60055);
  transition: stroke 0.2s, filter 0.2s;
  animation: region-glow 1.2s infinite linear;
}

.consult {
  width: 100%;
  display: flex;
  justify-content: center;
  background: none;
  padding: 0;
}

.consult__container {
  width: 1080px;
  height: 302px;
  min-height: 302px;
  background: #393939;
  margin: 100px auto 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.consult__drawing {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.consult__img {
  width: 209px;
  height: 209px;
  object-fit: contain;
  opacity: 0.18;
  display: block;
}

.consult__content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 48px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.consult__text {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: -1px;
  color: #fff;
  text-align: center;
  margin-bottom: 36px;
  max-width: 600px;
}

.consult__btn {
  width: 273px;
  height: 57px;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #242424;
  background: #FFD994;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s;
  margin: 0 auto;
  display: block;
}

.consult__btn:hover {
  background: #FFC94A;
}

@media (max-width: 700px) {
  .consult {
    display: none;
  }
}
@media (max-width: 560px) {
  .consult { 
    display: flex;
    width: 100%;
  }
  .consult__text {
    font-size: 22px;
    max-width: 250px;
  }
  .consult__btn {
    width: 210px;
    height: 50px;
    font-size: 14px;
  }
}

.career {
  width: 100%;
  display: flex;
  justify-content: center;
  background: none;
  margin: 100px auto 0 auto;
  padding: 0;
}

.career__container {
  width: 1080px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 120px;
  gap: 40px;
}

.career__left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.career__title {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 40px !important;
  line-height: 110% !important;
  letter-spacing: -2px !important;
  text-transform: uppercase !important;
  color: #242424 !important;
  margin: 0 !important;
}

.career__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
}

.career__desc {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -1px;
  color: #222;
  margin-bottom: 0;
  max-width: 532px;
  min-height: 112px;
}

.career__btn {
  width: 273px;
  height: 57px;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #242424;
  background: #FFD994;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 8px;
}
.career__btn-mobile {
  display: none;
}

.career__btn:hover {
  background: #FFC94A;
}

@media (max-width: 752px) {
  .career__container {
    flex-direction: column;
    padding: 0 10px;
    gap: 20px;
  }
  .career__right {
    gap: 10px;
  }
  .career__title {
    font-size: 32px !important;
  }
  .career__desc {
    font-size: 22px;
    max-width: 601px;
    min-height: auto;
  }
  .career__btn {
    width: 210px;
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .career__btn {
    display: none;
  }
  .career__btn-mobile {
    display: block;
    width: 100%;
    height: 57px;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #242424;
    background: #FFD994;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 8px;
  }
}

.works {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 0;
  margin: 0;
  margin-top: 100px;
}

.works__container {
  width: 1080px;
  height: 720px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background: #fff;
}

.works__title {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 40px !important;
  line-height: 110% !important;
  letter-spacing: -2px !important;
  text-transform: uppercase !important;
  color: #222 !important;
  margin: 0 0 24px 0 !important; 
}

.works__slider {
  width: 100%;
  height: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
}

.works__slide {
  display: none;
  width: 100%;
  height: 600px;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
}

.works__slide--active {
  display: flex;
}

.works__img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 0;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}

.works__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 8px;
  position: static;
}

.works__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D7D7D7;
  display: inline-block;
  transition: background 0.2s;
  cursor: pointer;
}
.works__dot--active {
  background: #222;
}

.works__caption {
  width: 100%;
  text-align: center;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #222;
  margin-bottom: 0;
  margin-top: 0;
  position: static;
}

@media (max-width: 1100px) {
  .works__container {
    width: 100%;
    height: auto;
  }
  .works__slider, .works__img {
    height: 40vw;
    min-height: 220px;
    max-height: 60vw;
  }
}

.contacts-section {
  max-width: 1080px;
  margin: 100px auto 0 auto;
  padding: 0 10px;
  overflow: hidden;
}

.contacts-block {
  width: 100%;
  display: flex;
  min-height: 430px;
  overflow: hidden;
}
.contacts-section__title {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.contacts-forms {
  width: 100%;
  background-color: #F9F9F9;
  padding: 30px;
}

.contacts-title {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 25px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.contacts-wrapp_input {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacts-input {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #0000004D !important;
  font-family: Inter !important;
  font-weight: 700 !important;
  font-style: Bold !important;
  font-size: 12px !important;
  leading-trim: NONE !important;
  line-height: 100% !important;
  letter-spacing: 1px  !important;
  text-transform: uppercase !important;
  min-width: 280px !important;
  max-width: 200px important;
  width: 100% important;
  padding: 9px 0 important;
  color: #909090 important;
  margin-bottom: 20px !important;
}

.contacts-input:focus {
  outline: none;
}

.contacts-form-value {
  width: 100%;
  color: #909090;
}

.contacts-form-field {

}
.contacts-label {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #909090;
  margin-bottom: 10px;
}
.contacts-textarea {
  width: 99%;
  height: 130px;
  border: none;
  background: none;
  border: 1px solid #909090;
  resize: none;
}


.contacts-checkbox-input {
  display: none;
}

.c-checkbox__box {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #909090;
  border-radius: 1px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.contacts-checkbox-input:checked + .c-checkbox__box::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 1.5px;
  width: 7px;
  height: 9px;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  transform: rotate(45deg);
}

.contacts-submit {
  width: 200px;
  height: 57px;
  background: #FFD994;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0px;
  border: none;
  margin-top: 20px;
}

.contacts-info-block {
  max-width: 350px;
  width: 100%;
  padding: 30px;
  background: #F9F9F9;
  margin-left: 15px ;
}

.contacts-info-title {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 25px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: -1px;
  color: #242424;
}

.contacts-info-phones {
  margin: 20px 0;
}

.contacts-info-label {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0px;
  color: #0000004D;
  margin-bottom: 5px;
}

.contacts-info-phone {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0px;
  color: #000000;
}

.contacts-info-socials {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.contacts-info-social {
  width: 35px;
  height: 35px;
  background: #232323;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.contacts-info-social svg {
  width: 19.83px;
  height: 19.83px;
  display: block;
}

.contacts-info-social-telegram svg {
  fill: #FFD994;
}
.contacts-info-social-phone svg {
  fill: #FFD994;
}
.contacts-info-social-whatsapp svg {
  fill: #FFD994;
}


.contacts-info-social:hover svg {
  fill: #232323;
}

.contacts-info-social-img {
  width: 19.83px;
  height: 19.83px;
  display: block;
}

.c-form-field__name-container {
  display: none;
}

@media (max-width: 571px) {
  .contacts-block {
    flex-direction: column;
  }
  .contacts-forms {
    max-width: 100%;
    width: 99% !important;
    padding: 10px;
  }
  .contacts-title{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: -1px;

  }
  .contacts-section__title {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 23px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -2px;
    text-transform: uppercase;

  }
  .contacts-policy-link {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;

  }
  .contacts-submit {
    width: 260px;
    height: 50px;
    margin: 20px auto 0 auto ;
  }
  .contants-input {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;

  }
  .contacts-info-block {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .contacts-textarea {
    width: 260px;
  }
}