footer .fo-sb {
  display: flex;
  gap: 50px;
}
footer h3 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
#fo-location {
  padding: 40px 0;
  border-top: 1px solid #504428;
  border-bottom: 1px solid #504428;
  margin: 40px auto;
}
footer ul {
  list-style: none;
  padding-top: 10px;
}
footer ul li {
  display: block;
  margin-bottom: 10px;
}
footer .meta li a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
footer .meta li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .meta .phone a::before {
  background-image: url("../images/phone.svg");
}
footer .meta .mail a::before {
  background-image: url("../images/mail.svg");
}
footer #fo-quicklink .widget {
  flex-basis: 20%;
}
footer #fo-quicklink .widget.widget_block {
  flex-basis: 40%;
}
footer #fo-quicklink .wp-block-image {
  padding-bottom: 10px;
}
footer #fo-quicklink .wp-block-image img {
  max-width: 175px;
}
footer ul li a:hover {
  color: #e6c789;
}
.hook_slide .owl-controls {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.owl-controls .owl-nav {
  display: flex;
  gap: 10px;
}
.owl-controls .owl-nav i {
  width: 6px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.owl-controls .owl-nav div {
  width: 45px;
  height: 30px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-controls .owl-nav .owl-prev i {
  background-image: url("../images/back-ic.svg");
}
.owl-controls .owl-nav .owl-next i {
  background-image: url("../images/next-ic.svg");
}
.owl-controls .owl-nav div:hover {
  border-color: #e6c789;
}
.block_about #company-info {
  padding: 35px;
}
.block_about #company-info .title_block_content {
  margin-top: 0;
}
#company-info h3 {
  font-weight: normal;
  font-size: 15px;
  color: var(--black);
}
#compnay-rule .block_about_img {
  display: flex;
  align-items: center;
}
#compnay-rule .wrap {
  max-width: 350px;
}
#compnay-rule h3 {
  font-weight: normal;
  font-size: 15px;
}
#compnay-rule h2 {
  font-weight: normal;
  font-size: 33px;
  line-height: 40px;
  margin: 5px 0 20px 0;
}
#home-task-list .wrap {
  min-height: 490px;
  background-size: cover;
  background-position: center;
  display: flex;
  padding: 30px;
  flex-direction: column;
}
h2.sec-title {
  font-size: 33px;
  font-weight: normal;
}
h3.sub-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
}
