.body {
  background-color: #f2f3f7;
}

.background {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 40px;
}

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

.content {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 46%;
  display: flex;
}

.content.m {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 90%;
}

.content.mn {
  height: 100%;
}

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

.elements.m {
  justify-content: space-between;
  align-items: center;
  font-size: 1em;
}

.elements.mn {
  align-items: center;
}

.logo {
  height: 9.01767%;
}

.button {
  background-color: #69a82a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 283px;
  font-size: 1.1em;
  display: flex;
}

.heading {
  color: #3d3a3a;
  font-family: Roboto, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.1;
}

.heading.m {
  font-family: Roboto, sans-serif;
  font-size: 3.3rem;
  font-weight: 900;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.prog {
  color: #878787;
  font-family: Roboto, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
}

.div-block-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.text-span, .text-span-2 {
  color: #000;
  font-weight: 500;
}

.image-2 {
  height: 4rem;
  display: block;
}

.div-block-4 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  height: 100%;
  padding: 40px;
  display: flex;
}

.div-block-4.desktop {
  padding-top: 40px;
}

.div-block-4.m {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  height: auto;
}

.mobile {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: none;
}

.image-3 {
  height: 85%;
}

@media screen and (max-width: 991px) {
  .content.m {
    object-fit: fill;
    flex: 0 auto;
    width: 46%;
  }

  .elements.m {
    width: 100%;
  }

  .button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .heading.m {
    font-size: 24px;
  }

  .prog {
    font-size: 14px;
  }

  .image-2.m {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .background.vertical {
    padding: 16px;
  }

  .elements.m {
    flex-flow: row;
  }

  .button {
    margin-bottom: 60px;
  }

  .heading.m {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .background.m {
    padding: 12px;
  }

  .background.vertical.m {
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 20px 16px 16px;
  }

  .content.m {
    width: 100%;
    height: auto;
  }

  .content.mn {
    width: 100%;
  }

  .elements {
    width: 46%;
  }

  .elements.m {
    flex-flow: column;
  }

  .elements.mn {
    box-sizing: content-box;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .button {
    margin-bottom: 0;
  }

  .heading.m {
    font-size: 1.7rem;
    line-height: 1.3;
  }

  .div-block.m {
    width: 100%;
    display: block;
  }

  .div-block.m.desktop {
    display: none;
  }

  .prog {
    min-width: auto;
    font-size: 14px;
  }

  .image-2 {
    margin-top: 0;
  }

  .image-2.m {
    height: 3.6rem;
  }

  .div-block-4.body-mobile {
    padding: 20px;
  }

  .div-block-4.m {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 16px;
  }

  .mobile {
    display: none;
  }

  .mobile.m {
    width: 80%;
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype'), url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}