

/* Start:/bitrix/templates/euro/components/bitrix/catalog.element/proc/style.css?17841923192298*/
.text_br {
  font-size: 30px;
  line-height: 35px;
  font-family: var(--font-secondary);
  font-weight: 500;
}

.h1--custom {
  font-family: 'Montserrat' !important;
}

.order__buttons .btn.lg.bckaccent{
  border: 2.5px solid #CDAAB1;
  color: #fff !important;
  background-color: #CDAAB1;
}

.order__buttons .btn.lg.bckaccent:hover{
  color: #CDAAB1 !important;
  background-color: #fff;
}


/* custom  */
html {
  scroll-behavior: smooth;
}
.dark__static .dark__staticContent{
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.tabs__group .tabs__content .tab__item{
    margin-left: -50px;
    margin-right: -50px;
    padding: 50px;
    padding-top: 10px;
    padding-bottom: 0px;
    background: #f6f6f6;
}
#tab-content-3{
 background: #fff !important;
}

.order__buttons:first-child {
  text-align: center;
  margin-left: -50px;
  margin-right: -50px;
  padding: 50px;
  background: #f6f6f6;
  padding-top: 30px !important;
}

.page{
  z-index: 100;
  position: relative;
}
.page {
    position: inherit;
}
/*  */

/* custom spoiler */
.spoilers__item {
  padding-bottom: 26px;
}

.spoilers__item .spoilers__item {
  font-weight: 400;
  padding-top: 14px;
}

.spoilers__title {
  display: flex;
  gap: 14px;
  align-items: center;
}

.spoilers__title span {
  font-size: 23px;
  font-weight: 500;
  line-height: 110%;
}

.spoilers__title svg {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
}
.spoilers__title svg:hover {
  stroke: #ceaab2;
  cursor: pointer;
}
.spoilers__title svg:hover circle{
  stroke: #ceaab2;
}


.spoilers__title.active svg {
  transform: rotate(180deg);
}

 @media (max-width: 767px) {
  .spoilers__item{
    padding-bottom: 15px;
  }
  .spoilers__title span{
    font-size: 20px;
  }
 }

 @media (max-width: 550px) {
  
  .spoilers__title span{
    font-size: 16px;
  }

  .alert .item.item--extra{
    margin-bottom: 2px !important;
  }

  .alert.is-expanded .item.item--extra{
    margin-bottom: 8px !important;
  }
 }
 
/*  */

/* 03.07.26x */

@media (max-width: 575px) {
    h1, .h1 {
        font-size: 30px !important;
        line-height: 32px;
    }
    h2 {
        font-size: 23px !important;
    }
}


/* End */
/* /bitrix/templates/euro/components/bitrix/catalog.element/proc/style.css?17841923192298 */
