@charset "UTF-8";
@font-face {
  font-family: "Rubik";
  src: url("./fonts/Rubik/Rubik-Medium.woff") format("woff"), url("./fonts/Rubik/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Rubik";
  src: url("./fonts/Rubik/Rubik-Regular.woff") format("woff"), url("./fonts/Rubik/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Prosto One";
  src: url("./fonts/ProstoOne/ProstoOne-Regular.woff") format("woff"), url("./fonts/ProstoOne/ProstoOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Akrobat';
  src: local("Akrobat Bold"), local("Akrobat-Bold"), url("./fonts/akrobat/Akrobatbold.woff2") format("woff2"), url("./fonts/akrobat/Akrobatbold.woff") format("woff"), url("./fonts/akrobat/Akrobatbold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("./fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("./fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("./fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

html {
  font-size: 16px; }

body.home #main {
  overflow: hidden; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  -webkit-tap-highlight-color: transparent;
  outline: 0; }
  *::after, *::before {
    box-sizing: border-box; }

body.home {
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch; }
  body.home ol,
  body.home ul {
    list-style: none; }
  body.home img {
    display: block; }
  body.home input {
    border: none;
    padding: 0;
    margin: 0; }
    body.home input[type=number] {
      -moz-appearance: textfield; }
      body.home input[type=number]::-webkit-outer-spin-button, body.home input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
  body.home textarea {
    resize: none; }
  body.home button,
  body.home input,
  body.home textarea,
  body.home select {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    cursor: pointer; }
    body.home button::-ms-clear, body.home button::-ms-reveal,
    body.home input::-ms-clear,
    body.home input::-ms-reveal,
    body.home textarea::-ms-clear,
    body.home textarea::-ms-reveal,
    body.home select::-ms-clear,
    body.home select::-ms-reveal {
      display: none; }
    body.home button::-moz-focus-inner, body.home button::-moz-focus-outer,
    body.home input::-moz-focus-inner,
    body.home input::-moz-focus-outer,
    body.home textarea::-moz-focus-inner,
    body.home textarea::-moz-focus-outer,
    body.home select::-moz-focus-inner,
    body.home select::-moz-focus-outer {
      border: 0; }
  body.home svg {
    pointer-events: none;
    display: block;
    height: 100%;
    width: 100%; }
  body.home a {
    text-decoration: none;
    outline: 0;
    cursor: pointer; }
  body.home .page_main .btn_catalog {
    margin-top: 95px;
    width: 342px;
    height: 100px;
    border-radius: 5px;
    background-image: linear-gradient(0deg, #0067a1 0%, #00a7d3 100%);
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    box-shadow: 0px 20px 40px rgba(0, 103, 161, 0.5);
    font-weight: 500;
    font-family: "Montserrat", sans-serif, -apple-system; }
    @media (min-width: 0px) {
      body.home .page_main .btn_catalog {
        width: 170px;
        height: 51px;
        font-size: 8px;
        letter-spacing: 0px; } }
    @media (min-width: 768px) {
      body.home .page_main .btn_catalog {
        margin-top: 38px;
        width: 231px;
        height: 68px;
        font-size: 10px; } }
    @media (min-width: 1280px) {
      body.home .page_main .btn_catalog {
        margin-top: 95px;
        width: 342px;
        height: 100px;
        font-size: 16px; } }
  body.home .page_main .btn_catalog-mobile {
    width: 170px;
    height: 51px;
    border-radius: 5px;
    background-image: linear-gradient(0deg, #0067a1 0%, #00a7d3 100%);
    font-size: 8px;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 12px auto 0;
    font-weight: 500;
    font-family: "Montserrat", sans-serif, -apple-system; }
  body.home .page_main .hr {
    width: 100px;
    height: 2px;
    background-color: #0077ae; }
    @media (min-width: 0px) {
      body.home .page_main .hr {
        width: 50px;
        height: 1px; } }
    @media (min-width: 1280px) {
      body.home .page_main .hr {
        width: 100px;
        height: 2px; } }
  body.home .page_main .btn {
    font-weight: 500;
    font-family: "Montserrat", sans-serif, -apple-system;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    transition: transform 0.3s; }
    @media (min-width: 1280px) {
      body.home .page_main .btn:hover {
        color: #ffffff;
        transform: translateY(-4px); } }
  body.home .page_main .title {
    margin: 0;
    font-size: 40px;
    color: #323232;
    font-family: "Akrobat";
    text-transform: uppercase;
    line-height: 45px;
    text-align: left; }
    @media (min-width: 0px) {
      body.home .page_main .title {
        font-size: 18px;
        line-height: 22px; } }
    @media (min-width: 768px) {
      body.home .page_main .title {
        font-size: 22px;
        line-height: 28px; } }
    @media (min-width: 1280px) {
      body.home .page_main .title {
        font-size: 40px;
        line-height: 45px; } }
  body.home .inputs .input, body.home .inputs .wpcf7-form-control-wrap {
    margin-bottom: 13px; }
    body.home .inputs .input input, body.home .inputs .wpcf7-form-control-wrap input {
      width: 270px;
      min-height: 63px;
      border-radius: 3px;
      background-color: #ffffff;
      font-size: 12px;
      color: #000000;
      font-weight: 400;
      font-family: "Montserrat", sans-serif, -apple-system; }
      @media (min-width: 0px) {
        body.home .inputs .input input, body.home .inputs .wpcf7-form-control-wrap input {
          width: 174px;
          min-height: 41px;
          font-size: 8px; } }
      @media (min-width: 768px) {
        body.home .inputs .input input, body.home .inputs .wpcf7-form-control-wrap input {
          width: 174px;
          min-height: 41px;
          font-size: 8px; } }
      @media (min-width: 1280px) {
        body.home .inputs .input input, body.home .inputs .wpcf7-form-control-wrap input {
          width: 270px;
          min-height: 63px;
          font-size: 12px; } }
      body.home .inputs .input input::placeholder, body.home .inputs .wpcf7-form-control-wrap input::placeholder {
        font-size: 12px;
        color: #8f8f8f;
        font-weight: 400;
        font-family: "Montserrat", sans-serif, -apple-system; }
        @media (min-width: 0px) {
          body.home .inputs .input input::placeholder, body.home .inputs .wpcf7-form-control-wrap input::placeholder {
            font-size: 8px; } }
        @media (min-width: 768px) {
          body.home .inputs .input input::placeholder, body.home .inputs .wpcf7-form-control-wrap input::placeholder {
            font-size: 8px; } }
        @media (min-width: 1280px) {
          body.home .inputs .input input::placeholder, body.home .inputs .wpcf7-form-control-wrap input::placeholder {
            font-size: 12px; } }
  body.home .inputs .send {
    width: 270px;
    height: 69px;
    border-radius: 3px;
    background-color: #5b9200; }
    @media (min-width: 0px) {
      body.home .inputs .send {
        width: 174px;
        height: 41px; } }
    @media (min-width: 768px) {
      body.home .inputs .send {
        width: 174px;
        height: 41px; } }
    @media (min-width: 1280px) {
      body.home .inputs .send {
        width: 270px;
        height: 69px; } }
    body.home .inputs .send button, body.home .inputs .send input.wpcf7-submit {
      width: 270px;
      height: 69px;
      border-radius: 3px;
      filter: drop-shadow(0px 8px 3px rgba(0, 93, 138, 0.75));
      background-image: linear-gradient(0deg, #5b9100 0%, #7bc600 100%);
      font-size: 12px;
      line-height: 16px;
      color: #ffffff;
      font-weight: 500;
      font-family: "Montserrat", sans-serif, -apple-system;
      outline: none;
      text-transform: uppercase; }
      @media (min-width: 0px) {
        body.home .inputs .send button, body.home .inputs .send input.wpcf7-submit {
          width: 174px;
          height: 41px;
          font-size: 8px;
          line-height: 12px; } }
      @media (min-width: 768px) {
        body.home .inputs .send button, body.home .inputs .send input.wpcf7-submit {
          width: 174px;
          height: 41px;
          font-size: 8px;
          line-height: 12px; } }
      @media (min-width: 1280px) {
        body.home .inputs .send button, body.home .inputs .send input.wpcf7-submit {
          width: 270px;
          height: 69px;
          font-size: 12px;
          line-height: 16px;
          transition: transform 0.3s; }
          body.home .inputs .send button:hover, body.home .inputs .send input.wpcf7-submit:hover {
            color: #ffffff;
            transform: translateY(-3px); } }
  body.home div.wpcf7-validation-errors, body.home div.wpcf7-acceptance-missing {
    border: 1px solid #8e6466;
    border-radius: 6px;
    background: #fdc2c2;
    font-size: 12px;
    color: #960000; }
  body.home span.wpcf7-not-valid-tip {
    color: #ffa2a2;
    font-size: 12px;
    font-weight: normal;
    display: block; }
  body.home div.wpcf7-mail-sent-ok {
    border: 1px solid #398f14;
    background: #98f698;
    font-size: 12px;
    border-radius: 6px; }

.popup_form_content .form-container .send {
  padding: 0; }

@media (min-width: 768px) {
  .container {
    max-width: 648px;
    padding: 0; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1220px; } }

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: auto;
  width: 100%;
  z-index: 1;
  margin: -30px 0 0;
  background-color: #515077; }
  @media (min-width: 768px) {
    .banner {
      margin: -30px 0 0; } }
  @media (min-width: 1280px) {
    .banner {
      margin: -60px 0 0; } }
  @media (min-width: 1600px) {
    .banner {
      margin: 0 0 0; } }
  .banner__container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    z-index: 2;
    height: 100%;
    width: 100%; }
    @media (min-width: 720px) {
      .banner__container {
        width: 100%;
        padding: 0;
        max-width: initial; } }
    @media (min-width: 1024px) {
      .banner__container {
        width: 100%; } }
    @media (min-width: 1280px) {
      .banner__container {
        width: 1280px; } }
    @media (min-width: 1440px) {
      .banner__container {
        width: 1280px; } }
  .banner__img {
    width: 100%;
    height: 100%; }
    .banner__img img {
      width: 100%;
      height: auto; }

footer {
  background-color: #0077ae;
  padding: 66px 0 95px; }
  @media (min-width: 0) {
    footer {
      padding: 30px 0 30px; } }
  @media (min-width: 768px) {
    footer {
      padding: 61px 0 47px; } }
  @media (min-width: 1280px) {
    footer {
      padding: 66px 0 95px; } }
  footer .desktop {
    display: none; }
    @media (min-width: 768px) {
      footer .desktop {
        display: block; } }
  footer .mobile {
    display: block; }
    @media (min-width: 768px) {
      footer .mobile {
        display: none; } }
  footer .col-6:nth-child(4),
  footer .col-6:nth-child(5) {
    margin-top: 40px; }
    @media (min-width: 768px) {
      footer .col-6:nth-child(4),
      footer .col-6:nth-child(5) {
        margin-top: 0; } }
  footer .menu li:nth-child(1) a {
    margin: 0; }
  @media (min-width: 768px) and (max-width: 1280px) {
    footer .menu li {
      line-height: 1; } }
  footer .menu li a {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat", sans-serif, -apple-system;
    margin-bottom: 14px; }
    footer .menu li a:hover {
      text-decoration: underline !important; }
    @media (min-width: 0) {
      footer .menu li a {
        font-size: 8px;
        line-height: 12px; } }
    @media (min-width: 768px) {
      footer .menu li a {
        font-size: 6px;
        line-height: 10px;
        margin: 5px 0 0 0; } }
    @media (min-width: 1280px) {
      footer .menu li a {
        font-size: 12px;
        line-height: 16px;
        margin: 5px 0 0 0; } }
  footer .pol.mobile {
    margin: 31px auto 0; }
  footer .content {
    display: flex;
    flex-direction: column; }
    footer .content .logo {
      width: 207px;
      height: 54px;
      display: none; }
      @media (min-width: 768px) {
        footer .content .logo {
          width: 118px;
          height: 31px;
          display: block; } }
      @media (min-width: 1280px) {
        footer .content .logo {
          width: 207px;
          height: 54px; } }
      footer .content .logo img {
        width: 100%;
        height: 100%; }
    footer .content .text-1 {
      margin-top: 32px;
      line-height: 14px;
      font-size: 12px;
      color: #ffffff;
      font-weight: 400;
      font-family: "Montserrat", sans-serif, -apple-system;
      display: none; }
      @media (min-width: 768px) {
        footer .content .text-1 {
          margin-top: 18px;
          line-height: 10px;
          display: block;
          font-size: 6px; } }
      @media (min-width: 1280px) {
        footer .content .text-1 {
          margin-top: 32px;
          line-height: 14px;
          font-size: 12px; } }
    footer .content .text {
      font-size: 12px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 400;
      font-family: "Montserrat", sans-serif, -apple-system; }
      @media (min-width: 0) {
        footer .content .text {
          font-size: 8px;
          line-height: 18px; } }
      @media (min-width: 768px) {
        footer .content .text {
          font-size: 6px;
          line-height: 18px; } }
      @media (min-width: 1280px) {
        footer .content .text {
          font-size: 12px;
          line-height: 30px; } }
    footer .content .link {
      font-size: 12px;
      line-height: 16px;
      color: #ffffff;
      font-weight: 400;
      font-family: "Montserrat", sans-serif, -apple-system;
      margin-bottom: 14px; }
      footer .content .link:hover {
        text-decoration: underline !important; }
      @media (min-width: 0) {
        footer .content .link {
          font-size: 8px;
          line-height: 12px; } }
      @media (min-width: 768px) {
        footer .content .link {
          font-size: 6px;
          line-height: 10px;
          margin: 5px 0 0 0; } }
      @media (min-width: 1280px) {
        footer .content .link {
          font-size: 12px;
          line-height: 16px;
          margin: 5px 0 0 0; } }
    footer .content .social {
      display: flex;
      flex-direction: row;
      margin-top: 19px; }
      @media (min-width: 0) {
        footer .content .social {
          margin-top: 12px; } }
      @media (min-width: 768px) {
        footer .content .social {
          margin-top: 12px; } }
      @media (min-width: 1280px) {
        footer .content .social {
          margin-top: 19px; } }
      footer .content .social img {
        width: auto;
        height: 100%; }
      footer .content .social .vk {
        width: 30px;
        height: 17px;
        margin: 0 9px 0 0; }
        @media (min-width: 0) {
          footer .content .social .vk {
            width: 17px;
            height: 11px;
            margin: 0 5px; } }
        @media (min-width: 768px) {
          footer .content .social .vk {
            width: 17px;
            height: 11px;
            margin: 0 5px; } }
        @media (min-width: 1280px) {
          footer .content .social .vk {
            width: 30px;
            height: 17px;
            margin: 0 9px; } }
      footer .content .social .youtube {
        width: 30px;
        height: 17px;
        margin: 0 9px; }
        @media (min-width: 0) {
          footer .content .social .youtube {
            width: 17px;
            height: 11px;
            margin: 0 5px; } }
        @media (min-width: 768px) {
          footer .content .social .youtube {
            width: 17px;
            height: 11px;
            margin: 0 5px; } }
        @media (min-width: 1280px) {
          footer .content .social .youtube {
            width: 30px;
            height: 17px;
            margin: 0 9px; } }
      footer .content .social .instagram {
        width: 30px;
        height: 17px;
        margin: 0 9px; }
        @media (min-width: 0) {
          footer .content .social .instagram {
            width: 17px;
            height: 11px;
            margin: 0 5px; } }
        @media (min-width: 768px) {
          footer .content .social .instagram {
            width: 17px;
            height: 11px;
            margin: 0 5px; } }
        @media (min-width: 1280px) {
          footer .content .social .instagram {
            width: 30px;
            height: 17px;
            margin: 0 9px; } }

header .header {
  padding-top: 27px;
  padding-bottom: 40px; }
  @media (min-width: 0) {
    header .header .content {
      display: flex;
      flex-direction: row;
      width: 100%;
      justify-content: space-around;
      align-items: center; }
      header .header .content:nth-child(1) {
        margin-bottom: 24px; }
      header .header .content .logo {
        width: 84px;
        height: 22px; }
        header .header .content .logo img {
          width: 100%;
          height: 100%; } }
  @media (min-width: 768px) {
    header .header .content {
      display: flex;
      flex-direction: row;
      width: 100%;
      justify-content: space-around;
      align-items: center; }
      header .header .content:nth-child(1) {
        margin-bottom: 24px; }
      header .header .content .logo {
        width: 207px;
        height: 54px; }
        header .header .content .logo img {
          width: 100%;
          height: 100%; } }
  @media (min-width: 1280px) {
    header .header .content {
      display: flex;
      flex-direction: row; }
      header .header .content:nth-child(1) {
        margin-bottom: unset; } }
  @media (min-width: 0) {
    header .header .left {
      flex-direction: column; } }
  @media (min-width: 768px) {
    header .header .left {
      flex-direction: column; } }
  @media (min-width: 1280px) {
    header .header .left {
      flex-direction: row; } }
  @media (min-width: 0) {
    header .header .right {
      flex-direction: column; } }
  @media (min-width: 768px) {
    header .header .right {
      flex-direction: column; } }
  @media (min-width: 1280px) {
    header .header .right {
      flex-direction: row; } }
  header .header .logo_text {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    font-family: "Montserrat", sans-serif, -apple-system;
    margin-left: 4px; }
    @media (min-width: 0) {
      header .header .logo_text {
        font-size: 6px; } }
    @media (min-width: 768px) {
      header .header .logo_text {
        font-size: 12px; } }
  header .header .info_location .locations {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    font-family: "Montserrat", sans-serif, -apple-system;
    position: relative; }
    @media (min-width: 0) {
      header .header .info_location .locations {
        font-size: 6px;
        margin-left: 17px; } }
    @media (min-width: 768px) {
      header .header .info_location .locations {
        font-size: 12px;
        margin-left: unset; } }
    header .header .info_location .locations:before {
      content: '';
      position: absolute;
      left: -18px;
      top: 9px;
      background: url("../img/images/loc.png");
      background-size: cover;
      background-repeat: no-repeat;
      width: 17px;
      height: 17px; }
      @media (min-width: 0) {
        header .header .info_location .locations:before {
          width: 7px;
          height: 7px;
          left: -14px;
          top: 3px; } }
      @media (min-width: 768px) {
        header .header .info_location .locations:before {
          width: 17px;
          height: 17px;
          left: -18px;
          top: 9px; } }
  header .header .tech {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    font-family: "Montserrat", sans-serif, -apple-system;
    position: relative;
    margin-left: 30px; }
    @media (min-width: 0) {
      header .header .tech {
        font-size: 6px; } }
    @media (min-width: 768px) {
      header .header .tech {
        font-size: 12px; } }
    header .header .tech:before {
      content: '';
      position: absolute;
      left: -25px;
      top: -2px;
      background: url("../img/images/mail.png");
      background-size: cover;
      background-repeat: no-repeat;
      width: 22px;
      height: 22px; }
      @media (min-width: 0) {
        header .header .tech:before {
          width: 12px;
          height: 12px;
          left: -14px;
          top: -2px; } }
      @media (min-width: 768px) {
        header .header .tech:before {
          width: 22px;
          height: 22px;
          left: -25px;
          top: -2px; } }
  @media (min-width: 768px) {
    header .header .right {
      align-items: center;
      justify-content: center; } }
  @media (min-width: 1280px) {
    header .header .right {
      align-items: center;
      justify-content: space-between; } }
  header .header .right .info {
    text-align: right; }
    @media (min-width: 768px) {
      header .header .right .info {
        margin-bottom: 24px; } }
    @media (min-width: 1280px) {
      header .header .right .info {
        margin-bottom: 0; } }
    header .header .right .info .tel {
      font-size: 18px;
      line-height: 16px;
      margin-bottom: 5px;
      position: relative; }
      @media (min-width: 0) {
        header .header .right .info .tel {
          font-size: 8px;
          line-height: 6px;
          margin-bottom: 5px; } }
      @media (min-width: 768px) {
        header .header .right .info .tel {
          font-size: 18px;
          line-height: 16px;
          margin-bottom: 5px; } }
      header .header .right .info .tel:before {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 100%;
        background-color: #009ccb;
        position: absolute;
        left: -15px;
        top: 5px; }
        @media (min-width: 0) {
          header .header .right .info .tel:before {
            left: -8px;
            top: 2px;
            width: 3px;
            height: 3px; } }
        @media (min-width: 768px) {
          header .header .right .info .tel:before {
            left: -15px;
            top: 5px;
            width: 7px;
            height: 7px; } }
      header .header .right .info .tel a {
        color: #000000;
        font-weight: 700;
        font-family: "Montserrat", sans-serif, -apple-system; }
        @media (min-width: 0) {
          header .header .right .info .tel a {
            font-size: 8px; } }
        @media (min-width: 768px) {
          header .header .right .info .tel a {
            font-size: 19px; } }
    header .header .right .info .work_time {
      font-size: 12px;
      color: #a2a2a2;
      font-weight: 400;
      font-family: "Montserrat", sans-serif, -apple-system; }
      @media (min-width: 0) {
        header .header .right .info .work_time {
          font-size: 8px; } }
      @media (min-width: 768px) {
        header .header .right .info .work_time {
          font-size: 12px; } }
  header .header .right .head_btns .master .btn_white {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    font-family: "Montserrat", sans-serif, -apple-system;
    width: 179px;
    height: 48px;
    border-radius: 3px;
    border: 1px solid #0072aa;
    transition: 0.3s; }
    @media (min-width: 0) {
      header .header .right .head_btns .master .btn_white {
        width: 73px;
        height: 21px;
        font-size: 6px;
        padding: 0; } }
    @media (min-width: 768px) {
      header .header .right .head_btns .master .btn_white {
        width: 179px;
        height: 48px;
        padding: .375rem .75rem;
        font-size: 14px; } }
    header .header .right .head_btns .master .btn_white:hover {
      color: white;
      background-color: #0376ad; }

header .white_head_bg {
  background-color: transparent;
  box-shadow: none;
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
}
  header .white_head_bg .mobile_gamburger {
    display: block; }
    @media (min-width: 768px) {
      header .white_head_bg .mobile_gamburger {
        display: none; } }
  header .white_head_bg .header_septic_nav.active {
    display: flex; }
  header .white_head_bg .header_septic_nav {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 5; }
    @media (min-width: 768px) {
      header .white_head_bg .header_septic_nav {
        display: flex;
        position: relative; } }
    header .white_head_bg .header_septic_nav .head_menu .main_nav {
      margin: 0;
      display: flex;
      flex-direction: column;
      list-style: none;
      background-color: #0d76ae; }
      @media (min-width: 768px) {
        header .white_head_bg .header_septic_nav .head_menu .main_nav {
          flex-direction: row;
          padding: 8px 0;
          background-color: unset; } }
      header .white_head_bg .header_septic_nav .head_menu .main_nav li {
        position: relative;
        margin-left: 0;
        padding-left: 8px;
        padding-right: 8px; }
        @media (min-width: 768px) {
          header .white_head_bg .header_septic_nav .head_menu .main_nav li {
            padding-left: 5px;
            border-left: 1px solid #0376ad;
            padding-right: 5px;
            border-left: none;
            line-height: 30px; } }
        @media (min-width: 1280px) {
          header .white_head_bg .header_septic_nav .head_menu .main_nav li {
            padding-left: 21px;
            padding-right: 21px;
            line-height: 38px;
            border-left: 1px solid #0376ad; } }
        header .white_head_bg .header_septic_nav .head_menu .main_nav li:hover {
          background-color: #006391; }
          header .white_head_bg .header_septic_nav .head_menu .main_nav li:hover a {
            color: #ffffff; }
        header .white_head_bg .header_septic_nav .head_menu .main_nav li a {
          font-size: 10px;
          font-weight: 400;
          line-height: 30px;
          font-family: "Montserrat", sans-serif, -apple-system;
          text-transform: uppercase;
          color: #ffffff; }
          @media (min-width: 768px) {
            header .white_head_bg .header_septic_nav .head_menu .main_nav li a {
              font-size: 8px;
              line-height: 12px;
              color: #000000; } }
          @media (min-width: 1280px) {
            header .white_head_bg .header_septic_nav .head_menu .main_nav li a {
              font-size: 12px;
              line-height: 16px; } }
      header .white_head_bg .header_septic_nav .head_menu .main_nav li:nth-child(1) {
        border-left: none; }
      header .white_head_bg .header_septic_nav .head_menu .main_nav .sub-menu {
        background-color: #006391;
        left: 0; }
        @media (min-width: 768px) {
          header .white_head_bg .header_septic_nav .head_menu .main_nav .sub-menu {
            border-left: none;
            left: 0px; } }
        @media (min-width: 1280px) {
          header .white_head_bg .header_septic_nav .head_menu .main_nav .sub-menu {
            border-left: 1px solid #0376ad;
            left: -1px; } }
        header .white_head_bg .header_septic_nav .head_menu .main_nav .sub-menu li {
          padding: 0; }
          header .white_head_bg .header_septic_nav .head_menu .main_nav .sub-menu li:hover {
            background-color: #1991c8; }
            header .white_head_bg .header_septic_nav .head_menu .main_nav .sub-menu li:hover a {
              color: #ffffff; }
          header .white_head_bg .header_septic_nav .head_menu .main_nav .sub-menu li a {
            font-size: 10px;
            line-height: 30px;
            padding: 0px 7px;
            color: #ffffff;
            font-weight: 400;
            font-family: "Montserrat", sans-serif, -apple-system;
            text-transform: uppercase; }
            @media (min-width: 768px) {
              header .white_head_bg .header_septic_nav .head_menu .main_nav .sub-menu li a {
                font-size: 8px;
                line-height: 30px; } }
            @media (min-width: 1280px) {
              header .white_head_bg .header_septic_nav .head_menu .main_nav .sub-menu li a {
                line-height: 38px;
                font-size: 12px; } }

@media (min-width: 0px) {
  #block-1 {
    padding-bottom: 30px; } }

@media (min-width: 768px) {
  #block-1 {
    padding-bottom: 30px; } }

@media (min-width: 1280px) {
  #block-1 {
    padding-bottom: unset; } }

#block-1 .text-container {
  margin-top: 101px; }
  @media (min-width: 0px) {
    #block-1 .text-container {
      margin-top: 12px; } }
  @media (min-width: 768px) {
    #block-1 .text-container {
      margin-top: 30px; } }
  @media (min-width: 1280px) {
    #block-1 .text-container {
      margin-top: 101px; } }

#block-1 .text {
  letter-spacing: 0px;
  color: #000000;
  font-weight: 700;
  font-family: "Akrobat", sans-serif, -apple-system;
  text-transform: uppercase; }
  @media (min-width: 0px) {
    #block-1 .text {
      font-size: 24px;
      line-height: 30px; } }
  @media (min-width: 768px) {
    #block-1 .text {
      font-size: 24px;
      line-height: 34px; } }
  @media (min-width: 1280px) {
    #block-1 .text {
      font-size: 45px;
      line-height: 55px; } }

#block-1 .block-image {
  width: 887px;
  height: 614px;
  margin-top: 26px; }
  @media (min-width: 0px) {
    #block-1 .block-image {
      width: 100%;
      height: auto;
      margin-top: 37px;
      margin-left: 0; } }
  @media (min-width: 768px) {
    #block-1 .block-image {
      width: 470px;
      height: 324px;
      margin-top: 26px;
      margin-left: -60px; } }
  @media (min-width: 1280px) {
    #block-1 .block-image {
      width: 887px;
      height: 614px;
      margin-top: 26px;
      margin-left: unset; } }
  #block-1 .block-image img {
    width: 100%;
    height: auto; }

@media (min-width: 0px) {
  #block-1 .btn_catalog {
    display: none; } }

@media (min-width: 768px) {
  #block-1 .btn_catalog {
    display: flex; } }

@media (min-width: 0px) {
  #block-1 .btn_catalog-mobile {
    display: flex; } }

@media (min-width: 768px) {
  #block-1 .btn_catalog-mobile {
    display: none; } }

#block-2 {
  background-color: #f0f2f4;
  position: relative;
  padding: 0 0 235px; }
  @media (min-width: 0px) {
    #block-2 {
      padding: 0 0 48px; } }
  @media (min-width: 768px) {
    #block-2 {
      padding: 0 0 60px; } }
  @media (min-width: 1200px) {
    #block-2 {
      padding: 0 0 235px; } }
  #block-2 .title {
    margin: 227px 0 53px; }
    @media (min-width: 0px) {
      #block-2 .title {
        margin: 45px 0 19px; } }
    @media (min-width: 768px) {
      #block-2 .title {
        margin: 67px 0 34px; } }
    @media (min-width: 1280px) {
      #block-2 .title {
        margin: 227px 0 53px; } }
  #block-2 .block-image.mobile {
    display: block;
    margin-top: 30px; }
    @media (min-width: 768px) {
      #block-2 .block-image.mobile {
        display: none;
        margin-top: unset; } }
  #block-2 .block-image {
    position: absolute;
    left: 0;
    top: 95px; }
    @media (min-width: 0px) {
      #block-2 .block-image {
        position: relative;
        top: unset;
        left: unset;
        display: none; } }
    @media (min-width: 768px) {
      #block-2 .block-image {
        position: absolute;
        left: -30px;
        width: 377px;
        height: 327px;
        top: 50px;
        display: block; } }
    @media (min-width: 1200px) {
      #block-2 .block-image {
        left: -280px;
        width: 853px;
        height: 739px;
        top: 95px; } }
    @media (min-width: 1500px) {
      #block-2 .block-image {
        left: -150px;
        width: 853px;
        height: 739px; } }
    @media (min-width: 1800px) {
      #block-2 .block-image {
        left: 0;
        width: 853px;
        height: 739px; } }
    #block-2 .block-image img {
      width: 100%;
      height: 100%; }
  #block-2 .bullets {
    margin-top: 20px;
    margin-left: 31px; }
    @media (min-width: 0px) {
      #block-2 .bullets {
        margin-top: 0;
        margin-left: 31px;
        padding: 0 24px; } }
    @media (min-width: 768px) {
      #block-2 .bullets {
        margin-left: 21px; } }
    @media (min-width: 1280px) {
      #block-2 .bullets {
        margin-left: 31px; } }
    #block-2 .bullets .text-bullets {
      margin-top: 55px;
      font-size: 16px;
      line-height: 22px;
      color: #626262;
      font-weight: 400;
      width: 195px;
      font-family: "Montserrat", sans-serif, -apple-system;
      position: relative; }
      @media (min-width: 0px) {
        #block-2 .bullets .text-bullets {
          font-size: 14px;
          width: 197px;
          margin-top: 45px; } }
      @media (min-width: 768px) {
        #block-2 .bullets .text-bullets {
          font-size: 10px;
          width: 119px;
          margin-top: 22px; } }
      @media (min-width: 1280px) {
        #block-2 .bullets .text-bullets {
          font-size: 16px;
          width: 195px;
          margin-top: 55px; } }
      #block-2 .bullets .text-bullets:before {
        content: '';
        position: absolute;
        color: white;
        left: -31px;
        top: 5px;
        width: 18px;
        height: 18px;
        font-size: 21px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 9px;
        background-image: url("../img/images/bullet.png");
        background-size: cover;
        background-repeat: no-repeat; }
        @media (min-width: 768px) {
          #block-2 .bullets .text-bullets:before {
            left: -21px;
            top: 5px;
            width: 11px;
            height: 11px; } }
        @media (min-width: 1280px) {
          #block-2 .bullets .text-bullets:before {
            left: -31px;
            top: 5px;
            width: 18px;
            height: 18px; } }

