html {
  scrollbar-width: none;
}

@font-face {
  font-family: "Moderustic";
  src: url("../fonts/Moderustic/Moderustic-Light.woff2") format("woff2"), url("../fonts/Moderustic/Moderustic-Light.woff") format("woff");
  font-display: swap;
  font-weight: 300;
}

@font-face {
  font-family: "Moderustic";
  src: url("../fonts/Moderustic/Moderustic-Regular.woff2") format("woff2"), url("../fonts/Moderustic/Moderustic-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Moderustic";
  src: url("../fonts/Moderustic/Moderustic-Medium.woff2") format("woff2"), url("../fonts/Moderustic/Moderustic-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Moderustic";
  src: url("../fonts/Moderustic/Moderustic-SemiBold.woff2") format("woff2"), url("../fonts/Moderustic/Moderustic-SemiBold.woff") format("woff");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "Moderustic";
  src: url("../fonts/Moderustic/Moderustic-Bold.woff2") format("woff2"), url("../fonts/Moderustic/Moderustic-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Moderustic";
  src: url("../fonts/Moderustic/Moderustic-ExtraBold.woff2") format("woff2"), url("../fonts/Moderustic/Moderustic-ExtraBold.woff") format("woff");
  font-display: swap;
  font-weight: 800;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
  font-size: 10px;
  font-size: calc(100vw * 10 / 320);
}

body {
  font-family: "Moderustic", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  line-height: 1;
  background: var(--white);
  color: var(--blue);
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  user-select: none;
  cursor: pointer;
  border: none;
  padding: 0;
  background: none;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:active,
:focus:not(:focus-visible) {
  outline: none;
}

img {
  vertical-align: middle;
  border: none;
}

b,
strong {
  font-weight: bold;
}

a,
button {
  transition: 0.15s ease-in-out;
  transition-property: text-decoration-color, color, border-color, background-color, opacity, box-shadow;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
ul,
ol,
dl,
pre,
table,
figure,
address,
fieldset,
blockquote {
  margin: 0 0 0.8rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
  margin: 0 0 1.2rem 0;
}

h1,
.h1 {
  font-size: 3rem;
  line-height: 0.9;
}

h2,
.h2 {
  font-size: 2.4rem;
  line-height: 0.85;
}

h3,
.h3 {
  font-size: 2rem;
  line-height: 0.85;
}

h4,
.h4 {
  font-size: 1.6rem;
  line-height: 1;
}

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.dec {
  position: absolute;
  user-select: none;
  pointer-events: none;
}

.dec img {
  height: auto;
}

.hero-section {
  background-image: url("../images/bg-1-light-mob.svg"), url("../images/bg-1-mob.svg");
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat, repeat-x;
  color: var(--white);
}

.header {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.8rem;
}

.logo img {
  width: 15.3rem;
  height: auto;
}

.hero {
  position: relative;
  height: 24.4rem;
}

.hero__subtitle {
  margin-bottom: 0.8rem;
}

.hero__title {
  margin-bottom: 0.6rem;
}

.hero__dec-1 {
  right: 1rem;
  bottom: -5.1rem;
}

.hero__dec-1 img {
  width: 20.6rem;
}

.main-section {
  padding: 8.1rem 0 0;
}

.main__title {
  margin-bottom: 3rem;
}

.main__text {
  position: relative;
}

.main__text-row {
  --gap: 1rem;
  display: flex;
  align-items: center;
  margin: 0 calc(-0.5 * var(--gap));
  margin-bottom: 0.3rem;
}

.main__text-row:nth-child(even) {
  flex-direction: row-reverse;
}

.main__text-col {
  align-self: flex-start;
  flex: 0 0 auto;
  width: 50%;
  padding: 0 calc(0.5 * var(--gap));
}

.main__text-col strong {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.main__dec-1 {
  right: 4rem;
  top: -4.1rem;
  transform: rotate(13.8deg);
}

.main__dec-1 img {
  width: 8.9rem;
}

.main__dec-2 {
  right: 3.2rem;
  bottom: -1.7rem;
  transform: rotateY(180deg);
}

.main__dec-2 img {
  width: 3.8rem;
}

.about-section {
  padding: 0.2rem 0 6.3rem;
}

.about__text-row {
  --gap: 1rem;
  display: flex;
  align-items: center;
  margin: 0 calc(-0.5 * var(--gap));
  margin-bottom: 0.9rem;
}

.about__text-row:nth-child(even) {
  flex-direction: row-reverse;
}

.about__text-col {
  align-self: flex-start;
  flex: 0 0 auto;
  width: 50%;
  padding: 0 calc(0.5 * var(--gap));
}

.about__img-col {
  text-align: center;
  flex: 0 0 auto;
  width: 50%;
  padding: 0 calc(0.5 * var(--gap));
}

.about__img-col img {
  max-width: 100%;
  height: auto;
}

.about__text-row:nth-child(2) .about__img-col {
  padding: 0.7rem 0 0 3.3rem;
}

.about__text-row:nth-child(3) .about__img-col {
  padding: 2.2rem 0 0 0;
}

.about__text-row:nth-child(2) .about__img-col img {
  width: 8.6rem;
}

.about__text-row:nth-child(3) .about__img-col img {
  width: 8.4rem;
}

.about__lead {
  position: relative;
  width: 50%;
  margin-left: auto;
  padding: 3.6rem 0 0 0.5rem;
}

.about__lead-text {
  margin: 0;
}

.about__lead-img {
  right: calc(100% + 2.4rem);
  top: 0.8rem;
}

.about__lead-img img {
  width: 10.6rem;
}

.author-section {
  background-image: url("../images/bg-2-light-mob.svg"), url("../images/bg-2-mob.svg");
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat, repeat-x;
  color: var(--white);
}

.author {
  position: relative;
  padding: 5.1rem 0 4.9rem;
  min-height: 33.7rem;
}

.author__text-col {
  position: relative;
  width: 50%;
  margin-left: auto;
  padding: 0 0 0 0.5rem;
}

.author__image {
  left: -5.6rem;
  bottom: 0.9rem;
}

.author__image img {
  width: 19.8rem;
}

.author__dec-1 {
  right: -1rem;
  top: -2.9rem;
}

.author__dec-1 img {
  width: 11rem;
}

.author__dec-2 {
  left: 7.1rem;
  bottom: -4.3rem;
}

.author__dec-2 img {
  width: 11.7rem;
}

.portfolio-section {
  padding: 7.5rem 0 0;
}

.portfolio__header {
  position: relative;
  margin-bottom: 2.9rem;
}

.portfolio__title {
  margin: 0;
  color: var(--blue-light);
}

.portfolio__dec-1 {
  right: 0.3rem;
  top: -5rem;
}

.portfolio__dec-1 img {
  width: 7.2rem;
}

.portfolio__slider .swiper-slide {
  padding: 0 0.3rem;
  width: 16.4rem;
}

.portfolio__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.divider {
  background-image: url("../images/bg-3-mob.svg");
  background-position: center top;
  background-size: auto 100%;
  background-repeat: repeat-x;
  height: 5.6rem;
  margin: 2.8rem 0;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0.6rem;
}

.divider .container {
  height: 100%;
}

.divider__inner {
  height: 100%;
  display: flex;
  align-items: center;
}

.divider__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0.2rem;
}

.programm-section {
  margin-bottom: 6.3rem;
}

.programm {
  position: relative;
}

.programm__header {
  margin-bottom: 3.1rem;
}

.programm__title {
  margin: 0;
  color: var(--blue-light);
}

.programm__list {
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 2.1rem;
}

.programm__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;
  column-gap: 1.2rem;
}

.programm__list li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  position: relative;
  padding-left: 1.8rem;
  padding-bottom: 0.9rem;
}

.programm__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4rem;
  height: 1.1rem;
  background: url("../images/dec-13-2x.png") no-repeat 0 0 / 100% 100%;
}

.programm__inner {
}

.programm__content {
}

.programm__content-title {
  margin: 0 0 3.1rem;
  color: var(--blue-light);
}

.programm__table-block {
  background: var(--blue-light);
  border-radius: 1rem;
  color: var(--white);
  padding: 2rem 2.5rem 1.5rem;
}

.programm__table-title {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.programm__table {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  display: table;
  width: 100%;
}

.programm__table-row {
  display: table-row;
}

.programm__table-row-title,
.programm__table-row-description {
  display: table-cell;
  vertical-align: baseline;
  padding-bottom: 0.5rem;
}

.programm__table-row-title {
  padding-right: 0.8rem;
}

.programm__dec-1 {
  left: 1.6rem;
  bottom: -6.8rem;
  display: none;
}

.programm__dec-1 img {
  width: 9.7rem;
}

.programm__footer {
  text-align: center;
  margin-top: 5.9rem;
}

.programm__btn {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  background: var(--blue);
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 600;
  padding: 1.2rem 4.5rem;
  border-radius: 10rem;
  letter-spacing: 0.04em;
}

.bottom-section {
  background-image: url("../images/bg-4-light-mob.svg"), url("../images/bg-4-mob.svg");
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat, repeat-x;
  color: var(--white);
}

.contacts {
  margin-bottom: 2.3rem;
}

.contacts__header {
  position: relative;
  padding: 3.5rem 0 3.3rem;
}

.contacts__title {
  margin: 0 0 0.8rem;
}

.contacts__address img {
  vertical-align: middle;
  width: 0.6rem;
  height: auto;
}

.contacts__dec-1 {
  right: -0.4rem;
  top: -2.5rem;
}

.contacts__dec-1 img {
  width: 12.3rem;
}

.contacts__map {
  margin: 0 -1rem 1rem;
  height: 21.2rem;
  background: var(--white);
  filter: grayscale(1);
}

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

.contacts__footer-title {
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.contacts__footer-text {
  margin-bottom: 0.3rem;
}

.contacts__footer-bus {
  font-weight: 500;
}

.contacts__footer-bus img {
  vertical-align: middle;
  width: 0.9rem;
  height: auto;
  margin-right: 0.5rem;
}

.footer {
  background-image: url("../images/bg-5-1-mob.svg");
  background-position: center top;
  background-size: auto 100%;
  background-repeat: repeat-x;
}

.footer__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8.6rem;
  padding-top: 1.5rem;
}

.footer__logo img {
  width: 7.9rem;
  height: auto;
}

.footer__dec-1 {
  top: -0.9rem;
  right: calc(50% + 5.8rem);
}

.footer__dec-1 img {
  width: 7.1rem;
}

.footer__dec-2 {
  top: 1rem;
  left: calc(50% + 4.9rem);
}

.footer__dec-2 img {
  width: 4.5rem;
}

.footer__dec-3 {
  top: 5.3rem;
  right: calc(50% + 5rem);
}

.footer__dec-3 img {
  width: 2.2rem;
}
