

/* Start:/local/templates/termo-jet-v4/components/bitrix/catalog.section.list/contacts/style.css?17488339449491*/
#contacts-wrap .contacts-title {
  text-transform: uppercase;
}

.contacts-map--block {
  align-items: flex-start;
}

#contacts-wrap .contacts-item .contacts-item-map-open {
  border-bottom: 1px solid;
  display: inline-block;
  cursor: pointer;
  font-family: 'ProximaNovaRegular';
  font-size: 18px;
  text-transform: uppercase;
  color: #08d3f4;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

#contacts-wrap .contacts-item .contacts-item-map-open:hover {
  color: #db204d;
  border-color: #db204d;
}

#contacts-wrap .contacts-block {
  vertical-align: top;
  margin-bottom: 40px;
}

#contacts-wrap .contacts-block .contacts-phone-item {
  margin-top: 0px;
}

#contacts-wrap .contacts-item .contacts-item-value {
  font-size: 18px;
  color: #597683;
}

#contacts-wrap .contacts-phone-item .contacts-item-value:hover, #contacts-wrap .contacts-mail-item .contacts-item-value:hover {
  color: #db214d;
}

#contacts-wrap .contacts-phone-item {
  background: url("/local/templates/termo-jet-v4/components/bitrix/catalog.section.list/contacts/images/phone-ico.png") no-repeat;
  padding: 0px 0px 0px 55px;
}

#contacts-wrap .contacts-mail-item {
  background: url("/local/templates/termo-jet-v4/components/bitrix/catalog.section.list/contacts/images/mail-ico.png") no-repeat;
  padding: 0px 0px 0px 55px;
}

#contacts-map-wrap {
  position: relative;
  padding-top: 25px;
  overflow: hidden;
}

#contacts-map-wrap h2 {
  position: relative;
  z-index: 2;
}

#contacts-map-wrap .contacts-map-placemark {
  color: #597683;
}

#contacts-map-wrap #contacts-map-img text {
  fill: #FFFFFF;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

#contacts-map-wrap #contacts-map-img text.active {
  opacity: 1;
}

#page-wrap .employees-wrap {
  position: relative;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.6s 0.6s;
  -o-transition: all 0.6s 0.6s;
  transition: all 0.6s 0.6s;
}

#page-wrap .employees-wrap.active {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  margin: 0px;
  padding: 0px;
  flex-grow: 1;
  flex-basis: 0px;
  min-height: 650px;
}

#contacts-map-wrap h2::before {
  position: static;
}

.employees-wrap .employees-body {
  opacity: 0;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.employees-wrap.active .employees-body {
  opacity: 1;
  -webkit-transition: all 0.6s 0.6s;
  -o-transition: all 0.6s 0.6s;
  transition: all 0.6s 0.6s;
}

.employees-wrap .employees-block {
  position: absolute;
  top: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.employees-wrap .employees-block.active {
  visibility: visible;
  -webkit-transition: all 0.4s 0.4s;
  -o-transition: all 0.4s 0.4s;
  transition: all 0.4s 0.4s;
  opacity: 1;
}

.employees-wrap .employees-body .employees-title {
  text-align: left;
}

.employees-wrap .employees-body .employees-desc p {
  font-family: 'FiraSansMedium', sans-serif;
}

.employees-item .employees-item-img {
  margin-bottom: 20px;
}

.employees-item .employees-item-text p {
  line-height: 1.38;
}

.employees-item .employees-item-name {
  font-size: 24px;
}

.employees-item .employees-item-position {
  font-size: 18px;
}

.employees-item .employees-item-phone {
  margin-top: 20px;
  font-size: 24px;
}

.employees-item .employees-item-mail {
  font-size: 18px;
}

.employees-wrap .close-btn {
  z-index: 2;
}

#map-wrap {
  -webkit-transition: all 0.6s 0.6s;
  -o-transition: all 0.6s 0.6s;
  transition: all 0.6s 0.6s;
  height: 0px;
  margin-top: 15px;
}

#map-wrap.opened {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

#map-wrap #map-body {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

#map-wrap.opened #map-body {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.6s 0.6s;
  -o-transition: all 0.6s 0.6s;
  transition: all 0.6s 0.6s;
}

.contacts-block.col-sm-4.bottom {
    width: 35%;
    margin-top: 1%;
}

