/*  contacts page */
.item-tile-added,
.item-tile-cnt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  border: 1px solid rgba(42, 42, 42, 0.08);
  padding: 28px 24px;
  min-height: 100%;
  transition: all ease 0.2s;
  background: #fff;
  background: none;
}
.item-tile-added:hover,
.item-tile-cnt:hover {
  transform: translateY(-6px);
  background: #f2f4f9;
}
.item-tile-added .elm-ico,
.item-tile-cnt .elm-ico {
  width: 52px;
  height: 52px;
  background: #edf2f9;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #622BFF;
}
.item-tile-added .elm-ico img,
.item-tile-cnt .elm-ico img,
.item-tile-added .elm-ico svg,
.item-tile-cnt .elm-ico svg {
  max-width: 24px;
  max-height: 24px;
  filter: none;
}
.item-tile-added .tile-info-wrap,
.item-tile-cnt .tile-info-wrap {
  -ms-flex: 1;
      flex: 1;
  padding-bottom: 10px;
}
.item-tile-added .tile-title,
.item-tile-cnt .tile-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #425164;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.item-tile-added .tile-info,
.item-tile-cnt .tile-info {
  display: block;
  color: var(--clr-base);
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.item-tile-added .tile-info:last-child,
.item-tile-cnt .tile-info:last-child {
  margin-bottom: 0;
}
.item-tile-added .tile-info a:not(:hover),
.item-tile-cnt .tile-info a:not(:hover) {
  color: inherit;
}
.item-tile-added .tile-desc,
.item-tile-cnt .tile-desc {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #7c8798;
}
.item-tile-added .btn,
.item-tile-cnt .btn {
  height: 50px;
  border-radius: 15px;
  font-size: 16px;
  padding: 0 24px;
  min-width: 0;
  font-weight: 500;
}
.item-tile-added .btn.button-border:not(:hover),
.item-tile-cnt .btn.button-border:not(:hover) {
  background-color: #fff;
  color: #000;
  border-color: #f5f5f5;
}
.item-tile-added .btn.button-border:hover,
.item-tile-cnt .btn.button-border:hover {
  background: var(--clr-att-second);
  border-color: var(--clr-att-second);
}
.item-tile-added .btn:not(.button-border):hover,
.item-tile-cnt .btn:not(.button-border):hover {
  background-color: #fff;
  color: #000;
  border-color: #f5f5f5;
}
.item-tile-cnt:hover {
  box-shadow: 0 16px 40px rgba(42, 24, 90, 0.08);
}
.item-tile-added {
  background: #edf2f9;
  border-color: #edf2f9;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  padding: 32px;
}
.item-tile-added:hover {
  background: #d6e6fb;
  border-color: #d6e6fb;
}
.item-tile-added .elm-ico {
  margin: 0;
  width: 64px;
  height: 64px;
  background: #fff;
}
.item-tile-added .elm-ico img,
.item-tile-added .elm-ico svg {
  max-width: 45px;
  max-height: 45px;
  width: 100%;
}
.item-tile-added .tile-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0px;
  text-transform: none;
}
.item-tile-added .tile-desk {
  font-size: 14px;
  color: #425164;
}
.tiles-box:has(.item-tile-cnt) .items-wrap,
.tiles-box:has(.item-tile-added) .items-wrap {
  margin: 0 -8px;
  gap: 16px 0;
}
.tiles-box:has(.item-tile-cnt) .item-wrap,
.tiles-box:has(.item-tile-added) .item-wrap {
  padding: 0 8px;
  margin: 0;
}
.tiles-box:has(.item-tile-added) .item-wrap {
  width: 100%;
}
.section-address-box {
  padding: 64px 0;
  padding: 6.4rem 0;
  position: relative;
  z-index: 2;
}
.section-address-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  background: #edf2f9;
  transform: translateX(-50%);
  z-index: -1;
}
.section-address-box .map-inner-wrap {
  border-radius: 16px;
  display: block;
  position: relative;
  overflow: hidden;
  height: 480px;
}
.section-added-box,
.section-rk-box {
  padding: 64px 0;
  padding: 6.4rem 0;
  position: relative;
  z-index: 2;
}
.section-added-box:before,
.section-rk-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  background: #fff;
  transform: translateX(-50%);
  z-index: -1;
}
.section-added-box .tiles-box,
.section-rk-box .tiles-box {
  margin-bottom: 0;
}
.section-rk-box .table-inner-wrap {
  border-radius: 16px;
  border: 1px solid rgba(42, 42, 42, 0.08);
  padding: 8px 32px;
}
.section-rk-box table {
  width: 100%;
  margin: 0;
  border: none;
}
.section-rk-box table th,
.section-rk-box table td {
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
  color: #2a2a2a;
  border: none;
  background: none;
  border-bottom: 1px solid rgba(42, 42, 42, 0.08);
  padding: 18px 15px;
}
.section-rk-box table th {
  color: #7c8798;
  font-size: 14px;
  font-weight: 500;
}
.section-rk-box table tr:last-child th,
.section-rk-box table tr:last-child td {
  border-bottom: none;
}
.section-contacts-box {
  padding: 72px 0 64px 0;
  padding: 7.2rem 0 6.4rem 0;
  position: relative;
  z-index: 2;
}
.section-contacts-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  background: linear-gradient(to bottom, #f4f2ff 0%, #fff 10%);
  transform: translateX(-50%);
  z-index: -1;
}
.section-contacts-box .tiles-box {
  margin: 0;
}
.section-contacts-box .title-box {
  margin-bottom: 56px;
  margin-bottom: 5.6rem;
}
.title-inner-wrap.title-inner {
  margin-bottom: 30px;
}
.title-inner-wrap.title-inner .action-wrap {
  margin-top: 15px;
}
.title-inner-wrap.title-inner p {
  margin-bottom: 10px;
}
.title-inner-wrap.title-inner .text-small {
  font-size: 15px;
  color: #425164;
  font-weight: 400;
}
.title-inner-wrap.title-inner .btn {
  height: 50px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 24px;
  min-width: 0;
  font-weight: 500;
}
.title-inner-wrap.title-inner .btn:not(:hover) {
  border-color: #f5f5f5;
  background-color: #fff;
  color: #000;
}
.title-inner-wrap.title-inner .btn:not(:hover) .button-ico {
  filter: brightness(0) grayscale(1);
}
@media (max-width: 1023px) {
  .section-rk-box .title-inner.title-inner-wrap {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .item-tile-cnt .tile-info {
    font-size: 20px;
  }
  .section-rk-box table {
    display: block;
    position: relative;
  }
  .section-rk-box table thead {
    display: none;
  }
  .section-rk-box table tbody,
  .section-rk-box table tr,
  .section-rk-box table td,
  .section-rk-box table th {
    display: block;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .section-rk-box table th {
    padding-bottom: 8px;
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
  }
  .section-rk-box table td {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .item-tile-added {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .item-tile-added .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tiles-box:has(.item-tile-added) .item-wrap {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .tiles-box:has(.item-tile-cnt) .item-wrap {
    width: 25%;
  }
  .title-inner-wrap.title-inner:has(.action-wrap) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .title-inner-wrap.title-inner:has(.action-wrap) .action-wrap {
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .title-inner-wrap.title-inner:has(.action-wrap) .title-wrap {
    -ms-flex: 1;
        flex: 1;
    text-align: left;
  }
}
/* end contacts page */
