.main-hero {
  background-image: none;
  background-color: transparent;
}

.main-about {
  background-image: none;
  background-color: transparent;
  padding: 64px 0 0 0;
}
.main-about .about-top {
  display: flex;
}
.main-about .about-top .top-content {
  width: 40%;
}
.main-about .about-top .top-content .content-h4 {
  margin: 0 0 6px 0;
}
.main-about .about-top .top-content .content-h3 {
  max-width: 320px;
}
.main-about .about-top .top-content .content-text {
  margin: 16px 0 0 0;
}
.main-about .about-top .top-decoration {
  width: 60%;
  display: flex;
  justify-content: center;
}
.main-about .about-bottom {
  margin: 64px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.main-about .about-bottom .bottom-item {
  width: 50%;
  display: flex;
}
.main-about .about-bottom .bottom-item .item-decoration {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-about .about-bottom .bottom-item .item-decoration img {
  width: auto;
  height: 75%;
}
.main-about .about-bottom .bottom-item .item-content {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 800px) {
  .main-about .about-top .top-content {
    width: 100%;
  }
  .main-about .about-top .top-decoration {
    display: none;
  }
  .main-about .about-bottom {
    flex-direction: column;
    gap: 20px;
  }
  .main-about .about-bottom .bottom-item {
    width: 100%;
    justify-content: center;
  }
  .main-about .about-bottom .bottom-item .item-decoration {
    width: 288px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-about .about-bottom .bottom-item .item-content {
    width: 288px;
  }
}
@media (max-width: 480px) {
  .main-about .about-bottom .bottom-item {
    gap: 24px;
  }
  .main-about .about-bottom .bottom-item .item-decoration {
    width: 96px;
  }
  .main-about .about-bottom .bottom-item .item-content {
    width: 160px;
  }
}

.main-news {
  background-image: none;
  background-color: transparent;
  padding: 64px 0 0 0;
}
.main-news .news-header .header-top {
  margin: 0 0 6px 0;
}
.main-news .news-header .header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-news .news-body {
  margin: 32px 0 0 0;
  display: flex;
  gap: 20px;
}
.main-news .news-body .news-column[attr=v] {
  width: calc(40% - 10px);
}
.main-news .news-body .news-column[attr=h] {
  width: calc(60% - 10px);
}
.main-news .news-body .news-column .news-item {
  display: flex;
  gap: 16px;
}
.main-news .news-body .news-column .news-item .content-date {
  margin: 0 0 4px 0;
}
.main-news .news-body .news-column .news-item .content-title {
  margin: 0 0 8px 0;
}
.main-news .news-body .news-column .news-item .content-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-news .news-body .news-column[attr=v] .news-item {
  flex-direction: column;
}
.main-news .news-body .news-column[attr=v] .news-item .item-preview {
  width: 100%;
  height: 208px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-news .news-body .news-column[attr=v] .news-item .item-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-news .news-body .news-column[attr=h] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-news .news-body .news-column[attr=h] .news-item {
  flex-direction: row;
}
.main-news .news-body .news-column[attr=h] .news-item .item-preview {
  width: 208px;
  height: 208px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-news .news-body .news-column[attr=h] .news-item .item-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-news .news-body .news-column[attr=h] .news-item .item-content {
  padding: 8px 32px 0 0;
}
@media (max-width: 800px) {
  .main-news .news-body {
    flex-direction: column;
  }
  .main-news .news-body .news-column[attr=v] {
    width: 100%;
  }
  .main-news .news-body .news-column[attr=h] {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .main-news .news-header .header-bottom {
    align-items: start;
    flex-direction: column;
    gap: 2px;
  }
  .main-news .news-body {
    margin-top: 20px;
  }
  .main-news .news-body .news-column[attr=h] .news-item {
    flex-direction: column;
    gap: 8px;
  }
  .main-news .news-body .news-column[attr=h] .news-item .item-preview {
    width: 100%;
    height: 160px;
  }
  .main-news .news-body .news-column[attr=v] .news-item {
    gap: 8px;
  }
  .main-news .news-body .news-column[attr=v] .news-item .item-preview {
    width: 100%;
    height: 160px;
  }
}

.main-hr {
  background-image: none;
  background-color: rgba(33, 30, 35, 0.06);
  max-width: 1136px;
  margin: 64px auto 0;
  border: 0;
  height: 3px;
}

.main-wwd {
  background-image: none;
  background-color: transparent;
  position: relative;
  padding: 64px 0 0 0;
}
.main-wwd > img {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.main-wwd .wwd-header {
  margin: 0 0 32px 0;
}
.main-wwd .wwd-header .header-h4 {
  margin: 0 0 6px 0;
}
.main-wwd .wwd-features {
  display: flex;
  justify-content: space-between;
}
.main-wwd .wwd-features .features-item {
  width: 30%;
}
.main-wwd .wwd-features .features-item .item-h4 {
  margin: 0 0 4px 0;
}
.main-wwd .wwd-gallery[attr=desktop] {
  margin: 64px 0 0 0;
  width: auto;
  height: 720px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.main-wwd .wwd-gallery[attr=desktop] img {
  max-width: 100%;
  max-height: 100%;
}
.main-wwd .wwd-gallery[attr=desktop] .gallery-aside {
  margin: 0 0 0 72px;
  width: calc(30% - 8px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.main-wwd .wwd-gallery[attr=desktop] .gallery-group {
  width: calc(60% - 8px);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main-wwd .wwd-gallery[attr=desktop] .gallery-group .group-odd {
  width: 100%;
  height: calc(65% - 8px);
  display: flex;
  align-items: end;
  gap: 16px;
}
.main-wwd .wwd-gallery[attr=desktop] .gallery-group .group-odd [attr="2"] {
  height: 50%;
}
.main-wwd .wwd-gallery[attr=desktop] .gallery-group .group-even {
  width: 100%;
  height: calc(35% - 8px);
  display: flex;
  gap: 16px;
}
.main-wwd .wwd-gallery[attr=mobile] {
  display: none;
}
@media (max-width: 1024px) {
  .main-wwd {
    overflow: hidden;
  }
  .main-wwd > img {
    bottom: -125px;
    opacity: 0.1;
  }
  .main-wwd .wwd-features {
    flex-direction: column;
    gap: 32px;
    padding: 0 0 32px 0;
  }
  .main-wwd .wwd-features .features-item {
    width: 100%;
  }
  .main-wwd .wwd-gallery[attr=desktop] {
    display: none;
  }
  .main-wwd .wwd-gallery[attr=mobile] {
    display: block;
    height: 200px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 0 -16px;
  }
  .main-wwd .wwd-gallery[attr=mobile]::-webkit-scrollbar {
    display: none;
  }
  .main-wwd .wwd-gallery[attr=mobile] .gallery-inline {
    height: 100%;
    display: inline-flex;
    gap: 6px;
  }
  .main-wwd .wwd-gallery[attr=mobile] .gallery-inline img {
    height: 100%;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .main-wwd > img {
    bottom: -64px;
  }
}

.main-partners {
  background-image: none;
  background-color: transparent;
  padding: 64px 0 0 0;
}
.main-partners .partners-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 24px;
}
.main-partners .partners-header .header-h3 {
  padding: 0 0 4px 0;
}
.main-partners .partners-header .header-str {
  max-width: 400px;
}
.main-partners .partners-enum {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.main-partners .partners-enum .enum-item {
  width: 25%;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
}
@media (max-width: 768px) {
  .main-partners .partners-header {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }
  .main-partners .partners-enum .enum-item {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .main-partners .partners-enum .enum-item {
    width: 50%;
  }
}

.main-sub {
  background-image: none;
  background-color: transparent;
  padding: 64px 0;
}
.main-sub .sub-group {
  display: flex;
}
.main-sub .sub-group .sub-item {
  width: 50%;
  display: flex;
  align-items: center;
}
.main-sub .sub-group .sub-item .item-decoration {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-sub .sub-group .sub-item .item-decoration img {
  position: relative;
  z-index: 1;
  width: 80%;
}
.main-sub .sub-group .sub-item .item-decoration span {
  background-image: none;
  background-color: #f2f2f2;
  position: absolute;
  z-index: 0;
  width: 112px;
  height: 112px;
}
.main-sub .sub-group .sub-item .item-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 10% 0 2%;
}
.main-sub .sub-group .sub-item .item-content .content-data {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (max-width: 768px) {
  .main-sub .sub-group {
    flex-direction: column;
    gap: 28px;
  }
  .main-sub .sub-group .sub-item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .main-sub .sub-group .sub-item .item-decoration {
    width: 104px;
  }
  .main-sub .sub-group .sub-item .item-decoration span {
    width: 88px;
    height: 88px;
  }
}

/*# sourceMappingURL=index.css.map */
