

section ul li {
  position: relative;
  margin-top: 15px;
  padding-left: 35px;
}

section ul {
  margin-top: 15px;
}

section ul li:before {
  content: url(../img/list.svg);
  position: absolute;
  top: 1.5px;
  left: 0;
}

section .list-lines {
  margin-bottom: 33px;
}

@media(max-width: 991px) {
  section .list-lines {
    margin-bottom: 25px;
  }
  section li br {
    display: none;
  }
}

section .list-lines:last-child {
  margin-bottom: 0;
}

section .list-lines li {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.07);
  padding: 14px 30px;
  margin-top: 11px;
}

@media(max-width: 991px) {
  section .list-lines li {
    padding: 10px 20px;
  }
}

.ul-big li { 
  margin-top: 20px;
}

@media(max-width: 991px) {
  .ul-big li { 
    margin-top: 15px;
  }
}

section .list-lines li:before {
  display: none;
}

section ul li:first-child,
section ul:first-child {
  margin-top: 0;
}

.block {
  background-color: #f8f9fc;
}

.white {
  background-color: #fff;
}

.dark {
  background-color: #070f1f;
}

.blue {
  background-color: #1f4c9b;
}

.light-blue {
  background-color: #dce5f4;
}

.pos-top, .text, .col-flex {
  position: relative;
  z-index: 100;
}

.text {
  width: 100%;
  max-width: 500px;
  padding-right: 30px;
}

.text_w2 {
  max-width: 570px;
}

.text_w3 {
  max-width: 430px;
}

@media(min-width: 767px) and (max-width: 991px) {
  .text_w3 h3 {
    font-size: 23px;
  }
}

@media(max-width: 1260px) {
  .text_w2 {
    max-width: 500px;
  }
  .text_w3 {
    max-width: 400px;
  }
}

@media(max-width: 991px) {
  .text {
    max-width: 400px;
  }
  .block .text {
    max-width: 320px;
  }
  .block .text_big {
    max-width: 400px;
  }
}

@media(max-width: 767px) {
  .text, .block .text, .text__content {
    width: 100%;
    max-width: 100%;
  }
}

.p0 {
  padding-left: 0;
  padding-right: 0;
}

.col-flex {
  width: 10%;
  flex: 1 1;
}

