.app-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 1199px) {
  .app-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f7f3f0 !important;
  }
}

.app-main.front {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.front {
    display: block;
  }
}

@media (max-width: 575px) {
  .app-main.front {
    min-height: calc(100vh - 79px);
  }
}

@media (max-width: 1199px) {
  .app-main.front > div:first-child {
    background-color: #f7f3f0 !important;
    padding: 2.4rem 0;
  }
}

@media (max-width: 575px) {
  .app-main.front > div:first-child {
    background-color: #f7f3f0 !important;
    padding: 1.3888888889rem 0.8333333333rem;
  }
}

@media (max-width: 1199px) {
  .app-main.front > div:last-child {
    border-radius: 1.9444444444rem 1.9444444444rem 0 0;
    -webkit-box-shadow: 0 -2px 30px 3px rgba(206, 200, 197, 0.67);
    box-shadow: 0 -2px 30px 3px rgba(206, 200, 197, 0.67);
  }
}

.app-main.front h1 {
  margin-top: 2.813rem;
  margin-bottom: 0;
}

@media (max-width: 1366px) {
  .app-main.front h1 {
    margin-top: 1.6rem;
  }
}

@media (max-width: 1199px) {
  .app-main.front h1 {
    font-size: 2.2222222222rem;
    padding: 0 2.2222222222rem;
  }
}

@media (max-width: 575px) {
  .app-main.front h1 {
    margin-top: 0;
  }
}

.app-main.front .subtitle {
  font-size: 2.125rem;
  margin-top: 0;
  margin-bottom: 1.563rem;
}

@media (max-width: 1366px) {
  .app-main.front .subtitle {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}

@media (max-width: 1199px) {
  .app-main.front .subtitle {
    font-size: 1.2222222222rem;
    margin-top: 0.7222222222rem;
    margin-bottom: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.front .column-full:first-child {
    display: block;
  }
}

@media (max-width: 575px) {
  .app-main.front .column-full:first-child {
    text-align: center;
  }
}

.app-main.front .column-full:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.app-main .column-left {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f3f0;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

@media (max-width: 1919px) {
  .app-main .column-left {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
}

@media (max-width: 1440px) {
  .app-main .column-left {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    width: 45%;
  }
}

@media (max-width: 1199px) {
  .app-main .column-left {
    position: static;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding: 2rem 2.0555555556rem;
    z-index: auto;
  }
}

@media (max-width: 575px) {
  .app-main .column-left {
    padding: 1rem 2rem;
  }
}

@media (max-width: 1440px) {
  .app-main .column-left img {
    width: 100%;
    max-width: 25rem;
    height: auto;
  }
}

@media (max-width: 1366px) {
  .app-main .column-left img {
    padding-top: 5rem;
  }
}

@media (max-width: 1199px) {
  .app-main .column-left img {
    width: 100%;
    max-width: 18.8888888889rem;
    height: auto;
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  .app-main .column-left img {
    max-width: 60%;
    margin-top: 0;
  }
}

.app-main .column-right {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  width: 40%;
  overflow-x: hidden;
}

@media (max-width: 1919px) {
  .app-main .column-right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
}

@media (max-width: 1440px) {
  .app-main .column-right {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    width: 55%;
  }
}

@media (max-width: 1199px) {
  .app-main .column-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 1.9444444444rem 1.9444444444rem 0 0;
    -webkit-box-shadow: 0 -2px 30px 3px rgba(206, 200, 197, 0.67);
    box-shadow: 0 -2px 30px 3px rgba(206, 200, 197, 0.67);
    background-color: #fff;
  }
}

.app-main .column-right .right-grid {
  position: relative;
  height: 100%;
  padding: 2.625rem 4.375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1600px) {
  .app-main .column-right .right-grid {
    padding: 2.625rem 3rem 0;
  }
}

@media (max-width: 1199px) {
  .app-main .column-right .right-grid {
    padding: 1.6666666667rem 1.1111111111rem;
  }
}

.app-main .column-right .right-grid .right-col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

  .app-main .column-right .right-grid .right-col:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

@media (max-width: 1199px) {
  .app-main .column-right .right-grid .right-col:nth-child(2) {
    min-height: auto;
  }
}

.app-main .column-full {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
}

  .app-main .column-full > img {
    width: 100%;
    height: auto;
  }

@media (max-width: 767px) {
  .app-main .column-full > img {
    max-width: 300px;
  }
}

.app-main .bottom-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.app-main .open-modal {
  color: #0060ff;
  font-size: 0.938rem;
  cursor: pointer;
}
