

/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1597659651666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/devvesna.ru_2026_opti/components/bitrix/news.list/sotrudniki/style.css?17817538662039*/
.sotrudniki {
  padding: 30px 0;
}
.sotrudniki a {
  text-decoration: none;
  color: #3f5870;
}
.sotrudniki a.btn {
  color: #fff;
}
.sotrudniki__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.sotrudniki__item {
  width: 33%;
  text-align: center;
  color: #3f5870;
  margin-bottom: 40px;
  box-sizing: border-box;
  position: relative;
  /*&:first-child {
    width: 100%;
  }*/
  line-height: 1.1em;
  padding: 0 20px;
}
@media screen and (max-width: 999px) {
  .sotrudniki__item_container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .sotrudniki__item_container {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .sotrudniki__item {
    width: 100%;
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .sotrudniki__item {
    display: block;
  }
}
.sotrudniki__item_image {
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .sotrudniki__item_image {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .sotrudniki__item_image {
    width: 100%;
  }
}
.sotrudniki__item_image img {
  max-width: 100%;
  height: auto;
}
.sotrudniki__item_name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 26px;
}
.sotrudniki__item_phone, .sotrudniki__item_email, .sotrudniki__item_post {
  text-transform: lowercase;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 5px;
}
@media screen and (max-width: 999px) {
  .sotrudniki__item_text {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .sotrudniki__item_text {
    width: 100%;
  }
}
.sotrudniki__item_button {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 300px;
  opacity: 0;
  transition: all 0.3s linear;
  z-index: 100;
}
.sotrudniki__item_button .button-order {
  line-height: 50px;
  height: 58px;
  width: auto;
  padding: 0 90px 0 30px;
  background: #fff;
}
.sotrudniki__item:hover .sotrudniki__item_button {
  opacity: 1;
}

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

/* End */


/* Start:/local/templates/devvesna.ru_2026_opti/components/luxar/super/contacts/css/pagespeed.css?17817532906349*/
.contacts a {
  text-decoration: none;
  color: #3f5870; }
  .contacts a.btn {
    color: #fff; }
.contacts__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 999px) {
    .contacts__container {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-direction: reverse;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .contacts__container > div {
    width: 50%;
    box-sizing: border-box; }
    @media screen and (max-width: 999px) {
      .contacts__container > div {
        width: 100%; } }
.contacts__map {
  padding: 0 35px 0 0; }
  @media screen and (max-width: 999px) {
    .contacts__map {
      padding-right: 0;
      height: 300px; } }
.contacts__info {
  padding: 0 0 0 35px; }
  @media screen and (max-width: 999px) {
    .contacts__info {
      font-size: 14px;
      padding: 10px; } }
  .contacts__info_container {
    /*width: 600px;*/
    margin-right: auto;
    margin-left: 0; }
  .contacts__info_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .contacts__info_list li {
      min-width: 277px;
      margin-bottom: 35px; }
      @media screen and (max-width: 999px) {
        .contacts__info_list li {
          max-width: initial;
          margin-bottom: 10px; } }
      .contacts__info_list li span {
        display: inline-block;
        vertical-align: middle; }
        .contacts__info_list li span.icon {
          margin-right: 5px; }
  .contacts__info_sheledue {
    margin-bottom: 35px; }
    @media screen and (max-width: 999px) {
      .contacts__info_sheledue {
        margin-bottom: 10px; } }
    .contacts__info_sheledue span {
      color: #000; }
  .contacts__info_callback {
    margin-bottom: 35px;
    /*a:link,
    a:visited {
      text-transform: uppercase;
      color: #5c8624;
      font-size: 16px;
      font-weight: bold;
    }*/ }
    @media screen and (max-width: 999px) {
      .contacts__info_callback {
        margin-bottom: 10px; } }
  .contacts__info_socials {
    margin-bottom: 35px; }
    @media screen and (max-width: 999px) {
      .contacts__info_socials {
        margin-bottom: 10px; } }
    .contacts__info_socials .flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      /*@media screen and (max-width: 999px) {
        @include flex-wrap(wrap);
      }*/ }
      .contacts__info_socials .flex > div {
        width: 100%;
        margin-right: 10px; }
        @media screen and (max-width: 999px) {
          .contacts__info_socials .flex > div {
            width: 100%; } }

.sotrudniki {
  padding: 30px 0; }
  .sotrudniki a {
    text-decoration: none;
    color: #3f5870; }
    .sotrudniki a.btn {
      color: #fff; }
  .sotrudniki__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .sotrudniki__item {
    width: 33%;
    text-align: center;
    color: #3f5870;
    margin-bottom: 40px;
    box-sizing: border-box;
    position: relative;
    /*&:first-child {
      width: 100%;
    }*/
    line-height: 1.1em;
    padding: 0 20px; }
    @media screen and (max-width: 999px) {
      .sotrudniki__item_container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }
    @media screen and (max-width: 500px) {
      .sotrudniki__item_container {
        display: block; } }
    @media screen and (max-width: 999px) {
      .sotrudniki__item {
        width: 100%;
        font-size: 24px; } }
    @media screen and (max-width: 500px) {
      .sotrudniki__item {
        display: block; } }
    .sotrudniki__item_image {
      margin-bottom: 20px; }
      @media screen and (max-width: 999px) {
        .sotrudniki__item_image {
          width: 50%; } }
      @media screen and (max-width: 500px) {
        .sotrudniki__item_image {
          width: 100%; } }
      .sotrudniki__item_image img {
        max-width: 100%;
        height: auto; }
    .sotrudniki__item_name {
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 26px; }
    .sotrudniki__item_phone, .sotrudniki__item_email, .sotrudniki__item_post {
      text-transform: lowercase;
      font-size: 20px;
      line-height: 1.2em;
      margin-bottom: 5px; }
    @media screen and (max-width: 999px) {
      .sotrudniki__item_text {
        width: 50%; } }
    @media screen and (max-width: 500px) {
      .sotrudniki__item_text {
        width: 100%; } }
    .sotrudniki__item_button {
      position: absolute;
      left: 0;
      width: 100%;
      text-align: center;
      top: 300px;
      opacity: 0;
      transition: all .3s linear;
      z-index: 100; }
      .sotrudniki__item_button .button-order {
        line-height: 50px;
        height: 58px;
        width: auto;
        padding: 0 90px 0 30px;
        background: #fff; }
    .sotrudniki__item:hover .sotrudniki__item_button {
      opacity: 1; }

/*# sourceMappingURL=pagespeed.css.map */

/* End */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1597659651666 */
/* /local/templates/devvesna.ru_2026_opti/components/bitrix/news.list/sotrudniki/style.css?17817538662039 */
/* /local/templates/devvesna.ru_2026_opti/components/luxar/super/contacts/css/pagespeed.css?17817532906349 */
