.columns .column.main {
  padding: 0 !important;
}
.page-title-wrapper {
  padding: 0 0 2.2222vw;
  text-align: center;
}
.page-title-wrapper .page-title {
  margin: 0;
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.6666vw;
  line-height: normal;
  color: #150204;
}
/* Responsiveness // Responsiveness // Responsiveness */
@media (max-width: 768px) {
  .page-title-wrapper {
    padding-bottom: 6.1538vw;
  }
  .page-title-wrapper .page-title {
    font-size: 5.1282vw;
  }
}
.contacts_page_wrap {
  padding: 0 0 6.9444vw;
  position: relative;
  overflow: hidden;
}
.contacts_page_container {
  padding: 0 15.9027vw;
}
.contacts_page_wrap .salons_tabs_title {
  padding-bottom: 3.8888vw;
  display: flex;
  justify-content: center;
}
.contacts_page_wrap .title_item_wrap:not(:last-child) {
  margin-right: 0.8333vw;
}
.contacts_page_wrap button.title_button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.1111vw;
  line-height: 1.4;
  color: rgba(21, 2, 4, 0.25);
}
.contacts_page_wrap .title_item_wrap.active button.title_button {
  color: #150204;
}
.contacts_page_wrap .title_button span {
  display: block;
}
.contacts_page_wrap .content_item_wrap {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  position: absolute;
}
.contacts_page_wrap .content_item_wrap.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.contacts_page_wrap .store_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contacts_page_wrap .store_item:not(:last-child) {
  margin-bottom: 3.8888vw;
}
.contacts_page_wrap .store_gallery_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 1.6666vw;
}
.contacts_page_wrap .image_container {
  position: relative;
}
.contacts_page_wrap .image_container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}
.contacts_page_wrap .image_container img {
  width: 100%;
  height: 20.0694vw;
  object-fit: cover;
  object-position: center;
  display: block;
}
.contacts_page_wrap .owl-nav {
  position: absolute;
  right: 1.1111vw;
  bottom: 1.1111vw;
  z-index: 1;
  display: flex;
  gap: 1.1111vw;
}
.contacts_page_wrap .owl-carousel .owl-nav button {
  width: 2.6388vw;
  height: 2.6388vw;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacts_page_wrap .owl-nav button:before {
  content: "";
  width: 1.1111vw;
  height: 1.1111vw;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease;
}
.contacts_page_wrap .owl-nav button.owl-prev:before {
  background-image: url(../images/icon-arrow-left.svg);
}
.contacts_page_wrap .owl-nav button.owl-next:before {
  background-image: url(../images/icon-arrow-right.svg);
}
@media (min-width: 769px) {
  .contacts_page_wrap .owl-nav button:hover {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .contacts_page_wrap .owl-nav button.owl-prev:hover:before {
    background-image: url(../images/icon-arrow-left-black.svg);
  }
  .contacts_page_wrap .owl-nav button.owl-next:hover:before {
    background-image: url(../images/icon-arrow-right-black.svg);
  }
}
.contacts_page_wrap .owl-nav button span {
  display: none;
}
.contacts_page_wrap .store_item > .store_info {
  margin-left: auto;
  padding-top: 2.2222vw;
  padding-left: 2.2222vw;
  width: 35.2083vw;
  flex-shrink: 0;
}
.contacts_page_wrap .store_address_wrap {
  margin-bottom: 1.6666vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contacts_page_wrap .store_address {
  font-family: var(--font);
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.4;
  color: #150204;
}
.contacts_page_wrap .map_link_wrap {
  padding-left: 0.5555vw;
}
.contacts_page_wrap .map_link {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  text-decoration: underline 1px;
  text-underline-offset: 0.1171vw;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.9722vw;
  line-height: 1.4;
  color: rgba(21, 2, 4, 0.45);
}
.contacts_page_wrap .telephones,
.contacts_page_wrap .telephone_item:not(:last-child) {
  margin-bottom: 0.5555vw;
}
.contacts_page_wrap .telephone_item a {
  display: block;
  text-decoration: none;
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.9722vw;
  line-height: normal;
  color: #150204;
}
.contacts_page_wrap .work_time {
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.9722vw;
  line-height: normal;
  color: #150204;
}
.contacts_page_wrap .telephone_item,
.contacts_page_wrap .work_time {
  display: flex;
  align-items: center;
}
.contacts_page_wrap .telephone_item::before,
.contacts_page_wrap .work_time::before {
  content: "";
  margin-right: 0.5555vw;
  width: 1.1111vw;
  height: 1.1111vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.25;
  display: inline-block;
}
.contacts_page_wrap .telephone_item::before {
  background-image: url(../images/icon-phone.svg);
}
.contacts_page_wrap .work_time::before {
  background-image: url(../images/icon-hour.svg);
}
.contacts_page_wrap .store_item > .store_info .store_info {
  margin-bottom: 1.6666vw;
}
.contacts_page_wrap .store_item > .store_info .store_info div {
  margin: 0 !important;
  max-width: none;
  display: block;
}
.contacts_page_wrap .store_item > .store_info .store_info div p {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.9722vw;
  line-height: normal;
  color: #150204;
}
.contacts_page_wrap .store_item > .store_info .store_info div p {
  color: #150204;
}
.contacts_page_wrap .store_item > .store_info .store_info div #TTTTOMT span {
  color: #d32a3a;
}
@media (min-width: 769px) {
  .contacts_page_wrap .telephone_item a:hover {
    color: #d32a3a;
  }
  .contacts_page_wrap .map_link:hover {
    color: #150204;
  }
}
@media (max-width: 768px) {
  .contacts_page_wrap {
    padding-bottom: 19.2307vw;
  }
  .contacts_page_container {
    padding: 0 4.1025vw;
  }
  .contacts_page_wrap .salons_tabs_title {
    padding-bottom: 6.1538vw;
  }
  .contacts_page_wrap .title_item_wrap:not(:last-child) {
    margin-right: 6.1538vw;
  }
  .contacts_page_wrap button.title_button {
    font-size: 4.1025vw;
  }
  .contacts_page_wrap .store_item {
    display: block;
  }
  .contacts_page_wrap .store_item:not(:last-child) {
    margin-bottom: 8.2051vw;
  }
  .contacts_page_wrap .store_gallery_wrap {
    border-radius: 6.1538vw;
  }
  .contacts_page_wrap .image_container img {
    height: 55.641vw;
  }
  .contacts_page_wrap .owl-nav {
    right: 4.6153vw;
    bottom: 4.6153vw;
    gap: 2.0512vw;
  }
  .contacts_page_wrap .owl-carousel .owl-nav button {
    width: 9.7435vw;
    height: 9.7435vw;
  }
  .contacts_page_wrap .owl-nav button:before {
    width: 4.1025vw;
    height: 4.1025vw;
  }
  .contacts_page_wrap .store_item > .store_info {
    margin-left: 0;
    padding-top: 4.1025vw;
    padding-left: 0;
    width: 100%;
  }
  .contacts_page_wrap .store_address_wrap {
    margin-bottom: 4.1025vw;
    display: block;
  }
  .contacts_page_wrap .store_address {
    text-align: center;
    font-size: 4.1025vw;
  }
  .contacts_page_wrap .map_link_wrap {
    padding-left: 0;
    text-align: center;
  }
  .contacts_page_wrap .map_link {
    text-underline-offset: 0.7692vw;
    font-size: 3.5897vw;
  }
  .contacts_page_wrap .store_item > .store_info .store_info {
    margin-bottom: 4.1025vw;
  }
  .contacts_page_wrap .store_item > .store_info .store_info div p {
    text-align: center;
    font-size: 3.5897vw;
  }
  .contacts_page_wrap .telephones,
  .contacts_page_wrap .telephone_item:not(:last-child) {
    margin-bottom: 2.0512vw;
  }
  .contacts_page_wrap .telephone_item::before,
  .contacts_page_wrap .work_time::before {
    margin-right: 2.0512vw;
    width: 4.1025vw;
    height: 4.1025vw;
  }
  .contacts_page_wrap .work_time,
  .contacts_page_wrap .telephone_item a {
    font-size: 3.5897vw;
  }
  .contacts_page_wrap .telephone_item,
  .contacts_page_wrap .work_time {
    justify-content: center;
  }
}
