.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:12px;padding:16px;background-color:#1C4368}.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:12px;padding:16px;background-color:#1C4368;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,.support .support__contact_item:nth-child(2)::before,.support .support__contact_item:nth-child(3)::before{background:-webkit-gradient(linear,left top,right top,from(rgba(120,189,255,.7)),to(transparent));background:linear-gradient(to right,rgba(120,189,255,.7),transparent)}.support .support__contact_icon{width:54px;height:54px}.support .support__contact_title{margin-bottom:3px}.support .support__contact_descr{font-size:12px;color:#7699B8}.support .support__contact_link{cursor:pointer;text-decoration:underline;color:#619A37}@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%}}