@font-face{font-family:"Lato";src:url("../fonts/Lato-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Lato";src:url("../fonts/Lato-Bold.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Lato";src:url("../fonts/Lato-Black.ttf") format("truetype");font-weight:700;font-style:normal}*{padding:0;margin:0;font-family:"Lato",sans-serif;color:#243422}a{text-decoration:none;color:inherit}li{list-style-type:none}input,button{box-sizing:border-box;padding:0;border:0;outline:none}body{height:100svh;width:100svw;display:flex;align-items:center;justify-content:center;position:relative;min-height:640px;background:#f9b794}.box-content{max-width:600px;width:100%;padding-left:20px;padding-right:20px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.box-content>img{position:absolute;top:0;left:0;right:0;height:100%;width:100%;object-fit:cover;z-index:-1}h1{font-size:26px;line-height:40px;font-weight:500;text-align: center;}h2{font-size:24px;line-height:32px;font-weight:600}h3, .h3{line-height:20px;font-size:14px;font-weight:400}p{font-size:16px;line-height:20px;font-weight:700;color:#243422}.content{display:flex;flex-direction:column;align-items:center;gap:18px}.content figure{border:0;border-radius:0;padding:0;width:110px;height:110px;min-width:110px}.content figure img{width:100%;height:100%;object-fit:contain}.content .left{display:flex;flex-direction:column;gap:4px;align-items:center}.content .list{display:flex;flex-direction:column;gap:10px;justify-content:center}.content .list > *{cursor: pointer; display:flex;align-items:center;gap:5px;font-size:16px;line-height:20px;font-weight:400}.content .box{width:100%;display:grid;grid-template-columns:3fr 5fr;gap:18px}.content .box .contact__list{display:flex;flex-direction:column;gap:10px;padding:25px}.content .box .contact__item{display:flex;align-items:center;gap:10px}.content .box .contact__item .svg{min-width:25px;width:25px}.content .box .contact__item div{display:flex;flex-direction:column;gap:2px}.content .box .contact__item div h3{color:rgba(36,52,34,.768627451)}.content .box .contact__item div span,.content .box .contact__item div a{line-height:20px;font-size:16px}.content .box1{width:100%;display:flex;position:relative;flex-direction: column; align-items:center;box-sizing:border-box;padding:32px;border-radius:24px;background:#fff;box-shadow:0 2px 40px rgba(36,52,34,.2);justify-content:center}.content .box1 div:not(.lang-list){display:flex;flex-direction:column;gap:2px}.content .box1 div:not(.lang-list) span{line-height:20px;font-size:15px;font-weight:400}.content .list,.content .contact__list{padding:32px;border-radius:24px;background:#fff;box-shadow:0 2px 40px rgba(36,52,34,.2)}.content .svg{width:30px;display:flex}.content .lang{display:flex;position:absolute;gap:10px;padding:7px;right:5px;top:5px}.content .lang .title{cursor:pointer;display:flex;align-items:center;gap:5px}.content .lang .title svg{transition:.4s}.content .lang .title.active svg{transform:rotate(180deg)}.content .lang .lang-list{display:flex;flex-direction:column;gap:5px;padding:5px;top:105%;left:0px;right:0px;border-radius:5px;position:absolute;background:#fff;box-shadow:0 2px 40px rgba(36,52,34,.2)}.content .lang .lang-list span{display:flex;cursor:pointer;transition:.4s;justify-content:center;border-radius:5px}.content .lang .lang-list span.active{background:#f9b794}@media(max-width: 768px){.content .box{grid-template-columns:1fr}}@media(max-width: 768px){.content .box1,.content .list,.content .contact__list{padding:20px}}
.box-content > svg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100svw;
    height: 100svh;
}
.box-link{
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 40px rgba(36, 52, 34, .2);
    box-sizing: border-box;
}
.content-text{
    box-sizing: border-box;
    padding: 32px;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 2px 40px rgba(36, 52, 34, .2);
}

@media (max-width: 768px) {
    .content-text {
        padding: 20px;
    }
}
.content-text .logo{
    display: flex;
    margin: 0 auto 20px;
}
.content-text .logo img{
    object-fit: contain;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 110px;
    height: auto;
    min-width: 110px;
}

.no-body{
    height: auto;
    width: auto;
    padding: 50px 0;
}
.no-body .box-content{
    max-width: 1200px;
}
.no-body .box-content > svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.content-text h1{
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}
.content-text h2{
    margin-bottom: 15px;
    margin-top: 20px;
}
.content-text p{
    font-weight: 400;
}
.content-text .center{
    text-align: center;
    margin-top: 0;
}
.modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.modal .bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0005;
}
.modal .box{
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: fit-content;
    z-index: 2;
    position: relative;
    text-align: center;
    margin: 0 15px;
    max-width: 400px;
}
.modal .box .title{
    font-size: 20px;
    font-weight: 600;
}
.modal .box p{
    font-size: 16px;
    font-weight: 400;
}
.btn-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.btn-box > *{
    height: 40px;
    border-radius: 6px;
    color: #19341E;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.btn-box > a{
    background: #19341E;
    color: #F6A77B;
}
.btn-box > a:hover{
    background: #F6A77B;
    color: #19341E;
}
.btn-box > span{
    border: 1px solid #19341E;
    cursor: pointer;
}
.btn-box > span:hover{
    background: #19341E;
    color: #F7F7F6;
}