 
:root {
--theme_color:#161616;
--title_color:#161616;
}
html {
  font-size: clamp(7.5px, 0.52083333vw, 10px);
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.footer_contact {
 position: relative;
 z-index: 2;
 background: url("https://www.vision-furniture.com//wp-content/plugins/sytech-fronteditor/sytpl/home_7/assets/img/cta.jpg") center center / cover no-repeat;
 }
.footer_contact::before {
 content: "";
 display: block;
 width: 47.0833%;
 height: 100%;
 position: absolute;
 z-index: -1;
 left: 0px;
 top: 0px;
 pointer-events: none;
 background-image: linear-gradient(to right, rgb(242, 242, 242) 0%, rgb(242, 242, 242) 60%, transparent 100%);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.footer_contact::before {
 width: 100%;
 }}
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 768px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.footer_contact .flex {
 padding: 8.5rem 0px 10.2rem;
 }
@media screen and (max-width: 768px){
.footer_contact .flex {
 padding: 3rem 0px;
 }}
.footer_contact .head {
 width: 46.1111%;
 max-width: 53.8rem;
 }
@media screen and (max-width: 768px){
.footer_contact .head {
 width: 100%;
 }}
.head h2 {
 font-size: 4.6rem;
 font-weight: 600;
 line-height: 5.6rem;
 letter-spacing: 0.15rem;
 }
.footer_contact h2 {
 font-size: 4rem;
 line-height: 1.5;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.head h2 span {
 font-weight: 300;
 }
a {
 color: inherit;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 vertical-align: top;
 transition: 0.3s;
 text-align: center;
 cursor: pointer;
 font-weight: 600;
 font-size: 1.6rem;
 line-height: 2rem;
 border: 1px solid var(--theme_color);
 background-color: transparent;
 padding: 1.9rem 5.2rem;
 position: relative;
 z-index: 2;
 overflow: hidden;
 }
.btn::before {
 content: "";
 display: block;
 position: absolute;
 z-index: -1;
 width: 0px;
 height: 100%;
 top: 0px;
 right: 0px;
 transition: width 0.3s;
 background-color: var(--theme_color);
 }
.btn:hover {
 color: rgb(255, 255, 255);
 }
.btn:hover::before {
 left: 0px;
 right: unset;
 width: 100%;
 }
.footer_contact .btn {
 margin-top: 2.6rem;
 padding: 1.9rem 6.5rem;
 }
@media screen and (max-width: 768px){
.head .btn, .head .btn_b, .head .btn_w {
 margin-top: 20px;
 }}
@media screen and (max-width: 768px){
.btn, .btn_b, .btn_w {
 font-size: 14px;
 padding: 10px 20px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.footer_contact .btn {
 padding: 10px 20px;
 line-height: 1.5;
 }}
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){


}