*,
:before,
:after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.logo img{
width: 129.70px;
height: 37.44px;
}

.list-inline {
  list-style: none;
  padding-left: 0;
}

.container,
.container-fluid,
.container-md {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-md {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-md {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-md {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

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

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

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

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }
}

@media (max-width: 1024px){
  #footer-grownu-newlanding > .container > .row{
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  #footer-grownu-newlanding > .container > .row > .col{
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  #footer-grownu-newlanding > .container > .row > .col > .row{
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  #footer-grownu-newlanding > .container > .row > .col > .row > .col{
    padding-left: 0;
    padding-right: 0;
  }

  /* kairė pusė: company block, po juo apie įmonę */
  #footer-grownu-newlanding > .container > .row > .col:first-child > .row > .col{
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* dešinė pusė: sprendimai pilnas plotis */
  #footer-grownu-newlanding > .container > .row > .col:last-child > .row > .col:first-child{
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* naudinga + kalba po 50% */
  #footer-grownu-newlanding > .container > .row > .col:last-child > .row > .col:nth-child(2),
  #footer-grownu-newlanding > .container > .row > .col:last-child > .row > .col:nth-child(3){
    flex: 0 0 50%;
    max-width: 50%;
  }

  #footer-grownu-newlanding .footer-block-first,
  #footer-grownu-newlanding .footer-block{
    width: 100%;
    margin-top: 32px;
  }

  #footer-grownu-newlanding .footer-icons{
    margin-top: 18px;
  }

  #footer-grownu-newlanding .footer-icons .social-list{
    gap: 18px;
  }
}

@media (max-width: 767px){
  #footer-grownu-newlanding > .container{
    padding-left: 20px;
    padding-right: 20px;
  }

  #footer-grownu-newlanding > .container > .row > .col{
    flex: 0 0 100%;
    max-width: 100%;
  }

  #footer-grownu-newlanding > .container > .row > .col:last-child > .row > .col:nth-child(2),
  #footer-grownu-newlanding > .container > .row > .col:last-child > .row > .col:nth-child(3){
    flex: 0 0 50%;
    max-width: 50%;
  }

  #footer-grownu-newlanding .footer-title{
    font-size: 16px;
    line-height: 22px;
  }

  #footer-grownu-newlanding .footer-text,
  #footer-grownu-newlanding .footer-list li a{
    font-size: 14px;
    line-height: 24px;
  }

  #footer-grownu-newlanding .footer-category{
    font-size: 14px;
    line-height: 22px;
  }

  #footer-grownu-newlanding .footer-icons .social-list a{
    width: 40px;
    height: 40px;
    font-size: 40px;
  }

  #footer-grownu-newlanding .footer-line-web{
    margin: 28px auto 20px;
  }

  #footer-grownu-newlanding .footer-bottom{
    padding-bottom: 24px;
  }
}

@media (max-width: 767px){
  #footer-grownu-newlanding > .container > .row > .col:last-child > .row{
    display: flex;
    flex-wrap: wrap;
  }

  #footer-grownu-newlanding > .container > .row > .col:last-child > .row > .col:nth-child(2),
  #footer-grownu-newlanding > .container > .row > .col:last-child > .row > .col:nth-child(3){
    flex: 0 0 50%;
    max-width: 50%;
  }

  #footer-grownu-newlanding > .container > .row > .col:last-child > .row > .col:nth-child(2){
    padding-right: 14px;
  }

  #footer-grownu-newlanding > .container > .row > .col:last-child > .row > .col:nth-child(3){
    padding-left: 14px;
  }
}