

/* Start:/local/templates/kupol/components/bitrix/news.list/image_list/style.css?1736885364445*/
.image_list-wrapper .img-wrapper {
  color: #8B8B8B;
  font-size: 0.875rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  max-width: 10rem;
}
.image_list-wrapper .img-wrapper img {
  height: 4.625rem;
}
.image_list-wrapper .img-wrapper p {
  color: rgb(139, 139, 139);
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

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

/* End */


/* Start:/local/templates/kupol/components/bitrix/news.list/product_carousel/style.css?17369656225468*/
.product_carousel .pcl_content_wrapper {
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.product_carousel .pcl_content_wrapper .pcl_toggle_left, .product_carousel .pcl_content_wrapper .pcl_toggle_right {
  background-color: var(--gray);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 3.125rem;
  height: 4.5rem;
  min-height: 4.5rem;
  max-height: 4.5rem;
  width: 4.5rem;
  min-width: 4.5rem;
  max-width: 4.5rem;
  margin-top: 6.5625rem;
  cursor: pointer;
}
.product_carousel .pcl_content_wrapper .pcl_toggle_left:hover, .product_carousel .pcl_content_wrapper .pcl_toggle_right:hover {
  background-color: rgba(139, 139, 139, 0.4);
}
[data-bs-theme=dark] .product_carousel .pcl_content_wrapper .pcl_toggle_left {
  background-image: url("/local/templates/kupol/components/bitrix/news.list/product_carousel/images/left arrow.svg");
}
[data-bs-theme=light] .product_carousel .pcl_content_wrapper .pcl_toggle_left {
  background-image: url("/local/templates/kupol/components/bitrix/news.list/product_carousel/images/left arrow l.svg");
}
[data-bs-theme=dark] .product_carousel .pcl_content_wrapper .pcl_toggle_right {
  background-image: url("/local/templates/kupol/components/bitrix/news.list/product_carousel/images/right arrow.svg");
}
[data-bs-theme=light] .product_carousel .pcl_content_wrapper .pcl_toggle_right {
  background-image: url("/local/templates/kupol/components/bitrix/news.list/product_carousel/images/right arrow l.svg");
}
.product_carousel .pcl_content_wrapper .pcl_content {
  width: auto;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  margin: 0 2rem;
  gap: 1rem;
}
.product_carousel .pcl_content_wrapper .pcl_content .pcl_item {
  text-align: center;
  overflow: hidden;
  display: none;
  cursor: pointer;
  user-select: none;
}
.product_carousel .pcl_content_wrapper .pcl_content .pcl_item .pcl_image {
  border: 2px solid #353535;
  border-radius: 1rem;
  padding: 1.5625rem 1.5625rem 0;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.product_carousel .pcl_content_wrapper .pcl_content .pcl_item .pcl_image img {
  width: 100%;
  margin: auto auto 1.374rem;
}
.product_carousel .pcl_content_wrapper .pcl_content .pcl_item .pcl_image .pcl_item_link {
  visibility: hidden;
  margin-bottom: 0.75rem;
  min-height: 1.5rem;
  text-align: right;
}
.product_carousel .pcl_content_wrapper .pcl_content .pcl_item .pcl_image .pcl_item_link a {
  color: #F6A912;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 2rem;
  background-image: url("/local/templates/kupol/components/bitrix/news.list/product_carousel/images/right arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 0.875rem;
}
.product_carousel .pcl_content_wrapper .pcl_content .pcl_item .pcl_image .pcl_item_link a:visited, .product_carousel .pcl_content_wrapper .pcl_content .pcl_item .pcl_image .pcl_item_link a:active {
  color: #F6A912;
}
.product_carousel .pcl_content_wrapper .pcl_content .pcl_item .pcl_item_name {
  color: var(--font-color);
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.product_carousel .pcl_content_wrapper .pcl_content .pcl_item .pcl_item_description {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.05rem;
  text-align: left;
  color: #8b8b8b;
}
.product_carousel .pcl_content_wrapper .pcl_content .pcl_item.active .pcl_image {
  border-color: #F6A912;
}
.product_carousel .pcl_content_wrapper .pcl_content .pcl_item.active .pcl_image .pcl_item_link {
  visibility: visible;
}
.product_carousel .pcl_content_wrapper .pcl_content .pcl_item.active .pcl_item_name {
  color: #F6A912;
}
.product_carousel .pcl_content_wrapper .pcl_content .pcl_item.in {
  display: block;
}
.product_carousel .pcl_indicator_wrapper {
  display: flex;
  justify-content: space-around;
}
.product_carousel .pcl_indicator_wrapper .pcl_indicator_container {
  display: flex;
  padding: 0.5rem;
  border-radius: 5.3125rem;
  background-color: var(--gray);
}
.product_carousel .pcl_indicator_wrapper .pcl_indicator_container .pcl_indicator {
  width: 0.75rem;
  min-width: 0.75rem;
  height: 0.75rem;
  min-height: 0.75rem;
  padding: 0.125rem;
  cursor: pointer;
}
.product_carousel .pcl_indicator_wrapper .pcl_indicator_container .pcl_indicator .pcl_indicator_sign {
  width: 0.5rem;
  min-width: 0.5rem;
  height: 0.5rem;
  min-height: 0.5rem;
  background-color: #5f5f5f;
  border-radius: 50%;
}
.product_carousel .pcl_indicator_wrapper .pcl_indicator_container .pcl_indicator.active .pcl_indicator_sign {
  background-color: #F6A912;
}
.product_carousel .pcl_indicator_wrapper .pcl_indicator_container .pcl_indicator:not(:first-child) {
  margin-left: 0.5rem;
}

@keyframes slider_toggle {
  from {
    width: 15.625rem;
    overflow: hidden;
  }
  to {
    width: 0;
  }
}
@media (max-width: 577px) {
  .product_carousel .pcl_content_wrapper .pcl_toggle_left, .product_carousel .pcl_content_wrapper .pcl_toggle_right {
    background-color: transparent !important;
  }
  .product_carousel .pcl_content_wrapper .pcl_toggle_left {
    background-image: url("/local/templates/kupol/components/bitrix/news.list/product_carousel/images/left chevron.svg") !important;
    min-width: 3rem !important;
  }
  .product_carousel .pcl_content_wrapper .pcl_toggle_right {
    background-image: url("/local/templates/kupol/components/bitrix/news.list/product_carousel/images/right chevron.svg") !important;
    min-width: 3rem !important;
  }
  .product_carousel .pcl_content_wrapper .pcl_content {
    margin: 0 !important;
  }
  .product_carousel .pcl_content_wrapper .pcl_content .pcl_item .pcl_image img {
    width: 200px;
  }
  .product_carousel .pcl_content_wrapper .pcl_content .pcl_item .pcl_image .pcl_item_link a {
    white-space: nowrap;
  }
}

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

/* End */


/* Start:/local/templates/kupol/components/bitrix/news.list/carousel/style.css?17370967823165*/
@charset "UTF-8";
/*Карусель*/
#projects-sample-carousel .carousel-caption {
  right: auto !important;
  left: 1.25rem;
  text-align: left;
  width: 40%;
}
#projects-sample-carousel .carousel-inner {
  border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
}
#projects-sample-carousel .image-description {
  padding: 2rem;
  border-radius: 0.8rem 0.8rem 0.8rem 0.8rem;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF !important;
}
#projects-sample-carousel .image-description p {
  font-size: 1rem;
}
#projects-sample-carousel .badge-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#projects-sample-carousel .badge-container .my-badge {
  padding: 0 0.8rem 0 0.8rem;
  border-radius: 1.6rem 1.6rem 1.6rem 1.6rem;
  border: 1px solid #FFFFFF;
  font-size: 0.8rem;
  white-space: nowrap;
}
#projects-sample-carousel .carousel-indicators .indicators {
  width: fit-content;
  padding: 0.6rem;
  border-radius: 4.25rem 4.25rem 4.25rem 4.25rem;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-content: center;
}
#projects-sample-carousel .carousel-indicators button {
  width: 0.5rem !important;
  height: 0.5rem !important;
  margin-right: 0.2rem !important;
  margin-left: 0.2rem !important;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  border-top: 0 !important;
  border-bottom: 0 !important;
  background: rgb(217, 217, 217) !important;
}
#projects-sample-carousel .carousel-indicators button.active {
  background: rgb(246, 169, 18) !important;
}
#projects-sample-carousel .carousel-control-prev {
  top: 40%;
  padding: 1.5rem;
  margin-left: 2rem;
  border-radius: 2.5rem;
  background: rgba(0, 0, 0, 0.8);
  content: url("/local/templates/kupol/components/bitrix/news.list/carousel/images/left arrow.svg");
  width: 5rem;
  opacity: 1;
}
#projects-sample-carousel .carousel-control-next {
  top: 40%;
  padding: 1.5rem;
  margin-right: 2rem;
  border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
  background: rgba(0, 0, 0, 0.7);
  content: url("/local/templates/kupol/components/bitrix/news.list/carousel/images/right arrow.svg");
  width: 5rem;
  opacity: 1;
}
#projects-sample-carousel .carousel-item h3 {
  color: #fff;
}
#projects-sample-carousel .carousel-item p {
  line-height: 1.25rem;
}