#block-3 {
  padding: 109px 0 130px;
  position: relative;
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */ }
  @media (min-width: 0px) {
    #block-3 {
      padding: 61px 0 66px; } }
  @media (min-width: 768px) {
    #block-3 {
      padding: 70px 0 63px; } }
  @media (min-width: 1280px) {
    #block-3 {
      padding: 109px 0 130px; } }
  #block-3 ::-webkit-scrollbar {
    /* chrome based */
    width: 0px;
    /* ширина scrollbar'a */
    background: transparent;
    /* опционально */ }
  @media (min-width: 0) and (max-width: 767px) {
    #block-3 .container {
      padding-right: 0;
      padding-left: 0; } }
  #block-3 .title {
    margin-bottom: 60px; }
    @media (min-width: 0px) {
      #block-3 .title {
        margin-bottom: 28px;
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      #block-3 .title {
        margin-bottom: 28px;
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 1280px) {
      #block-3 .title {
        margin-bottom: 60px; } }
  @media (min-width: 0px) {
    #block-3 .hr {
      margin: 0 15px; } }
  @media (min-width: 768px) {
    #block-3 .hr {
      margin: 0 0; } }
  @media (min-width: 768px) {
    #block-3 .arrows {
      display: none; } }
  @media (min-width: 0) and (max-width: 767px) {
    #block-3 .arrows {
      z-index: 1;
      position: absolute;
      top: 45%;
      width: 100%; }
      #block-3 .arrows .leftArrow {
        position: absolute;
        left: 10px;
        transform: rotate(180deg); }
      #block-3 .arrows .rightArrow {
        position: absolute;
        right: 10px; } }
  #block-3 .cards {
    margin-top: 96px; }
    @media (min-width: 0px) {
      #block-3 .cards {
        margin-top: 52px;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
        padding: 0 15px 20px; }
        #block-3 .cards .row {
          width: 920px; } }
    @media (min-width: 768px) {
      #block-3 .cards {
        overflow-x: unset;
        overflow-y: unset;
        width: auto;
        padding: unset; }
        #block-3 .cards .row {
          width: unset; } }
    @media (min-width: 1280px) {
      #block-3 .cards {
        margin-top: 96px; } }
    #block-3 .cards .card {
      padding: 40px;
      border-radius: 5px;
      background-color: #eff1f2;
      border: none; }
      @media (min-width: 0px) {
        #block-3 .cards .card {
          padding: 20px; } }
      @media (min-width: 768px) {
        #block-3 .cards .card {
          filter: drop-shadow(0px 30px 30px rgba(180, 180, 180, 0.5));
          padding: 16px;
          margin-left: 0; } }
      @media (min-width: 1280px) {
        #block-3 .cards .card {
          padding: 40px; } }
      #block-3 .cards .card__image {
        max-width: 310px;
        margin: 0 auto;
        border-radius: 5px;
        overflow: hidden; }
        #block-3 .cards .card__image img {
          width: 100%;
          height: auto; }
      #block-3 .cards .card__title {
        margin-top: 40px;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
        color: #066692;
        font-weight: 700;
        font-family: "Akrobat", sans-serif, -apple-system; }
        @media (min-width: 0px) {
          #block-3 .cards .card__title {
            font-size: 12px;
            line-height: 14px;
            margin-top: 20px; } }
        @media (min-width: 768px) {
          #block-3 .cards .card__title {
            font-size: 12px;
            line-height: 16px;
            margin-top: 20px; } }
        @media (min-width: 1280px) {
          #block-3 .cards .card__title {
            font-size: 18px;
            line-height: 22px;
            margin-top: 40px; } }
      #block-3 .cards .card__price--content {
        margin-top: 22px; }
        #block-3 .cards .card__price--content--text {
          font-size: 10px;
          line-height: 14px;
          color: #5a5a5a;
          font-weight: 400;
          text-transform: uppercase;
          font-family: "Montserrat", sans-serif, -apple-system; }
          @media (min-width: 0px) {
            #block-3 .cards .card__price--content--text {
              font-size: 6px;
              line-height: 10px; } }
          @media (min-width: 768px) {
            #block-3 .cards .card__price--content--text {
              font-size: 6px;
              line-height: 10px; } }
          @media (min-width: 1280px) {
            #block-3 .cards .card__price--content--text {
              font-size: 10px;
              line-height: 14px; } }
        #block-3 .cards .card__price--content--price {
          font-size: 20px;
          line-height: 24px;
          font-weight: 700;
          font-family: "Akrobat", sans-serif, -apple-system; }
          @media (min-width: 0px) {
            #block-3 .cards .card__price--content--price {
              font-size: 14px;
              line-height: 18px;
              font-weight: normal; } }
          @media (min-width: 768px) {
            #block-3 .cards .card__price--content--price {
              font-size: 14px;
              line-height: 18px;
              font-weight: normal; } }
          @media (min-width: 1280px) {
            #block-3 .cards .card__price--content--price {
              font-size: 20px;
              line-height: 24px;
              font-weight: bold; } }
      #block-3 .cards .card__button {
        margin-top: 26px;
        width: 181px;
        height: 53px;
        border-radius: 5px;
        background-image: linear-gradient(0deg, #5b9100 0%, #78c200 100%);
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 11px;
        color: #ffffff; }
        @media (min-width: 0px) {
          #block-3 .cards .card__button {
            margin-top: 11px;
            width: 96px;
            height: 28px;
            font-size: 8px;
            line-height: 11px; } }
        @media (min-width: 768px) {
          #block-3 .cards .card__button {
            margin-top: 11px;
            width: 96px;
            height: 28px;
            font-size: 8px;
            line-height: 11px; } }
        @media (min-width: 1280px) {
          #block-3 .cards .card__button {
            margin-top: 26px;
            width: 181px;
            height: 53px;
            font-size: 10px;
            line-height: 11px; } }
  #block-3 .btn_catalog {
    margin: 105px auto 0; }
    @media (min-width: 0px) {
      #block-3 .btn_catalog {
        margin: 47px auto 0; } }
    @media (min-width: 768px) {
      #block-3 .btn_catalog {
        margin: 40px auto 0; } }
    @media (min-width: 1280px) {
      #block-3 .btn_catalog {
        margin: 105px auto 0; } }

