body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.container {
  max-width: 1128px;
  margin: auto;
  padding: 0 20px;
}
.container-fluid {
  max-width: 1840px;
  margin: auto;
  padding: 0 20px;
}

.header {
  top: 32px;
  width: 100%;
  z-index: 11;
  position: absolute;
}
@media (max-width: 600px) {
  .header {
    top: 20px;
  }
}
.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.header-main__logo img {
  width: 100%;
}
@media (max-width: 600px) {
  .header-main__logo img {
    max-width: 120px;
  }
}
.header-main__btn a {
  color: #34993C;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  padding: 12px 16px 12px 16px;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #34993C;
  border-radius: 4px;
  font-weight: bold;
  align-items: center;
  display: flex;
  gap: 8px;
  transition: linear 0.2s all;
}
.header-main__btn a:hover {
  transition: linear 0.2s all;
}
.header-main__btn a:hover img {
  transform: translateX(5px);
  transition: linear 0.2s all;
}
@media (max-width: 600px) {
  .header-main__btn a {
    font-size: 10px;
    padding: 8px 12px 8px 12px;
  }
}
@media (max-width: 450px) {
  .header-main__btn a {
    font-size: 10px;
    padding: 5px 8px 5px 8px;
    text-transform: inherit;
  }
}
.header-main__btn a img {
  position: relative;
  transition: linear 0.2s all;
  transform: translateX(0px);
}
@media (max-width: 600px) {
  .header-main__btn a img {
    display: none;
  }
}

