

/* Start:/local/templates/istra-2025/css/header-grey.css?17557694351050*/
.menu-header {
  border-bottom: 1px solid #41474B !important;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 34px;
  z-index: 2;
}

.menu-header .header-burger-logo .burger-block .burger .burger-line {
  background-color: #41474B !important;
}

.menu-header .header-burger-logo .burger-block {
  border-right: 1px solid #41474B !important;
}

.header-present--grey {
  border-left: 1px solid #41474B !important;
}

.header-present--text-grey {
  color: #41474B !important;
}

.menu-header-logo__tel-link {
  color: #41474B !important;
}

@media (max-width:1200px) {
  .menu-header-logo__tel-link {
    font-size: 16px;
  }
}

@media (max-width:996px) {
  .menu-header {
    padding: 0 34px;
  }

  .menu-header-logo__tel {
    border-right: 1px solid #41474B;
  }
}

@media (max-width:750px) {
  .menu-header .header-burger-logo .burger-block {
    border-right: 1px solid #fff !important;
  }
}

@media (max-width:600px) {
  .menu-header {
    padding: 0 20px;
  }
}
/* End */


/* Start:/local/templates/istra-2025/css/developer.css?17557694356767*/
/* about  */

.developer-about {
  padding-bottom: 87px;
  position: relative;
}

.developer-crumbs {
  display: flex;
  margin: 35px 0 0 40px;
}

.developer-content--left {
  width: 50%;
}

.developer-content--left img {
  width: 100%;
}

.developer-crumbs--item-link {
  font-family: 'M PLUS 1p Regular';
  text-decoration: none;
  color: #41474B;
  font-size: 18px;
  font-weight: 400;
}

.developer-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 60px;
  margin: 0 40px;
}

.developer-content--right {
  width: 50%;
}

.developer-content--right-text {
  font-family: 'M PLUS 1p Light';
  font-size: 21px;
  line-height: 33px;
  width: 100%;
  color: #6A7278;
}

.developer-content--right-block {
  width: 100%;
}

.developer-content--right-block--pad {
  display: none;
}

.developer-content--right-block--pic {
  width: 100%;
  margin: 80px 0 0 0;
}

.developer-content--right-block--pic-img {
  width: 100%;
}

.developer-content--right-block--text {
  font-family: 'M PLUS 1p Light';
  font-size: 21px;
  line-height: 33px;
  width: 100%;
  color: #6A7278;
  margin: 50px 0 0 0;
}

.developer-content--right-text--item-mob {
  display: none;
  font-family: 'M PLUS 1p Light';
  font-size: 18px;
  line-height: 27px;
  width: 100%;
  color: #6A7278;
  margin: 30px 0 0 0;
}


/* advantage  */


.advantage-titul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.advantage-titul h2 {
  max-width: 470px;
}

.advantage-navig {
  display: flex;
  width: 110px;
  align-items: center;
  color: #A5888D;
}

.developer-advantage {
  position: relative;
}

.developer-advantage.container {
  padding-right: 0;
}

.developer-advantage__container {
  padding-bottom: 84px;
  border-bottom: 1px solid #D2DDE5;
}

.advantage-slide {
  width: 432px !important;
  height: 681px !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 60px 25px 50px 50px;
  position: relative;
}


.advantage-slide__titul {
  font-family: 'Zen Kaku Gothic Antique Medium';
  font-weight: 500;
  font-size: 27px;
  line-height: 37px;
  color: #fff;
  text-transform: uppercase;
}

.advantage-slide__text {
  font-family: 'M PLUS 1p Regular';
  font-weight: 400;
  font-size: 21px;
  line-height: 31px;
  color: #fff;
  position: absolute;
  top: 542px;
}


/* buro */

.buro {
  padding-top: 85px;
}

.buro h2 {
  margin-bottom: 0;
}

.buro-logo {
  margin-left: 36px;
  margin-bottom: 50px;
}

.buro-container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 96px;
  padding-bottom: 90px;
  border-bottom: 1px solid #D2DDE5;
}

.buro-container--left,
.buro-container--rught {
  max-width: 50%;
}

.buro-container--pic {
  width: 100%;
}

.buro-container--award {
  margin: 50px 0 100px 0;

}