#block-4 {
  padding: 130px 0 162px;
  background-blend-mode: multiply;
  background-color: #eff0f2;
  background-image: url("../img/images/block-4-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto; }
  @media (min-width: 0px) {
    #block-4 {
      padding: 0px 0 66px;
      background-size: 285px;
      background-position: 150px 40px; } }
  @media (min-width: 768px) {
    #block-4 {
      padding: 40px 0 66px;
      background-size: 381px;
      background-position: center center; } }
  @media (min-width: 1280px) {
    #block-4 {
      padding: 130px 0 162px;
      background-size: auto; } }
  #block-4 .text-content {
    margin-top: 55px; }
    #block-4 .text-content .title {
      margin-bottom: 45px; }
      @media (min-width: 0px) {
        #block-4 .text-content .title {
          margin-bottom: 25px; } }
      @media (min-width: 768px) {
        #block-4 .text-content .title {
          margin-bottom: 33px; } }
      @media (min-width: 1280px) {
        #block-4 .text-content .title {
          margin-bottom: 45px; } }
    #block-4 .text-content .text {
      margin-top: 48px;
      font-size: 18px;
      line-height: 30px;
      color: #000000;
      font-weight: 400;
      font-family: "Montserrat", sans-serif, -apple-system; }
      @media (min-width: 0px) {
        #block-4 .text-content .text {
          margin-top: 19px;
          font-size: 10px;
          line-height: 16px; } }
      @media (min-width: 768px) {
        #block-4 .text-content .text {
          margin-top: 31px;
          font-size: 12px;
          line-height: 20px; } }
      @media (min-width: 1280px) {
        #block-4 .text-content .text {
          margin-top: 48px;
          font-size: 18px;
          line-height: 30px; } }
  #block-4 .form {
    border-radius: 5px;
    background-color: #0376ad;
    width: 359px;
    padding: 45px;
    margin: 0 auto; }
    @media (min-width: 0px) {
      #block-4 .form {
        width: 230px;
        padding: 28px;
        margin: 80px auto 0; } }
    @media (min-width: 768px) {
      #block-4 .form {
        width: 230px;
        padding: 28px;
        margin: 0 auto; } }
    @media (min-width: 1280px) {
      #block-4 .form {
        width: 359px;
        padding: 45px; } }
    #block-4 .form__title {
      font-size: 18px;
      line-height: 22px;
      color: #ffffff;
      font-weight: 500;
      font-family: "Montserrat", sans-serif, -apple-system;
      text-align: center;
      margin-bottom: 23px; }
      @media (min-width: 0px) {
        #block-4 .form__title {
          font-size: 12px;
          line-height: 16px; } }
      @media (min-width: 768px) {
        #block-4 .form__title {
          font-size: 12px;
          line-height: 16px; } }
      @media (min-width: 1280px) {
        #block-4 .form__title {
          font-size: 18px;
          line-height: 22px; } }
    #block-4 .form .politics {
      font-size: 10px;
      line-height: 14px;
      display: block;
      margin: 18px auto 0;
      color: rgba(255, 255, 255, 0.5);
      font-weight: 400;
      font-family: "Montserrat", sans-serif, -apple-system;
      text-align: center; }
      @media (min-width: 0px) {
        #block-4 .form .politics {
          font-size: 6px;
          line-height: 10px;
          margin: 11px auto 0; } }
      @media (min-width: 768px) {
        #block-4 .form .politics {
          font-size: 6px;
          line-height: 10px;
          margin: 11px auto 0; } }
      @media (min-width: 1280px) {
        #block-4 .form .politics {
          font-size: 10px;
          line-height: 14px;
          margin: 18px auto 0; } }

