:root {
  --dark-slate-grey: #2d3c49;
  --black: #181f25;
  --orange-red: #f75606;
  --yellow: #e3ed45;
  --white: white;
}

body {
  color: var(--dark-slate-grey);
  font-family: halyard-display;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 76px;
  font-weight: 500;
  line-height: 1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 76px;
  font-weight: 500;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-bottom: 0;
  line-height: 1.4em;
}

a {
  text-decoration: underline;
  transition: all .2s;
}

.main {
  background-color: #fcfcfd;
  background-image: radial-gradient(circle at 100%, #d0d2d7, #fcfcfd);
  position: relative;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content.mod--header {
  padding-top: 1px;
  padding-bottom: 1px;
  overflow: hidden;
}

.content.mod--news {
  justify-content: space-between;
  display: flex;
}

.content.mod--footer {
  margin-top: -15px;
  padding-top: 15px;
  overflow: hidden;
}

.header__columns {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section {
  z-index: 1;
  padding: 110px 60px;
  position: relative;
}

.section.mod--header {
  z-index: 90;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section.mod--hero {
  padding-top: 180px;
}

.section.mod--footer {
  color: #181f25;
  background-color: #34cfca;
  padding-top: 112px;
  padding-bottom: 0;
  transition: all .5s;
}

.section.mod--invest {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.section.mod--lectures {
  padding-top: 0;
  padding-bottom: 120px;
}

.section.mod--news {
  padding-bottom: 170px;
}

.hero__columns, .footer__columns {
  justify-content: space-between;
  display: flex;
}

.footer__columns.mod--1 {
  margin-bottom: 88px;
}

.logo-link.mod--footer {
  filter: grayscale() contrast(140%);
  width: 200px;
  margin-bottom: 60px;
}

.header__nav-link {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  margin-left: 32px;
  margin-right: 32px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header__nav-link:hover {
  color: var(--black);
}

.header__col {
  min-width: 180px;
}

.header__col.mod--3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer__col {
  flex: 1;
}

.footer__col.mod--1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer__col.mod--2 {
  padding-left: 170px;
}

.footer__col.mod--2.mod--social {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero__col.mod--1 {
  flex: 1;
  max-width: 448px;
  padding-top: 70px;
}

.hero__offer {
  border-top: 2px solid #2d3c49;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.mod--submit {
  z-index: 2;
  opacity: 1;
  transition: all .2s;
  position: relative;
}

.overflow-hidden.mod--submit.active {
  opacity: 0;
}

.hero__heading {
  margin-bottom: 56px;
}

.hero__read-wrap {
  max-width: 180px;
  margin-top: -20px;
  margin-left: auto;
  margin-right: 50px;
}

.hero__read-title {
  margin-bottom: 24px;
}

.hero__read-link {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  line-height: 1.5em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.hero__read-link:hover {
  color: var(--black);
}

.hero__circles {
  align-items: flex-start;
  display: flex;
}

.hero__circle {
  z-index: 0;
  border-radius: 50%;
  flex: none;
  position: relative;
  box-shadow: 20px 113px 140px -30px rgba(0, 0, 0, .5);
}

.hero__circle-wrap {
  position: relative;
}

.hero__circle-wrap.mod--1 {
  margin-top: 96px;
  margin-right: 72px;
}

.hero__circle-dot {
  background-color: var(--orange-red);
  border-radius: 100px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -4px;
  left: 58px;
}

.bg-circle {
  z-index: 0;
  display: block;
  position: absolute;
  top: 190px;
  right: 60px;
}

.bg-parallax {
  z-index: 0;
  height: 100vh;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.news__columns {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  margin-right: -16px;
  display: flex;
}

.news__col {
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
}

.news__block {
  color: var(--black);
  background-color: #34cfca;
  flex-direction: column;
  height: 100%;
  min-height: auto;
  padding: 24px;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  box-shadow: 0 60px 60px -20px rgba(0, 0, 0, .15);
}

.news__block:hover {
  background-color: #31d8d2;
  box-shadow: 0 60px 60px -20px rgba(0, 0, 0, .25);
}

.news__block.mod--2 {
  background-color: var(--yellow);
  min-height: auto;
}

.news__block.mod--2:hover {
  background-color: #e9f434;
}

.news__block.mod--3 {
  background-color: #f45270;
}

.news__block.mod--3:hover {
  background-color: #f63f60;
  box-shadow: 0 60px 60px -20px rgba(0, 0, 0, .3);
}

.news__cat {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.news__cat-title {
  text-transform: uppercase;
}

.news__cat-arrow {
  transition: all .3s;
  position: relative;
}

.news__title {
  color: var(--black);
  margin-bottom: 24px;
  font-size: 34px;
  line-height: 120%;
}

.news__title.mod--2 {
  font-size: 96px;
}

.news__title.mod--3 {
  display: inline;
}

.news__p {
  color: rgba(24, 31, 37, .8);
}

.news__artist {
  align-items: center;
  display: flex;
}

.news__artist-img {
  flex: none;
  margin-right: 16px;
}

.news__artist-txt {
  font-weight: 300;
  line-height: 1.4em;
}

.news__title-wrap {
  flex: 1;
}

.news__artist-title {
  text-transform: uppercase;
  font-weight: 500;
}

.news__title-span-cleon {
  border-bottom: 1px solid rgba(24, 31, 37, .5);
  margin-bottom: 5px;
  display: inline-block;
}

.invest__content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.invest__heading {
  text-align: center;
  max-width: 800px;
  margin-bottom: 40px;
}

.invest__heading._121 {
  margin-top: 120px;
}

.invest__experts-ava {
  border-radius: 50%;
  margin-left: -8px;
  position: relative;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .2);
}

.invest__experts-ava.mod--1 {
  z-index: 2;
}

.invest__experts-ava.mod--2 {
  z-index: 1;
}

.invest__experts {
  justify-content: center;
  align-items: center;
  display: flex;
}

.invest__experts-link {
  color: var(--dark-slate-grey);
  text-align: left;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.invest__experts-link-wrap {
  margin-left: 16px;
}

.invest__parallax-block {
  z-index: 2;
  width: 176px;
  position: absolute;
}

.invest__parallax-block.mod--1 {
  top: -80px;
  left: 0;
}

.invest__parallax-block.mod--4 {
  top: 380px;
  right: 0;
}

.invest__parallax-img-wrap {
  cursor: pointer;
  transition: all .3s;
  position: relative;
  box-shadow: 0 44px 60px -20px rgba(0, 0, 0, .2);
}

.invest__parallax-img-wrap:hover {
  box-shadow: 0 44px 60px -20px rgba(0, 0, 0, .4);
}

.invest__parallax-img {
  z-index: 0;
  position: relative;
}

.invest__parallax-arrow {
  z-index: 1;
  filter: brightness(0%) invert(200%);
  transition: all .3s;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.invest__parallax-txt {
  margin-top: 16px;
  font-weight: 500;
  line-height: 24px;
}

.lectures__columns {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lectures__col {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.lectures__col.mod--1 {
  justify-content: center;
  align-items: center;
  max-width: 448px;
  min-height: 490px;
  display: flex;
}

.lectures__col.mod--2 {
  flex-direction: column;
  justify-content: space-between;
  max-width: 440px;
  margin-left: 64px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper.mod--lectures {
  max-width: 990px;
  margin-left: 0;
  margin-right: auto;
  overflow: visible;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.swiper-slide.mod--lectures {
  flex: none;
  width: 100%;
}

.lectures__img {
  z-index: 0;
  object-fit: none;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  transition: all .8s;
  display: block;
  position: relative;
}

.lectures__img.active {
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 64px;
}

.lectures__img-over {
  z-index: 1;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lectures__img-over.active {
  opacity: 1;
}

.lectures__type {
  text-transform: uppercase;
  margin-bottom: 48px;
  font-weight: 300;
  transition: all .8s;
  display: inline-block;
  position: relative;
  left: -100px;
}

.lectures__type.active {
  left: 0;
}

.lectures__content {
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.lectures__title {
  margin-bottom: 48px;
  margin-right: -10px;
  transition: all .8s;
  position: relative;
  left: -110%;
}

.lectures__title.active {
  max-width: 800px;
  margin-right: 0;
  font-size: 18px;
  line-height: 1em;
  left: 0%;
}

.lectures__title.active._12 {
  margin-bottom: 0;
  line-height: 1.4em;
}

.lectures__title.active._45 {
  line-height: 1.7em;
}

.lectures__numb-columns {
  border-top: 2px solid var(--dark-slate-grey);
  justify-content: space-between;
  padding-top: 40px;
  transition: all .8s;
  display: flex;
  position: relative;
  bottom: -220px;
}

.lectures__numb-columns.active {
  bottom: 0;
}

.lectures__numb-title {
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
}

.lectures__numb-txt {
  color: rgba(45, 60, 73, .9);
  font-weight: 300;
  line-height: 22px;
}

.swiper__next {
  background-color: var(--orange-red);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: all .2s;
  display: flex;
}

.swiper__next-wrap {
  z-index: 2;
  transition: all .5s;
  position: absolute;
  top: 250px;
  left: 45px;
}

.swiper__next-wrap.active {
  z-index: 0;
  opacity: 0;
}

.input {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--black);
  color: var(--black);
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  height: 62px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 300;
}

.input:focus {
  border-bottom-color: var(--black);
}

.input::placeholder {
  color: var(--black);
}

.input.mod--modal {
  color: var(--black);
  text-transform: none;
  border-bottom-color: rgba(24, 31, 37, .2);
  height: 70px;
}

.input.mod--modal::placeholder {
  color: rgba(24, 31, 37, .5);
}

.form {
  position: relative;
}

.from-block {
  margin-bottom: 0;
  position: relative;
}

.heading--s-26 {
  font-size: 26px;
}

.footer__form-wrap {
  width: 100%;
}

.footer__heading {
  margin-bottom: 0;
  padding-bottom: 2px;
  font-size: 55px;
  line-height: 1.05em;
}

.footer__heading.mod--2 {
  position: absolute;
  top: 100%;
  left: 0;
}

.footer__heading.mod--3 {
  position: absolute;
  top: 200%;
  left: 0;
}

.footer__heading-link {
  color: var(--black);
  line-height: 1.15em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer__heading-link:hover {
  color: rgba(24, 31, 37, .8);
}

.footer__heading-anim {
  opacity: .4;
  position: relative;
  bottom: 0;
}

.footer__inside-columns {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer__list-titile {
  margin-bottom: 40px;
  font-size: 26px;
}

.footer__list {
  column-count: 2;
  column-gap: 55px;
  margin-bottom: -28px;
  padding-left: 0;
  list-style-type: none;
}

.footer__list-item {
  color: #2d3c49;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1.5em;
}

.footer__nav-link {
  color: #2d3c49;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer__nav-link:hover {
  opacity: 1;
  color: var(--black);
}

.footer__social {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer__soc-link {
  border: 1px solid rgba(24, 31, 37, .25);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  display: flex;
}

.footer__soc-link:hover {
  border-color: rgba(24, 31, 37, .5);
}

.footer__soc-img {
  filter: none;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: block;
}

.footer__copyright-logo {
  flex: none;
  margin-right: 14px;
}

.footer__copyright-link {
  color: rgba(24, 31, 37, .8);
  align-items: center;
  font-size: 14px;
  line-height: 1.6em;
  text-decoration: none;
  display: flex;
}

.footer__inside-col.mod--2 {
  flex: 1;
  max-width: 370px;
}

.footer__heading-wrap {
  margin-top: -25px;
  margin-bottom: 88px;
}

.footer__notice {
  color: rgba(24, 31, 37, .8);
  letter-spacing: .02em;
  max-width: 210px;
  font-size: 14px;
}

.footer__form-title {
  margin-bottom: 42px;
}

.lectures__dot-orange {
  background-color: var(--orange-red);
  border-radius: 100px;
  width: 18px;
  height: 18px;
  transition: all .2s;
  position: absolute;
  top: 68px;
  left: 66px;
}

.lectures__dot-orange.active {
  opacity: 0;
}

.hero__offer-txt {
  margin-bottom: 0;
}

.news__heading-wrap {
  flex: 1;
  max-width: 280px;
}

.form__submit-wrap {
  background-color: var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  bottom: 12px;
  right: 0;
  overflow: hidden;
}

.form__submit-wrap.mod--modal {
  bottom: 16px;
}

.overflow__anim {
  transition: all .4s;
  position: relative;
  right: 0;
}

.form__btn-arrow {
  display: block;
  position: relative;
  bottom: 0;
}

.form__btn-arrow.mod--2 {
  position: absolute;
  bottom: 0;
  left: -1.5rem;
}

.footer__list-txt {
  color: var(--dark-slate-grey);
  text-decoration: none;
  display: inline-block;
}

.invest__parallax-img-link {
  transition: none;
  display: block;
}

.slider__next-arrow {
  display: block;
  position: relative;
  bottom: 0;
}

.slider__next-arrow.mod--2 {
  position: absolute;
  bottom: 0;
  left: -30px;
}

.slider__next-arrows {
  transition: all .3s;
  position: relative;
  left: 0;
}

.btn__txts {
  position: relative;
  bottom: 0;
}

.btn {
  z-index: 1;
  color: var(--black);
  letter-spacing: .03px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 45px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: niveau-grotesk;
  font-weight: 500;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn.mod--header {
  border: 2px solid var(--black);
}

.btn.mod--header:hover {
  color: var(--white);
}

.btn.mod--orange {
  border: 0px solid var(--black);
  background-color: var(--orange-red);
  color: var(--white);
  min-height: 60px;
}

.btn__txt {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.btn__txt.mod--2 {
  position: absolute;
  bottom: -40px;
}

.btn__bg-wrap {
  z-index: -1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.btn__bg {
  background-color: var(--black);
  border-radius: 100px;
  width: 0;
  height: 0;
}

.invest__experts-link-txt {
  position: relative;
}

.bg-circle-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.footer__follow-wrap {
  background-color: #2d3c49;
  border-top: 1px solid rgba(0, 0, 0, .1);
  justify-content: center;
  align-items: center;
  min-height: 56px;
  margin-top: 84px;
  margin-left: -60px;
  margin-right: -60px;
  font-size: 16px;
  display: flex;
}

.footer__follow {
  z-index: 1;
  color: rgba(255, 255, 255, .8);
  padding-left: 35px;
  line-height: 1.5em;
  position: relative;
}

.footer__follow-heart {
  z-index: -1;
  background-image: url('../images/follow-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 0;
}

.footer__follow-link {
  color: #fff;
  display: inline-block;
}

.footer__follow-and {
  color: #fff;
}

.form__submit {
  z-index: 3;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form__result {
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  padding-left: .8rem;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form__result.active {
  opacity: 1;
}

.form__result-anim {
  align-items: center;
  width: 0;
  display: flex;
  overflow: hidden;
}

.form__result-anim.active {
  width: 1rem;
  transition: all 1s;
}

.form__submit-result-ico {
  flex: none;
  width: 1rem;
  max-width: none;
  display: block;
}

.remodal__close {
  z-index: 5;
  opacity: .7;
  filter: none;
  cursor: pointer;
  background-image: url('../images/ico-close-modal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.remodal__close:hover {
  opacity: .9;
}

.remodal__text-wrap {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.remodal__heading {
  max-width: 11.25rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}

.remodal__content {
  z-index: 2;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2.5rem 3rem 3rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.remodal__img {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  display: block;
  position: relative;
}

.remodal__text {
  color: rgba(24, 31, 37, .8);
  max-width: 14rem;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.5;
}

.remodal.remodal--global {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.image, .image-2 {
  max-width: 200px;
}

._12 {
  font-size: 42px;
}

@media screen and (max-width: 991px) {
  .content.mod--news {
    flex-flow: column;
  }

  .section.mod--news {
    padding-top: 0;
  }

  .hero__col.mod--1 {
    flex-flow: column;
    display: flex;
  }

  .news__col.mod--2 {
    padding-left: 0;
    padding-right: 0;
  }

  .lectures__columns {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .lectures__col.mod--2 {
    padding-right: 20px;
  }

  .lectures__img-over.active {
    width: 100%;
  }

  .lectures__title.active {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero__columns {
    flex-flow: column;
  }

  .footer__col.mod--1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .hero__heading {
    font-size: 42px;
  }

  .news__col.mod--3, .news__col.mod--4 {
    padding-left: 0;
    padding-right: 0;
  }

  .invest__heading {
    font-size: 42px;
  }

  .lectures__col.mod--2 {
    margin-left: 0;
    padding-left: 20px;
  }

  .swiper-slide {
    width: 100%;
  }

  .footer__social {
    margin-bottom: 24px;
  }

  .footer__soc-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer__copyright-logo {
    width: 30px;
  }

  .news__heading-wrap {
    max-width: none;
  }

  .footer__follow {
    text-align: center;
    margin-top: 22px;
  }

  .remodal__close {
    top: 1rem;
  }

  .remodal__content {
    padding: 6rem 1.5rem 3.5rem;
  }

  .remodal.remodal--global {
    max-width: 30rem;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section.mod--header, .section.mod--hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.mod--footer {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.mod--invest, .section.mod--lectures, .section.mod--news {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .news__columns {
    margin-right: 0;
  }

  .news__title {
    font-size: 24px;
  }

  .lectures__col.mod--1 {
    display: none;
  }

  .swiper-slide {
    width: 100%;
  }

  .lectures__img.active, .lectures__img-over.active {
    display: none;
  }

  .footer__follow {
    align-items: flex-start;
    max-width: 230px;
  }

  .footer__follow-heart {
    top: -7px;
    right: -3px;
  }

  .remodal__content {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .remodal.remodal--global {
    max-width: 100%;
  }

  ._12 {
    font-size: 32px;
  }
}


