

/* Start:/local/templates/originlagat/css/production.css?17381403476758*/
body {
  color: #562C3E;
  background: #F7F6F9;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.bannerContact {
  background: url("/local/templates/originlagat/css/../img/productionBgStart.png");
  background-size: cover;
  height: 415px;
}
@media (max-width: 480px) {
  .bannerContact {
    padding: 10px;
  }
}

.titleSlide {
  margin-top: 80px !important;
  display: inline-block !important;
  font-size: 48px !important;
  color: white !important;
  position: relative !important;
  font-weight: 600 !important;
  background: none !important;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25) !important;
}

.productionBg {
  background: url("/local/templates/originlagat/css/../img/productionBg.png");
  padding-bottom: 175px;
}

.redBgTitile {
  background: #D9262D;
  padding: 32px 4px 5px 10px;
  border-radius: 10px;
}
@media (max-width: 760px) {
  .redBgTitile {
    padding: 46px 4px 5px 10px;
  }
}
.titleMain {
  margin-top: 20px;
  color: white;
  font-family: "Roboto Slab", serif;
  background: #896C78;
  border-radius: 10px;
  height: 46px;
  display: inline-flex;
  padding: 0 17px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media (max-width: 1500px) {
  .titleMain {
    transform: translateX(-80%);
  }
}
@media (max-width: 760px) {
  .titleMain {
    padding: 40px 10px;
  }
}
@media (max-width: 480px) {
  .titleMain {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.titleMain.slide-in {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 480px) {
  .anyQuestions {
    margin-top: 0 !important;
  }
}

@media (max-width: 480px) {
  .womanQuestion {
    position: relative;
    bottom: -133px !important;
  }
}

.bigLatter {
  font-size: 96px;
}
@media (max-width: 480px) {
  .bigLatter {
    font-size: 57px;
  }
}

.listElems {
  margin-top: 28px;
  padding-bottom: 164px;
}

.list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 89px;
  justify-content: space-between;
  margin-top: 52px;
}

.listNoMargin {
  display: flex;
  flex-wrap: wrap;
  row-gap: 89px;
  justify-content: space-between;
}

.lineUnder {
  width: 100%;
  position: absolute;
  bottom: -34px;
  left: 0;
  height: 1px;
  background: #CDC0C6;
  margin-top: 24px;
  z-index: 5;
}

.selection {
  width: 309px;
  height: 48px;
  border-radius: 10px;
  color: #562C3E;
  margin-top: 100px;
  padding-left: 20px;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/local/templates/originlagat/css/../img/redSelection.svg") no-repeat right 25px center;
  background-size: 9px;
  padding-right: 30px;
  border: 1px solid #ccc;
}
.selection option {
  background-color: white !important;
  color: #562C3E !important;
  font-weight: 600 !important;
  padding-left: 20px !important;
  border: none !important;
  cursor: pointer !important;
}

.custom-select-container {
  position: relative;
  width: 309px;
  margin-top: 102px;
}

.custom-select {
  display: none;
}

.custom-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  border-radius: 10px;
  color: #562C3E;
  background: white url("/local/templates/originlagat/css/../img/redSelection.svg") no-repeat right 10px center;
  background-size: 9px;
  border: 1px solid #ccc;
  padding-left: 20px;
  padding-right: 30px;
  font-weight: 600;
  cursor: pointer;
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: none;
}

.custom-options.active {
  display: block;
}

.custom-option {
  padding: 10px 20px;
  cursor: pointer;
  color: #562C3E;
  font-weight: 600;
}

.custom-option:hover {
  background-color: #f1f1f1;
}

.custom-option.selected {
  background-color: #d9262d;
  color: white;
}

.elementList {
  width: 436px;
}

.imgContainer {
  width: 100%;
  height: 270px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: baseline;
}

.angleProject {
  position: absolute;
  bottom: -2px;
  right: 0;
}

.hoverIncrease {
  transition: 0.5s;
  width: 436px;
  position: relative;
  left: 0px;
  top: 0px;
}

.dateCorner {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-weight: 600;
}

.titleElem {
  font-size: 22px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  background: #E0DEE4;
  padding: 12px 20px;
  border-radius: 10px;
}

.descPart {
  display: flex;
  margin-bottom: 9px;
}

.leftDesc {
  width: 190px;
  font-size: 15px;
  border-bottom: 1px dashed #CDC0C6;
}

.rightDesc {
  margin-left: 5px;
}

.descriptionSwipe2 {
  margin-top: 30px;
}

.secondTitleSlide {
  padding-left: 50px;
}

.thirdTitleSlide {
  margin-left: 207px;
}

.descriptionSwipe2 li {
  margin-bottom: 15px;
  margin-left: 30px;
}

.descriptionSwipe2 li::marker {
  color: #D9262D;
}

.specialThirdRelative {
  position: relative;
  bottom: -43px;
}

.specialFirstRelative {
  position: relative;
  bottom: -10px;
}

.specialFour {
  position: relative;
  bottom: -51px;
}

.specialFive {
  position: relative;
  bottom: -17px;
}

.specialSix {
  position: relative;
  bottom: -27px;
}

.hoverIncrease {
  top: 30px !important;
}

.lineThrough {
  width: 100%;
  height: 1px;
  background: #CDC0C6;
  margin-top: 50px;
  margin-bottom: -25px;
}

.underHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E0DEE4;
  font-size: 15px;
  color: #896C78;
  text-decoration: none;
  height: 36px;
}
@media (max-width: 1000px) {
  .underHeader {
    display: none;
  }
}
.underHeader a {
  color: #896C78;
  margin: 0 30px;
  text-decoration: none;
}

.underHeader a.active {
  color: #562C3E;
  font-weight: 600;
}

.elemProduction {
  width: 235px;
}
@media (max-width: 1000px) {
  .elemProduction {
    width: 350px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .elemProduction img {
    width: 100px;
  }
}
@media (max-width: 900px) {
  .elemProduction {
    width: 200px;
  }
}
.listElemsProduction {
  display: flex;
  justify-content: space-evenly;
  margin-top: 150px;
}
.listElemsProduction:last-child {
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .listElemsProduction {
    flex-wrap: wrap;
    column-gap: 50px;
  }
}
@media (max-width: 900px) {
  .listElemsProduction {
    column-gap: 128px;
  }
}
.titleComponent {
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  margin-top: 20px;
}

.subTitleComponent {
  font-size: 18px;
  color: #896C78;
  margin-top: 18px;
}

.marginAdditional {
  margin-top: 29px;
}

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

/* End */


/* Start:/local/templates/originlagat/components/bitrix/news.list/productionpage_mass_production_list/style.css?1738140347259*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.linkPP div{
	text-decoration: none !important;
}

.elemProduction div{
	text-decoration: none !important;

}
/* End */
/* /local/templates/originlagat/css/production.css?17381403476758 */
/* /local/templates/originlagat/components/bitrix/news.list/productionpage_mass_production_list/style.css?1738140347259 */
