

/* Start:/local/templates/sponsors/template_styles.css?17771012623162*/
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #D29F81;
  background: radial-gradient(circle at bottom right, #D28D64 0, #D29F81 50%, #D29F81);
  background-attachment: fixed; }

.content {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
  padding: 10px;
  margin: 10px 0;
  border-radius: 10px;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 38px 1fr;
  grid-template-rows: max-content max-content max-content;
  -ms-grid-columns: 38px 1fr;
  -ms-grid-rows: max-content max-content max-content; }

h1 {
  font: 18pt Arial;
  padding: 0;
  margin: 0 0 10px 0;
  color: #22205F;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
  grid-row: 1;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2; }

p {
  margin: 10px 0;
  font: 16px Arial;
  color: #333; }
  p.answer {
    font: 14px Arial;
    text-align: center; }
  p a {
    color: #646293;
    transition: all 0.3s ease-out; }
    p a:hover {
      color: #22205F; }

.main {
  grid-row: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-column: 2; }

.social {
  margin: 10px 0;
  display: flex;
  grid-row: 2;
  grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }
  .social__item {
    display: block;
    position: relative;
    margin-bottom: 10px;
    width: 32px;
    height: 56px; }
    .social__item:before, .social__item:after {
      content: '';
      position: relative;
      height: 32px;
      width: 32px;
      display: inline-block;
      background: transparent none 0 0 no-repeat;
      background-size: cover;
      border-radius: 16px; }
    .social__item:before {
      z-index: 2; }
    .social__item:after {
      z-index: 1;
      margin-top: -12px; }
    .social__item_yt:after {
      background-image: url(/img/yt.png); }
    .social__item_in:after {
      background-image: url(/img/in.png); }
    .social__item_vk:after {
      background-image: url(/img/vk.png); }
    .social__item_dz:after {
      background-image: url(/img/dz.png); }
    .social__item_ok:after {
      background-image: url(/img/ok.png); }
    .social__item_vi-in:before {
      background-image: url(/img/vi-in.jpg); }
    .social__item_vi-yt:before {
      background-image: url(/img/vi-yt.jpg); }

.success {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .success p {
    font-size: 18px;
    text-align: center;
    padding: 10px 20px; }

@media all and (min-width: 380px) {
  p.answer {
    display: none; } }
@media all and (min-width: 600px) {
  .content {
    width: 600px; } }

/*# sourceMappingURL=template_styles.css.map */

/* End */
/* /local/templates/sponsors/template_styles.css?17771012623162 */