#block-5 {
  padding: 171px 0 208px; }
  @media (min-width: 0px) {
    #block-5 {
      padding: 65px 0 61px; } }
  @media (min-width: 768px) {
    #block-5 {
      padding: 80px 0 69px; } }
  @media (min-width: 1280px) {
    #block-5 {
      padding: 171px 0 208px; } }
  #block-5 .block-text:nth-child(1) {
    margin-bottom: 88px; }
    @media (min-width: 0) {
      #block-5 .block-text:nth-child(1) {
        margin-bottom: 40px; } }
    @media (min-width: 768px) {
      #block-5 .block-text:nth-child(1) {
        margin-bottom: 46px; } }
    @media (min-width: 1280px) {
      #block-5 .block-text:nth-child(1) {
        margin-bottom: 88px; } }
  @media (min-width: 0px) {
    #block-5 .block-text:nth-child(2) .row {
      flex-direction: column-reverse; } }
  @media (min-width: 768px) {
    #block-5 .block-text:nth-child(2) .row {
      flex-direction: row; } }
  #block-5 .text-container {
    max-width: 435px;
    margin-top: 60px; }
    @media (min-width: 0px) {
      #block-5 .text-container {
        margin-top: 0; } }
    @media (min-width: 768px) {
      #block-5 .text-container {
        max-width: 250px;
        margin-top: 10px; } }
    @media (min-width: 1280px) {
      #block-5 .text-container {
        max-width: 435px;
        margin-top: 60px; } }
    #block-5 .text-container .title {
      margin-bottom: 51px; }
      @media (min-width: 0px) {
        #block-5 .text-container .title {
          margin-bottom: 23px; } }
      @media (min-width: 768px) {
        #block-5 .text-container .title {
          margin-bottom: 23px; } }
      @media (min-width: 1280px) {
        #block-5 .text-container .title {
          margin-bottom: 51px; } }
    #block-5 .text-container .text {
      margin-top: 49px;
      font-size: 14px;
      line-height: 28px;
      color: #000000;
      font-weight: 400;
      font-family: "Montserrat", sans-serif, -apple-system; }
      @media (min-width: 0px) {
        #block-5 .text-container .text {
          margin-top: 23px;
          font-size: 10px;
          line-height: 16px; } }
      @media (min-width: 768px) {
        #block-5 .text-container .text {
          margin-top: 23px;
          font-size: 8px;
          line-height: 20px; } }
      @media (min-width: 1280px) {
        #block-5 .text-container .text {
          margin-top: 49px;
          font-size: 14px;
          line-height: 28px; } }
  #block-5 .block-image {
    width: 639px; }
    @media (min-width: 0px) {
      #block-5 .block-image {
        width: 100%;
        margin-top: 30px; } }
    @media (min-width: 768px) {
      #block-5 .block-image {
        width: 315px;
        margin-top: unset; } }
    @media (min-width: 1280px) {
      #block-5 .block-image {
        width: 639px; } }
    #block-5 .block-image img {
      width: 100%;
      height: auto; }
    #block-5 .block-image--right {
      margin-right: -44px; }
      @media (min-width: 0px) {
        #block-5 .block-image--right {
          margin-right: 0; } }
      @media (min-width: 768px) {
        #block-5 .block-image--right {
          margin-right: 0; } }
      @media (min-width: 1280px) {
        #block-5 .block-image--right {
          margin-right: -44px; } }
    #block-5 .block-image--left {
      margin-left: -44px; }
      @media (min-width: 0px) {
        #block-5 .block-image--left {
          margin-left: 0; } }
      @media (min-width: 768px) {
        #block-5 .block-image--left {
          margin-left: 0; } }
      @media (min-width: 1280px) {
        #block-5 .block-image--left {
          margin-left: -44px; } }
  #block-5 .text-list {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
    @media (min-width: 0px) {
      #block-5 .text-list {
        margin-left: 15px; } }
    @media (min-width: 768px) {
      #block-5 .text-list {
        margin-left: 30px; } }
    @media (min-width: 1280px) {
      #block-5 .text-list {
        margin-left: 0; } }
    @media (min-width: 0px) {
      #block-5 .text-list ul {
        margin-bottom: 0; } }
    #block-5 .text-list ul li {
      font-size: 12px;
      line-height: 30px;
      color: #000000;
      text-transform: uppercase;
      font-weight: 400;
      font-family: "Montserrat", sans-serif, -apple-system;
      position: relative; }
      @media (min-width: 0) {
        #block-5 .text-list ul li {
          font-size: 8px;
          line-height: 20px; } }
      @media (min-width: 1280px) {
        #block-5 .text-list ul li {
          font-size: 12px;
          line-height: 30px; } }
      #block-5 .text-list ul li::before {
        content: '';
        position: absolute;
        left: -30px;
        top: 11px;
        width: 8px;
        height: 8px;
        border-radius: 4px;
        background-color: #009ccb; }
        @media (min-width: 0) {
          #block-5 .text-list ul li::before {
            left: -15px;
            top: 7px;
            width: 4px;
            height: 4px; } }
        @media (min-width: 768px) {
          #block-5 .text-list ul li::before {
            left: -15px;
            top: 7px;
            width: 4px;
            height: 4px; } }
        @media (min-width: 1280px) {
          #block-5 .text-list ul li::before {
            left: -30px;
            top: 11px;
            width: 8px;
            height: 8px; } }

