@charset "UTF-8";
.bn_family {
  background: linear-gradient(to right, #07A0E0, #CFCBFF);
}

.bn_busines {
  background: linear-gradient(to right, #48138B, #A377FF);
}

.color-white {
  color: #FFFFFF;
}

.bg-white {
  background-color: #FFFFFF;
}

.fill-white svg {
  color: #FFFFFF;
}

.color-background {
  color: #FAFCFF;
}

.bg-background {
  background-color: #FAFCFF;
}

.fill-background svg {
  color: #FAFCFF;
}

.color-main-blue {
  color: #0D4CD3;
}

.bg-main-blue {
  background-color: #0D4CD3;
}

.fill-main-blue svg {
  color: #0D4CD3;
}

.color-dark-main-blue {
  color: #0B3BA1;
}

.bg-dark-main-blue {
  background-color: #0B3BA1;
}

.fill-dark-main-blue svg {
  color: #0B3BA1;
}

.color-pale-blue {
  color: #4D83FA;
}

.bg-pale-blue {
  background-color: #4D83FA;
}

.fill-pale-blue svg {
  color: #4D83FA;
}

.color-violet {
  color: #9B3BE5;
}

.bg-violet {
  background-color: #9B3BE5;
}

.fill-violet svg {
  color: #9B3BE5;
}

.color-summer-night {
  color: #0B1F33;
}

.bg-summer-night {
  background-color: #0B1F33;
}

.fill-summer-night svg {
  color: #0B1F33;
}

.color-text-helper {
  color: #66727F;
}

.bg-text-helper {
  background-color: #66727F;
}

.fill-text-helper svg {
  color: #66727F;
}

.color-side-info-grey {
  color: #EDF2FE;
}

.bg-side-info-grey {
  background-color: #EDF2FE;
}

.fill-side-info-grey svg {
  color: #EDF2FE;
}

.color-side-info-orange {
  color: #FEF0CC;
}

.bg-side-info-orange {
  background-color: #FEF0CC;
}

.fill-side-info-orange svg {
  color: #FEF0CC;
}

@font-face {
  font-family: "Lato-Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Lato-Regular-v2"), url("./fonts/Lato-Regular-v2.woff2") format("woff2");
}
@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Lato-Bold-v2"), url("./fonts/Lato-Bold-v2.woff2") format("woff2");
}
h1 {
  font: bold 36px/40px "Lato-Bold";
  margin: 0;
}

h2 {
  font: bold 32px/40px "Lato-Bold";
  margin: 0;
}

h3 {
  font: bold 24px/32px "Lato-Bold";
  margin: 0;
}

h4 {
  font: bold 20px/28px "Lato-Bold";
  margin: 0;
}

h5 {
  font: bold 18px/24px "Lato-Bold";
  margin: 0;
}

h6 {
  font: bold 16px/24px "Lato-Bold";
  margin: 0;
}

.fs-0 {
  font-size: 0;
}

.fs-xxs {
  font-size: 11px;
}

.fs-xs {
  font-size: 12px;
}

.fs-s {
  font-size: 14px;
}

.fs-m {
  font-size: 16px;
}

.fs-l {
  font-size: 22px;
}

.fs-xl {
  font-size: 24px;
}

