#smart-filter-container {
margin-bottom: 34px;
}

.contacts-1 {
  position: relative;
  overflow: hidden;
}

.contacts-1 .contacts-map {
  display: block;
  height: 100%;
  min-height: 643px;
}

.contacts-1 .contacts-contact-wrap {
  overflow: visible;
}

.contacts-1 .contacts-contact {
  display: block;
  position: relative;
  background: #fff;
}

.contacts-1 .contacts-contact.contacts-contact-with-map {
  overflow: hidden;
  width: 810px;
}

.contacts-1 .contacts-tabs {
  display: flex;
  justify-content: center;
  margin: 0 0 clamp(40px, 12vw, 66px);
}

.contacts-1 .contacts-tabs-wrapper {
  position: relative;
  border-radius: 50px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  flex-wrap: nowrap !important;
}

.contacts-1 .contacts-tabs-wrapper .contacts-tabs-background {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-radius: 50px;
  background: #FA0;
  width: 50%;
  height: 100%;

  transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1);
}

.contacts-1 .contacts-tabs li:nth-child(2)[data-active="true"]~.contacts-tabs-background {
  transform: translate(100%, -50%);
}

.contacts-1 .contacts-tabs li {
  position: relative;
  z-index: 1;
  border: none !important;
}

.contacts-1 .contacts-tabs li a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #626262;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 171px;
  height: 59px;

  transition: color .3s ease-out;
}

@media all and (max-width: 550px) {
  .contacts-1 .contacts-tabs li a {
    width: 140px;
  }
}

.contacts-1 .contacts-tabs li[data-active="true"] a {
  color: #282828;
}

.contacts-1 .contacts-social-networks {
  position: relative;
  margin-top: 45px;
  padding-top: 66px;
}

.contacts-1 .contacts-social-networks:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 371px;
  height: 1px;
  background-color: #E2E2E2;
}

.contacts-1 .contacts-social-networks-title {
  color: #282828;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contacts-1 .contacts-social-networks-icon {
  margin: 0 0 0 30px;
}

.contacts-1 .contacts-social-networks-wrapper {
  padding: 41px 0 0;
}

.contacts-1 .contacts-social-network {
  display: flex;
  text-decoration: none;
}

.contacts-1 .contacts-social-network svg .svg-path,
.contacts-1 .contacts-social-network svg .svg-circle {
  transition: fill .3s ease-out;
}

.contacts-1 .contacts-social-network:hover svg .svg-path,
.contacts-1 .contacts-social-network:focus svg .svg-path {
  fill: #FFAA00;
}

.contacts-1 .contacts-social-network:hover svg .svg-circle,
.contacts-1 .contacts-social-network:focus svg .svg-circle {
  fill: #282828;
}

.contacts-1 .scrollbar-outer .intec-ui.intec-ui-control-tabs {
  min-width: 100%;
  flex-wrap: nowrap;
  margin: 0;
}

.contacts-1 .scrollbar-outer .intec-ui.intec-ui-control-tabs .intec-ui-part-tab {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
}

.contacts-1 .scrollbar-outer>.scroll-element.scroll-x {
  bottom: 2px;
  height: 2px;
  left: 0;
  width: 100%;
}

.scrollbar-outer+.intec-ui-control-tabs-content {
  margin-top: 20px;
}

.contacts-1 .contacts-contact .contacts-contact-with-map-wrapper {
  padding: 86px 84px 30px;
  overflow: hidden;
}

.contacts-1 .contacts-contact .contacts-contact-wrapper {
  min-height: 102px;
}

.contacts-1 .contacts-contact .contacts-contact-parameter .contacts-contact-parameter-wrapper {
  font-size: 0;
  height: 100%;
  padding: 16px 0;
}