@media (min-width: 769px) {
  #contacts-wrap .contacts-title {
    font-size: 18px;
  }

  #contacts-wrap .contacts-item p {
    font-size: 18px;
  }

  #contacts-wrap .contacts-body {
    margin-top: 70px;
  }

  #contacts-wrap .contacts-item {
    margin-top: 15px;
  }

  #contacts-wrap .contacts-item .contacts-item-value {}

  #contacts-map-wrap {
    margin-top: 50px;
  }

  #contacts-map-wrap div.contacts-map-img {
    margin: -92px auto 0px;
  }

  #contacts-map-wrap .contacts-map-img {
    background-size: cover;
    background-repeat: no-repeat !important;
  }

  #contacts-map-wrap .contacts-map-placemark {
    display: none;
  }

  #contacts-map-wrap #contacts-map-img text {
    font-size: 20px;
    visibility: hidden;
    display: none;
    text-shadow: 1px 1px 1px;
  }

  #contacts-map-wrap #contacts-map-img text.active {
    display: block;
    visibility: visible;
  }

  #contacts-wrap .contacts-item .contacts-item-map-open {
    margin-top: 25px;
  }

  #page-wrap .employees-wrap {
    width: 900px;
    width: 25%;
    margin: 0px;
    padding: 0px;
    flex-grow: 1;
    flex-basis: 0px;
    min-height: 650px;
  }

  .employees-wrap .close-btn {
    right: 45px;
    top: 45px;
  }

  .employees-wrap .employees-body .employees-desc {
    margin-top: 30px;
  }

  .employees-wrap .employees-item {
    margin: 30px 0px;
  }

  #contacts-map-img-wrap #contacts-map-img {
    overflow: visible;
  }

  #contacts-map-img-wrap .st0 {
    fill: #FFFFFF;
    stroke: #b6cddb;
    stroke-width: 0.5px;
  }

  #contacts-map-img-wrap .st1 {
    fill: #FFFFFF;
    stroke: #b6cddb;
    stroke-width: 0.5px;
  }

  #contacts-map-img-wrap .st2 {
    fill: #FFFFFF;
    stroke: #b6cddb;
    stroke-width: 0.5px;
  }

  #contacts-map-img-wrap {
    text-align: center;
    width: 75%;
    flex-basis: 75%;
  }

  #contacts-map-img .contacts-map-region {
    fill: #08d3f4;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  #contacts-map-img .contacts-map-region[data-code="moskovskaya-oblast"] {
    fill: #101C51;
  }

  #contacts-map-img .contacts-map-region[data-code="khabarovskiy-kray"] {
    fill: #597683;
  }

  #contacts-map-img .contacts-map-region[data-code="leningradskaya-oblast"] {
    fill: #1E7260;
  }

  #contacts-map-img .contacts-map-region[data-code="samarskaya-oblast"] {
    fill: #1DE3D1;
  }

  #contacts-map-img .contacts-map-region[data-code="krasnodarskiy-kray"] {
    fill: #315AC0;
  }

  #contacts-map-img .contacts-map-region[data-code="kazakhstan"] {
    fill: #009746;
  }

  #contacts-map-img .contacts-map-region.active {
    fill: #db214d;
  }

  #contacts-map-img .contacts-map-region-label {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
  }

  #contacts-map-img .contacts-map-region-label.active {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 768px) {
  #contacts-wrap .contacts-title {
    font-size: 16px;
  }

  #contacts-wrap .contacts-item p {
    font-size: 16px;
  }

  #contacts-wrap .contacts-body {
    margin-top: 20px;
  }

  #contacts-wrap .contacts-item {
    margin-top: 10px;
  }

  #contacts-wrap .contacts-item .contacts-item-value {
    font-size: 16px;
  }

  #contacts-wrap .bx-yandex-map {
    height: 300px !important;
  }

  #contacts-map-wrap {
    margin-top: 30px;
    padding: 0px 15px;
  }

  #contacts-map-wrap .contacts-map-img {
    display: none !important;
  }

  #contacts-map-wrap #contacts-map {
    display: none;
  }

  #contacts-map-wrap .contacts-map-placemark-wrap {
    overflow-x: auto;
    font-size: 0;
    margin: 20px 0px 0px;
  }

  #contacts-map-wrap .contacts-map-placemark {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 10px 5px;
    margin: 5px 0px;
    color: #002c57;
    border: 2px solid #002c57;
    border-left-width: 1px;
    border-right-width: 1px;
  }

  #contacts-map-wrap .contacts-map-placemark:first-of-type {
    border-left-width: 2px;
  }

  #contacts-map-wrap .contacts-map-placemark:last-of-type {
    border-right-width: 2px;
  }

  #page-wrap .employees-wrap {
    margin-top: 30px;
  }

  .employees-wrap .employees-block {
    padding: 20px 15px 20px;
  }

  .employees-wrap .close-btn {
    right: 5px;
    top: 5px;
  }

  .employees-wrap .employees-body .employees-desc {
    margin-top: 10px;
  }

  .employees-wrap .employees-item {
    margin: 15px 0px;
  }

  #contacts-map-img-wrap {
    display: none;
  }
  .contacts-block.col-sm-4.bottom {
	width: 100%;
  }
}

@media (max-width: 470px) {
  #contacts-map-wrap .contacts-map-placemark {
    min-height: 62px;
  }
}

.contact_phone {
	color: #597683;
}

  .branches-title {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
  }

  .branches-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
  }

  .branch {
    padding: 20px;
	color: #597683;
    background-color: #f9f9f9;
    font-size: 18px;
  }

  .branch h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .branch a {
    color: #007BFF;
    text-decoration: none;
  }

  .branch a {
    text-decoration: none;
	color: #597683;
  }
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1507810557666*/
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 */
/* /local/templates/termo-jet-v4/components/bitrix/catalog.section.list/contacts/style.css?17488339449491 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1507810557666 */
