.col-50 {
  width: 50%;
  float: left;
}

.col-33 {
  width: 33.33%;
  float: left;
}

.col-70 {
  width: 70%;
  float: left;
}

.col-30 {
  width: 30%;
  float: left;
}

.section {
  width: 100%;
}

  .section.bg-blue {
    background-color: #01aae9;
  }

  .section.bg-light-green {
    background-color: #adda43;
  }

  .section .hidden-copy {
    display: none;
  }


  .section h2 b {
    margin: 0;
  }

  .section .row {
    width: 100%;
    margin: auto;
  }


  .section .form-layout {
    width: 100%;
  }

  .section .form-input-group, .section .form-nav {
    max-width: none;
  }


  .section .form-layout-title {
    font-size: 46px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }

  .section .form-layout-subtitle {
    font-size: 23px;
    text-align: center;
    padding: 5px 0 20px 0;
    font-weight: bold;
    margin: 0;
  }

  .section .container {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
    height: inherit;
  }

  .section.title img {
    position: relative;
    top: -5px;
    margin-right: 5px;
  }

  .section .page-dip .calc-col-offer {
    display: none;
  }

  .section .page-dip .calc-col-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: none;
    margin: 0px;
    padding: 0 0 20px 0;
  }

  .section .white-boxshadow {
    background-color: white;
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.15);
  }

  .section a:not(.btn) {
    color: #8DBA23;
  }

@media screen and (max-width: 600px) {
  .section .white-boxshadow {
    box-shadow: none;
  }

  .section h3.form-layout-title {
    font-size: 30px;
  }

  .section .page-dip {
    margin: 0;
  }

    .section .page-dip > .container {
      padding: 0;
    }

  .section.light-grey.py-lg-4 > .container {
    padding: 0;
  }
}


/*==== section hero-img ====*/
.section.hero-img {
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 360px;
}

  .section.hero-img .row h1 {
    font-size: 68px;
    font-weight: bold;
    line-height: 62px;
  }

  .section.hero-img .row {
    display: block;
    position: relative;
    top: 18.5%;
  }

    .section.hero-img .row h2 {
      font-size: 22px;
      width: 80%;
      margin: auto;
      line-height: 36px;
    }

    .section.hero-img .row h1,
    .section.hero-img .row h2 {
      text-align: center;
      color: #ffffff;
    }

/*==== section header-img ====*/
.section.header-img {
  background: url('/~/media/Romania/202022/header-image.png') no-repeat;
  /*background: url('/img/content/banner/family2_gri.webp') no-repeat;*/
  min-height: 448px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  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;
}

  .section.header-img .row h1 {
    color: #ffffff;
    font-size: 72px;
    line-height: 72px;
    text-align: center;
  }

/*==== section program ====*/
.section.program .col-25:nth-last-child(1) .section {
  margin-top: -30px !important;
}

.section.program .row {
  overflow: hidden;
}

.section.program .container div .row:nth-child(1) {
  text-align: center;
  display: block;
}

  .section.program .container div .row:nth-child(1) span {
    width: 100%;
    display: block;
    font-size: 30px;
    line-height: 36px;
  }

.section.program .container div .row:nth-child(2) .col-25 {
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  padding: 15px;
  padding-bottom: 20px;
  width: 270px;
  min-height: 170px;
  position: relative;
  right: 0px;
  background-color: #adda43;
}

  .section.program .container div .row:nth-child(2) .col-25 img,
  .section.program .container div .row:nth-child(2) .col-25 span,
  .section.program .container div .row:nth-child(2) .col-25 input {
    display: block;
    text-align: center;
    margin: auto;
  }

  .section.program .container div .row:nth-child(2) .col-25 a {
    font-size: 18px;
    line-height: 24.07px;
    text-decoration: none;
    color: #ffffff;
  }

.section.program .container div .container div .row:nth-child(2) .col-25 span {
  font-size: 18px;
  line-height: 24.07px;
}

.section.program .container div .row:nth-child(2) .col-25 span {
  margin-top: 25px;
}

.section.program .container div .row:nth-child(2) .col-25 input {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(255, 201, 0, 0.2);
  box-shadow: 0px 15px 20px 0px rgba(255, 201, 0, 0.2);
  background: #ffffff;
  color: #00b1e8;
  width: 80%;
  border-radius: 50px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  margin-top: 25px;
  position: absolute;
  bottom: 25px;
  left: 10%;
  text-wrap: wrap;
  line-height: 16px;
  padding: 3px 10px;
  min-height: 36px;
}

  .section.program .container div .row:nth-child(2) .col-25 input:focus {
    outline: 0;
  }

.section.program .container div .row:nth-child(2) .col-25 span {
  margin-top: 13px !important;
  font-weight: 700;
  color: #009941;
}

.section.program .container div .row:nth-child(1) .section {
  margin: 40px 0px;
}

.section.program {
  padding: 70px 0px;
}

  .section.program .titlu-program {
    margin-top: 0;
    font-size: 46px;
    color: #1a1919;
  }

/*==== section credit-categorys ====*/
.section.credit-categorys {
  color: #ffffff;
}

.section.bg-light-grey {
  background-color: #e8e8e8;
}

.section.credit-categorys.bg-light-grey .row h2,
.section.credit-categorys.bg-light-grey .row h3 {
  color: #202020;
}

.section.credit-categorys .row.rowTitle {
  width: 70%;
}

.section.credit-categorys .row {
  justify-content: center;
}

  .section.credit-categorys .row .section .row {
    width: 80%;
    flex-wrap: nowrap;
  }

  .section.credit-categorys .row h2 {
    color: #ffffff;
    font-size: 46px;
    text-align: center;
    padding-top: 40px;
  }

.categorys {
  margin: auto;
  overflow: hidden;
  width: 60%;
  text-align: center;
  overflow: visible;
}