.contacts-1 .contacts-contact .contacts-contact-parameter .contacts-contact-icon {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contacts-1 .contacts-contact .contacts-contact-parameter .contacts-contact-title {
  color: #282828;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.747%;
}

.contacts-1 .contacts-contact .contacts-contact-parameter .contacts-contact-text {
  color: #282828;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.747%;
}

.contacts-1 .contacts-contact .contacts-contact-parameter .contacts-contact-value {
  color: #333;
  text-decoration: none;
}

.contacts-1 .contacts-title {
  font-size: 28px;
  font-weight: 900;
}

.contacts-1 .contacts-description {
  font-size: 16px;
  line-height: 25px;
  color: #6a6a6c;
  margin-top: 20px;
}

.contacts-1 .contacts-shops {
  display: block;
  margin-top: 75px;
}

.contacts-1 .contacts-shops .contacts-shops-list {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}

.contacts-1 .contacts-shops .contacts-shop .contacts-shop-wrapper {
  position: relative;
}

.contacts-1 .contacts-shops .contacts-shop .contacts-image {
  display: block;
  position: relative;
  padding: 6px;
  width: 130px;
  height: 130px;
  background: #f3f3f3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.contacts-1 .contacts-shops .contacts-shop .contacts-image .contacts-image-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.4s;
}

.contacts-1 .contacts-shops .contacts-shop .contacts-image .contacts-image-wrapper:hover,
.contacts-1 .contacts-shops .contacts-shop .contacts-image .contacts-image-wrapper:focus,
.contacts-1 .contacts-shops .contacts-shop .contacts-image .contacts-image-wrapper:active {
  opacity: 0.7;
}

.contacts-1 .contacts-shops .contacts-shop .contacts-information {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #2a2a2a;
}

.contacts-1 .contacts-shops .contacts-shop .contacts-information .contacts-address {
  display: block;
  margin-bottom: 20px;
  color: inherit;
  text-decoration: none;
}

.contacts-1 .contacts-shops .contacts-shop .contacts-information .contacts-phone {
  color: inherit;
}

.contacts-1 .contacts-shops .contacts-shop .contacts-information .contacts-email {
  color: #1169fe;
  text-decoration: none;
}

.contacts-1 .links-wrapper .contacts-email circle,
.contacts-1 .links-wrapper .contacts-email path {
  transition: all .2s;
}

.contacts-1 .links-wrapper .contacts-email:hover circle {
  stroke: #FFAA00 !important;
}


.contacts-1 .links-wrapper .contacts-email:hover path {
  fill: #FFAA00 !important;
}

.contacts-1 .contacts-shops .contacts-shop .contacts-information .contacts-on-map {
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  color: #494a67;
  border-bottom: 1px dashed transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: color, border;
  -moz-transition-property: color, border;
  -ms-transition-property: color, border;
  -o-transition-property: color, border;
  transition-property: color, border;
}

.contacts-1 .contacts-shops .contacts-shop .contacts-information .contacts-on-map:hover {
  color: #686991;
  border-color: #686991;
}

.contacts-1 .contacts-offices {
  display: block;
  margin-bottom: 75px;
}

.contacts-1 .contacts-offices .contacts-section-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-left: 24px;
  line-height: 25px;
  color: #2a2a2a;
  margin-bottom: 5px;
}
.contacts-1 .contacts-offices .contacts-section-title a {
  text-decoration: none;
  color: #2a2a2a;
}
.contacts-1 .contacts-offices .contacts-section-title a:hover {
  color: #fa0;
}
.contacts-1 .contacts-offices .contacts-offices-list {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 16px;
}

.contacts-1 .contacts-offices .links-wrapper {
  margin-top: 37px;
}

.contacts-1 .contacts-offices .contacts-offices-list .contacts-offices-list-wrapper {
  display: block;
}

.contacts-1 .contacts-offices .contacts-office {
  display: block;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  height: 100%;
  position: relative;
}

