      :root {

        --bg-col-1: #00a83f;
        --bg-col-2: #09376a;
        --bg-col-3: #d44d53;
        --bg-col-4: #539ff1;
        --bg-col-5: #6b285b;

        --block-bg-1: #0c0d0d;
        --block-bg-2: #141615;
        --block-bg-3: #1c1f1e;
        --block-bg-4: #242826;
        --block-bg-5: #2d302f;

        --box-bg-1: #3d4240;
        --box-bg-2: #454b49;
        --box-bg-3: #4d5451;
      }


      body{
          direction: ltr;
          font-family: 'Source Sans 3', sans-serif !important;
          font-size:  17px;
          margin: 0;
          padding: 0;
      }
      .content-block p{
        margin-bottom: 6px;
        text-indent: 3ch;
    }
    .content-block h2{
        font-weight: 700;
        text-align: center;
        margin-bottom:  24px;
    } 
    .content-block table, .content-block a{
        word-break: break-word;
        color: inherit;
    }

    .sectionpriv {
      padding: 82px 0px;
        color: white;
        background-color: var(--box-bg-2);
    }
      .filt {
       height: auto;
        object-fit: cover;
        opacity: 0.4;

      }
      .carousel-control-next {
        display: none;
      }
      .carousel-control-prev {
        display: none;
      }

      .box {
        background-color: var(--box-bg-2);
      }

      .box2 {
        background-size: cover;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../assets/images/background_1920x10800.jpg);
      }
      .box3 {
        background-size: cover;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../assets/images/background_1920x10801.jpg);
      }


    

      .bg {
        background-color: var(--bg-col-5);
      }

      .bg-none {
        background-color: none !important;
      }

      .btn-1, .btn-2, .btn-3, .btn-4, .btn-5 {
        display: inline-block !important;
        margin-top: 30px !important;
        margin-bottom: 0rem !important;
      }

      .btn-1 {
        text-decoration: none;
        appearance: button;
        background-color: var(--bg-col-5);
        border: solid transparent;
        border-radius: 16px;
        border-width: 0 0 4px;
        box-sizing: border-box;
        color: #FFFFFF;
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: .8px;
        line-height: 20px;
        margin: 0;
        outline: none;
        overflow: visible;
        padding: 14px 19px 9px;
        text-align: center;
        text-transform: uppercase;
        touch-action: manipulation;
        transform: translateZ(0);
        transition: filter .2s;
        user-select: none;
        -webkit-user-select: none;
        vertical-align: middle;
        white-space: nowrap;
      }

      .btn-1 :after {
        background-clip: padding-box;
        background-color: var(--bg-col-5);
        border: solid transparent;
        border-radius: 16px;
        border-width: 0 0 4px;
        bottom: -4px;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
      }

      .btn-1:main, .btn-1:focus {
        user-select: auto;
      }

      .btn-1:hover:not(:disabled) {
        filter: brightness(1.1);
        color: white;
      }

      .btn-1:disabled {
        cursor: auto;
      }

      .btn-1:active:after {
        border-width: 0 0 0px;
      }

      .btn-1:active {
        padding-bottom: 10px;
      }


      .btn-2 {
        text-decoration: none;
        background-color: var(--bg-col-5);
        padding: 14px 27px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        cursor: pointer;
        border-radius: 10px;
        border: 2px dashed var(--bg-col-5);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        transition: .4s;
        }

        .btn-2 span:last-child {
        display: none;
        }

        .btn-2:hover {
        transition: .4s;
        border: 2px dashed var(--bg-col-5);
        background-color: #fff;
        color: var(--bg-col-5);
        }

        .btn-2:active {
        background-color: var(--bg-col-5);
        }


        .btn-3 {
          padding: 13px 19px;
          text-decoration: none;
          font-family: monospace;
          background-color: #f3f7fe;
          color: var(--bg-col-5);
          border: none;
          border-radius: 8px;
          transition: .3s;
        }

        .btn-3:hover {
          background-color: var(--bg-col-5);
          box-shadow: 0 0 0 5px var(--bg-col-5);
          color: #fff;
        }

        .btn-4 {
          position: relative;
          font-size: 17px;
          text-transform: uppercase;
          text-decoration: none;
          padding: 1em 2.5em;
          display: inline-block;
          border-radius: 6em;
          transition: all .2s;
          border: none;
          font-family: inherit;
          font-weight: 700;
          color: black;
          background-color: white;
          }

          .btn-4:hover {
            color: black;
          transform: translateY(-3px);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          }

          .btn-4:active {
          transform: translateY(-1px);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          }

          .btn-4::after {
          content: "";
          display: inline-block;
          height: 100%;
          width: 100%;
          border-radius: 100px;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          transition: all .4s;
          }

          .btn-4::after {
          background-color: var(--bg-col-5);
          }

          .btn-4:hover::after {
          transform: scaleX(1.4) scaleY(1.6);
          opacity: 0;
          }

          .btn-5 {
            text-decoration: none;
          padding: 15px 25px;
          border: unset;
          border-radius: 15px;
          color: #212121;
          z-index: 1;
          background: #e8e8e8;
          position: relative;
          font-weight: 700;
          font-size: 17px;
          -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
          box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
          transition: all 250ms;
          overflow: hidden;
          }

          .btn-5::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 0;
          border-radius: 15px;
          background-color: var(--bg-col-5);
          z-index: -1;
          -webkit-box-shadow: 4px 8px 19px -3px var(--bg-col-5);
          box-shadow: 4px 8px 19px -3px var(--bg-col-5);
          transition: all 250ms
          }

          .btn-5:hover {
          color: #e8e8e8;
          }

          .btn-5:hover::before {
          width: 100%;
          }


          header {
            background-size: cover;
            background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/images/background_1920x10802.jpg");
          }

      .main-header {
        color: white;
        position: relative;
        padding: 0;
      }

      .logo-and-menu {
        position: absolute;
        z-index: 1;
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
      }

      .logo-and-name {
        display: flex;
      }

      .logo {
        height: auto;
        margin: auto 0;
        width: 50px;
      }

      .logo img {
        width: 100%;
      }

      .name {
        height: auto;
        margin: auto 0;
        padding-left: 15px;
        font-size: 25px;
      }

      .main-menu-list {
        text-align: center;
        display: flex;
      }

      .nav-li {
        display: block;
        margin: auto 0;
        flex: 1;
        padding: 15px;
        list-style: none;
      }

      .nav-li a, .cont a {
        text-decoration: none;
        color: white;
      }

      .cont {
        display: flex;
        height: auto;
        margin: auto 0;
        padding: 6px;
      }

      .icon-head {
        height: auto;
        margin: auto 20px auto 0;
        transition: 0.5s;
        border-radius: 4px;
        background-color: var(--bg-col-5);
      }

      .icon-head:hover {
        transform: rotateY(180deg);
      }

      .icon-box {
        width: 55px;
        height: 45px;
        margin: auto;
      }

      .icon-box svg {
        display: block;
        width: 35px;
        height: 35px;
        margin: 11px auto;
      }

      .phone {
        display: block;
        height: auto;
        margin: auto 0;
      }

      .phone p {
        margin-bottom: 6px;
      }

      .phone-title {
        font-size: 15px;
      }

      .a-phone {
        font-weight: 700;
        font-size: 21px;
      }

      #dropdownMenu {
        width: 100%;
        display: none;
        position: relative;
        top: 0;
        left: 0;
        background-color: #ffffff;
      }

      #dropdownMenu nav {
        border: 2px solid #ffffff;
      }

      #dropdownMenu nav a {
        text-decoration: none;
        color: black;
      }

      .nav-li1 {
        padding: 15px;
        list-style: none;
        transition: 0.5s;
        border-bottom: 1px solid #333;
      }

      .nav-li1-1 {
        padding: 15px;
        list-style: none;
      }

      .burger-menu {
        display: none;
        width: 35px;
        height: 22px;
        margin: auto 15px;
      }

      .line {
        display: block;
        width: 100%;
        height: 5px;
        margin-bottom: 3px;
        background-color: #ffffff;
        border-bottom: 1px solid #333;
        border-radius: 5px;
      }

      .header-title {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        width: 60%;
        padding: 50px 0;
        transform: translate(-50%,-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .carousel-control-next, .carousel-control-prev {
        width: 4%;
      }

      .header-title h1 {
        font-size: 36px;
        font-weight: 700;
      }

      .main-block {
        padding: 0;
      }

      .services {
        display: flex;
        flex-wrap: wrap;
        padding-top: 150px;
        color: white;
      }

      .serv-title {
        padding:  23px 0 50px;
      }

      .serv-title h2, .about-title h2 {
        font-weight: 700;
      }

      .serv-block {
        display: flex;
        flex-wrap: wrap;
      }

      .block1 {
        flex: 1;
        padding: 38px 27px 27px;
        margin: 0 20px 27px;
        border-radius: 4px;
        background-color: var(--block-bg-5);
        font-size: 21px;
      }

      .icon1 svg {
        width: 80px;
        height: 80px;
      }

      .empty {
        height: 3px;
        width: 30%;
        background-color: var(--bg-col-5);
        margin: 38px 0;
      }

      .about-us {
        display: flex;
        align-items: center;
        
        padding-top: 150px;
        color: white;
        flex-direction: row-reverse;
      }
      .slider1 {
        min-height: 100vh;
      }
      .carousel-inner {
        min-height: 100vh;
      }
      .carousel-item {
        padding: 350px 0;
      }
      .block-about {
        flex: 1;
        margin-top: 50px;
      }

      .img-vec {
        flex: 1;
        padding: 0 50px;
      }

      .img-vec img {
        display: block;
        width: 80%;
        margin: 0 auto;
      }

      .about-title {
        padding: 20px 0 27px;
      }

      .video {
        padding-top: 100px;
      }

      .video-player {
        width: 100%;
      }

      .main-cont {
        display: flex;
        flex-wrap: wrap;
        padding-top: 150px;
        flex-direction: row-reverse;
      }

      .main-text {
        color: white;
      }

      .main-text h2 {
        font-weight: 700;
      }

      .price {
        text-align: center;
        font-style: italic;
        font-size: 25px;
      }

      .main-text, .main-img {
        flex: 1;
        margin: 0 27px 27px;
      }

      .main-img img {
        width: 100%;
        display: block;
        margin: 0 auto;

      }

      .cause {
        padding-top: 150px;
        color: white;
      }

      .cause-title {
        padding-bottom: 27px;
        text-align: center;
      }

      .cause-title h2 {
        font-weight: 700;
      }

      .cause-block {
        display: flex;
        flex-wrap: wrap;
      }

      .block2 {
        text-align: center;
        flex: 1;
        padding: 20px;
        margin: 20px;
        border-radius: 4px;
        background-color: var(--block-bg-5);
        font-size: 21px;
      }

      .gallery {
        padding-top: 150px;
        color: white;
      }

      .block-gallery {
        display: flex;
      }

      .title-gallery {
        padding-bottom: 27px;
        text-align: center;
      }

      .title-gallery h2 {
        font-weight: 700;
      }

      .block3 {
        margin-bottom: 27px;
      }

      .block3 img {
        width: 100%;
        height: 100%;
        border-radius: 4px;
      }

      .tariff {
        display: flex;
        flex-wrap: wrap;
        color: white;
        padding: 150px 0;
      }

      .tariff-block {
        flex: 1;
        text-align: center;
        padding: 20px;
        margin: 15px;
        border-radius: 4px;
        background-color: var(--block-bg-5);
      }

      .tariff-name {
        font-size: 25px;
      }

      .tariff-month {
        font-weight: 700;
        font-size: 36px;
      }


      .tarif1 {
        border-top: 1px solid white;
        margin-bottom: 0rem;
        padding: 24px 0;
      }

      .tariff-block a {
        width: 100%;
      }

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

      .block4 {
        flex: 1;
        color: white;
        text-align: center;
        margin: 150px 0;
      }

      .block4 svg {
        width: 50px;
        height: 50px;
      }

      .block4 h2 {
        padding: 20px 0 15px;
        font-weight: 700;
        font-size: 34px;
      }
      .rezonans-full {
        padding-bottom: 50px;
      }
      .form-and-question {
        display: flex;
        flex-wrap: wrap;
        padding-top: 100px;
      }

      .form, .question {
        flex: 1;
        margin: 0 50px;
        color: white;
      }

      .form-title, .question-title {
        padding: 38px 0;
      }

      .form-title h2, .question-title h2 {
        color: white;
        font-weight: 700;
      }

      .input-btn_elementcomponent {
        color: #111;
              border-radius: 4px;
              border: 0.5px solid #bbb;
              margin-bottom: 15px !important;
              padding: 15px 20px;
              background-color: var(--box-bg-2);
            }

            input::placeholder {
              color: white;
            }

            .textarea-btn_elementcomponent {
              color: white;
              min-height: 150px;
              border-radius: 4px;
              border: 0.5px solid #bbb;
              padding: 15px 20px;
              background-color: var(--box-bg-2);
            }

            textarea::placeholder {
              color: white;
            }

            label {
              color: white;
            }

            .form-check {
              display: flex;
              padding: 18px;
            }

            .form-check label {
              display: block;
              text-align: center;
              padding: 0 15px;
            }

            .form-check a {
              color: white;
            }

            #check-inp {
              width: auto;
              margin: 0;
            }

            .block-form input, textarea {
              margin: 0 auto;
              width: 100%;
            }

      .block5 {
        border: 1px solid gray;
        margin-bottom: 27px;
        border-radius: 4px;
      }

      .quest {
        border: 1px solid gray;
        border-radius: 4px;
        padding: 15px;
        display: flex;
        justify-content: space-between;
      }

      h4 {
        padding-right: 15px;
        margin-bottom: 0rem;
      }

      .toggleIcon {
        cursor: pointer;
        width: 35px;
        height: 35px;
        background-color: var(--bg-col-5);;
        border-radius: 4px;
        margin: auto 0;
      }

      .toggleIcon svg {
        width: 35px;
        display: block;
        margin: auto 0;
        height: 100%;
      }

      .answer {
        display: none;
        padding: 15px;
      }

      .worker {
        display: flex;
        flex-wrap: wrap;
        padding-top: 150px;
      }

      .title-work {
        width: 100%;
        padding-bottom: 50px;
        text-align: center;
      }

      .title-work h2 {
        color: white;
        font-weight: 700;
      }

      .block6 {
        flex: 1;
        margin: 0 15px;
      }

      .img-work img {
        width: 100%;
        border-radius: 4px 4px 0 0;
      }

      .name-work {
        padding: 20px 15px;
        text-align: center;
        border-radius: 0px 0px 4px 4px;
        color: #ffffff;
        background-color: var(--block-bg-5);
      }

      .name-work h4 {
        
        padding-bottom: 15px;
        font-weight: 700;
      }

      .name-work p {
        margin-bottom: 0rem;
      }

      .main-foot {
        display: flex;
        flex-direction: column;
        padding: 150px 0 0;
      }

      .news {
        padding: 50px 27px;
        margin-bottom: -140px;
        z-index: 1;
        color: white;
        border-radius: 4px;
        background-color: var(--bg-col-5);
      }

      .news-title-btn {
        display: flex;
        flex-wrap: wrap;
      }

      .news-title, .news-btn {
        flex: 1;
        margin: 0 27px;
      }

      .news-title h2 {
        color: white;
        padding-bottom: 20px;
        font-weight: 700;
      }

      .news-title p {
        margin-bottom: 0rem;
      }

      .news-btn input {
        width: 100%;
        border: 0.5px solid white;
        background-color: white;
      }

      .news-btn input::-webkit-input-placeholder {
        color: #888;
      }

      .btn-form {
        color: white;
        margin-top: 15px;
        background-image: none;
        background-color: var(--block-bg-3) !important;
      }

      .foot {
        padding: 220px 0 50px;
        background-color: var(--block-bg-5);
      }

      .foot-box {
        display: flex;
        flex-wrap: wrap;
      }

      .foot-logo {
        color: white;
      }

      .foot-logo p {
        padding-top: 20px;
        margin-bottom: 0rem;
      }

      .foot-logo, .foot-menu, .foot-cont {
        flex: 1;
        margin: 0 20px;
      }

      .foot-menu h2 {
        text-align: center;
        color: white;
        font-weight: 700;
      }

      .foot-menu nav {
        flex-direction: column;
      }

      .foot-cont h2 {
        color: white;
        padding-bottom: 15px;
        font-weight: 700;
      }

      .block7 {
        margin-bottom: 27px;
      }

      .block7 svg {
        width: 27px;
        height: 27px;
        color: var(--bg-col-5);
      }

      .block7 p {
        display: inline;
      }

      .a-phone, .a-email, .adres {
        color: white;
        text-decoration: none;
        padding-left: 15px;
      }

      .pr {
        background-color: var(--block-bg-5);
      }

      .privacy-foot {

        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 27px 15px;
      }

      .privacy-foot a {
        color: white;
        text-decoration: none;
      }



      @media (max-width: 1200px) {

        .name {
          font-size: 21px;
        }

        .nav-li {
          padding: 6px;
        }

        .icon-box {
          width: 45px;
          height: 35px;
        }

        .icon-box svg {
          width: 25px;
          height: 25px;
        }

        .a-phone {
          font-size: 15px;
        }

        .header-title h1 {
          font-size: 25px;
        }

        .block1 {
          margin: 0 75px 30px;
        }



      }

      @media (max-width: 991px) {
        .form-and-question {
          flex-direction: column;
        }

        .main-header {
          background-color: var(--bg-col-5);
        }

        .logo-and-menu {
          position: relative;
        }

        .main-menu {
          display: none;
        }

        .cont {
          display: none;
        }


        .burger-menu {
          display: block;
        }

        .header-title {
          width: 75%;
        }

        .header-title h1 {
          font-size: 25px;
        }

        .block1 {
          margin: 0 40px 30px;
        }

        .about-us {
          flex-direction: column;
        }

        .block4 {
          margin: 100px 75px 50px;
        }

        .form, .question {
          margin: 0 20px;
        }

        .block6 {
          margin: 0 60px 20px;
        }

        .foot {
          padding: 220px 0 30px;
        }

        .news {
          margin-bottom: -160px;
        }

        .btn-form {
          width: 100%;
        }

        .foot-logo, .foot-menu, .foot-cont {
          margin: 0 60px 30px;
        }

        .foot-cont {
          text-align: center;
        }

        .main-cont {
          flex-direction: column;
        }

        .img-vec img {
          width: 70%;
        }

        .tariff {
          flex-direction: column;
        }

      }

      @media(max-width: 767px) {
        .foot-box {
          flex-direction: column;
        }
        .news-title-btn {
          flex-direction: column;
        }
       .worker {
        flex-direction: column;
       }

        .header-title {
          width: 85%;
        }

        .btn-1 {
          width: 65%;
        }

        .header-title h1 {
          font-size: 21px;
        }

        .block1 {
          margin: 0 40px 30px;
        }

        .block6 {
          margin: 0 30px 20px;
        }

        .foot {
          padding: 300px 0 0;
        }

        .news {
          margin-bottom: -240px;
        }

        .news-btn {
          margin: 50px 50px 0;
        }

        .foot-logo, .foot-menu, .foot-cont {
          margin: 0 60px 50px;
        }

        .main-img img {
          width: 100%;
        }

        .tariff {
          flex-direction: column
        }
        .serv-block {
          flex-direction: column;
        }

      }

      @media(max-width: 575px) {
        .privacy-foot {
          flex-direction: column;
        }
        .cause-block {
          flex-direction: column;
        }
        
        .header-title {
          width: 100%;
          padding: 0 40px;
        }

        .header-title h1 {
          font-size: 21px;
        }

        .btn-1 {
          width: 100%;
          text-align: center;
          display: block;
          letter-spacing: 1px;
          padding: 10px 6px;
        }

        .block1 {
          margin: 0 10px 30px;
        }

        .img-vec {
          padding: 0 20px;
        }

        .block4 {
          margin: 50px;
        }

        .form, .question {
          margin: 0 10px;
        }

        .block6 {
          margin: 0 10px 20px;
        }

        .news {
          padding: 50px 0;
        }

        .foot-box {
          flex-direction: column;
        }

        .foot-logo, .foot-menu, .foot-cont {
          margin: 0 0 50px;
        }

        .form-and-question {
          padding: 100px 0;
        }
        .privacy-foot a {
          text-align: center;
        }
      }


#consent-banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 52%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  display: none;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
  z-index: 10000;
}
#consent-banner p {
  margin: 0 0 15px 0;
  font-size: 14px;
  line-height: 1.5;
}
#consent-banner a {
  color: #ffd700;
  text-decoration: underline;
}
#consent-banner .btn-container {
  display: flex;
  gap: 10px;
  justify-content: center;
}
#consent-banner button {
  background: rgba(255,255,255,0.2);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.3);
  padding: 8px 20px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.3s;
}
#consent-banner button:hover {
  background: rgba(255,255,255,0.3);
}
#consent-banner button:first-child {
  background: #ffffff;
  color: #667eea;
  border: none;
}
#consent-banner button:first-child:hover {
  background: #f0f0f0;
}
@media (max-width: 768px) {
  #consent-banner {
    width: 90%;
    padding: 15px;
  }
  #consent-banner p {
    font-size: 13px;
  }
  #consent-banner button {
    font-size: 13px;
    padding: 6px 15px;
  }
}