:root {
  --midnight-blue: #0a033c;
  --white: white;
  --black: #101010;
  --dim-grey: #636c78;
  --silver: #c7c7c7;
  --dark-sea-green: #8bb8a2;
}

body {
  color: var(--midnight-blue);
  background-color: #f2f2f2;
  font-family: soleil;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

h1 {
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: regulator-nova;
  font-weight: 500;
}

h2 {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: regulator-nova;
  font-size: 44px;
  font-weight: 600;
  line-height: 1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  line-height: 1.6em;
}

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

.header {
  z-index: 90;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.section {
  padding: 64px;
  position: relative;
}

.section.mod--hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 220px;
  display: flex;
  overflow: hidden;
}

.section.mod--business {
  padding-bottom: 90px;
  overflow: visible;
}

.header-absolute {
  z-index: 1;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  top: 74px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.timeline__col {
  flex: 1;
  justify-content: flex-end;
}

.timeline__col.mod--1 {
  flex: 0 auto;
  justify-content: flex-start;
}

.timeline__col.mod--4 {
  justify-content: flex-start;
  width: 100%;
  max-width: 790px;
}

.footer {
  color: var(--white);
  padding: 80px 64px 56px;
  position: relative;
  overflow: hidden;
}

.home__lecture-images {
  z-index: 2;
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.menu {
  display: none;
}

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

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

.header__logo-img {
  max-width: 180px;
}

.header__logo-img2 {
  margin-left: 18px;
}

.header__nav-link {
  color: var(--silver);
  margin-left: 35px;
  margin-right: 35px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.header__buttons {
  justify-content: flex-end;
  display: flex;
}

.btn {
  text-align: center;
  background-color: #4c4e8e;
  border-radius: 10px;
  min-width: 165px;
  min-height: 60px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 18px;
  text-decoration: none;
}

.btn.mod--login {
  background-color: var(--dark-sea-green);
  justify-content: center;
  align-items: center;
  min-width: 60px;
  margin-right: 16px;
  padding-top: 0;
  padding-bottom: 2px;
  transition-duration: .3s;
  display: flex;
  box-shadow: 0 1px 20px -4px rgba(65, 70, 78, 0);
}

.btn.mod--login:hover {
  box-shadow: 0 20px 20px -4px rgba(65, 70, 78, .2);
}

.btn.btn--reg {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b2b7bd;
}

.btn.btn--reg:hover {
  border-color: var(--white);
}

.btn.mod--offer {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  min-width: 60px;
  transition-duration: .4s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 25px rgba(78, 73, 65, .2);
}

.bg__grey {
  z-index: 0;
  background-color: var(--dim-grey);
  border-radius: 45px;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero__content {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading1 {
  font-size: 80px;
  line-height: 1em;
}

.heading1.mod--hero {
  max-width: 760px;
  margin-bottom: 0;
  line-height: 1.1em;
}

.hero__p {
  color: #dcdcdc;
  max-width: 600px;
  margin-bottom: 40px;
  font-size: 22px;
}

.addfile-wrap {
  cursor: pointer;
  border-radius: 45px;
  width: 282px;
  height: 233px;
  padding: 16px;
}

.addfile {
  background-color: #666f7c;
  background-image: linear-gradient(60deg, rgba(167, 193, 211, .2), rgba(213, 217, 225, .2) 70%, rgba(250, 236, 236, .2));
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.addfile__plus {
  background-color: var(--white);
  background-image: url('../images/ico_plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  flex: none;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  box-shadow: 0 30px 30px rgba(65, 70, 78, .3);
}

.addfile__txt.mod--desc {
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
}

.addfile__txt.mod--title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}

.bg__img {
  z-index: 1;
  display: block;
}

.bg__img.mod--1 {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  top: 200px;
  bottom: auto;
  left: 0;
  right: auto;
  box-shadow: -64px 77px 90px -10px rgba(0, 0, 0, .3);
}

.bg__img.mod--2 {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  top: auto;
  bottom: 0;
  left: 188px;
  right: auto;
}

.bg__img.mod--3 {
  border-radius: 40px;
  top: auto;
  bottom: 100px;
  left: auto;
  right: 100px;
  box-shadow: 0 60px 60px -40px rgba(0, 0, 0, .3);
}

.bg__img.mod--4 {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  top: 210px;
  bottom: auto;
  left: auto;
  right: 0;
  box-shadow: 40px 69px 80px -10px rgba(0, 0, 0, .3);
}

.bg__img.mod--5 {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  top: 0;
  bottom: auto;
  left: 107px;
  right: auto;
  box-shadow: 40px 0 30px -20px rgba(0, 0, 0, .1);
}

.bg__img.mod--6 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 30%;
}

.bg__img.mod--7 {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  top: 120px;
  bottom: auto;
  left: auto;
  right: 0;
  box-shadow: 0 60px 60px -10px rgba(0, 0, 0, .3);
}

.processes__columns {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.processes__col {
  flex: 1;
}

.processes__col.mod--1 {
  max-width: 542px;
}

.processes__col.mod--2 {
  max-width: 540px;
  margin-left: 90px;
  position: relative;
}

.processes__heading-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 44px;
  display: flex;
}

.processes__p {
  color: rgba(10, 3, 60, .8);
  margin-bottom: 0;
}

.processes__logos {
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.processes__logo {
  margin-right: 56px;
}

.processes__logo.mod--last {
  margin-right: 0;
}

.graph-block {
  z-index: 2;
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  padding: 32px 40px 40px;
  position: relative;
  box-shadow: 0 85px 128px -19px rgba(0, 0, 0, .2);
}

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

.graph__col {
  flex: 1;
}

.graph__col.mod--2 {
  max-width: 180px;
}

.graph__btn {
  z-index: 2;
  background-color: rgba(211, 214, 223, .24);
  background-image: url('../images/menu-dots.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 32px;
  bottom: auto;
  left: auto;
  right: 40px;
}

.graph__heading {
  margin-bottom: 28px;
}

.graph__circle {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-right: 32px;
  display: flex;
  position: relative;
}

.graph__list {
  margin-bottom: -24px;
}

.graph__list-item {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.graph__list-dot {
  background-color: #4c4e8e;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  display: flex;
  position: relative;
}

.graph__list-dot.mod--2 {
  background-color: #8bb8a2;
}

.graph__list-dot.mod--3 {
  background-color: #e5d2a2;
}

.graph__list-dot.mod--4 {
  background-color: #ff4033;
}

.graph__list-dot.mod--5 {
  background-color: #432e2d;
}

.graph__list-txt {
  color: rgba(10, 3, 60, .7);
  flex: 1;
  font-size: 14px;
}

.graph__list-numb {
  color: #0a033c;
  flex: none;
  margin-left: 16px;
  font-family: regulator-nova;
  font-size: 14px;
  font-weight: 700;
}

.graph__total-txt {
  color: #999;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.2em;
}

.graph__total-numb {
  font-family: regulator-nova;
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
}

.processes__bg {
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.processes__bg.mod--1 {
  top: 110px;
  bottom: auto;
  left: -60px;
  right: auto;
}

.processes__bg.mod--2 {
  border-radius: 30px;
  bottom: -24px;
  right: -24px;
}

.processes__heading {
  margin-bottom: 16px;
  margin-right: 40px;
}

.heading--center {
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1em;
}

.work__card {
  background-color: var(--white);
  box-shadow: none;
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 48px 32px;
  transition: all .4s;
  display: flex;
}

.work__card:hover {
  box-shadow: 0 55px 100px -6px rgba(65, 70, 78, .1);
}

.work__ico-wrap {
  background-color: #4c4e8e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work__title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
}

.work__p {
  color: rgba(10, 3, 60, .8);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.business__columns {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.business__col {
  flex: 1;
}

.business__col.mod--1 {
  flex: 0 auto;
  align-items: flex-end;
  width: 100%;
  max-width: 560px;
  display: flex;
  position: relative;
}

.business__col.mod--2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 540px;
  margin-left: 90px;
  display: flex;
}

.business__p {
  color: rgba(10, 3, 60, .8);
  margin-bottom: 0;
}

.business__buttons {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.btn-link {
  color: var(--midnight-blue);
  background-image: url('../images/ico_arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 22px;
  text-decoration: none;
}

.btn-link.mod--business {
  margin-left: 32px;
}

.btn-link.mod--business:hover {
  padding-right: 26px;
}

.stat-block {
  z-index: 2;
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  min-height: 340px;
  padding: 32px 58px 40px 315px;
  display: flex;
  position: relative;
  box-shadow: 0 85px 128px -19px rgba(0, 0, 0, .2);
}

.stat__heading {
  margin-bottom: 5px;
}

.stat__person {
  z-index: 1;
  transform-style: preserve-3d;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 32px;
  right: auto;
}

.stat__lines {
  z-index: 2;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.stat__line {
  object-fit: none;
  object-position: 50% 0%;
  width: 24px;
  margin-left: 16px;
}

.business__bg {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.business__bg.mod--1 {
  border-radius: 30px;
  bottom: -24px;
  left: -24px;
}

.business__bg.mod--2 {
  top: 95px;
  bottom: auto;
  left: auto;
  right: -63px;
}

.stat__month {
  color: rgba(10, 3, 60, .8);
  font-size: 14px;
}

.footer__columns {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.footer__columns.mod--bottom {
  align-items: center;
  margin-top: 64px;
  padding-top: 32px;
}

.footer__col.mod--1 {
  flex: 1;
  max-width: 425px;
}

.footer__col.mod--3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-right: 50px;
  display: flex;
}

.footer__p {
  color: #c7c7c7;
  max-width: 310px;
  margin-bottom: 0;
}

.footer__list {
  column-count: 2;
  column-rule-width: 0px;
  column-gap: 64px;
  margin-bottom: 0;
}

.footer__list-item {
  margin-bottom: 16px;
}

.droplang {
  color: #c7c7c7;
}

.droplang__btn {
  opacity: .7;
  color: var(--white);
  padding: 0 20px 0 0;
}

.droplang__arrow {
  opacity: 1;
  background-image: url('../images/ico_arrow-drop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 0;
  position: absolute;
  top: 6px;
  right: 0;
}

.droplang__list {
  background-color: rgba(0, 0, 0, 0);
  bottom: 30px;
}

.droplang__list.w--open {
  background-color: var(--white);
  border-radius: 16px;
  min-width: 140px;
  padding: 16px 24px;
  right: 0;
}

.droplang__list-link {
  color: rgba(10, 3, 60, .7);
  background-image: url('../images/dot-lang.svg');
  background-position: 4px;
  background-repeat: no-repeat;
  background-size: 0;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 5px 16px;
}

.droplang__list-link:hover {
  color: #0a033c;
}

.droplang__list-link.w--current {
  color: var(--midnight-blue);
  background-position: 0;
  background-size: 8px;
}

.footer__copyright {
  color: var(--silver);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer__copyright:hover {
  color: var(--white);
}

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

.footer__offer {
  background-image: url('../images/footer_illustr-04.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 820px;
  min-height: 200px;
  margin: -20px auto 64px;
  padding: 50px 55px 50px 80px;
  display: flex;
  position: relative;
}

.footer__offer-heading {
  max-width: 350px;
  margin-bottom: 0;
}

.footer__offer-btn-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 17px;
  transition: all .4s;
  display: flex;
}

.btn-login__ico-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.btn-login__ico {
  display: block;
}

.btn-login__ico.mod--1 {
  margin-right: -1px;
  transition: all .5s;
  position: relative;
}

.btn-login__ico.mod--0 {
  margin-right: 0;
  transition: all .5s;
  position: absolute;
  left: -22px;
}

.btn-login__arrow {
  align-items: center;
  transition: all .4s;
  position: relative;
  right: 0;
}

.addfile__block.mod--1 {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.addfile__block.mod--2 {
  z-index: 2;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.addfile__block.mod--3 {
  z-index: 3;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.addfile__img-wrap {
  position: relative;
}

.addfile__img {
  z-index: 1;
  transition: all .3s;
  display: block;
  position: relative;
}

.addfile__img.mod--1 {
  z-index: 0;
  opacity: .4;
  max-width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0);
}

.addfile__img.mod--1.active {
  bottom: 12px;
  left: -26px;
  transform: rotate(-30deg);
}

.addfile__img.mod--2 {
  z-index: 0;
  opacity: .4;
  max-width: 40px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.addfile__img.mod--2.active {
  bottom: 12px;
  right: -26px;
  transform: rotate(30deg);
}

.addfile__img.mod--0 {
  border-radius: 6px;
  box-shadow: 0 10px 23px rgba(0, 0, 0, .25);
}

.addfile__process-bg {
  z-index: 0;
  background-color: var(--dark-sea-green);
  height: 0%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.addfile__process-percent {
  z-index: 2;
  letter-spacing: -.04em;
  width: 100%;
  font-family: regulator-nova;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.addfile__block-hover {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-txt.mod--over {
  position: absolute;
  top: -25px;
}

.nav-txt-anim {
  transition: all .3s;
  position: relative;
  top: 0;
}

.graph__total {
  z-index: 5;
  background-color: var(--white);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 121px;
  height: 122px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}

.graph__part {
  z-index: 0;
  opacity: 1;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.graph__part.active {
  transform: scale(1.1);
}

.graph__part.active:hover {
  z-index: 0;
}

.graph__part.mod--full {
  z-index: 1;
  opacity: 1;
}

.graph__part-canvas {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.graph__list-dot-border {
  border: 1px solid #4c4e8e;
  border-radius: 100px;
  flex: none;
  width: 16px;
  height: 16px;
  padding: 0;
  transition: all .3s;
  transform: scale(0);
}

.graph__list-dot-border.mod--2 {
  border-color: #8bb8a2;
}

.graph__list-dot-border.mod--3 {
  border-color: #e5d2a2;
}

.graph__list-dot-border.mod--4 {
  border-color: #ff4033;
}

.graph__list-dot-border.mod--5 {
  border-color: #432e2d;
}

.graph__list-dot-border.active {
  transform: none;
}

.work__ico-anim {
  transition: all .4s;
  position: relative;
  top: 0;
}

.work__ico {
  display: block;
}

.work__ico.mod--over {
  position: absolute;
  bottom: -80px;
}

.btn__txt-wrap {
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.btn__txt.mod--over {
  display: block;
  position: absolute;
  top: -20px;
}

.btn__txt-anim {
  transition: all .2s;
  position: relative;
  top: 0;
}

.btn-offer__arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: all .4s;
  display: flex;
  position: relative;
  left: 0;
}

.btn-offer__arrow {
  display: block;
}

.btn-offer__arrow.mod--over {
  position: absolute;
  left: -20px;
}

.processes__line {
  background-image: url('../images/dash.svg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: auto;
  height: 1px;
}

.footer__nav-link {
  color: var(--silver);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.footer__nav-link:hover {
  color: var(--white);
}

.bg {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bg.mod--footer {
  align-items: flex-end;
  margin-top: 170px;
}

.stat__txt-wrap {
  z-index: 2;
  position: relative;
}

.stat__bg-lines {
  z-index: 0;
  background-image: url('../images/lines.svg');
  background-position: 55px 120px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.footer__line {
  background-color: rgba(242, 242, 242, .2);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg__img-wrap {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg__img-wrap.mod--1 {
  top: 180px;
  bottom: auto;
  left: 0;
  right: auto;
}

.bg__img-wrap.mod--2 {
  top: auto;
  bottom: 0;
  left: 188px;
  right: auto;
}

.bg__img-wrap.mod--3 {
  top: auto;
  bottom: 100px;
  left: auto;
  right: 100px;
}

.bg__img-wrap.mod--4 {
  top: 200px;
  bottom: auto;
  left: auto;
  right: 0;
}

.bg__img-wrap.mod--5 {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  top: 0;
  bottom: auto;
  left: 107px;
  right: auto;
}

.bg__img-wrap.mod--6 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 30%;
}

.bg__img-wrap.mod--7 {
  top: 120px;
  bottom: auto;
  left: auto;
  right: 0;
}

.header__humburger-wrap, .header__humb {
  display: none;
}

.swiper {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.swiper.mod--work {
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.swiper-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

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

.swiper-slide.mod--work {
  height: auto;
}

.swiper__pagination {
  display: none;
}

.footer__drop {
  z-index: 0;
}

.footer__drop-btn {
  cursor: auto;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.footer__drop-arrow {
  margin-right: 0;
  display: none;
}

.footer__title {
  color: var(--white);
  font-size: 22px;
  line-height: 1.4em;
}

.footer__title._12 {
  font-size: 18px;
}

.footer__title._5345 {
  font-weight: 400;
}

.footer__drop-list {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  overflow: hidden;
}

.menu__buttons {
  justify-content: flex-end;
  display: flex;
}

.footer__follow-wrap {
  background-color: #636c78;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  margin-top: 32px;
  font-size: 16px;
  display: flex;
}

.footer__follow {
  z-index: 1;
  color: rgba(255, 255, 255, .6);
  padding-left: 35px;
  font-weight: 300;
  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;
  margin-top: -20px;
  margin-bottom: -20px;
  display: inline-block;
  position: relative;
  top: -6px;
  right: -4px;
}

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

.footer__follow-and {
  color: #fff;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.overflow-hidden.mod--submit {
  transition: all .2s;
}

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

.form-block {
  margin-bottom: 0;
}

.input-wrap {
  position: relative;
}

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

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

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

.form__submit {
  z-index: 3;
  background-color: rgba(56, 152, 236, 0);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.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;
}

.form__submit-arrow {
  z-index: 1;
  transition: all .2s;
  display: block;
  position: relative;
}

.form__submit-arrow.mod--2 {
  position: absolute;
  top: 0;
  right: 1.5rem;
}

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

.form__result.active {
  opacity: 1;
}

.remodal__heading {
  max-width: 13rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}

.input {
  z-index: 1;
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding: 0;
  font-size: 15px;
  position: relative;
}

.input::placeholder {
  color: #fff;
}

.input.mod--modal {
  color: #222736;
  text-transform: none;
  border-bottom-color: rgba(34, 39, 54, .2);
  height: 70px;
  font-size: 18px;
}

.input.mod--modal::placeholder {
  color: rgba(34, 39, 54, .5);
  text-transform: none;
}

.remodal__text {
  color: rgba(10, 3, 60, .8);
  max-width: 16rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.5;
}

.remodal.remodal--global {
  color: #222736;
  text-align: left;
  background-color: #fff;
  background-image: linear-gradient(#000 10%, #fff 10%);
  border-radius: 1.2rem;
  width: 100%;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.form__submit-wrap {
  background-color: var(--dark-sea-green);
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: absolute;
  bottom: 1.1rem;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.form__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: 1;
}

.body {
  font-family: Lato, sans-serif;
}

.swiper-copy {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.swiper-copy.mod--work, .swiper-copy.mod--work-copy {
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.swiper-wrapper-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

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

.swiper-slide-copy.mod--work {
  height: auto;
}

.rich-text-block {
  white-space: pre-wrap;
  word-break: break-all;
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.mod--hero {
    min-height: auto;
    padding-top: 220px;
    padding-bottom: 85px;
  }

  .section.mod--work {
    padding-top: 0;
    overflow: hidden;
  }

  .section.mod--process {
    padding-bottom: 0;
  }

  .header-absolute {
    padding-left: 24px;
    padding-right: 24px;
    top: 24px;
  }

  .timeline__col.mod--1 {
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .footer {
    padding: 65px 24px 24px;
  }

  .menu__nav-link {
    color: var(--white);
    text-align: center;
    border-bottom: 1px solid rgba(242, 242, 242, .2);
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    text-decoration: none;
  }

  .menu__nav-link:hover, .menu__nav-link.w--current {
    background-position: 0;
    background-size: 10px;
  }

  .menu {
    z-index: 0;
    justify-content: center;
    padding: 8px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .menu__content {
    background-color: var(--dim-grey);
    border-radius: 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu__nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 240px;
    display: flex;
    overflow: hidden;
  }

  .header__btn-menu-inter {
    padding: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .header__btn-menu-inter.mod--open {
    z-index: 1;
  }

  .header__btn-menu-inter.mod--close {
    z-index: 2;
    display: none;
  }

  .header__col.mod--2, .header__logo-img2, .header__buttons {
    display: none;
  }

  .btn.btn--reg {
    flex: 1;
  }

  .bg__grey {
    border-radius: 22px;
  }

  .hero__p {
    margin-bottom: 32px;
  }

  .addfile-wrap {
    border-radius: 35px;
    width: 264px;
    height: 126px;
  }

  .addfile {
    border-radius: 20px;
  }

  .addfile__plus {
    width: 46px;
    height: 46px;
    margin-bottom: 0;
    margin-right: 16px;
  }

  .bg__img.mod--1 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: -14px 38px 60px -5px rgba(0, 0, 0, .4);
  }

  .bg__img.mod--2 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .bg__img.mod--3 {
    border-radius: 10px;
    box-shadow: 0 30px 40px -20px rgba(0, 0, 0, .3);
  }

  .bg__img.mod--4 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 7px 19px 40px -5px rgba(0, 0, 0, .3);
  }

  .bg__img.mod--6 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .bg__img.mod--7 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .processes__columns {
    display: block;
  }

  .processes__col.mod--1 {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .processes__col.mod--2 {
    margin-left: 0;
    margin-right: auto;
  }

  .processes__heading-wrap {
    justify-content: flex-start;
    margin-bottom: 32px;
  }

  .processes__logos {
    justify-content: flex-start;
  }

  .processes__bg.mod--2 {
    display: none;
  }

  .work__card {
    margin-left: auto;
    margin-right: auto;
  }

  .work__card:hover {
    box-shadow: 0 30px 50px -6px rgba(65, 70, 78, .1);
  }

  .business__columns {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .business__col.mod--1 {
    margin-left: 24px;
    margin-right: auto;
  }

  .business__col.mod--2 {
    max-width: none;
    margin-bottom: 80px;
    margin-left: 0;
  }

  .footer__col.mod--1 {
    max-width: 280px;
  }

  .footer__list {
    column-count: 1;
  }

  .footer__copyright {
    font-size: 14px;
  }

  .addfile__block.mod--1 {
    text-align: left;
    flex-direction: row;
  }

  .bg {
    margin: 8px -16px;
  }

  .bg__img-wrap.mod--1 {
    max-width: 70px;
    top: 450px;
  }

  .bg__img-wrap.mod--2 {
    max-width: 107px;
  }

  .bg__img-wrap.mod--3 {
    max-width: 112px;
    top: 102px;
    bottom: auto;
    right: auto;
  }

  .bg__img-wrap.mod--4 {
    max-width: 60px;
    top: 250px;
  }

  .bg__img-wrap.mod--5 {
    display: none;
  }

  .bg__img-wrap.mod--6 {
    max-width: 88px;
  }

  .bg__img-wrap.mod--7 {
    max-width: 74px;
    top: auto;
    bottom: 190px;
  }

  .header__humburger-wrap {
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
  }

  .header__humb {
    z-index: 0;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: relative;
  }

  .header__humb-line {
    background-color: #fff;
    border-radius: 100px;
    flex: none;
    width: 100%;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0;
    position: relative;
  }

  .header__humb-line.mod--1 {
    top: 0;
  }

  .header__humb-line.mod--2 {
    width: 100%;
    left: auto;
  }

  .header__humb-line.mod--3 {
    bottom: 0;
  }

  .header__humb-close {
    z-index: 2;
    padding: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .swiper-wrapper {
    flex-flow: column;
    display: flex;
  }

  .swiper__pagination {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 8px;
    margin-top: 24px;
    padding: 0;
    display: flex;
  }

  .swiper__pagination-dot {
    border: 1px solid #ef4136;
    border-radius: 100px;
    flex: none;
    width: 8px;
    height: 8px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 0;
  }

  .swiper__pagination-dot.active {
    background-color: #ef4136;
  }

  .menu__buttons {
    flex: none;
    justify-content: center;
    max-width: 240px;
    margin-top: 32px;
  }

  .footer__follow-wrap {
    margin-top: 40px;
  }

  .swiper-wrapper-copy {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1 {
    letter-spacing: 0;
    font-size: 38px;
  }

  h2 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.2em;
  }

  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section.mod--business {
    padding-bottom: 70px;
    overflow: hidden;
  }

  .section.mod--process {
    padding-bottom: 70px;
  }

  .timeline__col.mod--1 {
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .footer {
    padding-top: 45px;
    padding-bottom: 64px;
  }

  .home__lecture-images {
    max-width: 64px;
  }

  .menu__nav {
    max-width: 230px;
  }

  .btn {
    min-width: 130px;
    min-height: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .btn.mod--login {
    min-width: 48px;
  }

  .btn.btn--reg {
    font-weight: 600;
  }

  .btn.mod--offer {
    min-width: 48px;
  }

  .heading1 {
    margin-bottom: 16px;
    font-size: 38px;
  }

  .heading1.mod--hero {
    max-width: 340px;
    margin-bottom: 16px;
  }

  .hero__p {
    max-width: 360px;
    font-size: 14px;
  }

  .bg__img.mod--1 {
    object-fit: cover;
    object-position: 100% 50%;
    max-width: 34px;
    height: 140px;
  }

  .bg__img.mod--2 {
    object-fit: cover;
    object-position: 50% 0%;
    width: 107px;
    height: 33px;
  }

  .bg__img.mod--4 {
    object-fit: cover;
    object-position: 0% 50%;
    max-width: 24px;
    height: 88px;
  }

  .bg__img.mod--7 {
    object-fit: cover;
    object-position: 0% 50%;
    max-width: 48px;
    height: 110px;
    box-shadow: 0 40px 40px -10px rgba(0, 0, 0, .3);
  }

  .processes__col.mod--2 {
    margin-left: auto;
    margin-right: auto;
  }

  .processes__p {
    max-width: none;
  }

  .processes__logo {
    margin-right: 48px;
  }

  .graph-block {
    box-shadow: 0 20px 50px -10px rgba(0, 0, 0, .2);
  }

  .graph__columns {
    display: block;
  }

  .graph__col.mod--1 {
    margin-bottom: 32px;
  }

  .graph__col.mod--2 {
    max-width: none;
  }

  .graph__btn {
    top: 28px;
  }

  .graph__heading {
    font-size: 18px;
  }

  .graph__circle {
    margin-left: auto;
    margin-right: auto;
  }

  .graph__list-item {
    margin-bottom: 16px;
  }

  .processes__bg.mod--2 {
    border-radius: 20px;
  }

  .processes__heading {
    max-width: none;
    margin-right: 0;
  }

  .work__card {
    border-radius: 12px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .work__ico-wrap {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
  }

  .work__title {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .business__col.mod--1 {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }

  .business__buttons {
    margin-top: 32px;
  }

  .stat-block {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex: 1;
    align-items: flex-start;
    width: auto;
    min-height: 236px;
    margin-right: -24px;
    padding: 24px;
    box-shadow: 0 20px 50px -10px rgba(0, 0, 0, .2);
  }

  .stat__heading {
    font-size: 18px;
  }

  .stat__person {
    max-width: 250px;
    left: auto;
    right: 0;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .business__bg.mod--1 {
    object-fit: cover;
    object-position: 0% 50%;
    border-radius: 20px 0 0 20px;
    width: 200px;
    height: 140px;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .business__bg.mod--2 {
    position: relative;
    top: auto;
    right: auto;
  }

  .footer__columns.mod--bottom {
    align-items: flex-end;
    margin-top: 48px;
    padding-top: 24px;
  }

  .footer__columns.mod--top {
    display: block;
  }

  .footer__col.mod--1 {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .footer__col.mod--1.mod--bottom {
    margin-bottom: 0;
  }

  .footer__col.mod--2 {
    margin-bottom: 16px;
  }

  .footer__col.mod--3 {
    padding-right: 0;
  }

  .footer__p {
    margin-top: 16px;
  }

  .footer__list {
    column-count: 2;
    margin-top: 16px;
  }

  .footer__list-item {
    margin-bottom: 12px;
  }

  .footer__copyright-logo {
    width: 30px;
  }

  .footer__offer {
    text-align: center;
    background-image: url('../images/footer_illustr-04-mob.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 48px;
    padding: 32px;
    display: flex;
  }

  .footer__offer-heading {
    max-width: 210px;
  }

  .footer__offer-btn-wrap {
    border-radius: 16px;
    padding: 8px;
  }

  .addfile__process-percent {
    font-size: 28px;
  }

  .work__ico {
    max-width: 28px;
  }

  .btn-offer__arrow.mod--over {
    left: -23px;
  }

  .bg.mod--footer {
    margin-top: 130px;
  }

  .stat__txt-wrap {
    margin-bottom: 20px;
  }

  .stat__bg-lines {
    background-position: 30px 96px;
  }

  .bg__img-wrap.mod--1 {
    top: 306px;
    left: 16px;
  }

  .bg__img-wrap.mod--2 {
    bottom: 0;
  }

  .bg__img-wrap.mod--4 {
    top: 200px;
    right: 16px;
  }

  .bg__img-wrap.mod--7 {
    bottom: 193px;
    right: 0;
  }

  .swiper.mod--work {
    margin-top: 32px;
  }

  .swiper-slide {
    width: 100%;
  }

  .business__bg-wrap.mod--2 {
    position: absolute;
    top: -50px;
    bottom: auto;
    left: 96px;
    right: auto;
    transform: rotate(90deg);
  }

  .business__bg-wrap.mod--1 {
    position: absolute;
    top: auto;
    bottom: -24px;
    left: auto;
    right: -24px;
  }

  .footer__drop-btn {
    margin-bottom: 0;
    padding-right: 35px;
  }

  .footer__drop-arrow {
    background-image: url('../images/ico_arrow-drop.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 16px;
    height: 16px;
    padding: 0;
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
  }

  .footer__title {
    font-size: 18px;
  }

  .menu__buttons {
    max-width: 230px;
    margin-top: 24px;
  }

  .footer__follow {
    text-align: center;
    font-size: 14px;
  }

  .footer__follow-heart {
    width: 35px;
    height: 35px;
    top: -5px;
  }

  .remodal__text-wrap {
    display: block;
  }

  .remodal__content {
    padding: 1.5rem;
  }

  .remodal__heading {
    max-width: none;
    margin-bottom: 1rem;
  }

  .remodal__text {
    max-width: 21rem;
    font-size: 1rem;
  }

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

  .remodal__close {
    top: 1rem;
    right: 1rem;
  }

  .swiper-copy.mod--work, .swiper-copy.mod--work-copy {
    margin-top: 32px;
  }

  .swiper-slide-copy {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section.mod--process {
    padding-bottom: 0;
    overflow: hidden;
  }

  .menu__nav-link {
    font-size: 14px;
  }

  .header__btn-menu-inter {
    z-index: 1;
    padding: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero__p {
    max-width: 240px;
  }

  .bg__img.mod--7 {
    object-fit: cover;
    object-position: 0% 50%;
    max-width: 48px;
    height: 110px;
  }

  .processes__col.mod--1 {
    margin-bottom: 80px;
  }

  .processes__heading-wrap {
    display: block;
  }

  .processes__p {
    max-width: 300px;
  }

  .processes__logos {
    margin-left: -24px;
    margin-right: -24px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: auto;
  }

  .graph-block {
    padding: 24px 24px 28px;
  }

  .graph__btn {
    top: 21px;
    right: 24px;
  }

  .graph__total-txt {
    font-size: 12px;
  }

  .graph__total-numb {
    font-size: 29px;
  }

  .processes__bg.mod--1 {
    position: relative;
    top: 0;
    left: 0;
  }

  .processes__bg.mod--2 {
    object-fit: cover;
    object-position: 0% 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 200px;
    height: 200px;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .processes__heading {
    margin-right: 0;
  }

  .stat__person {
    max-width: 200px;
    margin-right: -15px;
  }

  .stat__lines {
    overflow: hidden;
  }

  .stat__line {
    margin-left: 0;
    margin-right: 16px;
  }

  .stat__line.mod--2 {
    max-height: 120px;
  }

  .stat__line.mod--3 {
    max-height: 90px;
  }

  .stat__line.mod--1 {
    max-height: 40px;
  }

  .business__bg.mod--1 {
    width: 140px;
  }

  .footer__columns.mod--top {
    padding-right: 60px;
  }

  .footer__copyright {
    max-width: 160px;
  }

  .graph__total {
    padding-bottom: 5px;
  }

  .bg__img-wrap.mod--2 {
    left: 100px;
  }

  .bg__img-wrap.mod--7 {
    top: 400px;
    bottom: auto;
  }

  .swiper-slide {
    width: 100%;
  }

  .processes__bg-wrap.mod--1 {
    position: absolute;
    top: -50px;
    bottom: auto;
    left: 80px;
    right: auto;
    transform: rotate(90deg);
  }

  .processes__bg-wrap.mod--2 {
    position: absolute;
    bottom: -24px;
    right: -24px;
  }

  .footer__drop {
    width: 100%;
    display: block;
  }

  .footer__drop-btn {
    width: 100%;
  }

  .footer__follow-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer__follow {
    align-items: flex-start;
    max-width: 240px;
    padding-left: 0;
  }

  .footer__follow-heart {
    position: relative;
  }

  .swiper-slide-copy {
    width: 100%;
  }
}


