/* Footer widgets */

.footer-widgets {
  color: var(--dark);
  background-color: #dcdcdc;
  font-size: var(--md-font-size);
  line-height: 1.715;
  clear: both;
  overflow: hidden;
  padding: 0 21px;
}

.footer-widgets > .wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 50px 0 0 0;
  max-width: 1090px;
  margin-bottom: 15px;
}

.footer-widgets .widget a:not(.button) {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

.footer-widgets .widget ul > li {
  line-height: 1.5833333333333333;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* Footer Widgets 1 */

.footer-widgets-1 .widget_media_image {
  width: 100%;
  margin-bottom: 0;
}

.footer-widgets-1 .widget_media_image .wdiget-wrap{
  width: 100%;
}

.footer-widgets-1 .widget_media_image img {
  width: 220px;
}

.footer-widgets-2 .widget {
    margin: 0;
}

/* Footer Widgets 2 */

.footer-widgets-2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  column-gap: 90px;
  margin-bottom: 0;
}

.footer-widgets-2 #text-3 .textwidget {
  display: flex;
  column-gap: 85px;
}

/* Site footer */

.site-footer {
  color: var(--dark);
  font-size: var(--md-font-size);
  line-height: 1.5833333333333333;
  background-color: #dcdcdc;
  padding: 0 21px;
}

.site-footer > .wrap {
  display: block;
  max-width: 1090px;
  padding: 0 0 60px 0;
}

.site-footer .social-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

.site-footer .social-links li a {
  display: inline-block;
}

.site-footer .social-links li a img {
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
	.site-footer > .wrap {
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 1024px) {
  .footer-widgets > .wrap {
    flex-direction: column;
  }

	.site-footer > .wrap {
		padding-top: 20px;
		text-align: center;
	}
  
	.footer-widgets-1 {
		margin-bottom: 30px;
		text-align: center;
	}
  
	.footer-widgets-2 {
    column-gap: 40px;
    margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.footer-widgets-2 {
    flex-direction: row;
    column-gap: 25px;
    margin-bottom: 0px;
	}
  
}

@media screen and (max-width: 575px) {
	.footer-widgets-2 {
		flex-wrap: wrap;
		column-gap: 0;
    row-gap: 20px;
	}
	
	.footer-widgets-2 .widget {
		width: 50%;
	}
}