.reshub-hero {
  text-align: center;
  padding: 150px 0 80px
}

.reshub-title {
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 900;
  color: #454545
}

.reshub-sub {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  margin-top: 20px;
  color: #777;
}

.reshub-cats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 80px
}

.reshub-card {
  background: #e9e9e9;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  position: relative
}

.reshub-copy {
  padding: 44px 42px
}

.reshub-card h2 {
  font-size: clamp(20px, 4.4vw, 32px);
  text-transform: uppercase;
  margin-bottom: 30px
}

.reshub-card ul {
  font-size: 16px;
  font-weight: 500;
  line-height: 2
}
.reshub-card ul li a{
  color:#555;
  transition: all .3s;
}
.reshub-card ul li a:hover{
  color:#4BA369
}

.reshub-card img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.reshub-wide {
  grid-column: 1/3;
  grid-template-columns: 1fr 1fr
}

.reshub-wide .reshub-copy {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.reshub-wide h2 {
  font-size: clamp(20px, 4.4vw, 32px);
  line-height: 1.7
}

.reshub-wide .reshub-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.reshub-detail {
  position: absolute;
  right: 66px;
  bottom: 25px;
  background: #fff;
  padding: 9px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: .25s
}
.reshub-wide .reshub-detail{
  right:22%;
  transform: translateX(22%);
}

.reshub-card:hover .reshub-detail {
  background: #4BA369;
  color: #fff
}

.reshub-docs {
  padding-bottom: 170px
}

.reshub-docs h2 {
  font-size: clamp(24px, 4.4vw, 42px);
  text-transform: uppercase;
  color: #444;
  margin-bottom: 48px
}

.reshub-doc {
  border-bottom: 1px solid #ddd;
  padding: 31px 0;
  font-size: 18px;
  font-weight: 500;
  color: #555
}
.reshub-doc a{
  transition: all .3s;
  display: block;
}
.reshub-doc:hover a{
  color:#4BA369;
}
.reshub-doc span{
  transition: all .3s;
}
.reshub-doc:hover span{
  background-color: #4BA369;
}

.reshub-down {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: grid;
  place-items: center;
  float:right
}

.reshub-subscribe {
  text-align: center;
  padding: 0 0 180px
}

.reshub-subscribe h2 {
  font-size: clamp(24px, 4.4vw, 42px);
  text-transform: uppercase;
}

.reshub-subscribe p {
  font-size: 16px;
  color: #7a8492;
  margin: 15px 0 60px
}

.reshub-form {
  display: flex;
  justify-content: center;
  gap: 16px
}

.reshub-form input {
  width: 350px;
  height: 48px;
  border: 1px solid #dfe3e8;
  border-radius: 9px;
  padding: 0 18px;
  color: #999
}

.reshub-form button {
  width: 110px;
  border: 0;
  background: #050505;
  color: #fff;
  border-radius: 4px;
  font-weight: 800
}


.resdl-hero {
  text-align: center;
  padding: 92px 0 54px
}

.resdl-title {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  color: #4a4a4a
}

.resdl-sub {
  font-size: 15px;
  line-height: 1.05;
  font-weight: 600;
  color: #4c4c4c;
  margin-top: 18px
}

.resdl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 78px 100px;
  padding: 20px 0 230px
}

.resdl-card {
  min-height: 360px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 58px
}

.resdl-card img {
  height: 266px;
  object-fit: contain;
  margin-bottom: 28px
}

.resdl-card h2 {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #4b4b4b;
  margin-bottom: 42px
}

.resdl-link {
  display: grid;
  grid-template-columns: 1fr 22px;
  align-items: center;
  gap: 16px;
  font-size: 17px;
  font-weight: 500;
  margin: 25px 0;
  color: #4d4d4d
}

.resdl-download {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #050505;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  line-height: 1;
  transition: .25s
}
.resdl-download svg{
  width:16px;
  height:16px;
}

.resdl-link:hover .resdl-download {
  transform: translateY(3px);
  background: #4BA369
}


.resdl-contact-trigger {
  cursor: pointer
}

.resdl-labels {
  position: relative;
  display: block;
  min-height: 22px;
  overflow: hidden;
  font-weight: 500;
}

.resdl-labels span {
  display: block;
  transition: transform .28s ease, opacity .28s ease
}

.resdl-label-hover {
  position: absolute;
  inset: 0 auto auto 0;
  opacity: 0;
  transform: translateY(100%);
  white-space: nowrap
}

.resdl-contact-trigger:hover .resdl-label-default,
.resdl-contact-trigger:focus .resdl-label-default {
  opacity: 0;
  transform: translateY(-100%)
}

.resdl-contact-trigger:hover .resdl-label-hover,
.resdl-contact-trigger:focus .resdl-label-hover {
  opacity: 1;
  transform: translateY(0)
}

body.resdl-modal-open {
  overflow: hidden
}

.resdl-modal[hidden] {
  display: none
}

.resdl-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px
}

.resdl-modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .5)
}

.resdl-dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, 96vw);
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: #fff;
  padding: 45px
}

.resdl-dialog h2 {
  font-size: 42px;
  margin-bottom: 38px
}

.resdl-close {
  position: absolute;
  right: 22px;
  top: 18px;
  border: 0;
  background: none;
  font-size: 38px;
  cursor: pointer
}

.resdl-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 22px
}

.resdl-field {
  display: grid;
  gap: 9px
}

.resdl-field-wide,
.resdl-consent,
.resdl-actions {
  grid-column: 1/-1
}

.resdl-field label {
  font-size: 18px;
  font-weight: 700
}

.resdl-field input {
  height: 58px;
  border: 1px solid #888;
  padding: 0 18px;
  font: inherit
}

.resdl-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start
}

.resdl-consent input {
  width: 24px;
  height: 24px
}

.resdl-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.resdl-actions button {
  height: 58px;
  font: inherit;
  font-size: 18px;
  cursor: pointer
}

.resdl-reset {
  background: #fff;
  border: 1px solid #111
}

.resdl-submit {
  background: #000;
  color: #fff;
  border: 1px solid #000
}



@media(max-width:900px) {

  .reshub-cats,
  .reshub-card,
  .reshub-wide {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
  .reshub-docs h2{margin-bottom: 0px;}
  .reshub-docs{padding-bottom:40px;}
  .reshub-subscribe{padding:0 10px 40px}
  .reshub-wide {
    grid-column: auto
  }

  .reshub-wide .reshub-imgs {
    grid-template-columns: 1fr
  }
  .resdl-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
  }
  .reshub-hero{
    padding:80px 0 40px
  }
}
@media(max-width:620px) {
  .resdl-dialog {
    padding: 30px 18px
  }

  .resdl-dialog h2 {
    font-size: 30px
  }

  .resdl-form {
    grid-template-columns: 1fr
  }

  .resdl-field-wide,
  .resdl-consent,
  .resdl-actions {
    grid-column: auto
  }

  .resdl-actions {
    gap: 10px
  }
}

@media(max-width:560px) {
  .reshub-form {
    display: grid
  }

  .reshub-form input,
  .reshub-form button {
    width: 100%;
    height: 48px
  }
  .resdl-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px
  }

  .resdl-title {
    font-size: 27px
  }

  .resdl-card {
    min-height: 0;
    padding-bottom:30px;
  }
  .resdl-link{margin: 10px 0;}
}