﻿.br-quotes-wrap{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:60px}@media (max-width:767px){.br-quotes-wrap{gap:30px}}.br-quotes-tabs-wrap{overflow-x:auto;width:calc(100% + 30px);display:flex;margin:0 -15px;padding:0 15px}.br-quotes-tabs{display:flex;gap:8px;color:#000;padding:8px;border-radius:100px;background:#FEED1B;margin:0 auto}.br-quotes-tab{cursor:pointer;font-weight:500;text-align:center;padding:13px 32px 11px;border-radius:100px;transition:background 200ms ease-in-out,box-shadow 200ms ease-in-out;white-space:nowrap}@media (max-width:1200px){.br-quotes-tab{font-size:14px;padding:9px 20px 7px}}.br-quotes-tab:hover{background:rgba(255,255,255,.5)}.br-quotes-tab.active{cursor:default;background:#fff;box-shadow:0 2px 4px 0 rgba(255,208,0,.8)}.br-quotes{width:100%;position:relative;transition:height 500ms ease-in-out}.br-quote{pointer-events:none;position:absolute;top:0;left:0;width:100%;display:flex;align-items:center;gap:100px;opacity:0;transform:translateY(30px);transition:opacity 500ms ease-in-out,transform 500ms ease-in-out}@media (max-width:1400px){.br-quote{gap:40px}}@media (max-width:767px){.br-quote{flex-wrap:wrap;gap:20px}}.br-quote.active{pointer-events:all;opacity:1;transform:translate(0)}.br-quotes__text{display:flex;flex-direction:column;align-items:flex-start;gap:40px;width:47%}.br-quotes--text_only .br-quotes__text{width:100%;max-width:1200px;margin:0 auto;align-items:center;text-align:center}@media (max-width:767px){.br-quotes__text{width:100%;gap:20px}}@media (max-width:520px){.br-quotes--text_only .br-quotes__text{align-items:left}}.br-quotes__text__quote{width:100%;font-size:24px;line-height:1.5}.br-quotes--text_only .br-quotes__text__quote{font-size:45px;line-height:1.2}.br-quotes--text_only .br-quotes__text__quote--small{font-size:34px}@media (max-width:1200px){.br-quotes--text_only .br-quotes__text__quote{font-size:calc(3vw + 6px)}.br-quotes--text_only .br-quotes__text__quote--small{font-size:calc(2vw + 8px)}}@media (max-width:1024px){.br-quotes__text__quote{font-size:22px}}@media (max-width:767px){.br-quotes__text__quote{font-size:16px;line-height:1.7}.br-quotes--text_only .br-quotes__text__quote{line-height:1.7}}@media (max-width:520px){.br-quotes--text_only .br-quotes__text__quote{font-size:18px;text-align:left}.br-quotes--text_only .br-quotes__text__quote--small{font-size:16px}}.br-quotes__text__person{display:flex;align-items:center;justify-content:flex-start;gap:20px;width:100%}.br-quotes--text_only .br-quotes__text__person{width:auto;text-align:left}.br-quotes__text__person img{display:block;width:60px;aspect-ratio:1/1;object-fit:cover;border-radius:50%!important}.br-quotes__text__person__info strong{display:block;color:#000;font-size:18px;font-weight:500}@media (max-width:767px){.br-quotes__text__person__info strong{font-size:16px}}.br-quotes__text__person__info span{display:block;color:#86868B;font-size:16px}@media (max-width:767px){.br-quotes__text__person__info span{font-size:14px;line-height:1.2}}.br-quotes__img{width:53%}@media (max-width:767px){.br-quotes__img{width:100%}}.br-quotes__img img{display:block;width:100%;aspect-ratio:848/600;object-fit:cover;border-radius:24px!important}