/* Fonts */
  @font-face {
    font-family: "Mulish";
    src: url("/wp-content/themes/tsumanveneer/assets/fonts/Mulish-ExtraBold.woff2") format("woff2"),
    url("/wp-content/themes/tsumanveneer/assets/fonts/Mulish-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
  @font-face {
    font-family: "Mulish";
    src: url("/wp-content/themes/tsumanveneer/assets/fonts/Mulish-Bold.woff2") format("woff2"),
    url("/wp-content/themes/tsumanveneer/assets/fonts/Mulish-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
  @font-face {
    font-family: "Mulish";
    src: url("/wp-content/themes/tsumanveneer/assets/fonts/Mulish-SemiBold.woff2") format("woff2"),
    url("/wp-content/themes/tsumanveneer/assets/fonts/Mulish-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
  @font-face {
    font-family: "Poppins";
    src: url("/wp-content/themes/tsumanveneer/assets/fonts/Poppins-Medium.woff2") format("woff2"),
    url("/wp-content/themes/tsumanveneer/assets/fonts/Poppins-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
  @font-face {
    font-family: "Mulish";
    src: url("/wp-content/themes/tsumanveneer/assets/fonts/Mulish-Regular.woff2") format("woff2"),
    url("/wp-content/themes/tsumanveneer/assets/fonts/Mulish-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("/wp-content/themes/tsumanveneer/assets/fonts/Inter-Bold.woff2") format("woff2"),
    url("/wp-content/themes/tsumanveneer/assets/fonts/Inter-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("/wp-content/themes/tsumanveneer/assets/fonts/Inter-ExtraBold.woff2") format("woff2"),
    url("/wp-content/themes/tsumanveneer/assets/fonts/Inter-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("/wp-content/themes/tsumanveneer/assets/fonts/Inter-SemiBold.woff2") format("woff2"),
    url("/wp-content/themes/tsumanveneer/assets/fonts/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/* Fonts */
/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Mulish", sans-serif;
    scroll-behavior: smooth;
    font-weight: 400;
    color: #111111;
}
a,
ul li,
ol li {
    text-decoration: none;
    list-style: none;
}
/* Reset */
.lock {
    overflow: hidden;
}
.wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.container {
    width: 100%;
    max-width: 1110px;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.fade {
    animation-name: fade;
    animation-duration: 2s;
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.button{
    padding: 15px 20px;
    display: flex;
    align-items:center;
    gap: 5px;
    border-radius: 15px;
    transition: all .3s ease;
}
.button-dark:hover,
.button-light:hover{
    opacity: 0.85;
    transition: all .3s ease;
}
.button-light{
    background:#fff;
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    transition: all .3s ease-in;
}
.button-dark{
    background: #111;
    border-radius: 15px;
    padding: 14px 22px;
    transition: all .3s ease-in;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items:center;
    justify-content: center;
    color: #fff;
}
.button-posts{
    border-radius: 15px;
    padding: 14px 22px;
    background: #f1f1f1;
    font-weight: 600;
    font-size: 18px;
    color: #536a56;
    display: flex;
    align-items:center;
    justify-content: center;
    gap: 10px;
    transition: all .3s ease;
}
.button-posts:hover{
    color: #fff;
    background:#536A56;
    transition: all .3s ease;
}
.button-posts svg path{
    transition: all .3s ease;
}
.button-posts:hover svg path{
    transition: all .3s ease;
    stroke:#fff;
}
/* Header */
.menu-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 999;
    background: transparent;
    transition: all .3s ease;
}
.lock .menu-container {
    background: #fff !important;
    transition: all .2s ease; 
} 
.menu-container.scrolled{
    background:  rgba(37, 37, 37, 0.9);
    transition: all .3s ease; 
}
.menu-container .container,
.menu-container .menu{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.wrapper-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
   width: 100%;
}
.header-menu{
    margin: 0 auto;
}
.menu-container .container{
    justify-content: space-between;
}
.menu-container .menu{
    gap: 50px;
}
.menu-container .menu a {
    font-size: 14px;
    line-height: normal;
    color: #fff;
    font-weight: 400;
}
.lang-switcher ul li{
    display: flex;
    align-items:center;
    justify-content: center;
}
.lang-switcher{
    display: flex;
    flex-direction: row;
    align-items:center;
    position: relative;
    gap: 7px;
    cursor: pointer;
}
.menu-container .lang-switcher .menu a{
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    line-height: inherit;
    text-transform: uppercase;
    transition: all .3s ease;
}
.logo {
    display: block;
    max-width: max-content;
    width: 100%;
}
.lock .logo img{
    filter: brightness(0) saturate(100%)
}
.logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 132 / 34;
}
.lang-button{
    display: flex;
    align-items:center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease-in;
}
.menu-container .lang-switcher .sub-menu a{
    color: #666a72;
}
.lang-switcher .sub-menu{
    position: absolute;
    left: 24px;
    bottom: -15px;
    padding: 5px 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}
.lang-switcher.active .sub-menu{
    opacity: 1;
    visibility: visible;
    transition: all .2s ease-in-out;
}
.lang-switcher.active .lang-button{
    rotate: 180deg;
    transition: all .2s ease-in;
}
/* Header */
/* Burger */
.menu-icon{
    display: none;
}
/* Burger */
/* Footer */
footer{
    width: 100%;
    background:#F0F0F0;
    padding: 45px 0 10px 0;
    display: flex;
    flex-direction: column;
    gap: 45px;
}
.footer-top{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    padding: 32px 40px;
    background:#fff;
    gap: 50px;
    width: calc(100% - 30px);
}
.footer-logo img{
    filter: brightness(0) saturate(100%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 132 / 34;
}
.footer-top-top{
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    justify-content: space-between;
}
.footer-contact-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.phone-list li a{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    color: #1b1819;
}
.phone-list{
    text-align: end;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.footer-menu-wrapper .menu{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-menu-wrapper a{
    font-weight: 400;
    font-size: 14px;
    color: #000;

}
.footer-bottom-menu a,
.phone-list a,
.footer-menu-wrapper a{
    transition: all .3s ease-in;
}
.footer-bottom-menu a:hover,
.phone-list a:hover,
.footer-menu-wrapper a:hover{
    opacity: 0.6;
    transition: all .3s ease-in;
}
.footer-scoial {
    display: flex;
    flex-direction: row;
    align-items:center;
    gap: 10px;
}
.footer-scoial a{
    transition: all .3s ease-in;
}
.footer-scoial a:hover{
    transition: all .3s ease-in;
    transform: scale(1.05);
}
.footer-scoial a{
    width: 40px;
    height: 40px;
    border-radius:50%;
    background: #000;
    display: flex;
    align-items:center;
    justify-content: center;
}
.footer-scoial a svg path{
    fill: #fff;
}
.footer-top-bottom{
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
    width: calc(100% - 120px);
}
.footer-addres{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    color: #1b1819;
    max-width: 200px;
    margin: 0 auto;
}
.footer-form{
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
    gap: 30px;
}
.footer-bottom-title{
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #1b1819;
    max-width: 600px;
}
.footer-bottom-menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-bottom{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.footer-bottom-menu li a,
.footer-bottom-menu li {
    font-weight: 400;
    font-size: 10px;
    line-height: 140%;
    text-align: right;
    color: #252525;
}
.phone-form{
    border: 1px solid #252525;
    border-radius: 12px;
    padding: 8px 24px 8px 16px;
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    position: relative;
}
.phone-form.error {
    border: 1px solid #FF5D5D;
}
.phone-form.success{
    border: 1px solid green;
}
.phone-form.success .sr-only{
    color:green;
}
.phone-form.error .sr-only{
color:#FF5D5D;
}
.sr-only{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #1b1819;
    opacity: 0.5;
    width: 100%;
}
.phone-input{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1b1819;
    outline: none;
    cursor:pointer;
    background:transparent;
    border:none;
    width: calc(100% - 25px);
}
.phone-input::placeholder{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1b1819;
}
.phone-submit{
    border:none;
    background:transparent;
    cursor:pointer;
    position: absolute;
    right: 25px;
    top: 50%;
    transform:translate(0, -50%);
}
.footer-foorm-wrapper{
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 350px;
    max-width: 350px;
}
.footer-bottom-succes,
.footer-title{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #1b1819;
    font-family: "Inter", sans-serif;
}
.footer-title.hide{
    display: none;
}
.footer-bottom-succes{
    display: none;
    color:green;
}
.footer-bottom-succes.show{
    display: block;
}
/* Footer */
/* Popup */
.popup{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(11px);
    background: rgba(17, 17, 17, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 9999;
    padding: 15px 30px;
}
.popup:target {
    display: flex;
    animation: popupShow 0.2s ease-in-out;
  }
  .popup-wrapper{
    width: 100%;
    max-width: 1080px;
    animation: popupContentShow 0.2s ease-in-out forwards;
    border-radius: 20px;
    padding: 60px 50px;
    background: #f0f0f0;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    justify-content: space-between;
    gap: 50px;
  }
  .close svg{
    transition: all .3s ease;
  }
  .close{
    position: absolute;
    right: -15px;
    top: -10px;
    background: #536a56;
    border-radius: 10px;
padding: 10px;
width: 44px;
height: 44px;
display: flex;
align-items:center;
justify-content: center;
cursor:pointer;

  }
  .close:hover svg{
    transform: rotate(90deg);
  }
  .popup-form{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 380px;
    gap: 10px;
  }
  .form-title-ok{

    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .form-title-ok,
  .popup-title{
    font-weight: 800;
font-size: 40px;
line-height: 100%;
letter-spacing: -0.02em;
color: #1b1819;
  }
  .form-title-ok.visible{

    opacity: 1;
    visibility: visible;
    display: block;
  }
  .popup-form{
    transition: all .2s ease;
  }
  .popup-form.non-visible,
  .popup-title.non-visible{
    max-width: 0;
    transition: all .2s ease;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    display: none;
  }
  .popup-content{
    max-width: 570px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .popup-content.full{
    max-width: 100%;
  }
  .input-wrapper label{
    font-weight: 500;
font-size: 10px;
line-height: 140%;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #1b1819;
  }
  .input-wrapper textarea{
    height: 23px;
  }
  .input-wrapper input::placeholder{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1b1819;
  }
  .input-wrapper textarea,
  .input-wrapper input{
    font-weight: 400;
font-size: 16px;
line-height: 140%;
color: #1b1819;
background:transparent;
border:none;
outline: none;
resize: none;
  }
  .sender-submit svg:nth-child(1){
    left: -23px;
    
  }
  .sender-submit svg:nth-child(2){
    right: 23px;
  }
  .sender-submit svg{
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    transition: all .3s ease;
  }
  .sender-submit:hover  svg:nth-child(1){
    left: 23px;
    transition: all .3s ease;
  }
  .sender-submit:hover  svg:nth-child(2){
    right: -23px;
    transition: all .3s ease;
  }
  .sender-submit:hover{
    transition: all .3s ease;
    padding: 14px 23px 14px 46px; 
  }
  .sender-submit{
    border-radius: 15px;
    padding: 14px 23px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    background: #536a56;
    color: #fff;
    border:none;
    position: relative;
    overflow: hidden;
    text-align: start;
    transition: all .3s ease;
    cursor: pointer;
  }
  .input-wrapper {
    border: 1px solid #252525;
    border-radius: 12px;
    padding: 8px 24px 8px 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .input-wrapper.error{
    border: 1px solid #FF5D5D;
  }
  .input-wrapper.error label{
    color: #FF5D5D;
  }
.form-title{
    font-weight: 500;
font-size: 14px;
line-height: 140%;
color: #1b1819;
}
.popup .footer-scoial.mobile{
    display: none;
}
  @keyframes popupShow {
    0% {
      background-color: rgba(0, 0, 0, 0);
    }
    100% {
      background-color: rgba(0, 0, 0, 0.5);
    }
  }
  
  /* Анімація появи контенту */
  @keyframes popupContentShow {
    0% {
      transform: scale(0.5);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
/* Popup */
@media (hover: hover) {
    .menu-container .menu a:hover {
        color: rgba(255, 255, 255, 0.8);
        transition: color .3s ease-in;
    }
    .lang-switcher:hover .sub-menu{
        opacity: 1;
        visibility: visible;
        transition: all .2s ease-in-out;
    }
    .lang-switcher:hover .lang-button{
        rotate: 180deg;
        transition: all .2s ease-in;
    }
}
@media screen and (max-width: 992px) {
    /* Header */
    .lang-button,
    .lang-switcher{
        cursor:initial;
    }
    .wrapper-menu .menu{
        display: flex;
        flex-direction: column;
        align-items:center;
        justify-content: center;
        gap: 40px;
    }
    .wrapper-menu{
        position: absolute;
        width: 100%;
        right: -50%;
        top: 77px;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 70px 15px 100px 15px;
        transform: translateX(100%);
        transition: all linear 0.3s;
        overflow: auto;
        gap: 40px;
        background:#fff;
    }
    .menu-container .lang-switcher .menu a{
        font-size: 14px;
        color:#111111;
    }
    .lang-switcher svg path{
        fill: #111111;
    }
    .lang-switcher{
        border-radius: 20px;
        padding: 10px 20px;
        background: #f0f0f0;
        align-items: flex-start;
        transition: all .3s ease-in-out;
    }
    .lang-switcher.active{
        transition: all .3s ease-in-out;
    }
    .lang-switcher ul li{
        align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    }
    .lang-switcher .sub-menu{
        position: initial;
        display: none;
    }
    .lang-switcher.active .sub-menu{
        display: block;
    }
    .lang-button{
        margin-top: 6px;
    }
    .menu-container .lang-switcher .sub-menu a{
        color:#666a72;
    }
    .lang-switcher .sub-menu{
        left: 44px;
        bottom: -10px;
        padding: 0;
    }
    .wrapper-menu.active{
        transform: translateX(0%);
        right: 0;
    }
    .menu-container .menu a{
        color: #111111;
        font-size: 18px;
    }
    /* Header */
    /* Burger */
    .menu-icon{
        display: block;
        width: 40px;
        height: 14px;
        position: relative;
    }
    .menu-icon span{
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius:2px;
        transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
    }
    .menu-icon.active span{
        background-color: #1b1819;
    }
    .menu-icon span:last-of-type{
        bottom: 0;
    }
    .menu-icon span:first-of-type{
        top:0;
    }
    .menu-icon.active span:first-of-type{
        transform: rotate(45deg);
        top: 8px;
    }
    .menu-icon.active span:last-of-type{
        transform: rotate(-45deg);
        bottom: 3px;
    }
    /* Burger */
    /* Footer */
    .footer-bottom-title{
        font-size: 32px;
    }
    /* Footer */
    /* Popup */
    .popup-wrapper{
        gap: 30px;
        flex-direction: column;
    }
    .popup-content{
        max-width: 100%;
    }
    .popup-form{
        max-width: 100%;
    }
    .popup .footer-scoial.mobile{
        display: flex;
    }
    .popup .footer-scoial.pc{
        display: none;
    }
    /* Popup */
}
@media screen and (max-width: 768px){
    /* Footer */
    .footer-top-top{
        flex-direction: column;
        align-items:center;
        gap: 25px;
    }
    .footer-menu-wrapper .menu,
    .phone-list{
        text-align: center;
    }
    .footer-top-bottom{
        width: 100%;
    }
    .footer-addres{
        margin: 0;
    }
    .footer-form{
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 30px;
    }
    .footer-bottom-title{
        font-size: 40px;
    }
    .footer-foorm-wrapper{
        min-width: auto;
        max-width:100%;
        width: 100%;
        gap: 10px;
    }
    /* Footer */
}
@media screen and (max-width: 576px) {
    .menu-container{
        padding: 15px 0;
    }
    .wrapper-menu{
        top: 68px;
    }
    .menu-container .menu a{
        font-size: 14px;
    }
    .menu-container .lang-switcher .menu a{
        font-size: 12px;
    }
    .menu-icon{
        width: 21px;
        height: 12px;
    }
    .menu-icon.active span:first-of-type{
        top: 6px;
    }
     /* Footer */
     .footer-top-bottom{
        flex-direction: column;
        gap: 20px;
     }
     .footer-addres{
        text-align: center;
        text-wrap: balance;
     }
     /* Footer */
     /* Popup */
     .popup-wrapper{
        border-radius: 20px;
padding: 40px 15px;
gap: 20px;
     }
     .popup-title{
        font-size: 28px;
     }
     .close{
        right: -10px;
        top: -10px;
     }
     .popup{
        padding: 15px;
     }
     /* Popup */
     @media screen and (max-height: 400px) {
        .popup{
            align-items:flex-start;
            overflow: auto;
        }
     }
}
@media screen and (max-width: 375px){
    .button-dark,
    .button-posts,
    .button-light{
        font-size: 14px;
    }
    /* Footer */
    .footer-bottom-title{
        font-size: 26px;
        line-height: 130%;
    }
    /* Footer */
    /* Popup */
    .popup-title{
        font-size: 22px;
    }
    .sender-submit{
        font-size: 14px;
    }
    .input-wrapper textarea, .input-wrapper input{
        font-size: 14px;
    }
    /* Popup */
}