:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #008cff;
}

.body.community {
  background-color: #17273f;
  background-image: url('../images/mike-u-JuJYPgv4Rag-unsplash-копия-2.webp');
  background-position: 0 0;
  background-size: cover;
  height: auto;
}

.body.community.army {
  background-color: #17273f;
  background-image: url('../images/Slide-16_9---1.png');
  background-position: 0 0;
  background-size: cover;
}

.body.community.volunteer {
  background-image: url('../images/Slide-16_9---1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.body.community.city {
  background-image: url('../images/30.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.body.link {
  background-image: url('../images/igor-karimov-yX1HXelXmlQ-unsplash-1.webp');
  background-position: 0%;
  background-size: cover;
}

.section {
  box-sizing: border-box;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.container-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff4d;
  border: 1px solid #c4c4c4;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.container-2.total {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #02265a80;
  border-style: none solid;
  border-left-width: 2px;
  border-left-color: #005be0;
  border-right-width: 2px;
  border-right-color: #005be0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.container-2.total.army {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #22222280;
  border-left-color: #363636;
  border-right-color: #363636;
  justify-content: center;
  align-items: center;
}

.container-2.total.volanteer {
  align-self: center;
  height: 100%;
}

.container-2.total.volanteer.another {
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: auto;
}

.container-2.total._2 {
  height: auto;
}

.container-2._1 {
  background-color: #0000004d;
}

.container-2.total {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #02265a80;
  border-style: none solid;
  border-left-width: 2px;
  border-left-color: #005be0;
  border-right-width: 2px;
  border-right-color: #005be0;
  border-radius: 0;
  justify-content: space-between;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.container-2.total.city {
  justify-content: center;
  align-items: center;
}

.social_button {
  background-color: #0068ff00;
  border: 1px solid #fff;
  border-radius: 200px;
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 5px #4e4e4e33;
}

.social_button:hover {
  background-color: #0068ff;
  border-style: none;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.image {
  border-radius: 300px;
  width: 20%;
}

.heading {
  color: #fff;
  align-self: center;
}

.image-2 {
  padding: 20%;
}

.image-2.share {
  padding: 30%;
}

.share {
  -webkit-text-fill-color: inherit;
  background-color: #17273f;
  background-clip: border-box;
  border-radius: 300px;
  width: 50px;
  height: 50px;
}

.link_button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 30px;
  justify-content: space-between;
  width: 90%;
  height: 130px;
  padding-left: 5px;
  padding-right: 15px;
  display: flex;
}

.link_button:hover {
  border: 2px solid #0068ff;
}

.image-3 {
  border-radius: 14px;
  height: auto;
  margin: 3%;
}

.div-block-3 {
  background-color: #17273f;
  width: 2px;
  margin-top: 3%;
  margin-bottom: 3%;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  width: 70%;
  padding-right: 0%;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.heading-2.another {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.text-span {
  font-size: 20px;
  line-height: 0;
}

.text-span-2 {
  font-size: 20px;
  line-height: 20px;
}

.link_block {
  color: #333;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.link_block.analytic {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
}

.user {
  background-image: url('../images/online-security-dark-background-3d-illustration-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.page-wrapper {
  -webkit-backdrop-filter: blur(38px);
  backdrop-filter: blur(38px);
  background-image: linear-gradient(260deg, #0069ff2b, #fff6);
  border: 1px #000;
  border-left: 1px solid #0069ff;
  border-right: 1px solid #0069ff;
  justify-content: center;
  align-items: stretch;
  max-width: 360px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-4 {
  border: 1px #0069ff;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  font-size: 30px;
}

.submit-button {
  background-color: #0069ff;
  border-radius: 10px;
}

.paragraph {
  text-align: center;
}

.user-account-wrapper {
  background-color: #f5f5f500;
}

.cancel-button {
  border-radius: 10px;
}

.user-log-in-log-out {
  color: var(--white);
  background-color: #0069ff;
  border-radius: 10px;
  padding: 20px;
  font-size: 24px;
}

.section-2 {
  z-index: 1000;
  background-image: linear-gradient(#0000, #fff);
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: auto 0% 0%;
}

.button {
  background-color: #0068ff;
  border-radius: 10px;
  font-weight: 700;
}

.container-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #fff;
}

.image-5 {
  border-radius: 14px;
  height: auto;
  margin: 3%;
}

.image-6 {
  padding: 20%;
}

.image-6.share {
  padding: 30%;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  width: 70%;
  padding-right: 0%;
  display: flex;
}

.image-7 {
  border-radius: 300px;
  width: 20%;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.bold-text {
  text-align: center;
  display: block;
}

@media screen and (max-width: 991px) {
  .section {
    flex-flow: column;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .container-2 {
    width: 100%;
  }

  .container-2.total.army {
    border-width: 2px;
    border-color: #363636;
  }

  .container-2.total {
    border: 1px solid #0068ff;
    border-radius: 30px;
  }

  .link_button {
    border-radius: 20px;
  }
}

@media screen and (max-width: 479px) {
  .body.community.city {
    background-position: 50%;
  }

  .section {
    flex-flow: column;
  }

  .container-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-2.total.army {
    border: 1px solid #363636;
  }

  .container-2.total {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top: 2px solid #005be0;
    border-bottom: 2px solid #005be0;
    border-radius: 30px;
    height: auto;
  }

  .image {
    width: 30%;
  }

  .heading {
    font-size: 20px;
    line-height: 30px;
  }

  .link_button {
    width: 90%;
    height: 100px;
  }

  .link_button.army, .link_button.city {
    height: 120px;
  }

  .image-3 {
    object-fit: cover;
    align-self: center;
    width: 20%;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    pointer-events: auto;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    display: flex;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
  }

  .text-block {
    font-size: 11px;
    line-height: 11px;
  }

  .text-span-2 {
    font-size: 15px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .image-5 {
    object-fit: cover;
    align-self: center;
    width: 20%;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    pointer-events: auto;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    display: flex;
  }

  .image-7 {
    width: 30%;
  }

  .heading-5 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
  }
}