.fs-xxl {
  font-size: 26px;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.plain-text {
  font: 16px/24px "Lato-Regular";
}

.plain-small {
  font: 14px/20px "Lato-Regular";
}

.w-full {
  width: 100vw;
}

.banner {
  width: 100vw;
  height: 260px;
  padding-top: 35px;
}
.banner--print {
  position: relative;
  width: 50%;
}
.banner--img {
  position: relative;
  background-image: url("../../../images/pgu2/svg/life-situation/business/bag.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  height: 200px;
  z-index: 1000;
}

.title_center {
  text-align: center;
}

.banner_subtitle {
  margin-top: 32px;
  font: 18px/24px "Lato-Regular";
}

.mbtn {
  display: inline-block;
  border-radius: 12px;
  border: 2px solid #0D4CD3;
  padding: 14px 40px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-family: "Lato-Regular";
  font-weight: 400;
  font-size: 16px;
}
.mbtn--blue {
  background-color: #0D4CD3;
  color: #FFFFFF;
}
.mbtn--blue:hover {
  background-color: #0B3BA1;
}
.mbtn--white {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.mbtn--white:hover {
  background-color: #FFFFFF;
  box-shadow: 0px 24px 48px 0px rgba(230, 235, 245, 0.4);
  box-shadow: 0px 1px 4px 0px #E3EBFC;
}

.mbtn--back {
  padding: 10px 10px 10px 0;
  display: table-cell;
  vertical-align: middle;
  font-family: "Lato-Regular", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #0D4CD3;
  text-decoration: none;
}
.mbtn--back:before {
  content: "";
  border-top: 1px solid #0D4CD3;
  border-left: 1px solid #0D4CD3;
  height: 5px;
  width: 5px;
  margin-bottom: 4px;
  margin-right: 5px;
  display: inline-block;
  transform: rotate(-45deg);
  vertical-align: middle;
}

.dashline--pale-blue {
  display: block;
  position: relative;
  width: 2px;
  left: 14px;
  background-image: linear-gradient(180deg, #4D83FA 50%, #FAFCFF 50%);
  background-size: 1px 20px;
  height: calc(100% + 60px);
  background-repeat: repeat;
  margin-top: 5px;
}

.simbol_square--pale-blue {
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  background-color: #4D83FA;
  border-radius: 10px;
}
.simbol_circle {
  width: 15px;
  height: 15px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dashline--violet {
  display: block;
  position: relative;
  width: 2px;
  left: 14px;
  background-image: linear-gradient(180deg, #9B3BE5 50%, #FAFCFF 50%);
  background-size: 1px 20px;
  height: calc(100% + 60px);
  background-repeat: repeat;
  margin-top: 5px;
}

.simbol_square--violet {
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  background-color: #9B3BE5;
  border-radius: 10px;
}
.simbol_circle {
  width: 15px;
  height: 15px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box_shadow {
  box-shadow: 0px 24px 48px 0px rgba(230, 235, 245, 0.4);
  box-shadow: 0px 1px 4px 0px #E3EBFC;
}

.custom-list {
  list-style: none;
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 30px;
}
.custom-list li {
  display: flex;
  padding: 5px;
}
.custom-list li#line::before {
  content: "―";
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
  color: #4D83FA;
}
.custom-list li#ip::before {
  content: url("../../../images/pgu2/svg/life-situation/list-icons/ip.svg");
  margin-right: 12px;
}
.custom-list li#self::before {
  content: url("../../../images/pgu2/svg/life-situation/list-icons/self.svg");
  margin-right: 12px;
}
.custom-list li#urface::before {
  content: url("../../../images/pgu2/svg/life-situation/list-icons/urface.svg");
  margin-right: 12px;
}
.custom-list li#farm::before {
  content: url("../../../images/pgu2/svg/life-situation/list-icons/farm.svg");
  margin-right: 12px;
}
.custom-list li#disabled::before {
  content: url("../../../images/pgu2/svg/life-situation/list-icons/disabled.svg");
  margin-right: 12px;
}
.custom-list li#time::before {
  content: url("../../../images/pgu2/svg/life-situation/list-icons/time.svg");
  margin-right: 12px;
}
.custom-list li#family::before {
  content: url("../../../images/pgu2/svg/life-situation/list-icons/family.svg");
  margin-right: 12px;
}
.custom-list li#child::before {
  content: url("../../../images/pgu2/svg/life-situation/list-icons/child.svg");
  margin-right: 12px;
}
.custom-list li#hand::before {
  content: url("../../../images/pgu2/svg/life-situation/list-icons/hand.svg");
  margin-right: 12px;
}
.custom-list li#user-cog::before {
  content: url("../../../images/pgu2/svg/life-situation/list-icons/user-cog.svg");
  margin-right: 12px;
}
.custom-list li#doc::before {
  content: url("../../../images/pgu2/svg/life-situation/list-icons/doc.svg");
  margin-right: 12px;
}
.custom-list li#files::before {
  content: url("../../../images/pgu2/svg/life-situation/list-icons/files.svg");
  margin-right: 12px;
}

