.twg-banner {
  width: 100%;
  height: 773px;
  margin-bottom: 200px;
}

.twg-banner-image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.twg-width-wr {
  max-width: 1124px;
  margin: auto;
}

.twg-banner-text {
  width: 540px;
  height: 230px;
  background-color: #ffffff;
  display: flex;
  padding: 80px 100px;
  flex-direction: column;
  /* top: 0; */
  margin-top: -260px;
  left: calc(50% - 562px);
}
.twg-banner-text--title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.twg-banner-text--description {
  font-size: 20px;
  font-weight: 400;
}

.twg-container-content {
  display: flex;
  font-weight: 400;
  margin-bottom: 80px;
  padding: 0 20px;
}
.twg-container-content_content {
  max-width: 640px;
}
.twg-container-content_content p {
  margin-bottom: 40px;
}
.twg-container-content_list {
  border-top: 1px solid;
  border-bottom: 1px solid;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 354px;
  padding: 40px;
}
.twg-container-content_list--item {
  display: flex;
  gap: 40px;
  align-items: center;
}

.twg-container-map {
  height: 823px;
}
.twg-container-map--map {
  height: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.twg-container-map--item {
  position: absolute;
}
.twg-container-map--item:nth-child(1) {
  top: 50px;
}

.twg-container-stat {
  background-color: #0E2339;
  color: #fff;
  padding: 80px 0;
}

.twg-container-stat-content {
  display: flex;
  flex-wrap: wrap;
}
.twg-container-stat-content--item {
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  margin: 40px 0;
}
.twg-container-stat-content--item img {
  margin-right: 40px;
}
.twg-container-stat-content--item-text-wr {
  display: flex;
  flex-direction: column;
}
.twg-container-stat-content--item-title {
  font-size: 36px;
  font-weight: 500;
}
.twg-container-stat-content--item-text {
  font-size: 14px;
  font-weight: 400;
}

.twg-container-top {
  display: flex;
}
.twg-container-top--list {
  display: flex;
  flex-direction: column;
  padding: 30px 70px;
  background-color: #ffffff;
  margin-top: -80px;
}
.twg-container-top--list a {
  display: flex;
  flex-direction: column;
  padding: 28px 0;
}
.twg-container-top--list a:not(:first-child) {
  border-top: 1px solid;
}
.twg-container-top--list-title {
  font-size: 50px;
  font-weight: 400;
}
.twg-container-top--list-content {
  width: 70%;
  font-size: 14px;
  font-weight: 400;
}
.twg-container-top--infograph {
  display: flex;
  align-items: center;
  gap: 40px;
}
.twg-container-top--infograph--item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.twg-container-top--infograph--item-shops {
  background-image: url(/wp-content/themes/TorWellGroUP/assets/images/icons/graph-home.svg);
  width: 143px;
  height: 150px;
}
.twg-container-top--infograph--item-title {
  color: #0D4A8E;
  font-size: 50px;
  font-weight: 500;
}
.twg-container-top--infograph--item-text {
  font-size: 14px;
  font-weight: 400;
}

.twg-content--links {
  display: flex;
}
.twg-content--links a {
  width: 100%;
  border: 1px solid;
  height: 123px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0 64px;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.twg-content--links a::after {
  content: "";
  background: url(../../assets/images/icons/arrow-diagon.svg) no-repeat center;
  top: 0;
  right: 0;
  background-color: #000000;
  color: #FFFFFF;
  width: 52px;
  height: 52px;
  margin-left: 20px;
  border-radius: 50%;
}

.twg-content--managment {
  margin-top: 80px;
}
.twg-content--managment-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.twg-content--managment-list-item {
  display: flex;
  flex-direction: column;
  max-width: 355px;
}
.twg-content--managment-list-item--wr {
  width: 50%;
}
.twg-content--managment-list-item--title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}
.twg-content--managment-list-item--pos {
  font-size: 16px;
  font-weight: 400;
}

/*# sourceMappingURL=comfy-page.css.map */
