

/* Start:/local/templates/.default/components/bitrix/news/uslugi/bitrix/news.detail/.default/style.css?174591119810313*/
@charset "UTF-8";
.usluga_detail {
  margin-bottom: 32px;
  color: #3e3f44;
}

.price_table {
  margin-bottom: 64px;
}

.price_rub {
  font-family: "rouble";
}

.price_table_one {
  padding: 15px 30px;
}

.price_table_one_fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px;
}

.price_table_one_name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "GraphikLCG-Semibold";
}

.price_table_one_price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  margin-left: 10px;
  text-align: center;
}

.price_table .price_table_one:first-child .price_table_one_price {
  font-family: "GraphikLCG-Semibold";
}

.price_table .price_table_one:nth-child(even) {
  background-color: #f4f7fa;
}

@media screen and (max-width: 768px) {
  .price_table_one {
    padding: 15px;
  }
}
.usluga_detail_txt {
  color: #3e3f44;
  line-height: 1.5;
}

.usluga_detail_txt p {
  margin-bottom: 16px;
}

.usluga_detail_txt b, .usluga_detail_txt strong {
  font-family: "GraphikLCG-Semibold";
}

.usluga_detail_txt i, .usluga_detail_txt em {
  font-style: italic;
}

.usluga_detail_txt .h2 {
  font-size: 24px;
  margin-bottom: 16px;
  max-width: 720px;
}

.usluga_detail_txt img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 16px 0;
}

@media screen and (max-width: 768px) {
  .usluga_detail_txt .h2 {
    font-size: 20px;
  }
}
.service--seo {
  padding: 45px 35px;
  background: #f8f8fa;
  border-radius: 15px;
}

.service-catalog {
  padding-top: 45px;
  padding-bottom: 20px;
}
.service-catalog .catalog-products__list {
  grid-template-columns: repeat(5, 1fr);
}

.service-catalog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-catalog__title.h2-seo {
  margin-bottom: 0;
  margin-right: 30px;
}

.service-catalog__more {
  background: var(--svetlo-siniy);
  margin: 0;
  border-radius: 40px;
  padding: 8px 10px;
  color: var(--belyy);
  white-space: nowrap;
}
.service-catalog__more:hover {
  background: #405a9c;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.service-standart__wrap {
  padding: 45px 35px;
  background: #f8f8fa;
  border-radius: 15px;
  padding-bottom: 0;
}

.service-standart__title.h2 {
  margin-top: 0 !important;
}

.service-standart__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -25px;
  gap: 30px 0;
}

.service-standart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  margin: 0 25px;
  margin-bottom: 35px;
}

.service-standart__item:nth-child(5) {
  margin-left: auto;
}

.service-standart__item:nth-child(7) {
  margin-right: auto;
}

.service-standart__item-img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 5px;
  border: 2px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
}

.service-standart__item-title {
  font-size: 15px;
  color: #80828a;
}

.section-service .h1-catalog {
  margin-bottom: 0;
}

.service-price .h2 {
  margin-top: 0 !important;
}

.service-price__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}

.service-price__price {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.service-price__info {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service-price__info ul .title {
  font-size: 16px;
  color: #4d4e53;
  margin-bottom: 15px;
}
.service-price__info ul p {
  font-size: 15px;
  color: #80828a;
}
.service-price__info ul li + li {
  margin-top: 25px;
}

.service-price__info-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 50px;
}

.service-price__info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-price__info-icon img {
  margin-bottom: 10px;
}

.price__acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}

.price-acc__item-title {
  font-size: 16px;
  color: #32477c;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer;
}
.price-acc__item-title:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/local/templates/.default/components/bitrix/news/uslugi/bitrix/news.detail/.default/img/arrow.jpg) no-repeat center;
  position: absolute;
  top: 0px;
  right: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.price-acc__item-title.open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.price-acc__item {
  border: 1px solid #dbdbdb;
  padding: 20px;
  border-radius: 15px;
}

.prices-table .prices-table__row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prices-table .prices-table__name {
  width: auto;
}
.prices-table .prices-table__value {
  color: #80828a;
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
}
.prices-table .prices-table__value:after {
  content: "";
  width: 2px;
  left: 0;
  position: absolute;
  background: #fff;
  top: -12px;
  bottom: -12px;
}

.price-acc__item-price {
  display: none;
  padding-top: 20px;
}

@media (max-width: 1439px) {
  .service-catalog .catalog-products__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .service-catalog .catalog-product-cst:nth-child(5) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .service-catalog .catalog-products__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-catalog .catalog-product-cst:nth-child(4) {
    display: none;
  }
  .service-standart__item {
    margin: 0 15px;
    margin-bottom: 35px;
  }
}
@media (max-width: 999px) {
  .service-catalog .product-card {
    padding-bottom: 70px !important;
  }
  .service-standart__list {
    margin: 0;
  }
  .service-standart__item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .service-standart__wrap {
    padding: 25px;
    padding-bottom: 25px;
  }
  .service-price__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
  }
  .service-price__info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .service-catalog .catalog-products__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-catalog .catalog-product-cst:nth-child(3) {
    display: none;
  }
  .service-catalog .catalog-product {
    min-height: auto;
  }
  .service-catalog .product-card {
    padding-bottom: 70px !important;
  }
  .service-catalog__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .service-catalog__more {
    margin-top: 20px;
  }
}
.service-montazh {
  margin-bottom: 45px;
  margin-top: 40px;
}

.service-montazh__list {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 40px;
}

