

/* Start:/local/templates/original/components/bitrix/news/products/bitrix/news.detail/.default/style.css?17864317204082*/
.text-section.ui-section {
    padding-top: 160px;
    padding-bottom: 0px;
}

.big-text {
    color: #353535;
    font-family: Onest;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.64px;
    margin-bottom: 24px;
}

.small-text {
    color: #7B7B7B;
    font-family: Onest;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 25.2px */
    letter-spacing: -0.64px;
}

.text-section h2 {
    margin-top: 90px;
    margin-bottom: 65px;
}

.text-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 65px;
}

.text-grid>div {
    border-radius: 26px;
    background: #FFF;
    padding: 30px;
}

.text-grid>div span {
    display: block;
    margin-top: 30px;
    color: #7B7B7B;
    font-size: 1rem;
    font-family: Onest;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.64px;
}

.text-flex {
    display: flex;
    gap: 28px;
    margin-top: 90px;
}

.text-flex h2 {
    margin-top: 0px;
}

.text-flex>* {
    flex-grow: 1;
    flex-basis: 0;
}

.text-flex>div {
    border-radius: 26px;
    background: #FFF;
    padding: 30px;
}

.text-flex>div p {
    color: #7B7B7B;
    font-family: Onest;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 25.2px */
    letter-spacing: -0.64px;
    margin-bottom: 20px;
}

.text-flex>div p:last-child {
    margin-bottom: 0px;
}

.text-flex2 {
    display: flex;
    margin-top: 90px;
    gap: 56px;
}

.text-flex2 h2 {
    margin-top: 0px;
}

.text-flex2 p {
    color: #353535;
    font-family: Onest;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 25.2px */
    letter-spacing: -0.64px;
    margin-bottom: 0px;
}

.text-flex2 p.grey-text {
    color: #7B7B7B;
    margin-bottom: 24px;
}

.text-flex2 img {
    border-radius: 26px;
    min-width: 595px;
}
.text-flex3 {
    display: flex;
    margin-top: 90px;
    gap: 56px;
}

.text-flex3 h2 {
    margin-top: 0px;
}

.text-flex3 p {
    color: #353535;
    font-family: Onest;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 25.2px */
    letter-spacing: -0.64px;
    margin-bottom: 0px;
}

.text-flex3 p.grey-text {
    color: #7B7B7B;
    margin-bottom: 24px;
}

.text-flex3 img {
    border-radius: 26px;
    min-width: 595px;
}

.more-text, .hide-button{
    display: none;
}

.hide-button{
    margin-top: 90px;
}

.show-button, .hide-button{
    border-radius: 6.67px;
    border: 1px solid #F13C30;
    color: #353535;
    text-align: center;
    font-family: Onest;
    font-size: 17.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px; /* 462.428% */
    letter-spacing: -0.64px;
    text-transform: uppercase;
    width: 200px;
    cursor: pointer;
}

.show-button:hover, .hide-button:hover{
    color: #fff;
    background: #F13C30;
}

@media(max-width: 800px){
  .text-section.ui-section {
     padding-top: 90px;
  } 
  .big-text{
    font-size: 24px;
  }
  .small-text, .text-grid>div span, .text-flex>div p, .text-flex2 p, .text-flex3 p {
    font-size: 0.9375rem;
    letter-spacing: -0.01rem;
  }
  .text-grid {
      grid-template-columns: repeat(2, 1fr);
  }
  .text-flex{
    flex-direction: column;
    gap: 40px;
  }
  .text-section .text-flex h2{
    margin-bottom: 0px;
  }
  .text-flex
  .text-flex>*{
    flex-grow: unset;
    flex-basis: unset;
  }
  .text-flex2{
    flex-direction: column-reverse;
    gap: 40px;
  }
  .text-flex3{
    flex-direction: column;
    gap: 40px;
  }
  .text-flex2 img, .text-flex3 img{
    width: 100%;
    min-width: unset;
  }
}
@media(max-width: 600px){
  .big-text{
    font-size: 18px;
  }
  /*.small-text, .text-grid>div span, .text-flex>div p, .text-flex2 p, .text-flex3 p {
    font-size: 14px;
  }*/
  .text-grid {
      grid-template-columns: repeat(1, 1fr);
  }
  .text-section h2{
    margin-bottom: 30px;
  }
  .text-grid{
    margin-top: 30px;
  }
}
/* End */
/* /local/templates/original/components/bitrix/news/products/bitrix/news.detail/.default/style.css?17864317204082 */
