.conditions-screen1 {
  padding: 56px 0 10vw;
  background: url("../img/ps2.png") no-repeat top;
  background-size: 100%;
  text-align: center;
  position: relative; }
  .conditions-screen1:before {
    content: '';
    width: 35%;
    height: calc(100% - 3vw);
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/h1before.png") no-repeat -70px bottom;
    background-size: 100%;
    pointer-events: none; }
  .conditions-screen1:after {
    content: '';
    width: 30%;
    height: calc(100%);
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/h1after.png") no-repeat right bottom;
    background-size: 100%;
    pointer-events: none; }
  .conditions-screen1 h1 {
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(to bottom, white 50%, #8CC0E1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important; }
  .conditions-screen1 .working-time {
    max-width: 544px;
    margin: 24px auto 0;
    position: relative;
    font-size: 16px;
    color: #B0BADC;
    line-height: 162%; }
    .conditions-screen1 .working-time .inner {
      background: rgba(18, 21, 36, 0.24);
      box-shadow: inset 0px 2px 1px #212E3F, inset 0px 40px 40px rgba(33, 46, 63, 0.16), inset 0px -3px 6px rgba(33, 46, 63, 0.19), inset 0px -6px 18px rgba(33, 46, 63, 0.16), inset 0px 6px 12px rgba(33, 46, 63, 0.4);
      backdrop-filter: blur(12px);
      border-radius: 8px;
      color: white;
      padding: 24px 35px;
      position: relative;
      z-index: 1; }
    .conditions-screen1 .working-time:before {
      content: '';
      width: 76px;
      height: 76px;
      position: absolute;
      left: -55px;
      top: 30px;
      background: url("../img/elipse.png") no-repeat center;
      background-size: contain;
      z-index: 0;
      filter: drop-shadow(-35px 50px 10px rgba(0, 0, 0, 0.3)); }
    .conditions-screen1 .working-time .title {
      font-size: 18px;
      text-transform: uppercase;
      filter: drop-shadow(0px 2px rgba(125, 208, 203, 0.4));
      font-weight: 800;
      line-height: 167%;
      background: linear-gradient(to bottom, white 50%, #8CC0E1);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent !important;
      margin-bottom: 8px; }
  .conditions-screen1 .main-btn {
    width: 100%;
    max-width: 310px;
    margin-top: 40px; }
  .conditions-screen1 .separator {
    position: absolute;
    bottom: -5vw;
    left: 0;
    pointer-events: none;
    z-index: 2;
    width: 100%; }
  .conditions-screen1 .wrap {
    position: relative; }
    .conditions-screen1 .wrap:before {
      content: '';
      width: 200px;
      height: 200px;
      position: absolute;
      left: 15px;
      bottom: -120px;
      background: url("../img/elipse.png") no-repeat center;
      background-size: contain;
      filter: drop-shadow(-50px 70px 10px rgba(0, 0, 0, 0.3)); }
    .conditions-screen1 .wrap:after {
      content: '';
      width: 123px;
      height: 123px;
      position: absolute;
      right: 14%;
      bottom: -7vw;
      background: url("../img/elipse.png") no-repeat center;
      background-size: contain;
      z-index: 3;
      filter: drop-shadow(-35px 50px 10px rgba(0, 0, 0, 0.3)); }

.conditions-screen2 {
  background-color: #030B22 !important;
  padding-bottom: 120px;
  background: url("../img/hoursbg.png") no-repeat left 5vw;
  background-size: cover;
  position: relative; }
  .conditions-screen2 .table-columns {
    width: calc(100% + 16px);
    margin-left: -8px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap; }
    .conditions-screen2 .table-columns .column {
      background: rgba(18, 21, 36, 0.24);
      box-shadow: inset 0px 2px 1px #212E3F, inset 0px 40px 40px rgba(33, 46, 63, 0.16), inset 0px -3px 6px rgba(33, 46, 63, 0.19), inset 0px -6px 18px rgba(33, 46, 63, 0.16), inset 0px 6px 12px rgba(33, 46, 63, 0.4);
      backdrop-filter: blur(12px);
      border-radius: 8px;
      padding: 32px;
      margin: 8px;
      width: calc(33.3% - 16px);
      text-align: center; }
      .conditions-screen2 .table-columns .column .title {
        font-size: 24px;
        text-transform: uppercase;
        filter: drop-shadow(0px 2px rgba(125, 208, 203, 0.4));
        font-weight: 800;
        line-height: 167%;
        background: linear-gradient(to bottom, white 50%, #8CC0E1);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent !important;
        margin-bottom: 8px; }
      .conditions-screen2 .table-columns .column p {
        font-size: 14px;
        line-height: 171%;
        margin-top: 16px;
        color: white; }
  .conditions-screen2:before {
    content: '';
    width: 20%;
    height: calc(100%);
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/h2before.png") no-repeat left bottom;
    background-size: 100%;
    pointer-events: none; }
  .conditions-screen2:after {
    content: '';
    width: 20%;
    height: calc(100%);
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/h2after.png") no-repeat right 5vw;
    background-size: 100%;
    pointer-events: none; }
  .conditions-screen2 .section-heading {
    margin-top: 0;
    font-size: 18px;
    line-height: 167%;
    max-width: 530px; }
  .conditions-screen2 p {
    max-width: 530px;
    color: #B0BADC;
    font-size: 14px;
    line-height: 157%;
    margin-top: 18px; }
  .conditions-screen2 .wrap {
    position: relative;
    z-index: 3; }
  .conditions-screen2 .text-wrap {
    background: radial-gradient(100% 100% at 50% 0%, rgba(121, 207, 255, 0.12) 0%, rgba(194, 233, 255, 0) 54.14%), rgba(18, 21, 36, 0.48);
    box-shadow: inset 0px 2px 1px #212E3F, inset 0px 40px 40px rgba(33, 46, 63, 0.16), inset 0px -3px 6px rgba(33, 46, 63, 0.19), inset 0px -6px 18px rgba(33, 46, 63, 0.16), inset 0px 6px 12px rgba(33, 46, 63, 0.4);
    backdrop-filter: blur(24px);
    border-radius: 8px;
    padding: 40px;
    color: white;
    margin-top: 80px;
    position: relative; }
    .conditions-screen2 .text-wrap .section-heading {
      max-width: 700px; }
    .conditions-screen2 .text-wrap p {
      max-width: 700px;
      margin-top: 24px;
      font-size: 16px; }
    .conditions-screen2 .text-wrap .h-divider {
      margin: 40px 0 40px -40px;
      width: calc(100% + 80px); }
    .conditions-screen2 .text-wrap .last-text-block {
      font-size: 18px;
      font-weight: 700;
      max-width: 700px; }
  .conditions-screen2 .buttons-wrap {
    margin-top: 40px;
    text-align: center;
    position: relative; }
    .conditions-screen2 .buttons-wrap a {
      margin: 0 5px;
      width: 308px;
      padding-left: 20px;
      padding-right: 20px; }

@media (min-width: 1600px) {
  .conditions-screen1::after {
    width: 25%; }

  .conditions-screen1::before {
    content: '';
    width: 32%;
    height: calc(100% - 3vw);
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/h1before.png") no-repeat left bottom;
    background-size: auto;
    background-size: 100%;
    pointer-events: none; }

  .conditions-screen2::before {
    content: '';
    width: 20%;
    height: calc(100%);
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/h2before.png") no-repeat left bottom;
    background-size: auto;
    background-size: 100%;
    pointer-events: none; }

  .conditions-screen2::after {
    content: '';
    width: 20%;
    height: calc(100%);
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/h2after.png") no-repeat right 5vw;
    background-size: auto;
    background-size: 100%;
    pointer-events: none; }

  .conditions-screen1 .wrap::before {
    left: 10%;
    bottom: -9vw; }

  .conditions-screen1 .wrap::after {
    bottom: -210px; } }
@media (max-width: 1300px) {
  .conditions-screen1 {
    padding: 56px 0 10vw; }
    .conditions-screen1:before {
      width: 38%;
      height: calc(100%);
      background: url("../img/h1before.png") no-repeat right bottom; }
    .conditions-screen1:after {
      width: 30%;
      height: calc(100%);
      background: url("../img/h1after.png") no-repeat left bottom; }
    .conditions-screen1 h1 {
      font-size: 54px; }
    .conditions-screen1 .working-time {
      max-width: 620px;
      margin: 24px auto 0;
      font-size: 16px;
      color: #B0BADC; }
      .conditions-screen1 .working-time .inner {
        padding: 24px 35px; }
      .conditions-screen1 .working-time:before {
        width: 76px;
        height: 76px;
        left: -55px;
        top: 30px; }
      .conditions-screen1 .working-time .title {
        font-size: 18px; }
    .conditions-screen1 p {
      font-size: 14px;
      max-width: 420px;
      margin: 24px auto; }
    .conditions-screen1 .main-btn {
      width: 100%;
      max-width: 310px; }
    .conditions-screen1 .separator {
      bottom: -5vw; }
    .conditions-screen1 .wrap {
      position: relative; }
      .conditions-screen1 .wrap:before {
        position: absolute;
        left: -90px;
        bottom: -120px; }
      .conditions-screen1 .wrap:after {
        width: 123px;
        height: 123px;
        right: 30px;
        bottom: -130px; }

  .conditions-screen2 {
    background-color: #030B22 !important;
    padding-bottom: 120px;
    background: url("../img/hoursbg.png") no-repeat left 5vw;
    background-size: cover;
    position: relative;
    padding-top: 30px; }
    .conditions-screen2:before {
      width: 30%;
      height: calc(100%);
      background: url("../img/h2before.png") no-repeat left bottom;
      background-size: 100%; }
    .conditions-screen2:after {
      width: 30%;
      height: calc(100%);
      background: url("../img/h2after.png") no-repeat right 5vw;
      background-size: 100%; }
    .conditions-screen2 .section-heading {
      font-size: 18px; }
    .conditions-screen2 p {
      font-size: 14px;
      margin-top: 18px; }
    .conditions-screen2 .text-wrap {
      border-radius: 8px;
      padding: 40px;
      margin-top: 80px; }
      .conditions-screen2 .text-wrap:after {
        width: 76px;
        height: 76px;
        right: 15%;
        bottom: -30px;
        background: url("../img/elipse.png") no-repeat center;
        background-size: contain; }
      .conditions-screen2 .text-wrap:before {
        width: 134px;
        height: 134px;
        right: 20%;
        top: -70px;
        background: url("../img/elipse.png") no-repeat center;
        background-size: contain; }
      .conditions-screen2 .text-wrap p {
        margin-top: 24px;
        font-size: 16px; }
      .conditions-screen2 .text-wrap .h-divider {
        margin: 40px 0 40px -40px;
        width: calc(100% + 80px); }
      .conditions-screen2 .text-wrap .last-text-block {
        font-size: 18px; }
    .conditions-screen2 .buttons-wrap {
      margin-top: 40px; }
      .conditions-screen2 .buttons-wrap:before {
        width: 150px;
        height: 150px;
        left: 12%;
        bottom: calc(100% + 15px);
        background: url("../img/elipse.png") no-repeat center;
        background-size: contain; }
      .conditions-screen2 .buttons-wrap:after {
        width: 60px;
        height: 60px;
        left: calc(12% + 90px);
        bottom: calc(100% + 120px);
        background: url("../img/elipse.png") no-repeat center;
        background-size: contain; }
      .conditions-screen2 .buttons-wrap a {
        margin: 0 5px;
        width: 308px;
        padding-left: 20px;
        padding-right: 20px; } }
@media (max-width: 991px) {
  .conditions-screen1 {
    padding: 56px 0 13vw; }
    .conditions-screen1:before {
      width: 38%;
      height: calc(100%);
      background: url("../img/h1before.png") no-repeat right bottom; }
    .conditions-screen1:after {
      width: 30%;
      height: calc(100%);
      background: url("../img/h1after.png") no-repeat left bottom; }
    .conditions-screen1 h1 {
      font-size: 54px; }
    .conditions-screen1 .working-time {
      max-width: 540px;
      margin: 24px auto 0;
      font-size: 16px;
      color: #B0BADC; }
      .conditions-screen1 .working-time .inner {
        padding: 24px 35px; }
      .conditions-screen1 .working-time:before {
        width: 76px;
        height: 76px;
        left: -55px;
        top: 30px; }
      .conditions-screen1 .working-time .title {
        font-size: 18px; }
    .conditions-screen1 p {
      font-size: 14px;
      max-width: 420px;
      margin: 24px auto; }
    .conditions-screen1 .main-btn {
      width: 100%;
      max-width: 310px; }
    .conditions-screen1 .separator {
      bottom: -5vw; }
    .conditions-screen1 .wrap {
      position: relative; }
      .conditions-screen1 .wrap:before {
        display: none; }
      .conditions-screen1 .wrap:after {
        width: 123px;
        height: 123px;
        right: -40px;
        bottom: -200px; }

  .conditions-screen2 {
    background-color: #030B22 !important;
    padding-bottom: 120px;
    background: url("../img/hoursbg.png") no-repeat left 5vw;
    background-size: cover;
    position: relative;
    padding-top: 30px; }
    .conditions-screen2 .table-columns .column {
      width: calc(50% - 16px); }
    .conditions-screen2:before {
      width: 25%;
      height: calc(70%);
      background: url("../img/h2before.png") no-repeat right 70px;
      background-size: cover;
      bottom: 0;
      top: unset; }
    .conditions-screen2:after {
      width: 30%;
      height: calc(70%);
      background: url("../img/h2after.png") no-repeat left 5vw;
      background-size: cover; }
    .conditions-screen2 .section-heading {
      font-size: 18px; }
    .conditions-screen2 p {
      font-size: 14px;
      margin-top: 18px; }
    .conditions-screen2 .text-wrap {
      border-radius: 8px;
      padding: 40px;
      margin-top: 80px; }
      .conditions-screen2 .text-wrap:after {
        width: 76px;
        height: 76px;
        right: 15%;
        bottom: -30px;
        background: url("../img/elipse.png") no-repeat center;
        background-size: contain; }
      .conditions-screen2 .text-wrap:before {
        width: 134px;
        height: 134px;
        right: 20%;
        top: -70px;
        background: url("../img/elipse.png") no-repeat center;
        background-size: contain; }
      .conditions-screen2 .text-wrap p {
        margin-top: 24px;
        font-size: 16px; }
      .conditions-screen2 .text-wrap .h-divider {
        margin: 40px 0 40px -40px;
        width: calc(100% + 80px); }
      .conditions-screen2 .text-wrap .last-text-block {
        font-size: 18px; }
    .conditions-screen2 .buttons-wrap {
      margin-top: 40px; }
      .conditions-screen2 .buttons-wrap:before {
        width: 150px;
        height: 150px;
        left: 12%;
        bottom: calc(100% + 15px);
        background: url("../img/elipse.png") no-repeat center;
        background-size: contain; }
      .conditions-screen2 .buttons-wrap:after {
        width: 60px;
        height: 60px;
        left: calc(12% + 90px);
        bottom: calc(100% + 120px);
        background: url("../img/elipse.png") no-repeat center;
        background-size: contain; }
      .conditions-screen2 .buttons-wrap a {
        margin: 0 5px;
        width: 308px;
        padding-left: 20px;
        padding-right: 20px; } }
@media (max-width: 767px) {
  .conditions-screen1 {
    padding: 40px 0 20vw; }
    .conditions-screen1:before {
      width: 150px;
      height: calc(100%);
      background: url("../img/h1before.png") no-repeat right -70px;
      background-size: 100%; }
    .conditions-screen1:after {
      width: 150px;
      height: calc(100%);
      background: url("../img/h1after.png") no-repeat left -70px;
      background-size: 100%; }
    .conditions-screen1 h1 {
      font-size: 32px; }
    .conditions-screen1 .working-time {
      max-width: 420px;
      margin: 24px auto 0;
      font-size: 16px;
      color: #B0BADC; }
      .conditions-screen1 .working-time .inner {
        padding: 24px 15px; }
      .conditions-screen1 .working-time:before {
        display: none; }
      .conditions-screen1 .working-time .title {
        font-size: 18px; }
    .conditions-screen1 p {
      font-size: 14px;
      max-width: 420px;
      margin: 24px auto; }
    .conditions-screen1 .main-btn {
      width: 100%;
      max-width: 310px; }
    .conditions-screen1 .separator {
      bottom: -40vw;
      max-width: initial;
      height: 120vw; }
    .conditions-screen1 .wrap {
      position: relative;
      z-index: 1; }
      .conditions-screen1 .wrap:before {
        display: none; }
      .conditions-screen1 .wrap:after {
        display: none; }

  .conditions-screen2 {
    background-color: #030B22 !important;
    padding-bottom: 80px;
    padding-top: 80px; }
    .conditions-screen2 .table-columns {
      overflow: auto;
      display: inline-flex;
      justify-content: flex-start;
      padding-left: 15px;
      width: calc(100% + 30px);
      margin-left: -15px;
      flex-flow: row;
      flex-wrap: nowrap; }
      .conditions-screen2 .table-columns .column {
        width: auto;
        flex: 0 0 250px;
        margin: 0 16px 0 0;
        padding: 24px 16px; }
    .conditions-screen2:before {
      display: none; }
    .conditions-screen2:after {
      display: none; }
    .conditions-screen2 .section-heading {
      font-size: 16px; }
    .conditions-screen2 p {
      font-size: 14px;
      margin-top: 18px; }
    .conditions-screen2 .text-wrap {
      border-radius: 8px;
      padding: 24px;
      margin-top: 40px; }
      .conditions-screen2 .text-wrap:after {
        display: none; }
      .conditions-screen2 .text-wrap:before {
        display: none; }
      .conditions-screen2 .text-wrap p {
        margin-top: 24px;
        font-size: 14px; }
      .conditions-screen2 .text-wrap .h-divider {
        margin: 40px 0 40px -40px;
        width: calc(100% + 80px); }
      .conditions-screen2 .text-wrap .last-text-block {
        font-size: 16px; }
    .conditions-screen2 .buttons-wrap {
      margin-top: 30px; }
      .conditions-screen2 .buttons-wrap:before {
        display: none; }
      .conditions-screen2 .buttons-wrap:after {
        display: none; }
      .conditions-screen2 .buttons-wrap a {
        margin: 10px 0;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }

/*# sourceMappingURL=conditions.css.map */
