.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.section.section--sing-in {
  background-color: #ffc93c;
  padding-top: 139px;
  padding-bottom: 139px;
  position: relative;
}

.section.section--cfo {
  z-index: 9;
  background-color: #fafafa;
  padding-top: 143px;
  padding-bottom: 200px;
  position: relative;
}

.section.section--video {
  background-color: #dbf7ff;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.section.section--light-blue {
  background-color: #dbf7ff;
  padding-bottom: 130px;
  position: relative;
}

.section.section-knowledge {
  background-color: #fafafa;
  padding-top: 124px;
  padding-bottom: 124px;
  position: relative;
}

.section.section-sign-to-webinar {
  min-height: 800px;
  background-color: #ffc93c;
  padding-top: 158px;
  padding-bottom: 158px;
  position: relative;
  overflow: hidden;
}

.section.section-baner {
  min-height: 100vh;
  padding-top: 37px;
  padding-bottom: 0;
}

.section.section-calc-widget.active {
  background-color: #006296;
}

.wrapper {
  z-index: 99;
  width: 100%;
  height: 78%;
  max-width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  padding-bottom: 0;
  position: relative;
}

.wrapper.wrapper-baner {
  width: 96%;
  max-width: 100%;
  grid-column-gap: 2%;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.wrapper.wrapper-padding-bottom {
  margin-bottom: 130px;
}

.wrapper.wrapper-row {
  height: 30%;
  grid-column-gap: 130px;
  grid-row-gap: 0px;
  flex-flow: row-reverse;
  align-items: center;
  display: flex;
}

.wrapper.wrapper-baner {
  overflow: visible;
}

.content {
  position: relative;
}

.content.content-columns {
  grid-column-gap: 9.375%;
  grid-row-gap: 0%;
  display: flex;
}

.content.content-columns.content-webinar {
  grid-column-gap: 15px;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.content.content-columns.content-cfo {
  grid-column-gap: 11%;
}

.content.content-columns.content-header {
  grid-column-gap: 0%;
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.content.content-columns.content-checklist {
  grid-column-gap: 13%;
}

.content.content-columns.content-webinars {
  grid-column-gap: 10%;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.content.content-columns.content-baner {
  grid-column-gap: 0%;
}

.content.content-columns.content-baners {
  width: 100%;
  height: 70vh;
  max-width: 1130px;
  min-height: 600px;
  grid-column-gap: 0%;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
}

.column {
  z-index: 2;
  width: 100%;
  max-width: 550px;
  min-width: auto;
  flex-flow: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.column.column-webinar {
  width: 100%;
  max-width: 440px;
  min-width: auto;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.column.column-webinar.column-cfo {
  width: 730px;
  max-width: 100%;
  grid-row-gap: 40px;
}

.column.column-webinar.column-webinar--wider {
  width: 100%;
  height: 100%;
  max-width: 555px;
  min-width: auto;
  justify-content: flex-start;
}

.column.column-with-rows {
  grid-column-gap: 20px;
  flex-direction: row;
  display: flex;
}

.column.column-with-rows.column-videos {
  align-items: flex-start;
}

.column.column-baner {
  max-width: 670px;
  min-height: 0;
  grid-row-gap: 40px;
  flex-direction: column;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.column.column-baner-img {
  width: 100%;
  max-width: none;
  min-height: auto;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 20%);
}

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

.column.column-center {
  justify-content: center;
  align-items: center;
}

.text {
  font-family: Barlow, sans-serif;
  line-height: 21px;
  position: relative;
}

.text.text--header-2 {
  color: #120328;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 52.8px;
}

.text.text--header-2.text-left {
  text-align: left;
  font-size: 44px;
}

.text.text--header-2.text-left.text-mobile-center.color-white {
  color: #fafafa;
  transition: opacity .3s;
}

.text.text--paragraph {
  color: #120328;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.text.text--paragraph.text--paragraph-small {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.text.text--paragraph.white {
  color: #fff;
  margin-bottom: 0;
}

.text.text--paragraph.white.text-center {
  text-align: center;
}

.text.text--paragraph.white.text-center.calc-header-text {
  color: #006296;
}

.text.field-label {
  font-size: 18px;
  font-weight: 600;
  line-height: 56px;
}

.text.field-label.text--center {
  text-align: center;
}

.text.field-label.text--center.label-range {
  margin-bottom: 0;
}

.text.btn-submit {
  width: 100%;
  height: 56px;
  text-transform: uppercase;
  padding: 0 32px;
  font-size: 18px;
  font-weight: 700;
}

.text.btn-submit.btn-submit-calc {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  transition: all .3s;
  display: flex;
}

.text.btn-submit.btn-submit-calc:hover {
  background-color: #006296;
}

.text.text--blue {
  color: #0081c9;
}

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

.text.text--header-3 {
  color: #120328;
  margin-top: 0;
  line-height: 130%;
}

.text.text-link {
  color: #0081c9;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.text.button-link {
  height: 56px;
  text-transform: uppercase;
  border-radius: 88px;
  justify-content: space-around;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 56px;
  display: flex;
}

.text.button-link.button-blue {
  color: #fff;
  background-color: #0081c9;
  text-decoration: none;
  transition: background-color .3s;
}

.text.button-link.button-blue:hover {
  background-color: #006296;
}

.text.button-link.button-blue.btn-full {
  width: 100%;
  text-align: center;
  flex-direction: column;
  margin-top: 35px;
}

.text.text-header-baner-small {
  color: #120328;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
}

.text.text-header-baner-big {
  color: #120328;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 61px;
  line-height: 73px;
}

.text.text-header-baner-big.text-left {
  line-height: 60px;
}

.text.text-block-item {
  color: #120328;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 23px;
}

.text.text--paragraph-small {
  color: #120328;
  font-size: 18px;
}

.text.text--paragraph-small.text--bold {
  font-weight: 600;
}

.text.text-paragraph-big {
  font-size: 96px;
  font-weight: 700;
  line-height: 56px;
}

.text.text-paragraph-big.white {
  color: #fff;
}

.text.text-paragraph-big.white.result-text {
  color: #006296;
}

.text.text-paragraph-medium {
  color: #006296;
  margin-top: 8px;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 44px;
  line-height: 56px;
}

.text.text--paragraph-big {
  font-size: 32px;
  line-height: 42px;
}

.header-content {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.header-content.webinars-header-content {
  width: 325px;
}

.header-content.webinars-header-content.webiner-hgeader-content {
  width: 555px;
}

.header-content.baner-header-content {
  grid-row-gap: 0px;
}

.header-content.header-content-before {
  transition: opacity .3s;
}

.calculator {
  background-color: #dbf7ff;
  border-radius: 36px;
  padding: 28px;
  position: relative;
}

.calculator.calculator-result {
  height: 100%;
  opacity: 0;
  background-color: #0081c9;
  transition: opacity .3s;
  display: flex;
  position: absolute;
}

.calculator.calculator-result.active {
  opacity: 1;
  background-color: #fafafa;
  display: flex;
}

.calculator__content {
  flex-direction: column;
  display: flex;
  position: relative;
}

.input-field {
  height: auto;
  text-align: center;
  border-radius: 88px;
  margin-top: 28px;
  margin-bottom: 28px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 56px;
  position: relative;
}

.label {
  color: #000d14;
  position: relative;
}

.field-label {
  color: #120328;
}

.btn-submit {
  background-color: #0081c9;
  border-radius: 88px;
}

.form {
  margin: -28px 0 0;
}

.submit-field {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 42px;
  margin-bottom: 28px;
  display: flex;
  position: relative;
}

.input {
  height: 56px;
  background-color: #fafafa;
  border: 1px #000;
  border-radius: 88px;
  font-family: Barlow, sans-serif;
  position: relative;
}

.input-range-content {
  height: 56px;
  background-color: #fafafa;
  border-radius: 88px;
  justify-content: center;
  align-items: center;
  font-family: Barlow, sans-serif;
  display: flex;
  position: relative;
}

.label-range {
  width: 72px;
  color: #000d14;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 56px;
  position: relative;
}

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

.text-link {
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image {
  margin-left: 20px;
}

.youtube-mini {
  min-height: auto;
  border-radius: 16px;
  margin-bottom: 10px;
  overflow: hidden;
}

.button-link {
  position: relative;
}

.paragraph {
  text-decoration: none;
}

.button-text {
  margin-bottom: 0;
  line-height: 56px;
}

.cfo-item {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  background-color: #dbf7ff;
  border-radius: 28px;
  flex-direction: column;
  padding: 28px;
  display: flex;
  position: relative;
}

.youtube-full {
  max-height: 300px;
  max-width: 555px;
  border-radius: 36px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.bottom-image {
  z-index: -1;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.bottom-image.bottom-image-front {
  z-index: 0;
}

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

.form-block {
  width: 550px;
  flex-direction: row;
  margin-top: 72px;
  display: flex;
}

.background-div {
  z-index: 0;
  height: 160px;
  background-color: #dbf7ff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bottom-image-back {
  z-index: -2;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bottom-image-part {
  z-index: 10;
  max-width: 220px;
  position: absolute;
  bottom: -50px;
}

.ebook {
  width: 100%;
  max-width: 400%;
  position: relative;
}

.row {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.row.row-baner {
  height: 22%;
  background-color: #5bc0f8;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
  position: relative;
}

.row.calc-row {
  width: 100%;
  border-top: 1px solid #006296;
  margin-top: 50px;
  padding-top: 20px;
}

.row.calc-return-btn {
  cursor: pointer;
}

.block-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.block-item {
  width: 20%;
  max-width: 40%;
  min-width: 170px;
  text-transform: lowercase;
  background-color: #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: block;
  position: relative;
}

.image-top {
  z-index: -1;
  width: 100%;
  max-width: none;
  margin-top: -16.6%;
  display: block;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
}

.image-top-cover {
  z-index: -1;
  position: absolute;
}

.column-baner-text {
  grid-row-gap: 20px;
  flex-direction: column;
  font-size: 16px;
  display: flex;
  position: relative;
}

.image-baner-1 {
  position: absolute;
  bottom: 11%;
  right: 0;
}

.image-3 {
  position: absolute;
  left: 0;
}

.image-baner-2 {
  position: absolute;
  top: auto;
  bottom: 11%;
  left: 0;
  right: 0;
}

.image-4 {
  width: 100%;
  max-width: 670px;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.calculator-result {
  border-radius: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Barlow, sans-serif;
  display: flex;
  position: relative;
}

.paragraph-2 {
  position: relative;
}

.arrow-text {
  color: #006296;
  margin-bottom: 0;
  position: relative;
}

.calc-div {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-img-bottom {
  z-index: 9;
  height: auto;
  max-width: 300px;
  min-height: 50px;
  position: absolute;
  bottom: 0;
  right: 10%;
}

.footer-img-btm-right {
  width: auto;
  max-width: 250px;
  position: absolute;
  bottom: 25%;
  right: 0%;
}

.img-btm {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -45%;
  left: 0;
  right: 0;
}

.text-paragraph--small.text-paragraph-webinar {
  max-width: 440px;
  font-size: 18px;
  line-height: 27px;
  position: relative;
}

.image-5 {
  position: relative;
}

.logo-navi {
  z-index: 9;
  width: 100%;
  max-width: 200px;
  min-height: 50px;
  position: absolute;
  top: 20px;
  left: 0%;
  right: auto;
}

.logo-navi.logo-navi-img {
  min-height: auto;
  left: 0%;
}

@media screen and (min-width: 1280px) {
  .section.section-sign-to-webinar {
    z-index: 1;
    background-image: none;
    overflow: hidden;
  }

  .wrapper {
    max-width: 96%;
  }

  .wrapper.wrapper-baner {
    width: 100%;
    max-width: 96%;
    flex-wrap: nowrap;
    margin-left: 2%;
    margin-right: 2%;
  }

  .wrapper.wrapper-padding-bottom {
    margin-bottom: 220px;
  }

  .content.content-columns {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .content.content-columns.content-webinar {
    justify-content: space-between;
  }

  .content.content-columns.content-baners {
    height: 78vh;
    min-height: 800px;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .column.column-baner {
    max-width: 800px;
  }

  .column.column-baner-img {
    width: 100%;
    max-width: none;
  }

  .text.text-header-baner-big.text-left {
    font-size: 70px;
    line-height: 80px;
  }

  .youtube-mini {
    min-height: auto;
  }

  .youtube-full {
    height: auto;
    max-height: 300px;
  }

  .bottom-image-part {
    bottom: 0;
  }

  .block-row {
    flex-wrap: nowrap;
  }

  .block-item {
    width: 25%;
    max-width: none;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-top {
    top: 0%;
  }

  .image-4 {
    width: 100%;
    max-width: 670px;
  }

  .footer-img-bottom {
    z-index: 99;
    bottom: 0;
  }

  .footer-img-btm-right {
    z-index: 1;
    bottom: 24%;
    right: 0%;
  }

  .img-btm {
    z-index: 2;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
  }

  .logo-navi {
    max-width: 200px;
    top: 20px;
    left: 0%;
    right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper {
    height: 100%;
    max-width: 1130px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper.wrapper-baner {
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper.wrapper-padding-bottom {
    margin-bottom: 270px;
  }

  .content.content-columns.content-baners {
    height: 78vh;
    justify-content: space-between;
    align-items: center;
  }

  .column.column-baner {
    max-width: 750px;
  }

  .column.column-baner-img {
    height: auto;
  }

  .text.text-header-baner-big.text-left {
    min-height: 1px;
  }

  .youtube-mini {
    min-height: auto;
  }

  .youtube-full {
    height: auto;
    max-height: 300px;
  }

  .row.row-baner {
    height: 100%;
    min-height: 22vh;
  }

  .block-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-4 {
    height: auto;
  }

  .footer-img-bottom {
    max-width: 340px;
  }

  .footer-img-btm-right {
    max-width: 300px;
    bottom: 25%;
  }

  .img-btm {
    height: 100%;
  }

  .logo-navi {
    min-height: 50px;
  }

  .logo-navi.logo-navi-img {
    min-height: 0;
  }
}

@media screen and (min-width: 1920px) {
  .section.section-sign-to-webinar {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .wrapper {
    height: 100%;
    min-height: 100%;
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .wrapper.wrapper-baner {
    width: 100%;
    max-width: 1130px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper.wrapper-padding-bottom {
    margin-bottom: 400px;
  }

  .wrapper.wrapper-baner {
    overflow: visible;
  }

  .content.content-columns {
    max-width: 1130px;
  }

  .content.content-columns.content-webinar {
    grid-column-gap: 30px;
    justify-content: space-between;
  }

  .content.content-columns.content-baners {
    width: 100%;
    height: 70vh;
    justify-content: space-between;
    align-items: center;
  }

  .column {
    grid-column-gap: 42px;
    justify-content: center;
  }

  .column.column-webinar {
    grid-column-gap: 5px;
  }

  .column.column-webinar.column-webinar--wider {
    width: 100%;
  }

  .column.column-with-rows {
    width: 550px;
    grid-column-gap: 20px;
  }

  .column.column-baner-img {
    width: 100%;
    height: auto;
    min-height: auto;
    flex-direction: column;
    position: absolute;
  }

  .text.text--paragraph {
    margin-bottom: 20px;
  }

  .text.text--paragraph.text--paragraph-small, .text.text--header-3 {
    letter-spacing: -1px;
  }

  .text.button-link.button-blue {
    width: auto;
    max-width: none;
  }

  .text.text-header-baner-big.text-left {
    width: 100%;
    max-width: 670px;
    font-size: 61px;
  }

  .text.text--paragraph-big {
    color: #120328;
  }

  .header-content {
    grid-row-gap: 30px;
  }

  .header-content.baner-header-content.text-left {
    width: 100%;
  }

  .header-content.header-content-after {
    max-width: 380px;
  }

  .youtube-mini {
    min-height: auto;
  }

  .youtube-full {
    height: auto;
    max-height: 300px;
    max-width: 100%;
  }

  .row.row-baner {
    height: 100%;
    min-height: 22vh;
    align-items: center;
  }

  .block-item {
    min-width: 206px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-top {
    z-index: -1;
    width: 100%;
    top: 0%;
  }

  .image-top-cover {
    z-index: -1;
    width: 100%;
    top: -70px;
  }

  .column-baner-text {
    max-width: 436px;
  }

  .image-baner-2 {
    bottom: 11%;
  }

  .image-4 {
    height: auto;
    max-width: 670px;
    display: block;
  }

  .footer-img-bottom {
    height: auto;
    max-width: 430px;
  }

  .footer-img-btm-right {
    max-width: 350px;
    bottom: 260px;
  }

  .img-btm {
    height: 100%;
    max-width: 100%;
    bottom: -370px;
  }

  .logo-navi {
    min-height: 50px;
    display: flex;
  }

  .logo-navi.logo-navi-img {
    min-height: auto;
    top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .section, .section.section--sing-in {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.section--cfo, .section.section--light-blue {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.section-knowledge {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.section-sign-to-webinar {
    min-height: 500px;
    padding-top: 60px;
    padding-bottom: 300px;
  }

  .section.section-baner {
    padding-top: 20px;
  }

  .wrapper {
    width: 100%;
    max-width: 96%;
    flex-direction: column;
    display: flex;
  }

  .wrapper.wrapper-row {
    flex-direction: column;
  }

  .content.content-columns {
    width: 100%;
    grid-column-gap: 0%;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .content.content-columns.content-webinar {
    flex-direction: column;
  }

  .content.content-columns.content-cfo {
    padding-bottom: 80px;
  }

  .content.content-columns.content-header {
    grid-row-gap: 20px;
    text-align: center;
  }

  .content.content-columns.content-header.text-tablet-center.block-tablet-center {
    align-items: center;
  }

  .content.content-columns.content-baners {
    padding-top: 120px;
  }

  .column {
    min-width: auto;
  }

  .column.column-webinar {
    max-width: none;
  }

  .column.column-webinar.column-cfo.column-ebook {
    align-items: center;
  }

  .column.column-webinar.column-webinar--wider {
    max-width: none;
  }

  .column.column-with-rows {
    justify-content: center;
    align-items: stretch;
  }

  .column.column-baner {
    margin-right: auto;
  }

  .column.column-baner-img {
    height: auto;
  }

  .text.text--header-2 {
    font-size: 30px;
    line-height: 50px;
  }

  .text.text--header-2.text-left.text-tablet-center {
    text-align: center;
  }

  .text.text--header-2.text-left.nowrap {
    flex-wrap: nowrap;
    display: flex;
  }

  .text.text--header-2.text-tablet-center {
    text-align: center;
    font-size: 40px;
  }

  .text.text--paragraph {
    font-size: 20px;
    line-height: 30px;
  }

  .text.text--paragraph.text--paragraph-small {
    font-size: 16px;
    line-height: 24px;
  }

  .text.text--paragraph.white.text-center.calc-header-text {
    max-width: 400px;
    font-size: 18px;
  }

  .text.text--paragraph.text-tablet-center {
    text-align: center;
  }

  .text.text--header-3, .text.text-header-baner-small.text-left {
    font-size: 20px;
  }

  .text.text-header-baner-big.text-left {
    text-align: left;
    align-items: center;
    font-size: 46px;
    line-height: 60px;
    display: flex;
  }

  .text.text-block-item, .text.text--paragraph-small {
    font-size: 16px;
  }

  .text.text-paragraph-big.white.result-text {
    font-size: 50px;
    line-height: 30px;
  }

  .text.text-paragraph-medium {
    padding-top: 0;
    font-size: 30px;
  }

  .header-content {
    text-align: center;
    align-items: center;
  }

  .header-content.webinars-header-content, .header-content.webinars-header-content.webiner-hgeader-content {
    width: 100%;
  }

  .header-content.baner-header-content.text-left {
    align-items: flex-start;
  }

  .header-content.header-content-before {
    width: 100%;
    max-width: none;
  }

  .calculator.calculator-result.active {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .input-field.input-field-text {
    line-height: 40px;
  }

  .label-range {
    width: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .button-text {
    font-size: 16px;
  }

  .youtube-full {
    margin-top: 40px;
  }

  .form-block {
    width: 100%;
    margin-top: 40px;
  }

  .bottom-image-part {
    max-width: 200px;
  }

  .ebook {
    width: 50%;
    max-width: none;
  }

  .row.row-baner {
    padding-bottom: 60px;
  }

  .block-row {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .block-item {
    min-width: 210px;
    flex-direction: row;
    justify-content: space-around;
    display: block;
  }

  .column-baner-text {
    max-width: 390px;
  }

  .image-4 {
    max-width: 400px;
    bottom: 0%;
    right: 0%;
  }

  .form-2 {
    width: 100%;
  }

  .footer-img-bottom {
    height: auto;
    max-width: 220px;
    min-height: 70px;
    right: 10%;
  }

  .footer-img-btm-right {
    max-width: 160px;
    bottom: 22%;
  }

  .img-btm {
    bottom: -260px;
  }

  .logo-navi {
    top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section, .section.section--sing-in {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.section--cfo {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .section.section--video, .section.section--light-blue, .section.section-knowledge {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.section-sign-to-webinar {
    padding-top: 60px;
    padding-bottom: 300px;
  }

  .wrapper.wrapper-row {
    flex-direction: column;
  }

  .wrapper.wrapper-baner {
    width: 92%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .content.content-columns.content-cfo {
    padding-bottom: 0;
  }

  .content.content-columns.content-baners {
    min-height: auto;
    grid-row-gap: 0px;
  }

  .column.column-baner {
    min-width: auto;
    padding-bottom: 200px;
  }

  .column.column-baner-img {
    max-width: 460px;
    min-height: auto;
  }

  .text.text--header-2, .text.text--header-2.text-left {
    font-size: 40px;
  }

  .text.text--header-2.text-left.text-mobile-center {
    text-align: center;
    font-size: 40px;
  }

  .text.text--paragraph {
    margin-bottom: 0;
    font-size: 20px;
  }

  .text.text-header-baner-big.text-left {
    font-size: 40px;
    line-height: 50px;
  }

  .header-content {
    grid-row-gap: 20px;
  }

  .button-text {
    font-size: 16px;
    line-height: 56px;
  }

  .image-2 {
    bottom: -50px;
  }

  .form-block {
    margin-top: 40px;
  }

  .bottom-image-part {
    max-width: 140px;
    bottom: -40px;
  }

  .image-4 {
    max-width: 300px;
  }

  .footer-img-btm-right {
    bottom: 20%;
  }
}

@media screen and (max-width: 479px) {
  .section.section--cfo {
    padding-bottom: 160px;
  }

  .section.section--video {
    padding-bottom: 30px;
  }

  .section.section--light-blue {
    padding-top: 60px;
  }

  .section.section-sign-to-webinar {
    padding-bottom: 140px;
  }

  .wrapper {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .wrapper.wrapper-padding-bottom {
    margin-bottom: 0;
  }

  .wrapper.wrapper-baner {
    width: 90%;
  }

  .content.content-columns.content-header {
    grid-row-gap: 20px;
  }

  .content.content-columns.content-webinars {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
  }

  .content.content-columns.content-baners {
    height: 60vh;
    padding-top: 200px;
  }

  .column.column-webinar.column-webinar--wider {
    grid-row-gap: 20px;
  }

  .column.column-with-rows {
    grid-column-gap: 20px;
    grid-row-gap: 70px;
    flex-direction: column;
  }

  .column.column-baner {
    height: auto;
    grid-row-gap: 20px;
  }

  .text.text--header-2 {
    font-size: 26px;
    line-height: 40px;
  }

  .text.text--header-2.text-left {
    font-size: 26px;
  }

  .text.text--header-2.text-left.text-tablet-center {
    font-size: 26px;
    line-height: 34px;
  }

  .text.text--header-2.text-left.text-mobile-center {
    text-align: center;
    font-size: 26px;
  }

  .text.text--header-2.text-tablet-center {
    font-size: 26px;
  }

  .text.text--paragraph {
    letter-spacing: -1px;
    font-size: 18px;
  }

  .text.text--paragraph.text--paragraph-small {
    margin-bottom: 20px;
  }

  .text.text--paragraph.label-range {
    font-size: 14px;
  }

  .text.text--header-3 {
    margin-bottom: 0;
  }

  .text.button-link.button-blue {
    width: 100%;
    margin-top: 30px;
  }

  .text.text-header-baner-big.text-left {
    text-align: center;
    font-size: 26px;
    line-height: 40px;
  }

  .text.text--paragraph-big {
    text-align: center;
    letter-spacing: -1px;
    font-size: 26px;
    line-height: 36px;
  }

  .header-content {
    grid-row-gap: 20px;
  }

  .header-content.webinars-header-content.webiner-hgeader-content {
    grid-row-gap: 40px;
  }

  .calculator {
    padding: 12px;
  }

  .label-range {
    width: 40px;
    font-size: 14px;
  }

  .youtube-full {
    height: 170px;
  }

  .form-block {
    margin-top: 40px;
  }

  .bottom-image-part {
    max-width: 100px;
  }

  .block-row {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .block-item {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-4 {
    max-width: 290px;
    display: none;
  }

  .footer-img-bottom, .footer-img-btm-right {
    display: none;
  }

  .logo-navi {
    width: 100%;
    top: 20px;
  }

  .logo-navi.logo-navi-img {
    top: 0;
  }
}