#block-6 {
  padding: 130px 0 162px;
  background-blend-mode: multiply;
  background-color: #eff0f2;
  background-image: url("../img/images/block-6-bg.png");
  background-position: 600px center;
  background-repeat: no-repeat;
  background-size: auto; }
  @media (min-width: 0px) {
    #block-6 {
      padding: 0px 0 66px;
      background-size: 221px;
      background-position: 150px 40px; } }
  @media (min-width: 768px) {
    #block-6 {
      padding: 40px 0 66px;
      background-size: 290px;
      background-position: center center; } }
  @media (min-width: 1200px) {
    #block-6 {
      background-position: center center;
      background-size: auto;
      padding: 130px 0 162px; } }
  @media (min-width: 1600px) {
    #block-6 {
      background-position: center center; } }
  #block-6 .text-content {
    margin-top: 55px; }
    #block-6 .text-content .title {
      margin-bottom: 45px; }
      @media (min-width: 0px) {
        #block-6 .text-content .title {
          margin-bottom: 25px; } }
      @media (min-width: 768px) {
        #block-6 .text-content .title {
          margin-bottom: 33px; } }
      @media (min-width: 1280px) {
        #block-6 .text-content .title {
          margin-bottom: 45px; } }
    #block-6 .text-content .text {
      margin-top: 48px;
      font-size: 18px;
      line-height: 30px;
      color: #000000;
      font-weight: 400;
      font-family: "Montserrat", sans-serif, -apple-system; }
      @media (min-width: 0px) {
        #block-6 .text-content .text {
          margin-top: 19px;
          font-size: 10px;
          line-height: 16px; } }
      @media (min-width: 768px) {
        #block-6 .text-content .text {
          margin-top: 31px;
          font-size: 12px;
          line-height: 20px; } }
      @media (min-width: 1280px) {
        #block-6 .text-content .text {
          margin-top: 48px;
          font-size: 18px;
          line-height: 30px; } }
  #block-6 .form {
    border-radius: 5px;
    background-color: #0376ad;
    width: 359px;
    padding: 45px;
    margin: 0 auto;
    /*
    .inputs {
      .input {
        margin-bottom: 13px;
        input {
          width: 270px;
          min-height: 63px;
          border-radius: 3px;
          background-color: #ffffff;
          font-size: 12px;
          color: #000000;
          font-weight: 400;
          font-family: $mont;
          @media (min-width: 0px) {
            width: 174px;
            min-height: 41px;
            font-size: 8px;
          }
          @media (min-width: 768px) {
            width: 174px;
            min-height: 41px;
            font-size: 8px;
          }
          @media (min-width: 1280px) {
            width: 270px;
            min-height: 63px;
            font-size: 12px;
          }
          &::placeholder {
            font-size: 12px;
            color: #8f8f8f;
            font-weight: 400;
            font-family: $mont;
            @media (min-width: 0px) {
              font-size: 8px;
            }
            @media (min-width: 768px) {
              font-size: 8px;
            }
            @media (min-width: 1280px) {
              font-size: 12px;
            }
          }
        }
      }
      .send {
        width: 270px;
        height: 69px;
        border-radius: 3px;
        background-color: #5b9200;
        @media (min-width: 0px) {
          width: 174px;
          height: 41px;
        }
        @media (min-width: 768px) {
          width: 174px;
          height: 41px;
        }
        @media (min-width: 1280px) {
          width: 270px;
          height: 69px;
        }
        button {
          width: 270px;
          height: 69px;
          border-radius: 3px;
          filter: drop-shadow(0px 8px 3px rgba(0,93,138,0.75));
          background-image: linear-gradient(0deg, #5b9100 0%, #7bc600 100%);
          font-size: 12px;
          line-height: 16px;
          color: #ffffff;
          font-weight: 500;
          font-family: $mont;
          text-transform: uppercase;
          @media (min-width: 0px) {
            width: 174px;
            height: 41px;
            font-size: 8px;
            line-height: 12px;
          }
          @media (min-width: 768px) {
            width: 174px;
            height: 41px;
            font-size: 8px;
            line-height: 12px;
          }
          @media (min-width: 1280px) {
            width: 270px;
            height: 69px;
            font-size: 12px;
            line-height: 16px;
            transition: transform 0.3s;
            &:hover {
              color: #ffffff;
              transform: translateY(-3px);
            }
          }
        }
      }
    }
    */ }
    @media (min-width: 0px) {
      #block-6 .form {
        width: 230px;
        padding: 28px;
        margin: 80px auto 0; } }
    @media (min-width: 768px) {
      #block-6 .form {
        width: 230px;
        padding: 28px; } }
    @media (min-width: 1280px) {
      #block-6 .form {
        width: 359px;
        padding: 45px; } }
    #block-6 .form__title {
      font-size: 18px;
      line-height: 22px;
      color: #ffffff;
      font-weight: 500;
      font-family: "Montserrat", sans-serif, -apple-system;
      text-align: center;
      margin-bottom: 23px; }
      @media (min-width: 0px) {
        #block-6 .form__title {
          font-size: 12px;
          line-height: 16px; } }
      @media (min-width: 768px) {
        #block-6 .form__title {
          font-size: 12px;
          line-height: 16px; } }
      @media (min-width: 1280px) {
        #block-6 .form__title {
          font-size: 18px;
          line-height: 22px; } }
    #block-6 .form .politics {
      font-size: 10px;
      line-height: 14px;
      display: block;
      margin: 18px auto 0;
      color: rgba(255, 255, 255, 0.5);
      font-weight: 400;
      font-family: "Montserrat", sans-serif, -apple-system;
      text-align: center; }
      @media (min-width: 0px) {
        #block-6 .form .politics {
          font-size: 6px;
          line-height: 10px;
          margin: 11px auto 0; } }
      @media (min-width: 768px) {
        #block-6 .form .politics {
          font-size: 6px;
          line-height: 10px;
          margin: 11px auto 0; } }
      @media (min-width: 1280px) {
        #block-6 .form .politics {
          font-size: 10px;
          line-height: 14px;
          margin: 18px auto 0; } }

