* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  color: #263238;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.container {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}
.regularBtn {
  display: block;
  width: 100%;
  border-radius: 5px;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10.5px 0 8.5px;
  cursor: pointer;
  border-radius: 30px;
  text-align: center;
  transition: all 0.3s;
}
.regularBtn {
  color: #263238;
  background: #def7e5;
  border: 2px solid #263238;
}
.regularBtn:hover {
  color: #ffffff;
  background: #263238;
  border: 2px solid #263238;
}
.regularBtn:active {
  color: rgba(255, 255, 255, 0.6);
  background: rgba(38, 50, 56, 0.8);
  border: 2px solid rgba(38, 50, 56, 0.8);
}
.regularBtn.bg {
  padding: 16.5px 0 14.5px;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
  color: #fff;
  background: #263238;
  border: 2px solid #263238;
}
.regularBtn.bg:hover {
  color: #ffffff;
  background: #000;
  border: 2px solid #000;
}
.regularBtn.bg:active {
  color: rgba(255, 255, 255, 0.6);
  background: rgba(38, 50, 56, 0.8);
  border: 2px solid rgba(38, 50, 56, 0.8);
}

.header {
  position: absolute;
  top: 30px;
  z-index: 99;
}
.siteLogo {
  width: 140px;
}
.mainWrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
}
.main_half1 {
  display: flex;
  align-items: center;
}
.main_img {
  width: 100%;
}
.main_half2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 380px;
  width: 100%;
  margin-left: 120px;
  height: 85vh;
  overflow-y: scroll;
}
.main_half2::-webkit-scrollbar {
  width: 0px;
}

.main_linkWrp {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
  align-items: center;
}
.main_link {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
  color: #000000;
  margin-bottom: 20px;
}
.main_link:last-of-type {
  margin: 0;
}
.main_socialWrp {
  display: flex;
  margin-bottom: 175px;
}
.main_social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 15px;
  background: #e4fdec;
  border-radius: 90px;
}
.main_social:last-of-type {
  margin: 0;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  /* transition: all 0.3s; */
}
.modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #def7e5;
  padding: 30px;
  max-width: 525px;
  width: 100%;
}
.modal_close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  z-index: 99999;
}
.modal_title {
  font-weight: 700;
  font-size: 29px;
  line-height: 39px;
  color: #000000;
}
.modal_hr {
  background: #263238;
  opacity: 0.15;
  height: 1px;
  margin: 20px 0;
}
.modal_text {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.user_email {
  font-weight: 700;
}

@media (max-width: 1200px) {
  .mainWrp {
  }
  .main_half1 {
    margin-left: -100px;
    width: calc(50%);
  }
  .main_img {
    width: unset;
    transform: scale(0.85);
  }
  .main_half2 {
    width: calc(50% - 10px);
    margin: auto 0;
  }
}
@media (max-width: 1023px) {
  .mainWrp {
    margin: 0;
  }
  .main_half1 {
    margin-left: -10px;
    justify-content: center;
    overflow: clip;
  }
  .main_linkWrp {
    margin: 30px 0;
  }
  .main_social {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  .main_social img {
    width: 28px;
  }
  .facebook img {
    width: 16px;
  }
}

@media (orientation: landscape) {
  .main_img {
    width: 100%;
    margin-top: 75px;
  }
  .main_half1 {
    height: 100vh;
  }
}

@media (max-width: 600px) {
  .header {
    left: 50%;
    transform: translateX(-50%);
  }
  .mainWrp {
    margin-top: 108px;
    flex-direction: column;
    height: 100%;
  }
  .main_half1 {
    margin: 0;
    width: 100%;
  }
  .main_img {
    width: 100%;
    transform: scale(1);
  }
  .main_half2 {
    margin: 30px auto;
    width: 100%;
    height: 100%;
  }
  .main_social {
    width: 48px;
    height: 48px;
    margin-right: 25px;
  }
  .main_socialWrp {
    margin-bottom: 30px;
  }
  .main_social img {
    width: 27px;
  }
  .facebook img {
    width: 15px;
  }

  .modal_inner {
    padding: 20px;
    max-width: calc(100% - 20px);
  }
  .modal_title {
    font-size: 24px;
    line-height: 33px;
  }
  .modal_hr {
    margin: 15px 0;
  }
  .modal_text {
    font-size: 14px;
    line-height: 19px;
  }
}
