/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/blocks/product-line-header/_product-line-header-styles.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.block-product-line-header {
  display: block;
  position: relative;
  padding-top: 50px;
  margin-bottom: 70px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .block-product-line-header {
    padding-top: 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .block-product-line-header {
    padding-top: 20px;
    margin-bottom: 50px;
  }
}
.block-product-line-header .btn-back {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  vertical-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #0066b3;
  background-image: url("../images/icon-back.svg");
  background-repeat: no-repeat;
  background-position: 0 1px;
  background-size: 19px;
  transition: all ease 0.2s;
  height: 20px;
}
.block-product-line-header .btn-back span {
  display: block;
  height: 12px;
}
@media (max-width: 767.98px) {
  .block-product-line-header .btn-back {
    margin-bottom: 20px;
  }
}
.block-product-line-header .btn-back:hover {
  color: #002f67;
  background-image: url("../images/icon-back-hover.svg");
  background-repeat: no-repeat;
  background-position: 0 1px;
  background-size: 19px;
}
.block-product-line-header .title {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #224472;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .block-product-line-header .title {
    font-size: 3.6rem;
  }
}
@media (max-width: 767.98px) {
  .block-product-line-header .title {
    font-size: 3.2rem;
  }
}
.block-product-line-header .description {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #224472;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .block-product-line-header .description {
    margin-bottom: 35px;
  }
  .block-product-line-header .description .mobile-more {
    display: block;
    position: relative;
    max-height: 160px;
    overflow: hidden;
  }
  .block-product-line-header .description .mobile-more:after {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 5;
  }
  .block-product-line-header .description .mobile-more + .btn-mobile-more {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #0066b3;
    border: none;
    background: none;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}
.block-product-line-header .description .btn-mobile-more {
  display: none;
}
.block-product-line-header .header-list {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-top: 35px;
}
@media (max-width: 1199.98px) {
  .block-product-line-header .header-list {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .block-product-line-header .header-list {
    margin-top: 0;
  }
}
.block-product-line-header .header-list li {
  display: block;
  position: relative;
  padding-left: 47px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 27px;
  text-transform: uppercase;
  color: #224472;
  margin-bottom: 23px;
  background-image: url("../images/icon-bullet.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 27px;
}
@media (max-width: 767.98px) {
  .block-product-line-header .header-list li {
    font-size: 1.6rem;
  }
}