#block-7 {
  padding: 130px 0 145px; }
  @media (min-width: 0) {
    #block-7 {
      padding: 28px 0 42px; } }
  @media (min-width: 768px) {
    #block-7 {
      padding: 78px 0 120px; } }
  @media (min-width: 1280px) {
    #block-7 {
      padding: 130px 0 145px; } }
  #block-7 .hr {
    margin: 40px 0 90px; }
    @media (min-width: 0) {
      #block-7 .hr {
        margin: 26px 0 26px; } }
    @media (min-width: 768px) {
      #block-7 .hr {
        margin: 21px 0 41px; } }
    @media (min-width: 1280px) {
      #block-7 .hr {
        margin: 40px 0 90px; } }
  #block-7 #owl-1 {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 0) {
      #block-7 #owl-1 {
        max-width: 288px;
        width: 100%; } }
    @media (min-width: 768px) {
      #block-7 #owl-1 {
        width: 546px;
        max-width: initial; } }
    @media (min-width: 1280px) {
      #block-7 #owl-1 {
        width: 1000px; } }
    #block-7 #owl-1 .slide {
      width: 100%;
      height: 550px; }
      @media (min-width: 0) {
        #block-7 #owl-1 .slide {
          height: 163px; } }
      @media (min-width: 768px) {
        #block-7 #owl-1 .slide {
          height: 306px; } }
      @media (min-width: 1280px) {
        #block-7 #owl-1 .slide {
          height: 550px; } }
    #block-7 #owl-1 .owl-nav {
      position: absolute;
      top: 49%; }
      @media (min-width: 0) {
        #block-7 #owl-1 .owl-nav {
          display: none; } }
      @media (min-width: 768px) {
        #block-7 #owl-1 .owl-nav {
          top: 48%;
          display: block; } }
      @media (min-width: 1280px) {
        #block-7 #owl-1 .owl-nav {
          top: 49%; } }
      #block-7 #owl-1 .owl-nav .owl-prev {
        transform: rotate(-180deg);
        left: -60px;
        position: absolute;
        outline: none; }
      #block-7 #owl-1 .owl-nav .owl-next {
        transform: rotate(0deg);
        right: -60px;
        position: absolute;
        outline: none; }
  #block-7 .image-container {
    display: flex;
    flex-direction: row;
    margin-top: 40px; }
    @media (min-width: 0) {
      #block-7 .image-container {
        margin-top: 11px;
        justify-content: center; } }
    @media (min-width: 768px) {
      #block-7 .image-container {
        margin-top: 21px; } }
    @media (min-width: 1280px) {
      #block-7 .image-container {
        margin-top: 40px; } }
    #block-7 .image-container .image {
      margin: 0 8px;
      width: 192px;
      height: 160px; }
      @media (min-width: 0) {
        #block-7 .image-container .image {
          width: 45px;
          height: 37px;
          margin: 0 2px; } }
      @media (min-width: 768px) {
        #block-7 .image-container .image {
          width: 103px;
          height: 86px;
          margin: 0 8px; } }
      @media (min-width: 1280px) {
        #block-7 .image-container .image {
          width: 192px;
          height: 160px; } }
      #block-7 .image-container .image img {
        width: 100%;
        height: 100%; }
  #block-7 .link {
    margin: 24px 0 0;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline !important;
    color: #878787;
    font-family: "Akrobat"; }
    @media (min-width: 0) {
      #block-7 .link {
        font-size: 8px;
        line-height: 12px; } }
    @media (min-width: 768px) {
      #block-7 .link {
        font-size: 14px;
        line-height: 16px; } }

