.search-wr {
  margin: 10px 0 5px;
}
.search-wr input {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  outline: none;
  font-size: 14px;
  padding: 4px;
}
.search-wr input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}
.block-form-product-pop2 .block-city-down .item-city.hidden {
  display: none;
}
.block-form-product-pop2 .search-text-wr {
  display: none;
}
.params_trans input {
  background-color: #fff;
}
[data-block-layout] .lp-button--type-1 {
  color: #fff !important;
}
.redbl_in .redbl_title {
  font-family: Fira Sans, sans-serif;
  font-weight: 500;
  font-size: 25px;
  padding-bottom: 20px;
  color: #000;
}
.redbl_in .redbl_text {
  font-family: Fira Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #000;
}
.redbl2 .redbl2_in {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.redbl2 .redbl2_in .redbl2_items {
  margin: 0 7px 15px;
  width: calc(25% - 14px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ff4501;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 10px;
}
@media (max-width: 991px) {
  .redbl2 .redbl2_in .redbl2_items {
    width: calc(33.33% - 14px);
  }
}
@media (max-width: 767px) {
  .redbl2 .redbl2_in .redbl2_items {
    width: calc(50% - 14px);
  }
}
@media (max-width: 479px) {
  .redbl2 .redbl2_in .redbl2_items {
    width: calc(100% - 14px);
  }
}
.redbl2 .redbl2_in .redbl2_items span {
  display: block;
}
.redbl2 .redbl2_in .redbl2_items span.pic {
  width: 60px;
  height: 60px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.redbl2 .redbl2_in .redbl2_items span.title {
  font-family: Fira Sans, sans-serif;
  font-weight: 500;
  color: #ff4501;
  padding-bottom: 10px;
  text-decoration: underline;
}
.redbl2 .redbl2_in .redbl2_items span.text {
  font-size: 15px;
  font-family: Fira Sans, sans-serif;
  font-weight: 300;
  color: #464646;
  text-decoration: underline;
}
.redbl3 {
  padding-bottom: 28px;
}
.redbl3 .redbl3_in_tit h1, .redbl3 .redbl3_in_tit h2, .redbl3 .redbl3_in_tit h3, .redbl3 .redbl3_in_tit h4, .redbl3 .redbl3_in_tit h5, .redbl3 .redbl3_in_pod_tit h1, .redbl3 .redbl3_in_pod_tit h2, .redbl3 .redbl3_in_pod_tit h3, .redbl3 .redbl3_in_pod_tit h4, .redbl3 .redbl3_in_pod_tit h5 {
  font-weight: normal;
}
.redbl3 .redbl3_in {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -20px;
}
.redbl3 .redbl3_in .redbl3_items {
  width: calc(33.33% - 40px);
  margin: 0 20px 40px;
  background-color: #f3f6fa;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1279px) {
  .redbl3 .redbl3_in .redbl3_items {
    width: calc(50% - 40px);
  }
}
@media (max-width: 767px) {
  .redbl3 .redbl3_in .redbl3_items {
    width: calc(100% - 40px);
    margin-bottom: 30px;
  }
}
.redbl3 .redbl3_in .redbl3_items .title {
  background: #fff;
  text-align: center;
  padding: 15px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #ff4f0f;
}
.redbl3 .redbl3_in .redbl3_items .pic {
  background: #fff;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.redbl3 .redbl3_in .redbl3_items .text {
  padding: 20px 15px;
  font-family: Fira Sans, sans-serif;
  font-size: 15px;
  color: #48494a;
}
.redbl3 .redbl3_in .redbl3_items .but {
  padding: 15px 15px 20px;
}
.redbl3 .redbl3_in .redbl3_items .but a {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  background: #ff4501;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}
.redbl4 .redbl4_name {
  font-size: 30px;
  line-height: normal;
  padding-bottom: 20px;
}
.redbl4 .redbl4_in {
  display: flex;
  flex-wrap: wrap;
}
.redbl4 .redbl4_in .redbl4_items {
  width: 20%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .redbl4 .redbl4_in .redbl4_items {
    width: 50%;
  }
}
.redbl4 .redbl4_in .redbl4_items .pic {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.redbl4 .redbl4_in .redbl4_items .pic img {
  max-width: 100%;
}
.redbl4 .redbl4_in .redbl4_items .title {
  font-size: 15px;
  font-family: Fira Sans, sans-serif;
  font-weight: 300;
  line-height: 25px;
  padding-top: 20px;
  text-align: center;
  color: #000;
}
@media (max-width: 479px) {
  .redbl4 .redbl4_in .redbl4_items .title {
    font-size: 14px;
    line-height: 22px;
  }
}
.redbl5 .redbl5_name {
  font-size: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Fira Sans, sans-serif;
  font-weight: 500;
  text-align: center;
  color: #000;
}
.redbl5 .redbl5_in .redbl5_items {
  background-color: whitesmoke;
  border-radius: 6px;
  margin-bottom: 6px;
  box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: #000;
}
.redbl5 .redbl5_in .redbl5_items .cols_1 {
  display: flex;
  align-items: center;
  width: 40%;
  color: #000;
}
.redbl5 .redbl5_in .redbl5_items .cols_1 .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-right: 10px;
  color: #000;
}
.redbl5 .redbl5_in .redbl5_items .cols_1 .texts {
  width: calc(100% - 40px);
  color: #000;
}
.redbl5 .redbl5_in .redbl5_items .cols_1 .texts .title {
  font-size: 16px;
  font-family: Fira Sans, sans-serif;
  font-weight: 500;
  padding-bottom: 5px;
  color: #000;
}
.redbl5 .redbl5_in .redbl5_items .cols_1 .texts .text {
  font-size: 15px;
  font-family: Fira Sans, sans-serif;
  font-weight: 400;
  color: #000;
}
.redbl5 .redbl5_in .redbl5_items .cols {
  width: 15%;
  color: #000;
}
.redbl5 .redbl5_in .redbl5_items .cols .texts {
  display: flex;
  color: #000;
}
.redbl5 .redbl5_in .redbl5_items .cols .texts .pic {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.redbl5 .redbl5_in .redbl5_items .cols .texts .text {
  width: calc(100% - 5px - 18px);
  font-size: 16px;
  font-family: Fira Sans, sans-serif;
  font-weight: 500;
  color: #000;
}
.redbl5 .redbl5_in .redbl5_items .cols .texts .title {
  font-size: 13px;
  font-family: Fira Sans, sans-serif;
  font-weight: 400;
  padding-top: 5px;
  color: #000;
}
@media (max-width: 767px) {
  .redbl5 .redbl5_in .redbl5_items {
    flex-wrap: wrap;
  }
  .redbl5 .redbl5_in .redbl5_items .cols_1 {
    width: 100%;
    padding-bottom: 10px;
  }
  .redbl5 .redbl5_in .redbl5_items .cols {
    width: 25%;
  }
}
@media (max-width: 479px) {
  .redbl5 .redbl5_in .redbl5_items .cols {
    width: 50%;
  }
}
.redbl5 .redbl5_but {
  text-align: center;
}
.redbl5 .redbl5_but a {
  display: inline-block;
  vertical-align: top;
  padding: 15px 20px;
  margin: 20px auto;
  background: #fc7441;
  text-decoration: none;
  color: #fff;
  font-family: Fira Sans, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
}
.lp-header-title-3, .lpc-text-4__text.lp-header-text-2 {
  color: #000;
}
.lpc-text-5[data-media-source="tablet"] .lpc-text-5__inner-wrap {
  box-shadow: 0 0 15px 5px #ccc;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-color: white;
}
.lpc-text-5__text {
  font-size: 15pt;
  font-family: PT Serif, serif;
}
.lpc-text-5 .lp-button--type-1 {
  background-attachment: scroll;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-color: #ff4300;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  text-align-last: center;
  font-weight: 400;
  text-decoration: none;
  line-height: 100%;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}
.lpc-text-5 .lp-button--type-1:hover {
  background-color: #ff5714;
}
.lpc-text-5 .lp-button--type-2 {
  background: #e7edf5;
  border: 1px solid #1f50a2;
  color: #e7edf5;
}
.lpc-form-1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.lpc-form-1 .lp-block-bg {
  z-index: 1;
}
.lpc-form-1 .lpc-wrap {
  z-index: 2;
}
[data-block-layout] .lp-button--type-1, .lpc-prods-7__items-more span, .redbl3 .redbl3_in .redbl3_items .but a, .redbl5 .redbl5_but a, .lpc-prods-7[data-media-source="tablet"] .lpc-prods-7__button {
  /*[data-block-layout] .lp-button--type-2,*/
  background: #ff4300 !important;
  border: none !important;
  color: #fff !important;
}
[data-block-layout] .lp-button--type-1:hover, .lpc-prods-7__items-more span:hover, .redbl3 .redbl3_in .redbl3_items .but a:hover, .redbl5 .redbl5_but a:hover, .lpc-prods-7[data-media-source="tablet"] .lpc-prods-7__button:hover {
  background: #ff5714 !important;
}
.lp-block-bg__video {
  display: none !important;
}
._not_fill .lp-block-bg__video_lp-video, ._not_fill .lp-block-overlay {
  display: none;
}
.lpc-partners-1-item__title {
  text-align: left;
}
.lpc-content-wrapper .lpc-partners-1 .lpc-partners-1__title {
  font-size: 12pt;
  font-weight: normal;
}
.list__item--u-iric5rm6h, .list--u-i6vnab56f, .list--u-i2bdn0k89 {
  font-size: 15px;
  font-family: Exo2, sans-serif !important;
}
.list__item--u-iric5rm6h a, .list--u-i6vnab56f a, .list--u-i2bdn0k89 a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.list--u-i6vnab56f {
  font-size: 3vw;
}
.list--u-i6vnab56f a {
  font-weight: 800 !important;
}
@media (max-width: 480px) {
  .list--u-i6vnab56f {
    font-size: 6vw;
  }
}
.list--u-i2bdn0k89 {
  font-size: 21px;
  margin-top: 10px;
}
.heading--u-izo8rnuo1 {
  font-weight: 800;
}
