

/* Start:/local/templates/.default/components/forumedia/catalog.teg/catalog/style.css?17848111705658*/
.all-tegs{
   margin-bottom: 40px;
}

a.link-top{
font-family: Qanelas, sans-serif;
font-weight: 300;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
color: rgba(66, 68, 74, 1) !important;
padding: 5px 15px 7px;

text-decoration: none;
border-radius: 16px;
}

.teg-title{
font-family: Qanelas, sans-serif;
font-weight: 600;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
margin-right: 20px;
margin-left: 0;
white-space: nowrap;
color: rgba(0, 0, 0, 1);
padding-top: 5px;
min-width: 202px;
}

 div.catalog-list-wrap .element-list-wrap div.element-sort-wrap{
    margin-bottom: 0;
}

.tegs {
    display: flex;
    width: 100%;
   /* padding: 0 125px 0 0;*/
    border-radius: 8px;
    overflow: hidden;
    /*height: 40px;*/
    padding-top: 10px;
}

.all-tegs div.tegs:nth-child(1){
   padding-top:30px;  
}

.all-tegs>div:last-of-type{
    padding-bottom:30px; 
}

.all-tegs .h2{
 font-family: Qanelas;
font-weight: 600;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
   color:black;
   margin-bottom: 15px;
}

.tegs.open {
    height: auto;
}

.item-teg {
    box-sizing: border-box;
    height: fit-content;
    border: 1px solid white;
    margin-right: 10px;
    margin-bottom: 10px;
}



.item-teg a.link-top {
   
    display: inline-block;
    white-space: nowrap;
}

.item-teg.active,.item-teg:hover  {
    
  background: rgba(211, 223, 247, 1);
    border: 1px solid rgba(163, 175, 197, 1);
}

.item-teg.active a.out-teg {
    position: relative;
}

.item-teg.active a.out-teg::before {
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    background: white;
    position: absolute;
    left: 0;
}

.teg-cont {
    margin-bottom: 40px;
}

.button-more {
    position: absolute;
    top: 20px;
    left: 16px;
    display: inline-block;
    cursor: pointer;
    color: #6A6868;
    font-family: DIN Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.teg-cont {
    position: relative;
}

.hidden{
    height: 0;
    overflow: hidden;
}

@media (max-width: 380px) {
    .button-more {
        top: 16px;
    }

    .tegs {
        padding-top: 15px;
        height: auto;
    }


}

.tegs .text,
.tegs-popular .text {
    width: 34px;
    height: 41px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 41px;
    font-weight: 600;
    color: #000000;
    font-family: Qanelas, sans-serif;
}

.tegs-top-wrapper {
    background-color: #FBFCFD;
    padding-left: 10px;
    padding-right: 10px;
}

.more {
    font-family: Qanelas, sans-serif;
    color: #090909;
    font-size: 13px;
}

.button-more-size{
    position: absolute;
    top: 102px;
    right: 16px;
    display: inline-block;
    cursor:pointer;
    color: #6A6868;
font-family: DIN Pro;
font-size: 16px;
font-style: normal;
font-weight: 400;
}

.tegs{
display:flex;    
margin-bottom: 0px;    
}

.teg-body{
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}

.teg-more{
  font-family: Qanelas, sans-serif;
font-weight: 350;
font-size: 14px;
}

.teg-more>div{
  width: 140px;
height: 33px;
border-radius: 16.5px;
border-width: 1px;
border: 1px solid rgba(163, 175, 197, 1);
}

.teg-more>div.hidden{
    height: 0;
    border: 0px solid rgba(163, 175, 197, 1);
    padding: 0;
}

.teg-more{
   min-width:100px;
   margin-right: 5px;
   position: relative;
   
}

.teg-more>div{
    cursor:pointer;
    position: absolute;
    bottom:-20px;
    left:0;
    margin-bottom: 10px;
    background: rgba(211, 223, 247, 1);
    border: 1px solid rgba(163, 175, 197, 1);
    width: auto;
    padding: 5px 15px 7px;
    display: inline-flex;
    align-items: center;
}

.teg-body{
    overflow: hidden;
    transition: 0.5s;
}

.teg-more span{
color:rgba(66, 68, 74, 1); 
font-weight: 300;
font-size: 18px;
line-height: 100%;
white-space: nowrap;
margin-right: 10px;
}

.teg-body span.item-teg{
border: 1px solid rgba(163, 175, 197, 1);
border-radius: 16.5px;
}

.link-top-close{
    margin-right: 15px;
}

 /* Базовые стили списка (убедитесь, что они соответствуют вашим текущим) */
ul.categories-list {
   margin-bottom: 10px;
    overflow: hidden; /* Важно для анимации скрытия */
    transition: max-height 0.3s ease;
}

/* Стили кнопки */
.categories-toggle-wrapper {
    text-align: left;
    margin-top: 10px;
}

.categories-toggle-btn {
background: rgba(29, 50, 93, 1);
padding: 9px 25px;
height: 39px;
border-radius: 19.5px;
transition: all 0.2s;
color:white;
display: inline-flex;
cursor: pointer;
align-items: center;
}

.categories-toggle-btn.active svg {
    transform: rotate(180deg);
}
.categories-toggle-btn span{
    margin-right: 10px;
    font-family: Qanelas;
font-weight: 300;
font-size: 18px;
line-height: 100%;

}

.categories-toggle-btn svg{
    margin-top: 3px;
    margin-bottom: 3px;
}

.categories-toggle-btn svg path{
    stroke:white;
}

.sect-top{
    margin-bottom: 50px;
}



.count-products{
width: 250px;    
}

@media screen and (max-width: 800px) {
   .count-products{
width: auto;    
}
}

@media(max-width: 768px){
    .tegs{
        flex-direction: column;
    }
    .teg-title{
        padding-bottom: 8px;
    }
}

@media (max-width: 600px) {
    .categories-toggle-btn span {
        font-size: 16px;
    }
}




/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/.default/style.css?1784550686496*/
.detail-position{
    margin-left: 34%;
}
@media(max-width: 1065px){
    .detail-position{
    margin-top: 10%;
    margin-left: -21px;
}
.title.cont{
    display: block;
}
.product .characteristics .title{
    padding-bottom: 7px;
}
}
h1{
    font-size: 45px!important;
    line-height: 50px!important;
}
@media(max-width: 800px){
h1{
    font-size: 30px!important;
    line-height: 35px!important;
}
}
@media(max-width: 440px){
h1{
    font-size: 30px!important
}
}
/* End */


/* Start:/local/templates/default/components/bitrix/form.result.new/zakaz-form/style.css?17325415104598*/
.modal2 {
    position: fixed; /* фиксированное положение */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5); /* фон */
    z-index: 1050;
    opacity: 0; /* по умолчанию модальное окно прозрачно */
    -webkit-transition: opacity 200ms ease-in; 
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in; /* анимация перехода */
    pointer-events: none; /* элемент невидим для событий мыши */
    margin: 0;
    padding: 0;
}
.modal2:target {
    opacity: 1; /* делаем окно видимым */
   pointer-events: auto; /* элемент видим для событий мыши */
    overflow-y: auto; /* добавляем прокрутку по y, когда элемент не помещается на страницу */
	background: rgba(134, 134, 134, 0.7);
}

