/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./wwwroot/src/scss/experiment-sale-page.scss ***!
  \*******************************************************************************************************************************************************************************/
/*-------------------
     Breakpoints
--------------------*/
.expriment-sale-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.expriment-sale-list li {
  margin-bottom: 10px;
}
.expriment-sale-list li:last-child {
  margin: 0;
}
.expriment-sale-description {
  color: #D0D3D6;
  font-size: 18px;
  font-style: normal;
  padding-top: 30px;
}
@media only screen and (max-width: 899px) {
  .expriment-sale-description {
    font-size: 24px;
    line-height: 125%;
  }
}
.expriment-sale-description p {
  margin-bottom: 40px;
}
.expriment-sale-description p b {
  color: white;
}
.expriment-sale-description a {
  word-wrap: break-word;
}
.expriment-sale-description h3 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.expriment-sale-banner {
  margin: 14px 0 0;
  position: relative;
}
.expriment-sale-banner img {
  width: 100%;
  border-radius: 20px;
}
.expriment-sale-banner h1 {
  color: #fff;
  font-size: 54px;
  font-style: italic;
  font-weight: 900;
  line-height: 130%;
  margin: 0;
  position: absolute;
  top: 67px;
  left: 157px;
  max-width: 744px;
}
@media only screen and (min-width: 1180px) and (max-width: 1440px) {
  .expriment-sale-banner h1 {
    font-size: 46px;
    top: 35px;
    left: 138px;
    max-width: 673px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1179px) {
  .expriment-sale-banner h1 {
    font-size: 35px;
    max-width: 600px;
    left: 107px;
    top: 22px;
  }
}
@media only screen and (max-width: 899px) {
  .expriment-sale-banner h1 {
    font-size: 48px;
    line-height: 141%;
    top: 76px;
    left: 36px;
    max-width: 400px;
  }
}
.expriment-sale-banner p {
  color: #fff;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 70px;
  position: absolute;
  bottom: 67px;
  left: 157px;
  max-width: 920px;
}
@media only screen and (min-width: 1180px) and (max-width: 1440px) {
  .expriment-sale-banner p {
    bottom: 60px;
    left: 138px;
    max-width: 920px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1179px) {
  .expriment-sale-banner p {
    font-size: 21px;
    line-height: 38px;
    bottom: 55px;
    left: 107px;
    max-width: 700px;
  }
}
@media only screen and (max-width: 899px) {
  .expriment-sale-banner p {
    font-size: 32px;
    line-height: 44px;
    bottom: 78px;
    left: 37px;
  }
}
.expriment-sale .shopwindow {
  padding-top: 30px;
}
.expriment-sale .shopwindow-title {
  font-size: 48px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin: 0 0 24px;
}
.expriment-sale .shopwindow-list {
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .expriment-sale .shopwindow-list {
    padding: 0;
    margin: 0;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 576px;
  }
  .expriment-sale .shopwindow-list .ui.cover {
    width: 272px;
  }
}
.expriment-sale .shopwindow-list .image-big {
  display: none;
}
.expriment-sale .shopwindow-list img {
  width: 200px;
}
.expriment-sale .faq {
  margin: 64px auto 0;
  padding: 36px 32px;
  border-radius: 20px;
  background: #122234;
  max-width: 849px;
}
.expriment-sale .faq-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 32px;
}
@media only screen and (max-width: 899px) {
  .expriment-sale .faq-title {
    font-size: 36px;
    line-height: 36px;
  }
}
.expriment-sale .faq-list-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  overflow: hidden;
  display: grid;
}
.expriment-sale .faq-list-item-arrow {
  cursor: pointer;
}
.expriment-sale .faq-list-item-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0;
  gap: 50px;
  height: 70px;
}
@media only screen and (max-width: 899px) {
  .expriment-sale .faq-list-item-title {
    font-size: 24px;
    line-height: 125%;
    height: 110px;
  }
}
.expriment-sale .faq-list-item-description {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0px;
  height: 0;
}
@media only screen and (max-width: 899px) {
  .expriment-sale .faq-list-item-description {
    font-size: 20px;
    line-height: 125%;
  }
}
.expriment-sale .faq-list-item-description ul {
  padding: 0;
  margin: 0;
  list-style: decimal;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-left: 16px;
}
.expriment-sale .faq-list-item-description ul a {
  color: #2B7FFF;
}
.expriment-sale .faq-list-item-description ul a:hover {
  color: #2B7FFF;
  text-decoration: underline;
}
.expriment-sale .faq-list-item.active {
  border-bottom: 1px solid rgb(30, 44, 59);
  border-radius: 10px;
}
.expriment-sale .faq-list-item.active .faq-list-item-description {
  padding: 16px;
  height: auto;
  background: #112031;
  border-radius: 10px;
}
.expriment-sale .faq-list-item.active .faq-list-item-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.expriment-sale .faq-list-item:last-child {
  border: none;
}
.expriment-sale .faq-list-item:last-child.active {
  border-bottom: 1px solid rgb(30, 44, 59);
  border-radius: 10px;
}