.contacts-1 .contacts-offices .contacts-office .contacts-office-wrapper {
  display: flex;
  position: relative;
  padding: 34px 39px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.contacts-1 .contacts-offices .contacts-section:last-child .contacts-office:last-child .contacts-office-wrapper {
  border-bottom: none;
}

.contacts-1 .contacts-offices .contacts-office .contacts-image {
  display: block;
  width: 115px;
  height: 75px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 145.5px;

  transition: opacity 0.4s;
}

.contacts-1 .contacts-offices .contacts-office .contacts-image:hover,
.contacts-1 .contacts-offices .contacts-office .contacts-image:focus,
.contacts-1 .contacts-offices .contacts-office .contacts-image:active {
  opacity: 0.7;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information {
  display: block;
  position: relative;
  padding-left: 24px;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section {
  display: block;
  position: relative;
  min-width: 210px;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-title {
  display: flex;
  font-size: 0;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-title .icon-contacts {
  font-size: 16px;
  padding-right: 6px;
  vertical-align: middle;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-title .contacts-information-icon svg {
  width: 20px;
  height: 20px;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-title .contacts-information-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-title .contacts-information-text {
  font-size: 13px;
  line-height: 14px;
  color: #6a696e;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-content {
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-content a {
  text-decoration: none;
  color: #313439;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-content .contacts-work-time span {
  font-size: 14px;
  text-transform: uppercase;
}


.contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-content .contacts-phone,
.contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-content .contacts-email {
  display: flex;
  align-items: center;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-content .contacts-phone svg,
.contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-content .contacts-email svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-content .contacts-email svg.logo-vk {
  width: 37px;
  height: 37px;
  flex: 0 0 37px;
  margin: 0;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-content .contacts-email svg.logo-vk circle {
  transition: stroke .3s ease-out;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-content a.contacts-email:hover svg.logo-vk circle {
  stroke: #fa0;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-content .contacts-email svg.logo-vk path {
  transition: fill .3s ease-out;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-content a.contacts-email:hover svg.logo-vk path {
  fill: #fa0;
}


.contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-content .contacts-phone+.contacts-email {
  margin-top: 10px;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-on-map {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #282828;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;

  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -ms-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-on-map svg {
  margin-left: 6px;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-on-map svg path {
  transition: fill .3s ease-out;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-on-map:hover svg path {
  fill: #FA0;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-on-map:hover {
  color: #686991;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section.contacts-address,
.contacts-1 .contacts-offices .contacts-office .contacts-information-section.contacts-work-time {
  display: flex;
  align-items: flex-start;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section.contacts-address .contacts-information-title,
.contacts-1 .contacts-offices .contacts-office .contacts-information-section.contacts-work-time .contacts-information-title {
  margin-right: 5px;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section.contacts-address+.contacts-information-section.contacts-work-time {
  margin-top: 38px;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section.contacts-contacts .contacts-email a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.contacts-1 .contacts-offices .contacts-office .contacts-information-section.contacts-contacts .contacts-email a:hover {
  color: #2d7cfb;
}

.intec-content-right .contacts-1 .contacts-contact {
  height: 190px;
}

.intec-content-right .contacts-1 .contacts-contact .contacts-contact-parameter {
  width: 50%;
  height: 50%;
}

.contacts-1 .contacts-map .ymaps-controls-lefttop>ymaps {
  left: 50% !important;
  right: auto !important;
  top: 20px !important;
  bottom: auto !important;
  border-radius: 32px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
  background: #fff;
  margin-left: -88px;
}

.contacts-1 .contacts-map .ymaps-b-zoom {
  width: 80px;
  height: 36px;
  padding: 6px 10px;
}

.contacts-1 .contacts-map .ymaps-b-zoom:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 5px;
  bottom: 5px;
  width: 2px;
  background-color: #f5f5f5;
}

.contacts-1 .contacts-map .ymaps-b-zoom__scale {
  display: none;
}

.contacts-1 .contacts-map .ymaps-b-zoom__button {
  display: inline-block;
  height: 26px;
  width: 30px;
  opacity: 0.6;
}

.contacts-1 .contacts-map .ymaps-b-zoom__button:hover {
  opacity: 1;
}

.contacts-1 .contacts-map .ymaps-b-form-button__content {
  background-image: none;
}

.contacts-1 .contacts-map .ymaps-b-form-button {
  background-image: none;
  overflow: visible;
}

.contacts-1 .contacts-map .ymaps-b-form-button__left {
  background-image: none;
}

.contacts-1 .contacts-map .ymaps-b-zoom__button_type_minus {
  background-image: none;
  text-align: center;
}

.contacts-1 .contacts-map .ymaps-b-zoom__button_type_plus {
  background-image: none;
  text-align: center;
}

.contacts-1 .contacts-map .ymaps-b-zoom__button_type_minus .ymaps-b-zoom__sprite {
  width: 100%;
  height: 100%;
  background-image: url('svg/minus.svg');
  left: 0;
  background-position: -6px -3px;
}

.contacts-1 .contacts-map .ymaps-b-zoom__button_type_plus .ymaps-b-zoom__sprite {
  width: 100%;
  height: 100%;
  background-image: url('svg/plus.svg');
  left: 0;
  top: 0;
  background-position: -1px -3px;
}

.contacts-1 .contacts-map .ymaps-controls-righttop {
  bottom: auto;
  top: 0;
}

.contacts-1 .contacts-map .ymaps-controls-righttop>ymaps {
  top: 20px !important;
  bottom: auto !important;
  right: auto !important;
  left: 50%;
  margin-left: 2px;
}

.contacts-1 .contacts-map .ymaps-controls-righttop .ymaps-b-select.ymaps-b-select_control_listbox {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
  padding: 3px 0 3px 25px;
  position: relative;
}

.contacts-1 .contacts-map .ymaps-controls-righttop .ymaps-b-select.ymaps-b-select_control_listbox:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 25px;
  height: 25px;
  background-image: url('svg/shema.svg');
}

.contacts-1 .contacts-map .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes {
  position: absolute;
  left: 3px;
  bottom: auto;
  margin-top: 3px;
  top: 100%;
}

.contacts-1 .contacts-map .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes .ymaps-b-popupa__shadow {
  display: none;
}

.contacts-1 .contacts-map .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes .ymaps-b-popupa__body {
  border-radius: 8px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
  padding: 5px;
}

.contacts-1 .contacts-office .contacts-preview-text {
  margin-top: 26px;
  color: #626262;
  line-height: 130%;
}

.contacts-1 .contacts-office .contacts-preview-text p:last-child,
.contacts-1 .contacts-office .contacts-preview-text ul:last-child {
  margin: 0;
}

.balloon-header .balloon-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.balloon-header .balloon-description {
  margin-bottom: 15px;
}

.balloon-footer {
  display: flex;
  margin-top: 20px;
  padding-bottom: 10px;
}

.balloon-site-link {
  margin-right: 50px;
}

.balloon-social-wrapper {
  display: flex;
  gap: 10px;
}

.balloon-social {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: opacity .2s;
}

.balloon-social:hover {
  opacity: .7;
}

.baloon-vk {
  background-image: url("./images/vk.svg");
}

.baloon-tg {
  background-image: url("./images/tg.svg");
}

@media all and (max-width: 1600px) {
  .contacts-1 .contacts-contact.contacts-contact-with-map {
    width: 550px;
  }
}

@media all and (max-width: 1200px) {
  .contacts-1 .contacts-contact .contacts-contact-with-map-wrapper {
    padding: 60px 40px 30px;
  }

  .contacts-1 .contacts-contact.contacts-contact-with-map {
    width: 480px;
  }
}

@media (max-width:1000px) {
  .contacts-1 .contacts-contact.contacts-contact-with-map {
    width: 100%;
  }

  .contacts-1 .contacts-map {
    min-height: 520px;
  }

  .contacts-1 .contacts-contact .contacts-contact-with-map-wrapper {
    padding: 50px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .contacts-1 .contacts-social-networks {
    margin-top: 0;
    padding-top: 16px;
  }

  .contacts-1 .contacts-contact .contacts-contact-wrapper,
  .contacts-1 .contacts-contact .contacts-social-networks {
    flex: 0 0 46%;
  }

  .contacts-1 .contacts-social-networks:before {
    display: none;
  }

  .contacts-1 .contacts-offices .contacts-office .contacts-information-section.contacts-address+.contacts-information-section.contacts-work-time,
  .contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-content .contacts-phone+.contacts-email {
    margin-top: 17px;
  }

  .contacts-1 .contacts-offices .contacts-sections .contacts-section .contacts-section-title+.contacts-offices-list .contacts-office:first-child .contacts-office-wrapper {
    padding: 16px 0 27px;
  }

  .contacts-1 .contacts-offices .contacts-office .contacts-office-wrapper {
    border: none;
  }
}

@media (max-width: 800px) {
  .contacts-1 .contacts-shops .contacts-shop .contacts-information .contacts-on-map {
    display: inline-block;
    position: static;
    margin-top: 10px;
  }

  .contacts-1 .contacts-shops .contacts-shop .contacts-information .contacts-address {
    margin-bottom: 10px;
  }

  .contacts-1 .contacts-shops .contacts-shop .contacts-information .contacts-email {
    margin-top: 10px;
    display: block;
  }

  .contacts-1 .contacts-shops .contacts-shop .contacts-image {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 720px) {
  .scrollbar-outer+.intec-ui-control-tabs-content {
    margin-top: 24px;
  }

  .contacts-1 .contacts-contact .contacts-contact-with-map-wrapper {
    flex-wrap: wrap;
  }

  .contacts-1 .contacts-contact .contacts-contact-wrapper,
  .contacts-1 .contacts-contact .contacts-social-networks {
    flex: 0 0 100%;
  }

  .contacts-1 .contacts-social-networks:before {
    display: block;
  }

  .contacts-1 .contacts-social-networks {
    margin-top: 30px;
    padding-top: 34px;
  }

  .contacts-1 .contacts-contact .contacts-contact-parameter .contacts-contact-text,
  .contacts-1 .contacts-contact .contacts-contact-parameter .contacts-contact-title {
    font-size: 18px;
  }

  .contacts-1 .contacts-social-networks-title,
  .contacts-1 .contacts-contact .contacts-contact-parameter .contacts-contact-parameter-wrapper {
    padding: 12px 0;
  }

  .contacts-1 .contacts-map {
    min-height: 360px;
  }

  .contacts-1 .contacts-offices {

    margin-bottom: 36px;
  }


  .contacts-1 .contacts-offices .contacts-sections .contacts-section .contacts-section-title+.contacts-offices-list .contacts-office:first-child .contacts-office-wrapper {
    padding: 12px 0 27px;
  }

  .contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-content .contacts-phone svg,
  .contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-content .contacts-email svg,
  .contacts-1 .contacts-offices .contacts-office .contacts-information-section.contacts-address .contacts-information-title,
  .contacts-1 .contacts-offices .contacts-office .contacts-information-section.contacts-work-time .contacts-information-title {
    margin-right: 5px;
  }

  .contacts-1 .contacts-office .contacts-preview-text {
    margin-top: 20px;
  }
}

@media (max-width: 700px) {
  .contacts-1 .contacts-offices .contacts-office .contacts-information-section.contacts-contacts .contacts-information-content {
    margin: 0;
  }

  .contacts-form .contacts-form-fields .contacts-form-field {
    width: 100% !important;
  }
}

@media (max-width: 500px) {

  .contacts-1 .contacts-offices .contacts-office .contacts-information-section.contacts-address+.contacts-information-section.contacts-work-time,
  .contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-content .contacts-phone+.contacts-email {
    margin-top: 10px;
  }

  .contacts-1 .contacts-offices .contacts-office .contacts-information-on-map {
    margin-bottom: 15px;
  }

  .contacts-1 .contacts-office .contacts-preview-text,
  .contacts-1 .contacts-offices .contacts-section-title {
    margin-top: 15px;
  }

  .contacts-1 .contacts-offices .contacts-section-title,
  .contacts-1 .contacts-offices .contacts-office .contacts-information {
    padding: 0;
  }

  .contacts-1 .contacts-offices .contacts-office .contacts-information-section .contacts-information-content,
  .contacts-1 .contacts-office .contacts-preview-text {
    font-size: 14px;
  }

  .contacts-1 .contacts-offices .links-wrapper {
    margin-top: 25px;
  }

  .contacts-1 .contacts-offices .contacts-section-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .contacts-1 .contacts-offices .contacts-office .contacts-office-wrapper {
    padding: 25px 20px;
  }
}