.section.credit-categorys .categorys .col-33 {
  background-color: #fffffe;
  max-width: 300px;
  width: 100%;
  position: relative;
  right: 0px;
  margin-right: 27px;
  margin-top: 50px;
  margin-bottom: 60px;
}

  .section.credit-categorys .categorys .col-33:nth-last-child(1) {
    margin-right: 0;
  }

  .section.credit-categorys .categorys .col-33 .section .row.title {
    width: 81%;
  }

    .section.credit-categorys .categorys .col-33 .section .row.title h2 {
      color: #000000;
      line-height: 36px;
      font-size: 30px;
      text-align: center;
      padding-top: 20px;
      width: 100%;
    }

  .section.credit-categorys .categorys .col-33 .section .row.descriptions .check-icon {
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
  }

  .section.credit-categorys .categorys .col-33 .section .row.descriptions p {
    color: #4d4d4d;
    line-height: 24px;
    font-size: 18px;
    text-align: left;
  }

  .section.credit-categorys .categorys .col-33 .section .row.descriptions .check-icon::after {
    content: ' ';
    position: relative;
    display: block;
    height: 16px;
    width: 16px;
    /*background: url(/img/content/promo/checkmark-16.png) 0 0 no-repeat;*/
    background: url(/-/media/Project/Romania/Images/Promo/checkmark-16) 0 0 no-repeat;
    background-size: 90%;
    top: 0;
    left: 0;
    margin-right: 10px;
  }

.section.credit-categorys .categorys .col-33 .section a {
    /*/*font-family: Gotham Rounded Book;*/*/
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.2);
    background: #adda43;
    color: #FFFFFF!important;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    padding: 10px;
    line-height: 20px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 15px;
    text-transform: uppercase;
}

.section.credit-categorys .categorys .col-33 .section a:hover {
    background: #00ace9;
}



@media screen and (min-width: 992px) {
  .section.credit-categorys .categorys .col-33 {
    padding-bottom: 70px;
    position: relative;
  }

    .section.credit-categorys .categorys .col-33 .section a {
      position: absolute;
      left: 7%;
      right: 7%;
      bottom: 30px;
    }
}

.row .row.descriptions {
  margin-bottom: 20px;
}

.section.credit-categorys .row .section .row {
  width: 85% !important;
}

@media screen and (min-width: 955px) {
  .section.credit-categorys .row .section .row {
    width: 85% !important;
  }
}

/*==== titlu-program ====*/
.section .row.contact-method {
  overflow: visible !important;
  padding: 100px 0 0 0;
  height: auto;
  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;
}

.contact-method .col-25 {
  width: 23%;
  float: left;
  margin: 0 1%;
}

.section .row.contact-method .col-25 .section {
  margin-top: -50px;
}

