

/* Start:/local/templates/.default/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?17613045048647*/
.product{
  padding-bottom: 120px;
}
.product_info {
  margin-bottom:196px;
}
.product_descript-bottom {
  margin-bottom: 24px;
}
.pruduct_advantages-key{
  margin-bottom: 77px;
  color: #537DA6;
}
@media (max-width:1024px) {
    .product_info {
      margin-bottom:100px;
  }
    .product{
    padding-bottom: 90px;
  }
}
@media (max-width:768px) {
    .product_info {
      margin-bottom:50px;
  }
    .product{
    padding-bottom: 60px;
  }
}
@media (max-width:568px) {
    .product_info {
      margin-bottom:25px;
  }
    .product{
    padding-bottom: 20px;
  }
  .product_descript-bottom {
    margin-bottom: 12px;
  }
  .pruduct_advantages-key{
    margin-top: 34px;
    margin-bottom: 34px;
  }
}
.product_img{
  margin-bottom: 100px;
}

.product_img_top{
  margin-bottom: 20px;
}

.product_img_sl .btn_slider{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  left: 24px;
  right:24px;
}

.btn_slider div{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  padding: 4px 0;
  border-radius: 25px;
  border: 1px solid var(--Text-color, #16396C);
}


.product_img_item_th{
  border: 2px solid transparent;
  cursor: pointer;
}

.swiper-slide-thumb-active .product_img_item_th{
  border-color: var(--Red, #BF0036);
}

.product_img_item a{
    display: flex;
    justify-content: center;
}

.product_anons{
  color: var(--Text-color-light, #537DA6);
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 141.667% */
  margin-bottom: 40px;
}


.product_anons_btn button {
    color: var(--White, #FFF);
    border-radius: 48px;
    background: var(--Red, #BF0036);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 10px;
    flex-shrink: 0;
    display: inline-flex;
    height: 48px;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    outline: 0;
    border: 0;
}

.product_anons p:not(:last-child){
  margin-bottom: 24px;
}

.product_anons b,
.product_anons strong{
  color: var(--Text-color, #16396C);
}


.product_prop{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.product_prop_item{
  display: flex;
  align-items: start;
  gap: 0 48px;
}

.product_prop_item_name{
  min-width: 205px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--Text-color, #16396C);
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
}

.product_prop_item_name::before{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #16396C;
}

.product_prop_item_value span{
  display: inline-flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 48px;
  border: 1px solid #2E8BE6;
  color: var(--Text-color, #16396C);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}


.product_prop_item_value .icon-item {
    color: var(--Text-color, #16396C);
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.product_prop_item_value .icon-item:not(:last-child){
  margin-bottom: 12px;
}

.product_prop_item_value .icon-item svg{
  min-width: 48px;
}

.product_prop_item_value ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product_prop_item_value ul li{
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 48px;
  border: 1px solid var(--Stroke_Blue, #7EB7EE);
  color: var(--Text-color, #16396C);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  white-space: nowrap;
}


.tabs_nav{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 48px;
  margin-bottom: 80px;
  overflow-y: auto;
}

.tabs_nav li a{
  display: block;
  color: var(--Text-color-light, #537DA6);
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 141.667% */
  text-decoration: none!important;
  white-space: nowrap;
  border-bottom: 2px solid transparent;  
  transition: all .3s linear;
	padding-bottom: 8px
}

.tabs_nav li a.active{
  border-color: #16396C;
  color: #16396C;
}

.tabs_items .tabs-item{
  display: none;
}

.tabs_items .tabs-item.active{
  display: block;
}


.pruduct_detail{
  margin-bottom: 80px;
}

.product_company_text{
  color: var(--Text-color, #16396C);
  font-family: Manrope;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 137.143% */
  text-transform: uppercase;
}

.product_detail_text{
  color: var(--Text-color-light, #537DA6);
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 141.667% */
}

/* .pruduct_advantages{

} */

.pruduct_advantages_styky{
  position: sticky;
  top: 90px; 
  align-self: start; 
  z-index: 2;
}

.pruduct_advantages_title{
  color: var(--Text-color, #16396C);
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 15px;
}

.pruduct_advantages_title::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #16396C;
}

.pruduct_advantages_list{
  display: flex;
  flex-direction: column;
  gap: 40px; 
}

.pruduct_advantages_item{
  display: flex;
  align-items: start;
  gap: 30px;
}

.pruduct_advantages_item::before{
  content: url(/local/templates/.default/images/product_advantages_icon.svg); 
}

.pruduct_advantages_item_cont{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pruduct_advantages_item_name{
  color: var(--Text-color, #16396C);
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  text-transform: uppercase;
}

.pruduct_advantages_item_text{
  color: var(--Text-color-light, #537DA6);
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 141.667% */
}

.product_haract{
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.product_haract_item{
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.product_haract_item_name{
  color: var(--Text-color, #16396C);
  font-family: Manrope;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 137.143% */
  text-transform: uppercase;
}

.product_haract_item_text table{
  width: 100%;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: 0;
}

.product_haract_item_text table th,
.product_haract_item_text table td{
  text-align: left;
  padding: 12px 24px;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

.product_haract_item_text table th{
  color: var(--White, #FFF);
  background: var(--Text-color, #16396C);
}

.product_haract_item_text table td{
  color: var(--Text-color, #16396C);
  height: 78px;
}

.product_haract_item_text table tr:nth-child(odd) td{
  background: #F0F5FC;
}


@media(max-width:992px){
  .product_img{
    margin-bottom: 60px;
  }

  .product_anons{
    font-size: 20px;
    line-height: normal;
  }
  .product_prop_item_name,
  .product_prop_item_value .icon-item{
    font-size: 20px;
    line-height: normal;
  }

  .tabs_nav{
    margin-bottom: 60px;
  }

  .product_company_text{
    font-size: 30px;
    line-height: normal;
  }


  .pruduct_detail{
    margin-bottom: 60px;
  }

  .product_detail_text{
    font-size: 20px;
    line-height: normal;
  }

  .pruduct_advantages_item_name,
  .pruduct_advantages_item_text{
    font-size: 20px;
    line-height: normal;
  }

  .product_haract_item_text table th,
  .product_haract_item_text table td{
    padding: 5px 15px;
    font-size: 18px;
    line-height: normal; 
  }
}

@media(max-width:768px){
  .product_img{
    margin-bottom: 50px;
  }

  .product_prop{
    gap: 30px;
  }

  .product_prop_item{
    flex-direction: column;
    gap: 20px;
  }

  .tabs_nav{
    margin-bottom: 40px;
  }

  .product_company_text{
    font-size: 26px;
  }

  .pruduct_detail{
    margin-bottom: 40px;
  }

  .pruduct_advantages_list{
    gap: 30px;
  }

  .pruduct_advantages_item_cont{
    gap: 15px;
  }

}
/* End */
/* /local/templates/.default/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?17613045048647 */