.buro-container--award-pad {
  display: none;
  margin: 70px 0 98px 0;
}

.buro-container--text {
  font-family: 'M PLUS 1p Light';
  font-size: 21px;
  line-height: 33px;
  width: 100%;
  color: #6A7278;
}

.buro-container--text-pad {
  display: none;
  margin-top: 110px;
  font-family: 'M PLUS 1p Light';
  font-size: 18px;
  line-height: 27px;
  width: 100%;
  color: #6A7278;
}

.buro-container--award-mob {
  display: none;
}

@media (max-width:1100px) {
  .buro-container--text-pad {
    display: block;
  }

  .buro-container--text {
    font-size: 18px;
    line-height: 27px;
  }

  .buro-container--text:nth-child(2) {
    display: none;
  }

  .buro-container--award {
    display: none;

  }

  .buro-container--award-pad {
    display: block;
  }
}

@media (max-width: 996px) {

  .developer-about.container {
    padding: 0;
  }

  .developer-container {
    padding: 0 40px;
  }

  .advantage-navig {
    display: none;
  }

  .developer-container .developer-crumbs {
    margin-left: 0;
  }

  .developer-content {
    margin: 0;
    gap: 22px;
  }

  .developer-content--right-text--item,
  .developer-content--right-block--text {
    font-size: 18px;
    line-height: 27px;
  }

  .developer-content--right-block {
    display: none;
  }

  .developer-content--right-block--pad {
    display: block;
  }

  .developer-content--right-block--text {
    margin: 30px 0 0 0;
  }

  .developer-content--right-block--pic {
    margin: 40px 0 0 0;
  }

  .advantage-titul h2 {
    max-width: 480px;
  }

  .advantage-slide.swiper-slide {
    width: 219px !important;
    height: 345px !important;
    padding: 30px 10px 30px 25px;
  }

  .advantage-slide__titul {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }

  .advantage-slide__text {
    font-family: 'M PLUS 1p Light';
    font-weight: 300;
    font-size: 13px;
    line-height: 19px;
    top: 254px;
    max-width: 290px;
  }

  .buro-logo {
    margin-left: 0;
    margin-bottom: 21px;
  }

  .buro-container {
    gap: 30px;
    padding-bottom: 60px;
  }

}

@media (max-width: 600px) {

  .developer-container {
    padding: 0;
  }

  .developer-about.container {
    padding: 0;
  }

  .developer-container h2,
  .developer-content--right,
  .developer-content--right-text--item-mob {
    padding: 0 20px;
  }

  .developer-container h2 {
    padding: 44px 20px;
  }

  .developer-crumbs {
    display: none;
  }

  .developer-content {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .developer-content--right,
  .developer-content--left {
    width: 100%;
  }

  .developer-content--right-block--pad {
    display: none;
  }

  .developer-content--right-text--item:nth-child(2) {
    display: none;
  }

  .developer-content--right-text--item-mob {
    display: block;
  }

  .advantage-button-prev,
  .advantage-button-next {
    display: none;
  }

  .advantage-navig {
    display: flex;
  }

  .advantage-slide.swiper-slide {
    width: 329px !important;
    height: 477px !important;
    padding: 30px 10px 30px 25px;
  }

  .advantage-titul .advantage-navig {
    position: absolute;
    align-items: center;
    text-align: center;
    justify-content: center;
    top: 630px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }


  .advantage-slide__titul {
    font-size: 21px;
    line-height: 29px;
    text-align: left;
  }

  .advantage-slide__text {
    font-size: 18px;
    line-height: 26px;
    top: 352px;
    text-align: left;
  }

  .aqua-button-prev,
  .aqua-button-next {
    display: none;
  }

  .buro-container,
  .buro-container--award-mob {
    display: block;
  }

  .buro-container--left,
  .buro-container--rught {
    max-width: 100%;
  }

  .buro-container--award-pad,
  .buro-container--pic-mob {
    display: none;
  }

  .buro-container--pic,
  .buro-container--text-pad,
  .buro-container--award-mob {
    margin-top: 30px;
  }
}
/* End */
/* /local/templates/istra-2025/css/header-grey.css?17557694351050 */
/* /local/templates/istra-2025/css/developer.css?17557694356767 */
