.support .support__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.support .support__contact,.support .support__form{display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal;gap:16px}.support .support__form{display:flex;-ms-flex-direction:column;flex-direction:column;width:60%;border-radius:16px;padding:16px;-webkit-box-shadow:2px 3px 0 0 #000;box-shadow:2px 3px 0 0 #000;background:#1d1d21}.support .support__form .base-button{width:-webkit-min-content;width:-moz-min-content;width:min-content}.support .support__contact{display:flex;-ms-flex-direction:column;flex-direction:column;width:40%}.support .support__contact_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;border-radius:16px;padding:16px;-webkit-box-shadow:2px 3px 0 0 #000;box-shadow:2px 3px 0 0 #000;background:#1d1d21;position:relative;overflow:hidden}.support .support__contact_item::before{content:'';position:absolute;top:50%;left:-30px;width:270px;height:100%;border-radius:50%;-webkit-filter:blur(60px);filter:blur(60px);z-index:1;pointer-events:none}.support .support__contact_item:nth-child(1)::before{background:-webkit-gradient(linear,left top,right top,from(rgba(224,48,129,.7)),to(transparent));background:linear-gradient(to right,rgba(224,48,129,.7),transparent)}.support .support__contact_item:nth-child(1) .support__contact_link{color:#E03081}.support .support__contact_item:nth-child(2)::before{background:-webkit-gradient(linear,left top,right top,from(rgba(99,208,0,.7)),to(transparent));background:linear-gradient(to right,rgba(99,208,0,.7),transparent)}.support .support__contact_item:nth-child(2) .support__contact_link{color:#63D000}.support .support__contact_item:nth-child(3)::before{background:-webkit-gradient(linear,left top,right top,from(rgba(247,202,61,.7)),to(transparent));background:linear-gradient(to right,rgba(247,202,61,.7),transparent)}.support .support__contact_item:nth-child(3) .support__contact_link{color:#F7CA3D}.support .support__contact_icon{-ms-flex-negative:0;flex-shrink:0}.support .support__contact_title{margin-bottom:3px}.support .support__contact_descr{font-size:12px;color:#9999a5}.support .support__contact_link{cursor:pointer;text-decoration:underline}@media (max-width:1140px){.support .support__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.support .support__contact,.support .support__form{width:100%}}