html,
body {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

body,
input,
textarea {
  font-family: Rubik, sans-serif;
  font-optical-sizing: auto;
}

.wrapper {
  direction: ltr
}

.wrapper_he {
  direction: rtl;
}

.slider {
  background-image: url(images/snow_mountain_1.png);
  height: 564px;
  background-size: cover;
}

.section {
  position: relative;
}

.slider-h1 {
  position: absolute;
  color: #fff;
  right: 90px;
  top: 58px;
  font-size: 44px;
  font-weight: 600;
  width: 618px;
  height: 160px;
}

.slider-inreach {

  width: 1440px;
  margin: auto;
  right: 0;
  left: 0;
  bottom: -98px;
}

.page-h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-top: 50px;
}

.d-flex {
  display: flex;
}

.grow {
  flex-grow: 1;
}

.page-btn {
  width: 180px;
  line-height: 43px;
  border-radius: 5px;
  background: #93BB3E;
  text-align: center;
  color: #fff;
  margin: 30px auto;
  cursor: pointer;
}

.act-td {
  width: 410px;
  height: 340px;
  text-align: center;
}

.act-td.middle {
  margin: 0 24px;
}

.act-flex {
  align-items: inherit;
  width: 1440px;
  margin: 74px auto;
  justify-content: center;
}

.act-h1 {
  height: 72px;
  margin-top: 12px;
  font-size: 24px;
  font-weight: 600;
  width: 274px;
  margin: auto;
}

.act-h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 370px;
  margin: auto;
}

d-flex {

  display: flex;
}

.flex-grow {
  flex-grow: 1;
}

.topPads {
  height: 165px;
  transition: .2s all;
}

.subttl.ttl2 {
  width: auto;
  margin: 10px 15px;
}