.catalog__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30rem}@media (max-width:1280px){.catalog__header{margin-bottom:30px}}@media (max-width:640px){.catalog__header{align-items:flex-start;flex-direction:column}}.catalog__header_left{color:#172242;font-size:40rem;font-style:normal;font-weight:600;line-height:110%;margin:0}@media (max-width:1440px){.catalog__header_left{font-size:40px}}@media (max-width:1280px){.catalog__header_left{font-size:30px}}.catalog__header_right{align-items:center;display:flex}@media (max-width:840px){.catalog__header_right{flex-direction:column}}.catalog__header_btn{align-items:center;background:#ff0040;display:flex;max-width:203rem;padding:20px 10px 20px 20px;text-align:center;text-decoration:none;transition:all .3s ease;width:100%}@media (max-width:840px){.catalog__header_btn{justify-content:center;margin-bottom:20px;width:100%}}.catalog__header_btn:hover{background:#df0043}.catalog__header_btn:active{background:#a70032}.catalog__header_btn .text{color:#fff;font-size:20rem;font-style:normal;font-weight:600;line-height:140%;white-space:nowrap}@media (max-width:1280px){.catalog__header_btn .text{font-size:20px}}.catalog__header_btn .icon{font-size:0;height:22rem;margin-left:22rem;width:22rem}@media (max-width:1280px){.catalog__header_btn .icon{height:28px;margin-left:20px;width:28px}}.catalog__header_link{align-items:center;display:flex;margin-left:42rem;text-decoration:none}@media (max-width:1280px){.catalog__header_link{margin-left:40px}}@media (max-width:840px){.catalog__header_link{margin-left:0;margin-top:0}}@media (max-width:640px){.catalog__header_link{margin-top:5px}}.catalog__header_link .text{color:#ff0040;font-size:16rem;font-style:normal;font-weight:400;line-height:1;position:relative;white-space:nowrap}.catalog__header_link .text:after{background:#ff0040;border-radius:2rem;bottom:-5rem;content:"";height:2rem;left:0;position:absolute;right:100%;transition:all .3s ease}@media (max-width:1280px){.catalog__header_link .text{font-size:16px}}.catalog__header_link:hover .text:after{right:0}.catalog__header_link .icon{border-bottom:2px solid #df0043;box-sizing:border-box;display:flex;font-size:0;height:28rem;justify-content:center;margin-right:13rem;overflow:hidden;padding-bottom:4rem;transition:all .3s ease;width:28rem}@media (max-width:1280px){.catalog__header_link .icon{margin-right:10px;width:25px}}.catalog__header_link:hover .icon svg{animation:flow .3s ease forwards}@keyframes flow{0%{transform:translateY(0)}50%{transform:translateY(110%)}50.1%{transform:translateY(-110%)}to{transform:translateY(0)}}