#block-8 {
  padding: 130px 0 162px;
  background-blend-mode: multiply;
  background-color: #eff0f2;
  background-image: url("../img/images/block-8-bg.png");
  background-position: 800px center;
  background-repeat: no-repeat;
  background-size: auto; }
  @media (min-width: 0) {
    #block-8 {
      background-image: none;
      padding: 38px 0 50px; } }
  @media (min-width: 768px) {
    #block-8 {
      background-image: url("../img/images/block-8-bg.png");
      background-position: 350px center;
      background-size: 327px;
      padding: 59px 0 69px; } }
  @media (min-width: 1200px) {
    #block-8 {
      background-position: 450px center;
      background-size: auto;
      padding: 130px 0 162px; } }
  @media (min-width: 1600px) {
    #block-8 {
      background-position: 800px center; } }
  #block-8 .title {
    margin-bottom: 45px; }
    @media (min-width: 0px) {
      #block-8 .title {
        margin-bottom: 25px; } }
    @media (min-width: 768px) {
      #block-8 .title {
        margin-bottom: 25px; } }
    @media (min-width: 1280px) {
      #block-8 .title {
        margin-bottom: 45px; } }
  #block-8 .text-content {
    margin-top: 55px; }
    @media (min-width: 0) {
      #block-8 .text-content {
        margin-top: 35px; } }
    @media (min-width: 768px) {
      #block-8 .text-content {
        margin-top: 35px; } }
    @media (min-width: 1280px) {
      #block-8 .text-content {
        margin-top: 55px; } }
    #block-8 .text-content__block {
      margin-bottom: 53px; }
      @media (min-width: 0) {
        #block-8 .text-content__block {
          margin-bottom: 30px; } }
      @media (min-width: 768px) {
        #block-8 .text-content__block {
          margin-bottom: 30px; } }
      @media (min-width: 1280px) {
        #block-8 .text-content__block {
          margin-bottom: 53px; } }
      #block-8 .text-content__block--content {
        width: 146px;
        height: 186px; }
        @media (min-width: 0) {
          #block-8 .text-content__block--content {
            width: 85px;
            height: 108px;
            margin: 0 auto; } }
        @media (min-width: 768px) {
          #block-8 .text-content__block--content {
            width: 85px;
            height: 108px;
            margin: unset; } }
        @media (min-width: 1280px) {
          #block-8 .text-content__block--content {
            width: 146px;
            height: 186px; } }
        #block-8 .text-content__block--content .image {
          width: 146px;
          height: 146px;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (min-width: 0) {
            #block-8 .text-content__block--content .image {
              width: 85px;
              height: 85px; } }
          @media (min-width: 768px) {
            #block-8 .text-content__block--content .image {
              width: 85px;
              height: 85px; } }
          @media (min-width: 1280px) {
            #block-8 .text-content__block--content .image {
              width: 146px;
              height: 186px; } }
          #block-8 .text-content__block--content .image img {
            width: 100%;
            height: auto; }
        #block-8 .text-content__block--content .text {
          margin-top: 11px;
          font-size: 14px;
          line-height: 18px;
          text-transform: uppercase;
          color: #626262;
          font-weight: 500;
          font-family: "Montserrat", sans-serif, -apple-system; }
          @media (min-width: 0) {
            #block-8 .text-content__block--content .text {
              margin-top: 6px;
              font-size: 8px;
              line-height: 12px; } }
          @media (min-width: 768px) {
            #block-8 .text-content__block--content .text {
              margin-top: 6px;
              font-size: 8px;
              line-height: 12px; } }
          @media (min-width: 1280px) {
            #block-8 .text-content__block--content .text {
              margin-top: 11px;
              font-size: 14px;
              line-height: 18px; } }
  #block-8 .form {
    border-radius: 5px;
    background-color: #0376ad;
    width: 359px;
    padding: 45px;
    margin: 0 auto;
    /*
    .inputs {
      .input {
        margin-bottom: 13px;
        input {
          width: 270px;
          min-height: 63px;
          border-radius: 3px;
          background-color: #ffffff;
          font-size: 12px;
          color: #000000;
          font-weight: 400;
          font-family: $mont;
          @media (min-width: 0px) {
            width: 174px;
            min-height: 41px;
            font-size: 8px;
          }
          @media (min-width: 768px) {
            width: 174px;
            min-height: 41px;
            font-size: 8px;
          }
          @media (min-width: 1280px) {
            width: 270px;
            min-height: 63px;
            font-size: 12px;
          }
          &::placeholder {
            font-size: 12px;
            color: #8f8f8f;
            font-weight: 400;
            font-family: $mont;
            @media (min-width: 0px) {
              font-size: 8px;
            }
            @media (min-width: 768px) {
              font-size: 8px;
            }
            @media (min-width: 1280px) {
              font-size: 12px;
            }
          }
        }
      }
      .send {
        width: 270px;
        height: 69px;
        border-radius: 3px;
        background-color: #5b9200;
        @media (min-width: 0px) {
          width: 174px;
          height: 41px;
        }
        @media (min-width: 768px) {
          width: 174px;
          height: 41px;
        }
        @media (min-width: 1280px) {
          width: 270px;
          height: 69px;
        }
        button {
          width: 270px;
          height: 69px;
          border-radius: 3px;
          filter: drop-shadow(0px 8px 3px rgba(0,93,138,0.75));
          background-image: linear-gradient(0deg, #5b9100 0%, #7bc600 100%);
          font-size: 12px;
          line-height: 16px;
          color: #ffffff;
          font-weight: 500;
          font-family: $mont;
          text-transform: uppercase;
          @media (min-width: 0px) {
            width: 174px;
            height: 41px;
            font-size: 8px;
            line-height: 12px;
          }
          @media (min-width: 768px) {
            width: 174px;
            height: 41px;
            font-size: 8px;
            line-height: 12px;
          }
          @media (min-width: 1280px) {
            width: 270px;
            height: 69px;
            font-size: 12px;
            line-height: 16px;
            transition: transform 0.3s;
            &:hover {
              color: #ffffff;
              transform: translateY(-3px);
            }
          }
        }
      }
    }
    */ }
    @media (min-width: 0px) {
      #block-8 .form {
        width: 230px;
        padding: 28px;
        margin: 80px auto 0; } }
    @media (min-width: 768px) {
      #block-8 .form {
        width: 230px;
        padding: 28px;
        margin: 0 auto; } }
    @media (min-width: 1280px) {
      #block-8 .form {
        width: 359px;
        padding: 45px; } }
    #block-8 .form__title {
      font-size: 18px;
      line-height: 22px;
      color: #ffffff;
      font-weight: 500;
      font-family: "Montserrat", sans-serif, -apple-system;
      text-align: center;
      margin-bottom: 23px; }
      @media (min-width: 0px) {
        #block-8 .form__title {
          font-size: 12px;
          line-height: 16px; } }
      @media (min-width: 768px) {
        #block-8 .form__title {
          font-size: 12px;
          line-height: 16px; } }
      @media (min-width: 1280px) {
        #block-8 .form__title {
          font-size: 18px;
          line-height: 22px; } }
    #block-8 .form .politics {
      font-size: 10px;
      line-height: 14px;
      display: block;
      margin: 18px auto 0;
      color: rgba(255, 255, 255, 0.5);
      font-weight: 400;
      font-family: "Montserrat", sans-serif, -apple-system;
      text-align: center; }
      @media (min-width: 0px) {
        #block-8 .form .politics {
          font-size: 6px;
          line-height: 10px;
          margin: 11px auto 0; } }
      @media (min-width: 768px) {
        #block-8 .form .politics {
          font-size: 6px;
          line-height: 10px;
          margin: 11px auto 0; } }
      @media (min-width: 1280px) {
        #block-8 .form .politics {
          font-size: 10px;
          line-height: 14px;
          margin: 18px auto 0; } }