.link_standart {
  text-decoration: none;
}
.link_standart--blue {
  color: #0D4CD3;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.flex-center-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex {
  flex: 1;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-stretch {
  justify-content: stretch;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
  color: #0D4CD3;
}

.life_situation a:visited, .life_situation--main a:visited {
    color: rgb(113, 0, 96);
}

.life_situation {
  padding-top: 0 !important;
  --banner-image: none;
}
.life_situation--font {
  font-family: "Lato-Regular";
}
.life_situation--color {
  background-color: #FAFCFF;
}

.container-ls {
  max-width: 1280px;
  margin: 0 auto;
}

.w-200 {
  width: 200px;
}

.w-210 {
  width: 210px;
}

.w-220 {
  width: 220px;
}

.w-230 {
  width: 230px;
}

.w-240 {
  width: 240px;
}

.w-250 {
  width: 250px;
}

.w-260 {
  width: 260px;
}

.w-270 {
  width: 270px;
}

.w-280 {
  width: 280px;
}

.w-290 {
  width: 290px;
}

.w-300 {
  width: 300px;
}

.w-310 {
  width: 310px;
}

.w-320 {
  width: 320px;
}

.w-330 {
  width: 330px;
}

.w-340 {
  width: 340px;
}

.w-350 {
  width: 350px;
}

.w-360 {
  width: 360px;
}

.w-370 {
  width: 370px;
}

.w-380 {
  width: 380px;
}

.w-390 {
  width: 390px;
}

.w-full {
  width: 100%;
}

.pos-absolute {
  position: absolute;
}

.pos-relative {
  position: relative;
}

.pos-fixed {
  position: fixed;
}

.pos-static {
  position: static;
}

.steper {
  display: flex;
  margin-left: 60px;
  margin-top: 50px;
  margin-bottom: 90px;
}
.steper a {
  font: 16px/24px "Lato-Regular";
}
.steper .content {
  padding: 0 30px;
}
.steper .content-step {
  margin-left: 30px;
}
.steper .content_main {
  align-self: flex-start;
  align-items: flex-start;
  width: 60%;
}
.steper .content_main--title {
  margin-bottom: 50px;
  width: 60%;
}
.steper .content_main--text {
  font: 16px/24px "Lato-Regular";
  margin-bottom: 40px;
}

.side-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.side-block_question {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 350px;
  border-radius: 12px;
  padding: 24px;
  background-color: #EDF2FE;
  font: 16px/24px "Lato-Regular";
  margin-bottom: 30px;
  align-self: center;
}
.side-block_question--link {
  border-radius: 28px;
  padding: 0 24px;
  margin-top: 20px;
  text-align: center;
}
.side-block_question--link img {
  margin: 18px 18px 18px 0;
}
.side-block_info--grey {
  display: flex;
  margin-bottom: 30px;
  gap: 18px;
  width: 350px;
  border-radius: 12px;
  padding: 24px;
  background-color: #EDF2FE;
  font: 16px/24px "Lato-Regular";
}
.side-block_info--orange {
  display: flex;
  margin-bottom: 30px;
  gap: 18px;
  width: 350px;
  border-radius: 12px;
  padding: 24px;
  background-color: #FEF0CC;
  font: 16px/24px "Lato-Regular";
}

.help-price {
  display: flex;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 48px;
  margin-right: 20px;
  font: 20px/24px "Lato-Bold";
  width: -moz-min-content;
  width: min-content;
}
.help-price::before {
  content: url(../../../images/pgu2/svg/life-situation/ruble.svg);
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}/*# sourceMappingURL=main.css.map */