.hero {
  background: linear-gradient(#cbd3da, #e7eaed);
  position: relative;
  z-index: 1;
  padding-top: 25px;
}
@media (max-width: 1000px) {
  .hero {
    padding-top: 100px;
  }
}
@media (max-width: 600px) {
  .hero {
    padding-top: 80px;
  }
}
.hero:after {
  position: absolute;
  content: "";
  height: 180px;
  width: 100%;
  z-index: -1;
  background-image: url(../imgs/bylina-top.png);
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1000px) {
  .hero:after {
    display: none;
  }
}
.hero:before {
  position: absolute;
  content: "";
  height: 50%;
  width: 100%;
  z-index: -1;
  background-image: url(../imgs/listky.png);
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.03;
}
.hero-support {
  position: relative;
  z-index: 1;
}
.hero-support:after {
  position: absolute;
  content: "";
  height: 400px;
  width: 300px;
  z-index: -1;
  background-image: url(../imgs/hero-right-img.png);
  top: -200px;
  margin: auto;
  bottom: 0;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1500px) {
  .hero-support:after {
    right: -150px;
  }
}
@media (max-width: 1000px) {
  .hero-support:after {
    display: none;
  }
}
.hero-inner {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .hero-inner {
    display: block;
  }
}
.hero-img {
  max-width: 600px;
}
@media (max-width: 1000px) {
  .hero-img {
    margin: auto;
  }
}
.hero-img img {
  width: 100%;
}
@media (max-width: 1000px) {
  .hero-content {
    text-align: center;
  }
}
.hero-content h1 {
  font-family: "Bodoni Moda", serif;
  font-size: 72px;
  font-weight: 400;
  color: #38519C;
  margin: 0;
}
@media (max-width: 600px) {
  .hero-content h1 {
    font-size: 56px;
  }
}
@media (max-width: 450px) {
  .hero-content h1 {
    font-size: 44px;
  }
}
.hero-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  color: #8D9DD2;
  font-weight: 300;
  margin: 0;
  padding-bottom: 32px;
}
@media (max-width: 600px) {
  .hero-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 450px) {
  .hero-content h2 {
    font-size: 28px;
  }
}
.hero-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
  max-width: 420px;
}
@media (max-width: 1000px) {
  .hero-content p {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .hero-content p {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .hero-content p {
    font-size: 12px;
  }
}
.hero-content__item {
  padding-top: 32px;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  gap: 24px;
}
@media (max-width: 1000px) {
  .hero-content__item {
    justify-content: center;
  }
}
.hero-content__item-text {
  box-shadow: 0px 8px 28px rgba(128, 128, 128, 0.1803921569);
  background: #EFF2F5;
  border-radius: 8px;
  padding: 12px 24px;
  position: relative;
}
@media (max-width: 600px) {
  .hero-content__item-text {
    padding: 12px 10px;
  }
}
.hero-content__item-text--first {
  font-weight: bold !important;
}
.hero-content__item-text:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  left: -5px;
  background: #EFF2F5;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.hero-content__item-text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media (max-width: 600px) {
  .hero-content__item-text p {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .hero-content__item-img {
    max-width: 80px;
  }
}
.hero-content__item-img img {
  width: 100%;
}
.hero-benefit {
  width: 30%;
  display: flex;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .hero-benefit {
    width: 45%;
    justify-content: space-around;
  }
}
@media (max-width: 600px) {
  .hero-benefit {
    width: 100%;
    justify-content: center;
    gap: 15px;
  }
}
.hero-benefit p {
  color: #38519C;
  line-height: 1.6;
  font-size: 14px;
  max-width: 229px;
  font-weight: 500;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.hero-benefit__wrap {
  padding-top: 25px;
  gap: 48px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
}
@media (max-width: 900px) {
  .hero-benefit__wrap {
    gap: 25px;
  }
}

.qna {
  background: linear-gradient(#e6e9ec, #e8ebee);
  padding-top: 72px;
  position: relative;
  z-index: 1;
}
.qna:before {
  position: absolute;
  content: "";
  height: 500px;
  width: 500px;
  z-index: -1;
  background-image: url(../imgs/bylina-left.png);
  top: 0px;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 900px) {
  .qna:before {
    display: none;
  }
}
.qna:after {
  position: absolute;
  content: "";
  height: 700px;
  width: 700px;
  z-index: -1;
  background-image: url(../imgs/spanok.png);
  top: -200px;
  right: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
}
@media (max-width: 1000px) {
  .qna:after {
    display: none;
  }
}
.qna-title {
  margin: 0;
  text-align: center;
  padding-bottom: 48px;
  color: #38519C;
  font-size: 48px;
  font-weight: 400;
  font-family: "Bodoni Moda", serif;
}
@media (max-width: 600px) {
  .qna-title {
    font-size: 26px;
  }
}
.qna-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
}
@media (max-width: 900px) {
  .qna-inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .qna-img {
    max-width: 400px;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .qna-img {
    max-width: 100%;
  }
}
.qna-img img {
  width: 100%;
  border-radius: 8px;
}
.qna .qna-item.opened {
  background: #DBE0E7;
  border-radius: 8px;
}
.qna .qna-item.opened h5:after {
  opacity: 0;
  transform: rotate(90deg);
}
.qna-item {
  margin: 16px 0;
}
.qna-item:first-child div {
  display: block;
}
.qna-item h5 {
  color: #38519C;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  padding: 16px 24px;
  line-height: 1.6;
  padding-right: 50px;
  position: relative;
}
@media (max-width: 600px) {
  .qna-item h5 {
    padding-right: 60px;
  }
}
.qna-item h5:after {
  position: absolute;
  transition: linear 0.2s all;
  height: 20px;
  width: 2px;
  content: "";
  top: 0;
  bottom: 0;
  background: #38519C;
  right: 30px;
  margin: auto;
}
.qna-item h5:before {
  position: absolute;
  transition: linear 0.2s all;
  height: 2px;
  width: 20px;
  content: "";
  top: 0;
  bottom: 0;
  background: #38519C;
  right: 22px;
  margin: auto;
}
.qna-item div {
  display: none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  color: #38519C;
  padding: 16px 24px;
}
.qna-item div p {
  margin: 0;
}

.feature {
  background: linear-gradient(#e8ebee, #edf0f3);
  padding-top: 72px;
  position: relative;
  z-index: 1;
}
.feature:after {
  position: absolute;
  content: "";
  height: 500px;
  width: 300px;
  z-index: -1;
  background-image: url(../imgs/bylina-right.png);
  bottom: 200px;
  right: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1199px) {
  .feature:after {
    display: none;
  }
}
.feature-video iframe {
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .feature-video iframe {
    height: auto;
  }
}
.feature-title {
  padding-top: 50px;
  margin: 0;
  text-align: center;
  padding-bottom: 48px;
  color: #38519C;
  font-size: 48px;
  font-weight: 400;
  font-family: "Bodoni Moda", serif;
}
@media (max-width: 600px) {
  .feature-title {
    font-size: 26px;
  }
}
.feature-item {
  display: flex;
  gap: 32px;
}
@media (max-width: 1000px) {
  .feature-item {
    display: grid;
    place-content: center;
    place-items: center;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .feature-item {
    gap: 10px;
  }
}
.feature-item__img img {
  border-radius: 50%;
  height: 160px;
  width: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 2px 5px 12px #d9dde8;
}
.feature-item h5 {
  margin: 0;
  font-size: 28px;
  font-family: "Bodoni Moda", serif;
  text-transform: uppercase;
  font-weight: 400;
}
.feature-item h6 {
  margin: 0;
  color: #38519C;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 16px;
  text-transform: uppercase;
  line-height: 1.6;
}
.feature-item p {
  margin: 0;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  max-width: 340px;
}
.feature-item__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 600px) {
  .feature-item__wrap {
    grid-template-columns: 1fr;
  }
}

.info {
  padding-top: 350px;
  background: linear-gradient(#edf0f3, #e4e7ec);
  padding-bottom: 85px;
  position: relative;
  z-index: 1;
}
.info:before {
  position: absolute;
  content: "";
  height: 450px;
  width: 85%;
  margin: auto;
  z-index: -1;
  background-image: url(../imgs/sleepgreen.svg);
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1000px) {
  .info:before {
    height: 330px;
  }
}
@media (max-width: 600px) {
  .info:before {
    height: 180px;
  }
}
@media (max-width: 1000px) {
  .info {
    padding-bottom: 120px;
    padding-top: 200px;
  }
}
@media (max-width: 600px) {
  .info {
    padding-top: 130px;
  }
}
.info-item {
  background: white;
  display: flex;
  padding: 32px 40px;
  display: flex;
  gap: 30px;
}
@media (max-width: 600px) {
  .info-item {
    display: grid;
    padding: 25px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .info-item:first-child {
    padding-bottom: 0;
  }
}
.info-item__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 8px solid #D9E1EB;
  border-radius: 8px;
}
@media (max-width: 900px) {
  .info-item__wrap {
    grid-template-columns: 1fr;
  }
}
.info-item__img img {
  position: relative;
  top: 17px;
}
@media (max-width: 900px) {
  .info-item__img img {
    height: 64px;
  }
}
.info-item__content h5 {
  color: #38519C;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding-bottom: 16px;
}
.info-item__content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  max-width: 95%;
  font-family: "Montserrat", sans-serif;
}
.info-text {
  padding: 40px;
}
@media (max-width: 900px) {
  .info-text {
    padding: 25px 0;
    margin-bottom: 25px;
  }
}
.info-text h3 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.info-text p {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

.footer {
  background: white;
  z-index: 10;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 2px 10px 18px rgba(4, 4, 4, 0.3294117647);
}
@media (max-width: 900px) {
  .footer {
    padding: 5px 0;
  }
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .footer-inner {
    display: grid;
    place-content: center;
  }
}
.footer-left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-left__content h5 {
  margin: 0;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 4px;
}
.footer-left__content p {
  margin: 0;
  color: #38519C;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .footer-left__content p {
    font-size: 14px;
  }
}
.footer-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 900px) {
  .footer-right {
    justify-content: center;
  }
}
.footer-right p {
  font-weight: bold;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 600px) {
  .footer-right p {
    font-size: 12px;
  }
}
.footer-right__btn a {
  text-decoration: none;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  background: #34993C;
  font-weight: bold;
  border-radius: 4px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  gap: 8px;
  transition: linear 0.2s all;
}
.footer-right__btn a:hover {
  background: rgba(19, 112, 27, 0.7176470588);
  transition: linear 0.2s all;
}
@media (max-width: 600px) {
  .footer-right__btn a {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .footer-right__btn a {
    font-size: 10px;
  }
}
@media (max-width: 450px) {
  .footer-right__btn a img {
    display: none;
  }
}

table {
  padding-top: 10px;
}

table tr {
  font-size: 11px;
}

table th {
  text-align: left;
  border: 1px solid;
}

table td {
  border: 1px solid;
}/*# sourceMappingURL=style.css.map */