.cc__tabs { background: #f8f8f8; margin: 0 auto; width: 100%; max-width: initial  !important; position: fixed  !important; left: 0; top: 125px; z-index: 11; transition: top .2s ease-in-out; } .cc__tabs .cc__section { overflow-x: scroll; margin: 0 auto; width: auto; max-width: 1920px; justify-content: unset; } .cc__tab { padding: 0 32px; font-size: 16px; text-align: center; line-height: 20px; display: flex; align-items: center; justify-content: center; } .cc__tab_text { padding: 16px 0; border-bottom: 3px solid transparent; color: #4e444e; cursor: pointer; white-space: nowrap; } .cc__tab_text.active { color: #000; border-color: #294e95; } .cc__tab_text:hover { color: #294e95; border-color: #294e95; } @media screen and (min-width: 1200px) { .cc__tabs .cc__section { justify-content: center; } .cc__tab { padding: 0 72px; } }