@media (max-width: 1200px) {
  #projects-sample-carousel .arrow-back-line {
    display: none;
  }
  #projects-sample-carousel .carousel-caption.image-description {
    position: relative;
    background: #000;
    bottom: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
  }
  #projects-sample-carousel .carousel-indicators {
    bottom: 10rem;
  }
  #projects-sample-carousel .carousel-control-next {
    content: url("/local/templates/kupol/components/bitrix/news.list/carousel/images/right chevron.svg");
    height: 4.2rem;
    width: 1.7rem;
    padding: 0.21rem;
    top: 20%;
    right: -1rem;
  }
  #projects-sample-carousel .carousel-control-prev {
    content: url("/local/templates/kupol/components/bitrix/news.list/carousel/images/left chevron.svg");
    height: 4.2rem;
    width: 1.7rem;
    padding: 0.47rem;
    top: 20%;
    left: -1rem;
  }
}
@media (max-width: 577px) {
  #projects-sample-carousel .carousel-control-prev {
    padding: 0.46rem;
  }
  #projects-sample-carousel .carousel-control-next {
    padding: 0.1rem;
  }
  #projects-sample-carousel .carousel-indicators {
    bottom: auto;
    top: 11rem;
  }
}

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

/* End */


/* Start:/local/components/kupol/form.result.new/templates/.default/style.css?1739196422623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/components/kupol/form.result.new/templates/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/components/kupol/form.result.new/templates/.default/images/icon_warn.gif);
}
/* End */
/* /local/templates/kupol/components/bitrix/news.list/image_list/style.css?1736885364445 */
/* /local/templates/kupol/components/bitrix/news.list/product_carousel/style.css?17369656225468 */
/* /local/templates/kupol/components/bitrix/news.list/carousel/style.css?17370967823165 */
/* /local/components/kupol/form.result.new/templates/.default/style.css?1739196422623 */
