.block-list-product .slick-slide {
  padding: 0;
}

.products_block {
  margin-top: 50px;
}

.products_block h4 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}

#category-slider {
  margin-top: 10px;
}

.uds-reassurance .uds-bootstrap-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.uds-reassurance.uds-bootstrap-container {
  display: flex;
}

.uds-reassurance .uds-bootstrap-item:not(:last-of-type):after {
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  font-family: 'FontAwesome';
  font-weight: 600;
  color: #F37121;
  font-size: 1rem;
}

.uds-reassurance .uds-container-image {
  flex: 0 0 20%;
}

.uds-reassurance .description {
  flex: 0 0 70%;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.uds-reassurance .description span {
  display: block;
}

.uds-reassurance .description h2 {
  margin: 0;
}

#reassurance-home {
  margin: 50px 0;
}

#reassurance-home h4.title_block {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}
#content-wrapper {
  padding: 0;
}
@media (max-width: 1199px) {
  .homepage-newsletter .block_newsletter {
    padding: 70px 220px 70px;
  }
}

@media (max-width: 991px) {
  .homepage-newsletter .block_newsletter {
    padding: 50px 30px 50px;
  }
}

@media (max-width: 768px) {
  .homepage-newsletter .block_newsletter {
    padding: 50px 15px 50px;
  }

  .uds-reassurance .description span {
    display: inline-block;
  }

  .uds-reassurance.uds-bootstrap-container {
    display: block;
  }

  .uds-reassurance .uds-bootstrap-item:not(:last-of-type):after {
    content: "";
  }

  .uds-reassurance .uds-container-image {
    aspect-ratio: unset !important;
  }

  .uds-reassurance .uds-container-image img {
    width: 50px !important;
  }

  .uds-reassurance .uds-bootstrap-item {
    margin-bottom: 20px;
  }

  .uds-reassurance .description {
    font-size: 14px;
  }
}

.homepage-newsletter .block_newsletter .navbar-toggler {
  display: none;
}

.homepage-newsletter .block_newsletter .collapse,
.homepage-newsletter .block_newsletter .collapsing {
  display: block !important;
  height: 100% !important;
}

.wrapper:has(.block_newsletter) {
  background-color: #1358A8;
  padding: 25px 0;
  color: #ffffff;
}

.ApColumn:has(.uds-services) {
  margin-top: 50px;
  margin-bottom: 50px;
}

.ApColumn:has(.uds-services) .title_block {
  text-align: center;
  margin-bottom: 35px;
}
.uds-services .uds-bootstrap-container{
  display: flex;
  gap: 15px;
}
.uds-services .uds-bootstrap-item{
  position: relative;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
}
.uds-services .uds-bootstrap-item:nth-of-type(1){
  padding: 0;
}
.uds-services .uds-bootstrap-item:nth-of-type(1) img{
  border-radius: 10px;
  height: 100%;
  width: auto !important;
}
.uds-services .uds-bootstrap-item .description{
  color: black;
}
.uds-services .uds-bootstrap-item:nth-of-type(1) .description{
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
}
.uds-services .uds-bootstrap-item .description p{
  color: black;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
}
.uds-services .uds-bootstrap-item:nth-of-type(1) .description p{
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
}
.uds-services .uds-bootstrap-item:nth-of-type(1) .description p:nth-of-type(2){
  color: #3EB549;
}
.uds-services .uds-bootstrap-item:nth-of-type(1) .description p:nth-of-type(3){
  font-size: 14px;
  line-height: 1.7;
}
.uds-services .uds-bootstrap-item:nth-of-type(2){
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding: 30px 15px 30px 30px;
}
.uds-services .uds-bootstrap-item:nth-of-type(3){
  padding: 30px 15px 30px 30px;
}
.uds-services .uds-bootstrap-item:nth-of-type(3) .uds-container-image{
  display: none;
}
.uds-services .uds-bootstrap-container{
  margin: auto;
}
#ud-main-slider {
  margin-top: 5px;
}
@media (min-width: 992px) {
  .homepage-newsletter .block_newsletter form .form-group {
    width: 80%;
    margin: auto;
  }
  .uds-services .uds-bootstrap-item{
    width: 29%;
  }
  .uds-services .uds-bootstrap-item:nth-of-type(1){
    width: 42%;
  }
}
@media screen and (max-width: 991px) {
  .uds-services .uds-bootstrap-container{
    flex-wrap: wrap;
  }
  .uds-services .uds-bootstrap-item.col-md-6{
    width: 49%;
  }
  .uds-services .uds-bootstrap-item:nth-of-type(2) img{
    width: auto !important;
  }
  .uds-services .uds-bootstrap-item:nth-of-type(2) .uds-container-image{
    align-self: center;
  }
  .uds-services .uds-bootstrap-item .description{
    text-align: center;
  }
  .uds-services .uds-bootstrap-item:nth-of-type(1) .description {
    padding: 5vw;
  }
  .uds-services .uds-bootstrap-item:nth-of-type(1) .description p {
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 768px) {
  .uds-services .uds-bootstrap-item.col-sm-12{
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .uds-services .uds-bootstrap-item:nth-of-type(1) .description p {
    font-size: 1.375rem;
    margin-bottom: 0.25rem;
  }
}

@media (max-width: 575px) {
  .uds-services .uds-bootstrap-item:nth-of-type(1) .description p {
    font-size: 1rem;
  }
  .uds-services .uds-bootstrap-item:nth-of-type(1) .description p:nth-of-type(3) {
    font-size: 0.875rem;
  }
}

@media (max-width: 420px) {
  .uds-services .uds-bootstrap-item:nth-of-type(1) .description p {
    font-size: 0.875rem;
  }
  .uds-services .uds-bootstrap-item:nth-of-type(1) .description p:nth-of-type(3) {
    font-size: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .homepage-newsletter .block_newsletter form .form-group {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .center-newsletter .block_newsletter {
    text-align: center;
  }
}

.footer-newsletter .block_newsletter .description {
  color: inherit;
}

.footer-newsletter .block_newsletter form input[type=email] {
  padding: 6px 12px 6px 12px;
}

.footer-newsletter .block_newsletter form .btn {
  width: 100%;
  height: 40px;
  margin-top: 1px;
  line-height: 40px;
  position: static;
  color: #FFFFFF;
  background: #222222;
}

.footer-newsletter .block_newsletter form .btn:hover {
  background: #2a61d2;
}
.footer-top{
  display: none;
}