/**
* Place your paragraph-widget-2 styles here.

MAIN
ADAPTIVE

*/


/* MAIN */
.front-third-screen__widgets > div {
  
}

.paragraphs-widget-2 {
  max-width: 375px;
  width: 100%;
}

.paragraphs-widget-2__image {

}

.paragraphs-widget-2__content {
  padding: 18px 32px 22px;
  background-color: #fff;
}

.paragraphs-widget-2__title a,
.paragraphs-widget-2__title {
  font-size: 28px;
  font-family: pnb;
  color: #003955;
  text-align: center;
  margin-top: 0;
}

.paragraphs-widget-2__title a:hover {
  text-decoration: underline;
}

.paragraphs-widget-2__price {
  font-size: 24px;
  font-family: pnb;
  color: #0188cc;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.paragraphs-widget-2__text {

}

.paragraphs-widget-2__text ul {
  padding-left: 0;
}

.paragraphs-widget-2__text ul li {
  display: flex;
  align-items: center;
}

.paragraphs-widget-2__text ul li:before {
  content: "";
  width: 16px;
  height: 17px;
  background: url(/sites/default/files/images/chech1.png) no-repeat;
  display: inline-block;
  margin-right: 7px;
}

.paragraphs-widget-2__button {
  width: 100%;
}



/* front-third-screen */
.front-third-screen {
  background: #f3f2f2;
  padding-top: 90px;
  padding-bottom: 100px;
}

.front-third-screen__title {
  text-align: center;
}

.front-third-screen__title h2 {
  font-size: 36px;
  color: #003955;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.front-third-screen__widgets > div,
.front-third-screen__widgets > div > div,
.view-textures-of-stretch-ceilings,
.view-textures-of-stretch-ceilings__without {
  display: flex;
  /* grid-template-columns: 1fr 1fr 1fr; */
  column-gap: 30px;
  justify-content: center;
  /* flex-wrap: wrap; */
  row-gap: 30px;
}











/* ADAPTIVE */
@media (min-width: 1920px) {
}

@media (max-width: 1920px) {
}

@media (max-width: 1919px) {
}

@media (max-width: 1700px) {
}

@media (max-width: 1600px) {
  .front-third-screen__widgets > div,
  .front-third-screen__widgets > div > div,
  .view-textures-of-stretch-ceilings,
  .view-textures-of-stretch-ceilings__without {
    flex-wrap: wrap;
  }
  .paragraphs-widget-2 {
    max-width: 335px;
    width: 100%;
  }
}

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
  .front-third-screen__widgets > div,
  .view-textures-of-stretch-ceilings,
  .view-textures-of-stretch-ceilings__without {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    row-gap: 30px;
  }
  .paragraphs-widget-2__button {
    width: auto;
    height: 53px;
  }
  .paragraphs-widget-2__image img {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .front-third-screen__widgets > div,
  .front-third-screen__widgets > div > div,
  .view-textures-of-stretch-ceilings,
  .view-textures-of-stretch-ceilings__without {
    flex-wrap: wrap;
  }
  .paragraphs-widget-2 {
    max-width: 335px;
  }
}

@media (max-width: 1200px) {
  .front-third-screen {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media (max-width: 1150px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {

}

@media (max-width: 834px) {
  .front-third-screen__widgets > div,
  .front-third-screen__widgets > div > div,
  .view-textures-of-stretch-ceilings,
  .view-textures-of-stretch-ceilings__without {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .paragraphs-widget-2 {
    max-width: 330px;
  }
}

@media (max-width: 768px) {
  .front-third-screen__widgets > div,
  .front-third-screen__widgets > div > div,
  .view-textures-of-stretch-ceilings,
  .view-textures-of-stretch-ceilings__without {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 650px) {
}

@media (max-width: 480px) {
}

@media (max-width: 450px) {
  .front-third-screen__widgets > div,
  .view-textures-of-stretch-ceilings,
  .view-textures-of-stretch-ceilings__without {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
  .paragraphs-widget-2__title {
    font-size: 24px;
  }
  .paragraphs-widget-2__price {
    font-size: 20px;
  }
  .paragraphs-widget-2__button {
    font-size: 18px;
  }
}

@media (max-width: 380px) {
  .paragraphs-widget-2 {
    max-width: 280px;
  }
}