.first-step-to-telegram{background:linear-gradient(270deg,#0098ea,#0e468a 46%,#0f131b);border-radius:24px;display:grid;gap:31px 200px;grid-template-areas:"title title" "descr button";margin:40px 0;padding:70px}@media(max-width:1023px){.first-step-to-telegram{gap:30px;grid-template-areas:"title" "descr" "button"}}@media(max-width:767px){.first-step-to-telegram{margin:20px 0;padding:40px}}.first-step-to-telegram__title{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:3;grid-area:title}.first-step-to-telegram__title span{text-decoration:underline}.first-step-to-telegram__descr{-ms-grid-row:3;-ms-grid-column:1;grid-area:descr}.first-step-to-telegram__button{-ms-grid-row:3;-ms-grid-column:3;align-self:flex-end;grid-area:button}@media (max-width:1023px){.first-step-to-telegram__title{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:1}.first-step-to-telegram__descr{-ms-grid-row:3;-ms-grid-column:1}.first-step-to-telegram__button{-ms-grid-row:5;-ms-grid-column:1;width:-moz-fit-content;width:fit-content}}@media(max-width:767px){.first-step-to-telegram__button{width:100%}}.first-step-to-telegram__button svg{height:20px;width:20px}