.main-page .study {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .main-page .study {
    margin-bottom: 130px;
  }
}
@media (max-width: 990px) {
  .main-page .study {
    margin-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .main-page .study {
    margin-bottom: 90px;
  }
}
.main-page .study__inner {
  width: 100%;
}
.main-page .study__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  align-items: stretch;
}
@media (max-width: 990px) {
  .main-page .study__grid {
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }
}
.main-page .study__content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-sizing: border-box;
}
.main-page .study__pretitle {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 25px;
  color: #1e1e1e;
}
@media (max-width: 990px) {
  .main-page .study__pretitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .main-page .study__pretitle {
    font-size: 12px;
  }
}
.main-page .study__pretitle::before {
  content: "";
  height: 16px;
  width: 16px;
  background: #ED3026;
  display: block;
  border-radius: 4px;
  flex-shrink: 0;
}
.main-page .study__title {
  font-size: 44px;
  font-weight: 500;
  line-height: 110%;
  color: #1e1e1e;
  margin: 0 0 40px;
  max-width: 685px;
}
@media (max-width: 1280px) {
  .main-page .study__title {
    font-size: 30px;
  }
}
@media (max-width: 990px) {
  .main-page .study__title {
    font-size: 32px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .main-page .study__title {
    max-width: 320px;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 15px;
  }
}
.main-page .study__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: rgba(30, 30, 30, 0.75);
  max-width: 560px;
  margin-bottom: 50px;
}
@media (max-width: 990px) {
  .main-page .study__text {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .main-page .study__text {
    font-size: 16px;
    line-height: 130%;
  }
}
.main-page .study__text p {
  margin: 0 0 12px;
}
.main-page .study__text p:last-child {
  margin-bottom: 0;
}
.main-page .study__bottom {
  margin-top: auto;
  width: 100%;
}
.main-page .study__btn {
  display: grid;
  grid-template-columns: 1fr 44px;
  grid-gap: 10px;
  align-items: stretch;
  width: 100%;
  max-width: 290px;
  text-decoration: none;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .main-page .study__btn {
    max-width: 100%;
  }
}
.main-page .study__btn-text {
  background: #1E1E1E;
  border-radius: 4px;
  padding: 0 10px;
  height: 44px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  white-space: nowrap;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .main-page .study__btn-text {
    white-space: normal;
    text-align: center;
    padding: 0 15px;
  }
}
.main-page .study__btn-icon {
  background: #1E1E1E;
  border-radius: 4px;
  min-width: 44px;
  min-height: 44px;
  height: 44px;
  width: 44px;
}
.main-page .study__media-wrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: visible;
  padding-top: 122px;
  margin-top: -122px;
}
@media (max-width: 990px) {
  .main-page .study__media-wrap {
    padding-top: 0;
    margin-top: 0;
  }
}
.main-page .study__media {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: visible;
  flex-shrink: 0;
}
@media (max-width: 990px) {
  .main-page .study__media {
    width: 100%;
    box-sizing: border-box;
  }
}
.main-page .study__decor {
  position: absolute;
  top: -122px;
  left: calc(100% - 30px);
  width: 172px;
  height: 172px;
  z-index: 2;
  pointer-events: none;
  background-image: url("../../img/visual-elem.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
@media (max-width: 1440px) {
  .main-page .study__decor {
    left: calc(100% - 90px);
  }
}
@media (max-width: 1280px) {
  .main-page .study__decor {
    width: 160px;
    height: 160px;
    top: -80px;
    left: calc(100% - 70px);
  }
}
@media (max-width: 990px) {
  .main-page .study__decor {
    top: auto;
    left: auto;
    right: 0;
    bottom: -10px;
    width: 160px;
    height: 160px;
    background-position: bottom right;
  }
}
@media (max-width: 576px) {
  .main-page .study__decor {
    width: 104px;
    height: 104px;
    bottom: -6px;
    right: auto;
    left: calc(100% - 107px);
  }
}
.main-page .study__img {
  display: block;
  width: 575px;
  height: 454px;
  max-width: 100%;
  object-fit: cover;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .main-page .study__img {
    width: 350px;
    height: 350px;
    top: 30px;
  }
}
@media (max-width: 990px) {
  .main-page .study__img {
    width: 294px;
    height: 290px;
    top: 0;
  }
}
@media (max-width: 576px) {
  .main-page .study__img {
    width: 269px;
    height: 290px;
  }
}

/*# sourceMappingURL=study.css.map */
