.banner {
  padding: 120px 0 101px;
  background: url("/local/templates/sro/images/npbanner.jpg") no-repeat;
  background-size: cover; }
  .banner h1 {
    font-family: "Cormorant";
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 78px;
    color: #000000;
    margin: 0 0 56px; }
  .banner h2 {
    font-family: "Cormorant";
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 14px; }
  .banner .banner_grid ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 18px 63px;
    margin-bottom: 45px;
	padding:0;
    width: fit-content; }
    .banner .banner_grid li {
      display: block;
      font-family: "Exo";
      font-style: normal;
      font-weight: normal;
      font-size: 17px;
      line-height: 23px;
      color: #000000; }
      .banner .banner_grid li:before {
        content: url("/local/templates/sro/images/npgal.svg");
        margin-right: 10px; }
  .banner .banner_callback {
    border: 2px solid #007929;
    box-sizing: border-box;
    padding: 17px 44px 17px 24px;
    display: grid;
    grid-template-columns: 324fr 273fr;
    grid-gap: 14px 21px;
    width: fit-content;
    background: #FFFFFF; }
    .banner .banner_callback p {
      grid-area: 1/1/2/3;
      font-family: "Exo";
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      /* identical to box height */
      text-align: left;
      color: #000000; }
    .banner .banner_callback input {
      background: rgba(255, 255, 255, 0.3);
      border: 1px solid #007929;
      box-sizing: border-box;
      padding: 13px 18px;
      font-family: "Exo";
      font-style: normal;
      font-weight: 200;
      font-size: 15px;
      line-height: 20px;
      /* identical to box height */
      text-align: left;
      width: 324px;
      color: #000000; }
      .banner .banner_callback input::placeholder {
        font-family: "Exo";
        font-style: normal;
        font-weight: 200;
        font-size: 15px;
        line-height: 20px;
        /* identical to box height */
        text-align: left;
        color: #000000; }
    .banner .banner_callback button {
      padding: 13px 45px;
      background: linear-gradient(180deg, #005888 0%, #004267 100%);
      border-radius: 4px;
      font-family: "Exo";
      font-style: normal;
      font-weight: bold;
      font-size: 15px;
      line-height: 20px;
      /* identical to box height */
      border: 0;
      text-align: center;
      color: #FFFFFF; }

.why {
  padding: 73px 0 80px; }
  .why .why_ttl {
    font-family: "Cormorant";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 32px;
    text-align: center;
    color: #000000; }
  .why .why_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 100px;
    text-align: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto; }
    .why .why_grid div {
      display: grid;
      grid-gap: 10px;
      text-align: center; }
      .why .why_grid div img {
        margin: 0 auto; }
      .why .why_grid div p {
        font-family: "Exo";
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 21px;
        color: #000000; }

.zakdoc_popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: fit-content;
  padding: 25px;
  background: #fff;
  grid-gap: 15px;
  border-radius: 5px; }
  .zakdoc_popup input {
    padding: 15px;
    width: fit-content;
    margin: 0 auto;
    border: 0;
    border-bottom: 1px solid #333333; }
  .zakdoc_popup .closezakdox {
    position: absolute;
    top: 15px;
    right: 15px;
    font-style: 22px;
    cursor: pointer; }
  .zakdoc_popup .otpzakdoc {
    background: linear-gradient(180deg, #005888 0%, #002336 100%);
    border-radius: 4px;
    font-family: "Exo";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    padding: 13px 35px;
    width: fit-content;
    display: block;
    color: #FFFFFF;
    margin: 0 auto;
    cursor: pointer; }

.dnld {
  background: #AAD4EB;
  padding: 56px 0 65px; }
  .dnld p {
    font-family: "Cormorant";
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 22px;
    color: #000000;
    text-align: center; }
  .dnld .dnldpop {
    cursor: pointer;
    background: linear-gradient(180deg, #005888 0%, #002336 100%);
    border-radius: 4px;
    font-family: "Exo";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    padding: 13px 35px;
    width: fit-content;
    display: block;
    color: #FFFFFF;
    margin: 0 auto; }

.ostvop {
  padding: 48px 0 52px; }
  .ostvop .container {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 104px;
    width: fit-content;
    margin: 0 auto;
    align-items: center; }
    .ostvop .container:before, .ostvop .container:after {
      display: none; }
    .ostvop .container p {
      font-family: "Cormorant";
      font-style: normal;
      font-weight: bold;
      font-size: 35px;
      line-height: 42px;
      color: #000000; }
    .ostvop .container .question {
      margin: 0;
      background: linear-gradient(180deg, #007929 0%, #007929 100%);
      border-radius: 4px;
      padding: 13px 57px;
      width: fit-content;
      font-family: "Exo";
      font-style: normal;
      font-weight: bold;
      font-size: 15px;
      line-height: 20px;
      /* identical to box height */
      max-width: none !important;
      text-align: center;
      color: #FFFFFF; }

.preimy {
  padding: 83px 0 105px; }
  .preimy .ttl {
    font-family: "Cormorant";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 32px;
    color: #000000;
    text-align: center; }
  .preimy .preim_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 21px 12px; }
    .preimy .preim_grid div, .preimy .preim_grid a {
      background: linear-gradient(180deg, #005888 0%, #00283E 100%);
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
      display: grid;
      grid-template-columns: auto 1fr;
      grid-column-gap: 18px;
      padding: 11px 19px 14px;
      align-items: center;
      position: relative; }
      .preimy .preim_grid div:hover span, .preimy .preim_grid a:hover span {
        display: block;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6); }
      .preimy .preim_grid div p, .preimy .preim_grid a p {
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 120%;
        /* or 19px */
        color: #FFFFFF;
        margin: 0; }
      .preimy .preim_grid div span, .preimy .preim_grid a span {
        display: none;
        position: absolute;
        width: 100%;
        padding: 20px 14px;
        font-family: "Exo";
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 21px;
        top: 100%;
        z-index: 1;
        color: #000000; }
    .preimy .preim_grid a {
      cursor: pointer; }



.prtest {
  background: #CDEDFF;
  padding: 71px 0 83px;
  position: relative; }
  .prtest .ttl {
    font-family: "Cormorant";
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 8px;
    color: #000000; }
  .prtest .opis {
    font-family: "Exo";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
    color: #050505; }
  .prtest .button_test {
    background: linear-gradient(180deg, #006399 0%, #003B5B 100%);
    border-radius: 4px;
    padding: 13px 12px;
    font-family: "Exo";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    /* identical to box height */
    width: fit-content;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF; }
    .prtest .button_test:hover {
      text-decoration: underline; }
  .prtest img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(307px); }

.verblock {
  margin-top: 100px;
  margin-bottom: 83px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative; }
  .verblock .verdiv {
    background: #005888;
    box-shadow: 6px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 12px 14px;
    position: relative;
    max-height: 400px;
    border-right: 1px solid #0f0f0f10;
    min-width: 160px;
    cursor: pointer;
    width: 15%;
    transition: 0.3s; }
    .verblock .verdiv .verblock_show {
      display: none; }
    .verblock .verdiv:hover {
      z-index: 1; }
    .verblock .verdiv .vertxt {
      writing-mode: tb-rl;
      font-family: "Cormorant";
      font-style: normal;
      font-weight: 500;
      font-size: 25px;
      line-height: 30px;
      margin: 0 0 0 auto;
      color: #FFFFFF; }
    .verblock .verdiv .verblock_show .galochki {
      font-family: "Exo";
      font-style: normal;
      font-weight: 500;
      font-size: 15px;
      line-height: 20px;
      /* identical to box height */
      margin-bottom: 18px;
      color: #000000; }
      .verblock .verdiv .verblock_show .galochki:before {
        content: url(/local/templates/sro/images/npgal.svg);
        margin-right: 25px; }
    .verblock .verdiv .vergrid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 20px; }
      .verblock .verdiv .vergrid div {
        display: grid;
        grid-gap: 20px;
        grid-template-rows: 40px auto auto auto auto; }
        .verblock .verdiv .vergrid div p {
          font-family: "Exo";
          font-style: normal;
          font-weight: 600;
          font-size: 15px;
          line-height: 20px;
          color: #000000; }
        .verblock .verdiv .vergrid div span {
          font-family: "Exo";
          font-style: normal;
          font-weight: 500;
          font-size: 15px;
          line-height: 20px;
          /* identical to box height */
          color: #000000; }
  .verblock .veractive {
    width: 70%;
    background: #F9F9F9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 45px; }
    .verblock .veractive .vertxt {
      writing-mode: horizontal-tb;
      font-family: "Cormorant";
      font-style: normal;
      font-weight: 500;
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 30px;
      color: #000000; }
    .verblock .veractive .verblock_show {
      display: block; }

.vznoskviz {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 35px 40px;
  border-radius: 5px;
  box-shadow: 0 0 5px #00000025;
  background: #ffffff; }
  .vznoskviz .closevz {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 30px;
    color: #000;
    cursor: pointer; }
    .vznoskviz .closevz:hover {
      opacity: 0.5; }
  .vznoskviz .qttl {
    font-size: 26px;
    margin-bottom: 20px; }
  .vznoskviz .sp {
    display: none;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    width: fit-content; }
    .vznoskviz .sp .ttl {
      grid-area: 1/1/2/3; }
    .vznoskviz .sp .otprasv {
      display: block;
      color: #fff;
      background: linear-gradient(180deg, #006399 0%, #003B5B 100%);
      border-radius: 4px;
      padding: 13px 12px;
      cursor: pointer;
      width: fit-content; }
    .vznoskviz .sp input {
      padding: 10px;
      background: #ffffff;
      border: 0;
      border-bottom: 1px solid #999999; }
  .vznoskviz .blockvoprosa {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 20px;
    border: 1px solid #00000015;
    padding: 15px; }
    .vznoskviz .blockvoprosa .ttl {
      grid-area: 1/1/2/3;
      font-size: 22px;
      margin-bottom: 15px; }
    .vznoskviz .blockvoprosa input {
      width: 30px;
      height: 30px; }
  .vznoskviz .navig {
    margin: 30px 0 20px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    width: fit-content; }
    .vznoskviz .navig span {
      display: block;
      color: #fff;
      background: linear-gradient(180deg, #006399 0%, #003B5B 100%);
      border-radius: 4px;
      padding: 13px 12px;
      cursor: pointer; }
    .vznoskviz .navig .prev {
      display: none; }
  .vznoskviz .vorpos2, .vznoskviz .vorpos3, .vznoskviz .vorpos4 {
    display: none; }

@media (max-width: 1400px) {
  .banner .h1 {
    font-size: 52px;
    margin-bottom: 30px;
    line-height: 1.2; }

  .banner {
    padding: 60px 0 50px; } }
@media (max-width: 1200px) {
  .prtest .ttl {
    font-size: 32px; }

  .banner h1 {
    font-size: 52px;
    line-height: 1.2;
    margin: 0px 0 0px; } }
@media (max-width: 990px) {
  .vznoskviz {
    width: 90%; }

  .prtest img {
    display: none; }

  .verblock {
    display: grid;
    grid-template-columns: 1fr; }

  .verblock .veractive {
    width: 100%; }

  .verblock .verdiv {
    max-height: none;
    min-width: auto;
    width: 100%;
    padding: 0; }

  .verblock .verdiv .vertxt {
    writing-mode: unset;
    font-size: 20px;
    padding: 15px; }

  .verblock .verdiv .verblock_show {
    background: #ffffff;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 15px; } }
@media (max-width: 770px) {
  .banner .banner_callback input {
    width: auto; }

  .verblock .veractive {
    padding: 20px; }

  .why .why_grid div img {
    width: 70px; }

  .banner h1 {
    font-size: 36px; }

  .banner h2 {
    font-family: "Cormorant";
    font-style: normal;
    font-weight: 500;
    font-size: 16px; }

  .banner .banner_grid ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 18px 42px;
    margin-bottom: 45px;
    width: fit-content; }

  .why .why_grid {
    grid-template-columns: 1fr; }

  .dnld p {
    font-size: 20px;
    line-height: 1.5; }

  .preimy .preim_grid {
    grid-template-columns: 1fr; } }
@media (max-width: 470px) {
  .verblock .verdiv .vergrid {
    grid-template-columns: 1fr; }

  .verblock .verdiv .vertxt {
    writing-mode: unset;
    font-size: 21px;
    line-height: 1.2;
    font-weight: bold; }

  .banner .banner_callback {
    grid-template-columns: 1fr; }

  .banner .banner_callback p {
    grid-area: auto; }

  .ostvop .container {
    display: grid;
    grid-template-columns: 1fr; }

  .ostvop .container {
    text-align: left; }

  .why .why_grid {
    grid-gap: 20px; }

  .vznoskviz .qttl {
    font-size: 16px;
    margin-bottom: 20px; }

  .vznoskviz .blockvoprosa .ttl {
    grid-area: 1/1/2/3;
    font-size: 16px;
    margin-bottom: 15px; }

  .vznoskviz .blockvoprosa {
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
    border: 1px solid #00000015;
    padding: 15px;
    align-items: center; }

  .vznoskviz .sp {
    grid-template-columns: 1fr; }

  .vznoskviz .sp .ttl {
    grid-area: auto; } }

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