#home .footer .copyright_row {
	justify-content: space-between;
	align-items: center;
}
#home .footer .copyright_row > .col-sm-6 {
	width: fit-content;
	flex: 0 0 auto;
	max-width: unset;
}
#home #sellavi_logo {
  width: 72px;
  height: auto;
}
#home #sellavi_logo > svg {
  width: 100%;
  height: auto;
  fill: rgb(43, 188, 93);
}
#home .footer .footer_payments {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#home .footer .payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  padding-top: 0;
}

#home .footer .detali-footer {
  margin-left: 30px;
}
#home .footer .detali-footer a {
  width: 177px;
}
#home .footer .detali-footer a + a {
  width: 178px;
  margin-left: 6px;
}
@media (max-width: 991px) {
	#home .footer .copyright_row {
		justify-content: center;
		gap: 15px;
	}
}
@media (max-width: 767px) {
	#home .footer .footer_payments {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
  #home .footer .detali-footer {
    margin: 20px 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
  }
  #home .footer .detali-footer a {
    width: 48.94%;
  }
  #home .footer .detali-footer a + a {
    margin-left: 0;
    width: 45.32%;
  }
}
