/* Views/www_webpack/contacts/contacts_mobile.css */
#contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  padding: 20px clamp(20px, 5vw, 10vw);
}
.contacts__aside {
  width: 100%;
}
.contacts__menu {
  position: relative;
  display: grid;
  background: var(--color-grey);
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 15%) 0 2px 8px;
}
.contacts__menu li:first-child {
  border-radius: 6px 6px 0 0;
}
.contacts__menu li:last-child {
  border-radius: 0 0 6px 6px;
}
.contacts__menu::after {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-image: linear-gradient(to right, rgb(14 174 87 / 60%) 0%, rgb(12 116 117 / 70%) 41%, rgb(14 174 87 / 60%) 120%);
  background-size: 200% auto;
  border-radius: 10px;
  content: "";
}
.contacts__menu_address {
  display: flex;
  gap: 25px;
  align-items: center;
  height: 70px;
  margin-top: 20px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 1em;
  background: var(--color-grey);
  border: 2px solid var(--color-border);
  border-radius: 10px;
}
.contacts__menu_address .icon {
  width: 40px;
  height: 40px;
}
.contacts__menu_address:hover {
  border: 2px solid var(--color-green);
}
.contacts__menu_item {
  display: flex;
  align-items: center;
  height: 60px;
  cursor: pointer;
}
.contacts__menu_item.active,
.contacts__menu_item:hover {
  color: var(--color-white);
  background-image: linear-gradient(to right, rgb(14 174 87 / 60%) 0%, rgb(12 116 117 / 70%) 41%, rgb(14 174 87 / 60%) 120%);
  background-size: 200% auto;
}
.contacts__menu_item .icon {
  width: 45px;
  height: 45px;
  margin: 0 10px;
}
.contacts__menu_item .icon.iconSclad {
  width: 35px;
  height: 35px;
  margin: 0 15px;
}
@keyframes call {
  from {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
.contacts__container {
  width: 100%;
}
.contacts__container iframe {
  border: 2px solid var(--color-border);
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 15%) 0 2px 8px;
}
.contacts__title {
  margin-bottom: 20px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
.contacts__details_calendar {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 279px;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 0 2px var(--color-border);
}
.contacts__details_calendar .icon {
  width: 80px;
  height: 80px;
  margin-right: 0.5em;
}
.contacts__details_calendar ul {
  display: flex;
  flex-direction: column;
}
.contacts__details_calendar strong {
  color: var(--color-red);
}
.contacts__details_address {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 0 2px var(--color-border);
}
.contacts__details_address p {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
}
.contacts__details_address .icon {
  width: 40px;
  height: 40px;
  margin-right: 0.5em;
}
.contacts__details_email {
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  box-shadow: 0 0 0 2px var(--color-border);
}
.contacts__details_email img {
  width: 50px;
  height: 50px;
  margin-right: 0.5em;
}
.contacts__details_email a:hover {
  text-decoration: underline;
}
.contacts__details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.contacts__details_item {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  width: 100%;
  min-width: 197px;
  padding: 30px;
  white-space: nowrap;
  border-radius: 8px;
  box-shadow: 0 0 0 2px var(--color-border);
}
.contacts__details_item .icon {
  width: 80px;
  height: 80px;
}
.contacts__details_item:hover {
  text-decoration: underline;
  box-shadow: 0 0 0 2px var(--color-green);
  cursor: pointer;
}
.contacts__menu_call {
  display: flex;
  align-items: center;
  height: 70px;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 0.95em;
  background: var(--color-grey);
  border-radius: 10px;
}
.contacts__menu_call .icon {
  width: 60px;
  height: 60px;
  margin-right: 0.5em;
}
.contacts__menu_call:hover strong {
  text-decoration: underline;
}
.contacts__menu_call:hover .icon {
  animation-name: call;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.contacts__menu_call div {
  display: grid;
  gap: 5px;
}
.contacts__about {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}
.contacts__about > img {
  flex: 1;
  width: 100%;
  min-width: 200px;
  max-height: 200px;
  object-fit: contain;
  border-radius: 8px;
}
.contacts__about [data-edit-file-text] {
  font-size: 0.8em;
}
.contacts__about_img {
  max-width: 248px;
  max-height: 248px;
}
.contacts__about_details {
  display: flex;
  flex: 2;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
  min-width: 294px;
}
.contacts__about_details a {
  position: relative;
  display: flex;
  gap: 0.5em;
  align-items: center;
  height: 49px;
  padding: 0 20px;
  color: var(--color-white);
  font-weight: 600;
  background-image: linear-gradient(90deg, #0eae57 0, #0c7475 41%, #0eae57 120%);
  background-size: 200% auto;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
.contacts__about_details a:hover {
  background-position: 100%;
}
.contacts__about_details .icon {
  fill: var(--color-white);
}
.contacts__video {
  aspect-ratio: 16 / 9;
  margin-top: 20px;
}
.contacts__details_photo {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgb(14 30 37 / 12%), 0 2px 16px 0 rgb(14 30 37 / 32%);
}
.contacts_contract__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contacts_contract {
  flex: 1;
  min-width: 315px;
  padding: 20px;
  border: 2px solid var(--color-border);
  border-radius: 10px;
}
.contacts_contract h2 {
  margin-bottom: 20px;
}
.contacts_contract ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contacts_contract li {
  font-size: 0.9em;
}