.service-montazh__title.h2 {
  margin-top: 0 !important;
}

.service-montazh__item {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 15px;
}
.service-montazh__item.column--center {
  background: #f8f8fa;
  padding: 40px;
}

.service-montazh__info {
  font-size: 15px;
  color: #80828a;
  line-height: normal;
}
.service-montazh__info ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 2px;
}
.service-montazh__info ul li:before {
  content: "—";
  position: absolute;
  left: 0;
  top: -2px;
}

.service-montazh__link {
  background: var(--svetlo-siniy);
  margin: 0;
  border-radius: 40px;
  padding: 8px 10px;
  color: var(--belyy);
  white-space: nowrap;
  margin-top: 15px;
  display: inline-block;
}
.service-montazh__link:hover {
  background: #405a9c;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 999px) {
  .service-montazh__list {
    grid-template-columns: 1fr;
    gap: 0;
    gap: 20px;
  }
  .service-montazh__item {
    padding: 20px;
  }
  .service-montazh__item.column--center {
    padding: 20px;
  }
  .service-catalog .product-card {
    padding-bottom: 0 !important;
  }
}
.catalogSwyper .product-bottom-cst {
  /*position: relative;
  bottom: auto;*/
	position: absolute;
    bottom: 0px;
  margin-top: auto;
}
.catalogSwyper .catalog-product-cst {
  min-height: auto;
  height: 100%;
}
.catalogSwyper .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalogSwyper .swiper-slide {
  height: auto;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/klimkort_pagination/style.min.css?17222745922530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/template_swiper/style.css?17349408982825*/
.rbb {
	font-size: 24px;
}

.rwes {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}

.hcgg {
	color: #3e3f44;
font-size: 19px;
line-height: 1.5;
letter-spacing: 0.47px;
margin-top: 32px;
margin-bottom: 20px;
}
.art_num{
font-size: 18px;
margin-bottom: 15px;
color: #777;
}
/*.rwes>div {
	flex-basis: 50%;
	padding: 20px 30px;
}*/

.rw22 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px;
	align-items: center;
}

.rw22:nth-child(odd) {
background-color: #f4f7fa;
}
.rw22>div {
	flex-basis: 50%;
}

.ones22 {
	color: #3e3f44;
 font-family: "GraphikLCG-Semibold";
font-size: 15px;
line-height: 1.2;
letter-spacing: 0.38px;
}

.twos2 {
	color: #595b68;
font-size: 14px;
line-height: 1.2;
letter-spacing: 0.35px; 
}
.dessf{
	margin-top: 10px;
}
.dessf .destit2{
	margin-bottom: 6px;
}


@media (max-width: 769px) {
	.rw22 > div {
		flex-basis: 100%;
	}

	.twos2 {
		margin-top: 5px;
	}
}
.det_xar{
	flex:1 1 100%;
	width:100%;
	min-width:100%;
	max-width:100%;
min-height: 150px;
margin-top: 15px;
border-radius:8px;
position: absolute;
transform: translateY(100%);
    width: 100%;
    z-index: 10;
left: 0;
bottom: 5px;
padding: 10px;
background: #fff;
box-shadow: 0 9px 29px rgba(34, 34, 34, 0.16);
clip-path: inset(1px -30px -30px -30px);
transition: all 0.3s ease;
	opacity: 0;
 visibility: hidden
}
.it-ct:hover .det_xar{
	opacity: 1;
 visibility: visible
}
.nmm {
height: 50px;
}

.series_flex{
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: flex-start;
}
.series_one{
	margin:0 20px 15px 0;
	line-height:1;
	background-color:#f6f7f9;
	color:#3e3f44;
	text-decoration:none;
	padding: 8px 15px;
border-radius: 16px;
}
a.series_one:hover{
	background-color:#9d9ea0;
	color:#fff;
	text-decoration:none;
}
div.series_one{
	background-color:#DC0333;
	color:#fff;
}
.series_one sup{
vertical-align: super;
font-size: 70%;
}
.hcgg_series{
color: #3e3f44;
font-size: 16px;
line-height: 1.5;
letter-spacing: 0.47px;
margin-top: 32px;
margin-bottom: 10px;
font-family: "GraphikLCG-Semibold";
}

.tito{
position:absolute
}


.stickers{
	position: absolute;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	top: 0;
	left: 0

}
.sticker{
	margin: 0 10px 10px 0;
	font-size: 12px;
	padding: 4px 7px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;

}


.sticker.xit{
	background: #2C3771 
}
.sticker.sovet{
	background: #FF7A00;
}
.sticker.akc{
	background: #6AC50E 
}
.sticker.new{
	background: #03899C
}
.sticker.stick{
	background: #DC0333;
}
.banner__catalog{
width: 100%;
margin-bottom: 25px
}
.banner__catalog img{
display:block;
width:100%
}

@media (max-width: 769px) {
.det_xar{
display: none
	}
}


/* End */


/* Start:/local/components/klimkort/main.feedback/templates/call_contact_form/style.min.css?1722274592251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */
/* /local/templates/.default/components/bitrix/news/uslugi/bitrix/news.detail/.default/style.css?174591119810313 */
/* /local/templates/main/components/bitrix/system.pagenavigation/klimkort_pagination/style.min.css?17222745922530 */
/* /local/templates/main/components/bitrix/catalog.section/template_swiper/style.css?17349408982825 */
/* /local/components/klimkort/main.feedback/templates/call_contact_form/style.min.css?1722274592251 */
