.orange {
    color: #ff7e00;
    font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'PT Serif', serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.head-banner {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #dfe3e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#11120D), to(#11120D));
  background-image: linear-gradient(180deg, #11120D, #11120D);
  
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px none #e7e8e9;
  border-bottom: 2px none #e7e8e9;
  background-color: #fff;
  font-family: 'PT Sans', sans-serif;
}

.section.white {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.section.pic {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-image: url('../images/bookblock-11-15cYOiQc-unsplash.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ridero-login.button:hover {
  border-color: #ff7e00;
  background-color: transparent;
  color: #ff7e00;
}

.ridero-login-1.button:hover {
  border-color: #ff7e00;
  background-color: transparent;
  color: #ff7e00;
}

.ridero-login.button.header {
  width: auto;
  height: 62px;
  padding-top: 16px;
  padding-right: 20px;
  padding-left: 20px;
  border-color: #81322c;
  background-color: #81322c;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 4.5px;
}

.ridero-login-1.button.header {
  width: auto;
  height: 62px;
  padding-top: 16px;
  padding-right: 20px;
  padding-left: 20px;
  border-color: #81322c;
  background-color: #81322c;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 4.5px;
}

.ridero-login.button.header:hover {
  border-color: #fff;
  background-color: #fff;
  color: #752700;
}

.ridero-login-1.button.header:hover {
  border-color: #fff;
  background-color: #fff;
  color: #752700;
}

.paragraf1 {
  width: 580px;
  margin-top: -10px;
  margin-bottom: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.paragraf1.center {
  width: 580px;
  text-align: center;
}

.div-horz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 990px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-horz.head {
  padding-top: 40px;
}

.div-horz.head.mainpage {
  z-index: 10;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-vert {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 990px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-vert.list {
  width: auto;
  margin-bottom: 20px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: none;
}

.div-vert.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading2 {
  display: block;
  width: auto;
  margin: 0px auto 35px;
  color: #000;
  line-height: 38px;
  text-align: center;
}

.heading2.left {
  margin-left: 0px;
  text-align: left;
}

.column-main {
  width: 60%;
}

.column-main.head {
  position: relative;
  z-index: 11;
  width: 605px;
  margin-top: -10px;
  margin-bottom: 0px;
  padding-left: 20px;
}

.plashka {
  position: absolute;
  right: 210px;
  bottom: 10px;
  z-index: 20;
  width: 250px;
  margin-bottom: 0px;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(70, 84, 91, 0.25);
  opacity: 0.85;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.footer {
  position: relative;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  font-family: 'PT Sans', sans-serif;
}

.footer-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-text {
  color: #fff;
}

.footer-text.center {
  text-align: center;
}

.footer-text.right {
  text-align: right;
}

.button {
  height: 52px;
  padding: 17px 20px 18px;
  border: 1px solid #ff7e00;
  border-radius: 4px;
  background-color: #ff7e00;
  line-height: 16px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.button:hover {
  border: 1px solid #ff7e00;
  background-color: transparent;
  color: #ff7e00;
}

.button.ridero-login {
  height: 42px;
  margin-top: 10px;
  padding-top: 9px;
  padding-bottom: 10px;
  border-color: #81322c;
  border-radius: 2px;
  background-color: #81322c;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
}

.button.ridero-login-1 {
  height: 42px;
  margin-top: 10px;
  padding-top: 9px;
  padding-bottom: 10px;
  border-color: #81322c;
  border-radius: 2px;
  background-color: #81322c;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
}

.button.ridero-login:hover {
  border-color: #752700;
  color: #752700;
}

.button.ridero-login-1:hover {
  border-color: #752700;
  color: #752700;
}
.heading-1 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 52px;
  line-height: 62px;
}

.real-answers {
  display: none;
  font-size: 16px;
}

.mailing {
  display: block;
  width: 180px;
  height: 28px;
  margin-bottom: 0px;
  padding: 5px 20px;
  background-image: url('../images/red.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.mailing:hover {
  opacity: 0.7;
}

.mini {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  text-transform: none;
}

.image-13 {
  width: 100px;
  margin-bottom: 20px;
}

.bubble-text {
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bubble-text.black {
  color: #000;
  text-align: center;
}

.bubble-text.mini {
  margin-top: 5px;
  line-height: 16px;
  font-weight: 400;
}

.bubble-text.mini.black {
  line-height: 18px;
  font-style: normal;
  text-transform: none;
}

.r {
  position: absolute;
  left: 60%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 78%;
}

.image-15 {
  position: absolute;
  left: 60.5%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  height: 110%;
}

.paragraf2-2 {
  width: auto;
  margin-bottom: 0px;
  margin-left: 13px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  list-style-type: decimal;
}

.marker {
  width: 12px;
  height: 12px;
  margin-top: 0px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #ed7157;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  min-height: 106px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 20px 10px 20px 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(70, 84, 91, 0.25);
}

.podzag-22 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.podzag-222 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #E5E5E5;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
}

.podpis {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  list-style-type: disc;
}

.academy {
  margin-bottom: 20px;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
  cursor: pointer;
}

.academy:hover {
  opacity: 0.7;
}

.uppercace {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cifer {
  font-family: 'PT Serif', serif;
  color: rgba(117, 39, 0, 0.15);
  font-size: 82px;
  font-weight: 700;
}

.div-block {
  margin-right: 20px;
}

.image-2 {
  position: absolute;
  left: 73%;
  bottom: 0px;
  width: 580px;
}

.image-12 {
  position: absolute;
  right: 68%;
  bottom: 0px;
  width: 227px;
}

html.w-mod-js *[data-ix="hover-up"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media (max-width: 991px) {
  .section.white {
    z-index: 20;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.pic {
    z-index: 20;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(306deg, #000, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0)), url('../images/bookblock-11-15cYOiQc-unsplash.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .ridero-login.button.header {
    height: 52px;
    padding-top: 10px;
    font-size: 16px;
  }
  .ridero-login-1.button.header {
    height: 52px;
    padding-top: 10px;
    font-size: 16px;
  }
  .paragraf1 {
    width: 100%;
    max-width: 440px;
  }
  .div-horz {
    width: 728px;
  }
  .div-horz.head {
    width: 90%;
  }
  .div-vert {
    position: relative;
    z-index: 5;
    width: 90%;
    max-width: auto;
    padding-left: 20px;
  }
  .div-vert.list {
    padding-left: 0px;
  }
  .column-main {
    width: 100%;
  }
  .column-main.head {
    width: 58%;
    padding-right: 0px;
    padding-left: 20px;
  }
  .plashka {
    left: auto;
    top: auto;
    right: 20px;
    bottom: 20px;
  }
  .footer-columns {
    padding-right: 40px;
    padding-left: 40px;
  }
  .heading-1 {
    width: 380px;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 52px;
  }
  .bubble-text.mini.black {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .r {
    left: 50%;
    height: 400px;
  }
  .image-15 {
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0%;
  }
  .paragraf2-2 {
    font-size: 15px;
    padding-right: 70px;
  }
  .list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
  }
  .podpis {
    width: 380px;
    line-height: 20px;
  }
  .div-block {
    margin-right: 0px;
  }
  .image-2 {
    left: 80%;
  }
  .image-12 {
    right: 68%;
  }
}

@media (max-width: 767px) {
  .head-banner {
    height: auto;
    padding: 30px 20px 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.white {
    height: auto;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .section.pic {
    height: auto;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    background-position: 0px 0px, 70% 50%;
  }
  .ridero-login.button.header {
    text-align: center;
    letter-spacing: 2.5px;
  }
  .paragraf1 {
    margin-bottom: 20px;
  }
  .div-horz {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-horz.head.mainpage {
    width: auto;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-vert {
    width: 100%;
    max-width: 440px;
    padding-left: 0px;
  }
  .div-vert.list {
    max-width: none;
  }
  .heading2 {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .column-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-main.head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .plashka {
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: block;
    width: auto;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .heading-1 {
    margin-top: 25px;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
  }
  .mailing {
    display: block;
    width: 200px;
    height: 28px;
    margin-right: auto;
    margin-left: auto;
  }
  .image-13 {
    width: 60px;
  }
  .bubble-text.black {
    font-size: 16px;
  }
  .bubble-text.mini.black {
    width: auto;
  }
  .r {
    left: 50%;
    right: 50%;
    height: 300px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .image-15 {
    left: 80%;
    height: auto;
    max-width: 280px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .paragraf2-2 {
    margin-bottom: 0px;
  }
  .podzag-22 {
    margin-bottom: 20px;
    text-align: center;
  }
  .academy {
    margin-bottom: 15px;
  }
  .image-2 {
    left: 45%;
    width: 480px;
  }
  .image-12 {
    right: 50%;
    bottom: -30px;
    width: 200px;
  }
}

@media (max-width: 479px) {

.plashka {
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: block;
    width: auto;
    max-width: 210px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}


  .bubble-text.black {
    font-size: 14px;
}

.bubble-text.mini.black {
    font-size: 12px;
}


  .head-banner {
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .section.white {
    padding-bottom: 20px;
    background-image: none;
  }
  .section.pic {
    padding-bottom: 40px;
  }
  .ridero-login.button {
    display: block;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 20px 16px;
    font-size: 13px;
    line-height: 16px;
  }
  .ridero-login.button.header {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    line-height: 22px;
  }
  .ridero-login.button.header:hover {
    background-image: none;
  }
  .paragraf1 {
    width: auto;
    max-width: auto;
    min-width: auto;
  }
  .paragraf1.center {
    width: 280px;
    font-size: 14px;
    line-height: 16px;
  }


  .div-horz {
    width: auto;
    max-width: auto;
  }
  .div-horz.head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-horz.head.mainpage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-vert {
    width: auto;
    max-width: 320px;
    min-width: auto;
  }
  .heading2 {
    margin-bottom: 30px;
    font-size: 28px;
    text-align: center;
  }
  .column-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-main.head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-text.center {
    margin-bottom: 10px;
  }
  .footer-text.left {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .button {
    width: 100%;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 16px;
    text-align: center;
  }
  .button.ridero-login {
    width: auto;
    max-width: 300px;
  }
  .heading-1 {
    width: auto;
    max-width: 440px;
    font-size: 38px;
    line-height: 42px;
    text-align: center;
    margin-left: 20px;
  }
  .image-13 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraf2-2 {
    width: 260px;
    padding-right: 1px;
  }
  .marker {
    margin-top: 4px;
  }
  .list {
    width: 280px;
    min-height: 90px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .podzag-22 {
    max-width: 320px;
    font-size: 18px;
    line-height: 28px;
  }
  .podpis {
    width: 280px;
  }
  .academy {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .cifer {
    margin-top: 15px;
  }
  .image-2 {
    width: 320px;
  }
  .image-12 {
    width: 140px;
  }
}

@font-face {
  font-family: 'Lemon tuesday';
  src: url('../fonts/Lemon-Tuesday.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}