.content-page .item-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content-page .item-list .item {
  flex: 1 0 100%;
  padding-left: 35px;
  padding-right: 20px;
  padding-top: 30px;
  margin-bottom: 60px;
  position: relative;
  z-index: 99;
  height: 460px;
}
.content-page .item-list .item::before {
  display: block;
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  visibility: visible;
  background: url(../images/point.svg) 0 0 no-repeat;
}
.content-page .item-list .item .inner {
  position: relative;
  z-index: 99;
  border-radius: 15px;
  display: flex;
  overflow: hidden;
}
.content-page .item-list .item .inner .img {
  width: 100%;
  flex: 1 0 33%;
  height: 33%;
  max-height: 430px;
}
.content-page .item-list .item .inner .img img {
  object-fit: cover;
  width: 100%;
  height: 430px;
}
.content-page .item-list .item .inner .description {
  display: flex;
  flex-direction: column;
  flex: 1 0 45%;
  max-width: 1303px;
  justify-content: right;
  background-color: #E3F1FC;
  color: #344446;
}
.content-page .item-list .item .inner .description .title {
  padding-top: 30px;
  padding-right: 36px;
  padding-bottom: 40px;
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
}
.content-page .item-list .item .inner .description .directions {
  font-style: normal;
  font-weight: normal;
  text-align: left;
  padding-left: 90px;
  padding-right: 35px;
  color: #344446;
  line-height: 1.5;
}
.content-page .item-list .item .inner .description .directions .name {
  font-family: "Avenir LT Std", sans-serif;
  font-weight: 750;
  display: flex;
  margin-bottom: 15px;
}
.content-page .item-list .item .inner .description .directions .content {
  font-family: "Century Gothic", sans-serif;
  word-break: break-word;
  font-size: 16px;
}
.content-page .load_more {
  position: relative;
  min-width: 640px;
  border-radius: 25px;
  text-align: center;
}
.content-page .load_more .btn {
  min-width: 640px;
  background: #E3F1FC;
  color: #344446;
  border: solid 2px #E3F1FC;
}

.view-page {
  word-break: normal;
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}

.formLetter_action {
  min-width: 100%;
  max-width: 100%;
  flex: 0 0 420px;
  background: #E3F1FC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 40px;
}
.formLetter_action h3 {
  font-family: " Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 22px;
  line-height: 26px;
  align-items: center;
  text-align: center;
}
.formLetter_action .title {
  padding-top: 20px;
}
.formLetter_action .title span {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #666666;
}
.formLetter_action .directions .name {
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #344446;
  word-break: normal;
}
.formLetter_action .directions .content {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #344446;
  word-break: normal;
}

.container .left .content {
  word-break: normal;
}

.action_end {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  text-align: right;
  color: #CF2929;
  padding-top: 30px;
  padding-right: 36px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .heading {
    font-family: "AvenirHeavy", sans-serif;
    font-style: normal;
    font-weight: 750;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    color: #344446;
  }
}
.next {
  text-align: center;
}

@media (max-width: 991px) {
  .content-page .item-list .item .inner .description .directions {
    padding-left: 20px;
  }
  .content-page .item-list .item .inner .description .directions .name {
    font-size: 14px;
  }
  .content-page .item-list .item .inner .description .directions .content {
    font-size: 12px;
  }
  .content-page .item-list .item .inner .description .more {
    padding-bottom: 30px;
  }

  main .top-block {
    height: 300px !important;
  }

  .content-page .item-list .item {
    height: 100%;
    padding-top: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
  }
  .content-page .item-list .item::before {
    display: block;
    content: "";
    width: 75px;
    height: 75px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: url(../images/point.svg) 0 0 no-repeat;
  }
  .content-page .item-list .item .inner {
    position: relative;
    z-index: 99;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 700px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .content-page .item-list .item .inner .img {
    width: 100%;
    flex: 1 0 35%;
    height: 35%;
    max-height: 280px;
  }
  .content-page .item-list .item .inner .img img {
    object-fit: cover;
    width: 100%;
    height: 280px;
  }
  .content-page .item-list .item .inner .description {
    display: flex;
    flex-direction: column;
    height: 430px;
    padding-bottom: 30px;
    background-color: #E3F1FC;
  }
  .content-page .item-list .item .inner .description .action_end {
    padding-left: 15px !important;
    text-align: left !important;
  }
  .content-page .item-list .item .inner .description .title {
    font-family: "Century Gothic", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #666666;
    text-align: center;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .content-page .item-list .item .inner .description .directions {
    justify-content: center;
    padding-right: 10px;
  }
  .content-page .item-list .item .inner .description .directions .name {
    font-family: "Avenir LT Std", sans-serif;
    font-style: normal;
    font-weight: 750;
    font-size: 12px;
    align-items: center;
    color: #344446;
    word-break: normal;
    line-height: 1.6;
  }
  .content-page .item-list .item .inner .description .directions .content {
    font-family: "Century Gothic", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #344446;
    word-break: normal;
    font-size: 12px;
  }
  .content-page .item-list .item .inner .description .more {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 30%;
    min-width: 200px;
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
    justify-content: flex-end;
  }
  .content-page .item-list .item .inner .description .more .btn-success:hover {
    color: #fff;
    background: #29CF96;
    border: solid 2px #29CF96;
  }
  .content-page .item-list .item .inner .description .more .btn {
    min-width: 200px;
    background: #29CF96;
    color: #ffffff;
  }

  .container .content .title {
    font-size: 22px;
    line-height: 28px;
    height: 50px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .heading {
    font-family: "AvenirHeavy", sans-serif;
    font-style: normal;
    font-weight: 750;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    color: #344446;
  }
}
@media (max-width: 768px) {
  .top-block .container {
    padding-bottom: 50px;
  }

  .content-page .item-list {
    margin-left: -25px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-block .container {
    padding-bottom: 50px;
  }

  .content-page .item-list .item {
    flex: 1 0 50%;
    width: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .sidebar {
    visibility: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .content-page .item-list .item {
    height: 100%;
  }
  .content-page .item-list .item .inner .description .title {
    padding-bottom: 20px;
  }
}
.left {
  flex: 1 0 43% !important;
  width: 43% !important;
}

.content .title {
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 42px;
  padding-top: 30px;
  line-height: 50px;
  align-items: center;
  color: #344446;
  height: inherit;
}
.content .date_action {
  font-family: " Century Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #666666;
}

@media (max-width: 1025px) {
  .right img {
    display: none;
  }

  .left {
    flex: 1 0 100% !important;
    width: 100% !important;
  }
  .left .content {
    flex-direction: column !important;
    padding-top: 0px !important;
  }
  .left .content p {
    padding-top: 21px;
  }
}
.more {
  align-items: center;
  height: 30%;
  min-width: 200px;
  width: 100%;
  margin-top: 30px;
  justify-content: flex-end;
  padding-left: 80px;
  padding-bottom: 10px;
}
.more .btn-success:hover {
  color: #fff;
  background: #29CF96;
}
.more .btn {
  min-width: 200px;
  background: #29CF96;
  color: #ffffff;
}

.widget .text-center {
  padding-bottom: 20px;
}
.widget .title {
  font-family: " Century Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #666666;
}
.widget .directions {
  padding-bottom: 20px;
}
.widget .directions .name {
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #344446;
  padding-bottom: 20px;
}
.widget .directions .content {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #344446;
}

@media (max-width: 767.98px) {
  .content-page .item-list .item .inner {
    height: 700px;
  }
}

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