@media(max-width: 767px) {
  .text {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .col-flex {
    width: 100%;
    flex: none;
    margin-top: 40px;
  }
  .block .col-flex {
    margin-top: 25px;
  }
  .col-flex_p15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header__content .col-flex {
    margin-top: -100px;
  }
}

.col-flex__img {
  max-height: 170%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 5%;
  padding-right: 5%;
}

.col-flex__img_right {
  right: 0;
  padding-left: 7%;
}

.col-flex__img_right, .col-flex__img_left, 
.col-flex__img_left2 {
  transform: none;
}

.col-flex__img_left {
  left: 0;
}

.col-flex__img_left2 {
  left: -4%;
}

.col-flex__img_left, .col-flex__img_left2 {
  padding-left: 0;
}

.col-flex__img_right {
  left: auto;
}

@media(max-width: 1260px) {
  .col-flex__img {
    max-height: 125%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .col-flex__img_top {
    max-height: 120%;
  }
}

.img-full {
  width: 100%;
  min-height: auto;
  max-height: none;
}

.col-flex__img_top {
  top: 0;
}

.col-flex__img_bot {
  bottom: -50px;
}

.block_pad2 .col-flex__img_bot {
  bottom: -60px;
}

@media(max-width: 1260px) {
  .block_pad2 .col-flex__img_bot {
    bottom: -50px;
  }
}

@media(max-width: 991px) {
  .col-flex__img_bot,
  .block_pad2 .col-flex__img_bot {
    bottom: -30px;
  }
  .col-flex__img_top {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

@media(max-width: 767px) {
  .col-flex__img {
    width: auto;
    max-height: 250px;
    position: relative;
    top: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .block_pad2 .col-flex__img_bot {
    bottom: auto;
  }
}

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

.mx-auto {
  margin: 0 auto;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt65 {
  margin-top: 65px;
}

.mt-text, .mt30 {
  margin-top: 30px;
}

.mt-heading, .mt50 {
  margin-top: 50px;
}

@media(max-width: 991px) {
  .mt-text, .mt30 {
    margin-top: 20px;
  }
  .mt-heading, .mt50 {
    margin-top: 35px;
  }
}

@media(max-width: 767px) {
  .mt-heading, .mt50 {
    margin-top: 30px;
  }
}

.pt60 {
  padding-top: 60px;
}

@media(max-width: 1260px) {
  .pt60 {
    padding-top: 50px;
  }
}

@media(max-width: 1260px) {
  .pt60 {
    padding-top: 40px;
  }
}

@media(max-width: 1260px) {
  .pt60 {
    padding-top: 35px;
  }
}

.btn {
  display: flex;
}

@media(max-width: 767px) {
  .btn {
    justify-content: center;
  }
}

.btn__link {
  font-family: 'Poppins-Medium';
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  background-color: #1f4c9b;
  border: 2px solid #1f4c9b;
  border-radius: 30px;
  text-transform: capitalize;
  text-align: center;
  padding: 17px 45px 15px 45px;
  transition: .2s;
}

@media (max-width: 991px) {
  .btn__link {
    font-size: 17px;
  }
  .btn__link_wide2 {
    width: 100%;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .btn__link {
    font-size: 16px;
  }
}

@media(max-width: 480px) {
  .btn__link_wide {
    width: 100%;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 400px) {
  .header__content-btns .btn {
    font-size: 15px;
  }
}

@media (max-width: 360px) {
  .btn__link {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.btn__link:hover {
  color: #fff;
  border-color: #3767ba;
  background-color: #3767ba;
  transition: .2s;
}

.btn__link_full {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.btn__link_bord {
  background-color: transparent;
}

@media(min-width: 767px) and (max-width: 991px) {
  .header__content .btn__link_bord {
    border-color: #fff;
  }
}

.btn__link_bord:hover {
  border-color: #1f4c9b;
  background-color: #1f4c9b;
}

.light-text .btn__link_bord:hover {
  color: #1f4c9b;
  border-color: #fff;
  background-color: #fff;
}

.btn__link_white {
  color: #1f4c9b;
  border-color: #fff;
  background-color: #fff;
}

.btn__link_white:hover {
  color: #1f4c9b;
  border-color: #e4ebf8;
  background-color: #e4ebf8;
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.block {
  position: relative;
  z-index: 100;
  border-radius: 30px;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
  padding: 45px 40px;
  padding-bottom: 50px;
  margin-top: 30px;
}

.minh {
  min-height: 345px;
}

.block_pad2 {
  padding: 50px;
  padding-bottom: 65px;
}

@media(max-width: 1260px) {
  .block_pad2 {
    padding: 45px 40px;
    padding-bottom: 50px;
  }
}

@media(max-width: 991px) {
  .block {
    min-height: auto;
    padding: 30px 25px;
  }
}

@media(max-width: 767px) {
  .block {
    box-shadow: 0 0 12px rgba(0,0,0,0.27);
  }
}

.block:first-child, .mt0 {
  margin-top: 0;
}

.block_mt2 {
  margin-top: 60px;
}

.block_mt3 {
  margin-top: 140px;
}

@media(max-width: 1260px) {
  .block_mt2, .block_mt3 {
    margin-top: 35px;
  }
}

@media(max-width: 767px) {
  .block_mt2, .block_mt3 {
    margin-top: 30px;
  }
}

.block_img {
  padding-right: 0;
}

.reverse {
  padding-left: 0;
}

.reverse .col-flex {
  order: -1;
}

@media(max-width: 991px) {
  .block {
    border-radius: 20px;
  }
}

@media(max-width: 767px) {
  .block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pbm0 {
    padding-bottom: 0;
  }
  .reverse .col-flex {
    order: 2;
  }
}

.pb35 {
  padding-bottom: 35px;
}

.pad {
  padding: 80px 0 135px 0;
}

.pad2 {
  padding: 70px 0 105px 0;
}

.pt {
  padding-top: 80px;
}

.pt2 {
  padding-top: 70px;
}

.pb {
  padding-bottom: 135px;
}

@media(max-width: 1260px) {
  .pad {
    padding: 75px 0 120px 0;
  }
  .pad2 {
    padding: 55px 0 90px 0;
  }
  .pt {
    padding-top: 75px;
  }
  .pt2 {
    padding-top: 55px;
  }
  .pb {
    padding-bottom: 120px;
  }
}

@media(max-width: 991px) {
  .pt2 {
    padding-top: 45px;
  }
}

@media(max-width: 767px) {
  .pad {
    padding: 45px 0 90px 0;
  }
  .pad2 {
    padding: 40px 0 75px 0;
  }
  .pt {
    padding-top: 45px;
  }
  .pt2 {
    padding-top: 35px;
  }
  .pb {
    padding-bottom: 90px;
  }
}

.col {
  position: relative;
  z-index: 100;
}

.col_w1 {
  width: 68%;
}

.col_w2 {
  width: 66.666%;
}

@media(max-width: 991px) {
  .col {
    width: 100%;
  }
}

.below-img {
  position: relative;
  z-index: 100;
  margin-top: 70px;
}

.below-img_w2 {
  width: 68%;
}

.below-img img {
  max-height: 290px;
}

@media(max-width: 991px) {
  .below-img {
    margin-top: 40px;
  }
  .below-img img {
    max-height: 250px;
  }
}

@media(max-width: 767px) {
  .below-img {
    width: 100%;
    margin-top: 30px;
  }
  .below-img_abs {
    position: absolute;
    bottom: 0;
  }
  .below-img img {
    max-height: 200px;
  }
  .below-img_abs img {
    max-height: 170px;
  }
}

/*image bg*/
.cards__bg {
  height: 1100px;
  max-height: none;
  max-width: none;
  position: absolute;
  bottom: -629px;
  left: 56%;
  transform: translateX(-20%);
}

@media(max-width: 1260px) {
  .cards__bg {
    left: 44%;
    bottom: -682px;
  }
}

@media(max-width: 991px) {
  .cards__bg {
    height: auto;
    max-height: 760px;
    left: 37%;
    bottom: -572px;
  }
}

@media(max-width: 767px) {
  .cards__bg {
    max-height: 410px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    margin-top: -78px;
  }
  .mtm-bg {
    margin-top: -120px;
  }
}