html{height:100%}body{background:#ffc629;margin:0;height:100%}table,td,div{font-family:"Roboto",sans-serif}.container{background:#fff;border-radius:25px;width:100%;max-width:1100px;margin:30px auto}.header{display:flex;justify-content:space-between;align-items:center;padding:30px 30px;border-bottom:#ffc629 4px solid}.logo{width:250px}.logo img{max-width:100%;height:auto}.tabs{display:flex;justify-content:flex-end}.tab{padding:10px 20px;cursor:pointer;margin-left:5px;color:#7ca7ad;font-size:16px}.tab.active{background:#7ca7ad;color:#fff;border-radius:20px;font-weight:bold}.content{text-align:center;font-size:18px;padding:30px;line-height:1.5}.content h1{color:#7ca7ad;margin:30px 0 15px}.content h1:first-child{margin-top:0}.content h2{color:#7ca7ad;margin:30px 0 15px}.content .h2:first-child{margin-top:0}.content #tab1{text-align:left}.content .btn{background:#7ca7ad;border-radius:20px;color:#fff;text-decoration:none;padding:10px 30px;display:inline-block;margin:0 5px 10px}.content .phone{font-weight:bold;color:#7ca7ad;text-decoration:none;font-size:20px}.tab-content{display:none}.tab-content.active{display:block;color:#415364}@media(max-width:767px){.header{flex-direction:column;gap:20px}.logo{width:100px}}