.widget.c-widget.c-widget-contacts-1{
  position: relative;
  overflow: hidden;
  padding: 58px 0 0;
}

.widget.c-widget.c-widget-contacts-1 .widget-header{}
.widget.c-widget.c-widget-contacts-1 .widget-header .widget-title{
  color: #1B1B1B;
  font-size: clamp(32px, 6vw, 86px);
  font-style: normal;
  font-weight: 900;
  line-height: 142.5%;
  letter-spacing: 2.58px;
  text-align: center;
}
.widget.c-widget.c-widget-contacts-1 .widget-header .widget-title span{
  display: block;
  color: #1B1B1B;
  font-size: clamp(16px, 4vw, 50px);
  font-weight: 400;
  line-height: 142.5%;
  letter-spacing: 0;
}
.widget.c-widget.c-widget-contacts-1 .widget-header .widget-description{
  color: #1B1B1B;
  text-align: center;
  font-size: clamp(16px, 2.4vw, 30px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: clamp(28px, 5vw, 88px) 0 0;
}

.widget.c-widget.c-widget-contacts-1 .widget-content {
  position: relative;
  /*max-width: 1570px;*/
  margin: 52px auto 0;
}
.widget.c-widget.c-widget-contacts-1 .widget-items-wrap{
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.widget.c-widget.c-widget-contacts-1 .widget-items {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*transform: translate(36.5%, 124px);*/
  width: 380px;
  height: 514px;
  z-index: 2;
  border-radius: 5px;
  background: #FFF;
  overflow: hidden;
  padding: 20px;
}
.widget.c-widget.c-widget-contacts-1 .widget-item{
  margin: 0 0 20px;
}
.widget.c-widget.c-widget-contacts-1 .widget-item:last-child{
  margin: 0;
}

.widget.c-widget.c-widget-contacts-1 .widget-search{
  position: relative;
}
.widget.c-widget.c-widget-contacts-1 .widget-search input{
  border-radius: 4px;
  background: #E8E8E9;
  border: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  padding: 17px;
  width: 100%;
  outline: none;
}
.widget.c-widget.c-widget-contacts-1 .widget-search input::placeholder{
  color: #9DA2A6;
}

.widget.c-widget.c-widget-contacts-1 .widget-items-container {
  position: relative;
  pointer-events: all;
  overflow-y: auto;
  margin: 22px 0 0;
  height: 393px;
}
.widget.c-widget.c-widget-contacts-1 .widget-items-section {
  order: 1;
}
.widget.c-widget.c-widget-contacts-1 .widget-item-content {

  cursor: pointer;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -ms-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}

.widget.c-widget.c-widget-contacts-1 .widget-item-preview-information-item.address{
  color: #010717;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;

  transition: color .3s ease-out;
}
.widget.c-widget.c-widget-contacts-1 .widget-item-content[data-state="enabled"] .widget-item-preview-information-item.address,
.widget.c-widget.c-widget-contacts-1 .widget-item:hover .widget-item-preview-information-item.address,
.widget.c-widget.c-widget-contacts-1 .widget-item:focus .widget-item-preview-information-item.address{
  color: #FE4B1B;
}
.widget.c-widget.c-widget-contacts-1 .widget-item-preview-information-item.city{
  position: relative;
  padding: 0 0 0 14px;
  margin: 7px 0 0;
}
.widget.c-widget.c-widget-contacts-1 .widget-item-preview-information-item.city:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 7px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FE4B1B;
}
.widget.c-widget.c-widget-contacts-1 .widget-item-preview-information-item{
  color: #808080;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

.widget.c-widget.c-widget-contacts-1 .widget-detail-information{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
  z-index: 2;
}
.widget.c-widget.c-widget-contacts-1 .widget-detail-information-close{
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: translate(-6px, 6px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.widget.c-widget.c-widget-contacts-1 .widget-detail-information-close:before,
.widget.c-widget.c-widget-contacts-1 .widget-detail-information-close:after{
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #000;
  transform-origin: center;
  transform: rotate(45deg);
}
.widget.c-widget.c-widget-contacts-1 .widget-detail-information-close:after{
  transform: rotate(-45deg);
}
.widget.c-widget.c-widget-contacts-1 .widget-detail-information-item{
  display: none;
  pointer-events: all;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 28px;
}
.widget.c-widget.c-widget-contacts-1 .widget-detail-information-item-wrapper{
  overflow-y: auto;
}
.widget.c-widget.c-widget-contacts-1 .widget-detail-info{
  padding: 30px 0;
  border-bottom: 1px solid #E8E8E8;
}
.widget.c-widget.c-widget-contacts-1 .widget-detail-info:last-child{
  border: none;
}
.widget.c-widget.c-widget-contacts-1 .widget-detail-info:first-child{
  padding-top: 0;
}
.widget.c-widget.c-widget-contacts-1 .widget-detail-info-wrapper{
  display: flex;
  align-items: flex-start;
}
.widget.c-widget.c-widget-contacts-1 .widget-detail-info-wrap:last-child{
  border: none;
}
.widget.c-widget.c-widget-contacts-1 .widget-detail-info-city{
  color: #2B2C2E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.widget.c-widget.c-widget-contacts-1 .widget-detail-info-address{
  color: #2B2C2E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.widget.c-widget.c-widget-contacts-1 .widget-detail-info-city + .widget-detail-info-address{
  margin: 4px 0 0;
}
.widget.c-widget.c-widget-contacts-1 .widget-detail-info-phone{
  color: #2B2C2E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.widget.c-widget.c-widget-contacts-1 .widget-detail-info-email{
  color: #2B2C2E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.widget.c-widget.c-widget-contacts-1 .widget-detail-info-form{
  color: #FE4B1B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  cursor: pointer;
  display: inline-block;

  transition: color .3s ease-out;
}
.widget.c-widget.c-widget-contacts-1 .widget-detail-info-phone + .widget-detail-info-form{
  margin: 4px 0 0;
}
.widget.c-widget.c-widget-contacts-1 .widget-detail-info-icon{
  display: flex;
  margin: 0 30px 0 0;
  transform: translateY(4px);
}

.widget.c-widget.c-widget-contacts-1 .widget-item-information {
  margin-top: 16px;
}
.widget.c-widget.c-widget-contacts-1 .widget-item-information-item {
  font-size: 13px;
  line-height: 1.54;
  color: #E8E8E8 !important;
}
.widget.c-widget.c-widget-contacts-1 .widget-item-information-item + .widget-item-information-item {
  margin-top: 4px;
}
.widget.c-widget.c-widget-contacts-1 .widget-item-information-item a {
  color: #E8E8E8 !important;
  text-decoration: none;
}
.widget.c-widget.c-widget-contacts-1 .widget-feedback {
  width: 350px;
  padding: 24px 36px;
  overflow: hidden;
}
.widget.c-widget.c-widget-contacts-1 .widget-feedback-section {
  order: 2;
}
.widget.c-widget.c-widget-contacts-1 .widget-feedback-section + .widget-items-section {
  width: calc(100% - 350px);
}
.widget.c-widget.c-widget-contacts-1 .widget-feedback-image {
  width: 56px;
  height: 56px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.widget.c-widget.c-widget-contacts-1 .widget-feedback-image[data-lazyload-use=true] {
  background-color: #C4C4C4;
}
.widget.c-widget.c-widget-contacts-1 .widget-feedback-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #FFF;
}
.widget.c-widget.c-widget-contacts-1 .widget-feedback-text + .widget-feedback-buttons {
  margin-top: 8px;
}
.widget.c-widget.c-widget-contacts-1 .widget-feedback-button {
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px 14px;
}
.widget.c-widget.c-widget-contacts-1 .widget-map {
  position: relative;
  height: 760px;
  z-index: 1;
}
.widget.c-widget.c-widget-contacts-1 .widget-map .c-map-yandex-system {
  width: 100% !important;
  height: 760px !important;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container {
  height: 100%;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container[data-state=disabled] {
  display: none;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container[data-state=enabled] {
  display: block;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-controls-lefttop {
  top: auto;
  bottom: 0;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-controls-lefttop > ymaps {
  top: auto !important;
  left: 50% !important;
  right: auto !important;
  bottom: 20px !important;
  margin-left: -88px;
  background: #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-b-zoom {
  width: 80px;
  height: 36px;
  padding: 6px 10px;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-b-zoom::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 50%;
  bottom: 5px;
  width: 2px;
  background-color: #f5f5f5;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-b-zoom__scale {
  display: none;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-b-zoom__button {
  display: inline-block;
  width: 30px;
  height: 26px;
  opacity: 0.6;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-b-zoom__button:hover {
  opacity: 1;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-b-zoom__button_type_minus {
  text-align: center;
  background-image: none;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-b-zoom__button_type_minus .ymaps-b-zoom__sprite {
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("svg/minus.svg");
  background-position: -6px -3px;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-b-zoom__button_type_plus {
  text-align: center;
  background-image: none;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-b-zoom__button_type_plus .ymaps-b-zoom__sprite {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("svg/plus.svg");
  background-position: -1px -3px;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-b-form-button {
  background-image: none;
  overflow: visible;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-b-form-button__content {
  background-image: none;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-b-form-button__left {
  background-image: none;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-controls-righttop {
  top: auto;
  bottom: 0;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-controls-righttop > ymaps {
  top: auto !important;
  left: 50%;
  right: auto !important;
  bottom: 20px !important;
  margin-left: 2px;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-controls-righttop .ymaps-b-select.ymaps-b-select_control_listbox {
  position: relative;
  padding: 3px 0 3px 25px;
  background: #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-controls-righttop .ymaps-b-select.ymaps-b-select_control_listbox::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 25px;
  height: 25px;
  background-image: url("svg/shema.svg");
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes {
  position: absolute;
  top: auto;
  left: 3px;
  bottom: 100%;
  margin-bottom: 3px;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes .ymaps-b-popupa__shadow {
  display: none;
}
.widget.c-widget.c-widget-contacts-1 .widget-map-container .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes .ymaps-b-popupa__body {
  border-radius: 8px;
  padding: 5px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.widget.c-widget.c-widget-contacts-1 .widget-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
}
.widget.c-widget.c-widget-contacts-1 .widget-navigation.disabled {
  display: none;
}
.widget.c-widget.c-widget-contacts-1 .widget-navigation-button {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 2px solid;
  outline: none;
  cursor: pointer;
  pointer-events: all;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -ms-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}
.widget.c-widget.c-widget-contacts-1 .widget-navigation-button svg path {
  stroke: #FFF;
}
.widget.c-widget.c-widget-contacts-1 .widget-navigation-button.disabled {
  background-color: #E8E8E8 !important;
  border-color: #E8E8E8 !important;
}
.widget.c-widget.c-widget-contacts-1 .widget-navigation-button-left {
  left: -20px;
}
.widget.c-widget.c-widget-contacts-1 .widget-navigation-button-right {
  right: -20px;
}
.widget.c-widget.c-widget-contacts-1 .widget-dots {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  overflow: hidden;
  pointer-events: none;
  z-index: 3;
}
.widget.c-widget.c-widget-contacts-1 .widget-dots-content {
  font-size: 0;
  text-align: center;
  margin: -8px;
}
.widget.c-widget.c-widget-contacts-1 .widget-dots-content.disabled {
  display: none;
}
.widget.c-widget.c-widget-contacts-1 .widget-dots-item {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 8px;
  background-color: #FFF;
  border: 1px solid #404040;
  outline: none;
  pointer-events: all;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: background-color, border-color;
  -moz-transition-property: background-color, border-color;
  -ms-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}
/*.widget.c-widget.c-widget-contacts-1 .widget-items-list,*/
/*.widget.c-widget.c-widget-contacts-1 .widget-items-content,*/
/*.widget.c-widget.c-widget-contacts-1 .widget-item,*/
/*.widget.c-widget.c-widget-contacts-1 .widget-item-content,*/
/*.widget.c-widget.c-widget-contacts-1 .owl-stage-outer,*/
/*.widget.c-widget.c-widget-contacts-1 .owl-stage,*/
/*.widget.c-widget.c-widget-contacts-1 .owl-item {*/
/*  height: 100%;*/
/*}*/

/*@media all and (max-width: 1330px) {*/
/*  .widget.c-widget.c-widget-contacts-1 .widget-items{*/
/*    transform: translate(40px, 124px);*/
/*  }*/
/*}*/
@media all and (max-width: 1000px) {
  .widget.c-widget.c-widget-contacts-1 .widget-header .widget-description br{
    display: none;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-header .widget-title{
    letter-spacing: 0;
  }
}
@media all and (max-width: 850px) {
  .widget.c-widget.c-widget-contacts-1 .widget-items-wrap{
    position: relative;
    top: auto;
    transform: none;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-items {
    width: 100%;
    height: auto;
    max-height: 510px;
    margin: -88px 0 0;
    box-shadow: 0 4px 4px rgba(236, 236, 236, 0.25)
  }
  .widget.c-widget.c-widget-contacts-1 .widget-items > div > div {
    margin-left: 0;
    margin-right: 0;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-items-section {
    order: 2;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-feedback,
  .widget.c-widget.c-widget-contacts-1 .widget-item-content {

  }
  .widget.c-widget.c-widget-contacts-1 .widget-feedback {
    width: auto;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-feedback-section {
    order: 1;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-map {
    height: 538px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .widget.c-widget.c-widget-contacts-1 .widget-map .c-map-yandex-system {
    height: 538px !important;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-navigation {
    display: none;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-dots {
    display: block;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-content{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 6px;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-item-preview-information-item.address{
    font-size: 18px;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-item-preview-information-item{
    font-size: 16px;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-item-preview-information-item.city:before{
    transform: translate(0, 10px);
  }
  .widget.c-widget.c-widget-contacts-1 .widget-items-container{
    height: 100%;
    max-height: 391px;
  }
}
@media all and (max-width: 550px) {
  .widget.c-widget.c-widget-contacts-1 .widget-header .widget-title span{
    text-align: right;
    max-width: 324px;
    margin: 4px auto 0;
    width: 100%;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-header .widget-description{
    text-align: left;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-content{
    margin: 28px auto 0;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-search input{
    padding: 14px;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-items-container{
    margin: 25px 0 0;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-item-preview-information-item.city{
    margin: 10px 0 0;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-item{
    margin: 0 0 32px;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-detail-info-address{
    font-size: 20px;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-detail-info{
    padding: 20px 0;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-detail-info-email,
  .widget.c-widget.c-widget-contacts-1 .widget-detail-info-phone{
    font-size: 16px;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-detail-info-icon{
    margin: 0 11px 0 0;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-detail-info-icon svg{
    width: 15px;
    height: auto;
  }
  .widget.c-widget.c-widget-contacts-1 .widget-detail-information-item{
    padding: 22px;
  }
}

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