@charset "UTF-8";
.wrapper960 {
  max-width: 1180px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wrapper960 {
    padding: 40px 20px 0;
  }
}

.contacts-tabs {
  width: 100%;
  border-top: 1px solid #292929;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
}
.contacts-tabs .tab {
  padding: 13px 10px 10px 10px;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  color: #292929;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.contacts-tabs .tab:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  height: 6px;
  opacity: 0;
  transition: all ease 0.3s;
  background-color: #292929;
}
.contacts-tabs .tab.active {
  pointer-events: none;
}
.contacts-tabs .tab.active:before {
  opacity: 1;
}

.contact-search {
  padding-top: 66px;
  width: 100%;
  border-bottom: 1px solid #D4D4D4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-search.active {
  transition: 0.5s;
}
.contact-search.active .contact-clean-search {
  display: block;
}
.contact-search.active #contactRegionSearch {
  width: 100%;
}
.contact-search .search-icon {
  width: 32px;
  height: 32px;
  border: none;
  background-color: transparent;
  padding: 0;
}
.contact-search .search-icon img {
  width: 100%;
  height: 100%;
}
.contact-search input {
  width: 340px;
  height: 98px;
  padding: 13px;
  color: #000;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  transition: 0.5s;
}
.contact-search input::placeholder {
  text-align: center;
  color: #646464;
}
.contact-search input#contactRegionSearch {
  border: none;
}
.contact-search input#contactRegionSearch:focus::placeholder {
  opacity: 0.2;
}
.contact-search .contact-clean-search {
  padding: 0;
  width: 32px;
  height: 32px;
  background: transparent;
  border: 0;
  display: none;
}
.contact-search .contact-clean-search img {
  width: 100%;
  height: 100%;
}

.contacts-regionBlock {
  margin-top: 56px;
  border-top: 8px solid #303030;
}
.contacts-regionBlock:not(:last-child) {
  margin-bottom: 100px;
}
.contacts-regionBlock .h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 63px;
  color: #303030;
  margin-top: 16px;
}
.contacts-regionBlock .region {
  width: 100%;
  font-size: 36px;
  line-height: 47px;
  padding-top: 48px;
}

.contactContainr {
  width: 100%;
  display: flex;
  margin-top: 48px;
  color: #303030;
}
.contactContainr img {
  width: 184px;
  height: 184px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .contactContainr .contactContainr__details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
  }
}
.contactContainr .contactContainr__details .name {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .contactContainr .contactContainr__details .name {
    margin-bottom: 10px;
  }
}
.contactContainr .contactContainr__details p, .contactContainr .contactContainr__details a {
  font-size: 24px;
  line-height: 36px;
  margin-top: 12px;
  margin-bottom: 0;
  color: #292929;
}
.contactContainr .contactContainr__details p:last-child {
  margin-top: 0px;
}

#regional_ofice,
#teсh_ofice,
#central_ofice,
#official_ofice {
  display: none;
}
#regional_ofice.visibility,
#teсh_ofice.visibility,
#central_ofice.visibility,
#official_ofice.visibility {
  display: block;
}

#official_ofice .contactContainr__details {
  padding-left: unset;
}

.central_ofice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 56px;
  grid-column-gap: 20px;
  padding-top: 36px;
  border-top: 8px solid #292929;
}
.central_ofice .title {
  font-size: 36px;
  line-height: 47px;
  color: #303030;
}
.central_ofice .contacts p {
  font-size: 24px;
  line-height: 36px;
  color: #303030;
}
.central_ofice .contacts p a {
  color: #303030;
}

.search-content {
  display: none;
}

.search-result {
  display: none;
}

.search-none-found {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 31px;
  margin-top: 62px;
  display: none;
}

@media screen and (max-width: 767px) {
  /* FONT */
  /* VW FORMULA */
  .contacts-tabs {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 16px;
    overflow: auto;
  }
  .contacts-tabs .tab {
    font-size: 21px;
    line-height: 1.4;
    font-weight: normal;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    max-width: min-content;
  }
}
@media screen and (max-width: 767px) and (max-width: 459px) {
  .contacts-tabs .tab {
    font-size: 4.375vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .contacts-tabs .tab.active {
    font-weight: bold;
  }
  .contact-search {
    padding-top: 20px;
  }
  .contact-search.search-regional {
    border-bottom: none;
    border-top: 1px solid #D4D4D4;
  }
  .contact-search.search-central {
    padding-bottom: 20px;
  }
  .contact-search input {
    width: auto;
    padding: 0;
  }
  .contact-search input::placeholder {
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) and (max-width: 459px) {
  .contact-search input::placeholder {
    font-size: 5vw;
    line-height: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .contacts-regionBlock {
    margin-top: 10px;
  }
  .contacts-regionBlock:not(:last-child) {
    margin-bottom: 60px;
  }
  .contacts-regionBlock:last-child {
    padding-bottom: 50px;
  }
  .contacts-regionBlock .h2 {
    font-size: 42px;
    line-height: 1.4;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) and (max-width: 459px) {
  .contacts-regionBlock .h2 {
    font-size: 8.75vw;
    line-height: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .contacts-regionBlock .contactContainr {
    margin-top: 20px;
    flex-direction: column;
  }
  .contacts-regionBlock .contactContainr img {
    width: 18.75vw;
    height: 18.75vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 460px) {
  .contacts-regionBlock .contactContainr img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-regionBlock .contactContainr .contactContainr__details {
    padding-left: 0;
    margin-top: 10px;
  }
  .contacts-regionBlock .contactContainr .contactContainr__details .name {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (max-width: 459px) {
  .contacts-regionBlock .contactContainr .contactContainr__details .name {
    font-size: 5vw;
    line-height: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .contacts-regionBlock .contactContainr .contactContainr__details p {
    font-size: 19.5px;
    line-height: 1.4;
    font-weight: 300;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 459px) {
  .contacts-regionBlock .contactContainr .contactContainr__details p {
    font-size: 4.0625vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .contacts-regionBlock .region {
    padding-top: 60px;
    font-size: 36px;
    line-height: 1.4;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) and (max-width: 459px) {
  .contacts-regionBlock .region {
    font-size: 7.5vw;
    line-height: 7.75vw;
  }
}
@media screen and (max-width: 767px) {
  .central_ofice {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    margin-top: 10px;
    padding-bottom: 50px;
  }
  .central_ofice .title {
    font-size: 27px;
    line-height: 1.4;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) and (max-width: 459px) {
  .central_ofice .title {
    font-size: 5.625vw;
    line-height: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .central_ofice .contacts p {
    font-size: 19.5px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 459px) {
  .central_ofice .contacts p {
    font-size: 4.0625vw;
    line-height: 5.5vw;
  }
}
@media screen and (max-width: 767px) {
  .search-none-found {
    font-size: 27px;
    line-height: 1.4;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) and (max-width: 459px) {
  .search-none-found {
    font-size: 5.625vw;
    line-height: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .search-none-found br {
    display: none;
  }
}