/*==== section header ====*/
.section.header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

  .section.header .col-70 {
    background-color: #adda43;
    padding: 0;
  }

    .section.header .col-70.info {
      width: calc(100% - 678px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }

    .section.header .col-70 h1 {
      margin: 0;
      color: #ffffff;
      padding-top: 42px;
      font-size: 72px;
      line-height: 74px;
    }

    .section.header .col-70 .section.texts, .section.header .col-70 .section.details {
      margin: 0 auto;
      padding: 0 20px;
    }

      .section.header .col-70 .section.texts .section.pagph_one {
        margin-top: 21px;
        margin-bottom: 26px;
      }

      .section.header .col-70 .section.texts .section.pagph_tree {
        margin-top: 28px;
      }

      .section.header .col-70 .section.texts p {
        color: #ffffff;
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 10px 0;
      }

      .section.header .col-70 .section.texts .section.timer p {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        margin-top: 10px;
      }

      .section.header .col-70 .section.texts ul {
        color: #ffffff;
        font-size: 24px;
        line-height: 32px;
      }

        .section.header .col-70 .section.texts ul.check_list {
          padding-left: 24px;
        }

      .section.header .col-70 .section.texts .check_list li {
        padding-left: 11px;
        position: relative;
        line-height: 25px;
        margin: 15px 0 5px 0;
      }

        .section.header .col-70 .section.texts .check_list li::before {
          content: ' ';
          position: absolute;
          display: block;
          height: 24px;
          width: 24px;
          /*background: url(/img/content/promo/checkmark-24.png) 0 0 no-repeat;*/
          background: url(/-/media/Project/Romania/Images/Promo/checkmark-24) 0 0 no-repeat;
          background-size: 90%;
          top: 0;
          left: -20px;
        }

        .section.header .col-70 .section.texts .check_list li span {
          -webkit-text-decoration: underline white;
          text-decoration: underline white;
        }

      .section.header .col-70 .section.texts .dots_list li::before {
        color: #009941;
      }

    .section.header .col-70 .section.timer {
      border: 1px solid #009941;
      border-radius: 40px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding-top: 12px;
      padding-bottom: 8px;
      margin-top: 25px;
      margin-bottom: 50px;
    }

      .section.header .col-70 .section.timer .count_down {
        float: right;
        padding: 7px 15px 0 0;
        white-space: nowrap;
        font-size: 0;
      }

        .section.header .col-70 .section.timer .count_down div {
          color: #ffffff;
          font-size: 30px;
          line-height: 28px;
          display: -ms-inline-grid;
          display: inline-grid;
          padding-right: 10px;
          padding-left: 10px;
          border-right: 1px solid #009941;
          min-width: 42px;
        }

          .section.header .col-70 .section.timer .count_down div:nth-last-child(1) {
            border-right: none;
            padding-right: 0;
          }

          .section.header .col-70 .section.timer .count_down div:nth-child(1) {
            padding-left: 0;
          }

        .section.header .col-70 .section.timer .count_down span {
          color: #009941;
          font-size: 22px;
          line-height: 30px;
        }

      .section.header .col-70 .section.timer a {
        background-color: #ffffff;
        color: #4d4d4d;
        text-align: center;
        max-width: 247px;
        width: 100%;
        padding-top: 14px;
        padding-bottom: 14px;
        border-radius: 25px;
        text-decoration: none;
        display: block;
        margin-left: 15px;
      }

    .section.header .col-70 .green-panel {
      background-color: #009941;
      width: 100%;
      height: 120px;
    }

    .section.header .col-70 .section.details p {
      color: #ffffff;
      font-size: 16px;
      line-height: 24px;
    }

  .section.header .col-30 {
    position: relative;
    width: 678px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }

    .section.header .col-30 .child_image {
      position: absolute;
      bottom: 0;
    }

  .section.header .section.col-30.iamge_f {
    position: relative;
  }

  .section.header .col-30.parent_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

/* section icons-benefits */
.section.necessary {
  padding-top: 50px;
  margin-bottom: 65px;
}

  .section.necessary .title-necessary {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 46px;
    color: #1a1919;
  }

  .section.necessary .col-25:nth-last-child(1) {
    margin-right: 0;
  }

  .section.necessary .row:nth-child(1) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section.necessary .row {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
  }

    .section.necessary .row:nth-child(2) .col-25 img,
    .section.necessary .row:nth-child(2) .col-25 span,
    .section.necessary .row:nth-child(2) .col-25 input {
      display: block;
      text-align: center;
      margin: auto;
    }

    .section.necessary .row:nth-child(2) .col-25 a {
      font-size: 18px;
      line-height: 24.07px;
      text-decoration: none;
      color: #ffffff;
    }

  .section.necessary .icons-necessary .col-25 {
    position: relative;
    right: 0px;
    flex: 0 0 25%;
  }

  .section.necessary .row.icons-necessary .col-25 .row.description {
    width: 90%;
  }

    .section.necessary .row.icons-necessary .col-25 .row.description p {
      font-size: 18px;
      line-height: 24px;
      padding-top: 7px;
    }

  .section.necessary .row:nth-child(2) .col-25 input {
    -webkit-box-shadow: 0px 15px 20px 0px rgba(255, 201, 0, 0.2);
    box-shadow: 0px 15px 20px 0px rgba(255, 201, 0, 0.2);
    background: #ffffff;
    color: #00b1e8;
    width: 80%;
    border-radius: 50px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    margin-top: 25px;
    position: absolute;
    bottom: 25px;
    left: 10%;
  }

    .section.necessary .row:nth-child(2) .col-25 input:focus {
      outline: 0;
    }

  .section.necessary .row:nth-child(1) .section {
    margin: 0;
    margin-bottom: 40px;
  }

@media screen and (max-width: 1855px) {
  .section.necessary {
    padding-top: 30px;
    margin-bottom: 25px;
  }
}

/*==== title-necessary ====*/
.icons-necessary {
  margin: auto;
  overflow: hidden;
  width: 65%;
  text-align: center;
  overflow: visible;
}

@media screen and (max-width: 1790px) {

  .section.header .col-70 h1 {
    font-size: 55px;
    line-height: 56px;
  }

  .section.header .col-70 .section.texts p {
    font-size: 19px;
    line-height: 25px;
  }

  .section.header .col-70 .section.texts ul {
    font-size: 19px;
    line-height: 25px;
  }

  .section.header .col-70 .section.texts .section.timer p {
    font-size: 16px;
    line-height: 30px;
    padding-left: 40px;
  }

  .section.header .col-70 .section.texts .section.pagph_one {
    margin-bottom: 0px;
  }

  .section.header .col-70 .section.texts .section.pagph_two {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .section.header .col-70 .section.texts .section.pagph_tree {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .section.header .col-70 .section.texts ul {
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 30px;
  }

  .section.header .col-70 .section.texts .check_list li::marker {
    font-size: 20px;
    line-height: 30px;
  }

  .section.header .col-70 .section.details p {
    line-height: 23.5px;
  }

  .section.header .col-70 .section.timer .count_down div {
    font-size: 23px;
    line-height: 22px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .section.header .col-70 .section.timer .count_down span {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1645px) {
  .section.header .col-70 .section.texts .section.timer p {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1462px) {

  .section.header .col-70.info {
    width: calc(100% - 500px);
  }

  .section.header .col-70 .green-panel {
    height: 107px;
  }
}

@media screen and (min-width: 1300px) {
  .section.header .col-70 .section.texts, .section.header .col-70 .section.details {
    margin: 0 0 0 auto;
    width: calc(50% + 253px);
  }
}

@media screen and (min-width: 1440px) {
  .section.header .col-70 .section.texts, .section.header .col-70 .section.details {
    width: calc(50% + 303px);
  }
}

@media screen and (min-width: 1462px) {
  .section.header .col-70 .section.texts, .section.header .col-70 .section.details {
    width: calc(50% + 283px);
  }
}


@media screen and (max-width: 1400px) {

  .section.header .col-70 .section.timer a {
    max-width: 200px;
  }
}

@media screen and (max-width: 1300px) {
  .section.header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

    .section.header .col-70.info {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%;
      z-index: 5;
    }

    .section.header .col-30 .child_image {
      bottom: -120px;
      right: 0px;
    }

    .section.header .col-30.parent_image {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
    }

  .section.necessary .row.icons-necessary {
    width: 85%;
  }

  .section.header .col-70 .section.timer a {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section.header .col-70 .section.timer {
    padding-bottom: 3px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1300px) {
  .section.header .col-70 .section.texts, .section.header .col-70 .section.details {
    padding: 0 20px;
    max-width: 1032px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 810px) {
  .section.header .col-70 .section.texts .section.timer p {
    padding-left: 0;
    text-align: center;
    width: 100%;
  }

  .section.header .col-70 .section.timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

    .section.header .col-70 .section.timer .col-33 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
    }

      .section.header .col-70 .section.timer .col-33 .count_down {
        text-align: center;
        width: 100%;
        padding: 0 0 15px 0;
      }

    .section.header .col-70 .section.timer a {
      margin-right: 15px;
      margin-bottom: 0;
      max-width: 100%
    }

  .section.header .col-70 .green-panel {
    height: auto;
  }
}

.section.necessary .row.icons-necessary .col-25 .row.description p {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

/* section slider */
.section.slider-section {
  background-color: #01aae9;
  color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 80px;
}

  .section.slider-section .section.main-slider {
    width: 60%;
    margin: auto;
  }

    .section.slider-section .section.main-slider p {
      text-align: left;
      font-size: 16px;
      line-height: 32px;
      width: 85%;
      margin: auto;
    }

    .section.slider-section .section.main-slider .author {
      font-family: Poppins SemiBold;
      text-align: right;
      font-size: 12px;
      line-height: 22px;
      margin-right: 82px;
    }

  .section.slider-section .title-slider {
    font-size: 30px;
  }

/* section seo */
.section.qna-section {
  padding: 10px 0 30px 0;
}

  .section.qna-section h2 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .section.qna-section h3 {
    color: #FFFFFF;
    background-color: #00ace9;
    padding: 5px 20px;
    margin-top: 20px;
  }

    .section.qna-section h3 + p {
      padding: 10px 20px 10px 20px;
      margin: 0 0 0 20px;
      border-left: 1px solid #d0d0d0;
    }

/* section banner */
.section.banner-section {
  padding-bottom: 40px;
}

  .section.banner-section .container {
    padding: 0;
    overflow-x: hidden;
  }

/* section content */
.section.content-section {
  padding: 40px 0;
}

  .section.content-section h1 {
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    color: #01aae9;
  }

  .section.content-section h2 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #01aae9;
  }

  .section.content-section p {
  }

  .section.content-section .content-link {
    display: block;
    text-align: center;
  }

    .section.content-section .content-link:hover {
      color: #01aae9;
    }


  .section.content-section h3 {
    font-size: 25px;
    color: #00b0f0;
    margin-top: 20px;
  }

  .section.content-section ul {
    padding-left: 24px;
    margin-bottom: 10px;
  }

  .section.content-section li {
    padding-left: 11px;
    position: relative;
    margin-top: 8px;
  }

    .section.content-section li::before {
      content: ' ';
      position: absolute;
      display: block;
      height: 16px;
      width: 16px;
      /*background: url(/img/content/promo/checkmark-16.png) 0 0 no-repeat;*/
      background: url(/-/media/Project/Romania/Images/Promo/checkmark-16) 0 0 no-repeat;
      left: -10px;
      top: 3px;
    }

@media screen and (max-width: 440px) {
  .section.content-section p {
    font-size: 14px;
  }

  /* section banner */
  .section.banner-section .banner-link {
    display: block;
  }

  .section.banner-section img {
    min-width: 390px;
  }
}

.section.content-section .title-content {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 46px;
  color: #1a1919;
}

/* section promo */
.section.promo-section {
  background-color: #adda43;
  text-align: center;
  padding: 40px 0;
}

  .section.promo-section.bgcolor-green {
    background-color: #adda43;
  }

  .section.promo-section.bgcolor-blue {
    background-color: #01aae9;
  }

  .section.promo-section .title-promo {
    font-size: 55px;
    line-height: 60px;
    text-align: left;
  }

  .section.promo-section .promo-content {
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 30px;
  }

  .section.promo-section .col-sm-10 {
    color: #fff;
  }

  .section.promo-section ul {
    padding-left: 24px;
  }

  .section.promo-section li {
    padding-left: 11px;
    position: relative;
    line-height: 25px;
  }

    .section.promo-section li::before {
      content: ' ';
      position: absolute;
      display: block;
      height: 16px;
      width: 16px;
      /*background: url(/img/content/promo/checkmark-16.png) 0 0 no-repeat;*/
      background: url(/-/media/Project/Romania/Images/Promo/checkmark-16) 0 0 no-repeat;
      background-size: 90%;
      top: 7px;
      left: -20px;
    }

  .section.promo-section .promo-image {
    padding: 0 15%;
    margin-bottom: -50px;
  }

  .section.promo-section .promo-text {
    padding: 0 20px 0 0;
    color: #FFFFFF;
  }

  .section.promo-section .promo-box {
    position: absolute;
    width: 40%;
    padding: 20px 18px 13px 15px;
    background-color: #FFFFFF;
    text-align: left;
  }

    .section.promo-section .promo-box p {
      padding-left: 35px;
    }

  .section.promo-section .textbox1 {
    top: 20%;
    left: 0;
  }

  .section.promo-section .textbox2 {
    top: 50%;
    right: 0;
  }

  .section.promo-section .promo-image img {
    border-radius: 0 0 90% 0;
  }

  .section.promo-section .btn.light-blue {
    color: #FFFFFF;
    background-color: #01aae9;
    border-color: #01aae9;
    margin-bottom: 0;
  }

    .section.promo-section .btn.light-blue:hover {
      color: #01aae9;
      background-color: #FFFFFF;
      border-color: #FFFFFF;
    }

  .section.promo-section .btn.light-green {
    color: #FFFFFF;
    background-color: #adda43;
    border-color: #adda43;
    margin-bottom: 0;
  }

    .section.promo-section .btn.light-green:hover {
      color: #adda43;
      background-color: #FFFFFF;
      border-color: #FFFFFF;
    }

@media screen and (max-width: 767px) {
  .section.promo-section .promo-text {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .section.promo-section .title-promo {
    font-size: 45px;
    line-height: 50px;
  }

  .section.promo-section .promo-content {
    font-size: 20px;
    line-height: 32px;
  }

  .section.promo-section .promo-box {
    width: 45%;
  }

  .section.credit-categorys .categorys .col-33 {
    margin-bottom: 3px;
  }

    .section.credit-categorys .categorys .col-33:nth-last-child(1) {
      margin-bottom: 50px;
    }

  .section.credit-categorys .categorys .col-33 {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }

  .row.categorys .section {
    background-color: #fffffe;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .section.credit-categorys .row.descriptions {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 440px) {
  .section.promo-section .title-promo {
    font-size: 35px;
    line-height: 40px;
  }

  .section.promo-section .promo-content {
    font-size: 16px;
    line-height: 24px;
  }

  .section.promo-section .promo-box {
    width: 100%;
  }

  .section.promo-section .textbox1 {
    top: auto;
    bottom: 140px;
  }

  .section.promo-section .textbox2 {
    top: auto;
    bottom: 10px;
    position: static;
    margin: 0 -15px;
    width: auto;
  }

  .section.promo-section .promo-image {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .section.program .titlu-program {
    font-size: 30px !important;
    line-height: 36px;
  }

  .section.program .container div .row:nth-child(1) span {
    font-size: 30px !important;
  }

  .section.program .row:nth-child(2) .col-25 {
    width: 95%;
    margin-bottom: 60px;
  }

  .section .form-layout-title {
    font-size: 40px;
    line-height: 45px;
  }

  .section.slider-section .title-slider {
    font-size: 28px;
  }

  .section.slider-section .section.main-slider p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }

  .section.hero-img {
    width: 100%;
    height: auto;
  }

    .section.hero-img .row {
      position: relative;
      top: -0.5%;
    }

      .section.hero-img .row h1 {
        font-size: 36px;
        line-height: 36px;
        margin-top: 60.95px;
        letter-spacing: 0;
      }

      .section.hero-img .row h2 {
        font-size: 18px !important;
        width: 80% !important;
        line-height: 24px;
        margin-bottom: 54.855px;
      }

  .section.promo-section .promo-image {
    margin-bottom: 20px;
  }

  .section.credit-categorys .categorys .col-33 {
    margin-right: 0;
  }
}

@media screen and (max-width: 440px) {
  .section.header .col-70 h1 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
  }

  .section.header .col-70 .section.texts p {
    font-size: 18px;
    line-height: 24px;
  }

  .section.header .col-70 .section.texts ul {
    font-size: 18px;
    line-height: 22px;
  }

  .section.header .col-70 .section.timer a {
    line-height: 28px;
  }

  .section.header .col-70 .section.texts .section.timer p {
    font-size: 16px;
    line-height: 30px;
  }

  .section.header .col-70 .section.timer .count_down span {
    line-height: 30px;
  }

  .section.necessary .title-necessary {
    font-size: 30px;
    line-height: auto;
    margin-bottom: 20px;
  }

  .section.necessary .icons-necessary .col-25 {
    width: 100%;
    padding-bottom: 13px;
  }

    .section.necessary .icons-necessary .col-25:last-child {
      padding-bottom: 0;
    }

  .section.slider-section .title-slider {
    font-size: 28px;
    line-height: 30px;
  }

  .section.slider-section .section.main-slider p {
    font-size: 12px;
    line-height: 22px;
    width: 100%;
  }

  .section.slider-section .section.main-slider {
    width: 90%;
    margin: auto;
  }

  button.slick-arrow {
    display: none !important;
  }

  .section.header .col-30.parent_image img {
    height: auto;
  }

  .section.header .col-30.parent_image {
    height: 211px;
  }

  .section.header .col-70 .section.texts .section.pagph_one {
    margin-top: 32px;
  }

  .section.header .col-70 .section.texts .check_list li {
    padding-left: 13px;
    line-height: 20px;
    margin-top: 15px;
  }

    .section.header .col-70 .section.texts .check_list li::marker {
      font-size: 18px;
      line-height: 28px;
    }

  .section.header .col-70 .section.texts ul.check_list {
    padding-left: 17px;
  }

  .section.header .col-70 .section.texts ul.dots_list {
    padding-left: 29px;
    line-height: 24px;
  }

  .section.header .col-70 .section.texts .dots_list li::marker {
    font-size: 30px;
  }

  .section.header .col-70 .section.timer {
    margin-top: 19px;
  }

  .section.necessary .row.icons-necessary {
    width: 100%;
  }

    .section.necessary .row.icons-necessary .col-25 .row.description {
      width: 100%;
    }

      .section.necessary .row.icons-necessary .col-25 .row.description p {
        padding: 0;
      }

  .section.credit-categorys .categorys .col-33:nth-last-child(1) {
    margin-bottom: 50px;
  }

  .section.header-img {
    height: 275px;
  }

    .section.header-img .row h1 {
      font-size: 36px;
      line-height: 36px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1465px) {
  .section.program .container div .row:nth-child(2) .col-25 {
    width: 43%;
    margin-bottom: 60px;
  }

  .section.program .container div .row:nth-child(2) {
    overflow: unset;
    right: 10px;
  }
}

@media screen and (min-width: 1400px) {
  .section.header .col-70 .section.timer a {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 900px) {
  .section.header .col-30 .child_image {
    left: 250px;
    bottom: -19%;
  }
}

.mobile-menu-icon {
  z-index: 999999;
}

@media screen and (min-width: 1200px) {
  .content-row-1 {
    background-color: #ededed;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 600px) {
  .section.header .col-70 .section.timer .count_down {
    padding-right: 0px;
  }

  .section.credit-categorys .row h2 {
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {

  .section.header .col-70 .section.timer a {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1280px) {
  .section.necessary .icons-necessary .col-25 {
    margin-left: auto;
    margin-right: auto;
  }

  .section.necessary .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.necessary .icons-necessary .col-25 {
    flex: 0 0 50%;
  }

  .row.categorys .section {
    max-width: 370px;
  }

  .section.credit-categorys .categorys .col-33 .section a {
    margin-top: 5px;
    color: #363636;
  }

  .section.credit-categorys .categorys .col-33 .section .row.title {
    width: 81%;
  }

  .section.credit-categorys .categorys .col-33 {
    margin-top: 25px;
  }

  .section.credit-categorys .row.rowTitle {
    width: 90%;
    margin-bottom: 10px;
  }

  .section.credit-categorys .row .section .row {
    width: 86%;
  }

  .section.credit-categorys .row h2 {
    padding-top: 25px;
  }

  .section.credit-categorys .categorys .col-33 .section .row.title h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .section.header-img .row {
    width: 85%;
  }

  .section.opportunity .row.title h2, #titlu-avantages, .section.calculator .row .title-calculator, .section.credit-categorys .row h2 {
    font-size: 30px;
  }

  .section.header-img .row h1 {
    font-size: 32px;
    line-height: 32px;
    max-width: 529px;
    margin: 10px auto;
  }

  .section.header-img {
    min-height: 274px;
  }
}

@media screen and (min-width: 955px) {
  .section.necessary .row {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

/* section help */
.section.light-grey {
  background-color: #e8e8e8;
  position: relative;
  bottom: -2px;
}

@media screen and (min-width: 1441px) and (max-width: 2000px) {
  .section.hero-img .row h2 {
    width: 60%;
  }
}

/* section lp-link */

.lp-PayByLink li {
  list-style-type: decimal;
}

.lp-PayByLink h1, .lp-PayByLink h2 {
  color: #00ace9;
  font-weight: normal;
}

.lp-PayByLink h3 {
  font-weight: normal;
}


.lp-PayByLink header {
  background-color: #f8f8f8;
  color: #4d4d4f;
  padding: 0;
  position: relative;
  z-index: 1;
}

.lp-PayByLink .header-content {
  padding: 100px 0;
}

.lp-PayByLink header h1 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 40px;
}

.lp-PayByLink header p {
  margin-bottom: 30px;
}

  .lp-PayByLink header p span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .lp-PayByLink header p strong {
    display: block;
  }

.lp-PayByLink header h1,
.lp-PayByLink header p {
  max-width: 360px;
}

.lp-PayByLink-1 header {
  background-color: #f8f8f8;
  color: #4d4d4f;
  padding: 40px;
  position: relative;
  z-index: 1;
}

  .lp-PayByLink-1 header h1,
  .lp-PayByLink-1 header p {
    max-width: 990px !important;
  }

  .lp-PayByLink-1 header h1 {
    font-size: 35px !important;
    line-height: 1;
    margin-bottom: 40px !important;
  }

.lp-PayByLink .circle {
  border-radius: 50%;
  height: 550px;
  position: absolute;
  width: 550px;
}

  .lp-PayByLink .circle.gray {
    background-color: #f0f0f0;
    position: relative;
    z-index: -1;
  }

.lp-PayByLink .circle-hero {
  bottom: 0;
  height: 500px;
  overflow: hidden;
  padding-top: 120px;
  position: absolute;
  right: 10px;
}

.lp-PayByLink .hero-img {
  bottom: -36px;
  position: absolute;
  right: 50px;
}

.lp-PayByLink header .hero-img::before {
  /*background: url(/img/content/online-payment/hero-graf.webp) no-repeat;*/
  background: url(/-/media/Project/Romania/Images/online-payment/hero-graf) no-repeat;
  bottom: 90px;
  content: "";
  display: block;
  height: 263px;
  left: -312px;
  position: absolute;
  width: 257px;
  z-index: -1;
}

.lp-PayByLink footer .circle.gray {
  height: 360px;
  width: 360px;
  z-index: 0;
}

.lp-PayByLink .circle.green {
  background-color: #abd24d;
  height: 440px;
  width: 440px;
}

.lp-PayByLink .button-pink:link,
.lp-PayByLink .button-pink:visited {
  background-color: #cf228b;
  color: #FFF;
  display: inline-block;
  padding: 20px 25px;
}

.lp-PayByLink .boxes {
  margin-bottom: 40px;
}

  .lp-PayByLink .boxes .box-row {
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }

    .lp-PayByLink .boxes .box-row .box-content {
      position: relative;
      width: 55%;
    }

      .lp-PayByLink .boxes .box-row .box-content:first-of-type {
        width: 95%
      }

      .lp-PayByLink .boxes .box-row .box-content .circle img {
        max-width: 450px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
      }

    .lp-PayByLink .boxes .box-row:nth-of-type(odd) .box-content .circle {
      right: 60px;
    }

    .lp-PayByLink .boxes .box-row:nth-of-type(even) .box-content .circle {
      left: 60px;
    }

    .lp-PayByLink .boxes .box-row:nth-of-type(odd) .box-content .circle img {
      right: -85px;
    }

    .lp-PayByLink .boxes .box-row:nth-of-type(even) .box-content .circle img {
      left: -85px;
    }

    .lp-PayByLink .boxes .box-row:nth-of-type(even) .box-content:first-of-type {
      order: 2;
    }

    .lp-PayByLink .boxes .box-row .box-content p {
      margin: 25px 0;
    }

      .lp-PayByLink .boxes .box-row .box-content p:last-of-type {
        margin-bottom: 0;
      }

.lp-PayByLink footer {
  background-color: #f8f8f8;
  font-size: 16px;
  height: auto;
  position: relative;
  margin-bottom: 25px;
}

  .lp-PayByLink footer .footer-content-img {
    bottom: -36px;
    left: 50px;
    position: absolute;
    z-index: 1;
  }

  .lp-PayByLink footer .circle.gray {
    position: relative;
  }

  .lp-PayByLink footer .circle-footer {
    height: 333px;
    left: 80px;
    overflow: hidden;
    padding-top: 3px;
    position: absolute;
  }

  .lp-PayByLink footer .footer-content-row1 strong,
  .lp-PayByLink footer .footer-content-row2 strong {
    display: block;
  }

  .lp-PayByLink footer .footer-content-row1 {
    color: #4d4d4f;
    padding: 80px 50px;
    text-align: right;
  }

    .lp-PayByLink footer .footer-content-row1 h3 {
      color: #4d4d4f;
      font-size: 26px;
      position: relative;
      margin: 10px 0;
      padding-left: 50%;
    }

  .lp-PayByLink footer .footer-content-row2 {
    background-color: #22ade8;
    color: #FFF;
    padding: 20px 50px;
    position: relative;
    text-align: right;
  }

@media only screen and (max-width: 1150px) {
  .lp-PayByLink header {
    padding: 0;
  }

  .lp-PayByLink .header-content {
    padding: 80px 0;
  }

  .lp-PayByLink header h1,
  .lp-PayByLink header p {
    max-width: 30vw;
  }

  .lp-PayByLink header h1 {
    font-size: 5vw;
    margin-bottom: 3.8vw;
  }

  .lp-PayByLink header p {
    margin-bottom: 2.8vw;
  }

    .lp-PayByLink header p span {
      font-size: 2.1vw;
    }

  .lp-PayByLink .button-pink {
    padding: 1.3vw 3vw;
  }

  .lp-PayByLink .hero-img {
    bottom: -3.0vw;
    right: 4.5vw;
    width: 31.5vw;
  }

    .lp-PayByLink .hero-img img {
      height: 47vw;
    }

  .lp-PayByLink header .hero-img::before {
    background-size: contain;
    bottom: 8vw;
    height: 23vw;
    left: -25.5vw;
    width: 22.5vw;
  }

  .lp-PayByLink .circle-hero {
    height: 43.5vw;
    padding-top: 12vw;
    top: auto;
    right: 2vw;
  }

  .lp-PayByLink .circle {
    height: 48vw;
    width: 48vw;
  }

  .lp-PayByLink .boxes .box-row {
    padding: 6vw;
  }

  .lp-PayByLink .circle.green {
    height: 40vw;
    width: 40vw;
  }

  .lp-PayByLink .boxes .box-row:nth-of-type(odd) .box-content .circle img {
    right: -7.4vw;
  }

  .lp-PayByLink .boxes .box-row:nth-of-type(even) .box-content .circle img {
    left: -7.4vw;
  }

  .lp-PayByLink .boxes .box-row .box-content .circle img {
    max-width: 100%;
  }

  .lp-PayByLink footer .footer-content-row1 {
    padding: 60px 20px 100px 50px;
  }

    .lp-PayByLink footer .footer-content-row1 h3 {
      font-size: 2.8vw;
    }

  .lp-PayByLink footer .footer-content-img {
    bottom: -3.2vw;
  }

    .lp-PayByLink footer .footer-content-img,
    .lp-PayByLink footer .footer-content-img img {
      height: 38.5vw !important;
    }

  .lp-PayByLink footer .circle-footer {
    bottom: 0;
    height: 33vw;
    padding-top: 5vw;
  }

  .lp-PayByLink footer .circle.gray {
    height: 33vw;
    width: 33vw;
  }
}

@media only screen and (max-width: 767px) {
  .lp-PayByLink {
    font-size: 3.5vw;
  }

    .lp-PayByLink header {
      font-size: 4.2vw;
      line-height: 6vw;
      padding: 20px 10px 0 10px;
    }

    .lp-PayByLink .header-content {
      padding: 0 20px;
	  overflow:hidden;
    }

    .lp-PayByLink header h1 {
      font-size: 12vw;
    }

    .lp-PayByLink header p span {
      margin-bottom: 10vw;
    }

    .lp-PayByLink header p span {
      font-size: 6vw;
      margin-bottom: 3vw;
    }

    .lp-PayByLink header h1,
    .lp-PayByLink header p {
      max-width: 100%;
    }

    .lp-PayByLink .button-pink {
      padding: 3.5vw 5vw;
    }

    .lp-PayByLink .circle-hero {
      height: 60vw;
      position: relative;
      right: auto;
	  overflow: visible;
    }

    .lp-PayByLink .circle.gray {
      bottom: -10vw;
      height: 56vw;
      position: absolute;
      left: calc(49% - 16vw);
      width: 56vw;
    }

    .lp-PayByLink .hero-img {
      left: 63%;
      right: auto;
      transform: translate(-50%, 0);
    }

    .lp-PayByLink header .hero-img::before {
      height: 32vw;
      left: -37.5vw;
      width: 31.5vw;
    }

    .lp-PayByLink .hero-img img {
      height: 60vw;
      max-width: initial;
    }

    .lp-PayByLink .boxes .box-row {
      display: block;
    }

      .lp-PayByLink .boxes .box-row .box-content:first-of-type {
        padding: 5vw 0;
      }

      .lp-PayByLink .boxes .box-row .box-content,
      .lp-PayByLink .boxes .box-row .box-content:first-of-type {
        width: 100%;
      }

        .lp-PayByLink .boxes .box-row .box-content .circle img {
          left: 50%;
          max-width: 120%;
          transform: translate(-50%, -50%);
        }

      .lp-PayByLink .boxes .box-row:nth-of-type(odd) .box-content .circle,
      .lp-PayByLink .boxes .box-row:nth-of-type(odd) .box-content .circle img {
        right: auto;
      }

      .lp-PayByLink .boxes .box-row:nth-of-type(even) .box-content .circle {
        left: auto;
      }

        .lp-PayByLink .boxes .box-row:nth-of-type(even) .box-content .circle img {
          left: 50%;
        }

    .lp-PayByLink .circle.green {
      height: 70vw;
      margin: 0 auto;
      position: relative;
      width: 70vw;
    }

    .lp-PayByLink footer {
      margin-bottom: 30vw;
    }

      .lp-PayByLink footer .circle-footer {
        height: auto;
      }

      .lp-PayByLink footer .circle.gray {
        left: 0;
        height: 60vw;
        width: 60vw;
      }

      .lp-PayByLink footer .footer-content-row1 {
        padding: 8vw 2vw 55vw;
        text-align: center;
      }

        .lp-PayByLink footer .footer-content-row1 h3 {
          font-size: 7vw;
          padding-left: 0;
        }

        .lp-PayByLink footer .footer-content-row1 strong {
          line-height: 1.2;
          margin: 0;
        }

      .lp-PayByLink footer .footer-content-img {
        bottom: -6vw;
      }

        .lp-PayByLink footer .footer-content-img,
        .lp-PayByLink footer .footer-content-img img {
          height: 70vw !important;
          max-width: inherit;
        }

      .lp-PayByLink footer .circle-footer,
      .lp-PayByLink footer .footer-content-img {
        left: 50%;
        transform: translate(-50%, 0)
      }

      .lp-PayByLink footer .footer-content-row2 {
        color: #22ade8;
        font-size: 3.5vw;
        padding: 9vw 0;
        position: relative;
      }

        .lp-PayByLink footer .footer-content-row2 span {
          bottom: -20vw;
          position: absolute;
          right: 8vw;
        }
}

.cs-ticklist li {
  /*background: url(/img/content/online-payment/click.webp) no-repeat 0px 0px;*/
  background: url(/-/media/Project/Romania/Images/online-payment/click) no-repeat 0px 0px;
  text-indent: 0px !important;
  padding: 5px 0 12px 35px;
  margin-bottom: 0px !important;
  text-align: left;
  list-style: none;
}

.cs-ticklist li p {
	margin-top: 0;
}

.box-with-border {
  position: relative;
  padding: 20px 5px 20px;
  margin: 35px 0;
}
@media (min-width: 576px) {
  .box-with-border {
    margin: 40px 0;
  }
}
@media (min-width: 768px) {
  .box-with-border {
    padding: 40px 20px;
    margin: 50px 0;
  }
}
.box-with-border.with-signature {
  padding: 50px 5px 20px;
}
@media (min-width: 576px) {
  .box-with-border.with-signature {
    padding: 50px 20px 20px;
  }
}
.box-with-border.add-pb {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .box-with-border.add-pb {
    margin-bottom: 70px;
  }
}
.box-with-border .box-with-border-signature {
  position: absolute;
  top: -18px;
  left: 15%;
  height: 35px;
  padding: 0;
  width: 70%;
  background-color: transparent;
}
@media (min-width: 576px) {
  .box-with-border .box-with-border-signature {
    top: -30px;
    left: calc(50% - 140px);
    height: 60px;
    width: 280px;
  }
}
@media (min-width: 768px) {
  .box-with-border .box-with-border-signature {
    top: -30px;
    left: calc(50% - 280px);
    height: 60px;
    width: 560px;
  }
}
.box-with-border .box-with-border-signature span {
  padding: 0 10%;
}
.box-with-border .box-with-border-signature .signature-ico {
  position: absolute;
  top: -60%;
  left: calc(50% - 10px);
}
@media (min-width: 576px) {
  .box-with-border .box-with-border-signature .signature-ico {
    top: -30%;
  }
}
@media (min-width: 768px) {
  .box-with-border .box-with-border-signature .signature-ico {
    position: relative;
    top: -2px;
    left: 25px;
  }
}
.box-with-border .box-with-border-signature .signature-img {
  position: absolute;
  left: calc(50% - 52px);
  top: calc(50% - 13px);
  padding: 0 40px;
  background-color: #fff;
}
.box-with-border .box-with-border-link-container {
  margin: 10px 0;
}
.box-with-border .box-with-border-link-container .box-with-border-link {
  position: relative;
  text-decoration: none;
  color: #363636;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  margin: 10px;
}
.box-with-border .box-with-border-link-container .box-with-border-link:hover {
  color: #00ACE9;
}
.box-with-border .box-with-border-link-container .box-with-border-link.with-icon {
  padding-left: 40px;
}
.box-with-border .box-with-border-link-container .box-with-border-link.with-icon::before {
  position: absolute;
  content: url("/-/media/Project/Poland/Images/Global Content/file_icon.png");
  width: 34px;
  height: 49px;
  top: calc(50% - 24px);
  left: -20px;
}
.box-with-border.phone-box {
  margin-bottom: 150px;
  padding-bottom: 42px !important;
}
.box-with-border .box-with-border-bottom-phone {
  position: absolute;
  left: calc(50% - 140px);
  height: 120px;
  width: 280px;
  bottom: -80px;
}
.box-with-border .box-with-border-bottom-phone .c-img {
  width: 158px;
  height: 88px;
  background: #fff;
  padding: 5px 45px;
}
@media (min-width: 768px) {
  .box-with-border .box-with-border-bottom-phone {
    left: calc(50% - 150px);
    height: 120px;
    width: 300px;
    bottom: -68px;
  }
  .box-with-border .box-with-border-bottom-phone .c-img {
    width: 158px;
    height: 108px;
    background: #fff;
    padding: 5px 25px;
  }
}
@media (min-width: 992px) {
  .box-with-border .box-with-border-bottom-phone {
    left: calc(50% - 230px);
    width: 460px;
    height: 96px;
    bottom: -48px;
    background: white;
  }
}
.box-with-border .phone-cost {
  position: absolute;
  right: 0;
  bottom: -30px;
  margin: 0;
}

.box-with-border img {
  vertical-align: middle;
}

/* section contact deatils */
.contact-details-panel .section.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  min-height: 65px;
}

  .contact-details-panel .section.title .tile-icon {
    position: static;
    margin-right: 8px;
    margin-bottom: auto;
  }

  .contact-details-panel .section.title span {
    margin-top: 7px;
  }

  .contact-details-panel .section.title ~ .section {
    margin-bottom: 15px;
  }

    .contact-details-panel .section.title ~ .section:last-child {
      margin-bottom: 30px;
    }

@media (max-width: 767px) {
  .contact-details-panel .section.title {
    min-height: auto;
    margin-bottom: 20px;
  }
}