#block-9 {
  padding: 177px 0 211px;
  position: relative; }
  @media (min-width: 0) {
    #block-9 {
      padding: 62px 0 59px; } }
  @media (min-width: 768px) {
    #block-9 {
      padding: 90px 0 107px;
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1200px) {
    #block-9 {
      padding: 177px 0 211px; } }
  #block-9 .title {
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      #block-9 .title {
        padding-right: 0;
        padding-left: 0; } }
  #block-9 .hr {
    margin: 52px 0 80px; }
    @media (min-width: 0) {
      #block-9 .hr {
        margin: 27px 15px 34px; } }
    @media (min-width: 768px) {
      #block-9 .hr {
        margin: 26px 0 48px; } }
    @media (min-width: 1200px) {
      #block-9 .hr {
        margin: 52px 0 80px; } }
  @media (min-width: 0) and (max-width: 767px) {
    #block-9 .container {
      padding-right: 0;
      padding-left: 0; } }
  #block-9 ::-webkit-scrollbar {
    /* chrome based */
    width: 0px;
    /* ширина scrollbar'a */
    background: transparent;
    /* опционально */ }
  @media (min-width: 0) and (max-width: 767px) {
    #block-9 .arrows {
      z-index: 1;
      position: absolute;
      top: 52%;
      width: 100%; }
      #block-9 .arrows .leftArrow {
        position: absolute;
        left: 10px;
        transform: rotate(180deg); }
      #block-9 .arrows .rightArrow {
        position: absolute;
        right: 10px; } }
  @media (min-width: 768px) {
    #block-9 .arrows {
      display: none; } }
  #block-9 .scroll {
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    /* Firefox */
    width: 100%; }
    @media (min-width: 0) {
      #block-9 .scroll {
        width: 100%;
        padding: 0 15px 20px;
        overflow-y: hidden;
        overflow-x: scroll; } }
    @media (min-width: 768px) {
      #block-9 .scroll {
        width: 100%;
        padding: 0 0;
        overflow-y: unset;
        overflow-x: unset; } }
  #block-9 .image-container {
    display: flex;
    flex-direction: row; }
    @media (min-width: 0) {
      #block-9 .image-container {
        width: 600px; } }
    @media (min-width: 768px) {
      #block-9 .image-container {
        width: 100%; } }
    #block-9 .image-container .image:nth-child(1) {
      margin: 0 44px 0 0; }
      @media (min-width: 0) {
        #block-9 .image-container .image:nth-child(1) {
          margin: 0 16px 0 0; } }
      @media (min-width: 768px) {
        #block-9 .image-container .image:nth-child(1) {
          margin: 0 33px 0 0; } }
      @media (min-width: 1200px) {
        #block-9 .image-container .image:nth-child(1) {
          margin: 0 44px 0 0; } }
    #block-9 .image-container .image:last-child {
      margin: 0 0 0 44px; }
      @media (min-width: 0) {
        #block-9 .image-container .image:last-child {
          margin: 0 0 0 16px; } }
      @media (min-width: 768px) {
        #block-9 .image-container .image:last-child {
          margin: 0 0 0 33px; } }
      @media (min-width: 1200px) {
        #block-9 .image-container .image:last-child {
          margin: 0 0 0 44px; } }
    #block-9 .image-container .image {
      margin: 0 44px;
      width: 224px;
      height: 312px; }
      @media (min-width: 0) {
        #block-9 .image-container .image {
          width: 173px;
          height: auto;
          margin: 0 16px; } }
      @media (min-width: 768px) {
        #block-9 .image-container .image {
          width: 173px;
          height: auto;
          margin: 0 33px; } }
      @media (min-width: 1200px) {
        #block-9 .image-container .image {
          width: 224px;
          height: 312px;
          margin: 0 44px; } }
      #block-9 .image-container .image img {
        width: 100%;
        height: 100%; }

.share__icons {
  display: flex;
  justify-content: center; }

.share__social {
  width: 40px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s;
  display: flex;
  justify-content: center;
  align-items: center; }
  .share__social:not(:last-of-type) {
    margin-right: 8px; }
  .share__social:first-child svg {
    width: 17px;
    height: 14px; }
  .share__social:nth-child(2) svg {
    width: 20px;
    height: 12px; }
  .share__social:nth-child(3) svg {
    width: 10px;
    height: 18px; }
  .share__social svg {
    display: block;
    transition: fill 0.3s;
    height: 100%;
    object-fit: contain;
    fill: black; }
  @media (min-width: 1280px) {
    .share__social:hover svg {
      fill: #E2635D; } }
