.b-main-lab {
  position: relative;
  background: #F7F7F7;
}
.b-main-lab .container {
  padding-right: 0;
  padding-left: 0;
}
.b-main-lab__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.b-main-lab__left {
  padding: 4.5rem 0 0 9rem;
}
.b-main-lab__right {
  padding: 5rem 3rem 2.5rem 3rem;
}
.b-main-lab__image {
  max-width: 369px;
}
.b-main-lab__image picture, .b-main-lab__image img {
  display: block;
  width: 100%;
  height: auto;
}
.b-main-lab__content {
  max-width: 31.5rem;
}
.b-main-lab__title {
  margin: 0 0 2rem;
  font-size: 1.75rem;
  font-weight: 600;
}
.b-main-lab__title > * {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.b-main-lab__text {
  font-size: 1.1rem;
  margin: 0 0 3rem;
}
.b-main-lab__button {
  position: relative;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3.7rem;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
}
.b-main-lab__button:after {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 0.8rem;
  margin-left: -2px;
  background: #9AB5A3;
  -webkit-transition: 0.45s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: 0.45s cubic-bezier(0.4, 0, 0, 1);
  transition: 0.45s cubic-bezier(0.4, 0, 0, 1);
  content: "";
}
.b-main-lab__button:hover span {
  background: #8baa96;
}
.b-main-lab__button:hover:after {
  background: #8baa96;
}
.b-main-lab__button:hover div:after, .b-main-lab__button:hover div:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.b-main-lab__button:hover div:before {
  background: #8baa96;
}
.b-main-lab__button:hover div:after {
  background: #fff;
}
.b-main-lab__button:hover div svg {
  fill: #8baa96;
}
.b-main-lab__button span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #9AB5A3;
  height: 100%;
  padding: 0 0.5rem 0 2rem;
  -webkit-transition: 0.45s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: 0.45s cubic-bezier(0.4, 0, 0, 1);
  transition: 0.45s cubic-bezier(0.4, 0, 0, 1);
}
.b-main-lab__button div {
  position: relative;
  width: 3.7rem;
  height: 3.7rem;
}
.b-main-lab__button div svg {
  display: block;
  width: auto;
  height: 100%;
  text-decoration: none;
  fill: #9AB5A3;
  -webkit-transition: fill 0.45s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: fill 0.45s cubic-bezier(0.4, 0, 0, 1);
  transition: fill 0.45s cubic-bezier(0.4, 0, 0, 1);
}
.b-main-lab__button div:after, .b-main-lab__button div:before {
  content: "";
  display: block;
  position: absolute;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.45s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: background-color 0.45s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), background-color 0.45s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), background-color 0.45s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), background-color 0.45s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.b-main-lab__button div:after {
  top: 50%;
  left: 50%;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: -0.2rem;
  margin-left: -0.2rem;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.b-main-lab__button div:before {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  background: #9AB5A3;
}
@media all and (max-width: 1024px) {
  .b-main-lab__box {
    display: block;
  }
  .b-main-lab__left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 1rem;
  }
  .b-main-lab__image {
    max-width: 75%;
  }
  .b-main-lab__right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 1rem;
  }
}
@media all and (max-width: 480px) {
  .b-main-lab__title {
    text-align: center;
  }
  .b-main-lab__title br {
    display: none;
  }
}