.block-form{
  align-self: center;
	position: relative;
max-width: 600px;
margin: 0 auto;
padding: clamp(30px, 3vw, 60px);
background: #FFFFFF;
box-shadow: 0px 4px 24.2px rgba(29, 51, 93, 0.7);
border-radius: 12px 12px 19px 12px;
margin-top: 5%;
}
input[type='text']{
	/* Rectangle 11 */

width: 100%;
height: 53.87px;
background: #F6F9FC;
border-radius: 6px;
border: 0;
margin: auto;
margin-bottom: 17px;


/* text */

font-family: 'Qanelas';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 24px;


padding: 16px 13px;


}
input[type='text']::placeholder{
	color: #B4B9C6;
}
.form-title{

font-family: 'Qanelas';
font-style: normal;
font-weight: 700;
font-size: 46px;
line-height: 57px;
color: #8CC6FF;
text-align: center;
}
.form-description{

font-family: 'Qanelas';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 21px;
text-align: center;
margin-bottom: 25px;
color: #5D6C82;
}
.btn{
width: 100%;
height: 53.87px;
border: 0;
background: #3399FF;
border-radius: 6px;
text-align: center;
color: #fff;
font-size: 20px;
font-family: 'Qanelas';
font-weight: 700;
margin-top: 20px;
margin-bottom: 20px;
}
/* Rectangle 14 */

.block{
  position: relative;
	max-width: 400px;
  margin: auto;
}
.des{
	font-size: 15px;
	text-align: center;
	margin-bottom: 40px;
}
.close{
	position: absolute;
	top: 14px;
	right: 19px;
	font-size: 35px;
	text-decoration: none;
}
@media (max-width: 450px){
  input[type='text']{
    font-size: 15px;
  }
}
a.btn{
  position: relative;
  width: 120px;
  height: 45.05px;
  margin: 0;
  top: -95px;
  left: 1123px;
  color: #3399FF;
  border: solid #3399FF 1.5px;
  background: #fff;
  margin-left: 5px;
padding: 10px 20px !important;
}
a.btn:hover{
color: #fff;
background: #3399FF;
}
@media (max-width: 1250px){
  a.btn{
    top: -8px;
    left: 166px;
  }

}
.btn-detal{
  display: block;
  width: 155px;
  height: 45.05px;
  margin: 0;
  color: #3399FF;
  border: solid #3399FF 1.5px;
  background: #fff;
  margin-left: 5px;
  border-radius: 6px;
  padding: 10px 35px !important;
font-size: 20px;
font-family: 'Qanelas';
font-weight: 700;
margin-top: 20px;
margin-right: 25px;
float: right;
text-decoration: 0;
}
a.btn-detal:hover{
  color: #fff;
  background: #3399FF;
  }
.zakaz{
  float: right;
  height: 150px;
  position: relative;
  right: 23px;
}
.btn-desr{
  position: relative;
  top: 32px;
  margin-right: 7px;
}
@media (max-width: 390px){
  .btn-desr{
    top: 19px;
  }
}
.popup {
  display: none; /* Скрыто по умолчанию */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный фон */
  justify-content: center; /* Центрирование содержимого */
  align-items: center; /* Центрирование содержимого */
  z-index: 1000; /* Убедитесь, что окно над другими элементами */
}
.mssgok{
font-family: 'Qanelas';
font-size: 20px;
line-height: 130%;
text-align: center;
display:  block;
color: #000000;	
}
.popup-content {
align-self: center;
position: relative;
max-width: 550px;
margin: 0 auto;
padding: clamp(30px, 3vw, 60px);
background: #ffffff;
box-shadow: 0px 4px 24.2px rgba(29, 51, 93, 0.7);
border-radius: 12px 12px 19px 12px;
}

.close-btn {
  cursor: pointer;
  font-size: 35px;
	text-decoration: none;
  position: absolute;
  top: 10px;
  right: 15px;
}

/* End */
/* /local/templates/.default/components/forumedia/catalog.teg/catalog/style.css?17848111705658 */
/* /local/templates/.default/components/bitrix/catalog.element/.default/style.css?1784550686496 */
/* /local/templates/default/components/bitrix/form.result.new/zakaz-form/style.css?17325415104598 */
