.contact_page_location {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.contact_page_location .title_block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 64px;
}

.contact_page_location .title_block .title {
  max-width: 1200px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 96px;
  line-height: 134px;
  color: #F8FAFD;
}

@media (max-width: 575.98px) {
  .contact_page_location .title_block .title {
    font-size: 43px;
    line-height: 34px;
    color: #e5e5e5;
    padding: 0 15px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_location .title_block .title {
    font-size: 43px;
    line-height: 34px;
    color: #e5e5e5;
    padding: 0 15px;
  }
}

.contact_page_location .location_block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_page_location .location_block .location_tabs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
}

@media (max-width: 575.98px) {
  .contact_page_location .location_block .location_tabs {
    margin-bottom: 24px;
    padding: 0 15px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_location .location_block .location_tabs {
    margin-bottom: 24px;
    padding: 0 15px;
  }
}

.contact_page_location .location_block .location_tabs .tab-link {
  border: 1px solid #c4cfe2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 38px;
  padding: 9px 16px;
  margin-right: 8px;
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #C4CFE2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .contact_page_location .location_block .location_tabs .tab-link {
    padding: 9px 13px;
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_location .location_block .location_tabs .tab-link {
    padding: 9px 13px;
    font-size: 14px;
  }
}

.contact_page_location .location_block .location_tabs .tab-link svg {
  fill: #C4CFE2;
  margin-right: 8px;
}

.contact_page_location .location_block .location_tabs .tab-link.current {
  border: 1px solid #EE582F;
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #EC5938;
}

@media (max-width: 575.98px) {
  .contact_page_location .location_block .location_tabs .tab-link.current {
    padding: 9px 13px;
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_location .location_block .location_tabs .tab-link.current {
    padding: 9px 13px;
    font-size: 14px;
  }
}

.contact_page_location .location_block .location_tabs .tab-link.current svg {
  fill: #EE582F;
}

.contact_page_location .location_block .tab-content {
  display: none;
}

.contact_page_location .location_block .tab-content.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.contact_page_location .location_block .tab-content.current .block_map_gallery {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 56px;
}

@media (max-width: 575.98px) {
  .contact_page_location .location_block .tab-content.current .block_map_gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_location .location_block .tab-content.current .block_map_gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

.contact_page_location .location_block .tab-content.current .block_map_gallery .map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .contact_page_location .location_block .tab-content.current .block_map_gallery .map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_location .location_block .tab-content.current .block_map_gallery .map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.contact_page_location .location_block .tab-content.current .block_map_gallery .gallery {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
}

@media (max-width: 575.98px) {
  .contact_page_location .location_block .tab-content.current .block_map_gallery .gallery {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_location .location_block .tab-content.current .block_map_gallery .gallery {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}

.contact_page_location .location_block .tab-content.current .block_map_gallery .gallery a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.contact_page_location .location_block .tab-content.current .block_map_gallery .gallery a img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  transition: -webkit-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.contact_page_location .location_block .tab-content.current .block_map_gallery .gallery a:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.contact_page_location .location_block .tab-content.current .block_map_gallery .gallery a::before {
  width: 24px;
  content: " ";
  background-image: url(zoom-out.svg);
  position: absolute;
  bottom: 16px;
  right: 16px;
  height: 24px;
  z-index: 1;
  opacity: 0.6;
}

.contact_page_location .location_block .tab-content.current .block_map_gallery .gallery a:hover::before {
  opacity: 1;
}

.contact_page_location .location_block .tab-content.current .block_map_gallery .gallery .slick-slider {
  height: 100%;
  padding: 0 56px;
}

@media (max-width: 575.98px) {
  .contact_page_location .location_block .tab-content.current .block_map_gallery .gallery .slick-slider {
    height: 100vw;
    padding: 10px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_location .location_block .tab-content.current .block_map_gallery .gallery .slick-slider {
    height: 100vw;
    padding: 10px;
  }
}

.contact_page_location .location_block .tab-content.current .block_map_gallery .gallery .slick-slider .slick-list {
  height: 100%;
}

.contact_page_location .location_block .tab-content.current .block_map_gallery .gallery .slick-slider .slick-list .slick-track {
  height: 100%;
}

.contact_page_location .location_block .tab-content.current .block_map_gallery .gallery .slick-slider .slick-list .slick-track .slick-slide {
  height: 100%;
}

.contact_page_location .location_block .tab-content.current .block_map_gallery .gallery .slick-slider .slick-list .slick-track .slick-slide div {
  position: relative;
  height: 50%;
  overflow: hidden;
}

.contact_page_location .location_block .tab-content.current .block_map_gallery .gallery .slick-slider .slick-list .slick-track .slick-slide div a {
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px;
  overflow: hidden;
}

.contact_page_location .location_block .tab-content.current .block_map_gallery .gallery .slick-slider .slick-list .slick-track .slick-slide div a img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  height: auto;
}

.contact_page_location .location_block .tab-content.current .block_map_gallery .gallery .slick-next {
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  border: none;
  background: url("right.svg") no-repeat center;
  outline: none;
  width: 48px;
  height: 64px;
  font-size: 0;
  display: block !important;
  right: 7px;
}

.contact_page_location .location_block .tab-content.current .block_map_gallery .gallery .slick-next:hover {
  background: url("righthover.svg") no-repeat center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 575.98px) {
  .contact_page_location .location_block .tab-content.current .block_map_gallery .gallery .slick-next {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_location .location_block .tab-content.current .block_map_gallery .gallery .slick-next {
    display: none;
  }
}

.contact_page_location .location_block .tab-content.current .block_map_gallery .gallery .slick-prev {
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  border: none;
  background: url("left.svg") no-repeat center;
  outline: none;
  width: 48px;
  height: 64px;
  font-size: 0;
  display: block !important;
  left: 7px;
}

.contact_page_location .location_block .tab-content.current .block_map_gallery .gallery .slick-prev:hover {
  background: url("righthover.svg") no-repeat center;
}

@media (max-width: 575.98px) {
  .contact_page_location .location_block .tab-content.current .block_map_gallery .gallery .slick-prev {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_location .location_block .tab-content.current .block_map_gallery .gallery .slick-prev {
    display: none;
  }
}

.contact_page_location .location_block .tab-content.current .contact_form {
  background: #1E323A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block {
  max-width: 1200px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 512px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .contact_page_location .location_block .tab-content.current .contact_form .contact_form_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
    margin-top: 72px;
    margin-bottom: 65px;
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_location .location_block .tab-content.current .contact_form .contact_form_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
    margin-top: 72px;
    margin-bottom: 65px;
    height: auto;
  }
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 112px;
}

@media (max-width: 575.98px) {
  .contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_info .title {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  line-height: 45px;
  color: #FFFFFF;
  margin-bottom: 24px;
}

@media (max-width: 575.98px) {
  .contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_info .title {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_info .title {
    font-size: 20px;
    line-height: 26px;
  }
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_info .desc {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

@media (max-width: 575.98px) {
  .contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_info .desc {
    font-size: 10px;
    line-height: 19px;
    margin-bottom: 21px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_info .desc {
    font-size: 10px;
    line-height: 19px;
    margin-bottom: 21px;
  }
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 112px;
}

@media (max-width: 575.98px) {
  .contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-item-align: unset;
        -ms-grid-row-align: unset;
        align-self: unset;
    margin-bottom: unset;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-item-align: unset;
        -ms-grid-row-align: unset;
        align-self: unset;
    margin-bottom: unset;
  }
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_form .name {
  background: transparent;
  margin-bottom: 32px;
  width: 99%;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_form .name::-webkit-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_form .name:-ms-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_form .name::-ms-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_form .name::placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_form .name:-ms-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_form .name::-ms-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_form .phone-mask {
  background: transparent;
  width: 99%;
  margin-bottom: 56px;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 9px;
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_form .phone-mask::-webkit-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_form .phone-mask:-ms-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_form .phone-mask::-ms-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_form .phone-mask::placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_form .phone-mask:-ms-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_form .phone-mask::-ms-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_form .form_progress_button {
  width: 100%;
  font-size: 18px;
  background: #EC5938;
  height: 64px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .contact_page_location .location_block .tab-content.current .contact_form .contact_form_block .contact_form_form .form_progress_button {
    font-size: 16px;
  }
}

.contact_page_team {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.contact_page_team .title_block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 64px;
}

.contact_page_team .title_block .title {
  max-width: 1200px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 96px;
  line-height: 134px;
  color: #F8FAFD;
}

@media (max-width: 575.98px) {
  .contact_page_team .title_block .title {
    font-size: 43px;
    line-height: 34px;
    color: #e5e5e5;
    padding: 0 15px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_team .title_block .title {
    font-size: 43px;
    line-height: 34px;
    color: #e5e5e5;
    padding: 0 15px;
  }
}

.contact_page_team .location_block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_page_team .location_block .lcation_tabs_team {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
}

@media (max-width: 575.98px) {
  .contact_page_team .location_block .lcation_tabs_team {
    margin-bottom: 24px;
    padding: 0 15px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_team .location_block .lcation_tabs_team {
    margin-bottom: 24px;
    padding: 0 15px;
  }
}

.contact_page_team .location_block .lcation_tabs_team .tab-link-team {
  border: 1px solid #c4cfe2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 38px;
  padding: 9px 16px;
  margin-right: 8px;
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #C4CFE2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .contact_page_team .location_block .lcation_tabs_team .tab-link-team {
    padding: 9px 13px;
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_team .location_block .lcation_tabs_team .tab-link-team {
    padding: 9px 13px;
    font-size: 14px;
  }
}

.contact_page_team .location_block .lcation_tabs_team .tab-link-team svg {
  fill: #C4CFE2;
  margin-right: 8px;
}

.contact_page_team .location_block .lcation_tabs_team .tab-link-team.current {
  border: 1px solid #EE582F;
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #EC5938;
}

@media (max-width: 575.98px) {
  .contact_page_team .location_block .lcation_tabs_team .tab-link-team.current {
    padding: 9px 13px;
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_team .location_block .lcation_tabs_team .tab-link-team.current {
    padding: 9px 13px;
    font-size: 14px;
  }
}

.contact_page_team .location_block .lcation_tabs_team .tab-link-team.current svg {
  fill: #EE582F;
}

.contact_page_team .location_block .tab-content-team {
  display: none;
}

.contact_page_team .location_block .tab-content-team.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 73px;
}

@media (max-width: 575.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

.contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos .item {
  position: relative;
  float: left;
  margin-right: 32px;
  margin-bottom: unset;
}

@media (max-width: 575.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos .item {
    margin-right: 12px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos .item {
    margin-right: 12px;
  }
}

.contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos .item img {
  position: relative;
  width: 100%;
  top: unset;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  margin-bottom: 16px;
}

.contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos .item .desc_symbol {
  font-family: 'Plumb Regular';
  font-weight: normal;
  font-size: 24px;
  line-height: 17px;
  text-align: center;
  color: #1E323A;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos .item .desc {
  font-family: 'Plumb Regular';
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #1E323A;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  height: 49px;
}

.contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos .item .prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  right: unset;
  bottom: unset;
  position: relative;
  -webkit-transform: unset;
          transform: unset;
  text-orientation: unset;
  -webkit-writing-mode: unset;
      -ms-writing-mode: unset;
          writing-mode: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos .item .prof span {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #EC5938;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
  border: 1px solid #EC5938;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 29px;
}

.contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos .item .name {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #1E323A;
  position: relative;
  bottom: unset;
  left: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos .slick-list {
    padding: 0 16px;
    overflow: hidden;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos .slick-list {
    padding: 0 16px;
    overflow: hidden;
  }
}

.contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos .slick-next {
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  border: none;
  background: url("right.svg") no-repeat center;
  outline: none;
  width: 48px;
  height: 64px;
  font-size: 0;
  display: block !important;
  right: -24px;
}

.contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos .slick-next:hover {
  background: url("righthover.svg") no-repeat center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 575.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos .slick-next {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos .slick-next {
    display: none;
  }
}

.contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos .slick-prev {
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  border: none;
  background: url("left.svg") no-repeat center;
  outline: none;
  width: 48px;
  height: 64px;
  font-size: 0;
  display: block !important;
  left: -56px;
}

.contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos .slick-prev:hover {
  background: url("righthover.svg") no-repeat center;
}

@media (max-width: 575.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos .slick-prev {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_managers_block_photos .slick-prev {
    display: none;
  }
}

.contact_page_team .location_block .tab-content-team.current .contact_form {
  background: #1E323A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block {
  max-width: 1200px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 512px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
    margin-top: 72px;
    margin-bottom: 65px;
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
    margin-top: 72px;
    margin-bottom: 65px;
    height: auto;
  }
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 112px;
}

@media (max-width: 575.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_info .title {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  line-height: 45px;
  color: #FFFFFF;
  margin-bottom: 24px;
}

@media (max-width: 575.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_info .title {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_info .title {
    font-size: 20px;
    line-height: 26px;
  }
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_info .desc {
  font-family: 'Plumb Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

@media (max-width: 575.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_info .desc {
    font-size: 10px;
    line-height: 19px;
    margin-bottom: 21px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_info .desc {
    font-size: 10px;
    line-height: 19px;
    margin-bottom: 21px;
  }
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 112px;
}

@media (max-width: 575.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-item-align: unset;
        -ms-grid-row-align: unset;
        align-self: unset;
    margin-bottom: unset;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-item-align: unset;
        -ms-grid-row-align: unset;
        align-self: unset;
    margin-bottom: unset;
  }
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .name {
  background: transparent;
  margin-bottom: 32px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .name::-webkit-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .name:-ms-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .name::-ms-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .name::placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .name:-ms-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .name::-ms-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .phone-mask {
  background: transparent;
  width: 100%;
  margin-bottom: 32px;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 9px;
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .phone-mask::-webkit-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .phone-mask:-ms-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .phone-mask::-ms-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .phone-mask::placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .phone-mask:-ms-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .phone-mask::-ms-input-placeholder {
  font-family: 'Plumb Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 32px;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  padding: 0px 0px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #FFFFFF;
  text-indent: 15px;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 13px;
  right: 10px;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .select-styled:hover {
  background-color: #b83729;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .select-styled:active, .contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .select-styled.active {
  background-color: #ab3326;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .select-styled:active:after, .contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .select-styled.active:after {
  top: 6px;
  border-color: transparent transparent #fff transparent;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ec5938;
  text-indent: 15px;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .select-options li {
  margin: 0;
  padding: 0px 0;
  text-indent: 15px;
  height: 32px;
  border-top: 1px solid #1e323a;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .select-options li:hover {
  color: #ec5938;
  background: #fff;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .select-options li[rel="hide"] {
  display: none;
}

.contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .form_progress_button {
  margin-top: 56px;
  width: 100%;
  font-size: 18px;
  background: #EC5938;
  height: 64px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .contact_page_team .location_block .tab-content-team.current .contact_form .contact_form_block .contact_form_form .form_progress_button {
    font-size: 16px;
  }
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0aa1 !important;
}

.lg-backdrop {
  background-color: #00000080 !important;
}
/*# sourceMappingURL=contact.css.map */